01KQATV2JG3PFVCD5R04HZ83K5: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KQATVPCNFYCEKWYENPBGQVAC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-28T20:01:22.446Zjob assigned to worker 01KQATVXB1YTPG7HAW3SVGVHXT [factory aws, i-0b0d22ce280cbac7d] (queued for 48 s)
 
22026-04-28T20:01:29.174Zstarting task 0: "setup"
32026-04-28T20:01:29.179Z++ uname -s
42026-04-28T20:01:29.182Z+ kern=SunOS
52026-04-28T20:01:29.182Z+ build_user=build
62026-04-28T20:01:29.182Z+ build_uid=12345
72026-04-28T20:01:29.182Z+ work_dir=/work
82026-04-28T20:01:29.182Z+ input_dir=/input
92026-04-28T20:01:29.182Z+ [[ 0 == 12345 ]]
102026-04-28T20:01:29.182Z+ case "$kern" in
112026-04-28T20:01:29.182Z+ groupadd -g 12345 build
122026-04-28T20:01:29.185Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-28T20:01:31.189Z+ zfs create -o mountpoint=/work rpool/work
142026-04-28T20:01:31.302Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-28T20:01:31.305Z+ home_fs=zfs
162026-04-28T20:01:31.305Z+ [[ zfs == autofs ]]
172026-04-28T20:01:31.305Z+ mkdir -p /home/build
182026-04-28T20:01:31.305Z+ chown build:build /home/build /work
192026-04-28T20:01:33.307Z+ chmod 0700 /home/build /work
202026-04-28T20:01:33.310Zprocess exited: duration 4137 ms, exit code 0
 
212026-04-28T20:01:33.316Zstarting task 1: "rust-toolchain"
222026-04-28T20:01:33.320Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-28T20:01:33.320Z * rust toolchain channel = "1.94.0"
242026-04-28T20:01:33.320Z * rust toolchain profile = "default"
252026-04-28T20:01:33.320Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-28T20:01:33.320Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-28T20:01:33.321Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-28T20:01:33.323Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-28T20:01:33.323Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-28T20:01:33.442Zinfo: downloading installer
312026-04-28T20:01:34.784Zwarn: It looks like you have an existing installation of Rust at:
322026-04-28T20:01:34.784Zwarn: /opt/ooce/bin
332026-04-28T20:01:34.784Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-28T20:01:34.784Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-28T20:01:34.784Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-28T20:01:34.784Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-28T20:01:34.784Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-28T20:01:34.787Zerror: cannot install while Rust is installed
392026-04-28T20:01:34.788Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-28T20:01:34.788Zwarn: It looks like you have an existing rustup settings file at:
412026-04-28T20:01:34.788Zwarn: /home/build/.rustup/settings.toml
422026-04-28T20:01:34.788Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-28T20:01:34.788Zwarn: instead of the one inferred from the default host triple.
442026-04-28T20:01:34.798Zinfo: profile set to default
452026-04-28T20:01:34.798Zinfo: default host triple is x86_64-unknown-illumos
462026-04-28T20:01:34.801Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-28T20:01:34.944Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-28T20:01:34.947Zinfo: downloading 6 components
492026-04-28T20:01:49.355Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-28T20:01:49.355Z
512026-04-28T20:01:49.384Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-28T20:01:49.384Z
532026-04-28T20:01:49.384Z
542026-04-28T20:01:49.388ZRust is installed now. Great!
552026-04-28T20:01:49.388Z
562026-04-28T20:01:49.388ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-28T20:01:49.388Zenvironment variable. This has not been done automatically.
582026-04-28T20:01:49.388Z
592026-04-28T20:01:49.388ZTo configure your current shell, you need to source
602026-04-28T20:01:49.388Zthe corresponding env file under $HOME/.cargo.
612026-04-28T20:01:49.388Z
622026-04-28T20:01:49.388ZThis is usually done by running one of the following (note the leading DOT):
632026-04-28T20:01:49.388Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-28T20:01:49.388Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-28T20:01:49.388Zsource "~/.cargo/env.nu" # For nushell
662026-04-28T20:01:49.388Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-28T20:01:49.388Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-28T20:01:49.388Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-28T20:01:49.388Zwarn: no default linker (`cc`) was found in your PATH
702026-04-28T20:01:49.388Zwarn: many Rust crates require a system C toolchain to build
712026-04-28T20:01:49.472Z+ rustup --version
722026-04-28T20:01:49.481Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-28T20:01:49.484Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-28T20:01:49.503Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-28T20:01:49.508Z+ cargo --version
762026-04-28T20:01:49.518Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-28T20:01:49.521Z+ rustc --version
782026-04-28T20:01:49.541Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-28T20:01:49.551Zprocess exited: duration 16224 ms, exit code 0
 
802026-04-28T20:01:49.557Zstarting task 2: "authentication"
812026-04-28T20:01:49.575Zprocess exited: duration 17 ms, exit code 0
 
822026-04-28T20:01:49.586Zstarting task 3: "clone repository"
832026-04-28T20:01:49.589Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-28T20:01:49.592Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-28T20:01:49.623ZCloning into '/work/oxidecomputer/omicron'...
862026-04-28T20:01:58.814Z+ cd /work/oxidecomputer/omicron
872026-04-28T20:01:58.814Z+ git fetch origin 9a4f1a39c6b7f8d5862db1de5c20a352c49d2e9d
882026-04-28T20:01:59.170ZFrom https://github.com/oxidecomputer/omicron
892026-04-28T20:01:59.170Z * branch 9a4f1a39c6b7f8d5862db1de5c20a352c49d2e9d -> FETCH_HEAD
902026-04-28T20:01:59.181Z+ [[ -n john/bootstore-external-networking-gen ]]
912026-04-28T20:01:59.181Z++ git branch --show-current
922026-04-28T20:01:59.184Z+ current=main
932026-04-28T20:01:59.184Z+ [[ main != john/bootstore-external-networking-gen ]]
942026-04-28T20:01:59.184Z+ git branch -f john/bootstore-external-networking-gen 9a4f1a39c6b7f8d5862db1de5c20a352c49d2e9d
952026-04-28T20:01:59.187Z+ git checkout -f john/bootstore-external-networking-gen
962026-04-28T20:01:59.407ZSwitched to branch 'john/bootstore-external-networking-gen'
972026-04-28T20:01:59.409Z+ git reset --hard 9a4f1a39c6b7f8d5862db1de5c20a352c49d2e9d
982026-04-28T20:01:59.447ZHEAD is now at 9a4f1a39c add unit tests for does_bootstore_need_update()
992026-04-28T20:01:59.450Zprocess exited: duration 9861 ms, exit code 0
 
1002026-04-28T20:01:59.456Zstarting task 4: "build"
1012026-04-28T20:01:59.460Z+ source .github/buildomat/ci-env.sh
1022026-04-28T20:01:59.460Z++ export CARGO_TERM_COLOR=always
1032026-04-28T20:01:59.460Z++ CARGO_TERM_COLOR=always
1042026-04-28T20:01:59.460Z+ cargo --version
1052026-04-28T20:01:59.471Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-28T20:01:59.473Z+ rustc --version
1072026-04-28T20:01:59.493Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-28T20:01:59.496Z+ source ./env.sh
1092026-04-28T20:01:59.496Z++ OLD_SHELL_OPTS=ehxB
1102026-04-28T20:01:59.496Z++ set -o xtrace
1112026-04-28T20:01:59.499Z++++ dirname ./env.sh
1122026-04-28T20:01:59.499Z+++ readlink -f .
1132026-04-28T20:01:59.502Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-28T20:01:59.502Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-28T20:01:59.502Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-28T20:01:59.502Z++ 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
1172026-04-28T20:01:59.502Z++ 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
1182026-04-28T20:01:59.502Z++ 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
1192026-04-28T20:01:59.502Z++ 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
1202026-04-28T20:01:59.502Z++ 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
1212026-04-28T20:01:59.502Z++ 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
1222026-04-28T20:01:59.502Z++ case $OLD_SHELL_OPTS in
1232026-04-28T20:01:59.502Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-28T20:01:59.502Z+ 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
1252026-04-28T20:01:59.502Z+ 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
1262026-04-28T20:01:59.502Z+ banner prerequisites
1272026-04-28T20:01:59.506Z
1282026-04-28T20:01:59.506Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-28T20:01:59.506Z # # # # # # # # # # # # # # #
1302026-04-28T20:01:59.506Z # # # # ##### # # ##### # # # # # #### #
1312026-04-28T20:01:59.506Z ##### ##### # ##### # # # # # # # # #
1322026-04-28T20:01:59.506Z # # # # # # # # # # # # # # #
1332026-04-28T20:01:59.506Z # # # ###### # # ###### ### # #### # #### #
1342026-04-28T20:01:59.506Z
1352026-04-28T20:01:59.507Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-28T20:02:09.259Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-28T20:02:16.737Z Startup: Caching catalogs ... Done
1382026-04-28T20:02:23.259ZPlanning: Solver setup ... Done (4.960s)
1392026-04-28T20:02:23.293ZPlanning: Running solver ... Done (0.034s)
1402026-04-28T20:02:23.429ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-28T20:02:23.441ZPlanning: Fetching manifests: 0/5 0% complete
1422026-04-28T20:02:23.581ZPlanning: Fetching manifests: 5/5 100% complete
1432026-04-28T20:02:23.619ZPlanning: Package planning ... Done (0.038s)
1442026-04-28T20:02:23.654ZPlanning: Merging actions ... Done (0.035s)
1452026-04-28T20:02:23.834ZPlanning: Checking for conflicting actions ... Done (0.180s)
1462026-04-28T20:02:23.843ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-04-28T20:02:24.611ZPlanning: Evaluating mediators ... Done (0.767s)
1482026-04-28T20:02:24.618ZPlanning: Planning completed in 7.72 seconds
1492026-04-28T20:02:24.631Z Packages to install: 5
1502026-04-28T20:02:24.631Z Mediators to change: 3
1512026-04-28T20:02:24.634Z Services to change: 1
1522026-04-28T20:02:24.634Z Estimated space available: 155.35 GB
1532026-04-28T20:02:24.634ZEstimated space to be consumed: 1.89 GB
1542026-04-28T20:02:24.634Z Create boot environment: No
1552026-04-28T20:02:24.634ZCreate backup boot environment: No
1562026-04-28T20:02:24.634Z Rebuild boot archive: No
1572026-04-28T20:02:24.634Z
1582026-04-28T20:02:24.634ZChanged mediators:
1592026-04-28T20:02:24.634Z mediator clang:
1602026-04-28T20:02:24.634Z version: None -> 15 (system default)
1612026-04-28T20:02:24.634Z
1622026-04-28T20:02:24.634Z mediator llvm:
1632026-04-28T20:02:24.634Z version: 14 (system default) -> 15 (system default)
1642026-04-28T20:02:24.634Z
1652026-04-28T20:02:24.634Z mediator postgresql:
1662026-04-28T20:02:24.634Z version: 15 (system default) -> 18 (system default)
1672026-04-28T20:02:24.634Z
1682026-04-28T20:02:24.634ZChanged packages:
1692026-04-28T20:02:24.634Zhelios-dev
1702026-04-28T20:02:24.634Z developer/build-essential
1712026-04-28T20:02:24.634Z None -> 11-2.0
1722026-04-28T20:02:24.634Z library/libxmlsec1
1732026-04-28T20:02:24.634Z None -> 1.2.35-2.0
1742026-04-28T20:02:24.634Z ooce/developer/clang-15
1752026-04-28T20:02:24.634Z None -> 15.0.7-2.0
1762026-04-28T20:02:24.634Z ooce/developer/llvm-15
1772026-04-28T20:02:24.634Z None -> 15.0.7-2.0
1782026-04-28T20:02:24.634Z ooce/library/postgresql-18
1792026-04-28T20:02:24.634Z None -> 18.1-2.0
1802026-04-28T20:02:24.634Z
1812026-04-28T20:02:24.634ZServices:
1822026-04-28T20:02:24.634Z restart_fmri:
1832026-04-28T20:02:24.634Z svc:/system/update-man-index:default
1842026-04-28T20:02:24.675Z
1852026-04-28T20:02:24.675ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-04-28T20:02:29.677ZDownload: 2486/4272 items 120.0/219.0MB 54% complete (24.2M/s)
1872026-04-28T20:02:33.778ZDownload: Completed 218.99 MB in 9.10 seconds (24.1M/s)
1882026-04-28T20:02:34.083Z Actions: 1/4789 actions (Installing new actions)
1892026-04-28T20:02:37.432Z Actions: Completed 4789 actions in 3.35 seconds.
1902026-04-28T20:02:37.753Z Done (0.314s)
1912026-04-28T20:02:37.753Z Done (0.000s)
1922026-04-28T20:02:38.492Z Done (0.741s)
1932026-04-28T20:02:41.600Z Done (2.754s)
1942026-04-28T20:02:41.674Z Done (0.013s)
1952026-04-28T20:02:41.678Z Done (0.000s)
1962026-04-28T20:02:42.007Z Done (0.000s)
1972026-04-28T20:02:42.855ZPlanning: Evaluating mediator changes ... Done
1982026-04-28T20:02:42.963ZPlanning: Checking for conflicting actions ... Done
1992026-04-28T20:02:42.966ZPlanning: Consolidating action changes ... Done
2002026-04-28T20:02:43.125ZPlanning: Evaluating mediators ... Done
2012026-04-28T20:02:43.128ZPlanning: Planning completed in 0.27 seconds
2022026-04-28T20:02:43.148Z Mediators to change: 2
2032026-04-28T20:02:43.148Z Create boot environment: No
2042026-04-28T20:02:43.148ZCreate backup boot environment: No
2052026-04-28T20:02:43.225Z Done
2062026-04-28T20:02:43.225Z Done
2072026-04-28T20:02:43.882Z Done
2082026-04-28T20:02:46.385Z Done
2092026-04-28T20:02:46.467Z Done
2102026-04-28T20:02:46.470Z Done
2112026-04-28T20:02:46.623Z Done
2122026-04-28T20:02:46.887ZPlanning: Evaluating mediator changes ... Done
2132026-04-28T20:02:46.994ZPlanning: Checking for conflicting actions ... Done
2142026-04-28T20:02:46.998ZPlanning: Consolidating action changes ... Done
2152026-04-28T20:02:47.155ZPlanning: Evaluating mediators ... Done
2162026-04-28T20:02:47.158ZPlanning: Planning completed in 0.27 seconds
2172026-04-28T20:02:47.177Z Mediators to change: 1
2182026-04-28T20:02:47.177Z Create boot environment: No
2192026-04-28T20:02:47.177ZCreate backup boot environment: No
2202026-04-28T20:02:47.241Z Done
2212026-04-28T20:02:47.241Z Done
2222026-04-28T20:02:47.874Z Done
2232026-04-28T20:02:50.362Z Done
2242026-04-28T20:02:50.436Z Done
2252026-04-28T20:02:50.436Z Done
2262026-04-28T20:02:50.569Z Done
2272026-04-28T20:02:50.860ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-04-28T20:02:50.860Zclang system 15 system
2292026-04-28T20:02:50.860Zcsh system system illumos
2302026-04-28T20:02:50.860Zctags system system illumos
2312026-04-28T20:02:50.860Zfile system system illumos
2322026-04-28T20:02:50.860Zgcc vendor 12 vendor
2332026-04-28T20:02:50.860Zgcc system 14 system
2342026-04-28T20:02:50.860Zgcc system 10 system
2352026-04-28T20:02:50.860Zgo system 1.20 system
2362026-04-28T20:02:50.860Zgo system 1.19 system
2372026-04-28T20:02:50.860Zllvm system 15 system
2382026-04-28T20:02:50.860Zllvm system 14 system
2392026-04-28T20:02:50.860Zmariadb system 10.6 system
2402026-04-28T20:02:50.860Zmta vendor vendor dma
2412026-04-28T20:02:50.860Zopenjdk system 17 system
2422026-04-28T20:02:50.860Zopenjdk system 11 system
2432026-04-28T20:02:50.860Zopenjdk system 1.8 system
2442026-04-28T20:02:50.860Zopenssl vendor 3 vendor
2452026-04-28T20:02:50.860Zperl system 5.36 system
2462026-04-28T20:02:50.860Zpostgresql system 18 system
2472026-04-28T20:02:50.860Zpostgresql system 15 system
2482026-04-28T20:02:50.860Zpostgresql system 13 system
2492026-04-28T20:02:50.861Zpython vendor 3 vendor
2502026-04-28T20:02:50.861Zpython system 2 system
2512026-04-28T20:02:50.861Zpython3 system 3.11 system
2522026-04-28T20:02:50.861Zruby system 3.0 system
2532026-04-28T20:02:50.861Zwords vendor vendor american-english
2542026-04-28T20:02:50.861Zwords system system australian-english
2552026-04-28T20:02:50.861Zwords system system british-english
2562026-04-28T20:02:50.861Zwords system system canadian-english
2572026-04-28T20:02:50.861Zwords system system french
2582026-04-28T20:02:50.861Zwords system system italian
2592026-04-28T20:02:50.861Zwords system system ngerman
2602026-04-28T20:02:50.861Zwords system system ogerman
2612026-04-28T20:02:50.861Zwords system system spanish
2622026-04-28T20:02:51.088ZPUBLISHER TYPE STATUS P LOCATION
2632026-04-28T20:02:51.088Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-04-28T20:02:55.734ZFMRI IFO
2652026-04-28T20:02:55.734Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-04-28T20:02:55.734Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-04-28T20:02:55.734Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-04-28T20:02:55.734Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-04-28T20:02:55.734Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-04-28T20:02:55.734Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-04-28T20:02:55.734Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2722026-04-28T20:02:55.735Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2732026-04-28T20:02:55.735Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-04-28T20:02:55.735Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-04-28T20:02:55.735Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-04-28T20:02:55.735Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-04-28T20:02:55.735Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-04-28T20:02:55.735Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-04-28T20:02:55.735Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-04-28T20:02:55.735Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-04-28T20:02:55.735Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-04-28T20:02:56.866Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-04-28T20:02:57.190Z Updating crates.io index
2842026-04-28T20:02:57.244Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-04-28T20:02:58.034Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-04-28T20:02:58.504Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-04-28T20:02:59.180Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-04-28T20:02:59.925Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-04-28T20:03:00.514Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-04-28T20:03:01.862Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-04-28T20:03:02.814Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-04-28T20:03:03.115Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-04-28T20:03:04.063Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-04-28T20:03:04.514Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-04-28T20:03:04.912Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-04-28T20:03:05.291Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-04-28T20:03:06.207Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-04-28T20:03:06.747Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-04-28T20:03:07.236Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-04-28T20:03:07.706Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-04-28T20:03:08.189Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-04-28T20:03:08.614Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-04-28T20:03:08.898Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-04-28T20:03:09.152Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-04-28T20:03:09.563Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-04-28T20:03:09.985Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-04-28T20:03:10.491Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-04-28T20:03:10.878Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-04-28T20:03:11.438Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-04-28T20:03:12.391Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-04-28T20:03:12.986Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-04-28T20:03:13.545Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-04-28T20:03:14.001Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-04-28T20:03:14.490Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-04-28T20:03:14.817Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-04-28T20:03:15.166Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-04-28T20:03:15.663Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-04-28T20:03:15.937Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-04-28T20:03:16.206Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-04-28T20:03:16.486Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-04-28T20:03:16.876Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-04-28T20:03:28.897Z Downloading crates ...
3232026-04-28T20:03:28.954Z Downloaded anstyle-query v1.1.5
3242026-04-28T20:03:28.958Z Downloaded crypto-common v0.1.7
3252026-04-28T20:03:28.964Z Downloaded dtrace-parser v0.2.0
3262026-04-28T20:03:28.967Z Downloaded anstream v0.6.21
3272026-04-28T20:03:28.967Z Downloaded serde_spanned v0.6.9
3282026-04-28T20:03:28.973Z Downloaded heck v0.5.0
3292026-04-28T20:03:28.976Z Downloaded cargo_toml v0.21.0
3302026-04-28T20:03:28.976Z Downloaded is_terminal_polyfill v1.70.2
3312026-04-28T20:03:28.979Z Downloaded textwrap v0.16.2
3322026-04-28T20:03:28.982Z Downloaded unicode-linebreak v0.1.5
3332026-04-28T20:03:28.982Z Downloaded zmij v1.0.21
3342026-04-28T20:03:28.985Z Downloaded anstyle v1.0.13
3352026-04-28T20:03:28.988Z Downloaded unicode-xid v0.2.6
3362026-04-28T20:03:28.991Z Downloaded zerofrom-derive v0.1.6
3372026-04-28T20:03:28.994Z Downloaded anstyle-parse v0.2.7
3382026-04-28T20:03:28.994Z Downloaded thiserror v2.0.18
3392026-04-28T20:03:28.997Z Downloaded clap_lex v1.0.0
3402026-04-28T20:03:29.000Z Downloaded thread-id v4.2.2
3412026-04-28T20:03:29.000Z Downloaded typeid v1.0.3
3422026-04-28T20:03:29.000Z Downloaded fnv v1.0.7
3432026-04-28T20:03:29.000Z Downloaded block-buffer v0.10.4
3442026-04-28T20:03:29.003Z Downloaded toml_write v0.1.2
3452026-04-28T20:03:29.003Z Downloaded zerovec-derive v0.11.2
3462026-04-28T20:03:29.003Z Downloaded thiserror-impl v1.0.69
3472026-04-28T20:03:29.004Z Downloaded serde_core v1.0.228
3482026-04-28T20:03:29.006Z Downloaded smallvec v1.15.1
3492026-04-28T20:03:29.009Z Downloaded yoke-derive v0.8.1
3502026-04-28T20:03:29.009Z Downloaded zerofrom v0.1.6
3512026-04-28T20:03:29.009Z Downloaded papergrid v0.11.0
3522026-04-28T20:03:29.012Z Downloaded icu_properties v2.1.2
3532026-04-28T20:03:29.015Z Downloaded usdt-macro v0.5.0
3542026-04-28T20:03:29.015Z Downloaded cargo-platform v0.2.0
3552026-04-28T20:03:29.015Z Downloaded macaddr v1.0.1
3562026-04-28T20:03:29.015Z Downloaded yoke v0.8.1
3572026-04-28T20:03:29.018Z Downloaded thiserror-impl v2.0.18
3582026-04-28T20:03:29.018Z Downloaded synstructure v0.13.2
3592026-04-28T20:03:29.018Z Downloaded tinystr v0.8.2
3602026-04-28T20:03:29.021Z Downloaded utf8_iter v1.0.4
3612026-04-28T20:03:29.021Z Downloaded usdt-attr-macro v0.5.0
3622026-04-28T20:03:29.021Z Downloaded toml_datetime v0.6.11
3632026-04-28T20:03:29.021Z Downloaded tabled_derive v0.7.0
3642026-04-28T20:03:29.024Z Downloaded writeable v0.6.2
3652026-04-28T20:03:29.024Z Downloaded proc-macro-error-attr v1.0.4
3662026-04-28T20:03:29.024Z Downloaded autocfg v1.5.0
3672026-04-28T20:03:29.025Z Downloaded usdt-impl v0.5.0
3682026-04-28T20:03:29.028Z Downloaded usdt v0.5.0
3692026-04-28T20:03:29.028Z Downloaded version_check v0.9.5
3702026-04-28T20:03:29.028Z Downloaded zerocopy-derive v0.7.35
3712026-04-28T20:03:29.030Z Downloaded pretty-hex v0.4.1
3722026-04-28T20:03:29.030Z Downloaded camino-tempfile v1.4.1
3732026-04-28T20:03:29.033Z Downloaded pest_derive v2.8.6
3742026-04-28T20:03:29.033Z Downloaded once_cell v1.21.3
3752026-04-28T20:03:29.040Z Downloaded unicode-ident v1.0.24
3762026-04-28T20:03:29.043Z Downloaded utf8parse v0.2.2
3772026-04-28T20:03:29.043Z Downloaded ucd-trie v0.1.7
3782026-04-28T20:03:29.046Z Downloaded toml v0.8.23
3792026-04-28T20:03:29.049Z Downloaded dof v0.3.0
3802026-04-28T20:03:29.052Z Downloaded toml_edit v0.22.27
3812026-04-28T20:03:29.055Z Downloaded terminal_size v0.4.3
3822026-04-28T20:03:29.058Z Downloaded serde_tokenstream v0.2.3
3832026-04-28T20:03:29.058Z Downloaded cargo_metadata v0.21.0
3842026-04-28T20:03:29.061Z Downloaded clap_derive v4.5.55
3852026-04-28T20:03:29.061Z Downloaded zerotrie v0.2.3
3862026-04-28T20:03:29.064Z Downloaded memchr v2.8.0
3872026-04-28T20:03:29.068Z Downloaded stable_deref_trait v1.2.1
3882026-04-28T20:03:29.068Z Downloaded heck v0.4.1
3892026-04-28T20:03:29.068Z Downloaded serde-untagged v0.1.9
3902026-04-28T20:03:29.071Z Downloaded url v2.5.8
3912026-04-28T20:03:29.071Z Downloaded smawk v0.3.2
3922026-04-28T20:03:29.071Z Downloaded quote v1.0.44
3932026-04-28T20:03:29.074Z Downloaded typenum v1.19.0
3942026-04-28T20:03:29.074Z Downloaded swrite v0.1.0
3952026-04-28T20:03:29.074Z Downloaded winnow v0.7.14
3962026-04-28T20:03:29.079Z Downloaded plain v0.2.3
3972026-04-28T20:03:29.081Z Downloaded zerovec v0.11.5
3982026-04-28T20:03:29.084Z Downloaded zerocopy v0.7.35
3992026-04-28T20:03:29.091Z Downloaded semver v1.0.27
4002026-04-28T20:03:29.094Z Downloaded idna_adapter v1.2.1
4012026-04-28T20:03:29.094Z Downloaded scroll v0.12.0
4022026-04-28T20:03:29.094Z Downloaded fs-err v3.3.0
4032026-04-28T20:03:29.097Z Downloaded fastrand v2.3.0
4042026-04-28T20:03:29.097Z Downloaded potential_utf v0.1.4
4052026-04-28T20:03:29.097Z Downloaded unicode-width v0.2.0
4062026-04-28T20:03:29.100Z Downloaded strsim v0.11.1
4072026-04-28T20:03:29.103Z Downloaded equivalent v1.0.2
4082026-04-28T20:03:29.103Z Downloaded unicode-width v0.1.14
4092026-04-28T20:03:29.106Z Downloaded erased-serde v0.4.9
4102026-04-28T20:03:29.106Z Downloaded percent-encoding v2.3.2
4112026-04-28T20:03:29.106Z Downloaded generic-array v0.14.7
4122026-04-28T20:03:29.109Z Downloaded form_urlencoded v1.2.2
4132026-04-28T20:03:29.109Z Downloaded memmap v0.7.0
4142026-04-28T20:03:29.112Z Downloaded displaydoc v0.2.5
4152026-04-28T20:03:29.112Z Downloaded ordered-float v2.10.1
4162026-04-28T20:03:29.115Z Downloaded colorchoice v1.0.4
4172026-04-28T20:03:29.118Z Downloaded errno v0.3.14
4182026-04-28T20:03:29.121Z Downloaded serde-value v0.7.0
4192026-04-28T20:03:29.121Z Downloaded itoa v1.0.17
4202026-04-28T20:03:29.121Z Downloaded scroll_derive v0.12.1
4212026-04-28T20:03:29.125Z Downloaded cfg-if v1.0.4
4222026-04-28T20:03:29.128Z Downloaded thiserror v1.0.69
4232026-04-28T20:03:29.131Z Downloaded proc-macro-error v1.0.4
4242026-04-28T20:03:29.137Z Downloaded cargo-util-schemas v0.8.2
4252026-04-28T20:03:29.139Z Downloaded cpufeatures v0.2.17
4262026-04-28T20:03:29.143Z Downloaded byteorder v1.5.0
4272026-04-28T20:03:29.151Z Downloaded litemap v0.8.1
4282026-04-28T20:03:29.153Z Downloaded digest v0.10.7
4292026-04-28T20:03:29.156Z Downloaded bytecount v0.6.9
4302026-04-28T20:03:29.161Z Downloaded pest_generator v2.8.6
4312026-04-28T20:03:29.163Z Downloaded camino v1.2.2
4322026-04-28T20:03:29.166Z Downloaded serde_derive v1.0.228
4332026-04-28T20:03:29.169Z Downloaded hashbrown v0.16.1
4342026-04-28T20:03:29.175Z Downloaded tempfile v3.25.0
4352026-04-28T20:03:29.178Z Downloaded proc-macro2 v1.0.106
4362026-04-28T20:03:29.178Z Downloaded anyhow v1.0.102
4372026-04-28T20:03:29.181Z Downloaded icu_provider v2.1.1
4382026-04-28T20:03:29.184Z Downloaded log v0.4.29
4392026-04-28T20:03:29.184Z Downloaded sha2 v0.10.9
4402026-04-28T20:03:29.187Z Downloaded clap v4.5.60
4412026-04-28T20:03:29.190Z Downloaded pest_meta v2.8.6
4422026-04-28T20:03:29.196Z Downloaded getrandom v0.4.1
4432026-04-28T20:03:29.196Z Downloaded bitflags v2.11.0
4442026-04-28T20:03:29.196Z Downloaded icu_normalizer v2.1.1
4452026-04-28T20:03:29.200Z Downloaded icu_locale_core v2.1.1
4462026-04-28T20:03:29.204Z Downloaded icu_normalizer_data v2.1.1
4472026-04-28T20:03:29.206Z Downloaded num-traits v0.2.19
4482026-04-28T20:03:29.210Z Downloaded icu_collections v2.1.1
4492026-04-28T20:03:29.227Z Downloaded serde v1.0.228
4502026-04-28T20:03:29.241Z Downloaded indexmap v2.13.0
4512026-04-28T20:03:29.252Z Downloaded idna v1.1.0
4522026-04-28T20:03:29.262Z Downloaded clap_builder v4.5.60
4532026-04-28T20:03:29.266Z Downloaded pest v2.8.6
4542026-04-28T20:03:29.271Z Downloaded icu_properties_data v2.1.2
4552026-04-28T20:03:29.278Z Downloaded goblin v0.8.2
4562026-04-28T20:03:29.281Z Downloaded serde_json v1.0.149
4572026-04-28T20:03:29.296Z Downloaded tabled v0.15.0
4582026-04-28T20:03:29.304Z Downloaded syn v2.0.117
4592026-04-28T20:03:29.310Z Downloaded syn v1.0.109
4602026-04-28T20:03:29.327Z Downloaded rustix v1.1.3
4612026-04-28T20:03:29.354Z Downloaded libc v0.2.185
4622026-04-28T20:03:29.423Z Compiling proc-macro2 v1.0.106
4632026-04-28T20:03:29.423Z Compiling unicode-ident v1.0.24
4642026-04-28T20:03:29.423Z Compiling quote v1.0.44
4652026-04-28T20:03:29.423Z Compiling serde_core v1.0.228
4662026-04-28T20:03:29.423Z Compiling libc v0.2.185
4672026-04-28T20:03:29.423Z Compiling version_check v0.9.5
4682026-04-28T20:03:29.423Z Compiling memchr v2.8.0
4692026-04-28T20:03:29.426Z Compiling stable_deref_trait v1.2.1
4702026-04-28T20:03:29.762Z Compiling serde v1.0.228
4712026-04-28T20:03:29.779Z Compiling zmij v1.0.21
4722026-04-28T20:03:30.037Z Compiling thiserror v1.0.69
4732026-04-28T20:03:30.135Z Compiling ucd-trie v0.1.7
4742026-04-28T20:03:30.266Z Compiling autocfg v1.5.0
4752026-04-28T20:03:30.307Z Compiling itoa v1.0.17
4762026-04-28T20:03:30.394Z Compiling pest v2.8.6
4772026-04-28T20:03:30.435Z Compiling litemap v0.8.1
4782026-04-28T20:03:30.461Z Compiling writeable v0.6.2
4792026-04-28T20:03:30.530Z Compiling rustix v1.1.3
4802026-04-28T20:03:30.715Z Compiling icu_normalizer_data v2.1.1
4812026-04-28T20:03:30.907Z Compiling syn v2.0.117
4822026-04-28T20:03:30.925Z Compiling byteorder v1.5.0
4832026-04-28T20:03:30.958Z Compiling icu_properties_data v2.1.2
4842026-04-28T20:03:31.100Z Compiling errno v0.3.14
4852026-04-28T20:03:31.159Z Compiling bitflags v2.11.0
4862026-04-28T20:03:31.178Z Compiling serde_json v1.0.149
4872026-04-28T20:03:31.370Z Compiling num-traits v0.2.19
4882026-04-28T20:03:31.389Z Compiling typeid v1.0.3
4892026-04-28T20:03:31.563Z Compiling pest_meta v2.8.6
4902026-04-28T20:03:31.625Z Compiling hashbrown v0.16.1
4912026-04-28T20:03:31.679Z Compiling smallvec v1.15.1
4922026-04-28T20:03:31.715Z Compiling equivalent v1.0.2
4932026-04-28T20:03:31.910Z Compiling thread-id v4.2.2
4942026-04-28T20:03:31.978Z Compiling usdt-impl v0.5.0
4952026-04-28T20:03:31.999Z Compiling proc-macro-error-attr v1.0.4
4962026-04-28T20:03:32.063Z Compiling erased-serde v0.4.9
4972026-04-28T20:03:32.189Z Compiling indexmap v2.13.0
4982026-04-28T20:03:32.192Z Compiling toml_write v0.1.2
4992026-04-28T20:03:32.225Z Compiling winnow v0.7.14
5002026-04-28T20:03:32.408Z Compiling syn v1.0.109
5012026-04-28T20:03:32.810Z Compiling proc-macro-error v1.0.4
5022026-04-28T20:03:32.884Z Compiling percent-encoding v2.3.2
5032026-04-28T20:03:33.008Z Compiling thiserror v2.0.18
5042026-04-28T20:03:33.088Z Compiling utf8_iter v1.0.4
5052026-04-28T20:03:33.165Z Compiling utf8parse v0.2.2
5062026-04-28T20:03:33.225Z Compiling camino v1.2.2
5072026-04-28T20:03:33.243Z Compiling log v0.4.29
5082026-04-28T20:03:33.283Z Compiling getrandom v0.4.1
5092026-04-28T20:03:33.342Z Compiling plain v0.2.3
5102026-04-28T20:03:33.426Z Compiling anstyle-parse v0.2.7
5112026-04-28T20:03:33.462Z Compiling ordered-float v2.10.1
5122026-04-28T20:03:33.541Z Compiling synstructure v0.13.2
5132026-04-28T20:03:33.570Z Compiling pest_generator v2.8.6
5142026-04-28T20:03:33.626Z Compiling form_urlencoded v1.2.2
5152026-04-28T20:03:33.764Z Compiling terminal_size v0.4.3
5162026-04-28T20:03:33.912Z Compiling cfg-if v1.0.4
5172026-04-28T20:03:33.992Z Compiling colorchoice v1.0.4
5182026-04-28T20:03:34.025Z Compiling pretty-hex v0.4.1
5192026-04-28T20:03:34.107Z Compiling is_terminal_polyfill v1.70.2
5202026-04-28T20:03:34.124Z Compiling anstyle v1.0.13
5212026-04-28T20:03:34.144Z Compiling anstyle-query v1.1.5
5222026-04-28T20:03:34.144Z Compiling serde-untagged v0.1.9
5232026-04-28T20:03:34.276Z Compiling semver v1.0.27
5242026-04-28T20:03:34.355Z Compiling anstream v0.6.21
5252026-04-28T20:03:34.378Z Compiling fs-err v3.3.0
5262026-04-28T20:03:34.402Z Compiling heck v0.4.1
5272026-04-28T20:03:34.568Z Compiling unicode-xid v0.2.6
5282026-04-28T20:03:34.596Z Compiling clap_lex v1.0.0
5292026-04-28T20:03:34.630Z Compiling fastrand v2.3.0
5302026-04-28T20:03:34.647Z Compiling bytecount v0.6.9
5312026-04-28T20:03:34.666Z Compiling fnv v1.0.7
5322026-04-28T20:03:34.694Z Compiling strsim v0.11.1
5332026-04-28T20:03:34.773Z Compiling unicode-width v0.1.14
5342026-04-28T20:03:34.830Z Compiling anyhow v1.0.102
5352026-04-28T20:03:34.888Z Compiling once_cell v1.21.3
5362026-04-28T20:03:35.048Z Compiling heck v0.5.0
5372026-04-28T20:03:35.068Z Compiling tempfile v3.25.0
5382026-04-28T20:03:35.096Z Compiling papergrid v0.11.0
5392026-04-28T20:03:35.114Z Compiling clap_builder v4.5.60
5402026-04-28T20:03:35.199Z Compiling serde_derive v1.0.228
5412026-04-28T20:03:35.290Z Compiling zerofrom-derive v0.1.6
5422026-04-28T20:03:35.359Z Compiling yoke-derive v0.8.1
5432026-04-28T20:03:35.446Z Compiling zerovec-derive v0.11.2
5442026-04-28T20:03:35.731Z Compiling displaydoc v0.2.5
5452026-04-28T20:03:36.492Z Compiling thiserror-impl v1.0.69
5462026-04-28T20:03:36.586Z Compiling zerocopy-derive v0.7.35
5472026-04-28T20:03:36.601Z Compiling pest_derive v2.8.6
5482026-04-28T20:03:36.602Z Compiling scroll_derive v0.12.1
5492026-04-28T20:03:36.740Z Compiling zerofrom v0.1.6
5502026-04-28T20:03:36.865Z Compiling yoke v0.8.1
5512026-04-28T20:03:37.045Z Compiling zerovec v0.11.5
5522026-04-28T20:03:37.062Z Compiling zerotrie v0.2.3
5532026-04-28T20:03:37.270Z Compiling scroll v0.12.0
5542026-04-28T20:03:37.369Z Compiling thiserror-impl v2.0.18
5552026-04-28T20:03:37.441Z Compiling zerocopy v0.7.35
5562026-04-28T20:03:37.545Z Compiling tinystr v0.8.2
5572026-04-28T20:03:37.562Z Compiling potential_utf v0.1.4
5582026-04-28T20:03:37.736Z Compiling icu_locale_core v2.1.1
5592026-04-28T20:03:37.757Z Compiling icu_collections v2.1.1
5602026-04-28T20:03:37.873Z Compiling dtrace-parser v0.2.0
5612026-04-28T20:03:37.993Z Compiling goblin v0.8.2
5622026-04-28T20:03:38.223Z Compiling tabled_derive v0.7.0
5632026-04-28T20:03:38.259Z Compiling clap_derive v4.5.55
5642026-04-28T20:03:38.620Z Compiling icu_provider v2.1.1
5652026-04-28T20:03:38.638Z Compiling toml_datetime v0.6.11
5662026-04-28T20:03:38.673Z Compiling serde_spanned v0.6.9
5672026-04-28T20:03:38.690Z Compiling dof v0.3.0
5682026-04-28T20:03:38.710Z Compiling serde_tokenstream v0.2.3
5692026-04-28T20:03:38.826Z Compiling toml_edit v0.22.27
5702026-04-28T20:03:38.897Z Compiling icu_normalizer v2.1.1
5712026-04-28T20:03:38.917Z Compiling icu_properties v2.1.2
5722026-04-28T20:03:39.132Z Compiling serde-value v0.7.0
5732026-04-28T20:03:39.232Z Compiling cargo-platform v0.2.0
5742026-04-28T20:03:39.470Z Compiling memmap v0.7.0
5752026-04-28T20:03:39.494Z Compiling unicode-width v0.2.0
5762026-04-28T20:03:39.539Z Compiling unicode-linebreak v0.1.5
5772026-04-28T20:03:39.646Z Compiling smawk v0.3.2
5782026-04-28T20:03:39.666Z Compiling usdt-attr-macro v0.5.0
5792026-04-28T20:03:39.772Z Compiling idna_adapter v1.2.1
5802026-04-28T20:03:39.794Z Compiling usdt-macro v0.5.0
5812026-04-28T20:03:39.794Z Compiling textwrap v0.16.2
5822026-04-28T20:03:39.924Z Compiling idna v1.1.0
5832026-04-28T20:03:40.034Z Compiling clap v4.5.60
5842026-04-28T20:03:40.121Z Compiling tabled v0.15.0
5852026-04-28T20:03:40.278Z Compiling toml v0.8.23
5862026-04-28T20:03:40.305Z Compiling url v2.5.8
5872026-04-28T20:03:40.414Z Compiling macaddr v1.0.1
5882026-04-28T20:03:40.966Z Compiling cargo-util-schemas v0.8.2
5892026-04-28T20:03:40.995Z Compiling cargo_toml v0.21.0
5902026-04-28T20:03:41.046Z Compiling usdt v0.5.0
5912026-04-28T20:03:41.132Z Compiling camino-tempfile v1.4.1
5922026-04-28T20:03:41.287Z Compiling swrite v0.1.0
5932026-04-28T20:03:41.314Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5942026-04-28T20:03:41.897Z Compiling cargo_metadata v0.21.0
5952026-04-28T20:03:42.837Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-04-28T20:03:44.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.23s
5972026-04-28T20:03:45.155Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-04-28T20:03:45.726Z Downloading crates ...
5992026-04-28T20:03:45.833Z Downloaded array-init v0.0.4
6002026-04-28T20:03:45.838Z Downloaded aead v0.5.2
6012026-04-28T20:03:45.838Z Downloaded adler2 v2.0.1
6022026-04-28T20:03:45.838Z Downloaded bb8 v0.8.6
6032026-04-28T20:03:45.838Z Downloaded atty v0.2.14
6042026-04-28T20:03:45.838Z Downloaded bit-set v0.5.3
6052026-04-28T20:03:45.838Z Downloaded async-stream v0.3.6
6062026-04-28T20:03:45.838Z Downloaded ciborium-ll v0.2.2
6072026-04-28T20:03:45.844Z Downloaded darling_macro v0.20.11
6082026-04-28T20:03:45.844Z Downloaded cfg_aliases v0.2.1
6092026-04-28T20:03:45.844Z Downloaded crc32fast v1.5.0
6102026-04-28T20:03:45.845Z Downloaded crc v3.4.0
6112026-04-28T20:03:45.845Z Downloaded compression-core v0.4.31
6122026-04-28T20:03:45.852Z Downloaded ascii-canvas v3.0.0
6132026-04-28T20:03:45.852Z Downloaded ed25519 v2.2.3
6142026-04-28T20:03:45.852Z Downloaded darling_core v0.20.11
6152026-04-28T20:03:45.877Z Downloaded foldhash v0.2.0
6162026-04-28T20:03:45.877Z Downloaded bitfield-struct v0.6.2
6172026-04-28T20:03:45.877Z Downloaded deranged v0.5.8
6182026-04-28T20:03:45.877Z Downloaded derive-where v1.6.0
6192026-04-28T20:03:45.877Z Downloaded defmt v0.3.100
6202026-04-28T20:03:45.877Z Downloaded atomicwrites v0.4.4
6212026-04-28T20:03:45.877Z Downloaded async-recursion v1.1.1
6222026-04-28T20:03:45.877Z Downloaded assert_matches v1.5.0
6232026-04-28T20:03:45.877Z Downloaded critical-section v1.2.0
6242026-04-28T20:03:45.885Z Downloaded cbc v0.1.2
6252026-04-28T20:03:45.885Z Downloaded diesel_derives v2.3.7
6262026-04-28T20:03:45.885Z Downloaded derive_builder v0.20.2
6272026-04-28T20:03:45.885Z Downloaded arrayref v0.3.9
6282026-04-28T20:03:45.885Z Downloaded defmt-macros v1.0.1
6292026-04-28T20:03:45.885Z Downloaded futures-task v0.3.32
6302026-04-28T20:03:45.885Z Downloaded ciborium-io v0.2.2
6312026-04-28T20:03:45.885Z Downloaded darling_core v0.23.0
6322026-04-28T20:03:45.885Z Downloaded corncobs v0.1.4
6332026-04-28T20:03:45.885Z Downloaded elliptic-curve v0.13.8
6342026-04-28T20:03:45.888Z Downloaded dsl_auto_type v0.2.0
6352026-04-28T20:03:45.888Z Downloaded fxhash v0.2.1
6362026-04-28T20:03:45.888Z Downloaded ena v0.14.4
6372026-04-28T20:03:45.888Z Downloaded castaway v0.2.4
6382026-04-28T20:03:45.888Z Downloaded display-error-chain v0.2.2
6392026-04-28T20:03:45.891Z Downloaded ctr v0.9.2
6402026-04-28T20:03:45.891Z Downloaded bitflags v1.3.2
6412026-04-28T20:03:45.894Z Downloaded derive_builder_core v0.20.2
6422026-04-28T20:03:45.894Z Downloaded cstr-argument v0.1.2
6432026-04-28T20:03:45.894Z Downloaded blake2 v0.10.6
6442026-04-28T20:03:45.897Z Downloaded crunchy v0.2.4
6452026-04-28T20:03:45.897Z Downloaded fallible-iterator v0.2.0
6462026-04-28T20:03:45.897Z Downloaded const_format_proc_macros v0.2.34
6472026-04-28T20:03:45.900Z Downloaded base64ct v1.8.3
6482026-04-28T20:03:45.900Z Downloaded chacha20 v0.10.0
6492026-04-28T20:03:45.903Z Downloaded fixedbitset v0.4.2
6502026-04-28T20:03:45.903Z Downloaded bzip2 v0.6.1
6512026-04-28T20:03:45.906Z Downloaded cobs v0.3.0
6522026-04-28T20:03:45.906Z Downloaded fatfs v0.3.6
6532026-04-28T20:03:45.908Z Downloaded convert_case v0.4.0
6542026-04-28T20:03:45.908Z Downloaded fd-lock v4.0.4
6552026-04-28T20:03:45.912Z Downloaded ff v0.13.1
6562026-04-28T20:03:45.913Z Downloaded csv-core v0.1.13
6572026-04-28T20:03:45.915Z Downloaded foreign-types-shared v0.1.1
6582026-04-28T20:03:45.915Z Downloaded block-padding v0.3.3
6592026-04-28T20:03:45.915Z Downloaded async-stream-impl v0.3.6
6602026-04-28T20:03:45.915Z Downloaded data-encoding v2.10.0
6612026-04-28T20:03:45.915Z Downloaded darling v0.21.3
6622026-04-28T20:03:45.918Z Downloaded embedded-io v0.4.0
6632026-04-28T20:03:45.921Z Downloaded cpufeatures v0.3.0
6642026-04-28T20:03:45.921Z Downloaded bit-set v0.8.0
6652026-04-28T20:03:45.924Z Downloaded dirs-next v2.0.0
6662026-04-28T20:03:45.924Z Downloaded diesel_table_macro_syntax v0.3.0
6672026-04-28T20:03:45.924Z Downloaded enum-as-inner v0.6.1
6682026-04-28T20:03:45.927Z Downloaded curve25519-dalek-derive v0.1.1
6692026-04-28T20:03:45.927Z Downloaded foreign-types-macros v0.2.3
6702026-04-28T20:03:45.927Z Downloaded funty v2.0.0
6712026-04-28T20:03:45.927Z Downloaded bcrypt-pbkdf v0.10.0
6722026-04-28T20:03:45.930Z Downloaded dirs-sys-next v0.1.2
6732026-04-28T20:03:45.930Z Downloaded env_filter v1.0.0
6742026-04-28T20:03:45.930Z Downloaded document-features v0.2.12
6752026-04-28T20:03:45.933Z Downloaded defmt-parser v1.0.0
6762026-04-28T20:03:45.934Z Downloaded crc-catalog v2.4.0
6772026-04-28T20:03:45.934Z Downloaded convert_case v0.10.0
6782026-04-28T20:03:45.934Z Downloaded arrayvec v0.7.6
6792026-04-28T20:03:45.936Z Downloaded argon2 v0.5.3
6802026-04-28T20:03:45.936Z Downloaded constant_time_eq v0.4.2
6812026-04-28T20:03:45.939Z Downloaded float-ord v0.3.2
6822026-04-28T20:03:45.939Z Downloaded dropshot-api-manager-types v0.6.0
6832026-04-28T20:03:45.939Z Downloaded embedded-io v0.6.1
6842026-04-28T20:03:45.939Z Downloaded foreign-types v0.3.2
6852026-04-28T20:03:45.942Z Downloaded futures-macro v0.3.32
6862026-04-28T20:03:45.942Z Downloaded ecdsa v0.16.9
6872026-04-28T20:03:45.945Z Downloaded cancel-safe-futures v0.1.5
6882026-04-28T20:03:45.945Z Downloaded daft-derive v0.1.5
6892026-04-28T20:03:45.948Z Downloaded float-cmp v0.10.0
6902026-04-28T20:03:45.951Z Downloaded dyn-clone v1.0.20
6912026-04-28T20:03:45.951Z Downloaded darling v0.20.11
6922026-04-28T20:03:45.953Z Downloaded git-stub v1.0.0
6932026-04-28T20:03:45.956Z Downloaded http-range v0.1.5
6942026-04-28T20:03:45.956Z Downloaded futures-io v0.3.32
6952026-04-28T20:03:45.956Z Downloaded const-oid v0.9.6
6962026-04-28T20:03:45.959Z Downloaded futures-sink v0.3.32
6972026-04-28T20:03:45.959Z Downloaded flume v0.11.1
6982026-04-28T20:03:45.997Z Downloaded globwalk v0.9.1
6992026-04-28T20:03:45.997Z Downloaded headers-core v0.3.0
7002026-04-28T20:03:45.997Z Downloaded ghash v0.5.1
7012026-04-28T20:03:45.997Z Downloaded futures-core v0.3.32
7022026-04-28T20:03:45.997Z Downloaded crossbeam-utils v0.8.21
7032026-04-28T20:03:45.997Z Downloaded foreign-types-shared v0.3.1
7042026-04-28T20:03:45.997Z Downloaded hubpack_derive v0.1.1
7052026-04-28T20:03:45.997Z Downloaded hubpack v0.1.2
7062026-04-28T20:03:45.997Z Downloaded home v0.5.12
7072026-04-28T20:03:45.997Z Downloaded bit-vec v0.6.3
7082026-04-28T20:03:45.997Z Downloaded chacha20 v0.9.1
7092026-04-28T20:03:45.997Z Downloaded cargo-platform v0.1.9
7102026-04-28T20:03:45.997Z Downloaded camino-tempfile-ext v0.3.3
7112026-04-28T20:03:45.997Z Downloaded hash32 v0.3.1
7122026-04-28T20:03:45.997Z Downloaded der v0.7.10
7132026-04-28T20:03:45.997Z Downloaded hostname v0.3.1
7142026-04-28T20:03:45.997Z Downloaded atomic-waker v1.1.2
7152026-04-28T20:03:45.997Z Downloaded bitfield v0.19.4
7162026-04-28T20:03:45.997Z Downloaded http-body v1.0.1
7172026-04-28T20:03:45.997Z Downloaded hex-literal v0.4.1
7182026-04-28T20:03:45.998Z Downloaded async-trait v0.1.89
7192026-04-28T20:03:45.998Z Downloaded gethostname v0.5.0
7202026-04-28T20:03:45.998Z Downloaded foreign-types v0.5.0
7212026-04-28T20:03:45.998Z Downloaded drift v0.1.3
7222026-04-28T20:03:45.998Z Downloaded hostname v0.4.2
7232026-04-28T20:03:45.998Z Downloaded dropshot_endpoint v0.17.0
7242026-04-28T20:03:46.001Z Downloaded console v0.15.11
7252026-04-28T20:03:46.001Z Downloaded fs_extra v1.3.0
7262026-04-28T20:03:46.001Z Downloaded fs-err v2.11.0
7272026-04-28T20:03:46.001Z Downloaded cipher v0.4.4
7282026-04-28T20:03:46.001Z Downloaded compression-codecs v0.4.37
7292026-04-28T20:03:46.004Z Downloaded internet-checksum v0.2.1
7302026-04-28T20:03:46.004Z Downloaded derive_more v0.99.20
7312026-04-28T20:03:46.009Z Downloaded ident_case v1.0.1
7322026-04-28T20:03:46.009Z Downloaded httpdate v1.0.3
7332026-04-28T20:03:46.012Z Downloaded darling_macro v0.23.0
7342026-04-28T20:03:46.012Z Downloaded is_ci v1.2.0
7352026-04-28T20:03:46.012Z Downloaded endian-type v0.1.2
7362026-04-28T20:03:46.012Z Downloaded flagset v0.4.7
7372026-04-28T20:03:46.012Z Downloaded bcs v0.1.6
7382026-04-28T20:03:46.015Z Downloaded ciborium v0.2.2
7392026-04-28T20:03:46.015Z Downloaded downcast-rs v2.0.2
7402026-04-28T20:03:46.015Z Downloaded colored v3.1.1
7412026-04-28T20:03:46.018Z Downloaded instability v0.3.11
7422026-04-28T20:03:46.018Z Downloaded indent_write v2.2.0
7432026-04-28T20:03:46.021Z Downloaded keccak v0.1.6
7442026-04-28T20:03:46.022Z Downloaded instant v0.1.13
7452026-04-28T20:03:46.022Z Downloaded hash32 v0.2.1
7462026-04-28T20:03:46.024Z Downloaded group v0.13.0
7472026-04-28T20:03:46.024Z Downloaded futures-executor v0.3.32
7482026-04-28T20:03:46.025Z Downloaded indoc v1.0.9
7492026-04-28T20:03:46.028Z Downloaded dunce v1.0.5
7502026-04-28T20:03:46.028Z Downloaded diff v0.1.13
7512026-04-28T20:03:46.030Z Downloaded getrandom v0.2.17
7522026-04-28T20:03:46.031Z Downloaded lazy_static v1.5.0
7532026-04-28T20:03:46.033Z Downloaded crypto-bigint v0.5.5
7542026-04-28T20:03:46.038Z Downloaded impl-trait-for-tuples v0.2.3
7552026-04-28T20:03:46.041Z Downloaded cookie_store v0.22.1
7562026-04-28T20:03:46.041Z Downloaded colored v2.2.0
7572026-04-28T20:03:46.041Z Downloaded difflib v0.4.0
7582026-04-28T20:03:46.041Z Downloaded console v0.16.2
7592026-04-28T20:03:46.044Z Downloaded lalrpop-util v0.19.12
7602026-04-28T20:03:46.044Z Downloaded crc8 v0.1.1
7612026-04-28T20:03:46.044Z Downloaded globset v0.4.18
7622026-04-28T20:03:46.044Z Downloaded glob v0.3.3
7632026-04-28T20:03:46.047Z Downloaded git-stub-vcs v0.1.0
7642026-04-28T20:03:46.047Z Downloaded cookie v0.18.1
7652026-04-28T20:03:46.050Z Downloaded ingot v0.1.1
7662026-04-28T20:03:46.050Z Downloaded des v0.8.1
7672026-04-28T20:03:46.053Z Downloaded dof v0.4.0
7682026-04-28T20:03:46.053Z Downloaded derive-ex v0.1.8
7692026-04-28T20:03:46.053Z Downloaded ingot-types v0.1.2
7702026-04-28T20:03:46.053Z Downloaded der_derive v0.7.3
7712026-04-28T20:03:46.056Z Downloaded dropshot_endpoint v0.16.7
7722026-04-28T20:03:46.061Z Downloaded lru v0.12.5
7732026-04-28T20:03:46.061Z Downloaded linked-hash-map v0.5.6
7742026-04-28T20:03:46.061Z Downloaded managed v0.8.0
7752026-04-28T20:03:46.061Z Downloaded libscf-sys v1.1.0
7762026-04-28T20:03:46.061Z Downloaded bzip2 v0.4.4
7772026-04-28T20:03:46.066Z Downloaded lzss v0.8.2
7782026-04-28T20:03:46.066Z Downloaded lru-cache v0.1.2
7792026-04-28T20:03:46.066Z Downloaded maplit v1.0.2
7802026-04-28T20:03:46.072Z Downloaded mime v0.3.17
7812026-04-28T20:03:46.072Z Downloaded crossbeam-deque v0.8.6
7822026-04-28T20:03:46.072Z Downloaded match_cfg v0.1.0
7832026-04-28T20:03:46.072Z Downloaded lru-slab v0.1.2
7842026-04-28T20:03:46.072Z Downloaded md5 v0.7.0
7852026-04-28T20:03:46.073Z Downloaded md-5 v0.10.6
7862026-04-28T20:03:46.073Z Downloaded maybe-uninit v2.0.0
7872026-04-28T20:03:46.078Z Downloaded diesel-dtrace v0.5.0
7882026-04-28T20:03:46.078Z Downloaded memoffset v0.9.1
7892026-04-28T20:03:46.078Z Downloaded debug-ignore v1.0.5
7902026-04-28T20:03:46.078Z Downloaded getrandom v0.3.4
7912026-04-28T20:03:46.084Z Downloaded flate2 v1.1.9
7922026-04-28T20:03:46.084Z Downloaded futures-channel v0.3.32
7932026-04-28T20:03:46.090Z Downloaded nibble_vec v0.1.0
7942026-04-28T20:03:46.090Z Downloaded newtype-uuid-macros v0.1.0
7952026-04-28T20:03:46.090Z Downloaded newline-converter v0.3.0
7962026-04-28T20:03:46.090Z Downloaded hyper-staticfile v0.10.1
7972026-04-28T20:03:46.091Z Downloaded filetime v0.2.27
7982026-04-28T20:03:46.091Z Downloaded new_debug_unreachable v1.0.6
7992026-04-28T20:03:46.091Z Downloaded multimap v0.10.1
8002026-04-28T20:03:46.096Z Downloaded find-msvc-tools v0.1.9
8012026-04-28T20:03:46.096Z Downloaded crossbeam-epoch v0.9.18
8022026-04-28T20:03:46.096Z Downloaded newtype_derive v0.1.6
8032026-04-28T20:03:46.096Z Downloaded indoc v2.0.7
8042026-04-28T20:03:46.106Z Downloaded backon v1.6.0
8052026-04-28T20:03:46.106Z Downloaded clang-sys v1.8.1
8062026-04-28T20:03:46.106Z Downloaded nodrop v0.1.14
8072026-04-28T20:03:46.106Z Downloaded inout v0.1.4
8082026-04-28T20:03:46.111Z Downloaded nonempty v0.12.0
8092026-04-28T20:03:46.111Z Downloaded num v0.4.3
8102026-04-28T20:03:46.111Z Downloaded num-derive v0.3.3
8112026-04-28T20:03:46.111Z Downloaded normalize-line-endings v0.3.0
8122026-04-28T20:03:46.111Z Downloaded kstat-rs v0.2.4
8132026-04-28T20:03:46.111Z Downloaded foldhash v0.1.5
8142026-04-28T20:03:46.111Z Downloaded fixedbitset v0.5.7
8152026-04-28T20:03:46.111Z Downloaded env_logger v0.11.9
8162026-04-28T20:03:46.111Z Downloaded erased-serde v0.3.31
8172026-04-28T20:03:46.117Z Downloaded is-terminal v0.4.17
8182026-04-28T20:03:46.117Z Downloaded hyper-tls v0.6.0
8192026-04-28T20:03:46.117Z Downloaded ipnet v2.11.0
8202026-04-28T20:03:46.117Z Downloaded http-body-util v0.1.3
8212026-04-28T20:03:46.129Z Downloaded crc-any v2.5.0
8222026-04-28T20:03:46.129Z Downloaded hmac v0.12.1
8232026-04-28T20:03:46.129Z Downloaded darling v0.23.0
8242026-04-28T20:03:46.129Z Downloaded num-iter v0.1.45
8252026-04-28T20:03:46.138Z Downloaded num_enum_derive v0.5.11
8262026-04-28T20:03:46.138Z Downloaded libsw v3.5.0
8272026-04-28T20:03:46.138Z Downloaded openssl-macros v0.1.1
8282026-04-28T20:03:46.138Z Downloaded opaque-debug v0.3.1
8292026-04-28T20:03:46.138Z Downloaded olpc-cjson v0.1.4
8302026-04-28T20:03:46.138Z Downloaded daft v0.1.5
8312026-04-28T20:03:46.138Z Downloaded hex v0.4.3
8322026-04-28T20:03:46.138Z Downloaded libloading v0.8.9
8332026-04-28T20:03:46.138Z Downloaded lock_api v0.4.14
8342026-04-28T20:03:46.138Z Downloaded openssl-probe v0.1.6
8352026-04-28T20:03:46.138Z Downloaded openssl-probe v0.2.1
8362026-04-28T20:03:46.138Z Downloaded num_threads v0.1.7
8372026-04-28T20:03:46.139Z Downloaded num-derive v0.4.2
8382026-04-28T20:03:46.150Z Downloaded linear-map v1.2.0
8392026-04-28T20:03:46.150Z Downloaded httparse v1.10.1
8402026-04-28T20:03:46.150Z Downloaded highway v1.3.0
8412026-04-28T20:03:46.150Z Downloaded oso-derive v0.27.3
8422026-04-28T20:03:46.150Z Downloaded const_format v0.2.35
8432026-04-28T20:03:46.157Z Downloaded iana-time-zone v0.1.65
8442026-04-28T20:03:46.157Z Downloaded hyper-rustls v0.27.7
8452026-04-28T20:03:46.157Z Downloaded packed_struct_codegen v0.10.1
8462026-04-28T20:03:46.157Z Downloaded ignore v0.4.25
8472026-04-28T20:03:46.157Z Downloaded humantime v2.3.0
8482026-04-28T20:03:46.157Z Downloaded parse-size v1.1.0
8492026-04-28T20:03:46.157Z Downloaded nanorand v0.7.0
8502026-04-28T20:03:46.157Z Downloaded jobserver v0.1.34
8512026-04-28T20:03:46.170Z Downloaded native-tls v0.2.18
8522026-04-28T20:03:46.170Z Downloaded ipnetwork v0.21.1
8532026-04-28T20:03:46.170Z Downloaded ingot-macros v0.1.1
8542026-04-28T20:03:46.170Z Downloaded half v2.7.1
8552026-04-28T20:03:46.170Z Downloaded newtype-uuid v1.3.2
8562026-04-28T20:03:46.170Z Downloaded path-slash v0.1.5
8572026-04-28T20:03:46.170Z Downloaded base64 v0.21.7
8582026-04-28T20:03:46.170Z Downloaded either v1.15.0
8592026-04-28T20:03:46.177Z Downloaded peg-runtime v0.8.5
8602026-04-28T20:03:46.178Z Downloaded pbkdf2 v0.11.0
8612026-04-28T20:03:46.178Z Downloaded num_enum_derive v0.7.5
8622026-04-28T20:03:46.178Z Downloaded num-integer v0.1.46
8632026-04-28T20:03:46.178Z Downloaded num-conv v0.2.0
8642026-04-28T20:03:46.178Z Downloaded nu-ansi-term v0.50.3
8652026-04-28T20:03:46.178Z Downloaded half v1.8.3
8662026-04-28T20:03:46.187Z Downloaded parse-display v0.10.0
8672026-04-28T20:03:46.187Z Downloaded base64 v0.22.1
8682026-04-28T20:03:46.187Z Downloaded allocator-api2 v0.2.21
8692026-04-28T20:03:46.187Z Downloaded phf_shared v0.12.1
8702026-04-28T20:03:46.187Z Downloaded compact_str v0.8.1
8712026-04-28T20:03:46.198Z Downloaded chacha20poly1305 v0.10.1
8722026-04-28T20:03:46.198Z Downloaded bytes v1.11.1
8732026-04-28T20:03:46.198Z Downloaded num_enum v0.7.5
8742026-04-28T20:03:46.198Z Downloaded num-rational v0.4.2
8752026-04-28T20:03:46.198Z Downloaded libsw-core v0.3.2
8762026-04-28T20:03:46.225Z Downloaded num-complex v0.4.6
8772026-04-28T20:03:46.225Z Downloaded phf_shared v0.13.1
8782026-04-28T20:03:46.225Z Downloaded litrs v1.0.0
8792026-04-28T20:03:46.225Z Downloaded pin-utils v0.1.0
8802026-04-28T20:03:46.225Z Downloaded libefi-sys v0.1.0
8812026-04-28T20:03:46.225Z Downloaded async-bb8-diesel v0.2.1
8822026-04-28T20:03:46.225Z Downloaded mime_guess v2.0.5
8832026-04-28T20:03:46.225Z Downloaded powerfmt v0.2.0
8842026-04-28T20:03:46.277Z Downloaded cc v1.2.56
8852026-04-28T20:03:46.277Z Downloaded cexpr v0.6.0
8862026-04-28T20:03:46.277Z Downloaded cassowary v0.3.0
8872026-04-28T20:03:46.277Z Downloaded bitfield-macros v0.19.4
8882026-04-28T20:03:46.277Z Downloaded oxide-tokio-rt v0.1.4
8892026-04-28T20:03:46.277Z Downloaded predicates-core v1.0.10
8902026-04-28T20:03:46.277Z Downloaded owo-colors v4.3.0
8912026-04-28T20:03:46.277Z Downloaded packed_struct v0.10.1
8922026-04-28T20:03:46.277Z Downloaded dtrace-parser v0.3.0
8932026-04-28T20:03:46.277Z Downloaded predicates-tree v1.0.13
8942026-04-28T20:03:46.277Z Downloaded derive_builder_macro v0.20.2
8952026-04-28T20:03:46.277Z Downloaded progenitor-client v0.11.2
8962026-04-28T20:03:46.277Z Downloaded proc-macro-error-attr2 v2.0.0
8972026-04-28T20:03:46.278Z Downloaded proc-macro-crate v3.4.0
8982026-04-28T20:03:46.278Z Downloaded proc-macro-crate v1.3.1
8992026-04-28T20:03:46.278Z Downloaded phf_shared v0.11.3
9002026-04-28T20:03:46.278Z Downloaded phf v0.13.1
9012026-04-28T20:03:46.278Z Downloaded phf v0.12.1
9022026-04-28T20:03:46.278Z Downloaded password-hash v0.5.0
9032026-04-28T20:03:46.295Z Downloaded progenitor-macro v0.11.2
9042026-04-28T20:03:46.295Z Downloaded crossterm v0.29.0
9052026-04-28T20:03:46.295Z Downloaded progenitor-macro v0.10.0
9062026-04-28T20:03:46.295Z Downloaded pin-project-internal v1.1.11
9072026-04-28T20:03:46.295Z Downloaded pbkdf2 v0.12.2
9082026-04-28T20:03:46.295Z Downloaded parse-display-derive v0.10.0
9092026-04-28T20:03:46.295Z Downloaded heapless v0.7.17
9102026-04-28T20:03:46.295Z Downloaded precomputed-hash v0.1.1
9112026-04-28T20:03:46.295Z Downloaded psl-types v2.0.11
9122026-04-28T20:03:46.295Z Downloaded rand_xorshift v0.4.0
9132026-04-28T20:03:46.295Z Downloaded radium v0.7.0
9142026-04-28T20:03:46.296Z Downloaded quick-error v1.2.3
9152026-04-28T20:03:46.296Z Downloaded progenitor-macro v0.13.0
9162026-04-28T20:03:46.296Z Downloaded pin-project-lite v0.2.17
9172026-04-28T20:03:46.296Z Downloaded polyval v0.6.2
9182026-04-28T20:03:46.296Z Downloaded hickory-resolver v0.25.2
9192026-04-28T20:03:46.296Z Downloaded pem-rfc7468 v0.7.0
9202026-04-28T20:03:46.296Z Downloaded arc-swap v1.8.2
9212026-04-28T20:03:46.296Z Downloaded pkcs8 v0.10.2
9222026-04-28T20:03:46.296Z Downloaded num_enum v0.5.11
9232026-04-28T20:03:46.296Z Downloaded ref-cast v1.0.25
9242026-04-28T20:03:46.296Z Downloaded memmap2 v0.9.10
9252026-04-28T20:03:46.296Z Downloaded recursive-proc-macro-impl v0.1.1
9262026-04-28T20:03:46.296Z Downloaded recursive v0.1.1
9272026-04-28T20:03:46.296Z Downloaded rand_chacha v0.3.1
9282026-04-28T20:03:46.296Z Downloaded libbz2-rs-sys v0.2.2
9292026-04-28T20:03:46.296Z Downloaded predicates v3.1.4
9302026-04-28T20:03:46.296Z Downloaded oxnet v0.1.4
9312026-04-28T20:03:46.310Z Downloaded pem v3.0.6
9322026-04-28T20:03:46.310Z Downloaded progenitor-client v0.10.0
9332026-04-28T20:03:46.310Z Downloaded primeorder v0.13.6
9342026-04-28T20:03:46.310Z Downloaded ref-cast-impl v1.0.25
9352026-04-28T20:03:46.310Z Downloaded progenitor v0.11.2
9362026-04-28T20:03:46.310Z Downloaded progenitor v0.10.0
9372026-04-28T20:03:46.310Z Downloaded parking_lot v0.11.2
9382026-04-28T20:03:46.310Z Downloaded async-compression v0.4.41
9392026-04-28T20:03:46.310Z Downloaded indexmap v1.9.3
9402026-04-28T20:03:46.310Z Downloaded ppv-lite86 v0.2.21
9412026-04-28T20:03:46.310Z Downloaded peg-macros v0.8.5
9422026-04-28T20:03:46.310Z Downloaded rfc6979 v0.4.0
9432026-04-28T20:03:46.315Z Downloaded progenitor-extras v0.1.1
9442026-04-28T20:03:46.315Z Downloaded peg v0.8.5
9452026-04-28T20:03:46.315Z Downloaded progenitor v0.13.0
9462026-04-28T20:03:46.315Z Downloaded crossbeam-channel v0.5.15
9472026-04-28T20:03:46.315Z Downloaded rustc_version v0.1.7
9482026-04-28T20:03:46.315Z Downloaded rtoolbox v0.0.3
9492026-04-28T20:03:46.318Z Downloaded r2d2 v0.8.10
9502026-04-28T20:03:46.318Z Downloaded parking_lot_core v0.9.12
9512026-04-28T20:03:46.318Z Downloaded paste v1.0.15
9522026-04-28T20:03:46.318Z Downloaded indicatif v0.18.4
9532026-04-28T20:03:46.321Z Downloaded rustc_version v0.4.1
9542026-04-28T20:03:46.324Z Downloaded rand_chacha v0.9.0
9552026-04-28T20:03:46.324Z Downloaded psm v0.1.30
9562026-04-28T20:03:47.330Z Downloaded pkcs5 v0.7.1
9572026-04-28T20:03:47.334Z Downloaded russh-cryptovec v0.7.3
9582026-04-28T20:03:47.334Z Downloaded heapless v0.8.0
9592026-04-28T20:03:47.334Z Downloaded bumpalo v3.20.2
9602026-04-28T20:03:47.334Z Downloaded rand_core v0.9.5
9612026-04-28T20:03:47.334Z Downloaded poly1305 v0.8.0
9622026-04-28T20:03:47.334Z Downloaded pkg-config v0.3.32
9632026-04-28T20:03:47.334Z Downloaded pkcs1 v0.7.5
9642026-04-28T20:03:47.334Z Downloaded rand_seeder v0.4.0
9652026-04-28T20:03:47.334Z Downloaded sapling-renderdag v0.1.0
9662026-04-28T20:03:47.334Z Downloaded same-file v1.0.6
9672026-04-28T20:03:47.334Z Downloaded http v1.4.0
9682026-04-28T20:03:47.334Z Downloaded rand_core v0.10.0
9692026-04-28T20:03:47.334Z Downloaded rand_core v0.6.4
9702026-04-28T20:03:47.334Z Downloaded omicron-zone-package v0.12.2
9712026-04-28T20:03:47.334Z Downloaded password-hash v0.4.2
9722026-04-28T20:03:47.334Z Downloaded parking_lot_core v0.8.6
9732026-04-28T20:03:47.334Z Downloaded multer v3.1.0
9742026-04-28T20:03:47.334Z Downloaded postgres-types v0.2.12
9752026-04-28T20:03:47.334Z Downloaded papergrid v0.17.0
9762026-04-28T20:03:47.334Z Downloaded postgres-protocol v0.6.10
9772026-04-28T20:03:47.334Z Downloaded scheduled-thread-pool v0.2.7
9782026-04-28T20:03:47.334Z Downloaded miniz_oxide v0.8.9
9792026-04-28T20:03:47.334Z Downloaded scrypt v0.11.0
9802026-04-28T20:03:47.334Z Downloaded futures v0.3.32
9812026-04-28T20:03:47.334Z Downloaded secrecy v0.8.0
9822026-04-28T20:03:47.335Z Downloaded salsa20 v0.10.2
9832026-04-28T20:03:47.335Z Downloaded resolv-conf v0.7.6
9842026-04-28T20:03:47.335Z Downloaded bit-vec v0.8.0
9852026-04-28T20:03:47.335Z Downloaded progenitor-client v0.13.0
9862026-04-28T20:03:47.335Z Downloaded scopeguard v1.2.0
9872026-04-28T20:03:47.335Z Downloaded semver v0.1.20
9882026-04-28T20:03:47.335Z Downloaded secrecy v0.10.3
9892026-04-28T20:03:47.335Z Downloaded derive_more v2.1.1
9902026-04-28T20:03:47.335Z Downloaded serde_repr v0.1.20
9912026-04-28T20:03:47.335Z Downloaded serde_bytes v0.11.19
9922026-04-28T20:03:47.335Z Downloaded seq-macro v0.3.6
9932026-04-28T20:03:47.335Z Downloaded serde-big-array v0.5.1
9942026-04-28T20:03:47.335Z Downloaded hickory-resolver v0.24.4
9952026-04-28T20:03:47.335Z Downloaded quinn-udp v0.5.14
9962026-04-28T20:03:47.335Z Downloaded scroll_derive v0.13.1
9972026-04-28T20:03:47.335Z Downloaded hashbrown v0.13.2
9982026-04-28T20:03:47.335Z Downloaded proc-macro-error2 v2.0.1
9992026-04-28T20:03:47.335Z Downloaded rustc-hash v2.1.1
10002026-04-28T20:03:47.335Z Downloaded pin-project v1.1.11
10012026-04-28T20:03:47.335Z Downloaded serde_spanned v1.0.4
10022026-04-28T20:03:47.335Z Downloaded serde_plain v1.0.2
10032026-04-28T20:03:47.335Z Downloaded crucible-workspace-hack v0.1.0
10042026-04-28T20:03:47.335Z Downloaded aes v0.8.4
10052026-04-28T20:03:47.335Z Downloaded ed25519-dalek v2.2.0
10062026-04-28T20:03:47.335Z Downloaded postcard v1.1.3
10072026-04-28T20:03:47.335Z Downloaded cargo_metadata v0.19.2
10082026-04-28T20:03:47.335Z Downloaded rustls-pemfile v2.2.0
10092026-04-28T20:03:47.335Z Downloaded signature v2.2.0
10102026-04-28T20:03:47.335Z Downloaded signal-hook-mio v0.2.5
10112026-04-28T20:03:47.335Z Downloaded sigpipe v0.1.3
10122026-04-28T20:03:47.335Z Downloaded signal-hook-tokio v0.3.1
10132026-04-28T20:03:47.335Z Downloaded hyper-util v0.1.20
10142026-04-28T20:03:47.335Z Downloaded rusty-fork v0.3.1
10152026-04-28T20:03:47.335Z Downloaded p256 v0.13.2
10162026-04-28T20:03:47.335Z Downloaded oso v0.27.3
10172026-04-28T20:03:47.335Z Downloaded openssl-sys v0.9.111
10182026-04-28T20:03:47.335Z Downloaded rustversion v1.0.22
10192026-04-28T20:03:47.335Z Downloaded sha1 v0.10.6
10202026-04-28T20:03:47.336Z Downloaded siphasher v1.0.2
10212026-04-28T20:03:47.336Z Downloaded rustls-pemfile v1.0.4
10222026-04-28T20:03:47.336Z Downloaded slog-bunyan v2.5.0
10232026-04-28T20:03:47.336Z Downloaded rustls-native-certs v0.8.3
10242026-04-28T20:03:47.336Z Downloaded sec1 v0.7.3
10252026-04-28T20:03:47.336Z Downloaded derive_more-impl v2.1.1
10262026-04-28T20:03:47.336Z Downloaded scroll v0.13.0
10272026-04-28T20:03:47.336Z Downloaded schemars_derive v0.8.22
10282026-04-28T20:03:47.336Z Downloaded progenitor-impl v0.10.0
10292026-04-28T20:03:47.336Z Downloaded slog-envlogger v2.2.0
10302026-04-28T20:03:47.336Z Downloaded serde-hex v0.1.0
10312026-04-28T20:03:47.336Z Downloaded sct v0.7.1
10322026-04-28T20:03:47.336Z Downloaded prefix-trie v0.7.0
10332026-04-28T20:03:47.336Z Downloaded serde_derive_internals v0.29.1
10342026-04-28T20:03:47.336Z Downloaded serde_path_to_error v0.1.20
10352026-04-28T20:03:47.336Z Downloaded parking_lot v0.12.5
10362026-04-28T20:03:47.336Z Downloaded headers v0.4.1
10372026-04-28T20:03:47.336Z Downloaded dropshot-api-manager v0.6.0
10382026-04-28T20:03:47.336Z Downloaded buf-list v1.1.2
10392026-04-28T20:03:47.336Z Downloaded progenitor-impl v0.13.0
10402026-04-28T20:03:47.336Z Downloaded darling_core v0.21.3
10412026-04-28T20:03:47.336Z Downloaded cfg_aliases v0.1.1
10422026-04-28T20:03:47.336Z Downloaded base16ct v0.2.0
10432026-04-28T20:03:47.336Z Downloaded ssh-encoding v0.2.0
10442026-04-28T20:03:47.336Z Downloaded sqlparser_derive v0.5.0
10452026-04-28T20:03:47.336Z Downloaded serde_urlencoded v0.7.1
10462026-04-28T20:03:47.336Z Downloaded expectorate v1.2.0
10472026-04-28T20:03:47.336Z Downloaded shell-words v1.1.1
10482026-04-28T20:03:47.336Z Downloaded russh-keys v0.45.0
10492026-04-28T20:03:47.336Z Downloaded defmt v1.0.1
10502026-04-28T20:03:47.336Z Downloaded ar_archive_writer v0.5.1
10512026-04-28T20:03:47.336Z Downloaded ahash v0.8.12
10522026-04-28T20:03:47.336Z Downloaded darling_macro v0.21.3
10532026-04-28T20:03:47.336Z Downloaded cmake v0.1.57
10542026-04-28T20:03:47.336Z Downloaded blowfish v0.9.1
10552026-04-28T20:03:47.336Z Downloaded strum v0.27.2
10562026-04-28T20:03:47.336Z Downloaded strum v0.26.3
10572026-04-28T20:03:47.341Z Downloaded strip-ansi-escapes v0.2.1
10582026-04-28T20:03:47.341Z Downloaded backoff v0.4.0
10592026-04-28T20:03:47.341Z Downloaded byte-wrapper v0.1.0
10602026-04-28T20:03:47.341Z Downloaded rustls-pki-types v1.14.0
10612026-04-28T20:03:47.341Z Downloaded shlex v1.3.0
10622026-04-28T20:03:47.341Z Downloaded prettyplease v0.2.37
10632026-04-28T20:03:47.341Z Downloaded minimal-lexical v0.2.1
10642026-04-28T20:03:47.341Z Downloaded subtle v2.6.1
10652026-04-28T20:03:47.341Z Downloaded aes-gcm v0.10.3
10662026-04-28T20:03:47.341Z Downloaded slog-dtrace v0.3.0
10672026-04-28T20:03:47.341Z Downloaded slog-async v2.8.0
10682026-04-28T20:03:47.341Z Downloaded slab v0.4.12
10692026-04-28T20:03:47.341Z Downloaded snafu-derive v0.8.9
10702026-04-28T20:03:47.341Z Downloaded structmeta v0.3.0
10712026-04-28T20:03:47.341Z Downloaded structmeta-derive v0.3.0
10722026-04-28T20:03:47.341Z Downloaded sync-ptr v0.1.4
10732026-04-28T20:03:47.341Z Downloaded slog-json v2.6.1
10742026-04-28T20:03:47.341Z Downloaded jiff-static v0.2.21
10752026-04-28T20:03:47.341Z Downloaded tabled_derive v0.11.0
10762026-04-28T20:03:47.341Z Downloaded hickory-server v0.25.2
10772026-04-28T20:03:47.341Z Downloaded sync_wrapper v1.0.2
10782026-04-28T20:03:47.341Z Downloaded smf v0.2.3
10792026-04-28T20:03:47.341Z Downloaded smallvec v0.6.14
10802026-04-28T20:03:47.341Z Downloaded supports-color v3.0.2
10812026-04-28T20:03:47.341Z Downloaded simd-adler32 v0.3.8
10822026-04-28T20:03:47.341Z Downloaded termtree v0.5.1
10832026-04-28T20:03:47.341Z Downloaded testing_table v0.3.0
10842026-04-28T20:03:47.341Z Downloaded take_mut v0.2.2
10852026-04-28T20:03:47.341Z Downloaded tagptr v0.2.0
10862026-04-28T20:03:47.341Z Downloaded tap v1.0.1
10872026-04-28T20:03:47.341Z Downloaded ssh-cipher v0.2.0
10882026-04-28T20:03:47.341Z Downloaded serde_cbor v0.11.2
10892026-04-28T20:03:47.342Z Downloaded thread-id v5.1.0
10902026-04-28T20:03:47.342Z Downloaded progenitor-impl v0.11.2
10912026-04-28T20:03:47.342Z Downloaded thiserror-impl-no-std v2.0.2
10922026-04-28T20:03:47.342Z Downloaded slog-term v2.9.2
10932026-04-28T20:03:47.342Z Downloaded slog-stdlog v4.1.1
10942026-04-28T20:03:47.342Z Downloaded crossterm v0.28.1
10952026-04-28T20:03:47.342Z Downloaded serde_with_macros v3.17.0
10962026-04-28T20:03:47.342Z Downloaded time-core v0.1.8
10972026-04-28T20:03:47.342Z Downloaded signal-hook-registry v1.4.8
10982026-04-28T20:03:47.342Z Downloaded sqlformat v0.3.5
10992026-04-28T20:03:47.342Z Downloaded slog-scope v4.4.1
11002026-04-28T20:03:47.342Z Downloaded rustls-platform-verifier v0.6.2
11012026-04-28T20:03:47.342Z Downloaded tokio-macros v2.7.0
11022026-04-28T20:03:47.342Z Downloaded spki v0.7.3
11032026-04-28T20:03:47.342Z Downloaded pretty_assertions v1.4.1
11042026-04-28T20:03:47.342Z Downloaded iddqd v0.3.18
11052026-04-28T20:03:47.342Z Downloaded tinyvec_macros v0.1.1
11062026-04-28T20:03:47.342Z Downloaded strum_macros v0.26.4
11072026-04-28T20:03:47.342Z Downloaded stacker v0.1.23
11082026-04-28T20:03:47.342Z Downloaded ryu v1.0.23
11092026-04-28T20:03:47.342Z Downloaded stringprep v0.1.5
11102026-04-28T20:03:47.342Z Downloaded string_cache v0.8.9
11112026-04-28T20:03:47.342Z Downloaded static_assertions v1.1.0
11122026-04-28T20:03:47.342Z Downloaded schemars v0.8.22
11132026-04-28T20:03:47.342Z Downloaded strum_macros v0.27.2
11142026-04-28T20:03:47.342Z Downloaded ron v0.8.1
11152026-04-28T20:03:47.342Z Downloaded tabwriter v1.4.1
11162026-04-28T20:03:47.342Z Downloaded termios v0.3.3
11172026-04-28T20:03:47.342Z Downloaded num-bigint v0.4.6
11182026-04-28T20:03:47.342Z Downloaded tower-layer v0.3.3
11192026-04-28T20:03:47.342Z Downloaded support-bundle-viewer v0.1.2
11202026-04-28T20:03:47.342Z Downloaded publicsuffix v2.3.0
11212026-04-28T20:03:47.342Z Downloaded nom v7.1.3
11222026-04-28T20:03:47.342Z Downloaded spin v0.9.8
11232026-04-28T20:03:47.342Z Downloaded qorb v0.4.1
11242026-04-28T20:03:47.342Z Downloaded rand v0.8.5
11252026-04-28T20:03:47.342Z Downloaded quinn v0.11.9
11262026-04-28T20:03:47.342Z Downloaded topological-sort v0.2.2
11272026-04-28T20:03:47.342Z Downloaded signal-hook v0.3.18
11282026-04-28T20:03:47.343Z Downloaded try-lock v0.2.5
11292026-04-28T20:03:47.343Z Downloaded time-macros v0.2.27
11302026-04-28T20:03:47.343Z Downloaded thread_local v1.1.9
11312026-04-28T20:03:47.343Z Downloaded trait-variant v0.1.2
11322026-04-28T20:03:47.343Z Downloaded itertools v0.10.5
11332026-04-28T20:03:47.343Z Downloaded rcgen v0.12.1
11342026-04-28T20:03:47.343Z Downloaded tls_codec_derive v0.4.2
11352026-04-28T20:03:47.343Z Downloaded tiny-keccak v2.0.2
11362026-04-28T20:03:47.343Z Downloaded rayon-core v1.13.0
11372026-04-28T20:03:47.343Z Downloaded aho-corasick v1.1.4
11382026-04-28T20:03:47.343Z Downloaded tokio-dtrace v0.1.1
11392026-04-28T20:03:47.343Z Downloaded strum_macros v0.24.3
11402026-04-28T20:03:47.343Z Downloaded hashbrown v0.12.3
11412026-04-28T20:03:47.343Z Downloaded tokio-native-tls v0.3.1
11422026-04-28T20:03:47.343Z Downloaded similar v2.7.0
11432026-04-28T20:03:47.343Z Downloaded schemars v0.9.0
11442026-04-28T20:03:47.343Z Downloaded unarray v0.1.4
11452026-04-28T20:03:47.343Z Downloaded typify-macro v0.4.3
11462026-04-28T20:03:47.343Z Downloaded tokio-tungstenite v0.23.1
11472026-04-28T20:03:47.343Z Downloaded socket2 v0.5.10
11482026-04-28T20:03:47.343Z Downloaded tokio-tungstenite v0.21.0
11492026-04-28T20:03:47.343Z Downloaded iri-string v0.7.10
11502026-04-28T20:03:47.343Z Downloaded usdt-attr-macro v0.6.0
11512026-04-28T20:03:47.343Z Downloaded unit-prefix v0.5.2
11522026-04-28T20:03:47.343Z Downloaded itertools v0.12.1
11532026-04-28T20:03:47.343Z Downloaded usdt v0.6.0
11542026-04-28T20:03:47.343Z Downloaded untrusted v0.7.1
11552026-04-28T20:03:47.343Z Downloaded universal-hash v0.5.1
11562026-04-28T20:03:47.343Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11572026-04-28T20:03:47.347Z Downloaded usdt-macro v0.6.0
11582026-04-28T20:03:47.347Z Downloaded serde_yaml v0.9.34+deprecated
11592026-04-28T20:03:47.347Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11602026-04-28T20:03:47.347Z Downloaded thiserror-no-std v2.0.2
11612026-04-28T20:03:47.347Z Downloaded term v1.2.1
11622026-04-28T20:03:47.347Z Downloaded term v0.7.0
11632026-04-28T20:03:47.347Z Downloaded utf-8 v0.7.6
11642026-04-28T20:03:47.347Z Downloaded rsa v0.9.10
11652026-04-28T20:03:47.347Z Downloaded hashbrown v0.15.5
11662026-04-28T20:03:47.347Z Downloaded toml_writer v1.0.6+spec-1.1.0
11672026-04-28T20:03:47.347Z Downloaded socket2 v0.6.3
11682026-04-28T20:03:47.347Z Downloaded wait-timeout v0.2.1
11692026-04-28T20:03:47.347Z Downloaded tls_codec v0.4.2
11702026-04-28T20:03:47.347Z Downloaded rustls-webpki v0.103.9
11712026-04-28T20:03:47.347Z Downloaded rand v0.10.0
11722026-04-28T20:03:47.347Z Downloaded mio v1.2.0
11732026-04-28T20:03:47.347Z Downloaded tower-service v0.3.3
11742026-04-28T20:03:47.347Z Downloaded rand v0.9.2
11752026-04-28T20:03:47.347Z Downloaded tokio-rustls v0.24.1
11762026-04-28T20:03:47.347Z Downloaded want v0.3.1
11772026-04-28T20:03:47.347Z Downloaded tui-tree-widget v0.23.1
11782026-04-28T20:03:47.347Z Downloaded waitgroup v0.1.2
11792026-04-28T20:03:47.347Z Downloaded void v1.0.2
11802026-04-28T20:03:47.347Z Downloaded tokio-rustls v0.26.4
11812026-04-28T20:03:47.347Z Downloaded tokio-rustls v0.25.0
11822026-04-28T20:03:47.347Z Downloaded samael v0.0.19
11832026-04-28T20:03:47.347Z Downloaded unicode-truncate v1.1.0
11842026-04-28T20:03:47.348Z Downloaded unicase v2.9.0
11852026-04-28T20:03:47.348Z Downloaded xattr v1.6.1
11862026-04-28T20:03:47.348Z Downloaded tokio-stream v0.1.18
11872026-04-28T20:03:47.348Z Downloaded typify-macro v0.6.1
11882026-04-28T20:03:47.348Z Downloaded slog v2.8.2
11892026-04-28T20:03:47.348Z Downloaded xshell-macros v0.2.7
11902026-04-28T20:03:47.348Z Downloaded itertools v0.14.0
11912026-04-28T20:03:47.348Z Downloaded subprocess v0.2.15
11922026-04-28T20:03:47.348Z Downloaded zeroize_derive v1.4.3
11932026-04-28T20:03:47.348Z Downloaded num-bigint-dig v0.8.6
11942026-04-28T20:03:47.348Z Downloaded zone_cfg_derive v0.3.1
11952026-04-28T20:03:47.348Z Downloaded untrusted v0.9.0
11962026-04-28T20:03:47.348Z Downloaded libxml v0.3.3
11972026-04-28T20:03:47.348Z Downloaded itertools v0.13.0
11982026-04-28T20:03:47.348Z Downloaded test-strategy v0.4.5
11992026-04-28T20:03:47.348Z Downloaded zone v0.3.1
12002026-04-28T20:03:47.348Z Downloaded vergen-gitcl v1.0.8
12012026-04-28T20:03:47.348Z Downloaded uzers v0.12.2
12022026-04-28T20:03:47.348Z Downloaded usdt-impl v0.6.0
12032026-04-28T20:03:47.348Z Downloaded toml_parser v1.0.9+spec-1.1.0
12042026-04-28T20:03:47.348Z Downloaded h2 v0.4.13
12052026-04-28T20:03:47.348Z Downloaded tinyvec v1.10.0
12062026-04-28T20:03:47.348Z Downloaded vergen-lib v0.1.6
12072026-04-28T20:03:47.348Z Downloaded tracing-attributes v0.1.31
12082026-04-28T20:03:47.348Z Downloaded vergen-git2 v1.0.7
12092026-04-28T20:03:47.348Z Downloaded vsss-rs v3.3.4
12102026-04-28T20:03:47.348Z Downloaded twox-hash v2.1.2
12112026-04-28T20:03:47.348Z Downloaded unicode-properties v0.1.4
12122026-04-28T20:03:47.348Z Downloaded schemars v1.2.1
12132026-04-28T20:03:47.348Z Downloaded toml v0.7.8
12142026-04-28T20:03:47.348Z Downloaded libm v0.2.16
12152026-04-28T20:03:47.348Z Downloaded xshell v0.2.7
12162026-04-28T20:03:47.348Z Downloaded wyz v0.5.1
12172026-04-28T20:03:47.348Z Downloaded toml v1.0.6+spec-1.1.0
12182026-04-28T20:03:47.348Z Downloaded whoami v1.6.1
12192026-04-28T20:03:47.348Z Downloaded tar v0.4.45
12202026-04-28T20:03:47.348Z Downloaded futures-util v0.3.32
12212026-04-28T20:03:47.348Z Downloaded snafu v0.8.9
12222026-04-28T20:03:47.348Z Downloaded p521 v0.13.3
12232026-04-28T20:03:47.349Z Downloaded zstd-safe v7.2.4
12242026-04-28T20:03:47.349Z Downloaded hkdf v0.12.4
12252026-04-28T20:03:47.349Z Downloaded whoami v2.1.0
12262026-04-28T20:03:47.349Z Downloaded vergen v9.0.6
12272026-04-28T20:03:47.349Z Downloaded typify v0.4.3
12282026-04-28T20:03:47.349Z Downloaded zeroize v1.8.2
12292026-04-28T20:03:47.349Z Downloaded tungstenite v0.23.0
12302026-04-28T20:03:47.349Z Downloaded hyper v1.8.1
12312026-04-28T20:03:47.349Z Downloaded rpassword v7.4.0
12322026-04-28T20:03:47.349Z Downloaded walkdir v2.5.0
12332026-04-28T20:03:47.349Z Downloaded rustyline v14.0.0
12342026-04-28T20:03:47.349Z Downloaded typify v0.6.1
12352026-04-28T20:03:47.349Z Downloaded toml_edit v0.23.10+spec-1.0.0
12362026-04-28T20:03:47.349Z Downloaded zstd v0.13.3
12372026-04-28T20:03:47.349Z Downloaded toml v0.9.12+spec-1.1.0
12382026-04-28T20:03:47.349Z Downloaded yasna v0.5.2
12392026-04-28T20:03:47.349Z Downloaded uuid v1.23.0
12402026-04-28T20:03:47.349Z Downloaded steno v0.4.1
12412026-04-28T20:03:47.349Z Downloaded tungstenite v0.21.0
12422026-04-28T20:03:47.349Z Downloaded blake3 v1.8.3
12432026-04-28T20:03:47.349Z Downloaded russh v0.45.0
12442026-04-28T20:03:47.349Z Downloaded vte v0.14.1
12452026-04-28T20:03:47.349Z Downloaded zerocopy v0.6.6
12462026-04-28T20:03:47.349Z Downloaded reedline v0.40.0
12472026-04-28T20:03:47.349Z Downloaded tracing-core v0.1.36
12482026-04-28T20:03:47.349Z Downloaded aws-lc-rs v1.16.0
12492026-04-28T20:03:47.349Z Downloaded zopfli v0.8.3
12502026-04-28T20:03:47.349Z Downloaded unsafe-libyaml v0.2.11
12512026-04-28T20:03:47.349Z Downloaded toml_edit v0.19.15
12522026-04-28T20:03:47.349Z Downloaded tokio-postgres v0.7.16
12532026-04-28T20:03:47.349Z Downloaded unicode-bidi v0.3.18
12542026-04-28T20:03:47.349Z Downloaded zip v0.6.6
12552026-04-28T20:03:47.349Z Downloaded bitvec v1.0.1
12562026-04-28T20:03:47.349Z Downloaded ssh-key v0.6.7
12572026-04-28T20:03:47.353Z Downloaded regex v1.12.3
12582026-04-28T20:03:47.353Z Downloaded zerocopy-derive v0.8.40
12592026-04-28T20:03:47.353Z Downloaded rayon v1.11.0
12602026-04-28T20:03:47.353Z Downloaded reqwest v0.13.2
12612026-04-28T20:03:47.353Z Downloaded unicode_categories v0.1.1
12622026-04-28T20:03:47.353Z Downloaded yansi v1.0.1
12632026-04-28T20:03:47.353Z Downloaded git2 v0.20.4
12642026-04-28T20:03:47.353Z Downloaded unicode-segmentation v1.12.0
12652026-04-28T20:03:47.353Z Downloaded moka v0.12.13
12662026-04-28T20:03:47.353Z Downloaded lalrpop v0.19.12
12672026-04-28T20:03:47.353Z Downloaded chrono v0.4.44
12682026-04-28T20:03:47.353Z Downloaded tower v0.5.3
12692026-04-28T20:03:47.353Z Downloaded portable-atomic v1.13.1
12702026-04-28T20:03:47.353Z Downloaded bindgen v0.71.1
12712026-04-28T20:03:47.353Z Downloaded typed-path v0.9.3
12722026-04-28T20:03:47.353Z Downloaded rustls-webpki v0.102.8
12732026-04-28T20:03:47.353Z Downloaded tough v0.20.0
12742026-04-28T20:03:47.353Z Downloaded quick-xml v0.37.5
12752026-04-28T20:03:47.353Z Downloaded curve25519-dalek v4.1.3
12762026-04-28T20:03:47.353Z Downloaded tower-http v0.6.8
12772026-04-28T20:03:47.354Z Downloaded p384 v0.13.1
12782026-04-28T20:03:47.354Z Downloaded radix_trie v0.2.1
12792026-04-28T20:03:47.354Z Downloaded proptest v1.10.0
12802026-04-28T20:03:47.354Z Downloaded x509-cert v0.2.5
12812026-04-28T20:03:47.354Z Downloaded tokio-util v0.7.18
12822026-04-28T20:03:47.354Z Downloaded salty v0.3.0
12832026-04-28T20:03:47.354Z Downloaded goblin v0.10.5
12842026-04-28T20:03:47.354Z Downloaded rustls-webpki v0.101.7
12852026-04-28T20:03:47.354Z Downloaded dropshot v0.17.0
12862026-04-28T20:03:47.354Z Downloaded tabled v0.20.0
12872026-04-28T20:03:47.354Z Downloaded unicode-normalization v0.1.25
12882026-04-28T20:03:47.354Z Downloaded zip v4.6.1
12892026-04-28T20:03:47.354Z Downloaded time v0.3.47
12902026-04-28T20:03:47.354Z Downloaded dropshot v0.16.7
12912026-04-28T20:03:47.354Z Downloaded petname v2.0.2
12922026-04-28T20:03:47.354Z Downloaded object v0.37.3
12932026-04-28T20:03:47.354Z Downloaded webpki-roots v1.0.6
12942026-04-28T20:03:47.354Z Downloaded nix v0.31.2
12952026-04-28T20:03:47.354Z Downloaded reqwest v0.12.28
12962026-04-28T20:03:47.354Z Downloaded serde_with v3.17.0
12972026-04-28T20:03:47.354Z Downloaded diesel v2.3.7
12982026-04-28T20:03:47.354Z Downloaded regex-syntax v0.8.10
12992026-04-28T20:03:47.354Z Downloaded nix v0.27.1
13002026-04-28T20:03:47.354Z Downloaded object v0.30.4
13012026-04-28T20:03:47.354Z Downloaded winnow v0.5.40
13022026-04-28T20:03:47.354Z Downloaded winnow v0.6.26
13032026-04-28T20:03:47.354Z Downloaded sqlparser v0.61.0
13042026-04-28T20:03:47.354Z Downloaded quinn-proto v0.11.13
13052026-04-28T20:03:47.354Z Downloaded tracing v0.1.44
13062026-04-28T20:03:47.354Z Downloaded openssl v0.10.75
13072026-04-28T20:03:47.354Z Downloaded polar-core v0.27.3
13082026-04-28T20:03:47.354Z Downloaded regex-syntax v0.6.29
13092026-04-28T20:03:47.354Z Downloaded petgraph v0.6.5
13102026-04-28T20:03:47.354Z Downloaded zlib-rs v0.6.2
13112026-04-28T20:03:47.354Z Downloaded bstr v1.12.1
13122026-04-28T20:03:47.354Z Downloaded rustls v0.21.12
13132026-04-28T20:03:47.354Z Downloaded nix v0.29.0
13142026-04-28T20:03:47.354Z Downloaded nix v0.28.0
13152026-04-28T20:03:47.354Z Downloaded petgraph v0.8.3
13162026-04-28T20:03:47.355Z Downloaded vcpkg v0.2.15
13172026-04-28T20:03:47.362Z Downloaded smoltcp v0.9.1
13182026-04-28T20:03:47.368Z Downloaded hickory-proto v0.24.4
13192026-04-28T20:03:47.376Z Downloaded csv v1.4.0
13202026-04-28T20:03:47.388Z Downloaded openapiv3 v2.2.0
13212026-04-28T20:03:47.394Z Downloaded zerocopy v0.8.40
13222026-04-28T20:03:47.399Z Downloaded libz-sys v1.1.24
13232026-04-28T20:03:47.412Z Downloaded rustls v0.22.4
13242026-04-28T20:03:47.418Z Downloaded rustls v0.23.37
13252026-04-28T20:03:47.425Z Downloaded rustix v0.38.44
13262026-04-28T20:03:47.437Z Downloaded smoltcp v0.11.0
13272026-04-28T20:03:47.444Z Downloaded hickory-proto v0.25.2
13282026-04-28T20:03:47.452Z Downloaded regress v0.10.5
13292026-04-28T20:03:47.486Z Downloaded encoding_rs v0.8.35
13302026-04-28T20:03:47.521Z Downloaded libgit2-sys v0.18.3+1.9.2
13312026-04-28T20:03:47.553Z Downloaded sled v0.34.7
13322026-04-28T20:03:47.565Z Downloaded typify-impl v0.6.1
13332026-04-28T20:03:47.573Z Downloaded ratatui v0.29.0
13342026-04-28T20:03:47.600Z Downloaded typify-impl v0.4.3
13352026-04-28T20:03:47.609Z Downloaded bzip2-sys v0.1.13+1.0.8
13362026-04-28T20:03:47.618Z Downloaded zerocopy-derive v0.6.6
13372026-04-28T20:03:47.627Z Downloaded regex-automata v0.4.14
13382026-04-28T20:03:47.647Z Downloaded chrono-tz v0.10.4
13392026-04-28T20:03:47.667Z Downloaded jiff v0.2.21
13402026-04-28T20:03:47.708Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13412026-04-28T20:03:47.718Z Downloaded sha3 v0.10.8
13422026-04-28T20:03:47.722Z Downloaded tokio v1.52.1
13432026-04-28T20:03:47.805Z Downloaded ring v0.17.14
13442026-04-28T20:03:48.314Z Downloaded aws-lc-sys v0.37.1
13452026-04-28T20:03:48.563Z Compiling libc v0.2.185
13462026-04-28T20:03:48.563Z Compiling serde v1.0.228
13472026-04-28T20:03:48.567Z Compiling find-msvc-tools v0.1.9
13482026-04-28T20:03:48.567Z Compiling shlex v1.3.0
13492026-04-28T20:03:48.567Z Compiling log v0.4.29
13502026-04-28T20:03:48.567Z Compiling smallvec v1.15.1
13512026-04-28T20:03:48.567Z Compiling syn v2.0.117
13522026-04-28T20:03:48.567Z Compiling typenum v1.19.0
13532026-04-28T20:03:48.889Z Compiling generic-array v0.14.7
13542026-04-28T20:03:48.922Z Compiling subtle v2.6.1
13552026-04-28T20:03:48.936Z Compiling scopeguard v1.2.0
13562026-04-28T20:03:49.007Z Compiling const-oid v0.9.6
13572026-04-28T20:03:49.020Z Compiling lock_api v0.4.14
13582026-04-28T20:03:49.039Z Compiling portable-atomic v1.13.1
13592026-04-28T20:03:49.088Z Compiling zerocopy v0.8.40
13602026-04-28T20:03:49.126Z Compiling critical-section v1.2.0
13612026-04-28T20:03:49.233Z Compiling serde_json v1.0.149
13622026-04-28T20:03:49.248Z Compiling pin-project-lite v0.2.17
13632026-04-28T20:03:49.352Z Compiling parking_lot_core v0.9.12
13642026-04-28T20:03:49.552Z Compiling getrandom v0.2.17
13652026-04-28T20:03:49.582Z Compiling jobserver v0.1.34
13662026-04-28T20:03:49.604Z Compiling errno v0.3.14
13672026-04-28T20:03:49.720Z Compiling rand_core v0.6.4
13682026-04-28T20:03:49.752Z Compiling pkg-config v0.3.32
13692026-04-28T20:03:49.780Z Compiling signal-hook-registry v1.4.8
13702026-04-28T20:03:49.958Z Compiling cc v1.2.56
13712026-04-28T20:03:49.987Z Compiling bitflags v2.11.0
13722026-04-28T20:03:50.040Z Compiling once_cell v1.21.3
13732026-04-28T20:03:50.055Z Compiling libm v0.2.16
13742026-04-28T20:03:50.104Z Compiling parking_lot v0.12.5
13752026-04-28T20:03:50.213Z Compiling mio v1.2.0
13762026-04-28T20:03:50.248Z Compiling num-traits v0.2.19
13772026-04-28T20:03:50.293Z Compiling futures-core v0.3.32
13782026-04-28T20:03:50.446Z Compiling percent-encoding v2.3.2
13792026-04-28T20:03:50.589Z Compiling socket2 v0.6.3
13802026-04-28T20:03:50.639Z Compiling allocator-api2 v0.2.21
13812026-04-28T20:03:50.677Z Compiling futures-sink v0.3.32
13822026-04-28T20:03:50.730Z Compiling cpufeatures v0.2.17
13832026-04-28T20:03:50.745Z Compiling foldhash v0.2.0
13842026-04-28T20:03:50.782Z Compiling futures-channel v0.3.32
13852026-04-28T20:03:50.807Z Compiling futures-task v0.3.32
13862026-04-28T20:03:50.967Z Compiling hashbrown v0.16.1
13872026-04-28T20:03:50.967Z Compiling getrandom v0.4.1
13882026-04-28T20:03:50.995Z Compiling slab v0.4.12
13892026-04-28T20:03:51.008Z Compiling futures-io v0.3.32
13902026-04-28T20:03:51.022Z Compiling getrandom v0.3.4
13912026-04-28T20:03:51.175Z Compiling rustversion v1.0.22
13922026-04-28T20:03:51.178Z Compiling rand_core v0.10.0
13932026-04-28T20:03:51.579Z Compiling indexmap v2.13.0
13942026-04-28T20:03:51.594Z Compiling synstructure v0.13.2
13952026-04-28T20:03:51.620Z Compiling cmake v0.1.57
13962026-04-28T20:03:51.642Z Compiling form_urlencoded v1.2.2
13972026-04-28T20:03:51.824Z Compiling dunce v1.0.5
13982026-04-28T20:03:51.928Z Compiling ident_case v1.0.1
13992026-04-28T20:03:51.954Z Compiling fs_extra v1.3.0
14002026-04-28T20:03:52.017Z Compiling base64ct v1.8.3
14012026-04-28T20:03:52.032Z Compiling flagset v0.4.7
14022026-04-28T20:03:52.058Z Compiling rand_core v0.9.5
14032026-04-28T20:03:52.168Z Compiling iana-time-zone v0.1.65
14042026-04-28T20:03:52.192Z Compiling rustix v1.1.3
14052026-04-28T20:03:52.208Z Compiling ring v0.17.14
14062026-04-28T20:03:52.232Z Compiling aws-lc-sys v0.37.1
14072026-04-28T20:03:52.249Z Compiling uuid v1.23.0
14082026-04-28T20:03:52.326Z Compiling pem-rfc7468 v0.7.0
14092026-04-28T20:03:52.344Z Compiling rustc_version v0.4.1
14102026-04-28T20:03:52.376Z Compiling aws-lc-rs v1.16.0
14112026-04-28T20:03:52.642Z Compiling regex-syntax v0.8.10
14122026-04-28T20:03:52.675Z Compiling vcpkg v0.2.15
14132026-04-28T20:03:52.678Z Compiling tracing-core v0.1.36
14142026-04-28T20:03:52.973Z Compiling pest_generator v2.8.6
14152026-04-28T20:03:53.258Z Compiling serde_derive_internals v0.29.1
14162026-04-28T20:03:53.420Z Compiling serde_derive v1.0.228
14172026-04-28T20:03:53.439Z Compiling zeroize_derive v1.4.3
14182026-04-28T20:03:53.715Z Compiling zerofrom-derive v0.1.6
14192026-04-28T20:03:53.982Z Compiling yoke-derive v0.8.1
14202026-04-28T20:03:54.097Z Compiling zeroize v1.8.2
14212026-04-28T20:03:54.206Z Compiling zerocopy-derive v0.8.40
14222026-04-28T20:03:54.895Z Compiling crypto-common v0.1.7
14232026-04-28T20:03:55.043Z Compiling block-buffer v0.10.4
14242026-04-28T20:03:55.081Z Compiling zerovec-derive v0.11.2
14252026-04-28T20:03:55.162Z Compiling zerofrom v0.1.6
14262026-04-28T20:03:55.205Z Compiling digest v0.10.7
14272026-04-28T20:03:55.219Z Compiling displaydoc v0.2.5
14282026-04-28T20:03:55.286Z Compiling yoke v0.8.1
14292026-04-28T20:03:55.446Z Compiling tokio-macros v2.7.0
14302026-04-28T20:03:55.487Z Compiling hmac v0.12.1
14312026-04-28T20:03:55.694Z Compiling futures-macro v0.3.32
14322026-04-28T20:03:55.994Z Compiling zerotrie v0.2.3
14332026-04-28T20:03:56.172Z Compiling block-padding v0.3.3
14342026-04-28T20:03:56.209Z Compiling zerovec v0.11.5
14352026-04-28T20:03:56.293Z Compiling inout v0.1.4
14362026-04-28T20:03:56.333Z Compiling sha2 v0.10.9
14372026-04-28T20:03:56.465Z Compiling cipher v0.4.4
14382026-04-28T20:03:56.492Z Compiling futures-util v0.3.32
14392026-04-28T20:03:56.715Z Compiling tinystr v0.8.2
14402026-04-28T20:03:56.730Z Compiling potential_utf v0.1.4
14412026-04-28T20:03:56.869Z Compiling icu_collections v2.1.1
14422026-04-28T20:03:56.894Z Compiling icu_locale_core v2.1.1
14432026-04-28T20:03:56.920Z Compiling bytes v1.11.1
14442026-04-28T20:03:56.984Z Compiling der_derive v0.7.3
14452026-04-28T20:03:57.341Z Compiling chrono v0.4.44
14462026-04-28T20:03:57.525Z Compiling icu_provider v2.1.1
14472026-04-28T20:03:57.597Z Compiling tokio v1.52.1
14482026-04-28T20:03:57.762Z Compiling icu_normalizer v2.1.1
14492026-04-28T20:03:57.812Z Compiling icu_properties v2.1.2
14502026-04-28T20:03:57.934Z Compiling der v0.7.10
14512026-04-28T20:03:58.303Z Compiling http v1.4.0
14522026-04-28T20:03:58.641Z Compiling idna_adapter v1.2.1
14532026-04-28T20:03:58.705Z Compiling ppv-lite86 v0.2.21
14542026-04-28T20:03:58.729Z Compiling salsa20 v0.10.2
14552026-04-28T20:03:58.780Z Compiling idna v1.1.0
14562026-04-28T20:03:58.867Z Compiling spki v0.7.3
14572026-04-28T20:03:58.889Z Compiling pbkdf2 v0.12.2
14582026-04-28T20:03:59.005Z Compiling thiserror-impl v2.0.18
14592026-04-28T20:03:59.023Z Compiling rand_chacha v0.9.0
14602026-04-28T20:03:59.068Z Compiling url v2.5.8
14612026-04-28T20:03:59.122Z Compiling scrypt v0.11.0
14622026-04-28T20:03:59.198Z Compiling cbc v0.1.2
14632026-04-28T20:03:59.346Z Compiling aes v0.8.4
14642026-04-28T20:03:59.374Z Compiling rustls-pki-types v1.14.0
14652026-04-28T20:03:59.421Z Compiling openssl-sys v0.9.111
14662026-04-28T20:03:59.717Z Compiling tracing-attributes v0.1.31
14672026-04-28T20:03:59.815Z Compiling pkcs5 v0.7.1
14682026-04-28T20:03:59.844Z Compiling rand v0.9.2
14692026-04-28T20:03:59.996Z Compiling http-body v1.0.1
14702026-04-28T20:04:00.149Z Compiling openssl-probe v0.2.1
14712026-04-28T20:04:00.288Z Compiling httparse v1.10.1
14722026-04-28T20:04:00.323Z Compiling untrusted v0.7.1
14732026-04-28T20:04:00.326Z Compiling thiserror v2.0.18
14742026-04-28T20:04:00.393Z Compiling base64 v0.22.1
14752026-04-28T20:04:00.430Z Compiling schemars v0.8.22
14762026-04-28T20:04:00.459Z Compiling untrusted v0.9.0
14772026-04-28T20:04:00.668Z Compiling pkcs8 v0.10.2
14782026-04-28T20:04:00.699Z Compiling schemars_derive v0.8.22
14792026-04-28T20:04:00.713Z Compiling pest_derive v2.8.6
14802026-04-28T20:04:00.739Z Compiling scroll_derive v0.13.1
14812026-04-28T20:04:00.979Z Compiling darling_core v0.20.11
14822026-04-28T20:04:01.024Z Compiling tracing v0.1.44
14832026-04-28T20:04:01.137Z Compiling tower-service v0.3.3
14842026-04-28T20:04:01.237Z Compiling atomic-waker v1.1.2
14852026-04-28T20:04:01.293Z Compiling tower-layer v0.3.3
14862026-04-28T20:04:01.364Z Compiling tokio-util v0.7.18
14872026-04-28T20:04:01.460Z Compiling dyn-clone v1.0.20
14882026-04-28T20:04:01.543Z Compiling rustls v0.23.37
14892026-04-28T20:04:01.599Z Compiling tinyvec_macros v0.1.1
14902026-04-28T20:04:01.674Z Compiling try-lock v0.2.5
14912026-04-28T20:04:01.715Z Compiling tinyvec v1.10.0
14922026-04-28T20:04:01.785Z Compiling want v0.3.1
14932026-04-28T20:04:01.955Z Compiling scroll v0.13.0
14942026-04-28T20:04:02.063Z Compiling h2 v0.4.13
14952026-04-28T20:04:02.405Z Compiling ipnet v2.11.0
14962026-04-28T20:04:02.424Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-04-28T20:04:02.510Z Compiling spin v0.9.8
14982026-04-28T20:04:02.718Z Compiling aho-corasick v1.1.4
14992026-04-28T20:04:02.801Z Compiling num-conv v0.2.0
15002026-04-28T20:04:02.901Z Compiling powerfmt v0.2.0
15012026-04-28T20:04:02.934Z Compiling crc32fast v1.5.0
15022026-04-28T20:04:03.105Z Compiling foreign-types-shared v0.1.1
15032026-04-28T20:04:03.201Z Compiling pin-utils v0.1.0
15042026-04-28T20:04:03.212Z Compiling time-core v0.1.8
15052026-04-28T20:04:03.240Z Compiling darling_macro v0.20.11
15062026-04-28T20:04:03.256Z Compiling openssl v0.10.75
15072026-04-28T20:04:03.272Z Compiling httpdate v1.0.3
15082026-04-28T20:04:03.295Z Compiling tempfile v3.25.0
15092026-04-28T20:04:03.356Z Compiling time-macros v0.2.27
15102026-04-28T20:04:03.510Z Compiling regex-automata v0.4.14
15112026-04-28T20:04:03.539Z Compiling foreign-types v0.3.2
15122026-04-28T20:04:03.616Z Compiling deranged v0.5.8
15132026-04-28T20:04:03.703Z Compiling darling v0.20.11
15142026-04-28T20:04:03.786Z Compiling goblin v0.10.5
15152026-04-28T20:04:04.408Z Compiling openssl-macros v0.1.1
15162026-04-28T20:04:04.572Z Compiling wait-timeout v0.2.1
15172026-04-28T20:04:04.809Z Compiling simd-adler32 v0.3.8
15182026-04-28T20:04:04.852Z Compiling quick-error v1.2.3
15192026-04-28T20:04:04.932Z Compiling siphasher v1.0.2
15202026-04-28T20:04:04.950Z Compiling bit-vec v0.8.0
15212026-04-28T20:04:05.047Z Compiling hyper v1.8.1
15222026-04-28T20:04:05.118Z Compiling usdt-impl v0.6.0
15232026-04-28T20:04:05.181Z Compiling native-tls v0.2.18
15242026-04-28T20:04:05.327Z Compiling syn v1.0.109
15252026-04-28T20:04:05.381Z Compiling crossbeam-utils v0.8.21
15262026-04-28T20:04:05.686Z Compiling num_threads v0.1.7
15272026-04-28T20:04:05.786Z Compiling time v0.3.47
15282026-04-28T20:04:05.839Z Compiling bit-set v0.8.0
15292026-04-28T20:04:06.005Z Compiling rusty-fork v0.3.1
15302026-04-28T20:04:06.330Z Compiling hyper-util v0.1.20
15312026-04-28T20:04:06.661Z Compiling dof v0.4.0
15322026-04-28T20:04:07.401Z Compiling derive_builder_core v0.20.2
15332026-04-28T20:04:07.847Z Compiling unicode-normalization v0.1.25
15342026-04-28T20:04:07.883Z Compiling dtrace-parser v0.3.0
15352026-04-28T20:04:08.052Z Compiling rustls-native-certs v0.8.3
15362026-04-28T20:04:08.068Z Compiling signature v2.2.0
15372026-04-28T20:04:08.244Z Compiling thiserror-impl v1.0.69
15382026-04-28T20:04:08.247Z Compiling scroll_derive v0.12.1
15392026-04-28T20:04:08.288Z Compiling heapless v0.7.17
15402026-04-28T20:04:08.334Z Compiling rand_xorshift v0.4.0
15412026-04-28T20:04:08.500Z Compiling slog v2.8.2
15422026-04-28T20:04:08.528Z Compiling darling_core v0.21.3
15432026-04-28T20:04:08.623Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-04-28T20:04:08.680Z Compiling sync_wrapper v1.0.2
15452026-04-28T20:04:08.788Z Compiling thread-id v5.1.0
15462026-04-28T20:04:08.875Z Compiling cookie v0.18.1
15472026-04-28T20:04:08.898Z Compiling paste v1.0.15
15482026-04-28T20:04:08.912Z Compiling unarray v0.1.4
15492026-04-28T20:04:08.912Z Compiling unicode-bidi v0.3.18
15502026-04-28T20:04:09.020Z Compiling adler2 v2.0.1
15512026-04-28T20:04:09.051Z Compiling signal-hook v0.3.18
15522026-04-28T20:04:09.152Z Compiling anyhow v1.0.102
15532026-04-28T20:04:09.167Z Compiling zstd-safe v7.2.4
15542026-04-28T20:04:09.222Z Compiling unicode-properties v0.1.4
15552026-04-28T20:04:09.425Z Compiling stringprep v0.1.5
15562026-04-28T20:04:09.443Z Compiling miniz_oxide v0.8.9
15572026-04-28T20:04:09.499Z Compiling proptest v1.10.0
15582026-04-28T20:04:09.514Z Compiling thiserror v1.0.69
15592026-04-28T20:04:09.617Z Compiling scroll v0.12.0
15602026-04-28T20:04:09.881Z Compiling tower v0.5.3
15612026-04-28T20:04:10.112Z Compiling derive_builder_macro v0.20.2
15622026-04-28T20:04:10.447Z Compiling ipnetwork v0.21.1
15632026-04-28T20:04:10.577Z Compiling http-body-util v0.1.3
15642026-04-28T20:04:10.655Z Compiling webpki-roots v1.0.6
15652026-04-28T20:04:10.782Z Compiling rand_chacha v0.3.1
15662026-04-28T20:04:10.824Z Compiling serde_spanned v0.6.9
15672026-04-28T20:04:10.894Z Compiling erased-serde v0.3.31
15682026-04-28T20:04:10.956Z Compiling toml_datetime v0.6.11
15692026-04-28T20:04:10.970Z Compiling serde_tokenstream v0.2.3
15702026-04-28T20:04:11.052Z Compiling darling_macro v0.21.3
15712026-04-28T20:04:11.222Z Compiling md-5 v0.10.6
15722026-04-28T20:04:11.288Z Compiling zerocopy-derive v0.7.35
15732026-04-28T20:04:11.389Z Compiling curve25519-dalek v4.1.3
15742026-04-28T20:04:11.389Z Compiling vergen-lib v0.1.6
15752026-04-28T20:04:11.527Z Compiling num-integer v0.1.46
15762026-04-28T20:04:11.576Z Compiling hash32 v0.2.1
15772026-04-28T20:04:11.606Z Compiling ff v0.13.1
15782026-04-28T20:04:11.748Z Compiling memoffset v0.9.1
15792026-04-28T20:04:11.759Z Compiling fallible-iterator v0.2.0
15802026-04-28T20:04:11.771Z Compiling smoltcp v0.9.1
15812026-04-28T20:04:11.854Z Compiling base16ct v0.2.0
15822026-04-28T20:04:11.934Z Compiling ryu v1.0.23
15832026-04-28T20:04:12.031Z Compiling ref-cast v1.0.25
15842026-04-28T20:04:12.059Z Compiling psl-types v2.0.11
15852026-04-28T20:04:12.108Z Compiling rustix v0.38.44
15862026-04-28T20:04:12.123Z Compiling litrs v1.0.0
15872026-04-28T20:04:12.156Z Compiling cfg_aliases v0.2.1
15882026-04-28T20:04:12.183Z Compiling zlib-rs v0.6.2
15892026-04-28T20:04:12.231Z Compiling num-bigint-dig v0.8.6
15902026-04-28T20:04:12.335Z Compiling iri-string v0.7.10
15912026-04-28T20:04:12.493Z Compiling nix v0.31.2
15922026-04-28T20:04:12.550Z Compiling zerocopy v0.7.35
15932026-04-28T20:04:12.627Z Compiling document-features v0.2.12
15942026-04-28T20:04:12.852Z Compiling publicsuffix v2.3.0
15952026-04-28T20:04:13.051Z Compiling serde_urlencoded v0.7.1
15962026-04-28T20:04:13.075Z Compiling postgres-protocol v0.6.10
15972026-04-28T20:04:13.214Z Compiling sec1 v0.7.3
15982026-04-28T20:04:13.399Z Compiling newtype-uuid v1.3.2
15992026-04-28T20:04:13.491Z Compiling tower-http v0.6.8
16002026-04-28T20:04:13.615Z Compiling num-iter v0.1.45
16012026-04-28T20:04:13.805Z Compiling group v0.13.0
16022026-04-28T20:04:13.840Z Compiling darling v0.21.3
16032026-04-28T20:04:13.923Z Compiling rand v0.8.5
16042026-04-28T20:04:13.979Z Compiling oxnet v0.1.4
16052026-04-28T20:04:14.188Z Compiling hubpack_derive v0.1.1
16062026-04-28T20:04:14.203Z Compiling derive_builder v0.20.2
16072026-04-28T20:04:14.277Z Compiling tokio-native-tls v0.3.1
16082026-04-28T20:04:14.426Z Compiling goblin v0.8.2
16092026-04-28T20:04:14.793Z Compiling regex v1.12.3
16102026-04-28T20:04:15.044Z Compiling flate2 v1.1.9
16112026-04-28T20:04:15.111Z Compiling phf_shared v0.13.1
16122026-04-28T20:04:15.125Z Compiling lazy_static v1.5.0
16132026-04-28T20:04:15.219Z Compiling cargo-platform v0.1.9
16142026-04-28T20:04:15.233Z Compiling hkdf v0.12.4
16152026-04-28T20:04:15.352Z Compiling crypto-bigint v0.5.5
16162026-04-28T20:04:15.401Z Compiling terminal_size v0.4.3
16172026-04-28T20:04:15.412Z Compiling daft-derive v0.1.5
16182026-04-28T20:04:15.451Z Compiling strum_macros v0.27.2
16192026-04-28T20:04:15.479Z Compiling async-trait v0.1.89
16202026-04-28T20:04:15.554Z Compiling ref-cast-impl v1.0.25
16212026-04-28T20:04:16.106Z Compiling curve25519-dalek-derive v0.1.1
16222026-04-28T20:04:16.123Z Compiling vergen v9.0.6
16232026-04-28T20:04:16.305Z Compiling fs-err v3.3.0
16242026-04-28T20:04:16.500Z Compiling ahash v0.8.12
16252026-04-28T20:04:16.534Z Compiling winnow v0.5.40
16262026-04-28T20:04:16.710Z Compiling bitflags v1.3.2
16272026-04-28T20:04:16.758Z Compiling foldhash v0.1.5
16282026-04-28T20:04:16.793Z Compiling bumpalo v3.20.2
16292026-04-28T20:04:16.936Z Compiling libbz2-rs-sys v0.2.2
16302026-04-28T20:04:17.048Z Compiling object v0.37.3
16312026-04-28T20:04:17.319Z Compiling managed v0.8.0
16322026-04-28T20:04:17.467Z Compiling unicode-segmentation v1.12.0
16332026-04-28T20:04:17.522Z Compiling clap_builder v4.5.60
16342026-04-28T20:04:17.624Z Compiling strum v0.27.2
16352026-04-28T20:04:17.765Z Compiling bzip2 v0.6.1
16362026-04-28T20:04:17.852Z Compiling toml_edit v0.19.15
16372026-04-28T20:04:17.959Z Compiling zopfli v0.8.3
16382026-04-28T20:04:17.994Z Compiling hashbrown v0.15.5
16392026-04-28T20:04:18.401Z Compiling dof v0.3.0
16402026-04-28T20:04:18.617Z Compiling elliptic-curve v0.13.8
16412026-04-28T20:04:18.661Z Compiling daft v0.1.5
16422026-04-28T20:04:19.015Z Compiling cargo_metadata v0.19.2
16432026-04-28T20:04:19.044Z Compiling phf v0.13.1
16442026-04-28T20:04:19.219Z Compiling signal-hook-mio v0.2.5
16452026-04-28T20:04:19.333Z Compiling cookie_store v0.22.1
16462026-04-28T20:04:20.337Z Compiling hubpack v0.1.2
16472026-04-28T20:04:20.351Z Compiling zstd v0.13.3
16482026-04-28T20:04:20.464Z Compiling hyper-tls v0.6.0
16492026-04-28T20:04:20.511Z Compiling bzip2 v0.4.4
16502026-04-28T20:04:20.546Z Compiling serde_with_macros v3.17.0
16512026-04-28T20:04:20.576Z Compiling postgres-types v0.2.12
16522026-04-28T20:04:20.754Z Compiling usdt-macro v0.6.0
16532026-04-28T20:04:20.763Z Compiling usdt-attr-macro v0.6.0
16542026-04-28T20:04:21.028Z Compiling dtrace-parser v0.2.0
16552026-04-28T20:04:21.123Z Compiling ed25519 v2.2.3
16562026-04-28T20:04:21.489Z Compiling bstr v1.12.1
16572026-04-28T20:04:21.555Z Compiling phf_shared v0.11.3
16582026-04-28T20:04:21.667Z Compiling pkcs1 v0.7.5
16592026-04-28T20:04:21.742Z Compiling serde-big-array v0.5.1
16602026-04-28T20:04:21.794Z Compiling hex v0.4.3
16612026-04-28T20:04:21.846Z Compiling rfc6979 v0.4.0
16622026-04-28T20:04:21.878Z Compiling serde_repr v0.1.20
16632026-04-28T20:04:21.973Z Compiling clap_derive v4.5.55
16642026-04-28T20:04:22.046Z Compiling strum_macros v0.26.4
16652026-04-28T20:04:22.061Z Compiling enum-as-inner v0.6.1
16662026-04-28T20:04:22.065Z Compiling float-cmp v0.10.0
16672026-04-28T20:04:22.146Z Compiling memmap2 v0.9.10
16682026-04-28T20:04:22.213Z Compiling thread-id v4.2.2
16692026-04-28T20:04:22.315Z Compiling env_filter v1.0.0
16702026-04-28T20:04:22.359Z Compiling encoding_rs v0.8.35
16712026-04-28T20:04:22.406Z Compiling fixedbitset v0.4.2
16722026-04-28T20:04:22.581Z Compiling whoami v2.1.0
16732026-04-28T20:04:22.620Z Compiling data-encoding v2.10.0
16742026-04-28T20:04:22.627Z Compiling rustc-hash v2.1.1
16752026-04-28T20:04:22.752Z Compiling precomputed-hash v0.1.1
16762026-04-28T20:04:22.845Z Compiling static_assertions v1.1.0
16772026-04-28T20:04:22.925Z Compiling normalize-line-endings v0.3.0
16782026-04-28T20:04:22.953Z Compiling mime v0.3.17
16792026-04-28T20:04:23.028Z Compiling difflib v0.4.0
16802026-04-28T20:04:23.210Z Compiling keccak v0.1.6
16812026-04-28T20:04:23.312Z Compiling jiff v0.2.21
16822026-04-28T20:04:23.585Z Compiling new_debug_unreachable v1.0.6
16832026-04-28T20:04:23.673Z Compiling predicates-core v1.0.10
16842026-04-28T20:04:23.716Z Compiling either v1.15.0
16852026-04-28T20:04:23.781Z Compiling fixedbitset v0.5.7
16862026-04-28T20:04:23.843Z Compiling strum v0.26.3
16872026-04-28T20:04:23.889Z Compiling predicates v3.1.4
16882026-04-28T20:04:23.928Z Compiling itertools v0.13.0
16892026-04-28T20:04:23.970Z Compiling clap v4.5.60
16902026-04-28T20:04:24.029Z Compiling petgraph v0.8.3
16912026-04-28T20:04:24.051Z Compiling string_cache v0.8.9
16922026-04-28T20:04:24.091Z Compiling sha3 v0.10.8
16932026-04-28T20:04:24.281Z Compiling toml_edit v0.22.27
16942026-04-28T20:04:24.547Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16952026-04-28T20:04:24.561Z Compiling hickory-proto v0.25.2
16962026-04-28T20:04:24.781Z Compiling tokio-postgres v0.7.16
16972026-04-28T20:04:25.143Z Compiling iddqd v0.3.18
16982026-04-28T20:04:25.991Z Compiling zip v4.6.1
16992026-04-28T20:04:26.305Z Compiling petgraph v0.6.5
17002026-04-28T20:04:26.971Z Compiling env_logger v0.11.9
17012026-04-28T20:04:27.021Z Compiling usdt v0.6.0
17022026-04-28T20:04:27.067Z Compiling usdt-impl v0.5.0
17032026-04-28T20:04:27.287Z Compiling serde_with v3.17.0
17042026-04-28T20:04:27.324Z Compiling ecdsa v0.16.9
17052026-04-28T20:04:27.336Z Compiling similar v2.7.0
17062026-04-28T20:04:27.487Z Compiling rsa v0.9.10
17072026-04-28T20:04:27.651Z Compiling crossterm v0.28.1
17082026-04-28T20:04:27.714Z Compiling ed25519-dalek v2.2.0
17092026-04-28T20:04:28.207Z Compiling zip v0.6.6
17102026-04-28T20:04:28.776Z Compiling toml v0.7.8
17112026-04-28T20:04:29.203Z Compiling heck v0.4.1
17122026-04-28T20:04:29.207Z Compiling toml_parser v1.0.9+spec-1.1.0
17132026-04-28T20:04:29.231Z Compiling crossbeam-epoch v0.9.18
17142026-04-28T20:04:29.248Z Compiling tokio-stream v0.1.18
17152026-04-28T20:04:29.393Z Compiling buf-list v1.1.2
17162026-04-28T20:04:29.437Z Compiling x509-cert v0.2.5
17172026-04-28T20:04:29.552Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17182026-04-28T20:04:29.671Z Compiling openapiv3 v2.2.0
17192026-04-28T20:04:29.707Z Compiling sha1 v0.10.6
17202026-04-28T20:04:29.831Z Compiling toml_datetime v0.7.5+spec-1.1.0
17212026-04-28T20:04:29.857Z Compiling peg-runtime v0.8.5
17222026-04-28T20:04:29.930Z Compiling lalrpop-util v0.19.12
17232026-04-28T20:04:30.123Z Compiling thread_local v1.1.9
17242026-04-28T20:04:30.143Z Compiling slog-async v2.8.0
17252026-04-28T20:04:30.154Z Compiling crossbeam-channel v0.5.15
17262026-04-28T20:04:30.379Z Compiling futures-executor v0.3.32
17272026-04-28T20:04:30.458Z Compiling is-terminal v0.4.17
17282026-04-28T20:04:30.585Z Compiling filetime v0.2.27
17292026-04-28T20:04:30.639Z Compiling term v1.2.1
17302026-04-28T20:04:30.683Z Compiling take_mut v0.2.2
17312026-04-28T20:04:30.767Z Compiling xattr v1.6.1
17322026-04-28T20:04:30.868Z Compiling futures v0.3.32
17332026-04-28T20:04:30.932Z Compiling slog-term v2.9.2
17342026-04-28T20:04:30.946Z Compiling tar v0.4.45
17352026-04-28T20:04:38.171Z Compiling rustls-webpki v0.103.9
17362026-04-28T20:04:40.978Z Compiling tokio-rustls v0.26.4
17372026-04-28T20:04:40.978Z Compiling rustls-platform-verifier v0.6.2
17382026-04-28T20:04:41.175Z Compiling hyper-rustls v0.27.7
17392026-04-28T20:04:41.443Z Compiling reqwest v0.12.28
17402026-04-28T20:04:41.444Z Compiling reqwest v0.13.2
17412026-04-28T20:04:43.465Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17422026-04-28T20:04:43.668Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17432026-04-28T20:04:46.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17442026-04-28T20:04:46.629Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17452026-04-28T20:04:46.683ZApr 28 20:04:45.533 INFO Starting download, target: Cockroach
17462026-04-28T20:04:46.683ZApr 28 20:04:45.534 INFO Starting download, target: Clickhouse
17472026-04-28T20:04:46.683ZApr 28 20:04:45.534 INFO Starting download, target: DendriteStub
17482026-04-28T20:04:46.683ZApr 28 20:04:45.534 INFO Starting download, target: Console
17492026-04-28T20:04:46.687ZApr 28 20:04:45.534 INFO Starting download, target: MaghemiteMgd
17502026-04-28T20:04:46.687ZApr 28 20:04:45.534 INFO Starting download, target: TransceiverControl
17512026-04-28T20:04:46.687ZApr 28 20:04:45.534 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17522026-04-28T20:04:46.687ZApr 28 20:04:45.534 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17532026-04-28T20:04:46.687ZApr 28 20:04:45.534 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17542026-04-28T20:04:46.687ZApr 28 20:04:45.534 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17552026-04-28T20:04:46.687ZApr 28 20:04:45.534 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17562026-04-28T20:04:46.687ZApr 28 20:04:45.534 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17572026-04-28T20:04:46.963ZApr 28 20:04:45.811 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17582026-04-28T20:04:47.207ZApr 28 20:04:46.053 INFO Download complete, target: TransceiverControl
17592026-04-28T20:04:47.675ZApr 28 20:04:46.521 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17602026-04-28T20:04:47.944ZApr 28 20:04:46.794 INFO Download complete, target: Console
17612026-04-28T20:04:48.101ZApr 28 20:04:46.949 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17622026-04-28T20:04:48.234ZApr 28 20:04:47.084 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17632026-04-28T20:04:48.674ZApr 28 20:04:47.519 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17642026-04-28T20:04:49.633ZApr 28 20:04:48.095 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17652026-04-28T20:04:49.633ZApr 28 20:04:48.095 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17662026-04-28T20:04:50.414ZApr 28 20:04:49.261 INFO Download complete, target: DendriteStub
17672026-04-28T20:04:50.627ZApr 28 20:04:49.461 INFO Download complete, target: MaghemiteMgd
17682026-04-28T20:04:53.893ZApr 28 20:04:52.742 INFO Checking that binary works, target: Cockroach
17692026-04-28T20:04:53.991ZApr 28 20:04:52.839 INFO Download complete, target: Cockroach
17702026-04-28T20:04:55.491ZApr 28 20:04:54.340 INFO Checking that binary works, target: Clickhouse
17712026-04-28T20:04:55.596ZApr 28 20:04:54.433 INFO Download complete, target: Clickhouse
17722026-04-28T20:04:55.605ZAll builder prerequisites installed successfully, and PATH looks valid
17732026-04-28T20:04:55.605Z
17742026-04-28T20:04:55.606Zreal 2:56.066075530
17752026-04-28T20:04:55.606Zuser 7:17.889203640
17762026-04-28T20:04:55.606Zsys 1:24.884943946
17772026-04-28T20:04:55.606Ztrap 0.237436674
17782026-04-28T20:04:55.606Ztflt 0.654100857
17792026-04-28T20:04:55.606Zdflt 0.506555805
17802026-04-28T20:04:55.606Zkflt 0.024502987
17812026-04-28T20:04:55.606Zlock 21:02.907367879
17822026-04-28T20:04:55.606Zslp 21:27.119203559
17832026-04-28T20:04:55.606Zlat 42.780139619
17842026-04-28T20:04:55.606Zstop 1:59.917259909
17852026-04-28T20:04:55.606Z+ banner hack-check
17862026-04-28T20:04:55.606Z
17872026-04-28T20:04:55.606Z # # ## #### # # #### # # ###### #### # #
17882026-04-28T20:04:55.606Z # # # # # # # # # # # # # # # # #
17892026-04-28T20:04:55.606Z ###### # # # #### ##### # ###### ##### # ####
17902026-04-28T20:04:55.606Z # # ###### # # # # # # # # # #
17912026-04-28T20:04:55.606Z # # # # # # # # # # # # # # # # #
17922026-04-28T20:04:55.606Z # # # # #### # # #### # # ###### #### # #
17932026-04-28T20:04:55.606Z
17942026-04-28T20:04:55.606Z+ export CARGO_INCREMENTAL=0
17952026-04-28T20:04:55.606Z+ CARGO_INCREMENTAL=0
17962026-04-28T20:04:55.621Z+ ptime -m timeout 2h cargo xtask check-features --ci
17972026-04-28T20:04:56.129Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17982026-04-28T20:04:56.355Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17992026-04-28T20:04:58.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18002026-04-28T20:04:58.297Z Running `target/debug/xtask check-features --ci`
18012026-04-28T20:04:58.325Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18022026-04-28T20:04:58.332Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18032026-04-28T20:04:58.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18042026-04-28T20:04:58.876Z Running `target/debug/xtask download cargo-hack`
18052026-04-28T20:04:59.635Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18062026-04-28T20:04:59.957Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18072026-04-28T20:05:02.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
18082026-04-28T20:05:02.551Z Running `target/debug/xtask-downloader cargo-hack`
18092026-04-28T20:05:02.590ZApr 28 20:05:01.438 INFO Starting download, target: CargoHack
18102026-04-28T20:05:02.593ZApr 28 20:05:01.439 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18112026-04-28T20:05:03.185ZApr 28 20:05:02.033 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18122026-04-28T20:05:03.233ZApr 28 20:05:02.081 INFO Download complete, target: CargoHack
18132026-04-28T20:05:03.236Zrunning: "/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"
18142026-04-28T20:05:03.249Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18152026-04-28T20:05:03.398Zinfo: running `cargo check --bins` on api_identity (1/272)
18162026-04-28T20:05:03.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-04-28T20:05:03.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-04-28T20:05:03.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-04-28T20:05:03.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18202026-04-28T20:05:03.976Z
18212026-04-28T20:05:03.976Zinfo: running `cargo check --bins` on bootstore (2/272)
18222026-04-28T20:05:04.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-04-28T20:05:04.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-04-28T20:05:04.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-04-28T20:05:04.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18262026-04-28T20:05:04.554Z
18272026-04-28T20:05:04.554Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
18282026-04-28T20:05:05.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-04-28T20:05:05.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-04-28T20:05:05.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-04-28T20:05:05.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18322026-04-28T20:05:05.125Z
18332026-04-28T20:05:05.125Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
18342026-04-28T20:05:05.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-04-28T20:05:05.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-04-28T20:05:05.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-04-28T20:05:05.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18382026-04-28T20:05:05.704Z
18392026-04-28T20:05:05.704Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18402026-04-28T20:05:06.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-04-28T20:05:06.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-04-28T20:05:06.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-04-28T20:05:06.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18442026-04-28T20:05:06.282Z
18452026-04-28T20:05:06.282Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18462026-04-28T20:05:06.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-04-28T20:05:06.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-04-28T20:05:06.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-04-28T20:05:06.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18502026-04-28T20:05:06.871Z
18512026-04-28T20:05:06.871Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18522026-04-28T20:05:07.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-04-28T20:05:07.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-04-28T20:05:07.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-04-28T20:05:07.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18562026-04-28T20:05:07.456Z
18572026-04-28T20:05:07.456Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18582026-04-28T20:05:07.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-04-28T20:05:07.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-04-28T20:05:07.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-04-28T20:05:07.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18622026-04-28T20:05:08.044Z
18632026-04-28T20:05:08.044Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18642026-04-28T20:05:08.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-04-28T20:05:08.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-04-28T20:05:08.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-04-28T20:05:08.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18682026-04-28T20:05:08.507Z
18692026-04-28T20:05:08.507Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
18702026-04-28T20:05:08.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-04-28T20:05:08.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-04-28T20:05:08.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-04-28T20:05:08.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18742026-04-28T20:05:08.978Z
18752026-04-28T20:05:08.978Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
18762026-04-28T20:05:09.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-04-28T20:05:09.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-04-28T20:05:09.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-04-28T20:05:09.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18802026-04-28T20:05:09.442Z
18812026-04-28T20:05:09.442Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
18822026-04-28T20:05:09.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-04-28T20:05:09.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-04-28T20:05:09.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-04-28T20:05:09.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18862026-04-28T20:05:09.904Z
18872026-04-28T20:05:09.904Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
18882026-04-28T20:05:10.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-04-28T20:05:10.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-04-28T20:05:10.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-04-28T20:05:10.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18922026-04-28T20:05:10.367Z
18932026-04-28T20:05:10.367Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
18942026-04-28T20:05:10.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-04-28T20:05:10.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-04-28T20:05:10.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-04-28T20:05:10.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18982026-04-28T20:05:10.856Z
18992026-04-28T20:05:10.856Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
19002026-04-28T20:05:11.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-04-28T20:05:11.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-04-28T20:05:11.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-04-28T20:05:11.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19042026-04-28T20:05:11.297Z
19052026-04-28T20:05:11.297Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
19062026-04-28T20:05:11.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-04-28T20:05:11.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-04-28T20:05:11.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-04-28T20:05:11.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19102026-04-28T20:05:11.763Z
19112026-04-28T20:05:11.763Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
19122026-04-28T20:05:12.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-04-28T20:05:12.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-04-28T20:05:12.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-04-28T20:05:12.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19162026-04-28T20:05:12.229Z
19172026-04-28T20:05:12.229Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
19182026-04-28T20:05:12.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-04-28T20:05:12.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-04-28T20:05:12.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-04-28T20:05:12.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19222026-04-28T20:05:12.692Z
19232026-04-28T20:05:12.692Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
19242026-04-28T20:05:13.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-04-28T20:05:13.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-04-28T20:05:13.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-04-28T20:05:13.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19282026-04-28T20:05:13.156Z
19292026-04-28T20:05:13.156Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
19302026-04-28T20:05:13.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-04-28T20:05:13.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-04-28T20:05:13.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-04-28T20:05:13.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19342026-04-28T20:05:13.625Z
19352026-04-28T20:05:13.625Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
19362026-04-28T20:05:14.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-04-28T20:05:14.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-04-28T20:05:14.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-04-28T20:05:14.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19402026-04-28T20:05:14.094Z
19412026-04-28T20:05:14.094Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19422026-04-28T20:05:14.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-04-28T20:05:14.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-04-28T20:05:14.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-04-28T20:05:14.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19462026-04-28T20:05:14.560Z
19472026-04-28T20:05:14.560Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19482026-04-28T20:05:14.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-04-28T20:05:14.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-04-28T20:05:14.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-04-28T20:05:14.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19522026-04-28T20:05:15.027Z
19532026-04-28T20:05:15.027Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19542026-04-28T20:05:15.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-04-28T20:05:15.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-04-28T20:05:15.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-04-28T20:05:15.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19582026-04-28T20:05:15.492Z
19592026-04-28T20:05:15.492Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19602026-04-28T20:05:15.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-04-28T20:05:15.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-04-28T20:05:15.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-04-28T20:05:15.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19642026-04-28T20:05:15.957Z
19652026-04-28T20:05:15.957Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19662026-04-28T20:05:16.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-04-28T20:05:16.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-04-28T20:05:16.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-04-28T20:05:16.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19702026-04-28T20:05:16.424Z
19712026-04-28T20:05:16.424Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
19722026-04-28T20:05:16.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-04-28T20:05:16.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-04-28T20:05:16.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-04-28T20:05:16.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19762026-04-28T20:05:16.890Z
19772026-04-28T20:05:16.890Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
19782026-04-28T20:05:17.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-04-28T20:05:17.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-04-28T20:05:17.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-04-28T20:05:17.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19822026-04-28T20:05:17.356Z
19832026-04-28T20:05:17.356Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
19842026-04-28T20:05:17.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-04-28T20:05:17.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-04-28T20:05:17.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-04-28T20:05:17.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19882026-04-28T20:05:17.822Z
19892026-04-28T20:05:17.822Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
19902026-04-28T20:05:18.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-04-28T20:05:18.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-04-28T20:05:18.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-04-28T20:05:18.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19942026-04-28T20:05:18.289Z
19952026-04-28T20:05:18.289Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
19962026-04-28T20:05:18.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-04-28T20:05:18.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-04-28T20:05:18.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-04-28T20:05:18.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20002026-04-28T20:05:18.751Z
20012026-04-28T20:05:18.751Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
20022026-04-28T20:05:19.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-04-28T20:05:19.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-04-28T20:05:19.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-04-28T20:05:19.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20062026-04-28T20:05:19.215Z
20072026-04-28T20:05:19.215Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
20082026-04-28T20:05:19.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-04-28T20:05:19.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-04-28T20:05:19.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-04-28T20:05:19.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20122026-04-28T20:05:19.677Z
20132026-04-28T20:05:19.677Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
20142026-04-28T20:05:20.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-04-28T20:05:20.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-04-28T20:05:20.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-04-28T20:05:20.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20182026-04-28T20:05:20.140Z
20192026-04-28T20:05:20.140Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
20202026-04-28T20:05:20.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-04-28T20:05:20.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-04-28T20:05:20.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-04-28T20:05:20.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20242026-04-28T20:05:20.603Z
20252026-04-28T20:05:20.603Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
20262026-04-28T20:05:21.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-04-28T20:05:21.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-04-28T20:05:21.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-04-28T20:05:21.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20302026-04-28T20:05:21.066Z
20312026-04-28T20:05:21.066Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
20322026-04-28T20:05:21.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-04-28T20:05:21.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-04-28T20:05:21.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-04-28T20:05:21.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20362026-04-28T20:05:21.533Z
20372026-04-28T20:05:21.533Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
20382026-04-28T20:05:21.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-04-28T20:05:21.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-04-28T20:05:21.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-04-28T20:05:21.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20422026-04-28T20:05:22.000Z
20432026-04-28T20:05:22.000Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20442026-04-28T20:05:22.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-04-28T20:05:22.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-04-28T20:05:22.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-04-28T20:05:22.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20482026-04-28T20:05:22.468Z
20492026-04-28T20:05:22.468Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20502026-04-28T20:05:22.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-04-28T20:05:22.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-04-28T20:05:22.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-04-28T20:05:22.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20542026-04-28T20:05:22.938Z
20552026-04-28T20:05:22.938Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20562026-04-28T20:05:23.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-04-28T20:05:23.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-04-28T20:05:23.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-04-28T20:05:23.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20602026-04-28T20:05:23.408Z
20612026-04-28T20:05:23.408Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20622026-04-28T20:05:23.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-04-28T20:05:23.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-04-28T20:05:23.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-04-28T20:05:23.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20662026-04-28T20:05:23.879Z
20672026-04-28T20:05:23.879Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20682026-04-28T20:05:24.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-04-28T20:05:24.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-04-28T20:05:24.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-04-28T20:05:24.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20722026-04-28T20:05:24.352Z
20732026-04-28T20:05:24.352Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
20742026-04-28T20:05:24.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-04-28T20:05:24.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-04-28T20:05:24.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-04-28T20:05:24.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20782026-04-28T20:05:24.823Z
20792026-04-28T20:05:24.823Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
20802026-04-28T20:05:25.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-04-28T20:05:25.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-04-28T20:05:25.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-04-28T20:05:25.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20842026-04-28T20:05:25.291Z
20852026-04-28T20:05:25.291Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
20862026-04-28T20:05:25.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-04-28T20:05:25.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-04-28T20:05:25.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-04-28T20:05:25.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20902026-04-28T20:05:25.760Z
20912026-04-28T20:05:25.760Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
20922026-04-28T20:05:26.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-04-28T20:05:26.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-04-28T20:05:26.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-04-28T20:05:26.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20962026-04-28T20:05:26.227Z
20972026-04-28T20:05:26.228Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
20982026-04-28T20:05:26.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-04-28T20:05:26.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-04-28T20:05:26.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-04-28T20:05:26.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21022026-04-28T20:05:26.696Z
21032026-04-28T20:05:26.696Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
21042026-04-28T20:05:27.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-04-28T20:05:27.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-04-28T20:05:27.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-04-28T20:05:27.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21082026-04-28T20:05:27.331Z
21092026-04-28T20:05:27.331Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
21102026-04-28T20:05:27.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-04-28T20:05:27.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-04-28T20:05:27.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-04-28T20:05:27.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21142026-04-28T20:05:27.962Z
21152026-04-28T20:05:27.962Zinfo: running `cargo check --bins` on nexus-config (51/272)
21162026-04-28T20:05:28.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-04-28T20:05:28.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-04-28T20:05:28.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-04-28T20:05:28.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21202026-04-28T20:05:28.595Z
21212026-04-28T20:05:28.595Zinfo: running `cargo check --bins` on nexus-types (52/272)
21222026-04-28T20:05:29.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-04-28T20:05:29.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-04-28T20:05:29.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-04-28T20:05:29.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21262026-04-28T20:05:29.228Z
21272026-04-28T20:05:29.228Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272)
21282026-04-28T20:05:29.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-04-28T20:05:29.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-04-28T20:05:29.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-04-28T20:05:29.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21322026-04-28T20:05:29.827Z
21332026-04-28T20:05:29.828Zinfo: running `cargo check --bins` on omicron-passwords (54/272)
21342026-04-28T20:05:30.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-04-28T20:05:30.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-04-28T20:05:30.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-04-28T20:05:30.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21382026-04-28T20:05:30.400Z
21392026-04-28T20:05:30.400Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/272)
21402026-04-28T20:05:30.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-04-28T20:05:30.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-04-28T20:05:30.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-04-28T20:05:30.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21442026-04-28T20:05:30.995Z
21452026-04-28T20:05:30.995Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272)
21462026-04-28T20:05:31.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-04-28T20:05:31.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-04-28T20:05:31.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-04-28T20:05:31.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21502026-04-28T20:05:31.589Z
21512026-04-28T20:05:31.589Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272)
21522026-04-28T20:05:32.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-04-28T20:05:32.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-04-28T20:05:32.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-04-28T20:05:32.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21562026-04-28T20:05:32.191Z
21572026-04-28T20:05:32.191Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272)
21582026-04-28T20:05:32.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-04-28T20:05:32.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-04-28T20:05:32.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-04-28T20:05:32.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21622026-04-28T20:05:32.793Z
21632026-04-28T20:05:32.793Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272)
21642026-04-28T20:05:33.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-04-28T20:05:33.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-04-28T20:05:33.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-04-28T20:05:33.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21682026-04-28T20:05:33.377Z
21692026-04-28T20:05:33.377Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272)
21702026-04-28T20:05:33.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-04-28T20:05:33.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-04-28T20:05:33.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-04-28T20:05:33.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21742026-04-28T20:05:33.960Z
21752026-04-28T20:05:33.960Zinfo: running `cargo check --bins --no-default-features` on gfss (61/272)
21762026-04-28T20:05:34.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-04-28T20:05:34.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-04-28T20:05:34.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-04-28T20:05:34.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21802026-04-28T20:05:34.539Z
21812026-04-28T20:05:34.539Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272)
21822026-04-28T20:05:35.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-04-28T20:05:35.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-04-28T20:05:35.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-04-28T20:05:35.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21862026-04-28T20:05:35.118Z
21872026-04-28T20:05:35.118Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/272)
21882026-04-28T20:05:35.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-04-28T20:05:35.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-04-28T20:05:35.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-04-28T20:05:35.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21922026-04-28T20:05:35.711Z
21932026-04-28T20:05:35.711Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/272)
21942026-04-28T20:05:36.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-04-28T20:05:36.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-04-28T20:05:36.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-04-28T20:05:36.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21982026-04-28T20:05:36.306Z
21992026-04-28T20:05:36.306Zinfo: running `cargo check --bins` on cockroach-admin-types (65/272)
22002026-04-28T20:05:36.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-04-28T20:05:36.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-04-28T20:05:36.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-04-28T20:05:36.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22042026-04-28T20:05:36.884Z
22052026-04-28T20:05:36.884Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/272)
22062026-04-28T20:05:37.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-04-28T20:05:37.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-04-28T20:05:37.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-04-28T20:05:37.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22102026-04-28T20:05:37.461Z
22112026-04-28T20:05:37.461Zinfo: running `cargo check --bins` on ereport-types (67/272)
22122026-04-28T20:05:37.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-04-28T20:05:37.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-04-28T20:05:37.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-04-28T20:05:37.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22162026-04-28T20:05:38.050Z
22172026-04-28T20:05:38.050Zinfo: running `cargo check --bins` on gateway-client (68/272)
22182026-04-28T20:05:38.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-04-28T20:05:38.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-04-28T20:05:38.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-04-28T20:05:38.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22222026-04-28T20:05:38.640Z
22232026-04-28T20:05:38.640Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/272)
22242026-04-28T20:05:39.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-04-28T20:05:39.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-04-28T20:05:39.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-04-28T20:05:39.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22282026-04-28T20:05:39.223Z
22292026-04-28T20:05:39.223Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272)
22302026-04-28T20:05:39.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-04-28T20:05:39.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-04-28T20:05:39.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-04-28T20:05:39.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22342026-04-28T20:05:39.811Z
22352026-04-28T20:05:39.811Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272)
22362026-04-28T20:05:40.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-04-28T20:05:40.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-04-28T20:05:40.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-04-28T20:05:40.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22402026-04-28T20:05:40.396Z
22412026-04-28T20:05:40.396Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272)
22422026-04-28T20:05:40.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-04-28T20:05:40.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-04-28T20:05:40.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-04-28T20:05:40.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22462026-04-28T20:05:40.978Z
22472026-04-28T20:05:40.978Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/272)
22482026-04-28T20:05:41.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-04-28T20:05:41.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-04-28T20:05:41.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-04-28T20:05:41.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22522026-04-28T20:05:41.589Z
22532026-04-28T20:05:41.589Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272)
22542026-04-28T20:05:42.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-04-28T20:05:42.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-04-28T20:05:42.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-04-28T20:05:42.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22582026-04-28T20:05:42.198Z
22592026-04-28T20:05:42.198Zinfo: running `cargo check --bins` on key-manager-types (75/272)
22602026-04-28T20:05:42.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-04-28T20:05:42.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-04-28T20:05:42.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-04-28T20:05:42.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22642026-04-28T20:05:42.800Z
22652026-04-28T20:05:42.800Zinfo: running `cargo check --bins` on oxlog (76/272)
22662026-04-28T20:05:43.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-04-28T20:05:43.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-04-28T20:05:43.382Z Checking cfg-if v1.0.4
22692026-04-28T20:05:43.385Z Checking libc v0.2.185
22702026-04-28T20:05:43.385Z Checking serde_core v1.0.228
22712026-04-28T20:05:43.499Z Checking zeroize v1.8.2
22722026-04-28T20:05:43.506Z Checking memchr v2.8.0
22732026-04-28T20:05:43.515Z Checking log v0.4.29
22742026-04-28T20:05:43.518Z Checking smallvec v1.15.1
22752026-04-28T20:05:43.533Z Checking typenum v1.19.0
22762026-04-28T20:05:43.543Z Checking subtle v2.6.1
22772026-04-28T20:05:43.639Z Checking itoa v1.0.17
22782026-04-28T20:05:43.672Z Checking scopeguard v1.2.0
22792026-04-28T20:05:43.685Z Checking const-oid v0.9.6
22802026-04-28T20:05:43.699Z Checking stable_deref_trait v1.2.1
22812026-04-28T20:05:43.768Z Checking lock_api v0.4.14
22822026-04-28T20:05:43.782Z Checking portable-atomic v1.13.1
22832026-04-28T20:05:43.782Z Checking zerofrom v0.1.6
22842026-04-28T20:05:43.870Z Checking critical-section v1.2.0
22852026-04-28T20:05:43.884Z Checking getrandom v0.2.17
22862026-04-28T20:05:43.895Z Checking errno v0.3.14
22872026-04-28T20:05:43.961Z Checking yoke v0.8.1
22882026-04-28T20:05:43.975Z Checking parking_lot_core v0.9.12
22892026-04-28T20:05:44.017Z Checking signal-hook-registry v1.4.8
22902026-04-28T20:05:44.031Z Checking rand_core v0.6.4
22912026-04-28T20:05:44.044Z Checking generic-array v0.14.7
22922026-04-28T20:05:44.121Z Checking zerovec v0.11.5
22932026-04-28T20:05:44.174Z Checking zerocopy v0.8.40
22942026-04-28T20:05:44.185Z Checking pin-project-lite v0.2.17
22952026-04-28T20:05:44.194Z Checking once_cell v1.21.3
22962026-04-28T20:05:44.204Z Checking parking_lot v0.12.5
22972026-04-28T20:05:44.270Z Checking mio v1.2.0
22982026-04-28T20:05:44.342Z Checking socket2 v0.6.3
22992026-04-28T20:05:44.364Z Checking libm v0.2.16
23002026-04-28T20:05:44.383Z Checking zmij v1.0.21
23012026-04-28T20:05:44.485Z Checking crypto-common v0.1.7
23022026-04-28T20:05:44.542Z Checking block-buffer v0.10.4
23032026-04-28T20:05:44.548Z Checking tinystr v0.8.2
23042026-04-28T20:05:44.584Z Checking equivalent v1.0.2
23052026-04-28T20:05:44.593Z Checking allocator-api2 v0.2.21
23062026-04-28T20:05:44.605Z Checking litemap v0.8.1
23072026-04-28T20:05:44.659Z Checking percent-encoding v2.3.2
23082026-04-28T20:05:44.688Z Checking digest v0.10.7
23092026-04-28T20:05:44.738Z Checking writeable v0.6.2
23102026-04-28T20:05:44.781Z Checking futures-core v0.3.32
23112026-04-28T20:05:44.800Z Checking potential_utf v0.1.4
23122026-04-28T20:05:44.865Z Checking zerotrie v0.2.3
23132026-04-28T20:05:44.877Z Checking cpufeatures v0.2.17
23142026-04-28T20:05:44.890Z Checking icu_locale_core v2.1.1
23152026-04-28T20:05:44.905Z Checking foldhash v0.2.0
23162026-04-28T20:05:44.924Z Checking icu_collections v2.1.1
23172026-04-28T20:05:44.946Z Checking hmac v0.12.1
23182026-04-28T20:05:44.957Z Checking serde v1.0.228
23192026-04-28T20:05:45.047Z Checking bitflags v2.11.0
23202026-04-28T20:05:45.057Z Checking num-traits v0.2.19
23212026-04-28T20:05:45.067Z Checking serde_json v1.0.149
23222026-04-28T20:05:45.103Z Checking hashbrown v0.16.1
23232026-04-28T20:05:45.223Z Checking block-padding v0.3.3
23242026-04-28T20:05:45.232Z Checking icu_properties_data v2.1.2
23252026-04-28T20:05:45.340Z Checking icu_normalizer_data v2.1.1
23262026-04-28T20:05:45.356Z Checking rand_core v0.10.0
23272026-04-28T20:05:45.365Z Checking bytes v1.11.1
23282026-04-28T20:05:45.411Z Checking futures-sink v0.3.32
23292026-04-28T20:05:45.431Z Checking icu_provider v2.1.1
23302026-04-28T20:05:45.486Z Checking getrandom v0.4.1
23312026-04-28T20:05:45.505Z Checking futures-channel v0.3.32
23322026-04-28T20:05:45.572Z Checking inout v0.1.4
23332026-04-28T20:05:45.601Z Checking indexmap v2.13.0
23342026-04-28T20:05:45.624Z Checking futures-task v0.3.32
23352026-04-28T20:05:45.658Z Checking icu_properties v2.1.2
23362026-04-28T20:05:45.691Z Checking icu_normalizer v2.1.1
23372026-04-28T20:05:45.707Z Checking slab v0.4.12
23382026-04-28T20:05:45.720Z Checking futures-io v0.3.32
23392026-04-28T20:05:45.761Z Checking cipher v0.4.4
23402026-04-28T20:05:45.800Z Checking tokio v1.52.1
23412026-04-28T20:05:45.826Z Checking sha2 v0.10.9
23422026-04-28T20:05:45.858Z Checking futures-util v0.3.32
23432026-04-28T20:05:45.966Z Checking getrandom v0.3.4
23442026-04-28T20:05:45.986Z Checking base64ct v1.8.3
23452026-04-28T20:05:46.088Z Checking byteorder v1.5.0
23462026-04-28T20:05:46.107Z Checking utf8_iter v1.0.4
23472026-04-28T20:05:46.158Z Checking form_urlencoded v1.2.2
23482026-04-28T20:05:46.228Z Checking pem-rfc7468 v0.7.0
23492026-04-28T20:05:46.240Z Checking fnv v1.0.7
23502026-04-28T20:05:46.286Z Checking flagset v0.4.7
23512026-04-28T20:05:46.297Z Checking rand_core v0.9.5
23522026-04-28T20:05:46.334Z Checking salsa20 v0.10.2
23532026-04-28T20:05:46.387Z Checking http v1.4.0
23542026-04-28T20:05:46.409Z Checking der v0.7.10
23552026-04-28T20:05:46.471Z Checking uuid v1.23.0
23562026-04-28T20:05:46.482Z Checking pbkdf2 v0.12.2
23572026-04-28T20:05:46.494Z Checking idna_adapter v1.2.1
23582026-04-28T20:05:46.589Z Checking scrypt v0.11.0
23592026-04-28T20:05:46.607Z Checking idna v1.1.0
23602026-04-28T20:05:46.724Z Checking cbc v0.1.2
23612026-04-28T20:05:46.771Z Checking aes v0.8.4
23622026-04-28T20:05:46.846Z Checking url v2.5.8
23632026-04-28T20:05:46.849Z Checking rustix v1.1.3
23642026-04-28T20:05:46.949Z Checking tracing-core v0.1.36
23652026-04-28T20:05:46.962Z Checking ppv-lite86 v0.2.21
23662026-04-28T20:05:47.132Z Checking spki v0.7.3
23672026-04-28T20:05:47.161Z Checking rustls-pki-types v1.14.0
23682026-04-28T20:05:47.252Z Checking rand_chacha v0.9.0
23692026-04-28T20:05:47.265Z Checking iana-time-zone v0.1.65
23702026-04-28T20:05:47.283Z Checking regex-syntax v0.8.10
23712026-04-28T20:05:47.295Z Checking pkcs5 v0.7.1
23722026-04-28T20:05:47.367Z Checking chrono v0.4.44
23732026-04-28T20:05:47.441Z Checking tracing v0.1.44
23742026-04-28T20:05:47.453Z Checking rand v0.9.2
23752026-04-28T20:05:47.546Z Checking http-body v1.0.1
23762026-04-28T20:05:47.662Z Checking aws-lc-sys v0.37.1
23772026-04-28T20:05:47.677Z Checking untrusted v0.7.1
23782026-04-28T20:05:47.680Z Checking openssl-probe v0.2.1
23792026-04-28T20:05:47.769Z Checking untrusted v0.9.0
23802026-04-28T20:05:47.787Z Checking base64 v0.22.1
23812026-04-28T20:05:47.801Z Checking pkcs8 v0.10.2
23822026-04-28T20:05:47.874Z Checking ring v0.17.14
23832026-04-28T20:05:47.922Z Checking tower-service v0.3.3
23842026-04-28T20:05:47.979Z Checking try-lock v0.2.5
23852026-04-28T20:05:48.012Z Checking atomic-waker v1.1.2
23862026-04-28T20:05:48.026Z Checking plain v0.2.3
23872026-04-28T20:05:48.071Z Checking tower-layer v0.3.3
23882026-04-28T20:05:48.118Z Checking tinyvec_macros v0.1.1
23892026-04-28T20:05:48.135Z Checking want v0.3.1
23902026-04-28T20:05:48.147Z Checking aws-lc-rs v1.16.0
23912026-04-28T20:05:48.176Z Checking tinyvec v1.10.0
23922026-04-28T20:05:48.218Z Checking ipnet v2.11.0
23932026-04-28T20:05:48.232Z Checking semver v1.0.27
23942026-04-28T20:05:48.242Z Checking httparse v1.10.1
23952026-04-28T20:05:48.427Z Checking spin v0.9.8
23962026-04-28T20:05:48.450Z Checking unicode-ident v1.0.24
23972026-04-28T20:05:48.468Z Checking ucd-trie v0.1.7
23982026-04-28T20:05:48.483Z Checking httpdate v1.0.3
23992026-04-28T20:05:48.552Z Checking pin-utils v0.1.0
24002026-04-28T20:05:48.586Z Checking foreign-types-shared v0.1.1
24012026-04-28T20:05:48.606Z Checking dyn-clone v1.0.20
24022026-04-28T20:05:48.610Z Checking fastrand v2.3.0
24032026-04-28T20:05:48.622Z Checking pest v2.8.6
24042026-04-28T20:05:48.632Z Checking proc-macro2 v1.0.106
24052026-04-28T20:05:48.662Z Checking foreign-types v0.3.2
24062026-04-28T20:05:48.694Z Checking schemars v0.8.22
24072026-04-28T20:05:48.729Z Checking openssl-sys v0.9.111
24082026-04-28T20:05:48.791Z Checking tempfile v3.25.0
24092026-04-28T20:05:48.869Z Checking thiserror v2.0.18
24102026-04-28T20:05:48.942Z Checking wait-timeout v0.2.1
24112026-04-28T20:05:48.971Z Checking aho-corasick v1.1.4
24122026-04-28T20:05:48.983Z Checking rustls-webpki v0.103.9
24132026-04-28T20:05:48.993Z Checking powerfmt v0.2.0
24142026-04-28T20:05:49.040Z Checking tokio-util v0.7.18
24152026-04-28T20:05:49.059Z Checking simd-adler32 v0.3.8
24162026-04-28T20:05:49.144Z Checking quick-error v1.2.3
24172026-04-28T20:05:49.219Z Checking anstyle v1.0.13
24182026-04-28T20:05:49.232Z Checking bit-vec v0.8.0
24192026-04-28T20:05:49.246Z Checking utf8parse v0.2.2
24202026-04-28T20:05:49.339Z Checking siphasher v1.0.2
24212026-04-28T20:05:49.353Z Checking pretty-hex v0.4.1
24222026-04-28T20:05:49.395Z Checking rustls v0.23.37
24232026-04-28T20:05:49.409Z Checking anstyle-parse v0.2.7
24242026-04-28T20:05:49.423Z Checking bit-set v0.8.0
24252026-04-28T20:05:49.469Z Checking rusty-fork v0.3.1
24262026-04-28T20:05:49.487Z Checking openssl v0.10.75
24272026-04-28T20:05:49.553Z Checking deranged v0.5.8
24282026-04-28T20:05:49.566Z Checking quote v1.0.44
24292026-04-28T20:05:49.634Z Compiling newtype-uuid v1.3.2
24302026-04-28T20:05:49.640Z Checking regex-automata v0.4.14
24312026-04-28T20:05:49.644Z Checking h2 v0.4.13
24322026-04-28T20:05:49.692Z Checking unicode-normalization v0.1.25
24332026-04-28T20:05:49.727Z Checking rustls-native-certs v0.8.3
24342026-04-28T20:05:49.799Z Checking crossbeam-utils v0.8.21
24352026-04-28T20:05:49.848Z Checking rand_xorshift v0.4.0
24362026-04-28T20:05:49.964Z Checking crc32fast v1.5.0
24372026-04-28T20:05:50.084Z Checking scroll v0.13.0
24382026-04-28T20:05:50.102Z Checking sync_wrapper v1.0.2
24392026-04-28T20:05:50.127Z Checking signature v2.2.0
24402026-04-28T20:05:50.202Z Checking colorchoice v1.0.4
24412026-04-28T20:05:50.253Z Checking unicode-bidi v0.3.18
24422026-04-28T20:05:50.298Z Checking unarray v0.1.4
24432026-04-28T20:05:50.310Z Checking num_threads v0.1.7
24442026-04-28T20:05:50.393Z Checking time-core v0.1.8
24452026-04-28T20:05:50.407Z Checking anstyle-query v1.1.5
24462026-04-28T20:05:50.474Z Checking adler2 v2.0.1
24472026-04-28T20:05:50.491Z Checking is_terminal_polyfill v1.70.2
24482026-04-28T20:05:50.530Z Checking num-conv v0.2.0
24492026-04-28T20:05:50.542Z Checking unicode-properties v0.1.4
24502026-04-28T20:05:50.574Z Checking miniz_oxide v0.8.9
24512026-04-28T20:05:50.577Z Checking anstream v0.6.21
24522026-04-28T20:05:50.641Z Checking time v0.3.47
24532026-04-28T20:05:50.722Z Checking stringprep v0.1.5
24542026-04-28T20:05:50.780Z Checking proptest v1.10.0
24552026-04-28T20:05:50.871Z Checking goblin v0.10.5
24562026-04-28T20:05:50.924Z Checking tower v0.5.3
24572026-04-28T20:05:51.324Z Checking crossbeam-epoch v0.9.18
24582026-04-28T20:05:51.454Z Checking native-tls v0.2.18
24592026-04-28T20:05:51.466Z Compiling daft v0.1.5
24602026-04-28T20:05:51.546Z Checking syn v2.0.117
24612026-04-28T20:05:51.632Z Checking ipnetwork v0.21.1
24622026-04-28T20:05:51.745Z Checking http-body-util v0.1.3
24632026-04-28T20:05:51.785Z Checking tokio-rustls v0.26.4
24642026-04-28T20:05:51.797Z Checking webpki-roots v1.0.6
24652026-04-28T20:05:51.852Z Checking rand_chacha v0.3.1
24662026-04-28T20:05:51.911Z Checking scroll v0.12.0
24672026-04-28T20:05:51.962Z Checking thiserror v1.0.69
24682026-04-28T20:05:52.010Z Checking zstd-sys v2.0.16+zstd.1.5.7
24692026-04-28T20:05:52.057Z Checking hash32 v0.2.1
24702026-04-28T20:05:52.068Z Checking num-integer v0.1.46
24712026-04-28T20:05:52.120Z Checking serde_spanned v0.6.9
24722026-04-28T20:05:52.138Z Checking toml_datetime v0.6.11
24732026-04-28T20:05:52.213Z Checking md-5 v0.10.6
24742026-04-28T20:05:52.246Z Checking ff v0.13.1
24752026-04-28T20:05:52.285Z Checking fallible-iterator v0.2.0
24762026-04-28T20:05:52.319Z Checking iri-string v0.7.10
24772026-04-28T20:05:52.346Z Checking ryu v1.0.23
24782026-04-28T20:05:52.359Z Checking hyper v1.8.1
24792026-04-28T20:05:52.370Z Checking psl-types v2.0.11
24802026-04-28T20:05:52.480Z Checking base16ct v0.2.0
24812026-04-28T20:05:52.493Z Checking zlib-rs v0.6.2
24822026-04-28T20:05:52.556Z Checking postgres-protocol v0.6.10
24832026-04-28T20:05:52.603Z Checking sec1 v0.7.3
24842026-04-28T20:05:52.735Z Compiling iddqd v0.3.18
24852026-04-28T20:05:52.807Z Checking publicsuffix v2.3.0
24862026-04-28T20:05:52.866Z Checking serde_urlencoded v0.7.1
24872026-04-28T20:05:52.963Z Checking group v0.13.0
24882026-04-28T20:05:53.069Z Checking num-iter v0.1.45
24892026-04-28T20:05:53.110Z Checking heapless v0.7.17
24902026-04-28T20:05:53.180Z Checking goblin v0.8.2
24912026-04-28T20:05:53.240Z Checking dof v0.4.0
24922026-04-28T20:05:53.249Z Checking hyper-util v0.1.20
24932026-04-28T20:05:53.325Z Checking tower-http v0.6.8
24942026-04-28T20:05:53.360Z Checking flate2 v1.1.9
24952026-04-28T20:05:53.513Z Checking zstd-safe v7.2.4
24962026-04-28T20:05:53.599Z Checking rand v0.8.5
24972026-04-28T20:05:53.649Z Checking oxnet v0.1.4
24982026-04-28T20:05:53.676Z Checking cookie v0.18.1
24992026-04-28T20:05:53.806Z Checking tokio-native-tls v0.3.1
25002026-04-28T20:05:53.846Z Checking dtrace-parser v0.3.0
25012026-04-28T20:05:53.866Z Checking phf_shared v0.13.1
25022026-04-28T20:05:53.883Z Checking lazy_static v1.5.0
25032026-04-28T20:05:53.900Z Checking terminal_size v0.4.3
25042026-04-28T20:05:53.957Z Checking zerocopy v0.7.35
25052026-04-28T20:05:53.969Z Checking bzip2-sys v0.1.13+1.0.8
25062026-04-28T20:05:54.013Z Checking signal-hook v0.3.18
25072026-04-28T20:05:54.049Z Checking hkdf v0.12.4
25082026-04-28T20:05:54.065Z Checking crypto-bigint v0.5.5
25092026-04-28T20:05:54.077Z Checking thread-id v5.1.0
25102026-04-28T20:05:54.111Z Checking foldhash v0.1.5
25112026-04-28T20:05:54.152Z Checking bumpalo v3.20.2
25122026-04-28T20:05:54.184Z Checking winnow v0.7.14
25132026-04-28T20:05:54.198Z Checking libbz2-rs-sys v0.2.2
25142026-04-28T20:05:54.243Z Checking bitflags v1.3.2
25152026-04-28T20:05:54.315Z Checking strsim v0.11.1
25162026-04-28T20:05:54.350Z Checking either v1.15.0
25172026-04-28T20:05:54.442Z Compiling rayon-core v1.13.0
25182026-04-28T20:05:54.476Z Checking clap_lex v1.0.0
25192026-04-28T20:05:54.509Z Checking hyper-rustls v0.27.7
25202026-04-28T20:05:54.534Z Checking managed v0.8.0
25212026-04-28T20:05:54.586Z Checking winnow v0.5.40
25222026-04-28T20:05:54.627Z Checking clap_builder v4.5.60
25232026-04-28T20:05:54.642Z Checking bzip2 v0.6.1
25242026-04-28T20:05:54.711Z Checking smoltcp v0.9.1
25252026-04-28T20:05:54.714Z Checking hyper-tls v0.6.0
25262026-04-28T20:05:54.800Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25272026-04-28T20:05:54.891Z Checking zopfli v0.8.3
25282026-04-28T20:05:54.951Z Checking elliptic-curve v0.13.8
25292026-04-28T20:05:54.984Z Checking hashbrown v0.15.5
25302026-04-28T20:05:55.089Z Checking dof v0.3.0
25312026-04-28T20:05:55.208Z Checking signal-hook-mio v0.2.5
25322026-04-28T20:05:55.257Z Checking usdt-impl v0.6.0
25332026-04-28T20:05:55.309Z Checking num-bigint-dig v0.8.6
25342026-04-28T20:05:55.312Z Checking phf v0.13.1
25352026-04-28T20:05:55.364Z Checking bzip2 v0.4.4
25362026-04-28T20:05:55.376Z Checking cookie_store v0.22.1
25372026-04-28T20:05:55.462Z Checking zstd v0.13.3
25382026-04-28T20:05:55.524Z Checking postgres-types v0.2.12
25392026-04-28T20:05:55.536Z Checking dtrace-parser v0.2.0
25402026-04-28T20:05:55.655Z Checking rustls-platform-verifier v0.6.2
25412026-04-28T20:05:55.700Z Checking crossbeam-deque v0.8.6
25422026-04-28T20:05:55.713Z Checking bstr v1.12.1
25432026-04-28T20:05:55.736Z Checking toml_edit v0.19.15
25442026-04-28T20:05:55.760Z Checking regex v1.12.3
25452026-04-28T20:05:55.791Z Checking ed25519 v2.2.3
25462026-04-28T20:05:55.832Z Checking phf_shared v0.11.3
25472026-04-28T20:05:55.855Z Checking curve25519-dalek v4.1.3
25482026-04-28T20:05:55.876Z Checking ref-cast v1.0.25
25492026-04-28T20:05:55.970Z Checking strum v0.27.2
25502026-04-28T20:05:55.973Z Checking hubpack v0.1.2
25512026-04-28T20:05:55.973Z Checking memoffset v0.9.1
25522026-04-28T20:05:56.031Z Checking rustix v0.38.44
25532026-04-28T20:05:56.070Z Checking pkcs1 v0.7.5
25542026-04-28T20:05:56.081Z Checking float-cmp v0.10.0
25552026-04-28T20:05:56.098Z Checking hex v0.4.3
25562026-04-28T20:05:56.125Z Checking serde-big-array v0.5.1
25572026-04-28T20:05:56.145Z Checking erased-serde v0.3.31
25582026-04-28T20:05:56.221Z Checking rfc6979 v0.4.0
25592026-04-28T20:05:56.258Z Checking thread-id v4.2.2
25602026-04-28T20:05:56.298Z Checking memmap2 v0.9.10
25612026-04-28T20:05:56.334Z Checking env_filter v1.0.0
25622026-04-28T20:05:56.337Z Checking encoding_rs v0.8.35
25632026-04-28T20:05:56.337Z Checking fixedbitset v0.4.2
25642026-04-28T20:05:56.458Z Checking static_assertions v1.1.0
25652026-04-28T20:05:56.494Z Checking keccak v0.1.6
25662026-04-28T20:05:56.494Z Checking mime v0.3.17
25672026-04-28T20:05:56.524Z Checking toml_write v0.1.2
25682026-04-28T20:05:56.538Z Checking data-encoding v2.10.0
25692026-04-28T20:05:56.641Z Checking unicode-segmentation v1.12.0
25702026-04-28T20:05:56.670Z Checking precomputed-hash v0.1.1
25712026-04-28T20:05:56.673Z Checking jiff v0.2.21
25722026-04-28T20:05:56.694Z Checking whoami v2.1.0
25732026-04-28T20:05:56.751Z Checking difflib v0.4.0
25742026-04-28T20:05:56.800Z Checking fixedbitset v0.5.7
25752026-04-28T20:05:56.812Z Checking predicates-core v1.0.10
25762026-04-28T20:05:56.866Z Checking rustc-hash v2.1.1
25772026-04-28T20:05:56.888Z Checking new_debug_unreachable v1.0.6
25782026-04-28T20:05:56.925Z Checking normalize-line-endings v0.3.0
25792026-04-28T20:05:56.937Z Checking tokio-postgres v0.7.16
25802026-04-28T20:05:56.953Z Checking string_cache v0.8.9
25812026-04-28T20:05:56.956Z Checking similar v2.7.0
25822026-04-28T20:05:56.991Z Checking petgraph v0.8.3
25832026-04-28T20:05:57.009Z Checking predicates v3.1.4
25842026-04-28T20:05:57.120Z Checking crossterm v0.28.1
25852026-04-28T20:05:57.300Z Checking reqwest v0.12.28
25862026-04-28T20:05:57.313Z Checking hickory-proto v0.25.2
25872026-04-28T20:05:57.347Z Checking toml v0.7.8
25882026-04-28T20:05:57.653Z Checking toml_edit v0.22.27
25892026-04-28T20:05:57.822Z Checking sha3 v0.10.8
25902026-04-28T20:05:57.835Z Checking ed25519-dalek v2.2.0
25912026-04-28T20:05:58.029Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25922026-04-28T20:05:58.068Z Checking slog v2.8.2
25932026-04-28T20:05:58.134Z Checking env_logger v0.11.9
25942026-04-28T20:05:58.189Z Checking petgraph v0.6.5
25952026-04-28T20:05:58.323Z Checking usdt v0.6.0
25962026-04-28T20:05:58.339Z Checking ecdsa v0.16.9
25972026-04-28T20:05:58.489Z Checking serde_with v3.17.0
25982026-04-28T20:05:58.539Z Checking usdt-impl v0.5.0
25992026-04-28T20:05:58.661Z Checking rsa v0.9.10
26002026-04-28T20:05:58.732Z Checking nix v0.31.2
26012026-04-28T20:05:58.896Z Checking zip v4.6.1
26022026-04-28T20:05:59.132Z Checking clap v4.5.60
26032026-04-28T20:05:59.145Z Checking reqwest v0.13.2
26042026-04-28T20:05:59.211Z Checking zip v0.6.6
26052026-04-28T20:05:59.432Z Checking toml_parser v1.0.9+spec-1.1.0
26062026-04-28T20:05:59.484Z Checking itertools v0.13.0
26072026-04-28T20:05:59.535Z Checking strum v0.26.3
26082026-04-28T20:05:59.648Z Checking tokio-stream v0.1.18
26092026-04-28T20:05:59.737Z Checking fs-err v3.3.0
26102026-04-28T20:05:59.755Z Checking ahash v0.8.12
26112026-04-28T20:05:59.898Z Checking object v0.37.3
26122026-04-28T20:05:59.947Z Checking buf-list v1.1.2
26132026-04-28T20:05:59.980Z Checking camino v1.2.2
26142026-04-28T20:06:00.008Z Checking anyhow v1.0.102
26152026-04-28T20:06:00.031Z Checking x509-cert v0.2.5
26162026-04-28T20:06:00.086Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26172026-04-28T20:06:00.124Z Checking openapiv3 v2.2.0
26182026-04-28T20:06:00.203Z Checking toml_datetime v0.7.5+spec-1.1.0
26192026-04-28T20:06:00.220Z Checking sha1 v0.10.6
26202026-04-28T20:06:00.232Z Checking lalrpop-util v0.19.12
26212026-04-28T20:06:00.343Z Checking peg-runtime v0.8.5
26222026-04-28T20:06:00.378Z Checking rayon v1.11.0
26232026-04-28T20:06:00.389Z Checking sigpipe v0.1.3
26242026-04-28T20:06:00.400Z Checking glob v0.3.3
26252026-04-28T20:06:02.081Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26262026-04-28T20:06:02.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.57s
26272026-04-28T20:06:02.520Z
26282026-04-28T20:06:02.520Zinfo: running `cargo check --bins` on internal-dns-types (77/272)
26292026-04-28T20:06:03.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-04-28T20:06:03.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-04-28T20:06:03.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-04-28T20:06:03.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26332026-04-28T20:06:03.115Z
26342026-04-28T20:06:03.115Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/272)
26352026-04-28T20:06:03.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-04-28T20:06:03.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-04-28T20:06:03.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-04-28T20:06:03.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26392026-04-28T20:06:03.707Z
26402026-04-28T20:06:03.707Zinfo: running `cargo check --bins` on nexus-types-versions (79/272)
26412026-04-28T20:06:04.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-04-28T20:06:04.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-04-28T20:06:04.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-04-28T20:06:04.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26452026-04-28T20:06:04.313Z
26462026-04-28T20:06:04.313Zinfo: running `cargo check --bins` on oxql-types (80/272)
26472026-04-28T20:06:04.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-04-28T20:06:04.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-04-28T20:06:04.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-04-28T20:06:04.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26512026-04-28T20:06:04.905Z
26522026-04-28T20:06:04.905Zinfo: running `cargo check --bins` on oximeter-types (81/272)
26532026-04-28T20:06:05.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-04-28T20:06:05.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-04-28T20:06:05.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-04-28T20:06:05.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26572026-04-28T20:06:05.493Z
26582026-04-28T20:06:05.493Zinfo: running `cargo check --bins` on oximeter-types-versions (82/272)
26592026-04-28T20:06:05.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-04-28T20:06:05.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-04-28T20:06:05.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-04-28T20:06:05.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26632026-04-28T20:06:06.084Z
26642026-04-28T20:06:06.084Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/272)
26652026-04-28T20:06:06.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-04-28T20:06:06.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-04-28T20:06:06.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-04-28T20:06:06.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26692026-04-28T20:06:06.667Z
26702026-04-28T20:06:06.667Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/272)
26712026-04-28T20:06:07.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-04-28T20:06:07.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-04-28T20:06:07.345Z Compiling structmeta-derive v0.3.0
26742026-04-28T20:06:07.459Z Compiling rustls v0.22.4
26752026-04-28T20:06:07.469Z Compiling multer v3.1.0
26762026-04-28T20:06:07.477Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26772026-04-28T20:06:07.478Z Compiling async-stream-impl v0.3.6
26782026-04-28T20:06:07.498Z Compiling dropshot v0.16.7
26792026-04-28T20:06:07.513Z Compiling dropshot_endpoint v0.16.7
26802026-04-28T20:06:07.515Z Compiling newtype-uuid-macros v0.1.0
26812026-04-28T20:06:07.635Z Checking newtype-uuid v1.3.2
26822026-04-28T20:06:07.696Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26832026-04-28T20:06:07.728Z Checking rustls-webpki v0.102.8
26842026-04-28T20:06:07.833Z Checking daft v0.1.5
26852026-04-28T20:06:07.852Z Checking futures-executor v0.3.32
26862026-04-28T20:06:08.058Z Checking thread_local v1.1.9
26872026-04-28T20:06:08.071Z Checking match_cfg v0.1.0
26882026-04-28T20:06:08.161Z Checking iddqd v0.3.18
26892026-04-28T20:06:08.167Z Checking hostname v0.3.1
26902026-04-28T20:06:08.236Z Checking futures v0.3.32
26912026-04-28T20:06:08.260Z Checking crossbeam-channel v0.5.15
26922026-04-28T20:06:08.288Z Checking slog-json v2.6.1
26932026-04-28T20:06:08.514Z Compiling structmeta v0.3.0
26942026-04-28T20:06:08.525Z Compiling serde_spanned v1.0.4
26952026-04-28T20:06:08.671Z Checking is-terminal v0.4.17
26962026-04-28T20:06:08.718Z Checking take_mut v0.2.2
26972026-04-28T20:06:08.731Z Compiling derive-ex v0.1.8
26982026-04-28T20:06:08.759Z Compiling parse-display-derive v0.10.0
26992026-04-28T20:06:08.771Z Checking debug-ignore v1.0.5
27002026-04-28T20:06:08.818Z Checking term v1.2.1
27012026-04-28T20:06:08.867Z Checking toml_writer v1.0.6+spec-1.1.0
27022026-04-28T20:06:09.037Z Checking slog-term v2.9.2
27032026-04-28T20:06:09.050Z Checking toml v0.9.12+spec-1.1.0
27042026-04-28T20:06:09.267Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27052026-04-28T20:06:09.302Z Checking slog-async v2.8.0
27062026-04-28T20:06:09.336Z Compiling slog-bunyan v2.5.0
27072026-04-28T20:06:09.479Z Checking async-stream v0.3.6
27082026-04-28T20:06:09.608Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27092026-04-28T20:06:09.668Z Checking tokio-rustls v0.25.0
27102026-04-28T20:06:09.716Z Checking progenitor-client v0.13.0
27112026-04-28T20:06:09.749Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-04-28T20:06:09.886Z Checking backon v1.6.0
27132026-04-28T20:06:09.950Z Checking waitgroup v0.1.2
27142026-04-28T20:06:10.057Z Checking rustls-pemfile v2.2.0
27152026-04-28T20:06:10.424Z Checking serde_path_to_error v0.1.20
27162026-04-28T20:06:10.447Z Compiling test-strategy v0.4.5
27172026-04-28T20:06:10.447Z Compiling hostname v0.4.2
27182026-04-28T20:06:10.493Z Checking instant v0.1.13
27192026-04-28T20:06:10.571Z Compiling prettyplease v0.2.37
27202026-04-28T20:06:10.589Z Checking backoff v0.4.0
27212026-04-28T20:06:10.665Z Checking parse-display v0.10.0
27222026-04-28T20:06:10.796Z Compiling progenitor-extras v0.1.1
27232026-04-28T20:06:10.812Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27242026-04-28T20:06:11.029Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27252026-04-28T20:06:11.067Z Checking progenitor-client v0.10.0
27262026-04-28T20:06:11.319Z Checking itertools v0.14.0
27272026-04-28T20:06:11.332Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27282026-04-28T20:06:11.433Z Checking num-rational v0.4.2
27292026-04-28T20:06:11.937Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27302026-04-28T20:06:12.341Z Checking regress v0.10.5
27312026-04-28T20:06:12.360Z Checking num-complex v0.4.6
27322026-04-28T20:06:12.587Z Checking macaddr v1.0.1
27332026-04-28T20:06:12.686Z Checking num v0.4.3
27342026-04-28T20:06:12.767Z Compiling usdt-macro v0.5.0
27352026-04-28T20:06:12.770Z Compiling usdt-attr-macro v0.5.0
27362026-04-28T20:06:12.913Z Checking memmap v0.7.0
27372026-04-28T20:06:12.931Z Compiling float-ord v0.3.2
27382026-04-28T20:06:13.054Z Compiling toml v0.8.23
27392026-04-28T20:06:13.066Z Compiling minimal-lexical v0.2.1
27402026-04-28T20:06:13.324Z Checking linked-hash-map v0.5.6
27412026-04-28T20:06:13.498Z Checking lru-cache v0.1.2
27422026-04-28T20:06:13.510Z Compiling nom v7.1.3
27432026-04-28T20:06:13.542Z Checking usdt v0.5.0
27442026-04-28T20:06:13.709Z Checking hickory-proto v0.24.4
27452026-04-28T20:06:13.752Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27462026-04-28T20:06:14.127Z Checking phf_shared v0.12.1
27472026-04-28T20:06:14.208Z Compiling slog-dtrace v0.3.0
27482026-04-28T20:06:14.266Z Checking heck v0.5.0
27492026-04-28T20:06:14.395Z Checking resolv-conf v0.7.6
27502026-04-28T20:06:14.408Z Compiling chrono-tz v0.10.4
27512026-04-28T20:06:14.583Z Compiling convert_case v0.4.0
27522026-04-28T20:06:14.618Z Compiling const_format_proc_macros v0.2.34
27532026-04-28T20:06:14.864Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27542026-04-28T20:06:14.978Z Compiling derive_more v0.99.20
27552026-04-28T20:06:15.415Z Checking phf v0.12.1
27562026-04-28T20:06:15.445Z Checking tokio-dtrace v0.1.1
27572026-04-28T20:06:15.483Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27582026-04-28T20:06:15.531Z Checking hickory-resolver v0.24.4
27592026-04-28T20:06:15.544Z Compiling derive-where v1.6.0
27602026-04-28T20:06:15.627Z Checking highway v1.3.0
27612026-04-28T20:06:16.003Z Checking oxide-tokio-rt v0.1.4
27622026-04-28T20:06:16.174Z Checking const_format v0.2.35
27632026-04-28T20:06:16.428Z Checking gethostname v0.5.0
27642026-04-28T20:06:16.518Z Checking bcs v0.1.6
27652026-04-28T20:06:16.531Z Compiling async-recursion v1.1.1
27662026-04-28T20:06:16.755Z Checking termtree v0.5.1
27672026-04-28T20:06:16.905Z Checking qorb v0.4.1
27682026-04-28T20:06:17.446Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27692026-04-28T20:06:17.578Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27702026-04-28T20:06:18.949Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27712026-04-28T20:06:19.129Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27722026-04-28T20:06:19.129Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27732026-04-28T20:06:20.694Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27742026-04-28T20:06:23.248Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27752026-04-28T20:06:25.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.63s
27762026-04-28T20:06:25.486Z
27772026-04-28T20:06:25.486Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272)
27782026-04-28T20:06:26.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-04-28T20:06:26.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-04-28T20:06:26.155Z Compiling ar_archive_writer v0.5.1
27812026-04-28T20:06:26.266Z Compiling stacker v0.1.23
27822026-04-28T20:06:26.268Z Compiling cfg_aliases v0.1.1
27832026-04-28T20:06:26.282Z Compiling convert_case v0.10.0
27842026-04-28T20:06:26.288Z Checking unicode-width v0.1.14
27852026-04-28T20:06:26.296Z Compiling proc-macro-error v1.0.4
27862026-04-28T20:06:26.307Z Checking fd-lock v4.0.4
27872026-04-28T20:06:26.307Z Checking nibble_vec v0.1.0
27882026-04-28T20:06:26.333Z Compiling nix v0.28.0
27892026-04-28T20:06:26.418Z Checking vte v0.14.1
27902026-04-28T20:06:26.435Z Compiling recursive-proc-macro-impl v0.1.1
27912026-04-28T20:06:26.523Z Checking endian-type v0.1.2
27922026-04-28T20:06:26.536Z Checking bytecount v0.6.9
27932026-04-28T20:06:26.566Z Checking strip-ansi-escapes v0.2.1
27942026-04-28T20:06:26.578Z Compiling derive_more-impl v2.1.1
27952026-04-28T20:06:26.590Z Compiling tabled_derive v0.7.0
27962026-04-28T20:06:26.629Z Checking papergrid v0.11.0
27972026-04-28T20:06:26.645Z Checking radix_trie v0.2.1
27982026-04-28T20:06:26.665Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27992026-04-28T20:06:26.835Z Compiling peg-macros v0.8.5
28002026-04-28T20:06:26.849Z Checking winnow v0.6.26
28012026-04-28T20:06:27.095Z Compiling psm v0.1.30
28022026-04-28T20:06:27.134Z Compiling sqlparser_derive v0.5.0
28032026-04-28T20:06:27.236Z Checking nu-ansi-term v0.50.3
28042026-04-28T20:06:27.405Z Checking derive_more v2.1.1
28052026-04-28T20:06:27.445Z Checking home v0.5.12
28062026-04-28T20:06:27.460Z Checking unicode_categories v0.1.1
28072026-04-28T20:06:27.547Z Checking unicode-width v0.2.0
28082026-04-28T20:06:27.550Z Checking tabled v0.15.0
28092026-04-28T20:06:27.613Z Checking crossterm v0.29.0
28102026-04-28T20:06:27.666Z Checking rustyline v14.0.0
28112026-04-28T20:06:27.791Z Checking reedline v0.40.0
28122026-04-28T20:06:27.853Z Checking recursive v0.1.1
28132026-04-28T20:06:27.905Z Checking display-error-chain v0.2.2
28142026-04-28T20:06:27.943Z Checking sqlparser v0.61.0
28152026-04-28T20:06:27.966Z Checking sqlformat v0.3.5
28162026-04-28T20:06:28.202Z Checking peg v0.8.5
28172026-04-28T20:06:39.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
28182026-04-28T20:06:39.272Z
28192026-04-28T20:06:39.272Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272)
28202026-04-28T20:06:39.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-04-28T20:06:39.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-04-28T20:06:39.937Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-04-28T20:06:43.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28242026-04-28T20:06:43.524Z
28252026-04-28T20:06:43.524Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272)
28262026-04-28T20:06:44.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-04-28T20:06:44.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-04-28T20:06:44.194Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-04-28T20:06:46.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28302026-04-28T20:06:46.767Z
28312026-04-28T20:06:46.767Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272)
28322026-04-28T20:06:47.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-04-28T20:06:47.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-04-28T20:06:47.430Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-04-28T20:06:50.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
28362026-04-28T20:06:50.783Z
28372026-04-28T20:06:50.783Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272)
28382026-04-28T20:06:51.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-04-28T20:06:51.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-04-28T20:06:51.456Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-04-28T20:06:54.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28422026-04-28T20:06:54.881Z
28432026-04-28T20:06:54.881Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272)
28442026-04-28T20:06:55.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-04-28T20:06:55.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-04-28T20:06:55.545Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-04-28T20:06:58.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28482026-04-28T20:06:58.269Z
28492026-04-28T20:06:58.269Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272)
28502026-04-28T20:06:58.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-04-28T20:06:58.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-04-28T20:06:58.937Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-04-28T20:07:01.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28542026-04-28T20:07:01.719Z
28552026-04-28T20:07:01.719Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272)
28562026-04-28T20:07:02.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-04-28T20:07:02.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-04-28T20:07:02.382Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-04-28T20:07:05.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28602026-04-28T20:07:05.948Z
28612026-04-28T20:07:05.948Zinfo: running `cargo check --bins` on oximeter (93/272)
28622026-04-28T20:07:06.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-04-28T20:07:06.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-04-28T20:07:06.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-04-28T20:07:06.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28662026-04-28T20:07:06.550Z
28672026-04-28T20:07:06.550Zinfo: running `cargo check --bins` on oximeter-schema (94/272)
28682026-04-28T20:07:07.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-04-28T20:07:07.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-04-28T20:07:07.179Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-04-28T20:07:07.342Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-04-28T20:07:07.346Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-04-28T20:07:07.718Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-04-28T20:07:10.759Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-04-28T20:07:11.937Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-04-28T20:07:12.100Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-04-28T20:07:12.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
28782026-04-28T20:07:12.951Z
28792026-04-28T20:07:12.951Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/272)
28802026-04-28T20:07:13.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-04-28T20:07:13.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-04-28T20:07:13.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-04-28T20:07:13.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-04-28T20:07:13.545Z
28852026-04-28T20:07:13.545Zinfo: running `cargo check --bins` on oximeter-test-utils (96/272)
28862026-04-28T20:07:14.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-04-28T20:07:14.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-04-28T20:07:14.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-04-28T20:07:14.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28902026-04-28T20:07:14.182Z
28912026-04-28T20:07:14.182Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272)
28922026-04-28T20:07:14.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-04-28T20:07:14.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-04-28T20:07:14.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-04-28T20:07:14.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-04-28T20:07:14.783Z
28972026-04-28T20:07:14.783Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272)
28982026-04-28T20:07:15.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-04-28T20:07:15.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-04-28T20:07:15.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-04-28T20:07:15.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-04-28T20:07:15.385Z
29032026-04-28T20:07:15.385Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272)
29042026-04-28T20:07:15.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-04-28T20:07:15.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-04-28T20:07:15.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-04-28T20:07:15.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29082026-04-28T20:07:15.986Z
29092026-04-28T20:07:15.986Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272)
29102026-04-28T20:07:16.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-04-28T20:07:16.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-04-28T20:07:16.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-04-28T20:07:16.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29142026-04-28T20:07:16.590Z
29152026-04-28T20:07:16.590Zinfo: running `cargo check --bins` on trust-quorum-types (101/272)
29162026-04-28T20:07:17.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-04-28T20:07:17.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-04-28T20:07:17.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-04-28T20:07:17.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29202026-04-28T20:07:17.174Z
29212026-04-28T20:07:17.174Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/272)
29222026-04-28T20:07:17.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-04-28T20:07:17.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-04-28T20:07:17.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-04-28T20:07:17.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29262026-04-28T20:07:17.776Z
29272026-04-28T20:07:17.776Zinfo: running `cargo check --bins` on update-engine (103/272)
29282026-04-28T20:07:18.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-04-28T20:07:18.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-04-28T20:07:18.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-04-28T20:07:18.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-04-28T20:07:18.365Z
29332026-04-28T20:07:18.365Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/272)
29342026-04-28T20:07:18.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-04-28T20:07:18.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-04-28T20:07:19.079Z Compiling crucible-workspace-hack v0.1.0
29372026-04-28T20:07:19.203Z Checking secrecy v0.10.3
29382026-04-28T20:07:19.206Z Compiling heapless v0.8.0
29392026-04-28T20:07:19.218Z Compiling ingot-macros v0.1.1
29402026-04-28T20:07:19.227Z Compiling toml_edit v0.23.10+spec-1.0.0
29412026-04-28T20:07:19.230Z Checking hash32 v0.3.1
29422026-04-28T20:07:19.248Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29432026-04-28T20:07:19.248Z Compiling smoltcp v0.11.0
29442026-04-28T20:07:19.303Z Checking cobs v0.3.0
29452026-04-28T20:07:19.343Z Compiling thiserror-impl-no-std v2.0.2
29462026-04-28T20:07:19.439Z Checking half v2.7.1
29472026-04-28T20:07:19.442Z Checking universal-hash v0.5.1
29482026-04-28T20:07:19.526Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29492026-04-28T20:07:19.595Z Checking ciborium-io v0.2.2
29502026-04-28T20:07:19.621Z Checking opaque-debug v0.3.1
29512026-04-28T20:07:19.689Z Checking poly1305 v0.8.0
29522026-04-28T20:07:19.693Z Checking postcard v1.1.3
29532026-04-28T20:07:19.730Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29542026-04-28T20:07:19.743Z Checking ciborium-ll v0.2.2
29552026-04-28T20:07:19.913Z Compiling proc-macro-crate v3.4.0
29562026-04-28T20:07:19.957Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-04-28T20:07:19.970Z Checking password-hash v0.5.0
29582026-04-28T20:07:20.020Z Checking chacha20 v0.9.1
29592026-04-28T20:07:20.198Z Compiling proc-macro-crate v1.3.1
29602026-04-28T20:07:20.214Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29612026-04-28T20:07:20.231Z Checking blake2 v0.10.6
29622026-04-28T20:07:20.306Z Checking aead v0.5.2
29632026-04-28T20:07:20.453Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29642026-04-28T20:07:20.466Z Compiling foreign-types-macros v0.2.3
29652026-04-28T20:07:20.469Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29662026-04-28T20:07:20.491Z Compiling num_enum_derive v0.7.5
29672026-04-28T20:07:20.515Z Checking thiserror-no-std v2.0.2
29682026-04-28T20:07:20.602Z Checking foreign-types-shared v0.3.1
29692026-04-28T20:07:20.615Z Checking cpufeatures v0.3.0
29702026-04-28T20:07:20.655Z Compiling num_enum_derive v0.5.11
29712026-04-28T20:07:20.687Z Checking chacha20 v0.10.0
29722026-04-28T20:07:20.687Z Checking vsss-rs v3.3.4
29732026-04-28T20:07:20.715Z Checking argon2 v0.5.3
29742026-04-28T20:07:20.912Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29752026-04-28T20:07:21.053Z Checking foreign-types v0.5.0
29762026-04-28T20:07:21.056Z Checking chacha20poly1305 v0.10.1
29772026-04-28T20:07:21.134Z Checking ciborium v0.2.2
29782026-04-28T20:07:21.315Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29792026-04-28T20:07:21.367Z Checking tabwriter v1.4.1
29802026-04-28T20:07:21.515Z Checking console v0.15.11
29812026-04-28T20:07:21.547Z Checking num_enum v0.7.5
29822026-04-28T20:07:21.581Z Checking newline-converter v0.3.0
29832026-04-28T20:07:21.605Z Checking camino-tempfile v1.4.1
29842026-04-28T20:07:21.662Z Checking atomicwrites v0.4.4
29852026-04-28T20:07:21.681Z Checking byte-wrapper v0.1.0
29862026-04-28T20:07:21.694Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29872026-04-28T20:07:21.762Z Checking cstr-argument v0.1.2
29882026-04-28T20:07:21.793Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29892026-04-28T20:07:21.807Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29902026-04-28T20:07:21.833Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29912026-04-28T20:07:21.884Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29922026-04-28T20:07:21.897Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29932026-04-28T20:07:22.007Z Checking expectorate v1.2.0
29942026-04-28T20:07:22.043Z Checking ingot-types v0.1.2
29952026-04-28T20:07:22.056Z Checking num_enum v0.5.11
29962026-04-28T20:07:22.107Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29972026-04-28T20:07:22.132Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29982026-04-28T20:07:22.168Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29992026-04-28T20:07:22.213Z Checking rand v0.10.0
30002026-04-28T20:07:22.230Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30012026-04-28T20:07:22.293Z Checking indent_write v2.2.0
30022026-04-28T20:07:22.368Z Checking colored v3.1.1
30032026-04-28T20:07:22.406Z Checking ingot v0.1.1
30042026-04-28T20:07:22.425Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30052026-04-28T20:07:22.437Z Compiling zone_cfg_derive v0.3.1
30062026-04-28T20:07:22.507Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30072026-04-28T20:07:22.520Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30082026-04-28T20:07:22.533Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30092026-04-28T20:07:22.567Z Checking itertools v0.12.1
30102026-04-28T20:07:22.678Z Compiling num-derive v0.4.2
30112026-04-28T20:07:22.705Z Checking swrite v0.1.0
30122026-04-28T20:07:22.795Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30132026-04-28T20:07:22.944Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30142026-04-28T20:07:22.976Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30152026-04-28T20:07:23.081Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30162026-04-28T20:07:23.238Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30172026-04-28T20:07:23.289Z Checking dropshot-api-manager-types v0.6.0
30182026-04-28T20:07:23.350Z Checking smf v0.2.3
30192026-04-28T20:07:23.458Z Checking nanorand v0.7.0
30202026-04-28T20:07:23.504Z Checking whoami v1.6.1
30212026-04-28T20:07:23.567Z Checking zone v0.3.1
30222026-04-28T20:07:23.594Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30232026-04-28T20:07:23.594Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30242026-04-28T20:07:23.621Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30252026-04-28T20:07:23.658Z Checking flume v0.11.1
30262026-04-28T20:07:24.009Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30272026-04-28T20:07:24.971Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30282026-04-28T20:07:25.855Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30292026-04-28T20:07:28.920Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302026-04-28T20:07:30.957Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30312026-04-28T20:07:31.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
30322026-04-28T20:07:32.176Z
30332026-04-28T20:07:32.176Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/272)
30342026-04-28T20:07:32.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-04-28T20:07:32.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-04-28T20:07:32.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-04-28T20:07:32.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30382026-04-28T20:07:32.777Z
30392026-04-28T20:07:32.777Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/272)
30402026-04-28T20:07:33.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-04-28T20:07:33.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-04-28T20:07:33.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-04-28T20:07:33.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-04-28T20:07:33.382Z
30452026-04-28T20:07:33.382Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/272)
30462026-04-28T20:07:33.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-04-28T20:07:33.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-04-28T20:07:33.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-04-28T20:07:33.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30502026-04-28T20:07:33.996Z
30512026-04-28T20:07:33.996Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/272)
30522026-04-28T20:07:34.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-04-28T20:07:34.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-04-28T20:07:34.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-04-28T20:07:34.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-04-28T20:07:34.597Z
30572026-04-28T20:07:34.598Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/272)
30582026-04-28T20:07:35.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-04-28T20:07:35.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-04-28T20:07:35.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-04-28T20:07:35.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-04-28T20:07:35.199Z
30632026-04-28T20:07:35.199Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/272)
30642026-04-28T20:07:35.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-04-28T20:07:35.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-04-28T20:07:35.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-04-28T20:07:35.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-04-28T20:07:35.799Z
30692026-04-28T20:07:35.799Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/272)
30702026-04-28T20:07:36.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-04-28T20:07:36.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-04-28T20:07:36.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-04-28T20:07:36.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30742026-04-28T20:07:36.402Z
30752026-04-28T20:07:36.402Zinfo: running `cargo check --bins` on cockroach-admin-client (112/272)
30762026-04-28T20:07:36.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-04-28T20:07:36.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-04-28T20:07:36.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-04-28T20:07:36.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30802026-04-28T20:07:36.987Z
30812026-04-28T20:07:36.987Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/272)
30822026-04-28T20:07:37.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-04-28T20:07:37.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-04-28T20:07:37.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-04-28T20:07:37.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-04-28T20:07:37.597Z
30872026-04-28T20:07:37.597Zinfo: running `cargo check --bins` on dns-service-client (114/272)
30882026-04-28T20:07:38.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-04-28T20:07:38.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-04-28T20:07:38.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-04-28T20:07:38.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30922026-04-28T20:07:38.190Z
30932026-04-28T20:07:38.190Zinfo: running `cargo check --bins` on installinator-client (115/272)
30942026-04-28T20:07:38.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-04-28T20:07:38.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-04-28T20:07:38.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-04-28T20:07:38.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30982026-04-28T20:07:38.794Z
30992026-04-28T20:07:38.794Zinfo: running `cargo check --bins` on nexus-client (116/272)
31002026-04-28T20:07:39.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-04-28T20:07:39.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-04-28T20:07:39.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-04-28T20:07:39.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31042026-04-28T20:07:39.436Z
31052026-04-28T20:07:39.436Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/272)
31062026-04-28T20:07:39.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-04-28T20:07:39.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-04-28T20:07:39.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-04-28T20:07:39.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31102026-04-28T20:07:40.073Z
31112026-04-28T20:07:40.073Zinfo: running `cargo check --bins` on ntp-admin-client (118/272)
31122026-04-28T20:07:40.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-04-28T20:07:40.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-04-28T20:07:40.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-04-28T20:07:40.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31162026-04-28T20:07:40.657Z
31172026-04-28T20:07:40.657Zinfo: running `cargo check --bins` on oxide-client (119/272)
31182026-04-28T20:07:41.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-04-28T20:07:41.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-04-28T20:07:41.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-04-28T20:07:41.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31222026-04-28T20:07:41.248Z
31232026-04-28T20:07:41.248Zinfo: running `cargo check --bins` on oximeter-client (120/272)
31242026-04-28T20:07:41.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-04-28T20:07:41.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-04-28T20:07:41.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-04-28T20:07:41.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-04-28T20:07:41.845Z
31292026-04-28T20:07:41.845Zinfo: running `cargo check --bins` on repo-depot-client (121/272)
31302026-04-28T20:07:42.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-04-28T20:07:42.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-04-28T20:07:42.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-04-28T20:07:42.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31342026-04-28T20:07:42.433Z
31352026-04-28T20:07:42.433Zinfo: running `cargo check --bins` on sled-agent-client (122/272)
31362026-04-28T20:07:42.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-04-28T20:07:42.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-04-28T20:07:42.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-04-28T20:07:42.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31402026-04-28T20:07:43.043Z
31412026-04-28T20:07:43.043Zinfo: running `cargo check --bins` on wicketd-client (123/272)
31422026-04-28T20:07:43.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-04-28T20:07:43.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-04-28T20:07:43.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-04-28T20:07:43.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31462026-04-28T20:07:43.664Z
31472026-04-28T20:07:43.664Zinfo: running `cargo check --bins` on installinator-common (124/272)
31482026-04-28T20:07:44.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-04-28T20:07:44.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-04-28T20:07:44.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-04-28T20:07:44.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31522026-04-28T20:07:44.283Z
31532026-04-28T20:07:44.283Zinfo: running `cargo check --bins` on installinator-common-versions (125/272)
31542026-04-28T20:07:44.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-04-28T20:07:44.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-04-28T20:07:44.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-04-28T20:07:44.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31582026-04-28T20:07:44.868Z
31592026-04-28T20:07:44.868Zinfo: running `cargo check --bins` on wicket-common (126/272)
31602026-04-28T20:07:45.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-04-28T20:07:45.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-04-28T20:07:45.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-04-28T20:07:45.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31642026-04-28T20:07:45.477Z
31652026-04-28T20:07:45.477Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/272)
31662026-04-28T20:07:45.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-04-28T20:07:45.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-04-28T20:07:46.162Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-04-28T20:07:46.278Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-04-28T20:07:46.285Z Checking csv-core v0.1.13
31712026-04-28T20:07:46.292Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-04-28T20:07:46.299Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-04-28T20:07:46.310Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31742026-04-28T20:07:46.321Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31752026-04-28T20:07:46.332Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31762026-04-28T20:07:46.440Z Checking csv v1.4.0
31772026-04-28T20:07:46.455Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-04-28T20:07:46.506Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31792026-04-28T20:07:46.537Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31802026-04-28T20:07:46.771Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31812026-04-28T20:07:47.137Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31822026-04-28T20:07:47.137Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-04-28T20:07:47.467Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31842026-04-28T20:07:53.128Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31852026-04-28T20:07:53.657Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31862026-04-28T20:07:56.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.53s
31872026-04-28T20:07:56.211Z
31882026-04-28T20:07:56.211Zinfo: running `cargo check --bins` on cockroach-admin-api (128/272)
31892026-04-28T20:07:56.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-04-28T20:07:56.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-04-28T20:07:56.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-04-28T20:07:56.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31932026-04-28T20:07:56.810Z
31942026-04-28T20:07:56.810Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/272)
31952026-04-28T20:07:57.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-04-28T20:07:57.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-04-28T20:07:57.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-04-28T20:07:57.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31992026-04-28T20:07:57.506Z
32002026-04-28T20:07:57.506Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/272)
32012026-04-28T20:07:58.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-04-28T20:07:58.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-04-28T20:07:58.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-04-28T20:07:58.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32052026-04-28T20:07:58.204Z
32062026-04-28T20:07:58.204Zinfo: running `cargo check --bins` on gateway-test-utils (131/272)
32072026-04-28T20:07:58.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-04-28T20:07:58.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-04-28T20:07:58.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-04-28T20:07:58.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32112026-04-28T20:07:58.865Z
32122026-04-28T20:07:58.865Zinfo: running `cargo check --bins` on omicron-gateway (132/272)
32132026-04-28T20:07:59.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-04-28T20:07:59.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-04-28T20:07:59.633Z Compiling typify-impl v0.6.1
32162026-04-28T20:07:59.775Z Compiling unsafe-libyaml v0.2.11
32172026-04-28T20:07:59.786Z Compiling semver v0.1.20
32182026-04-28T20:07:59.789Z Compiling radium v0.7.0
32192026-04-28T20:07:59.808Z Compiling pin-project-internal v1.1.11
32202026-04-28T20:07:59.811Z Compiling maybe-uninit v2.0.0
32212026-04-28T20:07:59.831Z Checking tap v1.0.1
32222026-04-28T20:07:59.932Z Checking wyz v0.5.1
32232026-04-28T20:08:00.056Z Compiling rustc_version v0.1.7
32242026-04-28T20:08:00.132Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32252026-04-28T20:08:00.135Z Compiling snafu-derive v0.8.9
32262026-04-28T20:08:00.242Z Compiling zerocopy-derive v0.6.6
32272026-04-28T20:08:00.273Z Compiling serde_yaml v0.9.34+deprecated
32282026-04-28T20:08:00.497Z Compiling newtype_derive v0.1.6
32292026-04-28T20:08:00.686Z Checking funty v2.0.0
32302026-04-28T20:08:00.892Z Compiling cancel-safe-futures v0.1.5
32312026-04-28T20:08:00.934Z Checking pin-project v1.1.11
32322026-04-28T20:08:01.006Z Compiling owo-colors v4.3.0
32332026-04-28T20:08:01.057Z Compiling packed_struct v0.10.1
32342026-04-28T20:08:01.093Z Checking crc-catalog v2.4.0
32352026-04-28T20:08:01.096Z Checking same-file v1.0.6
32362026-04-28T20:08:01.207Z Checking crc v3.4.0
32372026-04-28T20:08:01.228Z Checking walkdir v2.5.0
32382026-04-28T20:08:01.341Z Checking zerocopy v0.6.6
32392026-04-28T20:08:01.387Z Checking bitvec v1.0.1
32402026-04-28T20:08:01.451Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32412026-04-28T20:08:01.484Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32422026-04-28T20:08:01.642Z Checking globset v0.4.18
32432026-04-28T20:08:01.660Z Checking olpc-cjson v0.1.4
32442026-04-28T20:08:01.753Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32452026-04-28T20:08:01.794Z Checking pem v3.0.6
32462026-04-28T20:08:01.819Z Compiling packed_struct_codegen v0.10.1
32472026-04-28T20:08:01.899Z Checking libsw-core v0.3.2
32482026-04-28T20:08:01.952Z Checking serde_plain v1.0.2
32492026-04-28T20:08:01.989Z Compiling bitfield-macros v0.19.4
32502026-04-28T20:08:02.003Z Compiling indexmap v1.9.3
32512026-04-28T20:08:02.042Z Checking nodrop v0.1.14
32522026-04-28T20:08:02.065Z Checking snafu v0.8.9
32532026-04-28T20:08:02.096Z Checking typed-path v0.9.3
32542026-04-28T20:08:02.132Z Checking array-init v0.0.4
32552026-04-28T20:08:02.211Z Checking libsw v3.5.0
32562026-04-28T20:08:02.307Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32572026-04-28T20:08:02.361Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32582026-04-28T20:08:02.436Z Checking smallvec v0.6.14
32592026-04-28T20:08:02.621Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32602026-04-28T20:08:02.694Z Checking bitfield v0.19.4
32612026-04-28T20:08:02.724Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32622026-04-28T20:08:02.849Z Checking linear-map v1.2.0
32632026-04-28T20:08:02.864Z Checking tough v0.20.0
32642026-04-28T20:08:02.943Z Checking tagptr v0.2.0
32652026-04-28T20:08:02.963Z Checking hashbrown v0.12.3
32662026-04-28T20:08:03.019Z Checking base64 v0.21.7
32672026-04-28T20:08:03.033Z Checking unicode-linebreak v0.1.5
32682026-04-28T20:08:03.080Z Checking smawk v0.3.2
32692026-04-28T20:08:03.187Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32702026-04-28T20:08:03.212Z Checking moka v0.12.13
32712026-04-28T20:08:03.251Z Checking textwrap v0.16.2
32722026-04-28T20:08:03.264Z Checking ron v0.8.1
32732026-04-28T20:08:03.470Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32742026-04-28T20:08:03.646Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32752026-04-28T20:08:03.690Z Checking serde-hex v0.1.0
32762026-04-28T20:08:03.783Z Checking steno v0.4.1
32772026-04-28T20:08:03.834Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-04-28T20:08:03.940Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32792026-04-28T20:08:03.992Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32802026-04-28T20:08:04.223Z Compiling typify-macro v0.6.1
32812026-04-28T20:08:04.452Z Checking hashbrown v0.13.2
32822026-04-28T20:08:04.454Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32832026-04-28T20:08:04.562Z Checking humantime v2.3.0
32842026-04-28T20:08:04.653Z Checking crc-any v2.5.0
32852026-04-28T20:08:04.769Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32862026-04-28T20:08:04.783Z Checking hickory-resolver v0.25.2
32872026-04-28T20:08:04.830Z Checking void v1.0.2
32882026-04-28T20:08:04.848Z Checking half v1.8.3
32892026-04-28T20:08:04.877Z Checking object v0.30.4
32902026-04-28T20:08:05.037Z Checking path-slash v0.1.5
32912026-04-28T20:08:05.040Z Checking utf-8 v0.7.6
32922026-04-28T20:08:05.040Z Checking lzss v0.8.2
32932026-04-28T20:08:05.049Z Checking serde_cbor v0.11.2
32942026-04-28T20:08:05.077Z Checking tungstenite v0.23.0
32952026-04-28T20:08:05.223Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32962026-04-28T20:08:05.306Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32972026-04-28T20:08:05.384Z Checking nix v0.27.1
32982026-04-28T20:08:05.435Z Checking kstat-rs v0.2.4
32992026-04-28T20:08:05.490Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33002026-04-28T20:08:05.504Z Checking fxhash v0.2.1
33012026-04-28T20:08:05.537Z Checking serde_bytes v0.11.19
33022026-04-28T20:08:05.618Z Checking tokio-tungstenite v0.23.1
33032026-04-28T20:08:05.621Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33042026-04-28T20:08:05.709Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33052026-04-28T20:08:05.884Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33062026-04-28T20:08:05.884Z Checking signal-hook-tokio v0.3.1
33072026-04-28T20:08:05.960Z Compiling typify v0.6.1
33082026-04-28T20:08:06.054Z Compiling progenitor-impl v0.13.0
33092026-04-28T20:08:06.917Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33102026-04-28T20:08:07.589Z Compiling progenitor-macro v0.13.0
33112026-04-28T20:08:07.812Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33122026-04-28T20:08:08.109Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33132026-04-28T20:08:09.958Z Checking progenitor v0.13.0
33142026-04-28T20:08:10.006Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33152026-04-28T20:08:10.009Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33162026-04-28T20:08:13.052Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33172026-04-28T20:08:20.469Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33182026-04-28T20:08:26.733Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33192026-04-28T20:08:28.091Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33202026-04-28T20:08:28.581Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33212026-04-28T20:08:30.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.74s
33222026-04-28T20:08:30.809Z
33232026-04-28T20:08:30.809Zinfo: running `cargo check --bins` on gateway-api (133/272)
33242026-04-28T20:08:31.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-04-28T20:08:31.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-04-28T20:08:31.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-04-28T20:08:31.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33282026-04-28T20:08:31.417Z
33292026-04-28T20:08:31.417Zinfo: running `cargo check --bins` on ipcc (134/272)
33302026-04-28T20:08:31.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-04-28T20:08:31.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-04-28T20:08:31.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-04-28T20:08:31.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33342026-04-28T20:08:32.019Z
33352026-04-28T20:08:32.019Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/272)
33362026-04-28T20:08:32.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-04-28T20:08:32.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-04-28T20:08:32.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-04-28T20:08:32.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33402026-04-28T20:08:32.611Z
33412026-04-28T20:08:32.611Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/272)
33422026-04-28T20:08:33.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-04-28T20:08:33.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-04-28T20:08:33.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-04-28T20:08:33.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33462026-04-28T20:08:33.223Z
33472026-04-28T20:08:33.223Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/272)
33482026-04-28T20:08:33.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-04-28T20:08:33.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-04-28T20:08:33.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-04-28T20:08:33.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33522026-04-28T20:08:33.828Z
33532026-04-28T20:08:33.828Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/272)
33542026-04-28T20:08:34.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-04-28T20:08:34.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-04-28T20:08:34.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-04-28T20:08:34.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33582026-04-28T20:08:34.437Z
33592026-04-28T20:08:34.437Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/272)
33602026-04-28T20:08:34.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-04-28T20:08:34.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-04-28T20:08:34.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-04-28T20:08:34.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33642026-04-28T20:08:35.041Z
33652026-04-28T20:08:35.041Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/272)
33662026-04-28T20:08:35.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-04-28T20:08:35.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-04-28T20:08:35.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-04-28T20:08:35.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33702026-04-28T20:08:35.649Z
33712026-04-28T20:08:35.649Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/272)
33722026-04-28T20:08:36.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-04-28T20:08:36.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-04-28T20:08:36.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-04-28T20:08:36.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33762026-04-28T20:08:36.257Z
33772026-04-28T20:08:36.257Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/272)
33782026-04-28T20:08:36.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-04-28T20:08:36.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-04-28T20:08:36.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-04-28T20:08:36.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33822026-04-28T20:08:36.863Z
33832026-04-28T20:08:36.863Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/272)
33842026-04-28T20:08:37.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-04-28T20:08:37.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-04-28T20:08:37.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-04-28T20:08:37.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-04-28T20:08:37.464Z
33892026-04-28T20:08:37.464Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/272)
33902026-04-28T20:08:37.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-04-28T20:08:37.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-04-28T20:08:37.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-04-28T20:08:37.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33942026-04-28T20:08:38.069Z
33952026-04-28T20:08:38.069Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/272)
33962026-04-28T20:08:38.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-04-28T20:08:38.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-04-28T20:08:38.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-04-28T20:08:38.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34002026-04-28T20:08:38.676Z
34012026-04-28T20:08:38.676Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/272)
34022026-04-28T20:08:39.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-04-28T20:08:39.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-04-28T20:08:39.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-04-28T20:08:39.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34062026-04-28T20:08:39.286Z
34072026-04-28T20:08:39.286Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/272)
34082026-04-28T20:08:39.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-04-28T20:08:39.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-04-28T20:08:39.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-04-28T20:08:39.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34122026-04-28T20:08:39.892Z
34132026-04-28T20:08:39.892Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/272)
34142026-04-28T20:08:40.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-04-28T20:08:40.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-04-28T20:08:40.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-04-28T20:08:40.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34182026-04-28T20:08:40.501Z
34192026-04-28T20:08:40.501Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/272)
34202026-04-28T20:08:41.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-04-28T20:08:41.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-04-28T20:08:41.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-04-28T20:08:41.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34242026-04-28T20:08:41.109Z
34252026-04-28T20:08:41.110Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/272)
34262026-04-28T20:08:41.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-04-28T20:08:41.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-04-28T20:08:41.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-04-28T20:08:41.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34302026-04-28T20:08:41.719Z
34312026-04-28T20:08:41.719Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/272)
34322026-04-28T20:08:42.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-04-28T20:08:42.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-04-28T20:08:42.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-04-28T20:08:42.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34362026-04-28T20:08:42.328Z
34372026-04-28T20:08:42.328Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/272)
34382026-04-28T20:08:42.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-04-28T20:08:42.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-04-28T20:08:42.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-04-28T20:08:42.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34422026-04-28T20:08:42.935Z
34432026-04-28T20:08:42.935Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/272)
34442026-04-28T20:08:43.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-04-28T20:08:43.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-04-28T20:08:43.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-04-28T20:08:43.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34482026-04-28T20:08:43.541Z
34492026-04-28T20:08:43.541Zinfo: running `cargo check --bins` on oximeter-producer (154/272)
34502026-04-28T20:08:44.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-04-28T20:08:44.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-04-28T20:08:44.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-04-28T20:08:44.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34542026-04-28T20:08:44.189Z
34552026-04-28T20:08:44.189Zinfo: running `cargo check --bins` on internal-dns-resolver (155/272)
34562026-04-28T20:08:44.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-04-28T20:08:44.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-04-28T20:08:44.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-04-28T20:08:44.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34602026-04-28T20:08:44.797Z
34612026-04-28T20:08:44.797Zinfo: running `cargo check --bins` on dns-server (156/272)
34622026-04-28T20:08:45.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-04-28T20:08:45.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-04-28T20:08:45.451Z Compiling parking_lot_core v0.8.6
34652026-04-28T20:08:45.451Z Compiling atomicwrites v0.4.4
34662026-04-28T20:08:45.451Z Compiling git-stub v1.0.0
34672026-04-28T20:08:45.455Z Checking prefix-trie v0.7.0
34682026-04-28T20:08:45.455Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34692026-04-28T20:08:45.688Z Compiling git-stub-vcs v0.1.0
34702026-04-28T20:08:45.867Z Checking hickory-server v0.25.2
34712026-04-28T20:08:45.966Z Checking parking_lot v0.11.2
34722026-04-28T20:08:45.969Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34732026-04-28T20:08:46.056Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34742026-04-28T20:08:46.059Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34752026-04-28T20:08:46.137Z Checking sled v0.34.7
34762026-04-28T20:08:48.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34772026-04-28T20:08:48.199Z
34782026-04-28T20:08:48.199Zinfo: running `cargo check --bins` on dns-server-api (157/272)
34792026-04-28T20:08:48.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-04-28T20:08:48.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-04-28T20:08:48.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-04-28T20:08:48.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34832026-04-28T20:08:48.802Z
34842026-04-28T20:08:48.802Zinfo: running `cargo check --bins` on oximeter-producer-api (158/272)
34852026-04-28T20:08:49.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-04-28T20:08:49.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-04-28T20:08:49.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-04-28T20:08:49.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34892026-04-28T20:08:49.408Z
34902026-04-28T20:08:49.408Zinfo: running `cargo check --bins` on sp-sim (159/272)
34912026-04-28T20:08:49.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-04-28T20:08:49.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-04-28T20:08:50.132Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34942026-04-28T20:08:51.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
34952026-04-28T20:08:52.063Z
34962026-04-28T20:08:52.063Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/272)
34972026-04-28T20:08:52.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-04-28T20:08:52.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-04-28T20:08:52.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-04-28T20:08:52.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35012026-04-28T20:08:52.728Z
35022026-04-28T20:08:52.728Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/272)
35032026-04-28T20:08:53.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-04-28T20:08:53.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-04-28T20:08:53.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-04-28T20:08:53.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35072026-04-28T20:08:53.389Z
35082026-04-28T20:08:53.389Zinfo: running `cargo check --bins` on db-macros (162/272)
35092026-04-28T20:08:53.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-04-28T20:08:53.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-04-28T20:08:53.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-04-28T20:08:53.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35132026-04-28T20:08:53.977Z
35142026-04-28T20:08:53.977Zinfo: running `cargo check --bins` on nexus-macros-common (163/272)
35152026-04-28T20:08:54.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-04-28T20:08:54.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-04-28T20:08:54.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-04-28T20:08:54.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35192026-04-28T20:08:54.565Z
35202026-04-28T20:08:54.565Zinfo: running `cargo check --bins` on nexus-auth (164/272)
35212026-04-28T20:08:55.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-04-28T20:08:55.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-04-28T20:08:55.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-04-28T20:08:55.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35252026-04-28T20:08:55.217Z
35262026-04-28T20:08:55.217Zinfo: running `cargo check --bins` on authz-macros (165/272)
35272026-04-28T20:08:55.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-04-28T20:08:55.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-04-28T20:08:55.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-04-28T20:08:55.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35312026-04-28T20:08:55.807Z
35322026-04-28T20:08:55.807Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/272)
35332026-04-28T20:08:56.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-04-28T20:08:56.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-04-28T20:08:56.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-04-28T20:08:56.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35372026-04-28T20:08:56.459Z
35382026-04-28T20:08:56.459Zinfo: running `cargo check --bins` on nexus-db-model (167/272)
35392026-04-28T20:08:56.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-04-28T20:08:56.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-04-28T20:08:56.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-04-28T20:08:57.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35432026-04-28T20:08:57.097Z
35442026-04-28T20:08:57.097Zinfo: running `cargo check --bins` on nexus-db-schema (168/272)
35452026-04-28T20:08:57.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-04-28T20:08:57.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-04-28T20:08:57.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-04-28T20:08:57.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35492026-04-28T20:08:57.685Z
35502026-04-28T20:08:57.685Zinfo: running `cargo check --bins` on omicron-rpaths (169/272)
35512026-04-28T20:08:58.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-04-28T20:08:58.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-04-28T20:08:58.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-04-28T20:08:58.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35552026-04-28T20:08:58.271Z
35562026-04-28T20:08:58.271Zinfo: running `cargo check --bins` on nexus-defaults (170/272)
35572026-04-28T20:08:58.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-04-28T20:08:58.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-04-28T20:08:58.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-04-28T20:08:58.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35612026-04-28T20:08:58.870Z
35622026-04-28T20:08:58.870Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/272)
35632026-04-28T20:08:59.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-04-28T20:08:59.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-04-28T20:08:59.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-04-28T20:08:59.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35672026-04-28T20:08:59.456Z
35682026-04-28T20:08:59.456Zinfo: running `cargo check --bins` on parallel-task-set (172/272)
35692026-04-28T20:08:59.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-04-28T20:08:59.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-04-28T20:08:59.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-04-28T20:08:59.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35732026-04-28T20:09:00.038Z
35742026-04-28T20:09:00.038Zinfo: running `cargo check --bins` on nexus-db-errors (173/272)
35752026-04-28T20:09:00.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-04-28T20:09:00.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-04-28T20:09:00.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-04-28T20:09:00.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35792026-04-28T20:09:00.688Z
35802026-04-28T20:09:00.688Zinfo: running `cargo check --bins` on nexus-db-lookup (174/272)
35812026-04-28T20:09:01.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-04-28T20:09:01.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-04-28T20:09:01.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-04-28T20:09:01.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35852026-04-28T20:09:01.339Z
35862026-04-28T20:09:01.339Zinfo: running `cargo check --bins` on nexus-inventory (175/272)
35872026-04-28T20:09:01.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-04-28T20:09:01.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-04-28T20:09:01.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-04-28T20:09:01.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35912026-04-28T20:09:01.983Z
35922026-04-28T20:09:01.983Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/272)
35932026-04-28T20:09:02.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-04-28T20:09:02.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-04-28T20:09:02.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-04-28T20:09:02.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35972026-04-28T20:09:02.605Z
35982026-04-28T20:09:02.605Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/272)
35992026-04-28T20:09:03.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-04-28T20:09:03.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-04-28T20:09:03.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-04-28T20:09:03.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36032026-04-28T20:09:03.224Z
36042026-04-28T20:09:03.224Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/272)
36052026-04-28T20:09:03.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-04-28T20:09:03.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-04-28T20:09:03.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-04-28T20:09:03.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36092026-04-28T20:09:03.840Z
36102026-04-28T20:09:03.840Zinfo: running `cargo check --bins` on key-manager (179/272)
36112026-04-28T20:09:04.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-04-28T20:09:04.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-04-28T20:09:04.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-04-28T20:09:04.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36152026-04-28T20:09:04.438Z
36162026-04-28T20:09:04.438Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/272)
36172026-04-28T20:09:04.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-04-28T20:09:04.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-04-28T20:09:04.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-04-28T20:09:04.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36212026-04-28T20:09:05.052Z
36222026-04-28T20:09:05.052Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/272)
36232026-04-28T20:09:05.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-04-28T20:09:05.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-04-28T20:09:05.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-04-28T20:09:05.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36272026-04-28T20:09:05.659Z
36282026-04-28T20:09:05.659Zinfo: running `cargo check --bins` on typed-rng (182/272)
36292026-04-28T20:09:06.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-04-28T20:09:06.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-04-28T20:09:06.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-04-28T20:09:06.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36332026-04-28T20:09:06.234Z
36342026-04-28T20:09:06.234Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/272)
36352026-04-28T20:09:06.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-04-28T20:09:06.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-04-28T20:09:07.068Z Compiling typify-impl v0.4.3
36382026-04-28T20:09:07.068Z Compiling libefi-sys v0.1.0
36392026-04-28T20:09:07.072Z Compiling bitfield-struct v0.6.2
36402026-04-28T20:09:07.224Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36412026-04-28T20:09:07.234Z Compiling xshell-macros v0.2.7
36422026-04-28T20:09:07.247Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36432026-04-28T20:09:07.261Z Compiling salty v0.3.0
36442026-04-28T20:09:07.289Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36452026-04-28T20:09:07.443Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36462026-04-28T20:09:07.566Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36472026-04-28T20:09:07.582Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36482026-04-28T20:09:07.596Z Checking xshell v0.2.7
36492026-04-28T20:09:07.785Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36502026-04-28T20:09:07.807Z Checking primeorder v0.13.6
36512026-04-28T20:09:07.821Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36522026-04-28T20:09:07.950Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36532026-04-28T20:09:07.968Z Compiling proc-macro-error-attr2 v2.0.0
36542026-04-28T20:09:08.042Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36552026-04-28T20:09:08.056Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36562026-04-28T20:09:08.106Z Checking tungstenite v0.21.0
36572026-04-28T20:09:08.252Z Checking p384 v0.13.1
36582026-04-28T20:09:08.290Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36592026-04-28T20:09:08.353Z Compiling proc-macro-error2 v2.0.1
36602026-04-28T20:09:08.477Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36612026-04-28T20:09:08.531Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36622026-04-28T20:09:08.667Z Compiling num-derive v0.3.3
36632026-04-28T20:09:08.683Z Checking compression-core v0.4.31
36642026-04-28T20:09:08.815Z Compiling unicase v2.9.0
36652026-04-28T20:09:08.859Z Checking compression-codecs v0.4.37
36662026-04-28T20:09:09.024Z Compiling mime_guess v2.0.5
36672026-04-28T20:09:09.038Z Compiling tabled_derive v0.11.0
36682026-04-28T20:09:09.145Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36692026-04-28T20:09:09.161Z Checking tokio-tungstenite v0.21.0
36702026-04-28T20:09:09.555Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36712026-04-28T20:09:09.569Z Checking libscf-sys v1.1.0
36722026-04-28T20:09:09.601Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36732026-04-28T20:09:09.699Z Checking papergrid v0.17.0
36742026-04-28T20:09:09.850Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36752026-04-28T20:09:09.977Z Checking testing_table v0.3.0
36762026-04-28T20:09:10.074Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36772026-04-28T20:09:10.105Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36782026-04-28T20:09:10.192Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36792026-04-28T20:09:10.301Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36802026-04-28T20:09:10.401Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36812026-04-28T20:09:10.477Z Checking toml_datetime v1.0.0+spec-1.1.0
36822026-04-28T20:09:10.528Z Compiling dropshot v0.17.0
36832026-04-28T20:09:10.596Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36842026-04-28T20:09:10.612Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36852026-04-28T20:09:10.684Z Checking corncobs v0.1.4
36862026-04-28T20:09:10.776Z Checking toml v1.0.6+spec-1.1.0
36872026-04-28T20:09:10.818Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36882026-04-28T20:09:10.837Z Checking tabled v0.20.0
36892026-04-28T20:09:10.873Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36902026-04-28T20:09:10.887Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36912026-04-28T20:09:10.980Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36922026-04-28T20:09:11.001Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36932026-04-28T20:09:11.070Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36942026-04-28T20:09:11.251Z Checking async-compression v0.4.41
36952026-04-28T20:09:11.312Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36962026-04-28T20:09:11.374Z Checking progenitor-client v0.11.2
36972026-04-28T20:09:11.506Z Compiling dropshot_endpoint v0.17.0
36982026-04-28T20:09:11.592Z Checking secrecy v0.8.0
36992026-04-28T20:09:11.616Z Checking filetime v0.2.27
37002026-04-28T20:09:11.708Z Compiling typify-macro v0.4.3
37012026-04-28T20:09:11.736Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37022026-04-28T20:09:11.753Z Checking http-range v0.1.5
37032026-04-28T20:09:11.774Z Checking xattr v1.6.1
37042026-04-28T20:09:11.907Z Checking tar v0.4.45
37052026-04-28T20:09:12.213Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37062026-04-28T20:09:12.446Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37072026-04-28T20:09:12.476Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37082026-04-28T20:09:12.870Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37092026-04-28T20:09:12.885Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37102026-04-28T20:09:12.911Z Checking atty v0.2.14
37112026-04-28T20:09:13.010Z Checking crc8 v0.1.1
37122026-04-28T20:09:13.121Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37132026-04-28T20:09:13.335Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37142026-04-28T20:09:13.429Z Compiling typify v0.4.3
37152026-04-28T20:09:13.523Z Compiling progenitor-impl v0.10.0
37162026-04-28T20:09:13.545Z Compiling progenitor-impl v0.11.2
37172026-04-28T20:09:13.906Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37182026-04-28T20:09:13.909Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37192026-04-28T20:09:14.041Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37202026-04-28T20:09:14.159Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37212026-04-28T20:09:14.419Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37222026-04-28T20:09:14.435Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37232026-04-28T20:09:14.539Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37242026-04-28T20:09:14.708Z Checking hyper-staticfile v0.10.1
37252026-04-28T20:09:14.759Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37262026-04-28T20:09:14.855Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37272026-04-28T20:09:14.998Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37282026-04-28T20:09:15.021Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37292026-04-28T20:09:15.056Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37302026-04-28T20:09:15.159Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37312026-04-28T20:09:15.361Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37322026-04-28T20:09:15.640Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37332026-04-28T20:09:15.934Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37342026-04-28T20:09:16.007Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37352026-04-28T20:09:16.109Z Compiling progenitor-macro v0.10.0
37362026-04-28T20:09:16.171Z Compiling progenitor-macro v0.11.2
37372026-04-28T20:09:16.254Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37382026-04-28T20:09:16.580Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37392026-04-28T20:09:19.134Z Checking progenitor v0.11.2
37402026-04-28T20:09:19.162Z Checking progenitor v0.10.0
37412026-04-28T20:09:19.282Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37422026-04-28T20:09:19.298Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37432026-04-28T20:09:23.968Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37442026-04-28T20:09:35.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.76s
37452026-04-28T20:09:35.217Z
37462026-04-28T20:09:35.217Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/272)
37472026-04-28T20:09:35.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-04-28T20:09:35.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-04-28T20:09:35.987Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37502026-04-28T20:09:47.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s
37512026-04-28T20:09:47.240Z
37522026-04-28T20:09:47.240Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/272)
37532026-04-28T20:09:47.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-04-28T20:09:47.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-04-28T20:09:48.007Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-04-28T20:09:59.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
37572026-04-28T20:09:59.299Z
37582026-04-28T20:09:59.299Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/272)
37592026-04-28T20:09:59.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-04-28T20:09:59.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-04-28T20:10:00.068Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37622026-04-28T20:10:11.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.82s
37632026-04-28T20:10:11.349Z
37642026-04-28T20:10:11.349Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/272)
37652026-04-28T20:10:11.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-04-28T20:10:11.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-04-28T20:10:12.114Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-04-28T20:10:23.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.85s
37692026-04-28T20:10:23.420Z
37702026-04-28T20:10:23.420Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/272)
37712026-04-28T20:10:23.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-04-28T20:10:23.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-04-28T20:10:24.190Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37742026-04-28T20:10:35.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s
37752026-04-28T20:10:35.445Z
37762026-04-28T20:10:35.445Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/272)
37772026-04-28T20:10:35.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-04-28T20:10:36.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-04-28T20:10:36.219Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37802026-04-28T20:10:47.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
37812026-04-28T20:10:47.513Z
37822026-04-28T20:10:47.513Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/272)
37832026-04-28T20:10:48.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-04-28T20:10:48.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-04-28T20:10:48.286Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37862026-04-28T20:10:59.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
37872026-04-28T20:10:59.575Z
37882026-04-28T20:10:59.575Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/272)
37892026-04-28T20:11:00.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-04-28T20:11:00.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-04-28T20:11:00.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-04-28T20:11:00.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37932026-04-28T20:11:00.170Z
37942026-04-28T20:11:00.170Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/272)
37952026-04-28T20:11:00.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-04-28T20:11:00.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-04-28T20:11:00.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-04-28T20:11:00.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37992026-04-28T20:11:00.768Z
38002026-04-28T20:11:00.768Zinfo: running `cargo check --bins` on range-requests (193/272)
38012026-04-28T20:11:01.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-04-28T20:11:01.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-04-28T20:11:01.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-04-28T20:11:01.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38052026-04-28T20:11:01.356Z
38062026-04-28T20:11:01.356Zinfo: running `cargo check --bins` on repo-depot-api (194/272)
38072026-04-28T20:11:01.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-04-28T20:11:01.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-04-28T20:11:01.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-04-28T20:11:01.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38112026-04-28T20:11:01.941Z
38122026-04-28T20:11:01.941Zinfo: running `cargo check --bins` on sled-agent-api (195/272)
38132026-04-28T20:11:02.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-04-28T20:11:02.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-04-28T20:11:02.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-04-28T20:11:02.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38172026-04-28T20:11:02.560Z
38182026-04-28T20:11:02.560Zinfo: running `cargo check --bins` on sled-diagnostics (196/272)
38192026-04-28T20:11:03.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-04-28T20:11:03.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-04-28T20:11:03.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-04-28T20:11:03.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38232026-04-28T20:11:03.172Z
38242026-04-28T20:11:03.173Zinfo: running `cargo check --bins` on zfs-test-harness (197/272)
38252026-04-28T20:11:03.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-04-28T20:11:03.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-04-28T20:11:03.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-04-28T20:11:03.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38292026-04-28T20:11:03.792Z
38302026-04-28T20:11:03.792Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/272)
38312026-04-28T20:11:04.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-04-28T20:11:04.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-04-28T20:11:04.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-04-28T20:11:04.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38352026-04-28T20:11:04.413Z
38362026-04-28T20:11:04.413Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/272)
38372026-04-28T20:11:04.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-04-28T20:11:04.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-04-28T20:11:04.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-04-28T20:11:04.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38412026-04-28T20:11:05.033Z
38422026-04-28T20:11:05.033Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/272)
38432026-04-28T20:11:05.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-04-28T20:11:05.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-04-28T20:11:05.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-04-28T20:11:05.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38472026-04-28T20:11:05.646Z
38482026-04-28T20:11:05.646Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/272)
38492026-04-28T20:11:06.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-04-28T20:11:06.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-04-28T20:11:06.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-04-28T20:11:06.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38532026-04-28T20:11:06.259Z
38542026-04-28T20:11:06.259Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/272)
38552026-04-28T20:11:06.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-04-28T20:11:06.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-04-28T20:11:06.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-04-28T20:11:06.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38592026-04-28T20:11:06.874Z
38602026-04-28T20:11:06.874Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/272)
38612026-04-28T20:11:07.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-04-28T20:11:07.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-04-28T20:11:07.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-04-28T20:11:07.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38652026-04-28T20:11:07.490Z
38662026-04-28T20:11:07.490Zinfo: running `cargo check --bins` on transient-dns-server (204/272)
38672026-04-28T20:11:07.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-04-28T20:11:08.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-04-28T20:11:08.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-04-28T20:11:08.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38712026-04-28T20:11:08.093Z
38722026-04-28T20:11:08.093Zinfo: running `cargo check --bins` on trust-quorum (205/272)
38732026-04-28T20:11:08.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-04-28T20:11:08.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-04-28T20:11:08.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-04-28T20:11:08.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38772026-04-28T20:11:08.710Z
38782026-04-28T20:11:08.710Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/272)
38792026-04-28T20:11:09.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-04-28T20:11:09.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-04-28T20:11:09.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-04-28T20:11:09.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38832026-04-28T20:11:09.348Z
38842026-04-28T20:11:09.348Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/272)
38852026-04-28T20:11:09.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-04-28T20:11:09.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-04-28T20:11:09.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-04-28T20:11:09.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38892026-04-28T20:11:09.997Z
38902026-04-28T20:11:09.997Zinfo: running `cargo check --bins` on update-common (208/272)
38912026-04-28T20:11:10.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-04-28T20:11:10.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-04-28T20:11:10.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-04-28T20:11:10.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38952026-04-28T20:11:10.603Z
38962026-04-28T20:11:10.603Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/272)
38972026-04-28T20:11:11.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-04-28T20:11:11.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-04-28T20:11:11.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-04-28T20:11:11.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39012026-04-28T20:11:11.244Z
39022026-04-28T20:11:11.244Zinfo: running `cargo check --bins` on reconfigurator-cli (210/272)
39032026-04-28T20:11:11.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-04-28T20:11:11.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-04-28T20:11:12.002Z Compiling fs-err v2.11.0
39062026-04-28T20:11:12.005Z Checking ignore v0.4.25
39072026-04-28T20:11:12.005Z Checking arc-swap v1.8.2
39082026-04-28T20:11:12.005Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39092026-04-28T20:11:12.132Z Checking predicates-tree v1.0.13
39102026-04-28T20:11:12.154Z Checking parse-size v1.1.0
39112026-04-28T20:11:12.167Z Checking rand_seeder v0.4.0
39122026-04-28T20:11:12.170Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39132026-04-28T20:11:12.243Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39142026-04-28T20:11:12.265Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39152026-04-28T20:11:12.306Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39162026-04-28T20:11:12.343Z Checking slog-scope v4.4.1
39172026-04-28T20:11:12.443Z Compiling petname v2.0.2
39182026-04-28T20:11:12.460Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39192026-04-28T20:11:12.477Z Checking slog-stdlog v4.1.1
39202026-04-28T20:11:12.498Z Checking globwalk v0.9.1
39212026-04-28T20:11:12.559Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39222026-04-28T20:11:12.595Z Checking slog-envlogger v2.2.0
39232026-04-28T20:11:12.676Z Checking camino-tempfile-ext v0.3.3
39242026-04-28T20:11:12.699Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39252026-04-28T20:11:12.743Z Checking sapling-renderdag v0.1.0
39262026-04-28T20:11:12.865Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39272026-04-28T20:11:12.868Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39282026-04-28T20:11:12.977Z Checking subprocess v0.2.15
39292026-04-28T20:11:13.027Z Checking sync-ptr v0.1.4
39302026-04-28T20:11:13.076Z Checking colored v2.2.0
39312026-04-28T20:11:13.143Z Checking assert_matches v1.5.0
39322026-04-28T20:11:13.226Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39332026-04-28T20:11:13.256Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39342026-04-28T20:11:13.366Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39352026-04-28T20:11:13.369Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39362026-04-28T20:11:13.945Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39372026-04-28T20:11:15.234Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39382026-04-28T20:11:17.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
39392026-04-28T20:11:17.611Z
39402026-04-28T20:11:17.611Zinfo: running `cargo check --bins` on omicron-repl-utils (211/272)
39412026-04-28T20:11:18.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-04-28T20:11:18.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-04-28T20:11:18.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-04-28T20:11:18.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39452026-04-28T20:11:18.199Z
39462026-04-28T20:11:18.199Zinfo: running `cargo check --bins` on nexus-test-interface (212/272)
39472026-04-28T20:11:18.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-04-28T20:11:18.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-04-28T20:11:18.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-04-28T20:11:18.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39512026-04-28T20:11:18.858Z
39522026-04-28T20:11:18.858Zinfo: running `cargo check --bins` on oximeter-collector (213/272)
39532026-04-28T20:11:19.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-04-28T20:11:19.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-04-28T20:11:19.580Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39562026-04-28T20:11:19.580Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39572026-04-28T20:11:20.221Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39582026-04-28T20:11:21.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
39592026-04-28T20:11:21.974Z
39602026-04-28T20:11:21.974Zinfo: running `cargo check --bins` on oximeter-api (214/272)
39612026-04-28T20:11:22.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-04-28T20:11:22.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-04-28T20:11:22.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-04-28T20:11:22.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39652026-04-28T20:11:22.574Z
39662026-04-28T20:11:22.574Zinfo: running `cargo check --bins` on cert-dev (215/272)
39672026-04-28T20:11:23.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-04-28T20:11:23.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-04-28T20:11:23.179Z Checking yasna v0.5.2
39702026-04-28T20:11:23.582Z Checking rcgen v0.12.1
39712026-04-28T20:11:23.830Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39722026-04-28T20:11:24.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39732026-04-28T20:11:24.195Z
39742026-04-28T20:11:24.195Zinfo: running `cargo check --bins` on clickana (216/272)
39752026-04-28T20:11:24.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-04-28T20:11:24.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-04-28T20:11:24.842Z Compiling darling_core v0.23.0
39782026-04-28T20:11:24.846Z Compiling instability v0.3.11
39792026-04-28T20:11:24.950Z Checking castaway v0.2.4
39802026-04-28T20:11:24.963Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39812026-04-28T20:11:24.966Z Compiling indoc v2.0.7
39822026-04-28T20:11:24.979Z Checking unicode-truncate v1.1.0
39832026-04-28T20:11:24.990Z Checking lru v0.12.5
39842026-04-28T20:11:24.990Z Checking cassowary v0.3.0
39852026-04-28T20:11:25.045Z Checking compact_str v0.8.1
39862026-04-28T20:11:25.911Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39872026-04-28T20:11:26.090Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39882026-04-28T20:11:26.370Z Compiling darling_macro v0.23.0
39892026-04-28T20:11:26.775Z Compiling darling v0.23.0
39902026-04-28T20:11:27.370Z Checking ratatui v0.29.0
39912026-04-28T20:11:28.436Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39922026-04-28T20:11:29.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
39932026-04-28T20:11:29.278Z
39942026-04-28T20:11:29.278Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (217/272)
39952026-04-28T20:11:29.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-04-28T20:11:29.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-04-28T20:11:29.992Z Checking headers-core v0.3.0
39982026-04-28T20:11:29.995Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39992026-04-28T20:11:30.186Z Checking headers v0.4.1
40002026-04-28T20:11:30.557Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40012026-04-28T20:11:31.397Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40022026-04-28T20:11:31.873Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40032026-04-28T20:11:32.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
40042026-04-28T20:11:32.478Z
40052026-04-28T20:11:32.478Zinfo: running `cargo check --bins` on ch-dev (218/272)
40062026-04-28T20:11:33.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-04-28T20:11:33.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-04-28T20:11:33.188Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40092026-04-28T20:11:33.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40102026-04-28T20:11:34.115Z
40112026-04-28T20:11:34.115Zinfo: running `cargo check --bins` on dev-tools-common (219/272)
40122026-04-28T20:11:34.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-04-28T20:11:34.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-04-28T20:11:34.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-04-28T20:11:34.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40162026-04-28T20:11:34.580Z
40172026-04-28T20:11:34.580Zinfo: running `cargo check --bins` on crdb-seed (220/272)
40182026-04-28T20:11:35.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-04-28T20:11:35.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-04-28T20:11:35.290Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40212026-04-28T20:11:36.269Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40222026-04-28T20:11:36.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
40232026-04-28T20:11:36.807Z
40242026-04-28T20:11:36.807Zinfo: running `cargo check --bins` on db-dev (221/272)
40252026-04-28T20:11:37.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-04-28T20:11:37.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-04-28T20:11:37.519Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40282026-04-28T20:11:38.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40292026-04-28T20:11:38.464Z
40302026-04-28T20:11:38.464Zinfo: running `cargo check --bins` on omicron-dev-lib (222/272)
40312026-04-28T20:11:38.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-04-28T20:11:39.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-04-28T20:11:39.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-04-28T20:11:39.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40352026-04-28T20:11:39.103Z
40362026-04-28T20:11:39.103Zinfo: running `cargo check --bins` on xtask-downloader (223/272)
40372026-04-28T20:11:39.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-04-28T20:11:39.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-04-28T20:11:39.709Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40402026-04-28T20:11:40.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40412026-04-28T20:11:40.557Z
40422026-04-28T20:11:40.557Zinfo: running `cargo check --bins` on omicron-dropshot-apis (224/272)
40432026-04-28T20:11:41.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-04-28T20:11:41.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-04-28T20:11:41.301Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40462026-04-28T20:11:41.301Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40472026-04-28T20:11:41.301Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40482026-04-28T20:11:41.304Z Checking git-stub v1.0.0
40492026-04-28T20:11:41.304Z Compiling trait-variant v0.1.2
40502026-04-28T20:11:41.418Z Checking maplit v1.0.2
40512026-04-28T20:11:41.427Z Checking is_ci v1.2.0
40522026-04-28T20:11:41.473Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40532026-04-28T20:11:41.501Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40542026-04-28T20:11:41.540Z Checking supports-color v3.0.2
40552026-04-28T20:11:41.558Z Checking git-stub-vcs v0.1.0
40562026-04-28T20:11:41.661Z Checking drift v0.1.3
40572026-04-28T20:11:41.677Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40582026-04-28T20:11:41.691Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40592026-04-28T20:11:41.748Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40602026-04-28T20:11:41.871Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40612026-04-28T20:11:41.938Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40622026-04-28T20:11:41.951Z Checking dropshot-api-manager v0.6.0
40632026-04-28T20:11:41.966Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40642026-04-28T20:11:42.154Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40652026-04-28T20:11:42.180Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40662026-04-28T20:11:42.385Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40672026-04-28T20:11:42.673Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40682026-04-28T20:11:47.617Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40692026-04-28T20:11:48.678Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40702026-04-28T20:11:49.217Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40712026-04-28T20:11:49.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s
40722026-04-28T20:11:49.833Z
40732026-04-28T20:11:49.833Zinfo: running `cargo check --bins` on installinator-api (225/272)
40742026-04-28T20:11:50.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-04-28T20:11:50.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-04-28T20:11:50.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-04-28T20:11:50.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40782026-04-28T20:11:50.431Z
40792026-04-28T20:11:50.431Zinfo: running `cargo check --bins` on nexus-external-api (226/272)
40802026-04-28T20:11:50.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-04-28T20:11:50.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-04-28T20:11:50.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-04-28T20:11:50.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40842026-04-28T20:11:51.067Z
40852026-04-28T20:11:51.067Zinfo: running `cargo check --bins` on nexus-internal-api (227/272)
40862026-04-28T20:11:51.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-04-28T20:11:51.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-04-28T20:11:51.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-04-28T20:11:51.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40902026-04-28T20:11:51.701Z
40912026-04-28T20:11:51.701Zinfo: running `cargo check --bins` on nexus-lockstep-api (228/272)
40922026-04-28T20:11:52.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-04-28T20:11:52.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-04-28T20:11:52.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-04-28T20:11:52.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40962026-04-28T20:11:52.337Z
40972026-04-28T20:11:52.337Zinfo: running `cargo check --bins` on ntp-admin-api (229/272)
40982026-04-28T20:11:52.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-04-28T20:11:52.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-04-28T20:11:52.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-04-28T20:11:52.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41022026-04-28T20:11:52.930Z
41032026-04-28T20:11:52.930Zinfo: running `cargo check --bins` on ntp-admin-types-versions (230/272)
41042026-04-28T20:11:53.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-04-28T20:11:53.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-04-28T20:11:53.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-04-28T20:11:53.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41082026-04-28T20:11:53.511Z
41092026-04-28T20:11:53.512Zinfo: running `cargo check --bins` on wicketd-api (231/272)
41102026-04-28T20:11:54.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-04-28T20:11:54.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-04-28T20:11:54.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-04-28T20:11:54.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41142026-04-28T20:11:54.117Z
41152026-04-28T20:11:54.117Zinfo: running `cargo check --bins` on omicron-ls-apis (232/272)
41162026-04-28T20:11:54.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-04-28T20:11:54.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-04-28T20:11:54.714Z Checking typeid v1.0.3
41192026-04-28T20:11:54.828Z Checking ordered-float v2.10.1
41202026-04-28T20:11:54.849Z Checking unicode-xid v0.2.6
41212026-04-28T20:11:54.867Z Checking cargo-platform v0.2.0
41222026-04-28T20:11:54.891Z Checking erased-serde v0.4.9
41232026-04-28T20:11:55.026Z Checking serde-value v0.7.0
41242026-04-28T20:11:55.197Z Checking serde-untagged v0.1.9
41252026-04-28T20:11:55.351Z Checking cargo-util-schemas v0.8.2
41262026-04-28T20:11:56.034Z Checking cargo_metadata v0.21.0
41272026-04-28T20:11:56.633Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41282026-04-28T20:11:57.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
41292026-04-28T20:11:57.502Z
41302026-04-28T20:11:57.502Zinfo: running `cargo check --bins` on mgs-dev (233/272)
41312026-04-28T20:11:58.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-04-28T20:11:58.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-04-28T20:11:58.229Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41342026-04-28T20:11:58.836Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41352026-04-28T20:11:59.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
41362026-04-28T20:11:59.536Z
41372026-04-28T20:11:59.536Zinfo: running `cargo check --bins` on omicron-omdb (234/272)
41382026-04-28T20:12:00.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-04-28T20:12:00.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-04-28T20:12:00.387Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41412026-04-28T20:12:00.387Z Compiling vergen-gitcl v1.0.8
41422026-04-28T20:12:00.387Z Compiling dirs-sys-next v0.1.2
41432026-04-28T20:12:00.391Z Compiling crunchy v0.2.4
41442026-04-28T20:12:00.391Z Compiling diesel_derives v2.3.7
41452026-04-28T20:12:00.391Z Compiling glob v0.3.3
41462026-04-28T20:12:00.391Z Compiling dsl_auto_type v0.2.0
41472026-04-28T20:12:00.391Z Checking scheduled-thread-pool v0.2.7
41482026-04-28T20:12:00.646Z Compiling diesel_table_macro_syntax v0.3.0
41492026-04-28T20:12:00.752Z Compiling dirs-next v2.0.0
41502026-04-28T20:12:00.796Z Compiling tiny-keccak v2.0.2
41512026-04-28T20:12:00.844Z Compiling term v0.7.0
41522026-04-28T20:12:00.872Z Checking r2d2 v0.8.10
41532026-04-28T20:12:00.886Z Checking downcast-rs v2.0.2
41542026-04-28T20:12:00.918Z Compiling clang-sys v1.8.1
41552026-04-28T20:12:00.977Z Compiling bit-vec v0.6.3
41562026-04-28T20:12:01.045Z Compiling itertools v0.10.5
41572026-04-28T20:12:01.191Z Compiling bit-set v0.5.3
41582026-04-28T20:12:01.293Z Compiling ascii-canvas v3.0.0
41592026-04-28T20:12:01.357Z Compiling ena v0.14.4
41602026-04-28T20:12:01.416Z Compiling libloading v0.8.9
41612026-04-28T20:12:01.419Z Compiling bindgen v0.71.1
41622026-04-28T20:12:01.444Z Compiling regex-syntax v0.6.29
41632026-04-28T20:12:01.540Z Compiling diff v0.1.13
41642026-04-28T20:12:01.627Z Compiling cexpr v0.6.0
41652026-04-28T20:12:01.801Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41662026-04-28T20:12:01.868Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41672026-04-28T20:12:02.009Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41682026-04-28T20:12:02.024Z Compiling libxml v0.3.3
41692026-04-28T20:12:02.168Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41702026-04-28T20:12:02.268Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41712026-04-28T20:12:02.311Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41722026-04-28T20:12:02.481Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41732026-04-28T20:12:02.501Z Compiling strum_macros v0.24.3
41742026-04-28T20:12:02.596Z Compiling indoc v1.0.9
41752026-04-28T20:12:02.768Z Compiling lalrpop v0.19.12
41762026-04-28T20:12:03.555Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41772026-04-28T20:12:03.748Z Checking derive_builder v0.20.2
41782026-04-28T20:12:03.840Z Compiling oso-derive v0.27.3
41792026-04-28T20:12:03.862Z Checking quick-xml v0.37.5
41802026-04-28T20:12:04.113Z Compiling impl-trait-for-tuples v0.2.3
41812026-04-28T20:12:04.329Z Checking openssl-probe v0.1.6
41822026-04-28T20:12:04.470Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41832026-04-28T20:12:04.739Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41842026-04-28T20:12:04.930Z Checking bb8 v0.8.6
41852026-04-28T20:12:05.220Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41862026-04-28T20:12:05.241Z Checking nonempty v0.12.0
41872026-04-28T20:12:05.259Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41882026-04-28T20:12:05.403Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41892026-04-28T20:12:05.440Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41902026-04-28T20:12:05.476Z Checking console v0.16.2
41912026-04-28T20:12:05.614Z Checking unit-prefix v0.5.2
41922026-04-28T20:12:05.681Z Checking support-bundle-viewer v0.1.2
41932026-04-28T20:12:05.746Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41942026-04-28T20:12:05.780Z Checking indicatif v0.18.4
41952026-04-28T20:12:05.929Z Checking multimap v0.10.1
41962026-04-28T20:12:06.442Z Checking diesel v2.3.7
41972026-04-28T20:12:08.267Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41982026-04-28T20:12:08.480Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41992026-04-28T20:12:08.863Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42002026-04-28T20:12:09.045Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42012026-04-28T20:12:09.916Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42022026-04-28T20:12:10.222Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42032026-04-28T20:12:10.449Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42042026-04-28T20:12:10.879Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42052026-04-28T20:12:12.960Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42062026-04-28T20:12:17.677Z Compiling samael v0.0.19
42072026-04-28T20:12:22.183Z Checking async-bb8-diesel v0.2.1
42082026-04-28T20:12:22.351Z Checking diesel-dtrace v0.5.0
42092026-04-28T20:12:23.650Z Compiling polar-core v0.27.3
42102026-04-28T20:12:28.104Z Checking oso v0.27.3
42112026-04-28T20:13:04.696Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42122026-04-28T20:13:37.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42132026-04-28T20:13:38.041Z
42142026-04-28T20:13:38.041Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (235/272)
42152026-04-28T20:13:38.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-04-28T20:13:38.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-04-28T20:13:38.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-04-28T20:13:38.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42192026-04-28T20:13:38.700Z
42202026-04-28T20:13:38.700Zinfo: running `cargo check --bins` on nexus-saga-recovery (236/272)
42212026-04-28T20:13:39.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-04-28T20:13:39.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-04-28T20:13:39.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-04-28T20:13:39.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42252026-04-28T20:13:39.352Z
42262026-04-28T20:13:39.352Zinfo: running `cargo check --bins` on nexus-test-utils-macros (237/272)
42272026-04-28T20:13:39.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-04-28T20:13:39.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-04-28T20:13:39.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-04-28T20:13:39.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42312026-04-28T20:13:39.935Z
42322026-04-28T20:13:39.935Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (238/272)
42332026-04-28T20:13:40.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-04-28T20:13:40.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-04-28T20:13:40.789Z Compiling libz-sys v1.1.24
42362026-04-28T20:13:40.920Z Compiling libgit2-sys v0.18.3+1.9.2
42372026-04-28T20:13:40.931Z Compiling vergen-git2 v1.0.7
42382026-04-28T20:13:40.940Z Compiling rustls v0.21.12
42392026-04-28T20:13:40.950Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42402026-04-28T20:13:40.961Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42412026-04-28T20:13:40.964Z Checking sct v0.7.1
42422026-04-28T20:13:40.964Z Checking rustls-webpki v0.101.7
42432026-04-28T20:13:41.090Z Compiling nix v0.29.0
42442026-04-28T20:13:41.136Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42452026-04-28T20:13:41.151Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42462026-04-28T20:13:41.186Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42472026-04-28T20:13:41.314Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42482026-04-28T20:13:41.436Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42492026-04-28T20:13:41.451Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42502026-04-28T20:13:41.530Z Checking rustls-pemfile v1.0.4
42512026-04-28T20:13:41.665Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42522026-04-28T20:13:41.729Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42532026-04-28T20:13:41.889Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42542026-04-28T20:13:41.915Z Checking twox-hash v2.1.2
42552026-04-28T20:13:42.026Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42562026-04-28T20:13:42.626Z Checking tokio-rustls v0.24.1
42572026-04-28T20:13:42.659Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42582026-04-28T20:13:42.712Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42592026-04-28T20:13:42.794Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42602026-04-28T20:13:42.820Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42612026-04-28T20:13:43.313Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42622026-04-28T20:13:43.317Z Checking fatfs v0.3.6
42632026-04-28T20:13:43.457Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42642026-04-28T20:13:43.474Z Compiling seq-macro v0.3.6
42652026-04-28T20:13:47.408Z Compiling git2 v0.20.4
42662026-04-28T20:13:47.609Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42672026-04-28T20:13:47.736Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42682026-04-28T20:13:49.604Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42692026-04-28T20:14:35.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.81s
42702026-04-28T20:14:35.996Z
42712026-04-28T20:14:35.996Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (239/272)
42722026-04-28T20:14:36.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-04-28T20:14:36.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-04-28T20:14:36.868Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42752026-04-28T20:15:15.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.52s
42762026-04-28T20:15:15.755Z
42772026-04-28T20:15:15.755Zinfo: running `cargo check --bins` on nexus-background-task-interface (240/272)
42782026-04-28T20:15:16.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-04-28T20:15:16.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-04-28T20:15:16.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-04-28T20:15:16.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42822026-04-28T20:15:16.347Z
42832026-04-28T20:15:16.347Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (241/272)
42842026-04-28T20:15:16.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-04-28T20:15:16.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-04-28T20:15:16.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42872026-04-28T20:15:16.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42882026-04-28T20:15:16.989Z
42892026-04-28T20:15:16.989Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (242/272)
42902026-04-28T20:15:17.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-04-28T20:15:17.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-04-28T20:15:17.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42932026-04-28T20:15:17.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42942026-04-28T20:15:17.643Z
42952026-04-28T20:15:17.643Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (243/272)
42962026-04-28T20:15:18.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-04-28T20:15:18.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-04-28T20:15:18.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42992026-04-28T20:15:18.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43002026-04-28T20:15:18.299Z
43012026-04-28T20:15:18.299Zinfo: running `cargo check --bins` on nexus-mgs-updates (244/272)
43022026-04-28T20:15:18.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-04-28T20:15:18.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-04-28T20:15:18.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43052026-04-28T20:15:18.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43062026-04-28T20:15:18.936Z
43072026-04-28T20:15:18.936Zinfo: running `cargo check --bins` on nexus-networking (245/272)
43082026-04-28T20:15:19.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-04-28T20:15:19.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-04-28T20:15:19.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43112026-04-28T20:15:19.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43122026-04-28T20:15:19.589Z
43132026-04-28T20:15:19.589Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (246/272)
43142026-04-28T20:15:20.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-04-28T20:15:20.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-04-28T20:15:20.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43172026-04-28T20:15:20.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43182026-04-28T20:15:20.263Z
43192026-04-28T20:15:20.263Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (247/272)
43202026-04-28T20:15:20.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-04-28T20:15:20.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-04-28T20:15:20.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43232026-04-28T20:15:20.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43242026-04-28T20:15:20.921Z
43252026-04-28T20:15:20.922Zinfo: running `cargo check --bins` on omicron-dev (248/272)
43262026-04-28T20:15:21.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43272026-04-28T20:15:21.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43282026-04-28T20:15:21.810Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43292026-04-28T20:15:21.814Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43302026-04-28T20:15:21.997Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43312026-04-28T20:15:22.031Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43322026-04-28T20:15:22.048Z Checking diff v0.1.13
43332026-04-28T20:15:22.056Z Checking yansi v1.0.1
43342026-04-28T20:15:22.056Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43352026-04-28T20:15:22.056Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43362026-04-28T20:15:22.132Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43372026-04-28T20:15:22.314Z Checking pretty_assertions v1.4.1
43382026-04-28T20:15:22.959Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43392026-04-28T20:15:46.810Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43402026-04-28T20:15:46.813Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43412026-04-28T20:15:46.813Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43422026-04-28T20:15:46.813Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43432026-04-28T20:15:46.813Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43442026-04-28T20:15:46.828Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43452026-04-28T20:15:47.587Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43462026-04-28T20:15:48.667Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43472026-04-28T20:16:27.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43482026-04-28T20:16:27.446Z
43492026-04-28T20:16:27.446Zinfo: running `cargo check --bins` on omicron-pins (249/272)
43502026-04-28T20:16:27.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-04-28T20:16:27.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-04-28T20:16:27.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43532026-04-28T20:16:27.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43542026-04-28T20:16:28.037Z
43552026-04-28T20:16:28.037Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272)
43562026-04-28T20:16:28.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43572026-04-28T20:16:28.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43582026-04-28T20:16:28.806Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43592026-04-28T20:16:28.928Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43602026-04-28T20:16:28.930Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43612026-04-28T20:16:54.744Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43622026-04-28T20:16:55.120Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43632026-04-28T20:16:56.819Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43642026-04-28T20:16:57.262Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43652026-04-28T20:17:00.195Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43662026-04-28T20:17:22.650Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43672026-04-28T20:17:23.342Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43682026-04-28T20:17:24.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.88s
43692026-04-28T20:17:25.141Z
43702026-04-28T20:17:25.141Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (251/272)
43712026-04-28T20:17:25.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-04-28T20:17:25.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-04-28T20:17:25.858Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43742026-04-28T20:17:26.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
43752026-04-28T20:17:26.718Z
43762026-04-28T20:17:26.718Zinfo: running `cargo check --bins` on omicron-releng (252/272)
43772026-04-28T20:17:27.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-04-28T20:17:27.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-04-28T20:17:27.370Z Compiling blake3 v1.8.3
43802026-04-28T20:17:27.480Z Checking arrayvec v0.7.6
43812026-04-28T20:17:27.480Z Checking constant_time_eq v0.4.2
43822026-04-28T20:17:27.483Z Checking arrayref v0.3.9
43832026-04-28T20:17:27.501Z Checking topological-sort v0.2.2
43842026-04-28T20:17:27.504Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43852026-04-28T20:17:27.504Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43862026-04-28T20:17:27.504Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43872026-04-28T20:17:27.553Z Checking shell-words v1.1.1
43882026-04-28T20:17:28.254Z Checking omicron-zone-package v0.12.2
43892026-04-28T20:17:28.971Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43902026-04-28T20:17:29.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
43912026-04-28T20:17:29.975Z
43922026-04-28T20:17:29.975Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (253/272)
43932026-04-28T20:17:30.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-04-28T20:17:30.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-04-28T20:17:30.619Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43962026-04-28T20:17:30.938Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43972026-04-28T20:17:31.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
43982026-04-28T20:17:31.526Z
43992026-04-28T20:17:31.526Zinfo: running `cargo check --bins` on schema (254/272)
44002026-04-28T20:17:32.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-04-28T20:17:32.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-04-28T20:17:32.247Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44032026-04-28T20:17:32.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
44042026-04-28T20:17:33.138Z
44052026-04-28T20:17:33.138Zinfo: running `cargo check --bins` on xtask (255/272)
44062026-04-28T20:17:33.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-04-28T20:17:33.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-04-28T20:17:33.587Z Checking libc v0.2.185
44092026-04-28T20:17:33.590Z Checking serde v1.0.228
44102026-04-28T20:17:33.669Z Checking zerofrom v0.1.6
44112026-04-28T20:17:33.677Z Checking bitflags v2.11.0
44122026-04-28T20:17:33.682Z Checking hashbrown v0.16.1
44132026-04-28T20:17:33.686Z Checking smallvec v1.15.1
44142026-04-28T20:17:33.697Z Checking serde_json v1.0.149
44152026-04-28T20:17:33.701Z Checking scroll v0.12.0
44162026-04-28T20:17:33.768Z Checking yoke v0.8.1
44172026-04-28T20:17:33.818Z Checking num-traits v0.2.19
44182026-04-28T20:17:33.860Z Checking thiserror v1.0.69
44192026-04-28T20:17:33.925Z Checking percent-encoding v2.3.2
44202026-04-28T20:17:33.935Z Checking zerovec v0.11.5
44212026-04-28T20:17:33.954Z Checking zerotrie v0.2.3
44222026-04-28T20:17:33.964Z Checking errno v0.3.14
44232026-04-28T20:17:34.053Z Checking toml_datetime v0.6.11
44242026-04-28T20:17:34.060Z Checking serde_spanned v0.6.9
44252026-04-28T20:17:34.076Z Checking rustix v1.1.3
44262026-04-28T20:17:34.121Z Checking indexmap v2.13.0
44272026-04-28T20:17:34.179Z Checking log v0.4.29
44282026-04-28T20:17:34.191Z Checking zerocopy v0.7.35
44292026-04-28T20:17:34.222Z Checking form_urlencoded v1.2.2
44302026-04-28T20:17:34.302Z Checking getrandom v0.4.1
44312026-04-28T20:17:34.325Z Checking ordered-float v2.10.1
44322026-04-28T20:17:34.328Z Checking goblin v0.8.2
44332026-04-28T20:17:34.346Z Checking thiserror v2.0.18
44342026-04-28T20:17:34.361Z Checking tinystr v0.8.2
44352026-04-28T20:17:34.430Z Checking potential_utf v0.1.4
44362026-04-28T20:17:34.440Z Checking syn v2.0.117
44372026-04-28T20:17:34.534Z Checking icu_locale_core v2.1.1
44382026-04-28T20:17:34.544Z Checking serde-value v0.7.0
44392026-04-28T20:17:34.558Z Checking icu_collections v2.1.1
44402026-04-28T20:17:34.652Z Checking toml_edit v0.22.27
44412026-04-28T20:17:34.680Z Checking dtrace-parser v0.2.0
44422026-04-28T20:17:34.735Z Checking thread-id v4.2.2
44432026-04-28T20:17:34.816Z Checking once_cell v1.21.3
44442026-04-28T20:17:34.868Z Checking cargo-platform v0.2.0
44452026-04-28T20:17:34.890Z Checking terminal_size v0.4.3
44462026-04-28T20:17:34.910Z Checking memmap v0.7.0
44472026-04-28T20:17:34.995Z Checking tempfile v3.25.0
44482026-04-28T20:17:35.009Z Checking clap_builder v4.5.60
44492026-04-28T20:17:35.034Z Checking textwrap v0.16.2
44502026-04-28T20:17:35.050Z Checking fs-err v3.3.0
44512026-04-28T20:17:35.093Z Checking icu_provider v2.1.1
44522026-04-28T20:17:35.180Z Checking camino-tempfile v1.4.1
44532026-04-28T20:17:35.216Z Checking anyhow v1.0.102
44542026-04-28T20:17:35.239Z Checking tabled v0.15.0
44552026-04-28T20:17:35.328Z Checking icu_normalizer v2.1.1
44562026-04-28T20:17:35.328Z Checking icu_properties v2.1.2
44572026-04-28T20:17:35.408Z Checking macaddr v1.0.1
44582026-04-28T20:17:35.585Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44592026-04-28T20:17:35.736Z Checking toml v0.8.23
44602026-04-28T20:17:36.046Z Checking cargo_toml v0.21.0
44612026-04-28T20:17:36.136Z Checking idna_adapter v1.2.1
44622026-04-28T20:17:36.193Z Checking dof v0.3.0
44632026-04-28T20:17:36.204Z Checking clap v4.5.60
44642026-04-28T20:17:36.250Z Checking idna v1.1.0
44652026-04-28T20:17:36.452Z Checking usdt-impl v0.5.0
44662026-04-28T20:17:36.467Z Checking url v2.5.8
44672026-04-28T20:17:36.702Z Checking usdt v0.5.0
44682026-04-28T20:17:36.809Z Checking cargo-util-schemas v0.8.2
44692026-04-28T20:17:37.489Z Checking cargo_metadata v0.21.0
44702026-04-28T20:17:38.098Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44712026-04-28T20:17:38.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
44722026-04-28T20:17:38.635Z
44732026-04-28T20:17:38.635Zinfo: running `cargo check --bins` on dnsadm (256/272)
44742026-04-28T20:17:39.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-04-28T20:17:39.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-04-28T20:17:39.265Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44772026-04-28T20:17:39.737Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44782026-04-28T20:17:40.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44792026-04-28T20:17:40.306Z
44802026-04-28T20:17:40.306Zinfo: running `cargo check --bins` on end-to-end-tests (257/272)
44812026-04-28T20:17:40.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-04-28T20:17:40.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-04-28T20:17:41.092Z Checking polyval v0.6.2
44842026-04-28T20:17:41.217Z Checking ctr v0.9.2
44852026-04-28T20:17:41.228Z Checking ssh-encoding v0.2.0
44862026-04-28T20:17:41.228Z Checking blowfish v0.9.1
44872026-04-28T20:17:41.249Z Checking password-hash v0.4.2
44882026-04-28T20:17:41.264Z Checking p256 v0.13.2
44892026-04-28T20:17:41.267Z Checking p521 v0.13.3
44902026-04-28T20:17:41.291Z Checking russh-cryptovec v0.7.3
44912026-04-28T20:17:41.357Z Checking ghash v0.5.1
44922026-04-28T20:17:41.370Z Checking bcrypt-pbkdf v0.10.0
44932026-04-28T20:17:41.373Z Checking md5 v0.7.0
44942026-04-28T20:17:41.406Z Checking num-bigint v0.4.6
44952026-04-28T20:17:41.415Z Checking des v0.8.1
44962026-04-28T20:17:41.465Z Checking pbkdf2 v0.11.0
44972026-04-28T20:17:41.480Z Checking aes-gcm v0.10.3
44982026-04-28T20:17:41.506Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44992026-04-28T20:17:41.522Z Checking hex-literal v0.4.1
45002026-04-28T20:17:41.549Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45012026-04-28T20:17:41.599Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45022026-04-28T20:17:41.614Z Checking socket2 v0.5.10
45032026-04-28T20:17:41.627Z Checking internet-checksum v0.2.1
45042026-04-28T20:17:41.630Z Checking ssh-cipher v0.2.0
45052026-04-28T20:17:41.801Z Checking ssh-key v0.6.7
45062026-04-28T20:17:41.893Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45072026-04-28T20:17:42.422Z Checking russh-keys v0.45.0
45082026-04-28T20:17:42.967Z Checking russh v0.45.0
45092026-04-28T20:17:57.785Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45102026-04-28T20:17:58.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.68s
45112026-04-28T20:17:59.203Z
45122026-04-28T20:17:59.203Zinfo: running `cargo check --bins` on gateway-cli (258/272)
45132026-04-28T20:17:59.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-04-28T20:17:59.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-04-28T20:17:59.847Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45162026-04-28T20:17:59.955Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45172026-04-28T20:17:59.962Z Checking termios v0.3.3
45182026-04-28T20:18:01.162Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45192026-04-28T20:18:01.311Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45202026-04-28T20:18:03.089Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45212026-04-28T20:18:03.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
45222026-04-28T20:18:03.858Z
45232026-04-28T20:18:03.858Zinfo: running `cargo check --bins --no-default-features` on installinator (259/272)
45242026-04-28T20:18:04.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-04-28T20:18:04.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-04-28T20:18:04.546Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45272026-04-28T20:18:04.557Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45282026-04-28T20:18:04.733Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45292026-04-28T20:18:04.733Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45302026-04-28T20:18:04.742Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45312026-04-28T20:18:04.742Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45322026-04-28T20:18:05.405Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45332026-04-28T20:18:05.741Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45342026-04-28T20:18:05.744Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45352026-04-28T20:18:06.380Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45362026-04-28T20:18:07.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
45372026-04-28T20:18:08.175Z
45382026-04-28T20:18:08.175Zinfo: running `cargo check --bins` on internal-dns-cli (260/272)
45392026-04-28T20:18:08.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-04-28T20:18:08.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-04-28T20:18:08.804Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45422026-04-28T20:18:09.256Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45432026-04-28T20:18:09.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45442026-04-28T20:18:09.769Z
45452026-04-28T20:18:09.769Zinfo: running `cargo check --bins` on omicron-live-tests (261/272)
45462026-04-28T20:18:10.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-04-28T20:18:10.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-04-28T20:18:10.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45492026-04-28T20:18:10.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45502026-04-28T20:18:10.373Z
45512026-04-28T20:18:10.373Zinfo: running `cargo check --bins` on live-tests-macros (262/272)
45522026-04-28T20:18:10.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-04-28T20:18:10.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-04-28T20:18:10.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45552026-04-28T20:18:10.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45562026-04-28T20:18:10.949Z
45572026-04-28T20:18:10.950Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272)
45582026-04-28T20:18:11.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-04-28T20:18:11.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-04-28T20:18:11.696Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45612026-04-28T20:18:12.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45622026-04-28T20:18:12.493Z
45632026-04-28T20:18:12.493Zinfo: running `cargo check --bins` on omicron-ntp-admin (264/272)
45642026-04-28T20:18:13.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-04-28T20:18:13.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-04-28T20:18:13.140Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45672026-04-28T20:18:13.144Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45682026-04-28T20:18:13.388Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45692026-04-28T20:18:13.388Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45702026-04-28T20:18:14.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
45712026-04-28T20:18:14.354Z
45722026-04-28T20:18:14.354Zinfo: running `cargo check --bins` on ntp-admin-types (265/272)
45732026-04-28T20:18:14.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-04-28T20:18:14.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-04-28T20:18:14.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45762026-04-28T20:18:14.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45772026-04-28T20:18:14.943Z
45782026-04-28T20:18:14.943Zinfo: running `cargo check --bins` on omicron-package (266/272)
45792026-04-28T20:18:15.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-04-28T20:18:15.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-04-28T20:18:15.624Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45822026-04-28T20:18:16.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45832026-04-28T20:18:16.891Z
45842026-04-28T20:18:16.891Zinfo: running `cargo check --bins` on tqdb (267/272)
45852026-04-28T20:18:17.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45862026-04-28T20:18:17.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45872026-04-28T20:18:17.667Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45882026-04-28T20:18:18.022Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45892026-04-28T20:18:18.533Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45902026-04-28T20:18:18.537Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45912026-04-28T20:18:24.196Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45922026-04-28T20:18:24.196Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45932026-04-28T20:18:24.762Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45942026-04-28T20:18:24.762Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45952026-04-28T20:18:24.768Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45962026-04-28T20:18:24.768Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45972026-04-28T20:18:25.545Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45982026-04-28T20:18:30.497Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45992026-04-28T20:18:30.539Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46002026-04-28T20:18:30.539Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46012026-04-28T20:18:31.930Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46022026-04-28T20:18:38.253Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46032026-04-28T20:18:38.256Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46042026-04-28T20:18:38.256Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46052026-04-28T20:18:38.256Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46062026-04-28T20:18:39.697Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46072026-04-28T20:18:41.002Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46082026-04-28T20:18:41.663Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46092026-04-28T20:18:42.899Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46102026-04-28T20:18:43.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.53s
46112026-04-28T20:18:43.642Z
46122026-04-28T20:18:43.642Zinfo: running `cargo check --bins` on wicket-dbg (268/272)
46132026-04-28T20:18:44.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-04-28T20:18:44.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-04-28T20:18:44.351Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46162026-04-28T20:18:44.352Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46172026-04-28T20:18:44.355Z Checking rtoolbox v0.0.3
46182026-04-28T20:18:44.475Z Checking tui-tree-widget v0.23.1
46192026-04-28T20:18:44.578Z Checking rpassword v7.4.0
46202026-04-28T20:18:45.576Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46212026-04-28T20:18:48.553Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46222026-04-28T20:18:50.379Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46232026-04-28T20:18:51.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.60s
46242026-04-28T20:18:51.449Z
46252026-04-28T20:18:51.449Zinfo: running `cargo check --bins` on wicket (269/272)
46262026-04-28T20:18:51.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-04-28T20:18:51.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-04-28T20:18:52.140Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46292026-04-28T20:18:52.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
46302026-04-28T20:18:52.697Z
46312026-04-28T20:18:52.697Zinfo: running `cargo check --bins` on wicketd (270/272)
46322026-04-28T20:18:53.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-04-28T20:18:53.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-04-28T20:18:53.422Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46352026-04-28T20:18:53.425Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46362026-04-28T20:18:53.425Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46372026-04-28T20:18:53.425Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46382026-04-28T20:18:54.405Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46392026-04-28T20:18:54.957Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46402026-04-28T20:18:57.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
46412026-04-28T20:18:58.087Z
46422026-04-28T20:18:58.087Zinfo: running `cargo check --bins` on omicron-workspace-hack (271/272)
46432026-04-28T20:18:58.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-04-28T20:18:58.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-04-28T20:18:58.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46462026-04-28T20:18:58.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46472026-04-28T20:18:58.678Z
46482026-04-28T20:18:58.678Zinfo: running `cargo check --bins` on zone-setup (272/272)
46492026-04-28T20:18:59.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-04-28T20:18:59.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-04-28T20:18:59.347Z Checking uzers v0.12.2
46522026-04-28T20:18:59.645Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46532026-04-28T20:19:00.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46542026-04-28T20:19:00.572Z
46552026-04-28T20:19:00.572Zreal 14:04.847980209
46562026-04-28T20:19:00.572Zuser 20:25.130127370
46572026-04-28T20:19:00.572Zsys 4:09.666908994
46582026-04-28T20:19:00.573Ztrap 0.326432130
46592026-04-28T20:19:00.573Ztflt 0.375977717
46602026-04-28T20:19:00.573Zdflt 0.805587507
46612026-04-28T20:19:00.573Zkflt 0.001602059
46622026-04-28T20:19:00.573Zlock 1:15:37.984604419
46632026-04-28T20:19:00.573Zslp 1:37:44.728002475
46642026-04-28T20:19:00.573Zlat 52.498869846
46652026-04-28T20:19:00.573Zstop 3:23.320063187
46662026-04-28T20:19:00.581Zprocess exited: duration 1020968 ms, exit code 0
 
46672026-04-28T20:19:00.595Zfound 0 output files