01KP73D55NSKBN1G6MBQ3474AA: 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: 01KP73DG4YWSYXWYE4AZD79MR7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-14T22:58:15.935Zjob assigned to worker 01KP73DP3WJEKAFQE24FHE5D0N [factory aws, i-09f9dc8ac4285bea2] (queued for 49 s)
 
22026-04-14T22:58:23.185Zstarting task 0: "setup"
32026-04-14T22:58:23.192Z++ uname -s
42026-04-14T22:58:23.195Z+ kern=SunOS
52026-04-14T22:58:23.195Z+ build_user=build
62026-04-14T22:58:23.195Z+ build_uid=12345
72026-04-14T22:58:23.195Z+ work_dir=/work
82026-04-14T22:58:23.195Z+ input_dir=/input
92026-04-14T22:58:23.195Z+ [[ 0 == 12345 ]]
102026-04-14T22:58:23.195Z+ case "$kern" in
112026-04-14T22:58:23.195Z+ groupadd -g 12345 build
122026-04-14T22:58:23.198Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-14T22:58:25.202Z+ zfs create -o mountpoint=/work rpool/work
142026-04-14T22:58:25.314Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-14T22:58:25.317Z+ home_fs=zfs
162026-04-14T22:58:25.317Z+ [[ zfs == autofs ]]
172026-04-14T22:58:25.317Z+ mkdir -p /home/build
182026-04-14T22:58:25.317Z+ chown build:build /home/build /work
192026-04-14T22:58:27.318Z+ chmod 0700 /home/build /work
202026-04-14T22:58:27.321Zprocess exited: duration 4135 ms, exit code 0
 
212026-04-14T22:58:27.328Zstarting task 1: "rust-toolchain"
222026-04-14T22:58:27.332Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-14T22:58:27.332Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-14T22:58:27.332Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-14T22:58:27.332Z * rust toolchain channel = "1.94.0"
262026-04-14T22:58:27.332Z * rust toolchain profile = "default"
272026-04-14T22:58:27.332Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-14T22:58:27.335Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-14T22:58:27.335Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-14T22:58:27.440Zinfo: downloading installer
312026-04-14T22:58:28.756Zwarn: It looks like you have an existing installation of Rust at:
322026-04-14T22:58:28.756Zwarn: /opt/ooce/bin
332026-04-14T22:58:28.756Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-14T22:58:28.756Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-14T22:58:28.757Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-14T22:58:28.757Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-14T22:58:28.757Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-14T22:58:28.757Zerror: cannot install while Rust is installed
392026-04-14T22:58:28.757Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-14T22:58:28.757Zwarn: It looks like you have an existing rustup settings file at:
412026-04-14T22:58:28.757Zwarn: /home/build/.rustup/settings.toml
422026-04-14T22:58:28.757Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-14T22:58:28.757Zwarn: instead of the one inferred from the default host triple.
442026-04-14T22:58:28.770Zinfo: profile set to default
452026-04-14T22:58:28.770Zinfo: default host triple is x86_64-unknown-illumos
462026-04-14T22:58:28.773Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-14T22:58:28.904Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-14T22:58:28.907Zinfo: downloading 6 components
492026-04-14T22:58:43.242Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-14T22:58:43.242Z
512026-04-14T22:58:43.270Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-14T22:58:43.270Z
532026-04-14T22:58:43.270Z
542026-04-14T22:58:43.270ZRust is installed now. Great!
552026-04-14T22:58:43.270Z
562026-04-14T22:58:43.270ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-14T22:58:43.270Zenvironment variable. This has not been done automatically.
582026-04-14T22:58:43.270Z
592026-04-14T22:58:43.270ZTo configure your current shell, you need to source
602026-04-14T22:58:43.270Zthe corresponding env file under $HOME/.cargo.
612026-04-14T22:58:43.270Z
622026-04-14T22:58:43.270ZThis is usually done by running one of the following (note the leading DOT):
632026-04-14T22:58:43.270Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-14T22:58:43.270Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-14T22:58:43.270Zsource "~/.cargo/env.nu" # For nushell
662026-04-14T22:58:43.270Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-14T22:58:43.270Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-14T22:58:43.270Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-14T22:58:43.274Zwarn: no default linker (`cc`) was found in your PATH
702026-04-14T22:58:43.274Zwarn: many Rust crates require a system C toolchain to build
712026-04-14T22:58:43.363Z+ rustup --version
722026-04-14T22:58:43.372Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-14T22:58:43.375Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-14T22:58:43.394Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-14T22:58:43.397Z+ cargo --version
762026-04-14T22:58:43.410Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-14T22:58:43.413Z+ rustc --version
782026-04-14T22:58:43.432Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-14T22:58:43.437Zprocess exited: duration 16105 ms, exit code 0
 
802026-04-14T22:58:43.444Zstarting task 2: "authentication"
812026-04-14T22:58:43.460Zprocess exited: duration 16 ms, exit code 0
 
822026-04-14T22:58:43.466Zstarting task 3: "clone repository"
832026-04-14T22:58:43.469Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-14T22:58:43.472Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-14T22:58:43.502ZCloning into '/work/oxidecomputer/omicron'...
862026-04-14T22:58:54.247Z+ cd /work/oxidecomputer/omicron
872026-04-14T22:58:54.247Z+ git fetch origin 96f2fef77b09182603b51c5382be964e82ba6c7d
882026-04-14T22:58:54.528ZFrom https://github.com/oxidecomputer/omicron
892026-04-14T22:58:54.528Z * branch 96f2fef77b09182603b51c5382be964e82ba6c7d -> FETCH_HEAD
902026-04-14T22:58:54.536Z+ [[ -n sitrep-delete-better ]]
912026-04-14T22:58:54.539Z++ git branch --show-current
922026-04-14T22:58:54.539Z+ current=main
932026-04-14T22:58:54.539Z+ [[ main != sitrep-delete-better ]]
942026-04-14T22:58:54.539Z+ git branch -f sitrep-delete-better 96f2fef77b09182603b51c5382be964e82ba6c7d
952026-04-14T22:58:54.543Z+ git checkout -f sitrep-delete-better
962026-04-14T22:58:54.770ZSwitched to branch 'sitrep-delete-better'
972026-04-14T22:58:54.775Z+ git reset --hard 96f2fef77b09182603b51c5382be964e82ba6c7d
982026-04-14T22:58:54.842ZHEAD is now at 96f2fef77 put comment back
992026-04-14T22:58:54.845Zprocess exited: duration 11375 ms, exit code 0
 
1002026-04-14T22:58:54.851Zstarting task 4: "build"
1012026-04-14T22:58:54.856Z+ source .github/buildomat/ci-env.sh
1022026-04-14T22:58:54.856Z++ export CARGO_TERM_COLOR=always
1032026-04-14T22:58:54.856Z++ CARGO_TERM_COLOR=always
1042026-04-14T22:58:54.856Z+ cargo --version
1052026-04-14T22:58:54.865Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-14T22:58:54.868Z+ rustc --version
1072026-04-14T22:58:54.888Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-14T22:58:54.891Z+ source ./env.sh
1092026-04-14T22:58:54.891Z++ OLD_SHELL_OPTS=ehxB
1102026-04-14T22:58:54.891Z++ set -o xtrace
1112026-04-14T22:58:54.894Z++++ dirname ./env.sh
1122026-04-14T22:58:54.894Z+++ readlink -f .
1132026-04-14T22:58:54.897Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-14T22:58:54.897Z++ 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-14T22:58:54.897Z++ 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-14T22:58:54.897Z++ 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-14T22:58:54.897Z++ 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-14T22:58:54.897Z++ 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-14T22:58:54.897Z++ 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-14T22:58:54.898Z++ 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-14T22:58:54.898Z++ 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-14T22:58:54.898Z++ case $OLD_SHELL_OPTS in
1232026-04-14T22:58:54.898Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-14T22:58:54.898Z+ 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-14T22:58:54.898Z+ 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-14T22:58:54.898Z+ banner prerequisites
1272026-04-14T22:58:54.901Z
1282026-04-14T22:58:54.901Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-14T22:58:54.901Z # # # # # # # # # # # # # # #
1302026-04-14T22:58:54.901Z # # # # ##### # # ##### # # # # # #### #
1312026-04-14T22:58:54.901Z ##### ##### # ##### # # # # # # # # #
1322026-04-14T22:58:54.901Z # # # # # # # # # # # # # # #
1332026-04-14T22:58:54.901Z # # # ###### # # ###### ### # #### # #### #
1342026-04-14T22:58:54.901Z
1352026-04-14T22:58:54.901Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-14T22:59:03.689Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-14T22:59:10.767Z Startup: Caching catalogs ... Done
1382026-04-14T22:59:15.982ZPlanning: Solver setup ... Done (3.858s)
1392026-04-14T22:59:16.009ZPlanning: Running solver ... Done (0.027s)
1402026-04-14T22:59:16.139ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-14T22:59:16.151ZPlanning: Fetching manifests: 0/4 0% complete
1422026-04-14T22:59:16.248ZPlanning: Fetching manifests: 4/4 100% complete
1432026-04-14T22:59:16.588ZPlanning: Package planning ... Done (0.340s)
1442026-04-14T22:59:16.616ZPlanning: Merging actions ... Done (0.028s)
1452026-04-14T22:59:16.794ZPlanning: Checking for conflicting actions ... Done (0.178s)
1462026-04-14T22:59:16.802ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-04-14T22:59:17.581ZPlanning: Evaluating mediators ... Done (0.780s)
1482026-04-14T22:59:17.587ZPlanning: Planning completed in 6.66 seconds
1492026-04-14T22:59:17.598Z Packages to install: 4
1502026-04-14T22:59:17.598Z Mediators to change: 2
1512026-04-14T22:59:17.602Z Services to change: 1
1522026-04-14T22:59:17.602Z Estimated space available: 155.34 GB
1532026-04-14T22:59:17.602ZEstimated space to be consumed: 1.85 GB
1542026-04-14T22:59:17.602Z Create boot environment: No
1552026-04-14T22:59:17.602ZCreate backup boot environment: No
1562026-04-14T22:59:17.602Z Rebuild boot archive: No
1572026-04-14T22:59:17.602Z
1582026-04-14T22:59:17.602ZChanged mediators:
1592026-04-14T22:59:17.602Z mediator clang:
1602026-04-14T22:59:17.602Z version: None -> 15 (system default)
1612026-04-14T22:59:17.602Z
1622026-04-14T22:59:17.602Z mediator llvm:
1632026-04-14T22:59:17.602Z version: 14 (system default) -> 15 (system default)
1642026-04-14T22:59:17.602Z
1652026-04-14T22:59:17.602ZChanged packages:
1662026-04-14T22:59:17.602Zhelios-dev
1672026-04-14T22:59:17.602Z developer/build-essential
1682026-04-14T22:59:17.602Z None -> 11-2.0
1692026-04-14T22:59:17.602Z library/libxmlsec1
1702026-04-14T22:59:17.602Z None -> 1.2.35-2.0
1712026-04-14T22:59:17.602Z ooce/developer/clang-15
1722026-04-14T22:59:17.602Z None -> 15.0.7-2.0
1732026-04-14T22:59:17.602Z ooce/developer/llvm-15
1742026-04-14T22:59:17.602Z None -> 15.0.7-2.0
1752026-04-14T22:59:17.602Z
1762026-04-14T22:59:17.602ZServices:
1772026-04-14T22:59:17.602Z restart_fmri:
1782026-04-14T22:59:17.602Z svc:/system/update-man-index:default
1792026-04-14T22:59:17.641Z
1802026-04-14T22:59:17.641ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-04-14T22:59:22.773ZDownload: 2221/3290 items 118.1/212.6MB 55% complete (25.7M/s)
1822026-04-14T22:59:29.985ZDownload: 3289/3290 items 212.6/212.6MB 99% complete (21.1M/s)
1832026-04-14T22:59:30.001ZDownload: Completed 212.60 MB in 12.36 seconds (17.2M/s)
1842026-04-14T22:59:30.130Z Actions: 1/3689 actions (Installing new actions)
1852026-04-14T22:59:33.340Z Actions: Completed 3689 actions in 3.21 seconds.
1862026-04-14T22:59:33.649Z Done (0.306s)
1872026-04-14T22:59:33.649Z Done (0.000s)
1882026-04-14T22:59:34.370Z Done (0.720s)
1892026-04-14T22:59:37.648Z Done (2.934s)
1902026-04-14T22:59:37.725Z Done (0.012s)
1912026-04-14T22:59:37.728Z Done (0.000s)
1922026-04-14T22:59:38.039Z Done (0.000s)
1932026-04-14T22:59:38.883ZPlanning: Evaluating mediator changes ... Done
1942026-04-14T22:59:38.991ZPlanning: Checking for conflicting actions ... Done
1952026-04-14T22:59:38.994ZPlanning: Consolidating action changes ... Done
1962026-04-14T22:59:39.156ZPlanning: Evaluating mediators ... Done
1972026-04-14T22:59:39.159ZPlanning: Planning completed in 0.27 seconds
1982026-04-14T22:59:39.177Z Mediators to change: 2
1992026-04-14T22:59:39.177Z Create boot environment: No
2002026-04-14T22:59:39.177ZCreate backup boot environment: No
2012026-04-14T22:59:39.230Z Done
2022026-04-14T22:59:39.230Z Done
2032026-04-14T22:59:39.851Z Done
2042026-04-14T22:59:42.385Z Done
2052026-04-14T22:59:42.461Z Done
2062026-04-14T22:59:42.464Z Done
2072026-04-14T22:59:42.598Z Done
2082026-04-14T22:59:43.003ZPlanning: Evaluating mediator changes ... Done
2092026-04-14T22:59:43.006ZPlanning: Merging actions ... Done
2102026-04-14T22:59:43.146ZPlanning: Checking for conflicting actions ... Done
2112026-04-14T22:59:43.150ZPlanning: Consolidating action changes ... Done
2122026-04-14T22:59:43.286ZPlanning: Evaluating mediators ... Done
2132026-04-14T22:59:43.315ZPlanning: Planning completed in 0.45 seconds
2142026-04-14T22:59:43.336Z Packages to change: 1
2152026-04-14T22:59:43.336Z Mediators to change: 1
2162026-04-14T22:59:43.336Z Services to change: 1
2172026-04-14T22:59:43.344Z Create boot environment: No
2182026-04-14T22:59:43.344ZCreate backup boot environment: Yes
2192026-04-14T22:59:45.737Z Actions: 1/6 actions (Updating modified actions)
2202026-04-14T22:59:45.741Z Actions: Completed 6 actions in 0.00 seconds.
2212026-04-14T22:59:45.741Z Done
2222026-04-14T22:59:45.741Z Done
2232026-04-14T22:59:45.880Z Done
2242026-04-14T22:59:48.495Z Done
2252026-04-14T22:59:48.575Z Done
2262026-04-14T22:59:48.578Z Done
2272026-04-14T22:59:48.731Z Done
2282026-04-14T22:59:49.023ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-04-14T22:59:49.023Zclang system 15 system
2302026-04-14T22:59:49.023Zcsh system system illumos
2312026-04-14T22:59:49.023Zctags system system illumos
2322026-04-14T22:59:49.023Zfile system system illumos
2332026-04-14T22:59:49.023Zgcc vendor 12 vendor
2342026-04-14T22:59:49.023Zgcc system 14 system
2352026-04-14T22:59:49.023Zgcc system 10 system
2362026-04-14T22:59:49.023Zgo system 1.20 system
2372026-04-14T22:59:49.023Zgo system 1.19 system
2382026-04-14T22:59:49.023Zllvm system 15 system
2392026-04-14T22:59:49.023Zllvm system 14 system
2402026-04-14T22:59:49.023Zmariadb system 10.6 system
2412026-04-14T22:59:49.023Zmta vendor vendor dma
2422026-04-14T22:59:49.023Zopenjdk system 17 system
2432026-04-14T22:59:49.023Zopenjdk system 11 system
2442026-04-14T22:59:49.023Zopenjdk system 1.8 system
2452026-04-14T22:59:49.023Zopenssl vendor 3 vendor
2462026-04-14T22:59:49.023Zperl system 5.36 system
2472026-04-14T22:59:49.024Zpostgresql system 15 system
2482026-04-14T22:59:49.024Zpostgresql system 13 system
2492026-04-14T22:59:49.024Zpython vendor 3 vendor
2502026-04-14T22:59:49.024Zpython system 2 system
2512026-04-14T22:59:49.024Zpython3 system 3.11 system
2522026-04-14T22:59:49.024Zruby system 3.0 system
2532026-04-14T22:59:49.024Zwords vendor vendor american-english
2542026-04-14T22:59:49.024Zwords system system australian-english
2552026-04-14T22:59:49.024Zwords system system british-english
2562026-04-14T22:59:49.024Zwords system system canadian-english
2572026-04-14T22:59:49.024Zwords system system french
2582026-04-14T22:59:49.024Zwords system system italian
2592026-04-14T22:59:49.024Zwords system system ngerman
2602026-04-14T22:59:49.024Zwords system system ogerman
2612026-04-14T22:59:49.024Zwords system system spanish
2622026-04-14T22:59:49.251ZPUBLISHER TYPE STATUS P LOCATION
2632026-04-14T22:59:49.251Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-04-14T22:59:53.701ZFMRI IFO
2652026-04-14T22:59:53.701Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-04-14T22:59:53.701Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-04-14T22:59:53.701Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-04-14T22:59:53.701Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-04-14T22:59:53.701Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-04-14T22:59:53.701Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-04-14T22:59:53.701Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-04-14T22:59:53.701Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-04-14T22:59:53.701Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-04-14T22:59:53.702Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-04-14T22:59:53.702Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-04-14T22:59:53.702Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-04-14T22:59:53.702Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-04-14T22:59:53.702Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-04-14T22:59:53.702Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-04-14T22:59:53.702Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-04-14T22:59:54.855Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-04-14T22:59:55.138Z Updating crates.io index
2832026-04-14T22:59:55.173Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-04-14T22:59:55.397Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-04-14T22:59:56.307Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-04-14T22:59:56.582Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-04-14T22:59:57.381Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-04-14T22:59:57.968Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-04-14T22:59:59.358Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-04-14T23:00:00.665Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-04-14T23:00:01.374Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-04-14T23:00:02.133Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-04-14T23:00:02.839Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-04-14T23:00:03.505Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-04-14T23:00:03.872Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-04-14T23:00:04.163Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-04-14T23:00:05.186Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-04-14T23:00:05.736Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-04-14T23:00:06.064Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-04-14T23:00:06.339Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-04-14T23:00:06.711Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-04-14T23:00:07.006Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-04-14T23:00:07.267Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-04-14T23:00:07.598Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-04-14T23:00:07.972Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-04-14T23:00:08.588Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-04-14T23:00:08.971Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-04-14T23:00:09.474Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-04-14T23:00:10.059Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-04-14T23:00:11.065Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-04-14T23:00:11.301Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-04-14T23:00:12.117Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-04-14T23:00:12.678Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-04-14T23:00:12.953Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-04-14T23:00:13.291Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-04-14T23:00:13.628Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-04-14T23:00:14.121Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-04-14T23:00:14.388Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-04-14T23:00:14.680Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-04-14T23:00:14.962Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-04-14T23:00:15.290Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-04-14T23:00:27.332Z Downloading crates ...
3232026-04-14T23:00:27.397Z Downloaded anstyle-query v1.1.5
3242026-04-14T23:00:27.404Z Downloaded byteorder v1.5.0
3252026-04-14T23:00:27.404Z Downloaded camino v1.2.2
3262026-04-14T23:00:27.404Z Downloaded anstream v0.6.21
3272026-04-14T23:00:27.404Z Downloaded cargo-platform v0.2.0
3282026-04-14T23:00:27.404Z Downloaded synstructure v0.13.2
3292026-04-14T23:00:27.404Z Downloaded colorchoice v1.0.4
3302026-04-14T23:00:27.404Z Downloaded pest_derive v2.8.6
3312026-04-14T23:00:27.417Z Downloaded crypto-common v0.1.7
3322026-04-14T23:00:27.417Z Downloaded form_urlencoded v1.2.2
3332026-04-14T23:00:27.418Z Downloaded itoa v1.0.17
3342026-04-14T23:00:27.418Z Downloaded textwrap v0.16.2
3352026-04-14T23:00:27.443Z Downloaded toml_datetime v0.6.11
3362026-04-14T23:00:27.443Z Downloaded unicode-ident v1.0.24
3372026-04-14T23:00:27.443Z Downloaded zerovec-derive v0.11.2
3382026-04-14T23:00:27.443Z Downloaded getrandom v0.4.1
3392026-04-14T23:00:27.443Z Downloaded ordered-float v2.10.1
3402026-04-14T23:00:27.443Z Downloaded equivalent v1.0.2
3412026-04-14T23:00:27.443Z Downloaded anyhow v1.0.102
3422026-04-14T23:00:27.443Z Downloaded icu_collections v2.1.1
3432026-04-14T23:00:27.443Z Downloaded typeid v1.0.3
3442026-04-14T23:00:27.443Z Downloaded thread-id v4.2.2
3452026-04-14T23:00:27.443Z Downloaded zerofrom v0.1.6
3462026-04-14T23:00:27.443Z Downloaded proc-macro-error-attr v1.0.4
3472026-04-14T23:00:27.443Z Downloaded unicode-xid v0.2.6
3482026-04-14T23:00:27.443Z Downloaded yoke-derive v0.8.1
3492026-04-14T23:00:27.443Z Downloaded clap_derive v4.5.55
3502026-04-14T23:00:27.443Z Downloaded unicode-linebreak v0.1.5
3512026-04-14T23:00:27.447Z Downloaded camino-tempfile v1.4.1
3522026-04-14T23:00:27.447Z Downloaded fnv v1.0.7
3532026-04-14T23:00:27.447Z Downloaded dtrace-parser v0.2.0
3542026-04-14T23:00:27.447Z Downloaded zerofrom-derive v0.1.6
3552026-04-14T23:00:27.447Z Downloaded utf8_iter v1.0.4
3562026-04-14T23:00:27.447Z Downloaded cpufeatures v0.2.17
3572026-04-14T23:00:27.447Z Downloaded serde_tokenstream v0.2.3
3582026-04-14T23:00:27.447Z Downloaded version_check v0.9.5
3592026-04-14T23:00:27.454Z Downloaded zmij v1.0.21
3602026-04-14T23:00:27.454Z Downloaded block-buffer v0.10.4
3612026-04-14T23:00:27.454Z Downloaded tinystr v0.8.2
3622026-04-14T23:00:27.454Z Downloaded thiserror v2.0.18
3632026-04-14T23:00:27.465Z Downloaded scroll_derive v0.12.1
3642026-04-14T23:00:27.465Z Downloaded is_terminal_polyfill v1.70.2
3652026-04-14T23:00:27.465Z Downloaded utf8parse v0.2.2
3662026-04-14T23:00:27.465Z Downloaded plain v0.2.3
3672026-04-14T23:00:27.465Z Downloaded usdt-attr-macro v0.5.0
3682026-04-14T23:00:27.465Z Downloaded usdt v0.5.0
3692026-04-14T23:00:27.465Z Downloaded idna_adapter v1.2.1
3702026-04-14T23:00:27.465Z Downloaded heck v0.4.1
3712026-04-14T23:00:27.465Z Downloaded clap_lex v1.0.0
3722026-04-14T23:00:27.493Z Downloaded toml_write v0.1.2
3732026-04-14T23:00:27.493Z Downloaded usdt-macro v0.5.0
3742026-04-14T23:00:27.493Z Downloaded cargo_toml v0.21.0
3752026-04-14T23:00:27.493Z Downloaded bytecount v0.6.9
3762026-04-14T23:00:27.493Z Downloaded usdt-impl v0.5.0
3772026-04-14T23:00:27.493Z Downloaded url v2.5.8
3782026-04-14T23:00:27.493Z Downloaded thiserror v1.0.69
3792026-04-14T23:00:27.493Z Downloaded errno v0.3.14
3802026-04-14T23:00:27.493Z Downloaded terminal_size v0.4.3
3812026-04-14T23:00:27.493Z Downloaded yoke v0.8.1
3822026-04-14T23:00:27.493Z Downloaded thiserror-impl v1.0.69
3832026-04-14T23:00:27.493Z Downloaded swrite v0.1.0
3842026-04-14T23:00:27.493Z Downloaded thiserror-impl v2.0.18
3852026-04-14T23:00:27.504Z Downloaded cfg-if v1.0.4
3862026-04-14T23:00:27.504Z Downloaded writeable v0.6.2
3872026-04-14T23:00:27.504Z Downloaded stable_deref_trait v1.2.1
3882026-04-14T23:00:27.504Z Downloaded ucd-trie v0.1.7
3892026-04-14T23:00:27.505Z Downloaded potential_utf v0.1.4
3902026-04-14T23:00:27.505Z Downloaded typenum v1.19.0
3912026-04-14T23:00:27.505Z Downloaded toml v0.8.23
3922026-04-14T23:00:27.505Z Downloaded zerocopy-derive v0.7.35
3932026-04-14T23:00:27.505Z Downloaded pretty-hex v0.4.1
3942026-04-14T23:00:27.505Z Downloaded smawk v0.3.2
3952026-04-14T23:00:27.510Z Downloaded toml_edit v0.22.27
3962026-04-14T23:00:27.510Z Downloaded fastrand v2.3.0
3972026-04-14T23:00:27.510Z Downloaded tabled_derive v0.7.0
3982026-04-14T23:00:27.510Z Downloaded memmap v0.7.0
3992026-04-14T23:00:27.510Z Downloaded zerotrie v0.2.3
4002026-04-14T23:00:27.510Z Downloaded serde-value v0.7.0
4012026-04-14T23:00:27.510Z Downloaded heck v0.5.0
4022026-04-14T23:00:27.510Z Downloaded zerocopy v0.7.35
4032026-04-14T23:00:27.530Z Downloaded serde_spanned v0.6.9
4042026-04-14T23:00:27.546Z Downloaded generic-array v0.14.7
4052026-04-14T23:00:27.546Z Downloaded macaddr v1.0.1
4062026-04-14T23:00:27.546Z Downloaded dof v0.3.0
4072026-04-14T23:00:27.546Z Downloaded percent-encoding v2.3.2
4082026-04-14T23:00:27.546Z Downloaded serde-untagged v0.1.9
4092026-04-14T23:00:27.546Z Downloaded autocfg v1.5.0
4102026-04-14T23:00:27.546Z Downloaded zerovec v0.11.5
4112026-04-14T23:00:27.546Z Downloaded winnow v0.7.14
4122026-04-14T23:00:27.554Z Downloaded scroll v0.12.0
4132026-04-14T23:00:27.554Z Downloaded unicode-width v0.2.0
4142026-04-14T23:00:27.554Z Downloaded semver v1.0.27
4152026-04-14T23:00:27.555Z Downloaded digest v0.10.7
4162026-04-14T23:00:27.555Z Downloaded anstyle v1.0.13
4172026-04-14T23:00:27.555Z Downloaded quote v1.0.44
4182026-04-14T23:00:27.555Z Downloaded erased-serde v0.4.9
4192026-04-14T23:00:27.555Z Downloaded unicode-width v0.1.14
4202026-04-14T23:00:27.559Z Downloaded proc-macro-error v1.0.4
4212026-04-14T23:00:27.559Z Downloaded fs-err v3.3.0
4222026-04-14T23:00:27.559Z Downloaded cargo_metadata v0.21.0
4232026-04-14T23:00:27.559Z Downloaded strsim v0.11.1
4242026-04-14T23:00:27.563Z Downloaded sha2 v0.10.9
4252026-04-14T23:00:27.568Z Downloaded displaydoc v0.2.5
4262026-04-14T23:00:27.586Z Downloaded litemap v0.8.1
4272026-04-14T23:00:27.592Z Downloaded once_cell v1.21.3
4282026-04-14T23:00:27.592Z Downloaded clap v4.5.60
4292026-04-14T23:00:27.592Z Downloaded anstyle-parse v0.2.7
4302026-04-14T23:00:27.596Z Downloaded bitflags v2.11.0
4312026-04-14T23:00:27.596Z Downloaded tempfile v3.25.0
4322026-04-14T23:00:27.596Z Downloaded smallvec v1.15.1
4332026-04-14T23:00:27.604Z Downloaded serde_derive v1.0.228
4342026-04-14T23:00:27.615Z Downloaded pest_generator v2.8.6
4352026-04-14T23:00:27.615Z Downloaded num-traits v0.2.19
4362026-04-14T23:00:27.615Z Downloaded icu_provider v2.1.1
4372026-04-14T23:00:27.615Z Downloaded icu_properties v2.1.2
4382026-04-14T23:00:27.635Z Downloaded log v0.4.29
4392026-04-14T23:00:27.635Z Downloaded cargo-util-schemas v0.8.2
4402026-04-14T23:00:27.635Z Downloaded serde_core v1.0.228
4412026-04-14T23:00:27.643Z Downloaded pest_meta v2.8.6
4422026-04-14T23:00:27.643Z Downloaded papergrid v0.11.0
4432026-04-14T23:00:27.643Z Downloaded icu_normalizer_data v2.1.1
4442026-04-14T23:00:27.654Z Downloaded proc-macro2 v1.0.106
4452026-04-14T23:00:27.654Z Downloaded icu_normalizer v2.1.1
4462026-04-14T23:00:27.654Z Downloaded serde v1.0.228
4472026-04-14T23:00:27.662Z Downloaded indexmap v2.13.0
4482026-04-14T23:00:27.662Z Downloaded icu_locale_core v2.1.1
4492026-04-14T23:00:27.673Z Downloaded memchr v2.8.0
4502026-04-14T23:00:27.691Z Downloaded clap_builder v4.5.60
4512026-04-14T23:00:27.696Z Downloaded serde_json v1.0.149
4522026-04-14T23:00:27.696Z Downloaded pest v2.8.6
4532026-04-14T23:00:27.699Z Downloaded hashbrown v0.16.1
4542026-04-14T23:00:27.705Z Downloaded idna v1.1.0
4552026-04-14T23:00:27.712Z Downloaded icu_properties_data v2.1.2
4562026-04-14T23:00:27.717Z Downloaded goblin v0.8.2
4572026-04-14T23:00:27.740Z Downloaded tabled v0.15.0
4582026-04-14T23:00:27.746Z Downloaded syn v1.0.109
4592026-04-14T23:00:27.752Z Downloaded syn v2.0.117
4602026-04-14T23:00:27.768Z Downloaded rustix v1.1.3
4612026-04-14T23:00:27.795Z Downloaded libc v0.2.180
4622026-04-14T23:00:27.860Z Compiling proc-macro2 v1.0.106
4632026-04-14T23:00:27.860Z Compiling quote v1.0.44
4642026-04-14T23:00:27.860Z Compiling unicode-ident v1.0.24
4652026-04-14T23:00:27.869Z Compiling serde_core v1.0.228
4662026-04-14T23:00:27.869Z Compiling libc v0.2.180
4672026-04-14T23:00:27.869Z Compiling version_check v0.9.5
4682026-04-14T23:00:27.869Z Compiling stable_deref_trait v1.2.1
4692026-04-14T23:00:28.042Z Compiling memchr v2.8.0
4702026-04-14T23:00:28.185Z Compiling serde v1.0.228
4712026-04-14T23:00:28.241Z Compiling zmij v1.0.21
4722026-04-14T23:00:28.374Z Compiling autocfg v1.5.0
4732026-04-14T23:00:28.441Z Compiling thiserror v1.0.69
4742026-04-14T23:00:28.546Z Compiling ucd-trie v0.1.7
4752026-04-14T23:00:28.774Z Compiling itoa v1.0.17
4762026-04-14T23:00:28.840Z Compiling pest v2.8.6
4772026-04-14T23:00:28.866Z Compiling litemap v0.8.1
4782026-04-14T23:00:28.933Z Compiling writeable v0.6.2
4792026-04-14T23:00:28.961Z Compiling rustix v1.1.3
4802026-04-14T23:00:29.009Z Compiling icu_properties_data v2.1.2
4812026-04-14T23:00:29.085Z Compiling icu_normalizer_data v2.1.1
4822026-04-14T23:00:29.216Z Compiling byteorder v1.5.0
4832026-04-14T23:00:29.469Z Compiling syn v2.0.117
4842026-04-14T23:00:29.524Z Compiling errno v0.3.14
4852026-04-14T23:00:29.541Z Compiling serde_json v1.0.149
4862026-04-14T23:00:29.576Z Compiling bitflags v2.11.0
4872026-04-14T23:00:29.789Z Compiling num-traits v0.2.19
4882026-04-14T23:00:29.811Z Compiling typeid v1.0.3
4892026-04-14T23:00:29.829Z Compiling hashbrown v0.16.1
4902026-04-14T23:00:29.980Z Compiling pest_meta v2.8.6
4912026-04-14T23:00:30.155Z Compiling equivalent v1.0.2
4922026-04-14T23:00:30.277Z Compiling smallvec v1.15.1
4932026-04-14T23:00:30.308Z Compiling indexmap v2.13.0
4942026-04-14T23:00:30.447Z Compiling thread-id v4.2.2
4952026-04-14T23:00:30.475Z Compiling usdt-impl v0.5.0
4962026-04-14T23:00:30.534Z Compiling proc-macro-error-attr v1.0.4
4972026-04-14T23:00:30.598Z Compiling erased-serde v0.4.9
4982026-04-14T23:00:30.687Z Compiling syn v1.0.109
4992026-04-14T23:00:30.723Z Compiling winnow v0.7.14
5002026-04-14T23:00:30.900Z Compiling toml_write v0.1.2
5012026-04-14T23:00:31.131Z Compiling proc-macro-error v1.0.4
5022026-04-14T23:00:31.176Z Compiling utf8parse v0.2.2
5032026-04-14T23:00:31.300Z Compiling percent-encoding v2.3.2
5042026-04-14T23:00:31.327Z Compiling log v0.4.29
5052026-04-14T23:00:31.501Z Compiling plain v0.2.3
5062026-04-14T23:00:31.518Z Compiling thiserror v2.0.18
5072026-04-14T23:00:31.612Z Compiling utf8_iter v1.0.4
5082026-04-14T23:00:31.630Z Compiling camino v1.2.2
5092026-04-14T23:00:31.657Z Compiling getrandom v0.4.1
5102026-04-14T23:00:31.769Z Compiling ordered-float v2.10.1
5112026-04-14T23:00:31.885Z Compiling form_urlencoded v1.2.2
5122026-04-14T23:00:32.038Z Compiling anstyle-parse v0.2.7
5132026-04-14T23:00:32.077Z Compiling synstructure v0.13.2
5142026-04-14T23:00:32.084Z Compiling pest_generator v2.8.6
5152026-04-14T23:00:32.217Z Compiling terminal_size v0.4.3
5162026-04-14T23:00:32.367Z Compiling anstyle-query v1.1.5
5172026-04-14T23:00:32.470Z Compiling cfg-if v1.0.4
5182026-04-14T23:00:32.488Z Compiling pretty-hex v0.4.1
5192026-04-14T23:00:32.535Z Compiling anstyle v1.0.13
5202026-04-14T23:00:32.535Z Compiling is_terminal_polyfill v1.70.2
5212026-04-14T23:00:32.571Z Compiling colorchoice v1.0.4
5222026-04-14T23:00:32.691Z Compiling serde-untagged v0.1.9
5232026-04-14T23:00:32.709Z Compiling anstream v0.6.21
5242026-04-14T23:00:32.774Z Compiling semver v1.0.27
5252026-04-14T23:00:32.826Z Compiling fs-err v3.3.0
5262026-04-14T23:00:32.937Z Compiling fnv v1.0.7
5272026-04-14T23:00:33.014Z Compiling heck v0.4.1
5282026-04-14T23:00:33.017Z Compiling heck v0.5.0
5292026-04-14T23:00:33.049Z Compiling anyhow v1.0.102
5302026-04-14T23:00:33.100Z Compiling clap_lex v1.0.0
5312026-04-14T23:00:33.138Z Compiling unicode-width v0.1.14
5322026-04-14T23:00:33.268Z Compiling unicode-xid v0.2.6
5332026-04-14T23:00:33.343Z Compiling once_cell v1.21.3
5342026-04-14T23:00:33.362Z Compiling strsim v0.11.1
5352026-04-14T23:00:33.399Z Compiling fastrand v2.3.0
5362026-04-14T23:00:33.423Z Compiling bytecount v0.6.9
5372026-04-14T23:00:33.553Z Compiling clap_builder v4.5.60
5382026-04-14T23:00:33.571Z Compiling papergrid v0.11.0
5392026-04-14T23:00:33.716Z Compiling tempfile v3.25.0
5402026-04-14T23:00:33.813Z Compiling serde_derive v1.0.228
5412026-04-14T23:00:33.841Z Compiling zerofrom-derive v0.1.6
5422026-04-14T23:00:33.871Z Compiling yoke-derive v0.8.1
5432026-04-14T23:00:34.102Z Compiling zerovec-derive v0.11.2
5442026-04-14T23:00:34.192Z Compiling displaydoc v0.2.5
5452026-04-14T23:00:34.955Z Compiling thiserror-impl v1.0.69
5462026-04-14T23:00:35.046Z Compiling zerocopy-derive v0.7.35
5472026-04-14T23:00:35.072Z Compiling pest_derive v2.8.6
5482026-04-14T23:00:35.239Z Compiling scroll_derive v0.12.1
5492026-04-14T23:00:35.263Z Compiling zerofrom v0.1.6
5502026-04-14T23:00:35.396Z Compiling yoke v0.8.1
5512026-04-14T23:00:35.511Z Compiling thiserror-impl v2.0.18
5522026-04-14T23:00:35.624Z Compiling zerovec v0.11.5
5532026-04-14T23:00:35.904Z Compiling zerotrie v0.2.3
5542026-04-14T23:00:35.924Z Compiling zerocopy v0.7.35
5552026-04-14T23:00:36.104Z Compiling tinystr v0.8.2
5562026-04-14T23:00:36.216Z Compiling potential_utf v0.1.4
5572026-04-14T23:00:36.319Z Compiling icu_locale_core v2.1.1
5582026-04-14T23:00:36.349Z Compiling icu_collections v2.1.1
5592026-04-14T23:00:36.393Z Compiling dtrace-parser v0.2.0
5602026-04-14T23:00:36.481Z Compiling scroll v0.12.0
5612026-04-14T23:00:36.656Z Compiling tabled_derive v0.7.0
5622026-04-14T23:00:36.760Z Compiling goblin v0.8.2
5632026-04-14T23:00:36.789Z Compiling clap_derive v4.5.55
5642026-04-14T23:00:36.974Z Compiling icu_provider v2.1.1
5652026-04-14T23:00:37.149Z Compiling memmap v0.7.0
5662026-04-14T23:00:37.219Z Compiling icu_normalizer v2.1.1
5672026-04-14T23:00:37.279Z Compiling serde_spanned v0.6.9
5682026-04-14T23:00:37.353Z Compiling toml_datetime v0.6.11
5692026-04-14T23:00:37.358Z Compiling icu_properties v2.1.2
5702026-04-14T23:00:37.362Z Compiling dof v0.3.0
5712026-04-14T23:00:37.434Z Compiling serde_tokenstream v0.2.3
5722026-04-14T23:00:37.583Z Compiling toml_edit v0.22.27
5732026-04-14T23:00:37.602Z Compiling serde-value v0.7.0
5742026-04-14T23:00:37.754Z Compiling cargo-platform v0.2.0
5752026-04-14T23:00:37.790Z Compiling unicode-width v0.2.0
5762026-04-14T23:00:37.972Z Compiling unicode-linebreak v0.1.5
5772026-04-14T23:00:38.036Z Compiling smawk v0.3.2
5782026-04-14T23:00:38.073Z Compiling tabled v0.15.0
5792026-04-14T23:00:38.183Z Compiling textwrap v0.16.2
5802026-04-14T23:00:38.223Z Compiling idna_adapter v1.2.1
5812026-04-14T23:00:38.401Z Compiling idna v1.1.0
5822026-04-14T23:00:38.404Z Compiling usdt-macro v0.5.0
5832026-04-14T23:00:38.456Z Compiling usdt-attr-macro v0.5.0
5842026-04-14T23:00:38.541Z Compiling clap v4.5.60
5852026-04-14T23:00:38.658Z Compiling macaddr v1.0.1
5862026-04-14T23:00:38.759Z Compiling url v2.5.8
5872026-04-14T23:00:38.918Z Compiling camino-tempfile v1.4.1
5882026-04-14T23:00:39.110Z Compiling toml v0.8.23
5892026-04-14T23:00:39.452Z Compiling swrite v0.1.0
5902026-04-14T23:00:39.534Z Compiling cargo-util-schemas v0.8.2
5912026-04-14T23:00:39.573Z Compiling cargo_toml v0.21.0
5922026-04-14T23:00:39.745Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5932026-04-14T23:00:40.013Z Compiling usdt v0.5.0
5942026-04-14T23:00:40.464Z Compiling cargo_metadata v0.21.0
5952026-04-14T23:00:41.410Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-04-14T23:00:43.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.85s
5972026-04-14T23:00:43.776Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-04-14T23:00:44.370Z Downloading crates ...
5992026-04-14T23:00:44.478Z Downloaded curve25519-dalek-derive v0.1.1
6002026-04-14T23:00:44.482Z Downloaded dropshot-api-manager-types v0.6.0
6012026-04-14T23:00:44.482Z Downloaded darling_macro v0.20.11
6022026-04-14T23:00:44.487Z Downloaded defmt v1.0.1
6032026-04-14T23:00:44.490Z Downloaded find-msvc-tools v0.1.9
6042026-04-14T23:00:44.490Z Downloaded block-padding v0.3.3
6052026-04-14T23:00:44.494Z Downloaded float-cmp v0.10.0
6062026-04-14T23:00:44.494Z Downloaded fixedbitset v0.5.7
6072026-04-14T23:00:44.498Z Downloaded crc v3.4.0
6082026-04-14T23:00:44.501Z Downloaded cmake v0.1.57
6092026-04-14T23:00:44.501Z Downloaded crc8 v0.1.1
6102026-04-14T23:00:44.508Z Downloaded crc32fast v1.5.0
6112026-04-14T23:00:44.509Z Downloaded der_derive v0.7.3
6122026-04-14T23:00:44.513Z Downloaded crunchy v0.2.4
6132026-04-14T23:00:44.513Z Downloaded crossbeam-utils v0.8.21
6142026-04-14T23:00:44.513Z Downloaded crypto-bigint v0.5.5
6152026-04-14T23:00:44.516Z Downloaded data-encoding v2.10.0
6162026-04-14T23:00:44.516Z Downloaded darling_macro v0.23.0
6172026-04-14T23:00:44.516Z Downloaded critical-section v1.2.0
6182026-04-14T23:00:44.521Z Downloaded arc-swap v1.8.2
6192026-04-14T23:00:44.521Z Downloaded darling v0.21.3
6202026-04-14T23:00:44.525Z Downloaded dirs-next v2.0.0
6212026-04-14T23:00:44.525Z Downloaded deranged v0.5.8
6222026-04-14T23:00:44.525Z Downloaded debug-ignore v1.0.5
6232026-04-14T23:00:44.529Z Downloaded cstr-argument v0.1.2
6242026-04-14T23:00:44.535Z Downloaded csv-core v0.1.13
6252026-04-14T23:00:44.540Z Downloaded crossbeam-deque v0.8.6
6262026-04-14T23:00:44.548Z Downloaded env_filter v1.0.0
6272026-04-14T23:00:44.548Z Downloaded embedded-io v0.6.1
6282026-04-14T23:00:44.548Z Downloaded async-stream v0.3.6
6292026-04-14T23:00:44.548Z Downloaded diesel-dtrace v0.5.0
6302026-04-14T23:00:44.555Z Downloaded foreign-types v0.5.0
6312026-04-14T23:00:44.555Z Downloaded derive_builder_macro v0.20.2
6322026-04-14T23:00:44.555Z Downloaded bcrypt-pbkdf v0.10.0
6332026-04-14T23:00:44.555Z Downloaded adler2 v2.0.1
6342026-04-14T23:00:44.555Z Downloaded atty v0.2.14
6352026-04-14T23:00:44.560Z Downloaded atomicwrites v0.4.4
6362026-04-14T23:00:44.560Z Downloaded assert_matches v1.5.0
6372026-04-14T23:00:44.560Z Downloaded defmt-macros v1.0.1
6382026-04-14T23:00:44.560Z Downloaded darling_macro v0.21.3
6392026-04-14T23:00:44.560Z Downloaded crossterm v0.28.1
6402026-04-14T23:00:44.563Z Downloaded foldhash v0.2.0
6412026-04-14T23:00:44.564Z Downloaded darling v0.20.11
6422026-04-14T23:00:44.567Z Downloaded derive-where v1.6.0
6432026-04-14T23:00:44.571Z Downloaded fixedbitset v0.4.2
6442026-04-14T23:00:44.571Z Downloaded dirs-sys-next v0.1.2
6452026-04-14T23:00:44.571Z Downloaded dyn-clone v1.0.20
6462026-04-14T23:00:44.571Z Downloaded base16ct v1.0.0
6472026-04-14T23:00:44.575Z Downloaded crucible-workspace-hack v0.1.0
6482026-04-14T23:00:44.575Z Downloaded backoff v0.4.0
6492026-04-14T23:00:44.575Z Downloaded atomic-waker v1.1.2
6502026-04-14T23:00:44.575Z Downloaded foreign-types v0.3.2
6512026-04-14T23:00:44.575Z Downloaded async-stream-impl v0.3.6
6522026-04-14T23:00:44.580Z Downloaded array-init v0.0.4
6532026-04-14T23:00:44.580Z Downloaded cfg_aliases v0.2.1
6542026-04-14T23:00:44.584Z Downloaded flagset v0.4.7
6552026-04-14T23:00:44.584Z Downloaded endian-type v0.1.2
6562026-04-14T23:00:44.584Z Downloaded fd-lock v4.0.4
6572026-04-14T23:00:44.619Z Downloaded ciborium-io v0.2.2
6582026-04-14T23:00:44.619Z Downloaded dsl_auto_type v0.2.0
6592026-04-14T23:00:44.619Z Downloaded cargo-platform v0.1.9
6602026-04-14T23:00:44.619Z Downloaded display-error-chain v0.2.2
6612026-04-14T23:00:44.619Z Downloaded ed25519 v2.2.3
6622026-04-14T23:00:44.619Z Downloaded bit-set v0.8.0
6632026-04-14T23:00:44.619Z Downloaded bit-set v0.5.3
6642026-04-14T23:00:44.619Z Downloaded daft-derive v0.1.5
6652026-04-14T23:00:44.619Z Downloaded async-recursion v1.1.1
6662026-04-14T23:00:44.620Z Downloaded defmt-parser v1.0.0
6672026-04-14T23:00:44.620Z Downloaded foreign-types-shared v0.3.1
6682026-04-14T23:00:44.620Z Downloaded dunce v1.0.5
6692026-04-14T23:00:44.620Z Downloaded dtrace-parser v0.3.0
6702026-04-14T23:00:44.620Z Downloaded defmt v0.3.100
6712026-04-14T23:00:44.620Z Downloaded arrayvec v0.7.6
6722026-04-14T23:00:44.620Z Downloaded embedded-io v0.4.0
6732026-04-14T23:00:44.620Z Downloaded futures-core v0.3.32
6742026-04-14T23:00:44.620Z Downloaded cassowary v0.3.0
6752026-04-14T23:00:44.620Z Downloaded enum-as-inner v0.6.1
6762026-04-14T23:00:44.620Z Downloaded aead v0.5.2
6772026-04-14T23:00:44.620Z Downloaded castaway v0.2.4
6782026-04-14T23:00:44.620Z Downloaded base16ct v0.2.0
6792026-04-14T23:00:44.620Z Downloaded futures-macro v0.3.32
6802026-04-14T23:00:44.620Z Downloaded cpufeatures v0.3.0
6812026-04-14T23:00:44.620Z Downloaded foreign-types-shared v0.1.1
6822026-04-14T23:00:44.620Z Downloaded document-features v0.2.12
6832026-04-14T23:00:44.620Z Downloaded bitfield-struct v0.6.2
6842026-04-14T23:00:44.624Z Downloaded arrayref v0.3.9
6852026-04-14T23:00:44.625Z Downloaded crc-catalog v2.4.0
6862026-04-14T23:00:44.625Z Downloaded futures-task v0.3.32
6872026-04-14T23:00:44.625Z Downloaded diesel_table_macro_syntax v0.3.0
6882026-04-14T23:00:44.625Z Downloaded flume v0.11.1
6892026-04-14T23:00:44.628Z Downloaded byte-wrapper v0.1.0
6902026-04-14T23:00:44.629Z Downloaded blowfish v0.9.1
6912026-04-14T23:00:44.629Z Downloaded funty v2.0.0
6922026-04-14T23:00:44.629Z Downloaded float-ord v0.3.2
6932026-04-14T23:00:44.633Z Downloaded ahash v0.8.12
6942026-04-14T23:00:44.633Z Downloaded fxhash v0.2.1
6952026-04-14T23:00:44.633Z Downloaded futures-sink v0.3.32
6962026-04-14T23:00:44.633Z Downloaded foldhash v0.1.5
6972026-04-14T23:00:44.633Z Downloaded daft v0.1.5
6982026-04-14T23:00:44.643Z Downloaded cobs v0.3.0
6992026-04-14T23:00:44.643Z Downloaded git-stub v1.0.0
7002026-04-14T23:00:44.643Z Downloaded foreign-types-macros v0.2.3
7012026-04-14T23:00:44.652Z Downloaded cfg_aliases v0.1.1
7022026-04-14T23:00:44.652Z Downloaded convert_case v0.4.0
7032026-04-14T23:00:44.652Z Downloaded bb8 v0.8.6
7042026-04-14T23:00:44.652Z Downloaded bitfield-macros v0.19.4
7052026-04-14T23:00:44.657Z Downloaded derive_builder v0.20.2
7062026-04-14T23:00:44.657Z Downloaded filetime v0.2.27
7072026-04-14T23:00:44.657Z Downloaded ff v0.13.1
7082026-04-14T23:00:44.657Z Downloaded ghash v0.5.1
7092026-04-14T23:00:44.657Z Downloaded drift v0.1.3
7102026-04-14T23:00:44.661Z Downloaded corncobs v0.1.4
7112026-04-14T23:00:44.661Z Downloaded home v0.5.12
7122026-04-14T23:00:44.661Z Downloaded hex v0.4.3
7132026-04-14T23:00:44.665Z Downloaded const_format_proc_macros v0.2.34
7142026-04-14T23:00:44.665Z Downloaded globwalk v0.9.1
7152026-04-14T23:00:44.665Z Downloaded getrandom v0.3.4
7162026-04-14T23:00:44.668Z Downloaded flate2 v1.1.9
7172026-04-14T23:00:44.672Z Downloaded headers-core v0.3.0
7182026-04-14T23:00:44.672Z Downloaded hash32 v0.2.1
7192026-04-14T23:00:44.672Z Downloaded downcast-rs v2.0.2
7202026-04-14T23:00:44.676Z Downloaded http-body v1.0.1
7212026-04-14T23:00:44.677Z Downloaded difflib v0.4.0
7222026-04-14T23:00:44.677Z Downloaded http-range v0.1.5
7232026-04-14T23:00:44.677Z Downloaded convert_case v0.10.0
7242026-04-14T23:00:44.677Z Downloaded ctr v0.9.2
7252026-04-14T23:00:44.681Z Downloaded chacha20 v0.9.1
7262026-04-14T23:00:44.681Z Downloaded bit-vec v0.8.0
7272026-04-14T23:00:44.681Z Downloaded cexpr v0.6.0
7282026-04-14T23:00:44.685Z Downloaded bcs v0.1.6
7292026-04-14T23:00:44.685Z Downloaded backon v1.6.0
7302026-04-14T23:00:44.685Z Downloaded derive-ex v0.1.8
7312026-04-14T23:00:44.685Z Downloaded erased-serde v0.3.31
7322026-04-14T23:00:44.689Z Downloaded hostname v0.4.2
7332026-04-14T23:00:44.689Z Downloaded either v1.15.0
7342026-04-14T23:00:44.689Z Downloaded git-stub-vcs v0.1.0
7352026-04-14T23:00:44.693Z Downloaded globset v0.4.18
7362026-04-14T23:00:44.693Z Downloaded glob v0.3.3
7372026-04-14T23:00:44.693Z Downloaded darling v0.23.0
7382026-04-14T23:00:44.703Z Downloaded async-trait v0.1.89
7392026-04-14T23:00:44.703Z Downloaded indoc v1.0.9
7402026-04-14T23:00:44.718Z Downloaded hostname v0.3.1
7412026-04-14T23:00:44.718Z Downloaded hubpack v0.1.2
7422026-04-14T23:00:44.718Z Downloaded ar_archive_writer v0.5.1
7432026-04-14T23:00:44.718Z Downloaded hubpack_derive v0.1.1
7442026-04-14T23:00:44.719Z Downloaded gethostname v0.5.0
7452026-04-14T23:00:44.719Z Downloaded futures-io v0.3.32
7462026-04-14T23:00:44.719Z Downloaded expectorate v1.2.0
7472026-04-14T23:00:44.719Z Downloaded buf-list v1.1.2
7482026-04-14T23:00:44.719Z Downloaded base64ct v1.8.3
7492026-04-14T23:00:44.719Z Downloaded diff v0.1.13
7502026-04-14T23:00:44.719Z Downloaded dof v0.4.0
7512026-04-14T23:00:44.719Z Downloaded des v0.8.1
7522026-04-14T23:00:44.731Z Downloaded bitflags v1.3.2
7532026-04-14T23:00:44.731Z Downloaded ciborium-ll v0.2.2
7542026-04-14T23:00:44.732Z Downloaded camino-tempfile-ext v0.3.3
7552026-04-14T23:00:44.732Z Downloaded cbc v0.1.2
7562026-04-14T23:00:44.732Z Downloaded cargo_metadata v0.19.2
7572026-04-14T23:00:44.732Z Downloaded argon2 v0.5.3
7582026-04-14T23:00:44.732Z Downloaded hyper-tls v0.6.0
7592026-04-14T23:00:44.732Z Downloaded bitfield v0.19.4
7602026-04-14T23:00:44.732Z Downloaded ident_case v1.0.1
7612026-04-14T23:00:44.732Z Downloaded derive_builder_core v0.20.2
7622026-04-14T23:00:44.732Z Downloaded inout v0.1.4
7632026-04-14T23:00:44.732Z Downloaded highway v1.3.0
7642026-04-14T23:00:44.736Z Downloaded hex-literal v0.4.1
7652026-04-14T23:00:44.736Z Downloaded instant v0.1.13
7662026-04-14T23:00:44.736Z Downloaded async-bb8-diesel v0.2.1
7672026-04-14T23:00:44.736Z Downloaded instability v0.3.11
7682026-04-14T23:00:44.736Z Downloaded internet-checksum v0.2.1
7692026-04-14T23:00:44.736Z Downloaded cookie_store v0.22.1
7702026-04-14T23:00:44.736Z Downloaded dropshot_endpoint v0.16.7
7712026-04-14T23:00:44.737Z Downloaded clang-sys v1.8.1
7722026-04-14T23:00:44.742Z Downloaded bzip2 v0.6.1
7732026-04-14T23:00:44.742Z Downloaded env_logger v0.11.9
7742026-04-14T23:00:44.742Z Downloaded crossbeam-epoch v0.9.18
7752026-04-14T23:00:44.742Z Downloaded getrandom v0.2.17
7762026-04-14T23:00:44.746Z Downloaded kstat-rs v0.2.4
7772026-04-14T23:00:44.746Z Downloaded lazy_static v1.5.0
7782026-04-14T23:00:44.747Z Downloaded fallible-iterator v0.2.0
7792026-04-14T23:00:44.750Z Downloaded cargo_toml v0.22.3
7802026-04-14T23:00:44.750Z Downloaded keccak v0.1.6
7812026-04-14T23:00:44.751Z Downloaded derive_more v0.99.20
7822026-04-14T23:00:44.754Z Downloaded ena v0.14.4
7832026-04-14T23:00:44.754Z Downloaded lalrpop-util v0.19.12
7842026-04-14T23:00:44.754Z Downloaded const-oid v0.9.6
7852026-04-14T23:00:44.754Z Downloaded console v0.15.11
7862026-04-14T23:00:44.758Z Downloaded ciborium v0.2.2
7872026-04-14T23:00:44.758Z Downloaded futures-executor v0.3.32
7882026-04-14T23:00:44.762Z Downloaded libscf-sys v1.1.0
7892026-04-14T23:00:44.762Z Downloaded fs_extra v1.3.0
7902026-04-14T23:00:44.762Z Downloaded fs-err v2.11.0
7912026-04-14T23:00:44.762Z Downloaded bit-vec v0.6.3
7922026-04-14T23:00:44.766Z Downloaded darling_core v0.23.0
7932026-04-14T23:00:44.766Z Downloaded http-body-util v0.1.3
7942026-04-14T23:00:44.770Z Downloaded elliptic-curve v0.13.8
7952026-04-14T23:00:44.770Z Downloaded is_ci v1.2.0
7962026-04-14T23:00:44.774Z Downloaded crossbeam-channel v0.5.15
7972026-04-14T23:00:44.774Z Downloaded lru-slab v0.1.2
7982026-04-14T23:00:44.775Z Downloaded lru-cache v0.1.2
7992026-04-14T23:00:44.775Z Downloaded linked-hash-map v0.5.6
8002026-04-14T23:00:44.782Z Downloaded hyper-staticfile v0.10.1
8012026-04-14T23:00:44.782Z Downloaded colored v3.1.1
8022026-04-14T23:00:44.782Z Downloaded lru v0.12.5
8032026-04-14T23:00:44.782Z Downloaded constant_time_eq v0.4.2
8042026-04-14T23:00:44.786Z Downloaded colored v2.2.0
8052026-04-14T23:00:44.786Z Downloaded bzip2 v0.4.4
8062026-04-14T23:00:44.786Z Downloaded chacha20 v0.10.0
8072026-04-14T23:00:44.786Z Downloaded mime v0.3.17
8082026-04-14T23:00:44.786Z Downloaded md5 v0.7.0
8092026-04-14T23:00:44.791Z Downloaded lzss v0.8.2
8102026-04-14T23:00:44.791Z Downloaded cancel-safe-futures v0.1.5
8112026-04-14T23:00:44.791Z Downloaded newline-converter v0.3.0
8122026-04-14T23:00:44.794Z Downloaded memoffset v0.9.1
8132026-04-14T23:00:44.795Z Downloaded maybe-uninit v2.0.0
8142026-04-14T23:00:44.795Z Downloaded maplit v1.0.2
8152026-04-14T23:00:44.795Z Downloaded match_cfg v0.1.0
8162026-04-14T23:00:44.795Z Downloaded ingot-types v0.1.2
8172026-04-14T23:00:44.795Z Downloaded managed v0.8.0
8182026-04-14T23:00:44.804Z Downloaded group v0.13.0
8192026-04-14T23:00:44.804Z Downloaded indoc v2.0.7
8202026-04-14T23:00:44.804Z Downloaded ecdsa v0.16.9
8212026-04-14T23:00:44.809Z Downloaded libsw v3.5.0
8222026-04-14T23:00:44.809Z Downloaded nibble_vec v0.1.0
8232026-04-14T23:00:44.809Z Downloaded is-terminal v0.4.17
8242026-04-14T23:00:44.809Z Downloaded cipher v0.4.4
8252026-04-14T23:00:44.809Z Downloaded indent_write v2.2.0
8262026-04-14T23:00:44.809Z Downloaded httpdate v1.0.3
8272026-04-14T23:00:44.809Z Downloaded ascii-canvas v3.0.0
8282026-04-14T23:00:44.809Z Downloaded hash32 v0.3.1
8292026-04-14T23:00:44.809Z Downloaded allocator-api2 v0.2.21
8302026-04-14T23:00:44.813Z Downloaded console v0.16.2
8312026-04-14T23:00:44.818Z Downloaded normalize-line-endings v0.3.0
8322026-04-14T23:00:44.818Z Downloaded nonempty v0.12.0
8332026-04-14T23:00:44.818Z Downloaded blake2 v0.10.6
8342026-04-14T23:00:44.822Z Downloaded num-derive v0.3.3
8352026-04-14T23:00:44.822Z Downloaded newtype-uuid-macros v0.1.0
8362026-04-14T23:00:44.822Z Downloaded num-iter v0.1.45
8372026-04-14T23:00:44.822Z Downloaded new_debug_unreachable v1.0.6
8382026-04-14T23:00:44.823Z Downloaded num-derive v0.4.2
8392026-04-14T23:00:44.827Z Downloaded md-5 v0.10.6
8402026-04-14T23:00:44.827Z Downloaded nodrop v0.1.14
8412026-04-14T23:00:44.828Z Downloaded cookie v0.18.1
8422026-04-14T23:00:44.828Z Downloaded libefi-sys v0.1.0
8432026-04-14T23:00:44.831Z Downloaded jobserver v0.1.34
8442026-04-14T23:00:44.831Z Downloaded futures-channel v0.3.32
8452026-04-14T23:00:44.831Z Downloaded lock_api v0.4.14
8462026-04-14T23:00:44.831Z Downloaded ipnet v2.11.0
8472026-04-14T23:00:44.835Z Downloaded linear-map v1.2.0
8482026-04-14T23:00:44.835Z Downloaded iana-time-zone v0.1.65
8492026-04-14T23:00:44.835Z Downloaded aes v0.8.4
8502026-04-14T23:00:44.839Z Downloaded opaque-debug v0.3.1
8512026-04-14T23:00:44.839Z Downloaded openssl-macros v0.1.1
8522026-04-14T23:00:44.839Z Downloaded hyper-rustls v0.27.7
8532026-04-14T23:00:44.843Z Downloaded crc-any v2.5.0
8542026-04-14T23:00:44.843Z Downloaded darling_core v0.21.3
8552026-04-14T23:00:44.847Z Downloaded humantime v2.3.0
8562026-04-14T23:00:44.847Z Downloaded multimap v0.10.1
8572026-04-14T23:00:44.862Z Downloaded packed_struct_codegen v0.10.1
8582026-04-14T23:00:44.866Z Downloaded oso-derive v0.27.3
8592026-04-14T23:00:44.866Z Downloaded openssl-probe v0.2.1
8602026-04-14T23:00:44.866Z Downloaded openssl-probe v0.1.6
8612026-04-14T23:00:44.866Z Downloaded num_threads v0.1.7
8622026-04-14T23:00:44.866Z Downloaded num_enum_derive v0.5.11
8632026-04-14T23:00:44.870Z Downloaded num-conv v0.2.0
8642026-04-14T23:00:44.870Z Downloaded num v0.4.3
8652026-04-14T23:00:44.870Z Downloaded native-tls v0.2.18
8662026-04-14T23:00:44.870Z Downloaded multer v3.1.0
8672026-04-14T23:00:44.875Z Downloaded half v2.7.1
8682026-04-14T23:00:44.875Z Downloaded ipnetwork v0.21.1
8692026-04-14T23:00:44.879Z Downloaded nanorand v0.7.0
8702026-04-14T23:00:44.879Z Downloaded mime_guess v2.0.5
8712026-04-14T23:00:44.880Z Downloaded half v1.8.3
8722026-04-14T23:00:44.880Z Downloaded darling_core v0.20.11
8732026-04-14T23:00:44.883Z Downloaded libsw-core v0.3.2
8742026-04-14T23:00:44.883Z Downloaded ingot-macros v0.1.1
8752026-04-14T23:00:44.889Z Downloaded httparse v1.10.1
8762026-04-14T23:00:44.889Z Downloaded pbkdf2 v0.11.0
8772026-04-14T23:00:44.889Z Downloaded olpc-cjson v0.1.4
8782026-04-14T23:00:44.893Z Downloaded newtype-uuid v1.3.2
8792026-04-14T23:00:44.893Z Downloaded const_format v0.2.35
8802026-04-14T23:00:44.893Z Downloaded peg-runtime v0.8.5
8812026-04-14T23:00:44.893Z Downloaded pbkdf2 v0.12.2
8822026-04-14T23:00:44.897Z Downloaded phf_shared v0.13.1
8832026-04-14T23:00:44.897Z Downloaded path-slash v0.1.5
8842026-04-14T23:00:44.897Z Downloaded parse-display v0.10.0
8852026-04-14T23:00:44.897Z Downloaded ed25519-dalek v2.2.0
8862026-04-14T23:00:44.901Z Downloaded num_enum v0.7.5
8872026-04-14T23:00:44.901Z Downloaded num-complex v0.4.6
8882026-04-14T23:00:44.905Z Downloaded nu-ansi-term v0.50.3
8892026-04-14T23:00:44.905Z Downloaded num-integer v0.1.46
8902026-04-14T23:00:44.905Z Downloaded num-rational v0.4.2
8912026-04-14T23:00:44.905Z Downloaded libloading v0.8.9
8922026-04-14T23:00:44.909Z Downloaded phf_shared v0.12.1
8932026-04-14T23:00:44.909Z Downloaded phf_shared v0.11.3
8942026-04-14T23:00:44.909Z Downloaded parse-size v1.1.0
8952026-04-14T23:00:44.909Z Downloaded indexmap v1.9.3
8962026-04-14T23:00:44.913Z Downloaded fatfs v0.3.6
8972026-04-14T23:00:44.913Z Downloaded num_enum v0.5.11
8982026-04-14T23:00:44.916Z Downloaded oxnet v0.1.4
8992026-04-14T23:00:44.917Z Downloaded owo-colors v4.3.0
9002026-04-14T23:00:44.920Z Downloaded num_enum_derive v0.7.5
9012026-04-14T23:00:44.920Z Downloaded litrs v1.0.0
9022026-04-14T23:00:44.924Z Downloaded pin-utils v0.1.0
9032026-04-14T23:00:44.924Z Downloaded bytes v1.11.1
9042026-04-14T23:00:44.924Z Downloaded proc-macro-error-attr2 v2.0.0
9052026-04-14T23:00:44.927Z Downloaded ignore v0.4.25
9062026-04-14T23:00:44.928Z Downloaded derive_more-impl v2.1.1
9072026-04-14T23:00:44.931Z Downloaded derive_more v2.1.1
9082026-04-14T23:00:44.937Z Downloaded predicates-core v1.0.10
9092026-04-14T23:00:44.944Z Downloaded der v0.7.10
9102026-04-14T23:00:44.944Z Downloaded heapless v0.8.0
9112026-04-14T23:00:44.948Z Downloaded precomputed-hash v0.1.1
9122026-04-14T23:00:44.948Z Downloaded powerfmt v0.2.0
9132026-04-14T23:00:44.948Z Downloaded predicates-tree v1.0.13
9142026-04-14T23:00:44.948Z Downloaded proc-macro-crate v3.4.0
9152026-04-14T23:00:44.948Z Downloaded proc-macro-crate v1.3.1
9162026-04-14T23:00:44.948Z Downloaded newtype_derive v0.1.6
9172026-04-14T23:00:44.948Z Downloaded parking_lot_core v0.8.6
9182026-04-14T23:00:44.953Z Downloaded progenitor-client v0.10.0
9192026-04-14T23:00:44.953Z Downloaded parse-display-derive v0.10.0
9202026-04-14T23:00:44.953Z Downloaded packed_struct v0.10.1
9212026-04-14T23:00:44.953Z Downloaded libbz2-rs-sys v0.2.2
9222026-04-14T23:00:44.957Z Downloaded headers v0.4.1
9232026-04-14T23:00:44.957Z Downloaded paste v1.0.15
9242026-04-14T23:00:44.961Z Downloaded progenitor-client v0.11.2
9252026-04-14T23:00:44.961Z Downloaded oxide-tokio-rt v0.1.3
9262026-04-14T23:00:44.961Z Downloaded password-hash v0.4.2
9272026-04-14T23:00:44.961Z Downloaded progenitor-macro v0.13.0
9282026-04-14T23:00:44.965Z Downloaded progenitor-macro v0.10.0
9292026-04-14T23:00:44.965Z Downloaded dropshot-api-manager v0.6.0
9302026-04-14T23:00:44.965Z Downloaded pem v3.0.6
9312026-04-14T23:00:44.969Z Downloaded pem-rfc7468 v0.7.0
9322026-04-14T23:00:44.969Z Downloaded compact_str v0.8.1
9332026-04-14T23:00:44.969Z Downloaded peg v0.8.5
9342026-04-14T23:00:44.972Z Downloaded password-hash v0.5.0
9352026-04-14T23:00:44.972Z Downloaded cc v1.2.56
9362026-04-14T23:00:44.976Z Downloaded rand_chacha v0.3.1
9372026-04-14T23:00:44.976Z Downloaded radium v0.7.0
9382026-04-14T23:00:44.976Z Downloaded phf v0.13.1
9392026-04-14T23:00:44.976Z Downloaded chacha20poly1305 v0.10.1
9402026-04-14T23:00:44.980Z Downloaded progenitor-macro v0.11.2
9412026-04-14T23:00:44.980Z Downloaded base64 v0.21.7
9422026-04-14T23:00:44.983Z Downloaded psl-types v2.0.11
9432026-04-14T23:00:44.983Z Downloaded quick-error v1.2.3
9442026-04-14T23:00:44.983Z Downloaded rand_xorshift v0.4.0
9452026-04-14T23:00:44.983Z Downloaded base64 v0.22.1
9462026-04-14T23:00:44.987Z Downloaded ingot v0.1.1
9472026-04-14T23:00:44.987Z Downloaded poly1305 v0.8.0
9482026-04-14T23:00:44.992Z Downloaded impl-trait-for-tuples v0.2.3
9492026-04-14T23:00:44.992Z Downloaded hmac v0.12.1
9502026-04-14T23:00:44.992Z Downloaded futures v0.3.32
9512026-04-14T23:00:44.998Z Downloaded postgres-protocol v0.6.10
9522026-04-14T23:00:44.998Z Downloaded pkcs8 v0.10.2
9532026-04-14T23:00:44.998Z Downloaded ref-cast-impl v1.0.25
9542026-04-14T23:00:44.998Z Downloaded progenitor v0.11.2
9552026-04-14T23:00:45.005Z Downloaded pin-project-lite v0.2.17
9562026-04-14T23:00:45.005Z Downloaded rfc6979 v0.4.0
9572026-04-14T23:00:45.010Z Downloaded recursive-proc-macro-impl v0.1.1
9582026-04-14T23:00:45.010Z Downloaded recursive v0.1.1
9592026-04-14T23:00:45.011Z Downloaded ref-cast v1.0.25
9602026-04-14T23:00:45.011Z Downloaded polyval v0.6.2
9612026-04-14T23:00:45.011Z Downloaded progenitor v0.10.0
9622026-04-14T23:00:45.011Z Downloaded parking_lot v0.11.2
9632026-04-14T23:00:45.011Z Downloaded bumpalo v3.20.2
9642026-04-14T23:00:45.016Z Downloaded heapless v0.7.17
9652026-04-14T23:00:45.017Z Downloaded hashbrown v0.12.3
9662026-04-14T23:00:45.020Z Downloaded ppv-lite86 v0.2.21
9672026-04-14T23:00:45.027Z Downloaded peg-macros v0.8.5
9682026-04-14T23:00:45.027Z Downloaded primeorder v0.13.6
9692026-04-14T23:00:45.027Z Downloaded progenitor-client v0.13.0
9702026-04-14T23:00:45.027Z Downloaded proc-macro-error2 v2.0.1
9712026-04-14T23:00:45.027Z Downloaded parking_lot v0.12.5
9722026-04-14T23:00:45.030Z Downloaded progenitor v0.13.0
9732026-04-14T23:00:45.030Z Downloaded russh-cryptovec v0.7.3
9742026-04-14T23:00:45.030Z Downloaded rustc-hash v2.1.1
9752026-04-14T23:00:45.030Z Downloaded rustc_version v0.1.7
9762026-04-14T23:00:45.030Z Downloaded rtoolbox v0.0.3
9772026-04-14T23:00:45.034Z Downloaded parking_lot_core v0.9.12
9782026-04-14T23:00:45.037Z Downloaded progenitor-extras v0.1.1
9792026-04-14T23:00:45.037Z Downloaded rustc_version v0.4.1
9802026-04-14T23:00:45.041Z Downloaded pkg-config v0.3.32
9812026-04-14T23:00:45.041Z Downloaded r2d2 v0.8.10
9822026-04-14T23:00:45.045Z Downloaded hickory-resolver v0.25.2
9832026-04-14T23:00:45.049Z Downloaded phf v0.12.1
9842026-04-14T23:00:45.057Z Downloaded same-file v1.0.6
9852026-04-14T23:00:45.057Z Downloaded pkcs1 v0.7.5
9862026-04-14T23:00:45.060Z Downloaded pin-project-internal v1.1.11
9872026-04-14T23:00:45.060Z Downloaded rand_seeder v0.4.0
9882026-04-14T23:00:45.060Z Downloaded rand_core v0.9.5
9892026-04-14T23:00:45.060Z Downloaded rand_core v0.6.4
9902026-04-14T23:00:45.060Z Downloaded psm v0.1.30
9912026-04-14T23:00:45.064Z Downloaded papergrid v0.17.0
9922026-04-14T23:00:45.064Z Downloaded pkcs5 v0.7.1
9932026-04-14T23:00:45.068Z Downloaded omicron-zone-package v0.12.2
9942026-04-14T23:00:45.076Z Downloaded sapling-renderdag v0.1.0
9952026-04-14T23:00:45.076Z Downloaded scrypt v0.11.0
9962026-04-14T23:00:45.076Z Downloaded scroll_derive v0.13.1
9972026-04-14T23:00:45.076Z Downloaded rand_core v0.10.0
9982026-04-14T23:00:45.080Z Downloaded miniz_oxide v0.8.9
9992026-04-14T23:00:45.080Z Downloaded postcard v1.1.3
10002026-04-14T23:00:45.080Z Downloaded indicatif v0.18.4
10012026-04-14T23:00:45.084Z Downloaded resolv-conf v0.7.6
10022026-04-14T23:00:45.084Z Downloaded diesel_derives v2.3.7
10032026-04-14T23:00:45.087Z Downloaded scheduled-thread-pool v0.2.7
10042026-04-14T23:00:45.087Z Downloaded scopeguard v1.2.0
10052026-04-14T23:00:45.088Z Downloaded salsa20 v0.10.2
10062026-04-14T23:00:45.092Z Downloaded hickory-resolver v0.24.4
10072026-04-14T23:00:45.092Z Downloaded secrecy v0.8.0
10082026-04-14T23:00:45.096Z Downloaded predicates v3.1.4
10092026-04-14T23:00:45.096Z Downloaded p256 v0.13.2
10102026-04-14T23:00:45.097Z Downloaded memmap2 v0.9.10
10112026-04-14T23:00:45.101Z Downloaded serde-big-array v0.5.1
10122026-04-14T23:00:45.101Z Downloaded serde_spanned v1.0.4
10132026-04-14T23:00:45.101Z Downloaded seq-macro v0.3.6
10142026-04-14T23:00:45.101Z Downloaded postgres-types v0.2.12
10152026-04-14T23:00:45.105Z Downloaded jiff-static v0.2.21
10162026-04-14T23:00:45.105Z Downloaded serde_bytes v0.11.19
10172026-04-14T23:00:45.105Z Downloaded semver v0.1.20
10182026-04-14T23:00:45.109Z Downloaded quinn-udp v0.5.14
10192026-04-14T23:00:45.116Z Downloaded rand_chacha v0.9.0
10202026-04-14T23:00:45.120Z Downloaded sha1 v0.10.6
10212026-04-14T23:00:45.120Z Downloaded serde_urlencoded v0.7.1
10222026-04-14T23:00:45.124Z Downloaded signal-hook-mio v0.2.5
10232026-04-14T23:00:45.124Z Downloaded serde_plain v1.0.2
10242026-04-14T23:00:45.124Z Downloaded shell-words v1.1.1
10252026-04-14T23:00:45.136Z Downloaded prefix-trie v0.7.0
10262026-04-14T23:00:45.140Z Downloaded rustversion v1.0.22
10272026-04-14T23:00:45.140Z Downloaded pin-project v1.1.11
10282026-04-14T23:00:45.145Z Downloaded slog-bunyan v2.5.0
10292026-04-14T23:00:45.148Z Downloaded rustls-native-certs v0.8.3
10302026-04-14T23:00:45.148Z Downloaded sigpipe v0.1.3
10312026-04-14T23:00:45.148Z Downloaded slog-envlogger v2.2.0
10322026-04-14T23:00:45.151Z Downloaded signature v2.2.0
10332026-04-14T23:00:45.152Z Downloaded rustls-pemfile v1.0.4
10342026-04-14T23:00:45.152Z Downloaded scroll v0.13.0
10352026-04-14T23:00:45.155Z Downloaded signal-hook-tokio v0.3.1
10362026-04-14T23:00:45.155Z Downloaded rustls-pemfile v2.2.0
10372026-04-14T23:00:45.155Z Downloaded openssl-sys v0.9.111
10382026-04-14T23:00:45.159Z Downloaded crossterm v0.29.0
10392026-04-14T23:00:45.163Z Downloaded secrecy v0.10.3
10402026-04-14T23:00:45.167Z Downloaded schemars_derive v0.8.22
10412026-04-14T23:00:45.167Z Downloaded oso v0.27.3
10422026-04-14T23:00:45.170Z Downloaded siphasher v1.0.2
10432026-04-14T23:00:45.170Z Downloaded serde_repr v0.1.20
10442026-04-14T23:00:45.170Z Downloaded serde_path_to_error v0.1.20
10452026-04-14T23:00:45.174Z Downloaded serde_derive_internals v0.29.1
10462026-04-14T23:00:45.174Z Downloaded sct v0.7.1
10472026-04-14T23:00:45.179Z Downloaded russh-keys v0.45.0
10482026-04-14T23:00:45.183Z Downloaded hashbrown v0.13.2
10492026-04-14T23:00:45.190Z Downloaded serde-hex v0.1.0
10502026-04-14T23:00:45.193Z Downloaded sec1 v0.7.3
10512026-04-14T23:00:45.197Z Downloaded ssh-cipher v0.2.0
10522026-04-14T23:00:45.201Z Downloaded rusty-fork v0.3.1
10532026-04-14T23:00:45.205Z Downloaded structmeta-derive v0.3.0
10542026-04-14T23:00:45.205Z Downloaded structmeta v0.3.0
10552026-04-14T23:00:45.205Z Downloaded strip-ansi-escapes v0.2.1
10562026-04-14T23:00:45.209Z Downloaded slab v0.4.12
10572026-04-14T23:00:45.209Z Downloaded rcgen v0.12.1
10582026-04-14T23:00:45.212Z Downloaded shlex v1.3.0
10592026-04-14T23:00:45.212Z Downloaded progenitor-impl v0.10.0
10602026-04-14T23:00:45.212Z Downloaded hickory-server v0.25.2
10612026-04-14T23:00:45.216Z Downloaded subtle v2.6.1
10622026-04-14T23:00:45.216Z Downloaded strum v0.26.3
10632026-04-14T23:00:45.217Z Downloaded http v1.4.0
10642026-04-14T23:00:45.220Z Downloaded supports-color v3.0.2
10652026-04-14T23:00:45.221Z Downloaded sqlparser_derive v0.5.0
10662026-04-14T23:00:45.221Z Downloaded minimal-lexical v0.2.1
10672026-04-14T23:00:45.224Z Downloaded slog-term v2.9.2
10682026-04-14T23:00:45.229Z Downloaded sync_wrapper v1.0.2
10692026-04-14T23:00:45.229Z Downloaded strum v0.27.2
10702026-04-14T23:00:45.229Z Downloaded slog-async v2.8.0
10712026-04-14T23:00:45.229Z Downloaded rustls-pki-types v1.14.0
10722026-04-14T23:00:45.232Z Downloaded prettyplease v0.2.37
10732026-04-14T23:00:45.233Z Downloaded simd-adler32 v0.3.8
10742026-04-14T23:00:45.233Z Downloaded signal-hook-registry v1.4.8
10752026-04-14T23:00:45.239Z Downloaded pretty_assertions v1.4.1
10762026-04-14T23:00:45.239Z Downloaded sync-ptr v0.1.4
10772026-04-14T23:00:45.239Z Downloaded tabwriter v1.4.1
10782026-04-14T23:00:45.239Z Downloaded tabled_derive v0.11.0
10792026-04-14T23:00:45.254Z Downloaded slog-stdlog v4.1.1
10802026-04-14T23:00:45.255Z Downloaded termtree v0.5.1
10812026-04-14T23:00:45.255Z Downloaded take_mut v0.2.2
10822026-04-14T23:00:45.255Z Downloaded slog-dtrace v0.3.0
10832026-04-14T23:00:45.255Z Downloaded ssh-encoding v0.2.0
10842026-04-14T23:00:45.267Z Downloaded smf v0.2.3
10852026-04-14T23:00:45.267Z Downloaded smallvec v0.6.14
10862026-04-14T23:00:45.267Z Downloaded slog-scope v4.4.1
10872026-04-14T23:00:45.267Z Downloaded spki v0.7.3
10882026-04-14T23:00:45.267Z Downloaded snafu-derive v0.8.9
10892026-04-14T23:00:45.276Z Downloaded progenitor-impl v0.11.2
10902026-04-14T23:00:45.276Z Downloaded serde_cbor v0.11.2
10912026-04-14T23:00:45.276Z Downloaded thiserror-impl-no-std v2.0.2
10922026-04-14T23:00:45.277Z Downloaded sqlformat v0.3.5
10932026-04-14T23:00:45.277Z Downloaded testing_table v0.3.0
10942026-04-14T23:00:45.277Z Downloaded tagptr v0.2.0
10952026-04-14T23:00:45.277Z Downloaded thread-id v5.1.0
10962026-04-14T23:00:45.281Z Downloaded static_assertions v1.1.0
10972026-04-14T23:00:45.281Z Downloaded string_cache v0.8.9
10982026-04-14T23:00:45.281Z Downloaded stacker v0.1.23
10992026-04-14T23:00:45.290Z Downloaded progenitor-impl v0.13.0
11002026-04-14T23:00:45.293Z Downloaded strum_macros v0.24.3
11012026-04-14T23:00:45.293Z Downloaded strum_macros v0.27.2
11022026-04-14T23:00:45.294Z Downloaded hyper-util v0.1.20
11032026-04-14T23:00:45.297Z Downloaded tinyvec_macros v0.1.1
11042026-04-14T23:00:45.297Z Downloaded time-core v0.1.8
11052026-04-14T23:00:45.304Z Downloaded rustls-platform-verifier v0.6.2
11062026-04-14T23:00:45.308Z Downloaded ryu v1.0.23
11072026-04-14T23:00:45.313Z Downloaded iddqd v0.3.17
11082026-04-14T23:00:45.316Z Downloaded tap v1.0.1
11092026-04-14T23:00:45.319Z Downloaded support-bundle-viewer v0.1.2
11102026-04-14T23:00:45.319Z Downloaded slog-json v2.6.1
11112026-04-14T23:00:45.322Z Downloaded mio v1.1.1
11122026-04-14T23:00:45.326Z Downloaded serde_with_macros v3.17.0
11132026-04-14T23:00:45.331Z Downloaded rand v0.8.5
11142026-04-14T23:00:45.335Z Downloaded thiserror-no-std v2.0.2
11152026-04-14T23:00:45.338Z Downloaded trait-variant v0.1.2
11162026-04-14T23:00:45.341Z Downloaded spin v0.9.8
11172026-04-14T23:00:45.346Z Downloaded tower-service v0.3.3
11182026-04-14T23:00:45.350Z Downloaded tower-layer v0.3.3
11192026-04-14T23:00:45.350Z Downloaded aes-gcm v0.10.3
11202026-04-14T23:00:45.356Z Downloaded topological-sort v0.2.2
11212026-04-14T23:00:45.356Z Downloaded signal-hook v0.3.18
11222026-04-14T23:00:45.356Z Downloaded tls_codec v0.4.2
11232026-04-14T23:00:45.364Z Downloaded time-macros v0.2.27
11242026-04-14T23:00:45.364Z Downloaded thread_local v1.1.9
11252026-04-14T23:00:45.364Z Downloaded try-lock v0.2.5
11262026-04-14T23:00:45.369Z Downloaded stringprep v0.1.5
11272026-04-14T23:00:45.369Z Downloaded unarray v0.1.4
11282026-04-14T23:00:45.369Z Downloaded num-bigint v0.4.6
11292026-04-14T23:00:45.369Z Downloaded typify-macro v0.6.1
11302026-04-14T23:00:45.369Z Downloaded typify-macro v0.4.3
11312026-04-14T23:00:45.373Z Downloaded tokio-macros v2.6.0
11322026-04-14T23:00:45.373Z Downloaded tokio-dtrace v0.1.1
11332026-04-14T23:00:45.373Z Downloaded tls_codec_derive v0.4.2
11342026-04-14T23:00:45.373Z Downloaded tiny-keccak v2.0.2
11352026-04-14T23:00:45.377Z Downloaded termios v0.3.3
11362026-04-14T23:00:45.377Z Downloaded h2 v0.4.13
11372026-04-14T23:00:45.381Z Downloaded quinn v0.11.9
11382026-04-14T23:00:45.381Z Downloaded qorb v0.4.1
11392026-04-14T23:00:45.390Z Downloaded strum_macros v0.26.4
11402026-04-14T23:00:45.390Z Downloaded tokio-rustls v0.25.0
11412026-04-14T23:00:45.394Z Downloaded tokio-tungstenite v0.21.0
11422026-04-14T23:00:45.394Z Downloaded libxml v0.3.3
11432026-04-14T23:00:45.394Z Downloaded rayon-core v1.13.0
11442026-04-14T23:00:45.394Z Downloaded untrusted v0.7.1
11452026-04-14T23:00:45.394Z Downloaded universal-hash v0.5.1
11462026-04-14T23:00:45.398Z Downloaded unit-prefix v0.5.2
11472026-04-14T23:00:45.398Z Downloaded usdt-attr-macro v0.6.0
11482026-04-14T23:00:45.398Z Downloaded similar v2.7.0
11492026-04-14T23:00:45.401Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11502026-04-14T23:00:45.401Z Downloaded tokio-tungstenite v0.23.1
11512026-04-14T23:00:45.401Z Downloaded unicode-truncate v1.1.0
11522026-04-14T23:00:45.405Z Downloaded untrusted v0.9.0
11532026-04-14T23:00:45.405Z Downloaded usdt v0.6.0
11542026-04-14T23:00:45.405Z Downloaded term v1.2.1
11552026-04-14T23:00:45.408Z Downloaded hyper v1.8.1
11562026-04-14T23:00:45.413Z Downloaded schemars v0.8.22
11572026-04-14T23:00:45.416Z Downloaded socket2 v0.5.10
11582026-04-14T23:00:45.420Z Downloaded usdt-macro v0.6.0
11592026-04-14T23:00:45.421Z Downloaded toml_writer v1.0.6+spec-1.1.0
11602026-04-14T23:00:45.425Z Downloaded itertools v0.13.0
11612026-04-14T23:00:45.429Z Downloaded rand v0.10.0
11622026-04-14T23:00:45.432Z Downloaded rand v0.9.2
11632026-04-14T23:00:45.438Z Downloaded num-bigint-dig v0.8.6
11642026-04-14T23:00:45.438Z Downloaded subprocess v0.2.15
11652026-04-14T23:00:45.438Z Downloaded tui-tree-widget v0.23.1
11662026-04-14T23:00:45.443Z Downloaded slog v2.8.2
11672026-04-14T23:00:45.443Z Downloaded waitgroup v0.1.2
11682026-04-14T23:00:45.443Z Downloaded nom v7.1.3
11692026-04-14T23:00:45.449Z Downloaded void v1.0.2
11702026-04-14T23:00:45.449Z Downloaded tokio-native-tls v0.3.1
11712026-04-14T23:00:45.449Z Downloaded want v0.3.1
11722026-04-14T23:00:45.449Z Downloaded wait-timeout v0.2.1
11732026-04-14T23:00:45.449Z Downloaded serde_yaml v0.9.34+deprecated
11742026-04-14T23:00:45.449Z Downloaded tokio-rustls v0.24.1
11752026-04-14T23:00:45.453Z Downloaded itertools v0.12.1
11762026-04-14T23:00:45.458Z Downloaded publicsuffix v2.3.0
11772026-04-14T23:00:45.458Z Downloaded futures-util v0.3.32
11782026-04-14T23:00:45.461Z Downloaded utf-8 v0.7.6
11792026-04-14T23:00:45.465Z Downloaded tokio-stream v0.1.18
11802026-04-14T23:00:45.465Z Downloaded term v0.7.0
11812026-04-14T23:00:45.469Z Downloaded rustls-webpki v0.103.9
11822026-04-14T23:00:45.469Z Downloaded xattr v1.6.1
11832026-04-14T23:00:45.474Z Downloaded unicase v2.9.0
11842026-04-14T23:00:45.474Z Downloaded tokio-rustls v0.26.4
11852026-04-14T23:00:45.474Z Downloaded samael v0.0.19
11862026-04-14T23:00:45.477Z Downloaded ron v0.8.1
11872026-04-14T23:00:45.480Z Downloaded xshell-macros v0.2.7
11882026-04-14T23:00:45.480Z Downloaded russh v0.45.0
11892026-04-14T23:00:45.483Z Downloaded rsa v0.9.10
11902026-04-14T23:00:45.487Z Downloaded schemars v0.9.0
11912026-04-14T23:00:45.492Z Downloaded toml_parser v1.0.9+spec-1.1.0
11922026-04-14T23:00:45.495Z Downloaded test-strategy v0.4.5
11932026-04-14T23:00:45.495Z Downloaded uzers v0.12.2
11942026-04-14T23:00:45.498Z Downloaded twox-hash v2.1.2
11952026-04-14T23:00:45.498Z Downloaded zone_cfg_derive v0.3.1
11962026-04-14T23:00:45.498Z Downloaded zone v0.3.1
11972026-04-14T23:00:45.498Z Downloaded tracing-attributes v0.1.31
11982026-04-14T23:00:45.501Z Downloaded snafu v0.8.9
11992026-04-14T23:00:45.506Z Downloaded socket2 v0.6.2
12002026-04-14T23:00:45.506Z Downloaded aho-corasick v1.1.4
12012026-04-14T23:00:45.509Z Downloaded tinyvec v1.10.0
12022026-04-14T23:00:45.509Z Downloaded itertools v0.14.0
12032026-04-14T23:00:45.512Z Downloaded unicode-properties v0.1.4
12042026-04-14T23:00:45.516Z Downloaded walkdir v2.5.0
12052026-04-14T23:00:45.516Z Downloaded vergen-lib v0.1.6
12062026-04-14T23:00:45.516Z Downloaded vergen-git2 v1.0.7
12072026-04-14T23:00:45.519Z Downloaded schemars v1.2.1
12082026-04-14T23:00:45.524Z Downloaded itertools v0.10.5
12092026-04-14T23:00:45.528Z Downloaded tar v0.4.45
12102026-04-14T23:00:45.531Z Downloaded whoami v2.1.0
12112026-04-14T23:00:45.534Z Downloaded whoami v1.6.1
12122026-04-14T23:00:45.534Z Downloaded usdt-impl v0.6.0
12132026-04-14T23:00:45.534Z Downloaded hashbrown v0.15.5
12142026-04-14T23:00:45.539Z Downloaded zeroize_derive v1.4.3
12152026-04-14T23:00:45.539Z Downloaded zeroize v1.8.2
12162026-04-14T23:00:45.539Z Downloaded xz2 v0.1.7
12172026-04-14T23:00:45.543Z Downloaded wyz v0.5.1
12182026-04-14T23:00:45.543Z Downloaded toml v0.7.8
12192026-04-14T23:00:45.543Z Downloaded vergen v9.0.6
12202026-04-14T23:00:45.546Z Downloaded p521 v0.13.3
12212026-04-14T23:00:45.551Z Downloaded toml v0.9.12+spec-1.1.0
12222026-04-14T23:00:45.551Z Downloaded iri-string v0.7.10
12232026-04-14T23:00:45.555Z Downloaded tungstenite v0.23.0
12242026-04-14T23:00:45.558Z Downloaded typify v0.6.1
12252026-04-14T23:00:45.561Z Downloaded tracing-core v0.1.36
12262026-04-14T23:00:45.565Z Downloaded zstd-safe v7.2.4
12272026-04-14T23:00:45.565Z Downloaded hkdf v0.12.4
12282026-04-14T23:00:45.565Z Downloaded rustyline v14.0.0
12292026-04-14T23:00:45.571Z Downloaded libm v0.2.16
12302026-04-14T23:00:45.576Z Downloaded aws-lc-rs v1.16.0
12312026-04-14T23:00:45.582Z Downloaded vsss-rs v3.3.4
12322026-04-14T23:00:45.586Z Downloaded unsafe-libyaml v0.2.11
12332026-04-14T23:00:45.595Z Downloaded unicode-bidi v0.3.18
12342026-04-14T23:00:45.608Z Downloaded yasna v0.5.2
12352026-04-14T23:00:45.614Z Downloaded xshell v0.2.7
12362026-04-14T23:00:45.614Z Downloaded toml_edit v0.23.10+spec-1.0.0
12372026-04-14T23:00:45.614Z Downloaded ron v0.12.0
12382026-04-14T23:00:45.614Z Downloaded zstd v0.13.3
12392026-04-14T23:00:45.614Z Downloaded typify v0.4.3
12402026-04-14T23:00:45.619Z Downloaded bitvec v1.0.1
12412026-04-14T23:00:45.623Z Downloaded vte v0.14.1
12422026-04-14T23:00:45.627Z Downloaded vergen-gitcl v1.0.8
12432026-04-14T23:00:45.627Z Downloaded uuid v1.21.0
12442026-04-14T23:00:45.630Z Downloaded tungstenite v0.21.0
12452026-04-14T23:00:45.630Z Downloaded steno v0.4.1
12462026-04-14T23:00:45.650Z Downloaded curve25519-dalek v4.1.3
12472026-04-14T23:00:45.650Z Downloaded zerocopy v0.6.6
12482026-04-14T23:00:45.650Z Downloaded toml_edit v0.19.15
12492026-04-14T23:00:45.655Z Downloaded rpassword v7.4.0
12502026-04-14T23:00:45.655Z Downloaded zopfli v0.8.3
12512026-04-14T23:00:45.662Z Downloaded ssh-key v0.6.7
12522026-04-14T23:00:45.668Z Downloaded tokio-postgres v0.7.16
12532026-04-14T23:00:45.677Z Downloaded blake3 v1.8.3
12542026-04-14T23:00:45.682Z Downloaded unicode_categories v0.1.1
12552026-04-14T23:00:45.687Z Downloaded p384 v0.13.1
12562026-04-14T23:00:45.692Z Downloaded zip v0.6.6
12572026-04-14T23:00:45.692Z Downloaded reqwest v0.13.2
12582026-04-14T23:00:45.696Z Downloaded git2 v0.20.4
12592026-04-14T23:00:45.700Z Downloaded reqwest v0.12.28
12602026-04-14T23:00:45.704Z Downloaded yansi v1.0.1
12612026-04-14T23:00:45.704Z Downloaded rayon v1.11.0
12622026-04-14T23:00:45.708Z Downloaded chrono v0.4.44
12632026-04-14T23:00:45.715Z Downloaded regex v1.12.3
12642026-04-14T23:00:45.718Z Downloaded goblin v0.10.5
12652026-04-14T23:00:45.721Z Downloaded reedline v0.40.0
12662026-04-14T23:00:45.726Z Downloaded tower v0.5.3
12672026-04-14T23:00:45.735Z Downloaded typed-path v0.9.3
12682026-04-14T23:00:45.739Z Downloaded quick-xml v0.37.5
12692026-04-14T23:00:45.742Z Downloaded portable-atomic v1.13.1
12702026-04-14T23:00:45.746Z Downloaded salty v0.3.0
12712026-04-14T23:00:45.750Z Downloaded unicode-segmentation v1.12.0
12722026-04-14T23:00:45.754Z Downloaded zerocopy-derive v0.8.40
12732026-04-14T23:00:45.758Z Downloaded x509-cert v0.2.5
12742026-04-14T23:00:45.762Z Downloaded moka v0.12.13
12752026-04-14T23:00:45.769Z Downloaded lalrpop v0.19.12
12762026-04-14T23:00:45.773Z Downloaded rustls-webpki v0.101.7
12772026-04-14T23:00:45.780Z Downloaded unicode-normalization v0.1.25
12782026-04-14T23:00:45.788Z Downloaded bindgen v0.71.1
12792026-04-14T23:00:45.788Z Downloaded tower-http v0.6.8
12802026-04-14T23:00:45.794Z Downloaded petname v2.0.2
12812026-04-14T23:00:45.803Z Downloaded rustls-webpki v0.102.8
12822026-04-14T23:00:45.809Z Downloaded zip v4.6.1
12832026-04-14T23:00:45.814Z Downloaded tough v0.20.0
12842026-04-14T23:00:45.818Z Downloaded tokio-util v0.7.18
12852026-04-14T23:00:45.822Z Downloaded nix v0.27.1
12862026-04-14T23:00:45.827Z Downloaded serde_with v3.17.0
12872026-04-14T23:00:45.833Z Downloaded proptest v1.10.0
12882026-04-14T23:00:45.856Z Downloaded radix_trie v0.2.1
12892026-04-14T23:00:45.859Z Downloaded quinn-proto v0.11.13
12902026-04-14T23:00:45.863Z Downloaded object v0.30.4
12912026-04-14T23:00:45.867Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-04-14T23:00:45.875Z Downloaded bstr v1.12.1
12932026-04-14T23:00:45.879Z Downloaded tabled v0.20.0
12942026-04-14T23:00:45.889Z Downloaded winnow v0.5.40
12952026-04-14T23:00:45.893Z Downloaded openssl v0.10.75
12962026-04-14T23:00:45.899Z Downloaded dropshot v0.16.7
12972026-04-14T23:00:45.911Z Downloaded winnow v0.6.26
12982026-04-14T23:00:45.920Z Downloaded hickory-proto v0.24.4
12992026-04-14T23:00:45.931Z Downloaded polar-core v0.27.3
13002026-04-14T23:00:45.947Z Downloaded object v0.37.3
13012026-04-14T23:00:45.951Z Downloaded webpki-roots v1.0.6
13022026-04-14T23:00:45.954Z Downloaded openapiv3 v2.2.0
13032026-04-14T23:00:45.961Z Downloaded smoltcp v0.9.1
13042026-04-14T23:00:45.966Z Downloaded time v0.3.47
13052026-04-14T23:00:45.973Z Downloaded zerocopy v0.8.40
13062026-04-14T23:00:45.978Z Downloaded smoltcp v0.11.0
13072026-04-14T23:00:45.985Z Downloaded regex-syntax v0.8.10
13082026-04-14T23:00:45.990Z Downloaded vcpkg v0.2.15
13092026-04-14T23:00:46.012Z Downloaded zlib-rs v0.6.2
13102026-04-14T23:00:46.015Z Downloaded rustix v0.38.44
13112026-04-14T23:00:46.026Z Downloaded chrono-tz v0.10.4
13122026-04-14T23:00:46.041Z Downloaded rustls v0.22.4
13132026-04-14T23:00:46.045Z Downloaded rustls v0.21.12
13142026-04-14T23:00:46.052Z Downloaded hickory-proto v0.25.2
13152026-04-14T23:00:46.060Z Downloaded rustls v0.23.37
13162026-04-14T23:00:46.067Z Downloaded diesel v2.3.7
13172026-04-14T23:00:46.079Z Downloaded nix v0.31.1
13182026-04-14T23:00:46.086Z Downloaded nix v0.28.0
13192026-04-14T23:00:46.094Z Downloaded regress v0.10.5
13202026-04-14T23:00:46.098Z Downloaded regex-syntax v0.6.29
13212026-04-14T23:00:46.102Z Downloaded ratatui v0.29.0
13222026-04-14T23:00:46.112Z Downloaded zerocopy-derive v0.6.6
13232026-04-14T23:00:46.118Z Downloaded nix v0.29.0
13242026-04-14T23:00:46.148Z Downloaded lzma-sys v0.1.20
13252026-04-14T23:00:46.164Z Downloaded sqlparser v0.61.0
13262026-04-14T23:00:46.169Z Downloaded sled v0.34.7
13272026-04-14T23:00:46.177Z Downloaded jiff v0.2.21
13282026-04-14T23:00:46.186Z Downloaded typify-impl v0.6.1
13292026-04-14T23:00:46.194Z Downloaded tracing v0.1.44
13302026-04-14T23:00:46.206Z Downloaded typify-impl v0.4.3
13312026-04-14T23:00:46.235Z Downloaded regex-automata v0.4.14
13322026-04-14T23:00:46.247Z Downloaded tokio v1.49.0
13332026-04-14T23:00:46.273Z Downloaded petgraph v0.6.5
13342026-04-14T23:00:46.294Z Downloaded petgraph v0.8.3
13352026-04-14T23:00:46.308Z Downloaded csv v1.4.0
13362026-04-14T23:00:46.319Z Downloaded libz-sys v1.1.24
13372026-04-14T23:00:46.335Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13382026-04-14T23:00:46.345Z Downloaded sha3 v0.10.8
13392026-04-14T23:00:46.356Z Downloaded ring v0.17.14
13402026-04-14T23:00:46.380Z Downloaded encoding_rs v0.8.35
13412026-04-14T23:00:46.422Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-04-14T23:00:46.935Z Downloaded aws-lc-sys v0.37.1
13432026-04-14T23:00:47.189Z Compiling libc v0.2.180
13442026-04-14T23:00:47.189Z Compiling serde v1.0.228
13452026-04-14T23:00:47.193Z Compiling log v0.4.29
13462026-04-14T23:00:47.193Z Compiling find-msvc-tools v0.1.9
13472026-04-14T23:00:47.194Z Compiling shlex v1.3.0
13482026-04-14T23:00:47.194Z Compiling smallvec v1.15.1
13492026-04-14T23:00:47.347Z Compiling syn v2.0.117
13502026-04-14T23:00:47.354Z Compiling typenum v1.19.0
13512026-04-14T23:00:47.518Z Compiling generic-array v0.14.7
13522026-04-14T23:00:47.539Z Compiling subtle v2.6.1
13532026-04-14T23:00:47.554Z Compiling scopeguard v1.2.0
13542026-04-14T23:00:47.597Z Compiling portable-atomic v1.13.1
13552026-04-14T23:00:47.655Z Compiling lock_api v0.4.14
13562026-04-14T23:00:47.669Z Compiling const-oid v0.9.6
13572026-04-14T23:00:47.708Z Compiling critical-section v1.2.0
13582026-04-14T23:00:47.783Z Compiling zerocopy v0.8.40
13592026-04-14T23:00:47.814Z Compiling pin-project-lite v0.2.17
13602026-04-14T23:00:47.889Z Compiling serde_json v1.0.149
13612026-04-14T23:00:47.911Z Compiling parking_lot_core v0.9.12
13622026-04-14T23:00:48.167Z Compiling getrandom v0.2.17
13632026-04-14T23:00:48.183Z Compiling jobserver v0.1.34
13642026-04-14T23:00:48.229Z Compiling errno v0.3.14
13652026-04-14T23:00:48.345Z Compiling rand_core v0.6.4
13662026-04-14T23:00:48.379Z Compiling cc v1.2.56
13672026-04-14T23:00:48.395Z Compiling signal-hook-registry v1.4.8
13682026-04-14T23:00:48.557Z Compiling once_cell v1.21.3
13692026-04-14T23:00:48.592Z Compiling pkg-config v0.3.32
13702026-04-14T23:00:48.628Z Compiling mio v1.1.1
13712026-04-14T23:00:48.713Z Compiling bitflags v2.11.0
13722026-04-14T23:00:48.853Z Compiling parking_lot v0.12.5
13732026-04-14T23:00:48.919Z Compiling libm v0.2.16
13742026-04-14T23:00:48.961Z Compiling num-traits v0.2.19
13752026-04-14T23:00:49.155Z Compiling futures-core v0.3.32
13762026-04-14T23:00:49.246Z Compiling socket2 v0.6.2
13772026-04-14T23:00:49.260Z Compiling percent-encoding v2.3.2
13782026-04-14T23:00:49.311Z Compiling allocator-api2 v0.2.21
13792026-04-14T23:00:49.330Z Compiling futures-sink v0.3.32
13802026-04-14T23:00:49.380Z Compiling cpufeatures v0.2.17
13812026-04-14T23:00:49.442Z Compiling foldhash v0.2.0
13822026-04-14T23:00:49.458Z Compiling futures-channel v0.3.32
13832026-04-14T23:00:49.472Z Compiling futures-io v0.3.32
13842026-04-14T23:00:49.629Z Compiling hashbrown v0.16.1
13852026-04-14T23:00:49.649Z Compiling slab v0.4.12
13862026-04-14T23:00:49.665Z Compiling futures-task v0.3.32
13872026-04-14T23:00:49.704Z Compiling getrandom v0.4.1
13882026-04-14T23:00:49.730Z Compiling getrandom v0.3.4
13892026-04-14T23:00:49.865Z Compiling rustversion v1.0.22
13902026-04-14T23:00:49.883Z Compiling rand_core v0.10.0
13912026-04-14T23:00:50.016Z Compiling form_urlencoded v1.2.2
13922026-04-14T23:00:50.212Z Compiling indexmap v2.13.0
13932026-04-14T23:00:50.248Z Compiling cmake v0.1.57
13942026-04-14T23:00:50.280Z Compiling ident_case v1.0.1
13952026-04-14T23:00:50.421Z Compiling synstructure v0.13.2
13962026-04-14T23:00:50.436Z Compiling base64ct v1.8.3
13972026-04-14T23:00:50.655Z Compiling dunce v1.0.5
13982026-04-14T23:00:50.691Z Compiling fs_extra v1.3.0
13992026-04-14T23:00:50.708Z Compiling pem-rfc7468 v0.7.0
14002026-04-14T23:00:50.741Z Compiling flagset v0.4.7
14012026-04-14T23:00:50.755Z Compiling rand_core v0.9.5
14022026-04-14T23:00:50.825Z Compiling rustix v1.1.3
14032026-04-14T23:00:50.879Z Compiling iana-time-zone v0.1.65
14042026-04-14T23:00:50.895Z Compiling uuid v1.21.0
14052026-04-14T23:00:50.967Z Compiling aws-lc-sys v0.37.1
14062026-04-14T23:00:51.018Z Compiling ring v0.17.14
14072026-04-14T23:00:51.042Z Compiling rustc_version v0.4.1
14082026-04-14T23:00:51.055Z Compiling regex-syntax v0.8.10
14092026-04-14T23:00:51.086Z Compiling aws-lc-rs v1.16.0
14102026-04-14T23:00:51.368Z Compiling vcpkg v0.2.15
14112026-04-14T23:00:51.383Z Compiling tracing-core v0.1.36
14122026-04-14T23:00:51.609Z Compiling crossbeam-utils v0.8.21
14132026-04-14T23:00:51.933Z Compiling pest_generator v2.8.6
14142026-04-14T23:00:51.951Z Compiling serde_derive_internals v0.29.1
14152026-04-14T23:00:52.093Z Compiling serde_derive v1.0.228
14162026-04-14T23:00:52.139Z Compiling zeroize_derive v1.4.3
14172026-04-14T23:00:52.628Z Compiling zerofrom-derive v0.1.6
14182026-04-14T23:00:52.648Z Compiling yoke-derive v0.8.1
14192026-04-14T23:00:52.787Z Compiling zeroize v1.8.2
14202026-04-14T23:00:52.885Z Compiling zerocopy-derive v0.8.40
14212026-04-14T23:00:53.450Z Compiling zerovec-derive v0.11.2
14222026-04-14T23:00:53.542Z Compiling crypto-common v0.1.7
14232026-04-14T23:00:53.706Z Compiling block-buffer v0.10.4
14242026-04-14T23:00:53.841Z Compiling digest v0.10.7
14252026-04-14T23:00:53.884Z Compiling displaydoc v0.2.5
14262026-04-14T23:00:54.063Z Compiling zerofrom v0.1.6
14272026-04-14T23:00:54.093Z Compiling tokio-macros v2.6.0
14282026-04-14T23:00:54.193Z Compiling yoke v0.8.1
14292026-04-14T23:00:54.385Z Compiling hmac v0.12.1
14302026-04-14T23:00:54.548Z Compiling futures-macro v0.3.32
14312026-04-14T23:00:54.596Z Compiling zerovec v0.11.5
14322026-04-14T23:00:54.641Z Compiling zerotrie v0.2.3
14332026-04-14T23:00:54.827Z Compiling block-padding v0.3.3
14342026-04-14T23:00:54.937Z Compiling sha2 v0.10.9
14352026-04-14T23:00:54.985Z Compiling inout v0.1.4
14362026-04-14T23:00:55.095Z Compiling tinystr v0.8.2
14372026-04-14T23:00:55.159Z Compiling potential_utf v0.1.4
14382026-04-14T23:00:55.299Z Compiling icu_locale_core v2.1.1
14392026-04-14T23:00:55.326Z Compiling icu_collections v2.1.1
14402026-04-14T23:00:55.350Z Compiling futures-util v0.3.32
14412026-04-14T23:00:55.623Z Compiling bytes v1.11.1
14422026-04-14T23:00:55.670Z Compiling cipher v0.4.4
14432026-04-14T23:00:55.812Z Compiling der_derive v0.7.3
14442026-04-14T23:00:55.943Z Compiling icu_provider v2.1.1
14452026-04-14T23:00:56.199Z Compiling tokio v1.49.0
14462026-04-14T23:00:56.243Z Compiling icu_properties v2.1.2
14472026-04-14T23:00:56.259Z Compiling icu_normalizer v2.1.1
14482026-04-14T23:00:56.327Z Compiling http v1.4.0
14492026-04-14T23:00:56.787Z Compiling der v0.7.10
14502026-04-14T23:00:56.810Z Compiling salsa20 v0.10.2
14512026-04-14T23:00:56.949Z Compiling chrono v0.4.44
14522026-04-14T23:00:57.234Z Compiling ppv-lite86 v0.2.21
14532026-04-14T23:00:57.344Z Compiling idna_adapter v1.2.1
14542026-04-14T23:00:57.381Z Compiling pbkdf2 v0.12.2
14552026-04-14T23:00:57.485Z Compiling idna v1.1.0
14562026-04-14T23:00:57.507Z Compiling thiserror-impl v2.0.18
14572026-04-14T23:00:57.565Z Compiling rand_chacha v0.9.0
14582026-04-14T23:00:57.668Z Compiling spki v0.7.3
14592026-04-14T23:00:57.873Z Compiling url v2.5.8
14602026-04-14T23:00:58.001Z Compiling scrypt v0.11.0
14612026-04-14T23:00:58.146Z Compiling cbc v0.1.2
14622026-04-14T23:00:58.257Z Compiling aes v0.8.4
14632026-04-14T23:00:58.272Z Compiling rustls-pki-types v1.14.0
14642026-04-14T23:00:58.299Z Compiling openssl-sys v0.9.111
14652026-04-14T23:00:58.325Z Compiling tracing-attributes v0.1.31
14662026-04-14T23:00:58.720Z Compiling pkcs5 v0.7.1
14672026-04-14T23:00:58.768Z Compiling rand v0.9.2
14682026-04-14T23:00:58.871Z Compiling thiserror v2.0.18
14692026-04-14T23:00:58.947Z Compiling http-body v1.0.1
14702026-04-14T23:00:58.978Z Compiling untrusted v0.7.1
14712026-04-14T23:00:59.105Z Compiling untrusted v0.9.0
14722026-04-14T23:00:59.105Z Compiling schemars v0.8.22
14732026-04-14T23:00:59.215Z Compiling base64 v0.22.1
14742026-04-14T23:00:59.231Z Compiling syn v1.0.109
14752026-04-14T23:00:59.323Z Compiling httparse v1.10.1
14762026-04-14T23:00:59.360Z Compiling openssl-probe v0.2.1
14772026-04-14T23:00:59.586Z Compiling pkcs8 v0.10.2
14782026-04-14T23:00:59.608Z Compiling schemars_derive v0.8.22
14792026-04-14T23:00:59.629Z Compiling pest_derive v2.8.6
14802026-04-14T23:00:59.686Z Compiling tracing v0.1.44
14812026-04-14T23:00:59.716Z Compiling scroll_derive v0.13.1
14822026-04-14T23:00:59.965Z Compiling tokio-util v0.7.18
14832026-04-14T23:01:00.042Z Compiling darling_core v0.20.11
14842026-04-14T23:01:00.390Z Compiling tower-service v0.3.3
14852026-04-14T23:01:00.494Z Compiling rustls v0.23.37
14862026-04-14T23:01:00.529Z Compiling tower-layer v0.3.3
14872026-04-14T23:01:00.667Z Compiling try-lock v0.2.5
14882026-04-14T23:01:00.692Z Compiling tinyvec_macros v0.1.1
14892026-04-14T23:01:00.767Z Compiling atomic-waker v1.1.2
14902026-04-14T23:01:00.783Z Compiling dyn-clone v1.0.20
14912026-04-14T23:01:00.857Z Compiling h2 v0.4.13
14922026-04-14T23:01:00.921Z Compiling want v0.3.1
14932026-04-14T23:01:01.004Z Compiling tinyvec v1.10.0
14942026-04-14T23:01:01.086Z Compiling scroll v0.13.0
14952026-04-14T23:01:01.364Z Compiling ipnet v2.11.0
14962026-04-14T23:01:01.642Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-04-14T23:01:01.875Z Compiling spin v0.9.8
14982026-04-14T23:01:01.922Z Compiling aho-corasick v1.1.4
14992026-04-14T23:01:02.037Z Compiling time-core v0.1.8
15002026-04-14T23:01:02.086Z Compiling num-conv v0.2.0
15012026-04-14T23:01:02.186Z Compiling powerfmt v0.2.0
15022026-04-14T23:01:02.205Z Compiling crc32fast v1.5.0
15032026-04-14T23:01:02.226Z Compiling foreign-types-shared v0.1.1
15042026-04-14T23:01:02.311Z Compiling httpdate v1.0.3
15052026-04-14T23:01:02.341Z Compiling darling_macro v0.20.11
15062026-04-14T23:01:02.385Z Compiling openssl v0.10.75
15072026-04-14T23:01:02.467Z Compiling pin-utils v0.1.0
15082026-04-14T23:01:02.542Z Compiling deranged v0.5.8
15092026-04-14T23:01:02.576Z Compiling tempfile v3.25.0
15102026-04-14T23:01:02.638Z Compiling foreign-types v0.3.2
15112026-04-14T23:01:02.709Z Compiling regex-automata v0.4.14
15122026-04-14T23:01:02.802Z Compiling darling v0.20.11
15132026-04-14T23:01:02.888Z Compiling time-macros v0.2.27
15142026-04-14T23:01:03.515Z Compiling goblin v0.10.5
15152026-04-14T23:01:03.993Z Compiling hyper v1.8.1
15162026-04-14T23:01:04.185Z Compiling thiserror-impl v1.0.69
15172026-04-14T23:01:04.875Z Compiling openssl-macros v0.1.1
15182026-04-14T23:01:05.273Z Compiling wait-timeout v0.2.1
15192026-04-14T23:01:05.304Z Compiling usdt-impl v0.6.0
15202026-04-14T23:01:05.455Z Compiling native-tls v0.2.18
15212026-04-14T23:01:05.494Z Compiling either v1.15.0
15222026-04-14T23:01:05.538Z Compiling siphasher v1.0.2
15232026-04-14T23:01:05.586Z Compiling num_threads v0.1.7
15242026-04-14T23:01:05.657Z Compiling bit-vec v0.8.0
15252026-04-14T23:01:05.697Z Compiling quick-error v1.2.3
15262026-04-14T23:01:05.720Z Compiling simd-adler32 v0.3.8
15272026-04-14T23:01:05.746Z Compiling time v0.3.47
15282026-04-14T23:01:05.794Z Compiling rusty-fork v0.3.1
15292026-04-14T23:01:05.891Z Compiling bit-set v0.8.0
15302026-04-14T23:01:05.967Z Compiling thiserror v1.0.69
15312026-04-14T23:01:06.062Z Compiling hyper-util v0.1.20
15322026-04-14T23:01:06.109Z Compiling derive_builder_core v0.20.2
15332026-04-14T23:01:06.884Z Compiling dof v0.4.0
15342026-04-14T23:01:07.177Z Compiling unicode-normalization v0.1.25
15352026-04-14T23:01:07.312Z Compiling crossbeam-epoch v0.9.18
15362026-04-14T23:01:07.641Z Compiling dtrace-parser v0.3.0
15372026-04-14T23:01:07.655Z Compiling rustls-native-certs v0.8.3
15382026-04-14T23:01:07.798Z Compiling signature v2.2.0
15392026-04-14T23:01:07.842Z Compiling scroll_derive v0.12.1
15402026-04-14T23:01:07.929Z Compiling heapless v0.7.17
15412026-04-14T23:01:07.974Z Compiling rand_xorshift v0.4.0
15422026-04-14T23:01:08.055Z Compiling slog v2.8.2
15432026-04-14T23:01:08.140Z Compiling darling_core v0.21.3
15442026-04-14T23:01:08.170Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-04-14T23:01:08.242Z Compiling sync_wrapper v1.0.2
15462026-04-14T23:01:08.357Z Compiling thread-id v5.1.0
15472026-04-14T23:01:08.380Z Compiling cookie v0.18.1
15482026-04-14T23:01:08.445Z Compiling signal-hook v0.3.18
15492026-04-14T23:01:08.462Z Compiling unarray v0.1.4
15502026-04-14T23:01:08.507Z Compiling unicode-properties v0.1.4
15512026-04-14T23:01:08.559Z Compiling unicode-bidi v0.3.18
15522026-04-14T23:01:08.574Z Compiling zstd-safe v7.2.4
15532026-04-14T23:01:08.612Z Compiling adler2 v2.0.1
15542026-04-14T23:01:08.755Z Compiling unicode-segmentation v1.12.0
15552026-04-14T23:01:08.782Z Compiling rayon-core v1.13.0
15562026-04-14T23:01:08.798Z Compiling paste v1.0.15
15572026-04-14T23:01:08.962Z Compiling anyhow v1.0.102
15582026-04-14T23:01:09.007Z Compiling stringprep v0.1.5
15592026-04-14T23:01:09.120Z Compiling miniz_oxide v0.8.9
15602026-04-14T23:01:09.167Z Compiling proptest v1.10.0
15612026-04-14T23:01:09.201Z Compiling scroll v0.12.0
15622026-04-14T23:01:09.481Z Compiling tower v0.5.3
15632026-04-14T23:01:09.784Z Compiling crossbeam-deque v0.8.6
15642026-04-14T23:01:09.827Z Compiling derive_builder_macro v0.20.2
15652026-04-14T23:01:09.951Z Compiling ipnetwork v0.21.1
15662026-04-14T23:01:09.979Z Compiling http-body-util v0.1.3
15672026-04-14T23:01:10.046Z Compiling webpki-roots v1.0.6
15682026-04-14T23:01:10.124Z Compiling rand_chacha v0.3.1
15692026-04-14T23:01:10.171Z Compiling toml_datetime v0.6.11
15702026-04-14T23:01:10.224Z Compiling serde_spanned v0.6.9
15712026-04-14T23:01:10.285Z Compiling serde_tokenstream v0.2.3
15722026-04-14T23:01:10.344Z Compiling erased-serde v0.3.31
15732026-04-14T23:01:10.373Z Compiling md-5 v0.10.6
15742026-04-14T23:01:10.436Z Compiling zerocopy-derive v0.7.35
15752026-04-14T23:01:10.544Z Compiling curve25519-dalek v4.1.3
15762026-04-14T23:01:10.599Z Compiling vergen-lib v0.1.6
15772026-04-14T23:01:10.736Z Compiling darling_macro v0.21.3
15782026-04-14T23:01:10.781Z Compiling num-integer v0.1.46
15792026-04-14T23:01:10.834Z Compiling hash32 v0.2.1
15802026-04-14T23:01:10.881Z Compiling ff v0.13.1
15812026-04-14T23:01:10.948Z Compiling memoffset v0.9.1
15822026-04-14T23:01:11.021Z Compiling num-bigint-dig v0.8.6
15832026-04-14T23:01:11.037Z Compiling iri-string v0.7.10
15842026-04-14T23:01:11.101Z Compiling litrs v1.0.0
15852026-04-14T23:01:11.143Z Compiling fallible-iterator v0.2.0
15862026-04-14T23:01:11.205Z Compiling ryu v1.0.23
15872026-04-14T23:01:11.210Z Compiling smoltcp v0.9.1
15882026-04-14T23:01:11.305Z Compiling zlib-rs v0.6.2
15892026-04-14T23:01:11.391Z Compiling rustix v0.38.44
15902026-04-14T23:01:11.453Z Compiling psl-types v2.0.11
15912026-04-14T23:01:11.550Z Compiling ref-cast v1.0.25
15922026-04-14T23:01:11.583Z Compiling base16ct v0.2.0
15932026-04-14T23:01:11.611Z Compiling cfg_aliases v0.2.1
15942026-04-14T23:01:11.694Z Compiling nix v0.31.1
15952026-04-14T23:01:11.761Z Compiling sec1 v0.7.3
15962026-04-14T23:01:11.826Z Compiling document-features v0.2.12
15972026-04-14T23:01:11.901Z Compiling publicsuffix v2.3.0
15982026-04-14T23:01:12.056Z Compiling newtype-uuid v1.3.2
15992026-04-14T23:01:12.074Z Compiling postgres-protocol v0.6.10
16002026-04-14T23:01:12.077Z Compiling serde_urlencoded v0.7.1
16012026-04-14T23:01:12.336Z Compiling tower-http v0.6.8
16022026-04-14T23:01:12.392Z Compiling zerocopy v0.7.35
16032026-04-14T23:01:12.437Z Compiling darling v0.21.3
16042026-04-14T23:01:12.544Z Compiling group v0.13.0
16052026-04-14T23:01:12.623Z Compiling num-iter v0.1.45
16062026-04-14T23:01:12.775Z Compiling rand v0.8.5
16072026-04-14T23:01:12.798Z Compiling derive_builder v0.20.2
16082026-04-14T23:01:12.930Z Compiling oxnet v0.1.4
16092026-04-14T23:01:13.045Z Compiling proc-macro-error v1.0.4
16102026-04-14T23:01:13.140Z Compiling tokio-native-tls v0.3.1
16112026-04-14T23:01:13.334Z Compiling goblin v0.8.2
16122026-04-14T23:01:13.783Z Compiling heck v0.4.1
16132026-04-14T23:01:13.982Z Compiling phf_shared v0.13.1
16142026-04-14T23:01:14.018Z Compiling hubpack_derive v0.1.1
16152026-04-14T23:01:14.154Z Compiling regex v1.12.3
16162026-04-14T23:01:14.233Z Compiling flate2 v1.1.9
16172026-04-14T23:01:14.243Z Compiling lazy_static v1.5.0
16182026-04-14T23:01:14.341Z Compiling cargo-platform v0.1.9
16192026-04-14T23:01:14.469Z Compiling hkdf v0.12.4
16202026-04-14T23:01:14.565Z Compiling crypto-bigint v0.5.5
16212026-04-14T23:01:14.594Z Compiling terminal_size v0.4.3
16222026-04-14T23:01:14.611Z Compiling strum_macros v0.27.2
16232026-04-14T23:01:14.636Z Compiling async-trait v0.1.89
16242026-04-14T23:01:14.653Z Compiling daft-derive v0.1.5
16252026-04-14T23:01:14.734Z Compiling curve25519-dalek-derive v0.1.1
16262026-04-14T23:01:15.371Z Compiling ref-cast-impl v1.0.25
16272026-04-14T23:01:15.387Z Compiling vergen v9.0.6
16282026-04-14T23:01:15.566Z Compiling fs-err v3.3.0
16292026-04-14T23:01:15.669Z Compiling ahash v0.8.12
16302026-04-14T23:01:15.758Z Compiling winnow v0.5.40
16312026-04-14T23:01:15.872Z Compiling bitflags v1.3.2
16322026-04-14T23:01:15.907Z Compiling bumpalo v3.20.2
16332026-04-14T23:01:15.952Z Compiling libbz2-rs-sys v0.2.2
16342026-04-14T23:01:16.163Z Compiling managed v0.8.0
16352026-04-14T23:01:16.382Z Compiling object v0.37.3
16362026-04-14T23:01:16.607Z Compiling foldhash v0.1.5
16372026-04-14T23:01:16.638Z Compiling console v0.16.2
16382026-04-14T23:01:16.702Z Compiling strum v0.27.2
16392026-04-14T23:01:16.717Z Compiling clap_builder v4.5.60
16402026-04-14T23:01:16.778Z Compiling hashbrown v0.15.5
16412026-04-14T23:01:16.838Z Compiling bzip2 v0.6.1
16422026-04-14T23:01:17.046Z Compiling zopfli v0.8.3
16432026-04-14T23:01:17.201Z Compiling toml_edit v0.19.15
16442026-04-14T23:01:17.372Z Compiling dof v0.3.0
16452026-04-14T23:01:17.462Z Compiling elliptic-curve v0.13.8
16462026-04-14T23:01:17.728Z Compiling daft v0.1.5
16472026-04-14T23:01:17.863Z Compiling cargo_metadata v0.19.2
16482026-04-14T23:01:17.992Z Compiling hubpack v0.1.2
16492026-04-14T23:01:18.240Z Compiling phf v0.13.1
16502026-04-14T23:01:18.382Z Compiling zone_cfg_derive v0.3.1
16512026-04-14T23:01:19.068Z Compiling cookie_store v0.22.1
16522026-04-14T23:01:19.227Z Compiling signal-hook-mio v0.2.5
16532026-04-14T23:01:19.730Z Compiling zstd v0.13.3
16542026-04-14T23:01:19.730Z Compiling rayon v1.11.0
16552026-04-14T23:01:19.785Z Compiling hyper-tls v0.6.0
16562026-04-14T23:01:19.920Z Compiling bzip2 v0.4.4
16572026-04-14T23:01:20.005Z Compiling serde_with_macros v3.17.0
16582026-04-14T23:01:20.092Z Compiling postgres-types v0.2.12
16592026-04-14T23:01:20.311Z Compiling usdt-macro v0.6.0
16602026-04-14T23:01:20.652Z Compiling usdt-attr-macro v0.6.0
16612026-04-14T23:01:20.706Z Compiling ed25519 v2.2.3
16622026-04-14T23:01:21.054Z Compiling dtrace-parser v0.2.0
16632026-04-14T23:01:21.144Z Compiling phf_shared v0.11.3
16642026-04-14T23:01:21.265Z Compiling itertools v0.12.1
16652026-04-14T23:01:21.334Z Compiling bstr v1.12.1
16662026-04-14T23:01:21.452Z Compiling pkcs1 v0.7.5
16672026-04-14T23:01:21.472Z Compiling serde-big-array v0.5.1
16682026-04-14T23:01:21.618Z Compiling hex v0.4.3
16692026-04-14T23:01:21.637Z Compiling rfc6979 v0.4.0
16702026-04-14T23:01:21.763Z Compiling serde_repr v0.1.20
16712026-04-14T23:01:21.816Z Compiling enum-as-inner v0.6.1
16722026-04-14T23:01:21.854Z Compiling clap_derive v4.5.55
16732026-04-14T23:01:21.888Z Compiling strum_macros v0.26.4
16742026-04-14T23:01:21.985Z Compiling float-cmp v0.10.0
16752026-04-14T23:01:22.138Z Compiling thread-id v4.2.2
16762026-04-14T23:01:22.230Z Compiling memmap2 v0.9.10
16772026-04-14T23:01:22.294Z Compiling env_filter v1.0.0
16782026-04-14T23:01:22.319Z Compiling encoding_rs v0.8.35
16792026-04-14T23:01:22.452Z Compiling keccak v0.1.6
16802026-04-14T23:01:22.511Z Compiling new_debug_unreachable v1.0.6
16812026-04-14T23:01:22.590Z Compiling predicates-core v1.0.10
16822026-04-14T23:01:22.605Z Compiling fixedbitset v0.5.7
16832026-04-14T23:01:22.771Z Compiling difflib v0.4.0
16842026-04-14T23:01:22.925Z Compiling jiff v0.2.21
16852026-04-14T23:01:23.263Z Compiling whoami v2.1.0
16862026-04-14T23:01:23.346Z Compiling precomputed-hash v0.1.1
16872026-04-14T23:01:23.438Z Compiling fixedbitset v0.4.2
16882026-04-14T23:01:23.632Z Compiling data-encoding v2.10.0
16892026-04-14T23:01:23.662Z Compiling mime v0.3.17
16902026-04-14T23:01:23.682Z Compiling normalize-line-endings v0.3.0
16912026-04-14T23:01:23.704Z Compiling rustc-hash v2.1.1
16922026-04-14T23:01:23.780Z Compiling unit-prefix v0.5.2
16932026-04-14T23:01:23.834Z Compiling static_assertions v1.1.0
16942026-04-14T23:01:23.850Z Compiling iddqd v0.3.17
16952026-04-14T23:01:23.901Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16962026-04-14T23:01:23.916Z Compiling indicatif v0.18.4
16972026-04-14T23:01:23.929Z Compiling predicates v3.1.4
16982026-04-14T23:01:23.945Z Compiling strum v0.26.3
16992026-04-14T23:01:24.081Z Compiling hickory-proto v0.25.2
17002026-04-14T23:01:24.375Z Compiling clap v4.5.60
17012026-04-14T23:01:24.464Z Compiling petgraph v0.6.5
17022026-04-14T23:01:24.592Z Compiling tokio-postgres v0.7.16
17032026-04-14T23:01:24.798Z Compiling string_cache v0.8.9
17042026-04-14T23:01:25.001Z Compiling toml_edit v0.22.27
17052026-04-14T23:01:25.030Z Compiling petgraph v0.8.3
17062026-04-14T23:01:25.959Z Compiling zip v4.6.1
17072026-04-14T23:01:26.646Z Compiling sha3 v0.10.8
17082026-04-14T23:01:26.782Z Compiling env_logger v0.11.9
17092026-04-14T23:01:26.945Z Compiling zone v0.3.1
17102026-04-14T23:01:26.971Z Compiling usdt v0.6.0
17112026-04-14T23:01:27.108Z Compiling usdt-impl v0.5.0
17122026-04-14T23:01:27.143Z Compiling serde_with v3.17.0
17132026-04-14T23:01:27.223Z Compiling similar v2.7.0
17142026-04-14T23:01:27.239Z Compiling ecdsa v0.16.9
17152026-04-14T23:01:27.628Z Compiling rsa v0.9.10
17162026-04-14T23:01:27.650Z Compiling crossterm v0.28.1
17172026-04-14T23:01:27.712Z Compiling ed25519-dalek v2.2.0
17182026-04-14T23:01:28.102Z Compiling zip v0.6.6
17192026-04-14T23:01:28.740Z Compiling toml v0.7.8
17202026-04-14T23:01:28.998Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-04-14T23:01:29.063Z Compiling itertools v0.13.0
17222026-04-14T23:01:29.216Z Compiling tokio-stream v0.1.18
17232026-04-14T23:01:29.240Z Compiling buf-list v1.1.2
17242026-04-14T23:01:29.333Z Compiling x509-cert v0.2.5
17252026-04-14T23:01:29.515Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17262026-04-14T23:01:29.632Z Compiling openapiv3 v2.2.0
17272026-04-14T23:01:29.678Z Compiling sha1 v0.10.6
17282026-04-14T23:01:29.822Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-04-14T23:01:29.901Z Compiling peg-runtime v0.8.5
17302026-04-14T23:01:30.119Z Compiling lalrpop-util v0.19.12
17312026-04-14T23:01:30.193Z Compiling thread_local v1.1.9
17322026-04-14T23:01:30.317Z Compiling slog-async v2.8.0
17332026-04-14T23:01:30.331Z Compiling crossbeam-channel v0.5.15
17342026-04-14T23:01:30.452Z Compiling futures-executor v0.3.32
17352026-04-14T23:01:30.639Z Compiling is-terminal v0.4.17
17362026-04-14T23:01:30.723Z Compiling filetime v0.2.27
17372026-04-14T23:01:30.741Z Compiling xattr v1.6.1
17382026-04-14T23:01:30.794Z Compiling term v1.2.1
17392026-04-14T23:01:30.903Z Compiling take_mut v0.2.2
17402026-04-14T23:01:30.918Z Compiling tar v0.4.45
17412026-04-14T23:01:30.965Z Compiling futures v0.3.32
17422026-04-14T23:01:31.226Z Compiling slog-term v2.9.2
17432026-04-14T23:01:37.056Z Compiling rustls-webpki v0.103.9
17442026-04-14T23:01:39.796Z Compiling tokio-rustls v0.26.4
17452026-04-14T23:01:39.796Z Compiling rustls-platform-verifier v0.6.2
17462026-04-14T23:01:39.997Z Compiling hyper-rustls v0.27.7
17472026-04-14T23:01:40.207Z Compiling reqwest v0.13.2
17482026-04-14T23:01:40.207Z Compiling reqwest v0.12.28
17492026-04-14T23:01:42.319Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-04-14T23:01:42.537Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-04-14T23:01:45.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17522026-04-14T23:01:45.554Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-04-14T23:01:45.613ZApr 14 23:01:44.265 INFO Starting download, target: Cockroach
17542026-04-14T23:01:45.613ZApr 14 23:01:44.266 INFO Starting download, target: Clickhouse
17552026-04-14T23:01:45.613ZApr 14 23:01:44.266 INFO Starting download, target: Console
17562026-04-14T23:01:45.616ZApr 14 23:01:44.266 INFO Starting download, target: DendriteStub
17572026-04-14T23:01:45.616ZApr 14 23:01:44.266 INFO Starting download, target: MaghemiteMgd
17582026-04-14T23:01:45.616ZApr 14 23:01:44.266 INFO Starting download, target: TransceiverControl
17592026-04-14T23:01:45.616ZApr 14 23:01:44.266 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-04-14T23:01:45.616ZApr 14 23:01:44.266 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-04-14T23:01:45.616ZApr 14 23:01:44.266 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-04-14T23:01:45.616ZApr 14 23:01:44.266 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17632026-04-14T23:01:45.616ZApr 14 23:01:44.266 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-04-14T23:01:45.616ZApr 14 23:01:44.266 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17652026-04-14T23:01:46.112ZApr 14 23:01:44.762 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-04-14T23:01:46.352ZApr 14 23:01:45.004 INFO Download complete, target: TransceiverControl
17672026-04-14T23:01:46.678ZApr 14 23:01:45.320 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-04-14T23:01:46.902ZApr 14 23:01:45.554 INFO Download complete, target: Console
17692026-04-14T23:01:47.399ZApr 14 23:01:46.045 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-04-14T23:01:47.517ZApr 14 23:01:46.166 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-04-14T23:01:48.092ZApr 14 23:01:46.745 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-04-14T23:01:48.092ZApr 14 23:01:46.745 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-04-14T23:01:48.272ZApr 14 23:01:46.925 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17742026-04-14T23:01:49.853ZApr 14 23:01:48.498 INFO Download complete, target: DendriteStub
17752026-04-14T23:01:49.856ZApr 14 23:01:48.505 INFO Download complete, target: MaghemiteMgd
17762026-04-14T23:01:52.800ZApr 14 23:01:51.451 INFO Checking that binary works, target: Cockroach
17772026-04-14T23:01:52.897ZApr 14 23:01:51.550 INFO Download complete, target: Cockroach
17782026-04-14T23:01:55.140ZApr 14 23:01:53.792 INFO Checking that binary works, target: Clickhouse
17792026-04-14T23:01:55.269ZApr 14 23:01:53.921 INFO Download complete, target: Clickhouse
17802026-04-14T23:01:55.286ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-04-14T23:01:55.289Z
17822026-04-14T23:01:55.289Zreal 3:00.368282953
17832026-04-14T23:01:55.289Zuser 7:25.616447610
17842026-04-14T23:01:55.289Zsys 1:26.890452895
17852026-04-14T23:01:55.289Ztrap 0.223254617
17862026-04-14T23:01:55.289Ztflt 0.660924368
17872026-04-14T23:01:55.289Zdflt 0.581469250
17882026-04-14T23:01:55.289Zkflt 0.022184157
17892026-04-14T23:01:55.289Zlock 21:41.315420542
17902026-04-14T23:01:55.289Zslp 21:58.989214596
17912026-04-14T23:01:55.289Zlat 46.666252311
17922026-04-14T23:01:55.289Zstop 2:06.474573874
17932026-04-14T23:01:55.289Z+ banner hack-check
17942026-04-14T23:01:55.289Z
17952026-04-14T23:01:55.289Z # # ## #### # # #### # # ###### #### # #
17962026-04-14T23:01:55.289Z # # # # # # # # # # # # # # # # #
17972026-04-14T23:01:55.289Z ###### # # # #### ##### # ###### ##### # ####
17982026-04-14T23:01:55.289Z # # ###### # # # # # # # # # #
17992026-04-14T23:01:55.289Z # # # # # # # # # # # # # # # # #
18002026-04-14T23:01:55.289Z # # # # #### # # #### # # ###### #### # #
18012026-04-14T23:01:55.289Z
18022026-04-14T23:01:55.289Z+ export CARGO_INCREMENTAL=0
18032026-04-14T23:01:55.289Z+ CARGO_INCREMENTAL=0
18042026-04-14T23:01:55.289Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-04-14T23:01:55.842Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-04-14T23:01:56.062Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-04-14T23:01:57.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
18082026-04-14T23:01:58.054Z Running `target/debug/xtask check-features --ci`
18092026-04-14T23:01:58.070Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-04-14T23:01:58.070Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-04-14T23:01:58.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-04-14T23:01:58.596Z Running `target/debug/xtask download cargo-hack`
18132026-04-14T23:01:59.391Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-04-14T23:01:59.710Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-04-14T23:02:02.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
18162026-04-14T23:02:02.381Z Running `target/debug/xtask-downloader cargo-hack`
18172026-04-14T23:02:02.425ZApr 14 23:02:01.072 INFO Starting download, target: CargoHack
18182026-04-14T23:02:02.431ZApr 14 23:02:01.072 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-04-14T23:02:02.616ZApr 14 23:02:01.268 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-04-14T23:02:02.666ZApr 14 23:02:01.318 INFO Download complete, target: CargoHack
18212026-04-14T23:02:02.669Zrunning: "/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"
18222026-04-14T23:02:02.684Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-04-14T23:02:02.833Zinfo: running `cargo check --bins` on api_identity (1/270)
18242026-04-14T23:02:03.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-04-14T23:02:03.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-04-14T23:02:03.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-04-14T23:02:03.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18282026-04-14T23:02:03.439Z
18292026-04-14T23:02:03.439Zinfo: running `cargo check --bins` on bootstore (2/270)
18302026-04-14T23:02:03.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-04-14T23:02:03.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-04-14T23:02:03.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-04-14T23:02:03.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18342026-04-14T23:02:04.023Z
18352026-04-14T23:02:04.023Zinfo: running `cargo check --bins` on omicron-ledger (3/270)
18362026-04-14T23:02:04.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-04-14T23:02:04.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-04-14T23:02:04.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-04-14T23:02:04.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18402026-04-14T23:02:04.614Z
18412026-04-14T23:02:04.614Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/270)
18422026-04-14T23:02:05.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-04-14T23:02:05.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-04-14T23:02:05.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-04-14T23:02:05.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18462026-04-14T23:02:05.210Z
18472026-04-14T23:02:05.210Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/270)
18482026-04-14T23:02:05.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-04-14T23:02:05.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-04-14T23:02:05.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-04-14T23:02:05.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18522026-04-14T23:02:05.818Z
18532026-04-14T23:02:05.818Zinfo: running `cargo check --bins` on omicron-certificates (6/270)
18542026-04-14T23:02:06.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-04-14T23:02:06.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-04-14T23:02:06.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-04-14T23:02:06.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18582026-04-14T23:02:06.427Z
18592026-04-14T23:02:06.427Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/270)
18602026-04-14T23:02:06.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-04-14T23:02:06.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-04-14T23:02:06.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-04-14T23:02:06.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18642026-04-14T23:02:07.086Z
18652026-04-14T23:02:07.086Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/270)
18662026-04-14T23:02:07.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-04-14T23:02:07.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-04-14T23:02:07.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-04-14T23:02:07.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18702026-04-14T23:02:07.641Z
18712026-04-14T23:02:07.641Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/270)
18722026-04-14T23:02:08.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-04-14T23:02:08.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-04-14T23:02:08.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-04-14T23:02:08.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18762026-04-14T23:02:08.122Z
18772026-04-14T23:02:08.122Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/270)
18782026-04-14T23:02:08.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-04-14T23:02:08.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-04-14T23:02:08.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-04-14T23:02:08.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18822026-04-14T23:02:08.607Z
18832026-04-14T23:02:08.607Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/270)
18842026-04-14T23:02:09.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-04-14T23:02:09.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-04-14T23:02:09.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-04-14T23:02:09.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18882026-04-14T23:02:09.092Z
18892026-04-14T23:02:09.092Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/270)
18902026-04-14T23:02:09.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-04-14T23:02:09.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-04-14T23:02:09.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-04-14T23:02:09.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18942026-04-14T23:02:09.570Z
18952026-04-14T23:02:09.570Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/270)
18962026-04-14T23:02:09.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-04-14T23:02:09.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-04-14T23:02:09.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-04-14T23:02:09.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19002026-04-14T23:02:10.054Z
19012026-04-14T23:02:10.054Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/270)
19022026-04-14T23:02:10.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-04-14T23:02:10.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-04-14T23:02:10.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-04-14T23:02:10.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19062026-04-14T23:02:10.538Z
19072026-04-14T23:02:10.538Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/270)
19082026-04-14T23:02:10.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-04-14T23:02:10.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-04-14T23:02:10.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-04-14T23:02:10.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19122026-04-14T23:02:11.024Z
19132026-04-14T23:02:11.025Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/270)
19142026-04-14T23:02:11.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-04-14T23:02:11.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-04-14T23:02:11.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-04-14T23:02:11.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19182026-04-14T23:02:11.507Z
19192026-04-14T23:02:11.507Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/270)
19202026-04-14T23:02:11.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-04-14T23:02:11.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-04-14T23:02:11.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-04-14T23:02:11.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19242026-04-14T23:02:11.996Z
19252026-04-14T23:02:11.996Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/270)
19262026-04-14T23:02:12.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-04-14T23:02:12.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-04-14T23:02:12.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-04-14T23:02:12.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19302026-04-14T23:02:12.481Z
19312026-04-14T23:02:12.481Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/270)
19322026-04-14T23:02:12.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-04-14T23:02:12.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-04-14T23:02:12.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-04-14T23:02:12.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19362026-04-14T23:02:12.960Z
19372026-04-14T23:02:12.960Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/270)
19382026-04-14T23:02:13.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-04-14T23:02:13.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-04-14T23:02:13.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-04-14T23:02:13.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19422026-04-14T23:02:13.446Z
19432026-04-14T23:02:13.446Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/270)
19442026-04-14T23:02:13.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-04-14T23:02:13.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-04-14T23:02:13.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-04-14T23:02:13.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19482026-04-14T23:02:13.932Z
19492026-04-14T23:02:13.932Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/270)
19502026-04-14T23:02:14.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-04-14T23:02:14.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-04-14T23:02:14.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-04-14T23:02:14.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19542026-04-14T23:02:14.415Z
19552026-04-14T23:02:14.415Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/270)
19562026-04-14T23:02:14.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-04-14T23:02:14.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-04-14T23:02:14.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-04-14T23:02:14.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19602026-04-14T23:02:14.900Z
19612026-04-14T23:02:14.900Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/270)
19622026-04-14T23:02:15.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-04-14T23:02:15.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-04-14T23:02:15.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-04-14T23:02:15.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19662026-04-14T23:02:15.386Z
19672026-04-14T23:02:15.386Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/270)
19682026-04-14T23:02:15.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-04-14T23:02:15.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-04-14T23:02:15.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-04-14T23:02:15.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19722026-04-14T23:02:15.874Z
19732026-04-14T23:02:15.874Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/270)
19742026-04-14T23:02:16.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-04-14T23:02:16.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-04-14T23:02:16.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-04-14T23:02:16.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19782026-04-14T23:02:16.365Z
19792026-04-14T23:02:16.365Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/270)
19802026-04-14T23:02:16.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-04-14T23:02:16.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-04-14T23:02:16.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-04-14T23:02:16.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19842026-04-14T23:02:16.854Z
19852026-04-14T23:02:16.854Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/270)
19862026-04-14T23:02:17.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-04-14T23:02:17.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-04-14T23:02:17.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-04-14T23:02:17.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19902026-04-14T23:02:17.347Z
19912026-04-14T23:02:17.347Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/270)
19922026-04-14T23:02:17.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-04-14T23:02:17.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-04-14T23:02:17.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-04-14T23:02:17.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19962026-04-14T23:02:17.826Z
19972026-04-14T23:02:17.826Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/270)
19982026-04-14T23:02:18.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-04-14T23:02:18.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-04-14T23:02:18.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-04-14T23:02:18.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20022026-04-14T23:02:18.307Z
20032026-04-14T23:02:18.307Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/270)
20042026-04-14T23:02:18.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-04-14T23:02:18.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-04-14T23:02:18.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-04-14T23:02:18.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20082026-04-14T23:02:18.788Z
20092026-04-14T23:02:18.788Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/270)
20102026-04-14T23:02:19.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-04-14T23:02:19.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-04-14T23:02:19.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-04-14T23:02:19.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20142026-04-14T23:02:19.272Z
20152026-04-14T23:02:19.272Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/270)
20162026-04-14T23:02:19.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-04-14T23:02:19.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-04-14T23:02:19.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-04-14T23:02:19.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20202026-04-14T23:02:19.761Z
20212026-04-14T23:02:19.761Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/270)
20222026-04-14T23:02:20.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-04-14T23:02:20.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-04-14T23:02:20.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-04-14T23:02:20.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20262026-04-14T23:02:20.249Z
20272026-04-14T23:02:20.249Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/270)
20282026-04-14T23:02:20.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-04-14T23:02:20.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-04-14T23:02:20.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-04-14T23:02:20.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20322026-04-14T23:02:20.736Z
20332026-04-14T23:02:20.736Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/270)
20342026-04-14T23:02:21.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-04-14T23:02:21.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-04-14T23:02:21.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-04-14T23:02:21.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20382026-04-14T23:02:21.227Z
20392026-04-14T23:02:21.227Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/270)
20402026-04-14T23:02:21.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-04-14T23:02:21.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-04-14T23:02:21.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-04-14T23:02:21.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20442026-04-14T23:02:21.717Z
20452026-04-14T23:02:21.717Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/270)
20462026-04-14T23:02:22.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-04-14T23:02:22.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-04-14T23:02:22.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-04-14T23:02:22.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20502026-04-14T23:02:22.207Z
20512026-04-14T23:02:22.207Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/270)
20522026-04-14T23:02:22.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-04-14T23:02:22.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-04-14T23:02:22.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-04-14T23:02:22.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20562026-04-14T23:02:22.688Z
20572026-04-14T23:02:22.688Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/270)
20582026-04-14T23:02:23.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-04-14T23:02:23.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-04-14T23:02:23.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-04-14T23:02:23.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20622026-04-14T23:02:23.178Z
20632026-04-14T23:02:23.178Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/270)
20642026-04-14T23:02:23.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-04-14T23:02:23.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-04-14T23:02:23.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-04-14T23:02:23.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20682026-04-14T23:02:23.661Z
20692026-04-14T23:02:23.661Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/270)
20702026-04-14T23:02:24.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-04-14T23:02:24.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-04-14T23:02:24.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-04-14T23:02:24.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20742026-04-14T23:02:24.153Z
20752026-04-14T23:02:24.153Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/270)
20762026-04-14T23:02:24.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-04-14T23:02:24.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-04-14T23:02:24.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-04-14T23:02:24.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20802026-04-14T23:02:24.637Z
20812026-04-14T23:02:24.637Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/270)
20822026-04-14T23:02:25.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-04-14T23:02:25.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-04-14T23:02:25.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-04-14T23:02:25.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20862026-04-14T23:02:25.123Z
20872026-04-14T23:02:25.123Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/270)
20882026-04-14T23:02:25.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-04-14T23:02:25.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-04-14T23:02:25.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-04-14T23:02:25.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20922026-04-14T23:02:25.615Z
20932026-04-14T23:02:25.615Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/270)
20942026-04-14T23:02:26.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-04-14T23:02:26.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-04-14T23:02:26.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-04-14T23:02:26.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20982026-04-14T23:02:26.109Z
20992026-04-14T23:02:26.109Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/270)
21002026-04-14T23:02:26.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-04-14T23:02:26.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-04-14T23:02:26.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-04-14T23:02:26.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21042026-04-14T23:02:26.602Z
21052026-04-14T23:02:26.602Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/270)
21062026-04-14T23:02:27.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-04-14T23:02:27.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-04-14T23:02:27.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-04-14T23:02:27.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21102026-04-14T23:02:27.094Z
21112026-04-14T23:02:27.094Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/270)
21122026-04-14T23:02:27.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-04-14T23:02:27.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-04-14T23:02:27.907Z Checking cfg-if v1.0.4
21152026-04-14T23:02:27.911Z Checking libc v0.2.180
21162026-04-14T23:02:27.911Z Checking serde_core v1.0.228
21172026-04-14T23:02:28.060Z Checking memchr v2.8.0
21182026-04-14T23:02:28.072Z Checking itoa v1.0.17
21192026-04-14T23:02:28.072Z Checking smallvec v1.15.1
21202026-04-14T23:02:28.099Z Checking log v0.4.29
21212026-04-14T23:02:28.099Z Checking zeroize v1.8.2
21222026-04-14T23:02:28.125Z Checking stable_deref_trait v1.2.1
21232026-04-14T23:02:28.201Z Checking zerofrom v0.1.6
21242026-04-14T23:02:28.217Z Checking zmij v1.0.21
21252026-04-14T23:02:28.262Z Checking percent-encoding v2.3.2
21262026-04-14T23:02:28.265Z Checking writeable v0.6.2
21272026-04-14T23:02:28.265Z Checking litemap v0.8.1
21282026-04-14T23:02:28.317Z Checking yoke v0.8.1
21292026-04-14T23:02:28.405Z Checking libm v0.2.16
21302026-04-14T23:02:28.426Z Checking scopeguard v1.2.0
21312026-04-14T23:02:28.441Z Checking icu_normalizer_data v2.1.1
21322026-04-14T23:02:28.455Z Checking icu_properties_data v2.1.2
21332026-04-14T23:02:28.470Z Checking getrandom v0.2.17
21342026-04-14T23:02:28.470Z Checking errno v0.3.14
21352026-04-14T23:02:28.498Z Checking zerovec v0.11.5
21362026-04-14T23:02:28.510Z Checking zerotrie v0.2.3
21372026-04-14T23:02:28.527Z Checking lock_api v0.4.14
21382026-04-14T23:02:28.586Z Checking subtle v2.6.1
21392026-04-14T23:02:28.604Z Checking utf8_iter v1.0.4
21402026-04-14T23:02:28.656Z Checking rand_core v0.6.4
21412026-04-14T23:02:28.727Z Checking form_urlencoded v1.2.2
21422026-04-14T23:02:28.746Z Checking rand_core v0.10.0
21432026-04-14T23:02:28.763Z Checking pin-project-lite v0.2.17
21442026-04-14T23:02:28.790Z Checking portable-atomic v1.13.1
21452026-04-14T23:02:28.832Z Checking typenum v1.19.0
21462026-04-14T23:02:28.856Z Checking critical-section v1.2.0
21472026-04-14T23:02:28.872Z Checking iana-time-zone v0.1.65
21482026-04-14T23:02:28.889Z Checking getrandom v0.4.1
21492026-04-14T23:02:28.919Z Checking tinystr v0.8.2
21502026-04-14T23:02:28.958Z Checking potential_utf v0.1.4
21512026-04-14T23:02:28.980Z Checking signal-hook-registry v1.4.8
21522026-04-14T23:02:29.033Z Checking parking_lot_core v0.9.12
21532026-04-14T23:02:29.089Z Checking icu_collections v2.1.1
21542026-04-14T23:02:29.104Z Checking icu_locale_core v2.1.1
21552026-04-14T23:02:29.107Z Checking num-traits v0.2.19
21562026-04-14T23:02:29.146Z Checking mio v1.1.1
21572026-04-14T23:02:29.204Z Checking once_cell v1.21.3
21582026-04-14T23:02:29.226Z Checking parking_lot v0.12.5
21592026-04-14T23:02:29.373Z Checking generic-array v0.14.7
21602026-04-14T23:02:29.391Z Checking socket2 v0.6.2
21612026-04-14T23:02:29.409Z Checking zerocopy v0.8.40
21622026-04-14T23:02:29.427Z Checking futures-core v0.3.32
21632026-04-14T23:02:29.444Z Checking dyn-clone v1.0.20
21642026-04-14T23:02:29.540Z Checking serde v1.0.228
21652026-04-14T23:02:29.555Z Checking serde_json v1.0.149
21662026-04-14T23:02:29.558Z Checking bitflags v2.11.0
21672026-04-14T23:02:29.634Z Checking uuid v1.21.0
21682026-04-14T23:02:29.656Z Checking semver v1.0.27
21692026-04-14T23:02:29.659Z Checking icu_provider v2.1.1
21702026-04-14T23:02:29.736Z Checking allocator-api2 v0.2.21
21712026-04-14T23:02:29.818Z Checking crypto-common v0.1.7
21722026-04-14T23:02:29.865Z Checking equivalent v1.0.2
21732026-04-14T23:02:29.899Z Checking icu_properties v2.1.2
21742026-04-14T23:02:29.942Z Checking icu_normalizer v2.1.1
21752026-04-14T23:02:29.961Z Checking bytes v1.11.1
21762026-04-14T23:02:29.961Z Checking chrono v0.4.44
21772026-04-14T23:02:29.991Z Checking foldhash v0.2.0
21782026-04-14T23:02:30.021Z Checking const-oid v0.9.6
21792026-04-14T23:02:30.147Z Checking hashbrown v0.16.1
21802026-04-14T23:02:30.222Z Checking futures-sink v0.3.32
21812026-04-14T23:02:30.262Z Checking block-buffer v0.10.4
21822026-04-14T23:02:30.333Z Checking futures-channel v0.3.32
21832026-04-14T23:02:30.409Z Checking slab v0.4.12
21842026-04-14T23:02:30.434Z Checking tokio v1.49.0
21852026-04-14T23:02:30.534Z Checking futures-io v0.3.32
21862026-04-14T23:02:30.576Z Checking futures-task v0.3.32
21872026-04-14T23:02:30.655Z Checking thiserror v2.0.18
21882026-04-14T23:02:30.673Z Checking byteorder v1.5.0
21892026-04-14T23:02:30.718Z Checking futures-util v0.3.32
21902026-04-14T23:02:30.733Z Checking digest v0.10.7
21912026-04-14T23:02:30.748Z Checking idna_adapter v1.2.1
21922026-04-14T23:02:30.763Z Checking base64 v0.22.1
21932026-04-14T23:02:30.851Z Checking indexmap v2.13.0
21942026-04-14T23:02:30.867Z Checking idna v1.1.0
21952026-04-14T23:02:30.883Z Checking cpufeatures v0.2.17
21962026-04-14T23:02:30.930Z Checking http v1.4.0
21972026-04-14T23:02:30.957Z Checking fnv v1.0.7
21982026-04-14T23:02:31.013Z Checking unicode-ident v1.0.24
21992026-04-14T23:02:31.054Z Checking tracing-core v0.1.36
22002026-04-14T23:02:31.117Z Checking url v2.5.8
22012026-04-14T23:02:31.135Z Checking proc-macro2 v1.0.106
22022026-04-14T23:02:31.361Z Checking tracing v0.1.44
22032026-04-14T23:02:31.407Z Checking thiserror v1.0.69
22042026-04-14T23:02:31.443Z Checking rustls-pki-types v1.14.0
22052026-04-14T23:02:31.490Z Checking regex-syntax v0.8.10
22062026-04-14T23:02:31.510Z Checking quote v1.0.44
22072026-04-14T23:02:31.563Z Checking schemars v0.8.22
22082026-04-14T23:02:31.580Z Checking untrusted v0.9.0
22092026-04-14T23:02:31.676Z Checking syn v2.0.117
22102026-04-14T23:02:31.693Z Checking ring v0.17.14
22112026-04-14T23:02:31.743Z Checking ipnet v2.11.0
22122026-04-14T23:02:32.010Z Checking httparse v1.10.1
22132026-04-14T23:02:32.229Z Checking http-body v1.0.1
22142026-04-14T23:02:32.247Z Checking ppv-lite86 v0.2.21
22152026-04-14T23:02:32.258Z Checking block-padding v0.3.3
22162026-04-14T23:02:32.368Z Checking rustix v1.1.3
22172026-04-14T23:02:32.395Z Checking getrandom v0.3.4
22182026-04-14T23:02:32.541Z Checking atomic-waker v1.1.2
22192026-04-14T23:02:32.559Z Checking inout v0.1.4
22202026-04-14T23:02:32.617Z Checking hmac v0.12.1
22212026-04-14T23:02:32.642Z Checking aws-lc-sys v0.37.1
22222026-04-14T23:02:32.702Z Checking aho-corasick v1.1.4
22232026-04-14T23:02:32.718Z Checking tower-service v0.3.3
22242026-04-14T23:02:32.752Z Checking tower-layer v0.3.3
22252026-04-14T23:02:32.807Z Checking untrusted v0.7.1
22262026-04-14T23:02:32.823Z Checking openssl-probe v0.2.1
22272026-04-14T23:02:32.912Z Checking powerfmt v0.2.0
22282026-04-14T23:02:32.928Z Checking try-lock v0.2.5
22292026-04-14T23:02:32.931Z Checking httpdate v1.0.3
22302026-04-14T23:02:33.026Z Checking want v0.3.1
22312026-04-14T23:02:33.064Z Checking deranged v0.5.8
22322026-04-14T23:02:33.092Z Checking cipher v0.4.4
22332026-04-14T23:02:33.152Z Checking aws-lc-rs v1.16.0
22342026-04-14T23:02:33.167Z Checking rand_core v0.9.5
22352026-04-14T23:02:33.214Z Checking pin-utils v0.1.0
22362026-04-14T23:02:33.289Z Checking num-conv v0.2.0
22372026-04-14T23:02:33.305Z Checking num_threads v0.1.7
22382026-04-14T23:02:33.343Z Checking base64ct v1.8.3
22392026-04-14T23:02:33.381Z Checking regex-automata v0.4.14
22402026-04-14T23:02:33.397Z Checking time-core v0.1.8
22412026-04-14T23:02:33.414Z Checking sha2 v0.10.9
22422026-04-14T23:02:33.542Z Checking erased-serde v0.3.31
22432026-04-14T23:02:33.584Z Checking pretty-hex v0.4.1
22442026-04-14T23:02:33.678Z Checking tokio-util v0.7.18
22452026-04-14T23:02:33.696Z Checking rand_chacha v0.9.0
22462026-04-14T23:02:33.713Z Checking fastrand v2.3.0
22472026-04-14T23:02:33.897Z Checking ryu v1.0.23
22482026-04-14T23:02:33.915Z Checking rand v0.9.2
22492026-04-14T23:02:33.931Z Checking slog v2.8.2
22502026-04-14T23:02:33.969Z Checking pem-rfc7468 v0.7.0
22512026-04-14T23:02:33.988Z Checking time v0.3.47
22522026-04-14T23:02:33.992Z Checking rustls-webpki v0.103.9
22532026-04-14T23:02:34.037Z Checking rustls-native-certs v0.8.3
22542026-04-14T23:02:34.131Z Checking http-body-util v0.1.3
22552026-04-14T23:02:34.169Z Checking ipnetwork v0.21.1
22562026-04-14T23:02:34.194Z Checking sync_wrapper v1.0.2
22572026-04-14T23:02:34.291Z Checking h2 v0.4.13
22582026-04-14T23:02:34.308Z Checking spin v0.9.8
22592026-04-14T23:02:34.355Z Checking flagset v0.4.7
22602026-04-14T23:02:34.383Z Checking plain v0.2.3
22612026-04-14T23:02:34.404Z Checking tower v0.5.3
22622026-04-14T23:02:34.418Z Checking rustls v0.23.37
22632026-04-14T23:02:34.480Z Checking der v0.7.10
22642026-04-14T23:02:34.496Z Checking serde_urlencoded v0.7.1
22652026-04-14T23:02:34.514Z Checking rand_chacha v0.3.1
22662026-04-14T23:02:34.705Z Checking webpki-roots v1.0.6
22672026-04-14T23:02:34.728Z Checking ucd-trie v0.1.7
22682026-04-14T23:02:34.795Z Checking iri-string v0.7.10
22692026-04-14T23:02:34.828Z Checking tinyvec_macros v0.1.1
22702026-04-14T23:02:34.866Z Checking pest v2.8.6
22712026-04-14T23:02:34.897Z Checking tinyvec v1.10.0
22722026-04-14T23:02:35.148Z Checking rand v0.8.5
22732026-04-14T23:02:35.213Z Checking tempfile v3.25.0
22742026-04-14T23:02:35.229Z Checking salsa20 v0.10.2
22752026-04-14T23:02:35.246Z Checking spki v0.7.3
22762026-04-14T23:02:35.387Z Checking pbkdf2 v0.12.2
22772026-04-14T23:02:35.422Z Checking unicode-width v0.2.0
22782026-04-14T23:02:35.438Z Checking foreign-types-shared v0.1.1
22792026-04-14T23:02:35.508Z Checking scrypt v0.11.0
22802026-04-14T23:02:35.526Z Checking foreign-types v0.3.2
22812026-04-14T23:02:35.600Z Checking regex v1.12.3
22822026-04-14T23:02:35.653Z Checking aes v0.8.4
22832026-04-14T23:02:35.679Z Checking cbc v0.1.2
22842026-04-14T23:02:35.683Z Checking anyhow v1.0.102
22852026-04-14T23:02:35.816Z Checking openssl-sys v0.9.111
22862026-04-14T23:02:35.831Z Checking tower-http v0.6.8
22872026-04-14T23:02:35.892Z Checking crossbeam-utils v0.8.21
22882026-04-14T23:02:35.911Z Checking oxnet v0.1.4
22892026-04-14T23:02:35.965Z Checking mime v0.3.17
22902026-04-14T23:02:36.070Z Checking pkcs5 v0.7.1
22912026-04-14T23:02:36.117Z Checking openapiv3 v2.2.0
22922026-04-14T23:02:36.147Z Checking scroll v0.12.0
22932026-04-14T23:02:36.163Z Checking encoding_rs v0.8.35
22942026-04-14T23:02:36.238Z Checking winnow v0.7.14
22952026-04-14T23:02:36.309Z Checking pkcs8 v0.10.2
22962026-04-14T23:02:36.313Z Checking openssl v0.10.75
22972026-04-14T23:02:36.384Z Checking data-encoding v2.10.0
22982026-04-14T23:02:36.499Z Checking siphasher v1.0.2
22992026-04-14T23:02:36.659Z Checking goblin v0.8.2
23002026-04-14T23:02:36.673Z Checking lazy_static v1.5.0
23012026-04-14T23:02:36.768Z Checking zerocopy v0.7.35
23022026-04-14T23:02:36.812Z Checking tokio-rustls v0.26.4
23032026-04-14T23:02:37.021Z Checking hyper v1.8.1
23042026-04-14T23:02:37.051Z Checking wait-timeout v0.2.1
23052026-04-14T23:02:37.128Z Checking managed v0.8.0
23062026-04-14T23:02:37.182Z Checking bit-vec v0.8.0
23072026-04-14T23:02:37.263Z Checking either v1.15.0
23082026-04-14T23:02:37.322Z Checking bitflags v1.3.2
23092026-04-14T23:02:37.382Z Checking quick-error v1.2.3
23102026-04-14T23:02:37.401Z Checking psl-types v2.0.11
23112026-04-14T23:02:37.417Z Checking anstyle v1.0.13
23122026-04-14T23:02:37.431Z Checking utf8parse v0.2.2
23132026-04-14T23:02:37.455Z Checking bit-set v0.8.0
23142026-04-14T23:02:37.486Z Checking rusty-fork v0.3.1
23152026-04-14T23:02:37.521Z Checking publicsuffix v2.3.0
23162026-04-14T23:02:37.536Z Checking anstyle-parse v0.2.7
23172026-04-14T23:02:37.599Z Checking dtrace-parser v0.2.0
23182026-04-14T23:02:37.614Z Checking unicode-normalization v0.1.25
23192026-04-14T23:02:37.660Z Checking cookie v0.18.1
23202026-04-14T23:02:37.684Z Checking rand_xorshift v0.4.0
23212026-04-14T23:02:37.699Z Checking sha1 v0.10.6
23222026-04-14T23:02:37.810Z Checking hex v0.4.3
23232026-04-14T23:02:37.839Z Checking thread-id v4.2.2
23242026-04-14T23:02:37.866Z Checking unarray v0.1.4
23252026-04-14T23:02:37.893Z Checking is_terminal_polyfill v1.70.2
23262026-04-14T23:02:37.921Z Checking colorchoice v1.0.4
23272026-04-14T23:02:37.938Z Checking hyper-util v0.1.20
23282026-04-14T23:02:37.972Z Checking anstyle-query v1.1.5
23292026-04-14T23:02:37.987Z Checking proptest v1.10.0
23302026-04-14T23:02:38.015Z Checking cookie_store v0.22.1
23312026-04-14T23:02:38.030Z Checking rustls-platform-verifier v0.6.2
23322026-04-14T23:02:38.044Z Checking crossbeam-epoch v0.9.18
23332026-04-14T23:02:38.064Z Checking anstream v0.6.21
23342026-04-14T23:02:38.168Z Checking terminal_size v0.4.3
23352026-04-14T23:02:38.266Z Checking scroll v0.13.0
23362026-04-14T23:02:38.269Z Checking num-integer v0.1.46
23372026-04-14T23:02:38.296Z Checking simd-adler32 v0.3.8
23382026-04-14T23:02:38.328Z Checking native-tls v0.2.18
23392026-04-14T23:02:38.345Z Checking crossbeam-deque v0.8.6
23402026-04-14T23:02:38.469Z Checking bstr v1.12.1
23412026-04-14T23:02:38.503Z Checking goblin v0.10.5
23422026-04-14T23:02:38.518Z Checking ref-cast v1.0.25
23432026-04-14T23:02:38.521Z Checking tokio-native-tls v0.3.1
23442026-04-14T23:02:38.547Z Checking rustix v0.38.44
23452026-04-14T23:02:38.579Z Checking dof v0.3.0
23462026-04-14T23:02:38.621Z Checking camino v1.2.2
23472026-04-14T23:02:38.690Z Checking crc32fast v1.5.0
23482026-04-14T23:02:38.841Z Checking signature v2.2.0
23492026-04-14T23:02:38.867Z Checking serde_spanned v0.6.9
23502026-04-14T23:02:38.884Z Checking usdt-impl v0.5.0
23512026-04-14T23:02:38.884Z Checking toml_datetime v0.6.11
23522026-04-14T23:02:38.976Z Checking ff v0.13.1
23532026-04-14T23:02:38.998Z Checking strsim v0.11.1
23542026-04-14T23:02:39.082Z Checking base16ct v0.2.0
23552026-04-14T23:02:39.111Z Checking clap_lex v1.0.0
23562026-04-14T23:02:39.161Z Checking unicode-bidi v0.3.18
23572026-04-14T23:02:39.164Z Checking adler2 v2.0.1
23582026-04-14T23:02:39.211Z Checking unicode-properties v0.1.4
23592026-04-14T23:02:39.226Z Checking hyper-rustls v0.27.7
23602026-04-14T23:02:39.264Z Checking hyper-tls v0.6.0
23612026-04-14T23:02:39.279Z Checking miniz_oxide v0.8.9
23622026-04-14T23:02:39.350Z Checking clap_builder v4.5.60
23632026-04-14T23:02:39.401Z Checking sec1 v0.7.3
23642026-04-14T23:02:39.440Z Checking group v0.13.0
23652026-04-14T23:02:39.456Z Checking reqwest v0.12.28
23662026-04-14T23:02:39.474Z Checking reqwest v0.13.2
23672026-04-14T23:02:39.592Z Checking stringprep v0.1.5
23682026-04-14T23:02:39.617Z Checking rayon-core v1.13.0
23692026-04-14T23:02:39.635Z Checking num-iter v0.1.45
23702026-04-14T23:02:39.749Z Checking toml_parser v1.0.9+spec-1.1.0
23712026-04-14T23:02:39.752Z Checking dtrace-parser v0.3.0
23722026-04-14T23:02:39.805Z Checking newtype-uuid v1.3.2
23732026-04-14T23:02:39.949Z Checking hkdf v0.12.4
23742026-04-14T23:02:40.003Z Checking strum v0.26.3
23752026-04-14T23:02:40.019Z Checking daft v0.1.5
23762026-04-14T23:02:40.078Z Checking zstd-sys v2.0.16+zstd.1.5.7
23772026-04-14T23:02:40.093Z Checking md-5 v0.10.6
23782026-04-14T23:02:40.117Z Checking hash32 v0.2.1
23792026-04-14T23:02:40.194Z Checking crypto-bigint v0.5.5
23802026-04-14T23:02:40.234Z Checking toml_datetime v0.7.5+spec-1.1.0
23812026-04-14T23:02:40.258Z Checking thread-id v5.1.0
23822026-04-14T23:02:40.280Z Checking fallible-iterator v0.2.0
23832026-04-14T23:02:40.303Z Checking zlib-rs v0.6.2
23842026-04-14T23:02:40.333Z Checking unicode-segmentation v1.12.0
23852026-04-14T23:02:40.354Z Checking heapless v0.7.17
23862026-04-14T23:02:40.449Z Checking zstd-safe v7.2.4
23872026-04-14T23:02:40.563Z Checking postgres-protocol v0.6.10
23882026-04-14T23:02:40.623Z Checking rayon v1.11.0
23892026-04-14T23:02:40.639Z Checking clap v4.5.60
23902026-04-14T23:02:40.658Z Checking itertools v0.12.1
23912026-04-14T23:02:40.723Z Checking phf_shared v0.13.1
23922026-04-14T23:02:40.775Z Checking console v0.16.2
23932026-04-14T23:02:40.887Z Checking curve25519-dalek v4.1.3
23942026-04-14T23:02:40.890Z Checking dof v0.4.0
23952026-04-14T23:02:40.930Z Checking memoffset v0.9.1
23962026-04-14T23:02:41.014Z Checking bzip2-sys v0.1.13+1.0.8
23972026-04-14T23:02:41.073Z Checking signal-hook v0.3.18
23982026-04-14T23:02:41.104Z Checking memmap2 v0.9.10
23992026-04-14T23:02:41.120Z Checking elliptic-curve v0.13.8
24002026-04-14T23:02:41.210Z Checking flate2 v1.1.9
24012026-04-14T23:02:41.265Z Checking foldhash v0.1.5
24022026-04-14T23:02:41.268Z Checking fixedbitset v0.4.2
24032026-04-14T23:02:41.408Z Checking toml_write v0.1.2
24042026-04-14T23:02:41.427Z Checking libbz2-rs-sys v0.2.2
24052026-04-14T23:02:41.443Z Checking unit-prefix v0.5.2
24062026-04-14T23:02:41.511Z Checking winnow v0.5.40
24072026-04-14T23:02:41.527Z Checking usdt-impl v0.6.0
24082026-04-14T23:02:41.567Z Checking bumpalo v3.20.2
24092026-04-14T23:02:41.583Z Checking toml_edit v0.22.27
24102026-04-14T23:02:41.656Z Checking petgraph v0.6.5
24112026-04-14T23:02:41.673Z Checking zone v0.3.1
24122026-04-14T23:02:41.772Z Checking zopfli v0.8.3
24132026-04-14T23:02:41.807Z Checking usdt v0.6.0
24142026-04-14T23:02:41.823Z Checking bzip2 v0.6.1
24152026-04-14T23:02:41.974Z Checking hashbrown v0.15.5
24162026-04-14T23:02:41.991Z Checking signal-hook-mio v0.2.5
24172026-04-14T23:02:42.027Z Checking bzip2 v0.4.4
24182026-04-14T23:02:42.073Z Checking indicatif v0.18.4
24192026-04-14T23:02:42.095Z Checking nix v0.31.1
24202026-04-14T23:02:42.112Z Checking phf v0.13.1
24212026-04-14T23:02:42.190Z Checking postgres-types v0.2.12
24222026-04-14T23:02:42.264Z Checking smoltcp v0.9.1
24232026-04-14T23:02:42.444Z Checking similar v2.7.0
24242026-04-14T23:02:42.447Z Checking zstd v0.13.3
24252026-04-14T23:02:42.520Z Checking num-bigint-dig v0.8.6
24262026-04-14T23:02:42.636Z Checking ed25519 v2.2.3
24272026-04-14T23:02:42.670Z Checking phf_shared v0.11.3
24282026-04-14T23:02:42.685Z Checking toml_edit v0.19.15
24292026-04-14T23:02:42.817Z Checking pkcs1 v0.7.5
24302026-04-14T23:02:42.832Z Checking tokio-stream v0.1.18
24312026-04-14T23:02:42.847Z Checking strum v0.27.2
24322026-04-14T23:02:42.861Z Checking hubpack v0.1.2
24332026-04-14T23:02:42.926Z Checking rfc6979 v0.4.0
24342026-04-14T23:02:42.958Z Checking serde-big-array v0.5.1
24352026-04-14T23:02:43.025Z Checking float-cmp v0.10.0
24362026-04-14T23:02:43.039Z Checking env_filter v1.0.0
24372026-04-14T23:02:43.055Z Checking static_assertions v1.1.0
24382026-04-14T23:02:43.097Z Checking difflib v0.4.0
24392026-04-14T23:02:43.101Z Checking normalize-line-endings v0.3.0
24402026-04-14T23:02:43.127Z Checking predicates-core v1.0.10
24412026-04-14T23:02:43.154Z Checking rustc-hash v2.1.1
24422026-04-14T23:02:43.186Z Checking jiff v0.2.21
24432026-04-14T23:02:43.203Z Checking whoami v2.1.0
24442026-04-14T23:02:43.218Z Checking fixedbitset v0.5.7
24452026-04-14T23:02:43.251Z Checking new_debug_unreachable v1.0.6
24462026-04-14T23:02:43.269Z Checking keccak v0.1.6
24472026-04-14T23:02:43.284Z Checking precomputed-hash v0.1.1
24482026-04-14T23:02:43.321Z Checking predicates v3.1.4
24492026-04-14T23:02:43.325Z Checking rsa v0.9.10
24502026-04-14T23:02:43.369Z Checking string_cache v0.8.9
24512026-04-14T23:02:43.394Z Checking tokio-postgres v0.7.16
24522026-04-14T23:02:43.413Z Checking petgraph v0.8.3
24532026-04-14T23:02:43.438Z Checking sha3 v0.10.8
24542026-04-14T23:02:43.539Z Checking iddqd v0.3.17
24552026-04-14T23:02:43.624Z Checking env_logger v0.11.9
24562026-04-14T23:02:43.650Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24572026-04-14T23:02:43.724Z Checking toml v0.7.8
24582026-04-14T23:02:43.813Z Checking ecdsa v0.16.9
24592026-04-14T23:02:43.828Z Checking ed25519-dalek v2.2.0
24602026-04-14T23:02:44.034Z Checking zip v0.6.6
24612026-04-14T23:02:44.075Z Checking crossterm v0.28.1
24622026-04-14T23:02:44.154Z Checking serde_with v3.17.0
24632026-04-14T23:02:44.377Z Checking itertools v0.13.0
24642026-04-14T23:02:44.392Z Checking hickory-proto v0.25.2
24652026-04-14T23:02:44.661Z Checking x509-cert v0.2.5
24662026-04-14T23:02:44.773Z Checking fs-err v3.3.0
24672026-04-14T23:02:44.992Z Checking ahash v0.8.12
24682026-04-14T23:02:45.075Z Checking object v0.37.3
24692026-04-14T23:02:45.195Z Checking buf-list v1.1.2
24702026-04-14T23:02:45.308Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24712026-04-14T23:02:45.400Z Checking lalrpop-util v0.19.12
24722026-04-14T23:02:45.422Z Checking peg-runtime v0.8.5
24732026-04-14T23:02:45.425Z Checking zip v4.6.1
24742026-04-14T23:02:45.569Z Compiling structmeta-derive v0.3.0
24752026-04-14T23:02:45.572Z Compiling rustls v0.22.4
24762026-04-14T23:02:45.602Z Compiling newtype-uuid-macros v0.1.0
24772026-04-14T23:02:45.602Z Compiling multer v3.1.0
24782026-04-14T23:02:45.789Z Compiling async-stream-impl v0.3.6
24792026-04-14T23:02:45.856Z Checking futures-executor v0.3.32
24802026-04-14T23:02:45.883Z Checking regress v0.10.5
24812026-04-14T23:02:46.011Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24822026-04-14T23:02:46.387Z Compiling dropshot v0.16.7
24832026-04-14T23:02:46.404Z Checking futures v0.3.32
24842026-04-14T23:02:46.431Z Compiling dropshot_endpoint v0.16.7
24852026-04-14T23:02:46.484Z Checking thread_local v1.1.9
24862026-04-14T23:02:46.637Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-04-14T23:02:46.659Z Compiling structmeta v0.3.0
24882026-04-14T23:02:46.662Z Checking crossbeam-channel v0.5.15
24892026-04-14T23:02:46.879Z Compiling derive-ex v0.1.8
24902026-04-14T23:02:46.978Z Checking is-terminal v0.4.17
24912026-04-14T23:02:47.021Z Checking term v1.2.1
24922026-04-14T23:02:47.078Z Checking take_mut v0.2.2
24932026-04-14T23:02:47.189Z Checking slog-async v2.8.0
24942026-04-14T23:02:47.238Z Compiling parse-display-derive v0.10.0
24952026-04-14T23:02:47.257Z Checking slog-term v2.9.2
24962026-04-14T23:02:47.308Z Checking rustls-webpki v0.102.8
24972026-04-14T23:02:47.372Z Checking serde_spanned v1.0.4
24982026-04-14T23:02:47.411Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24992026-04-14T23:02:47.489Z Checking match_cfg v0.1.0
25002026-04-14T23:02:47.518Z Checking debug-ignore v1.0.5
25012026-04-14T23:02:47.520Z Checking toml_writer v1.0.6+spec-1.1.0
25022026-04-14T23:02:47.567Z Checking hostname v0.3.1
25032026-04-14T23:02:47.625Z Checking slog-json v2.6.1
25042026-04-14T23:02:47.668Z Checking macaddr v1.0.1
25052026-04-14T23:02:47.720Z Checking toml v0.9.12+spec-1.1.0
25062026-04-14T23:02:47.787Z Checking slog-bunyan v2.5.0
25072026-04-14T23:02:47.855Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25082026-04-14T23:02:47.907Z Checking async-stream v0.3.6
25092026-04-14T23:02:48.193Z Checking waitgroup v0.1.2
25102026-04-14T23:02:48.260Z Checking rustls-pemfile v2.2.0
25112026-04-14T23:02:48.282Z Checking serde_path_to_error v0.1.20
25122026-04-14T23:02:48.300Z Checking hostname v0.4.2
25132026-04-14T23:02:48.316Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-04-14T23:02:48.404Z Checking progenitor-client v0.13.0
25152026-04-14T23:02:48.407Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25162026-04-14T23:02:48.434Z Checking progenitor-client v0.10.0
25172026-04-14T23:02:48.561Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25182026-04-14T23:02:48.577Z Checking backon v1.6.0
25192026-04-14T23:02:48.591Z Compiling test-strategy v0.4.5
25202026-04-14T23:02:48.647Z Checking instant v0.1.13
25212026-04-14T23:02:48.672Z Checking itertools v0.14.0
25222026-04-14T23:02:48.742Z Checking backoff v0.4.0
25232026-04-14T23:02:48.760Z Checking progenitor-extras v0.1.1
25242026-04-14T23:02:48.779Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25252026-04-14T23:02:48.925Z Checking heck v0.5.0
25262026-04-14T23:02:48.940Z Checking parse-display v0.10.0
25272026-04-14T23:02:49.053Z Compiling crucible-workspace-hack v0.1.0
25282026-04-14T23:02:49.180Z Compiling convert_case v0.4.0
25292026-04-14T23:02:49.184Z Checking tokio-rustls v0.25.0
25302026-04-14T23:02:49.264Z Checking secrecy v0.10.3
25312026-04-14T23:02:49.351Z Compiling prettyplease v0.2.37
25322026-04-14T23:02:49.388Z Compiling typify-impl v0.6.1
25332026-04-14T23:02:49.553Z Compiling derive_more v0.99.20
25342026-04-14T23:02:49.747Z Compiling unsafe-libyaml v0.2.11
25352026-04-14T23:02:50.106Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25362026-04-14T23:02:50.395Z Compiling serde_yaml v0.9.34+deprecated
25372026-04-14T23:02:50.569Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25382026-04-14T23:02:51.215Z Checking half v2.7.1
25392026-04-14T23:02:51.319Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25402026-04-14T23:02:51.464Z Compiling toml_edit v0.23.10+spec-1.0.0
25412026-04-14T23:02:51.522Z Compiling thiserror-impl-no-std v2.0.2
25422026-04-14T23:02:51.700Z Checking universal-hash v0.5.1
25432026-04-14T23:02:52.160Z Checking opaque-debug v0.3.1
25442026-04-14T23:02:52.203Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25452026-04-14T23:02:52.232Z Checking ciborium-io v0.2.2
25462026-04-14T23:02:52.303Z Compiling heapless v0.8.0
25472026-04-14T23:02:52.435Z Checking ciborium-ll v0.2.2
25482026-04-14T23:02:52.565Z Checking poly1305 v0.8.0
25492026-04-14T23:02:52.709Z Checking thiserror-no-std v2.0.2
25502026-04-14T23:02:52.768Z Compiling proc-macro-crate v3.4.0
25512026-04-14T23:02:53.062Z Compiling ingot-macros v0.1.1
25522026-04-14T23:02:53.327Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25532026-04-14T23:02:53.386Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25542026-04-14T23:02:53.683Z Compiling typify-impl v0.4.3
25552026-04-14T23:02:53.942Z Checking toml v0.8.23
25562026-04-14T23:02:53.975Z Compiling typify-macro v0.6.1
25572026-04-14T23:02:54.280Z Checking num-rational v0.4.2
25582026-04-14T23:02:54.283Z Checking byte-wrapper v0.1.0
25592026-04-14T23:02:54.452Z Checking tabwriter v1.4.1
25602026-04-14T23:02:54.569Z Checking password-hash v0.5.0
25612026-04-14T23:02:54.607Z Checking chacha20 v0.9.1
25622026-04-14T23:02:54.806Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25632026-04-14T23:02:54.837Z Checking blake2 v0.10.6
25642026-04-14T23:02:55.065Z Checking hash32 v0.3.1
25652026-04-14T23:02:55.086Z Checking aead v0.5.2
25662026-04-14T23:02:55.214Z Checking num-complex v0.4.6
25672026-04-14T23:02:55.492Z Compiling smoltcp v0.11.0
25682026-04-14T23:02:55.585Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25692026-04-14T23:02:55.636Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25702026-04-14T23:02:55.750Z Checking num v0.4.3
25712026-04-14T23:02:55.793Z Compiling typify v0.6.1
25722026-04-14T23:02:55.829Z Checking chacha20poly1305 v0.10.1
25732026-04-14T23:02:55.887Z Checking ingot-types v0.1.2
25742026-04-14T23:02:55.907Z Checking argon2 v0.5.3
25752026-04-14T23:02:55.959Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25762026-04-14T23:02:56.044Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25772026-04-14T23:02:56.250Z Compiling num_enum_derive v0.7.5
25782026-04-14T23:02:56.253Z Checking vsss-rs v3.3.4
25792026-04-14T23:02:56.281Z Checking ciborium v0.2.2
25802026-04-14T23:02:57.299Z Compiling usdt-macro v0.5.0
25812026-04-14T23:02:57.331Z Compiling usdt-attr-macro v0.5.0
25822026-04-14T23:02:57.366Z Checking cobs v0.3.0
25832026-04-14T23:02:57.523Z Checking memmap v0.7.0
25842026-04-14T23:02:57.667Z Compiling foreign-types-macros v0.2.3
25852026-04-14T23:02:57.809Z Checking cpufeatures v0.3.0
25862026-04-14T23:02:57.837Z Checking indent_write v2.2.0
25872026-04-14T23:02:57.890Z Checking colored v3.1.1
25882026-04-14T23:02:57.931Z Checking foreign-types-shared v0.3.1
25892026-04-14T23:02:57.978Z Checking float-ord v0.3.2
25902026-04-14T23:02:58.031Z Checking chacha20 v0.10.0
25912026-04-14T23:02:58.087Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25922026-04-14T23:02:58.117Z Checking usdt v0.5.0
25932026-04-14T23:02:58.154Z Checking postcard v1.1.3
25942026-04-14T23:02:58.185Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25952026-04-14T23:02:58.236Z Compiling typify-macro v0.4.3
25962026-04-14T23:02:58.254Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25972026-04-14T23:02:58.270Z Checking foreign-types v0.5.0
25982026-04-14T23:02:58.284Z Checking num_enum v0.7.5
25992026-04-14T23:02:58.349Z Checking ingot v0.1.1
26002026-04-14T23:02:58.403Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26012026-04-14T23:02:58.457Z Compiling progenitor-impl v0.13.0
26022026-04-14T23:02:58.866Z Compiling proc-macro-crate v1.3.1
26032026-04-14T23:02:59.294Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26042026-04-14T23:02:59.351Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26052026-04-14T23:02:59.462Z Checking cstr-argument v0.1.2
26062026-04-14T23:02:59.477Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26072026-04-14T23:02:59.566Z Checking swrite v0.1.0
26082026-04-14T23:02:59.664Z Compiling semver v0.1.20
26092026-04-14T23:02:59.680Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
26102026-04-14T23:02:59.733Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26112026-04-14T23:02:59.772Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26122026-04-14T23:02:59.851Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26132026-04-14T23:02:59.890Z Compiling rustc_version v0.1.7
26142026-04-14T23:02:59.948Z Compiling num_enum_derive v0.5.11
26152026-04-14T23:02:59.964Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
26162026-04-14T23:02:59.967Z Checking rand v0.10.0
26172026-04-14T23:03:00.003Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26182026-04-14T23:03:00.494Z Compiling pin-project-internal v1.1.11
26192026-04-14T23:03:00.903Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26202026-04-14T23:03:01.061Z Compiling minimal-lexical v0.2.1
26212026-04-14T23:03:01.089Z Checking linked-hash-map v0.5.6
26222026-04-14T23:03:01.146Z Compiling progenitor-macro v0.13.0
26232026-04-14T23:03:01.328Z Checking lru-cache v0.1.2
26242026-04-14T23:03:01.390Z Compiling nom v7.1.3
26252026-04-14T23:03:01.455Z Checking num_enum v0.5.11
26262026-04-14T23:03:01.659Z Checking pin-project v1.1.11
26272026-04-14T23:03:01.706Z Compiling newtype_derive v0.1.6
26282026-04-14T23:03:01.765Z Compiling typify v0.4.3
26292026-04-14T23:03:02.411Z Checking newline-converter v0.3.0
26302026-04-14T23:03:02.426Z Checking atomicwrites v0.4.4
26312026-04-14T23:03:02.535Z Checking camino-tempfile v1.4.1
26322026-04-14T23:03:02.566Z Checking hickory-proto v0.24.4
26332026-04-14T23:03:02.707Z Checking phf_shared v0.12.1
26342026-04-14T23:03:02.743Z Checking console v0.15.11
26352026-04-14T23:03:02.859Z Checking pem v3.0.6
26362026-04-14T23:03:02.997Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26372026-04-14T23:03:03.029Z Checking csv-core v0.1.13
26382026-04-14T23:03:03.032Z Compiling snafu-derive v0.8.9
26392026-04-14T23:03:03.084Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26402026-04-14T23:03:03.219Z Compiling derive-where v1.6.0
26412026-04-14T23:03:03.343Z Compiling async-recursion v1.1.1
26422026-04-14T23:03:03.931Z Compiling slog-dtrace v0.3.0
26432026-04-14T23:03:04.004Z Compiling owo-colors v4.3.0
26442026-04-14T23:03:04.133Z Checking highway v1.3.0
26452026-04-14T23:03:04.338Z Compiling chrono-tz v0.10.4
26462026-04-14T23:03:04.371Z Checking resolv-conf v0.7.6
26472026-04-14T23:03:04.373Z Compiling cancel-safe-futures v0.1.5
26482026-04-14T23:03:04.425Z Checking unicode-width v0.1.14
26492026-04-14T23:03:04.525Z Checking same-file v1.0.6
26502026-04-14T23:03:04.551Z Compiling const_format_proc_macros v0.2.34
26512026-04-14T23:03:04.566Z Checking hickory-resolver v0.24.4
26522026-04-14T23:03:04.643Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26532026-04-14T23:03:04.658Z Checking walkdir v2.5.0
26542026-04-14T23:03:04.681Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26552026-04-14T23:03:04.973Z Checking snafu v0.8.9
26562026-04-14T23:03:05.004Z Checking csv v1.4.0
26572026-04-14T23:03:05.325Z Checking expectorate v1.2.0
26582026-04-14T23:03:05.371Z Checking phf v0.12.1
26592026-04-14T23:03:05.404Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26602026-04-14T23:03:05.487Z Compiling progenitor-impl v0.10.0
26612026-04-14T23:03:05.522Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26622026-04-14T23:03:05.537Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26632026-04-14T23:03:05.732Z Checking tokio-dtrace v0.1.1
26642026-04-14T23:03:05.902Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26652026-04-14T23:03:05.936Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26662026-04-14T23:03:05.959Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26672026-04-14T23:03:06.144Z Checking globset v0.4.18
26682026-04-14T23:03:06.213Z Checking progenitor v0.13.0
26692026-04-14T23:03:06.324Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26702026-04-14T23:03:06.363Z Checking olpc-cjson v0.1.4
26712026-04-14T23:03:06.415Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26722026-04-14T23:03:06.478Z Checking libsw-core v0.3.2
26732026-04-14T23:03:06.510Z Checking smf v0.2.3
26742026-04-14T23:03:06.526Z Checking serde_plain v1.0.2
26752026-04-14T23:03:06.636Z Checking arc-swap v1.8.2
26762026-04-14T23:03:06.677Z Checking sigpipe v0.1.3
26772026-04-14T23:03:06.692Z Compiling lzma-sys v0.1.20
26782026-04-14T23:03:06.753Z Compiling num-derive v0.4.2
26792026-04-14T23:03:06.768Z Checking utf-8 v0.7.6
26802026-04-14T23:03:06.870Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26812026-04-14T23:03:06.911Z Checking typed-path v0.9.3
26822026-04-14T23:03:07.064Z Checking bytecount v0.6.9
26832026-04-14T23:03:07.089Z Checking glob v0.3.3
26842026-04-14T23:03:07.177Z Checking papergrid v0.11.0
26852026-04-14T23:03:07.280Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26862026-04-14T23:03:07.414Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26872026-04-14T23:03:07.501Z Checking tungstenite v0.21.0
26882026-04-14T23:03:07.592Z Checking slog-scope v4.4.1
26892026-04-14T23:03:07.696Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26902026-04-14T23:03:07.711Z Checking tough v0.20.0
26912026-04-14T23:03:07.735Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26922026-04-14T23:03:07.779Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26932026-04-14T23:03:07.812Z Checking libsw v3.5.0
26942026-04-14T23:03:07.921Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26952026-04-14T23:03:07.937Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26962026-04-14T23:03:07.963Z Checking oxide-tokio-rt v0.1.3
26972026-04-14T23:03:08.144Z Compiling progenitor-macro v0.10.0
26982026-04-14T23:03:08.147Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26992026-04-14T23:03:08.188Z Checking const_format v0.2.35
27002026-04-14T23:03:08.207Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27012026-04-14T23:03:08.438Z Checking qorb v0.4.1
27022026-04-14T23:03:09.305Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27032026-04-14T23:03:09.438Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27042026-04-14T23:03:09.459Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27052026-04-14T23:03:09.509Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27062026-04-14T23:03:09.637Z Compiling cargo_toml v0.22.3
27072026-04-14T23:03:09.729Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
27082026-04-14T23:03:09.850Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27092026-04-14T23:03:09.866Z Checking gethostname v0.5.0
27102026-04-14T23:03:09.961Z Compiling tabled_derive v0.7.0
27112026-04-14T23:03:09.978Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27122026-04-14T23:03:09.995Z Checking bcs v0.1.6
27132026-04-14T23:03:10.145Z Checking whoami v1.6.1
27142026-04-14T23:03:10.222Z Checking smawk v0.3.2
27152026-04-14T23:03:10.239Z Checking unicode-linebreak v0.1.5
27162026-04-14T23:03:10.414Z Checking linear-map v1.2.0
27172026-04-14T23:03:10.429Z Checking termtree v0.5.1
27182026-04-14T23:03:10.507Z Checking textwrap v0.16.2
27192026-04-14T23:03:10.596Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27202026-04-14T23:03:10.736Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27212026-04-14T23:03:11.039Z Checking tabled v0.15.0
27222026-04-14T23:03:11.475Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27232026-04-14T23:03:11.930Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27242026-04-14T23:03:12.041Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27252026-04-14T23:03:12.224Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27262026-04-14T23:03:12.361Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27272026-04-14T23:03:12.467Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27282026-04-14T23:03:12.494Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27292026-04-14T23:03:12.574Z Checking steno v0.4.1
27302026-04-14T23:03:12.678Z Checking tokio-tungstenite v0.21.0
27312026-04-14T23:03:12.964Z Checking slog-stdlog v4.1.1
27322026-04-14T23:03:13.083Z Checking progenitor v0.10.0
27332026-04-14T23:03:13.098Z Checking typeid v1.0.3
27342026-04-14T23:03:13.203Z Checking humantime v2.3.0
27352026-04-14T23:03:13.207Z Checking base64 v0.21.7
27362026-04-14T23:03:13.231Z Checking ron v0.12.0
27372026-04-14T23:03:13.372Z Checking xz2 v0.1.7
27382026-04-14T23:03:13.389Z Checking slog-envlogger v2.2.0
27392026-04-14T23:03:13.451Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27402026-04-14T23:03:13.542Z Checking yasna v0.5.2
27412026-04-14T23:03:13.558Z Checking headers-core v0.3.0
27422026-04-14T23:03:13.605Z Checking filetime v0.2.27
27432026-04-14T23:03:13.670Z Checking base16ct v1.0.0
27442026-04-14T23:03:13.747Z Checking xattr v1.6.1
27452026-04-14T23:03:13.808Z Checking headers v0.4.1
27462026-04-14T23:03:13.886Z Checking tar v0.4.45
27472026-04-14T23:03:13.923Z Checking rcgen v0.12.1
27482026-04-14T23:03:13.966Z Checking subprocess v0.2.15
27492026-04-14T23:03:19.291Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27502026-04-14T23:03:25.266Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-04-14T23:03:26.571Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27522026-04-14T23:03:27.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
27532026-04-14T23:03:27.973Z
27542026-04-14T23:03:27.973Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/270)
27552026-04-14T23:03:28.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-04-14T23:03:28.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-04-14T23:03:28.752Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27582026-04-14T23:03:30.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
27592026-04-14T23:03:30.295Z
27602026-04-14T23:03:30.295Zinfo: running `cargo check --bins` on nexus-config (51/270)
27612026-04-14T23:03:30.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-04-14T23:03:30.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-04-14T23:03:30.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-04-14T23:03:30.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27652026-04-14T23:03:30.943Z
27662026-04-14T23:03:30.943Zinfo: running `cargo check --bins` on nexus-types (52/270)
27672026-04-14T23:03:31.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-04-14T23:03:31.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-04-14T23:03:31.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-04-14T23:03:31.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27712026-04-14T23:03:31.581Z
27722026-04-14T23:03:31.581Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/270)
27732026-04-14T23:03:32.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-04-14T23:03:32.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-04-14T23:03:32.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762026-04-14T23:03:32.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27772026-04-14T23:03:32.181Z
27782026-04-14T23:03:32.181Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/270)
27792026-04-14T23:03:32.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-04-14T23:03:32.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-04-14T23:03:32.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822026-04-14T23:03:32.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27832026-04-14T23:03:32.787Z
27842026-04-14T23:03:32.787Zinfo: running `cargo check --bins` on cockroach-admin-types (55/270)
27852026-04-14T23:03:33.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-04-14T23:03:33.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-04-14T23:03:33.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882026-04-14T23:03:33.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27892026-04-14T23:03:33.385Z
27902026-04-14T23:03:33.385Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/270)
27912026-04-14T23:03:33.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-04-14T23:03:33.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-04-14T23:03:33.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-04-14T23:03:33.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27952026-04-14T23:03:33.981Z
27962026-04-14T23:03:33.981Zinfo: running `cargo check --bins` on ereport-types (57/270)
27972026-04-14T23:03:34.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-04-14T23:03:34.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-04-14T23:03:34.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-04-14T23:03:34.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28012026-04-14T23:03:34.581Z
28022026-04-14T23:03:34.581Zinfo: running `cargo check --bins` on gateway-client (58/270)
28032026-04-14T23:03:35.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-04-14T23:03:35.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-04-14T23:03:35.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-04-14T23:03:35.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28072026-04-14T23:03:35.182Z
28082026-04-14T23:03:35.182Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/270)
28092026-04-14T23:03:35.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-04-14T23:03:35.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-04-14T23:03:35.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-04-14T23:03:35.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28132026-04-14T23:03:35.776Z
28142026-04-14T23:03:35.776Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/270)
28152026-04-14T23:03:36.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-04-14T23:03:36.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-04-14T23:03:36.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-04-14T23:03:36.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28192026-04-14T23:03:36.388Z
28202026-04-14T23:03:36.388Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/270)
28212026-04-14T23:03:36.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-04-14T23:03:36.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-04-14T23:03:36.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-04-14T23:03:36.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28252026-04-14T23:03:36.992Z
28262026-04-14T23:03:36.992Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/270)
28272026-04-14T23:03:37.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-04-14T23:03:37.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-04-14T23:03:37.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-04-14T23:03:37.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28312026-04-14T23:03:37.594Z
28322026-04-14T23:03:37.594Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/270)
28332026-04-14T23:03:38.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-04-14T23:03:38.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-04-14T23:03:38.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-04-14T23:03:38.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28372026-04-14T23:03:38.209Z
28382026-04-14T23:03:38.209Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/270)
28392026-04-14T23:03:38.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-04-14T23:03:38.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-04-14T23:03:38.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-04-14T23:03:38.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28432026-04-14T23:03:38.826Z
28442026-04-14T23:03:38.826Zinfo: running `cargo check --bins` on key-manager-types (65/270)
28452026-04-14T23:03:39.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-04-14T23:03:39.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-04-14T23:03:39.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482026-04-14T23:03:39.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28492026-04-14T23:03:39.429Z
28502026-04-14T23:03:39.429Zinfo: running `cargo check --bins` on oxlog (66/270)
28512026-04-14T23:03:39.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-04-14T23:03:39.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-04-14T23:03:40.047Z Compiling newtype-uuid v1.3.2
28542026-04-14T23:03:40.254Z Compiling daft v0.1.5
28552026-04-14T23:03:40.449Z Compiling iddqd v0.3.17
28562026-04-14T23:03:41.356Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28572026-04-14T23:03:41.586Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28582026-04-14T23:03:41.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
28592026-04-14T23:03:42.032Z
28602026-04-14T23:03:42.032Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (67/270)
28612026-04-14T23:03:42.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-04-14T23:03:42.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-04-14T23:03:42.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-04-14T23:03:42.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28652026-04-14T23:03:42.651Z
28662026-04-14T23:03:42.651Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (68/270)
28672026-04-14T23:03:43.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-04-14T23:03:43.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-04-14T23:03:43.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-04-14T23:03:43.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28712026-04-14T23:03:43.266Z
28722026-04-14T23:03:43.266Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (69/270)
28732026-04-14T23:03:43.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-04-14T23:03:43.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-04-14T23:03:43.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-04-14T23:03:43.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28772026-04-14T23:03:43.887Z
28782026-04-14T23:03:43.887Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (70/270)
28792026-04-14T23:03:44.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-04-14T23:03:44.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-04-14T23:03:44.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-04-14T23:03:44.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28832026-04-14T23:03:44.510Z
28842026-04-14T23:03:44.510Zinfo: running `cargo check --bins` on omicron-passwords (71/270)
28852026-04-14T23:03:45.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-04-14T23:03:45.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-04-14T23:03:45.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-04-14T23:03:45.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28892026-04-14T23:03:45.107Z
28902026-04-14T23:03:45.107Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (72/270)
28912026-04-14T23:03:45.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-04-14T23:03:45.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-04-14T23:03:45.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-04-14T23:03:45.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28952026-04-14T23:03:45.708Z
28962026-04-14T23:03:45.708Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (73/270)
28972026-04-14T23:03:46.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-04-14T23:03:46.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-04-14T23:03:46.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-04-14T23:03:46.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29012026-04-14T23:03:46.308Z
29022026-04-14T23:03:46.308Zinfo: running `cargo check --bins --no-default-features` on gfss (74/270)
29032026-04-14T23:03:46.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-04-14T23:03:46.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-04-14T23:03:46.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-04-14T23:03:46.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29072026-04-14T23:03:46.908Z
29082026-04-14T23:03:46.908Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (75/270)
29092026-04-14T23:03:47.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-04-14T23:03:47.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-04-14T23:03:47.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-04-14T23:03:47.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29132026-04-14T23:03:47.509Z
29142026-04-14T23:03:47.510Zinfo: running `cargo check --bins` on internal-dns-types (76/270)
29152026-04-14T23:03:48.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-04-14T23:03:48.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-04-14T23:03:48.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-04-14T23:03:48.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29192026-04-14T23:03:48.121Z
29202026-04-14T23:03:48.121Zinfo: running `cargo check --bins` on internal-dns-types-versions (77/270)
29212026-04-14T23:03:48.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-04-14T23:03:48.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-04-14T23:03:48.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-04-14T23:03:48.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29252026-04-14T23:03:48.737Z
29262026-04-14T23:03:48.737Zinfo: running `cargo check --bins` on nexus-types-versions (78/270)
29272026-04-14T23:03:49.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-04-14T23:03:49.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-04-14T23:03:49.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-04-14T23:03:49.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29312026-04-14T23:03:49.369Z
29322026-04-14T23:03:49.369Zinfo: running `cargo check --bins` on oxql-types (79/270)
29332026-04-14T23:03:49.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-04-14T23:03:49.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-04-14T23:03:49.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-04-14T23:03:49.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29372026-04-14T23:03:49.981Z
29382026-04-14T23:03:49.981Zinfo: running `cargo check --bins` on oximeter-types (80/270)
29392026-04-14T23:03:50.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-04-14T23:03:50.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-04-14T23:03:50.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-04-14T23:03:50.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29432026-04-14T23:03:50.597Z
29442026-04-14T23:03:50.597Zinfo: running `cargo check --bins` on oximeter-types-versions (81/270)
29452026-04-14T23:03:51.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-04-14T23:03:51.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-04-14T23:03:51.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-04-14T23:03:51.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29492026-04-14T23:03:51.211Z
29502026-04-14T23:03:51.211Zinfo: running `cargo check --bins` on oximeter-macro-impl (82/270)
29512026-04-14T23:03:51.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-04-14T23:03:51.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-04-14T23:03:51.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542026-04-14T23:03:51.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29552026-04-14T23:03:51.815Z
29562026-04-14T23:03:51.815Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/270)
29572026-04-14T23:03:52.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-04-14T23:03:52.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-04-14T23:03:52.486Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29602026-04-14T23:03:53.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
29612026-04-14T23:03:53.216Z
29622026-04-14T23:03:53.216Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/270)
29632026-04-14T23:03:53.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642026-04-14T23:03:53.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652026-04-14T23:03:53.906Z Compiling ar_archive_writer v0.5.1
29662026-04-14T23:03:54.017Z Compiling stacker v0.1.23
29672026-04-14T23:03:54.020Z Compiling cfg_aliases v0.1.1
29682026-04-14T23:03:54.031Z Compiling convert_case v0.10.0
29692026-04-14T23:03:54.039Z Checking fd-lock v4.0.4
29702026-04-14T23:03:54.039Z Checking nibble_vec v0.1.0
29712026-04-14T23:03:54.042Z Checking vte v0.14.1
29722026-04-14T23:03:54.042Z Compiling recursive-proc-macro-impl v0.1.1
29732026-04-14T23:03:54.084Z Compiling nix v0.28.0
29742026-04-14T23:03:54.154Z Checking endian-type v0.1.2
29752026-04-14T23:03:54.170Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29762026-04-14T23:03:54.216Z Checking strip-ansi-escapes v0.2.1
29772026-04-14T23:03:54.274Z Compiling peg-macros v0.8.5
29782026-04-14T23:03:54.287Z Checking radix_trie v0.2.1
29792026-04-14T23:03:54.318Z Compiling derive_more-impl v2.1.1
29802026-04-14T23:03:54.331Z Checking winnow v0.6.26
29812026-04-14T23:03:54.460Z Compiling sqlparser_derive v0.5.0
29822026-04-14T23:03:54.493Z Checking home v0.5.12
29832026-04-14T23:03:54.599Z Checking nu-ansi-term v0.50.3
29842026-04-14T23:03:54.646Z Checking unicode_categories v0.1.1
29852026-04-14T23:03:54.832Z Checking display-error-chain v0.2.2
29862026-04-14T23:03:54.845Z Checking reedline v0.40.0
29872026-04-14T23:03:54.857Z Compiling psm v0.1.30
29882026-04-14T23:03:55.132Z Checking derive_more v2.1.1
29892026-04-14T23:03:55.211Z Checking crossterm v0.29.0
29902026-04-14T23:03:55.408Z Checking rustyline v14.0.0
29912026-04-14T23:03:55.421Z Checking peg v0.8.5
29922026-04-14T23:03:55.472Z Checking sqlformat v0.3.5
29932026-04-14T23:03:55.611Z Checking recursive v0.1.1
29942026-04-14T23:03:55.707Z Checking sqlparser v0.61.0
29952026-04-14T23:04:06.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.65s
29962026-04-14T23:04:07.062Z
29972026-04-14T23:04:07.062Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/270)
29982026-04-14T23:04:07.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-04-14T23:04:07.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-04-14T23:04:07.747Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30012026-04-14T23:04:11.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
30022026-04-14T23:04:11.333Z
30032026-04-14T23:04:11.333Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/270)
30042026-04-14T23:04:11.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-04-14T23:04:11.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-04-14T23:04:12.015Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-04-14T23:04:14.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
30082026-04-14T23:04:14.636Z
30092026-04-14T23:04:14.636Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/270)
30102026-04-14T23:04:15.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-04-14T23:04:15.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-04-14T23:04:15.320Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30132026-04-14T23:04:18.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
30142026-04-14T23:04:18.715Z
30152026-04-14T23:04:18.715Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/270)
30162026-04-14T23:04:19.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-04-14T23:04:19.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-04-14T23:04:19.401Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30192026-04-14T23:04:22.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
30202026-04-14T23:04:22.855Z
30212026-04-14T23:04:22.855Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/270)
30222026-04-14T23:04:23.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-04-14T23:04:23.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-04-14T23:04:23.531Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30252026-04-14T23:04:26.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
30262026-04-14T23:04:26.275Z
30272026-04-14T23:04:26.275Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/270)
30282026-04-14T23:04:26.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-04-14T23:04:26.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-04-14T23:04:26.957Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-04-14T23:04:29.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
30322026-04-14T23:04:29.764Z
30332026-04-14T23:04:29.764Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/270)
30342026-04-14T23:04:30.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-04-14T23:04:30.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-04-14T23:04:30.447Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372026-04-14T23:04:33.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
30382026-04-14T23:04:34.021Z
30392026-04-14T23:04:34.021Zinfo: running `cargo check --bins` on oximeter (92/270)
30402026-04-14T23:04:34.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-04-14T23:04:34.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-04-14T23:04:34.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-04-14T23:04:34.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-04-14T23:04:34.632Z
30452026-04-14T23:04:34.632Zinfo: running `cargo check --bins` on oximeter-schema (93/270)
30462026-04-14T23:04:35.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-04-14T23:04:35.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-04-14T23:04:35.276Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30492026-04-14T23:04:35.441Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-04-14T23:04:35.457Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-04-14T23:04:35.783Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30522026-04-14T23:04:39.230Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30532026-04-14T23:04:39.552Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30542026-04-14T23:04:40.641Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30552026-04-14T23:04:41.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.68s
30562026-04-14T23:04:41.508Z
30572026-04-14T23:04:41.508Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/270)
30582026-04-14T23:04:42.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-04-14T23:04:42.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-04-14T23:04:42.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-04-14T23:04:42.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-04-14T23:04:42.114Z
30632026-04-14T23:04:42.114Zinfo: running `cargo check --bins` on oximeter-test-utils (95/270)
30642026-04-14T23:04:42.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-04-14T23:04:42.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-04-14T23:04:42.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-04-14T23:04:42.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30682026-04-14T23:04:42.770Z
30692026-04-14T23:04:42.770Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/270)
30702026-04-14T23:04:43.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-04-14T23:04:43.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-04-14T23:04:43.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-04-14T23:04:43.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30742026-04-14T23:04:43.391Z
30752026-04-14T23:04:43.391Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/270)
30762026-04-14T23:04:43.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-04-14T23:04:43.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-04-14T23:04:43.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-04-14T23:04:43.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30802026-04-14T23:04:44.004Z
30812026-04-14T23:04:44.004Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/270)
30822026-04-14T23:04:44.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-04-14T23:04:44.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-04-14T23:04:44.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-04-14T23:04:44.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30862026-04-14T23:04:44.621Z
30872026-04-14T23:04:44.621Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/270)
30882026-04-14T23:04:45.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-04-14T23:04:45.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-04-14T23:04:45.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-04-14T23:04:45.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30922026-04-14T23:04:45.236Z
30932026-04-14T23:04:45.236Zinfo: running `cargo check --bins` on trust-quorum-types (100/270)
30942026-04-14T23:04:45.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-04-14T23:04:45.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-04-14T23:04:45.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-04-14T23:04:45.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30982026-04-14T23:04:45.846Z
30992026-04-14T23:04:45.847Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/270)
31002026-04-14T23:04:46.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-04-14T23:04:46.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-04-14T23:04:46.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-04-14T23:04:46.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31042026-04-14T23:04:46.452Z
31052026-04-14T23:04:46.452Zinfo: running `cargo check --bins` on update-engine (102/270)
31062026-04-14T23:04:46.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-04-14T23:04:46.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-04-14T23:04:46.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-04-14T23:04:46.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31102026-04-14T23:04:47.042Z
31112026-04-14T23:04:47.042Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/270)
31122026-04-14T23:04:47.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-04-14T23:04:47.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-04-14T23:04:47.748Z Checking dropshot-api-manager-types v0.6.0
31152026-04-14T23:04:47.748Z Checking nanorand v0.7.0
31162026-04-14T23:04:47.994Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31172026-04-14T23:04:48.019Z Checking flume v0.11.1
31182026-04-14T23:04:48.228Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31192026-04-14T23:04:49.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
31202026-04-14T23:04:49.469Z
31212026-04-14T23:04:49.469Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/270)
31222026-04-14T23:04:49.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-04-14T23:04:49.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-04-14T23:04:49.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-04-14T23:04:49.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31262026-04-14T23:04:50.074Z
31272026-04-14T23:04:50.074Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/270)
31282026-04-14T23:04:50.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-04-14T23:04:50.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-04-14T23:04:50.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-04-14T23:04:50.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31322026-04-14T23:04:50.684Z
31332026-04-14T23:04:50.684Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/270)
31342026-04-14T23:04:51.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-04-14T23:04:51.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-04-14T23:04:51.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-04-14T23:04:51.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31382026-04-14T23:04:51.299Z
31392026-04-14T23:04:51.299Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/270)
31402026-04-14T23:04:51.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-04-14T23:04:51.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-04-14T23:04:51.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-04-14T23:04:51.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31442026-04-14T23:04:51.918Z
31452026-04-14T23:04:51.918Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/270)
31462026-04-14T23:04:52.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-04-14T23:04:52.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-04-14T23:04:52.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-04-14T23:04:52.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31502026-04-14T23:04:52.533Z
31512026-04-14T23:04:52.533Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/270)
31522026-04-14T23:04:53.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-04-14T23:04:53.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-04-14T23:04:53.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-04-14T23:04:53.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31562026-04-14T23:04:53.147Z
31572026-04-14T23:04:53.147Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/270)
31582026-04-14T23:04:53.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-04-14T23:04:53.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-04-14T23:04:53.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-04-14T23:04:53.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31622026-04-14T23:04:53.757Z
31632026-04-14T23:04:53.757Zinfo: running `cargo check --bins` on cockroach-admin-client (111/270)
31642026-04-14T23:04:54.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-04-14T23:04:54.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-04-14T23:04:54.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-04-14T23:04:54.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31682026-04-14T23:04:54.355Z
31692026-04-14T23:04:54.355Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/270)
31702026-04-14T23:04:54.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-04-14T23:04:54.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-04-14T23:04:54.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-04-14T23:04:54.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31742026-04-14T23:04:54.967Z
31752026-04-14T23:04:54.967Zinfo: running `cargo check --bins` on dns-service-client (113/270)
31762026-04-14T23:04:55.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-04-14T23:04:55.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-04-14T23:04:55.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-04-14T23:04:55.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31802026-04-14T23:04:55.576Z
31812026-04-14T23:04:55.577Zinfo: running `cargo check --bins` on installinator-client (114/270)
31822026-04-14T23:04:56.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-04-14T23:04:56.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-04-14T23:04:56.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-04-14T23:04:56.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31862026-04-14T23:04:56.189Z
31872026-04-14T23:04:56.189Zinfo: running `cargo check --bins` on nexus-client (115/270)
31882026-04-14T23:04:56.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-04-14T23:04:56.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-04-14T23:04:56.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-04-14T23:04:56.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31922026-04-14T23:04:56.838Z
31932026-04-14T23:04:56.838Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/270)
31942026-04-14T23:04:57.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-04-14T23:04:57.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-04-14T23:04:57.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-04-14T23:04:57.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31982026-04-14T23:04:57.494Z
31992026-04-14T23:04:57.494Zinfo: running `cargo check --bins` on ntp-admin-client (117/270)
32002026-04-14T23:04:57.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-04-14T23:04:58.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-04-14T23:04:58.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-04-14T23:04:58.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32042026-04-14T23:04:58.088Z
32052026-04-14T23:04:58.088Zinfo: running `cargo check --bins` on oxide-client (118/270)
32062026-04-14T23:04:58.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-04-14T23:04:58.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-04-14T23:04:58.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-04-14T23:04:58.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32102026-04-14T23:04:58.691Z
32112026-04-14T23:04:58.691Zinfo: running `cargo check --bins` on oximeter-client (119/270)
32122026-04-14T23:04:59.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-04-14T23:04:59.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-04-14T23:04:59.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-04-14T23:04:59.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32162026-04-14T23:04:59.304Z
32172026-04-14T23:04:59.304Zinfo: running `cargo check --bins` on repo-depot-client (120/270)
32182026-04-14T23:04:59.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-04-14T23:04:59.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-04-14T23:04:59.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-04-14T23:04:59.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32222026-04-14T23:04:59.907Z
32232026-04-14T23:04:59.907Zinfo: running `cargo check --bins` on sled-agent-client (121/270)
32242026-04-14T23:05:00.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-04-14T23:05:00.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-04-14T23:05:00.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-04-14T23:05:00.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32282026-04-14T23:05:00.528Z
32292026-04-14T23:05:00.528Zinfo: running `cargo check --bins` on wicketd-client (122/270)
32302026-04-14T23:05:01.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-04-14T23:05:01.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-04-14T23:05:01.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-04-14T23:05:01.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32342026-04-14T23:05:01.165Z
32352026-04-14T23:05:01.166Zinfo: running `cargo check --bins` on installinator-common (123/270)
32362026-04-14T23:05:01.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-04-14T23:05:01.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-04-14T23:05:01.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-04-14T23:05:01.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32402026-04-14T23:05:01.795Z
32412026-04-14T23:05:01.795Zinfo: running `cargo check --bins` on installinator-common-versions (124/270)
32422026-04-14T23:05:02.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-04-14T23:05:02.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-04-14T23:05:02.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-04-14T23:05:02.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32462026-04-14T23:05:02.395Z
32472026-04-14T23:05:02.395Zinfo: running `cargo check --bins` on wicket-common (125/270)
32482026-04-14T23:05:02.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-04-14T23:05:02.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-04-14T23:05:02.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-04-14T23:05:02.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32522026-04-14T23:05:03.022Z
32532026-04-14T23:05:03.022Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/270)
32542026-04-14T23:05:03.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-04-14T23:05:03.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-04-14T23:05:03.722Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32572026-04-14T23:05:03.838Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32582026-04-14T23:05:03.847Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32592026-04-14T23:05:03.850Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32602026-04-14T23:05:03.854Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-04-14T23:05:03.859Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32622026-04-14T23:05:03.880Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32632026-04-14T23:05:03.895Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32642026-04-14T23:05:04.020Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32652026-04-14T23:05:04.069Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32662026-04-14T23:05:04.097Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32672026-04-14T23:05:04.241Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32682026-04-14T23:05:04.244Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32692026-04-14T23:05:05.009Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32702026-04-14T23:05:10.206Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32712026-04-14T23:05:11.253Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32722026-04-14T23:05:13.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.14s
32732026-04-14T23:05:13.363Z
32742026-04-14T23:05:13.363Zinfo: running `cargo check --bins` on cockroach-admin-api (127/270)
32752026-04-14T23:05:13.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-04-14T23:05:13.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-04-14T23:05:13.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-04-14T23:05:13.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32792026-04-14T23:05:13.973Z
32802026-04-14T23:05:13.973Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/270)
32812026-04-14T23:05:14.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-04-14T23:05:14.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-04-14T23:05:14.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842026-04-14T23:05:14.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32852026-04-14T23:05:14.674Z
32862026-04-14T23:05:14.674Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/270)
32872026-04-14T23:05:15.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882026-04-14T23:05:15.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892026-04-14T23:05:15.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902026-04-14T23:05:15.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32912026-04-14T23:05:15.370Z
32922026-04-14T23:05:15.370Zinfo: running `cargo check --bins` on gateway-test-utils (130/270)
32932026-04-14T23:05:15.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942026-04-14T23:05:15.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952026-04-14T23:05:15.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962026-04-14T23:05:15.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32972026-04-14T23:05:16.030Z
32982026-04-14T23:05:16.030Zinfo: running `cargo check --bins` on omicron-gateway (131/270)
32992026-04-14T23:05:16.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-04-14T23:05:16.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-04-14T23:05:16.776Z Compiling radium v0.7.0
33022026-04-14T23:05:16.896Z Compiling maybe-uninit v2.0.0
33032026-04-14T23:05:16.896Z Checking tap v1.0.1
33042026-04-14T23:05:16.914Z Compiling zerocopy-derive v0.6.6
33052026-04-14T23:05:16.921Z Checking funty v2.0.0
33062026-04-14T23:05:16.932Z Compiling packed_struct v0.10.1
33072026-04-14T23:05:16.935Z Checking crc-catalog v2.4.0
33082026-04-14T23:05:16.959Z Compiling packed_struct_codegen v0.10.1
33092026-04-14T23:05:16.989Z Checking wyz v0.5.1
33102026-04-14T23:05:17.031Z Checking crc v3.4.0
33112026-04-14T23:05:17.174Z Compiling bitfield-macros v0.19.4
33122026-04-14T23:05:17.199Z Compiling indexmap v1.9.3
33132026-04-14T23:05:17.225Z Checking nodrop v0.1.14
33142026-04-14T23:05:17.241Z Checking hashbrown v0.12.3
33152026-04-14T23:05:17.293Z Checking smallvec v0.6.14
33162026-04-14T23:05:17.318Z Checking bitvec v1.0.1
33172026-04-14T23:05:17.321Z Checking array-init v0.0.4
33182026-04-14T23:05:17.411Z Checking tagptr v0.2.0
33192026-04-14T23:05:17.490Z Checking ron v0.8.1
33202026-04-14T23:05:17.552Z Checking moka v0.12.13
33212026-04-14T23:05:17.630Z Checking serde-hex v0.1.0
33222026-04-14T23:05:17.741Z Checking zerocopy v0.6.6
33232026-04-14T23:05:17.896Z Checking bitfield v0.19.4
33242026-04-14T23:05:18.014Z Checking hashbrown v0.13.2
33252026-04-14T23:05:18.029Z Checking crc-any v2.5.0
33262026-04-14T23:05:18.032Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33272026-04-14T23:05:18.054Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33282026-04-14T23:05:18.160Z Checking path-slash v0.1.5
33292026-04-14T23:05:18.175Z Checking hickory-resolver v0.25.2
33302026-04-14T23:05:18.203Z Checking half v1.8.3
33312026-04-14T23:05:18.216Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33322026-04-14T23:05:18.249Z Checking void v1.0.2
33332026-04-14T23:05:18.354Z Checking lzss v0.8.2
33342026-04-14T23:05:18.374Z Checking tungstenite v0.23.0
33352026-04-14T23:05:18.390Z Checking serde_cbor v0.11.2
33362026-04-14T23:05:18.394Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33372026-04-14T23:05:18.432Z Checking object v0.30.4
33382026-04-14T23:05:18.540Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33392026-04-14T23:05:18.700Z Checking nix v0.27.1
33402026-04-14T23:05:18.770Z Checking kstat-rs v0.2.4
33412026-04-14T23:05:18.794Z Checking fxhash v0.2.1
33422026-04-14T23:05:18.879Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33432026-04-14T23:05:18.916Z Checking serde_bytes v0.11.19
33442026-04-14T23:05:18.967Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33452026-04-14T23:05:19.089Z Checking tokio-tungstenite v0.23.1
33462026-04-14T23:05:19.124Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33472026-04-14T23:05:19.219Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33482026-04-14T23:05:19.310Z Checking signal-hook-tokio v0.3.1
33492026-04-14T23:05:19.650Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33502026-04-14T23:05:20.042Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33512026-04-14T23:05:22.172Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33522026-04-14T23:05:23.015Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33532026-04-14T23:05:23.292Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33542026-04-14T23:05:24.360Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33552026-04-14T23:05:26.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.38s
33562026-04-14T23:05:26.636Z
33572026-04-14T23:05:26.637Zinfo: running `cargo check --bins` on gateway-api (132/270)
33582026-04-14T23:05:27.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-04-14T23:05:27.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-04-14T23:05:27.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-04-14T23:05:27.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33622026-04-14T23:05:27.240Z
33632026-04-14T23:05:27.240Zinfo: running `cargo check --bins` on ipcc (133/270)
33642026-04-14T23:05:27.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-04-14T23:05:27.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-04-14T23:05:27.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-04-14T23:05:27.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33682026-04-14T23:05:27.862Z
33692026-04-14T23:05:27.863Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (134/270)
33702026-04-14T23:05:28.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-04-14T23:05:28.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-04-14T23:05:28.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-04-14T23:05:28.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33742026-04-14T23:05:28.468Z
33752026-04-14T23:05:28.468Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (135/270)
33762026-04-14T23:05:28.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-04-14T23:05:28.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-04-14T23:05:28.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-04-14T23:05:28.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33802026-04-14T23:05:29.089Z
33812026-04-14T23:05:29.089Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (136/270)
33822026-04-14T23:05:29.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-04-14T23:05:29.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-04-14T23:05:29.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-04-14T23:05:29.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33862026-04-14T23:05:29.715Z
33872026-04-14T23:05:29.715Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/270)
33882026-04-14T23:05:30.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-04-14T23:05:30.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-04-14T23:05:30.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-04-14T23:05:30.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33922026-04-14T23:05:30.340Z
33932026-04-14T23:05:30.340Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (138/270)
33942026-04-14T23:05:30.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-04-14T23:05:30.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-04-14T23:05:30.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-04-14T23:05:30.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33982026-04-14T23:05:30.957Z
33992026-04-14T23:05:30.957Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (139/270)
34002026-04-14T23:05:31.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-04-14T23:05:31.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-04-14T23:05:31.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-04-14T23:05:31.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34042026-04-14T23:05:31.582Z
34052026-04-14T23:05:31.582Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (140/270)
34062026-04-14T23:05:32.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-04-14T23:05:32.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-04-14T23:05:32.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-04-14T23:05:32.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34102026-04-14T23:05:32.204Z
34112026-04-14T23:05:32.204Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (141/270)
34122026-04-14T23:05:32.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-04-14T23:05:32.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-04-14T23:05:32.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-04-14T23:05:32.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34162026-04-14T23:05:32.828Z
34172026-04-14T23:05:32.828Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (142/270)
34182026-04-14T23:05:33.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-04-14T23:05:33.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-04-14T23:05:33.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-04-14T23:05:33.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34222026-04-14T23:05:33.450Z
34232026-04-14T23:05:33.450Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (143/270)
34242026-04-14T23:05:33.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-04-14T23:05:33.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-04-14T23:05:33.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-04-14T23:05:33.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34282026-04-14T23:05:34.069Z
34292026-04-14T23:05:34.069Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (144/270)
34302026-04-14T23:05:34.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-04-14T23:05:34.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-04-14T23:05:34.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-04-14T23:05:34.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34342026-04-14T23:05:34.691Z
34352026-04-14T23:05:34.691Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (145/270)
34362026-04-14T23:05:35.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-04-14T23:05:35.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-04-14T23:05:35.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-04-14T23:05:35.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34402026-04-14T23:05:35.316Z
34412026-04-14T23:05:35.316Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (146/270)
34422026-04-14T23:05:35.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-04-14T23:05:35.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-04-14T23:05:35.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-04-14T23:05:35.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34462026-04-14T23:05:35.938Z
34472026-04-14T23:05:35.938Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (147/270)
34482026-04-14T23:05:36.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-04-14T23:05:36.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-04-14T23:05:36.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-04-14T23:05:36.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34522026-04-14T23:05:36.559Z
34532026-04-14T23:05:36.559Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (148/270)
34542026-04-14T23:05:37.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-04-14T23:05:37.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-04-14T23:05:37.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-04-14T23:05:37.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34582026-04-14T23:05:37.184Z
34592026-04-14T23:05:37.184Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (149/270)
34602026-04-14T23:05:37.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-04-14T23:05:37.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-04-14T23:05:37.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-04-14T23:05:37.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34642026-04-14T23:05:37.814Z
34652026-04-14T23:05:37.815Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (150/270)
34662026-04-14T23:05:38.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-04-14T23:05:38.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-04-14T23:05:38.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-04-14T23:05:38.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34702026-04-14T23:05:38.436Z
34712026-04-14T23:05:38.436Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (151/270)
34722026-04-14T23:05:38.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-04-14T23:05:38.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-04-14T23:05:38.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-04-14T23:05:38.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34762026-04-14T23:05:39.054Z
34772026-04-14T23:05:39.054Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (152/270)
34782026-04-14T23:05:39.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-04-14T23:05:39.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-04-14T23:05:39.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-04-14T23:05:39.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34822026-04-14T23:05:39.675Z
34832026-04-14T23:05:39.675Zinfo: running `cargo check --bins` on oximeter-producer (153/270)
34842026-04-14T23:05:40.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-04-14T23:05:40.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-04-14T23:05:40.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-04-14T23:05:40.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34882026-04-14T23:05:40.334Z
34892026-04-14T23:05:40.334Zinfo: running `cargo check --bins` on internal-dns-resolver (154/270)
34902026-04-14T23:05:40.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-04-14T23:05:40.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-04-14T23:05:40.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-04-14T23:05:40.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34942026-04-14T23:05:40.958Z
34952026-04-14T23:05:40.958Zinfo: running `cargo check --bins` on dns-server (155/270)
34962026-04-14T23:05:41.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-04-14T23:05:41.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-04-14T23:05:41.625Z Compiling parking_lot_core v0.8.6
34992026-04-14T23:05:41.625Z Compiling git-stub v1.0.0
35002026-04-14T23:05:41.625Z Compiling atomicwrites v0.4.4
35012026-04-14T23:05:41.628Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35022026-04-14T23:05:41.628Z Checking prefix-trie v0.7.0
35032026-04-14T23:05:41.864Z Compiling git-stub-vcs v0.1.0
35042026-04-14T23:05:42.042Z Checking hickory-server v0.25.2
35052026-04-14T23:05:42.142Z Checking parking_lot v0.11.2
35062026-04-14T23:05:42.146Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35072026-04-14T23:05:42.219Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35082026-04-14T23:05:42.219Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35092026-04-14T23:05:42.321Z Checking sled v0.34.7
35102026-04-14T23:05:44.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
35112026-04-14T23:05:44.432Z
35122026-04-14T23:05:44.432Zinfo: running `cargo check --bins` on dns-server-api (156/270)
35132026-04-14T23:05:44.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-04-14T23:05:44.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-04-14T23:05:44.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-04-14T23:05:44.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35172026-04-14T23:05:45.048Z
35182026-04-14T23:05:45.048Zinfo: running `cargo check --bins` on sp-sim (157/270)
35192026-04-14T23:05:45.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-04-14T23:05:45.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-04-14T23:05:45.800Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35222026-04-14T23:05:47.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
35232026-04-14T23:05:47.759Z
35242026-04-14T23:05:47.760Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/270)
35252026-04-14T23:05:48.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-04-14T23:05:48.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-04-14T23:05:48.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-04-14T23:05:48.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35292026-04-14T23:05:48.432Z
35302026-04-14T23:05:48.432Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/270)
35312026-04-14T23:05:48.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-04-14T23:05:49.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-04-14T23:05:49.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-04-14T23:05:49.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35352026-04-14T23:05:49.104Z
35362026-04-14T23:05:49.104Zinfo: running `cargo check --bins` on db-macros (160/270)
35372026-04-14T23:05:49.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-04-14T23:05:49.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-04-14T23:05:49.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-04-14T23:05:49.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35412026-04-14T23:05:49.707Z
35422026-04-14T23:05:49.707Zinfo: running `cargo check --bins` on nexus-macros-common (161/270)
35432026-04-14T23:05:50.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-04-14T23:05:50.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-04-14T23:05:50.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-04-14T23:05:50.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35472026-04-14T23:05:50.306Z
35482026-04-14T23:05:50.307Zinfo: running `cargo check --bins` on nexus-auth (162/270)
35492026-04-14T23:05:50.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-04-14T23:05:50.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-04-14T23:05:50.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-04-14T23:05:50.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35532026-04-14T23:05:50.963Z
35542026-04-14T23:05:50.963Zinfo: running `cargo check --bins` on authz-macros (163/270)
35552026-04-14T23:05:51.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-04-14T23:05:51.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-04-14T23:05:51.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-04-14T23:05:51.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35592026-04-14T23:05:51.568Z
35602026-04-14T23:05:51.568Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/270)
35612026-04-14T23:05:52.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-04-14T23:05:52.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-04-14T23:05:52.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-04-14T23:05:52.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35652026-04-14T23:05:52.224Z
35662026-04-14T23:05:52.224Zinfo: running `cargo check --bins` on nexus-db-model (165/270)
35672026-04-14T23:05:52.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-04-14T23:05:52.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-04-14T23:05:52.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-04-14T23:05:52.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35712026-04-14T23:05:52.879Z
35722026-04-14T23:05:52.879Zinfo: running `cargo check --bins` on nexus-db-schema (166/270)
35732026-04-14T23:05:53.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-04-14T23:05:53.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-04-14T23:05:53.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-04-14T23:05:53.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35772026-04-14T23:05:53.483Z
35782026-04-14T23:05:53.484Zinfo: running `cargo check --bins` on omicron-rpaths (167/270)
35792026-04-14T23:05:53.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-04-14T23:05:53.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-04-14T23:05:53.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-04-14T23:05:53.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35832026-04-14T23:05:54.086Z
35842026-04-14T23:05:54.086Zinfo: running `cargo check --bins` on nexus-defaults (168/270)
35852026-04-14T23:05:54.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-04-14T23:05:54.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-04-14T23:05:54.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-04-14T23:05:54.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35892026-04-14T23:05:54.706Z
35902026-04-14T23:05:54.706Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/270)
35912026-04-14T23:05:55.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-04-14T23:05:55.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-04-14T23:05:55.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-04-14T23:05:55.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35952026-04-14T23:05:55.316Z
35962026-04-14T23:05:55.316Zinfo: running `cargo check --bins` on parallel-task-set (170/270)
35972026-04-14T23:05:55.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-04-14T23:05:55.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-04-14T23:05:55.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-04-14T23:05:55.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36012026-04-14T23:05:55.924Z
36022026-04-14T23:05:55.924Zinfo: running `cargo check --bins` on nexus-db-errors (171/270)
36032026-04-14T23:05:56.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-04-14T23:05:56.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-04-14T23:05:56.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-04-14T23:05:56.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36072026-04-14T23:05:56.599Z
36082026-04-14T23:05:56.599Zinfo: running `cargo check --bins` on nexus-db-lookup (172/270)
36092026-04-14T23:05:57.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-04-14T23:05:57.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-04-14T23:05:57.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-04-14T23:05:57.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36132026-04-14T23:05:57.274Z
36142026-04-14T23:05:57.274Zinfo: running `cargo check --bins` on nexus-inventory (173/270)
36152026-04-14T23:05:57.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-04-14T23:05:57.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-04-14T23:05:57.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-04-14T23:05:57.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36192026-04-14T23:05:57.936Z
36202026-04-14T23:05:57.936Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/270)
36212026-04-14T23:05:58.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-04-14T23:05:58.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-04-14T23:05:58.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-04-14T23:05:58.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36252026-04-14T23:05:58.571Z
36262026-04-14T23:05:58.571Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/270)
36272026-04-14T23:05:59.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-04-14T23:05:59.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-04-14T23:05:59.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-04-14T23:05:59.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36312026-04-14T23:05:59.202Z
36322026-04-14T23:05:59.202Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/270)
36332026-04-14T23:05:59.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-04-14T23:05:59.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-04-14T23:05:59.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-04-14T23:06:00.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36372026-04-14T23:06:00.744Z
36382026-04-14T23:06:00.744Zinfo: running `cargo check --bins` on key-manager (177/270)
36392026-04-14T23:06:00.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-04-14T23:06:00.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-04-14T23:06:00.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-04-14T23:06:00.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36432026-04-14T23:06:00.744Z
36442026-04-14T23:06:00.744Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/270)
36452026-04-14T23:06:00.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-04-14T23:06:00.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-04-14T23:06:00.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-04-14T23:06:00.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36492026-04-14T23:06:01.080Z
36502026-04-14T23:06:01.080Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/270)
36512026-04-14T23:06:01.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-04-14T23:06:01.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-04-14T23:06:01.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-04-14T23:06:01.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36552026-04-14T23:06:01.710Z
36562026-04-14T23:06:01.711Zinfo: running `cargo check --bins` on typed-rng (180/270)
36572026-04-14T23:06:02.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-04-14T23:06:02.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-04-14T23:06:02.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-04-14T23:06:02.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36612026-04-14T23:06:02.307Z
36622026-04-14T23:06:02.307Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/270)
36632026-04-14T23:06:02.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-04-14T23:06:02.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-04-14T23:06:03.160Z Compiling libefi-sys v0.1.0
36662026-04-14T23:06:03.163Z Compiling bitfield-struct v0.6.2
36672026-04-14T23:06:03.163Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36682026-04-14T23:06:03.311Z Compiling xshell-macros v0.2.7
36692026-04-14T23:06:03.321Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36702026-04-14T23:06:03.349Z Compiling salty v0.3.0
36712026-04-14T23:06:03.352Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36722026-04-14T23:06:03.356Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-04-14T23:06:03.394Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36742026-04-14T23:06:03.656Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36752026-04-14T23:06:03.671Z Checking xshell v0.2.7
36762026-04-14T23:06:03.700Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36772026-04-14T23:06:03.807Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36782026-04-14T23:06:03.858Z Checking primeorder v0.13.6
36792026-04-14T23:06:03.875Z Compiling proc-macro-error-attr2 v2.0.0
36802026-04-14T23:06:03.906Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36812026-04-14T23:06:03.921Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36822026-04-14T23:06:03.955Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36832026-04-14T23:06:04.053Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36842026-04-14T23:06:04.112Z Checking p384 v0.13.1
36852026-04-14T23:06:04.129Z Compiling num-derive v0.3.3
36862026-04-14T23:06:04.160Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36872026-04-14T23:06:04.261Z Compiling proc-macro-error2 v2.0.1
36882026-04-14T23:06:04.386Z Compiling unicase v2.9.0
36892026-04-14T23:06:04.402Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36902026-04-14T23:06:04.578Z Compiling tabled_derive v0.11.0
36912026-04-14T23:06:04.594Z Compiling mime_guess v2.0.5
36922026-04-14T23:06:04.609Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36932026-04-14T23:06:04.670Z Compiling progenitor-impl v0.11.2
36942026-04-14T23:06:04.990Z Checking papergrid v0.17.0
36952026-04-14T23:06:05.027Z Checking libscf-sys v1.1.0
36962026-04-14T23:06:05.129Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36972026-04-14T23:06:05.167Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36982026-04-14T23:06:05.262Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36992026-04-14T23:06:05.304Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37002026-04-14T23:06:05.746Z Checking testing_table v0.3.0
37012026-04-14T23:06:05.807Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37022026-04-14T23:06:05.849Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37032026-04-14T23:06:05.866Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37042026-04-14T23:06:05.973Z Checking corncobs v0.1.4
37052026-04-14T23:06:05.990Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37062026-04-14T23:06:06.023Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37072026-04-14T23:06:06.085Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37082026-04-14T23:06:06.104Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37092026-04-14T23:06:06.121Z Checking tabled v0.20.0
37102026-04-14T23:06:06.241Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37112026-04-14T23:06:06.397Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37122026-04-14T23:06:06.445Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37132026-04-14T23:06:06.462Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37142026-04-14T23:06:06.733Z Checking progenitor-client v0.11.2
37152026-04-14T23:06:06.756Z Checking secrecy v0.8.0
37162026-04-14T23:06:06.966Z Checking http-range v0.1.5
37172026-04-14T23:06:07.101Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37182026-04-14T23:06:07.141Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37192026-04-14T23:06:07.158Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37202026-04-14T23:06:07.356Z Compiling progenitor-macro v0.11.2
37212026-04-14T23:06:07.389Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37222026-04-14T23:06:07.511Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37232026-04-14T23:06:07.574Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37242026-04-14T23:06:07.769Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37252026-04-14T23:06:07.852Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37262026-04-14T23:06:07.899Z Checking atty v0.2.14
37272026-04-14T23:06:08.003Z Checking crc8 v0.1.1
37282026-04-14T23:06:08.048Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37292026-04-14T23:06:08.107Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37302026-04-14T23:06:08.173Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37312026-04-14T23:06:08.391Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37322026-04-14T23:06:08.406Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37332026-04-14T23:06:08.512Z Checking hyper-staticfile v0.10.1
37342026-04-14T23:06:08.695Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37352026-04-14T23:06:08.772Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37362026-04-14T23:06:08.822Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37372026-04-14T23:06:09.002Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37382026-04-14T23:06:09.034Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37392026-04-14T23:06:09.051Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37402026-04-14T23:06:09.237Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37412026-04-14T23:06:09.433Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37422026-04-14T23:06:09.514Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37432026-04-14T23:06:09.756Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37442026-04-14T23:06:09.962Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37452026-04-14T23:06:10.039Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37462026-04-14T23:06:10.187Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37472026-04-14T23:06:10.506Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37482026-04-14T23:06:10.611Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37492026-04-14T23:06:11.039Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37502026-04-14T23:06:11.691Z Checking progenitor v0.11.2
37512026-04-14T23:06:11.839Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37522026-04-14T23:06:16.791Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37532026-04-14T23:06:27.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.52s
37542026-04-14T23:06:28.050Z
37552026-04-14T23:06:28.050Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/270)
37562026-04-14T23:06:28.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-04-14T23:06:28.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-04-14T23:06:28.839Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-04-14T23:06:39.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.91s
37602026-04-14T23:06:40.184Z
37612026-04-14T23:06:40.184Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/270)
37622026-04-14T23:06:40.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-04-14T23:06:40.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-04-14T23:06:40.983Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-04-14T23:06:52.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s
37662026-04-14T23:06:52.295Z
37672026-04-14T23:06:52.295Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/270)
37682026-04-14T23:06:52.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-04-14T23:06:52.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-04-14T23:06:53.095Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37712026-04-14T23:07:04.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
37722026-04-14T23:07:04.359Z
37732026-04-14T23:07:04.359Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/270)
37742026-04-14T23:07:04.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-04-14T23:07:04.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-04-14T23:07:05.160Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37772026-04-14T23:07:16.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s
37782026-04-14T23:07:16.472Z
37792026-04-14T23:07:16.472Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/270)
37802026-04-14T23:07:17.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-04-14T23:07:17.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-04-14T23:07:17.271Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37832026-04-14T23:07:28.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.89s
37842026-04-14T23:07:28.596Z
37852026-04-14T23:07:28.596Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/270)
37862026-04-14T23:07:29.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-04-14T23:07:29.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-04-14T23:07:29.400Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37892026-04-14T23:07:40.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s
37902026-04-14T23:07:40.703Z
37912026-04-14T23:07:40.703Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/270)
37922026-04-14T23:07:41.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-04-14T23:07:41.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-04-14T23:07:41.498Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37952026-04-14T23:07:52.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s
37962026-04-14T23:07:52.741Z
37972026-04-14T23:07:52.741Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/270)
37982026-04-14T23:07:53.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-04-14T23:07:53.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-04-14T23:07:53.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-04-14T23:07:53.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38022026-04-14T23:07:53.355Z
38032026-04-14T23:07:53.355Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/270)
38042026-04-14T23:07:53.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-04-14T23:07:53.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-04-14T23:07:53.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-04-14T23:07:53.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38082026-04-14T23:07:53.972Z
38092026-04-14T23:07:53.972Zinfo: running `cargo check --bins` on range-requests (191/270)
38102026-04-14T23:07:54.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-04-14T23:07:54.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-04-14T23:07:54.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-04-14T23:07:54.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38142026-04-14T23:07:54.576Z
38152026-04-14T23:07:54.576Zinfo: running `cargo check --bins` on repo-depot-api (192/270)
38162026-04-14T23:07:55.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-04-14T23:07:55.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-04-14T23:07:55.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-04-14T23:07:55.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38202026-04-14T23:07:55.180Z
38212026-04-14T23:07:55.180Zinfo: running `cargo check --bins` on sled-agent-api (193/270)
38222026-04-14T23:07:55.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-04-14T23:07:55.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-04-14T23:07:55.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-04-14T23:07:55.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38262026-04-14T23:07:55.803Z
38272026-04-14T23:07:55.803Zinfo: running `cargo check --bins` on sled-diagnostics (194/270)
38282026-04-14T23:07:56.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-04-14T23:07:56.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-04-14T23:07:56.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-04-14T23:07:56.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38322026-04-14T23:07:56.427Z
38332026-04-14T23:07:56.427Zinfo: running `cargo check --bins` on zfs-test-harness (195/270)
38342026-04-14T23:07:56.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-04-14T23:07:56.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-04-14T23:07:56.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-04-14T23:07:56.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38382026-04-14T23:07:57.051Z
38392026-04-14T23:07:57.051Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/270)
38402026-04-14T23:07:57.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-04-14T23:07:57.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-04-14T23:07:57.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-04-14T23:07:57.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38442026-04-14T23:07:57.682Z
38452026-04-14T23:07:57.682Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/270)
38462026-04-14T23:07:58.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-04-14T23:07:58.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-04-14T23:07:58.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-04-14T23:07:58.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38502026-04-14T23:07:58.315Z
38512026-04-14T23:07:58.315Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/270)
38522026-04-14T23:07:58.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-04-14T23:07:58.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-04-14T23:07:58.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-04-14T23:07:58.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38562026-04-14T23:07:58.946Z
38572026-04-14T23:07:58.946Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/270)
38582026-04-14T23:07:59.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-04-14T23:07:59.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-04-14T23:07:59.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-04-14T23:07:59.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38622026-04-14T23:07:59.578Z
38632026-04-14T23:07:59.578Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/270)
38642026-04-14T23:08:00.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-04-14T23:08:00.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-04-14T23:08:00.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-04-14T23:08:00.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38682026-04-14T23:08:00.213Z
38692026-04-14T23:08:00.213Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/270)
38702026-04-14T23:08:00.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-04-14T23:08:00.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-04-14T23:08:00.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-04-14T23:08:00.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38742026-04-14T23:08:00.848Z
38752026-04-14T23:08:00.848Zinfo: running `cargo check --bins` on transient-dns-server (202/270)
38762026-04-14T23:08:01.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-04-14T23:08:01.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-04-14T23:08:01.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-04-14T23:08:01.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38802026-04-14T23:08:01.469Z
38812026-04-14T23:08:01.469Zinfo: running `cargo check --bins` on trust-quorum (203/270)
38822026-04-14T23:08:01.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-04-14T23:08:02.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-04-14T23:08:02.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-04-14T23:08:02.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38862026-04-14T23:08:02.102Z
38872026-04-14T23:08:02.102Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (204/270)
38882026-04-14T23:08:02.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-04-14T23:08:02.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-04-14T23:08:02.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-04-14T23:08:02.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38922026-04-14T23:08:02.750Z
38932026-04-14T23:08:02.750Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (205/270)
38942026-04-14T23:08:03.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-04-14T23:08:03.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-04-14T23:08:03.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-04-14T23:08:03.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38982026-04-14T23:08:03.411Z
38992026-04-14T23:08:03.411Zinfo: running `cargo check --bins` on update-common (206/270)
39002026-04-14T23:08:03.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-04-14T23:08:03.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-04-14T23:08:03.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-04-14T23:08:03.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39042026-04-14T23:08:04.029Z
39052026-04-14T23:08:04.030Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (207/270)
39062026-04-14T23:08:04.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-04-14T23:08:04.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-04-14T23:08:04.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-04-14T23:08:04.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39102026-04-14T23:08:04.693Z
39112026-04-14T23:08:04.693Zinfo: running `cargo check --bins` on reconfigurator-cli (208/270)
39122026-04-14T23:08:05.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-04-14T23:08:05.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-04-14T23:08:05.479Z Compiling fs-err v2.11.0
39152026-04-14T23:08:05.482Z Checking ignore v0.4.25
39162026-04-14T23:08:05.609Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39172026-04-14T23:08:05.616Z Checking predicates-tree v1.0.13
39182026-04-14T23:08:05.622Z Checking parse-size v1.1.0
39192026-04-14T23:08:05.632Z Checking rand_seeder v0.4.0
39202026-04-14T23:08:05.635Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39212026-04-14T23:08:05.657Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39222026-04-14T23:08:05.711Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39232026-04-14T23:08:05.730Z Compiling petname v2.0.2
39242026-04-14T23:08:05.769Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39252026-04-14T23:08:05.921Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39262026-04-14T23:08:05.937Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39272026-04-14T23:08:05.987Z Checking globwalk v0.9.1
39282026-04-14T23:08:06.057Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39292026-04-14T23:08:06.100Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39302026-04-14T23:08:06.162Z Checking sapling-renderdag v0.1.0
39312026-04-14T23:08:06.176Z Checking camino-tempfile-ext v0.3.3
39322026-04-14T23:08:06.283Z Checking sync-ptr v0.1.4
39332026-04-14T23:08:06.366Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39342026-04-14T23:08:06.397Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39352026-04-14T23:08:06.430Z Checking colored v2.2.0
39362026-04-14T23:08:06.486Z Checking assert_matches v1.5.0
39372026-04-14T23:08:06.708Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39382026-04-14T23:08:06.852Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39392026-04-14T23:08:06.852Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39402026-04-14T23:08:07.447Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39412026-04-14T23:08:08.735Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39422026-04-14T23:08:10.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s
39432026-04-14T23:08:11.121Z
39442026-04-14T23:08:11.121Zinfo: running `cargo check --bins` on omicron-repl-utils (209/270)
39452026-04-14T23:08:11.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-04-14T23:08:11.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-04-14T23:08:11.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-04-14T23:08:11.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39492026-04-14T23:08:11.724Z
39502026-04-14T23:08:11.725Zinfo: running `cargo check --bins` on nexus-test-interface (210/270)
39512026-04-14T23:08:12.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-04-14T23:08:12.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-04-14T23:08:12.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-04-14T23:08:12.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39552026-04-14T23:08:12.397Z
39562026-04-14T23:08:12.397Zinfo: running `cargo check --bins` on oximeter-collector (211/270)
39572026-04-14T23:08:12.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-04-14T23:08:12.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-04-14T23:08:13.132Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39602026-04-14T23:08:13.132Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39612026-04-14T23:08:13.779Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39622026-04-14T23:08:15.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
39632026-04-14T23:08:15.526Z
39642026-04-14T23:08:15.526Zinfo: running `cargo check --bins` on oximeter-api (212/270)
39652026-04-14T23:08:16.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-04-14T23:08:16.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-04-14T23:08:16.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-04-14T23:08:16.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39692026-04-14T23:08:16.141Z
39702026-04-14T23:08:16.141Zinfo: running `cargo check --bins` on cert-dev (213/270)
39712026-04-14T23:08:16.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-04-14T23:08:16.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-04-14T23:08:16.766Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39742026-04-14T23:08:17.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
39752026-04-14T23:08:17.215Z
39762026-04-14T23:08:17.215Zinfo: running `cargo check --bins` on clickana (214/270)
39772026-04-14T23:08:17.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-04-14T23:08:17.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-04-14T23:08:17.878Z Compiling darling_core v0.23.0
39802026-04-14T23:08:17.881Z Compiling instability v0.3.11
39812026-04-14T23:08:17.992Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39822026-04-14T23:08:17.992Z Checking castaway v0.2.4
39832026-04-14T23:08:17.997Z Compiling indoc v2.0.7
39842026-04-14T23:08:18.012Z Checking unicode-truncate v1.1.0
39852026-04-14T23:08:18.015Z Checking lru v0.12.5
39862026-04-14T23:08:18.015Z Checking cassowary v0.3.0
39872026-04-14T23:08:18.089Z Checking compact_str v0.8.1
39882026-04-14T23:08:18.929Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39892026-04-14T23:08:19.112Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39902026-04-14T23:08:19.418Z Compiling darling_macro v0.23.0
39912026-04-14T23:08:19.832Z Compiling darling v0.23.0
39922026-04-14T23:08:20.425Z Checking ratatui v0.29.0
39932026-04-14T23:08:21.481Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39942026-04-14T23:08:22.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
39952026-04-14T23:08:22.340Z
39962026-04-14T23:08:22.340Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (215/270)
39972026-04-14T23:08:22.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-04-14T23:08:22.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-04-14T23:08:23.082Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40002026-04-14T23:08:23.085Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40012026-04-14T23:08:23.678Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40022026-04-14T23:08:24.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
40032026-04-14T23:08:24.294Z
40042026-04-14T23:08:24.294Zinfo: running `cargo check --bins` on ch-dev (216/270)
40052026-04-14T23:08:24.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-04-14T23:08:24.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-04-14T23:08:25.034Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40082026-04-14T23:08:25.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40092026-04-14T23:08:25.990Z
40102026-04-14T23:08:25.990Zinfo: running `cargo check --bins` on dev-tools-common (217/270)
40112026-04-14T23:08:26.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-04-14T23:08:26.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-04-14T23:08:26.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-04-14T23:08:26.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40152026-04-14T23:08:26.469Z
40162026-04-14T23:08:26.469Zinfo: running `cargo check --bins` on crdb-seed (218/270)
40172026-04-14T23:08:27.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-04-14T23:08:27.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-04-14T23:08:27.204Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40202026-04-14T23:08:27.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
40212026-04-14T23:08:27.846Z
40222026-04-14T23:08:27.846Zinfo: running `cargo check --bins` on db-dev (219/270)
40232026-04-14T23:08:28.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-04-14T23:08:28.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-04-14T23:08:28.590Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40262026-04-14T23:08:29.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40272026-04-14T23:08:29.563Z
40282026-04-14T23:08:29.563Zinfo: running `cargo check --bins` on omicron-dev-lib (220/270)
40292026-04-14T23:08:30.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-04-14T23:08:30.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-04-14T23:08:30.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-04-14T23:08:30.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40332026-04-14T23:08:30.233Z
40342026-04-14T23:08:30.233Zinfo: running `cargo check --bins` on xtask-downloader (221/270)
40352026-04-14T23:08:30.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-04-14T23:08:30.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-04-14T23:08:30.859Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40382026-04-14T23:08:31.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
40392026-04-14T23:08:31.718Z
40402026-04-14T23:08:31.718Zinfo: running `cargo check --bins` on omicron-dropshot-apis (222/270)
40412026-04-14T23:08:32.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-04-14T23:08:32.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-04-14T23:08:32.486Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40442026-04-14T23:08:32.486Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40452026-04-14T23:08:32.489Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40462026-04-14T23:08:32.489Z Checking git-stub v1.0.0
40472026-04-14T23:08:32.489Z Compiling trait-variant v0.1.2
40482026-04-14T23:08:32.489Z Checking maplit v1.0.2
40492026-04-14T23:08:32.489Z Checking is_ci v1.2.0
40502026-04-14T23:08:32.619Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40512026-04-14T23:08:32.678Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40522026-04-14T23:08:32.701Z Checking supports-color v3.0.2
40532026-04-14T23:08:32.768Z Checking git-stub-vcs v0.1.0
40542026-04-14T23:08:32.822Z Checking drift v0.1.3
40552026-04-14T23:08:32.852Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40562026-04-14T23:08:32.882Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40572026-04-14T23:08:32.961Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40582026-04-14T23:08:33.045Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40592026-04-14T23:08:33.111Z Checking dropshot-api-manager v0.6.0
40602026-04-14T23:08:33.156Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40612026-04-14T23:08:33.199Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40622026-04-14T23:08:33.353Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40632026-04-14T23:08:33.391Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40642026-04-14T23:08:33.548Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40652026-04-14T23:08:33.888Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40662026-04-14T23:08:38.803Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40672026-04-14T23:08:39.815Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40682026-04-14T23:08:40.365Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40692026-04-14T23:08:40.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s
40702026-04-14T23:08:40.998Z
40712026-04-14T23:08:40.998Zinfo: running `cargo check --bins` on installinator-api (223/270)
40722026-04-14T23:08:41.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-04-14T23:08:41.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-04-14T23:08:41.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-04-14T23:08:41.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40762026-04-14T23:08:41.619Z
40772026-04-14T23:08:41.619Zinfo: running `cargo check --bins` on nexus-external-api (224/270)
40782026-04-14T23:08:42.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-04-14T23:08:42.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-04-14T23:08:42.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-04-14T23:08:42.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40822026-04-14T23:08:42.283Z
40832026-04-14T23:08:42.283Zinfo: running `cargo check --bins` on nexus-internal-api (225/270)
40842026-04-14T23:08:42.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-04-14T23:08:42.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-04-14T23:08:42.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-04-14T23:08:42.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40882026-04-14T23:08:42.952Z
40892026-04-14T23:08:42.952Zinfo: running `cargo check --bins` on nexus-lockstep-api (226/270)
40902026-04-14T23:08:43.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-04-14T23:08:43.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-04-14T23:08:43.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-04-14T23:08:43.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40942026-04-14T23:08:43.624Z
40952026-04-14T23:08:43.624Zinfo: running `cargo check --bins` on ntp-admin-api (227/270)
40962026-04-14T23:08:44.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-04-14T23:08:44.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-04-14T23:08:44.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-04-14T23:08:44.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41002026-04-14T23:08:44.250Z
41012026-04-14T23:08:44.250Zinfo: running `cargo check --bins` on ntp-admin-types-versions (228/270)
41022026-04-14T23:08:44.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-04-14T23:08:44.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-04-14T23:08:44.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-04-14T23:08:44.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41062026-04-14T23:08:44.865Z
41072026-04-14T23:08:44.865Zinfo: running `cargo check --bins` on wicketd-api (229/270)
41082026-04-14T23:08:45.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-04-14T23:08:45.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-04-14T23:08:45.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-04-14T23:08:45.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41122026-04-14T23:08:45.501Z
41132026-04-14T23:08:45.501Zinfo: running `cargo check --bins` on omicron-ls-apis (230/270)
41142026-04-14T23:08:46.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-04-14T23:08:46.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-04-14T23:08:46.127Z Checking erased-serde v0.4.9
41172026-04-14T23:08:46.234Z Checking ordered-float v2.10.1
41182026-04-14T23:08:46.250Z Checking unicode-xid v0.2.6
41192026-04-14T23:08:46.267Z Checking cargo-platform v0.2.0
41202026-04-14T23:08:46.426Z Checking serde-value v0.7.0
41212026-04-14T23:08:46.532Z Checking serde-untagged v0.1.9
41222026-04-14T23:08:46.688Z Checking cargo-util-schemas v0.8.2
41232026-04-14T23:08:47.375Z Checking cargo_metadata v0.21.0
41242026-04-14T23:08:47.974Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41252026-04-14T23:08:48.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
41262026-04-14T23:08:48.838Z
41272026-04-14T23:08:48.838Zinfo: running `cargo check --bins` on mgs-dev (231/270)
41282026-04-14T23:08:49.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-04-14T23:08:49.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-04-14T23:08:49.587Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41312026-04-14T23:08:50.205Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41322026-04-14T23:08:50.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41332026-04-14T23:08:50.928Z
41342026-04-14T23:08:50.928Zinfo: running `cargo check --bins` on omicron-omdb (232/270)
41352026-04-14T23:08:51.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-04-14T23:08:51.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-04-14T23:08:51.793Z Compiling vergen-gitcl v1.0.8
41382026-04-14T23:08:51.793Z Compiling dirs-sys-next v0.1.2
41392026-04-14T23:08:51.793Z Compiling diesel_derives v2.3.7
41402026-04-14T23:08:51.793Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41412026-04-14T23:08:51.796Z Compiling glob v0.3.3
41422026-04-14T23:08:51.796Z Compiling crunchy v0.2.4
41432026-04-14T23:08:51.797Z Compiling dsl_auto_type v0.2.0
41442026-04-14T23:08:51.797Z Checking scheduled-thread-pool v0.2.7
41452026-04-14T23:08:52.065Z Compiling diesel_table_macro_syntax v0.3.0
41462026-04-14T23:08:52.188Z Compiling dirs-next v2.0.0
41472026-04-14T23:08:52.203Z Compiling tiny-keccak v2.0.2
41482026-04-14T23:08:52.271Z Compiling term v0.7.0
41492026-04-14T23:08:52.303Z Compiling clang-sys v1.8.1
41502026-04-14T23:08:52.318Z Checking r2d2 v0.8.10
41512026-04-14T23:08:52.332Z Compiling bit-vec v0.6.3
41522026-04-14T23:08:52.414Z Checking downcast-rs v2.0.2
41532026-04-14T23:08:52.500Z Compiling bit-set v0.5.3
41542026-04-14T23:08:52.548Z Compiling ascii-canvas v3.0.0
41552026-04-14T23:08:52.664Z Compiling itertools v0.10.5
41562026-04-14T23:08:52.682Z Compiling ena v0.14.4
41572026-04-14T23:08:52.792Z Compiling libloading v0.8.9
41582026-04-14T23:08:52.840Z Compiling diff v0.1.13
41592026-04-14T23:08:52.840Z Compiling regex-syntax v0.6.29
41602026-04-14T23:08:52.915Z Compiling bindgen v0.71.1
41612026-04-14T23:08:52.997Z Compiling cexpr v0.6.0
41622026-04-14T23:08:53.157Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41632026-04-14T23:08:53.356Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41642026-04-14T23:08:53.399Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41652026-04-14T23:08:53.514Z Compiling libxml v0.3.3
41662026-04-14T23:08:53.666Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41672026-04-14T23:08:53.736Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41682026-04-14T23:08:53.779Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41692026-04-14T23:08:53.970Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41702026-04-14T23:08:53.992Z Compiling strum_macros v0.24.3
41712026-04-14T23:08:54.020Z Compiling indoc v1.0.9
41722026-04-14T23:08:54.243Z Compiling lalrpop v0.19.12
41732026-04-14T23:08:55.024Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41742026-04-14T23:08:55.215Z Checking derive_builder v0.20.2
41752026-04-14T23:08:55.335Z Compiling oso-derive v0.27.3
41762026-04-14T23:08:55.365Z Checking quick-xml v0.37.5
41772026-04-14T23:08:55.636Z Compiling impl-trait-for-tuples v0.2.3
41782026-04-14T23:08:55.845Z Checking openssl-probe v0.1.6
41792026-04-14T23:08:55.993Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41802026-04-14T23:08:56.261Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41812026-04-14T23:08:56.462Z Checking bb8 v0.8.6
41822026-04-14T23:08:56.661Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41832026-04-14T23:08:56.728Z Checking nonempty v0.12.0
41842026-04-14T23:08:56.749Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41852026-04-14T23:08:56.874Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41862026-04-14T23:08:56.899Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41872026-04-14T23:08:56.962Z Checking support-bundle-viewer v0.1.2
41882026-04-14T23:08:57.083Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41892026-04-14T23:08:57.202Z Checking multimap v0.10.1
41902026-04-14T23:08:57.874Z Checking diesel v2.3.7
41912026-04-14T23:08:59.322Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41922026-04-14T23:08:59.944Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41932026-04-14T23:09:00.038Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41942026-04-14T23:09:00.299Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41952026-04-14T23:09:01.022Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41962026-04-14T23:09:01.642Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41972026-04-14T23:09:01.769Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41982026-04-14T23:09:02.517Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41992026-04-14T23:09:04.535Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42002026-04-14T23:09:09.618Z Compiling samael v0.0.19
42012026-04-14T23:09:13.505Z Checking async-bb8-diesel v0.2.1
42022026-04-14T23:09:13.847Z Checking diesel-dtrace v0.5.0
42032026-04-14T23:09:14.419Z Compiling polar-core v0.27.3
42042026-04-14T23:09:18.909Z Checking oso v0.27.3
42052026-04-14T23:09:55.065Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42062026-04-14T23:10:27.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
42072026-04-14T23:10:27.858Z
42082026-04-14T23:10:27.858Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (233/270)
42092026-04-14T23:10:28.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-04-14T23:10:28.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-04-14T23:10:28.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-04-14T23:10:28.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42132026-04-14T23:10:28.527Z
42142026-04-14T23:10:28.527Zinfo: running `cargo check --bins` on nexus-saga-recovery (234/270)
42152026-04-14T23:10:29.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-04-14T23:10:29.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-04-14T23:10:29.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-04-14T23:10:29.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42192026-04-14T23:10:29.198Z
42202026-04-14T23:10:29.198Zinfo: running `cargo check --bins` on nexus-test-utils-macros (235/270)
42212026-04-14T23:10:29.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-04-14T23:10:29.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-04-14T23:10:29.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-04-14T23:10:29.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42252026-04-14T23:10:29.804Z
42262026-04-14T23:10:29.804Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (236/270)
42272026-04-14T23:10:30.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-04-14T23:10:30.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-04-14T23:10:30.682Z Compiling libz-sys v1.1.24
42302026-04-14T23:10:30.813Z Compiling libgit2-sys v0.18.3+1.9.2
42312026-04-14T23:10:30.840Z Compiling vergen-git2 v1.0.7
42322026-04-14T23:10:30.843Z Compiling rustls v0.21.12
42332026-04-14T23:10:30.843Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42342026-04-14T23:10:30.846Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42352026-04-14T23:10:30.846Z Checking sct v0.7.1
42362026-04-14T23:10:30.846Z Checking rustls-webpki v0.101.7
42372026-04-14T23:10:31.011Z Compiling nix v0.29.0
42382026-04-14T23:10:31.100Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42392026-04-14T23:10:31.147Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42402026-04-14T23:10:31.162Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42412026-04-14T23:10:31.279Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42422026-04-14T23:10:31.376Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42432026-04-14T23:10:31.419Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42442026-04-14T23:10:31.483Z Checking rustls-pemfile v1.0.4
42452026-04-14T23:10:31.622Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42462026-04-14T23:10:31.654Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42472026-04-14T23:10:31.838Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42482026-04-14T23:10:31.853Z Checking twox-hash v2.1.2
42492026-04-14T23:10:31.993Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42502026-04-14T23:10:32.477Z Checking tokio-rustls v0.24.1
42512026-04-14T23:10:32.583Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42522026-04-14T23:10:32.676Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42532026-04-14T23:10:32.693Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42542026-04-14T23:10:32.738Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42552026-04-14T23:10:32.882Z Checking fatfs v0.3.6
42562026-04-14T23:10:33.238Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42572026-04-14T23:10:33.334Z Compiling seq-macro v0.3.6
42582026-04-14T23:10:37.299Z Compiling git2 v0.20.4
42592026-04-14T23:10:37.701Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42602026-04-14T23:10:37.830Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42612026-04-14T23:10:39.526Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42622026-04-14T23:11:26.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.85s
42632026-04-14T23:11:26.890Z
42642026-04-14T23:11:26.890Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (237/270)
42652026-04-14T23:11:27.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-04-14T23:11:27.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-04-14T23:11:27.789Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42682026-04-14T23:12:07.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.24s
42692026-04-14T23:12:07.363Z
42702026-04-14T23:12:07.363Zinfo: running `cargo check --bins` on nexus-background-task-interface (238/270)
42712026-04-14T23:12:07.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-04-14T23:12:07.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-04-14T23:12:07.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-04-14T23:12:07.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42752026-04-14T23:12:07.975Z
42762026-04-14T23:12:07.975Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (239/270)
42772026-04-14T23:12:08.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-04-14T23:12:08.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-04-14T23:12:08.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-04-14T23:12:08.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42812026-04-14T23:12:08.664Z
42822026-04-14T23:12:08.664Zinfo: running `cargo check --bins` on nexus-mgs-updates (240/270)
42832026-04-14T23:12:09.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-04-14T23:12:09.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-04-14T23:12:09.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-04-14T23:12:09.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42872026-04-14T23:12:09.319Z
42882026-04-14T23:12:09.319Zinfo: running `cargo check --bins` on nexus-networking (241/270)
42892026-04-14T23:12:09.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-04-14T23:12:09.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-04-14T23:12:09.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-04-14T23:12:09.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42932026-04-14T23:12:09.983Z
42942026-04-14T23:12:09.983Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (242/270)
42952026-04-14T23:12:10.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-04-14T23:12:10.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-04-14T23:12:10.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-04-14T23:12:10.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42992026-04-14T23:12:10.647Z
43002026-04-14T23:12:10.648Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (243/270)
43012026-04-14T23:12:11.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-04-14T23:12:11.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-04-14T23:12:11.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-04-14T23:12:11.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43052026-04-14T23:12:11.318Z
43062026-04-14T23:12:11.318Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (244/270)
43072026-04-14T23:12:11.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-04-14T23:12:11.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-04-14T23:12:11.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-04-14T23:12:11.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43112026-04-14T23:12:11.981Z
43122026-04-14T23:12:11.981Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (245/270)
43132026-04-14T23:12:12.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-04-14T23:12:12.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-04-14T23:12:12.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-04-14T23:12:12.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43172026-04-14T23:12:12.664Z
43182026-04-14T23:12:12.664Zinfo: running `cargo check --bins` on omicron-dev (246/270)
43192026-04-14T23:12:13.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-04-14T23:12:13.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-04-14T23:12:13.577Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43222026-04-14T23:12:13.577Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43232026-04-14T23:12:13.762Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43242026-04-14T23:12:13.766Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43252026-04-14T23:12:13.809Z Checking diff v0.1.13
43262026-04-14T23:12:13.813Z Checking yansi v1.0.1
43272026-04-14T23:12:13.813Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43282026-04-14T23:12:13.855Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43292026-04-14T23:12:13.905Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43302026-04-14T23:12:14.070Z Checking pretty_assertions v1.4.1
43312026-04-14T23:12:14.726Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43322026-04-14T23:12:37.906Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43332026-04-14T23:12:37.909Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43342026-04-14T23:12:37.909Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43352026-04-14T23:12:37.909Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43362026-04-14T23:12:37.909Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43372026-04-14T23:12:37.909Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43382026-04-14T23:12:38.651Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43392026-04-14T23:12:39.753Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43402026-04-14T23:13:18.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43412026-04-14T23:13:18.689Z
43422026-04-14T23:13:18.689Zinfo: running `cargo check --bins` on omicron-pins (247/270)
43432026-04-14T23:13:19.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-04-14T23:13:19.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-04-14T23:13:19.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-04-14T23:13:19.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43472026-04-14T23:13:19.301Z
43482026-04-14T23:13:19.301Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (248/270)
43492026-04-14T23:13:19.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-04-14T23:13:19.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-04-14T23:13:20.099Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43522026-04-14T23:13:20.222Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43532026-04-14T23:13:20.222Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43542026-04-14T23:13:45.385Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43552026-04-14T23:13:45.765Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43562026-04-14T23:13:47.459Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43572026-04-14T23:13:47.909Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43582026-04-14T23:13:50.843Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43592026-04-14T23:14:13.012Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43602026-04-14T23:14:13.641Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43612026-04-14T23:14:15.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.93s
43622026-04-14T23:14:15.467Z
43632026-04-14T23:14:15.467Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (249/270)
43642026-04-14T23:14:16.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-04-14T23:14:16.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-04-14T23:14:16.205Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43672026-04-14T23:14:16.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43682026-04-14T23:14:17.107Z
43692026-04-14T23:14:17.107Zinfo: running `cargo check --bins` on omicron-releng (250/270)
43702026-04-14T23:14:17.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-04-14T23:14:17.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-04-14T23:14:17.784Z Compiling blake3 v1.8.3
43732026-04-14T23:14:17.896Z Checking constant_time_eq v0.4.2
43742026-04-14T23:14:17.899Z Checking arrayvec v0.7.6
43752026-04-14T23:14:17.899Z Checking arrayref v0.3.9
43762026-04-14T23:14:17.916Z Checking topological-sort v0.2.2
43772026-04-14T23:14:17.919Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43782026-04-14T23:14:17.919Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43792026-04-14T23:14:17.919Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43802026-04-14T23:14:17.969Z Checking shell-words v1.1.1
43812026-04-14T23:14:18.703Z Checking omicron-zone-package v0.12.2
43822026-04-14T23:14:19.425Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43832026-04-14T23:14:20.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
43842026-04-14T23:14:20.456Z
43852026-04-14T23:14:20.456Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (251/270)
43862026-04-14T23:14:20.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-04-14T23:14:20.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-04-14T23:14:21.123Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43892026-04-14T23:14:21.481Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43902026-04-14T23:14:21.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43912026-04-14T23:14:22.068Z
43922026-04-14T23:14:22.068Zinfo: running `cargo check --bins` on schema (252/270)
43932026-04-14T23:14:22.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-04-14T23:14:22.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-04-14T23:14:22.790Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43962026-04-14T23:14:23.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
43972026-04-14T23:14:23.709Z
43982026-04-14T23:14:23.709Zinfo: running `cargo check --bins` on xtask (253/270)
43992026-04-14T23:14:24.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-04-14T23:14:24.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-04-14T23:14:24.175Z Checking libc v0.2.180
44022026-04-14T23:14:24.179Z Checking serde v1.0.228
44032026-04-14T23:14:24.266Z Checking zerofrom v0.1.6
44042026-04-14T23:14:24.273Z Checking bitflags v2.11.0
44052026-04-14T23:14:24.284Z Checking hashbrown v0.16.1
44062026-04-14T23:14:24.284Z Checking smallvec v1.15.1
44072026-04-14T23:14:24.297Z Checking serde_json v1.0.149
44082026-04-14T23:14:24.334Z Checking num-traits v0.2.19
44092026-04-14T23:14:24.394Z Checking yoke v0.8.1
44102026-04-14T23:14:24.442Z Checking scroll v0.12.0
44112026-04-14T23:14:24.479Z Checking thiserror v1.0.69
44122026-04-14T23:14:24.540Z Checking zerovec v0.11.5
44132026-04-14T23:14:24.551Z Checking zerotrie v0.2.3
44142026-04-14T23:14:24.562Z Checking errno v0.3.14
44152026-04-14T23:14:24.650Z Checking percent-encoding v2.3.2
44162026-04-14T23:14:24.661Z Checking serde_spanned v0.6.9
44172026-04-14T23:14:24.676Z Checking rustix v1.1.3
44182026-04-14T23:14:24.724Z Checking indexmap v2.13.0
44192026-04-14T23:14:24.786Z Checking toml_datetime v0.6.11
44202026-04-14T23:14:24.806Z Checking log v0.4.29
44212026-04-14T23:14:24.813Z Checking zerocopy v0.7.35
44222026-04-14T23:14:24.829Z Checking ordered-float v2.10.1
44232026-04-14T23:14:24.904Z Checking form_urlencoded v1.2.2
44242026-04-14T23:14:24.949Z Checking goblin v0.8.2
44252026-04-14T23:14:24.966Z Checking tinystr v0.8.2
44262026-04-14T23:14:24.966Z Checking potential_utf v0.1.4
44272026-04-14T23:14:25.033Z Checking getrandom v0.4.1
44282026-04-14T23:14:25.056Z Checking serde-value v0.7.0
44292026-04-14T23:14:25.105Z Checking icu_collections v2.1.1
44302026-04-14T23:14:25.145Z Checking icu_locale_core v2.1.1
44312026-04-14T23:14:25.166Z Checking thiserror v2.0.18
44322026-04-14T23:14:25.258Z Checking syn v2.0.117
44332026-04-14T23:14:25.258Z Checking toml_edit v0.22.27
44342026-04-14T23:14:25.279Z Checking dtrace-parser v0.2.0
44352026-04-14T23:14:25.299Z Checking thread-id v4.2.2
44362026-04-14T23:14:25.382Z Checking once_cell v1.21.3
44372026-04-14T23:14:25.420Z Checking cargo-platform v0.2.0
44382026-04-14T23:14:25.494Z Checking terminal_size v0.4.3
44392026-04-14T23:14:25.526Z Checking memmap v0.7.0
44402026-04-14T23:14:25.556Z Checking tempfile v3.25.0
44412026-04-14T23:14:25.598Z Checking fs-err v3.3.0
44422026-04-14T23:14:25.629Z Checking clap_builder v4.5.60
44432026-04-14T23:14:25.660Z Checking textwrap v0.16.2
44442026-04-14T23:14:25.713Z Checking icu_provider v2.1.1
44452026-04-14T23:14:25.751Z Checking camino-tempfile v1.4.1
44462026-04-14T23:14:25.780Z Checking tabled v0.15.0
44472026-04-14T23:14:25.877Z Checking anyhow v1.0.102
44482026-04-14T23:14:25.908Z Checking macaddr v1.0.1
44492026-04-14T23:14:25.955Z Checking icu_properties v2.1.2
44502026-04-14T23:14:26.076Z Checking icu_normalizer v2.1.1
44512026-04-14T23:14:26.090Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44522026-04-14T23:14:26.392Z Checking toml v0.8.23
44532026-04-14T23:14:26.701Z Checking cargo_toml v0.21.0
44542026-04-14T23:14:26.772Z Checking idna_adapter v1.2.1
44552026-04-14T23:14:26.849Z Checking dof v0.3.0
44562026-04-14T23:14:26.852Z Checking clap v4.5.60
44572026-04-14T23:14:26.888Z Checking idna v1.1.0
44582026-04-14T23:14:27.118Z Checking url v2.5.8
44592026-04-14T23:14:27.121Z Checking usdt-impl v0.5.0
44602026-04-14T23:14:27.371Z Checking usdt v0.5.0
44612026-04-14T23:14:27.471Z Checking cargo-util-schemas v0.8.2
44622026-04-14T23:14:28.171Z Checking cargo_metadata v0.21.0
44632026-04-14T23:14:28.797Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44642026-04-14T23:14:29.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
44652026-04-14T23:14:29.347Z
44662026-04-14T23:14:29.347Zinfo: running `cargo check --bins` on dnsadm (254/270)
44672026-04-14T23:14:29.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-04-14T23:14:29.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-04-14T23:14:30.013Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44702026-04-14T23:14:30.510Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44712026-04-14T23:14:30.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
44722026-04-14T23:14:31.092Z
44732026-04-14T23:14:31.092Zinfo: running `cargo check --bins` on end-to-end-tests (255/270)
44742026-04-14T23:14:31.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-04-14T23:14:31.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-04-14T23:14:31.920Z Checking polyval v0.6.2
44772026-04-14T23:14:32.046Z Checking ctr v0.9.2
44782026-04-14T23:14:32.058Z Checking ssh-encoding v0.2.0
44792026-04-14T23:14:32.058Z Checking blowfish v0.9.1
44802026-04-14T23:14:32.079Z Checking password-hash v0.4.2
44812026-04-14T23:14:32.094Z Checking p256 v0.13.2
44822026-04-14T23:14:32.097Z Checking p521 v0.13.3
44832026-04-14T23:14:32.123Z Checking russh-cryptovec v0.7.3
44842026-04-14T23:14:32.189Z Checking ghash v0.5.1
44852026-04-14T23:14:32.203Z Checking bcrypt-pbkdf v0.10.0
44862026-04-14T23:14:32.206Z Checking md5 v0.7.0
44872026-04-14T23:14:32.236Z Checking num-bigint v0.4.6
44882026-04-14T23:14:32.288Z Checking des v0.8.1
44892026-04-14T23:14:32.291Z Checking pbkdf2 v0.11.0
44902026-04-14T23:14:32.306Z Checking aes-gcm v0.10.3
44912026-04-14T23:14:32.336Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44922026-04-14T23:14:32.406Z Checking hex-literal v0.4.1
44932026-04-14T23:14:32.444Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44942026-04-14T23:14:32.447Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44952026-04-14T23:14:32.473Z Checking socket2 v0.5.10
44962026-04-14T23:14:32.476Z Checking ssh-cipher v0.2.0
44972026-04-14T23:14:32.506Z Checking internet-checksum v0.2.1
44982026-04-14T23:14:32.651Z Checking ssh-key v0.6.7
44992026-04-14T23:14:32.734Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45002026-04-14T23:14:33.285Z Checking russh-keys v0.45.0
45012026-04-14T23:14:33.844Z Checking russh v0.45.0
45022026-04-14T23:14:48.814Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45032026-04-14T23:14:50.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.92s
45042026-04-14T23:14:50.230Z
45052026-04-14T23:14:50.230Zinfo: running `cargo check --bins` on gateway-cli (256/270)
45062026-04-14T23:14:50.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-04-14T23:14:50.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-04-14T23:14:50.894Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45092026-04-14T23:14:51.005Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45102026-04-14T23:14:51.010Z Checking termios v0.3.3
45112026-04-14T23:14:52.218Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45122026-04-14T23:14:52.367Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45132026-04-14T23:14:54.227Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45142026-04-14T23:14:54.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
45152026-04-14T23:14:55.077Z
45162026-04-14T23:14:55.078Zinfo: running `cargo check --bins --no-default-features` on installinator (257/270)
45172026-04-14T23:14:55.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-04-14T23:14:55.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-04-14T23:14:55.727Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45202026-04-14T23:14:55.733Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45212026-04-14T23:14:55.856Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45222026-04-14T23:14:55.856Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45232026-04-14T23:14:55.878Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45242026-04-14T23:14:55.878Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45252026-04-14T23:14:56.596Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45262026-04-14T23:14:56.944Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45272026-04-14T23:14:56.953Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45282026-04-14T23:14:57.574Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45292026-04-14T23:14:59.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
45302026-04-14T23:14:59.397Z
45312026-04-14T23:14:59.397Zinfo: running `cargo check --bins` on internal-dns-cli (258/270)
45322026-04-14T23:14:59.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-04-14T23:14:59.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-04-14T23:15:00.045Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45352026-04-14T23:15:00.504Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45362026-04-14T23:15:00.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45372026-04-14T23:15:01.025Z
45382026-04-14T23:15:01.025Zinfo: running `cargo check --bins` on omicron-live-tests (259/270)
45392026-04-14T23:15:01.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-04-14T23:15:01.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-04-14T23:15:01.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45422026-04-14T23:15:01.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45432026-04-14T23:15:01.644Z
45442026-04-14T23:15:01.644Zinfo: running `cargo check --bins` on live-tests-macros (260/270)
45452026-04-14T23:15:02.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-04-14T23:15:02.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-04-14T23:15:02.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45482026-04-14T23:15:02.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45492026-04-14T23:15:02.271Z
45502026-04-14T23:15:02.271Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (261/270)
45512026-04-14T23:15:02.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-04-14T23:15:02.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-04-14T23:15:03.034Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45542026-04-14T23:15:03.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45552026-04-14T23:15:03.844Z
45562026-04-14T23:15:03.844Zinfo: running `cargo check --bins` on omicron-ntp-admin (262/270)
45572026-04-14T23:15:04.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-04-14T23:15:04.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-04-14T23:15:04.517Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45602026-04-14T23:15:04.521Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45612026-04-14T23:15:04.771Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45622026-04-14T23:15:04.771Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45632026-04-14T23:15:05.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
45642026-04-14T23:15:05.763Z
45652026-04-14T23:15:05.763Zinfo: running `cargo check --bins` on ntp-admin-types (263/270)
45662026-04-14T23:15:06.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-04-14T23:15:06.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-04-14T23:15:06.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45692026-04-14T23:15:06.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45702026-04-14T23:15:06.373Z
45712026-04-14T23:15:06.373Zinfo: running `cargo check --bins` on omicron-package (264/270)
45722026-04-14T23:15:06.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-04-14T23:15:06.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-04-14T23:15:07.070Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45752026-04-14T23:15:08.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45762026-04-14T23:15:08.347Z
45772026-04-14T23:15:08.347Zinfo: running `cargo check --bins` on tqdb (265/270)
45782026-04-14T23:15:08.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-04-14T23:15:08.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-04-14T23:15:09.294Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45812026-04-14T23:15:09.540Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45822026-04-14T23:15:10.008Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45832026-04-14T23:15:10.008Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45842026-04-14T23:15:15.326Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45852026-04-14T23:15:15.904Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45862026-04-14T23:15:15.904Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45872026-04-14T23:15:15.918Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45882026-04-14T23:15:15.920Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45892026-04-14T23:15:16.657Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45902026-04-14T23:15:17.617Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45912026-04-14T23:15:22.498Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45922026-04-14T23:15:22.498Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45932026-04-14T23:15:23.553Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45942026-04-14T23:15:29.609Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45952026-04-14T23:15:29.612Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45962026-04-14T23:15:29.612Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45972026-04-14T23:15:29.612Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45982026-04-14T23:15:31.051Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45992026-04-14T23:15:32.382Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46002026-04-14T23:15:33.047Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46012026-04-14T23:15:34.291Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46022026-04-14T23:15:34.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.47s
46032026-04-14T23:15:35.037Z
46042026-04-14T23:15:35.037Zinfo: running `cargo check --bins` on wicket-dbg (266/270)
46052026-04-14T23:15:35.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-04-14T23:15:35.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-04-14T23:15:35.767Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46082026-04-14T23:15:35.770Z Checking rtoolbox v0.0.3
46092026-04-14T23:15:35.771Z Checking tui-tree-widget v0.23.1
46102026-04-14T23:15:35.992Z Checking rpassword v7.4.0
46112026-04-14T23:15:36.884Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46122026-04-14T23:15:39.844Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46132026-04-14T23:15:41.650Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46142026-04-14T23:15:42.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.47s
46152026-04-14T23:15:42.726Z
46162026-04-14T23:15:42.726Zinfo: running `cargo check --bins` on wicket (267/270)
46172026-04-14T23:15:43.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-04-14T23:15:43.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-04-14T23:15:43.438Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46202026-04-14T23:15:43.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46212026-04-14T23:15:43.979Z
46222026-04-14T23:15:43.980Zinfo: running `cargo check --bins` on wicketd (268/270)
46232026-04-14T23:15:44.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-04-14T23:15:44.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-04-14T23:15:44.711Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46262026-04-14T23:15:44.718Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46272026-04-14T23:15:44.718Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46282026-04-14T23:15:44.719Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46292026-04-14T23:15:45.678Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46302026-04-14T23:15:46.256Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46312026-04-14T23:15:49.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
46322026-04-14T23:15:49.392Z
46332026-04-14T23:15:49.392Zinfo: running `cargo check --bins` on omicron-workspace-hack (269/270)
46342026-04-14T23:15:49.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-04-14T23:15:49.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-04-14T23:15:49.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46372026-04-14T23:15:49.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46382026-04-14T23:15:50.003Z
46392026-04-14T23:15:50.003Zinfo: running `cargo check --bins` on zone-setup (270/270)
46402026-04-14T23:15:50.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46412026-04-14T23:15:50.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46422026-04-14T23:15:50.695Z Checking uzers v0.12.2
46432026-04-14T23:15:50.967Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46442026-04-14T23:15:51.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
46452026-04-14T23:15:51.934Z
46462026-04-14T23:15:51.934Zreal 13:56.562040988
46472026-04-14T23:15:51.934Zuser 20:36.164040742
46482026-04-14T23:15:51.935Zsys 4:18.449452129
46492026-04-14T23:15:51.935Ztrap 0.315842687
46502026-04-14T23:15:51.935Ztflt 0.278145268
46512026-04-14T23:15:51.935Zdflt 0.540487597
46522026-04-14T23:15:51.938Zkflt 0.001049289
46532026-04-14T23:15:51.938Zlock 1:16:34.284291814
46542026-04-14T23:15:51.939Zslp 1:37:39.976606068
46552026-04-14T23:15:51.939Zlat 1:11.652589892
46562026-04-14T23:15:51.939Zstop 4:09.222772243
46572026-04-14T23:15:51.939Zprocess exited: duration 1016984 ms, exit code 0
 
46582026-04-14T23:15:51.949Zfound 0 output files