01KS5SVF5YB85DGFEJAAPAT13J: 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: 01KS5SW47QTGYN2FY4GNPBRDMT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T17:39:31.418Zjob assigned to worker 01KS5SWCGTJJSXWJY4FJJ41EEE [factory aws, i-08e28c15f7631fdd5] (queued for 1 m 0 s)
 
22026-05-21T17:39:38.141Zstarting task 0: "setup"
32026-05-21T17:39:38.146Z++ uname -s
42026-05-21T17:39:38.151Z+ kern=SunOS
52026-05-21T17:39:38.151Z+ build_user=build
62026-05-21T17:39:38.151Z+ build_uid=12345
72026-05-21T17:39:38.151Z+ work_dir=/work
82026-05-21T17:39:38.151Z+ input_dir=/input
92026-05-21T17:39:38.151Z+ [[ 0 == 12345 ]]
102026-05-21T17:39:38.151Z+ case "$kern" in
112026-05-21T17:39:38.151Z+ groupadd -g 12345 build
122026-05-21T17:39:38.151Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T17:39:40.153Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T17:39:40.267Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T17:39:40.270Z+ home_fs=zfs
162026-05-21T17:39:40.271Z+ [[ zfs == autofs ]]
172026-05-21T17:39:40.271Z+ mkdir -p /home/build
182026-05-21T17:39:40.271Z+ chown build:build /home/build /work
192026-05-21T17:39:41.271Z+ chmod 0700 /home/build /work
202026-05-21T17:39:41.276Zprocess exited: duration 3136 ms, exit code 0
 
212026-05-21T17:39:41.288Zstarting task 1: "rust-toolchain"
222026-05-21T17:39:41.293Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T17:39:41.293Z * rust toolchain channel = "1.94.0"
242026-05-21T17:39:41.293Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-21T17:39:41.293Z * rust toolchain profile = "default"
262026-05-21T17:39:41.293Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T17:39:41.293Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T17:39:41.296Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T17:39:41.296Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T17:39:41.398Zinfo: downloading installer
312026-05-21T17:39:42.781Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T17:39:42.781Zwarn: /home/build/.rustup/settings.toml
332026-05-21T17:39:42.781Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T17:39:42.781Zwarn: instead of the one inferred from the default host triple.
352026-05-21T17:39:42.793Zinfo: profile set to default
362026-05-21T17:39:42.793Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T17:39:42.796Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T17:39:42.925Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T17:39:42.928Zinfo: downloading 6 components
402026-05-21T17:39:56.940Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T17:39:56.940Z
422026-05-21T17:39:56.970Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T17:39:56.970Z
442026-05-21T17:39:56.970Z
452026-05-21T17:39:56.970ZRust is installed now. Great!
462026-05-21T17:39:56.970Z
472026-05-21T17:39:56.970ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T17:39:56.970Zenvironment variable. This has not been done automatically.
492026-05-21T17:39:56.970Z
502026-05-21T17:39:56.970ZTo configure your current shell, you need to source
512026-05-21T17:39:56.970Zthe corresponding env file under $HOME/.cargo.
522026-05-21T17:39:56.970Z
532026-05-21T17:39:56.970ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T17:39:56.973Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T17:39:56.973Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T17:39:56.973Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T17:39:56.973Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T17:39:56.973Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T17:39:56.973Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T17:39:56.973Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T17:39:56.973Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T17:39:57.071Z+ rustup --version
632026-05-21T17:39:57.080Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T17:39:57.084Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T17:39:57.103Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T17:39:57.106Z+ cargo --version
672026-05-21T17:39:57.117Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T17:39:57.120Z+ rustc --version
692026-05-21T17:39:57.139Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T17:39:57.142Zprocess exited: duration 15853 ms, exit code 0
 
712026-05-21T17:39:57.149Zstarting task 2: "authentication"
722026-05-21T17:39:57.166Zprocess exited: duration 16 ms, exit code 0
 
732026-05-21T17:39:57.172Zstarting task 3: "clone repository"
742026-05-21T17:39:57.176Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T17:39:57.179Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T17:39:57.214ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T17:40:08.319Z+ cd /work/oxidecomputer/omicron
782026-05-21T17:40:08.319Z+ git fetch origin f3f8a6bdc00aa9de61dc60e99aa700764831d078
792026-05-21T17:40:08.607ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T17:40:08.607Z * branch f3f8a6bdc00aa9de61dc60e99aa700764831d078 -> FETCH_HEAD
812026-05-21T17:40:08.613Z+ [[ -n bump_crucible_propolis ]]
822026-05-21T17:40:08.616Z++ git branch --show-current
832026-05-21T17:40:08.617Z+ current=main
842026-05-21T17:40:08.617Z+ [[ main != bump_crucible_propolis ]]
852026-05-21T17:40:08.617Z+ git branch -f bump_crucible_propolis f3f8a6bdc00aa9de61dc60e99aa700764831d078
862026-05-21T17:40:08.620Z+ git checkout -f bump_crucible_propolis
872026-05-21T17:40:08.740ZSwitched to branch 'bump_crucible_propolis'
882026-05-21T17:40:08.743Z+ git reset --hard f3f8a6bdc00aa9de61dc60e99aa700764831d078
892026-05-21T17:40:08.868ZHEAD is now at f3f8a6bdc upstairs_health_search comment
902026-05-21T17:40:08.872Zprocess exited: duration 11695 ms, exit code 0
 
912026-05-21T17:40:08.879Zstarting task 4: "build"
922026-05-21T17:40:08.883Z+ source .github/buildomat/ci-env.sh
932026-05-21T17:40:08.883Z++ export CARGO_TERM_COLOR=always
942026-05-21T17:40:08.883Z++ CARGO_TERM_COLOR=always
952026-05-21T17:40:08.883Z+ cargo --version
962026-05-21T17:40:08.894Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-21T17:40:08.897Z+ rustc --version
982026-05-21T17:40:08.916Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-21T17:40:08.920Z+ source ./env.sh
1002026-05-21T17:40:08.920Z++ OLD_SHELL_OPTS=ehxB
1012026-05-21T17:40:08.920Z++ set -o xtrace
1022026-05-21T17:40:08.923Z++++ dirname ./env.sh
1032026-05-21T17:40:08.923Z+++ readlink -f .
1042026-05-21T17:40:08.927Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-21T17:40:08.927Z++ 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-21T17:40:08.927Z++ 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-21T17:40:08.927Z++ 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-21T17:40:08.927Z++ 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-21T17:40:08.927Z++ 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-21T17:40:08.927Z++ 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-21T17:40:08.927Z++ 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-21T17:40:08.927Z++ 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-21T17:40:08.927Z++ case $OLD_SHELL_OPTS in
1142026-05-21T17:40:08.927Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-21T17:40:08.927Z+ 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-21T17:40:08.927Z+ 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-21T17:40:08.927Z+ banner prerequisites
1182026-05-21T17:40:08.930Z
1192026-05-21T17:40:08.930Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-21T17:40:08.930Z # # # # # # # # # # # # # # #
1212026-05-21T17:40:08.930Z # # # # ##### # # ##### # # # # # #### #
1222026-05-21T17:40:08.930Z ##### ##### # ##### # # # # # # # # #
1232026-05-21T17:40:08.930Z # # # # # # # # # # # # # # #
1242026-05-21T17:40:08.930Z # # # ###### # # ###### ### # #### # #### #
1252026-05-21T17:40:08.931Z
1262026-05-21T17:40:08.931Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-21T17:40:10.320Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-21T17:40:10.377Z Startup: Caching catalogs ... Done
1292026-05-21T17:40:10.580ZPlanning: Solver setup ... Done (0.172s)
1302026-05-21T17:40:10.597ZPlanning: Running solver ... Done (0.017s)
1312026-05-21T17:40:10.603ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-21T17:40:10.614ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-21T17:40:10.634ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-21T17:40:10.648ZPlanning: Package planning ... Done (0.013s)
1352026-05-21T17:40:10.652ZPlanning: Merging actions ... Done (0.001s)
1362026-05-21T17:40:10.834ZPlanning: Checking for conflicting actions ... Done (0.185s)
1372026-05-21T17:40:10.837ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-21T17:40:11.654ZPlanning: Evaluating mediators ... Done (0.819s)
1392026-05-21T17:40:11.657ZPlanning: Planning completed in 1.26 seconds
1402026-05-21T17:40:11.663Z Packages to install: 2
1412026-05-21T17:40:11.663Z Estimated space available: 156.07 GB
1422026-05-21T17:40:11.666ZEstimated space to be consumed: 19.75 MB
1432026-05-21T17:40:11.666Z Create boot environment: No
1442026-05-21T17:40:11.666ZCreate backup boot environment: No
1452026-05-21T17:40:11.666Z Rebuild boot archive: No
1462026-05-21T17:40:11.666Z
1472026-05-21T17:40:11.666ZChanged packages:
1482026-05-21T17:40:11.667Zhelios
1492026-05-21T17:40:11.667Z developer/build-essential
1502026-05-21T17:40:11.667Z None -> 11-3.0
1512026-05-21T17:40:11.667Z library/libxmlsec1
1522026-05-21T17:40:11.667Z None -> 1.2.35-3.0
1532026-05-21T17:40:11.688Z
1542026-05-21T17:40:11.688ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-21T17:40:12.174ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1562026-05-21T17:40:12.241Z Actions: 1/268 actions (Installing new actions)
1572026-05-21T17:40:12.279Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-21T17:40:12.285ZFinalize: Updating package state database ... Done (0.005s)
1592026-05-21T17:40:12.288ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-21T17:40:12.300ZFinalize: Updating image state ... Done (0.015s)
1612026-05-21T17:40:14.682ZFinalize: Creating fast lookup database ... Done (2.362s)
1622026-05-21T17:40:14.752ZFinalize: Reading search index ... Done (0.013s)
1632026-05-21T17:40:14.755ZFinalize: Updating search index ... Done (0.000s)
1642026-05-21T17:40:14.835ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-21T17:40:15.123ZPlanning: Evaluating mediator changes ... Done
1662026-05-21T17:40:15.227ZPlanning: Checking for conflicting actions ... Done
1672026-05-21T17:40:15.230ZPlanning: Consolidating action changes ... Done
1682026-05-21T17:40:15.385ZPlanning: Evaluating mediators ... Done
1692026-05-21T17:40:15.388ZPlanning: Planning completed in 0.26 seconds
1702026-05-21T17:40:15.408Z Mediators to change: 2
1712026-05-21T17:40:15.408Z Create boot environment: No
1722026-05-21T17:40:15.408ZCreate backup boot environment: No
1732026-05-21T17:40:15.460ZFinalize: Updating package state database ... Done
1742026-05-21T17:40:15.460ZFinalize: Updating package cache ... Done
1752026-05-21T17:40:15.469ZFinalize: Updating image state ... Done
1762026-05-21T17:40:17.390ZFinalize: Creating fast lookup database ... Done
1772026-05-21T17:40:17.456ZFinalize: Reading search index ... Done
1782026-05-21T17:40:17.459ZFinalize: Updating search index ... Done
1792026-05-21T17:40:17.528ZFinalize: Updating package cache ... Done
1802026-05-21T17:40:17.809ZPlanning: Evaluating mediator changes ... Done
1812026-05-21T17:40:17.913ZPlanning: Checking for conflicting actions ... Done
1822026-05-21T17:40:17.916ZPlanning: Consolidating action changes ... Done
1832026-05-21T17:40:18.070ZPlanning: Evaluating mediators ... Done
1842026-05-21T17:40:18.073ZPlanning: Planning completed in 0.26 seconds
1852026-05-21T17:40:18.093Z Mediators to change: 1
1862026-05-21T17:40:18.093Z Create boot environment: No
1872026-05-21T17:40:18.093ZCreate backup boot environment: No
1882026-05-21T17:40:18.150ZFinalize: Updating package state database ... Done
1892026-05-21T17:40:18.150ZFinalize: Updating package cache ... Done
1902026-05-21T17:40:18.155ZFinalize: Updating image state ... Done
1912026-05-21T17:40:20.074ZFinalize: Creating fast lookup database ... Done
1922026-05-21T17:40:20.133ZFinalize: Reading search index ... Done
1932026-05-21T17:40:20.137ZFinalize: Updating search index ... Done
1942026-05-21T17:40:20.210ZFinalize: Updating package cache ... Done
1952026-05-21T17:40:20.515ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-21T17:40:20.515Zapache system 2.4 system
1972026-05-21T17:40:20.515Zclang system 15 system
1982026-05-21T17:40:20.515Zcsh system system illumos
1992026-05-21T17:40:20.515Zctags system system illumos
2002026-05-21T17:40:20.515Zfile vendor vendor darwinsys
2012026-05-21T17:40:20.515Zfile system system illumos
2022026-05-21T17:40:20.515Zgcc vendor 14 vendor
2032026-05-21T17:40:20.515Zgcc system 13 system
2042026-05-21T17:40:20.515Zgcc system 10 system
2052026-05-21T17:40:20.515Zgo system 1.25 system
2062026-05-21T17:40:20.515Zllvm system 15 system
2072026-05-21T17:40:20.515Zmariadb system 11.4 system
2082026-05-21T17:40:20.515Zmta vendor vendor dma
2092026-05-21T17:40:20.515Zopenjdk system 17 system
2102026-05-21T17:40:20.515Zopenjdk system 11 system
2112026-05-21T17:40:20.515Zopenssl vendor 3 vendor
2122026-05-21T17:40:20.515Zperl system 5.40 system
2132026-05-21T17:40:20.515Zpostgresql system 18 system
2142026-05-21T17:40:20.515Zpostgresql system 17 system
2152026-05-21T17:40:20.515Zpython vendor 3 vendor
2162026-05-21T17:40:20.515Zpython system 2 system
2172026-05-21T17:40:20.515Zpython3 vendor 3.13 vendor
2182026-05-21T17:40:20.515Zruby system 3.4 system
2192026-05-21T17:40:20.515Zruby system 3.0 system
2202026-05-21T17:40:20.515Zwords vendor vendor american-english
2212026-05-21T17:40:20.515Zwords system system australian-english
2222026-05-21T17:40:20.515Zwords system system british-english
2232026-05-21T17:40:20.515Zwords system system canadian-english
2242026-05-21T17:40:20.515Zwords system system french
2252026-05-21T17:40:20.515Zwords system system italian
2262026-05-21T17:40:20.515Zwords system system ngerman
2272026-05-21T17:40:20.515Zwords system system ogerman
2282026-05-21T17:40:20.515Zwords system system spanish
2292026-05-21T17:40:20.768ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-21T17:40:20.768Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-21T17:40:21.037ZFMRI IFO
2322026-05-21T17:40:21.038Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-21T17:40:21.038Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-21T17:40:21.038Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-21T17:40:21.038Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-21T17:40:21.038Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-21T17:40:21.038Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-21T17:40:21.038Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-21T17:40:21.038Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-21T17:40:21.038Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-21T17:40:21.286Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-21T17:40:21.545Z Updating crates.io index
2432026-05-21T17:40:21.548Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-21T17:40:21.820Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-21T17:40:22.646Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-21T17:40:23.104Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-21T17:40:24.177Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-21T17:40:24.697Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-21T17:40:26.227Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-21T17:40:26.985Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-21T17:40:27.427Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-21T17:40:28.213Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-21T17:40:28.619Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-21T17:40:29.073Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-21T17:40:29.358Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-21T17:40:30.402Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-21T17:40:30.868Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-21T17:40:31.113Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-21T17:40:31.486Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-21T17:40:31.871Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-21T17:40:32.315Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-21T17:40:32.640Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-21T17:40:32.881Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-21T17:40:33.143Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-21T17:40:33.570Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-21T17:40:33.954Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-21T17:40:34.495Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-21T17:40:35.014Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-21T17:40:35.328Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-21T17:40:35.606Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-21T17:40:36.611Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-21T17:40:37.319Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-21T17:40:37.581Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-21T17:40:37.935Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-21T17:40:38.232Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-21T17:40:38.608Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-21T17:40:39.104Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-21T17:40:39.368Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-21T17:40:39.631Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-21T17:40:39.994Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-21T17:40:51.508Z Downloading crates ...
2822026-05-21T17:40:51.568Z Downloaded anstyle-query v1.1.5
2832026-05-21T17:40:51.571Z Downloaded cargo-platform v0.2.0
2842026-05-21T17:40:51.574Z Downloaded cargo_metadata v0.21.0
2852026-05-21T17:40:51.579Z Downloaded bitflags v2.11.0
2862026-05-21T17:40:51.579Z Downloaded anstream v0.6.21
2872026-05-21T17:40:51.582Z Downloaded byteorder v1.5.0
2882026-05-21T17:40:51.583Z Downloaded proc-macro-error-attr v1.0.4
2892026-05-21T17:40:51.583Z Downloaded typeid v1.0.3
2902026-05-21T17:40:51.583Z Downloaded heck v0.4.1
2912026-05-21T17:40:51.586Z Downloaded equivalent v1.0.2
2922026-05-21T17:40:51.586Z Downloaded pretty-hex v0.4.1
2932026-05-21T17:40:51.586Z Downloaded usdt v0.5.0
2942026-05-21T17:40:51.586Z Downloaded yoke-derive v0.8.1
2952026-05-21T17:40:51.586Z Downloaded ordered-float v2.10.1
2962026-05-21T17:40:51.586Z Downloaded clap_lex v1.0.0
2972026-05-21T17:40:51.590Z Downloaded memmap v0.7.0
2982026-05-21T17:40:51.590Z Downloaded itoa v1.0.17
2992026-05-21T17:40:51.590Z Downloaded strsim v0.11.1
3002026-05-21T17:40:51.593Z Downloaded thread-id v4.2.2
3012026-05-21T17:40:51.593Z Downloaded form_urlencoded v1.2.2
3022026-05-21T17:40:51.593Z Downloaded fastrand v2.3.0
3032026-05-21T17:40:51.593Z Downloaded version_check v0.9.5
3042026-05-21T17:40:51.596Z Downloaded utf8_iter v1.0.4
3052026-05-21T17:40:51.597Z Downloaded unicode-ident v1.0.24
3062026-05-21T17:40:51.600Z Downloaded zerofrom v0.1.6
3072026-05-21T17:40:51.600Z Downloaded utf8parse v0.2.2
3082026-05-21T17:40:51.604Z Downloaded unicode-xid v0.2.6
3092026-05-21T17:40:51.604Z Downloaded terminal_size v0.4.3
3102026-05-21T17:40:51.604Z Downloaded cargo-util-schemas v0.8.2
3112026-05-21T17:40:51.607Z Downloaded toml_datetime v0.6.11
3122026-05-21T17:40:51.610Z Downloaded unicode-linebreak v0.1.5
3132026-05-21T17:40:51.610Z Downloaded quote v1.0.45
3142026-05-21T17:40:51.614Z Downloaded bytecount v0.6.9
3152026-05-21T17:40:51.614Z Downloaded autocfg v1.5.0
3162026-05-21T17:40:51.614Z Downloaded zerofrom-derive v0.1.6
3172026-05-21T17:40:51.617Z Downloaded usdt-macro v0.5.0
3182026-05-21T17:40:51.617Z Downloaded usdt-attr-macro v0.5.0
3192026-05-21T17:40:51.617Z Downloaded camino v1.2.2
3202026-05-21T17:40:51.621Z Downloaded toml_write v0.1.2
3212026-05-21T17:40:51.621Z Downloaded getrandom v0.4.1
3222026-05-21T17:40:51.624Z Downloaded clap v4.5.60
3232026-05-21T17:40:51.627Z Downloaded tinystr v0.8.2
3242026-05-21T17:40:51.631Z Downloaded zmij v1.0.21
3252026-05-21T17:40:51.631Z Downloaded potential_utf v0.1.4
3262026-05-21T17:40:51.631Z Downloaded icu_locale_core v2.1.1
3272026-05-21T17:40:51.634Z Downloaded usdt-impl v0.5.0
3282026-05-21T17:40:51.637Z Downloaded thiserror v2.0.18
3292026-05-21T17:40:51.640Z Downloaded thiserror-impl v2.0.18
3302026-05-21T17:40:51.640Z Downloaded swrite v0.1.0
3312026-05-21T17:40:51.640Z Downloaded tabled_derive v0.7.0
3322026-05-21T17:40:51.640Z Downloaded writeable v0.6.2
3332026-05-21T17:40:51.644Z Downloaded thiserror-impl v1.0.69
3342026-05-21T17:40:51.644Z Downloaded zerovec-derive v0.11.2
3352026-05-21T17:40:51.644Z Downloaded zerocopy-derive v0.7.35
3362026-05-21T17:40:51.647Z Downloaded ucd-trie v0.1.7
3372026-05-21T17:40:51.647Z Downloaded heck v0.5.0
3382026-05-21T17:40:51.650Z Downloaded percent-encoding v2.3.2
3392026-05-21T17:40:51.650Z Downloaded fs-err v3.3.0
3402026-05-21T17:40:51.650Z Downloaded colorchoice v1.0.4
3412026-05-21T17:40:51.650Z Downloaded thiserror v1.0.69
3422026-05-21T17:40:51.654Z Downloaded yoke v0.8.1
3432026-05-21T17:40:51.657Z Downloaded scroll_derive v0.12.1
3442026-05-21T17:40:51.658Z Downloaded idna_adapter v1.2.1
3452026-05-21T17:40:51.658Z Downloaded cpufeatures v0.2.17
3462026-05-21T17:40:51.658Z Downloaded toml v0.8.23
3472026-05-21T17:40:51.658Z Downloaded errno v0.3.14
3482026-05-21T17:40:51.661Z Downloaded cfg-if v1.0.4
3492026-05-21T17:40:51.661Z Downloaded textwrap v0.16.2
3502026-05-21T17:40:51.664Z Downloaded serde v1.0.228
3512026-05-21T17:40:51.664Z Downloaded crypto-common v0.1.7
3522026-05-21T17:40:51.664Z Downloaded smawk v0.3.2
3532026-05-21T17:40:51.667Z Downloaded macaddr v1.0.1
3542026-05-21T17:40:51.667Z Downloaded anstyle-parse v0.2.7
3552026-05-21T17:40:51.670Z Downloaded typenum v1.19.0
3562026-05-21T17:40:51.670Z Downloaded zerotrie v0.2.3
3572026-05-21T17:40:51.673Z Downloaded toml_edit v0.22.27
3582026-05-21T17:40:51.676Z Downloaded url v2.5.8
3592026-05-21T17:40:51.676Z Downloaded generic-array v0.14.7
3602026-05-21T17:40:51.679Z Downloaded fnv v1.0.7
3612026-05-21T17:40:51.682Z Downloaded displaydoc v0.2.5
3622026-05-21T17:40:51.686Z Downloaded stable_deref_trait v1.2.1
3632026-05-21T17:40:51.686Z Downloaded block-buffer v0.10.4
3642026-05-21T17:40:51.689Z Downloaded dof v0.3.0
3652026-05-21T17:40:51.689Z Downloaded dtrace-parser v0.2.0
3662026-05-21T17:40:51.692Z Downloaded serde-value v0.7.0
3672026-05-21T17:40:51.696Z Downloaded is_terminal_polyfill v1.70.2
3682026-05-21T17:40:51.696Z Downloaded zerovec v0.11.5
3692026-05-21T17:40:51.699Z Downloaded plain v0.2.3
3702026-05-21T17:40:51.702Z Downloaded zerocopy v0.7.35
3712026-05-21T17:40:51.710Z Downloaded digest v0.10.7
3722026-05-21T17:40:51.714Z Downloaded winnow v0.7.14
3732026-05-21T17:40:51.717Z Downloaded unicode-width v0.2.0
3742026-05-21T17:40:51.720Z Downloaded smallvec v1.15.1
3752026-05-21T17:40:51.724Z Downloaded cargo_toml v0.21.0
3762026-05-21T17:40:51.724Z Downloaded litemap v0.8.1
3772026-05-21T17:40:51.727Z Downloaded unicode-width v0.1.14
3782026-05-21T17:40:51.730Z Downloaded anstyle v1.0.13
3792026-05-21T17:40:51.730Z Downloaded pest_derive v2.8.6
3802026-05-21T17:40:51.730Z Downloaded camino-tempfile v1.4.1
3812026-05-21T17:40:51.734Z Downloaded serde-untagged v0.1.9
3822026-05-21T17:40:51.737Z Downloaded scroll v0.12.0
3832026-05-21T17:40:51.740Z Downloaded serde_tokenstream v0.2.3
3842026-05-21T17:40:51.740Z Downloaded anyhow v1.0.102
3852026-05-21T17:40:51.740Z Downloaded synstructure v0.13.2
3862026-05-21T17:40:51.743Z Downloaded proc-macro-error v1.0.4
3872026-05-21T17:40:51.743Z Downloaded semver v1.0.28
3882026-05-21T17:40:51.747Z Downloaded clap_derive v4.5.55
3892026-05-21T17:40:51.753Z Downloaded erased-serde v0.4.9
3902026-05-21T17:40:51.753Z Downloaded pest_generator v2.8.6
3912026-05-21T17:40:51.758Z Downloaded num-traits v0.2.19
3922026-05-21T17:40:51.761Z Downloaded serde_spanned v0.6.9
3932026-05-21T17:40:51.764Z Downloaded once_cell v1.21.3
3942026-05-21T17:40:51.767Z Downloaded sha2 v0.10.9
3952026-05-21T17:40:51.772Z Downloaded serde_derive v1.0.228
3962026-05-21T17:40:51.775Z Downloaded pest v2.8.6
3972026-05-21T17:40:51.780Z Downloaded tempfile v3.25.0
3982026-05-21T17:40:51.783Z Downloaded icu_provider v2.1.1
3992026-05-21T17:40:51.783Z Downloaded icu_normalizer_data v2.1.1
4002026-05-21T17:40:51.787Z Downloaded serde_core v1.0.228
4012026-05-21T17:40:51.787Z Downloaded papergrid v0.11.0
4022026-05-21T17:40:51.790Z Downloaded icu_properties v2.1.2
4032026-05-21T17:40:51.790Z Downloaded proc-macro2 v1.0.106
4042026-05-21T17:40:51.793Z Downloaded log v0.4.29
4052026-05-21T17:40:51.801Z Downloaded pest_meta v2.8.6
4062026-05-21T17:40:51.807Z Downloaded idna v1.1.0
4072026-05-21T17:40:51.811Z Downloaded icu_normalizer v2.1.1
4082026-05-21T17:40:51.816Z Downloaded icu_collections v2.1.1
4092026-05-21T17:40:51.834Z Downloaded serde_json v1.0.149
4102026-05-21T17:40:51.838Z Downloaded memchr v2.8.0
4112026-05-21T17:40:51.841Z Downloaded indexmap v2.14.0
4122026-05-21T17:40:51.861Z Downloaded hashbrown v0.17.0
4132026-05-21T17:40:51.864Z Downloaded icu_properties_data v2.1.2
4142026-05-21T17:40:51.869Z Downloaded clap_builder v4.5.60
4152026-05-21T17:40:51.873Z Downloaded goblin v0.8.2
4162026-05-21T17:40:51.884Z Downloaded tabled v0.15.0
4172026-05-21T17:40:51.897Z Downloaded syn v2.0.117
4182026-05-21T17:40:51.904Z Downloaded syn v1.0.109
4192026-05-21T17:40:51.914Z Downloaded rustix v1.1.3
4202026-05-21T17:40:51.941Z Downloaded libc v0.2.185
4212026-05-21T17:40:52.009Z Compiling proc-macro2 v1.0.106
4222026-05-21T17:40:52.009Z Compiling quote v1.0.45
4232026-05-21T17:40:52.009Z Compiling unicode-ident v1.0.24
4242026-05-21T17:40:52.012Z Compiling serde_core v1.0.228
4252026-05-21T17:40:52.012Z Compiling libc v0.2.185
4262026-05-21T17:40:52.012Z Compiling version_check v0.9.5
4272026-05-21T17:40:52.012Z Compiling memchr v2.8.0
4282026-05-21T17:40:52.191Z Compiling serde v1.0.228
4292026-05-21T17:40:52.392Z Compiling stable_deref_trait v1.2.1
4302026-05-21T17:40:52.464Z Compiling zmij v1.0.21
4312026-05-21T17:40:52.542Z Compiling thiserror v1.0.69
4322026-05-21T17:40:52.688Z Compiling ucd-trie v0.1.7
4332026-05-21T17:40:52.723Z Compiling autocfg v1.5.0
4342026-05-21T17:40:52.818Z Compiling itoa v1.0.17
4352026-05-21T17:40:52.962Z Compiling pest v2.8.6
4362026-05-21T17:40:53.058Z Compiling writeable v0.6.2
4372026-05-21T17:40:53.076Z Compiling litemap v0.8.1
4382026-05-21T17:40:53.169Z Compiling rustix v1.1.3
4392026-05-21T17:40:53.185Z Compiling icu_properties_data v2.1.2
4402026-05-21T17:40:53.254Z Compiling byteorder v1.5.0
4412026-05-21T17:40:53.487Z Compiling icu_normalizer_data v2.1.1
4422026-05-21T17:40:53.568Z Compiling syn v2.0.117
4432026-05-21T17:40:53.645Z Compiling errno v0.3.14
4442026-05-21T17:40:53.665Z Compiling serde_json v1.0.149
4452026-05-21T17:40:53.703Z Compiling bitflags v2.11.0
4462026-05-21T17:40:53.812Z Compiling num-traits v0.2.19
4472026-05-21T17:40:53.940Z Compiling typeid v1.0.3
4482026-05-21T17:40:53.998Z Compiling pest_meta v2.8.6
4492026-05-21T17:40:54.110Z Compiling hashbrown v0.17.0
4502026-05-21T17:40:54.173Z Compiling smallvec v1.15.1
4512026-05-21T17:40:54.194Z Compiling equivalent v1.0.2
4522026-05-21T17:40:54.382Z Compiling thread-id v4.2.2
4532026-05-21T17:40:54.468Z Compiling proc-macro-error-attr v1.0.4
4542026-05-21T17:40:54.503Z Compiling usdt-impl v0.5.0
4552026-05-21T17:40:54.521Z Compiling winnow v0.7.14
4562026-05-21T17:40:54.646Z Compiling indexmap v2.14.0
4572026-05-21T17:40:54.663Z Compiling syn v1.0.109
4582026-05-21T17:40:54.710Z Compiling erased-serde v0.4.9
4592026-05-21T17:40:54.979Z Compiling toml_write v0.1.2
4602026-05-21T17:40:55.316Z Compiling proc-macro-error v1.0.4
4612026-05-21T17:40:55.348Z Compiling camino v1.2.2
4622026-05-21T17:40:55.515Z Compiling getrandom v0.4.1
4632026-05-21T17:40:55.620Z Compiling utf8_iter v1.0.4
4642026-05-21T17:40:55.669Z Compiling utf8parse v0.2.2
4652026-05-21T17:40:55.774Z Compiling log v0.4.29
4662026-05-21T17:40:55.791Z Compiling thiserror v2.0.18
4672026-05-21T17:40:55.791Z Compiling plain v0.2.3
4682026-05-21T17:40:55.862Z Compiling percent-encoding v2.3.2
4692026-05-21T17:40:55.944Z Compiling anstyle-parse v0.2.7
4702026-05-21T17:40:55.961Z Compiling ordered-float v2.10.1
4712026-05-21T17:40:56.030Z Compiling form_urlencoded v1.2.2
4722026-05-21T17:40:56.170Z Compiling synstructure v0.13.2
4732026-05-21T17:40:56.211Z Compiling pest_generator v2.8.6
4742026-05-21T17:40:56.229Z Compiling terminal_size v0.4.3
4752026-05-21T17:40:56.371Z Compiling anstyle v1.0.13
4762026-05-21T17:40:56.534Z Compiling is_terminal_polyfill v1.70.2
4772026-05-21T17:40:56.551Z Compiling colorchoice v1.0.4
4782026-05-21T17:40:56.568Z Compiling pretty-hex v0.4.1
4792026-05-21T17:40:56.606Z Compiling anstyle-query v1.1.5
4802026-05-21T17:40:56.631Z Compiling cfg-if v1.0.4
4812026-05-21T17:40:56.724Z Compiling anstream v0.6.21
4822026-05-21T17:40:56.728Z Compiling serde-untagged v0.1.9
4832026-05-21T17:40:56.793Z Compiling semver v1.0.28
4842026-05-21T17:40:56.932Z Compiling fs-err v3.3.0
4852026-05-21T17:40:56.992Z Compiling clap_lex v1.0.0
4862026-05-21T17:40:57.036Z Compiling fastrand v2.3.0
4872026-05-21T17:40:57.122Z Compiling once_cell v1.21.3
4882026-05-21T17:40:57.139Z Compiling anyhow v1.0.102
4892026-05-21T17:40:57.160Z Compiling fnv v1.0.7
4902026-05-21T17:40:57.225Z Compiling unicode-xid v0.2.6
4912026-05-21T17:40:57.266Z Compiling heck v0.5.0
4922026-05-21T17:40:57.300Z Compiling unicode-width v0.1.14
4932026-05-21T17:40:57.336Z Compiling bytecount v0.6.9
4942026-05-21T17:40:57.352Z Compiling heck v0.4.1
4952026-05-21T17:40:57.473Z Compiling strsim v0.11.1
4962026-05-21T17:40:57.572Z Compiling papergrid v0.11.0
4972026-05-21T17:40:57.572Z Compiling tempfile v3.25.0
4982026-05-21T17:40:57.720Z Compiling clap_builder v4.5.60
4992026-05-21T17:40:57.819Z Compiling memmap v0.7.0
5002026-05-21T17:40:57.848Z Compiling smawk v0.3.2
5012026-05-21T17:40:57.869Z Compiling serde_derive v1.0.228
5022026-05-21T17:40:57.964Z Compiling zerofrom-derive v0.1.6
5032026-05-21T17:40:57.986Z Compiling yoke-derive v0.8.1
5042026-05-21T17:40:58.003Z Compiling zerovec-derive v0.11.2
5052026-05-21T17:40:58.285Z Compiling displaydoc v0.2.5
5062026-05-21T17:40:58.962Z Compiling thiserror-impl v1.0.69
5072026-05-21T17:40:59.009Z Compiling zerocopy-derive v0.7.35
5082026-05-21T17:40:59.086Z Compiling pest_derive v2.8.6
5092026-05-21T17:40:59.105Z Compiling scroll_derive v0.12.1
5102026-05-21T17:40:59.322Z Compiling zerofrom v0.1.6
5112026-05-21T17:40:59.461Z Compiling yoke v0.8.1
5122026-05-21T17:40:59.505Z Compiling thiserror-impl v2.0.18
5132026-05-21T17:40:59.650Z Compiling zerovec v0.11.5
5142026-05-21T17:40:59.750Z Compiling zerotrie v0.2.3
5152026-05-21T17:40:59.855Z Compiling zerocopy v0.7.35
5162026-05-21T17:41:00.058Z Compiling scroll v0.12.0
5172026-05-21T17:41:00.157Z Compiling tinystr v0.8.2
5182026-05-21T17:41:00.341Z Compiling potential_utf v0.1.4
5192026-05-21T17:41:00.376Z Compiling icu_locale_core v2.1.1
5202026-05-21T17:41:00.412Z Compiling dtrace-parser v0.2.0
5212026-05-21T17:41:00.488Z Compiling icu_collections v2.1.1
5222026-05-21T17:41:00.510Z Compiling goblin v0.8.2
5232026-05-21T17:41:00.710Z Compiling tabled_derive v0.7.0
5242026-05-21T17:41:00.969Z Compiling clap_derive v4.5.55
5252026-05-21T17:41:00.990Z Compiling icu_provider v2.1.1
5262026-05-21T17:41:01.163Z Compiling unicode-linebreak v0.1.5
5272026-05-21T17:41:01.257Z Compiling icu_properties v2.1.2
5282026-05-21T17:41:01.283Z Compiling icu_normalizer v2.1.1
5292026-05-21T17:41:01.301Z Compiling toml_datetime v0.6.11
5302026-05-21T17:41:01.319Z Compiling serde_spanned v0.6.9
5312026-05-21T17:41:01.417Z Compiling dof v0.3.0
5322026-05-21T17:41:01.490Z Compiling toml_edit v0.22.27
5332026-05-21T17:41:01.581Z Compiling serde_tokenstream v0.2.3
5342026-05-21T17:41:01.637Z Compiling serde-value v0.7.0
5352026-05-21T17:41:01.836Z Compiling cargo-platform v0.2.0
5362026-05-21T17:41:01.897Z Compiling unicode-width v0.2.0
5372026-05-21T17:41:02.015Z Compiling tabled v0.15.0
5382026-05-21T17:41:02.102Z Compiling macaddr v1.0.1
5392026-05-21T17:41:02.175Z Compiling idna_adapter v1.2.1
5402026-05-21T17:41:02.322Z Compiling idna v1.1.0
5412026-05-21T17:41:02.326Z Compiling textwrap v0.16.2
5422026-05-21T17:41:02.421Z Compiling usdt-attr-macro v0.5.0
5432026-05-21T17:41:02.664Z Compiling url v2.5.8
5442026-05-21T17:41:02.790Z Compiling usdt-macro v0.5.0
5452026-05-21T17:41:02.957Z Compiling toml v0.8.23
5462026-05-21T17:41:03.397Z Compiling cargo-util-schemas v0.8.2
5472026-05-21T17:41:03.416Z Compiling usdt v0.5.0
5482026-05-21T17:41:03.419Z Compiling cargo_toml v0.21.0
5492026-05-21T17:41:03.576Z Compiling clap v4.5.60
5502026-05-21T17:41:03.644Z Compiling camino-tempfile v1.4.1
5512026-05-21T17:41:03.681Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-05-21T17:41:03.873Z Compiling swrite v0.1.0
5532026-05-21T17:41:04.281Z Compiling cargo_metadata v0.21.0
5542026-05-21T17:41:05.223Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-21T17:41:07.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.18s
5562026-05-21T17:41:07.539Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-21T17:41:08.089Z Downloading crates ...
5582026-05-21T17:41:08.175Z Downloaded aead v0.5.2
5592026-05-21T17:41:08.178Z Downloaded adler2 v2.0.1
5602026-05-21T17:41:08.184Z Downloaded async-stream v0.3.6
5612026-05-21T17:41:08.191Z Downloaded ascii-canvas v3.0.0
5622026-05-21T17:41:08.194Z Downloaded crc32fast v1.5.0
5632026-05-21T17:41:08.197Z Downloaded assert_matches v1.5.0
5642026-05-21T17:41:08.200Z Downloaded cmake v0.1.57
5652026-05-21T17:41:08.200Z Downloaded async-recursion v1.1.1
5662026-05-21T17:41:08.204Z Downloaded bb8 v0.8.6
5672026-05-21T17:41:08.204Z Downloaded foreign-types v0.3.2
5682026-05-21T17:41:08.204Z Downloaded async-bb8-diesel v0.2.1
5692026-05-21T17:41:08.208Z Downloaded atomic-waker v1.1.2
5702026-05-21T17:41:08.208Z Downloaded dyn-clone v1.0.20
5712026-05-21T17:41:08.208Z Downloaded daft v0.1.5
5722026-05-21T17:41:08.211Z Downloaded dropshot-api-manager v0.7.1
5732026-05-21T17:41:08.211Z Downloaded defmt v1.0.1
5742026-05-21T17:41:08.216Z Downloaded darling_macro v0.21.3
5752026-05-21T17:41:08.216Z Downloaded darling v0.20.11
5762026-05-21T17:41:08.219Z Downloaded console v0.15.11
5772026-05-21T17:41:08.219Z Downloaded cassowary v0.3.0
5782026-05-21T17:41:08.222Z Downloaded bitflags v1.3.2
5792026-05-21T17:41:08.222Z Downloaded bzip2 v0.6.1
5802026-05-21T17:41:08.226Z Downloaded defmt-macros v1.0.1
5812026-05-21T17:41:08.229Z Downloaded des v0.8.1
5822026-05-21T17:41:08.229Z Downloaded embedded-io v0.4.0
5832026-05-21T17:41:08.229Z Downloaded crossbeam-deque v0.8.6
5842026-05-21T17:41:08.232Z Downloaded base64ct v1.8.3
5852026-05-21T17:41:08.232Z Downloaded const_format_proc_macros v0.2.34
5862026-05-21T17:41:08.235Z Downloaded foreign-types v0.5.0
5872026-05-21T17:41:08.235Z Downloaded embedded-io v0.6.1
5882026-05-21T17:41:08.235Z Downloaded diesel_table_macro_syntax v0.3.0
5892026-05-21T17:41:08.239Z Downloaded debug-ignore v1.0.5
5902026-05-21T17:41:08.239Z Downloaded clang-sys v1.8.1
5912026-05-21T17:41:08.242Z Downloaded darling_macro v0.23.0
5922026-05-21T17:41:08.242Z Downloaded defmt-parser v1.0.0
5932026-05-21T17:41:08.242Z Downloaded bitfield-struct v0.6.2
5942026-05-21T17:41:08.245Z Downloaded darling_macro v0.20.11
5952026-05-21T17:41:08.245Z Downloaded derive_builder_core v0.20.2
5962026-05-21T17:41:08.245Z Downloaded critical-section v1.2.0
5972026-05-21T17:41:08.249Z Downloaded data-encoding v2.10.0
5982026-05-21T17:41:08.249Z Downloaded find-msvc-tools v0.1.9
5992026-05-21T17:41:08.249Z Downloaded cfg_aliases v0.1.1
6002026-05-21T17:41:08.253Z Downloaded bcrypt-pbkdf v0.10.0
6012026-05-21T17:41:08.253Z Downloaded difflib v0.4.0
6022026-05-21T17:41:08.253Z Downloaded curve25519-dalek-derive v0.1.1
6032026-05-21T17:41:08.253Z Downloaded derive_more-impl v2.1.1
6042026-05-21T17:41:08.258Z Downloaded derive_more v0.99.20
6052026-05-21T17:41:08.263Z Downloaded cargo-platform v0.3.2
6062026-05-21T17:41:08.263Z Downloaded darling_core v0.23.0
6072026-05-21T17:41:08.266Z Downloaded env_logger v0.11.9
6082026-05-21T17:41:08.267Z Downloaded cfg_aliases v0.2.1
6092026-05-21T17:41:08.267Z Downloaded crucible-workspace-hack v0.1.0
6102026-05-21T17:41:08.267Z Downloaded float-cmp v0.10.0
6112026-05-21T17:41:08.270Z Downloaded compression-core v0.4.31
6122026-05-21T17:41:08.270Z Downloaded arrayref v0.3.9
6132026-05-21T17:41:08.270Z Downloaded dsl_auto_type v0.2.0
6142026-05-21T17:41:08.273Z Downloaded foreign-types-macros v0.2.3
6152026-05-21T17:41:08.273Z Downloaded ciborium-io v0.2.2
6162026-05-21T17:41:08.273Z Downloaded cipher v0.4.4
6172026-05-21T17:41:08.276Z Downloaded bit-set v0.5.3
6182026-05-21T17:41:08.277Z Downloaded base16ct v0.2.0
6192026-05-21T17:41:08.277Z Downloaded endian-type v0.1.2
6202026-05-21T17:41:08.277Z Downloaded castaway v0.2.4
6212026-05-21T17:41:08.280Z Downloaded atomicwrites v0.4.4
6222026-05-21T17:41:08.280Z Downloaded document-features v0.2.12
6232026-05-21T17:41:08.280Z Downloaded bitfield v0.19.4
6242026-05-21T17:41:08.283Z Downloaded aes v0.8.4
6252026-05-21T17:41:08.283Z Downloaded cobs v0.3.0
6262026-05-21T17:41:08.288Z Downloaded arc-swap v1.8.2
6272026-05-21T17:41:08.288Z Downloaded futures-macro v0.3.32
6282026-05-21T17:41:08.291Z Downloaded ciborium-ll v0.2.2
6292026-05-21T17:41:08.291Z Downloaded flagset v0.4.7
6302026-05-21T17:41:08.291Z Downloaded fd-lock v4.0.4
6312026-05-21T17:41:08.291Z Downloaded bcs v0.1.6
6322026-05-21T17:41:08.296Z Downloaded async-trait v0.1.89
6332026-05-21T17:41:08.299Z Downloaded cbc v0.1.2
6342026-05-21T17:41:08.299Z Downloaded darling_core v0.20.11
6352026-05-21T17:41:08.302Z Downloaded argon2 v0.5.3
6362026-05-21T17:41:08.302Z Downloaded convert_case v0.4.0
6372026-05-21T17:41:08.302Z Downloaded block-padding v0.3.3
6382026-05-21T17:41:08.303Z Downloaded crc8 v0.1.1
6392026-05-21T17:41:08.307Z Downloaded enum-as-inner v0.6.1
6402026-05-21T17:41:08.307Z Downloaded downcast-rs v2.0.2
6412026-05-21T17:41:08.307Z Downloaded convert_case v0.10.0
6422026-05-21T17:41:08.311Z Downloaded backoff v0.4.0
6432026-05-21T17:41:08.311Z Downloaded atty v0.2.14
6442026-05-21T17:41:08.311Z Downloaded async-stream-impl v0.3.6
6452026-05-21T17:41:08.314Z Downloaded dirs-next v2.0.0
6462026-05-21T17:41:08.314Z Downloaded derive_builder_macro v0.20.2
6472026-05-21T17:41:08.314Z Downloaded cpufeatures v0.3.0
6482026-05-21T17:41:08.314Z Downloaded hash32 v0.2.1
6492026-05-21T17:41:08.317Z Downloaded dtrace-parser v0.3.0
6502026-05-21T17:41:08.317Z Downloaded futures-io v0.3.32
6512026-05-21T17:41:08.317Z Downloaded foreign-types-shared v0.3.1
6522026-05-21T17:41:08.317Z Downloaded crc-catalog v2.4.0
6532026-05-21T17:41:08.321Z Downloaded foreign-types-shared v0.1.1
6542026-05-21T17:41:08.321Z Downloaded dof v0.4.0
6552026-05-21T17:41:08.321Z Downloaded futures-task v0.3.32
6562026-05-21T17:41:08.324Z Downloaded bit-vec v0.6.3
6572026-05-21T17:41:08.324Z Downloaded chacha20 v0.9.1
6582026-05-21T17:41:08.324Z Downloaded float-ord v0.3.2
6592026-05-21T17:41:08.324Z Downloaded dropshot-api-manager-types v0.7.1
6602026-05-21T17:41:08.327Z Downloaded compression-codecs v0.4.37
6612026-05-21T17:41:08.327Z Downloaded arrayvec v0.7.6
6622026-05-21T17:41:08.331Z Downloaded display-error-chain v0.2.2
6632026-05-21T17:41:08.331Z Downloaded fxhash v0.2.1
6642026-05-21T17:41:08.331Z Downloaded cstr-argument v0.1.2
6652026-05-21T17:41:08.334Z Downloaded defmt v0.3.100
6662026-05-21T17:41:08.334Z Downloaded constant_time_eq v0.4.2
6672026-05-21T17:41:08.334Z Downloaded cexpr v0.6.0
6682026-05-21T17:41:08.338Z Downloaded crc v3.4.0
6692026-05-21T17:41:08.338Z Downloaded hash32 v0.3.1
6702026-05-21T17:41:08.338Z Downloaded bit-vec v0.8.0
6712026-05-21T17:41:08.341Z Downloaded compact_str v0.8.1
6722026-05-21T17:41:08.345Z Downloaded futures-sink v0.3.32
6732026-05-21T17:41:08.345Z Downloaded http-body v1.0.1
6742026-05-21T17:41:08.345Z Downloaded console v0.16.2
6752026-05-21T17:41:08.345Z Downloaded cancel-safe-futures v0.1.5
6762026-05-21T17:41:08.348Z Downloaded filetime v0.2.27
6772026-05-21T17:41:08.349Z Downloaded fixedbitset v0.4.2
6782026-05-21T17:41:08.353Z Downloaded gethostname v0.5.0
6792026-05-21T17:41:08.353Z Downloaded funty v2.0.0
6802026-05-21T17:41:08.353Z Downloaded der_derive v0.7.3
6812026-05-21T17:41:08.353Z Downloaded futures-core v0.3.32
6822026-05-21T17:41:08.357Z Downloaded blake2 v0.10.6
6832026-05-21T17:41:08.357Z Downloaded home v0.5.12
6842026-05-21T17:41:08.357Z Downloaded hex-literal v0.4.1
6852026-05-21T17:41:08.357Z Downloaded headers-core v0.3.0
6862026-05-21T17:41:08.357Z Downloaded globwalk v0.9.1
6872026-05-21T17:41:08.360Z Downloaded fallible-iterator v0.2.0
6882026-05-21T17:41:08.360Z Downloaded diesel-dtrace v0.5.0
6892026-05-21T17:41:08.360Z Downloaded httpdate v1.0.3
6902026-05-21T17:41:08.364Z Downloaded daft-derive v0.1.5
6912026-05-21T17:41:08.367Z Downloaded http-range v0.1.5
6922026-05-21T17:41:08.367Z Downloaded hostname v0.4.2
6932026-05-21T17:41:08.367Z Downloaded hex v0.4.3
6942026-05-21T17:41:08.371Z Downloaded corncobs v0.1.4
6952026-05-21T17:41:08.371Z Downloaded hyper-tls v0.6.0
6962026-05-21T17:41:08.371Z Downloaded hubpack v0.1.2
6972026-05-21T17:41:08.374Z Downloaded fs-err v2.11.0
6982026-05-21T17:41:08.374Z Downloaded ena v0.14.4
6992026-05-21T17:41:08.374Z Downloaded ctr v0.9.2
7002026-05-21T17:41:08.377Z Downloaded dirs-sys-next v0.1.2
7012026-05-21T17:41:08.377Z Downloaded erased-serde v0.3.31
7022026-05-21T17:41:08.382Z Downloaded hubpack_derive v0.1.1
7032026-05-21T17:41:08.382Z Downloaded either v1.15.0
7042026-05-21T17:41:08.382Z Downloaded indent_write v2.2.0
7052026-05-21T17:41:08.385Z Downloaded illumos-nvpair v0.3.0
7062026-05-21T17:41:08.385Z Downloaded ident_case v1.0.1
7072026-05-21T17:41:08.385Z Downloaded ed25519 v2.2.3
7082026-05-21T17:41:08.385Z Downloaded cookie v0.18.1
7092026-05-21T17:41:08.388Z Downloaded fixedbitset v0.5.7
7102026-05-21T17:41:08.388Z Downloaded fs_extra v1.3.0
7112026-05-21T17:41:08.388Z Downloaded foldhash v0.2.0
7122026-05-21T17:41:08.391Z Downloaded bzip2 v0.4.4
7132026-05-21T17:41:08.391Z Downloaded colored v2.2.0
7142026-05-21T17:41:08.395Z Downloaded group v0.13.0
7152026-05-21T17:41:08.395Z Downloaded ahash v0.8.12
7162026-05-21T17:41:08.398Z Downloaded git-stub-vcs v0.1.0
7172026-05-21T17:41:08.398Z Downloaded inout v0.1.4
7182026-05-21T17:41:08.398Z Downloaded instability v0.3.11
7192026-05-21T17:41:08.402Z Downloaded globset v0.4.18
7202026-05-21T17:41:08.402Z Downloaded illumos-nvpair-sys v0.2.0
7212026-05-21T17:41:08.402Z Downloaded crossbeam-utils v0.8.21
7222026-05-21T17:41:08.405Z Downloaded foldhash v0.1.5
7232026-05-21T17:41:08.406Z Downloaded drift v0.1.4
7242026-05-21T17:41:08.410Z Downloaded is-terminal v0.4.17
7252026-05-21T17:41:08.414Z Downloaded internet-checksum v0.2.1
7262026-05-21T17:41:08.414Z Downloaded ghash v0.5.1
7272026-05-21T17:41:08.414Z Downloaded indoc v1.0.9
7282026-05-21T17:41:08.419Z Downloaded is_ci v1.2.0
7292026-05-21T17:41:08.419Z Downloaded lazy_static v1.5.0
7302026-05-21T17:41:08.422Z Downloaded lalrpop-util v0.19.12
7312026-05-21T17:41:08.422Z Downloaded chacha20 v0.10.0
7322026-05-21T17:41:08.422Z Downloaded byte-wrapper v0.1.0
7332026-05-21T17:41:08.422Z Downloaded futures-executor v0.3.32
7342026-05-21T17:41:08.425Z Downloaded deranged v0.5.8
7352026-05-21T17:41:08.425Z Downloaded darling v0.23.0
7362026-05-21T17:41:08.431Z Downloaded keccak v0.1.6
7372026-05-21T17:41:08.434Z Downloaded cookie_store v0.22.1
7382026-05-21T17:41:08.434Z Downloaded darling v0.21.3
7392026-05-21T17:41:08.434Z Downloaded libscf-sys v1.1.0
7402026-05-21T17:41:08.437Z Downloaded kstat-rs v0.2.4
7412026-05-21T17:41:08.437Z Downloaded lru v0.12.5
7422026-05-21T17:41:08.437Z Downloaded linked-hash-map v0.5.6
7432026-05-21T17:41:08.437Z Downloaded crossbeam-channel v0.5.15
7442026-05-21T17:41:08.442Z Downloaded memoffset v0.9.1
7452026-05-21T17:41:08.445Z Downloaded diff v0.1.13
7462026-05-21T17:41:08.445Z Downloaded derive_builder v0.20.2
7472026-05-21T17:41:08.448Z Downloaded futures v0.3.32
7482026-05-21T17:41:08.451Z Downloaded git-stub v1.0.0
7492026-05-21T17:41:08.451Z Downloaded getrandom v0.2.17
7502026-05-21T17:41:08.454Z Downloaded ecdsa v0.16.9
7512026-05-21T17:41:08.454Z Downloaded md5 v0.7.0
7522026-05-21T17:41:08.458Z Downloaded md-5 v0.10.6
7532026-05-21T17:41:08.458Z Downloaded mime v0.3.17
7542026-05-21T17:41:08.458Z Downloaded bytes v1.11.1
7552026-05-21T17:41:08.461Z Downloaded instant v0.1.13
7562026-05-21T17:41:08.464Z Downloaded futures-channel v0.3.32
7572026-05-21T17:41:08.464Z Downloaded new_debug_unreachable v1.0.6
7582026-05-21T17:41:08.464Z Downloaded multimap v0.10.1
7592026-05-21T17:41:08.468Z Downloaded elliptic-curve v0.13.8
7602026-05-21T17:41:08.468Z Downloaded jobserver v0.1.34
7612026-05-21T17:41:08.471Z Downloaded derive-where v1.6.0
7622026-05-21T17:41:08.474Z Downloaded nibble_vec v0.1.0
7632026-05-21T17:41:08.474Z Downloaded newtype_derive v0.1.6
7642026-05-21T17:41:08.474Z Downloaded nonempty v0.12.0
7652026-05-21T17:41:08.477Z Downloaded darling_core v0.21.3
7662026-05-21T17:41:08.480Z Downloaded num-derive v0.4.2
7672026-05-21T17:41:08.481Z Downloaded num-derive v0.3.3
7682026-05-21T17:41:08.481Z Downloaded num-conv v0.2.0
7692026-05-21T17:41:08.484Z Downloaded num v0.4.3
7702026-05-21T17:41:08.484Z Downloaded normalize-line-endings v0.3.0
7712026-05-21T17:41:08.484Z Downloaded olpc-cjson v0.1.4
7722026-05-21T17:41:08.484Z Downloaded num-iter v0.1.45
7732026-05-21T17:41:08.487Z Downloaded num_threads v0.1.7
7742026-05-21T17:41:08.487Z Downloaded nodrop v0.1.14
7752026-05-21T17:41:08.487Z Downloaded libefi-sys v0.1.0
7762026-05-21T17:41:08.487Z Downloaded highway v1.3.0
7772026-05-21T17:41:08.491Z Downloaded newtype-uuid-macros v0.1.0
7782026-05-21T17:41:08.491Z Downloaded ingot-types v0.1.2
7792026-05-21T17:41:08.494Z Downloaded newline-converter v0.3.0
7802026-05-21T17:41:08.494Z Downloaded ipnetwork v0.21.1
7812026-05-21T17:41:08.494Z Downloaded crossbeam-epoch v0.9.18
7822026-05-21T17:41:08.497Z Downloaded http-body-util v0.1.3
7832026-05-21T17:41:08.497Z Downloaded iana-time-zone v0.1.65
7842026-05-21T17:41:08.501Z Downloaded linear-map v1.2.0
7852026-05-21T17:41:08.501Z Downloaded libsw-core v0.3.2
7862026-05-21T17:41:08.505Z Downloaded libloading v0.8.9
7872026-05-21T17:41:08.505Z Downloaded openssl-probe v0.1.6
7882026-05-21T17:41:08.505Z Downloaded allocator-api2 v0.2.21
7892026-05-21T17:41:08.508Z Downloaded openssl-probe v0.2.1
7902026-05-21T17:41:08.508Z Downloaded openssl-macros v0.1.1
7912026-05-21T17:41:08.508Z Downloaded opaque-debug v0.3.1
7922026-05-21T17:41:08.508Z Downloaded num_enum_derive v0.5.11
7932026-05-21T17:41:08.512Z Downloaded lock_api v0.4.14
7942026-05-21T17:41:08.512Z Downloaded const_format v0.2.35
7952026-05-21T17:41:08.515Z Downloaded half v1.8.3
7962026-05-21T17:41:08.519Z Downloaded maybe-uninit v2.0.0
7972026-05-21T17:41:08.519Z Downloaded lzss v0.8.2
7982026-05-21T17:41:08.519Z Downloaded lru-slab v0.1.2
7992026-05-21T17:41:08.519Z Downloaded const-oid v0.9.6
8002026-05-21T17:41:08.523Z Downloaded oso-derive v0.27.3
8012026-05-21T17:41:08.523Z Downloaded mime_guess v2.0.5
8022026-05-21T17:41:08.523Z Downloaded parse-display v0.10.0
8032026-05-21T17:41:08.523Z Downloaded dropshot_endpoint v0.17.0
8042026-05-21T17:41:08.527Z Downloaded hyper-staticfile v0.10.1
8052026-05-21T17:41:08.527Z Downloaded ingot-macros v0.1.1
8062026-05-21T17:41:08.530Z Downloaded indoc v2.0.7
8072026-05-21T17:41:08.530Z Downloaded parse-size v1.1.0
8082026-05-21T17:41:08.533Z Downloaded match_cfg v0.1.0
8092026-05-21T17:41:08.533Z Downloaded maplit v1.0.2
8102026-05-21T17:41:08.533Z Downloaded nanorand v0.7.0
8112026-05-21T17:41:08.536Z Downloaded getrandom v0.3.4
8122026-05-21T17:41:08.536Z Downloaded fatfs v0.3.6
8132026-05-21T17:41:08.540Z Downloaded half v2.7.1
8142026-05-21T17:41:08.543Z Downloaded newtype-uuid v1.3.2
8152026-05-21T17:41:08.543Z Downloaded nu-ansi-term v0.50.3
8162026-05-21T17:41:08.546Z Downloaded multer v3.1.0
8172026-05-21T17:41:08.546Z Downloaded pbkdf2 v0.12.2
8182026-05-21T17:41:08.549Z Downloaded peg-runtime v0.8.5
8192026-05-21T17:41:08.549Z Downloaded pbkdf2 v0.11.0
8202026-05-21T17:41:08.549Z Downloaded phf_shared v0.12.1
8212026-05-21T17:41:08.552Z Downloaded path-slash v0.1.5
8222026-05-21T17:41:08.552Z Downloaded num_enum v0.5.11
8232026-05-21T17:41:08.555Z Downloaded pin-utils v0.1.0
8242026-05-21T17:41:08.555Z Downloaded phf_shared v0.13.1
8252026-05-21T17:41:08.559Z Downloaded phf_shared v0.11.3
8262026-05-21T17:41:08.559Z Downloaded chacha20poly1305 v0.10.1
8272026-05-21T17:41:08.559Z Downloaded num_enum_derive v0.7.5
8282026-05-21T17:41:08.562Z Downloaded hmac v0.12.1
8292026-05-21T17:41:08.562Z Downloaded crc-any v2.5.0
8302026-05-21T17:41:08.565Z Downloaded num-rational v0.4.2
8312026-05-21T17:41:08.565Z Downloaded num-integer v0.1.46
8322026-05-21T17:41:08.565Z Downloaded ingot v0.1.1
8332026-05-21T17:41:08.568Z Downloaded ipnet v2.11.0
8342026-05-21T17:41:08.568Z Downloaded libsw v3.5.0
8352026-05-21T17:41:08.568Z Downloaded hyper-rustls v0.27.7
8362026-05-21T17:41:08.571Z Downloaded managed v0.8.0
8372026-05-21T17:41:08.571Z Downloaded lru-cache v0.1.2
8382026-05-21T17:41:08.571Z Downloaded impl-trait-for-tuples v0.2.3
8392026-05-21T17:41:08.575Z Downloaded humantime v2.3.0
8402026-05-21T17:41:08.575Z Downloaded base64 v0.21.7
8412026-05-21T17:41:08.578Z Downloaded precomputed-hash v0.1.1
8422026-05-21T17:41:08.578Z Downloaded ignore v0.4.25
8432026-05-21T17:41:08.581Z Downloaded bumpalo v3.20.2
8442026-05-21T17:41:08.585Z Downloaded owo-colors v4.3.0
8452026-05-21T17:41:08.585Z Downloaded proc-macro-crate v3.4.0
8462026-05-21T17:41:08.585Z Downloaded proc-macro-error-attr2 v2.0.0
8472026-05-21T17:41:08.588Z Downloaded predicates-tree v1.0.13
8482026-05-21T17:41:08.588Z Downloaded httparse v1.10.1
8492026-05-21T17:41:08.588Z Downloaded progenitor-client v0.11.2
8502026-05-21T17:41:08.591Z Downloaded oxnet v0.1.4
8512026-05-21T17:41:08.591Z Downloaded predicates-core v1.0.10
8522026-05-21T17:41:08.591Z Downloaded oxide-tokio-rt v0.1.4
8532026-05-21T17:41:08.596Z Downloaded flume v0.11.1
8542026-05-21T17:41:08.599Z Downloaded parse-display-derive v0.10.0
8552026-05-21T17:41:08.600Z Downloaded password-hash v0.4.2
8562026-05-21T17:41:08.600Z Downloaded progenitor-client v0.10.0
8572026-05-21T17:41:08.600Z Downloaded memmap2 v0.9.10
8582026-05-21T17:41:08.600Z Downloaded packed_struct_codegen v0.10.1
8592026-05-21T17:41:08.603Z Downloaded psl-types v2.0.11
8602026-05-21T17:41:08.603Z Downloaded proc-macro-crate v1.3.1
8612026-05-21T17:41:08.603Z Downloaded parking_lot_core v0.8.6
8622026-05-21T17:41:08.620Z Downloaded quick-error v1.2.3
8632026-05-21T17:41:08.623Z Downloaded progenitor-macro v0.13.0
8642026-05-21T17:41:08.623Z Downloaded pem-rfc7468 v0.7.0
8652026-05-21T17:41:08.623Z Downloaded peg-macros v0.8.5
8662026-05-21T17:41:08.626Z Downloaded peg v0.8.5
8672026-05-21T17:41:08.630Z Downloaded num_enum v0.7.5
8682026-05-21T17:41:08.633Z Downloaded pin-project-internal v1.1.11
8692026-05-21T17:41:08.633Z Downloaded phf v0.13.1
8702026-05-21T17:41:08.633Z Downloaded phf v0.12.1
8712026-05-21T17:41:08.636Z Downloaded rand_xorshift v0.4.0
8722026-05-21T17:41:08.636Z Downloaded pkcs8 v0.10.2
8732026-05-21T17:41:08.639Z Downloaded rand_chacha v0.3.1
8742026-05-21T17:41:08.639Z Downloaded radium v0.7.0
8752026-05-21T17:41:08.639Z Downloaded pkg-config v0.3.32
8762026-05-21T17:41:08.643Z Downloaded pin-project-lite v0.2.17
8772026-05-21T17:41:08.646Z Downloaded polyval v0.6.2
8782026-05-21T17:41:08.646Z Downloaded poly1305 v0.8.0
8792026-05-21T17:41:08.649Z Downloaded postgres-protocol v0.6.10
8802026-05-21T17:41:08.649Z Downloaded base64 v0.22.1
8812026-05-21T17:41:08.653Z Downloaded litrs v1.0.0
8822026-05-21T17:41:08.653Z Downloaded heapless v0.7.17
8832026-05-21T17:41:08.656Z Downloaded ref-cast-impl v1.0.25
8842026-05-21T17:41:08.656Z Downloaded aes-gcm v0.10.3
8852026-05-21T17:41:08.659Z Downloaded parking_lot v0.12.5
8862026-05-21T17:41:08.662Z Downloaded recursive-proc-macro-impl v0.1.1
8872026-05-21T17:41:08.662Z Downloaded ref-cast v1.0.25
8882026-05-21T17:41:08.666Z Downloaded progenitor v0.13.0
8892026-05-21T17:41:08.666Z Downloaded ed25519-dalek v2.2.0
8902026-05-21T17:41:08.669Z Downloaded rfc6979 v0.4.0
8912026-05-21T17:41:08.669Z Downloaded derive_more v2.1.1
8922026-05-21T17:41:08.676Z Downloaded progenitor v0.14.0
8932026-05-21T17:41:08.679Z Downloaded progenitor v0.11.2
8942026-05-21T17:41:08.679Z Downloaded predicates v3.1.4
8952026-05-21T17:41:08.684Z Downloaded psm v0.1.30
8962026-05-21T17:41:08.684Z Downloaded pem v3.0.6
8972026-05-21T17:41:08.684Z Downloaded russh-cryptovec v0.7.3
8982026-05-21T17:41:08.687Z Downloaded progenitor-extras v0.2.0
8992026-05-21T17:41:08.687Z Downloaded rustc-hash v2.1.1
9002026-05-21T17:41:08.687Z Downloaded rustc_version v0.4.1
9012026-05-21T17:41:08.687Z Downloaded rtoolbox v0.0.3
9022026-05-21T17:41:08.690Z Downloaded cc v1.2.56
9032026-05-21T17:41:08.690Z Downloaded progenitor-macro v0.11.2
9042026-05-21T17:41:08.693Z Downloaded progenitor-client v0.13.0
9052026-05-21T17:41:08.694Z Downloaded heapless v0.8.0
9062026-05-21T17:41:08.697Z Downloaded der v0.7.10
9072026-05-21T17:41:08.700Z Downloaded rustc_version v0.1.7
9082026-05-21T17:41:08.700Z Downloaded r2d2 v0.8.10
9092026-05-21T17:41:08.700Z Downloaded hickory-resolver v0.25.2
9102026-05-21T17:41:08.703Z Downloaded rand_chacha v0.9.0
9112026-05-21T17:41:08.703Z Downloaded indicatif v0.18.4
9122026-05-21T17:41:08.706Z Downloaded password-hash v0.5.0
9132026-05-21T17:41:08.710Z Downloaded proc-macro-error2 v2.0.1
9142026-05-21T17:41:08.710Z Downloaded rand_core v0.6.4
9152026-05-21T17:41:08.713Z Downloaded hickory-resolver v0.24.4
9162026-05-21T17:41:08.716Z Downloaded primeorder v0.13.6
9172026-05-21T17:41:08.716Z Downloaded ppv-lite86 v0.2.21
9182026-05-21T17:41:08.716Z Downloaded oso v0.27.3
9192026-05-21T17:41:08.719Z Downloaded same-file v1.0.6
9202026-05-21T17:41:08.719Z Downloaded rand_core v0.9.5
9212026-05-21T17:41:08.722Z Downloaded postgres-types v0.2.12
9222026-05-21T17:41:08.722Z Downloaded recursive v0.1.1
9232026-05-21T17:41:08.726Z Downloaded sapling-renderdag v0.1.0
9242026-05-21T17:41:08.726Z Downloaded scheduled-thread-pool v0.2.7
9252026-05-21T17:41:08.726Z Downloaded rand_seeder v0.4.0
9262026-05-21T17:41:08.729Z Downloaded scroll_derive v0.13.1
9272026-05-21T17:41:08.729Z Downloaded rand_core v0.10.0
9282026-05-21T17:41:08.729Z Downloaded postcard v1.1.3
9292026-05-21T17:41:08.733Z Downloaded scopeguard v1.2.0
9302026-05-21T17:41:08.733Z Downloaded salsa20 v0.10.2
9312026-05-21T17:41:08.733Z Downloaded flate2 v1.1.9
9322026-05-21T17:41:08.736Z Downloaded miniz_oxide v0.8.9
9332026-05-21T17:41:08.740Z Downloaded parking_lot v0.11.2
9342026-05-21T17:41:08.740Z Downloaded scrypt v0.11.0
9352026-05-21T17:41:08.743Z Downloaded hashbrown v0.13.2
9362026-05-21T17:41:08.743Z Downloaded seq-macro v0.3.6
9372026-05-21T17:41:08.747Z Downloaded hashbrown v0.12.3
9382026-05-21T17:41:08.753Z Downloaded serde-big-array v0.5.1
9392026-05-21T17:41:08.753Z Downloaded semver v0.1.20
9402026-05-21T17:41:08.753Z Downloaded crypto-bigint v0.5.5
9412026-05-21T17:41:08.756Z Downloaded serde_bytes v0.11.19
9422026-05-21T17:41:08.756Z Downloaded secrecy v0.8.0
9432026-05-21T17:41:08.756Z Downloaded secrecy v0.10.3
9442026-05-21T17:41:08.756Z Downloaded resolv-conf v0.7.6
9452026-05-21T17:41:08.760Z Downloaded serde_urlencoded v0.7.1
9462026-05-21T17:41:08.760Z Downloaded serde_repr v0.1.20
9472026-05-21T17:41:08.764Z Downloaded pin-project v1.1.11
9482026-05-21T17:41:08.776Z Downloaded signal-hook-tokio v0.3.1
9492026-05-21T17:41:08.776Z Downloaded siphasher v1.0.2
9502026-05-21T17:41:08.776Z Downloaded signal-hook-mio v0.2.5
9512026-05-21T17:41:08.776Z Downloaded serde_plain v1.0.2
9522026-05-21T17:41:08.776Z Downloaded shell-words v1.1.1
9532026-05-21T17:41:08.776Z Downloaded rusty-fork v0.3.1
9542026-05-21T17:41:08.776Z Downloaded serde_spanned v1.0.4
9552026-05-21T17:41:08.780Z Downloaded rustls-pemfile v1.0.4
9562026-05-21T17:41:08.780Z Downloaded rustls-native-certs v0.8.3
9572026-05-21T17:41:08.780Z Downloaded rustversion v1.0.22
9582026-05-21T17:41:08.780Z Downloaded jiff-static v0.2.21
9592026-05-21T17:41:08.784Z Downloaded quinn-udp v0.5.14
9602026-05-21T17:41:08.784Z Downloaded expectorate v1.2.0
9612026-05-21T17:41:08.787Z Downloaded openssl-sys v0.9.115
9622026-05-21T17:41:08.790Z Downloaded signature v2.2.0
9632026-05-21T17:41:08.790Z Downloaded prefix-trie v0.7.0
9642026-05-21T17:41:08.793Z Downloaded sigpipe v0.1.3
9652026-05-21T17:41:08.793Z Downloaded pkcs5 v0.7.1
9662026-05-21T17:41:08.797Z Downloaded diesel_derives v2.3.7
9672026-05-21T17:41:08.800Z Downloaded slog-envlogger v2.2.0
9682026-05-21T17:41:08.800Z Downloaded papergrid v0.17.0
9692026-05-21T17:41:08.803Z Downloaded slog-bunyan v2.5.0
9702026-05-21T17:41:08.807Z Downloaded p256 v0.13.2
9712026-05-21T17:41:08.807Z Downloaded scroll v0.13.0
9722026-05-21T17:41:08.812Z Downloaded pkcs1 v0.7.5
9732026-05-21T17:41:08.812Z Downloaded parking_lot_core v0.9.12
9742026-05-21T17:41:08.812Z Downloaded serde-hex v0.1.0
9752026-05-21T17:41:08.815Z Downloaded aho-corasick v1.1.4
9762026-05-21T17:41:08.818Z Downloaded sqlparser_derive v0.5.0
9772026-05-21T17:41:08.818Z Downloaded crossterm v0.28.1
9782026-05-21T17:41:08.821Z Downloaded ssh-encoding v0.2.0
9792026-05-21T17:41:08.821Z Downloaded russh-keys v0.45.0
9802026-05-21T17:41:08.824Z Downloaded progenitor-impl v0.13.0
9812026-05-21T17:41:08.828Z Downloaded sec1 v0.7.3
9822026-05-21T17:41:08.828Z Downloaded sct v0.7.1
9832026-05-21T17:41:08.831Z Downloaded sha1 v0.10.6
9842026-05-21T17:41:08.831Z Downloaded serde_derive_internals v0.29.1
9852026-05-21T17:41:08.831Z Downloaded schemars_derive v0.8.22
9862026-05-21T17:41:08.834Z Downloaded signal-hook-registry v1.4.8
9872026-05-21T17:41:08.834Z Downloaded omicron-zone-package v0.12.2
9882026-05-21T17:41:08.837Z Downloaded ssh-cipher v0.2.0
9892026-05-21T17:41:08.837Z Downloaded strum v0.26.3
9902026-05-21T17:41:08.837Z Downloaded strip-ansi-escapes v0.2.1
9912026-05-21T17:41:08.841Z Downloaded libbz2-rs-sys v0.2.2
9922026-05-21T17:41:08.841Z Downloaded paste v1.0.15
9932026-05-21T17:41:08.844Z Downloaded strum v0.27.2
9942026-05-21T17:41:08.844Z Downloaded structmeta v0.3.0
9952026-05-21T17:41:08.844Z Downloaded hyper-util v0.1.20
9962026-05-21T17:41:08.852Z Downloaded rustls-pki-types v1.14.0
9972026-05-21T17:41:08.855Z Downloaded num-complex v0.4.6
9982026-05-21T17:41:08.855Z Downloaded structmeta-derive v0.3.0
9992026-05-21T17:41:08.855Z Downloaded shlex v1.3.0
10002026-05-21T17:41:08.855Z Downloaded http v1.4.0
10012026-05-21T17:41:08.856Z Downloaded hickory-server v0.25.2
10022026-05-21T17:41:08.859Z Downloaded prettyplease v0.2.37
10032026-05-21T17:41:08.862Z Downloaded ar_archive_writer v0.5.1
10042026-05-21T17:41:08.865Z Downloaded subtle v2.6.1
10052026-05-21T17:41:08.865Z Downloaded tabled_derive v0.11.0
10062026-05-21T17:41:08.865Z Downloaded sync_wrapper v1.0.2
10072026-05-21T17:41:08.868Z Downloaded supports-color v3.0.2
10082026-05-21T17:41:08.869Z Downloaded slog-dtrace v0.3.0
10092026-05-21T17:41:08.869Z Downloaded pretty_assertions v1.4.1
10102026-05-21T17:41:08.872Z Downloaded take_mut v0.2.2
10112026-05-21T17:41:08.872Z Downloaded slog-stdlog v4.1.1
10122026-05-21T17:41:08.872Z Downloaded sync-ptr v0.1.4
10132026-05-21T17:41:08.875Z Downloaded smallvec v0.6.14
10142026-05-21T17:41:08.875Z Downloaded progenitor-impl v0.14.0
10152026-05-21T17:41:08.875Z Downloaded slog-json v2.6.1
10162026-05-21T17:41:08.878Z Downloaded slog-async v2.8.0
10172026-05-21T17:41:08.878Z Downloaded serde_path_to_error v0.1.20
10182026-05-21T17:41:08.881Z Downloaded tap v1.0.1
10192026-05-21T17:41:08.882Z Downloaded rcgen v0.12.1
10202026-05-21T17:41:08.885Z Downloaded slab v0.4.12
10212026-05-21T17:41:08.885Z Downloaded mio v1.2.0
10222026-05-21T17:41:08.888Z Downloaded thiserror-impl-no-std v2.0.2
10232026-05-21T17:41:08.888Z Downloaded testing_table v0.3.0
10242026-05-21T17:41:08.892Z Downloaded termtree v0.5.1
10252026-05-21T17:41:08.892Z Downloaded smf v0.2.3
10262026-05-21T17:41:08.892Z Downloaded slog-term v2.9.2
10272026-05-21T17:41:08.895Z Downloaded rustls-platform-verifier v0.6.2
10282026-05-21T17:41:08.895Z Downloaded slog-scope v4.4.1
10292026-05-21T17:41:08.898Z Downloaded serde_with_macros v3.17.0
10302026-05-21T17:41:08.898Z Downloaded ron v0.8.1
10312026-05-21T17:41:08.902Z Downloaded time-core v0.1.8
10322026-05-21T17:41:08.905Z Downloaded strum_macros v0.24.3
10332026-05-21T17:41:08.905Z Downloaded stringprep v0.1.5
10342026-05-21T17:41:08.908Z Downloaded stacker v0.1.23
10352026-05-21T17:41:08.908Z Downloaded thread-id v5.1.0
10362026-05-21T17:41:08.908Z Downloaded spki v0.7.3
10372026-05-21T17:41:08.911Z Downloaded snafu-derive v0.8.9
10382026-05-21T17:41:08.911Z Downloaded hashbrown v0.15.5
10392026-05-21T17:41:08.914Z Downloaded serde_cbor v0.11.2
10402026-05-21T17:41:08.918Z Downloaded tagptr v0.2.0
10412026-05-21T17:41:08.918Z Downloaded tabwriter v1.4.1
10422026-05-21T17:41:08.918Z Downloaded native-tls v0.2.18
10432026-05-21T17:41:08.921Z Downloaded indexmap v1.9.3
10442026-05-21T17:41:08.924Z Downloaded sqlformat v0.3.5
10452026-05-21T17:41:08.924Z Downloaded rustls-pemfile v2.2.0
10462026-05-21T17:41:08.924Z Downloaded headers v0.4.1
10472026-05-21T17:41:08.928Z Downloaded tokio-macros v2.7.0
10482026-05-21T17:41:08.931Z Downloaded support-bundle-viewer v0.1.2
10492026-05-21T17:41:08.931Z Downloaded string_cache v0.8.9
10502026-05-21T17:41:08.931Z Downloaded minimal-lexical v0.2.1
10512026-05-21T17:41:08.935Z Downloaded progenitor-macro v0.14.0
10522026-05-21T17:41:08.938Z Downloaded progenitor-client v0.14.0
10532026-05-21T17:41:08.938Z Downloaded packed_struct v0.10.1
10542026-05-21T17:41:08.938Z Downloaded crossterm v0.29.0
10552026-05-21T17:41:08.941Z Downloaded powerfmt v0.2.0
10562026-05-21T17:41:08.945Z Downloaded csv-core v0.1.13
10572026-05-21T17:41:08.945Z Downloaded camino-tempfile-ext v0.3.3
10582026-05-21T17:41:08.945Z Downloaded backon v1.6.0
10592026-05-21T17:41:08.948Z Downloaded colored v3.1.1
10602026-05-21T17:41:08.951Z Downloaded thiserror-no-std v2.0.2
10612026-05-21T17:41:08.951Z Downloaded topological-sort v0.2.2
10622026-05-21T17:41:08.955Z Downloaded progenitor-impl v0.11.2
10632026-05-21T17:41:08.955Z Downloaded ciborium v0.2.2
10642026-05-21T17:41:08.959Z Downloaded tower-service v0.3.3
10652026-05-21T17:41:08.959Z Downloaded tower-layer v0.3.3
10662026-05-21T17:41:08.959Z Downloaded termios v0.3.3
10672026-05-21T17:41:08.959Z Downloaded cargo_metadata v0.23.1
10682026-05-21T17:41:08.962Z Downloaded tiny-keccak v2.0.2
10692026-05-21T17:41:08.962Z Downloaded qorb v0.4.1
10702026-05-21T17:41:08.965Z Downloaded nom v7.1.3
10712026-05-21T17:41:08.968Z Downloaded try-lock v0.2.5
10722026-05-21T17:41:08.972Z Downloaded trait-variant v0.1.2
10732026-05-21T17:41:08.972Z Downloaded tinyvec_macros v0.1.1
10742026-05-21T17:41:08.972Z Downloaded time-macros v0.2.27
10752026-05-21T17:41:08.975Z Downloaded strum_macros v0.27.2
10762026-05-21T17:41:08.975Z Downloaded tls_codec_derive v0.4.2
10772026-05-21T17:41:08.978Z Downloaded tls_codec v0.4.2
10782026-05-21T17:41:08.978Z Downloaded typify-macro v0.6.2
10792026-05-21T17:41:08.978Z Downloaded rand v0.8.6
10802026-05-21T17:41:08.982Z Downloaded unarray v0.1.4
10812026-05-21T17:41:08.982Z Downloaded similar v2.7.0
10822026-05-21T17:41:08.985Z Downloaded itertools v0.10.5
10832026-05-21T17:41:08.988Z Downloaded libxml v0.3.3
10842026-05-21T17:41:08.992Z Downloaded strum_macros v0.26.4
10852026-05-21T17:41:08.996Z Downloaded universal-hash v0.5.1
10862026-05-21T17:41:08.996Z Downloaded unit-prefix v0.5.2
10872026-05-21T17:41:08.996Z Downloaded unicode-truncate v1.1.0
10882026-05-21T17:41:08.999Z Downloaded static_assertions v1.1.0
10892026-05-21T17:41:08.999Z Downloaded spin v0.9.8
10902026-05-21T17:41:09.003Z Downloaded tokio-native-tls v0.3.1
10912026-05-21T17:41:09.003Z Downloaded typify-macro v0.4.3
10922026-05-21T17:41:09.003Z Downloaded tokio-dtrace v0.1.1
10932026-05-21T17:41:09.003Z Downloaded schemars v0.8.22
10942026-05-21T17:41:09.009Z Downloaded untrusted v0.9.0
10952026-05-21T17:41:09.012Z Downloaded slog v2.8.2
10962026-05-21T17:41:09.016Z Downloaded usdt-macro v0.6.0
10972026-05-21T17:41:09.016Z Downloaded usdt-attr-macro v0.6.0
10982026-05-21T17:41:09.016Z Downloaded usdt v0.6.0
10992026-05-21T17:41:09.016Z Downloaded untrusted v0.7.1
11002026-05-21T17:41:09.016Z Downloaded tokio-tungstenite v0.23.1
11012026-05-21T17:41:09.019Z Downloaded tokio-rustls v0.25.0
11022026-05-21T17:41:09.019Z Downloaded rayon-core v1.13.0
11032026-05-21T17:41:09.022Z Downloaded tokio-tungstenite v0.21.0
11042026-05-21T17:41:09.025Z Downloaded simd-adler32 v0.3.8
11052026-05-21T17:41:09.025Z Downloaded quinn v0.11.9
11062026-05-21T17:41:09.029Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11072026-05-21T17:41:09.029Z Downloaded ryu v1.0.23
11082026-05-21T17:41:09.032Z Downloaded toml_writer v1.0.6+spec-1.1.0
11092026-05-21T17:41:09.032Z Downloaded serde_yaml v0.9.34+deprecated
11102026-05-21T17:41:09.035Z Downloaded socket2 v0.6.3
11112026-05-21T17:41:09.035Z Downloaded term v0.7.0
11122026-05-21T17:41:09.039Z Downloaded utf-8 v0.7.6
11132026-05-21T17:41:09.039Z Downloaded signal-hook v0.3.18
11142026-05-21T17:41:09.042Z Downloaded num-bigint v0.4.6
11152026-05-21T17:41:09.045Z Downloaded publicsuffix v2.3.0
11162026-05-21T17:41:09.045Z Downloaded thread_local v1.1.9
11172026-05-21T17:41:09.048Z Downloaded derive-ex v0.1.8
11182026-05-21T17:41:09.048Z Downloaded glob v0.3.3
11192026-05-21T17:41:09.048Z Downloaded tui-tree-widget v0.23.1
11202026-05-21T17:41:09.048Z Downloaded socket2 v0.5.10
11212026-05-21T17:41:09.052Z Downloaded buf-list v1.1.2
11222026-05-21T17:41:09.052Z Downloaded bit-set v0.8.0
11232026-05-21T17:41:09.055Z Downloaded waitgroup v0.1.2
11242026-05-21T17:41:09.055Z Downloaded void v1.0.2
11252026-05-21T17:41:09.055Z Downloaded blowfish v0.9.1
11262026-05-21T17:41:09.055Z Downloaded hostname v0.3.1
11272026-05-21T17:41:09.058Z Downloaded unicase v2.9.0
11282026-05-21T17:41:09.058Z Downloaded hashbrown v0.16.1
11292026-05-21T17:41:09.061Z Downloaded iri-string v0.7.10
11302026-05-21T17:41:09.065Z Downloaded itertools v0.12.1
11312026-05-21T17:41:09.069Z Downloaded schemars v0.9.0
11322026-05-21T17:41:09.078Z Downloaded want v0.3.1
11332026-05-21T17:41:09.084Z Downloaded wait-timeout v0.2.1
11342026-05-21T17:41:09.084Z Downloaded rand v0.9.2
11352026-05-21T17:41:09.085Z Downloaded tokio-rustls v0.24.1
11362026-05-21T17:41:09.088Z Downloaded futures-util v0.3.32
11372026-05-21T17:41:09.091Z Downloaded tokio-rustls v0.26.4
11382026-05-21T17:41:09.091Z Downloaded rustls-webpki v0.103.9
11392026-05-21T17:41:09.094Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11402026-05-21T17:41:09.094Z Downloaded subprocess v0.2.15
11412026-05-21T17:41:09.098Z Downloaded xshell-macros v0.2.7
11422026-05-21T17:41:09.098Z Downloaded term v1.2.1
11432026-05-21T17:41:09.101Z Downloaded zeroize_derive v1.4.3
11442026-05-21T17:41:09.101Z Downloaded uzers v0.12.2
11452026-05-21T17:41:09.101Z Downloaded hyper v1.8.1
11462026-05-21T17:41:09.104Z Downloaded zone_cfg_derive v0.3.1
11472026-05-21T17:41:09.108Z Downloaded zone v0.3.1
11482026-05-21T17:41:09.108Z Downloaded toml_parser v1.0.9+spec-1.1.0
11492026-05-21T17:41:09.108Z Downloaded ff v0.13.1
11502026-05-21T17:41:09.111Z Downloaded test-strategy v0.4.5
11512026-05-21T17:41:09.111Z Downloaded schemars v1.2.1
11522026-05-21T17:41:09.119Z Downloaded vsss-rs v3.3.4
11532026-05-21T17:41:09.122Z Downloaded snafu v0.8.9
11542026-05-21T17:41:09.126Z Downloaded vergen-lib v0.1.6
11552026-05-21T17:41:09.129Z Downloaded itertools v0.14.0
11562026-05-21T17:41:09.133Z Downloaded vergen-lib v9.1.0
11572026-05-21T17:41:09.133Z Downloaded vergen-gitcl v1.0.8
11582026-05-21T17:41:09.133Z Downloaded libm v0.2.16
11592026-05-21T17:41:09.138Z Downloaded tokio-stream v0.1.18
11602026-05-21T17:41:09.143Z Downloaded rsa v0.9.10
11612026-05-21T17:41:09.148Z Downloaded rand v0.10.0
11622026-05-21T17:41:09.148Z Downloaded whoami v2.1.0
11632026-05-21T17:41:09.148Z Downloaded whoami v1.6.1
11642026-05-21T17:41:09.152Z Downloaded zeroize v1.8.2
11652026-05-21T17:41:09.152Z Downloaded twox-hash v2.1.2
11662026-05-21T17:41:09.155Z Downloaded iddqd v0.4.1
11672026-05-21T17:41:09.158Z Downloaded tar v0.4.45
11682026-05-21T17:41:09.158Z Downloaded toml v0.7.8
11692026-05-21T17:41:09.161Z Downloaded xshell v0.2.7
11702026-05-21T17:41:09.164Z Downloaded xattr v1.6.1
11712026-05-21T17:41:09.164Z Downloaded vergen v9.1.0
11722026-05-21T17:41:09.164Z Downloaded hkdf v0.12.4
11732026-05-21T17:41:09.167Z Downloaded zstd v0.13.3
11742026-05-21T17:41:09.167Z Downloaded itertools v0.13.0
11752026-05-21T17:41:09.172Z Downloaded samael v0.0.19
11762026-05-21T17:41:09.175Z Downloaded tracing-core v0.1.36
11772026-05-21T17:41:09.178Z Downloaded p521 v0.13.3
11782026-05-21T17:41:09.181Z Downloaded walkdir v2.5.0
11792026-05-21T17:41:09.181Z Downloaded zstd-safe v7.2.4
11802026-05-21T17:41:09.184Z Downloaded unicode-properties v0.1.4
11812026-05-21T17:41:09.184Z Downloaded h2 v0.4.13
11822026-05-21T17:41:09.188Z Downloaded tracing-attributes v0.1.31
11832026-05-21T17:41:09.191Z Downloaded bitvec v1.0.1
11842026-05-21T17:41:09.198Z Downloaded wyz v0.5.1
11852026-05-21T17:41:09.202Z Downloaded typify v0.4.3
11862026-05-21T17:41:09.202Z Downloaded tungstenite v0.23.0
11872026-05-21T17:41:09.205Z Downloaded typify v0.6.2
11882026-05-21T17:41:09.208Z Downloaded toml_edit v0.23.10+spec-1.0.0
11892026-05-21T17:41:09.211Z Downloaded unicode-bidi v0.3.18
11902026-05-21T17:41:09.211Z Downloaded russh v0.45.0
11912026-05-21T17:41:09.214Z Downloaded yasna v0.5.2
11922026-05-21T17:41:09.217Z Downloaded rpassword v7.4.0
11932026-05-21T17:41:09.217Z Downloaded zerocopy v0.6.6
11942026-05-21T17:41:09.220Z Downloaded blake3 v1.8.3
11952026-05-21T17:41:09.224Z Downloaded vte v0.14.1
11962026-05-21T17:41:09.227Z Downloaded tungstenite v0.21.0
11972026-05-21T17:41:09.227Z Downloaded toml v1.0.6+spec-1.1.0
11982026-05-21T17:41:09.230Z Downloaded uuid v1.23.0
11992026-05-21T17:41:09.233Z Downloaded unsafe-libyaml v0.2.11
12002026-05-21T17:41:09.236Z Downloaded chrono v0.4.44
12012026-05-21T17:41:09.239Z Downloaded steno v0.4.1
12022026-05-21T17:41:09.243Z Downloaded rustyline v14.0.0
12032026-05-21T17:41:09.246Z Downloaded tinyvec v1.10.0
12042026-05-21T17:41:09.246Z Downloaded toml_edit v0.19.15
12052026-05-21T17:41:09.255Z Downloaded zopfli v0.8.3
12062026-05-21T17:41:09.258Z Downloaded vergen-git2 v9.1.0
12072026-05-21T17:41:09.258Z Downloaded usdt-impl v0.6.0
12082026-05-21T17:41:09.262Z Downloaded aws-lc-rs v1.16.3
12092026-05-21T17:41:09.265Z Downloaded ssh-key v0.6.7
12102026-05-21T17:41:09.270Z Downloaded reedline v0.40.0
12112026-05-21T17:41:09.274Z Downloaded num-bigint-dig v0.8.6
12122026-05-21T17:41:09.277Z Downloaded env_filter v1.0.0
12132026-05-21T17:41:09.280Z Downloaded yansi v1.0.1
12142026-05-21T17:41:09.280Z Downloaded bitfield-macros v0.19.4
12152026-05-21T17:41:09.280Z Downloaded dunce v1.0.5
12162026-05-21T17:41:09.280Z Downloaded crunchy v0.2.4
12172026-05-21T17:41:09.284Z Downloaded array-init v0.0.4
12182026-05-21T17:41:09.284Z Downloaded async-compression v0.4.41
12192026-05-21T17:41:09.287Z Downloaded tokio-postgres v0.7.16
12202026-05-21T17:41:09.290Z Downloaded zip v0.6.6
12212026-05-21T17:41:09.295Z Downloaded bindgen v0.71.1
12222026-05-21T17:41:09.308Z Downloaded p384 v0.13.1
12232026-05-21T17:41:09.311Z Downloaded regex v1.12.3
12242026-05-21T17:41:09.314Z Downloaded reqwest v0.12.28
12252026-05-21T17:41:09.318Z Downloaded zerocopy-derive v0.8.40
12262026-05-21T17:41:09.323Z Downloaded git2 v0.20.4
12272026-05-21T17:41:09.328Z Downloaded tower v0.5.3
12282026-05-21T17:41:09.334Z Downloaded lalrpop v0.19.12
12292026-05-21T17:41:09.341Z Downloaded unicode_categories v0.1.1
12302026-05-21T17:41:09.344Z Downloaded rayon v1.11.0
12312026-05-21T17:41:09.347Z Downloaded reqwest v0.13.2
12322026-05-21T17:41:09.351Z Downloaded rustls-webpki v0.101.7
12332026-05-21T17:41:09.372Z Downloaded portable-atomic v1.13.1
12342026-05-21T17:41:09.377Z Downloaded x509-cert v0.2.5
12352026-05-21T17:41:09.380Z Downloaded unicode-segmentation v1.12.0
12362026-05-21T17:41:09.383Z Downloaded goblin v0.10.5
12372026-05-21T17:41:09.387Z Downloaded quick-xml v0.37.5
12382026-05-21T17:41:09.391Z Downloaded zip v4.6.1
12392026-05-21T17:41:09.394Z Downloaded moka v0.12.13
12402026-05-21T17:41:09.398Z Downloaded typed-path v0.9.3
12412026-05-21T17:41:09.402Z Downloaded tokio-util v0.7.18
12422026-05-21T17:41:09.406Z Downloaded petname v2.0.2
12432026-05-21T17:41:09.410Z Downloaded salty v0.3.0
12442026-05-21T17:41:09.415Z Downloaded tower-http v0.6.8
12452026-05-21T17:41:09.419Z Downloaded tough v0.22.0
12462026-05-21T17:41:09.424Z Downloaded proptest v1.10.0
12472026-05-21T17:41:09.429Z Downloaded rustls-webpki v0.102.8
12482026-05-21T17:41:09.440Z Downloaded unicode-normalization v0.1.25
12492026-05-21T17:41:09.444Z Downloaded object v0.30.4
12502026-05-21T17:41:09.448Z Downloaded curve25519-dalek v4.1.3
12512026-05-21T17:41:09.462Z Downloaded serde_with v3.17.0
12522026-05-21T17:41:09.469Z Downloaded quinn-proto v0.11.13
12532026-05-21T17:41:09.474Z Downloaded winnow v0.5.40
12542026-05-21T17:41:09.484Z Downloaded radix_trie v0.2.1
12552026-05-21T17:41:09.487Z Downloaded polar-core v0.27.3
12562026-05-21T17:41:09.495Z Downloaded nix v0.27.1
12572026-05-21T17:41:09.501Z Downloaded winnow v0.6.26
12582026-05-21T17:41:09.506Z Downloaded nix v0.28.0
12592026-05-21T17:41:09.513Z Downloaded bstr v1.12.1
12602026-05-21T17:41:09.520Z Downloaded openssl v0.10.79
12612026-05-21T17:41:09.534Z Downloaded tabled v0.20.0
12622026-05-21T17:41:09.543Z Downloaded rustls v0.21.12
12632026-05-21T17:41:09.550Z Downloaded zlib-rs v0.6.2
12642026-05-21T17:41:09.553Z Downloaded smoltcp v0.9.1
12652026-05-21T17:41:09.559Z Downloaded time v0.3.47
12662026-05-21T17:41:09.567Z Downloaded nix v0.31.2
12672026-05-21T17:41:09.574Z Downloaded regex-syntax v0.6.29
12682026-05-21T17:41:09.579Z Downloaded hickory-proto v0.24.4
12692026-05-21T17:41:09.589Z Downloaded object v0.37.3
12702026-05-21T17:41:09.594Z Downloaded vcpkg v0.2.15
12712026-05-21T17:41:09.619Z Downloaded webpki-roots v1.0.6
12722026-05-21T17:41:09.623Z Downloaded dropshot v0.17.0
12732026-05-21T17:41:09.634Z Downloaded rustix v0.38.44
12742026-05-21T17:41:09.654Z Downloaded regex-syntax v0.8.10
12752026-05-21T17:41:09.658Z Downloaded openapiv3 v2.2.0
12762026-05-21T17:41:09.668Z Downloaded zerocopy v0.8.40
12772026-05-21T17:41:09.672Z Downloaded smoltcp v0.11.0
12782026-05-21T17:41:09.680Z Downloaded rustls v0.23.37
12792026-05-21T17:41:09.688Z Downloaded diesel v2.3.7
12802026-05-21T17:41:09.700Z Downloaded rustls v0.22.4
12812026-05-21T17:41:09.708Z Downloaded hickory-proto v0.25.2
12822026-05-21T17:41:09.719Z Downloaded regress v0.11.1
12832026-05-21T17:41:09.724Z Downloaded typify-impl v0.6.2
12842026-05-21T17:41:09.732Z Downloaded regress v0.10.5
12852026-05-21T17:41:09.739Z Downloaded typify-impl v0.4.3
12862026-05-21T17:41:09.749Z Downloaded sqlparser v0.61.0
12872026-05-21T17:41:09.756Z Downloaded sled v0.34.7
12882026-05-21T17:41:09.760Z Downloaded ratatui v0.29.0
12892026-05-21T17:41:09.772Z Downloaded bzip2-sys v0.1.13+1.0.8
12902026-05-21T17:41:09.782Z Downloaded tracing v0.1.44
12912026-05-21T17:41:09.793Z Downloaded regex-automata v0.4.14
12922026-05-21T17:41:09.806Z Downloaded chrono-tz v0.10.4
12932026-05-21T17:41:09.818Z Downloaded zerocopy-derive v0.6.6
12942026-05-21T17:41:09.824Z Downloaded jiff v0.2.21
12952026-05-21T17:41:09.835Z Downloaded petgraph v0.6.5
12962026-05-21T17:41:09.873Z Downloaded petgraph v0.8.3
12972026-05-21T17:41:09.877Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12982026-05-21T17:41:09.887Z Downloaded libz-sys v1.1.24
12992026-05-21T17:41:09.899Z Downloaded sha3 v0.10.8
13002026-05-21T17:41:09.909Z Downloaded csv v1.4.0
13012026-05-21T17:41:09.922Z Downloaded tokio v1.52.1
13022026-05-21T17:41:09.955Z Downloaded encoding_rs v0.8.35
13032026-05-21T17:41:10.033Z Downloaded ring v0.17.14
13042026-05-21T17:41:10.085Z Downloaded libgit2-sys v0.18.3+1.9.2
13052026-05-21T17:41:10.588Z Downloaded aws-lc-sys v0.40.0
13062026-05-21T17:41:10.822Z Compiling libc v0.2.185
13072026-05-21T17:41:10.822Z Compiling serde v1.0.228
13082026-05-21T17:41:10.826Z Compiling log v0.4.29
13092026-05-21T17:41:10.826Z Compiling shlex v1.3.0
13102026-05-21T17:41:10.968Z Compiling find-msvc-tools v0.1.9
13112026-05-21T17:41:10.994Z Compiling syn v2.0.117
13122026-05-21T17:41:10.997Z Compiling smallvec v1.15.1
13132026-05-21T17:41:10.997Z Compiling typenum v1.19.0
13142026-05-21T17:41:11.146Z Compiling generic-array v0.14.7
13152026-05-21T17:41:11.177Z Compiling subtle v2.6.1
13162026-05-21T17:41:11.224Z Compiling scopeguard v1.2.0
13172026-05-21T17:41:11.238Z Compiling const-oid v0.9.6
13182026-05-21T17:41:11.295Z Compiling serde_json v1.0.149
13192026-05-21T17:41:11.335Z Compiling lock_api v0.4.14
13202026-05-21T17:41:11.361Z Compiling zerocopy v0.8.40
13212026-05-21T17:41:11.402Z Compiling portable-atomic v1.13.1
13222026-05-21T17:41:11.565Z Compiling parking_lot_core v0.9.12
13232026-05-21T17:41:11.797Z Compiling pin-project-lite v0.2.17
13242026-05-21T17:41:11.810Z Compiling getrandom v0.2.17
13252026-05-21T17:41:11.859Z Compiling jobserver v0.1.34
13262026-05-21T17:41:11.874Z Compiling errno v0.3.14
13272026-05-21T17:41:11.946Z Compiling rand_core v0.6.4
13282026-05-21T17:41:11.977Z Compiling pkg-config v0.3.32
13292026-05-21T17:41:11.990Z Compiling signal-hook-registry v1.4.8
13302026-05-21T17:41:12.225Z Compiling cc v1.2.56
13312026-05-21T17:41:12.261Z Compiling bitflags v2.11.0
13322026-05-21T17:41:12.261Z Compiling critical-section v1.2.0
13332026-05-21T17:41:12.317Z Compiling futures-core v0.3.32
13342026-05-21T17:41:12.380Z Compiling libm v0.2.16
13352026-05-21T17:41:12.469Z Compiling once_cell v1.21.3
13362026-05-21T17:41:12.492Z Compiling parking_lot v0.12.5
13372026-05-21T17:41:12.547Z Compiling mio v1.2.0
13382026-05-21T17:41:12.562Z Compiling num-traits v0.2.19
13392026-05-21T17:41:12.657Z Compiling percent-encoding v2.3.2
13402026-05-21T17:41:12.699Z Compiling socket2 v0.6.3
13412026-05-21T17:41:12.851Z Compiling futures-sink v0.3.32
13422026-05-21T17:41:12.866Z Compiling futures-io v0.3.32
13432026-05-21T17:41:12.908Z Compiling futures-task v0.3.32
13442026-05-21T17:41:12.953Z Compiling futures-channel v0.3.32
13452026-05-21T17:41:13.018Z Compiling slab v0.4.12
13462026-05-21T17:41:13.025Z Compiling getrandom v0.4.1
13472026-05-21T17:41:13.075Z Compiling cpufeatures v0.2.17
13482026-05-21T17:41:13.107Z Compiling rand_core v0.10.0
13492026-05-21T17:41:13.153Z Compiling indexmap v2.14.0
13502026-05-21T17:41:13.186Z Compiling rustversion v1.0.22
13512026-05-21T17:41:13.197Z Compiling getrandom v0.3.4
13522026-05-21T17:41:13.275Z Compiling cmake v0.1.57
13532026-05-21T17:41:13.655Z Compiling form_urlencoded v1.2.2
13542026-05-21T17:41:13.715Z Compiling fs_extra v1.3.0
13552026-05-21T17:41:13.829Z Compiling dunce v1.0.5
13562026-05-21T17:41:13.851Z Compiling synstructure v0.13.2
13572026-05-21T17:41:13.862Z Compiling base64ct v1.8.3
13582026-05-21T17:41:13.928Z Compiling ident_case v1.0.1
13592026-05-21T17:41:13.988Z Compiling aws-lc-sys v0.40.0
13602026-05-21T17:41:14.048Z Compiling rustix v1.1.3
13612026-05-21T17:41:14.153Z Compiling pem-rfc7468 v0.7.0
13622026-05-21T17:41:14.165Z Compiling flagset v0.4.7
13632026-05-21T17:41:14.180Z Compiling regex-syntax v0.8.10
13642026-05-21T17:41:14.294Z Compiling iana-time-zone v0.1.65
13652026-05-21T17:41:14.427Z Compiling rand_core v0.9.5
13662026-05-21T17:41:14.440Z Compiling ring v0.17.14
13672026-05-21T17:41:14.454Z Compiling vcpkg v0.2.15
13682026-05-21T17:41:14.487Z Compiling aws-lc-rs v1.16.3
13692026-05-21T17:41:14.690Z Compiling uuid v1.23.0
13702026-05-21T17:41:14.764Z Compiling rustc_version v0.4.1
13712026-05-21T17:41:15.092Z Compiling tracing-core v0.1.36
13722026-05-21T17:41:15.199Z Compiling openssl-sys v0.9.115
13732026-05-21T17:41:15.403Z Compiling base64 v0.22.1
13742026-05-21T17:41:15.584Z Compiling serde_derive v1.0.228
13752026-05-21T17:41:15.693Z Compiling zeroize_derive v1.4.3
13762026-05-21T17:41:15.727Z Compiling zerofrom-derive v0.1.6
13772026-05-21T17:41:15.740Z Compiling yoke-derive v0.8.1
13782026-05-21T17:41:15.769Z Compiling zerocopy-derive v0.8.40
13792026-05-21T17:41:16.328Z Compiling zeroize v1.8.2
13802026-05-21T17:41:16.546Z Compiling zerovec-derive v0.11.2
13812026-05-21T17:41:16.888Z Compiling displaydoc v0.2.5
13822026-05-21T17:41:17.070Z Compiling crypto-common v0.1.7
13832026-05-21T17:41:17.111Z Compiling zerofrom v0.1.6
13842026-05-21T17:41:17.218Z Compiling yoke v0.8.1
13852026-05-21T17:41:17.234Z Compiling block-buffer v0.10.4
13862026-05-21T17:41:17.395Z Compiling digest v0.10.7
13872026-05-21T17:41:17.408Z Compiling tokio-macros v2.7.0
13882026-05-21T17:41:17.618Z Compiling zerotrie v0.2.3
13892026-05-21T17:41:17.637Z Compiling zerovec v0.11.5
13902026-05-21T17:41:17.647Z Compiling futures-macro v0.3.32
13912026-05-21T17:41:17.909Z Compiling hmac v0.12.1
13922026-05-21T17:41:18.061Z Compiling block-padding v0.3.3
13932026-05-21T17:41:18.107Z Compiling tinystr v0.8.2
13942026-05-21T17:41:18.124Z Compiling potential_utf v0.1.4
13952026-05-21T17:41:18.215Z Compiling inout v0.1.4
13962026-05-21T17:41:18.280Z Compiling icu_locale_core v2.1.1
13972026-05-21T17:41:18.300Z Compiling icu_collections v2.1.1
13982026-05-21T17:41:18.374Z Compiling cipher v0.4.4
13992026-05-21T17:41:18.421Z Compiling futures-util v0.3.32
14002026-05-21T17:41:18.627Z Compiling sha2 v0.10.9
14012026-05-21T17:41:18.762Z Compiling der_derive v0.7.3
14022026-05-21T17:41:18.992Z Compiling bytes v1.11.1
14032026-05-21T17:41:19.148Z Compiling icu_provider v2.1.1
14042026-05-21T17:41:19.212Z Compiling chrono v0.4.44
14052026-05-21T17:41:19.441Z Compiling icu_normalizer v2.1.1
14062026-05-21T17:41:19.606Z Compiling tokio v1.52.1
14072026-05-21T17:41:19.699Z Compiling icu_properties v2.1.2
14082026-05-21T17:41:19.967Z Compiling ppv-lite86 v0.2.21
14092026-05-21T17:41:19.982Z Compiling der v0.7.10
14102026-05-21T17:41:20.129Z Compiling http v1.4.0
14112026-05-21T17:41:20.295Z Compiling salsa20 v0.10.2
14122026-05-21T17:41:20.433Z Compiling pbkdf2 v0.12.2
14132026-05-21T17:41:20.550Z Compiling rustls-pki-types v1.14.0
14142026-05-21T17:41:20.632Z Compiling idna_adapter v1.2.1
14152026-05-21T17:41:20.681Z Compiling thiserror-impl v2.0.18
14162026-05-21T17:41:20.768Z Compiling idna v1.1.0
14172026-05-21T17:41:20.821Z Compiling tracing-attributes v0.1.31
14182026-05-21T17:41:20.995Z Compiling spki v0.7.3
14192026-05-21T17:41:21.073Z Compiling url v2.5.8
14202026-05-21T17:41:21.200Z Compiling http-body v1.0.1
14212026-05-21T17:41:21.214Z Compiling scrypt v0.11.0
14222026-05-21T17:41:21.351Z Compiling rand_chacha v0.9.0
14232026-05-21T17:41:21.410Z Compiling aes v0.8.4
14242026-05-21T17:41:21.459Z Compiling cbc v0.1.2
14252026-05-21T17:41:21.681Z Compiling httparse v1.10.1
14262026-05-21T17:41:21.859Z Compiling untrusted v0.7.1
14272026-05-21T17:41:21.982Z Compiling openssl-probe v0.2.1
14282026-05-21T17:41:21.996Z Compiling thiserror v2.0.18
14292026-05-21T17:41:22.010Z Compiling untrusted v0.9.0
14302026-05-21T17:41:22.032Z Compiling tinyvec_macros v0.1.1
14312026-05-21T17:41:22.118Z Compiling tinyvec v1.10.0
14322026-05-21T17:41:22.119Z Compiling tracing v0.1.44
14332026-05-21T17:41:22.153Z Compiling pkcs5 v0.7.1
14342026-05-21T17:41:22.175Z Compiling pest_generator v2.8.6
14352026-05-21T17:41:22.376Z Compiling rand v0.9.2
14362026-05-21T17:41:22.444Z Compiling serde_derive_internals v0.29.1
14372026-05-21T17:41:22.458Z Compiling aho-corasick v1.1.4
14382026-05-21T17:41:22.611Z Compiling rustls v0.23.37
14392026-05-21T17:41:22.778Z Compiling schemars v0.8.22
14402026-05-21T17:41:22.844Z Compiling atomic-waker v1.1.2
14412026-05-21T17:41:22.967Z Compiling dyn-clone v1.0.20
14422026-05-21T17:41:22.981Z Compiling try-lock v0.2.5
14432026-05-21T17:41:23.086Z Compiling tower-service v0.3.3
14442026-05-21T17:41:23.102Z Compiling tower-layer v0.3.3
14452026-05-21T17:41:23.151Z Compiling want v0.3.1
14462026-05-21T17:41:23.199Z Compiling pest_derive v2.8.6
14472026-05-21T17:41:23.257Z Compiling regex-automata v0.4.14
14482026-05-21T17:41:23.307Z Compiling pkcs8 v0.10.2
14492026-05-21T17:41:23.320Z Compiling schemars_derive v0.8.22
14502026-05-21T17:41:23.601Z Compiling tokio-util v0.7.18
14512026-05-21T17:41:23.815Z Compiling ipnet v2.11.0
14522026-05-21T17:41:23.901Z Compiling scroll_derive v0.13.1
14532026-05-21T17:41:24.098Z Compiling darling_core v0.20.11
14542026-05-21T17:41:24.307Z Compiling h2 v0.4.13
14552026-05-21T17:41:24.543Z Compiling httpdate v1.0.3
14562026-05-21T17:41:24.607Z Compiling pin-utils v0.1.0
14572026-05-21T17:41:24.676Z Compiling foreign-types-shared v0.1.1
14582026-05-21T17:41:24.691Z Compiling openssl v0.10.79
14592026-05-21T17:41:24.754Z Compiling foreign-types v0.3.2
14602026-05-21T17:41:24.766Z Compiling tempfile v3.25.0
14612026-05-21T17:41:24.827Z Compiling scroll v0.13.0
14622026-05-21T17:41:25.091Z Compiling unicode-normalization v0.1.25
14632026-05-21T17:41:25.276Z Compiling openssl-macros v0.1.1
14642026-05-21T17:41:25.584Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14652026-05-21T17:41:25.599Z Compiling spin v0.9.8
14662026-05-21T17:41:25.665Z Compiling crc32fast v1.5.0
14672026-05-21T17:41:25.799Z Compiling powerfmt v0.2.0
14682026-05-21T17:41:25.937Z Compiling num-conv v0.2.0
14692026-05-21T17:41:25.964Z Compiling native-tls v0.2.18
14702026-05-21T17:41:26.004Z Compiling time-core v0.1.8
14712026-05-21T17:41:26.148Z Compiling time-macros v0.2.27
14722026-05-21T17:41:26.182Z Compiling deranged v0.5.8
14732026-05-21T17:41:26.387Z Compiling darling_macro v0.20.11
14742026-05-21T17:41:26.830Z Compiling darling v0.20.11
14752026-05-21T17:41:26.911Z Compiling goblin v0.10.5
14762026-05-21T17:41:27.127Z Compiling rustls-native-certs v0.8.3
14772026-05-21T17:41:27.188Z Compiling sync_wrapper v1.0.2
14782026-05-21T17:41:27.292Z Compiling hyper v1.8.1
14792026-05-21T17:41:27.318Z Compiling wait-timeout v0.2.1
14802026-05-21T17:41:27.402Z Compiling syn v1.0.109
14812026-05-21T17:41:27.576Z Compiling num_threads v0.1.7
14822026-05-21T17:41:27.673Z Compiling quick-error v1.2.3
14832026-05-21T17:41:27.697Z Compiling crossbeam-utils v0.8.21
14842026-05-21T17:41:27.777Z Compiling usdt-impl v0.6.0
14852026-05-21T17:41:27.973Z Compiling simd-adler32 v0.3.8
14862026-05-21T17:41:27.987Z Compiling bit-vec v0.8.0
14872026-05-21T17:41:28.210Z Compiling siphasher v1.0.2
14882026-05-21T17:41:28.214Z Compiling bit-set v0.8.0
14892026-05-21T17:41:28.284Z Compiling rusty-fork v0.3.1
14902026-05-21T17:41:28.379Z Compiling hyper-util v0.1.20
14912026-05-21T17:41:28.439Z Compiling time v0.3.47
14922026-05-21T17:41:28.818Z Compiling tower v0.5.3
14932026-05-21T17:41:28.890Z Compiling derive_builder_core v0.20.2
14942026-05-21T17:41:29.327Z Compiling dtrace-parser v0.3.0
14952026-05-21T17:41:29.511Z Compiling http-body-util v0.1.3
14962026-05-21T17:41:29.742Z Compiling dof v0.4.0
14972026-05-21T17:41:29.846Z Compiling webpki-roots v1.0.6
14982026-05-21T17:41:29.883Z Compiling signature v2.2.0
14992026-05-21T17:41:30.035Z Compiling thiserror-impl v1.0.69
15002026-05-21T17:41:30.131Z Compiling scroll_derive v0.12.1
15012026-05-21T17:41:30.131Z Compiling heapless v0.7.17
15022026-05-21T17:41:30.235Z Compiling rand_xorshift v0.4.0
15032026-05-21T17:41:30.290Z Compiling slog v2.8.2
15042026-05-21T17:41:30.337Z Compiling darling_core v0.21.3
15052026-05-21T17:41:30.499Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-05-21T17:41:30.734Z Compiling thread-id v5.1.0
15072026-05-21T17:41:30.793Z Compiling cookie v0.18.1
15082026-05-21T17:41:30.823Z Compiling ryu v1.0.23
15092026-05-21T17:41:30.849Z Compiling allocator-api2 v0.2.21
15102026-05-21T17:41:30.916Z Compiling unicode-properties v0.1.4
15112026-05-21T17:41:30.980Z Compiling unicode-bidi v0.3.18
15122026-05-21T17:41:31.076Z Compiling zstd-safe v7.2.4
15132026-05-21T17:41:31.099Z Compiling anyhow v1.0.102
15142026-05-21T17:41:31.155Z Compiling paste v1.0.15
15152026-05-21T17:41:31.241Z Compiling adler2 v2.0.1
15162026-05-21T17:41:31.273Z Compiling unarray v0.1.4
15172026-05-21T17:41:31.367Z Compiling signal-hook v0.3.18
15182026-05-21T17:41:31.378Z Compiling iri-string v0.7.10
15192026-05-21T17:41:31.466Z Compiling proptest v1.10.0
15202026-05-21T17:41:31.493Z Compiling miniz_oxide v0.8.9
15212026-05-21T17:41:31.555Z Compiling stringprep v0.1.5
15222026-05-21T17:41:31.609Z Compiling thiserror v1.0.69
15232026-05-21T17:41:31.707Z Compiling serde_urlencoded v0.7.1
15242026-05-21T17:41:32.084Z Compiling scroll v0.12.0
15252026-05-21T17:41:32.406Z Compiling derive_builder_macro v0.20.2
15262026-05-21T17:41:32.545Z Compiling tower-http v0.6.8
15272026-05-21T17:41:32.689Z Compiling tokio-native-tls v0.3.1
15282026-05-21T17:41:32.761Z Compiling darling_macro v0.21.3
15292026-05-21T17:41:32.885Z Compiling ipnetwork v0.21.1
15302026-05-21T17:41:32.939Z Compiling bstr v1.12.1
15312026-05-21T17:41:32.989Z Compiling rand_chacha v0.3.1
15322026-05-21T17:41:33.205Z Compiling toml_datetime v0.6.11
15332026-05-21T17:41:33.237Z Compiling erased-serde v0.3.31
15342026-05-21T17:41:33.319Z Compiling serde_tokenstream v0.2.3
15352026-05-21T17:41:33.456Z Compiling serde_spanned v0.6.9
15362026-05-21T17:41:33.499Z Compiling md-5 v0.10.6
15372026-05-21T17:41:33.595Z Compiling pin-project-internal v1.1.11
15382026-05-21T17:41:33.625Z Compiling zerocopy-derive v0.7.35
15392026-05-21T17:41:33.661Z Compiling async-trait v0.1.89
15402026-05-21T17:41:33.704Z Compiling curve25519-dalek v4.1.3
15412026-05-21T17:41:33.704Z Compiling vergen-lib v9.1.0
15422026-05-21T17:41:33.892Z Compiling num-integer v0.1.46
15432026-05-21T17:41:34.036Z Compiling hash32 v0.2.1
15442026-05-21T17:41:34.207Z Compiling ff v0.13.1
15452026-05-21T17:41:34.226Z Compiling memoffset v0.9.1
15462026-05-21T17:41:34.343Z Compiling encoding_rs v0.8.35
15472026-05-21T17:41:34.428Z Compiling fallible-iterator v0.2.0
15482026-05-21T17:41:34.465Z Compiling rustix v0.38.44
15492026-05-21T17:41:34.675Z Compiling smoltcp v0.9.1
15502026-05-21T17:41:34.689Z Compiling ref-cast v1.0.25
15512026-05-21T17:41:34.746Z Compiling base16ct v0.2.0
15522026-05-21T17:41:34.823Z Compiling psl-types v2.0.11
15532026-05-21T17:41:34.925Z Compiling mime v0.3.17
15542026-05-21T17:41:34.946Z Compiling litrs v1.0.0
15552026-05-21T17:41:34.985Z Compiling cfg_aliases v0.2.1
15562026-05-21T17:41:35.001Z Compiling zlib-rs v0.6.2
15572026-05-21T17:41:35.056Z Compiling num-bigint-dig v0.8.6
15582026-05-21T17:41:35.211Z Compiling nix v0.31.2
15592026-05-21T17:41:35.361Z Compiling publicsuffix v2.3.0
15602026-05-21T17:41:35.508Z Compiling document-features v0.2.12
15612026-05-21T17:41:35.535Z Compiling sec1 v0.7.3
15622026-05-21T17:41:35.722Z Compiling postgres-protocol v0.6.10
15632026-05-21T17:41:35.824Z Compiling pin-project v1.1.11
15642026-05-21T17:41:35.911Z Compiling zerocopy v0.7.35
15652026-05-21T17:41:36.027Z Compiling group v0.13.0
15662026-05-21T17:41:36.200Z Compiling num-iter v0.1.45
15672026-05-21T17:41:36.324Z Compiling newtype-uuid v1.3.2
15682026-05-21T17:41:36.454Z Compiling darling v0.21.3
15692026-05-21T17:41:36.535Z Compiling rand v0.8.6
15702026-05-21T17:41:36.550Z Compiling oxnet v0.1.4
15712026-05-21T17:41:36.621Z Compiling hubpack_derive v0.1.1
15722026-05-21T17:41:36.642Z Compiling derive_builder v0.20.2
15732026-05-21T17:41:36.716Z Compiling hyper-tls v0.6.0
15742026-05-21T17:41:36.928Z Compiling goblin v0.8.2
15752026-05-21T17:41:37.408Z Compiling phf_shared v0.13.1
15762026-05-21T17:41:37.474Z Compiling lazy_static v1.5.0
15772026-05-21T17:41:37.508Z Compiling regex v1.12.3
15782026-05-21T17:41:37.522Z Compiling futures-executor v0.3.32
15792026-05-21T17:41:37.596Z Compiling hex v0.4.3
15802026-05-21T17:41:37.787Z Compiling hkdf v0.12.4
15812026-05-21T17:41:37.863Z Compiling crypto-bigint v0.5.5
15822026-05-21T17:41:37.872Z Compiling flate2 v1.1.9
15832026-05-21T17:41:37.887Z Compiling curve25519-dalek-derive v0.1.1
15842026-05-21T17:41:37.913Z Compiling strum_macros v0.27.2
15852026-05-21T17:41:38.248Z Compiling ref-cast-impl v1.0.25
15862026-05-21T17:41:38.274Z Compiling daft-derive v0.1.5
15872026-05-21T17:41:38.514Z Compiling snafu-derive v0.8.9
15882026-05-21T17:41:38.778Z Compiling terminal_size v0.4.3
15892026-05-21T17:41:38.923Z Compiling vergen v9.1.0
15902026-05-21T17:41:38.968Z Compiling fs-err v3.3.0
15912026-05-21T17:41:39.091Z Compiling cargo-platform v0.3.2
15922026-05-21T17:41:39.154Z Compiling ahash v0.8.12
15932026-05-21T17:41:39.354Z Compiling bitflags v1.3.2
15942026-05-21T17:41:39.369Z Compiling object v0.37.3
15952026-05-21T17:41:39.446Z Compiling unicode-segmentation v1.12.0
15962026-05-21T17:41:39.630Z Compiling winnow v0.5.40
15972026-05-21T17:41:39.835Z Compiling foldhash v0.1.5
15982026-05-21T17:41:39.850Z Compiling foldhash v0.2.0
15992026-05-21T17:41:39.937Z Compiling managed v0.8.0
16002026-05-21T17:41:40.001Z Compiling same-file v1.0.6
16012026-05-21T17:41:40.064Z Compiling bumpalo v3.20.2
16022026-05-21T17:41:40.155Z Compiling libbz2-rs-sys v0.2.2
16032026-05-21T17:41:40.343Z Compiling zopfli v0.8.3
16042026-05-21T17:41:40.364Z Compiling walkdir v2.5.0
16052026-05-21T17:41:40.418Z Compiling snafu v0.8.9
16062026-05-21T17:41:40.676Z Compiling bzip2 v0.6.1
16072026-05-21T17:41:40.778Z Compiling clap_builder v4.5.60
16082026-05-21T17:41:40.872Z Compiling hashbrown v0.16.1
16092026-05-21T17:41:40.885Z Compiling hashbrown v0.15.5
16102026-05-21T17:41:41.007Z Compiling toml_edit v0.19.15
16112026-05-21T17:41:41.011Z Compiling strum v0.27.2
16122026-05-21T17:41:41.150Z Compiling cargo_metadata v0.23.1
16132026-05-21T17:41:41.274Z Compiling dof v0.3.0
16142026-05-21T17:41:41.426Z Compiling daft v0.1.5
16152026-05-21T17:41:41.446Z Compiling elliptic-curve v0.13.8
16162026-05-21T17:41:41.838Z Compiling futures v0.3.32
16172026-05-21T17:41:41.921Z Compiling phf v0.13.1
16182026-05-21T17:41:42.382Z Compiling signal-hook-mio v0.2.5
16192026-05-21T17:41:42.437Z Compiling cookie_store v0.22.1
16202026-05-21T17:41:42.478Z Compiling hubpack v0.1.2
16212026-05-21T17:41:42.494Z Compiling zstd v0.13.3
16222026-05-21T17:41:42.677Z Compiling bzip2 v0.4.4
16232026-05-21T17:41:42.745Z Compiling serde_with_macros v3.17.0
16242026-05-21T17:41:42.878Z Compiling postgres-types v0.2.12
16252026-05-21T17:41:43.445Z Compiling usdt-attr-macro v0.6.0
16262026-05-21T17:41:43.592Z Compiling usdt-macro v0.6.0
16272026-05-21T17:41:43.714Z Compiling globset v0.4.18
16282026-05-21T17:41:43.850Z Compiling dtrace-parser v0.2.0
16292026-05-21T17:41:44.228Z Compiling ed25519 v2.2.3
16302026-05-21T17:41:44.243Z Compiling phf_shared v0.11.3
16312026-05-21T17:41:44.338Z Compiling olpc-cjson v0.1.4
16322026-05-21T17:41:44.385Z Compiling pkcs1 v0.7.5
16332026-05-21T17:41:44.421Z Compiling serde_plain v1.0.2
16342026-05-21T17:41:44.475Z Compiling serde-big-array v0.5.1
16352026-05-21T17:41:44.586Z Compiling rfc6979 v0.4.0
16362026-05-21T17:41:44.623Z Compiling pem v3.0.6
16372026-05-21T17:41:44.632Z Compiling strum_macros v0.26.4
16382026-05-21T17:41:44.712Z Compiling async-recursion v1.1.1
16392026-05-21T17:41:44.746Z Compiling enum-as-inner v0.6.1
16402026-05-21T17:41:44.774Z Compiling clap_derive v4.5.55
16412026-05-21T17:41:44.939Z Compiling serde_repr v0.1.20
16422026-05-21T17:41:45.118Z Compiling float-cmp v0.10.0
16432026-05-21T17:41:45.276Z Compiling memmap2 v0.9.10
16442026-05-21T17:41:45.291Z Compiling thread-id v4.2.2
16452026-05-21T17:41:45.356Z Compiling env_filter v1.0.0
16462026-05-21T17:41:45.378Z Compiling precomputed-hash v0.1.1
16472026-05-21T17:41:45.466Z Compiling new_debug_unreachable v1.0.6
16482026-05-21T17:41:45.495Z Compiling either v1.15.0
16492026-05-21T17:41:45.501Z Compiling data-encoding v2.10.0
16502026-05-21T17:41:45.537Z Compiling fixedbitset v0.5.7
16512026-05-21T17:41:45.661Z Compiling keccak v0.1.6
16522026-05-21T17:41:45.706Z Compiling typed-path v0.9.3
16532026-05-21T17:41:45.839Z Compiling whoami v2.1.0
16542026-05-21T17:41:46.196Z Compiling predicates-core v1.0.10
16552026-05-21T17:41:46.210Z Compiling normalize-line-endings v0.3.0
16562026-05-21T17:41:46.302Z Compiling difflib v0.4.0
16572026-05-21T17:41:46.369Z Compiling static_assertions v1.1.0
16582026-05-21T17:41:46.384Z Compiling fixedbitset v0.4.2
16592026-05-21T17:41:46.441Z Compiling jiff v0.2.21
16602026-05-21T17:41:46.476Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16612026-05-21T17:41:46.553Z Compiling clap v4.5.60
16622026-05-21T17:41:46.602Z Compiling petgraph v0.6.5
16632026-05-21T17:41:46.635Z Compiling predicates v3.1.4
16642026-05-21T17:41:46.852Z Compiling strum v0.26.3
16652026-05-21T17:41:46.917Z Compiling toml_edit v0.22.27
16662026-05-21T17:41:46.987Z Compiling tokio-postgres v0.7.16
16672026-05-21T17:41:47.281Z Compiling sha3 v0.10.8
16682026-05-21T17:41:47.530Z Compiling hickory-proto v0.25.2
16692026-05-21T17:41:47.735Z Compiling petgraph v0.8.3
16702026-05-21T17:41:48.056Z Compiling itertools v0.13.0
16712026-05-21T17:41:49.132Z Compiling zip v4.6.1
16722026-05-21T17:41:49.190Z Compiling string_cache v0.8.9
16732026-05-21T17:41:49.274Z Compiling env_logger v0.11.9
16742026-05-21T17:41:49.415Z Compiling usdt v0.6.0
16752026-05-21T17:41:49.557Z Compiling usdt-impl v0.5.0
16762026-05-21T17:41:49.626Z Compiling ecdsa v0.16.9
16772026-05-21T17:41:49.666Z Compiling rsa v0.9.10
16782026-05-21T17:41:49.678Z Compiling ed25519-dalek v2.2.0
16792026-05-21T17:41:50.037Z Compiling crossterm v0.28.1
16802026-05-21T17:41:50.076Z Compiling serde_with v3.17.0
16812026-05-21T17:41:50.381Z Compiling zip v0.6.6
16822026-05-21T17:41:50.573Z Compiling toml v0.7.8
16832026-05-21T17:41:51.178Z Compiling iddqd v0.4.1
16842026-05-21T17:41:51.674Z Compiling toml_parser v1.0.9+spec-1.1.0
16852026-05-21T17:41:51.749Z Compiling similar v2.7.0
16862026-05-21T17:41:51.820Z Compiling heck v0.4.1
16872026-05-21T17:41:52.027Z Compiling crossbeam-epoch v0.9.18
16882026-05-21T17:41:52.195Z Compiling tokio-stream v0.1.18
16892026-05-21T17:41:52.281Z Compiling buf-list v1.1.2
16902026-05-21T17:41:52.358Z Compiling x509-cert v0.2.5
16912026-05-21T17:41:52.405Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16922026-05-21T17:41:52.550Z Compiling openapiv3 v2.2.0
16932026-05-21T17:41:52.596Z Compiling sha1 v0.10.6
16942026-05-21T17:41:52.653Z Compiling peg-runtime v0.8.5
16952026-05-21T17:41:52.704Z Compiling lalrpop-util v0.19.12
16962026-05-21T17:41:52.814Z Compiling thread_local v1.1.9
16972026-05-21T17:41:52.898Z Compiling slog-async v2.8.0
16982026-05-21T17:41:52.931Z Compiling crossbeam-channel v0.5.15
16992026-05-21T17:41:53.004Z Compiling filetime v0.2.27
17002026-05-21T17:41:53.059Z Compiling is-terminal v0.4.17
17012026-05-21T17:41:53.157Z Compiling term v1.2.1
17022026-05-21T17:41:53.182Z Compiling take_mut v0.2.2
17032026-05-21T17:41:53.213Z Compiling xattr v1.6.1
17042026-05-21T17:41:53.371Z Compiling tar v0.4.45
17052026-05-21T17:41:53.723Z Compiling slog-term v2.9.2
17062026-05-21T17:42:03.443Z Compiling rustls-webpki v0.103.9
17072026-05-21T17:42:06.206Z Compiling tokio-rustls v0.26.4
17082026-05-21T17:42:06.206Z Compiling rustls-platform-verifier v0.6.2
17092026-05-21T17:42:06.401Z Compiling hyper-rustls v0.27.7
17102026-05-21T17:42:06.603Z Compiling reqwest v0.12.28
17112026-05-21T17:42:06.616Z Compiling reqwest v0.13.2
17122026-05-21T17:42:07.851Z Compiling tough v0.22.0
17132026-05-21T17:42:10.385Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17142026-05-21T17:42:10.598Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17152026-05-21T17:42:13.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17162026-05-21T17:42:13.583Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17172026-05-21T17:42:13.636ZMay 21 17:42:12.444 INFO Starting download, target: Console
17182026-05-21T17:42:13.636ZMay 21 17:42:12.445 INFO Starting download, target: Clickhouse
17192026-05-21T17:42:13.636ZMay 21 17:42:12.445 INFO Starting download, target: Cockroach
17202026-05-21T17:42:13.642ZMay 21 17:42:12.445 INFO Starting download, target: DendriteStub
17212026-05-21T17:42:13.642ZMay 21 17:42:12.445 INFO Starting download, target: MaghemiteMgd
17222026-05-21T17:42:13.642ZMay 21 17:42:12.445 INFO Starting download, target: TransceiverControl
17232026-05-21T17:42:13.642ZMay 21 17:42:12.445 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17242026-05-21T17:42:13.642ZMay 21 17:42:12.445 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17252026-05-21T17:42:13.642ZMay 21 17:42:12.445 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17262026-05-21T17:42:13.642ZMay 21 17:42:12.445 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17272026-05-21T17:42:13.642ZMay 21 17:42:12.445 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17282026-05-21T17:42:13.642ZMay 21 17:42:12.445 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17292026-05-21T17:42:14.061ZMay 21 17:42:12.867 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17302026-05-21T17:42:14.275ZMay 21 17:42:13.077 INFO Download complete, target: TransceiverControl
17312026-05-21T17:42:14.661ZMay 21 17:42:13.464 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17322026-05-21T17:42:14.906ZMay 21 17:42:13.702 INFO Download complete, target: Console
17332026-05-21T17:42:15.332ZMay 21 17:42:14.132 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17342026-05-21T17:42:15.778ZMay 21 17:42:14.584 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17352026-05-21T17:42:16.130ZMay 21 17:42:14.940 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17362026-05-21T17:42:16.130ZMay 21 17:42:14.940 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17372026-05-21T17:42:16.289ZMay 21 17:42:15.099 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17382026-05-21T17:42:17.692ZMay 21 17:42:16.501 INFO Download complete, target: DendriteStub
17392026-05-21T17:42:18.157ZMay 21 17:42:16.966 INFO Download complete, target: MaghemiteMgd
17402026-05-21T17:42:20.778ZMay 21 17:42:19.573 INFO Checking that binary works, target: Cockroach
17412026-05-21T17:42:20.887ZMay 21 17:42:19.686 INFO Download complete, target: Cockroach
17422026-05-21T17:42:23.020ZMay 21 17:42:21.830 INFO Checking that binary works, target: Clickhouse
17432026-05-21T17:42:23.114ZMay 21 17:42:21.923 INFO Download complete, target: Clickhouse
17442026-05-21T17:42:23.138ZAll builder prerequisites installed successfully, and PATH looks valid
17452026-05-21T17:42:23.146Z
17462026-05-21T17:42:23.146Zreal 2:14.207515951
17472026-05-21T17:42:23.146Zuser 6:52.283179547
17482026-05-21T17:42:23.146Zsys 1:21.827230657
17492026-05-21T17:42:23.146Ztrap 0.217496111
17502026-05-21T17:42:23.146Ztflt 0.780429809
17512026-05-21T17:42:23.146Zdflt 0.887442777
17522026-05-21T17:42:23.146Zkflt 0.026661037
17532026-05-21T17:42:23.146Zlock 21:29.938642802
17542026-05-21T17:42:23.146Zslp 21:01.931937290
17552026-05-21T17:42:23.146Zlat 42.311139207
17562026-05-21T17:42:23.146Zstop 1:56.389994361
17572026-05-21T17:42:23.146Z+ banner hack-check
17582026-05-21T17:42:23.150Z
17592026-05-21T17:42:23.150Z # # ## #### # # #### # # ###### #### # #
17602026-05-21T17:42:23.150Z # # # # # # # # # # # # # # # # #
17612026-05-21T17:42:23.150Z ###### # # # #### ##### # ###### ##### # ####
17622026-05-21T17:42:23.150Z # # ###### # # # # # # # # # #
17632026-05-21T17:42:23.150Z # # # # # # # # # # # # # # # # #
17642026-05-21T17:42:23.150Z # # # # #### # # #### # # ###### #### # #
17652026-05-21T17:42:23.151Z
17662026-05-21T17:42:23.151Z+ export CARGO_INCREMENTAL=0
17672026-05-21T17:42:23.151Z+ CARGO_INCREMENTAL=0
17682026-05-21T17:42:23.151Z+ ptime -m timeout 2h cargo xtask check-features --ci
17692026-05-21T17:42:23.653Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17702026-05-21T17:42:23.874Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17712026-05-21T17:42:25.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
17722026-05-21T17:42:25.793Z Running `target/debug/xtask check-features --ci`
17732026-05-21T17:42:25.819Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17742026-05-21T17:42:25.822Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17752026-05-21T17:42:26.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17762026-05-21T17:42:26.319Z Running `target/debug/xtask download cargo-hack`
17772026-05-21T17:42:27.079Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17782026-05-21T17:42:27.389Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17792026-05-21T17:42:29.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
17802026-05-21T17:42:30.030Z Running `target/debug/xtask-downloader cargo-hack`
17812026-05-21T17:42:30.065ZMay 21 17:42:28.872 INFO Starting download, target: CargoHack
17822026-05-21T17:42:30.068ZMay 21 17:42:28.872 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17832026-05-21T17:42:30.479ZMay 21 17:42:29.289 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17842026-05-21T17:42:30.532ZMay 21 17:42:29.341 INFO Download complete, target: CargoHack
17852026-05-21T17:42:30.536Zrunning: "/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"
17862026-05-21T17:42:30.548Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17872026-05-21T17:42:30.699Zinfo: running `cargo check --bins` on api_identity (1/276)
17882026-05-21T17:42:31.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892026-05-21T17:42:31.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902026-05-21T17:42:31.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912026-05-21T17:42:31.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17922026-05-21T17:42:31.261Z
17932026-05-21T17:42:31.261Zinfo: running `cargo check --bins` on bootstore (2/276)
17942026-05-21T17:42:31.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-05-21T17:42:31.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-05-21T17:42:31.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-05-21T17:42:31.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17982026-05-21T17:42:31.826Z
17992026-05-21T17:42:31.826Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18002026-05-21T17:42:32.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-05-21T17:42:32.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-05-21T17:42:32.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-05-21T17:42:32.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18042026-05-21T17:42:32.389Z
18052026-05-21T17:42:32.389Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18062026-05-21T17:42:32.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-05-21T17:42:32.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-05-21T17:42:32.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-05-21T17:42:32.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18102026-05-21T17:42:32.966Z
18112026-05-21T17:42:32.966Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18122026-05-21T17:42:33.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-05-21T17:42:33.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-05-21T17:42:33.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-05-21T17:42:33.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18162026-05-21T17:42:33.524Z
18172026-05-21T17:42:33.524Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18182026-05-21T17:42:34.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-05-21T17:42:34.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-05-21T17:42:34.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-05-21T17:42:34.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18222026-05-21T17:42:34.092Z
18232026-05-21T17:42:34.092Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18242026-05-21T17:42:34.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-05-21T17:42:34.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-05-21T17:42:34.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-05-21T17:42:34.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18282026-05-21T17:42:34.666Z
18292026-05-21T17:42:34.666Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18302026-05-21T17:42:35.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-05-21T17:42:35.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-05-21T17:42:35.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-05-21T17:42:35.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18342026-05-21T17:42:35.246Z
18352026-05-21T17:42:35.246Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18362026-05-21T17:42:35.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-05-21T17:42:35.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-05-21T17:42:35.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-05-21T17:42:35.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18402026-05-21T17:42:35.697Z
18412026-05-21T17:42:35.697Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18422026-05-21T17:42:36.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-05-21T17:42:36.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-05-21T17:42:36.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-05-21T17:42:36.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18462026-05-21T17:42:36.150Z
18472026-05-21T17:42:36.150Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18482026-05-21T17:42:36.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-05-21T17:42:36.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-05-21T17:42:36.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-05-21T17:42:36.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18522026-05-21T17:42:36.603Z
18532026-05-21T17:42:36.603Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18542026-05-21T17:42:37.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-21T17:42:37.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-21T17:42:37.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-21T17:42:37.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18582026-05-21T17:42:37.059Z
18592026-05-21T17:42:37.059Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18602026-05-21T17:42:37.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-21T17:42:37.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-21T17:42:37.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-21T17:42:37.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18642026-05-21T17:42:37.516Z
18652026-05-21T17:42:37.516Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18662026-05-21T17:42:37.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-21T17:42:37.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-21T17:42:37.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-21T17:42:37.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18702026-05-21T17:42:37.970Z
18712026-05-21T17:42:37.970Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18722026-05-21T17:42:38.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-21T17:42:38.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-21T17:42:38.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-21T17:42:38.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18762026-05-21T17:42:38.423Z
18772026-05-21T17:42:38.423Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18782026-05-21T17:42:38.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-21T17:42:38.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-21T17:42:38.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-21T17:42:38.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18822026-05-21T17:42:38.877Z
18832026-05-21T17:42:38.877Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18842026-05-21T17:42:39.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-21T17:42:39.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-21T17:42:39.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-21T17:42:39.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18882026-05-21T17:42:39.330Z
18892026-05-21T17:42:39.330Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18902026-05-21T17:42:39.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-21T17:42:39.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-21T17:42:39.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-21T17:42:39.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18942026-05-21T17:42:39.786Z
18952026-05-21T17:42:39.786Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
18962026-05-21T17:42:40.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-21T17:42:40.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-21T17:42:40.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-21T17:42:40.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19002026-05-21T17:42:40.242Z
19012026-05-21T17:42:40.242Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19022026-05-21T17:42:40.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-21T17:42:40.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-21T17:42:40.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-21T17:42:40.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19062026-05-21T17:42:40.698Z
19072026-05-21T17:42:40.698Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19082026-05-21T17:42:41.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-21T17:42:41.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-21T17:42:41.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-21T17:42:41.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19122026-05-21T17:42:41.154Z
19132026-05-21T17:42:41.154Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19142026-05-21T17:42:41.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-21T17:42:41.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-21T17:42:41.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-21T17:42:41.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19182026-05-21T17:42:41.612Z
19192026-05-21T17:42:41.613Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19202026-05-21T17:42:42.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-21T17:42:42.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-21T17:42:42.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-21T17:42:42.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19242026-05-21T17:42:42.068Z
19252026-05-21T17:42:42.068Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19262026-05-21T17:42:42.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-21T17:42:42.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-21T17:42:42.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-21T17:42:42.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19302026-05-21T17:42:42.525Z
19312026-05-21T17:42:42.525Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19322026-05-21T17:42:42.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-21T17:42:42.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-21T17:42:42.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-21T17:42:42.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19362026-05-21T17:42:42.985Z
19372026-05-21T17:42:42.985Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19382026-05-21T17:42:43.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-21T17:42:43.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-21T17:42:43.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-21T17:42:43.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19422026-05-21T17:42:43.443Z
19432026-05-21T17:42:43.443Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19442026-05-21T17:42:43.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-21T17:42:43.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-21T17:42:43.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-21T17:42:43.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19482026-05-21T17:42:43.899Z
19492026-05-21T17:42:43.900Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19502026-05-21T17:42:44.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-21T17:42:44.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-21T17:42:44.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-21T17:42:44.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19542026-05-21T17:42:44.356Z
19552026-05-21T17:42:44.356Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19562026-05-21T17:42:44.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-21T17:42:44.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-21T17:42:44.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-21T17:42:44.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19602026-05-21T17:42:44.810Z
19612026-05-21T17:42:44.810Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19622026-05-21T17:42:45.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-21T17:42:45.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-21T17:42:45.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-21T17:42:45.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19662026-05-21T17:42:45.264Z
19672026-05-21T17:42:45.264Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19682026-05-21T17:42:45.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-21T17:42:45.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-21T17:42:45.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-21T17:42:45.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19722026-05-21T17:42:45.720Z
19732026-05-21T17:42:45.720Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19742026-05-21T17:42:46.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-21T17:42:46.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-21T17:42:46.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-21T17:42:46.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19782026-05-21T17:42:46.176Z
19792026-05-21T17:42:46.176Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19802026-05-21T17:42:46.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-21T17:42:46.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-21T17:42:46.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-21T17:42:46.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19842026-05-21T17:42:46.636Z
19852026-05-21T17:42:46.636Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19862026-05-21T17:42:47.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-21T17:42:47.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-21T17:42:47.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-21T17:42:47.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19902026-05-21T17:42:47.092Z
19912026-05-21T17:42:47.092Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
19922026-05-21T17:42:47.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-21T17:42:47.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-21T17:42:47.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-21T17:42:47.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19962026-05-21T17:42:47.552Z
19972026-05-21T17:42:47.552Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
19982026-05-21T17:42:47.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-21T17:42:47.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-21T17:42:47.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-21T17:42:47.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20022026-05-21T17:42:48.011Z
20032026-05-21T17:42:48.011Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20042026-05-21T17:42:48.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-21T17:42:48.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-21T17:42:48.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-21T17:42:48.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20082026-05-21T17:42:48.468Z
20092026-05-21T17:42:48.468Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20102026-05-21T17:42:48.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-21T17:42:48.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-21T17:42:48.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-21T17:42:48.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20142026-05-21T17:42:48.920Z
20152026-05-21T17:42:48.921Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20162026-05-21T17:42:49.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-21T17:42:49.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-21T17:42:49.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-21T17:42:49.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20202026-05-21T17:42:49.376Z
20212026-05-21T17:42:49.376Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20222026-05-21T17:42:49.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-21T17:42:49.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-21T17:42:49.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-21T17:42:49.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20262026-05-21T17:42:49.833Z
20272026-05-21T17:42:49.833Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20282026-05-21T17:42:50.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-21T17:42:50.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-21T17:42:50.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-21T17:42:50.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20322026-05-21T17:42:50.291Z
20332026-05-21T17:42:50.291Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20342026-05-21T17:42:50.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-21T17:42:50.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-21T17:42:50.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-21T17:42:50.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20382026-05-21T17:42:50.749Z
20392026-05-21T17:42:50.749Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20402026-05-21T17:42:51.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-21T17:42:51.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-21T17:42:51.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-21T17:42:51.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20442026-05-21T17:42:51.207Z
20452026-05-21T17:42:51.207Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20462026-05-21T17:42:51.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-21T17:42:51.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-21T17:42:51.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-21T17:42:51.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20502026-05-21T17:42:51.663Z
20512026-05-21T17:42:51.663Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20522026-05-21T17:42:52.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-21T17:42:52.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-21T17:42:52.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-21T17:42:52.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20562026-05-21T17:42:52.120Z
20572026-05-21T17:42:52.120Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20582026-05-21T17:42:52.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-21T17:42:52.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-21T17:42:52.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-21T17:42:52.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20622026-05-21T17:42:52.578Z
20632026-05-21T17:42:52.578Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20642026-05-21T17:42:52.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-21T17:42:52.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-21T17:42:52.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-21T17:42:52.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20682026-05-21T17:42:53.039Z
20692026-05-21T17:42:53.039Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20702026-05-21T17:42:53.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-21T17:42:53.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-21T17:42:53.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-21T17:42:53.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20742026-05-21T17:42:53.498Z
20752026-05-21T17:42:53.498Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20762026-05-21T17:42:54.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-21T17:42:54.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-21T17:42:54.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-21T17:42:54.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20802026-05-21T17:42:54.119Z
20812026-05-21T17:42:54.119Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20822026-05-21T17:42:54.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-21T17:42:54.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-21T17:42:54.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-21T17:42:54.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20862026-05-21T17:42:54.737Z
20872026-05-21T17:42:54.738Zinfo: running `cargo check --bins` on nexus-config (51/276)
20882026-05-21T17:42:55.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-21T17:42:55.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-21T17:42:55.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-21T17:42:55.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20922026-05-21T17:42:55.356Z
20932026-05-21T17:42:55.356Zinfo: running `cargo check --bins` on nexus-types (52/276)
20942026-05-21T17:42:55.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-21T17:42:55.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-21T17:42:55.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-21T17:42:55.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20982026-05-21T17:42:55.978Z
20992026-05-21T17:42:55.978Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21002026-05-21T17:42:56.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-21T17:42:56.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-21T17:42:56.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-21T17:42:56.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21042026-05-21T17:42:56.567Z
21052026-05-21T17:42:56.567Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21062026-05-21T17:42:57.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-21T17:42:57.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-21T17:42:57.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-21T17:42:57.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21102026-05-21T17:42:57.137Z
21112026-05-21T17:42:57.137Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21122026-05-21T17:42:57.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-21T17:42:57.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-21T17:42:57.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-21T17:42:57.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21162026-05-21T17:42:57.726Z
21172026-05-21T17:42:57.726Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21182026-05-21T17:42:58.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-21T17:42:58.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-21T17:42:58.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-21T17:42:58.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21222026-05-21T17:42:58.318Z
21232026-05-21T17:42:58.318Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21242026-05-21T17:42:58.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-21T17:42:58.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-21T17:42:58.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-21T17:42:58.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21282026-05-21T17:42:58.908Z
21292026-05-21T17:42:58.908Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21302026-05-21T17:42:59.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-21T17:42:59.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-21T17:42:59.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-21T17:42:59.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21342026-05-21T17:42:59.497Z
21352026-05-21T17:42:59.497Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21362026-05-21T17:42:59.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-21T17:42:59.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-21T17:42:59.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-21T17:42:59.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21402026-05-21T17:43:00.069Z
21412026-05-21T17:43:00.069Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21422026-05-21T17:43:00.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-21T17:43:00.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-21T17:43:00.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-21T17:43:00.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21462026-05-21T17:43:00.644Z
21472026-05-21T17:43:00.644Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21482026-05-21T17:43:01.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-21T17:43:01.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-21T17:43:01.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-21T17:43:01.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21522026-05-21T17:43:01.215Z
21532026-05-21T17:43:01.215Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21542026-05-21T17:43:01.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-21T17:43:01.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-21T17:43:01.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-21T17:43:01.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21582026-05-21T17:43:01.787Z
21592026-05-21T17:43:01.787Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21602026-05-21T17:43:02.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-21T17:43:02.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-21T17:43:02.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-21T17:43:02.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21642026-05-21T17:43:02.370Z
21652026-05-21T17:43:02.370Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21662026-05-21T17:43:02.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-21T17:43:02.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-21T17:43:02.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-21T17:43:02.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21702026-05-21T17:43:02.961Z
21712026-05-21T17:43:02.961Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21722026-05-21T17:43:03.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-21T17:43:03.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-21T17:43:03.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-21T17:43:03.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21762026-05-21T17:43:03.534Z
21772026-05-21T17:43:03.534Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21782026-05-21T17:43:04.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-21T17:43:04.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-21T17:43:04.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-21T17:43:04.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21822026-05-21T17:43:04.106Z
21832026-05-21T17:43:04.106Zinfo: running `cargo check --bins` on ereport-types (67/276)
21842026-05-21T17:43:04.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-21T17:43:04.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-21T17:43:04.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-21T17:43:04.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21882026-05-21T17:43:04.685Z
21892026-05-21T17:43:04.685Zinfo: running `cargo check --bins` on gateway-client (68/276)
21902026-05-21T17:43:05.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-21T17:43:05.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-21T17:43:05.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-21T17:43:05.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21942026-05-21T17:43:05.266Z
21952026-05-21T17:43:05.267Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
21962026-05-21T17:43:05.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-21T17:43:05.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-21T17:43:05.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-21T17:43:05.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22002026-05-21T17:43:05.840Z
22012026-05-21T17:43:05.840Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22022026-05-21T17:43:06.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-21T17:43:06.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-21T17:43:06.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-21T17:43:06.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22062026-05-21T17:43:06.417Z
22072026-05-21T17:43:06.417Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22082026-05-21T17:43:06.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-21T17:43:06.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-21T17:43:06.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-21T17:43:06.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22122026-05-21T17:43:06.998Z
22132026-05-21T17:43:06.999Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22142026-05-21T17:43:07.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-21T17:43:07.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-21T17:43:07.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-21T17:43:07.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22182026-05-21T17:43:07.579Z
22192026-05-21T17:43:07.579Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22202026-05-21T17:43:08.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-21T17:43:08.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-21T17:43:08.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-21T17:43:08.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22242026-05-21T17:43:08.178Z
22252026-05-21T17:43:08.178Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22262026-05-21T17:43:08.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-21T17:43:08.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-21T17:43:08.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-21T17:43:08.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22302026-05-21T17:43:08.780Z
22312026-05-21T17:43:08.780Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22322026-05-21T17:43:09.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-21T17:43:09.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-21T17:43:09.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-05-21T17:43:09.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22362026-05-21T17:43:09.350Z
22372026-05-21T17:43:09.350Zinfo: running `cargo check --bins` on oxlog (76/276)
22382026-05-21T17:43:09.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-05-21T17:43:09.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-05-21T17:43:09.955Z Checking cfg-if v1.0.4
22412026-05-21T17:43:09.958Z Checking libc v0.2.185
22422026-05-21T17:43:09.958Z Checking serde_core v1.0.228
22432026-05-21T17:43:10.070Z Checking zeroize v1.8.2
22442026-05-21T17:43:10.078Z Checking memchr v2.8.0
22452026-05-21T17:43:10.086Z Checking log v0.4.29
22462026-05-21T17:43:10.089Z Checking smallvec v1.15.1
22472026-05-21T17:43:10.107Z Checking typenum v1.19.0
22482026-05-21T17:43:10.117Z Checking subtle v2.6.1
22492026-05-21T17:43:10.210Z Checking itoa v1.0.17
22502026-05-21T17:43:10.244Z Checking scopeguard v1.2.0
22512026-05-21T17:43:10.263Z Checking stable_deref_trait v1.2.1
22522026-05-21T17:43:10.274Z Checking const-oid v0.9.6
22532026-05-21T17:43:10.335Z Checking zerofrom v0.1.6
22542026-05-21T17:43:10.347Z Checking lock_api v0.4.14
22552026-05-21T17:43:10.360Z Checking pin-project-lite v0.2.17
22562026-05-21T17:43:10.447Z Checking yoke v0.8.1
22572026-05-21T17:43:10.460Z Checking portable-atomic v1.13.1
22582026-05-21T17:43:10.469Z Checking getrandom v0.2.17
22592026-05-21T17:43:10.472Z Checking errno v0.3.14
22602026-05-21T17:43:10.538Z Checking parking_lot_core v0.9.12
22612026-05-21T17:43:10.586Z Checking signal-hook-registry v1.4.8
22622026-05-21T17:43:10.608Z Checking rand_core v0.6.4
22632026-05-21T17:43:10.613Z Checking zerovec v0.11.5
22642026-05-21T17:43:10.631Z Checking generic-array v0.14.7
22652026-05-21T17:43:10.720Z Checking futures-core v0.3.32
22662026-05-21T17:43:10.742Z Checking critical-section v1.2.0
22672026-05-21T17:43:10.777Z Checking parking_lot v0.12.5
22682026-05-21T17:43:10.836Z Checking mio v1.2.0
22692026-05-21T17:43:10.848Z Checking zerocopy v0.8.40
22702026-05-21T17:43:10.859Z Checking once_cell v1.21.3
22712026-05-21T17:43:10.948Z Checking zmij v1.0.21
22722026-05-21T17:43:10.962Z Checking socket2 v0.6.3
22732026-05-21T17:43:11.026Z Checking libm v0.2.16
22742026-05-21T17:43:11.038Z Checking tinystr v0.8.2
22752026-05-21T17:43:11.063Z Checking crypto-common v0.1.7
22762026-05-21T17:43:11.110Z Checking block-buffer v0.10.4
22772026-05-21T17:43:11.152Z Checking percent-encoding v2.3.2
22782026-05-21T17:43:11.183Z Checking writeable v0.6.2
22792026-05-21T17:43:11.194Z Checking equivalent v1.0.2
22802026-05-21T17:43:11.209Z Checking litemap v0.8.1
22812026-05-21T17:43:11.249Z Checking digest v0.10.7
22822026-05-21T17:43:11.271Z Checking potential_utf v0.1.4
22832026-05-21T17:43:11.287Z Checking zerotrie v0.2.3
22842026-05-21T17:43:11.338Z Checking futures-sink v0.3.32
22852026-05-21T17:43:11.377Z Checking icu_locale_core v2.1.1
22862026-05-21T17:43:11.398Z Checking icu_collections v2.1.1
22872026-05-21T17:43:11.437Z Checking futures-channel v0.3.32
22882026-05-21T17:43:11.472Z Checking slab v0.4.12
22892026-05-21T17:43:11.529Z Checking cpufeatures v0.2.17
22902026-05-21T17:43:11.531Z Checking serde v1.0.228
22912026-05-21T17:43:11.599Z Checking bitflags v2.11.0
22922026-05-21T17:43:11.626Z Checking serde_json v1.0.149
22932026-05-21T17:43:11.639Z Checking futures-io v0.3.32
22942026-05-21T17:43:11.702Z Checking futures-task v0.3.32
22952026-05-21T17:43:11.720Z Checking num-traits v0.2.19
22962026-05-21T17:43:11.746Z Checking hmac v0.12.1
22972026-05-21T17:43:11.760Z Checking icu_normalizer_data v2.1.1
22982026-05-21T17:43:11.831Z Checking icu_properties_data v2.1.2
22992026-05-21T17:43:11.843Z Checking futures-util v0.3.32
23002026-05-21T17:43:11.874Z Checking hashbrown v0.17.0
23012026-05-21T17:43:11.927Z Checking icu_provider v2.1.1
23022026-05-21T17:43:11.943Z Checking bytes v1.11.1
23032026-05-21T17:43:11.956Z Checking rand_core v0.10.0
23042026-05-21T17:43:12.094Z Checking getrandom v0.4.1
23052026-05-21T17:43:12.151Z Checking icu_properties v2.1.2
23062026-05-21T17:43:12.237Z Checking icu_normalizer v2.1.1
23072026-05-21T17:43:12.248Z Checking block-padding v0.3.3
23082026-05-21T17:43:12.283Z Checking utf8_iter v1.0.4
23092026-05-21T17:43:12.330Z Checking indexmap v2.14.0
23102026-05-21T17:43:12.369Z Checking tokio v1.52.1
23112026-05-21T17:43:12.381Z Checking inout v0.1.4
23122026-05-21T17:43:12.407Z Checking sha2 v0.10.9
23132026-05-21T17:43:12.519Z Checking cipher v0.4.4
23142026-05-21T17:43:12.550Z Checking form_urlencoded v1.2.2
23152026-05-21T17:43:12.676Z Checking getrandom v0.3.4
23162026-05-21T17:43:12.688Z Checking fnv v1.0.7
23172026-05-21T17:43:12.729Z Checking base64ct v1.8.3
23182026-05-21T17:43:12.777Z Checking byteorder v1.5.0
23192026-05-21T17:43:12.821Z Checking flagset v0.4.7
23202026-05-21T17:43:12.894Z Checking rand_core v0.9.5
23212026-05-21T17:43:12.942Z Checking http v1.4.0
23222026-05-21T17:43:12.961Z Checking pem-rfc7468 v0.7.0
23232026-05-21T17:43:12.974Z Checking regex-syntax v0.8.10
23242026-05-21T17:43:12.989Z Checking idna_adapter v1.2.1
23252026-05-21T17:43:13.070Z Checking salsa20 v0.10.2
23262026-05-21T17:43:13.106Z Checking idna v1.1.0
23272026-05-21T17:43:13.118Z Checking der v0.7.10
23282026-05-21T17:43:13.203Z Checking uuid v1.23.0
23292026-05-21T17:43:13.351Z Checking url v2.5.8
23302026-05-21T17:43:13.487Z Checking pbkdf2 v0.12.2
23312026-05-21T17:43:13.518Z Checking rustix v1.1.3
23322026-05-21T17:43:13.574Z Checking ppv-lite86 v0.2.21
23332026-05-21T17:43:13.592Z Checking tracing-core v0.1.36
23342026-05-21T17:43:13.748Z Checking rustls-pki-types v1.14.0
23352026-05-21T17:43:13.792Z Checking iana-time-zone v0.1.65
23362026-05-21T17:43:13.842Z Checking spki v0.7.3
23372026-05-21T17:43:13.861Z Checking base64 v0.22.1
23382026-05-21T17:43:13.893Z Checking tracing v0.1.44
23392026-05-21T17:43:13.893Z Checking chrono v0.4.44
23402026-05-21T17:43:14.003Z Checking rand_chacha v0.9.0
23412026-05-21T17:43:14.031Z Checking scrypt v0.11.0
23422026-05-21T17:43:14.092Z Checking http-body v1.0.1
23432026-05-21T17:43:14.106Z Checking aes v0.8.4
23442026-05-21T17:43:14.166Z Checking cbc v0.1.2
23452026-05-21T17:43:14.199Z Checking aws-lc-sys v0.40.0
23462026-05-21T17:43:14.225Z Checking openssl-probe v0.2.1
23472026-05-21T17:43:14.267Z Checking untrusted v0.9.0
23482026-05-21T17:43:14.289Z Checking untrusted v0.7.1
23492026-05-21T17:43:14.328Z Checking tinyvec_macros v0.1.1
23502026-05-21T17:43:14.343Z Checking rand v0.9.2
23512026-05-21T17:43:14.378Z Checking ring v0.17.14
23522026-05-21T17:43:14.394Z Checking tinyvec v1.10.0
23532026-05-21T17:43:14.408Z Checking tower-layer v0.3.3
23542026-05-21T17:43:14.483Z Checking pkcs5 v0.7.1
23552026-05-21T17:43:14.553Z Checking tower-service v0.3.3
23562026-05-21T17:43:14.644Z Checking atomic-waker v1.1.2
23572026-05-21T17:43:14.695Z Checking try-lock v0.2.5
23582026-05-21T17:43:14.698Z Checking aws-lc-rs v1.16.3
23592026-05-21T17:43:14.724Z Checking pkcs8 v0.10.2
23602026-05-21T17:43:14.739Z Checking ipnet v2.11.0
23612026-05-21T17:43:14.742Z Checking httparse v1.10.1
23622026-05-21T17:43:14.798Z Checking want v0.3.1
23632026-05-21T17:43:14.810Z Checking aho-corasick v1.1.4
23642026-05-21T17:43:14.900Z Checking dyn-clone v1.0.20
23652026-05-21T17:43:14.921Z Checking foreign-types-shared v0.1.1
23662026-05-21T17:43:14.952Z Checking httpdate v1.0.3
23672026-05-21T17:43:14.992Z Checking pin-utils v0.1.0
23682026-05-21T17:43:15.004Z Checking plain v0.2.3
23692026-05-21T17:43:15.007Z Checking fastrand v2.3.0
23702026-05-21T17:43:15.059Z Checking foreign-types v0.3.2
23712026-05-21T17:43:15.096Z Checking unicode-normalization v0.1.25
23722026-05-21T17:43:15.111Z Checking semver v1.0.28
23732026-05-21T17:43:15.128Z Checking openssl-sys v0.9.115
23742026-05-21T17:43:15.186Z Checking tempfile v3.25.0
23752026-05-21T17:43:15.319Z Checking spin v0.9.8
23762026-05-21T17:43:15.352Z Checking ucd-trie v0.1.7
23772026-05-21T17:43:15.383Z Checking unicode-ident v1.0.24
23782026-05-21T17:43:15.480Z Checking regex-automata v0.4.14
23792026-05-21T17:43:15.493Z Checking pest v2.8.6
23802026-05-21T17:43:15.497Z Checking proc-macro2 v1.0.106
23812026-05-21T17:43:15.513Z Checking openssl v0.10.79
23822026-05-21T17:43:15.524Z Checking schemars v0.8.22
23832026-05-21T17:43:15.526Z Checking rustls-webpki v0.103.9
23842026-05-21T17:43:15.546Z Checking rustls-native-certs v0.8.3
23852026-05-21T17:43:15.588Z Checking tokio-util v0.7.18
23862026-05-21T17:43:15.667Z Checking thiserror v2.0.18
23872026-05-21T17:43:15.763Z Checking sync_wrapper v1.0.2
23882026-05-21T17:43:15.793Z Checking wait-timeout v0.2.1
23892026-05-21T17:43:15.863Z Checking pretty-hex v0.4.1
23902026-05-21T17:43:15.911Z Checking quick-error v1.2.3
23912026-05-21T17:43:15.939Z Checking rustls v0.23.37
23922026-05-21T17:43:15.975Z Checking simd-adler32 v0.3.8
23932026-05-21T17:43:16.010Z Checking siphasher v1.0.2
23942026-05-21T17:43:16.144Z Checking utf8parse v0.2.2
23952026-05-21T17:43:16.161Z Checking bit-vec v0.8.0
23962026-05-21T17:43:16.165Z Checking powerfmt v0.2.0
23972026-05-21T17:43:16.185Z Checking h2 v0.4.13
23982026-05-21T17:43:16.240Z Checking anstyle v1.0.13
23992026-05-21T17:43:16.317Z Checking deranged v0.5.8
24002026-05-21T17:43:16.349Z Checking bit-set v0.8.0
24012026-05-21T17:43:16.416Z Checking anstyle-parse v0.2.7
24022026-05-21T17:43:16.492Z Checking rusty-fork v0.3.1
24032026-05-21T17:43:16.538Z Checking tower v0.5.3
24042026-05-21T17:43:16.566Z Checking quote v1.0.45
24052026-05-21T17:43:16.657Z Compiling newtype-uuid v1.3.2
24062026-05-21T17:43:16.733Z Checking http-body-util v0.1.3
24072026-05-21T17:43:16.838Z Checking webpki-roots v1.0.6
24082026-05-21T17:43:16.913Z Checking crossbeam-utils v0.8.21
24092026-05-21T17:43:16.948Z Checking rand_xorshift v0.4.0
24102026-05-21T17:43:16.960Z Checking crc32fast v1.5.0
24112026-05-21T17:43:17.065Z Checking scroll v0.13.0
24122026-05-21T17:43:17.094Z Checking signature v2.2.0
24132026-05-21T17:43:17.222Z Checking iri-string v0.7.10
24142026-05-21T17:43:17.227Z Checking time-core v0.1.8
24152026-05-21T17:43:17.266Z Checking unicode-properties v0.1.4
24162026-05-21T17:43:17.282Z Checking unicode-bidi v0.3.18
24172026-05-21T17:43:17.294Z Checking adler2 v2.0.1
24182026-05-21T17:43:17.371Z Checking allocator-api2 v0.2.21
24192026-05-21T17:43:17.401Z Checking anstyle-query v1.1.5
24202026-05-21T17:43:17.427Z Checking colorchoice v1.0.4
24212026-05-21T17:43:17.505Z Checking is_terminal_polyfill v1.70.2
24222026-05-21T17:43:17.522Z Checking native-tls v0.2.18
24232026-05-21T17:43:17.535Z Checking num-conv v0.2.0
24242026-05-21T17:43:17.580Z Checking num_threads v0.1.7
24252026-05-21T17:43:17.592Z Checking ryu v1.0.23
24262026-05-21T17:43:17.649Z Checking unarray v0.1.4
24272026-05-21T17:43:17.665Z Checking time v0.3.47
24282026-05-21T17:43:17.677Z Checking anstream v0.6.21
24292026-05-21T17:43:17.699Z Checking tokio-native-tls v0.3.1
24302026-05-21T17:43:17.724Z Checking serde_urlencoded v0.7.1
24312026-05-21T17:43:17.750Z Checking proptest v1.10.0
24322026-05-21T17:43:17.854Z Checking stringprep v0.1.5
24332026-05-21T17:43:17.872Z Checking miniz_oxide v0.8.9
24342026-05-21T17:43:17.930Z Checking goblin v0.10.5
24352026-05-21T17:43:18.007Z Checking bstr v1.12.1
24362026-05-21T17:43:18.223Z Checking crossbeam-epoch v0.9.18
24372026-05-21T17:43:18.270Z Checking tower-http v0.6.8
24382026-05-21T17:43:18.302Z Checking tokio-rustls v0.26.4
24392026-05-21T17:43:18.404Z Compiling daft v0.1.5
24402026-05-21T17:43:18.441Z Checking syn v2.0.117
24412026-05-21T17:43:18.527Z Checking ipnetwork v0.21.1
24422026-05-21T17:43:18.542Z Checking rand_chacha v0.3.1
24432026-05-21T17:43:18.677Z Checking thiserror v1.0.69
24442026-05-21T17:43:18.742Z Checking scroll v0.12.0
24452026-05-21T17:43:18.745Z Checking hash32 v0.2.1
24462026-05-21T17:43:18.772Z Checking zstd-sys v2.0.16+zstd.1.5.7
24472026-05-21T17:43:18.785Z Checking num-integer v0.1.46
24482026-05-21T17:43:18.859Z Checking hyper v1.8.1
24492026-05-21T17:43:18.881Z Checking serde_spanned v0.6.9
24502026-05-21T17:43:18.904Z Checking toml_datetime v0.6.11
24512026-05-21T17:43:18.966Z Checking md-5 v0.10.6
24522026-05-21T17:43:19.004Z Checking ff v0.13.1
24532026-05-21T17:43:19.004Z Checking encoding_rs v0.8.35
24542026-05-21T17:43:19.083Z Checking base16ct v0.2.0
24552026-05-21T17:43:19.101Z Checking mime v0.3.17
24562026-05-21T17:43:19.139Z Checking psl-types v2.0.11
24572026-05-21T17:43:19.212Z Checking fallible-iterator v0.2.0
24582026-05-21T17:43:19.256Z Checking zlib-rs v0.6.2
24592026-05-21T17:43:19.276Z Checking publicsuffix v2.3.0
24602026-05-21T17:43:19.438Z Checking sec1 v0.7.3
24612026-05-21T17:43:19.493Z Checking postgres-protocol v0.6.10
24622026-05-21T17:43:19.638Z Checking group v0.13.0
24632026-05-21T17:43:19.674Z Checking num-iter v0.1.45
24642026-05-21T17:43:19.747Z Checking hyper-util v0.1.20
24652026-05-21T17:43:19.781Z Checking goblin v0.8.2
24662026-05-21T17:43:19.782Z Checking heapless v0.7.17
24672026-05-21T17:43:19.804Z Checking zstd-safe v7.2.4
24682026-05-21T17:43:19.940Z Checking cookie v0.18.1
24692026-05-21T17:43:19.969Z Checking oxnet v0.1.4
24702026-05-21T17:43:20.130Z Checking flate2 v1.1.9
24712026-05-21T17:43:20.167Z Checking rand v0.8.6
24722026-05-21T17:43:20.198Z Compiling iddqd v0.4.1
24732026-05-21T17:43:20.214Z Checking dtrace-parser v0.3.0
24742026-05-21T17:43:20.240Z Checking dof v0.4.0
24752026-05-21T17:43:20.418Z Checking phf_shared v0.13.1
24762026-05-21T17:43:20.444Z Checking lazy_static v1.5.0
24772026-05-21T17:43:20.534Z Checking zerocopy v0.7.35
24782026-05-21T17:43:20.611Z Checking pin-project v1.1.11
24792026-05-21T17:43:20.670Z Checking bzip2-sys v0.1.13+1.0.8
24802026-05-21T17:43:20.695Z Checking signal-hook v0.3.18
24812026-05-21T17:43:20.706Z Checking terminal_size v0.4.3
24822026-05-21T17:43:20.752Z Checking futures-executor v0.3.32
24832026-05-21T17:43:20.815Z Checking hex v0.4.3
24842026-05-21T17:43:20.863Z Checking hkdf v0.12.4
24852026-05-21T17:43:20.877Z Checking crypto-bigint v0.5.5
24862026-05-21T17:43:20.897Z Checking thread-id v5.1.0
24872026-05-21T17:43:20.969Z Checking hyper-rustls v0.27.7
24882026-05-21T17:43:20.982Z Checking hyper-tls v0.6.0
24892026-05-21T17:43:20.993Z Checking winnow v0.7.14
24902026-05-21T17:43:21.011Z Checking libbz2-rs-sys v0.2.2
24912026-05-21T17:43:21.038Z Compiling rayon-core v1.13.0
24922026-05-21T17:43:21.144Z Checking bumpalo v3.20.2
24932026-05-21T17:43:21.170Z Checking bitflags v1.3.2
24942026-05-21T17:43:21.212Z Checking clap_lex v1.0.0
24952026-05-21T17:43:21.241Z Checking foldhash v0.1.5
24962026-05-21T17:43:21.348Z Checking strsim v0.11.1
24972026-05-21T17:43:21.361Z Checking winnow v0.5.40
24982026-05-21T17:43:21.376Z Checking managed v0.8.0
24992026-05-21T17:43:21.392Z Checking same-file v1.0.6
25002026-05-21T17:43:21.405Z Checking either v1.15.0
25012026-05-21T17:43:21.503Z Checking foldhash v0.2.0
25022026-05-21T17:43:21.506Z Checking clap_builder v4.5.60
25032026-05-21T17:43:21.558Z Checking smoltcp v0.9.1
25042026-05-21T17:43:21.589Z Checking walkdir v2.5.0
25052026-05-21T17:43:21.653Z Checking dof v0.3.0
25062026-05-21T17:43:21.665Z Checking hashbrown v0.16.1
25072026-05-21T17:43:21.744Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25082026-05-21T17:43:21.762Z Checking elliptic-curve v0.13.8
25092026-05-21T17:43:21.924Z Checking bzip2 v0.6.1
25102026-05-21T17:43:21.937Z Checking hashbrown v0.15.5
25112026-05-21T17:43:22.072Z Checking zopfli v0.8.3
25122026-05-21T17:43:22.104Z Checking reqwest v0.12.28
25132026-05-21T17:43:22.143Z Checking usdt-impl v0.6.0
25142026-05-21T17:43:22.153Z Checking futures v0.3.32
25152026-05-21T17:43:22.165Z Checking signal-hook-mio v0.2.5
25162026-05-21T17:43:22.229Z Checking bzip2 v0.4.4
25172026-05-21T17:43:22.265Z Checking snafu v0.8.9
25182026-05-21T17:43:22.390Z Checking num-bigint-dig v0.8.6
25192026-05-21T17:43:22.393Z Checking phf v0.13.1
25202026-05-21T17:43:22.431Z Checking cookie_store v0.22.1
25212026-05-21T17:43:22.511Z Checking toml_edit v0.19.15
25222026-05-21T17:43:22.522Z Checking zstd v0.13.3
25232026-05-21T17:43:22.555Z Checking postgres-types v0.2.12
25242026-05-21T17:43:22.668Z Checking dtrace-parser v0.2.0
25252026-05-21T17:43:22.708Z Checking crossbeam-deque v0.8.6
25262026-05-21T17:43:22.760Z Checking globset v0.4.18
25272026-05-21T17:43:22.780Z Checking rustls-platform-verifier v0.6.2
25282026-05-21T17:43:22.868Z Checking regex v1.12.3
25292026-05-21T17:43:22.883Z Checking ed25519 v2.2.3
25302026-05-21T17:43:22.906Z Checking phf_shared v0.11.3
25312026-05-21T17:43:22.916Z Checking olpc-cjson v0.1.4
25322026-05-21T17:43:22.967Z Checking curve25519-dalek v4.1.3
25332026-05-21T17:43:23.019Z Checking ref-cast v1.0.25
25342026-05-21T17:43:23.043Z Checking strum v0.27.2
25352026-05-21T17:43:23.046Z Checking hubpack v0.1.2
25362026-05-21T17:43:23.068Z Checking memoffset v0.9.1
25372026-05-21T17:43:23.114Z Checking rustix v0.38.44
25382026-05-21T17:43:23.142Z Checking pkcs1 v0.7.5
25392026-05-21T17:43:23.142Z Checking pem v3.0.6
25402026-05-21T17:43:23.166Z Checking float-cmp v0.10.0
25412026-05-21T17:43:23.217Z Checking erased-serde v0.3.31
25422026-05-21T17:43:23.234Z Checking serde_plain v1.0.2
25432026-05-21T17:43:23.287Z Checking serde-big-array v0.5.1
25442026-05-21T17:43:23.300Z Checking rfc6979 v0.4.0
25452026-05-21T17:43:23.361Z Checking memmap2 v0.9.10
25462026-05-21T17:43:23.374Z Checking thread-id v4.2.2
25472026-05-21T17:43:23.410Z Checking env_filter v1.0.0
25482026-05-21T17:43:23.422Z Checking static_assertions v1.1.0
25492026-05-21T17:43:23.449Z Checking precomputed-hash v0.1.1
25502026-05-21T17:43:23.490Z Checking new_debug_unreachable v1.0.6
25512026-05-21T17:43:23.520Z Checking predicates-core v1.0.10
25522026-05-21T17:43:23.531Z Checking normalize-line-endings v0.3.0
25532026-05-21T17:43:23.549Z Checking difflib v0.4.0
25542026-05-21T17:43:23.562Z Checking jiff v0.2.21
25552026-05-21T17:43:23.567Z Checking keccak v0.1.6
25562026-05-21T17:43:23.598Z Checking unicode-segmentation v1.12.0
25572026-05-21T17:43:23.613Z Checking typed-path v0.9.3
25582026-05-21T17:43:23.641Z Checking data-encoding v2.10.0
25592026-05-21T17:43:23.724Z Checking toml_write v0.1.2
25602026-05-21T17:43:23.735Z Checking whoami v2.1.0
25612026-05-21T17:43:23.748Z Checking fixedbitset v0.5.7
25622026-05-21T17:43:23.892Z Checking fixedbitset v0.4.2
25632026-05-21T17:43:23.907Z Checking hickory-proto v0.25.2
25642026-05-21T17:43:23.910Z Checking similar v2.7.0
25652026-05-21T17:43:23.910Z Checking crossterm v0.28.1
25662026-05-21T17:43:23.944Z Checking petgraph v0.8.3
25672026-05-21T17:43:23.947Z Checking tokio-postgres v0.7.16
25682026-05-21T17:43:24.034Z Checking petgraph v0.6.5
25692026-05-21T17:43:24.291Z Checking toml_edit v0.22.27
25702026-05-21T17:43:24.382Z Checking tough v0.22.0
25712026-05-21T17:43:24.629Z Checking ed25519-dalek v2.2.0
25722026-05-21T17:43:24.860Z Checking sha3 v0.10.8
25732026-05-21T17:43:25.068Z Checking predicates v3.1.4
25742026-05-21T17:43:25.179Z Checking slog v2.8.2
25752026-05-21T17:43:25.237Z Checking toml v0.7.8
25762026-05-21T17:43:25.352Z Checking string_cache v0.8.9
25772026-05-21T17:43:25.365Z Checking env_logger v0.11.9
25782026-05-21T17:43:25.440Z Checking usdt v0.6.0
25792026-05-21T17:43:25.461Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25802026-05-21T17:43:25.519Z Checking usdt-impl v0.5.0
25812026-05-21T17:43:25.548Z Checking ecdsa v0.16.9
25822026-05-21T17:43:25.548Z Checking rsa v0.9.10
25832026-05-21T17:43:25.601Z Checking nix v0.31.2
25842026-05-21T17:43:25.738Z Checking zip v4.6.1
25852026-05-21T17:43:25.892Z Checking reqwest v0.13.2
25862026-05-21T17:43:26.318Z Checking clap v4.5.60
25872026-05-21T17:43:26.333Z Checking zip v0.6.6
25882026-05-21T17:43:26.368Z Checking toml_parser v1.0.9+spec-1.1.0
25892026-05-21T17:43:26.414Z Checking itertools v0.13.0
25902026-05-21T17:43:26.642Z Checking serde_with v3.17.0
25912026-05-21T17:43:26.658Z Checking strum v0.26.3
25922026-05-21T17:43:26.662Z Checking fs-err v3.3.0
25932026-05-21T17:43:26.689Z Checking ahash v0.8.12
25942026-05-21T17:43:26.692Z Checking object v0.37.3
25952026-05-21T17:43:26.735Z Checking tokio-stream v0.1.18
25962026-05-21T17:43:26.762Z Checking buf-list v1.1.2
25972026-05-21T17:43:26.885Z Checking anyhow v1.0.102
25982026-05-21T17:43:26.944Z Checking camino v1.2.2
25992026-05-21T17:43:26.957Z Checking x509-cert v0.2.5
26002026-05-21T17:43:27.078Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26012026-05-21T17:43:27.111Z Checking openapiv3 v2.2.0
26022026-05-21T17:43:27.188Z Checking sha1 v0.10.6
26032026-05-21T17:43:27.341Z Checking peg-runtime v0.8.5
26042026-05-21T17:43:27.355Z Checking lalrpop-util v0.19.12
26052026-05-21T17:43:27.414Z Checking rayon v1.11.0
26062026-05-21T17:43:27.495Z Checking sigpipe v0.1.3
26072026-05-21T17:43:27.522Z Checking glob v0.3.3
26082026-05-21T17:43:28.932Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26092026-05-21T17:43:29.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.85s
26102026-05-21T17:43:29.369Z
26112026-05-21T17:43:29.369Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26122026-05-21T17:43:29.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132026-05-21T17:43:29.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142026-05-21T17:43:29.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152026-05-21T17:43:29.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26162026-05-21T17:43:29.952Z
26172026-05-21T17:43:29.952Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26182026-05-21T17:43:30.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192026-05-21T17:43:30.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202026-05-21T17:43:30.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212026-05-21T17:43:30.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26222026-05-21T17:43:30.538Z
26232026-05-21T17:43:30.538Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26242026-05-21T17:43:31.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252026-05-21T17:43:31.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262026-05-21T17:43:31.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272026-05-21T17:43:31.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26282026-05-21T17:43:31.135Z
26292026-05-21T17:43:31.135Zinfo: running `cargo check --bins` on oxql-types (80/276)
26302026-05-21T17:43:31.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312026-05-21T17:43:31.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322026-05-21T17:43:31.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332026-05-21T17:43:31.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26342026-05-21T17:43:31.710Z
26352026-05-21T17:43:31.711Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26362026-05-21T17:43:32.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-05-21T17:43:32.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-05-21T17:43:32.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392026-05-21T17:43:32.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26402026-05-21T17:43:32.294Z
26412026-05-21T17:43:32.294Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26422026-05-21T17:43:32.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-05-21T17:43:32.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-05-21T17:43:32.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452026-05-21T17:43:32.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26462026-05-21T17:43:32.883Z
26472026-05-21T17:43:32.883Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26482026-05-21T17:43:33.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-05-21T17:43:33.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-05-21T17:43:33.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-05-21T17:43:33.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26522026-05-21T17:43:33.446Z
26532026-05-21T17:43:33.446Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26542026-05-21T17:43:33.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-05-21T17:43:33.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-05-21T17:43:34.112Z Compiling structmeta-derive v0.3.0
26572026-05-21T17:43:34.227Z Compiling rustls v0.22.4
26582026-05-21T17:43:34.235Z Compiling multer v3.1.0
26592026-05-21T17:43:34.245Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26602026-05-21T17:43:34.245Z Compiling async-stream-impl v0.3.6
26612026-05-21T17:43:34.266Z Compiling dropshot v0.17.0
26622026-05-21T17:43:34.281Z Compiling newtype-uuid-macros v0.1.0
26632026-05-21T17:43:34.281Z Compiling dropshot_endpoint v0.17.0
26642026-05-21T17:43:34.402Z Checking newtype-uuid v1.3.2
26652026-05-21T17:43:34.465Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26662026-05-21T17:43:34.499Z Checking rustls-webpki v0.102.8
26672026-05-21T17:43:34.602Z Checking daft v0.1.5
26682026-05-21T17:43:34.617Z Checking thread_local v1.1.9
26692026-05-21T17:43:34.785Z Checking match_cfg v0.1.0
26702026-05-21T17:43:34.826Z Checking compression-core v0.4.31
26712026-05-21T17:43:34.842Z Checking iddqd v0.4.1
26722026-05-21T17:43:34.855Z Checking hostname v0.3.1
26732026-05-21T17:43:34.872Z Checking crossbeam-channel v0.5.15
26742026-05-21T17:43:34.947Z Checking slog-json v2.6.1
26752026-05-21T17:43:34.962Z Checking compression-codecs v0.4.37
26762026-05-21T17:43:35.031Z Checking is-terminal v0.4.17
26772026-05-21T17:43:35.102Z Checking toml_datetime v1.0.0+spec-1.1.0
26782026-05-21T17:43:35.123Z Checking serde_spanned v1.0.4
26792026-05-21T17:43:35.126Z Checking toml_writer v1.0.6+spec-1.1.0
26802026-05-21T17:43:35.204Z Checking take_mut v0.2.2
26812026-05-21T17:43:35.255Z Checking debug-ignore v1.0.5
26822026-05-21T17:43:35.268Z Compiling structmeta v0.3.0
26832026-05-21T17:43:35.299Z Checking term v1.2.1
26842026-05-21T17:43:35.311Z Checking slog-async v2.8.0
26852026-05-21T17:43:35.323Z Checking toml v1.0.6+spec-1.1.0
26862026-05-21T17:43:35.355Z Checking async-compression v0.4.41
26872026-05-21T17:43:35.471Z Compiling derive-ex v0.1.8
26882026-05-21T17:43:35.485Z Compiling parse-display-derive v0.10.0
26892026-05-21T17:43:35.519Z Checking slog-term v2.9.2
26902026-05-21T17:43:35.590Z Checking slog-bunyan v2.5.0
26912026-05-21T17:43:35.705Z Checking async-stream v0.3.6
26922026-05-21T17:43:35.750Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26932026-05-21T17:43:35.774Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26942026-05-21T17:43:35.826Z Checking progenitor-client v0.14.0
26952026-05-21T17:43:35.839Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26962026-05-21T17:43:35.902Z Checking waitgroup v0.1.2
26972026-05-21T17:43:35.975Z Checking backon v1.6.0
26982026-05-21T17:43:35.998Z Checking rustls-pemfile v2.2.0
26992026-05-21T17:43:36.052Z Checking serde_path_to_error v0.1.20
27002026-05-21T17:43:36.099Z Checking hostname v0.4.2
27012026-05-21T17:43:36.134Z Checking instant v0.1.13
27022026-05-21T17:43:36.231Z Checking backoff v0.4.0
27032026-05-21T17:43:36.318Z Checking progenitor-extras v0.2.0
27042026-05-21T17:43:36.321Z Checking tokio-rustls v0.25.0
27052026-05-21T17:43:36.405Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27062026-05-21T17:43:36.523Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27072026-05-21T17:43:36.549Z Checking itertools v0.14.0
27082026-05-21T17:43:36.623Z Checking progenitor-client v0.10.0
27092026-05-21T17:43:36.759Z Checking regress v0.10.5
27102026-05-21T17:43:36.845Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27112026-05-21T17:43:37.086Z Checking macaddr v1.0.1
27122026-05-21T17:43:37.112Z Checking parse-display v0.10.0
27132026-05-21T17:43:37.125Z Compiling test-strategy v0.4.5
27142026-05-21T17:43:38.428Z Compiling prettyplease v0.2.37
27152026-05-21T17:43:38.623Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27162026-05-21T17:43:38.738Z Checking num-rational v0.4.2
27172026-05-21T17:43:39.005Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27182026-05-21T17:43:39.335Z Checking num-complex v0.4.6
27192026-05-21T17:43:39.831Z Checking num v0.4.3
27202026-05-21T17:43:39.908Z Compiling usdt-macro v0.5.0
27212026-05-21T17:43:40.045Z Compiling usdt-attr-macro v0.5.0
27222026-05-21T17:43:40.068Z Checking memmap v0.7.0
27232026-05-21T17:43:40.081Z Checking float-ord v0.3.2
27242026-05-21T17:43:40.182Z Checking unicode-width v0.2.0
27252026-05-21T17:43:40.206Z Compiling convert_case v0.4.0
27262026-05-21T17:43:40.431Z Checking console v0.15.11
27272026-05-21T17:43:40.581Z Compiling derive_more v0.99.20
27282026-05-21T17:43:40.627Z Checking newline-converter v0.3.0
27292026-05-21T17:43:40.710Z Checking atomicwrites v0.4.4
27302026-05-21T17:43:40.741Z Compiling toml v0.8.23
27312026-05-21T17:43:40.809Z Checking usdt v0.5.0
27322026-05-21T17:43:40.839Z Checking linked-hash-map v0.5.6
27332026-05-21T17:43:40.978Z Compiling minimal-lexical v0.2.1
27342026-05-21T17:43:41.010Z Checking lru-cache v0.1.2
27352026-05-21T17:43:41.134Z Checking expectorate v1.2.0
27362026-05-21T17:43:41.237Z Compiling nom v7.1.3
27372026-05-21T17:43:41.682Z Checking camino-tempfile v1.4.1
27382026-05-21T17:43:41.776Z Checking hickory-proto v0.24.4
27392026-05-21T17:43:41.847Z Checking phf_shared v0.12.1
27402026-05-21T17:43:41.991Z Compiling slog-dtrace v0.3.0
27412026-05-21T17:43:42.077Z Checking resolv-conf v0.7.6
27422026-05-21T17:43:42.186Z Checking heck v0.5.0
27432026-05-21T17:43:42.264Z Compiling chrono-tz v0.10.4
27442026-05-21T17:43:42.312Z Compiling const_format_proc_macros v0.2.34
27452026-05-21T17:43:42.537Z Checking phf v0.12.1
27462026-05-21T17:43:42.551Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27472026-05-21T17:43:42.589Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27482026-05-21T17:43:42.681Z Checking tokio-dtrace v0.1.1
27492026-05-21T17:43:42.871Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27502026-05-21T17:43:43.078Z Compiling derive-where v1.6.0
27512026-05-21T17:43:43.113Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27522026-05-21T17:43:43.397Z Checking highway v1.3.0
27532026-05-21T17:43:43.631Z Checking const_format v0.2.35
27542026-05-21T17:43:43.643Z Checking hickory-resolver v0.24.4
27552026-05-21T17:43:43.867Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27562026-05-21T17:43:43.960Z Checking oxide-tokio-rt v0.1.4
27572026-05-21T17:43:44.079Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27582026-05-21T17:43:44.283Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27592026-05-21T17:43:44.336Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27602026-05-21T17:43:44.349Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27612026-05-21T17:43:44.385Z Checking qorb v0.4.1
27622026-05-21T17:43:44.476Z Checking gethostname v0.5.0
27632026-05-21T17:43:44.528Z Checking bcs v0.1.6
27642026-05-21T17:43:44.570Z Checking termtree v0.5.1
27652026-05-21T17:43:47.810Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27662026-05-21T17:43:50.487Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27672026-05-21T17:43:52.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.15s
27682026-05-21T17:43:52.781Z
27692026-05-21T17:43:52.781Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27702026-05-21T17:43:53.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712026-05-21T17:43:53.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722026-05-21T17:43:53.463Z Compiling ar_archive_writer v0.5.1
27732026-05-21T17:43:53.571Z Compiling stacker v0.1.23
27742026-05-21T17:43:53.574Z Compiling cfg_aliases v0.1.1
27752026-05-21T17:43:53.584Z Compiling convert_case v0.10.0
27762026-05-21T17:43:53.587Z Checking unicode-width v0.1.14
27772026-05-21T17:43:53.598Z Compiling proc-macro-error v1.0.4
27782026-05-21T17:43:53.609Z Checking fd-lock v4.0.4
27792026-05-21T17:43:53.609Z Checking nibble_vec v0.1.0
27802026-05-21T17:43:53.633Z Compiling nix v0.28.0
27812026-05-21T17:43:53.722Z Checking vte v0.14.1
27822026-05-21T17:43:53.737Z Compiling recursive-proc-macro-impl v0.1.1
27832026-05-21T17:43:53.821Z Checking bytecount v0.6.9
27842026-05-21T17:43:53.833Z Checking endian-type v0.1.2
27852026-05-21T17:43:53.871Z Checking strip-ansi-escapes v0.2.1
27862026-05-21T17:43:53.883Z Compiling derive_more-impl v2.1.1
27872026-05-21T17:43:53.896Z Compiling tabled_derive v0.7.0
27882026-05-21T17:43:53.917Z Checking papergrid v0.11.0
27892026-05-21T17:43:53.951Z Checking radix_trie v0.2.1
27902026-05-21T17:43:53.992Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27912026-05-21T17:43:54.129Z Compiling peg-macros v0.8.5
27922026-05-21T17:43:54.152Z Checking winnow v0.6.26
27932026-05-21T17:43:54.386Z Compiling psm v0.1.30
27942026-05-21T17:43:54.475Z Compiling sqlparser_derive v0.5.0
27952026-05-21T17:43:54.512Z Checking unicode_categories v0.1.1
27962026-05-21T17:43:54.668Z Checking nu-ansi-term v0.50.3
27972026-05-21T17:43:54.680Z Checking derive_more v2.1.1
27982026-05-21T17:43:54.756Z Checking home v0.5.12
27992026-05-21T17:43:54.834Z Checking tabled v0.15.0
28002026-05-21T17:43:54.861Z Checking crossterm v0.29.0
28012026-05-21T17:43:54.873Z Checking reedline v0.40.0
28022026-05-21T17:43:54.912Z Checking rustyline v14.0.0
28032026-05-21T17:43:55.157Z Checking recursive v0.1.1
28042026-05-21T17:43:55.248Z Checking sqlparser v0.61.0
28052026-05-21T17:43:55.262Z Checking display-error-chain v0.2.2
28062026-05-21T17:43:55.289Z Checking sqlformat v0.3.5
28072026-05-21T17:43:55.473Z Checking peg v0.8.5
28082026-05-21T17:44:06.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.49s
28092026-05-21T17:44:06.453Z
28102026-05-21T17:44:06.453Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28112026-05-21T17:44:06.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-05-21T17:44:06.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-05-21T17:44:07.120Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142026-05-21T17:44:10.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28152026-05-21T17:44:10.713Z
28162026-05-21T17:44:10.713Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28172026-05-21T17:44:11.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-05-21T17:44:11.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-05-21T17:44:11.377Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28202026-05-21T17:44:13.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
28212026-05-21T17:44:13.995Z
28222026-05-21T17:44:13.995Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28232026-05-21T17:44:14.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-05-21T17:44:14.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-05-21T17:44:14.655Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262026-05-21T17:44:17.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28272026-05-21T17:44:18.032Z
28282026-05-21T17:44:18.032Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28292026-05-21T17:44:18.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-05-21T17:44:18.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-05-21T17:44:18.695Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322026-05-21T17:44:21.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28332026-05-21T17:44:22.113Z
28342026-05-21T17:44:22.113Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28352026-05-21T17:44:22.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-05-21T17:44:22.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-05-21T17:44:22.777Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-05-21T17:44:25.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28392026-05-21T17:44:25.550Z
28402026-05-21T17:44:25.550Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28412026-05-21T17:44:26.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-05-21T17:44:26.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-05-21T17:44:26.213Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-05-21T17:44:28.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28452026-05-21T17:44:29.002Z
28462026-05-21T17:44:29.002Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28472026-05-21T17:44:29.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-05-21T17:44:29.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-05-21T17:44:29.662Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-05-21T17:44:33.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28512026-05-21T17:44:33.247Z
28522026-05-21T17:44:33.247Zinfo: running `cargo check --bins` on oximeter (93/276)
28532026-05-21T17:44:33.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-05-21T17:44:33.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-05-21T17:44:33.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562026-05-21T17:44:33.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28572026-05-21T17:44:33.833Z
28582026-05-21T17:44:33.833Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28592026-05-21T17:44:34.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-05-21T17:44:34.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-05-21T17:44:34.457Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28622026-05-21T17:44:34.621Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28632026-05-21T17:44:34.626Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28642026-05-21T17:44:34.956Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28652026-05-21T17:44:37.807Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28662026-05-21T17:44:39.002Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28672026-05-21T17:44:39.166Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28682026-05-21T17:44:39.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.99s
28692026-05-21T17:44:40.015Z
28702026-05-21T17:44:40.015Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28712026-05-21T17:44:40.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-05-21T17:44:40.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-05-21T17:44:40.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742026-05-21T17:44:40.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28752026-05-21T17:44:40.598Z
28762026-05-21T17:44:40.598Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28772026-05-21T17:44:41.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-05-21T17:44:41.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-05-21T17:44:41.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-05-21T17:44:41.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28812026-05-21T17:44:41.218Z
28822026-05-21T17:44:41.218Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28832026-05-21T17:44:41.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-05-21T17:44:41.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-05-21T17:44:41.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-05-21T17:44:41.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28872026-05-21T17:44:41.811Z
28882026-05-21T17:44:41.811Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
28892026-05-21T17:44:42.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-05-21T17:44:42.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-05-21T17:44:42.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-05-21T17:44:42.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28932026-05-21T17:44:42.404Z
28942026-05-21T17:44:42.404Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
28952026-05-21T17:44:42.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-05-21T17:44:42.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-05-21T17:44:42.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-05-21T17:44:42.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28992026-05-21T17:44:43.009Z
29002026-05-21T17:44:43.009Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29012026-05-21T17:44:43.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-05-21T17:44:43.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-05-21T17:44:43.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-05-21T17:44:43.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29052026-05-21T17:44:43.603Z
29062026-05-21T17:44:43.603Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29072026-05-21T17:44:44.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-05-21T17:44:44.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-05-21T17:44:44.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-05-21T17:44:44.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29112026-05-21T17:44:44.170Z
29122026-05-21T17:44:44.170Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29132026-05-21T17:44:44.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-05-21T17:44:44.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-05-21T17:44:44.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-05-21T17:44:44.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29172026-05-21T17:44:44.761Z
29182026-05-21T17:44:44.761Zinfo: running `cargo check --bins` on update-engine (103/276)
29192026-05-21T17:44:45.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-05-21T17:44:45.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-05-21T17:44:45.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-05-21T17:44:45.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29232026-05-21T17:44:45.336Z
29242026-05-21T17:44:45.336Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29252026-05-21T17:44:45.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-05-21T17:44:45.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-05-21T17:44:46.037Z Compiling crucible-workspace-hack v0.1.0
29282026-05-21T17:44:46.154Z Checking secrecy v0.10.3
29292026-05-21T17:44:46.160Z Compiling heapless v0.8.0
29302026-05-21T17:44:46.165Z Compiling toml_datetime v0.7.5+spec-1.1.0
29312026-05-21T17:44:46.172Z Compiling ingot-macros v0.1.1
29322026-05-21T17:44:46.181Z Checking hash32 v0.3.1
29332026-05-21T17:44:46.192Z Compiling smoltcp v0.11.0
29342026-05-21T17:44:46.194Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29352026-05-21T17:44:46.255Z Checking cobs v0.3.0
29362026-05-21T17:44:46.295Z Compiling thiserror-impl-no-std v2.0.2
29372026-05-21T17:44:46.398Z Compiling toml_edit v0.23.10+spec-1.0.0
29382026-05-21T17:44:46.405Z Checking universal-hash v0.5.1
29392026-05-21T17:44:46.431Z Checking half v2.7.1
29402026-05-21T17:44:46.454Z Checking opaque-debug v0.3.1
29412026-05-21T17:44:46.561Z Checking ciborium-io v0.2.2
29422026-05-21T17:44:46.568Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29432026-05-21T17:44:46.568Z Checking poly1305 v0.8.0
29442026-05-21T17:44:46.617Z Checking postcard v1.1.3
29452026-05-21T17:44:46.683Z Checking ciborium-ll v0.2.2
29462026-05-21T17:44:46.732Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29472026-05-21T17:44:46.806Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29482026-05-21T17:44:46.859Z Checking password-hash v0.5.0
29492026-05-21T17:44:46.900Z Checking chacha20 v0.9.1
29502026-05-21T17:44:46.979Z Compiling proc-macro-crate v3.4.0
29512026-05-21T17:44:47.093Z Compiling proc-macro-crate v1.3.1
29522026-05-21T17:44:47.105Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29532026-05-21T17:44:47.133Z Checking blake2 v0.10.6
29542026-05-21T17:44:47.356Z Checking aead v0.5.2
29552026-05-21T17:44:47.364Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29562026-05-21T17:44:47.444Z Compiling foreign-types-macros v0.2.3
29572026-05-21T17:44:47.475Z Checking thiserror-no-std v2.0.2
29582026-05-21T17:44:47.494Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29592026-05-21T17:44:47.518Z Checking foreign-types-shared v0.3.1
29602026-05-21T17:44:47.560Z Checking cpufeatures v0.3.0
29612026-05-21T17:44:47.575Z Compiling num_enum_derive v0.7.5
29622026-05-21T17:44:47.586Z Checking vsss-rs v3.3.4
29632026-05-21T17:44:47.607Z Compiling num_enum_derive v0.5.11
29642026-05-21T17:44:47.633Z Checking chacha20 v0.10.0
29652026-05-21T17:44:47.731Z Checking chacha20poly1305 v0.10.1
29662026-05-21T17:44:47.851Z Checking argon2 v0.5.3
29672026-05-21T17:44:47.865Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29682026-05-21T17:44:48.051Z Checking foreign-types v0.5.0
29692026-05-21T17:44:48.134Z Checking ciborium v0.2.2
29702026-05-21T17:44:48.298Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29712026-05-21T17:44:48.394Z Checking tabwriter v1.4.1
29722026-05-21T17:44:48.543Z Checking byte-wrapper v0.1.0
29732026-05-21T17:44:48.556Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29742026-05-21T17:44:48.579Z Checking cstr-argument v0.1.2
29752026-05-21T17:44:48.603Z Checking num_enum v0.7.5
29762026-05-21T17:44:48.625Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29772026-05-21T17:44:48.697Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29782026-05-21T17:44:48.710Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29792026-05-21T17:44:48.722Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29802026-05-21T17:44:48.742Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29812026-05-21T17:44:48.890Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29822026-05-21T17:44:48.906Z Checking num_enum v0.5.11
29832026-05-21T17:44:48.968Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-05-21T17:44:49.001Z Checking ingot-types v0.1.2
29852026-05-21T17:44:49.017Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29862026-05-21T17:44:49.056Z Checking rand v0.10.0
29872026-05-21T17:44:49.070Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29882026-05-21T17:44:49.084Z Checking colored v3.1.1
29892026-05-21T17:44:49.214Z Checking indent_write v2.2.0
29902026-05-21T17:44:49.281Z Compiling zone_cfg_derive v0.3.1
29912026-05-21T17:44:49.310Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29922026-05-21T17:44:49.344Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29932026-05-21T17:44:49.358Z Checking ingot v0.1.1
29942026-05-21T17:44:49.374Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29952026-05-21T17:44:49.387Z Checking itertools v0.12.1
29962026-05-21T17:44:49.417Z Compiling num-derive v0.4.2
29972026-05-21T17:44:49.514Z Checking swrite v0.1.0
29982026-05-21T17:44:49.547Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29992026-05-21T17:44:49.609Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30002026-05-21T17:44:49.748Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30012026-05-21T17:44:49.793Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30022026-05-21T17:44:49.908Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30032026-05-21T17:44:49.923Z Checking dropshot-api-manager-types v0.7.1
30042026-05-21T17:44:49.923Z Checking smf v0.2.3
30052026-05-21T17:44:50.020Z Checking nanorand v0.7.0
30062026-05-21T17:44:50.101Z Checking whoami v1.6.1
30072026-05-21T17:44:50.152Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30082026-05-21T17:44:50.217Z Checking flume v0.11.1
30092026-05-21T17:44:50.336Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30102026-05-21T17:44:50.380Z Checking zone v0.3.1
30112026-05-21T17:44:50.914Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30122026-05-21T17:44:51.874Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30132026-05-21T17:44:52.765Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30142026-05-21T17:44:55.852Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30152026-05-21T17:44:57.873Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30162026-05-21T17:44:58.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.63s
30172026-05-21T17:44:59.152Z
30182026-05-21T17:44:59.152Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30192026-05-21T17:44:59.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-05-21T17:44:59.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-05-21T17:44:59.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-05-21T17:44:59.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30232026-05-21T17:44:59.739Z
30242026-05-21T17:44:59.739Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30252026-05-21T17:45:00.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-05-21T17:45:00.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-05-21T17:45:00.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-05-21T17:45:00.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30292026-05-21T17:45:00.327Z
30302026-05-21T17:45:00.327Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30312026-05-21T17:45:00.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-05-21T17:45:00.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-05-21T17:45:00.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-05-21T17:45:00.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30352026-05-21T17:45:00.919Z
30362026-05-21T17:45:00.919Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30372026-05-21T17:45:01.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-05-21T17:45:01.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-05-21T17:45:01.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-05-21T17:45:01.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30412026-05-21T17:45:01.511Z
30422026-05-21T17:45:01.511Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30432026-05-21T17:45:02.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-05-21T17:45:02.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-05-21T17:45:02.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-05-21T17:45:02.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30472026-05-21T17:45:02.099Z
30482026-05-21T17:45:02.099Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30492026-05-21T17:45:02.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-05-21T17:45:02.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-05-21T17:45:02.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-05-21T17:45:02.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30532026-05-21T17:45:02.691Z
30542026-05-21T17:45:02.691Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30552026-05-21T17:45:03.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-05-21T17:45:03.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-05-21T17:45:03.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-05-21T17:45:03.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30592026-05-21T17:45:03.282Z
30602026-05-21T17:45:03.282Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30612026-05-21T17:45:03.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-05-21T17:45:03.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-05-21T17:45:03.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-05-21T17:45:03.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30652026-05-21T17:45:03.852Z
30662026-05-21T17:45:03.852Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30672026-05-21T17:45:04.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-05-21T17:45:04.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-05-21T17:45:04.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-05-21T17:45:04.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30712026-05-21T17:45:04.444Z
30722026-05-21T17:45:04.445Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30732026-05-21T17:45:04.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-05-21T17:45:04.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-05-21T17:45:04.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-05-21T17:45:04.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30772026-05-21T17:45:05.028Z
30782026-05-21T17:45:05.028Zinfo: running `cargo check --bins` on installinator-client (115/276)
30792026-05-21T17:45:05.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-05-21T17:45:05.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-05-21T17:45:05.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-05-21T17:45:05.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30832026-05-21T17:45:05.618Z
30842026-05-21T17:45:05.618Zinfo: running `cargo check --bins` on nexus-client (116/276)
30852026-05-21T17:45:06.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-05-21T17:45:06.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-05-21T17:45:06.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-05-21T17:45:06.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30892026-05-21T17:45:06.234Z
30902026-05-21T17:45:06.234Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
30912026-05-21T17:45:06.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-05-21T17:45:06.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-05-21T17:45:06.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-05-21T17:45:06.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30952026-05-21T17:45:06.858Z
30962026-05-21T17:45:06.858Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
30972026-05-21T17:45:07.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-05-21T17:45:07.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-05-21T17:45:07.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-05-21T17:45:07.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31012026-05-21T17:45:07.438Z
31022026-05-21T17:45:07.438Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31032026-05-21T17:45:07.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-05-21T17:45:07.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-05-21T17:45:07.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-05-21T17:45:07.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31072026-05-21T17:45:08.015Z
31082026-05-21T17:45:08.015Zinfo: running `cargo check --bins` on oxide-client (120/276)
31092026-05-21T17:45:08.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-05-21T17:45:08.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-05-21T17:45:08.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-05-21T17:45:08.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31132026-05-21T17:45:08.593Z
31142026-05-21T17:45:08.593Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31152026-05-21T17:45:09.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-05-21T17:45:09.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-05-21T17:45:09.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-05-21T17:45:09.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31192026-05-21T17:45:09.175Z
31202026-05-21T17:45:09.175Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31212026-05-21T17:45:09.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-05-21T17:45:09.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-05-21T17:45:09.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-05-21T17:45:09.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31252026-05-21T17:45:09.750Z
31262026-05-21T17:45:09.750Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31272026-05-21T17:45:10.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-05-21T17:45:10.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-05-21T17:45:10.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-05-21T17:45:10.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31312026-05-21T17:45:10.350Z
31322026-05-21T17:45:10.353Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31332026-05-21T17:45:10.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-05-21T17:45:10.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-05-21T17:45:10.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-05-21T17:45:10.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31372026-05-21T17:45:10.965Z
31382026-05-21T17:45:10.965Zinfo: running `cargo check --bins` on installinator-common (125/276)
31392026-05-21T17:45:11.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-05-21T17:45:11.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-05-21T17:45:11.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-05-21T17:45:11.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31432026-05-21T17:45:11.570Z
31442026-05-21T17:45:11.570Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31452026-05-21T17:45:12.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-05-21T17:45:12.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-05-21T17:45:12.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-05-21T17:45:12.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31492026-05-21T17:45:12.140Z
31502026-05-21T17:45:12.140Zinfo: running `cargo check --bins` on wicket-common (127/276)
31512026-05-21T17:45:12.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-05-21T17:45:12.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-05-21T17:45:12.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-05-21T17:45:12.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31552026-05-21T17:45:12.739Z
31562026-05-21T17:45:12.739Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31572026-05-21T17:45:13.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-05-21T17:45:13.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-05-21T17:45:13.423Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31602026-05-21T17:45:13.539Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31612026-05-21T17:45:13.547Z Checking csv-core v0.1.13
31622026-05-21T17:45:13.554Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31632026-05-21T17:45:13.558Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31642026-05-21T17:45:13.571Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31652026-05-21T17:45:13.583Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31662026-05-21T17:45:13.594Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-05-21T17:45:13.707Z Checking csv v1.4.0
31682026-05-21T17:45:13.733Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31692026-05-21T17:45:13.762Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31702026-05-21T17:45:13.776Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31712026-05-21T17:45:13.804Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31722026-05-21T17:45:14.038Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31732026-05-21T17:45:14.399Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31742026-05-21T17:45:14.399Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31752026-05-21T17:45:14.730Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31762026-05-21T17:45:20.596Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31772026-05-21T17:45:21.125Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31782026-05-21T17:45:23.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.70s
31792026-05-21T17:45:23.628Z
31802026-05-21T17:45:23.628Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31812026-05-21T17:45:24.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-05-21T17:45:24.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-05-21T17:45:24.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-05-21T17:45:24.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31852026-05-21T17:45:24.216Z
31862026-05-21T17:45:24.217Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31872026-05-21T17:45:24.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-05-21T17:45:24.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-05-21T17:45:24.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-05-21T17:45:24.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31912026-05-21T17:45:24.885Z
31922026-05-21T17:45:24.885Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
31932026-05-21T17:45:25.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-05-21T17:45:25.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-05-21T17:45:25.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-05-21T17:45:25.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31972026-05-21T17:45:25.557Z
31982026-05-21T17:45:25.557Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
31992026-05-21T17:45:26.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-05-21T17:45:26.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-05-21T17:45:26.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-05-21T17:45:26.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32032026-05-21T17:45:26.196Z
32042026-05-21T17:45:26.196Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32052026-05-21T17:45:26.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-05-21T17:45:26.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-05-21T17:45:26.946Z Compiling regress v0.11.1
32082026-05-21T17:45:27.083Z Compiling unsafe-libyaml v0.2.11
32092026-05-21T17:45:27.096Z Compiling semver v0.1.20
32102026-05-21T17:45:27.108Z Compiling radium v0.7.0
32112026-05-21T17:45:27.122Z Compiling maybe-uninit v2.0.0
32122026-05-21T17:45:27.125Z Checking tap v1.0.1
32132026-05-21T17:45:27.150Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32142026-05-21T17:45:27.224Z Checking wyz v0.5.1
32152026-05-21T17:45:27.366Z Compiling rustc_version v0.1.7
32162026-05-21T17:45:27.399Z Checking progenitor-client v0.13.0
32172026-05-21T17:45:27.480Z Compiling zerocopy-derive v0.6.6
32182026-05-21T17:45:27.590Z Compiling serde_yaml v0.9.34+deprecated
32192026-05-21T17:45:27.604Z Compiling newtype_derive v0.1.6
32202026-05-21T17:45:27.683Z Compiling owo-colors v4.3.0
32212026-05-21T17:45:27.799Z Compiling packed_struct v0.10.1
32222026-05-21T17:45:27.825Z Checking funty v2.0.0
32232026-05-21T17:45:28.007Z Compiling cancel-safe-futures v0.1.5
32242026-05-21T17:45:28.047Z Checking crc-catalog v2.4.0
32252026-05-21T17:45:28.144Z Checking crc v3.4.0
32262026-05-21T17:45:28.147Z Checking bitvec v1.0.1
32272026-05-21T17:45:28.337Z Checking zerocopy v0.6.6
32282026-05-21T17:45:28.363Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32292026-05-21T17:45:28.393Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-05-21T17:45:28.506Z Checking typify-impl v0.6.2
32312026-05-21T17:45:28.648Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32322026-05-21T17:45:28.723Z Compiling packed_struct_codegen v0.10.1
32332026-05-21T17:45:28.893Z Checking libsw-core v0.3.2
32342026-05-21T17:45:28.907Z Compiling bitfield-macros v0.19.4
32352026-05-21T17:45:29.033Z Compiling indexmap v1.9.3
32362026-05-21T17:45:29.048Z Checking nodrop v0.1.14
32372026-05-21T17:45:29.141Z Checking array-init v0.0.4
32382026-05-21T17:45:29.249Z Checking libsw v3.5.0
32392026-05-21T17:45:29.402Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32402026-05-21T17:45:29.437Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-05-21T17:45:29.453Z Checking smallvec v0.6.14
32422026-05-21T17:45:29.604Z Checking bitfield v0.19.4
32432026-05-21T17:45:29.643Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32442026-05-21T17:45:29.805Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32452026-05-21T17:45:29.870Z Checking base64 v0.21.7
32462026-05-21T17:45:29.930Z Checking smawk v0.3.2
32472026-05-21T17:45:29.946Z Checking unicode-linebreak v0.1.5
32482026-05-21T17:45:30.060Z Checking hashbrown v0.12.3
32492026-05-21T17:45:30.076Z Checking tagptr v0.2.0
32502026-05-21T17:45:30.104Z Checking linear-map v1.2.0
32512026-05-21T17:45:30.159Z Checking textwrap v0.16.2
32522026-05-21T17:45:30.217Z Checking moka v0.12.13
32532026-05-21T17:45:30.219Z Checking ron v0.8.1
32542026-05-21T17:45:30.276Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32552026-05-21T17:45:30.291Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32562026-05-21T17:45:30.371Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32572026-05-21T17:45:30.458Z Checking steno v0.4.1
32582026-05-21T17:45:30.736Z Checking serde-hex v0.1.0
32592026-05-21T17:45:30.800Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32602026-05-21T17:45:30.823Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32612026-05-21T17:45:30.837Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32622026-05-21T17:45:30.958Z Checking hashbrown v0.13.2
32632026-05-21T17:45:31.165Z Checking humantime v2.3.0
32642026-05-21T17:45:31.349Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32652026-05-21T17:45:31.373Z Checking crc-any v2.5.0
32662026-05-21T17:45:31.398Z Checking object v0.30.4
32672026-05-21T17:45:31.441Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32682026-05-21T17:45:31.524Z Checking hickory-resolver v0.25.2
32692026-05-21T17:45:31.550Z Checking half v1.8.3
32702026-05-21T17:45:31.568Z Checking utf-8 v0.7.6
32712026-05-21T17:45:31.605Z Checking path-slash v0.1.5
32722026-05-21T17:45:31.704Z Checking void v1.0.2
32732026-05-21T17:45:31.718Z Checking tungstenite v0.23.0
32742026-05-21T17:45:31.741Z Checking serde_cbor v0.11.2
32752026-05-21T17:45:31.811Z Checking lzss v0.8.2
32762026-05-21T17:45:32.112Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32772026-05-21T17:45:32.125Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32782026-05-21T17:45:32.141Z Checking nix v0.27.1
32792026-05-21T17:45:32.210Z Checking kstat-rs v0.2.4
32802026-05-21T17:45:32.225Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32812026-05-21T17:45:32.267Z Checking fxhash v0.2.1
32822026-05-21T17:45:32.356Z Checking serde_bytes v0.11.19
32832026-05-21T17:45:32.387Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32842026-05-21T17:45:32.401Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32852026-05-21T17:45:32.557Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32862026-05-21T17:45:32.664Z Checking tokio-tungstenite v0.23.1
32872026-05-21T17:45:32.679Z Checking signal-hook-tokio v0.3.1
32882026-05-21T17:45:32.979Z Compiling typify-macro v0.6.2
32892026-05-21T17:45:33.765Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32902026-05-21T17:45:34.116Z Compiling typify v0.6.2
32912026-05-21T17:45:34.196Z Compiling progenitor-impl v0.13.0
32922026-05-21T17:45:34.196Z Compiling progenitor-impl v0.14.0
32932026-05-21T17:45:34.647Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32942026-05-21T17:45:34.976Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
32952026-05-21T17:45:35.758Z Compiling progenitor-macro v0.13.0
32962026-05-21T17:45:35.801Z Compiling progenitor-macro v0.14.0
32972026-05-21T17:45:38.172Z Checking progenitor v0.13.0
32982026-05-21T17:45:38.303Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32992026-05-21T17:45:38.415Z Checking progenitor v0.14.0
33002026-05-21T17:45:38.529Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33012026-05-21T17:45:41.305Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33022026-05-21T17:45:48.888Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33032026-05-21T17:45:55.175Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33042026-05-21T17:45:56.528Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33052026-05-21T17:45:57.033Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33062026-05-21T17:45:59.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.92s
33072026-05-21T17:45:59.310Z
33082026-05-21T17:45:59.310Zinfo: running `cargo check --bins` on gateway-api (134/276)
33092026-05-21T17:45:59.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-05-21T17:45:59.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-05-21T17:45:59.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-05-21T17:45:59.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33132026-05-21T17:45:59.900Z
33142026-05-21T17:45:59.900Zinfo: running `cargo check --bins` on ipcc (135/276)
33152026-05-21T17:46:00.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-05-21T17:46:00.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-05-21T17:46:00.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-05-21T17:46:00.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33192026-05-21T17:46:00.486Z
33202026-05-21T17:46:00.486Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33212026-05-21T17:46:00.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-05-21T17:46:00.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-05-21T17:46:00.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-05-21T17:46:00.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33252026-05-21T17:46:01.060Z
33262026-05-21T17:46:01.060Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33272026-05-21T17:46:01.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-05-21T17:46:01.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-05-21T17:46:01.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-05-21T17:46:01.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33312026-05-21T17:46:01.656Z
33322026-05-21T17:46:01.656Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33332026-05-21T17:46:02.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-05-21T17:46:02.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-05-21T17:46:02.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-05-21T17:46:02.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33372026-05-21T17:46:02.249Z
33382026-05-21T17:46:02.249Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33392026-05-21T17:46:02.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-05-21T17:46:02.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-05-21T17:46:02.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-05-21T17:46:02.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33432026-05-21T17:46:02.835Z
33442026-05-21T17:46:02.835Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33452026-05-21T17:46:03.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-05-21T17:46:03.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-05-21T17:46:03.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-05-21T17:46:03.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33492026-05-21T17:46:03.423Z
33502026-05-21T17:46:03.423Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33512026-05-21T17:46:03.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-05-21T17:46:03.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-05-21T17:46:03.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-05-21T17:46:03.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33552026-05-21T17:46:04.014Z
33562026-05-21T17:46:04.014Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33572026-05-21T17:46:04.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-05-21T17:46:04.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-05-21T17:46:04.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-05-21T17:46:04.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33612026-05-21T17:46:04.608Z
33622026-05-21T17:46:04.608Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33632026-05-21T17:46:05.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-05-21T17:46:05.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-05-21T17:46:05.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-05-21T17:46:05.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33672026-05-21T17:46:05.205Z
33682026-05-21T17:46:05.205Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33692026-05-21T17:46:05.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-05-21T17:46:05.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-05-21T17:46:05.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-05-21T17:46:05.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33732026-05-21T17:46:05.799Z
33742026-05-21T17:46:05.799Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33752026-05-21T17:46:06.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-05-21T17:46:06.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-05-21T17:46:06.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-05-21T17:46:06.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33792026-05-21T17:46:06.401Z
33802026-05-21T17:46:06.401Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33812026-05-21T17:46:06.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-05-21T17:46:06.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-05-21T17:46:06.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-05-21T17:46:06.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33852026-05-21T17:46:06.989Z
33862026-05-21T17:46:06.989Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33872026-05-21T17:46:07.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-05-21T17:46:07.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-05-21T17:46:07.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-05-21T17:46:07.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33912026-05-21T17:46:07.585Z
33922026-05-21T17:46:07.585Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
33932026-05-21T17:46:08.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-05-21T17:46:08.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-05-21T17:46:08.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-05-21T17:46:08.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33972026-05-21T17:46:08.187Z
33982026-05-21T17:46:08.188Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
33992026-05-21T17:46:08.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-05-21T17:46:08.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-05-21T17:46:08.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-05-21T17:46:08.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34032026-05-21T17:46:08.774Z
34042026-05-21T17:46:08.774Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34052026-05-21T17:46:09.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-05-21T17:46:09.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-05-21T17:46:09.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-05-21T17:46:09.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34092026-05-21T17:46:09.368Z
34102026-05-21T17:46:09.368Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34112026-05-21T17:46:09.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-05-21T17:46:09.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-05-21T17:46:09.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-05-21T17:46:09.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34152026-05-21T17:46:09.960Z
34162026-05-21T17:46:09.960Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34172026-05-21T17:46:10.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-05-21T17:46:10.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-05-21T17:46:10.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-05-21T17:46:10.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34212026-05-21T17:46:10.559Z
34222026-05-21T17:46:10.559Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34232026-05-21T17:46:11.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-05-21T17:46:11.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-05-21T17:46:11.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-05-21T17:46:11.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34272026-05-21T17:46:11.146Z
34282026-05-21T17:46:11.146Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34292026-05-21T17:46:11.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-05-21T17:46:11.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-05-21T17:46:11.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-05-21T17:46:11.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34332026-05-21T17:46:11.739Z
34342026-05-21T17:46:11.739Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34352026-05-21T17:46:12.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-05-21T17:46:12.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-05-21T17:46:12.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-05-21T17:46:12.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34392026-05-21T17:46:12.371Z
34402026-05-21T17:46:12.371Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34412026-05-21T17:46:12.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-05-21T17:46:12.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-05-21T17:46:12.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-05-21T17:46:12.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34452026-05-21T17:46:12.962Z
34462026-05-21T17:46:12.962Zinfo: running `cargo check --bins` on dns-server (157/276)
34472026-05-21T17:46:13.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-05-21T17:46:13.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-05-21T17:46:13.604Z Compiling parking_lot_core v0.8.6
34502026-05-21T17:46:13.604Z Compiling atomicwrites v0.4.4
34512026-05-21T17:46:13.604Z Compiling git-stub v1.0.0
34522026-05-21T17:46:13.607Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34532026-05-21T17:46:13.608Z Checking prefix-trie v0.7.0
34542026-05-21T17:46:13.833Z Compiling git-stub-vcs v0.1.0
34552026-05-21T17:46:14.012Z Checking hickory-server v0.25.2
34562026-05-21T17:46:14.105Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34572026-05-21T17:46:14.117Z Checking parking_lot v0.11.2
34582026-05-21T17:46:14.183Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34592026-05-21T17:46:14.183Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34602026-05-21T17:46:14.284Z Checking sled v0.34.7
34612026-05-21T17:46:16.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
34622026-05-21T17:46:16.342Z
34632026-05-21T17:46:16.342Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34642026-05-21T17:46:16.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-05-21T17:46:16.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-05-21T17:46:16.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-05-21T17:46:16.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34682026-05-21T17:46:16.932Z
34692026-05-21T17:46:16.932Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34702026-05-21T17:46:17.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-05-21T17:46:17.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-05-21T17:46:17.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-05-21T17:46:17.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34742026-05-21T17:46:17.522Z
34752026-05-21T17:46:17.522Zinfo: running `cargo check --bins` on sp-sim (160/276)
34762026-05-21T17:46:18.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-05-21T17:46:18.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-05-21T17:46:18.237Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34792026-05-21T17:46:20.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
34802026-05-21T17:46:20.209Z
34812026-05-21T17:46:20.209Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34822026-05-21T17:46:20.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-05-21T17:46:20.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-05-21T17:46:20.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-05-21T17:46:20.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34862026-05-21T17:46:20.854Z
34872026-05-21T17:46:20.854Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34882026-05-21T17:46:21.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-05-21T17:46:21.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-05-21T17:46:21.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-05-21T17:46:21.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34922026-05-21T17:46:21.497Z
34932026-05-21T17:46:21.497Zinfo: running `cargo check --bins` on db-macros (163/276)
34942026-05-21T17:46:21.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-05-21T17:46:21.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-05-21T17:46:21.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-05-21T17:46:21.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34982026-05-21T17:46:22.080Z
34992026-05-21T17:46:22.080Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35002026-05-21T17:46:22.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-05-21T17:46:22.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-05-21T17:46:22.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-05-21T17:46:22.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35042026-05-21T17:46:22.661Z
35052026-05-21T17:46:22.661Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35062026-05-21T17:46:23.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-05-21T17:46:23.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-05-21T17:46:23.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-05-21T17:46:23.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35102026-05-21T17:46:23.301Z
35112026-05-21T17:46:23.301Zinfo: running `cargo check --bins` on authz-macros (166/276)
35122026-05-21T17:46:23.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-05-21T17:46:23.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-05-21T17:46:23.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-05-21T17:46:23.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35162026-05-21T17:46:23.875Z
35172026-05-21T17:46:23.875Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35182026-05-21T17:46:24.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-05-21T17:46:24.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-05-21T17:46:24.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-05-21T17:46:24.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35222026-05-21T17:46:24.510Z
35232026-05-21T17:46:24.510Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35242026-05-21T17:46:25.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-05-21T17:46:25.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-05-21T17:46:25.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-05-21T17:46:25.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35282026-05-21T17:46:25.141Z
35292026-05-21T17:46:25.141Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35302026-05-21T17:46:25.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-05-21T17:46:25.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-05-21T17:46:25.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-05-21T17:46:25.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35342026-05-21T17:46:25.719Z
35352026-05-21T17:46:25.719Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35362026-05-21T17:46:26.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-05-21T17:46:26.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-05-21T17:46:26.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-05-21T17:46:26.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35402026-05-21T17:46:26.294Z
35412026-05-21T17:46:26.295Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35422026-05-21T17:46:26.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-05-21T17:46:26.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-05-21T17:46:26.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-05-21T17:46:26.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35462026-05-21T17:46:26.886Z
35472026-05-21T17:46:26.887Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35482026-05-21T17:46:27.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-05-21T17:46:27.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-05-21T17:46:27.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-05-21T17:46:27.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35522026-05-21T17:46:27.465Z
35532026-05-21T17:46:27.465Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35542026-05-21T17:46:27.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-05-21T17:46:27.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-05-21T17:46:27.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-05-21T17:46:27.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35582026-05-21T17:46:28.041Z
35592026-05-21T17:46:28.041Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35602026-05-21T17:46:28.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-05-21T17:46:28.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-05-21T17:46:28.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-05-21T17:46:28.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35642026-05-21T17:46:28.677Z
35652026-05-21T17:46:28.678Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35662026-05-21T17:46:29.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-05-21T17:46:29.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-05-21T17:46:29.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-05-21T17:46:29.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35702026-05-21T17:46:29.314Z
35712026-05-21T17:46:29.314Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35722026-05-21T17:46:29.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-05-21T17:46:29.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-05-21T17:46:29.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-05-21T17:46:29.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35762026-05-21T17:46:29.948Z
35772026-05-21T17:46:29.948Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35782026-05-21T17:46:30.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-05-21T17:46:30.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-05-21T17:46:30.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-05-21T17:46:30.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35822026-05-21T17:46:30.564Z
35832026-05-21T17:46:30.564Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35842026-05-21T17:46:31.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-05-21T17:46:31.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-05-21T17:46:31.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-05-21T17:46:31.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35882026-05-21T17:46:31.171Z
35892026-05-21T17:46:31.171Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
35902026-05-21T17:46:31.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-05-21T17:46:31.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-05-21T17:46:31.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-05-21T17:46:31.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35942026-05-21T17:46:31.783Z
35952026-05-21T17:46:31.783Zinfo: running `cargo check --bins` on key-manager (180/276)
35962026-05-21T17:46:32.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-05-21T17:46:32.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-05-21T17:46:32.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-05-21T17:46:32.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36002026-05-21T17:46:32.372Z
36012026-05-21T17:46:32.372Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36022026-05-21T17:46:32.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-05-21T17:46:32.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-05-21T17:46:32.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-05-21T17:46:32.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36062026-05-21T17:46:32.985Z
36072026-05-21T17:46:32.985Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36082026-05-21T17:46:33.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-05-21T17:46:33.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-05-21T17:46:33.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-05-21T17:46:33.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36122026-05-21T17:46:33.595Z
36132026-05-21T17:46:33.595Zinfo: running `cargo check --bins` on typed-rng (183/276)
36142026-05-21T17:46:34.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-05-21T17:46:34.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-05-21T17:46:34.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-05-21T17:46:34.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36182026-05-21T17:46:34.175Z
36192026-05-21T17:46:34.175Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36202026-05-21T17:46:34.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-05-21T17:46:34.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-05-21T17:46:35.023Z Compiling libefi-sys v0.1.0
36232026-05-21T17:46:35.157Z Compiling bitfield-struct v0.6.2
36242026-05-21T17:46:35.167Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36252026-05-21T17:46:35.176Z Compiling xshell-macros v0.2.7
36262026-05-21T17:46:35.186Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36272026-05-21T17:46:35.200Z Compiling typify-impl v0.4.3
36282026-05-21T17:46:35.203Z Compiling salty v0.3.0
36292026-05-21T17:46:35.226Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36302026-05-21T17:46:35.232Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36312026-05-21T17:46:35.395Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36322026-05-21T17:46:35.503Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36332026-05-21T17:46:35.518Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36342026-05-21T17:46:35.546Z Checking xshell v0.2.7
36352026-05-21T17:46:35.709Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36362026-05-21T17:46:35.729Z Checking primeorder v0.13.6
36372026-05-21T17:46:35.762Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36382026-05-21T17:46:35.821Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36392026-05-21T17:46:35.873Z Compiling proc-macro-error-attr2 v2.0.0
36402026-05-21T17:46:35.917Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36412026-05-21T17:46:35.967Z Checking tungstenite v0.21.0
36422026-05-21T17:46:35.996Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36432026-05-21T17:46:36.128Z Checking p384 v0.13.1
36442026-05-21T17:46:36.144Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36452026-05-21T17:46:36.235Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36462026-05-21T17:46:36.263Z Compiling proc-macro-error2 v2.0.1
36472026-05-21T17:46:36.575Z Compiling num-derive v0.3.3
36482026-05-21T17:46:36.722Z Compiling tabled_derive v0.11.0
36492026-05-21T17:46:36.793Z Checking tokio-tungstenite v0.21.0
36502026-05-21T17:46:37.074Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-05-21T17:46:37.104Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36522026-05-21T17:46:37.376Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36532026-05-21T17:46:37.484Z Checking libscf-sys v1.1.0
36542026-05-21T17:46:37.715Z Checking papergrid v0.17.0
36552026-05-21T17:46:37.759Z Checking testing_table v0.3.0
36562026-05-21T17:46:37.832Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36572026-05-21T17:46:37.860Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36582026-05-21T17:46:37.904Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36592026-05-21T17:46:37.975Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36602026-05-21T17:46:38.186Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-21T17:46:38.299Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36622026-05-21T17:46:38.380Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36632026-05-21T17:46:38.398Z Compiling illumos-nvpair-sys v0.2.0
36642026-05-21T17:46:38.398Z Checking corncobs v0.1.4
36652026-05-21T17:46:38.505Z Compiling unicase v2.9.0
36662026-05-21T17:46:38.529Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36672026-05-21T17:46:38.619Z Checking tabled v0.20.0
36682026-05-21T17:46:38.656Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36692026-05-21T17:46:38.679Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36702026-05-21T17:46:38.712Z Compiling mime_guess v2.0.5
36712026-05-21T17:46:38.787Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36722026-05-21T17:46:38.815Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-05-21T17:46:38.988Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36742026-05-21T17:46:39.005Z Checking progenitor-client v0.11.2
36752026-05-21T17:46:39.019Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36762026-05-21T17:46:39.236Z Checking secrecy v0.8.0
36772026-05-21T17:46:39.252Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36782026-05-21T17:46:39.542Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
36792026-05-21T17:46:39.598Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36802026-05-21T17:46:39.624Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36812026-05-21T17:46:39.664Z Compiling typify-macro v0.4.3
36822026-05-21T17:46:39.737Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36832026-05-21T17:46:39.872Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36842026-05-21T17:46:39.889Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36852026-05-21T17:46:39.925Z Checking filetime v0.2.27
36862026-05-21T17:46:40.055Z Checking xattr v1.6.1
36872026-05-21T17:46:40.071Z Checking http-range v0.1.5
36882026-05-21T17:46:40.200Z Checking crc8 v0.1.1
36892026-05-21T17:46:40.303Z Checking tar v0.4.45
36902026-05-21T17:46:40.338Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36912026-05-21T17:46:40.527Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36922026-05-21T17:46:40.627Z Checking illumos-nvpair v0.3.0
36932026-05-21T17:46:40.713Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36942026-05-21T17:46:40.790Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36952026-05-21T17:46:40.831Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36962026-05-21T17:46:41.109Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36972026-05-21T17:46:41.210Z Checking atty v0.2.14
36982026-05-21T17:46:41.282Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36992026-05-21T17:46:41.306Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
37002026-05-21T17:46:41.367Z Compiling typify v0.4.3
37012026-05-21T17:46:41.462Z Compiling progenitor-impl v0.11.2
37022026-05-21T17:46:41.484Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37032026-05-21T17:46:41.780Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37042026-05-21T17:46:41.813Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37052026-05-21T17:46:41.853Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37062026-05-21T17:46:42.025Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37072026-05-21T17:46:42.145Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37082026-05-21T17:46:42.319Z Checking hyper-staticfile v0.10.1
37092026-05-21T17:46:42.366Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37102026-05-21T17:46:42.422Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37112026-05-21T17:46:42.696Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37122026-05-21T17:46:42.712Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37132026-05-21T17:46:42.852Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37142026-05-21T17:46:42.933Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37152026-05-21T17:46:42.954Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37162026-05-21T17:46:43.065Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37172026-05-21T17:46:43.227Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37182026-05-21T17:46:43.335Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37192026-05-21T17:46:43.352Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
37202026-05-21T17:46:43.507Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37212026-05-21T17:46:44.025Z Compiling progenitor-macro v0.11.2
37222026-05-21T17:46:46.416Z Checking progenitor v0.11.2
37232026-05-21T17:46:46.557Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37242026-05-21T17:46:46.669Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37252026-05-21T17:46:51.166Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37262026-05-21T17:47:01.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.79s
37272026-05-21T17:47:02.182Z
37282026-05-21T17:47:02.182Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37292026-05-21T17:47:02.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-05-21T17:47:02.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-05-21T17:47:02.960Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37322026-05-21T17:47:13.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
37332026-05-21T17:47:13.773Z
37342026-05-21T17:47:13.773Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37352026-05-21T17:47:14.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-05-21T17:47:14.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-05-21T17:47:14.542Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37382026-05-21T17:47:25.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
37392026-05-21T17:47:25.429Z
37402026-05-21T17:47:25.430Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37412026-05-21T17:47:25.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-05-21T17:47:25.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-05-21T17:47:26.217Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37442026-05-21T17:47:36.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
37452026-05-21T17:47:36.967Z
37462026-05-21T17:47:36.967Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37472026-05-21T17:47:37.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-05-21T17:47:37.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-05-21T17:47:37.776Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37502026-05-21T17:47:48.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
37512026-05-21T17:47:48.487Z
37522026-05-21T17:47:48.487Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37532026-05-21T17:47:49.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-05-21T17:47:49.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-05-21T17:47:49.270Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-05-21T17:47:59.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
37572026-05-21T17:48:00.030Z
37582026-05-21T17:48:00.031Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37592026-05-21T17:48:00.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-05-21T17:48:00.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-05-21T17:48:00.813Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37622026-05-21T17:48:11.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
37632026-05-21T17:48:11.631Z
37642026-05-21T17:48:11.631Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37652026-05-21T17:48:12.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-05-21T17:48:12.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-05-21T17:48:12.410Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-05-21T17:48:23.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
37692026-05-21T17:48:23.221Z
37702026-05-21T17:48:23.221Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37712026-05-21T17:48:23.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-05-21T17:48:23.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-05-21T17:48:23.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37742026-05-21T17:48:23.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37752026-05-21T17:48:23.821Z
37762026-05-21T17:48:23.822Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37772026-05-21T17:48:24.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-05-21T17:48:24.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-05-21T17:48:24.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37802026-05-21T17:48:24.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37812026-05-21T17:48:24.428Z
37822026-05-21T17:48:24.428Zinfo: running `cargo check --bins` on range-requests (194/276)
37832026-05-21T17:48:24.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-05-21T17:48:24.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-05-21T17:48:24.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862026-05-21T17:48:24.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37872026-05-21T17:48:25.019Z
37882026-05-21T17:48:25.019Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
37892026-05-21T17:48:25.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-05-21T17:48:25.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-05-21T17:48:25.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-05-21T17:48:25.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37932026-05-21T17:48:25.611Z
37942026-05-21T17:48:25.611Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
37952026-05-21T17:48:26.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-05-21T17:48:26.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-05-21T17:48:26.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-05-21T17:48:26.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37992026-05-21T17:48:26.226Z
38002026-05-21T17:48:26.226Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38012026-05-21T17:48:26.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-05-21T17:48:26.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-05-21T17:48:26.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-05-21T17:48:26.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38052026-05-21T17:48:26.835Z
38062026-05-21T17:48:26.835Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38072026-05-21T17:48:27.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-05-21T17:48:27.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-05-21T17:48:27.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-05-21T17:48:27.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38112026-05-21T17:48:27.447Z
38122026-05-21T17:48:27.447Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38132026-05-21T17:48:27.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-05-21T17:48:27.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-05-21T17:48:27.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-05-21T17:48:27.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38172026-05-21T17:48:28.059Z
38182026-05-21T17:48:28.059Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38192026-05-21T17:48:28.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-05-21T17:48:28.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-05-21T17:48:28.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-05-21T17:48:28.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38232026-05-21T17:48:28.671Z
38242026-05-21T17:48:28.671Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38252026-05-21T17:48:29.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-05-21T17:48:29.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-05-21T17:48:29.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-05-21T17:48:29.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38292026-05-21T17:48:29.291Z
38302026-05-21T17:48:29.291Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38312026-05-21T17:48:29.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-05-21T17:48:29.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-05-21T17:48:29.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-05-21T17:48:29.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38352026-05-21T17:48:29.904Z
38362026-05-21T17:48:29.904Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38372026-05-21T17:48:30.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-05-21T17:48:30.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-05-21T17:48:30.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-05-21T17:48:30.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38412026-05-21T17:48:30.525Z
38422026-05-21T17:48:30.525Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38432026-05-21T17:48:31.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-05-21T17:48:31.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-05-21T17:48:31.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-05-21T17:48:31.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38472026-05-21T17:48:31.147Z
38482026-05-21T17:48:31.147Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38492026-05-21T17:48:31.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-05-21T17:48:31.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-05-21T17:48:31.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-05-21T17:48:31.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38532026-05-21T17:48:31.773Z
38542026-05-21T17:48:31.773Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38552026-05-21T17:48:32.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-05-21T17:48:32.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-05-21T17:48:32.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-05-21T17:48:32.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38592026-05-21T17:48:32.411Z
38602026-05-21T17:48:32.411Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38612026-05-21T17:48:32.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-05-21T17:48:32.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-05-21T17:48:32.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-05-21T17:48:32.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38652026-05-21T17:48:33.031Z
38662026-05-21T17:48:33.031Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38672026-05-21T17:48:33.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-05-21T17:48:33.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-05-21T17:48:33.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-05-21T17:48:33.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38712026-05-21T17:48:33.666Z
38722026-05-21T17:48:33.666Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38732026-05-21T17:48:34.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-05-21T17:48:34.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-05-21T17:48:34.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-05-21T17:48:34.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38772026-05-21T17:48:34.317Z
38782026-05-21T17:48:34.317Zinfo: running `cargo check --bins` on update-common (210/276)
38792026-05-21T17:48:34.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-05-21T17:48:34.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-05-21T17:48:34.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-05-21T17:48:34.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38832026-05-21T17:48:34.918Z
38842026-05-21T17:48:34.918Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38852026-05-21T17:48:35.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-05-21T17:48:35.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-05-21T17:48:35.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-05-21T17:48:35.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38892026-05-21T17:48:35.566Z
38902026-05-21T17:48:35.567Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
38912026-05-21T17:48:36.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-05-21T17:48:36.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-05-21T17:48:36.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-05-21T17:48:36.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38952026-05-21T17:48:36.146Z
38962026-05-21T17:48:36.146Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
38972026-05-21T17:48:36.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-05-21T17:48:36.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-05-21T17:48:36.918Z Compiling fs-err v2.11.0
39002026-05-21T17:48:36.921Z Checking ignore v0.4.25
39012026-05-21T17:48:36.922Z Checking arc-swap v1.8.2
39022026-05-21T17:48:37.052Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39032026-05-21T17:48:37.055Z Checking predicates-tree v1.0.13
39042026-05-21T17:48:37.059Z Checking parse-size v1.1.0
39052026-05-21T17:48:37.082Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39062026-05-21T17:48:37.094Z Checking rand_seeder v0.4.0
39072026-05-21T17:48:37.158Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39082026-05-21T17:48:37.182Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39092026-05-21T17:48:37.231Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39102026-05-21T17:48:37.249Z Checking slog-scope v4.4.1
39112026-05-21T17:48:37.285Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39122026-05-21T17:48:37.372Z Compiling petname v2.0.2
39132026-05-21T17:48:37.386Z Checking slog-stdlog v4.1.1
39142026-05-21T17:48:37.403Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39152026-05-21T17:48:37.429Z Checking globwalk v0.9.1
39162026-05-21T17:48:37.473Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39172026-05-21T17:48:37.506Z Checking slog-envlogger v2.2.0
39182026-05-21T17:48:37.611Z Checking camino-tempfile-ext v0.3.3
39192026-05-21T17:48:37.657Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39202026-05-21T17:48:37.702Z Checking sapling-renderdag v0.1.0
39212026-05-21T17:48:37.802Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39222026-05-21T17:48:37.848Z Checking subprocess v0.2.15
39232026-05-21T17:48:37.942Z Checking sync-ptr v0.1.4
39242026-05-21T17:48:38.032Z Checking colored v2.2.0
39252026-05-21T17:48:38.057Z Checking assert_matches v1.5.0
39262026-05-21T17:48:38.126Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39272026-05-21T17:48:38.288Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39282026-05-21T17:48:38.291Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39292026-05-21T17:48:39.002Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39302026-05-21T17:48:40.306Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39312026-05-21T17:48:42.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s
39322026-05-21T17:48:42.699Z
39332026-05-21T17:48:42.700Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39342026-05-21T17:48:43.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-05-21T17:48:43.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-05-21T17:48:43.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-05-21T17:48:43.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39382026-05-21T17:48:43.278Z
39392026-05-21T17:48:43.278Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39402026-05-21T17:48:43.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-05-21T17:48:43.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-05-21T17:48:43.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-05-21T17:48:43.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39442026-05-21T17:48:43.883Z
39452026-05-21T17:48:43.883Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39462026-05-21T17:48:44.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-05-21T17:48:44.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-05-21T17:48:44.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-05-21T17:48:44.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39502026-05-21T17:48:44.533Z
39512026-05-21T17:48:44.533Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39522026-05-21T17:48:45.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-05-21T17:48:45.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-05-21T17:48:45.255Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39552026-05-21T17:48:45.255Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39562026-05-21T17:48:45.891Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39572026-05-21T17:48:47.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
39582026-05-21T17:48:47.657Z
39592026-05-21T17:48:47.657Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39602026-05-21T17:48:48.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-05-21T17:48:48.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-05-21T17:48:48.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-05-21T17:48:48.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39642026-05-21T17:48:48.239Z
39652026-05-21T17:48:48.239Zinfo: running `cargo check --bins` on cert-dev (219/276)
39662026-05-21T17:48:48.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-05-21T17:48:48.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-05-21T17:48:48.831Z Checking yasna v0.5.2
39692026-05-21T17:48:49.232Z Checking rcgen v0.12.1
39702026-05-21T17:48:49.478Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39712026-05-21T17:48:49.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
39722026-05-21T17:48:49.834Z
39732026-05-21T17:48:49.834Zinfo: running `cargo check --bins` on clickana (220/276)
39742026-05-21T17:48:50.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-05-21T17:48:50.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-05-21T17:48:50.478Z Compiling darling_core v0.23.0
39772026-05-21T17:48:50.481Z Compiling instability v0.3.11
39782026-05-21T17:48:50.481Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39792026-05-21T17:48:50.598Z Checking castaway v0.2.4
39802026-05-21T17:48:50.601Z Compiling indoc v2.0.7
39812026-05-21T17:48:50.613Z Checking unicode-truncate v1.1.0
39822026-05-21T17:48:50.617Z Checking lru v0.12.5
39832026-05-21T17:48:50.617Z Checking cassowary v0.3.0
39842026-05-21T17:48:50.689Z Checking compact_str v0.8.1
39852026-05-21T17:48:51.656Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39862026-05-21T17:48:51.841Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39872026-05-21T17:48:51.979Z Compiling darling_macro v0.23.0
39882026-05-21T17:48:52.387Z Compiling darling v0.23.0
39892026-05-21T17:48:52.995Z Checking ratatui v0.29.0
39902026-05-21T17:48:54.038Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39912026-05-21T17:48:54.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
39922026-05-21T17:48:54.888Z
39932026-05-21T17:48:54.888Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
39942026-05-21T17:48:55.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-05-21T17:48:55.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-05-21T17:48:55.604Z Checking headers-core v0.3.0
39972026-05-21T17:48:55.604Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39982026-05-21T17:48:55.801Z Checking headers v0.4.1
39992026-05-21T17:48:56.164Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40002026-05-21T17:48:56.995Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40012026-05-21T17:48:57.489Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40022026-05-21T17:48:57.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
40032026-05-21T17:48:58.109Z
40042026-05-21T17:48:58.109Zinfo: running `cargo check --bins` on ch-dev (222/276)
40052026-05-21T17:48:58.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-05-21T17:48:58.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-05-21T17:48:58.815Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40082026-05-21T17:48:59.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40092026-05-21T17:48:59.761Z
40102026-05-21T17:48:59.761Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40112026-05-21T17:49:00.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-05-21T17:49:00.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-05-21T17:49:00.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-05-21T17:49:00.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
40152026-05-21T17:49:00.222Z
40162026-05-21T17:49:00.222Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40172026-05-21T17:49:00.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-05-21T17:49:00.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-05-21T17:49:00.933Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40202026-05-21T17:49:01.900Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40212026-05-21T17:49:02.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
40222026-05-21T17:49:02.433Z
40232026-05-21T17:49:02.433Zinfo: running `cargo check --bins` on db-dev (225/276)
40242026-05-21T17:49:02.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-21T17:49:02.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-21T17:49:03.144Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40272026-05-21T17:49:03.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40282026-05-21T17:49:04.104Z
40292026-05-21T17:49:04.104Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40302026-05-21T17:49:04.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-21T17:49:04.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-21T17:49:04.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-05-21T17:49:04.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40342026-05-21T17:49:04.739Z
40352026-05-21T17:49:04.740Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40362026-05-21T17:49:05.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-05-21T17:49:05.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-05-21T17:49:05.348Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40392026-05-21T17:49:06.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40402026-05-21T17:49:06.182Z
40412026-05-21T17:49:06.182Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40422026-05-21T17:49:06.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-05-21T17:49:06.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-05-21T17:49:06.929Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40452026-05-21T17:49:06.930Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40462026-05-21T17:49:06.930Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40472026-05-21T17:49:06.932Z Checking git-stub v1.0.0
40482026-05-21T17:49:06.933Z Compiling trait-variant v0.1.2
40492026-05-21T17:49:06.933Z Checking is_ci v1.2.0
40502026-05-21T17:49:06.933Z Checking maplit v1.0.2
40512026-05-21T17:49:07.063Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40522026-05-21T17:49:07.134Z Checking supports-color v3.0.2
40532026-05-21T17:49:07.147Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40542026-05-21T17:49:07.232Z Checking git-stub-vcs v0.1.0
40552026-05-21T17:49:07.257Z Checking drift v0.1.4
40562026-05-21T17:49:07.270Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40572026-05-21T17:49:07.353Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40582026-05-21T17:49:07.421Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40592026-05-21T17:49:07.553Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40602026-05-21T17:49:07.569Z Checking dropshot-api-manager v0.7.1
40612026-05-21T17:49:07.582Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
40622026-05-21T17:49:07.596Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40632026-05-21T17:49:07.797Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40642026-05-21T17:49:07.812Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40652026-05-21T17:49:08.044Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40662026-05-21T17:49:08.307Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40672026-05-21T17:49:13.283Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40682026-05-21T17:49:14.365Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40692026-05-21T17:49:14.923Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40702026-05-21T17:49:15.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
40712026-05-21T17:49:15.547Z
40722026-05-21T17:49:15.547Zinfo: running `cargo check --bins` on installinator-api (229/276)
40732026-05-21T17:49:16.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-05-21T17:49:16.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-05-21T17:49:16.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-05-21T17:49:16.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40772026-05-21T17:49:16.139Z
40782026-05-21T17:49:16.139Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40792026-05-21T17:49:16.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-05-21T17:49:16.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-05-21T17:49:16.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-05-21T17:49:16.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40832026-05-21T17:49:16.771Z
40842026-05-21T17:49:16.771Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40852026-05-21T17:49:17.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-05-21T17:49:17.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-05-21T17:49:17.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-05-21T17:49:17.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40892026-05-21T17:49:17.400Z
40902026-05-21T17:49:17.400Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
40912026-05-21T17:49:17.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-05-21T17:49:17.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-05-21T17:49:17.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-05-21T17:49:17.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40952026-05-21T17:49:18.026Z
40962026-05-21T17:49:18.026Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
40972026-05-21T17:49:18.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-05-21T17:49:18.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-05-21T17:49:18.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-05-21T17:49:18.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41012026-05-21T17:49:18.617Z
41022026-05-21T17:49:18.617Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41032026-05-21T17:49:19.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-05-21T17:49:19.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-05-21T17:49:19.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-05-21T17:49:19.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41072026-05-21T17:49:19.196Z
41082026-05-21T17:49:19.196Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41092026-05-21T17:49:19.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-05-21T17:49:19.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-05-21T17:49:19.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41122026-05-21T17:49:19.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41132026-05-21T17:49:19.804Z
41142026-05-21T17:49:19.804Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41152026-05-21T17:49:20.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-05-21T17:49:20.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-05-21T17:49:20.413Z Checking typeid v1.0.3
41182026-05-21T17:49:20.523Z Checking ordered-float v2.10.1
41192026-05-21T17:49:20.541Z Checking unicode-xid v0.2.6
41202026-05-21T17:49:20.544Z Checking cargo-platform v0.2.0
41212026-05-21T17:49:20.563Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41222026-05-21T17:49:20.591Z Checking erased-serde v0.4.9
41232026-05-21T17:49:20.723Z Checking serde-value v0.7.0
41242026-05-21T17:49:20.895Z Checking serde-untagged v0.1.9
41252026-05-21T17:49:21.049Z Checking cargo-util-schemas v0.8.2
41262026-05-21T17:49:21.728Z Checking cargo_metadata v0.21.0
41272026-05-21T17:49:22.321Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41282026-05-21T17:49:23.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
41292026-05-21T17:49:23.181Z
41302026-05-21T17:49:23.182Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41312026-05-21T17:49:23.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-05-21T17:49:23.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-05-21T17:49:23.912Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41342026-05-21T17:49:24.530Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41352026-05-21T17:49:25.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41362026-05-21T17:49:25.235Z
41372026-05-21T17:49:25.235Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41382026-05-21T17:49:25.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-05-21T17:49:25.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-05-21T17:49:26.176Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41412026-05-21T17:49:26.176Z Compiling vergen-lib v0.1.6
41422026-05-21T17:49:26.176Z Compiling vergen-gitcl v1.0.8
41432026-05-21T17:49:26.176Z Compiling dirs-sys-next v0.1.2
41442026-05-21T17:49:26.178Z Compiling glob v0.3.3
41452026-05-21T17:49:26.178Z Compiling crunchy v0.2.4
41462026-05-21T17:49:26.178Z Compiling diesel_derives v2.3.7
41472026-05-21T17:49:26.178Z Compiling dsl_auto_type v0.2.0
41482026-05-21T17:49:26.547Z Compiling dirs-next v2.0.0
41492026-05-21T17:49:26.606Z Checking scheduled-thread-pool v0.2.7
41502026-05-21T17:49:26.636Z Compiling diesel_table_macro_syntax v0.3.0
41512026-05-21T17:49:26.639Z Compiling tiny-keccak v2.0.2
41522026-05-21T17:49:26.680Z Compiling clang-sys v1.8.1
41532026-05-21T17:49:26.745Z Compiling term v0.7.0
41542026-05-21T17:49:26.748Z Checking r2d2 v0.8.10
41552026-05-21T17:49:26.871Z Compiling bit-vec v0.6.3
41562026-05-21T17:49:26.926Z Checking downcast-rs v2.0.2
41572026-05-21T17:49:27.023Z Compiling ascii-canvas v3.0.0
41582026-05-21T17:49:27.060Z Compiling bit-set v0.5.3
41592026-05-21T17:49:27.084Z Compiling itertools v0.10.5
41602026-05-21T17:49:27.222Z Compiling ena v0.14.4
41612026-05-21T17:49:27.262Z Compiling libloading v0.8.9
41622026-05-21T17:49:27.309Z Compiling regex-syntax v0.6.29
41632026-05-21T17:49:27.386Z Compiling bindgen v0.71.1
41642026-05-21T17:49:27.413Z Compiling diff v0.1.13
41652026-05-21T17:49:27.501Z Compiling cexpr v0.6.0
41662026-05-21T17:49:27.744Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41672026-05-21T17:49:27.871Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41682026-05-21T17:49:27.916Z Compiling rustc-hash v2.1.1
41692026-05-21T17:49:28.052Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41702026-05-21T17:49:28.070Z Compiling libxml v0.3.3
41712026-05-21T17:49:28.144Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41722026-05-21T17:49:28.189Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41732026-05-21T17:49:28.317Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41742026-05-21T17:49:28.508Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41752026-05-21T17:49:28.526Z Compiling strum_macros v0.24.3
41762026-05-21T17:49:28.716Z Compiling lalrpop v0.19.12
41772026-05-21T17:49:28.779Z Compiling indoc v1.0.9
41782026-05-21T17:49:29.424Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41792026-05-21T17:49:29.616Z Checking derive_builder v0.20.2
41802026-05-21T17:49:29.735Z Compiling oso-derive v0.27.3
41812026-05-21T17:49:29.855Z Checking quick-xml v0.37.5
41822026-05-21T17:49:29.988Z Compiling impl-trait-for-tuples v0.2.3
41832026-05-21T17:49:30.225Z Checking openssl-probe v0.1.6
41842026-05-21T17:49:30.366Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41852026-05-21T17:49:30.721Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41862026-05-21T17:49:30.915Z Checking bb8 v0.8.6
41872026-05-21T17:49:31.106Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41882026-05-21T17:49:31.130Z Compiling libz-sys v1.1.24
41892026-05-21T17:49:31.191Z Checking nonempty v0.12.0
41902026-05-21T17:49:31.322Z Compiling libgit2-sys v0.18.3+1.9.2
41912026-05-21T17:49:31.355Z Compiling vergen-git2 v9.1.0
41922026-05-21T17:49:31.522Z Compiling rustls v0.21.12
41932026-05-21T17:49:31.575Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41942026-05-21T17:49:31.707Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41952026-05-21T17:49:31.760Z Checking rustls-webpki v0.101.7
41962026-05-21T17:49:31.898Z Checking sct v0.7.1
41972026-05-21T17:49:32.072Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41982026-05-21T17:49:32.153Z Checking diesel v2.3.7
41992026-05-21T17:49:32.261Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42002026-05-21T17:49:32.448Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42012026-05-21T17:49:32.534Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42022026-05-21T17:49:32.710Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42032026-05-21T17:49:32.902Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42042026-05-21T17:49:33.093Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42052026-05-21T17:49:33.430Z Checking rustls-pemfile v1.0.4
42062026-05-21T17:49:33.457Z Checking tokio-rustls v0.24.1
42072026-05-21T17:49:33.571Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42082026-05-21T17:49:33.661Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42092026-05-21T17:49:33.862Z Checking twox-hash v2.1.2
42102026-05-21T17:49:34.149Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42112026-05-21T17:49:34.168Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42122026-05-21T17:49:34.186Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42132026-05-21T17:49:35.766Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42142026-05-21T17:49:35.797Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42152026-05-21T17:49:35.880Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42162026-05-21T17:49:36.424Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42172026-05-21T17:49:36.526Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42182026-05-21T17:49:36.526Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42192026-05-21T17:49:37.471Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42202026-05-21T17:49:37.615Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42212026-05-21T17:49:38.188Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42222026-05-21T17:49:38.550Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42232026-05-21T17:49:38.666Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42242026-05-21T17:49:38.820Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42252026-05-21T17:49:38.864Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42262026-05-21T17:49:39.176Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42272026-05-21T17:49:39.542Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
42282026-05-21T17:49:39.682Z Checking console v0.16.2
42292026-05-21T17:49:40.002Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42302026-05-21T17:49:40.104Z Checking fatfs v0.3.6
42312026-05-21T17:49:40.151Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42322026-05-21T17:49:40.521Z Checking unit-prefix v0.5.2
42332026-05-21T17:49:40.558Z Compiling seq-macro v0.3.6
42342026-05-21T17:49:40.661Z Checking indicatif v0.18.4
42352026-05-21T17:49:41.064Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42362026-05-21T17:49:41.166Z Checking support-bundle-viewer v0.1.2
42372026-05-21T17:49:41.255Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42382026-05-21T17:49:41.411Z Checking multimap v0.10.1
42392026-05-21T17:49:47.210Z Checking async-bb8-diesel v0.2.1
42402026-05-21T17:49:47.571Z Checking diesel-dtrace v0.5.0
42412026-05-21T17:49:50.286Z Compiling samael v0.0.19
42422026-05-21T17:49:55.406Z Compiling polar-core v0.27.3
42432026-05-21T17:49:55.932Z Compiling git2 v0.20.4
42442026-05-21T17:49:58.193Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
42452026-05-21T17:49:59.894Z Checking oso v0.27.3
42462026-05-21T17:50:31.485Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42472026-05-21T17:51:41.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
42482026-05-21T17:51:41.864Z
42492026-05-21T17:51:41.865Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42502026-05-21T17:51:42.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-05-21T17:51:42.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-05-21T17:51:42.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-05-21T17:51:42.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
42542026-05-21T17:51:42.559Z
42552026-05-21T17:51:42.559Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42562026-05-21T17:51:43.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-05-21T17:51:43.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-05-21T17:51:43.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42592026-05-21T17:51:43.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42602026-05-21T17:51:43.215Z
42612026-05-21T17:51:43.215Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42622026-05-21T17:51:43.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-05-21T17:51:43.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-05-21T17:51:43.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42652026-05-21T17:51:43.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42662026-05-21T17:51:43.800Z
42672026-05-21T17:51:43.800Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42682026-05-21T17:51:44.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-05-21T17:51:44.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-05-21T17:51:44.638Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42712026-05-21T17:51:45.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
42722026-05-21T17:51:45.616Z
42732026-05-21T17:51:45.616Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42742026-05-21T17:51:46.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-05-21T17:51:46.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-05-21T17:51:46.443Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42772026-05-21T17:52:23.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.39s
42782026-05-21T17:52:23.235Z
42792026-05-21T17:52:23.235Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42802026-05-21T17:52:23.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-05-21T17:52:23.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-05-21T17:52:23.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-05-21T17:52:23.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42842026-05-21T17:52:23.827Z
42852026-05-21T17:52:23.827Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
42862026-05-21T17:52:24.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-05-21T17:52:24.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-05-21T17:52:24.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-05-21T17:52:24.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42902026-05-21T17:52:24.465Z
42912026-05-21T17:52:24.465Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
42922026-05-21T17:52:25.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-05-21T17:52:25.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-05-21T17:52:25.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-05-21T17:52:25.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42962026-05-21T17:52:25.119Z
42972026-05-21T17:52:25.119Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
42982026-05-21T17:52:25.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-05-21T17:52:25.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-05-21T17:52:25.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-05-21T17:52:25.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43022026-05-21T17:52:25.770Z
43032026-05-21T17:52:25.770Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43042026-05-21T17:52:26.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-05-21T17:52:26.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-05-21T17:52:26.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-05-21T17:52:26.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43082026-05-21T17:52:26.410Z
43092026-05-21T17:52:26.410Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43102026-05-21T17:52:26.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-05-21T17:52:26.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-05-21T17:52:26.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-05-21T17:52:26.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43142026-05-21T17:52:27.064Z
43152026-05-21T17:52:27.064Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43162026-05-21T17:52:27.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-05-21T17:52:27.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-05-21T17:52:27.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-05-21T17:52:27.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43202026-05-21T17:52:27.715Z
43212026-05-21T17:52:27.715Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43222026-05-21T17:52:28.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-05-21T17:52:28.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-05-21T17:52:28.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-05-21T17:52:28.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43262026-05-21T17:52:28.368Z
43272026-05-21T17:52:28.368Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43282026-05-21T17:52:28.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-05-21T17:52:28.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-05-21T17:52:29.265Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43312026-05-21T17:52:29.265Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43322026-05-21T17:52:29.447Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43332026-05-21T17:52:29.475Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43342026-05-21T17:52:29.494Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43352026-05-21T17:52:29.497Z Checking diff v0.1.13
43362026-05-21T17:52:29.497Z Checking yansi v1.0.1
43372026-05-21T17:52:29.539Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43382026-05-21T17:52:29.584Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43392026-05-21T17:52:29.764Z Checking pretty_assertions v1.4.1
43402026-05-21T17:52:30.400Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43412026-05-21T17:52:30.554Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43422026-05-21T17:52:54.020Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43432026-05-21T17:52:54.023Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43442026-05-21T17:52:54.023Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43452026-05-21T17:52:54.023Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43462026-05-21T17:52:54.023Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43472026-05-21T17:52:54.023Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43482026-05-21T17:52:54.846Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43492026-05-21T17:52:55.944Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43502026-05-21T17:53:32.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
43512026-05-21T17:53:32.797Z
43522026-05-21T17:53:32.797Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43532026-05-21T17:53:33.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-05-21T17:53:33.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-05-21T17:53:33.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-05-21T17:53:33.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43572026-05-21T17:53:33.381Z
43582026-05-21T17:53:33.381Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43592026-05-21T17:53:33.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-05-21T17:53:33.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-05-21T17:53:34.153Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43622026-05-21T17:53:34.273Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43632026-05-21T17:53:34.276Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43642026-05-21T17:54:00.027Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43652026-05-21T17:54:00.414Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43662026-05-21T17:54:02.114Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43672026-05-21T17:54:02.570Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43682026-05-21T17:54:05.489Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43692026-05-21T17:54:27.976Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43702026-05-21T17:54:28.679Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43712026-05-21T17:54:30.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.92s
43722026-05-21T17:54:30.516Z
43732026-05-21T17:54:30.516Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43742026-05-21T17:54:31.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-05-21T17:54:31.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-05-21T17:54:31.239Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43772026-05-21T17:54:31.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43782026-05-21T17:54:32.112Z
43792026-05-21T17:54:32.112Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43802026-05-21T17:54:32.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-05-21T17:54:32.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-05-21T17:54:32.763Z Compiling blake3 v1.8.3
43832026-05-21T17:54:32.871Z Checking constant_time_eq v0.4.2
43842026-05-21T17:54:32.871Z Checking arrayref v0.3.9
43852026-05-21T17:54:32.874Z Checking arrayvec v0.7.6
43862026-05-21T17:54:32.891Z Checking topological-sort v0.2.2
43872026-05-21T17:54:32.891Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43882026-05-21T17:54:32.895Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43892026-05-21T17:54:32.895Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43902026-05-21T17:54:32.939Z Checking shell-words v1.1.1
43912026-05-21T17:54:33.654Z Checking omicron-zone-package v0.12.2
43922026-05-21T17:54:34.369Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43932026-05-21T17:54:35.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
43942026-05-21T17:54:35.422Z
43952026-05-21T17:54:35.422Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
43962026-05-21T17:54:35.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-05-21T17:54:35.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-05-21T17:54:36.071Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43992026-05-21T17:54:36.390Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44002026-05-21T17:54:36.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44012026-05-21T17:54:36.977Z
44022026-05-21T17:54:36.977Zinfo: running `cargo check --bins` on schema (258/276)
44032026-05-21T17:54:37.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-05-21T17:54:37.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-05-21T17:54:37.710Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44062026-05-21T17:54:38.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44072026-05-21T17:54:38.599Z
44082026-05-21T17:54:38.599Zinfo: running `cargo check --bins` on xtask (259/276)
44092026-05-21T17:54:39.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-05-21T17:54:39.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-05-21T17:54:39.050Z Checking libc v0.2.185
44122026-05-21T17:54:39.054Z Checking serde v1.0.228
44132026-05-21T17:54:39.129Z Checking zerofrom v0.1.6
44142026-05-21T17:54:39.139Z Checking bitflags v2.11.0
44152026-05-21T17:54:39.144Z Checking smallvec v1.15.1
44162026-05-21T17:54:39.150Z Checking indexmap v2.14.0
44172026-05-21T17:54:39.159Z Checking serde_json v1.0.149
44182026-05-21T17:54:39.169Z Checking scroll v0.12.0
44192026-05-21T17:54:39.233Z Checking yoke v0.8.1
44202026-05-21T17:54:39.280Z Checking num-traits v0.2.19
44212026-05-21T17:54:39.311Z Checking thiserror v1.0.69
44222026-05-21T17:54:39.389Z Checking log v0.4.29
44232026-05-21T17:54:39.400Z Checking zerovec v0.11.5
44242026-05-21T17:54:39.409Z Checking zerotrie v0.2.3
44252026-05-21T17:54:39.421Z Checking errno v0.3.14
44262026-05-21T17:54:39.522Z Checking toml_datetime v0.6.11
44272026-05-21T17:54:39.534Z Checking serde_spanned v0.6.9
44282026-05-21T17:54:39.537Z Checking rustix v1.1.3
44292026-05-21T17:54:39.643Z Checking percent-encoding v2.3.2
44302026-05-21T17:54:39.656Z Checking zerocopy v0.7.35
44312026-05-21T17:54:39.671Z Checking goblin v0.8.2
44322026-05-21T17:54:39.695Z Checking toml_edit v0.22.27
44332026-05-21T17:54:39.756Z Checking getrandom v0.4.1
44342026-05-21T17:54:39.778Z Checking form_urlencoded v1.2.2
44352026-05-21T17:54:39.798Z Checking ordered-float v2.10.1
44362026-05-21T17:54:39.826Z Checking tinystr v0.8.2
44372026-05-21T17:54:39.884Z Checking potential_utf v0.1.4
44382026-05-21T17:54:39.905Z Checking thiserror v2.0.18
44392026-05-21T17:54:40.007Z Checking icu_locale_core v2.1.1
44402026-05-21T17:54:40.018Z Checking icu_collections v2.1.1
44412026-05-21T17:54:40.018Z Checking syn v2.0.117
44422026-05-21T17:54:40.037Z Checking serde-value v0.7.0
44432026-05-21T17:54:40.154Z Checking dtrace-parser v0.2.0
44442026-05-21T17:54:40.240Z Checking thread-id v4.2.2
44452026-05-21T17:54:40.323Z Checking once_cell v1.21.3
44462026-05-21T17:54:40.341Z Checking cargo-platform v0.2.0
44472026-05-21T17:54:40.378Z Checking terminal_size v0.4.3
44482026-05-21T17:54:40.392Z Checking memmap v0.7.0
44492026-05-21T17:54:40.493Z Checking clap_builder v4.5.60
44502026-05-21T17:54:40.496Z Checking tempfile v3.25.0
44512026-05-21T17:54:40.514Z Checking textwrap v0.16.2
44522026-05-21T17:54:40.524Z Checking fs-err v3.3.0
44532026-05-21T17:54:40.556Z Checking icu_provider v2.1.1
44542026-05-21T17:54:40.681Z Checking camino-tempfile v1.4.1
44552026-05-21T17:54:40.696Z Checking tabled v0.15.0
44562026-05-21T17:54:40.718Z Checking anyhow v1.0.102
44572026-05-21T17:54:40.792Z Checking icu_properties v2.1.2
44582026-05-21T17:54:40.816Z Checking icu_normalizer v2.1.1
44592026-05-21T17:54:40.838Z Checking toml v0.8.23
44602026-05-21T17:54:40.913Z Checking macaddr v1.0.1
44612026-05-21T17:54:41.091Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44622026-05-21T17:54:41.153Z Checking cargo_toml v0.21.0
44632026-05-21T17:54:41.547Z Checking dof v0.3.0
44642026-05-21T17:54:41.598Z Checking idna_adapter v1.2.1
44652026-05-21T17:54:41.686Z Checking clap v4.5.60
44662026-05-21T17:54:41.717Z Checking idna v1.1.0
44672026-05-21T17:54:41.832Z Checking usdt-impl v0.5.0
44682026-05-21T17:54:41.942Z Checking url v2.5.8
44692026-05-21T17:54:42.077Z Checking usdt v0.5.0
44702026-05-21T17:54:42.284Z Checking cargo-util-schemas v0.8.2
44712026-05-21T17:54:42.963Z Checking cargo_metadata v0.21.0
44722026-05-21T17:54:43.562Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44732026-05-21T17:54:43.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
44742026-05-21T17:54:44.092Z
44752026-05-21T17:54:44.092Zinfo: running `cargo check --bins` on dnsadm (260/276)
44762026-05-21T17:54:44.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-05-21T17:54:44.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-05-21T17:54:44.732Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44792026-05-21T17:54:45.208Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44802026-05-21T17:54:45.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44812026-05-21T17:54:45.778Z
44822026-05-21T17:54:45.778Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44832026-05-21T17:54:46.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-05-21T17:54:46.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-05-21T17:54:46.576Z Checking polyval v0.6.2
44862026-05-21T17:54:46.697Z Checking ctr v0.9.2
44872026-05-21T17:54:46.708Z Checking ssh-encoding v0.2.0
44882026-05-21T17:54:46.708Z Checking blowfish v0.9.1
44892026-05-21T17:54:46.729Z Checking password-hash v0.4.2
44902026-05-21T17:54:46.743Z Checking p521 v0.13.3
44912026-05-21T17:54:46.746Z Checking p256 v0.13.2
44922026-05-21T17:54:46.770Z Checking russh-cryptovec v0.7.3
44932026-05-21T17:54:46.837Z Checking ghash v0.5.1
44942026-05-21T17:54:46.851Z Checking md5 v0.7.0
44952026-05-21T17:54:46.864Z Checking bcrypt-pbkdf v0.10.0
44962026-05-21T17:54:46.881Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44972026-05-21T17:54:46.897Z Checking num-bigint v0.4.6
44982026-05-21T17:54:46.950Z Checking aes-gcm v0.10.3
44992026-05-21T17:54:46.953Z Checking pbkdf2 v0.11.0
45002026-05-21T17:54:46.998Z Checking des v0.8.1
45012026-05-21T17:54:47.016Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45022026-05-21T17:54:47.019Z Checking hex-literal v0.4.1
45032026-05-21T17:54:47.099Z Checking ssh-cipher v0.2.0
45042026-05-21T17:54:47.134Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45052026-05-21T17:54:47.137Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45062026-05-21T17:54:47.162Z Checking socket2 v0.5.10
45072026-05-21T17:54:47.165Z Checking internet-checksum v0.2.1
45082026-05-21T17:54:47.268Z Checking ssh-key v0.6.7
45092026-05-21T17:54:47.402Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45102026-05-21T17:54:47.903Z Checking russh-keys v0.45.0
45112026-05-21T17:54:48.452Z Checking russh v0.45.0
45122026-05-21T17:55:04.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.85s
45132026-05-21T17:55:04.841Z
45142026-05-21T17:55:04.841Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45152026-05-21T17:55:05.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-05-21T17:55:05.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-05-21T17:55:05.479Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45182026-05-21T17:55:05.588Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45192026-05-21T17:55:05.594Z Checking termios v0.3.3
45202026-05-21T17:55:06.795Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45212026-05-21T17:55:06.944Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45222026-05-21T17:55:08.713Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45232026-05-21T17:55:09.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
45242026-05-21T17:55:09.451Z
45252026-05-21T17:55:09.451Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45262026-05-21T17:55:09.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-05-21T17:55:09.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-05-21T17:55:10.151Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45292026-05-21T17:55:10.154Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45302026-05-21T17:55:10.273Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45312026-05-21T17:55:10.276Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45322026-05-21T17:55:10.286Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45332026-05-21T17:55:10.289Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45342026-05-21T17:55:11.009Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45352026-05-21T17:55:11.373Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45362026-05-21T17:55:11.376Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45372026-05-21T17:55:11.996Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45382026-05-21T17:55:13.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45392026-05-21T17:55:13.813Z
45402026-05-21T17:55:13.813Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45412026-05-21T17:55:14.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-05-21T17:55:14.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-05-21T17:55:14.440Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45442026-05-21T17:55:14.886Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45452026-05-21T17:55:15.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45462026-05-21T17:55:15.391Z
45472026-05-21T17:55:15.391Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45482026-05-21T17:55:15.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-05-21T17:55:15.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-05-21T17:55:15.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45512026-05-21T17:55:15.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45522026-05-21T17:55:15.967Z
45532026-05-21T17:55:15.967Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45542026-05-21T17:55:16.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-05-21T17:55:16.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-05-21T17:55:16.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45572026-05-21T17:55:16.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45582026-05-21T17:55:16.545Z
45592026-05-21T17:55:16.545Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45602026-05-21T17:55:17.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45612026-05-21T17:55:17.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45622026-05-21T17:55:17.280Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45632026-05-21T17:55:17.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45642026-05-21T17:55:18.068Z
45652026-05-21T17:55:18.068Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45662026-05-21T17:55:18.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-05-21T17:55:18.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-05-21T17:55:18.707Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45692026-05-21T17:55:18.710Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45702026-05-21T17:55:18.986Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45712026-05-21T17:55:18.986Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45722026-05-21T17:55:19.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
45732026-05-21T17:55:19.965Z
45742026-05-21T17:55:19.965Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45752026-05-21T17:55:20.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45762026-05-21T17:55:20.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45772026-05-21T17:55:20.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45782026-05-21T17:55:20.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45792026-05-21T17:55:20.549Z
45802026-05-21T17:55:20.549Zinfo: running `cargo check --bins` on omicron-package (270/276)
45812026-05-21T17:55:21.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-05-21T17:55:21.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-05-21T17:55:21.221Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45842026-05-21T17:55:22.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
45852026-05-21T17:55:22.474Z
45862026-05-21T17:55:22.474Zinfo: running `cargo check --bins` on tqdb (271/276)
45872026-05-21T17:55:23.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-05-21T17:55:23.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-05-21T17:55:23.241Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45902026-05-21T17:55:23.591Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45912026-05-21T17:55:24.098Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45922026-05-21T17:55:24.101Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45932026-05-21T17:55:29.965Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45942026-05-21T17:55:29.968Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45952026-05-21T17:55:30.532Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45962026-05-21T17:55:30.537Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45972026-05-21T17:55:30.537Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45982026-05-21T17:55:30.538Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45992026-05-21T17:55:31.287Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46002026-05-21T17:55:32.255Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46012026-05-21T17:55:33.021Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46022026-05-21T17:55:33.629Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46032026-05-21T17:55:37.828Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46042026-05-21T17:55:44.117Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46052026-05-21T17:55:44.120Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46062026-05-21T17:55:44.120Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46072026-05-21T17:55:44.120Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46082026-05-21T17:55:45.568Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46092026-05-21T17:55:46.907Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46102026-05-21T17:55:47.584Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46112026-05-21T17:55:48.820Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46122026-05-21T17:55:49.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.88s
46132026-05-21T17:55:49.576Z
46142026-05-21T17:55:49.576Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46152026-05-21T17:55:50.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-05-21T17:55:50.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-05-21T17:55:50.279Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46182026-05-21T17:55:50.279Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46192026-05-21T17:55:50.282Z Checking rtoolbox v0.0.3
46202026-05-21T17:55:50.409Z Checking tui-tree-widget v0.23.1
46212026-05-21T17:55:50.507Z Checking rpassword v7.4.0
46222026-05-21T17:55:51.530Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46232026-05-21T17:55:54.560Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46242026-05-21T17:55:56.383Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46252026-05-21T17:55:57.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.69s
46262026-05-21T17:55:57.478Z
46272026-05-21T17:55:57.478Zinfo: running `cargo check --bins` on wicket (273/276)
46282026-05-21T17:55:58.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-21T17:55:58.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-21T17:55:58.164Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46312026-05-21T17:55:58.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46322026-05-21T17:55:58.716Z
46332026-05-21T17:55:58.716Zinfo: running `cargo check --bins` on wicketd (274/276)
46342026-05-21T17:55:59.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-05-21T17:55:59.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-05-21T17:55:59.428Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46372026-05-21T17:55:59.428Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46382026-05-21T17:55:59.431Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46392026-05-21T17:55:59.431Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46402026-05-21T17:56:00.412Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46412026-05-21T17:56:00.974Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46422026-05-21T17:56:03.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
46432026-05-21T17:56:04.105Z
46442026-05-21T17:56:04.105Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46452026-05-21T17:56:04.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-05-21T17:56:04.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-05-21T17:56:04.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46482026-05-21T17:56:04.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46492026-05-21T17:56:04.689Z
46502026-05-21T17:56:04.689Zinfo: running `cargo check --bins` on zone-setup (276/276)
46512026-05-21T17:56:05.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-05-21T17:56:05.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-05-21T17:56:05.358Z Checking uzers v0.12.2
46542026-05-21T17:56:05.628Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46552026-05-21T17:56:06.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46562026-05-21T17:56:06.578Z
46572026-05-21T17:56:06.578Zreal 13:43.432678637
46582026-05-21T17:56:06.578Zuser 20:15.573222066
46592026-05-21T17:56:06.578Zsys 4:14.295139331
46602026-05-21T17:56:06.581Ztrap 0.322786873
46612026-05-21T17:56:06.581Ztflt 1.069726063
46622026-05-21T17:56:06.581Zdflt 1.470275141
46632026-05-21T17:56:06.581Zkflt 0.003358182
46642026-05-21T17:56:06.581Zlock 1:15:29.352374979
46652026-05-21T17:56:06.581Zslp 1:37:42.211181012
46662026-05-21T17:56:06.581Zlat 57.394105406
46672026-05-21T17:56:06.581Zstop 3:40.551959099
46682026-05-21T17:56:06.581Zprocess exited: duration 957696 ms, exit code 0
 
46692026-05-21T17:56:06.588Zfound 0 output files