01KMZYM06YA9XZBAZAPQ44Y3M3: 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: 01KMZYMTXC77CEZ59BE9Z4G56V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T18:19:20.598Zjob assigned to worker 01KMZZFZCBRHWBA2RK2RJMZ36X [factory aws, i-0a84840fdaec3e526] (queued for 15 m 39 s)
 
22026-03-30T18:19:27.935Zstarting task 0: "setup"
32026-03-30T18:19:27.939Z++ uname -s
42026-03-30T18:19:27.944Z+ kern=SunOS
52026-03-30T18:19:27.944Z+ build_user=build
62026-03-30T18:19:27.944Z+ build_uid=12345
72026-03-30T18:19:27.944Z+ work_dir=/work
82026-03-30T18:19:27.944Z+ input_dir=/input
92026-03-30T18:19:27.944Z+ [[ 0 == 12345 ]]
102026-03-30T18:19:27.944Z+ case "$kern" in
112026-03-30T18:19:27.944Z+ groupadd -g 12345 build
122026-03-30T18:19:27.947Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T18:19:29.950Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T18:19:30.062Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T18:19:30.065Z+ home_fs=zfs
162026-03-30T18:19:30.065Z+ [[ zfs == autofs ]]
172026-03-30T18:19:30.065Z+ mkdir -p /home/build
182026-03-30T18:19:30.065Z+ chown build:build /home/build /work
192026-03-30T18:19:32.066Z+ chmod 0700 /home/build /work
202026-03-30T18:19:32.069Zprocess exited: duration 4135 ms, exit code 0
 
212026-03-30T18:19:32.075Zstarting task 1: "rust-toolchain"
222026-03-30T18:19:32.079Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-30T18:19:32.080Z * rust toolchain channel = "1.94.0"
242026-03-30T18:19:32.080Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-30T18:19:32.080Z * rust toolchain profile = "default"
262026-03-30T18:19:32.080Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-30T18:19:32.080Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-30T18:19:32.083Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T18:19:32.083Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-30T18:19:32.204Zinfo: downloading installer
312026-03-30T18:19:33.587Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T18:19:33.588Zwarn: /opt/ooce/bin
332026-03-30T18:19:33.588Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T18:19:33.588Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T18:19:33.588Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T18:19:33.588Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T18:19:33.588Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T18:19:33.588Zerror: cannot install while Rust is installed
392026-03-30T18:19:33.588Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T18:19:33.588Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T18:19:33.588Zwarn: /home/build/.rustup/settings.toml
422026-03-30T18:19:33.588Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T18:19:33.588Zwarn: instead of the one inferred from the default host triple.
442026-03-30T18:19:33.623Zinfo: profile set to default
452026-03-30T18:19:33.623Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T18:19:33.628Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-30T18:19:33.752Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-30T18:19:33.755Zinfo: downloading 6 components
492026-03-30T18:19:48.508Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-30T18:19:48.508Z
512026-03-30T18:19:48.541Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-30T18:19:48.542Z
532026-03-30T18:19:48.542Z
542026-03-30T18:19:48.542ZRust is installed now. Great!
552026-03-30T18:19:48.542Z
562026-03-30T18:19:48.545ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T18:19:48.546Zenvironment variable. This has not been done automatically.
582026-03-30T18:19:48.546Z
592026-03-30T18:19:48.546ZTo configure your current shell, you need to source
602026-03-30T18:19:48.546Zthe corresponding env file under $HOME/.cargo.
612026-03-30T18:19:48.546Z
622026-03-30T18:19:48.546ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T18:19:48.546Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T18:19:48.546Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T18:19:48.546Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T18:19:48.546Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T18:19:48.546Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T18:19:48.546Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T18:19:48.546Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T18:19:48.546Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T18:19:48.644Z+ rustup --version
722026-03-30T18:19:48.650Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T18:19:48.653Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T18:19:48.674Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-30T18:19:48.678Z+ cargo --version
762026-03-30T18:19:48.688Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-30T18:19:48.697Z+ rustc --version
782026-03-30T18:19:48.713Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-30T18:19:48.718Zprocess exited: duration 16635 ms, exit code 0
 
802026-03-30T18:19:48.725Zstarting task 2: "authentication"
812026-03-30T18:19:48.745Zprocess exited: duration 19 ms, exit code 0
 
822026-03-30T18:19:48.761Zstarting task 3: "clone repository"
832026-03-30T18:19:48.767Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-30T18:19:48.767Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-30T18:19:48.952ZCloning into '/work/oxidecomputer/omicron'...
862026-03-30T18:20:00.442Z+ cd /work/oxidecomputer/omicron
872026-03-30T18:20:00.442Z+ git fetch origin cd8f76c86468e55bf2ec0b4a2f42f12dc6ab8559
882026-03-30T18:20:00.833ZFrom https://github.com/oxidecomputer/omicron
892026-03-30T18:20:00.833Z * branch cd8f76c86468e55bf2ec0b4a2f42f12dc6ab8559 -> FETCH_HEAD
902026-03-30T18:20:01.021Z+ [[ -n update-base-v16.1 ]]
912026-03-30T18:20:01.021Z++ git branch --show-current
922026-03-30T18:20:01.021Z+ current=main
932026-03-30T18:20:01.021Z+ [[ main != update-base-v16.1 ]]
942026-03-30T18:20:01.021Z+ git branch -f update-base-v16.1 cd8f76c86468e55bf2ec0b4a2f42f12dc6ab8559
952026-03-30T18:20:01.021Z+ git checkout -f update-base-v16.1
962026-03-30T18:20:01.065ZSwitched to branch 'update-base-v16.1'
972026-03-30T18:20:01.072Z+ git reset --hard cd8f76c86468e55bf2ec0b4a2f42f12dc6ab8559
982026-03-30T18:20:03.214ZHEAD is now at cd8f76c86 merge
992026-03-30T18:20:03.314Zprocess exited: duration 12584 ms, exit code 0
 
1002026-03-30T18:20:03.400Zstarting task 4: "build"
1012026-03-30T18:20:03.432Z+ source .github/buildomat/ci-env.sh
1022026-03-30T18:20:03.432Z++ export CARGO_TERM_COLOR=always
1032026-03-30T18:20:03.432Z++ CARGO_TERM_COLOR=always
1042026-03-30T18:20:03.432Z+ cargo --version
1052026-03-30T18:20:03.432Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-30T18:20:03.432Z+ rustc --version
1072026-03-30T18:20:03.459Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-30T18:20:03.459Z+ source ./env.sh
1092026-03-30T18:20:03.459Z++ OLD_SHELL_OPTS=ehxB
1102026-03-30T18:20:03.460Z++ set -o xtrace
1112026-03-30T18:20:03.460Z++++ dirname ./env.sh
1122026-03-30T18:20:03.460Z+++ readlink -f .
1132026-03-30T18:20:03.460Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-30T18:20:03.460Z++ 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-03-30T18:20:03.460Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-30T18:20:03.460Z++ 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-03-30T18:20:03.460Z++ 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-03-30T18:20:03.460Z++ 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-03-30T18:20:03.460Z++ 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-03-30T18:20:03.460Z++ 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-03-30T18:20:03.460Z++ 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-03-30T18:20:03.460Z++ case $OLD_SHELL_OPTS in
1232026-03-30T18:20:03.460Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-30T18:20:03.460Z+ 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-03-30T18:20:03.460Z+ 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-03-30T18:20:03.461Z+ banner prerequisites
1272026-03-30T18:20:03.461Z
1282026-03-30T18:20:03.461Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-30T18:20:03.461Z # # # # # # # # # # # # # # #
1302026-03-30T18:20:03.461Z # # # # ##### # # ##### # # # # # #### #
1312026-03-30T18:20:03.461Z ##### ##### # ##### # # # # # # # # #
1322026-03-30T18:20:03.461Z # # # # # # # # # # # # # # #
1332026-03-30T18:20:03.461Z # # # ###### # # ###### ### # #### # #### #
1342026-03-30T18:20:03.461Z
1352026-03-30T18:20:03.461Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-30T18:20:15.102Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-30T18:20:22.069Z Startup: Caching catalogs ... Done
1382026-03-30T18:20:26.291ZPlanning: Solver setup ... Done (2.862s)
1392026-03-30T18:20:26.308ZPlanning: Running solver ... Done (0.019s)
1402026-03-30T18:20:26.429ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-30T18:20:26.440ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-30T18:20:26.530ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-30T18:20:26.559ZPlanning: Package planning ... Done (0.030s)
1442026-03-30T18:20:26.587ZPlanning: Merging actions ... Done (0.028s)
1452026-03-30T18:20:26.946ZPlanning: Checking for conflicting actions ... Done (0.359s)
1462026-03-30T18:20:26.953ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-03-30T18:20:30.831ZPlanning: Evaluating mediators ... Done (3.877s)
1482026-03-30T18:20:30.837ZPlanning: Planning completed in 8.61 seconds
1492026-03-30T18:20:31.128Z Packages to install: 4
1502026-03-30T18:20:31.128Z Mediators to change: 2
1512026-03-30T18:20:31.128Z Services to change: 1
1522026-03-30T18:20:31.128Z Estimated space available: 155.35 GB
1532026-03-30T18:20:31.128ZEstimated space to be consumed: 1.84 GB
1542026-03-30T18:20:31.136Z Create boot environment: No
1552026-03-30T18:20:31.136ZCreate backup boot environment: No
1562026-03-30T18:20:31.137Z Rebuild boot archive: No
1572026-03-30T18:20:31.137Z
1582026-03-30T18:20:31.137ZChanged mediators:
1592026-03-30T18:20:31.137Z mediator clang:
1602026-03-30T18:20:31.137Z version: None -> 15 (system default)
1612026-03-30T18:20:31.137Z
1622026-03-30T18:20:31.137Z mediator llvm:
1632026-03-30T18:20:31.137Z version: 14 (system default) -> 15 (system default)
1642026-03-30T18:20:31.137Z
1652026-03-30T18:20:31.137ZChanged packages:
1662026-03-30T18:20:31.137Zhelios-dev
1672026-03-30T18:20:31.137Z developer/build-essential
1682026-03-30T18:20:31.137Z None -> 11-2.0
1692026-03-30T18:20:31.137Z library/libxmlsec1
1702026-03-30T18:20:31.137Z None -> 1.2.35-2.0
1712026-03-30T18:20:31.137Z ooce/developer/clang-15
1722026-03-30T18:20:31.137Z None -> 15.0.7-2.0
1732026-03-30T18:20:31.137Z ooce/developer/llvm-15
1742026-03-30T18:20:31.137Z None -> 15.0.7-2.0
1752026-03-30T18:20:31.137Z
1762026-03-30T18:20:31.137ZServices:
1772026-03-30T18:20:31.138Z restart_fmri:
1782026-03-30T18:20:31.138Z svc:/system/update-man-index:default
1792026-03-30T18:20:31.237Z
1802026-03-30T18:20:31.237ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-30T18:20:36.237ZDownload: 1314/3290 items 104.7/212.6MB 49% complete (20.9M/s)
1822026-03-30T18:20:41.622ZDownload: 3240/3290 items 201.8/212.6MB 94% complete (20.4M/s)
1832026-03-30T18:20:44.258ZDownload: Completed 212.60 MB in 13.02 seconds (16.3M/s)
1842026-03-30T18:20:44.400Z Actions: 1/3689 actions (Installing new actions)
1852026-03-30T18:20:47.770Z Actions: Completed 3689 actions in 3.37 seconds.
1862026-03-30T18:20:48.392Z Done (0.619s)
1872026-03-30T18:20:48.392Z Done (0.000s)
1882026-03-30T18:20:49.095Z Done (0.703s)
1892026-03-30T18:20:53.014Z Done (3.576s)
1902026-03-30T18:20:53.127Z Done (0.044s)
1912026-03-30T18:20:53.130Z Done (0.000s)
1922026-03-30T18:20:53.262Z Done (0.000s)
1932026-03-30T18:20:54.108ZPlanning: Evaluating mediator changes ... Done
1942026-03-30T18:20:54.214ZPlanning: Checking for conflicting actions ... Done
1952026-03-30T18:20:54.216ZPlanning: Consolidating action changes ... Done
1962026-03-30T18:20:54.377ZPlanning: Evaluating mediators ... Done
1972026-03-30T18:20:54.379ZPlanning: Planning completed in 0.27 seconds
1982026-03-30T18:20:54.397Z Mediators to change: 2
1992026-03-30T18:20:54.397Z Create boot environment: No
2002026-03-30T18:20:54.397ZCreate backup boot environment: No
2012026-03-30T18:20:54.457Z Done
2022026-03-30T18:20:54.458Z Done
2032026-03-30T18:20:55.042Z Done
2042026-03-30T18:20:57.575Z Done
2052026-03-30T18:20:57.644Z Done
2062026-03-30T18:20:57.647Z Done
2072026-03-30T18:20:57.788Z Done
2082026-03-30T18:20:58.190ZPlanning: Evaluating mediator changes ... Done
2092026-03-30T18:20:58.193ZPlanning: Merging actions ... Done
2102026-03-30T18:20:58.330ZPlanning: Checking for conflicting actions ... Done
2112026-03-30T18:20:58.332ZPlanning: Consolidating action changes ... Done
2122026-03-30T18:20:58.468ZPlanning: Evaluating mediators ... Done
2132026-03-30T18:20:58.496ZPlanning: Planning completed in 0.45 seconds
2142026-03-30T18:20:58.520Z Packages to change: 1
2152026-03-30T18:20:58.520Z Mediators to change: 1
2162026-03-30T18:20:58.523Z Services to change: 1
2172026-03-30T18:20:58.523Z Create boot environment: No
2182026-03-30T18:20:58.523ZCreate backup boot environment: Yes
2192026-03-30T18:21:00.756Z Actions: 1/6 actions (Updating modified actions)
2202026-03-30T18:21:00.759Z Actions: Completed 6 actions in 0.00 seconds.
2212026-03-30T18:21:00.759Z Done
2222026-03-30T18:21:00.759Z Done
2232026-03-30T18:21:00.894Z Done
2242026-03-30T18:21:03.363Z Done
2252026-03-30T18:21:03.442Z Done
2262026-03-30T18:21:03.451Z Done
2272026-03-30T18:21:03.592Z Done
2282026-03-30T18:21:03.875ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-03-30T18:21:03.875Zclang system 15 system
2302026-03-30T18:21:03.875Zcsh system system illumos
2312026-03-30T18:21:03.875Zctags system system illumos
2322026-03-30T18:21:03.875Zfile system system illumos
2332026-03-30T18:21:03.875Zgcc vendor 12 vendor
2342026-03-30T18:21:03.875Zgcc system 14 system
2352026-03-30T18:21:03.876Zgcc system 10 system
2362026-03-30T18:21:03.876Zgo system 1.20 system
2372026-03-30T18:21:03.876Zgo system 1.19 system
2382026-03-30T18:21:03.876Zllvm system 15 system
2392026-03-30T18:21:03.876Zllvm system 14 system
2402026-03-30T18:21:03.876Zmariadb system 10.6 system
2412026-03-30T18:21:03.876Zmta vendor vendor dma
2422026-03-30T18:21:03.876Zopenjdk system 17 system
2432026-03-30T18:21:03.876Zopenjdk system 11 system
2442026-03-30T18:21:03.876Zopenjdk system 1.8 system
2452026-03-30T18:21:03.876Zopenssl vendor 3 vendor
2462026-03-30T18:21:03.876Zperl system 5.36 system
2472026-03-30T18:21:03.876Zpostgresql system 15 system
2482026-03-30T18:21:03.876Zpostgresql system 13 system
2492026-03-30T18:21:03.876Zpython vendor 3 vendor
2502026-03-30T18:21:03.876Zpython system 2 system
2512026-03-30T18:21:03.876Zpython3 system 3.11 system
2522026-03-30T18:21:03.876Zruby system 3.0 system
2532026-03-30T18:21:03.876Zwords vendor vendor american-english
2542026-03-30T18:21:03.876Zwords system system australian-english
2552026-03-30T18:21:03.876Zwords system system british-english
2562026-03-30T18:21:03.876Zwords system system canadian-english
2572026-03-30T18:21:03.877Zwords system system french
2582026-03-30T18:21:03.877Zwords system system italian
2592026-03-30T18:21:03.877Zwords system system ngerman
2602026-03-30T18:21:03.877Zwords system system ogerman
2612026-03-30T18:21:03.877Zwords system system spanish
2622026-03-30T18:21:04.103ZPUBLISHER TYPE STATUS P LOCATION
2632026-03-30T18:21:04.103Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-03-30T18:21:08.416ZFMRI IFO
2652026-03-30T18:21:08.416Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-03-30T18:21:08.416Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-03-30T18:21:08.416Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-03-30T18:21:08.416Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-03-30T18:21:08.416Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-03-30T18:21:08.416Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-03-30T18:21:08.416Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-03-30T18:21:08.416Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-03-30T18:21:08.416Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-03-30T18:21:08.416Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-03-30T18:21:08.416Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-03-30T18:21:08.416Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-03-30T18:21:08.416Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-03-30T18:21:08.416Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-03-30T18:21:08.416Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-03-30T18:21:08.416Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-03-30T18:21:09.536Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-03-30T18:21:09.850Z Updating crates.io index
2832026-03-30T18:21:09.853Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-03-30T18:21:10.165Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-03-30T18:21:11.080Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-30T18:21:21.836Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-30T18:21:22.700Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-30T18:21:23.392Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-30T18:21:24.828Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-30T18:21:26.277Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-30T18:21:27.024Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-30T18:21:27.482Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-30T18:21:28.350Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-30T18:21:28.655Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-30T18:21:29.134Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-30T18:21:29.581Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-30T18:21:34.143Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-30T18:21:34.188Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-30T18:21:34.188Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-30T18:21:34.188Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-30T18:21:34.188Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-30T18:21:34.188Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-30T18:21:34.288Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-30T18:21:34.288Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-30T18:21:34.288Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-30T18:21:34.431Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-30T18:21:35.074Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-30T18:21:35.376Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-30T18:21:35.682Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-30T18:21:36.578Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-03-30T18:21:36.904Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-03-30T18:21:37.738Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-03-30T18:21:38.462Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-03-30T18:21:38.941Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-03-30T18:21:39.393Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-03-30T18:21:39.730Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-03-30T18:21:40.092Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-03-30T18:21:40.636Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-03-30T18:21:40.901Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-03-30T18:21:41.193Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-03-30T18:21:41.602Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-03-30T18:21:53.288Z Downloading crates ...
3232026-03-30T18:21:53.335Z Downloaded anstream v0.6.21
3242026-03-30T18:21:53.341Z Downloaded memmap v0.7.0
3252026-03-30T18:21:53.344Z Downloaded anstyle-parse v0.2.7
3262026-03-30T18:21:53.349Z Downloaded anyhow v1.0.102
3272026-03-30T18:21:53.352Z Downloaded papergrid v0.11.0
3282026-03-30T18:21:53.357Z Downloaded yoke v0.8.1
3292026-03-30T18:21:53.357Z Downloaded usdt-attr-macro v0.5.0
3302026-03-30T18:21:53.357Z Downloaded fnv v1.0.7
3312026-03-30T18:21:53.357Z Downloaded dof v0.3.0
3322026-03-30T18:21:53.357Z Downloaded anstyle-query v1.1.5
3332026-03-30T18:21:53.361Z Downloaded macaddr v1.0.1
3342026-03-30T18:21:53.364Z Downloaded potential_utf v0.1.4
3352026-03-30T18:21:53.364Z Downloaded terminal_size v0.4.3
3362026-03-30T18:21:53.364Z Downloaded quote v1.0.44
3372026-03-30T18:21:53.367Z Downloaded thiserror v2.0.18
3382026-03-30T18:21:53.370Z Downloaded equivalent v1.0.2
3392026-03-30T18:21:53.370Z Downloaded generic-array v0.14.7
3402026-03-30T18:21:53.377Z Downloaded strsim v0.11.1
3412026-03-30T18:21:53.377Z Downloaded cargo-platform v0.2.0
3422026-03-30T18:21:53.377Z Downloaded bytecount v0.6.9
3432026-03-30T18:21:53.382Z Downloaded serde-untagged v0.1.9
3442026-03-30T18:21:53.382Z Downloaded scroll_derive v0.12.1
3452026-03-30T18:21:53.382Z Downloaded anstyle v1.0.13
3462026-03-30T18:21:53.382Z Downloaded clap_lex v1.0.0
3472026-03-30T18:21:53.382Z Downloaded fastrand v2.3.0
3482026-03-30T18:21:53.382Z Downloaded proc-macro-error-attr v1.0.4
3492026-03-30T18:21:53.382Z Downloaded block-buffer v0.10.4
3502026-03-30T18:21:53.382Z Downloaded unicode-width v0.2.0
3512026-03-30T18:21:53.382Z Downloaded pretty-hex v0.4.1
3522026-03-30T18:21:53.386Z Downloaded crypto-common v0.1.7
3532026-03-30T18:21:53.386Z Downloaded heck v0.4.1
3542026-03-30T18:21:53.398Z Downloaded ordered-float v2.10.1
3552026-03-30T18:21:53.398Z Downloaded zerovec v0.11.5
3562026-03-30T18:21:53.398Z Downloaded zerovec-derive v0.11.2
3572026-03-30T18:21:53.399Z Downloaded zerofrom-derive v0.1.6
3582026-03-30T18:21:53.399Z Downloaded yoke-derive v0.8.1
3592026-03-30T18:21:53.399Z Downloaded unicode-linebreak v0.1.5
3602026-03-30T18:21:53.408Z Downloaded toml_write v0.1.2
3612026-03-30T18:21:53.408Z Downloaded errno v0.3.14
3622026-03-30T18:21:53.408Z Downloaded toml v0.8.23
3632026-03-30T18:21:53.408Z Downloaded version_check v0.9.5
3642026-03-30T18:21:53.408Z Downloaded usdt-macro v0.5.0
3652026-03-30T18:21:53.408Z Downloaded cpufeatures v0.2.17
3662026-03-30T18:21:53.408Z Downloaded thread-id v4.2.2
3672026-03-30T18:21:53.408Z Downloaded autocfg v1.5.0
3682026-03-30T18:21:53.408Z Downloaded pest_derive v2.8.6
3692026-03-30T18:21:53.408Z Downloaded utf8parse v0.2.2
3702026-03-30T18:21:53.408Z Downloaded unicode-ident v1.0.24
3712026-03-30T18:21:53.408Z Downloaded percent-encoding v2.3.2
3722026-03-30T18:21:53.408Z Downloaded usdt v0.5.0
3732026-03-30T18:21:53.409Z Downloaded once_cell v1.21.3
3742026-03-30T18:21:53.409Z Downloaded colorchoice v1.0.4
3752026-03-30T18:21:53.412Z Downloaded utf8_iter v1.0.4
3762026-03-30T18:21:53.412Z Downloaded unicode-xid v0.2.6
3772026-03-30T18:21:53.412Z Downloaded toml_datetime v0.6.11
3782026-03-30T18:21:53.412Z Downloaded serde_spanned v0.6.9
3792026-03-30T18:21:53.412Z Downloaded serde-value v0.7.0
3802026-03-30T18:21:53.412Z Downloaded tinystr v0.8.2
3812026-03-30T18:21:53.412Z Downloaded thiserror v1.0.69
3822026-03-30T18:21:53.426Z Downloaded swrite v0.1.0
3832026-03-30T18:21:53.426Z Downloaded stable_deref_trait v1.2.1
3842026-03-30T18:21:53.426Z Downloaded heck v0.5.0
3852026-03-30T18:21:53.426Z Downloaded form_urlencoded v1.2.2
3862026-03-30T18:21:53.426Z Downloaded smawk v0.3.2
3872026-03-30T18:21:53.426Z Downloaded cfg-if v1.0.4
3882026-03-30T18:21:53.426Z Downloaded typeid v1.0.3
3892026-03-30T18:21:53.430Z Downloaded zerofrom v0.1.6
3902026-03-30T18:21:53.431Z Downloaded thiserror-impl v1.0.69
3912026-03-30T18:21:53.431Z Downloaded zerocopy-derive v0.7.35
3922026-03-30T18:21:53.431Z Downloaded itoa v1.0.17
3932026-03-30T18:21:53.431Z Downloaded is_terminal_polyfill v1.70.2
3942026-03-30T18:21:53.431Z Downloaded thiserror-impl v2.0.18
3952026-03-30T18:21:53.431Z Downloaded writeable v0.6.2
3962026-03-30T18:21:53.431Z Downloaded usdt-impl v0.5.0
3972026-03-30T18:21:53.431Z Downloaded plain v0.2.3
3982026-03-30T18:21:53.431Z Downloaded dtrace-parser v0.2.0
3992026-03-30T18:21:53.435Z Downloaded ucd-trie v0.1.7
4002026-03-30T18:21:53.448Z Downloaded zmij v1.0.21
4012026-03-30T18:21:53.448Z Downloaded semver v1.0.27
4022026-03-30T18:21:53.448Z Downloaded scroll v0.12.0
4032026-03-30T18:21:53.452Z Downloaded proc-macro-error v1.0.4
4042026-03-30T18:21:53.452Z Downloaded url v2.5.8
4052026-03-30T18:21:53.452Z Downloaded textwrap v0.16.2
4062026-03-30T18:21:53.452Z Downloaded zerotrie v0.2.3
4072026-03-30T18:21:53.452Z Downloaded toml_edit v0.22.27
4082026-03-30T18:21:53.456Z Downloaded tabled_derive v0.7.0
4092026-03-30T18:21:53.456Z Downloaded sha2 v0.10.9
4102026-03-30T18:21:53.456Z Downloaded typenum v1.19.0
4112026-03-30T18:21:53.464Z Downloaded camino-tempfile v1.4.1
4122026-03-30T18:21:53.464Z Downloaded byteorder v1.5.0
4132026-03-30T18:21:53.464Z Downloaded digest v0.10.7
4142026-03-30T18:21:53.468Z Downloaded displaydoc v0.2.5
4152026-03-30T18:21:53.468Z Downloaded idna_adapter v1.2.1
4162026-03-30T18:21:53.468Z Downloaded serde_tokenstream v0.2.3
4172026-03-30T18:21:53.473Z Downloaded zerocopy v0.7.35
4182026-03-30T18:21:53.479Z Downloaded winnow v0.7.14
4192026-03-30T18:21:53.484Z Downloaded synstructure v0.13.2
4202026-03-30T18:21:53.488Z Downloaded pest_generator v2.8.6
4212026-03-30T18:21:53.488Z Downloaded erased-serde v0.4.9
4222026-03-30T18:21:53.488Z Downloaded unicode-width v0.1.14
4232026-03-30T18:21:53.492Z Downloaded num-traits v0.2.19
4242026-03-30T18:21:53.496Z Downloaded cargo-util-schemas v0.8.2
4252026-03-30T18:21:53.507Z Downloaded camino v1.2.2
4262026-03-30T18:21:53.510Z Downloaded clap_derive v4.5.55
4272026-03-30T18:21:53.515Z Downloaded cargo_metadata v0.21.0
4282026-03-30T18:21:53.515Z Downloaded icu_provider v2.1.1
4292026-03-30T18:21:53.518Z Downloaded fs-err v3.3.0
4302026-03-30T18:21:53.530Z Downloaded pest_meta v2.8.6
4312026-03-30T18:21:53.530Z Downloaded tempfile v3.25.0
4322026-03-30T18:21:53.530Z Downloaded proc-macro2 v1.0.106
4332026-03-30T18:21:53.533Z Downloaded bitflags v2.11.0
4342026-03-30T18:21:53.533Z Downloaded litemap v0.8.1
4352026-03-30T18:21:53.533Z Downloaded smallvec v1.15.1
4362026-03-30T18:21:53.533Z Downloaded getrandom v0.4.1
4372026-03-30T18:21:53.534Z Downloaded clap v4.5.60
4382026-03-30T18:21:53.538Z Downloaded serde_core v1.0.228
4392026-03-30T18:21:53.542Z Downloaded log v0.4.29
4402026-03-30T18:21:53.542Z Downloaded cargo_toml v0.21.0
4412026-03-30T18:21:53.548Z Downloaded serde_derive v1.0.228
4422026-03-30T18:21:53.548Z Downloaded icu_properties v2.1.2
4432026-03-30T18:21:53.552Z Downloaded memchr v2.8.0
4442026-03-30T18:21:53.556Z Downloaded icu_normalizer_data v2.1.1
4452026-03-30T18:21:53.556Z Downloaded icu_normalizer v2.1.1
4462026-03-30T18:21:53.562Z Downloaded icu_locale_core v2.1.1
4472026-03-30T18:21:53.591Z Downloaded icu_collections v2.1.1
4482026-03-30T18:21:53.591Z Downloaded indexmap v2.13.0
4492026-03-30T18:21:53.591Z Downloaded serde v1.0.228
4502026-03-30T18:21:53.600Z Downloaded pest v2.8.6
4512026-03-30T18:21:53.615Z Downloaded hashbrown v0.16.1
4522026-03-30T18:21:53.623Z Downloaded idna v1.1.0
4532026-03-30T18:21:53.623Z Downloaded icu_properties_data v2.1.2
4542026-03-30T18:21:53.629Z Downloaded clap_builder v4.5.60
4552026-03-30T18:21:53.635Z Downloaded serde_json v1.0.149
4562026-03-30T18:21:53.641Z Downloaded tabled v0.15.0
4572026-03-30T18:21:53.647Z Downloaded goblin v0.8.2
4582026-03-30T18:21:53.661Z Downloaded syn v1.0.109
4592026-03-30T18:21:53.665Z Downloaded syn v2.0.117
4602026-03-30T18:21:53.681Z Downloaded rustix v1.1.3
4612026-03-30T18:21:53.705Z Downloaded libc v0.2.180
4622026-03-30T18:21:53.775Z Compiling proc-macro2 v1.0.106
4632026-03-30T18:21:53.779Z Compiling unicode-ident v1.0.24
4642026-03-30T18:21:53.779Z Compiling quote v1.0.44
4652026-03-30T18:21:53.779Z Compiling serde_core v1.0.228
4662026-03-30T18:21:53.779Z Compiling libc v0.2.180
4672026-03-30T18:21:53.779Z Compiling version_check v0.9.5
4682026-03-30T18:21:53.779Z Compiling serde v1.0.228
4692026-03-30T18:21:53.779Z Compiling memchr v2.8.0
4702026-03-30T18:21:54.121Z Compiling stable_deref_trait v1.2.1
4712026-03-30T18:21:54.208Z Compiling zmij v1.0.21
4722026-03-30T18:21:54.468Z Compiling ucd-trie v0.1.7
4732026-03-30T18:21:54.501Z Compiling autocfg v1.5.0
4742026-03-30T18:21:54.666Z Compiling thiserror v1.0.69
4752026-03-30T18:21:54.691Z Compiling itoa v1.0.17
4762026-03-30T18:21:54.789Z Compiling pest v2.8.6
4772026-03-30T18:21:54.839Z Compiling writeable v0.6.2
4782026-03-30T18:21:54.846Z Compiling litemap v0.8.1
4792026-03-30T18:21:54.943Z Compiling icu_normalizer_data v2.1.1
4802026-03-30T18:21:55.040Z Compiling byteorder v1.5.0
4812026-03-30T18:21:55.146Z Compiling rustix v1.1.3
4822026-03-30T18:21:55.257Z Compiling icu_properties_data v2.1.2
4832026-03-30T18:21:55.359Z Compiling syn v2.0.117
4842026-03-30T18:21:55.430Z Compiling errno v0.3.14
4852026-03-30T18:21:55.463Z Compiling bitflags v2.11.0
4862026-03-30T18:21:55.483Z Compiling serde_json v1.0.149
4872026-03-30T18:21:55.732Z Compiling num-traits v0.2.19
4882026-03-30T18:21:55.792Z Compiling typeid v1.0.3
4892026-03-30T18:21:55.920Z Compiling pest_meta v2.8.6
4902026-03-30T18:21:55.944Z Compiling equivalent v1.0.2
4912026-03-30T18:21:56.019Z Compiling smallvec v1.15.1
4922026-03-30T18:21:56.039Z Compiling hashbrown v0.16.1
4932026-03-30T18:21:56.238Z Compiling thread-id v4.2.2
4942026-03-30T18:21:56.315Z Compiling usdt-impl v0.5.0
4952026-03-30T18:21:56.333Z Compiling proc-macro-error-attr v1.0.4
4962026-03-30T18:21:56.350Z Compiling toml_write v0.1.2
4972026-03-30T18:21:56.521Z Compiling indexmap v2.13.0
4982026-03-30T18:21:56.556Z Compiling syn v1.0.109
4992026-03-30T18:21:56.576Z Compiling erased-serde v0.4.9
5002026-03-30T18:21:56.687Z Compiling winnow v0.7.14
5012026-03-30T18:21:57.114Z Compiling proc-macro-error v1.0.4
5022026-03-30T18:21:57.142Z Compiling getrandom v0.4.1
5032026-03-30T18:21:57.307Z Compiling utf8_iter v1.0.4
5042026-03-30T18:21:57.470Z Compiling camino v1.2.2
5052026-03-30T18:21:57.493Z Compiling thiserror v2.0.18
5062026-03-30T18:21:57.538Z Compiling log v0.4.29
5072026-03-30T18:21:57.556Z Compiling plain v0.2.3
5082026-03-30T18:21:57.559Z Compiling utf8parse v0.2.2
5092026-03-30T18:21:57.673Z Compiling percent-encoding v2.3.2
5102026-03-30T18:21:57.692Z Compiling anstyle-parse v0.2.7
5112026-03-30T18:21:57.764Z Compiling ordered-float v2.10.1
5122026-03-30T18:21:57.853Z Compiling form_urlencoded v1.2.2
5132026-03-30T18:21:57.982Z Compiling synstructure v0.13.2
5142026-03-30T18:21:58.001Z Compiling pest_generator v2.8.6
5152026-03-30T18:21:58.050Z Compiling terminal_size v0.4.3
5162026-03-30T18:21:58.193Z Compiling colorchoice v1.0.4
5172026-03-30T18:21:58.318Z Compiling anstyle-query v1.1.5
5182026-03-30T18:21:58.356Z Compiling is_terminal_polyfill v1.70.2
5192026-03-30T18:21:58.359Z Compiling anstyle v1.0.13
5202026-03-30T18:21:58.393Z Compiling cfg-if v1.0.4
5212026-03-30T18:21:58.446Z Compiling pretty-hex v0.4.1
5222026-03-30T18:21:58.607Z Compiling serde-untagged v0.1.9
5232026-03-30T18:21:58.661Z Compiling anstream v0.6.21
5242026-03-30T18:21:58.689Z Compiling semver v1.0.27
5252026-03-30T18:21:58.735Z Compiling fs-err v3.3.0
5262026-03-30T18:21:58.855Z Compiling clap_lex v1.0.0
5272026-03-30T18:21:58.930Z Compiling anyhow v1.0.102
5282026-03-30T18:21:58.977Z Compiling unicode-width v0.1.14
5292026-03-30T18:21:59.031Z Compiling strsim v0.11.1
5302026-03-30T18:21:59.081Z Compiling once_cell v1.21.3
5312026-03-30T18:21:59.103Z Compiling heck v0.4.1
5322026-03-30T18:22:00.250Z Compiling heck v0.5.0
5332026-03-30T18:22:00.270Z Compiling fnv v1.0.7
5342026-03-30T18:22:00.270Z Compiling bytecount v0.6.9
5352026-03-30T18:22:00.270Z Compiling fastrand v2.3.0
5362026-03-30T18:22:00.270Z Compiling unicode-xid v0.2.6
5372026-03-30T18:22:00.270Z Compiling papergrid v0.11.0
5382026-03-30T18:22:00.270Z Compiling clap_builder v4.5.60
5392026-03-30T18:22:00.270Z Compiling serde_derive v1.0.228
5402026-03-30T18:22:00.270Z Compiling zerofrom-derive v0.1.6
5412026-03-30T18:22:00.270Z Compiling yoke-derive v0.8.1
5422026-03-30T18:22:00.270Z Compiling zerovec-derive v0.11.2
5432026-03-30T18:22:00.270Z Compiling displaydoc v0.2.5
5442026-03-30T18:22:00.838Z Compiling thiserror-impl v1.0.69
5452026-03-30T18:22:00.857Z Compiling zerocopy-derive v0.7.35
5462026-03-30T18:22:00.991Z Compiling pest_derive v2.8.6
5472026-03-30T18:22:01.000Z Compiling scroll_derive v0.12.1
5482026-03-30T18:22:01.053Z Compiling zerofrom v0.1.6
5492026-03-30T18:22:01.193Z Compiling yoke v0.8.1
5502026-03-30T18:22:01.380Z Compiling thiserror-impl v2.0.18
5512026-03-30T18:22:01.399Z Compiling zerovec v0.11.5
5522026-03-30T18:22:01.610Z Compiling zerotrie v0.2.3
5532026-03-30T18:22:01.714Z Compiling zerocopy v0.7.35
5542026-03-30T18:22:01.899Z Compiling tinystr v0.8.2
5552026-03-30T18:22:01.916Z Compiling potential_utf v0.1.4
5562026-03-30T18:22:02.120Z Compiling icu_locale_core v2.1.1
5572026-03-30T18:22:02.127Z Compiling icu_collections v2.1.1
5582026-03-30T18:22:02.222Z Compiling dtrace-parser v0.2.0
5592026-03-30T18:22:02.268Z Compiling scroll v0.12.0
5602026-03-30T18:22:02.547Z Compiling goblin v0.8.2
5612026-03-30T18:22:02.566Z Compiling tabled_derive v0.7.0
5622026-03-30T18:22:02.627Z Compiling clap_derive v4.5.55
5632026-03-30T18:22:02.786Z Compiling icu_provider v2.1.1
5642026-03-30T18:22:02.967Z Compiling tempfile v3.25.0
5652026-03-30T18:22:02.989Z Compiling memmap v0.7.0
5662026-03-30T18:22:03.092Z Compiling icu_normalizer v2.1.1
5672026-03-30T18:22:03.111Z Compiling icu_properties v2.1.2
5682026-03-30T18:22:03.128Z Compiling toml_datetime v0.6.11
5692026-03-30T18:22:03.177Z Compiling serde_spanned v0.6.9
5702026-03-30T18:22:03.357Z Compiling toml_edit v0.22.27
5712026-03-30T18:22:03.361Z Compiling dof v0.3.0
5722026-03-30T18:22:03.391Z Compiling serde_tokenstream v0.2.3
5732026-03-30T18:22:03.482Z Compiling serde-value v0.7.0
5742026-03-30T18:22:03.790Z Compiling cargo-platform v0.2.0
5752026-03-30T18:22:03.794Z Compiling smawk v0.3.2
5762026-03-30T18:22:03.912Z Compiling unicode-linebreak v0.1.5
5772026-03-30T18:22:03.930Z Compiling unicode-width v0.2.0
5782026-03-30T18:22:04.046Z Compiling idna_adapter v1.2.1
5792026-03-30T18:22:04.168Z Compiling idna v1.1.0
5802026-03-30T18:22:04.200Z Compiling textwrap v0.16.2
5812026-03-30T18:22:04.218Z Compiling tabled v0.15.0
5822026-03-30T18:22:04.258Z Compiling camino-tempfile v1.4.1
5832026-03-30T18:22:04.316Z Compiling usdt-attr-macro v0.5.0
5842026-03-30T18:22:04.409Z Compiling usdt-macro v0.5.0
5852026-03-30T18:22:04.500Z Compiling url v2.5.8
5862026-03-30T18:22:04.674Z Compiling clap v4.5.60
5872026-03-30T18:22:04.847Z Compiling macaddr v1.0.1
5882026-03-30T18:22:04.853Z Compiling toml v0.8.23
5892026-03-30T18:22:05.273Z Compiling cargo-util-schemas v0.8.2
5902026-03-30T18:22:05.382Z Compiling cargo_toml v0.21.0
5912026-03-30T18:22:05.479Z Compiling swrite v0.1.0
5922026-03-30T18:22:05.585Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5932026-03-30T18:22:05.707Z Compiling usdt v0.5.0
5942026-03-30T18:22:06.228Z Compiling cargo_metadata v0.21.0
5952026-03-30T18:22:07.128Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-03-30T18:22:09.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.86s
5972026-03-30T18:22:09.464Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-03-30T18:22:10.035Z Downloading crates ...
5992026-03-30T18:22:10.134Z Downloaded cfg_aliases v0.1.1
6002026-03-30T18:22:10.137Z Downloaded bitfield-struct v0.6.2
6012026-03-30T18:22:10.145Z Downloaded ascii-canvas v3.0.0
6022026-03-30T18:22:10.150Z Downloaded crossbeam-deque v0.8.6
6032026-03-30T18:22:10.154Z Downloaded async-bb8-diesel v0.2.1
6042026-03-30T18:22:10.157Z Downloaded bzip2 v0.6.1
6052026-03-30T18:22:10.162Z Downloaded crunchy v0.2.4
6062026-03-30T18:22:10.165Z Downloaded atomicwrites v0.4.4
6072026-03-30T18:22:10.168Z Downloaded crc v3.4.0
6082026-03-30T18:22:10.172Z Downloaded arrayref v0.3.9
6092026-03-30T18:22:10.172Z Downloaded darling_macro v0.20.11
6102026-03-30T18:22:10.172Z Downloaded dropshot-api-manager-types v0.6.0
6112026-03-30T18:22:10.172Z Downloaded curve25519-dalek-derive v0.1.1
6122026-03-30T18:22:10.176Z Downloaded cstr-argument v0.1.2
6132026-03-30T18:22:10.176Z Downloaded enum-as-inner v0.6.1
6142026-03-30T18:22:10.176Z Downloaded atty v0.2.14
6152026-03-30T18:22:10.176Z Downloaded bb8 v0.8.6
6162026-03-30T18:22:10.179Z Downloaded crucible-workspace-hack v0.1.0
6172026-03-30T18:22:10.179Z Downloaded aead v0.5.2
6182026-03-30T18:22:10.179Z Downloaded crc8 v0.1.1
6192026-03-30T18:22:10.179Z Downloaded embedded-io v0.6.1
6202026-03-30T18:22:10.183Z Downloaded dunce v1.0.5
6212026-03-30T18:22:10.183Z Downloaded difflib v0.4.0
6222026-03-30T18:22:10.183Z Downloaded darling_macro v0.23.0
6232026-03-30T18:22:10.183Z Downloaded castaway v0.2.4
6242026-03-30T18:22:10.187Z Downloaded bcrypt-pbkdf v0.10.0
6252026-03-30T18:22:10.187Z Downloaded bitfield-macros v0.19.4
6262026-03-30T18:22:10.187Z Downloaded async-stream v0.3.6
6272026-03-30T18:22:10.191Z Downloaded env_filter v1.0.0
6282026-03-30T18:22:10.191Z Downloaded async-stream-impl v0.3.6
6292026-03-30T18:22:10.191Z Downloaded dirs-sys-next v0.1.2
6302026-03-30T18:22:10.195Z Downloaded atomic-waker v1.1.2
6312026-03-30T18:22:10.198Z Downloaded endian-type v0.1.2
6322026-03-30T18:22:10.198Z Downloaded dyn-clone v1.0.20
6332026-03-30T18:22:10.198Z Downloaded dof v0.4.0
6342026-03-30T18:22:10.202Z Downloaded dsl_auto_type v0.2.0
6352026-03-30T18:22:10.202Z Downloaded diesel_table_macro_syntax v0.3.0
6362026-03-30T18:22:10.205Z Downloaded crc-catalog v2.4.0
6372026-03-30T18:22:10.205Z Downloaded downcast-rs v2.0.2
6382026-03-30T18:22:10.209Z Downloaded colored v3.1.1
6392026-03-30T18:22:10.209Z Downloaded dirs-next v2.0.0
6402026-03-30T18:22:10.209Z Downloaded adler2 v2.0.1
6412026-03-30T18:22:10.212Z Downloaded bitflags v1.3.2
6422026-03-30T18:22:10.212Z Downloaded cargo-platform v0.1.9
6432026-03-30T18:22:10.216Z Downloaded base16ct v1.0.0
6442026-03-30T18:22:10.216Z Downloaded defmt-parser v1.0.0
6452026-03-30T18:22:10.216Z Downloaded cpufeatures v0.3.0
6462026-03-30T18:22:10.219Z Downloaded foreign-types v0.3.2
6472026-03-30T18:22:10.220Z Downloaded fd-lock v4.0.4
6482026-03-30T18:22:10.223Z Downloaded foreign-types-macros v0.2.3
6492026-03-30T18:22:10.227Z Downloaded convert_case v0.4.0
6502026-03-30T18:22:10.227Z Downloaded assert_matches v1.5.0
6512026-03-30T18:22:10.227Z Downloaded crossbeam-utils v0.8.21
6522026-03-30T18:22:10.231Z Downloaded float-cmp v0.10.0
6532026-03-30T18:22:10.234Z Downloaded async-recursion v1.1.1
6542026-03-30T18:22:10.238Z Downloaded base16ct v0.2.0
6552026-03-30T18:22:10.238Z Downloaded derive_builder_macro v0.20.2
6562026-03-30T18:22:10.238Z Downloaded darling_macro v0.21.3
6572026-03-30T18:22:10.238Z Downloaded document-features v0.2.12
6582026-03-30T18:22:10.247Z Downloaded foreign-types-shared v0.3.1
6592026-03-30T18:22:10.251Z Downloaded block-padding v0.3.3
6602026-03-30T18:22:10.251Z Downloaded ciborium-ll v0.2.2
6612026-03-30T18:22:10.251Z Downloaded bit-vec v0.6.3
6622026-03-30T18:22:10.251Z Downloaded cexpr v0.6.0
6632026-03-30T18:22:10.251Z Downloaded byte-wrapper v0.1.0
6642026-03-30T18:22:10.257Z Downloaded blowfish v0.9.1
6652026-03-30T18:22:10.257Z Downloaded async-trait v0.1.89
6662026-03-30T18:22:10.257Z Downloaded bitfield v0.19.4
6672026-03-30T18:22:10.261Z Downloaded flagset v0.4.7
6682026-03-30T18:22:10.265Z Downloaded foreign-types v0.5.0
6692026-03-30T18:22:10.270Z Downloaded bit-set v0.5.3
6702026-03-30T18:22:10.270Z Downloaded bit-set v0.8.0
6712026-03-30T18:22:10.274Z Downloaded drift v0.1.3
6722026-03-30T18:22:10.278Z Downloaded allocator-api2 v0.2.21
6732026-03-30T18:22:10.282Z Downloaded cbc v0.1.2
6742026-03-30T18:22:10.282Z Downloaded chacha20 v0.10.0
6752026-03-30T18:22:10.282Z Downloaded cargo_toml v0.22.3
6762026-03-30T18:22:10.286Z Downloaded cobs v0.3.0
6772026-03-30T18:22:10.286Z Downloaded ecdsa v0.16.9
6782026-03-30T18:22:10.286Z Downloaded erased-serde v0.3.31
6792026-03-30T18:22:10.291Z Downloaded cfg_aliases v0.2.1
6802026-03-30T18:22:10.291Z Downloaded dtrace-parser v0.3.0
6812026-03-30T18:22:10.291Z Downloaded foreign-types-shared v0.1.1
6822026-03-30T18:22:10.291Z Downloaded ctr v0.9.2
6832026-03-30T18:22:10.296Z Downloaded funty v2.0.0
6842026-03-30T18:22:10.296Z Downloaded either v1.15.0
6852026-03-30T18:22:10.296Z Downloaded cargo_metadata v0.19.2
6862026-03-30T18:22:10.296Z Downloaded ena v0.14.4
6872026-03-30T18:22:10.296Z Downloaded futures-core v0.3.32
6882026-03-30T18:22:10.300Z Downloaded filetime v0.2.27
6892026-03-30T18:22:10.300Z Downloaded foldhash v0.2.0
6902026-03-30T18:22:10.300Z Downloaded futures-io v0.3.32
6912026-03-30T18:22:10.300Z Downloaded der_derive v0.7.3
6922026-03-30T18:22:10.300Z Downloaded git-stub v1.0.0
6932026-03-30T18:22:10.304Z Downloaded fxhash v0.2.1
6942026-03-30T18:22:10.304Z Downloaded float-ord v0.3.2
6952026-03-30T18:22:10.304Z Downloaded defmt v0.3.100
6962026-03-30T18:22:10.304Z Downloaded futures-sink v0.3.32
6972026-03-30T18:22:10.304Z Downloaded data-encoding v2.10.0
6982026-03-30T18:22:10.304Z Downloaded gethostname v0.5.0
6992026-03-30T18:22:10.308Z Downloaded futures-macro v0.3.32
7002026-03-30T18:22:10.308Z Downloaded crossbeam-channel v0.5.15
7012026-03-30T18:22:10.312Z Downloaded defmt-macros v1.0.1
7022026-03-30T18:22:10.312Z Downloaded fixedbitset v0.4.2
7032026-03-30T18:22:10.312Z Downloaded defmt v1.0.1
7042026-03-30T18:22:10.317Z Downloaded hash32 v0.2.1
7052026-03-30T18:22:10.317Z Downloaded globwalk v0.9.1
7062026-03-30T18:22:10.317Z Downloaded headers-core v0.3.0
7072026-03-30T18:22:10.317Z Downloaded embedded-io v0.4.0
7082026-03-30T18:22:10.321Z Downloaded cassowary v0.3.0
7092026-03-30T18:22:10.321Z Downloaded chacha20 v0.9.1
7102026-03-30T18:22:10.321Z Downloaded debug-ignore v1.0.5
7112026-03-30T18:22:10.321Z Downloaded cmake v0.1.57
7122026-03-30T18:22:10.325Z Downloaded ciborium-io v0.2.2
7132026-03-30T18:22:10.325Z Downloaded csv-core v0.1.13
7142026-03-30T18:22:10.326Z Downloaded arrayvec v0.7.6
7152026-03-30T18:22:10.329Z Downloaded derive-ex v0.1.8
7162026-03-30T18:22:10.332Z Downloaded ff v0.13.1
7172026-03-30T18:22:10.332Z Downloaded fallible-iterator v0.2.0
7182026-03-30T18:22:10.332Z Downloaded deranged v0.5.8
7192026-03-30T18:22:10.336Z Downloaded hash32 v0.3.1
7202026-03-30T18:22:10.339Z Downloaded clang-sys v1.8.1
7212026-03-30T18:22:10.339Z Downloaded argon2 v0.5.3
7222026-03-30T18:22:10.340Z Downloaded cipher v0.4.4
7232026-03-30T18:22:10.343Z Downloaded ahash v0.8.12
7242026-03-30T18:22:10.343Z Downloaded ed25519 v2.2.3
7252026-03-30T18:22:10.348Z Downloaded fixedbitset v0.5.7
7262026-03-30T18:22:10.352Z Downloaded foldhash v0.1.5
7272026-03-30T18:22:10.352Z Downloaded diesel-dtrace v0.5.0
7282026-03-30T18:22:10.356Z Downloaded buf-list v1.1.2
7292026-03-30T18:22:10.356Z Downloaded corncobs v0.1.4
7302026-03-30T18:22:10.360Z Downloaded convert_case v0.10.0
7312026-03-30T18:22:10.360Z Downloaded daft-derive v0.1.5
7322026-03-30T18:22:10.364Z Downloaded hex v0.4.3
7332026-03-30T18:22:10.364Z Downloaded bit-vec v0.8.0
7342026-03-30T18:22:10.368Z Downloaded ghash v0.5.1
7352026-03-30T18:22:10.368Z Downloaded futures-executor v0.3.32
7362026-03-30T18:22:10.368Z Downloaded fs-err v2.11.0
7372026-03-30T18:22:10.368Z Downloaded display-error-chain v0.2.2
7382026-03-30T18:22:10.372Z Downloaded fs_extra v1.3.0
7392026-03-30T18:22:10.372Z Downloaded des v0.8.1
7402026-03-30T18:22:10.372Z Downloaded hostname v0.3.1
7412026-03-30T18:22:10.375Z Downloaded critical-section v1.2.0
7422026-03-30T18:22:10.375Z Downloaded http-body v1.0.1
7432026-03-30T18:22:10.376Z Downloaded hostname v0.4.2
7442026-03-30T18:22:10.376Z Downloaded darling v0.20.11
7452026-03-30T18:22:10.379Z Downloaded env_logger v0.11.9
7462026-03-30T18:22:10.379Z Downloaded blake2 v0.10.6
7472026-03-30T18:22:10.383Z Downloaded home v0.5.12
7482026-03-30T18:22:10.383Z Downloaded httpdate v1.0.3
7492026-03-30T18:22:10.383Z Downloaded console v0.16.2
7502026-03-30T18:22:10.388Z Downloaded cookie v0.18.1
7512026-03-30T18:22:10.388Z Downloaded ident_case v1.0.1
7522026-03-30T18:22:10.388Z Downloaded array-init v0.0.4
7532026-03-30T18:22:10.388Z Downloaded futures-task v0.3.32
7542026-03-30T18:22:10.391Z Downloaded colored v2.2.0
7552026-03-30T18:22:10.392Z Downloaded ciborium v0.2.2
7562026-03-30T18:22:10.392Z Downloaded glob v0.3.3
7572026-03-30T18:22:10.395Z Downloaded cancel-safe-futures v0.1.5
7582026-03-30T18:22:10.395Z Downloaded globset v0.4.18
7592026-03-30T18:22:10.395Z Downloaded bzip2 v0.4.4
7602026-03-30T18:22:10.399Z Downloaded console v0.15.11
7612026-03-30T18:22:10.399Z Downloaded http-range v0.1.5
7622026-03-30T18:22:10.399Z Downloaded group v0.13.0
7632026-03-30T18:22:10.402Z Downloaded git-stub-vcs v0.1.0
7642026-03-30T18:22:10.403Z Downloaded bcs v0.1.6
7652026-03-30T18:22:10.403Z Downloaded hyper-tls v0.6.0
7662026-03-30T18:22:10.406Z Downloaded indent_write v2.2.0
7672026-03-30T18:22:10.406Z Downloaded hubpack_derive v0.1.1
7682026-03-30T18:22:10.407Z Downloaded hubpack v0.1.2
7692026-03-30T18:22:10.407Z Downloaded instant v0.1.13
7702026-03-30T18:22:10.407Z Downloaded instability v0.3.11
7712026-03-30T18:22:10.410Z Downloaded inout v0.1.4
7722026-03-30T18:22:10.410Z Downloaded derive_builder v0.20.2
7732026-03-30T18:22:10.414Z Downloaded crossbeam-epoch v0.9.18
7742026-03-30T18:22:10.414Z Downloaded backon v1.6.0
7752026-03-30T18:22:10.418Z Downloaded diff v0.1.13
7762026-03-30T18:22:10.418Z Downloaded derive_builder_core v0.20.2
7772026-03-30T18:22:10.418Z Downloaded crc32fast v1.5.0
7782026-03-30T18:22:10.421Z Downloaded darling v0.23.0
7792026-03-30T18:22:10.425Z Downloaded cookie_store v0.22.1
7802026-03-30T18:22:10.425Z Downloaded const_format_proc_macros v0.2.34
7812026-03-30T18:22:10.425Z Downloaded hex-literal v0.4.1
7822026-03-30T18:22:10.428Z Downloaded constant_time_eq v0.4.2
7832026-03-30T18:22:10.429Z Downloaded base64ct v1.8.3
7842026-03-30T18:22:10.429Z Downloaded futures-channel v0.3.32
7852026-03-30T18:22:10.432Z Downloaded find-msvc-tools v0.1.9
7862026-03-30T18:22:10.432Z Downloaded indoc v1.0.9
7872026-03-30T18:22:10.432Z Downloaded const-oid v0.9.6
7882026-03-30T18:22:10.440Z Downloaded highway v1.3.0
7892026-03-30T18:22:10.446Z Downloaded is-terminal v0.4.17
7902026-03-30T18:22:10.446Z Downloaded keccak v0.1.6
7912026-03-30T18:22:10.452Z Downloaded backoff v0.4.0
7922026-03-30T18:22:10.452Z Downloaded lazy_static v1.5.0
7932026-03-30T18:22:10.457Z Downloaded is_ci v1.2.0
7942026-03-30T18:22:10.457Z Downloaded internet-checksum v0.2.1
7952026-03-30T18:22:10.457Z Downloaded kstat-rs v0.2.4
7962026-03-30T18:22:10.460Z Downloaded http-body-util v0.1.3
7972026-03-30T18:22:10.460Z Downloaded camino-tempfile-ext v0.3.3
7982026-03-30T18:22:10.465Z Downloaded dropshot_endpoint v0.16.7
7992026-03-30T18:22:10.468Z Downloaded derive-where v1.6.0
8002026-03-30T18:22:10.472Z Downloaded half v1.8.3
8012026-03-30T18:22:10.475Z Downloaded daft v0.1.5
8022026-03-30T18:22:10.478Z Downloaded libscf-sys v1.1.0
8032026-03-30T18:22:10.478Z Downloaded linked-hash-map v0.5.6
8042026-03-30T18:22:10.482Z Downloaded darling v0.21.3
8052026-03-30T18:22:10.482Z Downloaded lru v0.12.5
8062026-03-30T18:22:10.486Z Downloaded chacha20poly1305 v0.10.1
8072026-03-30T18:22:10.486Z Downloaded hyper-staticfile v0.10.1
8082026-03-30T18:22:10.490Z Downloaded getrandom v0.2.17
8092026-03-30T18:22:10.493Z Downloaded managed v0.8.0
8102026-03-30T18:22:10.497Z Downloaded maplit v1.0.2
8112026-03-30T18:22:10.497Z Downloaded impl-trait-for-tuples v0.2.3
8122026-03-30T18:22:10.497Z Downloaded indoc v2.0.7
8132026-03-30T18:22:10.501Z Downloaded lru-slab v0.1.2
8142026-03-30T18:22:10.501Z Downloaded lru-cache v0.1.2
8152026-03-30T18:22:10.505Z Downloaded maybe-uninit v2.0.0
8162026-03-30T18:22:10.505Z Downloaded md5 v0.7.0
8172026-03-30T18:22:10.505Z Downloaded match_cfg v0.1.0
8182026-03-30T18:22:10.505Z Downloaded md-5 v0.10.6
8192026-03-30T18:22:10.510Z Downloaded lzss v0.8.2
8202026-03-30T18:22:10.510Z Downloaded newline-converter v0.3.0
8212026-03-30T18:22:10.510Z Downloaded new_debug_unreachable v1.0.6
8222026-03-30T18:22:10.510Z Downloaded mime v0.3.17
8232026-03-30T18:22:10.513Z Downloaded newtype_derive v0.1.6
8242026-03-30T18:22:10.513Z Downloaded normalize-line-endings v0.3.0
8252026-03-30T18:22:10.513Z Downloaded newtype-uuid-macros v0.1.0
8262026-03-30T18:22:10.516Z Downloaded futures v0.3.32
8272026-03-30T18:22:10.517Z Downloaded num v0.4.3
8282026-03-30T18:22:10.520Z Downloaded ingot-types v0.1.2
8292026-03-30T18:22:10.520Z Downloaded num_enum_derive v0.5.11
8302026-03-30T18:22:10.520Z Downloaded elliptic-curve v0.13.8
8312026-03-30T18:22:10.523Z Downloaded ingot v0.1.1
8322026-03-30T18:22:10.524Z Downloaded ipnetwork v0.21.1
8332026-03-30T18:22:10.524Z Downloaded multimap v0.10.1
8342026-03-30T18:22:10.527Z Downloaded hickory-client v0.25.2
8352026-03-30T18:22:10.528Z Downloaded crc-any v2.5.0
8362026-03-30T18:22:10.528Z Downloaded derive_more v0.99.20
8372026-03-30T18:22:10.544Z Downloaded num-conv v0.2.0
8382026-03-30T18:22:10.548Z Downloaded nodrop v0.1.14
8392026-03-30T18:22:10.548Z Downloaded lalrpop-util v0.19.12
8402026-03-30T18:22:10.548Z Downloaded getrandom v0.3.4
8412026-03-30T18:22:10.551Z Downloaded jobserver v0.1.34
8422026-03-30T18:22:10.551Z Downloaded fatfs v0.3.6
8432026-03-30T18:22:10.551Z Downloaded arc-swap v1.8.2
8442026-03-30T18:22:10.555Z Downloaded num-derive v0.3.3
8452026-03-30T18:22:10.555Z Downloaded humantime v2.3.0
8462026-03-30T18:22:10.559Z Downloaded libloading v0.8.9
8472026-03-30T18:22:10.559Z Downloaded num-derive v0.4.2
8482026-03-30T18:22:10.560Z Downloaded num-iter v0.1.45
8492026-03-30T18:22:10.564Z Downloaded nonempty v0.12.0
8502026-03-30T18:22:10.564Z Downloaded hyper-rustls v0.27.7
8512026-03-30T18:22:10.564Z Downloaded opaque-debug v0.3.1
8522026-03-30T18:22:10.564Z Downloaded libefi-sys v0.1.0
8532026-03-30T18:22:10.568Z Downloaded darling_core v0.23.0
8542026-03-30T18:22:10.568Z Downloaded linear-map v1.2.0
8552026-03-30T18:22:10.568Z Downloaded iana-time-zone v0.1.65
8562026-03-30T18:22:10.572Z Downloaded libsw v3.5.0
8572026-03-30T18:22:10.572Z Downloaded base64 v0.22.1
8582026-03-30T18:22:10.576Z Downloaded openssl-probe v0.2.1
8592026-03-30T18:22:10.576Z Downloaded oso-derive v0.27.3
8602026-03-30T18:22:10.576Z Downloaded openssl-probe v0.1.6
8612026-03-30T18:22:10.576Z Downloaded openssl-macros v0.1.1
8622026-03-30T18:22:10.580Z Downloaded libsw-core v0.3.2
8632026-03-30T18:22:10.580Z Downloaded olpc-cjson v0.1.4
8642026-03-30T18:22:10.580Z Downloaded hmac v0.12.1
8652026-03-30T18:22:10.580Z Downloaded darling_core v0.20.11
8662026-03-30T18:22:10.584Z Downloaded ipnet v2.11.0
8672026-03-30T18:22:10.593Z Downloaded mime_guess v2.0.5
8682026-03-30T18:22:10.599Z Downloaded packed_struct_codegen v0.10.1
8692026-03-30T18:22:10.600Z Downloaded httparse v1.10.1
8702026-03-30T18:22:10.604Z Downloaded half v2.7.1
8712026-03-30T18:22:10.604Z Downloaded native-tls v0.2.18
8722026-03-30T18:22:10.605Z Downloaded nanorand v0.7.0
8732026-03-30T18:22:10.609Z Downloaded multer v3.1.0
8742026-03-30T18:22:10.614Z Downloaded memoffset v0.9.1
8752026-03-30T18:22:10.614Z Downloaded nibble_vec v0.1.0
8762026-03-30T18:22:10.618Z Downloaded newtype-uuid v1.3.2
8772026-03-30T18:22:10.621Z Downloaded parse-display v0.10.0
8782026-03-30T18:22:10.621Z Downloaded compact_str v0.8.1
8792026-03-30T18:22:10.625Z Downloaded num-complex v0.4.6
8802026-03-30T18:22:10.625Z Downloaded pbkdf2 v0.12.2
8812026-03-30T18:22:10.625Z Downloaded bytes v1.11.1
8822026-03-30T18:22:10.628Z Downloaded ar_archive_writer v0.5.1
8832026-03-30T18:22:10.631Z Downloaded litrs v1.0.0
8842026-03-30T18:22:10.635Z Downloaded num-integer v0.1.46
8852026-03-30T18:22:10.638Z Downloaded pbkdf2 v0.11.0
8862026-03-30T18:22:10.642Z Downloaded parse-size v1.1.0
8872026-03-30T18:22:10.642Z Downloaded flume v0.11.1
8882026-03-30T18:22:10.647Z Downloaded cc v1.2.56
8892026-03-30T18:22:10.650Z Downloaded const_format v0.2.35
8902026-03-30T18:22:10.650Z Downloaded num_threads v0.1.7
8912026-03-30T18:22:10.651Z Downloaded num_enum_derive v0.7.5
8922026-03-30T18:22:10.651Z Downloaded num_enum v0.7.5
8932026-03-30T18:22:10.654Z Downloaded num_enum v0.5.11
8942026-03-30T18:22:10.658Z Downloaded peg-runtime v0.8.5
8952026-03-30T18:22:10.658Z Downloaded num-rational v0.4.2
8962026-03-30T18:22:10.661Z Downloaded bumpalo v3.20.2
8972026-03-30T18:22:10.661Z Downloaded phf_shared v0.13.1
8982026-03-30T18:22:10.661Z Downloaded darling_core v0.21.3
8992026-03-30T18:22:10.665Z Downloaded ignore v0.4.25
9002026-03-30T18:22:10.665Z Downloaded phf_shared v0.12.1
9012026-03-30T18:22:10.668Z Downloaded oxide-tokio-rt v0.1.3
9022026-03-30T18:22:10.668Z Downloaded ingot-macros v0.1.1
9032026-03-30T18:22:10.674Z Downloaded powerfmt v0.2.0
9042026-03-30T18:22:10.677Z Downloaded phf_shared v0.11.3
9052026-03-30T18:22:10.682Z Downloaded pin-utils v0.1.0
9062026-03-30T18:22:10.685Z Downloaded lock_api v0.4.14
9072026-03-30T18:22:10.685Z Downloaded packed_struct v0.10.1
9082026-03-30T18:22:10.689Z Downloaded oxnet v0.1.4
9092026-03-30T18:22:10.693Z Downloaded precomputed-hash v0.1.1
9102026-03-30T18:22:10.696Z Downloaded proc-macro-error-attr2 v2.0.0
9112026-03-30T18:22:10.763Z Downloaded parking_lot_core v0.8.6
9122026-03-30T18:22:10.763Z Downloaded memmap2 v0.9.10
9132026-03-30T18:22:10.763Z Downloaded indexmap v1.9.3
9142026-03-30T18:22:10.763Z Downloaded predicates-tree v1.0.13
9152026-03-30T18:22:10.763Z Downloaded predicates-core v1.0.10
9162026-03-30T18:22:10.763Z Downloaded base64 v0.21.7
9172026-03-30T18:22:10.763Z Downloaded nu-ansi-term v0.50.3
9182026-03-30T18:22:10.763Z Downloaded progenitor-client v0.10.0
9192026-03-30T18:22:10.763Z Downloaded path-slash v0.1.5
9202026-03-30T18:22:10.764Z Downloaded paste v1.0.15
9212026-03-30T18:22:10.764Z Downloaded progenitor-macro v0.11.2
9222026-03-30T18:22:10.764Z Downloaded progenitor-macro v0.10.0
9232026-03-30T18:22:10.764Z Downloaded psl-types v2.0.11
9242026-03-30T18:22:10.764Z Downloaded peg v0.8.5
9252026-03-30T18:22:10.764Z Downloaded proc-macro-crate v1.3.1
9262026-03-30T18:22:10.764Z Downloaded quick-error v1.2.3
9272026-03-30T18:22:10.764Z Downloaded progenitor-client v0.11.2
9282026-03-30T18:22:10.764Z Downloaded password-hash v0.5.0
9292026-03-30T18:22:10.764Z Downloaded password-hash v0.4.2
9302026-03-30T18:22:10.764Z Downloaded peg-macros v0.8.5
9312026-03-30T18:22:10.764Z Downloaded pem-rfc7468 v0.7.0
9322026-03-30T18:22:10.764Z Downloaded pem v3.0.6
9332026-03-30T18:22:10.764Z Downloaded der v0.7.10
9342026-03-30T18:22:10.764Z Downloaded flate2 v1.1.9
9352026-03-30T18:22:10.764Z Downloaded derive_more v2.1.1
9362026-03-30T18:22:10.764Z Downloaded radium v0.7.0
9372026-03-30T18:22:10.764Z Downloaded progenitor-macro v0.13.0
9382026-03-30T18:22:10.764Z Downloaded libbz2-rs-sys v0.2.2
9392026-03-30T18:22:10.764Z Downloaded heapless v0.7.17
9402026-03-30T18:22:10.764Z Downloaded owo-colors v4.3.0
9412026-03-30T18:22:10.770Z Downloaded omicron-zone-package v0.12.2
9422026-03-30T18:22:10.770Z Downloaded phf v0.13.1
9432026-03-30T18:22:10.770Z Downloaded phf v0.12.1
9442026-03-30T18:22:10.770Z Downloaded pin-project-internal v1.1.11
9452026-03-30T18:22:10.770Z Downloaded diesel_derives v2.3.7
9462026-03-30T18:22:10.775Z Downloaded rand_chacha v0.3.1
9472026-03-30T18:22:10.775Z Downloaded poly1305 v0.8.0
9482026-03-30T18:22:10.775Z Downloaded pkg-config v0.3.32
9492026-03-30T18:22:10.779Z Downloaded pin-project-lite v0.2.17
9502026-03-30T18:22:10.779Z Downloaded crypto-bigint v0.5.5
9512026-03-30T18:22:10.785Z Downloaded expectorate v1.2.0
9522026-03-30T18:22:10.788Z Downloaded predicates v3.1.4
9532026-03-30T18:22:10.788Z Downloaded postgres-protocol v0.6.10
9542026-03-30T18:22:10.792Z Downloaded ppv-lite86 v0.2.21
9552026-03-30T18:22:10.793Z Downloaded proc-macro-crate v3.4.0
9562026-03-30T18:22:10.793Z Downloaded polyval v0.6.2
9572026-03-30T18:22:10.796Z Downloaded ref-cast v1.0.25
9582026-03-30T18:22:10.796Z Downloaded rand_xorshift v0.4.0
9592026-03-30T18:22:10.800Z Downloaded recursive-proc-macro-impl v0.1.1
9602026-03-30T18:22:10.800Z Downloaded rfc6979 v0.4.0
9612026-03-30T18:22:10.800Z Downloaded parking_lot v0.11.2
9622026-03-30T18:22:10.803Z Downloaded parse-display-derive v0.10.0
9632026-03-30T18:22:10.807Z Downloaded headers v0.4.1
9642026-03-30T18:22:10.811Z Downloaded progenitor-extras v0.1.1
9652026-03-30T18:22:10.814Z Downloaded progenitor v0.11.2
9662026-03-30T18:22:10.814Z Downloaded recursive v0.1.1
9672026-03-30T18:22:10.815Z Downloaded proc-macro-error2 v2.0.1
9682026-03-30T18:22:10.818Z Downloaded progenitor-client v0.13.0
9692026-03-30T18:22:10.818Z Downloaded progenitor v0.10.0
9702026-03-30T18:22:10.822Z Downloaded parking_lot_core v0.9.12
9712026-03-30T18:22:10.822Z Downloaded parking_lot v0.12.5
9722026-03-30T18:22:10.827Z Downloaded rustc_version v0.4.1
9732026-03-30T18:22:10.831Z Downloaded rustc-hash v2.1.1
9742026-03-30T18:22:10.831Z Downloaded rtoolbox v0.0.3
9752026-03-30T18:22:10.836Z Downloaded derive_more-impl v2.1.1
9762026-03-30T18:22:10.840Z Downloaded indicatif v0.18.4
9772026-03-30T18:22:10.844Z Downloaded hickory-resolver v0.25.2
9782026-03-30T18:22:10.849Z Downloaded oso v0.27.3
9792026-03-30T18:22:10.853Z Downloaded r2d2 v0.8.10
9802026-03-30T18:22:10.853Z Downloaded rustc_version v0.1.7
9812026-03-30T18:22:10.853Z Downloaded russh-cryptovec v0.7.3
9822026-03-30T18:22:10.853Z Downloaded pkcs1 v0.7.5
9832026-03-30T18:22:10.856Z Downloaded p256 v0.13.2
9842026-03-30T18:22:10.860Z Downloaded postcard v1.1.3
9852026-03-30T18:22:10.863Z Downloaded postgres-types v0.2.12
9862026-03-30T18:22:10.863Z Downloaded pkcs8 v0.10.2
9872026-03-30T18:22:10.872Z Downloaded ref-cast-impl v1.0.25
9882026-03-30T18:22:10.876Z Downloaded rand_seeder v0.4.0
9892026-03-30T18:22:10.876Z Downloaded rand_core v0.6.4
9902026-03-30T18:22:10.879Z Downloaded rand_core v0.10.0
9912026-03-30T18:22:10.879Z Downloaded rand_core v0.9.5
9922026-03-30T18:22:10.879Z Downloaded rand_chacha v0.9.0
9932026-03-30T18:22:10.884Z Downloaded papergrid v0.17.0
9942026-03-30T18:22:10.888Z Downloaded primeorder v0.13.6
9952026-03-30T18:22:10.891Z Downloaded aes v0.8.4
9962026-03-30T18:22:10.895Z Downloaded same-file v1.0.6
9972026-03-30T18:22:10.899Z Downloaded scrypt v0.11.0
9982026-03-30T18:22:10.903Z Downloaded ed25519-dalek v2.2.0
9992026-03-30T18:22:10.907Z Downloaded salsa20 v0.10.2
10002026-03-30T18:22:10.920Z Downloaded secrecy v0.10.3
10012026-03-30T18:22:10.925Z Downloaded serde-big-array v0.5.1
10022026-03-30T18:22:10.929Z Downloaded secrecy v0.8.0
10032026-03-30T18:22:10.929Z Downloaded serde_bytes v0.11.19
10042026-03-30T18:22:10.929Z Downloaded psm v0.1.30
10052026-03-30T18:22:10.933Z Downloaded sapling-renderdag v0.1.0
10062026-03-30T18:22:10.933Z Downloaded heapless v0.8.0
10072026-03-30T18:22:10.937Z Downloaded scroll_derive v0.13.1
10082026-03-30T18:22:10.937Z Downloaded scopeguard v1.2.0
10092026-03-30T18:22:10.944Z Downloaded semver v0.1.20
10102026-03-30T18:22:10.944Z Downloaded dropshot-api-manager v0.6.0
10112026-03-30T18:22:10.948Z Downloaded resolv-conf v0.7.6
10122026-03-30T18:22:10.948Z Downloaded quinn-udp v0.5.14
10132026-03-30T18:22:10.948Z Downloaded miniz_oxide v0.8.9
10142026-03-30T18:22:10.953Z Downloaded minimal-lexical v0.2.1
10152026-03-30T18:22:10.953Z Downloaded jiff-static v0.2.21
10162026-03-30T18:22:10.957Z Downloaded serde_spanned v1.0.4
10172026-03-30T18:22:10.957Z Downloaded seq-macro v0.3.6
10182026-03-30T18:22:10.957Z Downloaded pkcs5 v0.7.1
10192026-03-30T18:22:10.960Z Downloaded hickory-resolver v0.24.4
10202026-03-30T18:22:10.960Z Downloaded pin-project v1.1.11
10212026-03-30T18:22:10.966Z Downloaded shell-words v1.1.1
10222026-03-30T18:22:10.970Z Downloaded serde_urlencoded v0.7.1
10232026-03-30T18:22:10.970Z Downloaded rusty-fork v0.3.1
10242026-03-30T18:22:10.970Z Downloaded siphasher v1.0.2
10252026-03-30T18:22:10.974Z Downloaded signal-hook-tokio v0.3.1
10262026-03-30T18:22:10.974Z Downloaded rustversion v1.0.22
10272026-03-30T18:22:10.974Z Downloaded sigpipe v0.1.3
10282026-03-30T18:22:10.974Z Downloaded signature v2.2.0
10292026-03-30T18:22:10.978Z Downloaded hickory-server v0.25.2
10302026-03-30T18:22:10.982Z Downloaded serde_plain v1.0.2
10312026-03-30T18:22:10.982Z Downloaded sha1 v0.10.6
10322026-03-30T18:22:10.982Z Downloaded openssl-sys v0.9.111
10332026-03-30T18:22:10.987Z Downloaded signal-hook-mio v0.2.5
10342026-03-30T18:22:10.990Z Downloaded rustls-pemfile v2.2.0
10352026-03-30T18:22:10.990Z Downloaded rustls-pemfile v1.0.4
10362026-03-30T18:22:10.995Z Downloaded schemars_derive v0.8.22
10372026-03-30T18:22:11.003Z Downloaded sec1 v0.7.3
10382026-03-30T18:22:11.007Z Downloaded hashbrown v0.13.2
10392026-03-30T18:22:11.016Z Downloaded progenitor v0.13.0
10402026-03-30T18:22:11.022Z Downloaded progenitor-impl v0.11.2
10412026-03-30T18:22:11.025Z Downloaded serde_path_to_error v0.1.20
10422026-03-30T18:22:11.029Z Downloaded hyper-util v0.1.20
10432026-03-30T18:22:11.032Z Downloaded crossterm v0.28.1
10442026-03-30T18:22:11.036Z Downloaded slog-bunyan v2.5.0
10452026-03-30T18:22:11.036Z Downloaded scheduled-thread-pool v0.2.7
10462026-03-30T18:22:11.040Z Downloaded slog-envlogger v2.2.0
10472026-03-30T18:22:11.043Z Downloaded aes-gcm v0.10.3
10482026-03-30T18:22:11.047Z Downloaded scroll v0.13.0
10492026-03-30T18:22:11.050Z Downloaded ssh-cipher v0.2.0
10502026-03-30T18:22:11.050Z Downloaded ssh-encoding v0.2.0
10512026-03-30T18:22:11.054Z Downloaded sct v0.7.1
10522026-03-30T18:22:11.057Z Downloaded serde_repr v0.1.20
10532026-03-30T18:22:11.061Z Downloaded rustls-pki-types v1.14.0
10542026-03-30T18:22:11.071Z Downloaded signal-hook-registry v1.4.8
10552026-03-30T18:22:11.076Z Downloaded slab v0.4.12
10562026-03-30T18:22:11.090Z Downloaded slog-async v2.8.0
10572026-03-30T18:22:11.093Z Downloaded num-bigint v0.4.6
10582026-03-30T18:22:11.097Z Downloaded shlex v1.3.0
10592026-03-30T18:22:11.097Z Downloaded supports-color v3.0.2
10602026-03-30T18:22:11.097Z Downloaded structmeta-derive v0.3.0
10612026-03-30T18:22:11.097Z Downloaded rustls-native-certs v0.8.3
10622026-03-30T18:22:11.103Z Downloaded progenitor-impl v0.10.0
10632026-03-30T18:22:11.107Z Downloaded prettyplease v0.2.37
10642026-03-30T18:22:11.110Z Downloaded slog-term v2.9.2
10652026-03-30T18:22:11.110Z Downloaded progenitor-impl v0.13.0
10662026-03-30T18:22:11.110Z Downloaded hashbrown v0.12.3
10672026-03-30T18:22:11.114Z Downloaded structmeta v0.3.0
10682026-03-30T18:22:11.114Z Downloaded strip-ansi-escapes v0.2.1
10692026-03-30T18:22:11.117Z Downloaded sqlparser_derive v0.5.0
10702026-03-30T18:22:11.117Z Downloaded simd-adler32 v0.3.8
10712026-03-30T18:22:11.118Z Downloaded tap v1.0.1
10722026-03-30T18:22:11.121Z Downloaded take_mut v0.2.2
10732026-03-30T18:22:11.121Z Downloaded sync_wrapper v1.0.2
10742026-03-30T18:22:11.121Z Downloaded termtree v0.5.1
10752026-03-30T18:22:11.121Z Downloaded serde_derive_internals v0.29.1
10762026-03-30T18:22:11.121Z Downloaded serde_cbor v0.11.2
10772026-03-30T18:22:11.137Z Downloaded strum v0.27.2
10782026-03-30T18:22:11.141Z Downloaded subtle v2.6.1
10792026-03-30T18:22:11.141Z Downloaded strum v0.26.3
10802026-03-30T18:22:11.142Z Downloaded slog-json v2.6.1
10812026-03-30T18:22:11.145Z Downloaded itertools v0.10.5
10822026-03-30T18:22:11.145Z Downloaded tabwriter v1.4.1
10832026-03-30T18:22:11.146Z Downloaded sync-ptr v0.1.4
10842026-03-30T18:22:11.149Z Downloaded spki v0.7.3
10852026-03-30T18:22:11.149Z Downloaded sqlformat v0.3.5
10862026-03-30T18:22:11.149Z Downloaded slog-scope v4.4.1
10872026-03-30T18:22:11.152Z Downloaded time-core v0.1.8
10882026-03-30T18:22:11.152Z Downloaded serde_with_macros v3.17.0
10892026-03-30T18:22:11.152Z Downloaded smf v0.2.3
10902026-03-30T18:22:11.156Z Downloaded slog-stdlog v4.1.1
10912026-03-30T18:22:11.156Z Downloaded serde-hex v0.1.0
10922026-03-30T18:22:11.156Z Downloaded ron v0.8.1
10932026-03-30T18:22:11.159Z Downloaded thiserror-impl-no-std v2.0.2
10942026-03-30T18:22:11.159Z Downloaded testing_table v0.3.0
10952026-03-30T18:22:11.163Z Downloaded tagptr v0.2.0
10962026-03-30T18:22:11.163Z Downloaded snafu-derive v0.8.9
10972026-03-30T18:22:11.163Z Downloaded rustls-platform-verifier v0.6.2
10982026-03-30T18:22:11.168Z Downloaded rayon-core v1.13.0
10992026-03-30T18:22:11.171Z Downloaded string_cache v0.8.9
11002026-03-30T18:22:11.171Z Downloaded static_assertions v1.1.0
11012026-03-30T18:22:11.175Z Downloaded rcgen v0.12.1
11022026-03-30T18:22:11.178Z Downloaded prefix-trie v0.7.0
11032026-03-30T18:22:11.182Z Downloaded stringprep v0.1.5
11042026-03-30T18:22:11.186Z Downloaded thread-id v5.1.0
11052026-03-30T18:22:11.186Z Downloaded stacker v0.1.23
11062026-03-30T18:22:11.189Z Downloaded support-bundle-viewer v0.1.2
11072026-03-30T18:22:11.189Z Downloaded strum_macros v0.26.4
11082026-03-30T18:22:11.192Z Downloaded slog-dtrace v0.3.0
11092026-03-30T18:22:11.196Z Downloaded mio v1.1.1
11102026-03-30T18:22:11.199Z Downloaded hashbrown v0.15.5
11112026-03-30T18:22:11.203Z Downloaded ryu v1.0.23
11122026-03-30T18:22:11.206Z Downloaded publicsuffix v2.3.0
11132026-03-30T18:22:11.206Z Downloaded tinyvec_macros v0.1.1
11142026-03-30T18:22:11.206Z Downloaded pretty_assertions v1.4.1
11152026-03-30T18:22:11.210Z Downloaded termios v0.3.3
11162026-03-30T18:22:11.213Z Downloaded tabled_derive v0.11.0
11172026-03-30T18:22:11.218Z Downloaded thiserror-no-std v2.0.2
11182026-03-30T18:22:11.222Z Downloaded spin v0.9.8
11192026-03-30T18:22:11.225Z Downloaded strum_macros v0.24.3
11202026-03-30T18:22:11.247Z Downloaded smallvec v0.6.14
11212026-03-30T18:22:11.257Z Downloaded rand v0.8.5
11222026-03-30T18:22:11.257Z Downloaded thread_local v1.1.9
11232026-03-30T18:22:11.257Z Downloaded time-macros v0.2.27
11242026-03-30T18:22:11.257Z Downloaded tls_codec v0.4.2
11252026-03-30T18:22:11.257Z Downloaded iri-string v0.7.10
11262026-03-30T18:22:11.261Z Downloaded itertools v0.13.0
11272026-03-30T18:22:11.262Z Downloaded try-lock v0.2.5
11282026-03-30T18:22:11.262Z Downloaded tower-layer v0.3.3
11292026-03-30T18:22:11.266Z Downloaded signal-hook v0.3.18
11302026-03-30T18:22:11.266Z Downloaded similar v2.7.0
11312026-03-30T18:22:11.270Z Downloaded serde_yaml v0.9.34+deprecated
11322026-03-30T18:22:11.270Z Downloaded http v1.4.0
11332026-03-30T18:22:11.276Z Downloaded topological-sort v0.2.2
11342026-03-30T18:22:11.276Z Downloaded hyper v1.8.1
11352026-03-30T18:22:11.282Z Downloaded nom v7.1.3
11362026-03-30T18:22:11.286Z Downloaded slog v2.8.2
11372026-03-30T18:22:11.286Z Downloaded tokio-rustls v0.25.0
11382026-03-30T18:22:11.287Z Downloaded h2 v0.4.13
11392026-03-30T18:22:11.293Z Downloaded tokio-macros v2.6.0
11402026-03-30T18:22:11.293Z Downloaded tls_codec_derive v0.4.2
11412026-03-30T18:22:11.300Z Downloaded trait-variant v0.1.2
11422026-03-30T18:22:11.300Z Downloaded iddqd v0.3.17
11432026-03-30T18:22:11.300Z Downloaded tower-service v0.3.3
11442026-03-30T18:22:11.304Z Downloaded quinn v0.11.9
11452026-03-30T18:22:11.304Z Downloaded tokio-native-tls v0.3.1
11462026-03-30T18:22:11.304Z Downloaded term v0.7.0
11472026-03-30T18:22:11.304Z Downloaded tokio-tungstenite v0.23.1
11482026-03-30T18:22:11.309Z Downloaded russh-keys v0.45.0
11492026-03-30T18:22:11.315Z Downloaded schemars v0.8.22
11502026-03-30T18:22:11.324Z Downloaded usdt v0.6.0
11512026-03-30T18:22:11.324Z Downloaded unarray v0.1.4
11522026-03-30T18:22:11.324Z Downloaded strum_macros v0.27.2
11532026-03-30T18:22:11.331Z Downloaded unicode-truncate v1.1.0
11542026-03-30T18:22:11.331Z Downloaded rand v0.9.2
11552026-03-30T18:22:11.331Z Downloaded tokio-tungstenite v0.21.0
11562026-03-30T18:22:11.331Z Downloaded crossterm v0.29.0
11572026-03-30T18:22:11.331Z Downloaded socket2 v0.5.10
11582026-03-30T18:22:11.348Z Downloaded aho-corasick v1.1.4
11592026-03-30T18:22:11.348Z Downloaded typify-macro v0.6.1
11602026-03-30T18:22:11.348Z Downloaded typify-macro v0.4.3
11612026-03-30T18:22:11.348Z Downloaded qorb v0.4.1
11622026-03-30T18:22:11.353Z Downloaded rsa v0.9.10
11632026-03-30T18:22:11.353Z Downloaded usdt-macro v0.6.0
11642026-03-30T18:22:11.353Z Downloaded usdt-attr-macro v0.6.0
11652026-03-30T18:22:11.353Z Downloaded untrusted v0.9.0
11662026-03-30T18:22:11.353Z Downloaded unit-prefix v0.5.2
11672026-03-30T18:22:11.353Z Downloaded untrusted v0.7.1
11682026-03-30T18:22:11.353Z Downloaded universal-hash v0.5.1
11692026-03-30T18:22:11.353Z Downloaded tiny-keccak v2.0.2
11702026-03-30T18:22:11.353Z Downloaded socket2 v0.6.2
11712026-03-30T18:22:11.353Z Downloaded rustls-webpki v0.103.9
11722026-03-30T18:22:11.353Z Downloaded itertools v0.12.1
11732026-03-30T18:22:11.360Z Downloaded toml_writer v1.0.6+spec-1.1.0
11742026-03-30T18:22:11.364Z Downloaded waitgroup v0.1.2
11752026-03-30T18:22:11.364Z Downloaded void v1.0.2
11762026-03-30T18:22:11.368Z Downloaded tui-tree-widget v0.23.1
11772026-03-30T18:22:11.368Z Downloaded wait-timeout v0.2.1
11782026-03-30T18:22:11.372Z Downloaded libxml v0.3.3
11792026-03-30T18:22:11.372Z Downloaded schemars v0.9.0
11802026-03-30T18:22:11.384Z Downloaded tokio-rustls v0.26.4
11812026-03-30T18:22:11.388Z Downloaded xattr v1.6.1
11822026-03-30T18:22:11.393Z Downloaded futures-util v0.3.32
11832026-03-30T18:22:11.397Z Downloaded tokio-dtrace v0.1.1
11842026-03-30T18:22:11.397Z Downloaded blake3 v1.8.3
11852026-03-30T18:22:11.402Z Downloaded num-bigint-dig v0.8.6
11862026-03-30T18:22:11.429Z Downloaded unicase v2.9.0
11872026-03-30T18:22:11.429Z Downloaded tokio-rustls v0.24.1
11882026-03-30T18:22:11.434Z Downloaded xshell-macros v0.2.7
11892026-03-30T18:22:11.434Z Downloaded tokio-stream v0.1.18
11902026-03-30T18:22:11.434Z Downloaded term v1.2.1
11912026-03-30T18:22:11.434Z Downloaded usdt-impl v0.6.0
11922026-03-30T18:22:11.434Z Downloaded test-strategy v0.4.5
11932026-03-30T18:22:11.434Z Downloaded hkdf v0.12.4
11942026-03-30T18:22:11.434Z Downloaded utf-8 v0.7.6
11952026-03-30T18:22:11.434Z Downloaded zone v0.3.1
11962026-03-30T18:22:11.437Z Downloaded snafu v0.8.9
11972026-03-30T18:22:11.441Z Downloaded vergen-lib v0.1.6
11982026-03-30T18:22:11.441Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11992026-03-30T18:22:11.464Z Downloaded rand v0.10.0
12002026-03-30T18:22:11.473Z Downloaded uzers v0.12.2
12012026-03-30T18:22:11.473Z Downloaded toml_parser v1.0.9+spec-1.1.0
12022026-03-30T18:22:11.473Z Downloaded vergen-gitcl v1.0.8
12032026-03-30T18:22:11.474Z Downloaded vsss-rs v3.3.4
12042026-03-30T18:22:11.474Z Downloaded vergen-git2 v1.0.7
12052026-03-30T18:22:11.474Z Downloaded zeroize_derive v1.4.3
12062026-03-30T18:22:11.474Z Downloaded zone_cfg_derive v0.3.1
12072026-03-30T18:22:11.474Z Downloaded whoami v1.6.1
12082026-03-30T18:22:11.474Z Downloaded tinyvec v1.10.0
12092026-03-30T18:22:11.474Z Downloaded walkdir v2.5.0
12102026-03-30T18:22:11.474Z Downloaded schemars v1.2.1
12112026-03-30T18:22:11.478Z Downloaded tracing-attributes v0.1.31
12122026-03-30T18:22:11.478Z Downloaded p521 v0.13.3
12132026-03-30T18:22:11.481Z Downloaded twox-hash v2.1.2
12142026-03-30T18:22:11.481Z Downloaded samael v0.0.19
12152026-03-30T18:22:11.485Z Downloaded libm v0.2.16
12162026-03-30T18:22:11.490Z Downloaded tar v0.4.45
12172026-03-30T18:22:11.490Z Downloaded subprocess v0.2.15
12182026-03-30T18:22:11.499Z Downloaded xshell v0.2.7
12192026-03-30T18:22:11.502Z Downloaded wyz v0.5.1
12202026-03-30T18:22:11.502Z Downloaded russh v0.45.0
12212026-03-30T18:22:11.506Z Downloaded want v0.3.1
12222026-03-30T18:22:11.512Z Downloaded itertools v0.14.0
12232026-03-30T18:22:11.523Z Downloaded toml v0.7.8
12242026-03-30T18:22:11.528Z Downloaded toml v0.9.12+spec-1.1.0
12252026-03-30T18:22:11.531Z Downloaded zstd v0.13.3
12262026-03-30T18:22:11.535Z Downloaded bindgen v0.71.1
12272026-03-30T18:22:11.538Z Downloaded vergen v9.0.6
12282026-03-30T18:22:11.542Z Downloaded aws-lc-rs v1.16.0
12292026-03-30T18:22:11.546Z Downloaded steno v0.4.1
12302026-03-30T18:22:11.550Z Downloaded whoami v2.1.0
12312026-03-30T18:22:11.550Z Downloaded tungstenite v0.21.0
12322026-03-30T18:22:11.554Z Downloaded rustyline v14.0.0
12332026-03-30T18:22:11.557Z Downloaded ron v0.12.0
12342026-03-30T18:22:11.562Z Downloaded unicode-properties v0.1.4
12352026-03-30T18:22:11.566Z Downloaded zerocopy v0.6.6
12362026-03-30T18:22:11.570Z Downloaded yasna v0.5.2
12372026-03-30T18:22:11.573Z Downloaded xz2 v0.1.7
12382026-03-30T18:22:11.577Z Downloaded uuid v1.21.0
12392026-03-30T18:22:11.580Z Downloaded typify v0.6.1
12402026-03-30T18:22:11.584Z Downloaded unsafe-libyaml v0.2.11
12412026-03-30T18:22:11.584Z Downloaded unicode-bidi v0.3.18
12422026-03-30T18:22:11.587Z Downloaded typify v0.4.3
12432026-03-30T18:22:11.592Z Downloaded bitvec v1.0.1
12442026-03-30T18:22:11.598Z Downloaded zeroize v1.8.2
12452026-03-30T18:22:11.603Z Downloaded tungstenite v0.23.0
12462026-03-30T18:22:11.612Z Downloaded toml_edit v0.23.10+spec-1.0.0
12472026-03-30T18:22:11.623Z Downloaded tracing-core v0.1.36
12482026-03-30T18:22:11.646Z Downloaded p384 v0.13.1
12492026-03-30T18:22:11.660Z Downloaded zstd-safe v7.2.4
12502026-03-30T18:22:11.663Z Downloaded ssh-key v0.6.7
12512026-03-30T18:22:11.666Z Downloaded reqwest v0.13.2
12522026-03-30T18:22:11.670Z Downloaded toml_edit v0.19.15
12532026-03-30T18:22:11.679Z Downloaded zopfli v0.8.3
12542026-03-30T18:22:11.683Z Downloaded vte v0.14.1
12552026-03-30T18:22:11.683Z Downloaded reedline v0.40.0
12562026-03-30T18:22:11.687Z Downloaded git2 v0.20.4
12572026-03-30T18:22:11.691Z Downloaded chrono v0.4.44
12582026-03-30T18:22:11.696Z Downloaded tokio-postgres v0.7.16
12592026-03-30T18:22:11.699Z Downloaded regex v1.12.3
12602026-03-30T18:22:11.703Z Downloaded rpassword v7.4.0
12612026-03-30T18:22:11.707Z Downloaded reqwest v0.12.28
12622026-03-30T18:22:11.710Z Downloaded unicode_categories v0.1.1
12632026-03-30T18:22:11.721Z Downloaded zip v0.6.6
12642026-03-30T18:22:11.734Z Downloaded goblin v0.10.5
12652026-03-30T18:22:11.757Z Downloaded yansi v1.0.1
12662026-03-30T18:22:11.768Z Downloaded tower v0.5.3
12672026-03-30T18:22:11.768Z Downloaded portable-atomic v1.13.1
12682026-03-30T18:22:11.768Z Downloaded lalrpop v0.19.12
12692026-03-30T18:22:11.781Z Downloaded salty v0.3.0
12702026-03-30T18:22:11.792Z Downloaded quick-xml v0.37.5
12712026-03-30T18:22:11.796Z Downloaded typed-path v0.9.3
12722026-03-30T18:22:11.802Z Downloaded unicode-segmentation v1.12.0
12732026-03-30T18:22:11.805Z Downloaded moka v0.12.13
12742026-03-30T18:22:11.810Z Downloaded rayon v1.11.0
12752026-03-30T18:22:11.829Z Downloaded proptest v1.10.0
12762026-03-30T18:22:11.835Z Downloaded unicode-normalization v0.1.25
12772026-03-30T18:22:11.841Z Downloaded tokio-util v0.7.18
12782026-03-30T18:22:11.845Z Downloaded zerocopy-derive v0.8.40
12792026-03-30T18:22:11.852Z Downloaded x509-cert v0.2.5
12802026-03-30T18:22:11.852Z Downloaded serde_with v3.17.0
12812026-03-30T18:22:11.860Z Downloaded rustls-webpki v0.101.7
12822026-03-30T18:22:11.866Z Downloaded zip v4.6.1
12832026-03-30T18:22:11.870Z Downloaded tower-http v0.6.8
12842026-03-30T18:22:11.873Z Downloaded tough v0.20.0
12852026-03-30T18:22:11.878Z Downloaded rustls-webpki v0.102.8
12862026-03-30T18:22:11.889Z Downloaded object v0.30.4
12872026-03-30T18:22:11.941Z Downloaded curve25519-dalek v4.1.3
12882026-03-30T18:22:11.942Z Downloaded quinn-proto v0.11.13
12892026-03-30T18:22:11.942Z Downloaded radix_trie v0.2.1
12902026-03-30T18:22:11.942Z Downloaded nix v0.27.1
12912026-03-30T18:22:11.951Z Downloaded winnow v0.5.40
12922026-03-30T18:22:11.955Z Downloaded openssl v0.10.75
12932026-03-30T18:22:11.963Z Downloaded winnow v0.6.26
12942026-03-30T18:22:11.963Z Downloaded bstr v1.12.1
12952026-03-30T18:22:11.976Z Downloaded petname v2.0.2
12962026-03-30T18:22:11.984Z Downloaded polar-core v0.27.3
12972026-03-30T18:22:11.999Z Downloaded nix v0.28.0
12982026-03-30T18:22:12.014Z Downloaded tabled v0.20.0
12992026-03-30T18:22:12.025Z Downloaded nix v0.29.0
13002026-03-30T18:22:12.043Z Downloaded rustls v0.21.12
13012026-03-30T18:22:12.049Z Downloaded time v0.3.47
13022026-03-30T18:22:12.069Z Downloaded smoltcp v0.9.1
13032026-03-30T18:22:12.075Z Downloaded vcpkg v0.2.15
13042026-03-30T18:22:12.098Z Downloaded zlib-rs v0.6.2
13052026-03-30T18:22:12.101Z Downloaded hickory-proto v0.24.4
13062026-03-30T18:22:12.109Z Downloaded object v0.37.3
13072026-03-30T18:22:12.116Z Downloaded dropshot v0.16.7
13082026-03-30T18:22:12.128Z Downloaded webpki-roots v1.0.6
13092026-03-30T18:22:12.131Z Downloaded regress v0.10.5
13102026-03-30T18:22:12.136Z Downloaded regex-syntax v0.6.29
13112026-03-30T18:22:12.140Z Downloaded rustls v0.22.4
13122026-03-30T18:22:12.146Z Downloaded zerocopy v0.8.40
13132026-03-30T18:22:12.151Z Downloaded hickory-proto v0.25.2
13142026-03-30T18:22:12.161Z Downloaded openapiv3 v2.2.0
13152026-03-30T18:22:12.167Z Downloaded smoltcp v0.11.0
13162026-03-30T18:22:12.174Z Downloaded regex-syntax v0.8.10
13172026-03-30T18:22:12.179Z Downloaded nix v0.31.1
13182026-03-30T18:22:12.185Z Downloaded rustls v0.23.37
13192026-03-30T18:22:12.212Z Downloaded diesel v2.3.7
13202026-03-30T18:22:12.224Z Downloaded rustix v0.38.44
13212026-03-30T18:22:12.252Z Downloaded sqlparser v0.61.0
13222026-03-30T18:22:12.296Z Downloaded tracing v0.1.44
13232026-03-30T18:22:12.312Z Downloaded ratatui v0.29.0
13242026-03-30T18:22:12.324Z Downloaded typify-impl v0.4.3
13252026-03-30T18:22:12.333Z Downloaded bzip2-sys v0.1.13+1.0.8
13262026-03-30T18:22:12.346Z Downloaded sled v0.34.7
13272026-03-30T18:22:12.366Z Downloaded petgraph v0.6.5
13282026-03-30T18:22:12.377Z Downloaded regex-automata v0.4.14
13292026-03-30T18:22:12.386Z Downloaded chrono-tz v0.10.4
13302026-03-30T18:22:12.396Z Downloaded typify-impl v0.6.1
13312026-03-30T18:22:12.411Z Downloaded libz-sys v1.1.24
13322026-03-30T18:22:12.429Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13332026-03-30T18:22:12.460Z Downloaded zerocopy-derive v0.6.6
13342026-03-30T18:22:12.537Z Downloaded jiff v0.2.21
13352026-03-30T18:22:12.550Z Downloaded lzma-sys v0.1.20
13362026-03-30T18:22:12.606Z Downloaded csv v1.4.0
13372026-03-30T18:22:12.622Z Downloaded petgraph v0.8.3
13382026-03-30T18:22:12.661Z Downloaded sha3 v0.10.8
13392026-03-30T18:22:12.679Z Downloaded tokio v1.49.0
13402026-03-30T18:22:12.781Z Downloaded encoding_rs v0.8.35
13412026-03-30T18:22:12.821Z Downloaded ring v0.17.14
13422026-03-30T18:22:12.845Z Downloaded libgit2-sys v0.18.3+1.9.2
13432026-03-30T18:22:13.261Z Downloaded aws-lc-sys v0.37.1
13442026-03-30T18:22:13.521Z Compiling libc v0.2.180
13452026-03-30T18:22:13.521Z Compiling serde v1.0.228
13462026-03-30T18:22:13.528Z Compiling log v0.4.29
13472026-03-30T18:22:13.528Z Compiling find-msvc-tools v0.1.9
13482026-03-30T18:22:13.529Z Compiling shlex v1.3.0
13492026-03-30T18:22:13.529Z Compiling smallvec v1.15.1
13502026-03-30T18:22:13.529Z Compiling syn v2.0.117
13512026-03-30T18:22:13.529Z Compiling typenum v1.19.0
13522026-03-30T18:22:13.860Z Compiling generic-array v0.14.7
13532026-03-30T18:22:13.874Z Compiling subtle v2.6.1
13542026-03-30T18:22:13.892Z Compiling scopeguard v1.2.0
13552026-03-30T18:22:13.928Z Compiling portable-atomic v1.13.1
13562026-03-30T18:22:13.998Z Compiling lock_api v0.4.14
13572026-03-30T18:22:14.051Z Compiling const-oid v0.9.6
13582026-03-30T18:22:14.079Z Compiling critical-section v1.2.0
13592026-03-30T18:22:14.119Z Compiling zerocopy v0.8.40
13602026-03-30T18:22:14.204Z Compiling parking_lot_core v0.9.12
13612026-03-30T18:22:14.231Z Compiling pin-project-lite v0.2.17
13622026-03-30T18:22:14.332Z Compiling serde_json v1.0.149
13632026-03-30T18:22:14.471Z Compiling pkg-config v0.3.32
13642026-03-30T18:22:14.531Z Compiling getrandom v0.2.17
13652026-03-30T18:22:14.568Z Compiling jobserver v0.1.34
13662026-03-30T18:22:14.604Z Compiling errno v0.3.14
13672026-03-30T18:22:14.682Z Compiling rand_core v0.6.4
13682026-03-30T18:22:14.761Z Compiling signal-hook-registry v1.4.8
13692026-03-30T18:22:14.777Z Compiling cc v1.2.56
13702026-03-30T18:22:14.966Z Compiling once_cell v1.21.3
13712026-03-30T18:22:14.970Z Compiling mio v1.1.1
13722026-03-30T18:22:15.040Z Compiling bitflags v2.11.0
13732026-03-30T18:22:15.049Z Compiling libm v0.2.16
13742026-03-30T18:22:15.167Z Compiling parking_lot v0.12.5
13752026-03-30T18:22:15.266Z Compiling num-traits v0.2.19
13762026-03-30T18:22:15.280Z Compiling futures-core v0.3.32
13772026-03-30T18:22:15.434Z Compiling socket2 v0.6.2
13782026-03-30T18:22:15.473Z Compiling percent-encoding v2.3.2
13792026-03-30T18:22:15.552Z Compiling allocator-api2 v0.2.21
13802026-03-30T18:22:15.630Z Compiling futures-sink v0.3.32
13812026-03-30T18:22:15.663Z Compiling cpufeatures v0.2.17
13822026-03-30T18:22:15.740Z Compiling foldhash v0.2.0
13832026-03-30T18:22:15.755Z Compiling futures-channel v0.3.32
13842026-03-30T18:22:15.851Z Compiling getrandom v0.4.1
13852026-03-30T18:22:15.888Z Compiling futures-io v0.3.32
13862026-03-30T18:22:15.969Z Compiling hashbrown v0.16.1
13872026-03-30T18:22:15.974Z Compiling slab v0.4.12
13882026-03-30T18:22:15.998Z Compiling futures-task v0.3.32
13892026-03-30T18:22:16.046Z Compiling rand_core v0.10.0
13902026-03-30T18:22:16.176Z Compiling getrandom v0.3.4
13912026-03-30T18:22:16.215Z Compiling rustversion v1.0.22
13922026-03-30T18:22:16.389Z Compiling form_urlencoded v1.2.2
13932026-03-30T18:22:16.456Z Compiling cmake v0.1.57
13942026-03-30T18:22:16.517Z Compiling ident_case v1.0.1
13952026-03-30T18:22:16.563Z Compiling synstructure v0.13.2
13962026-03-30T18:22:16.602Z Compiling indexmap v2.13.0
13972026-03-30T18:22:16.666Z Compiling fs_extra v1.3.0
13982026-03-30T18:22:16.806Z Compiling dunce v1.0.5
13992026-03-30T18:22:16.891Z Compiling base64ct v1.8.3
14002026-03-30T18:22:16.907Z Compiling flagset v0.4.7
14012026-03-30T18:22:16.939Z Compiling aws-lc-sys v0.37.1
14022026-03-30T18:22:17.040Z Compiling rustix v1.1.3
14032026-03-30T18:22:17.175Z Compiling pem-rfc7468 v0.7.0
14042026-03-30T18:22:17.191Z Compiling rand_core v0.9.5
14052026-03-30T18:22:17.191Z Compiling iana-time-zone v0.1.65
14062026-03-30T18:22:17.237Z Compiling ring v0.17.14
14072026-03-30T18:22:17.272Z Compiling uuid v1.21.0
14082026-03-30T18:22:17.394Z Compiling rustc_version v0.4.1
14092026-03-30T18:22:17.482Z Compiling vcpkg v0.2.15
14102026-03-30T18:22:17.492Z Compiling regex-syntax v0.8.10
14112026-03-30T18:22:17.638Z Compiling aws-lc-rs v1.16.0
14122026-03-30T18:22:17.922Z Compiling tracing-core v0.1.36
14132026-03-30T18:22:17.978Z Compiling crossbeam-utils v0.8.21
14142026-03-30T18:22:18.226Z Compiling openssl-sys v0.9.111
14152026-03-30T18:22:18.293Z Compiling pest_generator v2.8.6
14162026-03-30T18:22:18.326Z Compiling serde_derive v1.0.228
14172026-03-30T18:22:18.477Z Compiling zeroize_derive v1.4.3
14182026-03-30T18:22:18.797Z Compiling zerofrom-derive v0.1.6
14192026-03-30T18:22:18.928Z Compiling yoke-derive v0.8.1
14202026-03-30T18:22:19.004Z Compiling zerocopy-derive v0.8.40
14212026-03-30T18:22:19.162Z Compiling zeroize v1.8.2
14222026-03-30T18:22:19.864Z Compiling zerovec-derive v0.11.2
14232026-03-30T18:22:19.922Z Compiling crypto-common v0.1.7
14242026-03-30T18:22:20.069Z Compiling block-buffer v0.10.4
14252026-03-30T18:22:20.094Z Compiling displaydoc v0.2.5
14262026-03-30T18:22:20.192Z Compiling zerofrom v0.1.6
14272026-03-30T18:22:20.238Z Compiling digest v0.10.7
14282026-03-30T18:22:20.316Z Compiling yoke v0.8.1
14292026-03-30T18:22:20.487Z Compiling tokio-macros v2.6.0
14302026-03-30T18:22:20.506Z Compiling hmac v0.12.1
14312026-03-30T18:22:20.660Z Compiling futures-macro v0.3.32
14322026-03-30T18:22:20.820Z Compiling zerotrie v0.2.3
14332026-03-30T18:22:20.960Z Compiling zerovec v0.11.5
14342026-03-30T18:22:21.113Z Compiling block-padding v0.3.3
14352026-03-30T18:22:21.198Z Compiling sha2 v0.10.9
14362026-03-30T18:22:21.271Z Compiling inout v0.1.4
14372026-03-30T18:22:21.437Z Compiling tinystr v0.8.2
14382026-03-30T18:22:21.479Z Compiling potential_utf v0.1.4
14392026-03-30T18:22:21.484Z Compiling futures-util v0.3.32
14402026-03-30T18:22:21.609Z Compiling icu_locale_core v2.1.1
14412026-03-30T18:22:21.635Z Compiling icu_collections v2.1.1
14422026-03-30T18:22:21.797Z Compiling bytes v1.11.1
14432026-03-30T18:22:22.004Z Compiling cipher v0.4.4
14442026-03-30T18:22:22.117Z Compiling der_derive v0.7.3
14452026-03-30T18:22:22.266Z Compiling tokio v1.49.0
14462026-03-30T18:22:22.403Z Compiling icu_provider v2.1.1
14472026-03-30T18:22:22.490Z Compiling http v1.4.0
14482026-03-30T18:22:22.562Z Compiling salsa20 v0.10.2
14492026-03-30T18:22:22.703Z Compiling icu_normalizer v2.1.1
14502026-03-30T18:22:22.711Z Compiling icu_properties v2.1.2
14512026-03-30T18:22:23.059Z Compiling der v0.7.10
14522026-03-30T18:22:23.232Z Compiling ppv-lite86 v0.2.21
14532026-03-30T18:22:23.397Z Compiling chrono v0.4.44
14542026-03-30T18:22:23.437Z Compiling pbkdf2 v0.12.2
14552026-03-30T18:22:23.561Z Compiling thiserror-impl v2.0.18
14562026-03-30T18:22:23.599Z Compiling idna_adapter v1.2.1
14572026-03-30T18:22:23.743Z Compiling idna v1.1.0
14582026-03-30T18:22:23.756Z Compiling rand_chacha v0.9.0
14592026-03-30T18:22:23.817Z Compiling scrypt v0.11.0
14602026-03-30T18:22:24.073Z Compiling url v2.5.8
14612026-03-30T18:22:24.307Z Compiling spki v0.7.3
14622026-03-30T18:22:24.388Z Compiling cbc v0.1.2
14632026-03-30T18:22:24.504Z Compiling aes v0.8.4
14642026-03-30T18:22:24.514Z Compiling rustls-pki-types v1.14.0
14652026-03-30T18:22:24.557Z Compiling tracing-attributes v0.1.31
14662026-03-30T18:22:25.044Z Compiling rand v0.9.2
14672026-03-30T18:22:25.085Z Compiling pkcs5 v0.7.1
14682026-03-30T18:22:25.086Z Compiling thiserror v2.0.18
14692026-03-30T18:22:25.086Z Compiling http-body v1.0.1
14702026-03-30T18:22:25.176Z Compiling serde_derive_internals v0.29.1
14712026-03-30T18:22:25.179Z Compiling base64 v0.22.1
14722026-03-30T18:22:25.359Z Compiling httparse v1.10.1
14732026-03-30T18:22:25.495Z Compiling untrusted v0.7.1
14742026-03-30T18:22:25.511Z Compiling untrusted v0.9.0
14752026-03-30T18:22:25.563Z Compiling syn v1.0.109
14762026-03-30T18:22:25.630Z Compiling schemars v0.8.22
14772026-03-30T18:22:25.636Z Compiling openssl-probe v0.2.1
14782026-03-30T18:22:25.811Z Compiling pkcs8 v0.10.2
14792026-03-30T18:22:25.844Z Compiling pest_derive v2.8.6
14802026-03-30T18:22:25.848Z Compiling tracing v0.1.44
14812026-03-30T18:22:25.919Z Compiling scroll_derive v0.13.1
14822026-03-30T18:22:26.001Z Compiling tokio-util v0.7.18
14832026-03-30T18:22:26.118Z Compiling schemars_derive v0.8.22
14842026-03-30T18:22:26.261Z Compiling darling_core v0.20.11
14852026-03-30T18:22:26.610Z Compiling tinyvec_macros v0.1.1
14862026-03-30T18:22:26.687Z Compiling try-lock v0.2.5
14872026-03-30T18:22:26.707Z Compiling dyn-clone v1.0.20
14882026-03-30T18:22:26.795Z Compiling rustls v0.23.37
14892026-03-30T18:22:26.846Z Compiling atomic-waker v1.1.2
14902026-03-30T18:22:26.967Z Compiling tower-service v0.3.3
14912026-03-30T18:22:26.981Z Compiling tower-layer v0.3.3
14922026-03-30T18:22:27.007Z Compiling h2 v0.4.13
14932026-03-30T18:22:27.063Z Compiling want v0.3.1
14942026-03-30T18:22:27.140Z Compiling scroll v0.13.0
14952026-03-30T18:22:27.227Z Compiling tinyvec v1.10.0
14962026-03-30T18:22:27.580Z Compiling ipnet v2.11.0
14972026-03-30T18:22:27.793Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-03-30T18:22:27.909Z Compiling spin v0.9.8
14992026-03-30T18:22:28.071Z Compiling aho-corasick v1.1.4
15002026-03-30T18:22:28.117Z Compiling crc32fast v1.5.0
15012026-03-30T18:22:28.175Z Compiling foreign-types-shared v0.1.1
15022026-03-30T18:22:28.266Z Compiling pin-utils v0.1.0
15032026-03-30T18:22:28.345Z Compiling powerfmt v0.2.0
15042026-03-30T18:22:28.384Z Compiling time-core v0.1.8
15052026-03-30T18:22:28.517Z Compiling darling_macro v0.20.11
15062026-03-30T18:22:28.555Z Compiling num-conv v0.2.0
15072026-03-30T18:22:28.580Z Compiling httpdate v1.0.3
15082026-03-30T18:22:28.669Z Compiling openssl v0.10.75
15092026-03-30T18:22:28.690Z Compiling time-macros v0.2.27
15102026-03-30T18:22:28.802Z Compiling deranged v0.5.8
15112026-03-30T18:22:28.922Z Compiling regex-automata v0.4.14
15122026-03-30T18:22:29.000Z Compiling darling v0.20.11
15132026-03-30T18:22:29.088Z Compiling tempfile v3.25.0
15142026-03-30T18:22:29.519Z Compiling foreign-types v0.3.2
15152026-03-30T18:22:29.760Z Compiling goblin v0.10.5
15162026-03-30T18:22:29.812Z Compiling thiserror-impl v1.0.69
15172026-03-30T18:22:30.310Z Compiling hyper v1.8.1
15182026-03-30T18:22:30.966Z Compiling openssl-macros v0.1.1
15192026-03-30T18:22:31.049Z Compiling wait-timeout v0.2.1
15202026-03-30T18:22:31.296Z Compiling usdt-impl v0.6.0
15212026-03-30T18:22:31.314Z Compiling quick-error v1.2.3
15222026-03-30T18:22:31.350Z Compiling native-tls v0.2.18
15232026-03-30T18:22:31.420Z Compiling either v1.15.0
15242026-03-30T18:22:31.497Z Compiling simd-adler32 v0.3.8
15252026-03-30T18:22:31.547Z Compiling siphasher v1.0.2
15262026-03-30T18:22:31.625Z Compiling bit-vec v0.8.0
15272026-03-30T18:22:31.736Z Compiling num_threads v0.1.7
15282026-03-30T18:22:31.790Z Compiling rusty-fork v0.3.1
15292026-03-30T18:22:31.834Z Compiling time v0.3.47
15302026-03-30T18:22:31.852Z Compiling bit-set v0.8.0
15312026-03-30T18:22:32.013Z Compiling hyper-util v0.1.20
15322026-03-30T18:22:32.097Z Compiling thiserror v1.0.69
15332026-03-30T18:22:32.386Z Compiling derive_builder_core v0.20.2
15342026-03-30T18:22:33.018Z Compiling dof v0.4.0
15352026-03-30T18:22:33.239Z Compiling unicode-normalization v0.1.25
15362026-03-30T18:22:33.386Z Compiling crossbeam-epoch v0.9.18
15372026-03-30T18:22:33.734Z Compiling dtrace-parser v0.3.0
15382026-03-30T18:22:33.766Z Compiling rustls-native-certs v0.8.3
15392026-03-30T18:22:33.789Z Compiling signature v2.2.0
15402026-03-30T18:22:33.970Z Compiling scroll_derive v0.12.1
15412026-03-30T18:22:33.989Z Compiling heapless v0.7.17
15422026-03-30T18:22:34.054Z Compiling rand_xorshift v0.4.0
15432026-03-30T18:22:34.220Z Compiling slog v2.8.2
15442026-03-30T18:22:34.235Z Compiling darling_core v0.21.3
15452026-03-30T18:22:34.238Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-03-30T18:22:34.406Z Compiling sync_wrapper v1.0.2
15472026-03-30T18:22:34.474Z Compiling thread-id v5.1.0
15482026-03-30T18:22:34.511Z Compiling cookie v0.18.1
15492026-03-30T18:22:34.525Z Compiling zstd-safe v7.2.4
15502026-03-30T18:22:34.559Z Compiling signal-hook v0.3.18
15512026-03-30T18:22:34.618Z Compiling unicode-bidi v0.3.18
15522026-03-30T18:22:34.693Z Compiling anyhow v1.0.102
15532026-03-30T18:22:34.716Z Compiling rayon-core v1.13.0
15542026-03-30T18:22:34.731Z Compiling unicode-segmentation v1.12.0
15552026-03-30T18:22:34.764Z Compiling unarray v0.1.4
15562026-03-30T18:22:34.877Z Compiling unicode-properties v0.1.4
15572026-03-30T18:22:34.888Z Compiling paste v1.0.15
15582026-03-30T18:22:34.988Z Compiling adler2 v2.0.1
15592026-03-30T18:22:35.081Z Compiling miniz_oxide v0.8.9
15602026-03-30T18:22:35.102Z Compiling stringprep v0.1.5
15612026-03-30T18:22:35.175Z Compiling proptest v1.10.0
15622026-03-30T18:22:35.271Z Compiling scroll v0.12.0
15632026-03-30T18:22:35.544Z Compiling tower v0.5.3
15642026-03-30T18:22:35.899Z Compiling crossbeam-deque v0.8.6
15652026-03-30T18:22:35.993Z Compiling derive_builder_macro v0.20.2
15662026-03-30T18:22:36.051Z Compiling ipnetwork v0.21.1
15672026-03-30T18:22:36.084Z Compiling http-body-util v0.1.3
15682026-03-30T18:22:36.241Z Compiling webpki-roots v1.0.6
15692026-03-30T18:22:36.282Z Compiling rand_chacha v0.3.1
15702026-03-30T18:22:36.320Z Compiling toml_datetime v0.6.11
15712026-03-30T18:22:36.365Z Compiling erased-serde v0.3.31
15722026-03-30T18:22:36.441Z Compiling serde_spanned v0.6.9
15732026-03-30T18:22:36.445Z Compiling serde_tokenstream v0.2.3
15742026-03-30T18:22:36.576Z Compiling md-5 v0.10.6
15752026-03-30T18:22:36.589Z Compiling zerocopy-derive v0.7.35
15762026-03-30T18:22:36.732Z Compiling darling_macro v0.21.3
15772026-03-30T18:22:36.745Z Compiling curve25519-dalek v4.1.3
15782026-03-30T18:22:36.762Z Compiling vergen-lib v0.1.6
15792026-03-30T18:22:36.836Z Compiling num-integer v0.1.46
15802026-03-30T18:22:36.940Z Compiling hash32 v0.2.1
15812026-03-30T18:22:37.077Z Compiling ff v0.13.1
15822026-03-30T18:22:37.092Z Compiling memoffset v0.9.1
15832026-03-30T18:22:37.132Z Compiling iri-string v0.7.10
15842026-03-30T18:22:37.158Z Compiling ref-cast v1.0.25
15852026-03-30T18:22:37.193Z Compiling smoltcp v0.9.1
15862026-03-30T18:22:37.209Z Compiling litrs v1.0.0
15872026-03-30T18:22:37.276Z Compiling cfg_aliases v0.2.1
15882026-03-30T18:22:37.354Z Compiling rustix v0.38.44
15892026-03-30T18:22:37.445Z Compiling fallible-iterator v0.2.0
15902026-03-30T18:22:37.459Z Compiling base16ct v0.2.0
15912026-03-30T18:22:37.522Z Compiling psl-types v2.0.11
15922026-03-30T18:22:37.633Z Compiling zlib-rs v0.6.2
15932026-03-30T18:22:37.647Z Compiling ryu v1.0.23
15942026-03-30T18:22:37.692Z Compiling num-bigint-dig v0.8.6
15952026-03-30T18:22:37.706Z Compiling document-features v0.2.12
15962026-03-30T18:22:37.750Z Compiling postgres-protocol v0.6.10
15972026-03-30T18:22:37.825Z Compiling serde_urlencoded v0.7.1
15982026-03-30T18:22:37.991Z Compiling publicsuffix v2.3.0
15992026-03-30T18:22:38.070Z Compiling sec1 v0.7.3
16002026-03-30T18:22:38.236Z Compiling tower-http v0.6.8
16012026-03-30T18:22:38.282Z Compiling zerocopy v0.7.35
16022026-03-30T18:22:38.286Z Compiling newtype-uuid v1.3.2
16032026-03-30T18:22:38.348Z Compiling nix v0.31.1
16042026-03-30T18:22:38.669Z Compiling darling v0.21.3
16052026-03-30T18:22:38.691Z Compiling group v0.13.0
16062026-03-30T18:22:38.774Z Compiling num-iter v0.1.45
16072026-03-30T18:22:38.865Z Compiling rand v0.8.5
16082026-03-30T18:22:38.865Z Compiling derive_builder v0.20.2
16092026-03-30T18:22:38.992Z Compiling oxnet v0.1.4
16102026-03-30T18:22:39.210Z Compiling proc-macro-error v1.0.4
16112026-03-30T18:22:39.238Z Compiling tokio-native-tls v0.3.1
16122026-03-30T18:22:39.384Z Compiling goblin v0.8.2
16132026-03-30T18:22:39.874Z Compiling heck v0.4.1
16142026-03-30T18:22:40.010Z Compiling phf_shared v0.13.1
16152026-03-30T18:22:40.047Z Compiling hubpack_derive v0.1.1
16162026-03-30T18:22:40.101Z Compiling regex v1.12.3
16172026-03-30T18:22:40.250Z Compiling lazy_static v1.5.0
16182026-03-30T18:22:40.264Z Compiling cargo-platform v0.1.9
16192026-03-30T18:22:40.346Z Compiling hkdf v0.12.4
16202026-03-30T18:22:40.478Z Compiling flate2 v1.1.9
16212026-03-30T18:22:40.511Z Compiling crypto-bigint v0.5.5
16222026-03-30T18:22:40.514Z Compiling terminal_size v0.4.3
16232026-03-30T18:22:40.539Z Compiling curve25519-dalek-derive v0.1.1
16242026-03-30T18:22:40.652Z Compiling async-trait v0.1.89
16252026-03-30T18:22:40.837Z Compiling daft-derive v0.1.5
16262026-03-30T18:22:40.880Z Compiling strum_macros v0.27.2
16272026-03-30T18:22:41.184Z Compiling ref-cast-impl v1.0.25
16282026-03-30T18:22:41.550Z Compiling vergen v9.0.6
16292026-03-30T18:22:41.660Z Compiling fs-err v3.3.0
16302026-03-30T18:22:41.723Z Compiling ahash v0.8.12
16312026-03-30T18:22:41.738Z Compiling libbz2-rs-sys v0.2.2
16322026-03-30T18:22:41.847Z Compiling managed v0.8.0
16332026-03-30T18:22:41.925Z Compiling foldhash v0.1.5
16342026-03-30T18:22:42.061Z Compiling bumpalo v3.20.2
16352026-03-30T18:22:42.101Z Compiling object v0.37.3
16362026-03-30T18:22:42.314Z Compiling bitflags v1.3.2
16372026-03-30T18:22:42.369Z Compiling winnow v0.5.40
16382026-03-30T18:22:42.453Z Compiling zopfli v0.8.3
16392026-03-30T18:22:42.633Z Compiling bzip2 v0.6.1
16402026-03-30T18:22:42.832Z Compiling strum v0.27.2
16412026-03-30T18:22:42.832Z Compiling console v0.16.2
16422026-03-30T18:22:42.860Z Compiling hashbrown v0.15.5
16432026-03-30T18:22:43.116Z Compiling clap_builder v4.5.60
16442026-03-30T18:22:43.190Z Compiling dof v0.3.0
16452026-03-30T18:22:43.253Z Compiling daft v0.1.5
16462026-03-30T18:22:43.386Z Compiling elliptic-curve v0.13.8
16472026-03-30T18:22:43.573Z Compiling hubpack v0.1.2
16482026-03-30T18:22:43.797Z Compiling toml_edit v0.19.15
16492026-03-30T18:22:43.812Z Compiling cargo_metadata v0.19.2
16502026-03-30T18:22:43.931Z Compiling phf v0.13.1
16512026-03-30T18:22:44.097Z Compiling zone_cfg_derive v0.3.1
16522026-03-30T18:22:44.737Z Compiling signal-hook-mio v0.2.5
16532026-03-30T18:22:44.860Z Compiling cookie_store v0.22.1
16542026-03-30T18:22:45.513Z Compiling rayon v1.11.0
16552026-03-30T18:22:45.513Z Compiling hyper-tls v0.6.0
16562026-03-30T18:22:45.756Z Compiling zstd v0.13.3
16572026-03-30T18:22:46.017Z Compiling bzip2 v0.4.4
16582026-03-30T18:22:46.072Z Compiling serde_with_macros v3.17.0
16592026-03-30T18:22:46.227Z Compiling postgres-types v0.2.12
16602026-03-30T18:22:46.435Z Compiling usdt-attr-macro v0.6.0
16612026-03-30T18:22:46.435Z Compiling usdt-macro v0.6.0
16622026-03-30T18:22:46.780Z Compiling ed25519 v2.2.3
16632026-03-30T18:22:47.180Z Compiling dtrace-parser v0.2.0
16642026-03-30T18:22:47.193Z Compiling phf_shared v0.11.3
16652026-03-30T18:22:47.231Z Compiling itertools v0.12.1
16662026-03-30T18:22:47.246Z Compiling bstr v1.12.1
16672026-03-30T18:22:47.329Z Compiling pkcs1 v0.7.5
16682026-03-30T18:22:47.370Z Compiling hex v0.4.3
16692026-03-30T18:22:47.644Z Compiling serde-big-array v0.5.1
16702026-03-30T18:22:47.676Z Compiling rfc6979 v0.4.0
16712026-03-30T18:22:47.725Z Compiling strum_macros v0.26.4
16722026-03-30T18:22:47.791Z Compiling serde_repr v0.1.20
16732026-03-30T18:22:47.805Z Compiling clap_derive v4.5.55
16742026-03-30T18:22:47.893Z Compiling enum-as-inner v0.6.1
16752026-03-30T18:22:47.917Z Compiling float-cmp v0.10.0
16762026-03-30T18:22:48.069Z Compiling thread-id v4.2.2
16772026-03-30T18:22:48.157Z Compiling memmap2 v0.9.10
16782026-03-30T18:22:48.322Z Compiling env_filter v1.0.0
16792026-03-30T18:22:48.378Z Compiling encoding_rs v0.8.35
16802026-03-30T18:22:48.395Z Compiling predicates-core v1.0.10
16812026-03-30T18:22:48.430Z Compiling mime v0.3.17
16822026-03-30T18:22:48.600Z Compiling static_assertions v1.1.0
16832026-03-30T18:22:48.679Z Compiling jiff v0.2.21
16842026-03-30T18:22:48.695Z Compiling whoami v2.1.0
16852026-03-30T18:22:48.725Z Compiling difflib v0.4.0
16862026-03-30T18:22:49.078Z Compiling fixedbitset v0.5.7
16872026-03-30T18:22:49.290Z Compiling fixedbitset v0.4.2
16882026-03-30T18:22:49.393Z Compiling new_debug_unreachable v1.0.6
16892026-03-30T18:22:49.455Z Compiling rustc-hash v2.1.1
16902026-03-30T18:22:49.470Z Compiling keccak v0.1.6
16912026-03-30T18:22:49.505Z Compiling precomputed-hash v0.1.1
16922026-03-30T18:22:49.520Z Compiling data-encoding v2.10.0
16932026-03-30T18:22:49.581Z Compiling normalize-line-endings v0.3.0
16942026-03-30T18:22:49.595Z Compiling unit-prefix v0.5.2
16952026-03-30T18:22:49.610Z Compiling clap v4.5.60
16962026-03-30T18:22:49.682Z Compiling predicates v3.1.4
16972026-03-30T18:22:49.698Z Compiling sha3 v0.10.8
16982026-03-30T18:22:49.746Z Compiling indicatif v0.18.4
16992026-03-30T18:22:49.959Z Compiling hickory-proto v0.25.2
17002026-03-30T18:22:50.146Z Compiling string_cache v0.8.9
17012026-03-30T18:22:50.208Z Compiling iddqd v0.3.17
17022026-03-30T18:22:50.288Z Compiling strum v0.26.3
17032026-03-30T18:22:50.327Z Compiling petgraph v0.6.5
17042026-03-30T18:22:50.370Z Compiling petgraph v0.8.3
17052026-03-30T18:22:50.420Z Compiling tokio-postgres v0.7.16
17062026-03-30T18:22:50.594Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17072026-03-30T18:22:51.325Z Compiling zip v4.6.1
17082026-03-30T18:22:51.773Z Compiling env_logger v0.11.9
17092026-03-30T18:22:52.129Z Compiling toml_edit v0.22.27
17102026-03-30T18:22:52.273Z Compiling zone v0.3.1
17112026-03-30T18:22:52.288Z Compiling usdt v0.6.0
17122026-03-30T18:22:52.546Z Compiling usdt-impl v0.5.0
17132026-03-30T18:22:52.584Z Compiling ecdsa v0.16.9
17142026-03-30T18:22:52.841Z Compiling similar v2.7.0
17152026-03-30T18:22:52.944Z Compiling serde_with v3.17.0
17162026-03-30T18:22:52.968Z Compiling rsa v0.9.10
17172026-03-30T18:22:53.155Z Compiling crossterm v0.28.1
17182026-03-30T18:22:53.318Z Compiling ed25519-dalek v2.2.0
17192026-03-30T18:22:54.014Z Compiling zip v0.6.6
17202026-03-30T18:22:54.583Z Compiling toml v0.7.8
17212026-03-30T18:22:54.880Z Compiling toml_parser v1.0.9+spec-1.1.0
17222026-03-30T18:22:54.931Z Compiling itertools v0.13.0
17232026-03-30T18:22:55.033Z Compiling tokio-stream v0.1.18
17242026-03-30T18:22:55.188Z Compiling buf-list v1.1.2
17252026-03-30T18:22:55.204Z Compiling x509-cert v0.2.5
17262026-03-30T18:22:55.468Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-03-30T18:22:55.492Z Compiling openapiv3 v2.2.0
17282026-03-30T18:22:55.506Z Compiling sha1 v0.10.6
17292026-03-30T18:22:55.727Z Compiling toml_datetime v0.7.5+spec-1.1.0
17302026-03-30T18:22:55.767Z Compiling lalrpop-util v0.19.12
17312026-03-30T18:22:55.965Z Compiling peg-runtime v0.8.5
17322026-03-30T18:22:56.012Z Compiling thread_local v1.1.9
17332026-03-30T18:22:56.161Z Compiling slog-async v2.8.0
17342026-03-30T18:22:56.244Z Compiling crossbeam-channel v0.5.15
17352026-03-30T18:22:56.268Z Compiling futures-executor v0.3.32
17362026-03-30T18:22:56.302Z Compiling filetime v0.2.27
17372026-03-30T18:22:56.476Z Compiling is-terminal v0.4.17
17382026-03-30T18:22:56.492Z Compiling xattr v1.6.1
17392026-03-30T18:22:56.523Z Compiling take_mut v0.2.2
17402026-03-30T18:22:56.573Z Compiling term v1.2.1
17412026-03-30T18:22:56.659Z Compiling tar v0.4.45
17422026-03-30T18:22:56.696Z Compiling futures v0.3.32
17432026-03-30T18:22:57.063Z Compiling slog-term v2.9.2
17442026-03-30T18:23:02.613Z Compiling rustls-webpki v0.103.9
17452026-03-30T18:23:05.419Z Compiling tokio-rustls v0.26.4
17462026-03-30T18:23:05.420Z Compiling rustls-platform-verifier v0.6.2
17472026-03-30T18:23:05.616Z Compiling hyper-rustls v0.27.7
17482026-03-30T18:23:05.819Z Compiling reqwest v0.12.28
17492026-03-30T18:23:05.819Z Compiling reqwest v0.13.2
17502026-03-30T18:23:07.970Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-03-30T18:23:08.189Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-03-30T18:23:11.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17532026-03-30T18:23:11.149Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17542026-03-30T18:23:11.227ZMar 30 18:23:09.961 INFO Starting download, target: Clickhouse
17552026-03-30T18:23:11.227ZMar 30 18:23:09.962 INFO Starting download, target: Cockroach
17562026-03-30T18:23:11.227ZMar 30 18:23:09.962 INFO Starting download, target: Console
17572026-03-30T18:23:11.227ZMar 30 18:23:09.962 INFO Starting download, target: DendriteStub
17582026-03-30T18:23:11.231ZMar 30 18:23:09.962 INFO Starting download, target: MaghemiteMgd
17592026-03-30T18:23:11.231ZMar 30 18:23:09.962 INFO Starting download, target: TransceiverControl
17602026-03-30T18:23:11.231ZMar 30 18:23:09.962 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-03-30T18:23:11.231ZMar 30 18:23:09.962 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17622026-03-30T18:23:11.231ZMar 30 18:23:09.962 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-03-30T18:23:11.231ZMar 30 18:23:09.962 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-03-30T18:23:11.231ZMar 30 18:23:09.962 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17652026-03-30T18:23:11.231ZMar 30 18:23:09.962 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-03-30T18:23:11.664ZMar 30 18:23:10.417 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-03-30T18:23:11.875ZMar 30 18:23:10.625 INFO Download complete, target: TransceiverControl
17682026-03-30T18:23:12.234ZMar 30 18:23:10.986 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17692026-03-30T18:23:12.463ZMar 30 18:23:11.211 INFO Download complete, target: Console
17702026-03-30T18:23:12.705ZMar 30 18:23:11.455 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-03-30T18:23:12.826ZMar 30 18:23:11.581 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-03-30T18:23:13.440ZMar 30 18:23:12.196 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-03-30T18:23:13.440ZMar 30 18:23:12.196 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-03-30T18:23:13.787ZMar 30 18:23:12.542 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17752026-03-30T18:23:15.129ZMar 30 18:23:13.884 INFO Download complete, target: DendriteStub
17762026-03-30T18:23:15.162ZMar 30 18:23:13.917 INFO Download complete, target: MaghemiteMgd
17772026-03-30T18:23:18.009ZMar 30 18:23:16.764 INFO Checking that binary works, target: Cockroach
17782026-03-30T18:23:18.138ZMar 30 18:23:16.893 INFO Download complete, target: Cockroach
17792026-03-30T18:23:20.535ZMar 30 18:23:19.289 INFO Checking that binary works, target: Clickhouse
17802026-03-30T18:23:20.691ZMar 30 18:23:19.445 INFO Download complete, target: Clickhouse
17812026-03-30T18:23:20.802ZAll builder prerequisites installed successfully, and PATH looks valid
17822026-03-30T18:23:20.805Z
17832026-03-30T18:23:20.805Zreal 3:17.349337240
17842026-03-30T18:23:20.805Zuser 7:17.433993124
17852026-03-30T18:23:20.805Zsys 1:26.161373363
17862026-03-30T18:23:20.805Ztrap 0.217246644
17872026-03-30T18:23:20.806Ztflt 0.683781524
17882026-03-30T18:23:20.806Zdflt 0.816480488
17892026-03-30T18:23:20.806Zkflt 0.146647406
17902026-03-30T18:23:20.806Zlock 21:47.787571028
17912026-03-30T18:23:20.806Zslp 22:28.851431486
17922026-03-30T18:23:20.806Zlat 44.905726138
17932026-03-30T18:23:20.806Zstop 2:01.597160005
17942026-03-30T18:23:20.806Z+ banner hack-check
17952026-03-30T18:23:20.806Z
17962026-03-30T18:23:20.806Z # # ## #### # # #### # # ###### #### # #
17972026-03-30T18:23:20.806Z # # # # # # # # # # # # # # # # #
17982026-03-30T18:23:20.806Z ###### # # # #### ##### # ###### ##### # ####
17992026-03-30T18:23:20.806Z # # ###### # # # # # # # # # #
18002026-03-30T18:23:20.806Z # # # # # # # # # # # # # # # # #
18012026-03-30T18:23:20.806Z # # # # #### # # #### # # ###### #### # #
18022026-03-30T18:23:20.806Z
18032026-03-30T18:23:20.806Z+ export CARGO_INCREMENTAL=0
18042026-03-30T18:23:20.806Z+ CARGO_INCREMENTAL=0
18052026-03-30T18:23:20.806Z+ ptime -m timeout 2h cargo xtask check-features --ci
18062026-03-30T18:23:21.340Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18072026-03-30T18:23:21.562Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18082026-03-30T18:23:23.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18092026-03-30T18:23:23.507Z Running `target/debug/xtask check-features --ci`
18102026-03-30T18:23:23.535Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18112026-03-30T18:23:23.539Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18122026-03-30T18:23:24.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18132026-03-30T18:23:24.055Z Running `target/debug/xtask download cargo-hack`
18142026-03-30T18:23:24.823Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-03-30T18:23:25.138Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-03-30T18:23:27.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
18172026-03-30T18:23:27.778Z Running `target/debug/xtask-downloader cargo-hack`
18182026-03-30T18:23:27.821ZMar 30 18:23:26.574 INFO Starting download, target: CargoHack
18192026-03-30T18:23:27.825ZMar 30 18:23:26.575 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18202026-03-30T18:23:28.221ZMar 30 18:23:26.974 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18212026-03-30T18:23:28.271ZMar 30 18:23:27.024 INFO Download complete, target: CargoHack
18222026-03-30T18:23:28.274Zrunning: "/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"
18232026-03-30T18:23:28.287Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18242026-03-30T18:23:28.435Zinfo: running `cargo check --bins` on api_identity (1/268)
18252026-03-30T18:23:28.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-03-30T18:23:28.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-03-30T18:23:28.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-03-30T18:23:28.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18292026-03-30T18:23:29.011Z
18302026-03-30T18:23:29.011Zinfo: running `cargo check --bins` on bootstore (2/268)
18312026-03-30T18:23:29.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-03-30T18:23:29.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-03-30T18:23:29.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-03-30T18:23:29.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18352026-03-30T18:23:29.592Z
18362026-03-30T18:23:29.592Zinfo: running `cargo check --bins` on omicron-ledger (3/268)
18372026-03-30T18:23:30.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-03-30T18:23:30.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-03-30T18:23:30.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-03-30T18:23:30.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18412026-03-30T18:23:30.171Z
18422026-03-30T18:23:30.171Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/268)
18432026-03-30T18:23:30.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-03-30T18:23:30.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-03-30T18:23:30.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-03-30T18:23:30.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18472026-03-30T18:23:30.764Z
18482026-03-30T18:23:30.764Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/268)
18492026-03-30T18:23:31.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-03-30T18:23:31.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-03-30T18:23:31.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-03-30T18:23:31.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18532026-03-30T18:23:31.354Z
18542026-03-30T18:23:31.354Zinfo: running `cargo check --bins` on omicron-certificates (6/268)
18552026-03-30T18:23:31.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-03-30T18:23:31.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-03-30T18:23:31.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-03-30T18:23:31.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18592026-03-30T18:23:31.955Z
18602026-03-30T18:23:31.955Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/268)
18612026-03-30T18:23:32.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-03-30T18:23:32.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-03-30T18:23:32.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-03-30T18:23:32.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18652026-03-30T18:23:32.550Z
18662026-03-30T18:23:32.550Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/268)
18672026-03-30T18:23:33.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-03-30T18:23:33.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-03-30T18:23:33.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-03-30T18:23:33.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18712026-03-30T18:23:33.149Z
18722026-03-30T18:23:33.149Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/268)
18732026-03-30T18:23:33.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-03-30T18:23:33.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-03-30T18:23:33.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-03-30T18:23:33.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18772026-03-30T18:23:33.623Z
18782026-03-30T18:23:33.623Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/268)
18792026-03-30T18:23:34.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-03-30T18:23:34.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-03-30T18:23:34.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-03-30T18:23:34.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18832026-03-30T18:23:34.101Z
18842026-03-30T18:23:34.101Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/268)
18852026-03-30T18:23:34.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-03-30T18:23:34.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-03-30T18:23:34.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-03-30T18:23:34.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18892026-03-30T18:23:34.580Z
18902026-03-30T18:23:34.580Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/268)
18912026-03-30T18:23:34.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-03-30T18:23:34.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-03-30T18:23:34.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-03-30T18:23:35.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18952026-03-30T18:23:35.057Z
18962026-03-30T18:23:35.057Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/268)
18972026-03-30T18:23:35.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-03-30T18:23:35.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-03-30T18:23:35.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-03-30T18:23:35.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19012026-03-30T18:23:35.531Z
19022026-03-30T18:23:35.531Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/268)
19032026-03-30T18:23:35.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-03-30T18:23:35.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-03-30T18:23:35.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-03-30T18:23:35.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19072026-03-30T18:23:36.005Z
19082026-03-30T18:23:36.005Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/268)
19092026-03-30T18:23:36.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-03-30T18:23:36.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-03-30T18:23:36.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-03-30T18:23:36.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19132026-03-30T18:23:36.485Z
19142026-03-30T18:23:36.485Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/268)
19152026-03-30T18:23:36.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-03-30T18:23:36.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-03-30T18:23:36.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-03-30T18:23:36.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19192026-03-30T18:23:36.965Z
19202026-03-30T18:23:36.965Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/268)
19212026-03-30T18:23:37.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-03-30T18:23:37.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-03-30T18:23:37.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-03-30T18:23:37.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19252026-03-30T18:23:37.446Z
19262026-03-30T18:23:37.446Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/268)
19272026-03-30T18:23:37.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-03-30T18:23:37.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-03-30T18:23:37.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-03-30T18:23:37.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19312026-03-30T18:23:37.921Z
19322026-03-30T18:23:37.921Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/268)
19332026-03-30T18:23:38.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-03-30T18:23:38.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-03-30T18:23:38.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-03-30T18:23:38.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19372026-03-30T18:23:38.401Z
19382026-03-30T18:23:38.401Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/268)
19392026-03-30T18:23:38.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-03-30T18:23:38.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-03-30T18:23:38.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-03-30T18:23:38.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19432026-03-30T18:23:38.874Z
19442026-03-30T18:23:38.874Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/268)
19452026-03-30T18:23:39.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-03-30T18:23:39.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-03-30T18:23:39.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-03-30T18:23:39.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19492026-03-30T18:23:39.356Z
19502026-03-30T18:23:39.356Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/268)
19512026-03-30T18:23:39.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-03-30T18:23:39.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-03-30T18:23:39.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-03-30T18:23:39.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19552026-03-30T18:23:39.834Z
19562026-03-30T18:23:39.834Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/268)
19572026-03-30T18:23:40.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-03-30T18:23:40.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-03-30T18:23:40.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-03-30T18:23:40.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19612026-03-30T18:23:40.315Z
19622026-03-30T18:23:40.315Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/268)
19632026-03-30T18:23:40.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-03-30T18:23:40.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-03-30T18:23:40.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-03-30T18:23:40.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19672026-03-30T18:23:40.795Z
19682026-03-30T18:23:40.795Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/268)
19692026-03-30T18:23:41.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-03-30T18:23:41.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-03-30T18:23:41.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-03-30T18:23:41.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19732026-03-30T18:23:41.275Z
19742026-03-30T18:23:41.275Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/268)
19752026-03-30T18:23:41.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-03-30T18:23:41.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-03-30T18:23:41.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-03-30T18:23:41.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19792026-03-30T18:23:41.755Z
19802026-03-30T18:23:41.755Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/268)
19812026-03-30T18:23:42.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-03-30T18:23:42.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-03-30T18:23:42.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-03-30T18:23:42.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19852026-03-30T18:23:42.232Z
19862026-03-30T18:23:42.232Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/268)
19872026-03-30T18:23:42.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-03-30T18:23:42.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-03-30T18:23:42.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-03-30T18:23:42.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19912026-03-30T18:23:42.713Z
19922026-03-30T18:23:42.713Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/268)
19932026-03-30T18:23:43.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-03-30T18:23:43.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-03-30T18:23:43.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-03-30T18:23:43.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19972026-03-30T18:23:43.194Z
19982026-03-30T18:23:43.194Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/268)
19992026-03-30T18:23:43.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-03-30T18:23:43.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-03-30T18:23:43.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-03-30T18:23:43.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20032026-03-30T18:23:43.668Z
20042026-03-30T18:23:43.668Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/268)
20052026-03-30T18:23:44.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-03-30T18:23:44.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-03-30T18:23:44.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-03-30T18:23:44.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20092026-03-30T18:23:44.142Z
20102026-03-30T18:23:44.142Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/268)
20112026-03-30T18:23:44.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-03-30T18:23:44.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-03-30T18:23:44.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-03-30T18:23:44.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20152026-03-30T18:23:44.616Z
20162026-03-30T18:23:44.616Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/268)
20172026-03-30T18:23:45.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-03-30T18:23:45.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-03-30T18:23:45.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-03-30T18:23:45.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20212026-03-30T18:23:45.092Z
20222026-03-30T18:23:45.092Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/268)
20232026-03-30T18:23:45.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-03-30T18:23:45.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-03-30T18:23:45.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-03-30T18:23:45.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20272026-03-30T18:23:45.569Z
20282026-03-30T18:23:45.569Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/268)
20292026-03-30T18:23:45.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-03-30T18:23:45.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-03-30T18:23:45.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-03-30T18:23:45.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20332026-03-30T18:23:46.044Z
20342026-03-30T18:23:46.044Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/268)
20352026-03-30T18:23:46.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-03-30T18:23:46.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-03-30T18:23:46.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-03-30T18:23:46.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20392026-03-30T18:23:46.517Z
20402026-03-30T18:23:46.517Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/268)
20412026-03-30T18:23:46.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-03-30T18:23:46.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-03-30T18:23:46.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-03-30T18:23:46.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20452026-03-30T18:23:46.993Z
20462026-03-30T18:23:46.993Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/268)
20472026-03-30T18:23:47.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-03-30T18:23:47.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-03-30T18:23:47.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-03-30T18:23:47.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20512026-03-30T18:23:47.469Z
20522026-03-30T18:23:47.469Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/268)
20532026-03-30T18:23:47.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-03-30T18:23:47.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-03-30T18:23:47.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-03-30T18:23:47.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20572026-03-30T18:23:47.947Z
20582026-03-30T18:23:47.947Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/268)
20592026-03-30T18:23:48.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-03-30T18:23:48.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-03-30T18:23:48.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-03-30T18:23:48.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20632026-03-30T18:23:48.430Z
20642026-03-30T18:23:48.430Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/268)
20652026-03-30T18:23:48.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-03-30T18:23:48.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-03-30T18:23:48.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-03-30T18:23:48.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20692026-03-30T18:23:48.907Z
20702026-03-30T18:23:48.907Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/268)
20712026-03-30T18:23:49.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-03-30T18:23:49.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-03-30T18:23:49.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-03-30T18:23:49.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20752026-03-30T18:23:49.385Z
20762026-03-30T18:23:49.385Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/268)
20772026-03-30T18:23:49.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-03-30T18:23:49.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-03-30T18:23:49.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-03-30T18:23:49.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20812026-03-30T18:23:49.862Z
20822026-03-30T18:23:49.862Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/268)
20832026-03-30T18:23:50.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-03-30T18:23:50.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-03-30T18:23:50.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-03-30T18:23:50.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20872026-03-30T18:23:50.340Z
20882026-03-30T18:23:50.340Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/268)
20892026-03-30T18:23:50.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-03-30T18:23:50.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-03-30T18:23:50.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-03-30T18:23:50.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20932026-03-30T18:23:50.816Z
20942026-03-30T18:23:50.816Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/268)
20952026-03-30T18:23:51.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-03-30T18:23:51.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-03-30T18:23:51.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-03-30T18:23:51.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20992026-03-30T18:23:51.296Z
21002026-03-30T18:23:51.296Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/268)
21012026-03-30T18:23:51.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-03-30T18:23:51.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-03-30T18:23:51.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-03-30T18:23:51.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21052026-03-30T18:23:51.770Z
21062026-03-30T18:23:51.770Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/268)
21072026-03-30T18:23:52.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-03-30T18:23:52.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-03-30T18:23:52.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-03-30T18:23:52.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21112026-03-30T18:23:52.247Z
21122026-03-30T18:23:52.247Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/268)
21132026-03-30T18:23:52.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-03-30T18:23:52.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-03-30T18:23:53.047Z Checking cfg-if v1.0.4
21162026-03-30T18:23:53.050Z Checking libc v0.2.180
21172026-03-30T18:23:53.183Z Checking serde_core v1.0.228
21182026-03-30T18:23:53.203Z Checking memchr v2.8.0
21192026-03-30T18:23:53.215Z Checking itoa v1.0.17
21202026-03-30T18:23:53.216Z Checking smallvec v1.15.1
21212026-03-30T18:23:53.241Z Checking log v0.4.29
21222026-03-30T18:23:53.241Z Checking zeroize v1.8.2
21232026-03-30T18:23:53.269Z Checking stable_deref_trait v1.2.1
21242026-03-30T18:23:53.342Z Checking zerofrom v0.1.6
21252026-03-30T18:23:53.356Z Checking zmij v1.0.21
21262026-03-30T18:23:53.405Z Checking litemap v0.8.1
21272026-03-30T18:23:53.406Z Checking writeable v0.6.2
21282026-03-30T18:23:53.406Z Checking percent-encoding v2.3.2
21292026-03-30T18:23:53.454Z Checking yoke v0.8.1
21302026-03-30T18:23:53.562Z Checking libm v0.2.16
21312026-03-30T18:23:53.566Z Checking scopeguard v1.2.0
21322026-03-30T18:23:53.588Z Checking icu_normalizer_data v2.1.1
21332026-03-30T18:23:53.592Z Checking icu_properties_data v2.1.2
21342026-03-30T18:23:53.616Z Checking getrandom v0.2.17
21352026-03-30T18:23:53.616Z Checking errno v0.3.14
21362026-03-30T18:23:53.620Z Checking zerovec v0.11.5
21372026-03-30T18:23:53.655Z Checking zerotrie v0.2.3
21382026-03-30T18:23:53.671Z Checking lock_api v0.4.14
21392026-03-30T18:23:53.744Z Checking subtle v2.6.1
21402026-03-30T18:23:53.747Z Checking utf8_iter v1.0.4
21412026-03-30T18:23:53.794Z Checking rand_core v0.6.4
21422026-03-30T18:23:53.871Z Checking form_urlencoded v1.2.2
21432026-03-30T18:23:53.889Z Checking rand_core v0.10.0
21442026-03-30T18:23:53.905Z Checking pin-project-lite v0.2.17
21452026-03-30T18:23:53.919Z Checking typenum v1.19.0
21462026-03-30T18:23:53.973Z Checking portable-atomic v1.13.1
21472026-03-30T18:23:53.995Z Checking critical-section v1.2.0
21482026-03-30T18:23:54.011Z Checking iana-time-zone v0.1.65
21492026-03-30T18:23:54.029Z Checking getrandom v0.4.1
21502026-03-30T18:23:54.064Z Checking tinystr v0.8.2
21512026-03-30T18:23:54.095Z Checking potential_utf v0.1.4
21522026-03-30T18:23:54.113Z Checking signal-hook-registry v1.4.8
21532026-03-30T18:23:54.173Z Checking parking_lot_core v0.9.12
21542026-03-30T18:23:54.224Z Checking icu_collections v2.1.1
21552026-03-30T18:23:54.239Z Checking icu_locale_core v2.1.1
21562026-03-30T18:23:54.252Z Checking num-traits v0.2.19
21572026-03-30T18:23:54.276Z Checking mio v1.1.1
21582026-03-30T18:23:54.362Z Checking parking_lot v0.12.5
21592026-03-30T18:23:54.377Z Checking once_cell v1.21.3
21602026-03-30T18:23:54.446Z Checking generic-array v0.14.7
21612026-03-30T18:23:54.526Z Checking socket2 v0.6.2
21622026-03-30T18:23:54.548Z Checking zerocopy v0.8.40
21632026-03-30T18:23:54.566Z Checking futures-core v0.3.32
21642026-03-30T18:23:54.607Z Checking dyn-clone v1.0.20
21652026-03-30T18:23:54.654Z Checking serde v1.0.228
21662026-03-30T18:23:54.679Z Checking serde_json v1.0.149
21672026-03-30T18:23:54.693Z Checking bitflags v2.11.0
21682026-03-30T18:23:54.761Z Checking uuid v1.21.0
21692026-03-30T18:23:54.776Z Checking semver v1.0.27
21702026-03-30T18:23:54.789Z Checking icu_provider v2.1.1
21712026-03-30T18:23:54.858Z Checking equivalent v1.0.2
21722026-03-30T18:23:54.889Z Checking crypto-common v0.1.7
21732026-03-30T18:23:54.941Z Checking allocator-api2 v0.2.21
21742026-03-30T18:23:54.978Z Checking foldhash v0.2.0
21752026-03-30T18:23:55.012Z Checking const-oid v0.9.6
21762026-03-30T18:23:55.026Z Checking icu_normalizer v2.1.1
21772026-03-30T18:23:55.051Z Checking bytes v1.11.1
21782026-03-30T18:23:55.067Z Checking icu_properties v2.1.2
21792026-03-30T18:23:55.132Z Checking chrono v0.4.44
21802026-03-30T18:23:55.235Z Checking hashbrown v0.16.1
21812026-03-30T18:23:55.342Z Checking futures-sink v0.3.32
21822026-03-30T18:23:55.360Z Checking block-buffer v0.10.4
21832026-03-30T18:23:55.447Z Checking futures-channel v0.3.32
21842026-03-30T18:23:55.517Z Checking tokio v1.49.0
21852026-03-30T18:23:55.517Z Checking futures-task v0.3.32
21862026-03-30T18:23:55.652Z Checking slab v0.4.12
21872026-03-30T18:23:55.670Z Checking futures-io v0.3.32
21882026-03-30T18:23:55.718Z Checking digest v0.10.7
21892026-03-30T18:23:55.755Z Checking thiserror v2.0.18
21902026-03-30T18:23:55.783Z Checking byteorder v1.5.0
21912026-03-30T18:23:55.810Z Checking futures-util v0.3.32
21922026-03-30T18:23:55.855Z Checking base64 v0.22.1
21932026-03-30T18:23:55.909Z Checking indexmap v2.13.0
21942026-03-30T18:23:55.922Z Checking idna_adapter v1.2.1
21952026-03-30T18:23:55.987Z Checking cpufeatures v0.2.17
21962026-03-30T18:23:56.004Z Checking http v1.4.0
21972026-03-30T18:23:56.038Z Checking idna v1.1.0
21982026-03-30T18:23:56.060Z Checking fnv v1.0.7
21992026-03-30T18:23:56.096Z Checking unicode-ident v1.0.24
22002026-03-30T18:23:56.153Z Checking tracing-core v0.1.36
22012026-03-30T18:23:56.207Z Checking proc-macro2 v1.0.106
22022026-03-30T18:23:56.281Z Checking url v2.5.8
22032026-03-30T18:23:56.454Z Checking tracing v0.1.44
22042026-03-30T18:23:56.472Z Checking thiserror v1.0.69
22052026-03-30T18:23:56.508Z Checking rustls-pki-types v1.14.0
22062026-03-30T18:23:56.546Z Checking regex-syntax v0.8.10
22072026-03-30T18:23:56.569Z Checking quote v1.0.44
22082026-03-30T18:23:56.654Z Checking untrusted v0.9.0
22092026-03-30T18:23:56.707Z Checking schemars v0.8.22
22102026-03-30T18:23:56.738Z Checking syn v2.0.117
22112026-03-30T18:23:56.766Z Checking ring v0.17.14
22122026-03-30T18:23:56.799Z Checking ipnet v2.11.0
22132026-03-30T18:23:57.055Z Checking httparse v1.10.1
22142026-03-30T18:23:57.270Z Checking http-body v1.0.1
22152026-03-30T18:23:57.326Z Checking ppv-lite86 v0.2.21
22162026-03-30T18:23:57.343Z Checking block-padding v0.3.3
22172026-03-30T18:23:57.403Z Checking rustix v1.1.3
22182026-03-30T18:23:57.479Z Checking getrandom v0.3.4
22192026-03-30T18:23:57.619Z Checking atomic-waker v1.1.2
22202026-03-30T18:23:57.636Z Checking inout v0.1.4
22212026-03-30T18:23:57.688Z Checking hmac v0.12.1
22222026-03-30T18:23:57.719Z Checking aws-lc-sys v0.37.1
22232026-03-30T18:23:57.745Z Checking aho-corasick v1.1.4
22242026-03-30T18:23:57.776Z Checking tower-service v0.3.3
22252026-03-30T18:23:57.825Z Checking untrusted v0.7.1
22262026-03-30T18:23:57.844Z Checking httpdate v1.0.3
22272026-03-30T18:23:57.867Z Checking powerfmt v0.2.0
22282026-03-30T18:23:57.938Z Checking tower-layer v0.3.3
22292026-03-30T18:23:57.986Z Checking try-lock v0.2.5
22302026-03-30T18:23:58.017Z Checking openssl-probe v0.2.1
22312026-03-30T18:23:58.082Z Checking deranged v0.5.8
22322026-03-30T18:23:58.086Z Checking want v0.3.1
22332026-03-30T18:23:58.123Z Checking cipher v0.4.4
22342026-03-30T18:23:58.219Z Checking aws-lc-rs v1.16.0
22352026-03-30T18:23:58.235Z Checking rand_core v0.9.5
22362026-03-30T18:23:58.249Z Checking base64ct v1.8.3
22372026-03-30T18:23:58.331Z Checking num_threads v0.1.7
22382026-03-30T18:23:58.411Z Checking regex-automata v0.4.14
22392026-03-30T18:23:58.414Z Checking pin-utils v0.1.0
22402026-03-30T18:23:58.438Z Checking time-core v0.1.8
22412026-03-30T18:23:58.482Z Checking num-conv v0.2.0
22422026-03-30T18:23:58.499Z Checking sha2 v0.10.9
22432026-03-30T18:23:58.579Z Checking erased-serde v0.3.31
22442026-03-30T18:23:58.601Z Checking pretty-hex v0.4.1
22452026-03-30T18:23:58.692Z Checking tokio-util v0.7.18
22462026-03-30T18:23:58.720Z Checking rand_chacha v0.9.0
22472026-03-30T18:23:58.774Z Checking fastrand v2.3.0
22482026-03-30T18:23:58.920Z Checking ryu v1.0.23
22492026-03-30T18:23:58.954Z Checking slog v2.8.2
22502026-03-30T18:23:58.968Z Checking rand v0.9.2
22512026-03-30T18:23:58.999Z Checking time v0.3.47
22522026-03-30T18:23:59.013Z Checking pem-rfc7468 v0.7.0
22532026-03-30T18:23:59.039Z Checking rustls-webpki v0.103.9
22542026-03-30T18:23:59.054Z Checking rustls-native-certs v0.8.3
22552026-03-30T18:23:59.169Z Checking http-body-util v0.1.3
22562026-03-30T18:23:59.183Z Checking ipnetwork v0.21.1
22572026-03-30T18:23:59.214Z Checking sync_wrapper v1.0.2
22582026-03-30T18:23:59.295Z Checking h2 v0.4.13
22592026-03-30T18:23:59.316Z Checking spin v0.9.8
22602026-03-30T18:23:59.387Z Checking flagset v0.4.7
22612026-03-30T18:23:59.403Z Checking plain v0.2.3
22622026-03-30T18:23:59.430Z Checking tower v0.5.3
22632026-03-30T18:23:59.454Z Checking rustls v0.23.37
22642026-03-30T18:23:59.497Z Checking serde_urlencoded v0.7.1
22652026-03-30T18:23:59.512Z Checking der v0.7.10
22662026-03-30T18:23:59.528Z Checking rand_chacha v0.3.1
22672026-03-30T18:23:59.702Z Checking webpki-roots v1.0.6
22682026-03-30T18:23:59.737Z Checking tinyvec_macros v0.1.1
22692026-03-30T18:23:59.809Z Checking iri-string v0.7.10
22702026-03-30T18:23:59.823Z Checking ucd-trie v0.1.7
22712026-03-30T18:23:59.839Z Checking tinyvec v1.10.0
22722026-03-30T18:23:59.956Z Checking pest v2.8.6
22732026-03-30T18:24:00.115Z Checking rand v0.8.5
22742026-03-30T18:24:00.149Z Checking tempfile v3.25.0
22752026-03-30T18:24:00.218Z Checking salsa20 v0.10.2
22762026-03-30T18:24:00.239Z Checking spki v0.7.3
22772026-03-30T18:24:00.356Z Checking pbkdf2 v0.12.2
22782026-03-30T18:24:00.372Z Checking foreign-types-shared v0.1.1
22792026-03-30T18:24:00.411Z Checking unicode-width v0.2.0
22802026-03-30T18:24:00.458Z Checking foreign-types v0.3.2
22812026-03-30T18:24:00.472Z Checking scrypt v0.11.0
22822026-03-30T18:24:00.530Z Checking regex v1.12.3
22832026-03-30T18:24:00.614Z Checking aes v0.8.4
22842026-03-30T18:24:00.657Z Checking cbc v0.1.2
22852026-03-30T18:24:00.672Z Checking anyhow v1.0.102
22862026-03-30T18:24:00.788Z Checking openssl-sys v0.9.111
22872026-03-30T18:24:00.815Z Checking crossbeam-utils v0.8.21
22882026-03-30T18:24:00.855Z Checking tower-http v0.6.8
22892026-03-30T18:24:00.869Z Checking oxnet v0.1.4
22902026-03-30T18:24:01.006Z Checking pkcs5 v0.7.1
22912026-03-30T18:24:01.035Z Checking mime v0.3.17
22922026-03-30T18:24:01.105Z Checking openapiv3 v2.2.0
22932026-03-30T18:24:01.136Z Checking scroll v0.12.0
22942026-03-30T18:24:01.151Z Checking encoding_rs v0.8.35
22952026-03-30T18:24:01.208Z Checking winnow v0.7.14
22962026-03-30T18:24:01.263Z Checking pkcs8 v0.10.2
22972026-03-30T18:24:01.277Z Checking openssl v0.10.75
22982026-03-30T18:24:01.364Z Checking data-encoding v2.10.0
22992026-03-30T18:24:01.444Z Checking siphasher v1.0.2
23002026-03-30T18:24:01.604Z Checking goblin v0.8.2
23012026-03-30T18:24:01.636Z Checking lazy_static v1.5.0
23022026-03-30T18:24:01.729Z Checking zerocopy v0.7.35
23032026-03-30T18:24:01.838Z Checking tokio-rustls v0.26.4
23042026-03-30T18:24:02.016Z Checking hyper v1.8.1
23052026-03-30T18:24:02.068Z Checking wait-timeout v0.2.1
23062026-03-30T18:24:02.085Z Checking bitflags v1.3.2
23072026-03-30T18:24:02.159Z Checking utf8parse v0.2.2
23082026-03-30T18:24:02.193Z Checking either v1.15.0
23092026-03-30T18:24:02.213Z Checking managed v0.8.0
23102026-03-30T18:24:02.263Z Checking quick-error v1.2.3
23112026-03-30T18:24:02.370Z Checking psl-types v2.0.11
23122026-03-30T18:24:02.386Z Checking anstyle v1.0.13
23132026-03-30T18:24:02.400Z Checking bit-vec v0.8.0
23142026-03-30T18:24:02.414Z Checking rusty-fork v0.3.1
23152026-03-30T18:24:02.424Z Checking anstyle-parse v0.2.7
23162026-03-30T18:24:02.486Z Checking publicsuffix v2.3.0
23172026-03-30T18:24:02.565Z Checking dtrace-parser v0.2.0
23182026-03-30T18:24:02.579Z Checking unicode-normalization v0.1.25
23192026-03-30T18:24:02.585Z Checking cookie v0.18.1
23202026-03-30T18:24:02.605Z Checking bit-set v0.8.0
23212026-03-30T18:24:02.644Z Checking rand_xorshift v0.4.0
23222026-03-30T18:24:02.750Z Checking sha1 v0.10.6
23232026-03-30T18:24:02.768Z Checking hex v0.4.3
23242026-03-30T18:24:02.797Z Checking thread-id v4.2.2
23252026-03-30T18:24:02.821Z Checking colorchoice v1.0.4
23262026-03-30T18:24:02.878Z Checking unarray v0.1.4
23272026-03-30T18:24:02.917Z Checking is_terminal_polyfill v1.70.2
23282026-03-30T18:24:02.921Z Checking hyper-util v0.1.20
23292026-03-30T18:24:02.946Z Checking anstyle-query v1.1.5
23302026-03-30T18:24:02.980Z Checking cookie_store v0.22.1
23312026-03-30T18:24:02.993Z Checking proptest v1.10.0
23322026-03-30T18:24:02.997Z Checking rustls-platform-verifier v0.6.2
23332026-03-30T18:24:03.020Z Checking crossbeam-epoch v0.9.18
23342026-03-30T18:24:03.036Z Checking anstream v0.6.21
23352026-03-30T18:24:03.143Z Checking terminal_size v0.4.3
23362026-03-30T18:24:03.228Z Checking scroll v0.13.0
23372026-03-30T18:24:03.231Z Checking native-tls v0.2.18
23382026-03-30T18:24:03.254Z Checking num-integer v0.1.46
23392026-03-30T18:24:03.269Z Checking simd-adler32 v0.3.8
23402026-03-30T18:24:03.310Z Checking crossbeam-deque v0.8.6
23412026-03-30T18:24:03.419Z Checking tokio-native-tls v0.3.1
23422026-03-30T18:24:03.435Z Checking bstr v1.12.1
23432026-03-30T18:24:03.452Z Checking goblin v0.10.5
23442026-03-30T18:24:03.476Z Checking ref-cast v1.0.25
23452026-03-30T18:24:03.490Z Checking rustix v0.38.44
23462026-03-30T18:24:03.494Z Checking dof v0.3.0
23472026-03-30T18:24:03.572Z Checking camino v1.2.2
23482026-03-30T18:24:03.575Z Checking crc32fast v1.5.0
23492026-03-30T18:24:03.727Z Checking signature v2.2.0
23502026-03-30T18:24:03.783Z Checking usdt-impl v0.5.0
23512026-03-30T18:24:03.820Z Checking serde_spanned v0.6.9
23522026-03-30T18:24:03.840Z Checking toml_datetime v0.6.11
23532026-03-30T18:24:03.859Z Checking ff v0.13.1
23542026-03-30T18:24:03.947Z Checking base16ct v0.2.0
23552026-03-30T18:24:03.991Z Checking unicode-properties v0.1.4
23562026-03-30T18:24:04.024Z Checking clap_lex v1.0.0
23572026-03-30T18:24:04.064Z Checking adler2 v2.0.1
23582026-03-30T18:24:04.078Z Checking strsim v0.11.1
23592026-03-30T18:24:04.173Z Checking unicode-bidi v0.3.18
23602026-03-30T18:24:04.177Z Checking miniz_oxide v0.8.9
23612026-03-30T18:24:04.177Z Checking sec1 v0.7.3
23622026-03-30T18:24:04.215Z Checking hyper-rustls v0.27.7
23632026-03-30T18:24:04.239Z Checking hyper-tls v0.6.0
23642026-03-30T18:24:04.281Z Checking clap_builder v4.5.60
23652026-03-30T18:24:04.389Z Checking group v0.13.0
23662026-03-30T18:24:04.410Z Checking rayon-core v1.13.0
23672026-03-30T18:24:04.424Z Checking reqwest v0.12.28
23682026-03-30T18:24:04.462Z Checking reqwest v0.13.2
23692026-03-30T18:24:04.536Z Checking stringprep v0.1.5
23702026-03-30T18:24:04.553Z Checking num-iter v0.1.45
23712026-03-30T18:24:04.667Z Checking toml_parser v1.0.9+spec-1.1.0
23722026-03-30T18:24:04.692Z Checking dtrace-parser v0.3.0
23732026-03-30T18:24:04.733Z Checking hkdf v0.12.4
23742026-03-30T18:24:04.767Z Checking newtype-uuid v1.3.2
23752026-03-30T18:24:04.867Z Checking strum v0.26.3
23762026-03-30T18:24:04.929Z Checking zstd-sys v2.0.16+zstd.1.5.7
23772026-03-30T18:24:04.972Z Checking daft v0.1.5
23782026-03-30T18:24:04.986Z Checking hash32 v0.2.1
23792026-03-30T18:24:05.000Z Checking md-5 v0.10.6
23802026-03-30T18:24:05.042Z Checking crypto-bigint v0.5.5
23812026-03-30T18:24:05.135Z Checking toml_datetime v0.7.5+spec-1.1.0
23822026-03-30T18:24:05.150Z Checking thread-id v5.1.0
23832026-03-30T18:24:05.226Z Checking unicode-segmentation v1.12.0
23842026-03-30T18:24:05.245Z Checking zlib-rs v0.6.2
23852026-03-30T18:24:05.270Z Checking fallible-iterator v0.2.0
23862026-03-30T18:24:05.314Z Checking heapless v0.7.17
23872026-03-30T18:24:05.348Z Checking zstd-safe v7.2.4
23882026-03-30T18:24:05.499Z Checking clap v4.5.60
23892026-03-30T18:24:05.524Z Checking rayon v1.11.0
23902026-03-30T18:24:05.545Z Checking itertools v0.12.1
23912026-03-30T18:24:05.559Z Checking postgres-protocol v0.6.10
23922026-03-30T18:24:05.577Z Checking phf_shared v0.13.1
23932026-03-30T18:24:05.733Z Checking console v0.16.2
23942026-03-30T18:24:05.776Z Checking curve25519-dalek v4.1.3
23952026-03-30T18:24:05.818Z Checking dof v0.4.0
23962026-03-30T18:24:05.876Z Checking memoffset v0.9.1
23972026-03-30T18:24:05.953Z Checking elliptic-curve v0.13.8
23982026-03-30T18:24:05.967Z Checking bzip2-sys v0.1.13+1.0.8
23992026-03-30T18:24:06.030Z Checking signal-hook v0.3.18
24002026-03-30T18:24:06.051Z Checking memmap2 v0.9.10
24012026-03-30T18:24:06.131Z Checking flate2 v1.1.9
24022026-03-30T18:24:06.213Z Checking foldhash v0.1.5
24032026-03-30T18:24:06.216Z Checking winnow v0.5.40
24042026-03-30T18:24:06.260Z Checking bumpalo v3.20.2
24052026-03-30T18:24:06.362Z Checking libbz2-rs-sys v0.2.2
24062026-03-30T18:24:06.424Z Checking unit-prefix v0.5.2
24072026-03-30T18:24:06.439Z Checking usdt-impl v0.6.0
24082026-03-30T18:24:06.460Z Checking toml_write v0.1.2
24092026-03-30T18:24:06.536Z Checking fixedbitset v0.4.2
24102026-03-30T18:24:06.537Z Checking zone v0.3.1
24112026-03-30T18:24:06.551Z Checking zopfli v0.8.3
24122026-03-30T18:24:06.623Z Checking toml_edit v0.22.27
24132026-03-30T18:24:06.689Z Checking petgraph v0.6.5
24142026-03-30T18:24:06.710Z Checking usdt v0.6.0
24152026-03-30T18:24:06.758Z Checking bzip2 v0.6.1
24162026-03-30T18:24:06.877Z Checking hashbrown v0.15.5
24172026-03-30T18:24:06.892Z Checking signal-hook-mio v0.2.5
24182026-03-30T18:24:06.906Z Checking bzip2 v0.4.4
24192026-03-30T18:24:06.923Z Checking nix v0.31.1
24202026-03-30T18:24:06.964Z Checking indicatif v0.18.4
24212026-03-30T18:24:06.990Z Checking postgres-types v0.2.12
24222026-03-30T18:24:07.068Z Checking phf v0.13.1
24232026-03-30T18:24:07.229Z Checking smoltcp v0.9.1
24242026-03-30T18:24:07.320Z Checking similar v2.7.0
24252026-03-30T18:24:07.334Z Checking zstd v0.13.3
24262026-03-30T18:24:07.348Z Checking num-bigint-dig v0.8.6
24272026-03-30T18:24:07.361Z Checking toml_edit v0.19.15
24282026-03-30T18:24:07.517Z Checking ed25519 v2.2.3
24292026-03-30T18:24:07.694Z Checking phf_shared v0.11.3
24302026-03-30T18:24:07.708Z Checking pkcs1 v0.7.5
24312026-03-30T18:24:07.722Z Checking tokio-stream v0.1.18
24322026-03-30T18:24:07.821Z Checking strum v0.27.2
24332026-03-30T18:24:07.841Z Checking hubpack v0.1.2
24342026-03-30T18:24:07.910Z Checking rfc6979 v0.4.0
24352026-03-30T18:24:07.926Z Checking serde-big-array v0.5.1
24362026-03-30T18:24:07.926Z Checking float-cmp v0.10.0
24372026-03-30T18:24:07.951Z Checking env_filter v1.0.0
24382026-03-30T18:24:08.005Z Checking whoami v2.1.0
24392026-03-30T18:24:08.026Z Checking new_debug_unreachable v1.0.6
24402026-03-30T18:24:08.054Z Checking rustc-hash v2.1.1
24412026-03-30T18:24:08.068Z Checking precomputed-hash v0.1.1
24422026-03-30T18:24:08.091Z Checking keccak v0.1.6
24432026-03-30T18:24:08.105Z Checking jiff v0.2.21
24442026-03-30T18:24:08.108Z Checking static_assertions v1.1.0
24452026-03-30T18:24:08.141Z Checking normalize-line-endings v0.3.0
24462026-03-30T18:24:08.155Z Checking fixedbitset v0.5.7
24472026-03-30T18:24:08.168Z Checking difflib v0.4.0
24482026-03-30T18:24:08.188Z Checking predicates-core v1.0.10
24492026-03-30T18:24:08.201Z Checking tokio-postgres v0.7.16
24502026-03-30T18:24:08.231Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24512026-03-30T18:24:08.253Z Checking sha3 v0.10.8
24522026-03-30T18:24:08.311Z Checking iddqd v0.3.17
24532026-03-30T18:24:08.342Z Checking petgraph v0.8.3
24542026-03-30T18:24:08.346Z Checking predicates v3.1.4
24552026-03-30T18:24:08.376Z Checking toml v0.7.8
24562026-03-30T18:24:08.457Z Checking string_cache v0.8.9
24572026-03-30T18:24:08.627Z Checking rsa v0.9.10
24582026-03-30T18:24:08.657Z Checking env_logger v0.11.9
24592026-03-30T18:24:08.690Z Checking ecdsa v0.16.9
24602026-03-30T18:24:08.846Z Checking ed25519-dalek v2.2.0
24612026-03-30T18:24:09.023Z Checking zip v0.6.6
24622026-03-30T18:24:09.079Z Checking crossterm v0.28.1
24632026-03-30T18:24:09.096Z Checking serde_with v3.17.0
24642026-03-30T18:24:09.154Z Checking itertools v0.13.0
24652026-03-30T18:24:09.345Z Checking hickory-proto v0.25.2
24662026-03-30T18:24:09.465Z Checking x509-cert v0.2.5
24672026-03-30T18:24:09.769Z Checking fs-err v3.3.0
24682026-03-30T18:24:09.911Z Checking ahash v0.8.12
24692026-03-30T18:24:10.070Z Checking object v0.37.3
24702026-03-30T18:24:10.105Z Checking buf-list v1.1.2
24712026-03-30T18:24:10.120Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24722026-03-30T18:24:10.166Z Checking peg-runtime v0.8.5
24732026-03-30T18:24:10.307Z Checking lalrpop-util v0.19.12
24742026-03-30T18:24:10.322Z Compiling structmeta-derive v0.3.0
24752026-03-30T18:24:10.326Z Checking zip v4.6.1
24762026-03-30T18:24:10.392Z Compiling rustls v0.22.4
24772026-03-30T18:24:10.456Z Compiling newtype-uuid-macros v0.1.0
24782026-03-30T18:24:10.472Z Compiling multer v3.1.0
24792026-03-30T18:24:10.502Z Compiling async-stream-impl v0.3.6
24802026-03-30T18:24:10.592Z Checking futures-executor v0.3.32
24812026-03-30T18:24:10.708Z Checking regress v0.10.5
24822026-03-30T18:24:10.915Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24832026-03-30T18:24:11.090Z Compiling dropshot v0.16.7
24842026-03-30T18:24:11.205Z Checking futures v0.3.32
24852026-03-30T18:24:11.302Z Compiling dropshot_endpoint v0.16.7
24862026-03-30T18:24:11.316Z Checking thread_local v1.1.9
24872026-03-30T18:24:11.338Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-03-30T18:24:11.393Z Compiling structmeta v0.3.0
24892026-03-30T18:24:11.482Z Checking crossbeam-channel v0.5.15
24902026-03-30T18:24:11.608Z Compiling derive-ex v0.1.8
24912026-03-30T18:24:11.667Z Checking is-terminal v0.4.17
24922026-03-30T18:24:11.765Z Checking term v1.2.1
24932026-03-30T18:24:11.819Z Checking take_mut v0.2.2
24942026-03-30T18:24:11.930Z Checking slog-async v2.8.0
24952026-03-30T18:24:11.988Z Checking slog-term v2.9.2
24962026-03-30T18:24:12.109Z Compiling parse-display-derive v0.10.0
24972026-03-30T18:24:12.123Z Checking rustls-webpki v0.102.8
24982026-03-30T18:24:12.174Z Checking serde_spanned v1.0.4
24992026-03-30T18:24:12.249Z Checking toml_writer v1.0.6+spec-1.1.0
25002026-03-30T18:24:12.309Z Checking debug-ignore v1.0.5
25012026-03-30T18:24:12.393Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25022026-03-30T18:24:12.413Z Checking match_cfg v0.1.0
25032026-03-30T18:24:12.427Z Checking toml v0.9.12+spec-1.1.0
25042026-03-30T18:24:12.471Z Checking slog-json v2.6.1
25052026-03-30T18:24:12.487Z Checking hostname v0.3.1
25062026-03-30T18:24:12.585Z Checking macaddr v1.0.1
25072026-03-30T18:24:12.631Z Checking slog-bunyan v2.5.0
25082026-03-30T18:24:12.750Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25092026-03-30T18:24:12.768Z Checking async-stream v0.3.6
25102026-03-30T18:24:13.004Z Checking waitgroup v0.1.2
25112026-03-30T18:24:13.045Z Checking rustls-pemfile v2.2.0
25122026-03-30T18:24:13.111Z Checking serde_path_to_error v0.1.20
25132026-03-30T18:24:13.127Z Checking hostname v0.4.2
25142026-03-30T18:24:13.142Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25152026-03-30T18:24:13.191Z Checking progenitor-client v0.13.0
25162026-03-30T18:24:13.225Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25172026-03-30T18:24:13.255Z Checking progenitor-client v0.10.0
25182026-03-30T18:24:13.290Z Compiling test-strategy v0.4.5
25192026-03-30T18:24:13.365Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25202026-03-30T18:24:13.390Z Checking backon v1.6.0
25212026-03-30T18:24:13.426Z Checking instant v0.1.13
25222026-03-30T18:24:13.485Z Checking itertools v0.14.0
25232026-03-30T18:24:13.515Z Checking backoff v0.4.0
25242026-03-30T18:24:13.556Z Checking progenitor-extras v0.1.1
25252026-03-30T18:24:13.577Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25262026-03-30T18:24:13.697Z Checking heck v0.5.0
25272026-03-30T18:24:13.785Z Checking parse-display v0.10.0
25282026-03-30T18:24:13.822Z Compiling crucible-workspace-hack v0.1.0
25292026-03-30T18:24:13.933Z Compiling convert_case v0.4.0
25302026-03-30T18:24:13.962Z Checking tokio-rustls v0.25.0
25312026-03-30T18:24:14.051Z Checking secrecy v0.10.3
25322026-03-30T18:24:14.087Z Compiling prettyplease v0.2.37
25332026-03-30T18:24:14.175Z Compiling typify-impl v0.6.1
25342026-03-30T18:24:14.304Z Compiling derive_more v0.99.20
25352026-03-30T18:24:14.624Z Compiling unsafe-libyaml v0.2.11
25362026-03-30T18:24:14.780Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25372026-03-30T18:24:15.163Z Compiling serde_yaml v0.9.34+deprecated
25382026-03-30T18:24:15.385Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25392026-03-30T18:24:15.980Z Checking half v2.7.1
25402026-03-30T18:24:16.060Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25412026-03-30T18:24:16.203Z Compiling toml_edit v0.23.10+spec-1.0.0
25422026-03-30T18:24:16.270Z Compiling thiserror-impl-no-std v2.0.2
25432026-03-30T18:24:16.449Z Checking universal-hash v0.5.1
25442026-03-30T18:24:16.921Z Compiling heapless v0.8.0
25452026-03-30T18:24:17.031Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25462026-03-30T18:24:17.174Z Checking opaque-debug v0.3.1
25472026-03-30T18:24:17.218Z Checking ciborium-io v0.2.2
25482026-03-30T18:24:17.255Z Checking poly1305 v0.8.0
25492026-03-30T18:24:17.310Z Checking ciborium-ll v0.2.2
25502026-03-30T18:24:17.455Z Checking thiserror-no-std v2.0.2
25512026-03-30T18:24:17.487Z Compiling proc-macro-crate v3.4.0
25522026-03-30T18:24:17.763Z Compiling ingot-macros v0.1.1
25532026-03-30T18:24:18.027Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25542026-03-30T18:24:18.091Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25552026-03-30T18:24:18.383Z Compiling typify-impl v0.4.3
25562026-03-30T18:24:18.627Z Checking toml v0.8.23
25572026-03-30T18:24:18.726Z Compiling typify-macro v0.6.1
25582026-03-30T18:24:18.958Z Checking num-rational v0.4.2
25592026-03-30T18:24:19.041Z Checking byte-wrapper v0.1.0
25602026-03-30T18:24:19.068Z Checking tabwriter v1.4.1
25612026-03-30T18:24:19.237Z Checking password-hash v0.5.0
25622026-03-30T18:24:19.253Z Checking chacha20 v0.9.1
25632026-03-30T18:24:19.469Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25642026-03-30T18:24:19.517Z Checking hash32 v0.3.1
25652026-03-30T18:24:19.653Z Checking blake2 v0.10.6
25662026-03-30T18:24:19.708Z Checking aead v0.5.2
25672026-03-30T18:24:19.857Z Checking num-complex v0.4.6
25682026-03-30T18:24:20.126Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25692026-03-30T18:24:20.195Z Compiling smoltcp v0.11.0
25702026-03-30T18:24:20.348Z Checking num v0.4.3
25712026-03-30T18:24:20.365Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25722026-03-30T18:24:20.427Z Checking argon2 v0.5.3
25732026-03-30T18:24:20.502Z Compiling typify v0.6.1
25742026-03-30T18:24:20.565Z Checking ingot-types v0.1.2
25752026-03-30T18:24:20.598Z Checking chacha20poly1305 v0.10.1
25762026-03-30T18:24:20.612Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25772026-03-30T18:24:20.764Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25782026-03-30T18:24:20.779Z Compiling num_enum_derive v0.7.5
25792026-03-30T18:24:20.945Z Checking vsss-rs v3.3.4
25802026-03-30T18:24:21.130Z Checking ciborium v0.2.2
25812026-03-30T18:24:21.835Z Compiling usdt-macro v0.5.0
25822026-03-30T18:24:22.045Z Compiling usdt-attr-macro v0.5.0
25832026-03-30T18:24:22.068Z Checking cobs v0.3.0
25842026-03-30T18:24:22.216Z Checking memmap v0.7.0
25852026-03-30T18:24:22.356Z Compiling foreign-types-macros v0.2.3
25862026-03-30T18:24:22.518Z Checking indent_write v2.2.0
25872026-03-30T18:24:22.553Z Checking float-ord v0.3.2
25882026-03-30T18:24:22.568Z Checking colored v3.1.1
25892026-03-30T18:24:22.633Z Checking foreign-types-shared v0.3.1
25902026-03-30T18:24:22.651Z Checking cpufeatures v0.3.0
25912026-03-30T18:24:22.664Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25922026-03-30T18:24:22.725Z Checking chacha20 v0.10.0
25932026-03-30T18:24:22.812Z Checking usdt v0.5.0
25942026-03-30T18:24:22.826Z Compiling typify-macro v0.4.3
25952026-03-30T18:24:22.840Z Checking postcard v1.1.3
25962026-03-30T18:24:22.855Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25972026-03-30T18:24:22.948Z Checking foreign-types v0.5.0
25982026-03-30T18:24:22.948Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25992026-03-30T18:24:22.978Z Checking num_enum v0.7.5
26002026-03-30T18:24:23.043Z Checking ingot v0.1.1
26012026-03-30T18:24:23.093Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26022026-03-30T18:24:23.130Z Compiling progenitor-impl v0.13.0
26032026-03-30T18:24:23.532Z Compiling proc-macro-crate v1.3.1
26042026-03-30T18:24:23.952Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26052026-03-30T18:24:24.027Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26062026-03-30T18:24:24.031Z Checking cstr-argument v0.1.2
26072026-03-30T18:24:24.154Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26082026-03-30T18:24:24.169Z Checking swrite v0.1.0
26092026-03-30T18:24:24.240Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
26102026-03-30T18:24:24.265Z Compiling semver v0.1.20
26112026-03-30T18:24:24.380Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26122026-03-30T18:24:24.451Z Compiling rustc_version v0.1.7
26132026-03-30T18:24:24.491Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26142026-03-30T18:24:24.522Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26152026-03-30T18:24:24.526Z Compiling num_enum_derive v0.5.11
26162026-03-30T18:24:24.551Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
26172026-03-30T18:24:24.648Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26182026-03-30T18:24:24.663Z Checking rand v0.10.0
26192026-03-30T18:24:25.143Z Compiling pin-project-internal v1.1.11
26202026-03-30T18:24:25.505Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26212026-03-30T18:24:25.584Z Checking linked-hash-map v0.5.6
26222026-03-30T18:24:25.599Z Compiling minimal-lexical v0.2.1
26232026-03-30T18:24:25.766Z Checking lru-cache v0.1.2
26242026-03-30T18:24:25.792Z Compiling progenitor-macro v0.13.0
26252026-03-30T18:24:25.895Z Compiling nom v7.1.3
26262026-03-30T18:24:25.970Z Checking num_enum v0.5.11
26272026-03-30T18:24:26.290Z Compiling newtype_derive v0.1.6
26282026-03-30T18:24:26.348Z Checking pin-project v1.1.11
26292026-03-30T18:24:26.462Z Compiling typify v0.4.3
26302026-03-30T18:24:26.936Z Checking newline-converter v0.3.0
26312026-03-30T18:24:27.002Z Checking atomicwrites v0.4.4
26322026-03-30T18:24:27.051Z Checking camino-tempfile v1.4.1
26332026-03-30T18:24:27.137Z Checking hickory-proto v0.24.4
26342026-03-30T18:24:27.219Z Checking phf_shared v0.12.1
26352026-03-30T18:24:27.242Z Checking console v0.15.11
26362026-03-30T18:24:27.370Z Checking pem v3.0.6
26372026-03-30T18:24:27.508Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26382026-03-30T18:24:27.523Z Checking csv-core v0.1.13
26392026-03-30T18:24:27.538Z Compiling snafu-derive v0.8.9
26402026-03-30T18:24:27.704Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26412026-03-30T18:24:27.733Z Compiling derive-where v1.6.0
26422026-03-30T18:24:27.958Z Compiling async-recursion v1.1.1
26432026-03-30T18:24:28.466Z Compiling slog-dtrace v0.3.0
26442026-03-30T18:24:28.618Z Compiling cancel-safe-futures v0.1.5
26452026-03-30T18:24:28.668Z Checking highway v1.3.0
26462026-03-30T18:24:28.828Z Compiling owo-colors v4.3.0
26472026-03-30T18:24:28.900Z Compiling chrono-tz v0.10.4
26482026-03-30T18:24:28.917Z Checking same-file v1.0.6
26492026-03-30T18:24:28.920Z Checking unicode-width v0.1.14
26502026-03-30T18:24:29.041Z Checking resolv-conf v0.7.6
26512026-03-30T18:24:29.056Z Checking walkdir v2.5.0
26522026-03-30T18:24:29.100Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26532026-03-30T18:24:29.180Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26542026-03-30T18:24:29.220Z Compiling const_format_proc_macros v0.2.34
26552026-03-30T18:24:29.224Z Checking hickory-resolver v0.24.4
26562026-03-30T18:24:29.430Z Checking snafu v0.8.9
26572026-03-30T18:24:29.468Z Checking csv v1.4.0
26582026-03-30T18:24:29.675Z Checking expectorate v1.2.0
26592026-03-30T18:24:29.812Z Checking phf v0.12.1
26602026-03-30T18:24:29.838Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26612026-03-30T18:24:29.956Z Compiling progenitor-impl v0.10.0
26622026-03-30T18:24:30.032Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26632026-03-30T18:24:30.047Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26642026-03-30T18:24:30.253Z Checking tokio-dtrace v0.1.1
26652026-03-30T18:24:30.372Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26662026-03-30T18:24:30.449Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26672026-03-30T18:24:30.467Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26682026-03-30T18:24:30.647Z Checking globset v0.4.18
26692026-03-30T18:24:30.787Z Checking progenitor v0.13.0
26702026-03-30T18:24:30.915Z Checking olpc-cjson v0.1.4
26712026-03-30T18:24:30.933Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26722026-03-30T18:24:30.985Z Checking libsw-core v0.3.2
26732026-03-30T18:24:31.022Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26742026-03-30T18:24:31.058Z Checking smf v0.2.3
26752026-03-30T18:24:31.072Z Checking serde_plain v1.0.2
26762026-03-30T18:24:31.137Z Checking arc-swap v1.8.2
26772026-03-30T18:24:31.195Z Compiling lzma-sys v0.1.20
26782026-03-30T18:24:31.223Z Checking sigpipe v0.1.3
26792026-03-30T18:24:31.299Z Compiling num-derive v0.4.2
26802026-03-30T18:24:31.314Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26812026-03-30T18:24:31.503Z Checking glob v0.3.3
26822026-03-30T18:24:31.583Z Checking utf-8 v0.7.6
26832026-03-30T18:24:31.598Z Checking bytecount v0.6.9
26842026-03-30T18:24:31.694Z Checking typed-path v0.9.3
26852026-03-30T18:24:31.710Z Checking papergrid v0.11.0
26862026-03-30T18:24:31.725Z Checking tungstenite v0.21.0
26872026-03-30T18:24:31.827Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26882026-03-30T18:24:31.892Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26892026-03-30T18:24:32.088Z Checking slog-scope v4.4.1
26902026-03-30T18:24:32.143Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26912026-03-30T18:24:32.223Z Checking libsw v3.5.0
26922026-03-30T18:24:32.227Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26932026-03-30T18:24:32.227Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26942026-03-30T18:24:32.326Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26952026-03-30T18:24:32.376Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26962026-03-30T18:24:32.469Z Checking oxide-tokio-rt v0.1.3
26972026-03-30T18:24:32.501Z Checking tough v0.20.0
26982026-03-30T18:24:32.531Z Checking const_format v0.2.35
26992026-03-30T18:24:32.586Z Compiling progenitor-macro v0.10.0
27002026-03-30T18:24:32.606Z Checking qorb v0.4.1
27012026-03-30T18:24:32.662Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27022026-03-30T18:24:32.770Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27032026-03-30T18:24:33.770Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27042026-03-30T18:24:33.855Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27052026-03-30T18:24:33.898Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27062026-03-30T18:24:33.943Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27072026-03-30T18:24:34.134Z Compiling cargo_toml v0.22.3
27082026-03-30T18:24:34.323Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
27092026-03-30T18:24:34.386Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27102026-03-30T18:24:34.402Z Checking gethostname v0.5.0
27112026-03-30T18:24:34.436Z Compiling tabled_derive v0.7.0
27122026-03-30T18:24:34.482Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27132026-03-30T18:24:34.496Z Checking bcs v0.1.6
27142026-03-30T18:24:34.676Z Checking linear-map v1.2.0
27152026-03-30T18:24:34.718Z Checking termtree v0.5.1
27162026-03-30T18:24:34.732Z Checking unicode-linebreak v0.1.5
27172026-03-30T18:24:34.852Z Checking whoami v1.6.1
27182026-03-30T18:24:34.864Z Checking smawk v0.3.2
27192026-03-30T18:24:34.949Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27202026-03-30T18:24:34.996Z Checking textwrap v0.16.2
27212026-03-30T18:24:35.243Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27222026-03-30T18:24:35.474Z Checking tabled v0.15.0
27232026-03-30T18:24:35.802Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27242026-03-30T18:24:36.321Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27252026-03-30T18:24:36.543Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27262026-03-30T18:24:36.644Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27272026-03-30T18:24:36.753Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27282026-03-30T18:24:36.970Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27292026-03-30T18:24:36.985Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27302026-03-30T18:24:37.000Z Checking steno v0.4.1
27312026-03-30T18:24:37.147Z Checking slog-stdlog v4.1.1
27322026-03-30T18:24:37.278Z Checking tokio-tungstenite v0.21.0
27332026-03-30T18:24:37.489Z Checking typeid v1.0.3
27342026-03-30T18:24:37.541Z Checking progenitor v0.10.0
27352026-03-30T18:24:37.595Z Checking humantime v2.3.0
27362026-03-30T18:24:37.672Z Checking base64 v0.21.7
27372026-03-30T18:24:37.687Z Checking xz2 v0.1.7
27382026-03-30T18:24:37.784Z Checking ron v0.12.0
27392026-03-30T18:24:37.853Z Checking slog-envlogger v2.2.0
27402026-03-30T18:24:37.890Z Checking yasna v0.5.2
27412026-03-30T18:24:37.920Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-30T18:24:38.005Z Checking headers-core v0.3.0
27432026-03-30T18:24:38.005Z Checking filetime v0.2.27
27442026-03-30T18:24:38.127Z Checking xattr v1.6.1
27452026-03-30T18:24:38.143Z Checking base16ct v1.0.0
27462026-03-30T18:24:38.262Z Checking tar v0.4.45
27472026-03-30T18:24:38.276Z Checking rcgen v0.12.1
27482026-03-30T18:24:38.279Z Checking headers v0.4.1
27492026-03-30T18:24:38.500Z Checking subprocess v0.2.15
27502026-03-30T18:24:43.648Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27512026-03-30T18:24:49.645Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-03-30T18:24:50.968Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27532026-03-30T18:24:52.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.91s
27542026-03-30T18:24:52.377Z
27552026-03-30T18:24:52.377Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/268)
27562026-03-30T18:24:52.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-03-30T18:24:52.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-03-30T18:24:53.141Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27592026-03-30T18:24:54.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
27602026-03-30T18:24:54.697Z
27612026-03-30T18:24:54.697Zinfo: running `cargo check --bins` on nexus-config (51/268)
27622026-03-30T18:24:55.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632026-03-30T18:24:55.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642026-03-30T18:24:55.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652026-03-30T18:24:55.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27662026-03-30T18:24:55.345Z
27672026-03-30T18:24:55.345Zinfo: running `cargo check --bins` on nexus-types (52/268)
27682026-03-30T18:24:55.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-03-30T18:24:55.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-03-30T18:24:55.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-03-30T18:24:55.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27722026-03-30T18:24:55.993Z
27732026-03-30T18:24:55.993Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/268)
27742026-03-30T18:24:56.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-03-30T18:24:56.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-03-30T18:24:56.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-03-30T18:24:56.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27782026-03-30T18:24:56.605Z
27792026-03-30T18:24:56.605Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/268)
27802026-03-30T18:24:57.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-03-30T18:24:57.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-03-30T18:24:57.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-03-30T18:24:57.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27842026-03-30T18:24:57.217Z
27852026-03-30T18:24:57.217Zinfo: running `cargo check --bins` on cockroach-admin-types (55/268)
27862026-03-30T18:24:57.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-03-30T18:24:57.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-03-30T18:24:57.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-03-30T18:24:57.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27902026-03-30T18:24:57.814Z
27912026-03-30T18:24:57.814Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/268)
27922026-03-30T18:24:58.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-03-30T18:24:58.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-03-30T18:24:58.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-03-30T18:24:58.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27962026-03-30T18:24:58.415Z
27972026-03-30T18:24:58.415Zinfo: running `cargo check --bins` on ereport-types (57/268)
27982026-03-30T18:24:58.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-03-30T18:24:58.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-03-30T18:24:58.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-03-30T18:24:58.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28022026-03-30T18:24:59.016Z
28032026-03-30T18:24:59.016Zinfo: running `cargo check --bins` on gateway-client (58/268)
28042026-03-30T18:24:59.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-03-30T18:24:59.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-03-30T18:24:59.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-03-30T18:24:59.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28082026-03-30T18:24:59.625Z
28092026-03-30T18:24:59.625Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/268)
28102026-03-30T18:25:00.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-03-30T18:25:00.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-03-30T18:25:00.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-03-30T18:25:00.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28142026-03-30T18:25:00.228Z
28152026-03-30T18:25:00.228Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/268)
28162026-03-30T18:25:00.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-03-30T18:25:00.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-03-30T18:25:00.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192026-03-30T18:25:00.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28202026-03-30T18:25:00.830Z
28212026-03-30T18:25:00.831Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/268)
28222026-03-30T18:25:01.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-03-30T18:25:01.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-03-30T18:25:01.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252026-03-30T18:25:01.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28262026-03-30T18:25:01.436Z
28272026-03-30T18:25:01.436Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/268)
28282026-03-30T18:25:01.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-03-30T18:25:01.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-03-30T18:25:01.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312026-03-30T18:25:01.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28322026-03-30T18:25:02.043Z
28332026-03-30T18:25:02.043Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/268)
28342026-03-30T18:25:02.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-03-30T18:25:02.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-03-30T18:25:02.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372026-03-30T18:25:02.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28382026-03-30T18:25:02.667Z
28392026-03-30T18:25:02.667Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/268)
28402026-03-30T18:25:03.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-03-30T18:25:03.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-03-30T18:25:03.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432026-03-30T18:25:03.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28442026-03-30T18:25:03.292Z
28452026-03-30T18:25:03.292Zinfo: running `cargo check --bins` on key-manager-types (65/268)
28462026-03-30T18:25:03.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-03-30T18:25:03.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-03-30T18:25:03.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492026-03-30T18:25:03.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28502026-03-30T18:25:03.888Z
28512026-03-30T18:25:03.888Zinfo: running `cargo check --bins` on oxlog (66/268)
28522026-03-30T18:25:04.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-03-30T18:25:04.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-03-30T18:25:04.509Z Compiling newtype-uuid v1.3.2
28552026-03-30T18:25:04.720Z Compiling daft v0.1.5
28562026-03-30T18:25:04.917Z Compiling iddqd v0.3.17
28572026-03-30T18:25:05.832Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28582026-03-30T18:25:06.086Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28592026-03-30T18:25:06.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
28602026-03-30T18:25:06.536Z
28612026-03-30T18:25:06.537Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (67/268)
28622026-03-30T18:25:07.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-03-30T18:25:07.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-03-30T18:25:07.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-03-30T18:25:07.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28662026-03-30T18:25:07.151Z
28672026-03-30T18:25:07.151Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (68/268)
28682026-03-30T18:25:07.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-03-30T18:25:07.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-03-30T18:25:07.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-03-30T18:25:07.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28722026-03-30T18:25:07.769Z
28732026-03-30T18:25:07.770Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (69/268)
28742026-03-30T18:25:08.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-03-30T18:25:08.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-03-30T18:25:08.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-03-30T18:25:08.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28782026-03-30T18:25:08.386Z
28792026-03-30T18:25:08.386Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (70/268)
28802026-03-30T18:25:08.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-03-30T18:25:08.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-03-30T18:25:08.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-03-30T18:25:08.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28842026-03-30T18:25:09.003Z
28852026-03-30T18:25:09.003Zinfo: running `cargo check --bins` on omicron-passwords (71/268)
28862026-03-30T18:25:09.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-03-30T18:25:09.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-03-30T18:25:09.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-03-30T18:25:09.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28902026-03-30T18:25:09.596Z
28912026-03-30T18:25:09.597Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (72/268)
28922026-03-30T18:25:10.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-03-30T18:25:10.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-03-30T18:25:10.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-03-30T18:25:10.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-03-30T18:25:10.196Z
28972026-03-30T18:25:10.196Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (73/268)
28982026-03-30T18:25:10.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-03-30T18:25:10.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-03-30T18:25:10.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-03-30T18:25:10.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-03-30T18:25:10.803Z
29032026-03-30T18:25:10.803Zinfo: running `cargo check --bins --no-default-features` on gfss (74/268)
29042026-03-30T18:25:11.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-03-30T18:25:11.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-03-30T18:25:11.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-03-30T18:25:11.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-03-30T18:25:11.406Z
29092026-03-30T18:25:11.406Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (75/268)
29102026-03-30T18:25:11.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-03-30T18:25:11.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-03-30T18:25:11.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-03-30T18:25:11.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-03-30T18:25:12.011Z
29152026-03-30T18:25:12.011Zinfo: running `cargo check --bins` on internal-dns-types (76/268)
29162026-03-30T18:25:12.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-03-30T18:25:12.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-03-30T18:25:12.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-03-30T18:25:12.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29202026-03-30T18:25:12.627Z
29212026-03-30T18:25:12.627Zinfo: running `cargo check --bins` on internal-dns-types-versions (77/268)
29222026-03-30T18:25:13.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-03-30T18:25:13.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-03-30T18:25:13.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-03-30T18:25:13.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29262026-03-30T18:25:13.244Z
29272026-03-30T18:25:13.244Zinfo: running `cargo check --bins` on nexus-types-versions (78/268)
29282026-03-30T18:25:13.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-03-30T18:25:13.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-03-30T18:25:13.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-03-30T18:25:13.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29322026-03-30T18:25:13.880Z
29332026-03-30T18:25:13.880Zinfo: running `cargo check --bins` on oxql-types (79/268)
29342026-03-30T18:25:14.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-03-30T18:25:14.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-03-30T18:25:14.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-03-30T18:25:14.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29382026-03-30T18:25:14.500Z
29392026-03-30T18:25:14.500Zinfo: running `cargo check --bins` on oximeter-types (80/268)
29402026-03-30T18:25:15.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-03-30T18:25:15.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-03-30T18:25:15.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-03-30T18:25:15.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29442026-03-30T18:25:15.116Z
29452026-03-30T18:25:15.116Zinfo: running `cargo check --bins` on oximeter-types-versions (81/268)
29462026-03-30T18:25:15.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-03-30T18:25:15.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-03-30T18:25:15.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-03-30T18:25:15.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29502026-03-30T18:25:15.731Z
29512026-03-30T18:25:15.731Zinfo: running `cargo check --bins` on oximeter-macro-impl (82/268)
29522026-03-30T18:25:16.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-03-30T18:25:16.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-03-30T18:25:16.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29552026-03-30T18:25:16.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29562026-03-30T18:25:16.337Z
29572026-03-30T18:25:16.337Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/268)
29582026-03-30T18:25:16.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592026-03-30T18:25:16.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602026-03-30T18:25:17.015Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29612026-03-30T18:25:17.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
29622026-03-30T18:25:17.745Z
29632026-03-30T18:25:17.745Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/268)
29642026-03-30T18:25:18.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652026-03-30T18:25:18.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662026-03-30T18:25:18.439Z Compiling ar_archive_writer v0.5.1
29672026-03-30T18:25:18.551Z Compiling stacker v0.1.23
29682026-03-30T18:25:18.558Z Compiling cfg_aliases v0.1.1
29692026-03-30T18:25:18.565Z Compiling convert_case v0.10.0
29702026-03-30T18:25:18.573Z Checking fd-lock v4.0.4
29712026-03-30T18:25:18.575Z Checking nibble_vec v0.1.0
29722026-03-30T18:25:18.576Z Checking vte v0.14.1
29732026-03-30T18:25:18.576Z Compiling recursive-proc-macro-impl v0.1.1
29742026-03-30T18:25:18.618Z Compiling nix v0.28.0
29752026-03-30T18:25:18.698Z Checking endian-type v0.1.2
29762026-03-30T18:25:18.713Z Checking strip-ansi-escapes v0.2.1
29772026-03-30T18:25:18.726Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29782026-03-30T18:25:18.808Z Compiling peg-macros v0.8.5
29792026-03-30T18:25:18.819Z Checking radix_trie v0.2.1
29802026-03-30T18:25:18.823Z Checking winnow v0.6.26
29812026-03-30T18:25:18.850Z Compiling derive_more-impl v2.1.1
29822026-03-30T18:25:18.984Z Compiling sqlparser_derive v0.5.0
29832026-03-30T18:25:19.037Z Checking home v0.5.12
29842026-03-30T18:25:19.141Z Checking nu-ansi-term v0.50.3
29852026-03-30T18:25:19.186Z Checking unicode_categories v0.1.1
29862026-03-30T18:25:19.355Z Checking reedline v0.40.0
29872026-03-30T18:25:19.371Z Checking display-error-chain v0.2.2
29882026-03-30T18:25:19.387Z Compiling psm v0.1.30
29892026-03-30T18:25:19.654Z Checking derive_more v2.1.1
29902026-03-30T18:25:19.734Z Checking crossterm v0.29.0
29912026-03-30T18:25:19.895Z Checking rustyline v14.0.0
29922026-03-30T18:25:19.933Z Checking sqlformat v0.3.5
29932026-03-30T18:25:19.945Z Checking peg v0.8.5
29942026-03-30T18:25:20.167Z Checking recursive v0.1.1
29952026-03-30T18:25:20.268Z Checking sqlparser v0.61.0
29962026-03-30T18:25:31.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
29972026-03-30T18:25:31.658Z
29982026-03-30T18:25:31.658Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/268)
29992026-03-30T18:25:32.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002026-03-30T18:25:32.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012026-03-30T18:25:32.351Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30022026-03-30T18:25:35.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
30032026-03-30T18:25:35.963Z
30042026-03-30T18:25:35.963Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/268)
30052026-03-30T18:25:36.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062026-03-30T18:25:36.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072026-03-30T18:25:36.655Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30082026-03-30T18:25:39.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
30092026-03-30T18:25:39.267Z
30102026-03-30T18:25:39.267Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/268)
30112026-03-30T18:25:39.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122026-03-30T18:25:39.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132026-03-30T18:25:39.956Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30142026-03-30T18:25:43.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
30152026-03-30T18:25:43.344Z
30162026-03-30T18:25:43.344Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/268)
30172026-03-30T18:25:43.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182026-03-30T18:25:43.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192026-03-30T18:25:44.037Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30202026-03-30T18:25:47.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
30212026-03-30T18:25:47.470Z
30222026-03-30T18:25:47.470Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/268)
30232026-03-30T18:25:48.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242026-03-30T18:25:48.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252026-03-30T18:25:48.160Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30262026-03-30T18:25:50.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
30272026-03-30T18:25:50.908Z
30282026-03-30T18:25:50.908Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/268)
30292026-03-30T18:25:51.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-03-30T18:25:51.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-03-30T18:25:51.600Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30322026-03-30T18:25:54.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
30332026-03-30T18:25:54.381Z
30342026-03-30T18:25:54.381Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/268)
30352026-03-30T18:25:54.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-03-30T18:25:54.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-03-30T18:25:55.073Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30382026-03-30T18:25:58.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
30392026-03-30T18:25:58.647Z
30402026-03-30T18:25:58.647Zinfo: running `cargo check --bins` on oximeter (92/268)
30412026-03-30T18:25:59.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-03-30T18:25:59.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-03-30T18:25:59.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-03-30T18:25:59.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30452026-03-30T18:25:59.269Z
30462026-03-30T18:25:59.270Zinfo: running `cargo check --bins` on oximeter-schema (93/268)
30472026-03-30T18:25:59.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-03-30T18:25:59.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-03-30T18:25:59.925Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30502026-03-30T18:26:00.092Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-03-30T18:26:00.095Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30522026-03-30T18:26:00.437Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30532026-03-30T18:26:03.922Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30542026-03-30T18:26:04.244Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30552026-03-30T18:26:05.337Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30562026-03-30T18:26:06.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s
30572026-03-30T18:26:06.206Z
30582026-03-30T18:26:06.206Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/268)
30592026-03-30T18:26:06.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-03-30T18:26:06.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-03-30T18:26:06.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-03-30T18:26:06.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-03-30T18:26:06.820Z
30642026-03-30T18:26:06.820Zinfo: running `cargo check --bins` on oximeter-test-utils (95/268)
30652026-03-30T18:26:07.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-03-30T18:26:07.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-03-30T18:26:07.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-03-30T18:26:07.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30692026-03-30T18:26:07.484Z
30702026-03-30T18:26:07.484Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/268)
30712026-03-30T18:26:08.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-03-30T18:26:08.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-03-30T18:26:08.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-03-30T18:26:08.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30752026-03-30T18:26:08.110Z
30762026-03-30T18:26:08.110Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/268)
30772026-03-30T18:26:08.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-03-30T18:26:08.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-03-30T18:26:08.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-03-30T18:26:08.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30812026-03-30T18:26:08.732Z
30822026-03-30T18:26:08.732Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/268)
30832026-03-30T18:26:09.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-03-30T18:26:09.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-03-30T18:26:09.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-03-30T18:26:09.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30872026-03-30T18:26:09.358Z
30882026-03-30T18:26:09.358Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/268)
30892026-03-30T18:26:09.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-03-30T18:26:09.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-03-30T18:26:09.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-03-30T18:26:09.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30932026-03-30T18:26:09.979Z
30942026-03-30T18:26:09.979Zinfo: running `cargo check --bins` on trust-quorum-types (100/268)
30952026-03-30T18:26:10.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-03-30T18:26:10.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-03-30T18:26:10.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-03-30T18:26:10.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30992026-03-30T18:26:10.581Z
31002026-03-30T18:26:10.582Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/268)
31012026-03-30T18:26:11.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-03-30T18:26:11.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-03-30T18:26:11.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-03-30T18:26:11.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31052026-03-30T18:26:11.200Z
31062026-03-30T18:26:11.201Zinfo: running `cargo check --bins` on update-engine (102/268)
31072026-03-30T18:26:11.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-03-30T18:26:11.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-03-30T18:26:11.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-03-30T18:26:11.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31112026-03-30T18:26:11.811Z
31122026-03-30T18:26:11.811Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/268)
31132026-03-30T18:26:12.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-03-30T18:26:12.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-03-30T18:26:12.526Z Checking dropshot-api-manager-types v0.6.0
31162026-03-30T18:26:12.526Z Checking nanorand v0.7.0
31172026-03-30T18:26:12.770Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31182026-03-30T18:26:12.796Z Checking flume v0.11.1
31192026-03-30T18:26:13.004Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31202026-03-30T18:26:14.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s
31212026-03-30T18:26:14.237Z
31222026-03-30T18:26:14.237Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/268)
31232026-03-30T18:26:14.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-03-30T18:26:14.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-03-30T18:26:14.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-03-30T18:26:14.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31272026-03-30T18:26:14.846Z
31282026-03-30T18:26:14.846Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/268)
31292026-03-30T18:26:15.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-03-30T18:26:15.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-03-30T18:26:15.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-03-30T18:26:15.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31332026-03-30T18:26:15.469Z
31342026-03-30T18:26:15.470Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/268)
31352026-03-30T18:26:15.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-03-30T18:26:15.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-03-30T18:26:15.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-03-30T18:26:15.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31392026-03-30T18:26:16.085Z
31402026-03-30T18:26:16.085Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/268)
31412026-03-30T18:26:16.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-03-30T18:26:16.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-03-30T18:26:16.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-03-30T18:26:16.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31452026-03-30T18:26:16.703Z
31462026-03-30T18:26:16.703Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/268)
31472026-03-30T18:26:17.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-03-30T18:26:17.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-03-30T18:26:17.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-03-30T18:26:17.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31512026-03-30T18:26:17.311Z
31522026-03-30T18:26:17.312Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/268)
31532026-03-30T18:26:17.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-03-30T18:26:17.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-03-30T18:26:17.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-03-30T18:26:17.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31572026-03-30T18:26:17.921Z
31582026-03-30T18:26:17.921Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/268)
31592026-03-30T18:26:18.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-03-30T18:26:18.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-03-30T18:26:18.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-03-30T18:26:18.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31632026-03-30T18:26:18.533Z
31642026-03-30T18:26:18.533Zinfo: running `cargo check --bins` on cockroach-admin-client (111/268)
31652026-03-30T18:26:19.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-03-30T18:26:19.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-03-30T18:26:19.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-03-30T18:26:19.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31692026-03-30T18:26:19.128Z
31702026-03-30T18:26:19.128Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/268)
31712026-03-30T18:26:19.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-03-30T18:26:19.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-03-30T18:26:19.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-03-30T18:26:19.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31752026-03-30T18:26:19.737Z
31762026-03-30T18:26:19.737Zinfo: running `cargo check --bins` on dns-service-client (113/268)
31772026-03-30T18:26:20.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-03-30T18:26:20.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-03-30T18:26:20.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-03-30T18:26:20.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31812026-03-30T18:26:20.344Z
31822026-03-30T18:26:20.344Zinfo: running `cargo check --bins` on installinator-client (114/268)
31832026-03-30T18:26:20.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-03-30T18:26:20.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-03-30T18:26:20.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862026-03-30T18:26:20.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31872026-03-30T18:26:20.954Z
31882026-03-30T18:26:20.954Zinfo: running `cargo check --bins` on nexus-client (115/268)
31892026-03-30T18:26:21.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-03-30T18:26:21.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-03-30T18:26:21.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-03-30T18:26:21.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31932026-03-30T18:26:21.598Z
31942026-03-30T18:26:21.598Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/268)
31952026-03-30T18:26:22.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-03-30T18:26:22.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-03-30T18:26:22.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-03-30T18:26:22.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31992026-03-30T18:26:22.244Z
32002026-03-30T18:26:22.244Zinfo: running `cargo check --bins` on ntp-admin-client (117/268)
32012026-03-30T18:26:22.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-03-30T18:26:22.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-03-30T18:26:22.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-03-30T18:26:22.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32052026-03-30T18:26:22.838Z
32062026-03-30T18:26:22.838Zinfo: running `cargo check --bins` on oxide-client (118/268)
32072026-03-30T18:26:23.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-03-30T18:26:23.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-03-30T18:26:23.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-03-30T18:26:23.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32112026-03-30T18:26:23.436Z
32122026-03-30T18:26:23.436Zinfo: running `cargo check --bins` on oximeter-client (119/268)
32132026-03-30T18:26:23.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-03-30T18:26:23.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-03-30T18:26:23.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-03-30T18:26:23.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32172026-03-30T18:26:24.040Z
32182026-03-30T18:26:24.040Zinfo: running `cargo check --bins` on repo-depot-client (120/268)
32192026-03-30T18:26:24.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-03-30T18:26:24.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-03-30T18:26:24.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-03-30T18:26:24.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32232026-03-30T18:26:24.636Z
32242026-03-30T18:26:24.636Zinfo: running `cargo check --bins` on sled-agent-client (121/268)
32252026-03-30T18:26:25.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-03-30T18:26:25.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-03-30T18:26:25.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282026-03-30T18:26:25.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32292026-03-30T18:26:25.254Z
32302026-03-30T18:26:25.254Zinfo: running `cargo check --bins` on wicketd-client (122/268)
32312026-03-30T18:26:25.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322026-03-30T18:26:25.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332026-03-30T18:26:25.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342026-03-30T18:26:25.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32352026-03-30T18:26:25.886Z
32362026-03-30T18:26:25.886Zinfo: running `cargo check --bins` on installinator-common (123/268)
32372026-03-30T18:26:26.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382026-03-30T18:26:26.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392026-03-30T18:26:26.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402026-03-30T18:26:26.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32412026-03-30T18:26:26.512Z
32422026-03-30T18:26:26.512Zinfo: running `cargo check --bins` on installinator-common-versions (124/268)
32432026-03-30T18:26:27.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-03-30T18:26:27.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-03-30T18:26:27.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462026-03-30T18:26:27.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32472026-03-30T18:26:27.106Z
32482026-03-30T18:26:27.106Zinfo: running `cargo check --bins` on wicket-common (125/268)
32492026-03-30T18:26:27.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-03-30T18:26:27.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-03-30T18:26:27.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-03-30T18:26:27.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32532026-03-30T18:26:27.728Z
32542026-03-30T18:26:27.728Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/268)
32552026-03-30T18:26:28.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-03-30T18:26:28.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-03-30T18:26:28.430Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32582026-03-30T18:26:28.546Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32592026-03-30T18:26:28.554Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32602026-03-30T18:26:28.560Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32612026-03-30T18:26:28.567Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32622026-03-30T18:26:28.576Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32632026-03-30T18:26:28.588Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32642026-03-30T18:26:28.598Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32652026-03-30T18:26:28.726Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32662026-03-30T18:26:28.778Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32672026-03-30T18:26:28.804Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32682026-03-30T18:26:28.945Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32692026-03-30T18:26:28.945Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32702026-03-30T18:26:29.718Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32712026-03-30T18:26:34.906Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32722026-03-30T18:26:35.542Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32732026-03-30T18:26:37.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.17s
32742026-03-30T18:26:38.108Z
32752026-03-30T18:26:38.108Zinfo: running `cargo check --bins` on cockroach-admin-api (127/268)
32762026-03-30T18:26:38.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-03-30T18:26:38.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-03-30T18:26:38.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-03-30T18:26:38.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32802026-03-30T18:26:38.721Z
32812026-03-30T18:26:38.721Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/268)
32822026-03-30T18:26:39.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-03-30T18:26:39.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-03-30T18:26:39.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852026-03-30T18:26:39.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32862026-03-30T18:26:39.419Z
32872026-03-30T18:26:39.419Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/268)
32882026-03-30T18:26:40.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892026-03-30T18:26:40.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902026-03-30T18:26:40.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32912026-03-30T18:26:40.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32922026-03-30T18:26:40.126Z
32932026-03-30T18:26:40.126Zinfo: running `cargo check --bins` on dns-server (130/268)
32942026-03-30T18:26:40.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952026-03-30T18:26:40.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962026-03-30T18:26:40.803Z Compiling parking_lot_core v0.8.6
32972026-03-30T18:26:40.803Z Compiling git-stub v1.0.0
32982026-03-30T18:26:40.803Z Compiling atomicwrites v0.4.4
32992026-03-30T18:26:40.928Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33002026-03-30T18:26:40.936Z Checking tagptr v0.2.0
33012026-03-30T18:26:40.945Z Checking prefix-trie v0.7.0
33022026-03-30T18:26:40.948Z Checking fxhash v0.2.1
33032026-03-30T18:26:40.967Z Checking hickory-client v0.25.2
33042026-03-30T18:26:41.059Z Compiling git-stub-vcs v0.1.0
33052026-03-30T18:26:41.066Z Checking moka v0.12.13
33062026-03-30T18:26:41.269Z Checking hickory-server v0.25.2
33072026-03-30T18:26:41.337Z Checking parking_lot v0.11.2
33082026-03-30T18:26:41.342Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33092026-03-30T18:26:41.427Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33102026-03-30T18:26:41.430Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33112026-03-30T18:26:41.430Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33122026-03-30T18:26:41.515Z Checking sled v0.34.7
33132026-03-30T18:26:41.660Z Checking hickory-resolver v0.25.2
33142026-03-30T18:26:43.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
33152026-03-30T18:26:43.774Z
33162026-03-30T18:26:43.774Zinfo: running `cargo check --bins` on dns-server-api (131/268)
33172026-03-30T18:26:44.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-03-30T18:26:44.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-03-30T18:26:44.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-03-30T18:26:44.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33212026-03-30T18:26:44.383Z
33222026-03-30T18:26:44.383Zinfo: running `cargo check --bins` on gateway-test-utils (132/268)
33232026-03-30T18:26:44.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-03-30T18:26:44.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-03-30T18:26:44.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-03-30T18:26:44.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33272026-03-30T18:26:45.052Z
33282026-03-30T18:26:45.052Zinfo: running `cargo check --bins` on omicron-gateway (133/268)
33292026-03-30T18:26:45.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-03-30T18:26:45.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-03-30T18:26:45.803Z Compiling radium v0.7.0
33322026-03-30T18:26:45.923Z Checking tap v1.0.1
33332026-03-30T18:26:45.926Z Compiling maybe-uninit v2.0.0
33342026-03-30T18:26:45.940Z Compiling zerocopy-derive v0.6.6
33352026-03-30T18:26:45.943Z Compiling packed_struct v0.10.1
33362026-03-30T18:26:45.947Z Checking crc-catalog v2.4.0
33372026-03-30T18:26:45.971Z Checking funty v2.0.0
33382026-03-30T18:26:45.984Z Compiling packed_struct_codegen v0.10.1
33392026-03-30T18:26:46.013Z Checking wyz v0.5.1
33402026-03-30T18:26:46.045Z Checking crc v3.4.0
33412026-03-30T18:26:46.190Z Compiling bitfield-macros v0.19.4
33422026-03-30T18:26:46.354Z Compiling indexmap v1.9.3
33432026-03-30T18:26:46.368Z Checking nodrop v0.1.14
33442026-03-30T18:26:46.368Z Checking hashbrown v0.12.3
33452026-03-30T18:26:46.368Z Checking bitvec v1.0.1
33462026-03-30T18:26:46.372Z Checking smallvec v0.6.14
33472026-03-30T18:26:46.375Z Checking array-init v0.0.4
33482026-03-30T18:26:46.479Z Checking ron v0.8.1
33492026-03-30T18:26:46.556Z Checking hashbrown v0.13.2
33502026-03-30T18:26:46.674Z Checking serde-hex v0.1.0
33512026-03-30T18:26:46.767Z Checking zerocopy v0.6.6
33522026-03-30T18:26:46.955Z Checking bitfield v0.19.4
33532026-03-30T18:26:46.970Z Checking crc-any v2.5.0
33542026-03-30T18:26:46.997Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33552026-03-30T18:26:47.036Z Checking object v0.30.4
33562026-03-30T18:26:47.049Z Checking path-slash v0.1.5
33572026-03-30T18:26:47.061Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33582026-03-30T18:26:47.138Z Checking void v1.0.2
33592026-03-30T18:26:47.152Z Checking half v1.8.3
33602026-03-30T18:26:47.213Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33612026-03-30T18:26:47.217Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33622026-03-30T18:26:47.243Z Checking lzss v0.8.2
33632026-03-30T18:26:47.324Z Checking tungstenite v0.23.0
33642026-03-30T18:26:47.341Z Checking serde_cbor v0.11.2
33652026-03-30T18:26:47.368Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33662026-03-30T18:26:47.387Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33672026-03-30T18:26:47.426Z Checking nix v0.27.1
33682026-03-30T18:26:47.714Z Checking kstat-rs v0.2.4
33692026-03-30T18:26:47.729Z Checking serde_bytes v0.11.19
33702026-03-30T18:26:47.777Z Checking tokio-tungstenite v0.23.1
33712026-03-30T18:26:47.898Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33722026-03-30T18:26:47.901Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33732026-03-30T18:26:47.925Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33742026-03-30T18:26:48.035Z Checking signal-hook-tokio v0.3.1
33752026-03-30T18:26:48.663Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33762026-03-30T18:26:48.969Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33772026-03-30T18:26:51.160Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33782026-03-30T18:26:52.003Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33792026-03-30T18:26:52.278Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33802026-03-30T18:26:53.348Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33812026-03-30T18:26:55.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.33s
33822026-03-30T18:26:55.595Z
33832026-03-30T18:26:55.595Zinfo: running `cargo check --bins` on gateway-api (134/268)
33842026-03-30T18:26:56.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-03-30T18:26:56.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-03-30T18:26:56.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-03-30T18:26:56.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33882026-03-30T18:26:56.199Z
33892026-03-30T18:26:56.199Zinfo: running `cargo check --bins` on ipcc (135/268)
33902026-03-30T18:26:56.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-03-30T18:26:56.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-03-30T18:26:56.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-03-30T18:26:56.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33942026-03-30T18:26:56.807Z
33952026-03-30T18:26:56.807Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/268)
33962026-03-30T18:26:57.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-03-30T18:26:57.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-03-30T18:26:57.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-03-30T18:26:57.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34002026-03-30T18:26:57.400Z
34012026-03-30T18:26:57.400Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/268)
34022026-03-30T18:26:57.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-03-30T18:26:57.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-03-30T18:26:57.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-03-30T18:26:57.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34062026-03-30T18:26:58.015Z
34072026-03-30T18:26:58.015Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/268)
34082026-03-30T18:26:58.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-03-30T18:26:58.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-03-30T18:26:58.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-03-30T18:26:58.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34122026-03-30T18:26:58.628Z
34132026-03-30T18:26:58.628Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/268)
34142026-03-30T18:26:59.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-03-30T18:26:59.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-03-30T18:26:59.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-03-30T18:26:59.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34182026-03-30T18:26:59.240Z
34192026-03-30T18:26:59.240Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/268)
34202026-03-30T18:26:59.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-03-30T18:26:59.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-03-30T18:26:59.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-03-30T18:26:59.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34242026-03-30T18:26:59.851Z
34252026-03-30T18:26:59.851Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/268)
34262026-03-30T18:27:00.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-03-30T18:27:00.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-03-30T18:27:00.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-03-30T18:27:00.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34302026-03-30T18:27:00.459Z
34312026-03-30T18:27:00.460Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/268)
34322026-03-30T18:27:00.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-03-30T18:27:00.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-03-30T18:27:00.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-03-30T18:27:00.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34362026-03-30T18:27:01.069Z
34372026-03-30T18:27:01.069Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/268)
34382026-03-30T18:27:01.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-03-30T18:27:01.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-03-30T18:27:01.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-03-30T18:27:01.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34422026-03-30T18:27:01.683Z
34432026-03-30T18:27:01.683Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/268)
34442026-03-30T18:27:02.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-03-30T18:27:02.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-03-30T18:27:02.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-03-30T18:27:02.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34482026-03-30T18:27:02.291Z
34492026-03-30T18:27:02.291Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/268)
34502026-03-30T18:27:02.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-03-30T18:27:02.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-03-30T18:27:02.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-03-30T18:27:02.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34542026-03-30T18:27:02.905Z
34552026-03-30T18:27:02.905Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/268)
34562026-03-30T18:27:03.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-03-30T18:27:03.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-03-30T18:27:03.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-03-30T18:27:03.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34602026-03-30T18:27:03.520Z
34612026-03-30T18:27:03.521Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/268)
34622026-03-30T18:27:04.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-03-30T18:27:04.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-03-30T18:27:04.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-03-30T18:27:04.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34662026-03-30T18:27:04.133Z
34672026-03-30T18:27:04.133Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/268)
34682026-03-30T18:27:04.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-03-30T18:27:04.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-03-30T18:27:04.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-03-30T18:27:04.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34722026-03-30T18:27:04.748Z
34732026-03-30T18:27:04.748Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/268)
34742026-03-30T18:27:05.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-03-30T18:27:05.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-03-30T18:27:05.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-03-30T18:27:05.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-03-30T18:27:05.356Z
34792026-03-30T18:27:05.356Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/268)
34802026-03-30T18:27:05.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-03-30T18:27:05.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-03-30T18:27:05.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-03-30T18:27:05.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34842026-03-30T18:27:05.971Z
34852026-03-30T18:27:05.971Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/268)
34862026-03-30T18:27:06.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-03-30T18:27:06.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-03-30T18:27:06.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-03-30T18:27:06.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34902026-03-30T18:27:06.579Z
34912026-03-30T18:27:06.579Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/268)
34922026-03-30T18:27:07.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-03-30T18:27:07.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-03-30T18:27:07.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-03-30T18:27:07.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34962026-03-30T18:27:07.194Z
34972026-03-30T18:27:07.194Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/268)
34982026-03-30T18:27:07.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-03-30T18:27:07.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-03-30T18:27:07.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-03-30T18:27:07.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35022026-03-30T18:27:07.807Z
35032026-03-30T18:27:07.807Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/268)
35042026-03-30T18:27:08.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-03-30T18:27:08.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-03-30T18:27:08.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-03-30T18:27:08.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35082026-03-30T18:27:08.417Z
35092026-03-30T18:27:08.417Zinfo: running `cargo check --bins` on oximeter-producer (155/268)
35102026-03-30T18:27:08.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-03-30T18:27:08.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-03-30T18:27:08.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-03-30T18:27:08.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35142026-03-30T18:27:09.065Z
35152026-03-30T18:27:09.065Zinfo: running `cargo check --bins` on internal-dns-resolver (156/268)
35162026-03-30T18:27:09.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-03-30T18:27:09.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-03-30T18:27:09.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-03-30T18:27:09.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35202026-03-30T18:27:09.683Z
35212026-03-30T18:27:09.683Zinfo: running `cargo check --bins` on sp-sim (157/268)
35222026-03-30T18:27:10.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-03-30T18:27:10.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-03-30T18:27:10.419Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35252026-03-30T18:27:12.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
35262026-03-30T18:27:12.379Z
35272026-03-30T18:27:12.379Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/268)
35282026-03-30T18:27:12.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-03-30T18:27:12.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-03-30T18:27:12.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-03-30T18:27:12.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35322026-03-30T18:27:13.048Z
35332026-03-30T18:27:13.048Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/268)
35342026-03-30T18:27:13.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-03-30T18:27:13.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-03-30T18:27:13.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-03-30T18:27:13.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35382026-03-30T18:27:13.722Z
35392026-03-30T18:27:13.722Zinfo: running `cargo check --bins` on db-macros (160/268)
35402026-03-30T18:27:14.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-03-30T18:27:14.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-03-30T18:27:14.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-03-30T18:27:14.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35442026-03-30T18:27:14.323Z
35452026-03-30T18:27:14.323Zinfo: running `cargo check --bins` on nexus-macros-common (161/268)
35462026-03-30T18:27:14.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-03-30T18:27:14.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-03-30T18:27:14.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-03-30T18:27:14.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35502026-03-30T18:27:14.923Z
35512026-03-30T18:27:14.923Zinfo: running `cargo check --bins` on nexus-auth (162/268)
35522026-03-30T18:27:15.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-03-30T18:27:15.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-03-30T18:27:15.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-03-30T18:27:15.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35562026-03-30T18:27:15.585Z
35572026-03-30T18:27:15.585Zinfo: running `cargo check --bins` on authz-macros (163/268)
35582026-03-30T18:27:16.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-03-30T18:27:16.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-03-30T18:27:16.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-03-30T18:27:16.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35622026-03-30T18:27:16.181Z
35632026-03-30T18:27:16.181Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/268)
35642026-03-30T18:27:16.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-03-30T18:27:16.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-03-30T18:27:16.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-03-30T18:27:16.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35682026-03-30T18:27:16.831Z
35692026-03-30T18:27:16.831Zinfo: running `cargo check --bins` on nexus-db-model (165/268)
35702026-03-30T18:27:17.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-03-30T18:27:17.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-03-30T18:27:17.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-03-30T18:27:17.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35742026-03-30T18:27:17.482Z
35752026-03-30T18:27:17.482Zinfo: running `cargo check --bins` on nexus-db-schema (166/268)
35762026-03-30T18:27:17.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-03-30T18:27:17.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-03-30T18:27:17.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-03-30T18:27:17.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35802026-03-30T18:27:18.079Z
35812026-03-30T18:27:18.079Zinfo: running `cargo check --bins` on omicron-rpaths (167/268)
35822026-03-30T18:27:18.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-03-30T18:27:18.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-03-30T18:27:18.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-03-30T18:27:18.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35862026-03-30T18:27:18.677Z
35872026-03-30T18:27:18.677Zinfo: running `cargo check --bins` on nexus-defaults (168/268)
35882026-03-30T18:27:19.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-03-30T18:27:19.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-03-30T18:27:19.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-03-30T18:27:19.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35922026-03-30T18:27:19.290Z
35932026-03-30T18:27:19.290Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/268)
35942026-03-30T18:27:19.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-03-30T18:27:19.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-03-30T18:27:19.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-03-30T18:27:19.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35982026-03-30T18:27:19.886Z
35992026-03-30T18:27:19.886Zinfo: running `cargo check --bins` on parallel-task-set (170/268)
36002026-03-30T18:27:20.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-03-30T18:27:20.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-03-30T18:27:20.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-03-30T18:27:20.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36042026-03-30T18:27:20.481Z
36052026-03-30T18:27:20.481Zinfo: running `cargo check --bins` on nexus-db-errors (171/268)
36062026-03-30T18:27:21.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-03-30T18:27:21.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-03-30T18:27:21.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-03-30T18:27:21.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36102026-03-30T18:27:21.138Z
36112026-03-30T18:27:21.139Zinfo: running `cargo check --bins` on nexus-db-lookup (172/268)
36122026-03-30T18:27:21.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-03-30T18:27:21.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-03-30T18:27:21.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-03-30T18:27:21.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36162026-03-30T18:27:21.794Z
36172026-03-30T18:27:21.794Zinfo: running `cargo check --bins` on nexus-inventory (173/268)
36182026-03-30T18:27:22.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-03-30T18:27:22.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-03-30T18:27:22.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-03-30T18:27:22.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36222026-03-30T18:27:22.440Z
36232026-03-30T18:27:22.440Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/268)
36242026-03-30T18:27:22.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-03-30T18:27:22.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-03-30T18:27:22.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-03-30T18:27:22.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36282026-03-30T18:27:23.066Z
36292026-03-30T18:27:23.066Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/268)
36302026-03-30T18:27:23.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-03-30T18:27:23.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-03-30T18:27:23.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-03-30T18:27:23.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36342026-03-30T18:27:23.691Z
36352026-03-30T18:27:23.691Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/268)
36362026-03-30T18:27:24.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-03-30T18:27:24.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-03-30T18:27:24.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-03-30T18:27:24.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36402026-03-30T18:27:24.316Z
36412026-03-30T18:27:24.316Zinfo: running `cargo check --bins` on key-manager (177/268)
36422026-03-30T18:27:24.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-03-30T18:27:24.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-03-30T18:27:24.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-03-30T18:27:24.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36462026-03-30T18:27:24.920Z
36472026-03-30T18:27:24.920Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/268)
36482026-03-30T18:27:25.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-03-30T18:27:25.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-03-30T18:27:25.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-03-30T18:27:25.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36522026-03-30T18:27:25.547Z
36532026-03-30T18:27:25.547Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/268)
36542026-03-30T18:27:26.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-03-30T18:27:26.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-03-30T18:27:26.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-03-30T18:27:26.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36582026-03-30T18:27:26.169Z
36592026-03-30T18:27:26.169Zinfo: running `cargo check --bins` on typed-rng (180/268)
36602026-03-30T18:27:26.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-03-30T18:27:26.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-03-30T18:27:26.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-03-30T18:27:26.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36642026-03-30T18:27:26.762Z
36652026-03-30T18:27:26.762Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/268)
36662026-03-30T18:27:27.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-03-30T18:27:27.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-03-30T18:27:27.605Z Compiling libefi-sys v0.1.0
36692026-03-30T18:27:27.608Z Compiling bitfield-struct v0.6.2
36702026-03-30T18:27:27.749Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36712026-03-30T18:27:27.758Z Compiling xshell-macros v0.2.7
36722026-03-30T18:27:27.768Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36732026-03-30T18:27:27.806Z Compiling salty v0.3.0
36742026-03-30T18:27:27.811Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36752026-03-30T18:27:27.814Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36762026-03-30T18:27:27.814Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36772026-03-30T18:27:28.090Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36782026-03-30T18:27:28.104Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36792026-03-30T18:27:28.118Z Checking xshell v0.2.7
36802026-03-30T18:27:28.249Z Checking primeorder v0.13.6
36812026-03-30T18:27:28.266Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36822026-03-30T18:27:28.304Z Compiling proc-macro-error-attr2 v2.0.0
36832026-03-30T18:27:28.324Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36842026-03-30T18:27:28.355Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36852026-03-30T18:27:28.391Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36862026-03-30T18:27:28.471Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36872026-03-30T18:27:28.489Z Checking p384 v0.13.1
36882026-03-30T18:27:28.528Z Compiling num-derive v0.3.3
36892026-03-30T18:27:28.594Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36902026-03-30T18:27:28.688Z Compiling proc-macro-error2 v2.0.1
36912026-03-30T18:27:28.791Z Compiling unicase v2.9.0
36922026-03-30T18:27:28.829Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36932026-03-30T18:27:28.992Z Compiling mime_guess v2.0.5
36942026-03-30T18:27:29.007Z Compiling tabled_derive v0.11.0
36952026-03-30T18:27:29.031Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36962026-03-30T18:27:29.047Z Compiling progenitor-impl v0.11.2
36972026-03-30T18:27:29.412Z Checking papergrid v0.17.0
36982026-03-30T18:27:29.416Z Checking libscf-sys v1.1.0
36992026-03-30T18:27:29.526Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37002026-03-30T18:27:29.560Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37012026-03-30T18:27:29.686Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37022026-03-30T18:27:29.737Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37032026-03-30T18:27:30.165Z Checking testing_table v0.3.0
37042026-03-30T18:27:30.194Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37052026-03-30T18:27:30.255Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37062026-03-30T18:27:30.284Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37072026-03-30T18:27:30.353Z Checking corncobs v0.1.4
37082026-03-30T18:27:30.388Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37092026-03-30T18:27:30.443Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37102026-03-30T18:27:30.494Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37112026-03-30T18:27:30.501Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37122026-03-30T18:27:30.530Z Checking tabled v0.20.0
37132026-03-30T18:27:30.657Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37142026-03-30T18:27:30.807Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37152026-03-30T18:27:30.845Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37162026-03-30T18:27:30.921Z Checking progenitor-client v0.11.2
37172026-03-30T18:27:31.117Z Checking secrecy v0.8.0
37182026-03-30T18:27:31.268Z Checking http-range v0.1.5
37192026-03-30T18:27:31.520Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37202026-03-30T18:27:31.536Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37212026-03-30T18:27:31.553Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37222026-03-30T18:27:31.634Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37232026-03-30T18:27:31.689Z Compiling progenitor-macro v0.11.2
37242026-03-30T18:27:31.759Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37252026-03-30T18:27:31.947Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37262026-03-30T18:27:32.020Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37272026-03-30T18:27:32.035Z Checking atty v0.2.14
37282026-03-30T18:27:32.134Z Checking crc8 v0.1.1
37292026-03-30T18:27:32.237Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37302026-03-30T18:27:32.252Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37312026-03-30T18:27:32.432Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37322026-03-30T18:27:32.564Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37332026-03-30T18:27:32.667Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37342026-03-30T18:27:32.920Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37352026-03-30T18:27:32.940Z Checking hyper-staticfile v0.10.1
37362026-03-30T18:27:33.087Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37372026-03-30T18:27:33.147Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37382026-03-30T18:27:33.235Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37392026-03-30T18:27:33.273Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37402026-03-30T18:27:33.456Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37412026-03-30T18:27:33.535Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37422026-03-30T18:27:33.731Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37432026-03-30T18:27:35.152Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37442026-03-30T18:27:35.174Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37452026-03-30T18:27:35.174Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37462026-03-30T18:27:35.174Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37472026-03-30T18:27:35.174Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37482026-03-30T18:27:35.174Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37492026-03-30T18:27:35.174Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37502026-03-30T18:27:35.174Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37512026-03-30T18:27:35.343Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37522026-03-30T18:27:36.028Z Checking progenitor v0.11.2
37532026-03-30T18:27:36.156Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37542026-03-30T18:27:41.393Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-03-30T18:27:51.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.19s
37562026-03-30T18:27:52.181Z
37572026-03-30T18:27:52.181Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/268)
37582026-03-30T18:27:52.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-03-30T18:27:52.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-03-30T18:27:52.978Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-03-30T18:28:04.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.83s
37622026-03-30T18:28:04.234Z
37632026-03-30T18:28:04.234Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/268)
37642026-03-30T18:28:04.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-03-30T18:28:04.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-03-30T18:28:05.028Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-03-30T18:28:16.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
37682026-03-30T18:28:16.310Z
37692026-03-30T18:28:16.310Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/268)
37702026-03-30T18:28:16.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-03-30T18:28:16.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-03-30T18:28:17.109Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-03-30T18:28:28.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s
37742026-03-30T18:28:28.347Z
37752026-03-30T18:28:28.347Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/268)
37762026-03-30T18:28:28.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-03-30T18:28:28.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-03-30T18:28:29.141Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-03-30T18:28:40.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
37802026-03-30T18:28:40.412Z
37812026-03-30T18:28:40.412Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/268)
37822026-03-30T18:28:40.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-03-30T18:28:40.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-03-30T18:28:41.208Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37852026-03-30T18:28:52.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s
37862026-03-30T18:28:52.443Z
37872026-03-30T18:28:52.443Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/268)
37882026-03-30T18:28:53.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-03-30T18:28:53.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-03-30T18:28:53.239Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37912026-03-30T18:29:04.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.85s
37922026-03-30T18:29:04.515Z
37932026-03-30T18:29:04.515Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/268)
37942026-03-30T18:29:05.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-03-30T18:29:05.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-03-30T18:29:05.313Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37972026-03-30T18:29:16.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.90s
37982026-03-30T18:29:16.644Z
37992026-03-30T18:29:16.644Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/268)
38002026-03-30T18:29:17.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-03-30T18:29:17.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-03-30T18:29:17.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-03-30T18:29:17.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38042026-03-30T18:29:17.272Z
38052026-03-30T18:29:17.272Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/268)
38062026-03-30T18:29:17.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-03-30T18:29:17.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-03-30T18:29:17.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-03-30T18:29:17.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38102026-03-30T18:29:17.896Z
38112026-03-30T18:29:17.896Zinfo: running `cargo check --bins` on range-requests (191/268)
38122026-03-30T18:29:18.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-03-30T18:29:18.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-03-30T18:29:18.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-03-30T18:29:18.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38162026-03-30T18:29:18.505Z
38172026-03-30T18:29:18.505Zinfo: running `cargo check --bins` on repo-depot-api (192/268)
38182026-03-30T18:29:19.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-03-30T18:29:19.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-03-30T18:29:19.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-03-30T18:29:19.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38222026-03-30T18:29:19.108Z
38232026-03-30T18:29:19.108Zinfo: running `cargo check --bins` on sled-agent-api (193/268)
38242026-03-30T18:29:19.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-03-30T18:29:19.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-03-30T18:29:19.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-03-30T18:29:19.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-03-30T18:29:19.739Z
38292026-03-30T18:29:19.739Zinfo: running `cargo check --bins` on sled-diagnostics (194/268)
38302026-03-30T18:29:20.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-03-30T18:29:20.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-03-30T18:29:20.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-03-30T18:29:20.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38342026-03-30T18:29:20.367Z
38352026-03-30T18:29:20.367Zinfo: running `cargo check --bins` on zfs-test-harness (195/268)
38362026-03-30T18:29:20.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-03-30T18:29:20.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-03-30T18:29:20.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-03-30T18:29:20.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38402026-03-30T18:29:20.996Z
38412026-03-30T18:29:20.996Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/268)
38422026-03-30T18:29:21.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-03-30T18:29:21.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-03-30T18:29:21.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-03-30T18:29:21.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-03-30T18:29:21.639Z
38472026-03-30T18:29:21.639Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/268)
38482026-03-30T18:29:22.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-03-30T18:29:22.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-03-30T18:29:22.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-03-30T18:29:22.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38522026-03-30T18:29:22.277Z
38532026-03-30T18:29:22.277Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/268)
38542026-03-30T18:29:22.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-03-30T18:29:22.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-03-30T18:29:22.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-03-30T18:29:22.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38582026-03-30T18:29:22.914Z
38592026-03-30T18:29:22.914Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/268)
38602026-03-30T18:29:23.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-03-30T18:29:23.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-03-30T18:29:23.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-03-30T18:29:23.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38642026-03-30T18:29:23.557Z
38652026-03-30T18:29:23.557Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/268)
38662026-03-30T18:29:24.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-03-30T18:29:24.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-03-30T18:29:24.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-03-30T18:29:24.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38702026-03-30T18:29:24.192Z
38712026-03-30T18:29:24.192Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/268)
38722026-03-30T18:29:24.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-03-30T18:29:24.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-03-30T18:29:24.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-03-30T18:29:24.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38762026-03-30T18:29:24.832Z
38772026-03-30T18:29:24.832Zinfo: running `cargo check --bins` on trust-quorum (202/268)
38782026-03-30T18:29:25.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-03-30T18:29:25.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-03-30T18:29:25.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-03-30T18:29:25.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38822026-03-30T18:29:25.470Z
38832026-03-30T18:29:25.470Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/268)
38842026-03-30T18:29:26.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-03-30T18:29:26.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-03-30T18:29:26.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-03-30T18:29:26.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38882026-03-30T18:29:26.125Z
38892026-03-30T18:29:26.125Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/268)
38902026-03-30T18:29:26.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-03-30T18:29:26.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-03-30T18:29:26.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-03-30T18:29:26.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38942026-03-30T18:29:26.797Z
38952026-03-30T18:29:26.797Zinfo: running `cargo check --bins` on update-common (205/268)
38962026-03-30T18:29:27.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-03-30T18:29:27.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-03-30T18:29:27.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-03-30T18:29:27.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39002026-03-30T18:29:27.426Z
39012026-03-30T18:29:27.426Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/268)
39022026-03-30T18:29:27.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-03-30T18:29:27.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-03-30T18:29:27.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-03-30T18:29:27.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39062026-03-30T18:29:28.093Z
39072026-03-30T18:29:28.093Zinfo: running `cargo check --bins` on reconfigurator-cli (207/268)
39082026-03-30T18:29:28.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-03-30T18:29:28.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-03-30T18:29:28.880Z Compiling fs-err v2.11.0
39112026-03-30T18:29:28.883Z Checking ignore v0.4.25
39122026-03-30T18:29:28.883Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39132026-03-30T18:29:29.017Z Checking predicates-tree v1.0.13
39142026-03-30T18:29:29.025Z Checking parse-size v1.1.0
39152026-03-30T18:29:29.036Z Checking rand_seeder v0.4.0
39162026-03-30T18:29:29.039Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39172026-03-30T18:29:29.059Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39182026-03-30T18:29:29.114Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39192026-03-30T18:29:29.133Z Compiling petname v2.0.2
39202026-03-30T18:29:29.171Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39212026-03-30T18:29:29.341Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39222026-03-30T18:29:29.364Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39232026-03-30T18:29:29.385Z Checking globwalk v0.9.1
39242026-03-30T18:29:29.497Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39252026-03-30T18:29:29.527Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39262026-03-30T18:29:29.562Z Checking camino-tempfile-ext v0.3.3
39272026-03-30T18:29:29.577Z Checking sapling-renderdag v0.1.0
39282026-03-30T18:29:29.708Z Checking sync-ptr v0.1.4
39292026-03-30T18:29:29.753Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39302026-03-30T18:29:29.810Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39312026-03-30T18:29:29.845Z Checking colored v2.2.0
39322026-03-30T18:29:29.911Z Checking assert_matches v1.5.0
39332026-03-30T18:29:30.113Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39342026-03-30T18:29:30.298Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39352026-03-30T18:29:30.302Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39362026-03-30T18:29:30.899Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39372026-03-30T18:29:32.194Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39382026-03-30T18:29:34.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s
39392026-03-30T18:29:34.579Z
39402026-03-30T18:29:34.579Zinfo: running `cargo check --bins` on omicron-repl-utils (208/268)
39412026-03-30T18:29:35.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-03-30T18:29:35.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-03-30T18:29:35.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-03-30T18:29:35.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39452026-03-30T18:29:35.184Z
39462026-03-30T18:29:35.184Zinfo: running `cargo check --bins` on nexus-test-interface (209/268)
39472026-03-30T18:29:35.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-03-30T18:29:35.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-03-30T18:29:35.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-03-30T18:29:35.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39512026-03-30T18:29:35.853Z
39522026-03-30T18:29:35.853Zinfo: running `cargo check --bins` on oximeter-collector (210/268)
39532026-03-30T18:29:36.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-03-30T18:29:36.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-03-30T18:29:36.589Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39562026-03-30T18:29:36.589Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39572026-03-30T18:29:37.238Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39582026-03-30T18:29:38.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
39592026-03-30T18:29:38.982Z
39602026-03-30T18:29:38.982Zinfo: running `cargo check --bins` on oximeter-api (211/268)
39612026-03-30T18:29:39.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-03-30T18:29:39.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-03-30T18:29:39.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-03-30T18:29:39.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39652026-03-30T18:29:39.590Z
39662026-03-30T18:29:39.590Zinfo: running `cargo check --bins` on cert-dev (212/268)
39672026-03-30T18:29:40.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-03-30T18:29:40.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-03-30T18:29:40.209Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39702026-03-30T18:29:40.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
39712026-03-30T18:29:40.662Z
39722026-03-30T18:29:40.662Zinfo: running `cargo check --bins` on clickana (213/268)
39732026-03-30T18:29:41.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-03-30T18:29:41.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-03-30T18:29:41.318Z Compiling darling_core v0.23.0
39762026-03-30T18:29:41.321Z Compiling instability v0.3.11
39772026-03-30T18:29:41.321Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39782026-03-30T18:29:41.429Z Checking castaway v0.2.4
39792026-03-30T18:29:41.439Z Compiling indoc v2.0.7
39802026-03-30T18:29:41.444Z Checking unicode-truncate v1.1.0
39812026-03-30T18:29:41.463Z Checking lru v0.12.5
39822026-03-30T18:29:41.466Z Checking cassowary v0.3.0
39832026-03-30T18:29:41.530Z Checking compact_str v0.8.1
39842026-03-30T18:29:42.373Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39852026-03-30T18:29:42.558Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39862026-03-30T18:29:42.853Z Compiling darling_macro v0.23.0
39872026-03-30T18:29:43.267Z Compiling darling v0.23.0
39882026-03-30T18:29:43.867Z Checking ratatui v0.29.0
39892026-03-30T18:29:44.939Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39902026-03-30T18:29:45.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
39912026-03-30T18:29:45.799Z
39922026-03-30T18:29:45.800Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/268)
39932026-03-30T18:29:46.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-03-30T18:29:46.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-03-30T18:29:46.535Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39962026-03-30T18:29:46.535Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39972026-03-30T18:29:47.131Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39982026-03-30T18:29:47.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
39992026-03-30T18:29:47.752Z
40002026-03-30T18:29:47.752Zinfo: running `cargo check --bins` on ch-dev (215/268)
40012026-03-30T18:29:48.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-03-30T18:29:48.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-03-30T18:29:48.491Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40042026-03-30T18:29:49.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40052026-03-30T18:29:49.449Z
40062026-03-30T18:29:49.449Zinfo: running `cargo check --bins` on dev-tools-common (216/268)
40072026-03-30T18:29:49.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-03-30T18:29:49.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-03-30T18:29:49.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-03-30T18:29:49.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40112026-03-30T18:29:49.934Z
40122026-03-30T18:29:49.934Zinfo: running `cargo check --bins` on crdb-seed (217/268)
40132026-03-30T18:29:50.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-03-30T18:29:50.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-03-30T18:29:50.675Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40162026-03-30T18:29:51.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
40172026-03-30T18:29:51.334Z
40182026-03-30T18:29:51.334Zinfo: running `cargo check --bins` on db-dev (218/268)
40192026-03-30T18:29:51.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-03-30T18:29:51.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-03-30T18:29:52.074Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40222026-03-30T18:29:52.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40232026-03-30T18:29:53.023Z
40242026-03-30T18:29:53.023Zinfo: running `cargo check --bins` on omicron-dev-lib (219/268)
40252026-03-30T18:29:53.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-03-30T18:29:53.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-03-30T18:29:53.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-03-30T18:29:53.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40292026-03-30T18:29:53.686Z
40302026-03-30T18:29:53.686Zinfo: running `cargo check --bins` on xtask-downloader (220/268)
40312026-03-30T18:29:54.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-03-30T18:29:54.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-03-30T18:29:54.313Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40342026-03-30T18:29:54.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40352026-03-30T18:29:55.180Z
40362026-03-30T18:29:55.180Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/268)
40372026-03-30T18:29:55.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-03-30T18:29:55.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-03-30T18:29:55.943Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40402026-03-30T18:29:55.943Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40412026-03-30T18:29:55.943Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40422026-03-30T18:29:55.947Z Checking git-stub v1.0.0
40432026-03-30T18:29:55.947Z Compiling trait-variant v0.1.2
40442026-03-30T18:29:55.947Z Checking is_ci v1.2.0
40452026-03-30T18:29:55.947Z Checking maplit v1.0.2
40462026-03-30T18:29:55.947Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40472026-03-30T18:29:56.133Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40482026-03-30T18:29:56.171Z Checking supports-color v3.0.2
40492026-03-30T18:29:56.239Z Checking git-stub-vcs v0.1.0
40502026-03-30T18:29:56.295Z Checking drift v0.1.3
40512026-03-30T18:29:56.324Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40522026-03-30T18:29:56.356Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40532026-03-30T18:29:56.435Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40542026-03-30T18:29:56.519Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40552026-03-30T18:29:56.584Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40562026-03-30T18:29:56.597Z Checking dropshot-api-manager v0.6.0
40572026-03-30T18:29:56.635Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40582026-03-30T18:29:56.803Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40592026-03-30T18:29:56.852Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40602026-03-30T18:29:57.018Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40612026-03-30T18:29:57.316Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40622026-03-30T18:30:02.285Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40632026-03-30T18:30:03.272Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40642026-03-30T18:30:03.826Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40652026-03-30T18:30:04.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s
40662026-03-30T18:30:04.462Z
40672026-03-30T18:30:04.462Zinfo: running `cargo check --bins` on installinator-api (222/268)
40682026-03-30T18:30:04.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-03-30T18:30:04.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-03-30T18:30:04.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-03-30T18:30:04.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40722026-03-30T18:30:05.082Z
40732026-03-30T18:30:05.082Zinfo: running `cargo check --bins` on nexus-external-api (223/268)
40742026-03-30T18:30:05.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-03-30T18:30:05.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-03-30T18:30:05.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-03-30T18:30:05.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40782026-03-30T18:30:05.738Z
40792026-03-30T18:30:05.739Zinfo: running `cargo check --bins` on nexus-internal-api (224/268)
40802026-03-30T18:30:06.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-03-30T18:30:06.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-03-30T18:30:06.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-03-30T18:30:06.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40842026-03-30T18:30:06.391Z
40852026-03-30T18:30:06.391Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/268)
40862026-03-30T18:30:06.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-03-30T18:30:06.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-03-30T18:30:06.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-03-30T18:30:06.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40902026-03-30T18:30:07.047Z
40912026-03-30T18:30:07.047Zinfo: running `cargo check --bins` on ntp-admin-api (226/268)
40922026-03-30T18:30:07.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-03-30T18:30:07.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-03-30T18:30:07.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-03-30T18:30:07.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40962026-03-30T18:30:07.666Z
40972026-03-30T18:30:07.666Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/268)
40982026-03-30T18:30:08.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-03-30T18:30:08.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-03-30T18:30:08.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-03-30T18:30:08.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41022026-03-30T18:30:08.266Z
41032026-03-30T18:30:08.266Zinfo: running `cargo check --bins` on wicketd-api (228/268)
41042026-03-30T18:30:08.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-03-30T18:30:08.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-03-30T18:30:08.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-03-30T18:30:08.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41082026-03-30T18:30:08.899Z
41092026-03-30T18:30:08.899Zinfo: running `cargo check --bins` on omicron-ls-apis (229/268)
41102026-03-30T18:30:09.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-03-30T18:30:09.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-03-30T18:30:09.524Z Checking erased-serde v0.4.9
41132026-03-30T18:30:09.632Z Checking ordered-float v2.10.1
41142026-03-30T18:30:09.647Z Checking unicode-xid v0.2.6
41152026-03-30T18:30:09.665Z Checking cargo-platform v0.2.0
41162026-03-30T18:30:09.823Z Checking serde-value v0.7.0
41172026-03-30T18:30:09.941Z Checking serde-untagged v0.1.9
41182026-03-30T18:30:10.098Z Checking cargo-util-schemas v0.8.2
41192026-03-30T18:30:10.791Z Checking cargo_metadata v0.21.0
41202026-03-30T18:30:11.397Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41212026-03-30T18:30:12.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
41222026-03-30T18:30:12.259Z
41232026-03-30T18:30:12.259Zinfo: running `cargo check --bins` on mgs-dev (230/268)
41242026-03-30T18:30:12.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-03-30T18:30:12.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-03-30T18:30:13.016Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41272026-03-30T18:30:13.638Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41282026-03-30T18:30:14.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41292026-03-30T18:30:14.367Z
41302026-03-30T18:30:14.367Zinfo: running `cargo check --bins` on omicron-omdb (231/268)
41312026-03-30T18:30:14.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-03-30T18:30:14.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-03-30T18:30:15.240Z Compiling vergen-gitcl v1.0.8
41342026-03-30T18:30:15.240Z Compiling dirs-sys-next v0.1.2
41352026-03-30T18:30:15.241Z Compiling glob v0.3.3
41362026-03-30T18:30:15.241Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41372026-03-30T18:30:15.244Z Compiling crunchy v0.2.4
41382026-03-30T18:30:15.244Z Compiling diesel_derives v2.3.7
41392026-03-30T18:30:15.244Z Compiling dsl_auto_type v0.2.0
41402026-03-30T18:30:15.244Z Checking scheduled-thread-pool v0.2.7
41412026-03-30T18:30:15.499Z Compiling diesel_table_macro_syntax v0.3.0
41422026-03-30T18:30:15.607Z Compiling dirs-next v2.0.0
41432026-03-30T18:30:15.657Z Compiling tiny-keccak v2.0.2
41442026-03-30T18:30:15.698Z Compiling term v0.7.0
41452026-03-30T18:30:15.726Z Compiling clang-sys v1.8.1
41462026-03-30T18:30:15.726Z Checking r2d2 v0.8.10
41472026-03-30T18:30:15.752Z Compiling bit-vec v0.6.3
41482026-03-30T18:30:15.863Z Checking downcast-rs v2.0.2
41492026-03-30T18:30:15.915Z Compiling bit-set v0.5.3
41502026-03-30T18:30:15.960Z Compiling ascii-canvas v3.0.0
41512026-03-30T18:30:16.069Z Compiling itertools v0.10.5
41522026-03-30T18:30:16.105Z Compiling ena v0.14.4
41532026-03-30T18:30:16.200Z Compiling libloading v0.8.9
41542026-03-30T18:30:16.247Z Compiling regex-syntax v0.6.29
41552026-03-30T18:30:16.263Z Compiling bindgen v0.71.1
41562026-03-30T18:30:16.322Z Compiling diff v0.1.13
41572026-03-30T18:30:16.409Z Compiling cexpr v0.6.0
41582026-03-30T18:30:16.591Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41592026-03-30T18:30:16.749Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41602026-03-30T18:30:16.807Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41612026-03-30T18:30:16.905Z Compiling libxml v0.3.3
41622026-03-30T18:30:17.082Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41632026-03-30T18:30:17.142Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41642026-03-30T18:30:17.161Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41652026-03-30T18:30:17.350Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41662026-03-30T18:30:17.396Z Compiling strum_macros v0.24.3
41672026-03-30T18:30:17.412Z Compiling indoc v1.0.9
41682026-03-30T18:30:17.616Z Compiling lalrpop v0.19.12
41692026-03-30T18:30:18.427Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41702026-03-30T18:30:18.621Z Checking derive_builder v0.20.2
41712026-03-30T18:30:18.729Z Compiling oso-derive v0.27.3
41722026-03-30T18:30:18.744Z Checking quick-xml v0.37.5
41732026-03-30T18:30:18.932Z Compiling impl-trait-for-tuples v0.2.3
41742026-03-30T18:30:19.225Z Checking openssl-probe v0.1.6
41752026-03-30T18:30:19.370Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41762026-03-30T18:30:19.625Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41772026-03-30T18:30:19.818Z Checking bb8 v0.8.6
41782026-03-30T18:30:20.085Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41792026-03-30T18:30:20.104Z Checking nonempty v0.12.0
41802026-03-30T18:30:20.122Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41812026-03-30T18:30:20.313Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41822026-03-30T18:30:20.334Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41832026-03-30T18:30:20.373Z Checking support-bundle-viewer v0.1.2
41842026-03-30T18:30:20.520Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41852026-03-30T18:30:20.538Z Checking multimap v0.10.1
41862026-03-30T18:30:21.291Z Checking diesel v2.3.7
41872026-03-30T18:30:22.727Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41882026-03-30T18:30:23.359Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41892026-03-30T18:30:23.674Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41902026-03-30T18:30:24.373Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41912026-03-30T18:30:25.104Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41922026-03-30T18:30:25.210Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41932026-03-30T18:30:25.448Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41942026-03-30T18:30:25.837Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41952026-03-30T18:30:27.901Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41962026-03-30T18:30:32.588Z Compiling samael v0.0.19
41972026-03-30T18:30:36.775Z Checking diesel-dtrace v0.5.0
41982026-03-30T18:30:37.012Z Checking async-bb8-diesel v0.2.1
41992026-03-30T18:30:38.111Z Compiling polar-core v0.27.3
42002026-03-30T18:30:42.560Z Checking oso v0.27.3
42012026-03-30T18:31:18.351Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42022026-03-30T18:31:51.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
42032026-03-30T18:31:51.437Z
42042026-03-30T18:31:51.437Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/268)
42052026-03-30T18:31:51.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-03-30T18:31:51.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-03-30T18:31:51.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-03-30T18:31:52.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42092026-03-30T18:31:52.106Z
42102026-03-30T18:31:52.106Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/268)
42112026-03-30T18:31:52.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-03-30T18:31:52.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-03-30T18:31:52.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-03-30T18:31:52.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42152026-03-30T18:31:52.771Z
42162026-03-30T18:31:52.772Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/268)
42172026-03-30T18:31:53.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-03-30T18:31:53.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-03-30T18:31:53.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-03-30T18:31:53.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42212026-03-30T18:31:53.368Z
42222026-03-30T18:31:53.368Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/268)
42232026-03-30T18:31:53.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-03-30T18:31:53.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-03-30T18:31:54.240Z Compiling libz-sys v1.1.24
42262026-03-30T18:31:54.371Z Compiling libgit2-sys v0.18.3+1.9.2
42272026-03-30T18:31:54.384Z Compiling vergen-git2 v1.0.7
42282026-03-30T18:31:54.394Z Compiling rustls v0.21.12
42292026-03-30T18:31:54.441Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42302026-03-30T18:31:54.456Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42312026-03-30T18:31:54.457Z Checking sct v0.7.1
42322026-03-30T18:31:54.457Z Checking rustls-webpki v0.101.7
42332026-03-30T18:31:54.582Z Compiling nix v0.29.0
42342026-03-30T18:31:54.595Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42352026-03-30T18:31:54.703Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42362026-03-30T18:31:54.708Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42372026-03-30T18:31:54.763Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42382026-03-30T18:31:54.889Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42392026-03-30T18:31:54.907Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42402026-03-30T18:31:54.980Z Checking rustls-pemfile v1.0.4
42412026-03-30T18:31:55.112Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42422026-03-30T18:31:55.184Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42432026-03-30T18:31:55.396Z Checking twox-hash v2.1.2
42442026-03-30T18:31:55.424Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42452026-03-30T18:31:55.512Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42462026-03-30T18:31:56.078Z Checking tokio-rustls v0.24.1
42472026-03-30T18:31:56.136Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42482026-03-30T18:31:56.175Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42492026-03-30T18:31:56.187Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42502026-03-30T18:31:56.268Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42512026-03-30T18:31:56.428Z Checking fatfs v0.3.6
42522026-03-30T18:31:56.788Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42532026-03-30T18:31:56.834Z Compiling seq-macro v0.3.6
42542026-03-30T18:32:00.835Z Compiling git2 v0.20.4
42552026-03-30T18:32:01.234Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42562026-03-30T18:32:01.362Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42572026-03-30T18:32:03.059Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42582026-03-30T18:32:50.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.59s
42592026-03-30T18:32:51.193Z
42602026-03-30T18:32:51.193Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/268)
42612026-03-30T18:32:51.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-03-30T18:32:51.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-03-30T18:32:52.087Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42642026-03-30T18:33:31.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.84s
42652026-03-30T18:33:31.281Z
42662026-03-30T18:33:31.282Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/268)
42672026-03-30T18:33:31.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-03-30T18:33:31.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-03-30T18:33:31.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42702026-03-30T18:33:31.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42712026-03-30T18:33:31.883Z
42722026-03-30T18:33:31.884Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/268)
42732026-03-30T18:33:32.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-03-30T18:33:32.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-03-30T18:33:32.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-03-30T18:33:32.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42772026-03-30T18:33:32.541Z
42782026-03-30T18:33:32.541Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/268)
42792026-03-30T18:33:33.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-03-30T18:33:33.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-03-30T18:33:33.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42822026-03-30T18:33:33.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42832026-03-30T18:33:33.187Z
42842026-03-30T18:33:33.187Zinfo: running `cargo check --bins` on nexus-networking (240/268)
42852026-03-30T18:33:33.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-03-30T18:33:33.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-03-30T18:33:33.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42882026-03-30T18:33:33.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42892026-03-30T18:33:33.847Z
42902026-03-30T18:33:33.847Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/268)
42912026-03-30T18:33:34.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-03-30T18:33:34.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-03-30T18:33:34.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42942026-03-30T18:33:34.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42952026-03-30T18:33:34.508Z
42962026-03-30T18:33:34.508Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/268)
42972026-03-30T18:33:35.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42982026-03-30T18:33:35.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42992026-03-30T18:33:35.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43002026-03-30T18:33:35.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43012026-03-30T18:33:35.296Z
43022026-03-30T18:33:35.296Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/268)
43032026-03-30T18:33:35.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-03-30T18:33:35.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-03-30T18:33:35.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43062026-03-30T18:33:35.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43072026-03-30T18:33:35.806Z
43082026-03-30T18:33:35.806Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/268)
43092026-03-30T18:33:36.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-03-30T18:33:36.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-03-30T18:33:36.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43122026-03-30T18:33:36.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43132026-03-30T18:33:36.473Z
43142026-03-30T18:33:36.473Zinfo: running `cargo check --bins` on omicron-dev (245/268)
43152026-03-30T18:33:37.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-03-30T18:33:37.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-03-30T18:33:37.391Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43182026-03-30T18:33:37.391Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43192026-03-30T18:33:37.572Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43202026-03-30T18:33:37.603Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43212026-03-30T18:33:37.620Z Checking yansi v1.0.1
43222026-03-30T18:33:37.620Z Checking diff v0.1.13
43232026-03-30T18:33:37.634Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43242026-03-30T18:33:37.647Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43252026-03-30T18:33:37.703Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43262026-03-30T18:33:37.866Z Checking pretty_assertions v1.4.1
43272026-03-30T18:33:38.521Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43282026-03-30T18:34:01.830Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43292026-03-30T18:34:01.834Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43302026-03-30T18:34:01.834Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43312026-03-30T18:34:01.834Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43322026-03-30T18:34:01.834Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43332026-03-30T18:34:01.834Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43342026-03-30T18:34:02.568Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43352026-03-30T18:34:03.644Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43362026-03-30T18:34:42.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43372026-03-30T18:34:42.255Z
43382026-03-30T18:34:42.255Zinfo: running `cargo check --bins` on omicron-pins (246/268)
43392026-03-30T18:34:42.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43402026-03-30T18:34:42.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43412026-03-30T18:34:42.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43422026-03-30T18:34:42.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43432026-03-30T18:34:42.848Z
43442026-03-30T18:34:42.848Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/268)
43452026-03-30T18:34:43.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43462026-03-30T18:34:43.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43472026-03-30T18:34:43.630Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43482026-03-30T18:34:43.753Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43492026-03-30T18:34:43.753Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43502026-03-30T18:35:08.834Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43512026-03-30T18:35:10.738Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43522026-03-30T18:35:10.848Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43532026-03-30T18:35:11.268Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43542026-03-30T18:35:14.231Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43552026-03-30T18:35:36.182Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43562026-03-30T18:35:36.814Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43572026-03-30T18:35:38.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.54s
43582026-03-30T18:35:38.610Z
43592026-03-30T18:35:38.610Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/268)
43602026-03-30T18:35:39.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43612026-03-30T18:35:39.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43622026-03-30T18:35:39.330Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43632026-03-30T18:35:39.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43642026-03-30T18:35:40.217Z
43652026-03-30T18:35:40.217Zinfo: running `cargo check --bins` on omicron-releng (249/268)
43662026-03-30T18:35:40.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-03-30T18:35:40.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-03-30T18:35:40.880Z Compiling blake3 v1.8.3
43692026-03-30T18:35:40.992Z Checking arrayvec v0.7.6
43702026-03-30T18:35:40.992Z Checking arrayref v0.3.9
43712026-03-30T18:35:40.995Z Checking constant_time_eq v0.4.2
43722026-03-30T18:35:41.012Z Checking topological-sort v0.2.2
43732026-03-30T18:35:41.015Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43742026-03-30T18:35:41.016Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43752026-03-30T18:35:41.016Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43762026-03-30T18:35:41.057Z Checking shell-words v1.1.1
43772026-03-30T18:35:41.769Z Checking omicron-zone-package v0.12.2
43782026-03-30T18:35:42.480Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43792026-03-30T18:35:43.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
43802026-03-30T18:35:43.499Z
43812026-03-30T18:35:43.499Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/268)
43822026-03-30T18:35:44.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-03-30T18:35:44.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-03-30T18:35:44.155Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43852026-03-30T18:35:44.477Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43862026-03-30T18:35:44.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43872026-03-30T18:35:45.069Z
43882026-03-30T18:35:45.069Zinfo: running `cargo check --bins` on schema (251/268)
43892026-03-30T18:35:45.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-03-30T18:35:45.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-03-30T18:35:45.801Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43922026-03-30T18:35:46.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43932026-03-30T18:35:46.695Z
43942026-03-30T18:35:46.695Zinfo: running `cargo check --bins` on xtask (252/268)
43952026-03-30T18:35:47.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-03-30T18:35:47.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-03-30T18:35:47.155Z Checking libc v0.2.180
43982026-03-30T18:35:47.159Z Checking serde v1.0.228
43992026-03-30T18:35:47.243Z Checking zerofrom v0.1.6
44002026-03-30T18:35:47.246Z Checking bitflags v2.11.0
44012026-03-30T18:35:47.251Z Checking hashbrown v0.16.1
44022026-03-30T18:35:47.256Z Checking smallvec v1.15.1
44032026-03-30T18:35:47.267Z Checking serde_json v1.0.149
44042026-03-30T18:35:47.270Z Checking scroll v0.12.0
44052026-03-30T18:35:47.377Z Checking yoke v0.8.1
44062026-03-30T18:35:47.390Z Checking num-traits v0.2.19
44072026-03-30T18:35:47.429Z Checking thiserror v1.0.69
44082026-03-30T18:35:47.489Z Checking log v0.4.29
44092026-03-30T18:35:47.501Z Checking zerovec v0.11.5
44102026-03-30T18:35:47.523Z Checking zerotrie v0.2.3
44112026-03-30T18:35:47.534Z Checking errno v0.3.14
44122026-03-30T18:35:47.629Z Checking toml_datetime v0.6.11
44132026-03-30T18:35:47.637Z Checking serde_spanned v0.6.9
44142026-03-30T18:35:47.648Z Checking rustix v1.1.3
44152026-03-30T18:35:47.693Z Checking indexmap v2.13.0
44162026-03-30T18:35:47.756Z Checking percent-encoding v2.3.2
44172026-03-30T18:35:47.768Z Checking goblin v0.8.2
44182026-03-30T18:35:47.803Z Checking zerocopy v0.7.35
44192026-03-30T18:35:47.884Z Checking getrandom v0.4.1
44202026-03-30T18:35:47.896Z Checking form_urlencoded v1.2.2
44212026-03-30T18:35:47.922Z Checking ordered-float v2.10.1
44222026-03-30T18:35:47.934Z Checking tinystr v0.8.2
44232026-03-30T18:35:48.028Z Checking potential_utf v0.1.4
44242026-03-30T18:35:48.039Z Checking thiserror v2.0.18
44252026-03-30T18:35:48.110Z Checking icu_locale_core v2.1.1
44262026-03-30T18:35:48.135Z Checking syn v2.0.117
44272026-03-30T18:35:48.145Z Checking serde-value v0.7.0
44282026-03-30T18:35:48.157Z Checking icu_collections v2.1.1
44292026-03-30T18:35:48.242Z Checking toml_edit v0.22.27
44302026-03-30T18:35:48.295Z Checking dtrace-parser v0.2.0
44312026-03-30T18:35:48.351Z Checking thread-id v4.2.2
44322026-03-30T18:35:48.434Z Checking once_cell v1.21.3
44332026-03-30T18:35:48.456Z Checking terminal_size v0.4.3
44342026-03-30T18:35:48.474Z Checking cargo-platform v0.2.0
44352026-03-30T18:35:48.526Z Checking memmap v0.7.0
44362026-03-30T18:35:48.567Z Checking clap_builder v4.5.60
44372026-03-30T18:35:48.603Z Checking tempfile v3.25.0
44382026-03-30T18:35:48.646Z Checking textwrap v0.16.2
44392026-03-30T18:35:48.657Z Checking fs-err v3.3.0
44402026-03-30T18:35:48.666Z Checking icu_provider v2.1.1
44412026-03-30T18:35:48.790Z Checking camino-tempfile v1.4.1
44422026-03-30T18:35:48.826Z Checking tabled v0.15.0
44432026-03-30T18:35:48.849Z Checking anyhow v1.0.102
44442026-03-30T18:35:48.900Z Checking icu_normalizer v2.1.1
44452026-03-30T18:35:48.943Z Checking icu_properties v2.1.2
44462026-03-30T18:35:49.041Z Checking macaddr v1.0.1
44472026-03-30T18:35:49.207Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44482026-03-30T18:35:49.321Z Checking toml v0.8.23
44492026-03-30T18:35:49.630Z Checking cargo_toml v0.21.0
44502026-03-30T18:35:49.641Z Checking dof v0.3.0
44512026-03-30T18:35:49.746Z Checking idna_adapter v1.2.1
44522026-03-30T18:35:49.760Z Checking clap v4.5.60
44532026-03-30T18:35:49.862Z Checking idna v1.1.0
44542026-03-30T18:35:49.939Z Checking usdt-impl v0.5.0
44552026-03-30T18:35:50.087Z Checking url v2.5.8
44562026-03-30T18:35:50.186Z Checking usdt v0.5.0
44572026-03-30T18:35:50.433Z Checking cargo-util-schemas v0.8.2
44582026-03-30T18:35:51.110Z Checking cargo_metadata v0.21.0
44592026-03-30T18:35:51.705Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44602026-03-30T18:35:52.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
44612026-03-30T18:35:52.239Z
44622026-03-30T18:35:52.239Zinfo: running `cargo check --bins` on end-to-end-tests (253/268)
44632026-03-30T18:35:52.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-03-30T18:35:52.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-03-30T18:35:53.041Z Checking polyval v0.6.2
44662026-03-30T18:35:53.168Z Checking ctr v0.9.2
44672026-03-30T18:35:53.179Z Checking ssh-encoding v0.2.0
44682026-03-30T18:35:53.179Z Checking blowfish v0.9.1
44692026-03-30T18:35:53.208Z Checking password-hash v0.4.2
44702026-03-30T18:35:53.225Z Checking p521 v0.13.3
44712026-03-30T18:35:53.228Z Checking p256 v0.13.2
44722026-03-30T18:35:53.252Z Checking russh-cryptovec v0.7.3
44732026-03-30T18:35:53.309Z Checking ghash v0.5.1
44742026-03-30T18:35:53.323Z Checking md5 v0.7.0
44752026-03-30T18:35:53.338Z Checking bcrypt-pbkdf v0.10.0
44762026-03-30T18:35:53.359Z Checking num-bigint v0.4.6
44772026-03-30T18:35:53.379Z Checking des v0.8.1
44782026-03-30T18:35:53.426Z Checking pbkdf2 v0.11.0
44792026-03-30T18:35:53.449Z Checking aes-gcm v0.10.3
44802026-03-30T18:35:53.487Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44812026-03-30T18:35:53.503Z Checking hex-literal v0.4.1
44822026-03-30T18:35:53.516Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44832026-03-30T18:35:53.532Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44842026-03-30T18:35:53.593Z Checking socket2 v0.5.10
44852026-03-30T18:35:53.596Z Checking ssh-cipher v0.2.0
44862026-03-30T18:35:53.619Z Checking internet-checksum v0.2.1
44872026-03-30T18:35:53.769Z Checking ssh-key v0.6.7
44882026-03-30T18:35:53.874Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44892026-03-30T18:35:54.393Z Checking russh-keys v0.45.0
44902026-03-30T18:35:54.935Z Checking russh v0.45.0
44912026-03-30T18:36:09.750Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44922026-03-30T18:36:10.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.68s
44932026-03-30T18:36:11.141Z
44942026-03-30T18:36:11.142Zinfo: running `cargo check --bins` on gateway-cli (254/268)
44952026-03-30T18:36:11.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-03-30T18:36:11.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-03-30T18:36:11.791Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44982026-03-30T18:36:11.944Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44992026-03-30T18:36:11.954Z Checking termios v0.3.3
45002026-03-30T18:36:13.105Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45012026-03-30T18:36:13.262Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45022026-03-30T18:36:15.114Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45032026-03-30T18:36:15.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
45042026-03-30T18:36:15.862Z
45052026-03-30T18:36:15.862Zinfo: running `cargo check --bins --no-default-features` on installinator (255/268)
45062026-03-30T18:36:16.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-03-30T18:36:16.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-03-30T18:36:16.575Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45092026-03-30T18:36:16.582Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45102026-03-30T18:36:16.698Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45112026-03-30T18:36:16.701Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45122026-03-30T18:36:16.714Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45132026-03-30T18:36:16.715Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45142026-03-30T18:36:17.433Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45152026-03-30T18:36:17.769Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45162026-03-30T18:36:17.772Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45172026-03-30T18:36:18.411Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45182026-03-30T18:36:19.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
45192026-03-30T18:36:20.225Z
45202026-03-30T18:36:20.226Zinfo: running `cargo check --bins` on internal-dns-cli (256/268)
45212026-03-30T18:36:20.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-03-30T18:36:20.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-03-30T18:36:20.849Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45242026-03-30T18:36:21.342Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45252026-03-30T18:36:21.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45262026-03-30T18:36:21.810Z
45272026-03-30T18:36:21.810Zinfo: running `cargo check --bins` on omicron-live-tests (257/268)
45282026-03-30T18:36:22.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-03-30T18:36:22.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-03-30T18:36:22.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45312026-03-30T18:36:22.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45322026-03-30T18:36:22.404Z
45332026-03-30T18:36:22.404Zinfo: running `cargo check --bins` on live-tests-macros (258/268)
45342026-03-30T18:36:22.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-03-30T18:36:22.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-03-30T18:36:22.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45372026-03-30T18:36:22.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45382026-03-30T18:36:22.999Z
45392026-03-30T18:36:23.002Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (259/268)
45402026-03-30T18:36:23.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-03-30T18:36:23.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-03-30T18:36:23.762Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45432026-03-30T18:36:24.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45442026-03-30T18:36:24.570Z
45452026-03-30T18:36:24.570Zinfo: running `cargo check --bins` on omicron-ntp-admin (260/268)
45462026-03-30T18:36:25.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-03-30T18:36:25.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-03-30T18:36:25.233Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45492026-03-30T18:36:25.238Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45502026-03-30T18:36:25.463Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45512026-03-30T18:36:25.463Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45522026-03-30T18:36:26.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45532026-03-30T18:36:26.430Z
45542026-03-30T18:36:26.431Zinfo: running `cargo check --bins` on ntp-admin-types (261/268)
45552026-03-30T18:36:26.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-03-30T18:36:27.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-03-30T18:36:27.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45582026-03-30T18:36:27.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45592026-03-30T18:36:27.049Z
45602026-03-30T18:36:27.049Zinfo: running `cargo check --bins` on omicron-package (262/268)
45612026-03-30T18:36:27.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-03-30T18:36:27.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-03-30T18:36:27.714Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45642026-03-30T18:36:32.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45652026-03-30T18:36:32.428Z
45662026-03-30T18:36:32.428Zinfo: running `cargo check --bins` on tqdb (263/268)
45672026-03-30T18:36:32.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-03-30T18:36:32.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-03-30T18:36:32.428Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45702026-03-30T18:36:32.428Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45712026-03-30T18:36:32.428Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45722026-03-30T18:36:32.428Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45732026-03-30T18:36:35.815Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45742026-03-30T18:36:36.458Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45752026-03-30T18:36:36.461Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45762026-03-30T18:36:36.461Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45772026-03-30T18:36:36.461Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45782026-03-30T18:36:37.197Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45792026-03-30T18:36:38.143Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45802026-03-30T18:36:38.911Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45812026-03-30T18:36:39.513Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45822026-03-30T18:36:44.018Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45832026-03-30T18:36:50.020Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45842026-03-30T18:36:50.024Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45852026-03-30T18:36:50.024Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45862026-03-30T18:36:50.024Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45872026-03-30T18:36:51.453Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45882026-03-30T18:36:52.760Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45892026-03-30T18:36:53.420Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45902026-03-30T18:36:54.665Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45912026-03-30T18:36:55.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.20s
45922026-03-30T18:36:55.401Z
45932026-03-30T18:36:55.401Zinfo: running `cargo check --bins` on wicket-dbg (264/268)
45942026-03-30T18:36:55.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-03-30T18:36:55.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-03-30T18:36:56.108Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45972026-03-30T18:36:56.111Z Checking rtoolbox v0.0.3
45982026-03-30T18:36:56.111Z Checking tui-tree-widget v0.23.1
45992026-03-30T18:36:56.328Z Checking rpassword v7.4.0
46002026-03-30T18:36:57.229Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46012026-03-30T18:37:00.157Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46022026-03-30T18:37:01.912Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46032026-03-30T18:37:02.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.36s
46042026-03-30T18:37:02.971Z
46052026-03-30T18:37:02.971Zinfo: running `cargo check --bins` on wicket (265/268)
46062026-03-30T18:37:03.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46072026-03-30T18:37:03.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46082026-03-30T18:37:03.667Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46092026-03-30T18:37:04.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
46102026-03-30T18:37:04.221Z
46112026-03-30T18:37:04.221Zinfo: running `cargo check --bins` on wicketd (266/268)
46122026-03-30T18:37:04.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46132026-03-30T18:37:04.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46142026-03-30T18:37:04.947Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46152026-03-30T18:37:04.953Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46162026-03-30T18:37:04.953Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46172026-03-30T18:37:04.953Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46182026-03-30T18:37:05.906Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46192026-03-30T18:37:06.459Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46202026-03-30T18:37:09.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
46212026-03-30T18:37:09.567Z
46222026-03-30T18:37:09.567Zinfo: running `cargo check --bins` on omicron-workspace-hack (267/268)
46232026-03-30T18:37:10.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-03-30T18:37:10.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-03-30T18:37:10.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46262026-03-30T18:37:10.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46272026-03-30T18:37:10.171Z
46282026-03-30T18:37:10.171Zinfo: running `cargo check --bins` on zone-setup (268/268)
46292026-03-30T18:37:10.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-03-30T18:37:10.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-03-30T18:37:10.845Z Checking uzers v0.12.2
46322026-03-30T18:37:11.115Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46332026-03-30T18:37:11.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46342026-03-30T18:37:12.070Z
46352026-03-30T18:37:12.070Zreal 13:51.149747130
46362026-03-30T18:37:12.070Zuser 20:27.639673918
46372026-03-30T18:37:12.070Zsys 4:14.445169106
46382026-03-30T18:37:12.070Ztrap 0.317345264
46392026-03-30T18:37:12.070Ztflt 0.262833699
46402026-03-30T18:37:12.070Zdflt 0.569761605
46412026-03-30T18:37:12.070Zkflt 0.001164627
46422026-03-30T18:37:12.071Zlock 1:16:15.010396852
46432026-03-30T18:37:12.071Zslp 1:37:10.079062596
46442026-03-30T18:37:12.071Zlat 1:09.830626101
46452026-03-30T18:37:12.071Zstop 3:58.803364661
46462026-03-30T18:37:12.074Zprocess exited: duration 1028557 ms, exit code 0
 
46472026-03-30T18:37:12.081Zfound 0 output files