01KKX538EM0QKY0BR2BGBTJJFK: 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: 01KKX53MQH3ADBA6NMGF27QE7Q

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-17T05:44:10.556Zjob assigned to worker 01KKX53VV48ZEKRG69KTRGE2E9 [factory aws, i-0066cb798e394c7ae] (queued for 58 s)
 
22026-03-17T05:44:18.959Zstarting task 0: "setup"
32026-03-17T05:44:18.966Z++ uname -s
42026-03-17T05:44:18.970Z+ kern=SunOS
52026-03-17T05:44:18.970Z+ build_user=build
62026-03-17T05:44:18.970Z+ build_uid=12345
72026-03-17T05:44:18.970Z+ work_dir=/work
82026-03-17T05:44:18.970Z+ input_dir=/input
92026-03-17T05:44:18.970Z+ [[ 0 == 12345 ]]
102026-03-17T05:44:18.970Z+ case "$kern" in
112026-03-17T05:44:18.970Z+ groupadd -g 12345 build
122026-03-17T05:44:18.975Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-17T05:44:20.981Z+ zfs create -o mountpoint=/work rpool/work
142026-03-17T05:44:21.090Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-17T05:44:21.096Z+ home_fs=zfs
162026-03-17T05:44:21.096Z+ [[ zfs == autofs ]]
172026-03-17T05:44:21.096Z+ mkdir -p /home/build
182026-03-17T05:44:21.096Z+ chown build:build /home/build /work
192026-03-17T05:44:23.099Z+ chmod 0700 /home/build /work
202026-03-17T05:44:23.109Zprocess exited: duration 4132 ms, exit code 0
 
212026-03-17T05:44:23.133Zstarting task 1: "rust-toolchain"
222026-03-17T05:44:23.167Z * rust toolchain channel = "1.94.0"
232026-03-17T05:44:23.167Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-03-17T05:44:23.167Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-17T05:44:23.167Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-17T05:44:23.167Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-17T05:44:23.167Z * rust toolchain profile = "default"
282026-03-17T05:44:23.167Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-17T05:44:23.167Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-17T05:44:23.267Zinfo: downloading installer
312026-03-17T05:44:24.973Zwarn: It looks like you have an existing installation of Rust at:
322026-03-17T05:44:24.974Zwarn: /opt/ooce/bin
332026-03-17T05:44:24.974Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-17T05:44:24.974Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-17T05:44:24.974Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-17T05:44:24.974Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-17T05:44:24.974Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-17T05:44:24.974Zerror: cannot install while Rust is installed
392026-03-17T05:44:24.974Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-17T05:44:24.975Zwarn: It looks like you have an existing rustup settings file at:
412026-03-17T05:44:24.975Zwarn: /home/build/.rustup/settings.toml
422026-03-17T05:44:24.975Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-17T05:44:24.975Zwarn: instead of the one inferred from the default host triple.
442026-03-17T05:44:24.982Zinfo: profile set to default
452026-03-17T05:44:24.982Zinfo: default host triple is x86_64-unknown-illumos
462026-03-17T05:44:24.988Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-17T05:44:25.134Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-17T05:44:25.137Zinfo: downloading 6 components
492026-03-17T05:44:42.582Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-17T05:44:42.582Z
512026-03-17T05:44:42.591Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-17T05:44:42.591Z
532026-03-17T05:44:42.591Z
542026-03-17T05:44:42.591ZRust is installed now. Great!
552026-03-17T05:44:42.591Z
562026-03-17T05:44:42.591ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-17T05:44:42.591Zenvironment variable. This has not been done automatically.
582026-03-17T05:44:42.591Z
592026-03-17T05:44:42.591ZTo configure your current shell, you need to source
602026-03-17T05:44:42.591Zthe corresponding env file under $HOME/.cargo.
612026-03-17T05:44:42.591Z
622026-03-17T05:44:42.591ZThis is usually done by running one of the following (note the leading DOT):
632026-03-17T05:44:42.591Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-17T05:44:42.591Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-17T05:44:42.591Zsource "~/.cargo/env.nu" # For nushell
662026-03-17T05:44:42.591Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-17T05:44:42.591Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-17T05:44:42.591Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-17T05:44:42.591Zwarn: no default linker (`cc`) was found in your PATH
702026-03-17T05:44:42.591Zwarn: many Rust crates require a system C toolchain to build
712026-03-17T05:44:42.659Z+ rustup --version
722026-03-17T05:44:42.674Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-17T05:44:42.679Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-17T05:44:42.695Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-17T05:44:42.699Z+ cargo --version
762026-03-17T05:44:42.716Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-17T05:44:42.722Z+ rustc --version
782026-03-17T05:44:42.742Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-17T05:44:42.755Zprocess exited: duration 19618 ms, exit code 0
 
802026-03-17T05:44:42.765Zstarting task 2: "authentication"
812026-03-17T05:44:42.788Zprocess exited: duration 23 ms, exit code 0
 
822026-03-17T05:44:42.796Zstarting task 3: "clone repository"
832026-03-17T05:44:42.801Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-17T05:44:42.806Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-17T05:44:42.834ZCloning into '/work/oxidecomputer/omicron'...
862026-03-17T05:44:52.773Z+ cd /work/oxidecomputer/omicron
872026-03-17T05:44:52.773Z+ git fetch origin 98e9742dc7ce3412b8eeda1c26b2ca24e0efa0cf
882026-03-17T05:44:53.242ZFrom https://github.com/oxidecomputer/omicron
892026-03-17T05:44:53.242Z * branch 98e9742dc7ce3412b8eeda1c26b2ca24e0efa0cf -> FETCH_HEAD
902026-03-17T05:44:53.253Z+ [[ -n zl/multicast-m2p-forwarding ]]
912026-03-17T05:44:53.256Z++ git branch --show-current
922026-03-17T05:44:53.259Z+ current=main
932026-03-17T05:44:53.259Z+ [[ main != zl/multicast-m2p-forwarding ]]
942026-03-17T05:44:53.259Z+ git branch -f zl/multicast-m2p-forwarding 98e9742dc7ce3412b8eeda1c26b2ca24e0efa0cf
952026-03-17T05:44:53.262Z+ git checkout -f zl/multicast-m2p-forwarding
962026-03-17T05:44:53.461ZSwitched to branch 'zl/multicast-m2p-forwarding'
972026-03-17T05:44:53.465Z+ git reset --hard 98e9742dc7ce3412b8eeda1c26b2ca24e0efa0cf
982026-03-17T05:44:53.676ZHEAD is now at 98e9742dc [multicast] M2P forwarding, OPTE port subscription, and sled-agent propagation
992026-03-17T05:44:53.679Zprocess exited: duration 10879 ms, exit code 0
 
1002026-03-17T05:44:53.686Zstarting task 4: "build"
1012026-03-17T05:44:53.691Z+ source .github/buildomat/ci-env.sh
1022026-03-17T05:44:53.694Z++ export CARGO_TERM_COLOR=always
1032026-03-17T05:44:53.694Z++ CARGO_TERM_COLOR=always
1042026-03-17T05:44:53.694Z+ cargo --version
1052026-03-17T05:44:53.703Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-17T05:44:53.707Z+ rustc --version
1072026-03-17T05:44:53.732Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-17T05:44:53.735Z+ source ./env.sh
1092026-03-17T05:44:53.735Z++ OLD_SHELL_OPTS=ehxB
1102026-03-17T05:44:53.735Z++ set -o xtrace
1112026-03-17T05:44:53.739Z++++ dirname ./env.sh
1122026-03-17T05:44:53.739Z+++ readlink -f .
1132026-03-17T05:44:53.743Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-17T05:44:53.743Z++ 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-17T05:44:53.743Z++ 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-17T05:44:53.743Z++ 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-17T05:44:53.743Z++ 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-17T05:44:53.743Z++ 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-17T05:44:53.743Z++ 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-17T05:44:53.743Z++ 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-17T05:44:53.743Z++ 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-17T05:44:53.743Z++ case $OLD_SHELL_OPTS in
1232026-03-17T05:44:53.743Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-17T05:44:53.743Z+ 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-17T05:44:53.743Z+ 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-17T05:44:53.743Z+ banner prerequisites
1272026-03-17T05:44:53.746Z
1282026-03-17T05:44:53.746Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-17T05:44:53.746Z # # # # # # # # # # # # # # #
1302026-03-17T05:44:53.746Z # # # # ##### # # ##### # # # # # #### #
1312026-03-17T05:44:53.746Z ##### ##### # ##### # # # # # # # # #
1322026-03-17T05:44:53.746Z # # # # # # # # # # # # # # #
1332026-03-17T05:44:53.746Z # # # ###### # # ###### ### # #### # #### #
1342026-03-17T05:44:53.746Z
1352026-03-17T05:44:53.746Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-17T05:45:03.807Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-17T05:45:13.452Z Startup: Caching catalogs ... Done
1382026-03-17T05:45:35.766ZPlanning: Solver setup ... Done (20.685s)
1392026-03-17T05:45:35.914ZPlanning: Running solver ... Done (0.151s)
1402026-03-17T05:45:36.093ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-17T05:45:36.110ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-17T05:45:36.247ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-17T05:45:36.290ZPlanning: Package planning ... Done (0.043s)
1442026-03-17T05:45:36.333ZPlanning: Merging actions ... Done (0.043s)
1452026-03-17T05:45:36.571ZPlanning: Checking for conflicting actions ... Done (0.238s)
1462026-03-17T05:45:36.582ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-17T05:45:37.443ZPlanning: Evaluating mediators ... Done (0.861s)
1482026-03-17T05:45:37.451ZPlanning: Planning completed in 23.85 seconds
1492026-03-17T05:45:37.465Z Packages to install: 4
1502026-03-17T05:45:37.468Z Mediators to change: 2
1512026-03-17T05:45:37.468Z Services to change: 1
1522026-03-17T05:45:37.468Z Estimated space available: 155.43 GB
1532026-03-17T05:45:37.468ZEstimated space to be consumed: 1.83 GB
1542026-03-17T05:45:37.468Z Create boot environment: No
1552026-03-17T05:45:37.468ZCreate backup boot environment: No
1562026-03-17T05:45:37.468Z Rebuild boot archive: No
1572026-03-17T05:45:37.468Z
1582026-03-17T05:45:37.468ZChanged mediators:
1592026-03-17T05:45:37.468Z mediator clang:
1602026-03-17T05:45:37.468Z version: None -> 15 (system default)
1612026-03-17T05:45:37.468Z
1622026-03-17T05:45:37.468Z mediator llvm:
1632026-03-17T05:45:37.468Z version: 14 (system default) -> 15 (system default)
1642026-03-17T05:45:37.468Z
1652026-03-17T05:45:37.468ZChanged packages:
1662026-03-17T05:45:37.468Zhelios-dev
1672026-03-17T05:45:37.468Z developer/build-essential
1682026-03-17T05:45:37.468Z None -> 11-2.0
1692026-03-17T05:45:37.468Z library/libxmlsec1
1702026-03-17T05:45:37.468Z None -> 1.2.35-2.0
1712026-03-17T05:45:37.468Z ooce/developer/clang-15
1722026-03-17T05:45:37.468Z None -> 15.0.7-2.0
1732026-03-17T05:45:37.468Z ooce/developer/llvm-15
1742026-03-17T05:45:37.468Z None -> 15.0.7-2.0
1752026-03-17T05:45:37.469Z
1762026-03-17T05:45:37.469ZServices:
1772026-03-17T05:45:37.469Z restart_fmri:
1782026-03-17T05:45:37.469Z svc:/system/update-man-index:default
1792026-03-17T05:45:37.513Z
1802026-03-17T05:45:37.513ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-17T05:45:45.465ZDownload: 210/3290 items 1.3/212.6MB 0% complete (2.0M/s)
1822026-03-17T05:45:50.476ZDownload: 2218/3290 items 119.1/212.6MB 56% complete (13.4M/s)
1832026-03-17T05:45:55.969ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (14.4M/s)
1842026-03-17T05:46:01.076ZDownload: 3284/3290 items 210.9/212.6MB 99% complete (9.4M/s)
1852026-03-17T05:46:01.111ZDownload: Completed 212.60 MB in 23.59 seconds (9.0M/s)
1862026-03-17T05:46:01.281Z Actions: 1/3689 actions (Installing new actions)
1872026-03-17T05:46:05.385Z Actions: Completed 3689 actions in 4.10 seconds.
1882026-03-17T05:46:05.752Z Done (0.365s)
1892026-03-17T05:46:05.752Z Done (0.000s)
1902026-03-17T05:46:06.750Z Done (0.997s)
1912026-03-17T05:46:10.750Z Done (3.655s)
1922026-03-17T05:46:10.832Z Done (0.017s)
1932026-03-17T05:46:10.835Z Done (0.000s)
1942026-03-17T05:46:10.993Z Done (0.000s)
1952026-03-17T05:46:11.964ZPlanning: Evaluating mediator changes ... Done
1962026-03-17T05:46:12.110ZPlanning: Checking for conflicting actions ... Done
1972026-03-17T05:46:12.113ZPlanning: Consolidating action changes ... Done
1982026-03-17T05:46:12.337ZPlanning: Evaluating mediators ... Done
1992026-03-17T05:46:12.342ZPlanning: Planning completed in 0.37 seconds
2002026-03-17T05:46:12.364Z Mediators to change: 2
2012026-03-17T05:46:12.364Z Create boot environment: No
2022026-03-17T05:46:12.367ZCreate backup boot environment: No
2032026-03-17T05:46:12.446Z Done
2042026-03-17T05:46:12.446Z Done
2052026-03-17T05:46:13.177Z Done
2062026-03-17T05:46:16.520Z Done
2072026-03-17T05:46:16.606Z Done
2082026-03-17T05:46:16.610Z Done
2092026-03-17T05:46:16.764Z Done
2102026-03-17T05:46:17.300ZPlanning: Evaluating mediator changes ... Done
2112026-03-17T05:46:17.304ZPlanning: Merging actions ... Done
2122026-03-17T05:46:17.468ZPlanning: Checking for conflicting actions ... Done
2132026-03-17T05:46:17.471ZPlanning: Consolidating action changes ... Done
2142026-03-17T05:46:17.687ZPlanning: Evaluating mediators ... Done
2152026-03-17T05:46:17.730ZPlanning: Planning completed in 0.63 seconds
2162026-03-17T05:46:17.760Z Packages to change: 1
2172026-03-17T05:46:17.760Z Mediators to change: 1
2182026-03-17T05:46:17.763Z Services to change: 1
2192026-03-17T05:46:17.763Z Create boot environment: No
2202026-03-17T05:46:17.763ZCreate backup boot environment: Yes
2212026-03-17T05:46:20.104Z Actions: 1/6 actions (Updating modified actions)
2222026-03-17T05:46:20.107Z Actions: Completed 6 actions in 0.00 seconds.
2232026-03-17T05:46:20.107Z Done
2242026-03-17T05:46:20.107Z Done
2252026-03-17T05:46:20.298Z Done
2262026-03-17T05:46:23.557Z Done
2272026-03-17T05:46:23.641Z Done
2282026-03-17T05:46:23.644Z Done
2292026-03-17T05:46:23.810Z Done
2302026-03-17T05:46:24.187ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-03-17T05:46:24.187Zclang system 15 system
2322026-03-17T05:46:24.187Zcsh system system illumos
2332026-03-17T05:46:24.187Zctags system system illumos
2342026-03-17T05:46:24.187Zfile system system illumos
2352026-03-17T05:46:24.187Zgcc vendor 12 vendor
2362026-03-17T05:46:24.187Zgcc system 10 system
2372026-03-17T05:46:24.187Zgcc system 7 system
2382026-03-17T05:46:24.187Zgo system 1.20 system
2392026-03-17T05:46:24.187Zgo system 1.19 system
2402026-03-17T05:46:24.187Zllvm system 15 system
2412026-03-17T05:46:24.187Zllvm system 14 system
2422026-03-17T05:46:24.187Zmariadb system 10.6 system
2432026-03-17T05:46:24.187Zmta vendor vendor dma
2442026-03-17T05:46:24.187Zopenjdk system 17 system
2452026-03-17T05:46:24.187Zopenjdk system 11 system
2462026-03-17T05:46:24.187Zopenjdk system 1.8 system
2472026-03-17T05:46:24.187Zopenssl vendor 3 vendor
2482026-03-17T05:46:24.187Zperl system 5.36 system
2492026-03-17T05:46:24.187Zpostgresql system 15 system
2502026-03-17T05:46:24.187Zpostgresql system 13 system
2512026-03-17T05:46:24.187Zpython vendor 3 vendor
2522026-03-17T05:46:24.187Zpython system 2 system
2532026-03-17T05:46:24.188Zpython3 system 3.11 system
2542026-03-17T05:46:24.188Zruby system 3.0 system
2552026-03-17T05:46:24.188Zwords vendor vendor american-english
2562026-03-17T05:46:24.188Zwords system system australian-english
2572026-03-17T05:46:24.188Zwords system system british-english
2582026-03-17T05:46:24.188Zwords system system canadian-english
2592026-03-17T05:46:24.188Zwords system system french
2602026-03-17T05:46:24.188Zwords system system italian
2612026-03-17T05:46:24.188Zwords system system ngerman
2622026-03-17T05:46:24.188Zwords system system ogerman
2632026-03-17T05:46:24.188Zwords system system spanish
2642026-03-17T05:46:24.486ZPUBLISHER TYPE STATUS P LOCATION
2652026-03-17T05:46:24.486Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-03-17T05:46:30.415ZFMRI IFO
2672026-03-17T05:46:30.415Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-03-17T05:46:30.415Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-03-17T05:46:30.415Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-03-17T05:46:30.415Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-03-17T05:46:30.415Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-03-17T05:46:30.415Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-03-17T05:46:30.415Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742026-03-17T05:46:30.415Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-03-17T05:46:30.415Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-03-17T05:46:30.415Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-03-17T05:46:30.415Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-03-17T05:46:30.415Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-03-17T05:46:30.415Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-03-17T05:46:30.415Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-03-17T05:46:30.415Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-03-17T05:46:30.415Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-03-17T05:46:31.637Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-03-17T05:46:31.887Z Updating crates.io index
2852026-03-17T05:46:31.922Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-03-17T05:46:32.628Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-03-17T05:46:33.053Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-03-17T05:46:33.298Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-03-17T05:46:33.815Z Updating git repository `https://github.com/oxidecomputer/falcon`
2902026-03-17T05:46:34.785Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912026-03-17T05:46:35.258Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922026-03-17T05:46:36.572Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932026-03-17T05:46:38.352Z Updating git repository `https://github.com/oxidecomputer/opte`
2942026-03-17T05:46:39.328Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952026-03-17T05:46:39.656Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962026-03-17T05:46:41.414Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-03-17T05:46:41.792Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-03-17T05:46:42.369Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-03-17T05:46:42.760Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-03-17T05:46:43.620Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-03-17T05:46:44.325Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-03-17T05:46:44.606Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-03-17T05:46:45.023Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-03-17T05:46:45.463Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-03-17T05:46:45.678Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-03-17T05:46:45.892Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-03-17T05:46:46.115Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-03-17T05:46:46.533Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092026-03-17T05:46:47.021Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-03-17T05:46:47.765Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-03-17T05:46:48.009Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-03-17T05:46:48.319Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-03-17T05:46:49.240Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-03-17T05:46:49.759Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-03-17T05:46:50.214Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-03-17T05:46:50.518Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-03-17T05:46:50.889Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-03-17T05:46:51.455Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-03-17T05:46:51.699Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-03-17T05:46:51.944Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-03-17T05:46:52.208Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-03-17T05:46:52.608Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-03-17T05:47:06.957Z Downloading crates ...
3242026-03-17T05:47:07.022Z Downloaded anstream v0.6.21
3252026-03-17T05:47:07.025Z Downloaded bytecount v0.6.9
3262026-03-17T05:47:07.028Z Downloaded bitflags v2.11.0
3272026-03-17T05:47:07.031Z Downloaded pretty-hex v0.4.1
3282026-03-17T05:47:07.034Z Downloaded log v0.4.29
3292026-03-17T05:47:07.034Z Downloaded idna_adapter v1.2.1
3302026-03-17T05:47:07.034Z Downloaded fnv v1.0.7
3312026-03-17T05:47:07.045Z Downloaded textwrap v0.16.2
3322026-03-17T05:47:07.048Z Downloaded yoke-derive v0.8.1
3332026-03-17T05:47:07.051Z Downloaded thiserror v1.0.69
3342026-03-17T05:47:07.054Z Downloaded thread-id v4.2.2
3352026-03-17T05:47:07.054Z Downloaded num-traits v0.2.19
3362026-03-17T05:47:07.058Z Downloaded toml v0.8.23
3372026-03-17T05:47:07.061Z Downloaded utf8parse v0.2.2
3382026-03-17T05:47:07.061Z Downloaded version_check v0.9.5
3392026-03-17T05:47:07.061Z Downloaded usdt-attr-macro v0.5.0
3402026-03-17T05:47:07.061Z Downloaded errno v0.3.14
3412026-03-17T05:47:07.066Z Downloaded utf8_iter v1.0.4
3422026-03-17T05:47:07.069Z Downloaded colorchoice v1.0.4
3432026-03-17T05:47:07.073Z Downloaded heck v0.5.0
3442026-03-17T05:47:07.077Z Downloaded form_urlencoded v1.2.2
3452026-03-17T05:47:07.077Z Downloaded toml_write v0.1.2
3462026-03-17T05:47:07.077Z Downloaded scroll v0.12.0
3472026-03-17T05:47:07.082Z Downloaded zerofrom-derive v0.1.6
3482026-03-17T05:47:07.082Z Downloaded zerofrom v0.1.6
3492026-03-17T05:47:07.082Z Downloaded usdt v0.5.0
3502026-03-17T05:47:07.085Z Downloaded erased-serde v0.4.9
3512026-03-17T05:47:07.085Z Downloaded fs-err v3.3.0
3522026-03-17T05:47:07.085Z Downloaded camino-tempfile v1.4.1
3532026-03-17T05:47:07.088Z Downloaded usdt-macro v0.5.0
3542026-03-17T05:47:07.088Z Downloaded toml_datetime v0.6.11
3552026-03-17T05:47:07.091Z Downloaded unicode-xid v0.2.6
3562026-03-17T05:47:07.091Z Downloaded anstyle v1.0.13
3572026-03-17T05:47:07.094Z Downloaded thiserror-impl v2.0.18
3582026-03-17T05:47:07.094Z Downloaded unicode-linebreak v0.1.5
3592026-03-17T05:47:07.094Z Downloaded equivalent v1.0.2
3602026-03-17T05:47:07.100Z Downloaded crypto-common v0.1.7
3612026-03-17T05:47:07.100Z Downloaded usdt-impl v0.5.0
3622026-03-17T05:47:07.103Z Downloaded typeid v1.0.3
3632026-03-17T05:47:07.103Z Downloaded thiserror v2.0.18
3642026-03-17T05:47:07.104Z Downloaded zmij v1.0.21
3652026-03-17T05:47:07.107Z Downloaded generic-array v0.14.7
3662026-03-17T05:47:07.107Z Downloaded swrite v0.1.0
3672026-03-17T05:47:07.107Z Downloaded macaddr v1.0.1
3682026-03-17T05:47:07.107Z Downloaded yoke v0.8.1
3692026-03-17T05:47:07.110Z Downloaded heck v0.4.1
3702026-03-17T05:47:07.110Z Downloaded writeable v0.6.2
3712026-03-17T05:47:07.111Z Downloaded thiserror-impl v1.0.69
3722026-03-17T05:47:07.114Z Downloaded dtrace-parser v0.2.0
3732026-03-17T05:47:07.114Z Downloaded block-buffer v0.10.4
3742026-03-17T05:47:07.114Z Downloaded serde_spanned v0.6.9
3752026-03-17T05:47:07.114Z Downloaded smawk v0.3.2
3762026-03-17T05:47:07.117Z Downloaded zerocopy-derive v0.7.35
3772026-03-17T05:47:07.120Z Downloaded fastrand v2.3.0
3782026-03-17T05:47:07.120Z Downloaded tinystr v0.8.2
3792026-03-17T05:47:07.123Z Downloaded ucd-trie v0.1.7
3802026-03-17T05:47:07.123Z Downloaded zerovec-derive v0.11.2
3812026-03-17T05:47:07.126Z Downloaded once_cell v1.21.3
3822026-03-17T05:47:07.126Z Downloaded icu_normalizer_data v2.1.1
3832026-03-17T05:47:07.130Z Downloaded itoa v1.0.17
3842026-03-17T05:47:07.130Z Downloaded icu_normalizer v2.1.1
3852026-03-17T05:47:07.134Z Downloaded terminal_size v0.4.3
3862026-03-17T05:47:07.137Z Downloaded proc-macro-error-attr v1.0.4
3872026-03-17T05:47:07.137Z Downloaded unicode-ident v1.0.24
3882026-03-17T05:47:07.140Z Downloaded potential_utf v0.1.4
3892026-03-17T05:47:07.140Z Downloaded strsim v0.11.1
3902026-03-17T05:47:07.144Z Downloaded serde-value v0.7.0
3912026-03-17T05:47:07.147Z Downloaded typenum v1.19.0
3922026-03-17T05:47:07.149Z Downloaded cargo-platform v0.2.0
3932026-03-17T05:47:07.150Z Downloaded ordered-float v2.10.1
3942026-03-17T05:47:07.154Z Downloaded zerotrie v0.2.3
3952026-03-17T05:47:07.157Z Downloaded url v2.5.8
3962026-03-17T05:47:07.160Z Downloaded scroll_derive v0.12.1
3972026-03-17T05:47:07.160Z Downloaded is_terminal_polyfill v1.70.2
3982026-03-17T05:47:07.160Z Downloaded clap_lex v1.0.0
3992026-03-17T05:47:07.163Z Downloaded cfg-if v1.0.4
4002026-03-17T05:47:07.163Z Downloaded toml_edit v0.22.27
4012026-03-17T05:47:07.166Z Downloaded memmap v0.7.0
4022026-03-17T05:47:07.167Z Downloaded percent-encoding v2.3.2
4032026-03-17T05:47:07.170Z Downloaded zerovec v0.11.5
4042026-03-17T05:47:07.173Z Downloaded cpufeatures v0.2.17
4052026-03-17T05:47:07.173Z Downloaded dof v0.3.0
4062026-03-17T05:47:07.176Z Downloaded stable_deref_trait v1.2.1
4072026-03-17T05:47:07.179Z Downloaded tabled_derive v0.7.0
4082026-03-17T05:47:07.179Z Downloaded anyhow v1.0.102
4092026-03-17T05:47:07.185Z Downloaded zerocopy v0.7.35
4102026-03-17T05:47:07.195Z Downloaded proc-macro-error v1.0.4
4112026-03-17T05:47:07.198Z Downloaded winnow v0.7.15
4122026-03-17T05:47:07.203Z Downloaded synstructure v0.13.2
4132026-03-17T05:47:07.206Z Downloaded anstyle-query v1.1.5
4142026-03-17T05:47:07.206Z Downloaded icu_collections v2.1.1
4152026-03-17T05:47:07.210Z Downloaded displaydoc v0.2.5
4162026-03-17T05:47:07.213Z Downloaded unicode-width v0.2.0
4172026-03-17T05:47:07.216Z Downloaded serde_tokenstream v0.2.3
4182026-03-17T05:47:07.216Z Downloaded cargo_metadata v0.21.0
4192026-03-17T05:47:07.219Z Downloaded sha2 v0.10.9
4202026-03-17T05:47:07.219Z Downloaded semver v1.0.27
4212026-03-17T05:47:07.222Z Downloaded plain v0.2.3
4222026-03-17T05:47:07.222Z Downloaded byteorder v1.5.0
4232026-03-17T05:47:07.225Z Downloaded unicode-width v0.1.14
4242026-03-17T05:47:07.228Z Downloaded autocfg v1.5.0
4252026-03-17T05:47:07.228Z Downloaded digest v0.10.7
4262026-03-17T05:47:07.231Z Downloaded getrandom v0.4.1
4272026-03-17T05:47:07.232Z Downloaded pest_generator v2.8.6
4282026-03-17T05:47:07.235Z Downloaded pest_derive v2.8.6
4292026-03-17T05:47:07.235Z Downloaded camino v1.2.2
4302026-03-17T05:47:07.238Z Downloaded litemap v0.8.1
4312026-03-17T05:47:07.238Z Downloaded cargo_toml v0.21.0
4322026-03-17T05:47:07.238Z Downloaded clap_derive v4.5.55
4332026-03-17T05:47:07.241Z Downloaded anstyle-parse v0.2.7
4342026-03-17T05:47:07.249Z Downloaded smallvec v1.15.1
4352026-03-17T05:47:07.259Z Downloaded quote v1.0.44
4362026-03-17T05:47:07.263Z Downloaded cargo-util-schemas v0.8.2
4372026-03-17T05:47:07.275Z Downloaded serde_core v1.0.228
4382026-03-17T05:47:07.283Z Downloaded tempfile v3.25.0
4392026-03-17T05:47:07.286Z Downloaded serde-untagged v0.1.9
4402026-03-17T05:47:07.289Z Downloaded clap v4.5.60
4412026-03-17T05:47:07.293Z Downloaded serde_derive v1.0.228
4422026-03-17T05:47:07.296Z Downloaded papergrid v0.11.0
4432026-03-17T05:47:07.299Z Downloaded proc-macro2 v1.0.106
4442026-03-17T05:47:07.302Z Downloaded pest_meta v2.8.6
4452026-03-17T05:47:07.305Z Downloaded icu_provider v2.1.1
4462026-03-17T05:47:07.308Z Downloaded icu_locale_core v2.1.1
4472026-03-17T05:47:07.311Z Downloaded icu_properties v2.1.2
4482026-03-17T05:47:07.314Z Downloaded serde v1.0.228
4492026-03-17T05:47:07.318Z Downloaded indexmap v2.13.0
4502026-03-17T05:47:07.321Z Downloaded memchr v2.8.0
4512026-03-17T05:47:07.324Z Downloaded idna v1.1.0
4522026-03-17T05:47:07.343Z Downloaded icu_properties_data v2.1.2
4532026-03-17T05:47:07.349Z Downloaded hashbrown v0.16.1
4542026-03-17T05:47:07.368Z Downloaded pest v2.8.6
4552026-03-17T05:47:07.377Z Downloaded goblin v0.8.2
4562026-03-17T05:47:07.381Z Downloaded serde_json v1.0.149
4572026-03-17T05:47:07.391Z Downloaded clap_builder v4.5.60
4582026-03-17T05:47:07.403Z Downloaded tabled v0.15.0
4592026-03-17T05:47:07.431Z Downloaded syn v1.0.109
4602026-03-17T05:47:07.438Z Downloaded syn v2.0.117
4612026-03-17T05:47:07.453Z Downloaded rustix v1.1.3
4622026-03-17T05:47:07.487Z Downloaded libc v0.2.180
4632026-03-17T05:47:07.575Z Compiling proc-macro2 v1.0.106
4642026-03-17T05:47:07.579Z Compiling unicode-ident v1.0.24
4652026-03-17T05:47:07.579Z Compiling quote v1.0.44
4662026-03-17T05:47:07.579Z Compiling serde_core v1.0.228
4672026-03-17T05:47:07.579Z Compiling libc v0.2.180
4682026-03-17T05:47:07.579Z Compiling version_check v0.9.5
4692026-03-17T05:47:07.579Z Compiling serde v1.0.228
4702026-03-17T05:47:07.579Z Compiling stable_deref_trait v1.2.1
4712026-03-17T05:47:07.980Z Compiling memchr v2.8.0
4722026-03-17T05:47:08.003Z Compiling zmij v1.0.21
4732026-03-17T05:47:08.252Z Compiling thiserror v1.0.69
4742026-03-17T05:47:08.366Z Compiling ucd-trie v0.1.7
4752026-03-17T05:47:08.603Z Compiling autocfg v1.5.0
4762026-03-17T05:47:08.799Z Compiling itoa v1.0.17
4772026-03-17T05:47:08.879Z Compiling pest v2.8.6
4782026-03-17T05:47:08.944Z Compiling writeable v0.6.2
4792026-03-17T05:47:09.023Z Compiling litemap v0.8.1
4802026-03-17T05:47:09.103Z Compiling byteorder v1.5.0
4812026-03-17T05:47:09.234Z Compiling icu_properties_data v2.1.2
4822026-03-17T05:47:09.314Z Compiling rustix v1.1.3
4832026-03-17T05:47:09.416Z Compiling icu_normalizer_data v2.1.1
4842026-03-17T05:47:09.468Z Compiling syn v2.0.117
4852026-03-17T05:47:09.670Z Compiling errno v0.3.14
4862026-03-17T05:47:09.698Z Compiling bitflags v2.11.0
4872026-03-17T05:47:09.866Z Compiling serde_json v1.0.149
4882026-03-17T05:47:10.105Z Compiling num-traits v0.2.19
4892026-03-17T05:47:10.154Z Compiling typeid v1.0.3
4902026-03-17T05:47:10.246Z Compiling equivalent v1.0.2
4912026-03-17T05:47:10.355Z Compiling hashbrown v0.16.1
4922026-03-17T05:47:10.358Z Compiling smallvec v1.15.1
4932026-03-17T05:47:10.481Z Compiling pest_meta v2.8.6
4942026-03-17T05:47:10.917Z Compiling thread-id v4.2.2
4952026-03-17T05:47:10.950Z Compiling usdt-impl v0.5.0
4962026-03-17T05:47:11.023Z Compiling indexmap v2.13.0
4972026-03-17T05:47:11.070Z Compiling proc-macro-error-attr v1.0.4
4982026-03-17T05:47:11.194Z Compiling erased-serde v0.4.9
4992026-03-17T05:47:11.217Z Compiling syn v1.0.109
5002026-03-17T05:47:11.293Z Compiling toml_write v0.1.2
5012026-03-17T05:47:11.549Z Compiling winnow v0.7.15
5022026-03-17T05:47:11.864Z Compiling proc-macro-error v1.0.4
5032026-03-17T05:47:11.948Z Compiling thiserror v2.0.18
5042026-03-17T05:47:12.091Z Compiling percent-encoding v2.3.2
5052026-03-17T05:47:12.343Z Compiling log v0.4.29
5062026-03-17T05:47:12.370Z Compiling getrandom v0.4.1
5072026-03-17T05:47:12.584Z Compiling utf8_iter v1.0.4
5082026-03-17T05:47:12.676Z Compiling utf8parse v0.2.2
5092026-03-17T05:47:12.771Z Compiling camino v1.2.2
5102026-03-17T05:47:12.795Z Compiling plain v0.2.3
5112026-03-17T05:47:12.843Z Compiling anstyle-parse v0.2.7
5122026-03-17T05:47:12.869Z Compiling ordered-float v2.10.1
5132026-03-17T05:47:12.959Z Compiling form_urlencoded v1.2.2
5142026-03-17T05:47:13.147Z Compiling synstructure v0.13.2
5152026-03-17T05:47:13.171Z Compiling pest_generator v2.8.6
5162026-03-17T05:47:13.265Z Compiling terminal_size v0.4.3
5172026-03-17T05:47:13.562Z Compiling colorchoice v1.0.4
5182026-03-17T05:47:13.764Z Compiling anstyle-query v1.1.5
5192026-03-17T05:47:13.788Z Compiling cfg-if v1.0.4
5202026-03-17T05:47:13.811Z Compiling is_terminal_polyfill v1.70.2
5212026-03-17T05:47:13.883Z Compiling pretty-hex v0.4.1
5222026-03-17T05:47:13.909Z Compiling anstyle v1.0.13
5232026-03-17T05:47:13.957Z Compiling serde-untagged v0.1.9
5242026-03-17T05:47:14.118Z Compiling semver v1.0.27
5252026-03-17T05:47:14.156Z Compiling anstream v0.6.21
5262026-03-17T05:47:14.211Z Compiling fs-err v3.3.0
5272026-03-17T05:47:14.280Z Compiling once_cell v1.21.3
5282026-03-17T05:47:14.445Z Compiling strsim v0.11.1
5292026-03-17T05:47:14.550Z Compiling heck v0.4.1
5302026-03-17T05:47:14.580Z Compiling heck v0.5.0
5312026-03-17T05:47:14.598Z Compiling anyhow v1.0.102
5322026-03-17T05:47:14.623Z Compiling bytecount v0.6.9
5332026-03-17T05:47:14.807Z Compiling fnv v1.0.7
5342026-03-17T05:47:14.902Z Compiling unicode-width v0.1.14
5352026-03-17T05:47:14.925Z Compiling unicode-xid v0.2.6
5362026-03-17T05:47:14.949Z Compiling clap_lex v1.0.0
5372026-03-17T05:47:14.999Z Compiling fastrand v2.3.0
5382026-03-17T05:47:15.255Z Compiling tempfile v3.25.0
5392026-03-17T05:47:15.259Z Compiling papergrid v0.11.0
5402026-03-17T05:47:15.259Z Compiling clap_builder v4.5.60
5412026-03-17T05:47:15.359Z Compiling memmap v0.7.0
5422026-03-17T05:47:15.453Z Compiling smawk v0.3.2
5432026-03-17T05:47:15.589Z Compiling unicode-linebreak v0.1.5
5442026-03-17T05:47:15.632Z Compiling unicode-width v0.2.0
5452026-03-17T05:47:15.718Z Compiling serde_derive v1.0.228
5462026-03-17T05:47:15.751Z Compiling zerofrom-derive v0.1.6
5472026-03-17T05:47:15.902Z Compiling yoke-derive v0.8.1
5482026-03-17T05:47:15.989Z Compiling zerovec-derive v0.11.2
5492026-03-17T05:47:16.218Z Compiling displaydoc v0.2.5
5502026-03-17T05:47:17.159Z Compiling thiserror-impl v1.0.69
5512026-03-17T05:47:17.238Z Compiling zerocopy-derive v0.7.35
5522026-03-17T05:47:17.441Z Compiling pest_derive v2.8.6
5532026-03-17T05:47:17.441Z Compiling scroll_derive v0.12.1
5542026-03-17T05:47:17.633Z Compiling zerofrom v0.1.6
5552026-03-17T05:47:17.801Z Compiling yoke v0.8.1
5562026-03-17T05:47:17.988Z Compiling thiserror-impl v2.0.18
5572026-03-17T05:47:18.047Z Compiling zerovec v0.11.5
5582026-03-17T05:47:18.295Z Compiling zerotrie v0.2.3
5592026-03-17T05:47:18.384Z Compiling zerocopy v0.7.35
5602026-03-17T05:47:18.691Z Compiling tinystr v0.8.2
5612026-03-17T05:47:18.776Z Compiling potential_utf v0.1.4
5622026-03-17T05:47:18.973Z Compiling icu_locale_core v2.1.1
5632026-03-17T05:47:18.997Z Compiling icu_collections v2.1.1
5642026-03-17T05:47:19.021Z Compiling dtrace-parser v0.2.0
5652026-03-17T05:47:19.200Z Compiling scroll v0.12.0
5662026-03-17T05:47:19.569Z Compiling goblin v0.8.2
5672026-03-17T05:47:19.591Z Compiling tabled_derive v0.7.0
5682026-03-17T05:47:19.647Z Compiling clap_derive v4.5.55
5692026-03-17T05:47:19.847Z Compiling icu_provider v2.1.1
5702026-03-17T05:47:20.224Z Compiling icu_normalizer v2.1.1
5712026-03-17T05:47:20.248Z Compiling icu_properties v2.1.2
5722026-03-17T05:47:20.250Z Compiling textwrap v0.16.2
5732026-03-17T05:47:20.425Z Compiling serde_spanned v0.6.9
5742026-03-17T05:47:20.610Z Compiling toml_datetime v0.6.11
5752026-03-17T05:47:20.646Z Compiling dof v0.3.0
5762026-03-17T05:47:20.813Z Compiling serde_tokenstream v0.2.3
5772026-03-17T05:47:20.880Z Compiling toml_edit v0.22.27
5782026-03-17T05:47:20.932Z Compiling serde-value v0.7.0
5792026-03-17T05:47:20.957Z Compiling cargo-platform v0.2.0
5802026-03-17T05:47:21.228Z Compiling tabled v0.15.0
5812026-03-17T05:47:21.325Z Compiling macaddr v1.0.1
5822026-03-17T05:47:21.429Z Compiling camino-tempfile v1.4.1
5832026-03-17T05:47:21.614Z Compiling idna_adapter v1.2.1
5842026-03-17T05:47:21.791Z Compiling idna v1.1.0
5852026-03-17T05:47:22.009Z Compiling usdt-attr-macro v0.5.0
5862026-03-17T05:47:22.032Z Compiling usdt-macro v0.5.0
5872026-03-17T05:47:22.117Z Compiling clap v4.5.60
5882026-03-17T05:47:22.224Z Compiling url v2.5.8
5892026-03-17T05:47:22.282Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5902026-03-17T05:47:22.665Z Compiling swrite v0.1.0
5912026-03-17T05:47:22.790Z Compiling toml v0.8.23
5922026-03-17T05:47:23.290Z Compiling cargo-util-schemas v0.8.2
5932026-03-17T05:47:23.544Z Compiling usdt v0.5.0
5942026-03-17T05:47:23.630Z Compiling cargo_toml v0.21.0
5952026-03-17T05:47:24.583Z Compiling cargo_metadata v0.21.0
5962026-03-17T05:47:25.892Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-03-17T05:47:28.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.27s
5982026-03-17T05:47:29.013Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-03-17T05:47:29.747Z Downloading crates ...
6002026-03-17T05:47:29.858Z Downloaded block-padding v0.3.3
6012026-03-17T05:47:29.862Z Downloaded cfg_aliases v0.1.1
6022026-03-17T05:47:29.870Z Downloaded cstr-argument v0.1.2
6032026-03-17T05:47:29.873Z Downloaded crossbeam-deque v0.8.6
6042026-03-17T05:47:29.876Z Downloaded critical-section v1.2.0
6052026-03-17T05:47:29.880Z Downloaded const_format v0.2.35
6062026-03-17T05:47:29.884Z Downloaded difflib v0.4.0
6072026-03-17T05:47:29.887Z Downloaded dtrace-parser v0.3.0
6082026-03-17T05:47:29.889Z Downloaded chrono v0.4.44
6092026-03-17T05:47:29.893Z Downloaded derive_more v2.1.1
6102026-03-17T05:47:29.903Z Downloaded fixedbitset v0.5.7
6112026-03-17T05:47:29.906Z Downloaded aead v0.5.2
6122026-03-17T05:47:29.906Z Downloaded downcast-rs v2.0.2
6132026-03-17T05:47:29.908Z Downloaded derive_builder_macro v0.20.2
6142026-03-17T05:47:29.908Z Downloaded adler2 v2.0.1
6152026-03-17T05:47:29.911Z Downloaded display-error-chain v0.2.2
6162026-03-17T05:47:29.911Z Downloaded foreign-types-macros v0.2.3
6172026-03-17T05:47:29.911Z Downloaded arrayvec v0.7.6
6182026-03-17T05:47:29.914Z Downloaded const-oid v0.9.6
6192026-03-17T05:47:29.916Z Downloaded der_derive v0.7.3
6202026-03-17T05:47:29.916Z Downloaded debug-ignore v1.0.5
6212026-03-17T05:47:29.920Z Downloaded dof v0.4.0
6222026-03-17T05:47:29.920Z Downloaded blake2 v0.10.6
6232026-03-17T05:47:29.923Z Downloaded ciborium v0.2.2
6242026-03-17T05:47:29.923Z Downloaded derive_builder_core v0.20.2
6252026-03-17T05:47:29.925Z Downloaded blowfish v0.9.1
6262026-03-17T05:47:29.928Z Downloaded ed25519 v2.2.3
6272026-03-17T05:47:29.928Z Downloaded env_logger v0.11.9
6282026-03-17T05:47:29.931Z Downloaded ahash v0.8.12
6292026-03-17T05:47:29.934Z Downloaded bzip2 v0.4.4
6302026-03-17T05:47:29.934Z Downloaded bitfield-struct v0.6.2
6312026-03-17T05:47:29.937Z Downloaded bitfield-macros v0.19.4
6322026-03-17T05:47:29.937Z Downloaded diesel-dtrace v0.5.0
6332026-03-17T05:47:29.939Z Downloaded array-init v0.0.4
6342026-03-17T05:47:29.939Z Downloaded crossterm v0.28.1
6352026-03-17T05:47:29.944Z Downloaded document-features v0.2.12
6362026-03-17T05:47:29.947Z Downloaded dirs-next v2.0.0
6372026-03-17T05:47:29.947Z Downloaded curve25519-dalek-derive v0.1.1
6382026-03-17T05:47:29.947Z Downloaded crc-catalog v2.4.0
6392026-03-17T05:47:29.950Z Downloaded dsl_auto_type v0.2.0
6402026-03-17T05:47:29.950Z Downloaded convert_case v0.4.0
6412026-03-17T05:47:29.953Z Downloaded crucible-workspace-hack v0.1.0
6422026-03-17T05:47:29.953Z Downloaded ascii-canvas v3.0.0
6432026-03-17T05:47:29.953Z Downloaded cobs v0.3.0
6442026-03-17T05:47:29.956Z Downloaded cexpr v0.6.0
6452026-03-17T05:47:29.956Z Downloaded foreign-types v0.3.2
6462026-03-17T05:47:29.958Z Downloaded embedded-io v0.6.1
6472026-03-17T05:47:29.958Z Downloaded darling_macro v0.20.11
6482026-03-17T05:47:29.962Z Downloaded ciborium-ll v0.2.2
6492026-03-17T05:47:29.962Z Downloaded foreign-types v0.5.0
6502026-03-17T05:47:29.962Z Downloaded base64ct v1.8.3
6512026-03-17T05:47:29.965Z Downloaded dropshot-api-manager-types v0.6.0
6522026-03-17T05:47:29.965Z Downloaded const_format_proc_macros v0.2.34
6532026-03-17T05:47:29.968Z Downloaded crunchy v0.2.4
6542026-03-17T05:47:29.968Z Downloaded embedded-io v0.4.0
6552026-03-17T05:47:29.971Z Downloaded arc-swap v1.8.2
6562026-03-17T05:47:29.974Z Downloaded fallible-iterator v0.2.0
6572026-03-17T05:47:29.974Z Downloaded derive-ex v0.1.8
6582026-03-17T05:47:29.977Z Downloaded crc v3.4.0
6592026-03-17T05:47:29.977Z Downloaded camino-tempfile-ext v0.3.3
6602026-03-17T05:47:29.980Z Downloaded bit-vec v0.6.3
6612026-03-17T05:47:29.980Z Downloaded bit-set v0.8.0
6622026-03-17T05:47:29.982Z Downloaded base16ct v1.0.0
6632026-03-17T05:47:29.982Z Downloaded cpufeatures v0.3.0
6642026-03-17T05:47:29.986Z Downloaded castaway v0.2.4
6652026-03-17T05:47:29.986Z Downloaded dyn-clone v1.0.20
6662026-03-17T05:47:29.989Z Downloaded diesel_table_macro_syntax v0.3.0
6672026-03-17T05:47:29.989Z Downloaded atomic-waker v1.1.2
6682026-03-17T05:47:29.989Z Downloaded dunce v1.0.5
6692026-03-17T05:47:29.995Z Downloaded async-stream-impl v0.3.6
6702026-03-17T05:47:29.995Z Downloaded arrayref v0.3.9
6712026-03-17T05:47:29.995Z Downloaded crc8 v0.1.1
6722026-03-17T05:47:29.998Z Downloaded ciborium-io v0.2.2
6732026-03-17T05:47:29.998Z Downloaded futures-macro v0.3.32
6742026-03-17T05:47:29.998Z Downloaded float-ord v0.3.2
6752026-03-17T05:47:29.998Z Downloaded fixedbitset v0.4.2
6762026-03-17T05:47:29.998Z Downloaded cargo-platform v0.1.9
6772026-03-17T05:47:29.998Z Downloaded bb8 v0.8.6
6782026-03-17T05:47:30.002Z Downloaded corncobs v0.1.4
6792026-03-17T05:47:30.002Z Downloaded bit-set v0.5.3
6802026-03-17T05:47:30.004Z Downloaded cargo_metadata v0.19.2
6812026-03-17T05:47:30.004Z Downloaded flagset v0.4.7
6822026-03-17T05:47:30.008Z Downloaded ecdsa v0.16.9
6832026-03-17T05:47:30.008Z Downloaded futures-sink v0.3.32
6842026-03-17T05:47:30.008Z Downloaded futures-io v0.3.32
6852026-03-17T05:47:30.011Z Downloaded foldhash v0.1.5
6862026-03-17T05:47:30.011Z Downloaded endian-type v0.1.2
6872026-03-17T05:47:30.013Z Downloaded fxhash v0.2.1
6882026-03-17T05:47:30.013Z Downloaded enum-as-inner v0.6.1
6892026-03-17T05:47:30.013Z Downloaded chacha20 v0.10.0
6902026-03-17T05:47:30.016Z Downloaded futures-core v0.3.32
6912026-03-17T05:47:30.019Z Downloaded ena v0.14.4
6922026-03-17T05:47:30.019Z Downloaded defmt v0.3.100
6932026-03-17T05:47:30.022Z Downloaded ff v0.13.1
6942026-03-17T05:47:30.022Z Downloaded defmt v1.0.1
6952026-03-17T05:47:30.025Z Downloaded ghash v0.5.1
6962026-03-17T05:47:30.025Z Downloaded funty v2.0.0
6972026-03-17T05:47:30.028Z Downloaded foreign-types-shared v0.1.1
6982026-03-17T05:47:30.028Z Downloaded ctr v0.9.2
6992026-03-17T05:47:30.030Z Downloaded hash32 v0.3.1
7002026-03-17T05:47:30.031Z Downloaded hash32 v0.2.1
7012026-03-17T05:47:30.033Z Downloaded gethostname v0.5.0
7022026-03-17T05:47:30.033Z Downloaded darling_macro v0.21.3
7032026-03-17T05:47:30.033Z Downloaded globwalk v0.9.1
7042026-03-17T05:47:30.038Z Downloaded futures-task v0.3.32
7052026-03-17T05:47:30.038Z Downloaded hex v0.4.3
7062026-03-17T05:47:30.040Z Downloaded git-stub v1.0.0
7072026-03-17T05:47:30.040Z Downloaded env_filter v1.0.0
7082026-03-17T05:47:30.040Z Downloaded cfg_aliases v0.2.1
7092026-03-17T05:47:30.040Z Downloaded headers-core v0.3.0
7102026-03-17T05:47:30.043Z Downloaded darling_macro v0.23.0
7112026-03-17T05:47:30.043Z Downloaded dirs-sys-next v0.1.2
7122026-03-17T05:47:30.043Z Downloaded foreign-types-shared v0.3.1
7132026-03-17T05:47:30.046Z Downloaded chacha20 v0.9.1
7142026-03-17T05:47:30.046Z Downloaded cassowary v0.3.0
7152026-03-17T05:47:30.049Z Downloaded deranged v0.5.8
7162026-03-17T05:47:30.049Z Downloaded bitfield v0.19.4
7172026-03-17T05:47:30.051Z Downloaded http-body v1.0.1
7182026-03-17T05:47:30.051Z Downloaded drift v0.1.3
7192026-03-17T05:47:30.055Z Downloaded foldhash v0.2.0
7202026-03-17T05:47:30.059Z Downloaded bitflags v1.3.2
7212026-03-17T05:47:30.062Z Downloaded crc32fast v1.5.0
7222026-03-17T05:47:30.062Z Downloaded console v0.16.2
7232026-03-17T05:47:30.065Z Downloaded hostname v0.4.2
7242026-03-17T05:47:30.065Z Downloaded hubpack_derive v0.1.1
7252026-03-17T05:47:30.067Z Downloaded hubpack v0.1.2
7262026-03-17T05:47:30.067Z Downloaded httpdate v1.0.3
7272026-03-17T05:47:30.070Z Downloaded darling v0.20.11
7282026-03-17T05:47:30.073Z Downloaded hyper-tls v0.6.0
7292026-03-17T05:47:30.073Z Downloaded futures-executor v0.3.32
7302026-03-17T05:47:30.076Z Downloaded either v1.15.0
7312026-03-17T05:47:30.076Z Downloaded convert_case v0.10.0
7322026-03-17T05:47:30.078Z Downloaded colored v2.2.0
7332026-03-17T05:47:30.081Z Downloaded indoc v1.0.9
7342026-03-17T05:47:30.084Z Downloaded ident_case v1.0.1
7352026-03-17T05:47:30.084Z Downloaded home v0.5.12
7362026-03-17T05:47:30.084Z Downloaded cmake v0.1.57
7372026-03-17T05:47:30.087Z Downloaded async-trait v0.1.89
7382026-03-17T05:47:30.102Z Downloaded is-terminal v0.4.17
7392026-03-17T05:47:30.105Z Downloaded backon v1.6.0
7402026-03-17T05:47:30.107Z Downloaded instant v0.1.13
7412026-03-17T05:47:30.107Z Downloaded instability v0.3.11
7422026-03-17T05:47:30.110Z Downloaded inout v0.1.4
7432026-03-17T05:47:30.110Z Downloaded is_ci v1.2.0
7442026-03-17T05:47:30.113Z Downloaded internet-checksum v0.2.1
7452026-03-17T05:47:30.113Z Downloaded git-stub-vcs v0.1.0
7462026-03-17T05:47:30.113Z Downloaded console v0.15.11
7472026-03-17T05:47:30.115Z Downloaded cargo_toml v0.22.3
7482026-03-17T05:47:30.118Z Downloaded lazy_static v1.5.0
7492026-03-17T05:47:30.118Z Downloaded kstat-rs v0.2.4
7502026-03-17T05:47:30.121Z Downloaded diff v0.1.13
7512026-03-17T05:47:30.124Z Downloaded indent_write v2.2.0
7522026-03-17T05:47:30.124Z Downloaded float-cmp v0.10.0
7532026-03-17T05:47:30.126Z Downloaded http-range v0.1.5
7542026-03-17T05:47:30.126Z Downloaded highway v1.3.0
7552026-03-17T05:47:30.129Z Downloaded crossbeam-utils v0.8.21
7562026-03-17T05:47:30.129Z Downloaded crossbeam-epoch v0.9.18
7572026-03-17T05:47:30.132Z Downloaded maplit v1.0.2
7582026-03-17T05:47:30.135Z Downloaded derive_more v0.99.20
7592026-03-17T05:47:30.139Z Downloaded find-msvc-tools v0.1.9
7602026-03-17T05:47:30.141Z Downloaded http-body-util v0.1.3
7612026-03-17T05:47:30.141Z Downloaded keccak v0.1.6
7622026-03-17T05:47:30.141Z Downloaded humantime v2.3.0
7632026-03-17T05:47:30.145Z Downloaded erased-serde v0.3.31
7642026-03-17T05:47:30.145Z Downloaded lzss v0.8.2
7652026-03-17T05:47:30.147Z Downloaded memoffset v0.9.1
7662026-03-17T05:47:30.147Z Downloaded indoc v2.0.7
7672026-03-17T05:47:30.151Z Downloaded ingot v0.1.1
7682026-03-17T05:47:30.153Z Downloaded hyper-staticfile v0.10.1
7692026-03-17T05:47:30.153Z Downloaded ingot-types v0.1.2
7702026-03-17T05:47:30.157Z Downloaded half v1.8.3
7712026-03-17T05:47:30.157Z Downloaded cookie v0.18.1
7722026-03-17T05:47:30.160Z Downloaded fatfs v0.3.6
7732026-03-17T05:47:30.163Z Downloaded newline-converter v0.3.0
7742026-03-17T05:47:30.163Z Downloaded mime v0.3.17
7752026-03-17T05:47:30.163Z Downloaded md-5 v0.10.6
7762026-03-17T05:47:30.166Z Downloaded nodrop v0.1.14
7772026-03-17T05:47:30.166Z Downloaded newtype_derive v0.1.6
7782026-03-17T05:47:30.170Z Downloaded multimap v0.10.1
7792026-03-17T05:47:30.170Z Downloaded des v0.8.1
7802026-03-17T05:47:30.170Z Downloaded cookie_store v0.22.1
7812026-03-17T05:47:30.173Z Downloaded async-bb8-diesel v0.2.1
7822026-03-17T05:47:30.176Z Downloaded globset v0.4.18
7832026-03-17T05:47:30.176Z Downloaded getrandom v0.2.17
7842026-03-17T05:47:30.179Z Downloaded ipnet v2.11.0
7852026-03-17T05:47:30.179Z Downloaded normalize-line-endings v0.3.0
7862026-03-17T05:47:30.181Z Downloaded newtype-uuid-macros v0.1.0
7872026-03-17T05:47:30.182Z Downloaded nibble_vec v0.1.0
7882026-03-17T05:47:30.184Z Downloaded num-derive v0.4.2
7892026-03-17T05:47:30.184Z Downloaded nonempty v0.12.0
7902026-03-17T05:47:30.187Z Downloaded num v0.4.3
7912026-03-17T05:47:30.187Z Downloaded num-conv v0.2.0
7922026-03-17T05:47:30.187Z Downloaded hmac v0.12.1
7932026-03-17T05:47:30.190Z Downloaded new_debug_unreachable v1.0.6
7942026-03-17T05:47:30.190Z Downloaded chacha20poly1305 v0.10.1
7952026-03-17T05:47:30.192Z Downloaded jobserver v0.1.34
7962026-03-17T05:47:30.195Z Downloaded derive-where v1.6.0
7972026-03-17T05:47:30.197Z Downloaded num-iter v0.1.45
7982026-03-17T05:47:30.198Z Downloaded num_threads v0.1.7
7992026-03-17T05:47:30.200Z Downloaded num-derive v0.3.3
8002026-03-17T05:47:30.200Z Downloaded openssl-probe v0.2.1
8012026-03-17T05:47:30.203Z Downloaded linear-map v1.2.0
8022026-03-17T05:47:30.203Z Downloaded futures-channel v0.3.32
8032026-03-17T05:47:30.205Z Downloaded hyper-rustls v0.27.7
8042026-03-17T05:47:30.208Z Downloaded iana-time-zone v0.1.65
8052026-03-17T05:47:30.211Z Downloaded maybe-uninit v2.0.0
8062026-03-17T05:47:30.211Z Downloaded openssl-probe v0.1.6
8072026-03-17T05:47:30.215Z Downloaded oso-derive v0.27.3
8082026-03-17T05:47:30.215Z Downloaded openssl-macros v0.1.1
8092026-03-17T05:47:30.215Z Downloaded crypto-bigint v0.5.5
8102026-03-17T05:47:30.218Z Downloaded ingot-macros v0.1.1
8112026-03-17T05:47:30.221Z Downloaded dropshot_endpoint v0.16.7
8122026-03-17T05:47:30.223Z Downloaded md5 v0.7.0
8132026-03-17T05:47:30.223Z Downloaded half v2.7.1
8142026-03-17T05:47:30.226Z Downloaded mime_guess v2.0.5
8152026-03-17T05:47:30.229Z Downloaded flume v0.11.1
8162026-03-17T05:47:30.231Z Downloaded opaque-debug v0.3.1
8172026-03-17T05:47:30.231Z Downloaded packed_struct_codegen v0.10.1
8182026-03-17T05:47:30.234Z Downloaded parse-size v1.1.0
8192026-03-17T05:47:30.234Z Downloaded olpc-cjson v0.1.4
8202026-03-17T05:47:30.237Z Downloaded lock_api v0.4.14
8212026-03-17T05:47:30.237Z Downloaded parse-display v0.10.0
8222026-03-17T05:47:30.237Z Downloaded csv-core v0.1.13
8232026-03-17T05:47:30.240Z Downloaded lalrpop-util v0.19.12
8242026-03-17T05:47:30.240Z Downloaded native-tls v0.2.18
8252026-03-17T05:47:30.244Z Downloaded nanorand v0.7.0
8262026-03-17T05:47:30.244Z Downloaded bytes v1.11.1
8272026-03-17T05:47:30.247Z Downloaded newtype-uuid v1.3.2
8282026-03-17T05:47:30.249Z Downloaded getrandom v0.3.4
8292026-03-17T05:47:30.252Z Downloaded httparse v1.10.1
8302026-03-17T05:47:30.254Z Downloaded pbkdf2 v0.11.0
8312026-03-17T05:47:30.257Z Downloaded elliptic-curve v0.13.8
8322026-03-17T05:47:30.260Z Downloaded base64 v0.22.1
8332026-03-17T05:47:30.263Z Downloaded path-slash v0.1.5
8342026-03-17T05:47:30.263Z Downloaded darling_core v0.23.0
8352026-03-17T05:47:30.266Z Downloaded pbkdf2 v0.12.2
8362026-03-17T05:47:30.269Z Downloaded peg-runtime v0.8.5
8372026-03-17T05:47:30.269Z Downloaded phf_shared v0.11.3
8382026-03-17T05:47:30.272Z Downloaded num-integer v0.1.46
8392026-03-17T05:47:30.272Z Downloaded phf_shared v0.12.1
8402026-03-17T05:47:30.274Z Downloaded num-complex v0.4.6
8412026-03-17T05:47:30.274Z Downloaded phf_shared v0.13.1
8422026-03-17T05:47:30.274Z Downloaded bumpalo v3.20.2
8432026-03-17T05:47:30.277Z Downloaded pin-utils v0.1.0
8442026-03-17T05:47:30.280Z Downloaded num_enum_derive v0.7.5
8452026-03-17T05:47:30.280Z Downloaded num_enum v0.5.11
8462026-03-17T05:47:30.283Z Downloaded powerfmt v0.2.0
8472026-03-17T05:47:30.286Z Downloaded darling_core v0.21.3
8482026-03-17T05:47:30.288Z Downloaded indexmap v1.9.3
8492026-03-17T05:47:30.291Z Downloaded precomputed-hash v0.1.1
8502026-03-17T05:47:30.294Z Downloaded oxide-tokio-rt v0.1.3
8512026-03-17T05:47:30.294Z Downloaded memmap2 v0.9.10
8522026-03-17T05:47:30.296Z Downloaded num_enum v0.7.5
8532026-03-17T05:47:30.299Z Downloaded parking_lot_core v0.8.6
8542026-03-17T05:47:30.302Z Downloaded packed_struct v0.10.1
8552026-03-17T05:47:30.304Z Downloaded predicates-core v1.0.10
8562026-03-17T05:47:30.304Z Downloaded proc-macro-error-attr2 v2.0.0
8572026-03-17T05:47:30.304Z Downloaded compact_str v0.8.1
8582026-03-17T05:47:30.307Z Downloaded predicates-tree v1.0.13
8592026-03-17T05:47:30.310Z Downloaded futures v0.3.32
8602026-03-17T05:47:30.312Z Downloaded proc-macro-crate v1.3.1
8612026-03-17T05:47:30.315Z Downloaded heapless v0.7.17
8622026-03-17T05:47:30.318Z Downloaded proc-macro-crate v3.4.0
8632026-03-17T05:47:30.318Z Downloaded progenitor-client v0.10.0
8642026-03-17T05:47:30.318Z Downloaded progenitor-client v0.11.2
8652026-03-17T05:47:30.321Z Downloaded parse-display-derive v0.10.0
8662026-03-17T05:47:30.321Z Downloaded quick-error v1.2.3
8672026-03-17T05:47:30.325Z Downloaded progenitor-macro v0.11.2
8682026-03-17T05:47:30.325Z Downloaded heapless v0.8.0
8692026-03-17T05:47:30.327Z Downloaded paste v1.0.15
8702026-03-17T05:47:30.330Z Downloaded progenitor-macro v0.13.0
8712026-03-17T05:47:30.330Z Downloaded pem v3.0.6
8722026-03-17T05:47:30.332Z Downloaded password-hash v0.5.0
8732026-03-17T05:47:30.332Z Downloaded libbz2-rs-sys v0.2.2
8742026-03-17T05:47:30.335Z Downloaded oxnet v0.1.4
8752026-03-17T05:47:30.338Z Downloaded base64 v0.21.7
8762026-03-17T05:47:30.340Z Downloaded rand_chacha v0.3.1
8772026-03-17T05:47:30.340Z Downloaded dropshot-api-manager v0.6.0
8782026-03-17T05:47:30.343Z Downloaded crossbeam-channel v0.5.15
8792026-03-17T05:47:30.346Z Downloaded radium v0.7.0
8802026-03-17T05:47:30.349Z Downloaded pin-project-lite v0.2.17
8812026-03-17T05:47:30.352Z Downloaded peg v0.8.5
8822026-03-17T05:47:30.354Z Downloaded polyval v0.6.2
8832026-03-17T05:47:30.357Z Downloaded peg-macros v0.8.5
8842026-03-17T05:47:30.359Z Downloaded ar_archive_writer v0.5.1
8852026-03-17T05:47:30.362Z Downloaded pkcs8 v0.10.2
8862026-03-17T05:47:30.365Z Downloaded expectorate v1.2.0
8872026-03-17T05:47:30.365Z Downloaded owo-colors v4.3.0
8882026-03-17T05:47:30.367Z Downloaded pin-project-internal v1.1.11
8892026-03-17T05:47:30.367Z Downloaded rand_xorshift v0.4.0
8902026-03-17T05:47:30.370Z Downloaded pkg-config v0.3.32
8912026-03-17T05:47:30.370Z Downloaded recursive v0.1.1
8922026-03-17T05:47:30.373Z Downloaded primeorder v0.13.6
8932026-03-17T05:47:30.373Z Downloaded predicates v3.1.4
8942026-03-17T05:47:30.375Z Downloaded indicatif v0.18.4
8952026-03-17T05:47:30.378Z Downloaded headers v0.4.1
8962026-03-17T05:47:30.382Z Downloaded progenitor v0.13.0
8972026-03-17T05:47:30.385Z Downloaded multer v3.1.0
8982026-03-17T05:47:30.387Z Downloaded flate2 v1.1.9
8992026-03-17T05:47:30.390Z Downloaded progenitor-extras v0.1.1
9002026-03-17T05:47:30.393Z Downloaded progenitor v0.10.0
9012026-03-17T05:47:30.393Z Downloaded proc-macro-error2 v2.0.1
9022026-03-17T05:47:30.395Z Downloaded ppv-lite86 v0.2.21
9032026-03-17T05:47:30.398Z Downloaded rfc6979 v0.4.0
9042026-03-17T05:47:30.398Z Downloaded parking_lot_core v0.9.12
9052026-03-17T05:47:30.401Z Downloaded ref-cast v1.0.25
9062026-03-17T05:47:30.403Z Downloaded derive_more-impl v2.1.1
9072026-03-17T05:47:30.406Z Downloaded progenitor v0.11.2
9082026-03-17T05:47:30.411Z Downloaded ed25519-dalek v2.2.0
9092026-03-17T05:47:30.413Z Downloaded postgres-protocol v0.6.10
9102026-03-17T05:47:30.413Z Downloaded psm v0.1.30
9112026-03-17T05:47:30.416Z Downloaded pkcs5 v0.7.1
9122026-03-17T05:47:30.418Z Downloaded recursive-proc-macro-impl v0.1.1
9132026-03-17T05:47:30.418Z Downloaded rustc_version v0.4.1
9142026-03-17T05:47:30.421Z Downloaded russh-cryptovec v0.7.3
9152026-03-17T05:47:30.421Z Downloaded rand_core v0.9.5
9162026-03-17T05:47:30.421Z Downloaded rand_chacha v0.9.0
9172026-03-17T05:47:30.424Z Downloaded rustc_version v0.1.7
9182026-03-17T05:47:30.424Z Downloaded ref-cast-impl v1.0.25
9192026-03-17T05:47:30.427Z Downloaded postcard v1.1.3
9202026-03-17T05:47:30.427Z Downloaded rand_core v0.10.0
9212026-03-17T05:47:30.429Z Downloaded poly1305 v0.8.0
9222026-03-17T05:47:30.432Z Downloaded pkcs1 v0.7.5
9232026-03-17T05:47:30.432Z Downloaded parking_lot v0.12.5
9242026-03-17T05:47:30.434Z Downloaded postgres-types v0.2.12
9252026-03-17T05:47:30.437Z Downloaded rand_seeder v0.4.0
9262026-03-17T05:47:30.440Z Downloaded phf v0.12.1
9272026-03-17T05:47:30.440Z Downloaded hickory-resolver v0.24.4
9282026-03-17T05:47:30.443Z Downloaded salsa20 v0.10.2
9292026-03-17T05:47:30.445Z Downloaded parking_lot v0.11.2
9302026-03-17T05:47:30.449Z Downloaded sapling-renderdag v0.1.0
9312026-03-17T05:47:30.449Z Downloaded oso v0.27.3
9322026-03-17T05:47:30.452Z Downloaded scroll_derive v0.13.1
9332026-03-17T05:47:30.452Z Downloaded quinn-udp v0.5.14
9342026-03-17T05:47:30.454Z Downloaded scopeguard v1.2.0
9352026-03-17T05:47:30.454Z Downloaded diesel_derives v2.3.7
9362026-03-17T05:47:30.459Z Downloaded miniz_oxide v0.8.9
9372026-03-17T05:47:30.462Z Downloaded hashbrown v0.13.2
9382026-03-17T05:47:30.465Z Downloaded omicron-zone-package v0.12.2
9392026-03-17T05:47:30.468Z Downloaded rustc-hash v2.1.1
9402026-03-17T05:47:30.468Z Downloaded resolv-conf v0.7.6
9412026-03-17T05:47:30.470Z Downloaded secrecy v0.8.0
9422026-03-17T05:47:30.470Z Downloaded serde_bytes v0.11.19
9432026-03-17T05:47:30.473Z Downloaded secrecy v0.10.3
9442026-03-17T05:47:30.473Z Downloaded scheduled-thread-pool v0.2.7
9452026-03-17T05:47:30.476Z Downloaded same-file v1.0.6
9462026-03-17T05:47:30.476Z Downloaded rtoolbox v0.0.3
9472026-03-17T05:47:30.478Z Downloaded serde-big-array v0.5.1
9482026-03-17T05:47:30.479Z Downloaded scrypt v0.11.0
9492026-03-17T05:47:30.481Z Downloaded r2d2 v0.8.10
9502026-03-17T05:47:30.481Z Downloaded hashbrown v0.12.3
9512026-03-17T05:47:30.484Z Downloaded cc v1.2.56
9522026-03-17T05:47:30.487Z Downloaded progenitor-client v0.13.0
9532026-03-17T05:47:30.490Z Downloaded phf v0.13.1
9542026-03-17T05:47:30.490Z Downloaded pem-rfc7468 v0.7.0
9552026-03-17T05:47:30.493Z Downloaded rustls-pemfile v1.0.4
9562026-03-17T05:47:30.494Z Downloaded rustls-native-certs v0.8.3
9572026-03-17T05:47:30.496Z Downloaded serde_urlencoded v0.7.1
9582026-03-17T05:47:30.496Z Downloaded p256 v0.13.2
9592026-03-17T05:47:30.499Z Downloaded hickory-server v0.25.2
9602026-03-17T05:47:30.502Z Downloaded serde_spanned v1.0.4
9612026-03-17T05:47:30.505Z Downloaded semver v0.1.20
9622026-03-17T05:47:30.505Z Downloaded signal-hook-tokio v0.3.1
9632026-03-17T05:47:30.509Z Downloaded hickory-resolver v0.25.2
9642026-03-17T05:47:30.511Z Downloaded signal-hook-mio v0.2.5
9652026-03-17T05:47:30.512Z Downloaded serde_plain v1.0.2
9662026-03-17T05:47:30.512Z Downloaded signature v2.2.0
9672026-03-17T05:47:30.514Z Downloaded siphasher v1.0.2
9682026-03-17T05:47:30.515Z Downloaded rusty-fork v0.3.1
9692026-03-17T05:47:30.517Z Downloaded rustversion v1.0.22
9702026-03-17T05:47:30.523Z Downloaded progenitor-impl v0.13.0
9712026-03-17T05:47:30.523Z Downloaded rand_core v0.6.4
9722026-03-17T05:47:30.526Z Downloaded sigpipe v0.1.3
9732026-03-17T05:47:30.526Z Downloaded pin-project v1.1.11
9742026-03-17T05:47:30.531Z Downloaded slog-bunyan v2.5.0
9752026-03-17T05:47:30.535Z Downloaded slog-envlogger v2.2.0
9762026-03-17T05:47:30.535Z Downloaded shell-words v1.1.1
9772026-03-17T05:47:30.535Z Downloaded minimal-lexical v0.2.1
9782026-03-17T05:47:30.538Z Downloaded serde_repr v0.1.20
9792026-03-17T05:47:30.541Z Downloaded scroll v0.13.0
9802026-03-17T05:47:30.541Z Downloaded jiff-static v0.2.21
9812026-03-17T05:47:30.543Z Downloaded seq-macro v0.3.6
9822026-03-17T05:47:30.546Z Downloaded rustls-pemfile v2.2.0
9832026-03-17T05:47:30.546Z Downloaded der v0.7.10
9842026-03-17T05:47:30.550Z Downloaded sha1 v0.10.6
9852026-03-17T05:47:30.552Z Downloaded serde_path_to_error v0.1.20
9862026-03-17T05:47:30.555Z Downloaded sqlparser_derive v0.5.0
9872026-03-17T05:47:30.555Z Downloaded ssh-encoding v0.2.0
9882026-03-17T05:47:30.557Z Downloaded ssh-cipher v0.2.0
9892026-03-17T05:47:30.557Z Downloaded sec1 v0.7.3
9902026-03-17T05:47:30.563Z Downloaded serde-hex v0.1.0
9912026-03-17T05:47:30.563Z Downloaded schemars_derive v0.8.22
9922026-03-17T05:47:30.566Z Downloaded psl-types v2.0.11
9932026-03-17T05:47:30.566Z Downloaded progenitor-macro v0.10.0
9942026-03-17T05:47:30.566Z Downloaded password-hash v0.4.2
9952026-03-17T05:47:30.566Z Downloaded russh-keys v0.45.0
9962026-03-17T05:47:30.570Z Downloaded allocator-api2 v0.2.21
9972026-03-17T05:47:30.570Z Downloaded progenitor-impl v0.10.0
9982026-03-17T05:47:30.572Z Downloaded darling_core v0.20.11
9992026-03-17T05:47:30.576Z Downloaded num-rational v0.4.2
10002026-03-17T05:47:30.579Z Downloaded strip-ansi-escapes v0.2.1
10012026-03-17T05:47:30.580Z Downloaded litrs v1.0.0
10022026-03-17T05:47:30.583Z Downloaded serde_derive_internals v0.29.1
10032026-03-17T05:47:30.583Z Downloaded strum v0.26.3
10042026-03-17T05:47:30.583Z Downloaded sct v0.7.1
10052026-03-17T05:47:30.586Z Downloaded rustls-pki-types v1.14.0
10062026-03-17T05:47:30.589Z Downloaded sync-ptr v0.1.4
10072026-03-17T05:47:30.589Z Downloaded structmeta v0.3.0
10082026-03-17T05:47:30.589Z Downloaded progenitor-impl v0.11.2
10092026-03-17T05:47:30.594Z Downloaded supports-color v3.0.2
10102026-03-17T05:47:30.594Z Downloaded strum v0.27.2
10112026-03-17T05:47:30.597Z Downloaded slab v0.4.12
10122026-03-17T05:47:30.597Z Downloaded signal-hook-registry v1.4.8
10132026-03-17T05:47:30.597Z Downloaded slog-stdlog v4.1.1
10142026-03-17T05:47:30.597Z Downloaded slog-scope v4.4.1
10152026-03-17T05:47:30.603Z Downloaded rcgen v0.12.1
10162026-03-17T05:47:30.603Z Downloaded take_mut v0.2.2
10172026-03-17T05:47:30.608Z Downloaded tabwriter v1.4.1
10182026-03-17T05:47:30.608Z Downloaded snafu-derive v0.8.9
10192026-03-17T05:47:30.608Z Downloaded smf v0.2.3
10202026-03-17T05:47:30.608Z Downloaded slog-async v2.8.0
10212026-03-17T05:47:30.611Z Downloaded tap v1.0.1
10222026-03-17T05:47:30.611Z Downloaded tagptr v0.2.0
10232026-03-17T05:47:30.611Z Downloaded smallvec v0.6.14
10242026-03-17T05:47:30.611Z Downloaded slog-term v2.9.2
10252026-03-17T05:47:30.614Z Downloaded slog-dtrace v0.3.0
10262026-03-17T05:47:30.614Z Downloaded http v1.4.0
10272026-03-17T05:47:30.617Z Downloaded openssl-sys v0.9.111
10282026-03-17T05:47:30.620Z Downloaded prettyplease v0.2.37
10292026-03-17T05:47:30.624Z Downloaded sync_wrapper v1.0.2
10302026-03-17T05:47:30.627Z Downloaded subtle v2.6.1
10312026-03-17T05:47:30.627Z Downloaded hyper-util v0.1.20
10322026-03-17T05:47:30.630Z Downloaded time-core v0.1.8
10332026-03-17T05:47:30.632Z Downloaded tinyvec_macros v0.1.1
10342026-03-17T05:47:30.633Z Downloaded testing_table v0.3.0
10352026-03-17T05:47:30.635Z Downloaded stacker v0.1.23
10362026-03-17T05:47:30.635Z Downloaded thread-id v5.1.0
10372026-03-17T05:47:30.638Z Downloaded termtree v0.5.1
10382026-03-17T05:47:30.638Z Downloaded spki v0.7.3
10392026-03-17T05:47:30.638Z Downloaded simd-adler32 v0.3.8
10402026-03-17T05:47:30.641Z Downloaded structmeta-derive v0.3.0
10412026-03-17T05:47:30.641Z Downloaded itertools v0.10.5
10422026-03-17T05:47:30.647Z Downloaded string_cache v0.8.9
10432026-03-17T05:47:30.652Z Downloaded sqlformat v0.3.5
10442026-03-17T05:47:30.652Z Downloaded ron v0.8.1
10452026-03-17T05:47:30.655Z Downloaded static_assertions v1.1.0
10462026-03-17T05:47:30.655Z Downloaded strum_macros v0.27.2
10472026-03-17T05:47:30.658Z Downloaded strum_macros v0.26.4
10482026-03-17T05:47:30.658Z Downloaded shlex v1.3.0
10492026-03-17T05:47:30.661Z Downloaded serde_with_macros v3.17.0
10502026-03-17T05:47:30.664Z Downloaded rustls-platform-verifier v0.6.2
10512026-03-17T05:47:30.666Z Downloaded rayon-core v1.13.0
10522026-03-17T05:47:30.669Z Downloaded tabled_derive v0.11.0
10532026-03-17T05:47:30.669Z Downloaded slog-json v2.6.1
10542026-03-17T05:47:30.673Z Downloaded num-bigint v0.4.6
10552026-03-17T05:47:30.676Z Downloaded nom v7.1.3
10562026-03-17T05:47:30.679Z Downloaded support-bundle-viewer v0.1.2
10572026-03-17T05:47:30.679Z Downloaded rand v0.8.5
10582026-03-17T05:47:30.682Z Downloaded quinn v0.11.9
10592026-03-17T05:47:30.685Z Downloaded schemars v0.8.22
10602026-03-17T05:47:30.692Z Downloaded qorb v0.4.1
10612026-03-17T05:47:30.697Z Downloaded tower-layer v0.3.3
10622026-03-17T05:47:30.700Z Downloaded diesel v2.3.7
10632026-03-17T05:47:30.713Z Downloaded try-lock v0.2.5
10642026-03-17T05:47:30.716Z Downloaded trait-variant v0.1.2
10652026-03-17T05:47:30.716Z Downloaded tower-service v0.3.3
10662026-03-17T05:47:30.716Z Downloaded thread_local v1.1.9
10672026-03-17T05:47:30.720Z Downloaded thiserror-impl-no-std v2.0.2
10682026-03-17T05:47:30.720Z Downloaded spin v0.9.8
10692026-03-17T05:47:30.723Z Downloaded serde_cbor v0.11.2
10702026-03-17T05:47:30.723Z Downloaded tokio-macros v2.6.0
10712026-03-17T05:47:30.726Z Downloaded tiny-keccak v2.0.2
10722026-03-17T05:47:30.726Z Downloaded thiserror-no-std v2.0.2
10732026-03-17T05:47:30.730Z Downloaded unarray v0.1.4
10742026-03-17T05:47:30.733Z Downloaded tokio-dtrace v0.1.1
10752026-03-17T05:47:30.733Z Downloaded tls_codec_derive v0.4.2
10762026-03-17T05:47:30.736Z Downloaded mio v1.1.1
10772026-03-17T05:47:30.738Z Downloaded typify-macro v0.4.3
10782026-03-17T05:47:30.766Z Downloaded tokio-rustls v0.25.0
10792026-03-17T05:47:30.766Z Downloaded tls_codec v0.4.2
10802026-03-17T05:47:30.766Z Downloaded strum_macros v0.24.3
10812026-03-17T05:47:30.766Z Downloaded untrusted v0.9.0
10822026-03-17T05:47:30.766Z Downloaded untrusted v0.7.1
10832026-03-17T05:47:30.766Z Downloaded stringprep v0.1.5
10842026-03-17T05:47:30.766Z Downloaded signal-hook v0.3.18
10852026-03-17T05:47:30.766Z Downloaded usdt v0.6.0
10862026-03-17T05:47:30.766Z Downloaded tokio-native-tls v0.3.1
10872026-03-17T05:47:30.766Z Downloaded unicode-truncate v1.1.0
10882026-03-17T05:47:30.766Z Downloaded similar v2.7.0
10892026-03-17T05:47:30.766Z Downloaded usdt-attr-macro v0.6.0
10902026-03-17T05:47:30.766Z Downloaded universal-hash v0.5.1
10912026-03-17T05:47:30.766Z Downloaded ryu v1.0.23
10922026-03-17T05:47:30.767Z Downloaded termios v0.3.3
10932026-03-17T05:47:30.767Z Downloaded usdt-macro v0.6.0
10942026-03-17T05:47:30.770Z Downloaded void v1.0.2
10952026-03-17T05:47:30.771Z Downloaded slog v2.8.2
10962026-03-17T05:47:30.771Z Downloaded iddqd v0.3.17
10972026-03-17T05:47:30.774Z Downloaded utf-8 v0.7.6
10982026-03-17T05:47:30.777Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10992026-03-17T05:47:30.777Z Downloaded tokio-tungstenite v0.23.1
11002026-03-17T05:47:30.780Z Downloaded tokio-tungstenite v0.21.0
11012026-03-17T05:47:30.780Z Downloaded time-macros v0.2.27
11022026-03-17T05:47:30.783Z Downloaded pretty_assertions v1.4.1
11032026-03-17T05:47:30.787Z Downloaded iri-string v0.7.10
11042026-03-17T05:47:30.789Z Downloaded want v0.3.1
11052026-03-17T05:47:30.792Z Downloaded waitgroup v0.1.2
11062026-03-17T05:47:30.792Z Downloaded wait-timeout v0.2.1
11072026-03-17T05:47:30.792Z Downloaded tui-tree-widget v0.23.1
11082026-03-17T05:47:30.795Z Downloaded hyper v1.8.1
11092026-03-17T05:47:30.798Z Downloaded unicase v2.9.0
11102026-03-17T05:47:30.802Z Downloaded typify-macro v0.6.1
11112026-03-17T05:47:30.802Z Downloaded unit-prefix v0.5.2
11122026-03-17T05:47:30.802Z Downloaded toml_writer v1.0.6+spec-1.1.0
11132026-03-17T05:47:30.806Z Downloaded itertools v0.12.1
11142026-03-17T05:47:30.808Z Downloaded tokio-rustls v0.26.4
11152026-03-17T05:47:30.811Z Downloaded samael v0.0.19
11162026-03-17T05:47:30.814Z Downloaded hkdf v0.12.4
11172026-03-17T05:47:30.817Z Downloaded term v1.2.1
11182026-03-17T05:47:30.822Z Downloaded rand v0.9.2
11192026-03-17T05:47:30.825Z Downloaded schemars v0.9.0
11202026-03-17T05:47:30.831Z Downloaded xshell-macros v0.2.7
11212026-03-17T05:47:30.834Z Downloaded xattr v1.6.1
11222026-03-17T05:47:30.834Z Downloaded toml_parser v1.0.9+spec-1.1.0
11232026-03-17T05:47:30.837Z Downloaded bindgen v0.71.1
11242026-03-17T05:47:30.841Z Downloaded vergen-lib v0.1.6
11252026-03-17T05:47:30.844Z Downloaded tokio-stream v0.1.18
11262026-03-17T05:47:30.847Z Downloaded uzers v0.12.2
11272026-03-17T05:47:30.852Z Downloaded zeroize_derive v1.4.3
11282026-03-17T05:47:30.852Z Downloaded zone_cfg_derive v0.3.1
11292026-03-17T05:47:30.852Z Downloaded test-strategy v0.4.5
11302026-03-17T05:47:30.854Z Downloaded zone v0.3.1
11312026-03-17T05:47:30.854Z Downloaded vergen-gitcl v1.0.8
11322026-03-17T05:47:30.854Z Downloaded vsss-rs v3.3.4
11332026-03-17T05:47:30.857Z Downloaded rand v0.10.0
11342026-03-17T05:47:30.860Z Downloaded tokio-rustls v0.24.1
11352026-03-17T05:47:30.862Z Downloaded tar v0.4.44
11362026-03-17T05:47:30.865Z Downloaded tracing-attributes v0.1.31
11372026-03-17T05:47:30.868Z Downloaded schemars v1.2.1
11382026-03-17T05:47:30.876Z Downloaded whoami v2.1.0
11392026-03-17T05:47:30.878Z Downloaded aho-corasick v1.1.4
11402026-03-17T05:47:30.882Z Downloaded num-bigint-dig v0.8.6
11412026-03-17T05:47:30.886Z Downloaded walkdir v2.5.0
11422026-03-17T05:47:30.888Z Downloaded wyz v0.5.1
11432026-03-17T05:47:30.888Z Downloaded tinyvec v1.10.0
11442026-03-17T05:47:30.891Z Downloaded toml v0.7.8
11452026-03-17T05:47:30.893Z Downloaded itertools v0.14.0
11462026-03-17T05:47:30.898Z Downloaded xshell v0.2.7
11472026-03-17T05:47:30.901Z Downloaded itertools v0.13.0
11482026-03-17T05:47:30.905Z Downloaded vergen-git2 v1.0.7
11492026-03-17T05:47:30.907Z Downloaded zeroize v1.8.2
11502026-03-17T05:47:30.907Z Downloaded libm v0.2.16
11512026-03-17T05:47:30.914Z Downloaded vergen v9.0.6
11522026-03-17T05:47:30.917Z Downloaded h2 v0.4.13
11532026-03-17T05:47:30.921Z Downloaded futures-util v0.3.32
11542026-03-17T05:47:30.929Z Downloaded zstd-safe v7.2.4
11552026-03-17T05:47:30.932Z Downloaded unicode-bidi v0.3.18
11562026-03-17T05:47:30.935Z Downloaded twox-hash v2.1.2
11572026-03-17T05:47:30.935Z Downloaded zstd v0.13.3
11582026-03-17T05:47:30.938Z Downloaded typify v0.6.1
11592026-03-17T05:47:30.940Z Downloaded whoami v1.6.1
11602026-03-17T05:47:30.943Z Downloaded unicode-properties v0.1.4
11612026-03-17T05:47:30.943Z Downloaded typify v0.4.3
11622026-03-17T05:47:30.946Z Downloaded tungstenite v0.23.0
11632026-03-17T05:47:30.948Z Downloaded tracing-core v0.1.36
11642026-03-17T05:47:30.951Z Downloaded unsafe-libyaml v0.2.11
11652026-03-17T05:47:30.954Z Downloaded rpassword v7.4.0
11662026-03-17T05:47:30.956Z Downloaded steno v0.4.1
11672026-03-17T05:47:30.959Z Downloaded xz2 v0.1.7
11682026-03-17T05:47:30.959Z Downloaded toml_edit v0.23.10+spec-1.0.0
11692026-03-17T05:47:30.961Z Downloaded snafu v0.8.9
11702026-03-17T05:47:30.966Z Downloaded zerocopy v0.6.6
11712026-03-17T05:47:30.969Z Downloaded yasna v0.5.2
11722026-03-17T05:47:30.972Z Downloaded usdt-impl v0.6.0
11732026-03-17T05:47:30.972Z Downloaded p521 v0.13.3
11742026-03-17T05:47:30.976Z Downloaded subprocess v0.2.15
11752026-03-17T05:47:30.978Z Downloaded vte v0.14.1
11762026-03-17T05:47:30.978Z Downloaded rustls-webpki v0.103.9
11772026-03-17T05:47:30.982Z Downloaded term v0.7.0
11782026-03-17T05:47:30.984Z Downloaded blake3 v1.8.3
11792026-03-17T05:47:30.990Z Downloaded socket2 v0.6.2
11802026-03-17T05:47:30.992Z Downloaded tungstenite v0.21.0
11812026-03-17T05:47:30.995Z Downloaded ron v0.12.0
11822026-03-17T05:47:31.000Z Downloaded russh v0.45.0
11832026-03-17T05:47:31.004Z Downloaded reedline v0.40.0
11842026-03-17T05:47:31.010Z Downloaded toml v0.9.12+spec-1.1.0
11852026-03-17T05:47:31.013Z Downloaded socket2 v0.5.10
11862026-03-17T05:47:31.015Z Downloaded zopfli v0.8.3
11872026-03-17T05:47:31.018Z Downloaded uuid v1.21.0
11882026-03-17T05:47:31.021Z Downloaded rsa v0.9.10
11892026-03-17T05:47:31.023Z Downloaded serde_yaml v0.9.34+deprecated
11902026-03-17T05:47:31.026Z Downloaded hashbrown v0.15.5
11912026-03-17T05:47:31.032Z Downloaded p384 v0.13.1
11922026-03-17T05:47:31.035Z Downloaded libxml v0.3.3
11932026-03-17T05:47:31.038Z Downloaded topological-sort v0.2.2
11942026-03-17T05:47:31.040Z Downloaded publicsuffix v2.3.0
11952026-03-17T05:47:31.040Z Downloaded papergrid v0.17.0
11962026-03-17T05:47:31.044Z Downloaded prefix-trie v0.7.0
11972026-03-17T05:47:31.047Z Downloaded ignore v0.4.25
11982026-03-17T05:47:31.050Z Downloaded crossterm v0.29.0
11992026-03-17T05:47:31.053Z Downloaded yansi v1.0.1
12002026-03-17T05:47:31.056Z Downloaded rustyline v14.0.0
12012026-03-17T05:47:31.059Z Downloaded toml_edit v0.19.15
12022026-03-17T05:47:31.071Z Downloaded zip v0.6.6
12032026-03-17T05:47:31.074Z Downloaded aws-lc-rs v1.16.0
12042026-03-17T05:47:31.081Z Downloaded tower v0.5.3
12052026-03-17T05:47:31.088Z Downloaded quick-xml v0.37.5
12062026-03-17T05:47:31.093Z Downloaded zerocopy-derive v0.8.40
12072026-03-17T05:47:31.100Z Downloaded reqwest v0.12.28
12082026-03-17T05:47:31.106Z Downloaded portable-atomic v1.13.1
12092026-03-17T05:47:31.111Z Downloaded typed-path v0.9.3
12102026-03-17T05:47:31.117Z Downloaded x509-cert v0.2.5
12112026-03-17T05:47:31.122Z Downloaded rustls-webpki v0.101.7
12122026-03-17T05:47:31.133Z Downloaded goblin v0.10.5
12132026-03-17T05:47:31.139Z Downloaded lalrpop v0.19.12
12142026-03-17T05:47:31.150Z Downloaded unicode-segmentation v1.12.0
12152026-03-17T05:47:31.152Z Downloaded tokio-util v0.7.18
12162026-03-17T05:47:31.158Z Downloaded salty v0.3.0
12172026-03-17T05:47:31.163Z Downloaded rayon v1.11.0
12182026-03-17T05:47:31.170Z Downloaded tower-http v0.6.8
12192026-03-17T05:47:31.177Z Downloaded moka v0.12.13
12202026-03-17T05:47:31.185Z Downloaded tough v0.20.0
12212026-03-17T05:47:31.191Z Downloaded rustls-webpki v0.102.8
12222026-03-17T05:47:31.206Z Downloaded zip v4.6.1
12232026-03-17T05:47:31.210Z Downloaded proptest v1.10.0
12242026-03-17T05:47:31.217Z Downloaded object v0.30.4
12252026-03-17T05:47:31.225Z Downloaded serde_with v3.17.0
12262026-03-17T05:47:31.234Z Downloaded petname v2.0.2
12272026-03-17T05:47:31.239Z Downloaded quinn-proto v0.11.13
12282026-03-17T05:47:31.245Z Downloaded nix v0.27.1
12292026-03-17T05:47:31.253Z Downloaded winnow v0.5.40
12302026-03-17T05:47:31.260Z Downloaded radix_trie v0.2.1
12312026-03-17T05:47:31.264Z Downloaded bstr v1.12.1
12322026-03-17T05:47:31.271Z Downloaded nix v0.29.0
12332026-03-17T05:47:31.280Z Downloaded winnow v0.6.26
12342026-03-17T05:47:31.288Z Downloaded rustls v0.21.12
12352026-03-17T05:47:31.296Z Downloaded polar-core v0.27.3
12362026-03-17T05:47:31.302Z Downloaded tabled v0.20.0
12372026-03-17T05:47:31.317Z Downloaded regex-syntax v0.6.29
12382026-03-17T05:47:31.322Z Downloaded time v0.3.47
12392026-03-17T05:47:31.332Z Downloaded object v0.37.3
12402026-03-17T05:47:31.342Z Downloaded nix v0.31.1
12412026-03-17T05:47:31.351Z Downloaded hickory-proto v0.25.2
12422026-03-17T05:47:31.364Z Downloaded vcpkg v0.2.15
12432026-03-17T05:47:31.394Z Downloaded zlib-rs v0.6.2
12442026-03-17T05:47:31.398Z Downloaded smoltcp v0.9.1
12452026-03-17T05:47:31.406Z Downloaded webpki-roots v1.0.6
12462026-03-17T05:47:31.409Z Downloaded smoltcp v0.11.0
12472026-03-17T05:47:31.419Z Downloaded rustix v0.38.44
12482026-03-17T05:47:31.437Z Downloaded zerocopy v0.8.40
12492026-03-17T05:47:31.445Z Downloaded rustls v0.22.4
12502026-03-17T05:47:31.455Z Downloaded rustls v0.23.37
12512026-03-17T05:47:31.465Z Downloaded openapiv3 v2.2.0
12522026-03-17T05:47:31.475Z Downloaded regress v0.10.5
12532026-03-17T05:47:31.483Z Downloaded regex-syntax v0.8.10
12542026-03-17T05:47:31.488Z Downloaded hickory-proto v0.24.4
12552026-03-17T05:47:31.501Z Downloaded tracing v0.1.44
12562026-03-17T05:47:31.519Z Downloaded dropshot v0.16.7
12572026-03-17T05:47:31.536Z Downloaded openssl v0.10.75
12582026-03-17T05:47:31.543Z Downloaded nix v0.28.0
12592026-03-17T05:47:31.551Z Downloaded curve25519-dalek v4.1.3
12602026-03-17T05:47:31.558Z Downloaded unicode-normalization v0.1.25
12612026-03-17T05:47:31.561Z Downloaded bzip2-sys v0.1.13+1.0.8
12622026-03-17T05:47:31.571Z Downloaded sqlparser v0.61.0
12632026-03-17T05:47:31.579Z Downloaded unicode_categories v0.1.1
12642026-03-17T05:47:31.582Z Downloaded tokio-postgres v0.7.16
12652026-03-17T05:47:31.585Z Downloaded bitvec v1.0.1
12662026-03-17T05:47:31.597Z Downloaded typify-impl v0.6.1
12672026-03-17T05:47:31.607Z Downloaded jiff v0.2.21
12682026-03-17T05:47:31.622Z Downloaded sled v0.34.7
12692026-03-17T05:47:31.629Z Downloaded ratatui v0.29.0
12702026-03-17T05:47:31.645Z Downloaded chrono-tz v0.10.4
12712026-03-17T05:47:31.659Z Downloaded typify-impl v0.4.3
12722026-03-17T05:47:31.670Z Downloaded petgraph v0.8.3
12732026-03-17T05:47:31.687Z Downloaded ssh-key v0.6.7
12742026-03-17T05:47:31.692Z Downloaded reqwest v0.13.2
12752026-03-17T05:47:31.696Z Downloaded regex v1.12.3
12762026-03-17T05:47:31.700Z Downloaded zerocopy-derive v0.6.6
12772026-03-17T05:47:31.709Z Downloaded regex-automata v0.4.14
12782026-03-17T05:47:31.720Z Downloaded git2 v0.20.4
12792026-03-17T05:47:31.727Z Downloaded nu-ansi-term v0.50.3
12802026-03-17T05:47:31.729Z Downloaded petgraph v0.6.5
12812026-03-17T05:47:31.743Z Downloaded lzma-sys v0.1.20
12822026-03-17T05:47:31.764Z Downloaded derive_builder v0.20.2
12832026-03-17T05:47:31.767Z Downloaded libsw v3.5.0
12842026-03-17T05:47:31.770Z Downloaded num_enum_derive v0.5.11
12852026-03-17T05:47:31.770Z Downloaded libsw-core v0.3.2
12862026-03-17T05:47:31.773Z Downloaded libloading v0.8.9
12872026-03-17T05:47:31.773Z Downloaded libefi-sys v0.1.0
12882026-03-17T05:47:31.775Z Downloaded crc-any v2.5.0
12892026-03-17T05:47:31.775Z Downloaded hickory-client v0.25.2
12902026-03-17T05:47:31.778Z Downloaded lru-cache v0.1.2
12912026-03-17T05:47:31.778Z Downloaded lru v0.12.5
12922026-03-17T05:47:31.780Z Downloaded ipnetwork v0.21.1
12932026-03-17T05:47:31.781Z Downloaded match_cfg v0.1.0
12942026-03-17T05:47:31.781Z Downloaded managed v0.8.0
12952026-03-17T05:47:31.783Z Downloaded lru-slab v0.1.2
12962026-03-17T05:47:31.783Z Downloaded linked-hash-map v0.5.6
12972026-03-17T05:47:31.783Z Downloaded libscf-sys v1.1.0
12982026-03-17T05:47:31.783Z Downloaded impl-trait-for-tuples v0.2.3
12992026-03-17T05:47:31.786Z Downloaded csv v1.4.0
13002026-03-17T05:47:31.802Z Downloaded clang-sys v1.8.1
13012026-03-17T05:47:31.805Z Downloaded aes-gcm v0.10.3
13022026-03-17T05:47:31.808Z Downloaded libz-sys v1.1.24
13032026-03-17T05:47:31.824Z Downloaded darling v0.23.0
13042026-03-17T05:47:31.828Z Downloaded hex-literal v0.4.1
13052026-03-17T05:47:31.830Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-03-17T05:47:31.842Z Downloaded tokio v1.49.0
13072026-03-17T05:47:31.870Z Downloaded sha3 v0.10.8
13082026-03-17T05:47:31.875Z Downloaded group v0.13.0
13092026-03-17T05:47:31.879Z Downloaded glob v0.3.3
13102026-03-17T05:47:31.879Z Downloaded fs_extra v1.3.0
13112026-03-17T05:47:31.879Z Downloaded fs-err v2.11.0
13122026-03-17T05:47:31.882Z Downloaded fd-lock v4.0.4
13132026-03-17T05:47:31.882Z Downloaded constant_time_eq v0.4.2
13142026-03-17T05:47:31.885Z Downloaded colored v3.1.1
13152026-03-17T05:47:31.885Z Downloaded cipher v0.4.4
13162026-03-17T05:47:31.887Z Downloaded buf-list v1.1.2
13172026-03-17T05:47:31.887Z Downloaded defmt-macros v1.0.1
13182026-03-17T05:47:31.890Z Downloaded daft v0.1.5
13192026-03-17T05:47:31.893Z Downloaded hostname v0.3.1
13202026-03-17T05:47:31.893Z Downloaded cbc v0.1.2
13212026-03-17T05:47:31.893Z Downloaded argon2 v0.5.3
13222026-03-17T05:47:31.896Z Downloaded backoff v0.4.0
13232026-03-17T05:47:31.896Z Downloaded cancel-safe-futures v0.1.5
13242026-03-17T05:47:31.898Z Downloaded bzip2 v0.6.1
13252026-03-17T05:47:31.901Z Downloaded filetime v0.2.27
13262026-03-17T05:47:31.901Z Downloaded daft-derive v0.1.5
13272026-03-17T05:47:31.904Z Downloaded data-encoding v2.10.0
13282026-03-17T05:47:31.906Z Downloaded bcs v0.1.6
13292026-03-17T05:47:31.906Z Downloaded defmt-parser v1.0.0
13302026-03-17T05:47:31.906Z Downloaded bit-vec v0.8.0
13312026-03-17T05:47:31.909Z Downloaded assert_matches v1.5.0
13322026-03-17T05:47:31.909Z Downloaded base16ct v0.2.0
13332026-03-17T05:47:31.911Z Downloaded async-stream v0.3.6
13342026-03-17T05:47:31.911Z Downloaded async-recursion v1.1.1
13352026-03-17T05:47:31.914Z Downloaded encoding_rs v0.8.35
13362026-03-17T05:47:31.930Z Downloaded atomicwrites v0.4.4
13372026-03-17T05:47:31.933Z Downloaded darling v0.21.3
13382026-03-17T05:47:31.935Z Downloaded bcrypt-pbkdf v0.10.0
13392026-03-17T05:47:31.935Z Downloaded atty v0.2.14
13402026-03-17T05:47:31.938Z Downloaded aes v0.8.4
13412026-03-17T05:47:31.957Z Downloaded ring v0.17.14
13422026-03-17T05:47:32.029Z Downloaded libgit2-sys v0.18.3+1.9.2
13432026-03-17T05:47:32.535Z Downloaded aws-lc-sys v0.37.1
13442026-03-17T05:47:32.858Z Compiling libc v0.2.180
13452026-03-17T05:47:32.861Z Compiling serde v1.0.228
13462026-03-17T05:47:32.861Z Compiling log v0.4.29
13472026-03-17T05:47:32.861Z Compiling shlex v1.3.0
13482026-03-17T05:47:33.066Z Compiling find-msvc-tools v0.1.9
13492026-03-17T05:47:33.069Z Compiling smallvec v1.15.1
13502026-03-17T05:47:33.085Z Compiling syn v2.0.117
13512026-03-17T05:47:33.102Z Compiling typenum v1.19.0
13522026-03-17T05:47:33.287Z Compiling generic-array v0.14.7
13532026-03-17T05:47:33.306Z Compiling subtle v2.6.1
13542026-03-17T05:47:33.348Z Compiling scopeguard v1.2.0
13552026-03-17T05:47:33.413Z Compiling portable-atomic v1.13.1
13562026-03-17T05:47:33.443Z Compiling const-oid v0.9.6
13572026-03-17T05:47:33.491Z Compiling lock_api v0.4.14
13582026-03-17T05:47:33.519Z Compiling critical-section v1.2.0
13592026-03-17T05:47:33.595Z Compiling zerocopy v0.8.40
13602026-03-17T05:47:33.667Z Compiling pin-project-lite v0.2.17
13612026-03-17T05:47:33.889Z Compiling serde_json v1.0.149
13622026-03-17T05:47:33.907Z Compiling parking_lot_core v0.9.12
13632026-03-17T05:47:34.228Z Compiling getrandom v0.2.17
13642026-03-17T05:47:34.245Z Compiling jobserver v0.1.34
13652026-03-17T05:47:34.264Z Compiling errno v0.3.14
13662026-03-17T05:47:34.459Z Compiling rand_core v0.6.4
13672026-03-17T05:47:34.518Z Compiling cc v1.2.56
13682026-03-17T05:47:34.544Z Compiling signal-hook-registry v1.4.8
13692026-03-17T05:47:34.757Z Compiling pkg-config v0.3.32
13702026-03-17T05:47:34.826Z Compiling mio v1.1.1
13712026-03-17T05:47:34.925Z Compiling bitflags v2.11.0
13722026-03-17T05:47:35.062Z Compiling once_cell v1.21.3
13732026-03-17T05:47:35.099Z Compiling parking_lot v0.12.5
13742026-03-17T05:47:35.228Z Compiling libm v0.2.16
13752026-03-17T05:47:35.341Z Compiling num-traits v0.2.19
13762026-03-17T05:47:35.488Z Compiling futures-core v0.3.32
13772026-03-17T05:47:35.521Z Compiling socket2 v0.6.2
13782026-03-17T05:47:35.603Z Compiling percent-encoding v2.3.2
13792026-03-17T05:47:35.681Z Compiling allocator-api2 v0.2.21
13802026-03-17T05:47:35.787Z Compiling futures-sink v0.3.32
13812026-03-17T05:47:35.818Z Compiling foldhash v0.2.0
13822026-03-17T05:47:35.853Z Compiling cpufeatures v0.2.17
13832026-03-17T05:47:35.920Z Compiling futures-channel v0.3.32
13842026-03-17T05:47:35.949Z Compiling futures-io v0.3.32
13852026-03-17T05:47:36.100Z Compiling hashbrown v0.16.1
13862026-03-17T05:47:36.119Z Compiling slab v0.4.12
13872026-03-17T05:47:36.138Z Compiling getrandom v0.4.1
13882026-03-17T05:47:36.156Z Compiling futures-task v0.3.32
13892026-03-17T05:47:36.242Z Compiling getrandom v0.3.4
13902026-03-17T05:47:36.353Z Compiling rustversion v1.0.22
13912026-03-17T05:47:36.391Z Compiling rand_core v0.10.0
13922026-03-17T05:47:36.608Z Compiling form_urlencoded v1.2.2
13932026-03-17T05:47:36.755Z Compiling cmake v0.1.57
13942026-03-17T05:47:36.865Z Compiling indexmap v2.13.0
13952026-03-17T05:47:36.930Z Compiling dunce v1.0.5
13962026-03-17T05:47:37.053Z Compiling ident_case v1.0.1
13972026-03-17T05:47:37.215Z Compiling base64ct v1.8.3
13982026-03-17T05:47:37.294Z Compiling fs_extra v1.3.0
13992026-03-17T05:47:37.297Z Compiling flagset v0.4.7
14002026-03-17T05:47:37.469Z Compiling synstructure v0.13.2
14012026-03-17T05:47:37.488Z Compiling rand_core v0.9.5
14022026-03-17T05:47:37.603Z Compiling pem-rfc7468 v0.7.0
14032026-03-17T05:47:37.653Z Compiling aws-lc-sys v0.37.1
14042026-03-17T05:47:37.674Z Compiling iana-time-zone v0.1.65
14052026-03-17T05:47:37.778Z Compiling rustix v1.1.3
14062026-03-17T05:47:37.808Z Compiling uuid v1.21.0
14072026-03-17T05:47:37.851Z Compiling ring v0.17.14
14082026-03-17T05:47:37.949Z Compiling rustc_version v0.4.1
14092026-03-17T05:47:38.014Z Compiling regex-syntax v0.8.10
14102026-03-17T05:47:38.305Z Compiling vcpkg v0.2.15
14112026-03-17T05:47:38.362Z Compiling aws-lc-rs v1.16.0
14122026-03-17T05:47:38.699Z Compiling tracing-core v0.1.36
14132026-03-17T05:47:38.760Z Compiling crossbeam-utils v0.8.21
14142026-03-17T05:47:39.154Z Compiling pest_generator v2.8.6
14152026-03-17T05:47:39.334Z Compiling openssl-sys v0.9.111
14162026-03-17T05:47:39.454Z Compiling serde_derive_internals v0.29.1
14172026-03-17T05:47:39.938Z Compiling serde_derive v1.0.228
14182026-03-17T05:47:40.002Z Compiling zeroize_derive v1.4.3
14192026-03-17T05:47:40.111Z Compiling zerofrom-derive v0.1.6
14202026-03-17T05:47:40.190Z Compiling yoke-derive v0.8.1
14212026-03-17T05:47:40.692Z Compiling zerocopy-derive v0.8.40
14222026-03-17T05:47:40.835Z Compiling zeroize v1.8.2
14232026-03-17T05:47:41.304Z Compiling zerovec-derive v0.11.2
14242026-03-17T05:47:41.743Z Compiling displaydoc v0.2.5
14252026-03-17T05:47:41.871Z Compiling crypto-common v0.1.7
14262026-03-17T05:47:42.003Z Compiling zerofrom v0.1.6
14272026-03-17T05:47:42.049Z Compiling block-buffer v0.10.4
14282026-03-17T05:47:42.160Z Compiling yoke v0.8.1
14292026-03-17T05:47:42.259Z Compiling digest v0.10.7
14302026-03-17T05:47:42.395Z Compiling tokio-macros v2.6.0
14312026-03-17T05:47:42.574Z Compiling hmac v0.12.1
14322026-03-17T05:47:42.700Z Compiling zerotrie v0.2.3
14332026-03-17T05:47:42.727Z Compiling futures-macro v0.3.32
14342026-03-17T05:47:42.769Z Compiling block-padding v0.3.3
14352026-03-17T05:47:42.772Z Compiling zerovec v0.11.5
14362026-03-17T05:47:42.972Z Compiling inout v0.1.4
14372026-03-17T05:47:43.093Z Compiling sha2 v0.10.9
14382026-03-17T05:47:43.186Z Compiling cipher v0.4.4
14392026-03-17T05:47:43.349Z Compiling der_derive v0.7.3
14402026-03-17T05:47:43.473Z Compiling tinystr v0.8.2
14412026-03-17T05:47:43.527Z Compiling potential_utf v0.1.4
14422026-03-17T05:47:43.752Z Compiling icu_locale_core v2.1.1
14432026-03-17T05:47:43.796Z Compiling icu_collections v2.1.1
14442026-03-17T05:47:43.816Z Compiling futures-util v0.3.32
14452026-03-17T05:47:44.459Z Compiling salsa20 v0.10.2
14462026-03-17T05:47:44.637Z Compiling bytes v1.11.1
14472026-03-17T05:47:44.640Z Compiling icu_provider v2.1.1
14482026-03-17T05:47:44.711Z Compiling der v0.7.10
14492026-03-17T05:47:45.005Z Compiling icu_properties v2.1.2
14502026-03-17T05:47:45.026Z Compiling icu_normalizer v2.1.1
14512026-03-17T05:47:45.029Z Compiling chrono v0.4.44
14522026-03-17T05:47:45.486Z Compiling tokio v1.49.0
14532026-03-17T05:47:45.740Z Compiling http v1.4.0
14542026-03-17T05:47:46.405Z Compiling idna_adapter v1.2.1
14552026-03-17T05:47:46.507Z Compiling idna v1.1.0
14562026-03-17T05:47:46.537Z Compiling spki v0.7.3
14572026-03-17T05:47:46.799Z Compiling ppv-lite86 v0.2.21
14582026-03-17T05:47:46.889Z Compiling url v2.5.8
14592026-03-17T05:47:46.918Z Compiling pbkdf2 v0.12.2
14602026-03-17T05:47:46.958Z Compiling thiserror-impl v2.0.18
14612026-03-17T05:47:47.007Z Compiling cbc v0.1.2
14622026-03-17T05:47:47.059Z Compiling scrypt v0.11.0
14632026-03-17T05:47:47.189Z Compiling rand_chacha v0.9.0
14642026-03-17T05:47:47.241Z Compiling aes v0.8.4
14652026-03-17T05:47:47.386Z Compiling rustls-pki-types v1.14.0
14662026-03-17T05:47:47.388Z Compiling tracing-attributes v0.1.31
14672026-03-17T05:47:47.933Z Compiling pkcs5 v0.7.1
14682026-03-17T05:47:47.980Z Compiling rand v0.9.2
14692026-03-17T05:47:48.061Z Compiling http-body v1.0.1
14702026-03-17T05:47:48.328Z Compiling untrusted v0.7.1
14712026-03-17T05:47:48.484Z Compiling httparse v1.10.1
14722026-03-17T05:47:48.571Z Compiling untrusted v0.9.0
14732026-03-17T05:47:48.645Z Compiling schemars v0.8.22
14742026-03-17T05:47:48.750Z Compiling thiserror v2.0.18
14752026-03-17T05:47:48.770Z Compiling openssl-probe v0.2.1
14762026-03-17T05:47:48.884Z Compiling syn v1.0.109
14772026-03-17T05:47:48.915Z Compiling base64 v0.22.1
14782026-03-17T05:47:49.038Z Compiling pkcs8 v0.10.2
14792026-03-17T05:47:49.056Z Compiling schemars_derive v0.8.22
14802026-03-17T05:47:49.203Z Compiling tracing v0.1.44
14812026-03-17T05:47:49.339Z Compiling pest_derive v2.8.6
14822026-03-17T05:47:49.358Z Compiling scroll_derive v0.13.1
14832026-03-17T05:47:49.549Z Compiling darling_core v0.20.11
14842026-03-17T05:47:49.870Z Compiling atomic-waker v1.1.2
14852026-03-17T05:47:50.027Z Compiling rustls v0.23.37
14862026-03-17T05:47:50.104Z Compiling tinyvec_macros v0.1.1
14872026-03-17T05:47:50.193Z Compiling tower-layer v0.3.3
14882026-03-17T05:47:50.238Z Compiling try-lock v0.2.5
14892026-03-17T05:47:50.373Z Compiling tower-service v0.3.3
14902026-03-17T05:47:50.396Z Compiling dyn-clone v1.0.20
14912026-03-17T05:47:50.416Z Compiling scroll v0.13.0
14922026-03-17T05:47:50.490Z Compiling want v0.3.1
14932026-03-17T05:47:50.569Z Compiling tokio-util v0.7.18
14942026-03-17T05:47:50.699Z Compiling tinyvec v1.10.0
14952026-03-17T05:47:51.470Z Compiling h2 v0.4.13
14962026-03-17T05:47:51.543Z Compiling ipnet v2.11.0
14972026-03-17T05:47:51.962Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-03-17T05:47:52.218Z Compiling spin v0.9.8
14992026-03-17T05:47:52.460Z Compiling aho-corasick v1.1.4
15002026-03-17T05:47:52.482Z Compiling time-core v0.1.8
15012026-03-17T05:47:52.524Z Compiling pin-utils v0.1.0
15022026-03-17T05:47:52.616Z Compiling crc32fast v1.5.0
15032026-03-17T05:47:52.674Z Compiling httpdate v1.0.3
15042026-03-17T05:47:52.761Z Compiling darling_macro v0.20.11
15052026-03-17T05:47:52.948Z Compiling powerfmt v0.2.0
15062026-03-17T05:47:52.967Z Compiling foreign-types-shared v0.1.1
15072026-03-17T05:47:53.075Z Compiling openssl v0.10.75
15082026-03-17T05:47:53.216Z Compiling num-conv v0.2.0
15092026-03-17T05:47:53.358Z Compiling darling v0.20.11
15102026-03-17T05:47:53.397Z Compiling time-macros v0.2.27
15112026-03-17T05:47:53.417Z Compiling deranged v0.5.8
15122026-03-17T05:47:53.436Z Compiling foreign-types v0.3.2
15132026-03-17T05:47:53.458Z Compiling tempfile v3.25.0
15142026-03-17T05:47:53.585Z Compiling regex-automata v0.4.14
15152026-03-17T05:47:54.809Z Compiling goblin v0.10.5
15162026-03-17T05:47:54.885Z Compiling openssl-macros v0.1.1
15172026-03-17T05:47:55.369Z Compiling thiserror-impl v1.0.69
15182026-03-17T05:47:55.558Z Compiling hyper v1.8.1
15192026-03-17T05:47:56.400Z Compiling socket2 v0.5.10
15202026-03-17T05:47:56.898Z Compiling wait-timeout v0.2.1
15212026-03-17T05:47:56.942Z Compiling either v1.15.0
15222026-03-17T05:47:57.018Z Compiling quick-error v1.2.3
15232026-03-17T05:47:57.152Z Compiling bit-vec v0.8.0
15242026-03-17T05:47:57.212Z Compiling usdt-impl v0.6.0
15252026-03-17T05:47:57.231Z Compiling num_threads v0.1.7
15262026-03-17T05:47:57.348Z Compiling siphasher v1.0.2
15272026-03-17T05:47:57.452Z Compiling simd-adler32 v0.3.8
15282026-03-17T05:47:57.471Z Compiling native-tls v0.2.18
15292026-03-17T05:47:57.625Z Compiling bit-set v0.8.0
15302026-03-17T05:47:57.708Z Compiling time v0.3.47
15312026-03-17T05:47:57.753Z Compiling rusty-fork v0.3.1
15322026-03-17T05:47:57.784Z Compiling thiserror v1.0.69
15332026-03-17T05:47:57.833Z Compiling hyper-util v0.1.20
15342026-03-17T05:47:58.397Z Compiling derive_builder_core v0.20.2
15352026-03-17T05:47:59.445Z Compiling dof v0.4.0
15362026-03-17T05:47:59.631Z Compiling unicode-normalization v0.1.25
15372026-03-17T05:47:59.894Z Compiling crossbeam-epoch v0.9.18
15382026-03-17T05:48:00.172Z Compiling dtrace-parser v0.3.0
15392026-03-17T05:48:00.239Z Compiling rustls-native-certs v0.8.3
15402026-03-17T05:48:00.324Z Compiling signature v2.2.0
15412026-03-17T05:48:00.550Z Compiling scroll_derive v0.12.1
15422026-03-17T05:48:00.609Z Compiling heapless v0.7.17
15432026-03-17T05:48:00.791Z Compiling rand_xorshift v0.4.0
15442026-03-17T05:48:00.903Z Compiling slog v2.8.2
15452026-03-17T05:48:00.992Z Compiling darling_core v0.21.3
15462026-03-17T05:48:01.059Z Compiling bzip2-sys v0.1.13+1.0.8
15472026-03-17T05:48:01.127Z Compiling sync_wrapper v1.0.2
15482026-03-17T05:48:01.197Z Compiling thread-id v5.1.0
15492026-03-17T05:48:01.262Z Compiling cookie v0.18.1
15502026-03-17T05:48:01.301Z Compiling rayon-core v1.13.0
15512026-03-17T05:48:01.399Z Compiling unicode-bidi v0.3.18
15522026-03-17T05:48:01.402Z Compiling paste v1.0.15
15532026-03-17T05:48:01.487Z Compiling unicode-properties v0.1.4
15542026-03-17T05:48:01.516Z Compiling unarray v0.1.4
15552026-03-17T05:48:01.659Z Compiling anyhow v1.0.102
15562026-03-17T05:48:01.753Z Compiling unicode-segmentation v1.12.0
15572026-03-17T05:48:01.753Z Compiling signal-hook v0.3.18
15582026-03-17T05:48:01.982Z Compiling zstd-safe v7.2.4
15592026-03-17T05:48:02.043Z Compiling adler2 v2.0.1
15602026-03-17T05:48:02.175Z Compiling miniz_oxide v0.8.9
15612026-03-17T05:48:02.201Z Compiling stringprep v0.1.5
15622026-03-17T05:48:02.266Z Compiling proptest v1.10.0
15632026-03-17T05:48:02.366Z Compiling scroll v0.12.0
15642026-03-17T05:48:02.706Z Compiling tower v0.5.3
15652026-03-17T05:48:03.042Z Compiling crossbeam-deque v0.8.6
15662026-03-17T05:48:03.099Z Compiling derive_builder_macro v0.20.2
15672026-03-17T05:48:03.142Z Compiling ipnetwork v0.21.1
15682026-03-17T05:48:03.222Z Compiling http-body-util v0.1.3
15692026-03-17T05:48:03.284Z Compiling webpki-roots v1.0.6
15702026-03-17T05:48:03.326Z Compiling rand_chacha v0.3.1
15712026-03-17T05:48:03.437Z Compiling toml_datetime v0.6.11
15722026-03-17T05:48:03.537Z Compiling erased-serde v0.3.31
15732026-03-17T05:48:03.665Z Compiling serde_spanned v0.6.9
15742026-03-17T05:48:03.684Z Compiling serde_tokenstream v0.2.3
15752026-03-17T05:48:03.827Z Compiling md-5 v0.10.6
15762026-03-17T05:48:03.884Z Compiling zerocopy-derive v0.7.35
15772026-03-17T05:48:04.035Z Compiling curve25519-dalek v4.1.3
15782026-03-17T05:48:04.134Z Compiling num-integer v0.1.46
15792026-03-17T05:48:04.322Z Compiling vergen-lib v0.1.6
15802026-03-17T05:48:04.436Z Compiling hash32 v0.2.1
15812026-03-17T05:48:04.456Z Compiling ff v0.13.1
15822026-03-17T05:48:04.549Z Compiling memoffset v0.9.1
15832026-03-17T05:48:04.573Z Compiling rustix v0.38.44
15842026-03-17T05:48:04.576Z Compiling darling_macro v0.21.3
15852026-03-17T05:48:04.628Z Compiling smoltcp v0.9.1
15862026-03-17T05:48:04.685Z Compiling fallible-iterator v0.2.0
15872026-03-17T05:48:04.782Z Compiling ryu v1.0.23
15882026-03-17T05:48:05.017Z Compiling iri-string v0.7.10
15892026-03-17T05:48:05.020Z Compiling num-bigint-dig v0.8.6
15902026-03-17T05:48:05.057Z Compiling litrs v1.0.0
15912026-03-17T05:48:05.075Z Compiling psl-types v2.0.11
15922026-03-17T05:48:05.102Z Compiling base16ct v0.2.0
15932026-03-17T05:48:05.190Z Compiling ref-cast v1.0.25
15942026-03-17T05:48:05.237Z Compiling cfg_aliases v0.2.1
15952026-03-17T05:48:05.267Z Compiling zlib-rs v0.6.2
15962026-03-17T05:48:05.325Z Compiling sec1 v0.7.3
15972026-03-17T05:48:05.328Z Compiling nix v0.31.1
15982026-03-17T05:48:05.635Z Compiling newtype-uuid v1.3.2
15992026-03-17T05:48:05.707Z Compiling publicsuffix v2.3.0
16002026-03-17T05:48:05.741Z Compiling document-features v0.2.12
16012026-03-17T05:48:05.824Z Compiling darling v0.21.3
16022026-03-17T05:48:05.938Z Compiling postgres-protocol v0.6.10
16032026-03-17T05:48:05.961Z Compiling zerocopy v0.7.35
16042026-03-17T05:48:06.173Z Compiling serde_urlencoded v0.7.1
16052026-03-17T05:48:06.623Z Compiling tower-http v0.6.8
16062026-03-17T05:48:06.666Z Compiling group v0.13.0
16072026-03-17T05:48:06.874Z Compiling num-iter v0.1.45
16082026-03-17T05:48:07.023Z Compiling derive_builder v0.20.2
16092026-03-17T05:48:07.137Z Compiling rand v0.8.5
16102026-03-17T05:48:07.157Z Compiling oxnet v0.1.4
16112026-03-17T05:48:07.195Z Compiling proc-macro-error v1.0.4
16122026-03-17T05:48:07.528Z Compiling tokio-native-tls v0.3.1
16132026-03-17T05:48:07.581Z Compiling goblin v0.8.2
16142026-03-17T05:48:08.406Z Compiling heck v0.4.1
16152026-03-17T05:48:08.468Z Compiling phf_shared v0.13.1
16162026-03-17T05:48:08.639Z Compiling regex v1.12.3
16172026-03-17T05:48:08.693Z Compiling hubpack_derive v0.1.1
16182026-03-17T05:48:08.731Z Compiling lazy_static v1.5.0
16192026-03-17T05:48:08.799Z Compiling cargo-platform v0.1.9
16202026-03-17T05:48:08.868Z Compiling hkdf v0.12.4
16212026-03-17T05:48:09.075Z Compiling crypto-bigint v0.5.5
16222026-03-17T05:48:09.131Z Compiling strum_macros v0.27.2
16232026-03-17T05:48:09.283Z Compiling daft-derive v0.1.5
16242026-03-17T05:48:09.304Z Compiling curve25519-dalek-derive v0.1.1
16252026-03-17T05:48:10.030Z Compiling flate2 v1.1.9
16262026-03-17T05:48:10.156Z Compiling ref-cast-impl v1.0.25
16272026-03-17T05:48:10.232Z Compiling async-trait v0.1.89
16282026-03-17T05:48:10.575Z Compiling terminal_size v0.4.3
16292026-03-17T05:48:10.752Z Compiling vergen v9.0.6
16302026-03-17T05:48:10.829Z Compiling fs-err v3.3.0
16312026-03-17T05:48:10.969Z Compiling ahash v0.8.12
16322026-03-17T05:48:11.061Z Compiling managed v0.8.0
16332026-03-17T05:48:11.241Z Compiling winnow v0.5.40
16342026-03-17T05:48:11.347Z Compiling object v0.37.3
16352026-03-17T05:48:11.630Z Compiling foldhash v0.1.5
16362026-03-17T05:48:11.691Z Compiling bitflags v1.3.2
16372026-03-17T05:48:11.789Z Compiling libbz2-rs-sys v0.2.2
16382026-03-17T05:48:11.851Z Compiling bumpalo v3.20.2
16392026-03-17T05:48:11.851Z Compiling console v0.16.2
16402026-03-17T05:48:11.966Z Compiling strum v0.27.2
16412026-03-17T05:48:12.126Z Compiling zopfli v0.8.3
16422026-03-17T05:48:12.180Z Compiling hashbrown v0.15.5
16432026-03-17T05:48:12.516Z Compiling bzip2 v0.6.1
16442026-03-17T05:48:12.751Z Compiling clap_builder v4.5.60
16452026-03-17T05:48:12.948Z Compiling toml_edit v0.19.15
16462026-03-17T05:48:13.016Z Compiling dof v0.3.0
16472026-03-17T05:48:13.092Z Compiling elliptic-curve v0.13.8
16482026-03-17T05:48:13.129Z Compiling daft v0.1.5
16492026-03-17T05:48:13.622Z Compiling hubpack v0.1.2
16502026-03-17T05:48:13.703Z Compiling cargo_metadata v0.19.2
16512026-03-17T05:48:14.008Z Compiling phf v0.13.1
16522026-03-17T05:48:14.221Z Compiling zone_cfg_derive v0.3.1
16532026-03-17T05:48:15.044Z Compiling signal-hook-mio v0.2.5
16542026-03-17T05:48:15.195Z Compiling zstd v0.13.3
16552026-03-17T05:48:15.541Z Compiling cookie_store v0.22.1
16562026-03-17T05:48:16.109Z Compiling hyper-tls v0.6.0
16572026-03-17T05:48:16.387Z Compiling rayon v1.11.0
16582026-03-17T05:48:16.434Z Compiling bzip2 v0.4.4
16592026-03-17T05:48:16.705Z Compiling postgres-types v0.2.12
16602026-03-17T05:48:16.766Z Compiling serde_with_macros v3.17.0
16612026-03-17T05:48:17.079Z Compiling usdt-macro v0.6.0
16622026-03-17T05:48:17.467Z Compiling usdt-attr-macro v0.6.0
16632026-03-17T05:48:17.530Z Compiling ed25519 v2.2.3
16642026-03-17T05:48:18.061Z Compiling dtrace-parser v0.2.0
16652026-03-17T05:48:18.294Z Compiling phf_shared v0.11.3
16662026-03-17T05:48:18.334Z Compiling itertools v0.12.1
16672026-03-17T05:48:18.487Z Compiling bstr v1.12.1
16682026-03-17T05:48:18.550Z Compiling pkcs1 v0.7.5
16692026-03-17T05:48:18.697Z Compiling hex v0.4.3
16702026-03-17T05:48:18.912Z Compiling serde-big-array v0.5.1
16712026-03-17T05:48:19.076Z Compiling rfc6979 v0.4.0
16722026-03-17T05:48:19.097Z Compiling clap_derive v4.5.55
16732026-03-17T05:48:19.116Z Compiling serde_repr v0.1.20
16742026-03-17T05:48:19.142Z Compiling enum-as-inner v0.6.1
16752026-03-17T05:48:19.232Z Compiling strum_macros v0.26.4
16762026-03-17T05:48:19.439Z Compiling float-cmp v0.10.0
16772026-03-17T05:48:19.629Z Compiling thread-id v4.2.2
16782026-03-17T05:48:19.743Z Compiling memmap2 v0.9.10
16792026-03-17T05:48:19.802Z Compiling env_filter v1.0.0
16802026-03-17T05:48:19.821Z Compiling encoding_rs v0.8.35
16812026-03-17T05:48:20.027Z Compiling new_debug_unreachable v1.0.6
16822026-03-17T05:48:20.057Z Compiling static_assertions v1.1.0
16832026-03-17T05:48:20.121Z Compiling rustc-hash v2.1.1
16842026-03-17T05:48:20.154Z Compiling unit-prefix v0.5.2
16852026-03-17T05:48:20.203Z Compiling fixedbitset v0.4.2
16862026-03-17T05:48:20.278Z Compiling precomputed-hash v0.1.1
16872026-03-17T05:48:20.345Z Compiling whoami v2.1.0
16882026-03-17T05:48:20.392Z Compiling difflib v0.4.0
16892026-03-17T05:48:20.489Z Compiling fixedbitset v0.5.7
16902026-03-17T05:48:20.848Z Compiling mime v0.3.17
16912026-03-17T05:48:20.937Z Compiling data-encoding v2.10.0
16922026-03-17T05:48:21.156Z Compiling jiff v0.2.21
16932026-03-17T05:48:21.190Z Compiling keccak v0.1.6
16942026-03-17T05:48:21.336Z Compiling predicates-core v1.0.10
16952026-03-17T05:48:21.497Z Compiling normalize-line-endings v0.3.0
16962026-03-17T05:48:21.573Z Compiling clap v4.5.60
16972026-03-17T05:48:21.617Z Compiling predicates v3.1.4
16982026-03-17T05:48:21.637Z Compiling strum v0.26.3
16992026-03-17T05:48:21.679Z Compiling sha3 v0.10.8
17002026-03-17T05:48:21.804Z Compiling hickory-proto v0.25.2
17012026-03-17T05:48:21.853Z Compiling petgraph v0.8.3
17022026-03-17T05:48:21.876Z Compiling tokio-postgres v0.7.16
17032026-03-17T05:48:22.280Z Compiling petgraph v0.6.5
17042026-03-17T05:48:22.310Z Compiling string_cache v0.8.9
17052026-03-17T05:48:22.510Z Compiling indicatif v0.18.4
17062026-03-17T05:48:22.599Z Compiling iddqd v0.3.17
17072026-03-17T05:48:23.641Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17082026-03-17T05:48:24.149Z Compiling toml_edit v0.22.27
17092026-03-17T05:48:24.331Z Compiling env_logger v0.11.9
17102026-03-17T05:48:24.535Z Compiling usdt v0.6.0
17112026-03-17T05:48:24.807Z Compiling zip v4.6.1
17122026-03-17T05:48:24.872Z Compiling zone v0.3.1
17132026-03-17T05:48:24.892Z Compiling usdt-impl v0.5.0
17142026-03-17T05:48:25.673Z Compiling ecdsa v0.16.9
17152026-03-17T05:48:25.778Z Compiling similar v2.7.0
17162026-03-17T05:48:26.100Z Compiling serde_with v3.17.0
17172026-03-17T05:48:26.190Z Compiling rsa v0.9.10
17182026-03-17T05:48:26.957Z Compiling crossterm v0.28.1
17192026-03-17T05:48:27.020Z Compiling ed25519-dalek v2.2.0
17202026-03-17T05:48:27.852Z Compiling zip v0.6.6
17212026-03-17T05:48:28.351Z Compiling toml v0.7.8
17222026-03-17T05:48:28.784Z Compiling toml_parser v1.0.9+spec-1.1.0
17232026-03-17T05:48:28.859Z Compiling itertools v0.13.0
17242026-03-17T05:48:29.109Z Compiling tokio-stream v0.1.18
17252026-03-17T05:48:29.214Z Compiling buf-list v1.1.2
17262026-03-17T05:48:29.483Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-03-17T05:48:29.580Z Compiling x509-cert v0.2.5
17282026-03-17T05:48:29.671Z Compiling openapiv3 v2.2.0
17292026-03-17T05:48:29.737Z Compiling sha1 v0.10.6
17302026-03-17T05:48:29.880Z Compiling toml_datetime v0.7.5+spec-1.1.0
17312026-03-17T05:48:30.022Z Compiling lalrpop-util v0.19.12
17322026-03-17T05:48:30.265Z Compiling peg-runtime v0.8.5
17332026-03-17T05:48:30.269Z Compiling thread_local v1.1.9
17342026-03-17T05:48:30.445Z Compiling slog-async v2.8.0
17352026-03-17T05:48:30.557Z Compiling crossbeam-channel v0.5.15
17362026-03-17T05:48:30.602Z Compiling futures-executor v0.3.32
17372026-03-17T05:48:30.632Z Compiling is-terminal v0.4.17
17382026-03-17T05:48:30.753Z Compiling filetime v0.2.27
17392026-03-17T05:48:30.846Z Compiling xattr v1.6.1
17402026-03-17T05:48:30.931Z Compiling take_mut v0.2.2
17412026-03-17T05:48:30.978Z Compiling term v1.2.1
17422026-03-17T05:48:31.075Z Compiling tar v0.4.44
17432026-03-17T05:48:31.167Z Compiling futures v0.3.32
17442026-03-17T05:48:31.669Z Compiling slog-term v2.9.2
17452026-03-17T05:48:38.329Z Compiling rustls-webpki v0.103.9
17462026-03-17T05:48:42.359Z Compiling tokio-rustls v0.26.4
17472026-03-17T05:48:42.360Z Compiling rustls-platform-verifier v0.6.2
17482026-03-17T05:48:42.637Z Compiling hyper-rustls v0.27.7
17492026-03-17T05:48:42.909Z Compiling reqwest v0.13.2
17502026-03-17T05:48:42.909Z Compiling reqwest v0.12.28
17512026-03-17T05:48:45.881Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17522026-03-17T05:48:46.158Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17532026-03-17T05:48:49.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17542026-03-17T05:48:50.164Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17552026-03-17T05:48:50.226ZMar 17 05:48:48.581 INFO Starting download, target: Console
17562026-03-17T05:48:50.226ZMar 17 05:48:48.581 INFO Starting download, target: Cockroach
17572026-03-17T05:48:50.226ZMar 17 05:48:48.581 INFO Starting download, target: Clickhouse
17582026-03-17T05:48:50.226ZMar 17 05:48:48.581 INFO Starting download, target: MaghemiteMgd
17592026-03-17T05:48:50.230ZMar 17 05:48:48.581 INFO Starting download, target: TransceiverControl
17602026-03-17T05:48:50.230ZMar 17 05:48:48.581 INFO Starting download, target: DendriteStub
17612026-03-17T05:48:50.230ZMar 17 05:48:48.581 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17622026-03-17T05:48:50.230ZMar 17 05:48:48.581 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17632026-03-17T05:48:50.230ZMar 17 05:48:48.581 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17642026-03-17T05:48:50.230ZMar 17 05:48:48.581 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17652026-03-17T05:48:50.230ZMar 17 05:48:48.581 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-03-17T05:48:50.230ZMar 17 05:48:48.581 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17672026-03-17T05:48:50.813ZMar 17 05:48:49.165 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17682026-03-17T05:48:51.149ZMar 17 05:48:49.503 INFO Download complete, target: TransceiverControl
17692026-03-17T05:48:51.330ZMar 17 05:48:49.684 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17702026-03-17T05:48:51.707ZMar 17 05:48:50.056 INFO Download complete, target: Console
17712026-03-17T05:48:51.878ZMar 17 05:48:50.231 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17722026-03-17T05:48:52.053ZMar 17 05:48:50.405 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-03-17T05:48:52.086ZMar 17 05:48:50.437 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17742026-03-17T05:48:53.113ZMar 17 05:48:51.466 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17752026-03-17T05:48:53.113ZMar 17 05:48:51.466 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17762026-03-17T05:48:55.728ZMar 17 05:48:54.082 INFO Download complete, target: MaghemiteMgd
17772026-03-17T05:48:55.908ZMar 17 05:48:54.262 INFO Download complete, target: DendriteStub
17782026-03-17T05:49:00.863ZMar 17 05:48:59.216 INFO Checking that binary works, target: Cockroach
17792026-03-17T05:49:00.978ZMar 17 05:48:59.331 INFO Download complete, target: Cockroach
17802026-03-17T05:49:03.305ZMar 17 05:49:01.657 INFO Checking that binary works, target: Clickhouse
17812026-03-17T05:49:03.464ZMar 17 05:49:01.816 INFO Download complete, target: Clickhouse
17822026-03-17T05:49:03.482ZAll builder prerequisites installed successfully, and PATH looks valid
17832026-03-17T05:49:03.485Z
17842026-03-17T05:49:03.485Zreal 4:09.684248158
17852026-03-17T05:49:03.485Zuser 10:22.209684658
17862026-03-17T05:49:03.485Zsys 1:48.387861989
17872026-03-17T05:49:03.485Ztrap 0.326237037
17882026-03-17T05:49:03.485Ztflt 0.652619083
17892026-03-17T05:49:03.485Zdflt 0.536252837
17902026-03-17T05:49:03.485Zkflt 0.021466351
17912026-03-17T05:49:03.485Zlock 30:21.812940390
17922026-03-17T05:49:03.485Zslp 29:33.642554652
17932026-03-17T05:49:03.485Zlat 57.778950092
17942026-03-17T05:49:03.485Zstop 2:41.942140502
17952026-03-17T05:49:03.486Z+ banner hack-check
17962026-03-17T05:49:03.486Z
17972026-03-17T05:49:03.486Z # # ## #### # # #### # # ###### #### # #
17982026-03-17T05:49:03.486Z # # # # # # # # # # # # # # # # #
17992026-03-17T05:49:03.486Z ###### # # # #### ##### # ###### ##### # ####
18002026-03-17T05:49:03.486Z # # ###### # # # # # # # # # #
18012026-03-17T05:49:03.486Z # # # # # # # # # # # # # # # # #
18022026-03-17T05:49:03.486Z # # # # #### # # #### # # ###### #### # #
18032026-03-17T05:49:03.486Z
18042026-03-17T05:49:03.486Z+ export CARGO_INCREMENTAL=0
18052026-03-17T05:49:03.486Z+ CARGO_INCREMENTAL=0
18062026-03-17T05:49:03.486Z+ ptime -m timeout 2h cargo xtask check-features --ci
18072026-03-17T05:49:04.179Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18082026-03-17T05:49:04.456Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18092026-03-17T05:49:06.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
18102026-03-17T05:49:07.040Z Running `target/debug/xtask check-features --ci`
18112026-03-17T05:49:07.072Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18122026-03-17T05:49:07.075Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18132026-03-17T05:49:07.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18142026-03-17T05:49:07.728Z Running `target/debug/xtask download cargo-hack`
18152026-03-17T05:49:08.757Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18162026-03-17T05:49:09.144Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18172026-03-17T05:49:12.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
18182026-03-17T05:49:12.654Z Running `target/debug/xtask-downloader cargo-hack`
18192026-03-17T05:49:12.703ZMar 17 05:49:11.053 INFO Starting download, target: CargoHack
18202026-03-17T05:49:12.706ZMar 17 05:49:11.054 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18212026-03-17T05:49:13.125ZMar 17 05:49:11.475 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18222026-03-17T05:49:13.207ZMar 17 05:49:11.556 INFO Download complete, target: CargoHack
18232026-03-17T05:49:13.210Zrunning: "/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"
18242026-03-17T05:49:13.227Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18252026-03-17T05:49:13.426Zinfo: running `cargo check --bins` on api_identity (1/259)
18262026-03-17T05:49:14.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-03-17T05:49:14.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-03-17T05:49:14.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-03-17T05:49:14.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18302026-03-17T05:49:14.185Z
18312026-03-17T05:49:14.186Zinfo: running `cargo check --bins` on bootstore (2/259)
18322026-03-17T05:49:14.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-03-17T05:49:14.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-03-17T05:49:14.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-03-17T05:49:14.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18362026-03-17T05:49:14.942Z
18372026-03-17T05:49:14.942Zinfo: running `cargo check --bins` on omicron-ledger (3/259)
18382026-03-17T05:49:15.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-03-17T05:49:15.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-03-17T05:49:15.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-03-17T05:49:15.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18422026-03-17T05:49:15.693Z
18432026-03-17T05:49:15.693Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/259)
18442026-03-17T05:49:16.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-03-17T05:49:16.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-03-17T05:49:16.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-03-17T05:49:16.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18482026-03-17T05:49:16.445Z
18492026-03-17T05:49:16.445Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/259)
18502026-03-17T05:49:17.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-03-17T05:49:17.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-03-17T05:49:17.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-03-17T05:49:17.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18542026-03-17T05:49:17.217Z
18552026-03-17T05:49:17.217Zinfo: running `cargo check --bins` on omicron-certificates (6/259)
18562026-03-17T05:49:17.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-03-17T05:49:17.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-03-17T05:49:17.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-03-17T05:49:17.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18602026-03-17T05:49:17.992Z
18612026-03-17T05:49:17.992Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/259)
18622026-03-17T05:49:18.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-03-17T05:49:18.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-03-17T05:49:18.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-03-17T05:49:18.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18662026-03-17T05:49:18.763Z
18672026-03-17T05:49:18.763Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/259)
18682026-03-17T05:49:19.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-03-17T05:49:19.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-03-17T05:49:19.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-03-17T05:49:19.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18722026-03-17T05:49:19.535Z
18732026-03-17T05:49:19.535Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/259)
18742026-03-17T05:49:20.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-03-17T05:49:20.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-03-17T05:49:20.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-03-17T05:49:20.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18782026-03-17T05:49:20.137Z
18792026-03-17T05:49:20.137Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/259)
18802026-03-17T05:49:20.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-03-17T05:49:20.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-03-17T05:49:20.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-03-17T05:49:20.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18842026-03-17T05:49:20.740Z
18852026-03-17T05:49:20.740Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/259)
18862026-03-17T05:49:21.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-03-17T05:49:21.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-03-17T05:49:21.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-03-17T05:49:21.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18902026-03-17T05:49:21.338Z
18912026-03-17T05:49:21.338Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/259)
18922026-03-17T05:49:21.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-03-17T05:49:21.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-03-17T05:49:21.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-03-17T05:49:21.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18962026-03-17T05:49:21.944Z
18972026-03-17T05:49:21.944Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/259)
18982026-03-17T05:49:22.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-03-17T05:49:22.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-03-17T05:49:22.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-03-17T05:49:22.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19022026-03-17T05:49:22.545Z
19032026-03-17T05:49:22.545Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/259)
19042026-03-17T05:49:23.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-03-17T05:49:23.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-03-17T05:49:23.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-03-17T05:49:23.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19082026-03-17T05:49:23.145Z
19092026-03-17T05:49:23.145Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/259)
19102026-03-17T05:49:23.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-03-17T05:49:23.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-03-17T05:49:23.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-03-17T05:49:23.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19142026-03-17T05:49:23.749Z
19152026-03-17T05:49:23.749Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/259)
19162026-03-17T05:49:24.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-03-17T05:49:24.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-03-17T05:49:24.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-03-17T05:49:24.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19202026-03-17T05:49:24.351Z
19212026-03-17T05:49:24.351Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/259)
19222026-03-17T05:49:24.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-03-17T05:49:24.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-03-17T05:49:24.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-03-17T05:49:24.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19262026-03-17T05:49:24.954Z
19272026-03-17T05:49:24.954Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/259)
19282026-03-17T05:49:25.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-03-17T05:49:25.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-03-17T05:49:25.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-03-17T05:49:25.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19322026-03-17T05:49:25.560Z
19332026-03-17T05:49:25.560Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/259)
19342026-03-17T05:49:26.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-03-17T05:49:26.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-03-17T05:49:26.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-03-17T05:49:26.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19382026-03-17T05:49:26.160Z
19392026-03-17T05:49:26.160Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/259)
19402026-03-17T05:49:26.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-03-17T05:49:26.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-03-17T05:49:26.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-03-17T05:49:26.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19442026-03-17T05:49:26.766Z
19452026-03-17T05:49:26.766Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/259)
19462026-03-17T05:49:27.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-03-17T05:49:27.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-03-17T05:49:27.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-03-17T05:49:27.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19502026-03-17T05:49:27.369Z
19512026-03-17T05:49:27.369Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/259)
19522026-03-17T05:49:27.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-03-17T05:49:27.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-03-17T05:49:27.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-03-17T05:49:27.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19562026-03-17T05:49:28.004Z
19572026-03-17T05:49:28.004Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/259)
19582026-03-17T05:49:28.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-03-17T05:49:28.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-03-17T05:49:28.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-03-17T05:49:28.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19622026-03-17T05:49:28.583Z
19632026-03-17T05:49:28.583Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/259)
19642026-03-17T05:49:29.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-03-17T05:49:29.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-03-17T05:49:29.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-03-17T05:49:29.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19682026-03-17T05:49:29.195Z
19692026-03-17T05:49:29.195Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/259)
19702026-03-17T05:49:29.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-03-17T05:49:29.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-03-17T05:49:29.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-03-17T05:49:29.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19742026-03-17T05:49:29.798Z
19752026-03-17T05:49:29.798Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/259)
19762026-03-17T05:49:30.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-03-17T05:49:30.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-03-17T05:49:30.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-03-17T05:49:30.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19802026-03-17T05:49:30.403Z
19812026-03-17T05:49:30.403Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/259)
19822026-03-17T05:49:30.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-03-17T05:49:30.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-03-17T05:49:30.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-03-17T05:49:30.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19862026-03-17T05:49:31.008Z
19872026-03-17T05:49:31.008Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/259)
19882026-03-17T05:49:31.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-03-17T05:49:31.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-03-17T05:49:31.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-03-17T05:49:31.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19922026-03-17T05:49:31.612Z
19932026-03-17T05:49:31.612Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/259)
19942026-03-17T05:49:32.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-03-17T05:49:32.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-03-17T05:49:32.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-03-17T05:49:32.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19982026-03-17T05:49:32.220Z
19992026-03-17T05:49:32.220Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/259)
20002026-03-17T05:49:32.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-03-17T05:49:32.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-03-17T05:49:32.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-03-17T05:49:32.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20042026-03-17T05:49:32.822Z
20052026-03-17T05:49:32.822Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/259)
20062026-03-17T05:49:33.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-03-17T05:49:33.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-03-17T05:49:33.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-03-17T05:49:33.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20102026-03-17T05:49:33.424Z
20112026-03-17T05:49:33.424Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/259)
20122026-03-17T05:49:33.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-03-17T05:49:33.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-03-17T05:49:33.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-03-17T05:49:33.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20162026-03-17T05:49:34.030Z
20172026-03-17T05:49:34.030Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/259)
20182026-03-17T05:49:34.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-03-17T05:49:34.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-03-17T05:49:34.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-03-17T05:49:34.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20222026-03-17T05:49:34.633Z
20232026-03-17T05:49:34.633Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/259)
20242026-03-17T05:49:35.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-03-17T05:49:35.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-03-17T05:49:35.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-03-17T05:49:35.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20282026-03-17T05:49:35.239Z
20292026-03-17T05:49:35.240Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/259)
20302026-03-17T05:49:35.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-03-17T05:49:35.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-03-17T05:49:35.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-03-17T05:49:35.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20342026-03-17T05:49:35.842Z
20352026-03-17T05:49:35.843Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/259)
20362026-03-17T05:49:37.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-03-17T05:49:37.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-03-17T05:49:37.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-03-17T05:49:37.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20402026-03-17T05:49:37.382Z
20412026-03-17T05:49:37.382Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/259)
20422026-03-17T05:49:37.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-03-17T05:49:37.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-03-17T05:49:37.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-03-17T05:49:37.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20462026-03-17T05:49:37.382Z
20472026-03-17T05:49:37.382Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/259)
20482026-03-17T05:49:37.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-03-17T05:49:37.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-03-17T05:49:37.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-03-17T05:49:37.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20522026-03-17T05:49:37.656Z
20532026-03-17T05:49:37.656Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/259)
20542026-03-17T05:49:38.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-03-17T05:49:38.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-03-17T05:49:38.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-03-17T05:49:38.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20582026-03-17T05:49:38.261Z
20592026-03-17T05:49:38.261Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/259)
20602026-03-17T05:49:38.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-03-17T05:49:38.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-03-17T05:49:38.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-03-17T05:49:38.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20642026-03-17T05:49:38.867Z
20652026-03-17T05:49:38.867Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/259)
20662026-03-17T05:49:39.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-03-17T05:49:39.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-03-17T05:49:39.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-03-17T05:49:39.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20702026-03-17T05:49:39.473Z
20712026-03-17T05:49:39.473Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/259)
20722026-03-17T05:49:40.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-03-17T05:49:40.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-03-17T05:49:40.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-03-17T05:49:40.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20762026-03-17T05:49:40.077Z
20772026-03-17T05:49:40.077Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/259)
20782026-03-17T05:49:40.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-03-17T05:49:40.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-03-17T05:49:40.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-03-17T05:49:40.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20822026-03-17T05:49:40.681Z
20832026-03-17T05:49:40.681Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/259)
20842026-03-17T05:49:41.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-03-17T05:49:41.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-03-17T05:49:41.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-03-17T05:49:41.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-03-17T05:49:41.286Z
20892026-03-17T05:49:41.286Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/259)
20902026-03-17T05:49:41.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-03-17T05:49:41.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-03-17T05:49:41.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-03-17T05:49:41.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-03-17T05:49:41.891Z
20952026-03-17T05:49:41.891Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/259)
20962026-03-17T05:49:42.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-03-17T05:49:42.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-03-17T05:49:42.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-03-17T05:49:42.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-03-17T05:49:42.497Z
21012026-03-17T05:49:42.497Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/259)
21022026-03-17T05:49:43.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-03-17T05:49:43.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-03-17T05:49:43.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-03-17T05:49:43.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-03-17T05:49:43.105Z
21072026-03-17T05:49:43.105Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/259)
21082026-03-17T05:49:43.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-03-17T05:49:43.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-03-17T05:49:43.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-03-17T05:49:43.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21122026-03-17T05:49:43.711Z
21132026-03-17T05:49:43.711Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/259)
21142026-03-17T05:49:44.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-03-17T05:49:44.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-03-17T05:49:44.792Z Checking cfg-if v1.0.4
21172026-03-17T05:49:44.950Z Checking libc v0.2.180
21182026-03-17T05:49:44.953Z Checking serde_core v1.0.228
21192026-03-17T05:49:44.983Z Checking memchr v2.8.0
21202026-03-17T05:49:45.002Z Checking smallvec v1.15.1
21212026-03-17T05:49:45.002Z Checking itoa v1.0.17
21222026-03-17T05:49:45.046Z Checking log v0.4.29
21232026-03-17T05:49:45.046Z Checking zeroize v1.8.2
21242026-03-17T05:49:45.077Z Checking stable_deref_trait v1.2.1
21252026-03-17T05:49:45.176Z Checking zerofrom v0.1.6
21262026-03-17T05:49:45.204Z Checking zmij v1.0.21
21272026-03-17T05:49:45.237Z Checking scopeguard v1.2.0
21282026-03-17T05:49:45.259Z Checking subtle v2.6.1
21292026-03-17T05:49:45.278Z Checking litemap v0.8.1
21302026-03-17T05:49:45.323Z Checking yoke v0.8.1
21312026-03-17T05:49:45.365Z Checking lock_api v0.4.14
21322026-03-17T05:49:45.452Z Checking percent-encoding v2.3.2
21332026-03-17T05:49:45.477Z Checking writeable v0.6.2
21342026-03-17T05:49:45.496Z Checking libm v0.2.16
21352026-03-17T05:49:45.516Z Checking icu_properties_data v2.1.2
21362026-03-17T05:49:45.542Z Checking getrandom v0.2.17
21372026-03-17T05:49:45.545Z Checking errno v0.3.14
21382026-03-17T05:49:45.625Z Checking zerovec v0.11.5
21392026-03-17T05:49:45.629Z Checking zerotrie v0.2.3
21402026-03-17T05:49:45.679Z Checking icu_normalizer_data v2.1.1
21412026-03-17T05:49:45.699Z Checking pin-project-lite v0.2.17
21422026-03-17T05:49:45.719Z Checking utf8_iter v1.0.4
21432026-03-17T05:49:45.737Z Checking rand_core v0.6.4
21442026-03-17T05:49:45.770Z Checking form_urlencoded v1.2.2
21452026-03-17T05:49:45.810Z Checking typenum v1.19.0
21462026-03-17T05:49:45.870Z Checking portable-atomic v1.13.1
21472026-03-17T05:49:45.929Z Checking critical-section v1.2.0
21482026-03-17T05:49:45.951Z Checking rand_core v0.10.0
21492026-03-17T05:49:45.972Z Checking signal-hook-registry v1.4.8
21502026-03-17T05:49:46.054Z Checking parking_lot_core v0.9.12
21512026-03-17T05:49:46.139Z Checking getrandom v0.4.1
21522026-03-17T05:49:46.183Z Checking socket2 v0.6.2
21532026-03-17T05:49:46.234Z Checking tinystr v0.8.2
21542026-03-17T05:49:46.293Z Checking potential_utf v0.1.4
21552026-03-17T05:49:46.324Z Checking parking_lot v0.12.5
21562026-03-17T05:49:46.444Z Checking once_cell v1.21.3
21572026-03-17T05:49:46.464Z Checking icu_collections v2.1.1
21582026-03-17T05:49:46.467Z Checking icu_locale_core v2.1.1
21592026-03-17T05:49:46.503Z Checking mio v1.1.1
21602026-03-17T05:49:46.506Z Checking num-traits v0.2.19
21612026-03-17T05:49:46.540Z Checking generic-array v0.14.7
21622026-03-17T05:49:46.576Z Checking zerocopy v0.8.40
21632026-03-17T05:49:46.674Z Checking iana-time-zone v0.1.65
21642026-03-17T05:49:46.816Z Checking futures-core v0.3.32
21652026-03-17T05:49:46.886Z Checking allocator-api2 v0.2.21
21662026-03-17T05:49:46.908Z Checking equivalent v1.0.2
21672026-03-17T05:49:46.971Z Checking const-oid v0.9.6
21682026-03-17T05:49:47.013Z Checking foldhash v0.2.0
21692026-03-17T05:49:47.109Z Checking serde v1.0.228
21702026-03-17T05:49:47.192Z Checking serde_json v1.0.149
21712026-03-17T05:49:47.211Z Checking bitflags v2.11.0
21722026-03-17T05:49:47.255Z Checking icu_provider v2.1.1
21732026-03-17T05:49:47.275Z Checking crypto-common v0.1.7
21742026-03-17T05:49:47.333Z Checking uuid v1.21.0
21752026-03-17T05:49:47.426Z Checking hashbrown v0.16.1
21762026-03-17T05:49:47.449Z Checking dyn-clone v1.0.20
21772026-03-17T05:49:47.565Z Checking icu_normalizer v2.1.1
21782026-03-17T05:49:47.584Z Checking icu_properties v2.1.2
21792026-03-17T05:49:47.681Z Checking bytes v1.11.1
21802026-03-17T05:49:47.750Z Checking chrono v0.4.44
21812026-03-17T05:49:47.977Z Checking futures-sink v0.3.32
21822026-03-17T05:49:47.996Z Checking block-buffer v0.10.4
21832026-03-17T05:49:48.102Z Checking futures-channel v0.3.32
21842026-03-17T05:49:48.121Z Checking semver v1.0.27
21852026-03-17T05:49:48.141Z Checking slab v0.4.12
21862026-03-17T05:49:48.166Z Checking futures-task v0.3.32
21872026-03-17T05:49:48.297Z Checking tokio v1.49.0
21882026-03-17T05:49:48.337Z Checking futures-io v0.3.32
21892026-03-17T05:49:48.357Z Checking digest v0.10.7
21902026-03-17T05:49:48.379Z Checking thiserror v2.0.18
21912026-03-17T05:49:48.398Z Checking byteorder v1.5.0
21922026-03-17T05:49:48.481Z Checking futures-util v0.3.32
21932026-03-17T05:49:48.504Z Checking indexmap v2.13.0
21942026-03-17T05:49:48.608Z Checking cpufeatures v0.2.17
21952026-03-17T05:49:48.663Z Checking http v1.4.0
21962026-03-17T05:49:48.700Z Checking fnv v1.0.7
21972026-03-17T05:49:48.740Z Checking idna_adapter v1.2.1
21982026-03-17T05:49:48.819Z Checking unicode-ident v1.0.24
21992026-03-17T05:49:48.891Z Checking idna v1.1.0
22002026-03-17T05:49:48.927Z Checking base64 v0.22.1
22012026-03-17T05:49:48.958Z Checking tracing-core v0.1.36
22022026-03-17T05:49:49.216Z Checking url v2.5.8
22032026-03-17T05:49:49.241Z Checking proc-macro2 v1.0.106
22042026-03-17T05:49:49.283Z Checking rustls-pki-types v1.14.0
22052026-03-17T05:49:49.371Z Checking tracing v0.1.44
22062026-03-17T05:49:49.438Z Checking regex-syntax v0.8.10
22072026-03-17T05:49:49.636Z Checking untrusted v0.9.0
22082026-03-17T05:49:49.662Z Checking quote v1.0.44
22092026-03-17T05:49:49.684Z Checking thiserror v1.0.69
22102026-03-17T05:49:49.775Z Checking ring v0.17.14
22112026-03-17T05:49:49.793Z Checking schemars v0.8.22
22122026-03-17T05:49:49.818Z Checking ipnet v2.11.0
22132026-03-17T05:49:49.888Z Checking syn v2.0.117
22142026-03-17T05:49:50.171Z Checking httparse v1.10.1
22152026-03-17T05:49:50.449Z Checking http-body v1.0.1
22162026-03-17T05:49:50.622Z Checking ppv-lite86 v0.2.21
22172026-03-17T05:49:50.640Z Checking rustix v1.1.3
22182026-03-17T05:49:50.676Z Checking block-padding v0.3.3
22192026-03-17T05:49:50.847Z Checking getrandom v0.3.4
22202026-03-17T05:49:51.033Z Checking atomic-waker v1.1.2
22212026-03-17T05:49:51.054Z Checking inout v0.1.4
22222026-03-17T05:49:51.099Z Checking hmac v0.12.1
22232026-03-17T05:49:51.158Z Checking aws-lc-sys v0.37.1
22242026-03-17T05:49:51.180Z Checking aho-corasick v1.1.4
22252026-03-17T05:49:51.217Z Checking tower-layer v0.3.3
22262026-03-17T05:49:51.237Z Checking openssl-probe v0.2.1
22272026-03-17T05:49:51.263Z Checking untrusted v0.7.1
22282026-03-17T05:49:51.370Z Checking tower-service v0.3.3
22292026-03-17T05:49:51.407Z Checking try-lock v0.2.5
22302026-03-17T05:49:51.410Z Checking httpdate v1.0.3
22312026-03-17T05:49:51.482Z Checking powerfmt v0.2.0
22322026-03-17T05:49:51.527Z Checking want v0.3.1
22332026-03-17T05:49:51.623Z Checking cipher v0.4.4
22342026-03-17T05:49:51.691Z Checking deranged v0.5.8
22352026-03-17T05:49:51.711Z Checking rand_core v0.9.5
22362026-03-17T05:49:51.850Z Checking num-conv v0.2.0
22372026-03-17T05:49:51.881Z Checking aws-lc-rs v1.16.0
22382026-03-17T05:49:51.902Z Checking pin-utils v0.1.0
22392026-03-17T05:49:51.945Z Checking num_threads v0.1.7
22402026-03-17T05:49:51.990Z Checking time-core v0.1.8
22412026-03-17T05:49:52.010Z Checking base64ct v1.8.3
22422026-03-17T05:49:52.056Z Checking sha2 v0.10.9
22432026-03-17T05:49:52.121Z Checking regex-automata v0.4.14
22442026-03-17T05:49:52.175Z Checking erased-serde v0.3.31
22452026-03-17T05:49:52.319Z Checking socket2 v0.5.10
22462026-03-17T05:49:52.411Z Checking pretty-hex v0.4.1
22472026-03-17T05:49:52.565Z Checking rand_chacha v0.9.0
22482026-03-17T05:49:52.642Z Checking fastrand v2.3.0
22492026-03-17T05:49:52.688Z Checking tokio-util v0.7.18
22502026-03-17T05:49:52.744Z Checking slog v2.8.2
22512026-03-17T05:49:52.826Z Checking ryu v1.0.23
22522026-03-17T05:49:52.879Z Checking rand v0.9.2
22532026-03-17T05:49:52.994Z Checking time v0.3.47
22542026-03-17T05:49:53.016Z Checking pem-rfc7468 v0.7.0
22552026-03-17T05:49:53.037Z Checking rustls-webpki v0.103.9
22562026-03-17T05:49:53.099Z Checking rustls-native-certs v0.8.3
22572026-03-17T05:49:53.175Z Checking ipnetwork v0.21.1
22582026-03-17T05:49:53.218Z Checking http-body-util v0.1.3
22592026-03-17T05:49:53.264Z Checking sync_wrapper v1.0.2
22602026-03-17T05:49:53.393Z Checking spin v0.9.8
22612026-03-17T05:49:53.454Z Checking flagset v0.4.7
22622026-03-17T05:49:53.505Z Checking plain v0.2.3
22632026-03-17T05:49:53.528Z Checking h2 v0.4.13
22642026-03-17T05:49:53.549Z Checking tower v0.5.3
22652026-03-17T05:49:53.592Z Checking rustls v0.23.37
22662026-03-17T05:49:53.613Z Checking der v0.7.10
22672026-03-17T05:49:53.635Z Checking serde_urlencoded v0.7.1
22682026-03-17T05:49:53.656Z Checking rand_chacha v0.3.1
22692026-03-17T05:49:53.910Z Checking webpki-roots v1.0.6
22702026-03-17T05:49:53.936Z Checking iri-string v0.7.10
22712026-03-17T05:49:54.061Z Checking tinyvec_macros v0.1.1
22722026-03-17T05:49:54.081Z Checking ucd-trie v0.1.7
22732026-03-17T05:49:54.150Z Checking tinyvec v1.10.0
22742026-03-17T05:49:54.257Z Checking pest v2.8.6
22752026-03-17T05:49:54.567Z Checking rand v0.8.5
22762026-03-17T05:49:54.592Z Checking tempfile v3.25.0
22772026-03-17T05:49:54.620Z Checking salsa20 v0.10.2
22782026-03-17T05:49:54.643Z Checking spki v0.7.3
22792026-03-17T05:49:54.792Z Checking pbkdf2 v0.12.2
22802026-03-17T05:49:54.855Z Checking unicode-width v0.2.0
22812026-03-17T05:49:54.877Z Checking foreign-types-shared v0.1.1
22822026-03-17T05:49:54.939Z Checking scrypt v0.11.0
22832026-03-17T05:49:54.992Z Checking foreign-types v0.3.2
22842026-03-17T05:49:55.084Z Checking regex v1.12.3
22852026-03-17T05:49:55.119Z Checking aes v0.8.4
22862026-03-17T05:49:55.179Z Checking cbc v0.1.2
22872026-03-17T05:49:55.277Z Checking anyhow v1.0.102
22882026-03-17T05:49:55.342Z Checking openssl-sys v0.9.111
22892026-03-17T05:49:55.418Z Checking tower-http v0.6.8
22902026-03-17T05:49:55.461Z Checking crossbeam-utils v0.8.21
22912026-03-17T05:49:55.534Z Checking oxnet v0.1.4
22922026-03-17T05:49:55.650Z Checking pkcs5 v0.7.1
22932026-03-17T05:49:55.744Z Checking mime v0.3.17
22942026-03-17T05:49:55.794Z Checking openapiv3 v2.2.0
22952026-03-17T05:49:55.850Z Checking scroll v0.12.0
22962026-03-17T05:49:55.917Z Checking encoding_rs v0.8.35
22972026-03-17T05:49:55.979Z Checking siphasher v1.0.2
22982026-03-17T05:49:55.998Z Checking pkcs8 v0.10.2
22992026-03-17T05:49:56.001Z Checking openssl v0.10.75
23002026-03-17T05:49:56.156Z Checking winnow v0.7.15
23012026-03-17T05:49:56.188Z Checking data-encoding v2.10.0
23022026-03-17T05:49:56.227Z Checking goblin v0.8.2
23032026-03-17T05:49:56.553Z Checking lazy_static v1.5.0
23042026-03-17T05:49:56.673Z Checking zerocopy v0.7.35
23052026-03-17T05:49:56.812Z Checking tokio-rustls v0.26.4
23062026-03-17T05:49:57.116Z Checking wait-timeout v0.2.1
23072026-03-17T05:49:57.141Z Checking hyper v1.8.1
23082026-03-17T05:49:57.231Z Checking bitflags v1.3.2
23092026-03-17T05:49:57.271Z Checking either v1.15.0
23102026-03-17T05:49:57.327Z Checking bit-vec v0.8.0
23112026-03-17T05:49:57.384Z Checking utf8parse v0.2.2
23122026-03-17T05:49:57.512Z Checking anstyle v1.0.13
23132026-03-17T05:49:57.531Z Checking managed v0.8.0
23142026-03-17T05:49:57.580Z Checking psl-types v2.0.11
23152026-03-17T05:49:57.602Z Checking quick-error v1.2.3
23162026-03-17T05:49:57.729Z Checking publicsuffix v2.3.0
23172026-03-17T05:49:57.729Z Checking rusty-fork v0.3.1
23182026-03-17T05:49:57.768Z Checking bit-set v0.8.0
23192026-03-17T05:49:57.788Z Checking anstyle-parse v0.2.7
23202026-03-17T05:49:57.825Z Checking dtrace-parser v0.2.0
23212026-03-17T05:49:57.930Z Checking unicode-normalization v0.1.25
23222026-03-17T05:49:57.955Z Checking cookie v0.18.1
23232026-03-17T05:49:57.958Z Checking rand_xorshift v0.4.0
23242026-03-17T05:49:57.993Z Checking sha1 v0.10.6
23252026-03-17T05:49:58.126Z Checking thread-id v4.2.2
23262026-03-17T05:49:58.145Z Checking anstyle-query v1.1.5
23272026-03-17T05:49:58.200Z Checking colorchoice v1.0.4
23282026-03-17T05:49:58.226Z Checking unarray v0.1.4
23292026-03-17T05:49:58.254Z Checking is_terminal_polyfill v1.70.2
23302026-03-17T05:49:58.274Z Checking cookie_store v0.22.1
23312026-03-17T05:49:58.326Z Checking rustls-platform-verifier v0.6.2
23322026-03-17T05:49:58.358Z Checking proptest v1.10.0
23332026-03-17T05:49:58.377Z Checking anstream v0.6.21
23342026-03-17T05:49:58.380Z Checking hyper-util v0.1.20
23352026-03-17T05:49:58.470Z Checking crossbeam-epoch v0.9.18
23362026-03-17T05:49:58.499Z Checking terminal_size v0.4.3
23372026-03-17T05:49:58.640Z Checking scroll v0.13.0
23382026-03-17T05:49:58.643Z Checking hex v0.4.3
23392026-03-17T05:49:58.709Z Checking num-integer v0.1.46
23402026-03-17T05:49:58.766Z Checking simd-adler32 v0.3.8
23412026-03-17T05:49:58.890Z Checking native-tls v0.2.18
23422026-03-17T05:49:58.926Z Checking dof v0.3.0
23432026-03-17T05:49:58.948Z Checking goblin v0.10.5
23442026-03-17T05:49:58.968Z Checking crossbeam-deque v0.8.6
23452026-03-17T05:49:58.993Z Checking bstr v1.12.1
23462026-03-17T05:49:59.014Z Checking ref-cast v1.0.25
23472026-03-17T05:49:59.122Z Checking tokio-native-tls v0.3.1
23482026-03-17T05:49:59.142Z Checking rustix v0.38.44
23492026-03-17T05:49:59.199Z Checking camino v1.2.2
23502026-03-17T05:49:59.293Z Checking usdt-impl v0.5.0
23512026-03-17T05:49:59.318Z Checking crc32fast v1.5.0
23522026-03-17T05:49:59.498Z Checking signature v2.2.0
23532026-03-17T05:49:59.536Z Checking serde_spanned v0.6.9
23542026-03-17T05:49:59.558Z Checking toml_datetime v0.6.11
23552026-03-17T05:49:59.652Z Checking ff v0.13.1
23562026-03-17T05:49:59.671Z Checking base16ct v0.2.0
23572026-03-17T05:49:59.698Z Checking adler2 v2.0.1
23582026-03-17T05:49:59.799Z Checking strsim v0.11.1
23592026-03-17T05:49:59.818Z Checking unicode-properties v0.1.4
23602026-03-17T05:49:59.838Z Checking unicode-bidi v0.3.18
23612026-03-17T05:49:59.841Z Checking clap_lex v1.0.0
23622026-03-17T05:50:00.006Z Checking miniz_oxide v0.8.9
23632026-03-17T05:50:00.049Z Checking clap_builder v4.5.60
23642026-03-17T05:50:00.070Z Checking sec1 v0.7.3
23652026-03-17T05:50:00.091Z Checking hyper-rustls v0.27.7
23662026-03-17T05:50:00.222Z Checking hyper-tls v0.6.0
23672026-03-17T05:50:00.286Z Checking stringprep v0.1.5
23682026-03-17T05:50:00.337Z Checking group v0.13.0
23692026-03-17T05:50:00.361Z Checking reqwest v0.13.2
23702026-03-17T05:50:00.440Z Checking reqwest v0.12.28
23712026-03-17T05:50:00.479Z Checking rayon-core v1.13.0
23722026-03-17T05:50:00.483Z Checking num-iter v0.1.45
23732026-03-17T05:50:00.524Z Checking toml_parser v1.0.9+spec-1.1.0
23742026-03-17T05:50:00.643Z Checking dtrace-parser v0.3.0
23752026-03-17T05:50:00.841Z Checking newtype-uuid v1.3.2
23762026-03-17T05:50:00.914Z Checking hkdf v0.12.4
23772026-03-17T05:50:00.954Z Checking strum v0.26.3
23782026-03-17T05:50:00.973Z Checking zstd-sys v2.0.16+zstd.1.5.7
23792026-03-17T05:50:01.083Z Checking hash32 v0.2.1
23802026-03-17T05:50:01.104Z Checking md-5 v0.10.6
23812026-03-17T05:50:01.109Z Checking daft v0.1.5
23822026-03-17T05:50:01.142Z Checking crypto-bigint v0.5.5
23832026-03-17T05:50:01.276Z Checking toml_datetime v0.7.5+spec-1.1.0
23842026-03-17T05:50:01.322Z Checking thread-id v5.1.0
23852026-03-17T05:50:01.399Z Checking fallible-iterator v0.2.0
23862026-03-17T05:50:01.442Z Checking unicode-segmentation v1.12.0
23872026-03-17T05:50:01.488Z Checking zlib-rs v0.6.2
23882026-03-17T05:50:01.538Z Checking heapless v0.7.17
23892026-03-17T05:50:01.578Z Checking zstd-safe v7.2.4
23902026-03-17T05:50:01.732Z Checking clap v4.5.60
23912026-03-17T05:50:01.788Z Checking postgres-protocol v0.6.10
23922026-03-17T05:50:01.808Z Checking rayon v1.11.0
23932026-03-17T05:50:01.833Z Checking itertools v0.12.1
23942026-03-17T05:50:01.881Z Checking phf_shared v0.13.1
23952026-03-17T05:50:02.126Z Checking console v0.16.2
23962026-03-17T05:50:02.159Z Checking curve25519-dalek v4.1.3
23972026-03-17T05:50:02.204Z Checking memoffset v0.9.1
23982026-03-17T05:50:02.263Z Checking dof v0.4.0
23992026-03-17T05:50:02.307Z Checking bzip2-sys v0.1.13+1.0.8
24002026-03-17T05:50:02.413Z Checking signal-hook v0.3.18
24012026-03-17T05:50:02.491Z Checking elliptic-curve v0.13.8
24022026-03-17T05:50:02.531Z Checking memmap2 v0.9.10
24032026-03-17T05:50:02.655Z Checking fixedbitset v0.4.2
24042026-03-17T05:50:02.729Z Checking flate2 v1.1.9
24052026-03-17T05:50:02.749Z Checking unit-prefix v0.5.2
24062026-03-17T05:50:02.848Z Checking winnow v0.5.40
24072026-03-17T05:50:02.899Z Checking bumpalo v3.20.2
24082026-03-17T05:50:02.918Z Checking toml_write v0.1.2
24092026-03-17T05:50:03.110Z Checking usdt-impl v0.6.0
24102026-03-17T05:50:03.134Z Checking libbz2-rs-sys v0.2.2
24112026-03-17T05:50:03.137Z Checking foldhash v0.1.5
24122026-03-17T05:50:03.174Z Checking zopfli v0.8.3
24132026-03-17T05:50:03.194Z Checking toml_edit v0.22.27
24142026-03-17T05:50:03.215Z Checking zone v0.3.1
24152026-03-17T05:50:03.324Z Checking hashbrown v0.15.5
24162026-03-17T05:50:03.463Z Checking usdt v0.6.0
24172026-03-17T05:50:03.624Z Checking petgraph v0.6.5
24182026-03-17T05:50:03.648Z Checking bzip2 v0.6.1
24192026-03-17T05:50:03.670Z Checking signal-hook-mio v0.2.5
24202026-03-17T05:50:03.690Z Checking bzip2 v0.4.4
24212026-03-17T05:50:03.800Z Checking nix v0.31.1
24222026-03-17T05:50:03.820Z Checking indicatif v0.18.4
24232026-03-17T05:50:03.857Z Checking postgres-types v0.2.12
24242026-03-17T05:50:03.903Z Checking phf v0.13.1
24252026-03-17T05:50:03.960Z Checking smoltcp v0.9.1
24262026-03-17T05:50:04.101Z Checking similar v2.7.0
24272026-03-17T05:50:04.281Z Checking zstd v0.13.3
24282026-03-17T05:50:04.317Z Checking num-bigint-dig v0.8.6
24292026-03-17T05:50:04.427Z Checking toml_edit v0.19.15
24302026-03-17T05:50:04.532Z Checking ed25519 v2.2.3
24312026-03-17T05:50:04.625Z Checking pkcs1 v0.7.5
24322026-03-17T05:50:04.692Z Checking phf_shared v0.11.3
24332026-03-17T05:50:04.769Z Checking tokio-stream v0.1.18
24342026-03-17T05:50:04.789Z Checking strum v0.27.2
24352026-03-17T05:50:04.883Z Checking hubpack v0.1.2
24362026-03-17T05:50:04.903Z Checking rfc6979 v0.4.0
24372026-03-17T05:50:04.926Z Checking serde-big-array v0.5.1
24382026-03-17T05:50:05.054Z Checking float-cmp v0.10.0
24392026-03-17T05:50:05.095Z Checking env_filter v1.0.0
24402026-03-17T05:50:05.098Z Checking normalize-line-endings v0.3.0
24412026-03-17T05:50:05.207Z Checking new_debug_unreachable v1.0.6
24422026-03-17T05:50:05.210Z Checking fixedbitset v0.5.7
24432026-03-17T05:50:05.245Z Checking precomputed-hash v0.1.1
24442026-03-17T05:50:05.288Z Checking predicates-core v1.0.10
24452026-03-17T05:50:05.308Z Checking whoami v2.1.0
24462026-03-17T05:50:05.308Z Checking static_assertions v1.1.0
24472026-03-17T05:50:05.349Z Checking difflib v0.4.0
24482026-03-17T05:50:05.374Z Checking jiff v0.2.21
24492026-03-17T05:50:05.414Z Checking rustc-hash v2.1.1
24502026-03-17T05:50:05.441Z Checking keccak v0.1.6
24512026-03-17T05:50:05.464Z Checking rsa v0.9.10
24522026-03-17T05:50:05.483Z Checking petgraph v0.8.3
24532026-03-17T05:50:05.557Z Checking tokio-postgres v0.7.16
24542026-03-17T05:50:05.560Z Checking iddqd v0.3.17
24552026-03-17T05:50:05.598Z Checking predicates v3.1.4
24562026-03-17T05:50:05.657Z Checking sha3 v0.10.8
24572026-03-17T05:50:05.868Z Checking toml v0.7.8
24582026-03-17T05:50:05.934Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24592026-03-17T05:50:06.001Z Checking string_cache v0.8.9
24602026-03-17T05:50:06.090Z Checking env_logger v0.11.9
24612026-03-17T05:50:06.216Z Checking ecdsa v0.16.9
24622026-03-17T05:50:06.304Z Checking ed25519-dalek v2.2.0
24632026-03-17T05:50:06.338Z Checking zip v0.6.6
24642026-03-17T05:50:06.610Z Checking crossterm v0.28.1
24652026-03-17T05:50:06.684Z Checking serde_with v3.17.0
24662026-03-17T05:50:06.760Z Checking itertools v0.13.0
24672026-03-17T05:50:06.784Z Checking hickory-proto v0.25.2
24682026-03-17T05:50:07.239Z Checking x509-cert v0.2.5
24692026-03-17T05:50:07.590Z Checking fs-err v3.3.0
24702026-03-17T05:50:07.714Z Checking ahash v0.8.12
24712026-03-17T05:50:07.975Z Checking object v0.37.3
24722026-03-17T05:50:07.977Z Checking buf-list v1.1.2
24732026-03-17T05:50:08.141Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24742026-03-17T05:50:08.182Z Checking peg-runtime v0.8.5
24752026-03-17T05:50:08.229Z Checking lalrpop-util v0.19.12
24762026-03-17T05:50:08.369Z Compiling structmeta-derive v0.3.0
24772026-03-17T05:50:08.442Z Compiling rustls v0.22.4
24782026-03-17T05:50:08.492Z Compiling newtype-uuid-macros v0.1.0
24792026-03-17T05:50:08.513Z Checking zip v4.6.1
24802026-03-17T05:50:08.697Z Compiling multer v3.1.0
24812026-03-17T05:50:08.716Z Compiling async-stream-impl v0.3.6
24822026-03-17T05:50:08.957Z Checking futures-executor v0.3.32
24832026-03-17T05:50:08.997Z Checking regress v0.10.5
24842026-03-17T05:50:09.290Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24852026-03-17T05:50:09.500Z Compiling dropshot v0.16.7
24862026-03-17T05:50:09.503Z Checking futures v0.3.32
24872026-03-17T05:50:09.623Z Compiling dropshot_endpoint v0.16.7
24882026-03-17T05:50:09.798Z Checking thread_local v1.1.9
24892026-03-17T05:50:09.818Z Compiling structmeta v0.3.0
24902026-03-17T05:50:09.821Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24912026-03-17T05:50:10.013Z Checking crossbeam-channel v0.5.15
24922026-03-17T05:50:10.094Z Compiling derive-ex v0.1.8
24932026-03-17T05:50:10.360Z Checking is-terminal v0.4.17
24942026-03-17T05:50:10.423Z Checking take_mut v0.2.2
24952026-03-17T05:50:10.466Z Checking term v1.2.1
24962026-03-17T05:50:10.560Z Checking slog-async v2.8.0
24972026-03-17T05:50:10.621Z Compiling parse-display-derive v0.10.0
24982026-03-17T05:50:10.756Z Checking slog-term v2.9.2
24992026-03-17T05:50:10.787Z Checking rustls-webpki v0.102.8
25002026-03-17T05:50:10.942Z Checking serde_spanned v1.0.4
25012026-03-17T05:50:11.103Z Checking toml_writer v1.0.6+spec-1.1.0
25022026-03-17T05:50:11.123Z Checking debug-ignore v1.0.5
25032026-03-17T05:50:11.254Z Checking match_cfg v0.1.0
25042026-03-17T05:50:11.299Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25052026-03-17T05:50:11.341Z Checking hostname v0.3.1
25062026-03-17T05:50:11.360Z Checking toml v0.9.12+spec-1.1.0
25072026-03-17T05:50:11.397Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25082026-03-17T05:50:11.466Z Checking slog-json v2.6.1
25092026-03-17T05:50:11.597Z Checking macaddr v1.0.1
25102026-03-17T05:50:11.712Z Checking slog-bunyan v2.5.0
25112026-03-17T05:50:11.838Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25122026-03-17T05:50:11.864Z Checking async-stream v0.3.6
25132026-03-17T05:50:12.041Z Checking waitgroup v0.1.2
25142026-03-17T05:50:12.176Z Checking rustls-pemfile v2.2.0
25152026-03-17T05:50:12.239Z Checking serde_path_to_error v0.1.20
25162026-03-17T05:50:12.320Z Checking hostname v0.4.2
25172026-03-17T05:50:12.358Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25182026-03-17T05:50:12.378Z Checking progenitor-client v0.13.0
25192026-03-17T05:50:12.450Z Checking progenitor-client v0.10.0
25202026-03-17T05:50:12.470Z Compiling test-strategy v0.4.5
25212026-03-17T05:50:12.498Z Compiling itertools v0.14.0
25222026-03-17T05:50:12.616Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25232026-03-17T05:50:12.674Z Checking backon v1.6.0
25242026-03-17T05:50:12.748Z Checking instant v0.1.13
25252026-03-17T05:50:12.861Z Checking backoff v0.4.0
25262026-03-17T05:50:12.910Z Checking parse-display v0.10.0
25272026-03-17T05:50:12.930Z Checking progenitor-extras v0.1.1
25282026-03-17T05:50:13.090Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25292026-03-17T05:50:13.110Z Checking heck v0.5.0
25302026-03-17T05:50:13.353Z Checking tokio-rustls v0.25.0
25312026-03-17T05:50:13.404Z Compiling toml_edit v0.23.10+spec-1.0.0
25322026-03-17T05:50:13.555Z Compiling crucible-workspace-hack v0.1.0
25332026-03-17T05:50:13.713Z Compiling heapless v0.8.0
25342026-03-17T05:50:13.777Z Compiling convert_case v0.4.0
25352026-03-17T05:50:14.082Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25362026-03-17T05:50:14.205Z Compiling ingot-macros v0.1.1
25372026-03-17T05:50:14.281Z Compiling derive_more v0.99.20
25382026-03-17T05:50:14.338Z Compiling proc-macro-crate v3.4.0
25392026-03-17T05:50:14.499Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25402026-03-17T05:50:14.630Z Checking hash32 v0.3.1
25412026-03-17T05:50:14.797Z Checking secrecy v0.10.3
25422026-03-17T05:50:14.873Z Compiling smoltcp v0.11.0
25432026-03-17T05:50:14.949Z Compiling prettyplease v0.2.37
25442026-03-17T05:50:14.998Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
25452026-03-17T05:50:15.107Z Compiling num_enum_derive v0.7.5
25462026-03-17T05:50:15.337Z Compiling typify-impl v0.6.1
25472026-03-17T05:50:15.357Z Checking tabwriter v1.4.1
25482026-03-17T05:50:15.544Z Checking cobs v0.3.0
25492026-03-17T05:50:15.735Z Compiling foreign-types-macros v0.2.3
25502026-03-17T05:50:15.770Z Checking cpufeatures v0.3.0
25512026-03-17T05:50:15.866Z Compiling unsafe-libyaml v0.2.11
25522026-03-17T05:50:16.142Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25532026-03-17T05:50:16.506Z Checking foreign-types-shared v0.3.1
25542026-03-17T05:50:16.525Z Checking num_enum v0.7.5
25552026-03-17T05:50:16.668Z Checking foreign-types v0.5.0
25562026-03-17T05:50:16.711Z Compiling serde_yaml v0.9.34+deprecated
25572026-03-17T05:50:16.792Z Checking chacha20 v0.10.0
25582026-03-17T05:50:17.082Z Checking postcard v1.1.3
25592026-03-17T05:50:17.876Z Compiling proc-macro-crate v1.3.1
25602026-03-17T05:50:18.032Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25612026-03-17T05:50:18.086Z Checking ingot-types v0.1.2
25622026-03-17T05:50:18.422Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=zl%2Ffilter-mcast-srcs#c570ac21)
25632026-03-17T05:50:18.562Z Checking cstr-argument v0.1.2
25642026-03-17T05:50:18.581Z Checking ingot v0.1.1
25652026-03-17T05:50:18.602Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=zl%2Ffilter-mcast-srcs#c570ac21)
25662026-03-17T05:50:18.703Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
25672026-03-17T05:50:18.724Z Checking colored v3.1.1
25682026-03-17T05:50:18.776Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25692026-03-17T05:50:18.904Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25702026-03-17T05:50:18.963Z Compiling num_enum_derive v0.5.11
25712026-03-17T05:50:19.008Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
25722026-03-17T05:50:19.038Z Checking rand v0.10.0
25732026-03-17T05:50:20.202Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=zl%2Ffilter-mcast-srcs#c570ac21)
25742026-03-17T05:50:20.657Z Checking num_enum v0.5.11
25752026-03-17T05:50:20.872Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=zl%2Ffilter-mcast-srcs#c570ac21)
25762026-03-17T05:50:21.385Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25772026-03-17T05:50:21.802Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25782026-03-17T05:50:21.834Z Compiling typify-macro v0.6.1
25792026-03-17T05:50:21.926Z Compiling typify-impl v0.4.3
25802026-03-17T05:50:22.144Z Checking camino-tempfile v1.4.1
25812026-03-17T05:50:22.177Z Checking num-rational v0.4.2
25822026-03-17T05:50:22.577Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25832026-03-17T05:50:22.747Z Checking half v2.7.1
25842026-03-17T05:50:22.799Z Compiling thiserror-impl-no-std v2.0.2
25852026-03-17T05:50:22.885Z Checking universal-hash v0.5.1
25862026-03-17T05:50:23.051Z Checking num-complex v0.4.6
25872026-03-17T05:50:23.113Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25882026-03-17T05:50:23.427Z Checking opaque-debug v0.3.1
25892026-03-17T05:50:23.466Z Checking ciborium-io v0.2.2
25902026-03-17T05:50:23.518Z Checking poly1305 v0.8.0
25912026-03-17T05:50:23.540Z Checking num v0.4.3
25922026-03-17T05:50:23.585Z Checking ciborium-ll v0.2.2
25932026-03-17T05:50:23.635Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25942026-03-17T05:50:23.689Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=zl%2Ffilter-mcast-srcs#c570ac21)
25952026-03-17T05:50:23.816Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25962026-03-17T05:50:23.866Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25972026-03-17T05:50:24.094Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25982026-03-17T05:50:24.185Z Compiling typify v0.6.1
25992026-03-17T05:50:24.376Z Checking thiserror-no-std v2.0.2
26002026-03-17T05:50:24.462Z Checking toml v0.8.23
26012026-03-17T05:50:24.490Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26022026-03-17T05:50:24.729Z Checking password-hash v0.5.0
26032026-03-17T05:50:24.924Z Checking chacha20 v0.9.1
26042026-03-17T05:50:25.121Z Compiling usdt-macro v0.5.0
26052026-03-17T05:50:25.177Z Compiling usdt-attr-macro v0.5.0
26062026-03-17T05:50:25.360Z Checking smf v0.2.3
26072026-03-17T05:50:25.674Z Checking blake2 v0.10.6
26082026-03-17T05:50:25.881Z Checking aead v0.5.2
26092026-03-17T05:50:25.912Z Checking sigpipe v0.1.3
26102026-03-17T05:50:25.995Z Checking memmap v0.7.0
26112026-03-17T05:50:26.069Z Compiling num-derive v0.4.2
26122026-03-17T05:50:26.088Z Checking glob v0.3.3
26132026-03-17T05:50:26.168Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26142026-03-17T05:50:26.191Z Checking float-ord v0.3.2
26152026-03-17T05:50:26.323Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26162026-03-17T05:50:26.326Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-03-17T05:50:26.429Z Checking usdt v0.5.0
26182026-03-17T05:50:26.631Z Checking chacha20poly1305 v0.10.1
26192026-03-17T05:50:26.651Z Checking argon2 v0.5.3
26202026-03-17T05:50:26.800Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=zl%2Ffilter-mcast-srcs#c570ac21)
26212026-03-17T05:50:26.857Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26222026-03-17T05:50:27.061Z Checking vsss-rs v3.3.4
26232026-03-17T05:50:27.080Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26242026-03-17T05:50:27.110Z Compiling progenitor-impl v0.13.0
26252026-03-17T05:50:27.354Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26262026-03-17T05:50:27.852Z Checking ciborium v0.2.2
26272026-03-17T05:50:27.928Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26282026-03-17T05:50:28.073Z Compiling semver v0.1.20
26292026-03-17T05:50:28.102Z Checking indent_write v2.2.0
26302026-03-17T05:50:28.257Z Checking whoami v1.6.1
26312026-03-17T05:50:28.424Z Compiling rustc_version v0.1.7
26322026-03-17T05:50:28.427Z Compiling typify-macro v0.4.3
26332026-03-17T05:50:28.463Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26342026-03-17T05:50:28.715Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26352026-03-17T05:50:28.755Z Compiling pin-project-internal v1.1.11
26362026-03-17T05:50:29.597Z Checking swrite v0.1.0
26372026-03-17T05:50:29.659Z Compiling minimal-lexical v0.2.1
26382026-03-17T05:50:29.719Z Checking linked-hash-map v0.5.6
26392026-03-17T05:50:29.954Z Checking lru-cache v0.1.2
26402026-03-17T05:50:29.999Z Compiling nom v7.1.3
26412026-03-17T05:50:30.111Z Compiling newtype_derive v0.1.6
26422026-03-17T05:50:30.282Z Checking pin-project v1.1.11
26432026-03-17T05:50:30.414Z Checking newline-converter v0.3.0
26442026-03-17T05:50:30.559Z Checking atomicwrites v0.4.4
26452026-03-17T05:50:30.730Z Checking hickory-proto v0.24.4
26462026-03-17T05:50:30.750Z Compiling typify v0.4.3
26472026-03-17T05:50:30.783Z Compiling progenitor-macro v0.13.0
26482026-03-17T05:50:30.892Z Checking phf_shared v0.12.1
26492026-03-17T05:50:30.911Z Checking console v0.15.11
26502026-03-17T05:50:31.045Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26512026-03-17T05:50:31.291Z Compiling snafu-derive v0.8.9
26522026-03-17T05:50:31.922Z Checking pem v3.0.6
26532026-03-17T05:50:31.955Z Checking csv-core v0.1.13
26542026-03-17T05:50:32.140Z Compiling derive-where v1.6.0
26552026-03-17T05:50:32.201Z Compiling async-recursion v1.1.1
26562026-03-17T05:50:33.082Z Compiling slog-dtrace v0.3.0
26572026-03-17T05:50:33.214Z Compiling chrono-tz v0.10.4
26582026-03-17T05:50:33.326Z Checking same-file v1.0.6
26592026-03-17T05:50:33.444Z Compiling cancel-safe-futures v0.1.5
26602026-03-17T05:50:33.485Z Checking unicode-width v0.1.14
26612026-03-17T05:50:33.708Z Checking resolv-conf v0.7.6
26622026-03-17T05:50:33.826Z Compiling owo-colors v4.3.0
26632026-03-17T05:50:33.932Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26642026-03-17T05:50:33.954Z Checking highway v1.3.0
26652026-03-17T05:50:34.003Z Checking snafu v0.8.9
26662026-03-17T05:50:34.097Z Checking hickory-resolver v0.24.4
26672026-03-17T05:50:34.263Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26682026-03-17T05:50:34.327Z Checking walkdir v2.5.0
26692026-03-17T05:50:34.380Z Compiling const_format_proc_macros v0.2.34
26702026-03-17T05:50:34.614Z Checking csv v1.4.0
26712026-03-17T05:50:35.131Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26722026-03-17T05:50:35.201Z Checking expectorate v1.2.0
26732026-03-17T05:50:35.238Z Checking phf v0.12.1
26742026-03-17T05:50:35.390Z Compiling progenitor-impl v0.10.0
26752026-03-17T05:50:35.483Z Checking tokio-dtrace v0.1.1
26762026-03-17T05:50:35.502Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26772026-03-17T05:50:35.718Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26782026-03-17T05:50:35.765Z Checking globset v0.4.18
26792026-03-17T05:50:35.887Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26802026-03-17T05:50:36.033Z Checking olpc-cjson v0.1.4
26812026-03-17T05:50:36.108Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26822026-03-17T05:50:36.213Z Checking libsw-core v0.3.2
26832026-03-17T05:50:36.397Z Checking serde_plain v1.0.2
26842026-03-17T05:50:36.419Z Checking arc-swap v1.8.2
26852026-03-17T05:50:36.440Z Compiling lzma-sys v0.1.20
26862026-03-17T05:50:36.734Z Checking typed-path v0.9.3
26872026-03-17T05:50:36.917Z Checking utf-8 v0.7.6
26882026-03-17T05:50:36.993Z Checking bytecount v0.6.9
26892026-03-17T05:50:37.097Z Checking tungstenite v0.21.0
26902026-03-17T05:50:37.137Z Checking papergrid v0.11.0
26912026-03-17T05:50:37.606Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26922026-03-17T05:50:37.822Z Checking slog-scope v4.4.1
26932026-03-17T05:50:37.867Z Checking tough v0.20.0
26942026-03-17T05:50:37.947Z Checking progenitor v0.13.0
26952026-03-17T05:50:37.991Z Checking libsw v3.5.0
26962026-03-17T05:50:38.041Z Checking oxide-tokio-rt v0.1.3
26972026-03-17T05:50:38.119Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26982026-03-17T05:50:38.257Z Checking const_format v0.2.35
26992026-03-17T05:50:38.581Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27002026-03-17T05:50:38.873Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27012026-03-17T05:50:39.073Z Compiling progenitor-macro v0.10.0
27022026-03-17T05:50:39.644Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27032026-03-17T05:50:39.948Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27042026-03-17T05:50:39.975Z Checking qorb v0.4.1
27052026-03-17T05:50:40.506Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27062026-03-17T05:50:40.645Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27072026-03-17T05:50:40.667Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27082026-03-17T05:50:40.686Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27092026-03-17T05:50:41.124Z Compiling cargo_toml v0.22.3
27102026-03-17T05:50:41.207Z Checking gethostname v0.5.0
27112026-03-17T05:50:41.322Z Compiling tabled_derive v0.7.0
27122026-03-17T05:50:41.322Z Checking bcs v0.1.6
27132026-03-17T05:50:41.361Z Checking unicode-linebreak v0.1.5
27142026-03-17T05:50:41.559Z Checking termtree v0.5.1
27152026-03-17T05:50:41.667Z Checking smawk v0.3.2
27162026-03-17T05:50:41.721Z Checking linear-map v1.2.0
27172026-03-17T05:50:41.774Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27182026-03-17T05:50:41.843Z Checking textwrap v0.16.2
27192026-03-17T05:50:41.957Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27202026-03-17T05:50:42.135Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27212026-03-17T05:50:42.301Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27222026-03-17T05:50:42.678Z Checking tabled v0.15.0
27232026-03-17T05:50:43.104Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27242026-03-17T05:50:43.437Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27252026-03-17T05:50:43.666Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27262026-03-17T05:50:43.706Z Checking steno v0.4.1
27272026-03-17T05:50:43.930Z Checking slog-stdlog v4.1.1
27282026-03-17T05:50:44.238Z Checking typeid v1.0.3
27292026-03-17T05:50:44.292Z Checking tokio-tungstenite v0.21.0
27302026-03-17T05:50:44.371Z Checking humantime v2.3.0
27312026-03-17T05:50:44.614Z Checking base64 v0.21.7
27322026-03-17T05:50:44.656Z Checking ron v0.12.0
27332026-03-17T05:50:44.945Z Checking xz2 v0.1.7
27342026-03-17T05:50:45.069Z Checking slog-envlogger v2.2.0
27352026-03-17T05:50:45.170Z Checking yasna v0.5.2
27362026-03-17T05:50:45.215Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27372026-03-17T05:50:45.263Z Checking headers-core v0.3.0
27382026-03-17T05:50:45.385Z Checking filetime v0.2.27
27392026-03-17T05:50:45.407Z Checking xattr v1.6.1
27402026-03-17T05:50:45.568Z Checking base16ct v1.0.0
27412026-03-17T05:50:45.587Z Checking tar v0.4.44
27422026-03-17T05:50:45.692Z Checking headers v0.4.1
27432026-03-17T05:50:45.712Z Checking rcgen v0.12.1
27442026-03-17T05:50:45.745Z Checking subprocess v0.2.15
27452026-03-17T05:50:46.131Z Checking progenitor v0.10.0
27462026-03-17T05:50:46.303Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27472026-03-17T05:50:53.804Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27482026-03-17T05:51:01.846Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27492026-03-17T05:51:03.612Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27502026-03-17T05:51:05.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27512026-03-17T05:51:05.418Z
27522026-03-17T05:51:05.418Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/259)
27532026-03-17T05:51:06.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27542026-03-17T05:51:06.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27552026-03-17T05:51:06.448Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27562026-03-17T05:51:08.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s
27572026-03-17T05:51:08.395Z
27582026-03-17T05:51:08.395Zinfo: running `cargo check --bins` on nexus-config (51/259)
27592026-03-17T05:51:09.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602026-03-17T05:51:09.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612026-03-17T05:51:09.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622026-03-17T05:51:09.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27632026-03-17T05:51:09.233Z
27642026-03-17T05:51:09.234Zinfo: running `cargo check --bins` on nexus-types (52/259)
27652026-03-17T05:51:09.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662026-03-17T05:51:09.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672026-03-17T05:51:09.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682026-03-17T05:51:09.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27692026-03-17T05:51:10.073Z
27702026-03-17T05:51:10.073Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/259)
27712026-03-17T05:51:10.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722026-03-17T05:51:10.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732026-03-17T05:51:10.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742026-03-17T05:51:10.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27752026-03-17T05:51:10.863Z
27762026-03-17T05:51:10.863Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/259)
27772026-03-17T05:51:11.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782026-03-17T05:51:11.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792026-03-17T05:51:11.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802026-03-17T05:51:11.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27812026-03-17T05:51:11.655Z
27822026-03-17T05:51:11.655Zinfo: running `cargo check --bins` on cockroach-admin-types (55/259)
27832026-03-17T05:51:12.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842026-03-17T05:51:12.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852026-03-17T05:51:12.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862026-03-17T05:51:12.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27872026-03-17T05:51:12.421Z
27882026-03-17T05:51:12.421Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/259)
27892026-03-17T05:51:13.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902026-03-17T05:51:13.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912026-03-17T05:51:13.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922026-03-17T05:51:13.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27932026-03-17T05:51:13.194Z
27942026-03-17T05:51:13.194Zinfo: running `cargo check --bins` on ereport-types (57/259)
27952026-03-17T05:51:13.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962026-03-17T05:51:13.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972026-03-17T05:51:13.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982026-03-17T05:51:13.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27992026-03-17T05:51:13.976Z
28002026-03-17T05:51:13.976Zinfo: running `cargo check --bins` on gateway-client (58/259)
28012026-03-17T05:51:14.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022026-03-17T05:51:14.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032026-03-17T05:51:14.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042026-03-17T05:51:14.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28052026-03-17T05:51:14.763Z
28062026-03-17T05:51:14.763Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/259)
28072026-03-17T05:51:15.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082026-03-17T05:51:15.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092026-03-17T05:51:15.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102026-03-17T05:51:15.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28112026-03-17T05:51:15.543Z
28122026-03-17T05:51:15.543Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/259)
28132026-03-17T05:51:16.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142026-03-17T05:51:16.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152026-03-17T05:51:16.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162026-03-17T05:51:16.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28172026-03-17T05:51:16.345Z
28182026-03-17T05:51:16.346Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/259)
28192026-03-17T05:51:17.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202026-03-17T05:51:17.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212026-03-17T05:51:17.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222026-03-17T05:51:17.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28232026-03-17T05:51:17.110Z
28242026-03-17T05:51:17.110Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/259)
28252026-03-17T05:51:17.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-03-17T05:51:17.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-03-17T05:51:17.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282026-03-17T05:51:17.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28292026-03-17T05:51:17.894Z
28302026-03-17T05:51:17.894Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/259)
28312026-03-17T05:51:18.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-03-17T05:51:18.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-03-17T05:51:18.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342026-03-17T05:51:18.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28352026-03-17T05:51:18.695Z
28362026-03-17T05:51:18.695Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/259)
28372026-03-17T05:51:19.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-03-17T05:51:19.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-03-17T05:51:19.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402026-03-17T05:51:19.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28412026-03-17T05:51:19.500Z
28422026-03-17T05:51:19.500Zinfo: running `cargo check --bins` on key-manager-types (65/259)
28432026-03-17T05:51:20.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-03-17T05:51:20.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-03-17T05:51:20.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462026-03-17T05:51:20.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28472026-03-17T05:51:20.269Z
28482026-03-17T05:51:20.269Zinfo: running `cargo check --bins` on oxlog (66/259)
28492026-03-17T05:51:20.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-03-17T05:51:20.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-03-17T05:51:21.090Z Compiling newtype-uuid v1.3.2
28522026-03-17T05:51:21.347Z Compiling daft v0.1.5
28532026-03-17T05:51:21.605Z Compiling iddqd v0.3.17
28542026-03-17T05:51:22.890Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28552026-03-17T05:51:23.180Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28562026-03-17T05:51:23.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28572026-03-17T05:51:23.742Z
28582026-03-17T05:51:23.742Zinfo: running `cargo check --bins` on internal-dns-types (67/259)
28592026-03-17T05:51:24.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-03-17T05:51:24.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-03-17T05:51:24.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622026-03-17T05:51:24.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28632026-03-17T05:51:24.529Z
28642026-03-17T05:51:24.529Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/259)
28652026-03-17T05:51:25.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-03-17T05:51:25.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-03-17T05:51:25.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682026-03-17T05:51:25.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28692026-03-17T05:51:25.323Z
28702026-03-17T05:51:25.323Zinfo: running `cargo check --bins` on nexus-types-versions (69/259)
28712026-03-17T05:51:26.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-03-17T05:51:26.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-03-17T05:51:26.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742026-03-17T05:51:26.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28752026-03-17T05:51:26.147Z
28762026-03-17T05:51:26.147Zinfo: running `cargo check --bins` on omicron-passwords (70/259)
28772026-03-17T05:51:26.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-03-17T05:51:26.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-03-17T05:51:26.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-03-17T05:51:26.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28812026-03-17T05:51:26.917Z
28822026-03-17T05:51:26.918Zinfo: running `cargo check --bins` on oxql-types (71/259)
28832026-03-17T05:51:27.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-03-17T05:51:27.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-03-17T05:51:27.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-03-17T05:51:27.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28872026-03-17T05:51:27.709Z
28882026-03-17T05:51:27.709Zinfo: running `cargo check --bins` on oximeter-types (72/259)
28892026-03-17T05:51:28.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-03-17T05:51:28.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-03-17T05:51:28.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-03-17T05:51:28.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28932026-03-17T05:51:28.499Z
28942026-03-17T05:51:28.500Zinfo: running `cargo check --bins` on oximeter-types-versions (73/259)
28952026-03-17T05:51:29.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-03-17T05:51:29.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-03-17T05:51:29.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-03-17T05:51:29.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28992026-03-17T05:51:29.293Z
29002026-03-17T05:51:29.293Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/259)
29012026-03-17T05:51:29.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-03-17T05:51:29.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-03-17T05:51:29.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-03-17T05:51:29.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29052026-03-17T05:51:30.066Z
29062026-03-17T05:51:30.066Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/259)
29072026-03-17T05:51:30.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-03-17T05:51:30.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-03-17T05:51:30.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-03-17T05:51:30.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29112026-03-17T05:51:30.878Z
29122026-03-17T05:51:30.878Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/259)
29132026-03-17T05:51:31.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-03-17T05:51:31.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-03-17T05:51:31.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-03-17T05:51:31.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29172026-03-17T05:51:31.690Z
29182026-03-17T05:51:31.690Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/259)
29192026-03-17T05:51:32.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-03-17T05:51:32.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-03-17T05:51:32.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-03-17T05:51:32.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29232026-03-17T05:51:32.501Z
29242026-03-17T05:51:32.501Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/259)
29252026-03-17T05:51:33.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-03-17T05:51:33.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-03-17T05:51:33.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-03-17T05:51:33.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29292026-03-17T05:51:33.316Z
29302026-03-17T05:51:33.316Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/259)
29312026-03-17T05:51:33.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-03-17T05:51:33.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-03-17T05:51:33.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-03-17T05:51:33.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29352026-03-17T05:51:34.094Z
29362026-03-17T05:51:34.094Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/259)
29372026-03-17T05:51:34.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-03-17T05:51:34.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-03-17T05:51:34.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-03-17T05:51:34.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29412026-03-17T05:51:34.872Z
29422026-03-17T05:51:34.872Zinfo: running `cargo check --bins --no-default-features` on gfss (81/259)
29432026-03-17T05:51:35.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-03-17T05:51:35.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-03-17T05:51:35.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-03-17T05:51:35.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29472026-03-17T05:51:35.644Z
29482026-03-17T05:51:35.645Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/259)
29492026-03-17T05:51:36.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-03-17T05:51:36.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-03-17T05:51:36.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522026-03-17T05:51:36.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29532026-03-17T05:51:36.415Z
29542026-03-17T05:51:36.416Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/259)
29552026-03-17T05:51:37.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562026-03-17T05:51:38.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572026-03-17T05:51:38.118Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29582026-03-17T05:51:38.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
29592026-03-17T05:51:38.215Z
29602026-03-17T05:51:38.215Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/259)
29612026-03-17T05:51:38.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622026-03-17T05:51:38.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632026-03-17T05:51:39.130Z Compiling ar_archive_writer v0.5.1
29642026-03-17T05:51:39.277Z Compiling stacker v0.1.23
29652026-03-17T05:51:39.284Z Compiling cfg_aliases v0.1.1
29662026-03-17T05:51:39.287Z Compiling convert_case v0.10.0
29672026-03-17T05:51:39.289Z Checking fd-lock v4.0.4
29682026-03-17T05:51:39.289Z Checking nibble_vec v0.1.0
29692026-03-17T05:51:39.289Z Checking vte v0.14.1
29702026-03-17T05:51:39.289Z Compiling recursive-proc-macro-impl v0.1.1
29712026-03-17T05:51:39.487Z Compiling nix v0.28.0
29722026-03-17T05:51:39.505Z Checking endian-type v0.1.2
29732026-03-17T05:51:39.522Z Checking strip-ansi-escapes v0.2.1
29742026-03-17T05:51:39.539Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29752026-03-17T05:51:39.638Z Compiling peg-macros v0.8.5
29762026-03-17T05:51:39.655Z Checking winnow v0.6.26
29772026-03-17T05:51:39.672Z Checking radix_trie v0.2.1
29782026-03-17T05:51:39.775Z Compiling derive_more-impl v2.1.1
29792026-03-17T05:51:39.821Z Compiling sqlparser_derive v0.5.0
29802026-03-17T05:51:39.943Z Checking unicode_categories v0.1.1
29812026-03-17T05:51:40.144Z Checking nu-ansi-term v0.50.3
29822026-03-17T05:51:40.161Z Checking home v0.5.12
29832026-03-17T05:51:40.321Z Checking display-error-chain v0.2.2
29842026-03-17T05:51:40.417Z Checking reedline v0.40.0
29852026-03-17T05:51:40.434Z Compiling psm v0.1.30
29862026-03-17T05:51:40.852Z Checking derive_more v2.1.1
29872026-03-17T05:51:40.943Z Checking crossterm v0.29.0
29882026-03-17T05:51:41.143Z Checking peg v0.8.5
29892026-03-17T05:51:41.210Z Checking sqlformat v0.3.5
29902026-03-17T05:51:41.297Z Checking rustyline v14.0.0
29912026-03-17T05:51:41.369Z Checking recursive v0.1.1
29922026-03-17T05:51:41.476Z Checking sqlparser v0.61.0
29932026-03-17T05:51:57.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.12s
29942026-03-17T05:51:57.566Z
29952026-03-17T05:51:57.566Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/259)
29962026-03-17T05:51:58.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-03-17T05:51:58.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-03-17T05:51:58.479Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29992026-03-17T05:52:03.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
30002026-03-17T05:52:03.363Z
30012026-03-17T05:52:03.363Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/259)
30022026-03-17T05:52:04.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-03-17T05:52:04.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-03-17T05:52:04.275Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30052026-03-17T05:52:07.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
30062026-03-17T05:52:07.755Z
30072026-03-17T05:52:07.755Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/259)
30082026-03-17T05:52:08.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-03-17T05:52:08.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-03-17T05:52:08.658Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30112026-03-17T05:52:13.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
30122026-03-17T05:52:13.235Z
30132026-03-17T05:52:13.235Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/259)
30142026-03-17T05:52:13.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-03-17T05:52:13.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-03-17T05:52:14.148Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30172026-03-17T05:52:18.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
30182026-03-17T05:52:18.795Z
30192026-03-17T05:52:18.795Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/259)
30202026-03-17T05:52:19.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-03-17T05:52:19.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-03-17T05:52:19.703Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30232026-03-17T05:52:23.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
30242026-03-17T05:52:23.376Z
30252026-03-17T05:52:23.376Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/259)
30262026-03-17T05:52:24.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-03-17T05:52:24.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-03-17T05:52:24.286Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30292026-03-17T05:52:27.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
30302026-03-17T05:52:28.042Z
30312026-03-17T05:52:28.042Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/259)
30322026-03-17T05:52:28.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-03-17T05:52:28.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-03-17T05:52:28.956Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30352026-03-17T05:52:33.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
30362026-03-17T05:52:33.801Z
30372026-03-17T05:52:33.801Zinfo: running `cargo check --bins` on oximeter (92/259)
30382026-03-17T05:52:34.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-03-17T05:52:34.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-03-17T05:52:34.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-03-17T05:52:34.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30422026-03-17T05:52:34.594Z
30432026-03-17T05:52:34.594Zinfo: running `cargo check --bins` on oximeter-schema (93/259)
30442026-03-17T05:52:35.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-03-17T05:52:35.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-03-17T05:52:35.456Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30472026-03-17T05:52:35.651Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30482026-03-17T05:52:35.670Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30492026-03-17T05:52:36.098Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30502026-03-17T05:52:41.099Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30512026-03-17T05:52:41.518Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30522026-03-17T05:52:43.060Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30532026-03-17T05:52:43.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.34s
30542026-03-17T05:52:44.159Z
30552026-03-17T05:52:44.159Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/259)
30562026-03-17T05:52:44.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-03-17T05:52:44.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-03-17T05:52:44.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-03-17T05:52:44.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30602026-03-17T05:52:44.955Z
30612026-03-17T05:52:44.955Zinfo: running `cargo check --bins` on oximeter-test-utils (95/259)
30622026-03-17T05:52:45.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-03-17T05:52:45.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-03-17T05:52:45.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-03-17T05:52:45.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30662026-03-17T05:52:45.811Z
30672026-03-17T05:52:45.811Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/259)
30682026-03-17T05:52:46.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-03-17T05:52:46.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-03-17T05:52:46.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-03-17T05:52:46.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30722026-03-17T05:52:46.625Z
30732026-03-17T05:52:46.626Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/259)
30742026-03-17T05:52:47.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-03-17T05:52:47.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-03-17T05:52:47.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-03-17T05:52:47.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30782026-03-17T05:52:47.439Z
30792026-03-17T05:52:47.439Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/259)
30802026-03-17T05:52:48.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-03-17T05:52:48.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-03-17T05:52:48.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-03-17T05:52:48.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30842026-03-17T05:52:48.254Z
30852026-03-17T05:52:48.254Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/259)
30862026-03-17T05:52:48.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-03-17T05:52:48.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-03-17T05:52:48.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-03-17T05:52:48.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30902026-03-17T05:52:49.070Z
30912026-03-17T05:52:49.070Zinfo: running `cargo check --bins` on trust-quorum-types (100/259)
30922026-03-17T05:52:49.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-03-17T05:52:49.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-03-17T05:52:49.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-03-17T05:52:49.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30962026-03-17T05:52:49.844Z
30972026-03-17T05:52:49.844Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/259)
30982026-03-17T05:52:50.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-03-17T05:52:50.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-03-17T05:52:50.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-03-17T05:52:50.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31022026-03-17T05:52:50.650Z
31032026-03-17T05:52:50.650Zinfo: running `cargo check --bins` on update-engine (102/259)
31042026-03-17T05:52:51.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-03-17T05:52:51.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-03-17T05:52:51.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-03-17T05:52:51.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31082026-03-17T05:52:51.422Z
31092026-03-17T05:52:51.422Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/259)
31102026-03-17T05:52:52.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-03-17T05:52:52.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-03-17T05:52:52.358Z Checking dropshot-api-manager-types v0.6.0
31132026-03-17T05:52:52.361Z Checking nanorand v0.7.0
31142026-03-17T05:52:52.661Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31152026-03-17T05:52:52.700Z Checking flume v0.11.1
31162026-03-17T05:52:52.978Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31172026-03-17T05:52:54.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s
31182026-03-17T05:52:54.476Z
31192026-03-17T05:52:54.476Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/259)
31202026-03-17T05:52:55.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-03-17T05:52:55.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-03-17T05:52:55.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-03-17T05:52:55.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31242026-03-17T05:52:55.274Z
31252026-03-17T05:52:55.274Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/259)
31262026-03-17T05:52:55.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-03-17T05:52:55.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-03-17T05:52:55.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-03-17T05:52:55.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31302026-03-17T05:52:56.072Z
31312026-03-17T05:52:56.072Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/259)
31322026-03-17T05:52:56.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-03-17T05:52:56.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-03-17T05:52:56.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-03-17T05:52:56.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31362026-03-17T05:52:56.868Z
31372026-03-17T05:52:56.868Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/259)
31382026-03-17T05:52:57.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-03-17T05:52:57.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-03-17T05:52:57.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-03-17T05:52:57.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31422026-03-17T05:52:57.686Z
31432026-03-17T05:52:57.686Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/259)
31442026-03-17T05:52:58.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-03-17T05:52:58.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-03-17T05:52:58.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-03-17T05:52:58.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31482026-03-17T05:52:58.480Z
31492026-03-17T05:52:58.481Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/259)
31502026-03-17T05:52:59.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-03-17T05:52:59.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-03-17T05:52:59.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-03-17T05:52:59.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31542026-03-17T05:52:59.279Z
31552026-03-17T05:52:59.279Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/259)
31562026-03-17T05:52:59.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-03-17T05:52:59.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-03-17T05:52:59.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-03-17T05:52:59.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31602026-03-17T05:53:00.072Z
31612026-03-17T05:53:00.072Zinfo: running `cargo check --bins` on cockroach-admin-client (111/259)
31622026-03-17T05:53:00.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-03-17T05:53:00.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-03-17T05:53:00.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-03-17T05:53:00.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31662026-03-17T05:53:00.849Z
31672026-03-17T05:53:00.849Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/259)
31682026-03-17T05:53:01.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-03-17T05:53:01.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-03-17T05:53:01.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-03-17T05:53:01.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31722026-03-17T05:53:01.642Z
31732026-03-17T05:53:01.642Zinfo: running `cargo check --bins` on dns-service-client (113/259)
31742026-03-17T05:53:02.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-03-17T05:53:02.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-03-17T05:53:02.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-03-17T05:53:02.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31782026-03-17T05:53:02.440Z
31792026-03-17T05:53:02.440Zinfo: running `cargo check --bins` on installinator-client (114/259)
31802026-03-17T05:53:03.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-03-17T05:53:03.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-03-17T05:53:03.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-03-17T05:53:03.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31842026-03-17T05:53:03.239Z
31852026-03-17T05:53:03.239Zinfo: running `cargo check --bins` on nexus-client (115/259)
31862026-03-17T05:53:03.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-03-17T05:53:03.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-03-17T05:53:03.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-03-17T05:53:03.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31902026-03-17T05:53:04.083Z
31912026-03-17T05:53:04.083Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/259)
31922026-03-17T05:53:04.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-03-17T05:53:04.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-03-17T05:53:04.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-03-17T05:53:04.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31962026-03-17T05:53:04.925Z
31972026-03-17T05:53:04.925Zinfo: running `cargo check --bins` on ntp-admin-client (117/259)
31982026-03-17T05:53:05.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-03-17T05:53:05.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-03-17T05:53:05.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-03-17T05:53:05.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32022026-03-17T05:53:05.700Z
32032026-03-17T05:53:05.700Zinfo: running `cargo check --bins` on oxide-client (118/259)
32042026-03-17T05:53:06.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-03-17T05:53:06.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-03-17T05:53:06.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-03-17T05:53:06.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32082026-03-17T05:53:06.480Z
32092026-03-17T05:53:06.480Zinfo: running `cargo check --bins` on oximeter-client (119/259)
32102026-03-17T05:53:07.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-03-17T05:53:07.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-03-17T05:53:07.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-03-17T05:53:07.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32142026-03-17T05:53:07.271Z
32152026-03-17T05:53:07.271Zinfo: running `cargo check --bins` on repo-depot-client (120/259)
32162026-03-17T05:53:07.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-03-17T05:53:07.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-03-17T05:53:07.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-03-17T05:53:07.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32202026-03-17T05:53:08.049Z
32212026-03-17T05:53:08.049Zinfo: running `cargo check --bins` on sled-agent-client (121/259)
32222026-03-17T05:53:08.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-03-17T05:53:08.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-03-17T05:53:08.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-03-17T05:53:08.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32262026-03-17T05:53:08.869Z
32272026-03-17T05:53:08.869Zinfo: running `cargo check --bins` on wicketd-client (122/259)
32282026-03-17T05:53:09.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-03-17T05:53:09.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-03-17T05:53:09.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-03-17T05:53:09.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32322026-03-17T05:53:09.686Z
32332026-03-17T05:53:09.686Zinfo: running `cargo check --bins` on installinator-common (123/259)
32342026-03-17T05:53:10.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-03-17T05:53:10.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-03-17T05:53:10.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-03-17T05:53:10.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32382026-03-17T05:53:10.491Z
32392026-03-17T05:53:10.491Zinfo: running `cargo check --bins` on installinator-common-versions (124/259)
32402026-03-17T05:53:11.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-03-17T05:53:11.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-03-17T05:53:11.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432026-03-17T05:53:11.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32442026-03-17T05:53:11.263Z
32452026-03-17T05:53:11.263Zinfo: running `cargo check --bins` on wicket-common (125/259)
32462026-03-17T05:53:11.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472026-03-17T05:53:11.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482026-03-17T05:53:11.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492026-03-17T05:53:11.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32502026-03-17T05:53:12.085Z
32512026-03-17T05:53:12.086Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/259)
32522026-03-17T05:53:12.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532026-03-17T05:53:12.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542026-03-17T05:53:12.988Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32552026-03-17T05:53:13.017Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32562026-03-17T05:53:13.017Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32572026-03-17T05:53:13.118Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32582026-03-17T05:53:13.121Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32592026-03-17T05:53:13.352Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32602026-03-17T05:53:13.379Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32612026-03-17T05:53:13.653Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32622026-03-17T05:53:13.656Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-03-17T05:53:16.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
32642026-03-17T05:53:16.742Z
32652026-03-17T05:53:16.742Zinfo: running `cargo check --bins` on cockroach-admin-api (127/259)
32662026-03-17T05:53:17.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672026-03-17T05:53:17.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682026-03-17T05:53:17.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692026-03-17T05:53:17.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32702026-03-17T05:53:17.534Z
32712026-03-17T05:53:17.534Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/259)
32722026-03-17T05:53:18.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732026-03-17T05:53:18.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742026-03-17T05:53:18.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752026-03-17T05:53:18.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32762026-03-17T05:53:18.447Z
32772026-03-17T05:53:18.447Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/259)
32782026-03-17T05:53:19.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-03-17T05:53:19.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-03-17T05:53:19.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-03-17T05:53:19.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32822026-03-17T05:53:19.361Z
32832026-03-17T05:53:19.361Zinfo: running `cargo check --bins` on dns-server (130/259)
32842026-03-17T05:53:20.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-03-17T05:53:20.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-03-17T05:53:20.261Z Compiling parking_lot_core v0.8.6
32872026-03-17T05:53:20.264Z Compiling git-stub v1.0.0
32882026-03-17T05:53:20.264Z Compiling atomicwrites v0.4.4
32892026-03-17T05:53:20.264Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32902026-03-17T05:53:20.425Z Checking tagptr v0.2.0
32912026-03-17T05:53:20.439Z Checking prefix-trie v0.7.0
32922026-03-17T05:53:20.442Z Checking fxhash v0.2.1
32932026-03-17T05:53:20.442Z Checking hickory-client v0.25.2
32942026-03-17T05:53:20.598Z Compiling git-stub-vcs v0.1.0
32952026-03-17T05:53:20.601Z Checking moka v0.12.13
32962026-03-17T05:53:20.858Z Checking hickory-server v0.25.2
32972026-03-17T05:53:20.963Z Checking parking_lot v0.11.2
32982026-03-17T05:53:20.980Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32992026-03-17T05:53:21.063Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33002026-03-17T05:53:21.066Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33012026-03-17T05:53:21.066Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33022026-03-17T05:53:21.197Z Checking sled v0.34.7
33032026-03-17T05:53:21.439Z Checking hickory-resolver v0.25.2
33042026-03-17T05:53:23.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
33052026-03-17T05:53:24.204Z
33062026-03-17T05:53:24.204Zinfo: running `cargo check --bins` on dns-server-api (131/259)
33072026-03-17T05:53:24.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082026-03-17T05:53:24.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092026-03-17T05:53:24.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102026-03-17T05:53:24.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33112026-03-17T05:53:25.001Z
33122026-03-17T05:53:25.001Zinfo: running `cargo check --bins` on gateway-test-utils (132/259)
33132026-03-17T05:53:25.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142026-03-17T05:53:25.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152026-03-17T05:53:25.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162026-03-17T05:53:25.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33172026-03-17T05:53:25.870Z
33182026-03-17T05:53:25.870Zinfo: running `cargo check --bins` on omicron-gateway (133/259)
33192026-03-17T05:53:26.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-03-17T05:53:26.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-03-17T05:53:26.867Z Compiling radium v0.7.0
33222026-03-17T05:53:27.006Z Checking tap v1.0.1
33232026-03-17T05:53:27.006Z Compiling maybe-uninit v2.0.0
33242026-03-17T05:53:27.033Z Compiling zerocopy-derive v0.6.6
33252026-03-17T05:53:27.047Z Checking funty v2.0.0
33262026-03-17T05:53:27.064Z Compiling packed_struct v0.10.1
33272026-03-17T05:53:27.067Z Checking crc-catalog v2.4.0
33282026-03-17T05:53:27.142Z Checking wyz v0.5.1
33292026-03-17T05:53:27.165Z Compiling packed_struct_codegen v0.10.1
33302026-03-17T05:53:27.201Z Checking crc v3.4.0
33312026-03-17T05:53:27.391Z Compiling bitfield-macros v0.19.4
33322026-03-17T05:53:27.409Z Compiling indexmap v1.9.3
33332026-03-17T05:53:27.444Z Checking nodrop v0.1.14
33342026-03-17T05:53:27.504Z Checking hashbrown v0.12.3
33352026-03-17T05:53:27.523Z Checking smallvec v0.6.14
33362026-03-17T05:53:27.556Z Checking array-init v0.0.4
33372026-03-17T05:53:27.578Z Checking bitvec v1.0.1
33382026-03-17T05:53:27.677Z Checking ron v0.8.1
33392026-03-17T05:53:27.774Z Checking hashbrown v0.13.2
33402026-03-17T05:53:28.037Z Checking serde-hex v0.1.0
33412026-03-17T05:53:28.146Z Checking zerocopy v0.6.6
33422026-03-17T05:53:28.330Z Checking bitfield v0.19.4
33432026-03-17T05:53:28.360Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33442026-03-17T05:53:28.394Z Checking crc-any v2.5.0
33452026-03-17T05:53:28.517Z Checking object v0.30.4
33462026-03-17T05:53:28.566Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-03-17T05:53:28.611Z Checking path-slash v0.1.5
33482026-03-17T05:53:28.630Z Checking half v1.8.3
33492026-03-17T05:53:28.647Z Checking void v1.0.2
33502026-03-17T05:53:28.735Z Checking tungstenite v0.23.0
33512026-03-17T05:53:28.766Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33522026-03-17T05:53:28.783Z Checking lzss v0.8.2
33532026-03-17T05:53:28.866Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-03-17T05:53:28.891Z Checking serde_cbor v0.11.2
33552026-03-17T05:53:28.970Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33562026-03-17T05:53:29.019Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33572026-03-17T05:53:29.222Z Checking nix v0.27.1
33582026-03-17T05:53:29.283Z Checking kstat-rs v0.2.4
33592026-03-17T05:53:29.387Z Checking serde_bytes v0.11.19
33602026-03-17T05:53:29.425Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33612026-03-17T05:53:29.524Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33622026-03-17T05:53:29.622Z Checking tokio-tungstenite v0.23.1
33632026-03-17T05:53:29.818Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33642026-03-17T05:53:29.930Z Checking signal-hook-tokio v0.3.1
33652026-03-17T05:53:30.851Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33662026-03-17T05:53:31.085Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33672026-03-17T05:53:34.407Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-03-17T05:53:35.608Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33692026-03-17T05:53:35.979Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33702026-03-17T05:53:37.472Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33712026-03-17T05:53:40.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s
33722026-03-17T05:53:40.460Z
33732026-03-17T05:53:40.461Zinfo: running `cargo check --bins` on gateway-api (134/259)
33742026-03-17T05:53:41.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-03-17T05:53:41.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-03-17T05:53:41.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-03-17T05:53:41.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33782026-03-17T05:53:41.254Z
33792026-03-17T05:53:41.254Zinfo: running `cargo check --bins` on ipcc (135/259)
33802026-03-17T05:53:41.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-03-17T05:53:41.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-03-17T05:53:41.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-03-17T05:53:41.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33842026-03-17T05:53:42.050Z
33852026-03-17T05:53:42.050Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/259)
33862026-03-17T05:53:42.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-03-17T05:53:42.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-03-17T05:53:42.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-03-17T05:53:42.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33902026-03-17T05:53:42.826Z
33912026-03-17T05:53:42.826Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/259)
33922026-03-17T05:53:43.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-03-17T05:53:43.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-03-17T05:53:43.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-03-17T05:53:43.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33962026-03-17T05:53:43.621Z
33972026-03-17T05:53:43.621Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/259)
33982026-03-17T05:53:44.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-03-17T05:53:44.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-03-17T05:53:44.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-03-17T05:53:44.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34022026-03-17T05:53:44.419Z
34032026-03-17T05:53:44.419Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/259)
34042026-03-17T05:53:45.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-03-17T05:53:45.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-03-17T05:53:45.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-03-17T05:53:45.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34082026-03-17T05:53:45.212Z
34092026-03-17T05:53:45.212Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/259)
34102026-03-17T05:53:45.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-03-17T05:53:45.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-03-17T05:53:45.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-03-17T05:53:45.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34142026-03-17T05:53:46.012Z
34152026-03-17T05:53:46.012Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/259)
34162026-03-17T05:53:46.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-03-17T05:53:46.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-03-17T05:53:46.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-03-17T05:53:46.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34202026-03-17T05:53:46.808Z
34212026-03-17T05:53:46.808Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/259)
34222026-03-17T05:53:47.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-03-17T05:53:47.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-03-17T05:53:47.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-03-17T05:53:47.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34262026-03-17T05:53:47.602Z
34272026-03-17T05:53:47.602Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/259)
34282026-03-17T05:53:48.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-03-17T05:53:48.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-03-17T05:53:48.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-03-17T05:53:48.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34322026-03-17T05:53:48.397Z
34332026-03-17T05:53:48.397Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/259)
34342026-03-17T05:53:49.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-03-17T05:53:49.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-03-17T05:53:49.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-03-17T05:53:49.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34382026-03-17T05:53:49.194Z
34392026-03-17T05:53:49.194Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/259)
34402026-03-17T05:53:49.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-03-17T05:53:49.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-03-17T05:53:49.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-03-17T05:53:49.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34442026-03-17T05:53:49.993Z
34452026-03-17T05:53:49.993Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/259)
34462026-03-17T05:53:50.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-03-17T05:53:50.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-03-17T05:53:50.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-03-17T05:53:50.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34502026-03-17T05:53:50.787Z
34512026-03-17T05:53:50.787Zinfo: running `cargo check --bins` on oximeter-producer (147/259)
34522026-03-17T05:53:51.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-03-17T05:53:51.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-03-17T05:53:51.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-03-17T05:53:51.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34562026-03-17T05:53:51.631Z
34572026-03-17T05:53:51.631Zinfo: running `cargo check --bins` on internal-dns-resolver (148/259)
34582026-03-17T05:53:52.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-03-17T05:53:52.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-03-17T05:53:52.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-03-17T05:53:52.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34622026-03-17T05:53:52.429Z
34632026-03-17T05:53:52.429Zinfo: running `cargo check --bins` on sp-sim (149/259)
34642026-03-17T05:53:53.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-03-17T05:53:53.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-03-17T05:53:53.405Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34672026-03-17T05:53:55.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
34682026-03-17T05:53:55.963Z
34692026-03-17T05:53:55.963Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/259)
34702026-03-17T05:53:56.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-03-17T05:53:56.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-03-17T05:53:56.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-03-17T05:53:56.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34742026-03-17T05:53:56.833Z
34752026-03-17T05:53:56.833Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/259)
34762026-03-17T05:53:57.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-03-17T05:53:57.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-03-17T05:53:57.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-03-17T05:53:57.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34802026-03-17T05:53:57.709Z
34812026-03-17T05:53:57.709Zinfo: running `cargo check --bins` on db-macros (152/259)
34822026-03-17T05:53:58.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-03-17T05:53:58.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-03-17T05:53:58.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-03-17T05:53:58.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34862026-03-17T05:53:58.487Z
34872026-03-17T05:53:58.487Zinfo: running `cargo check --bins` on nexus-macros-common (153/259)
34882026-03-17T05:53:59.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-03-17T05:53:59.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-03-17T05:53:59.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-03-17T05:53:59.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34922026-03-17T05:53:59.261Z
34932026-03-17T05:53:59.263Zinfo: running `cargo check --bins` on nexus-auth (154/259)
34942026-03-17T05:54:00.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-03-17T05:54:00.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-03-17T05:54:00.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-03-17T05:54:00.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34982026-03-17T05:54:00.123Z
34992026-03-17T05:54:00.123Zinfo: running `cargo check --bins` on authz-macros (155/259)
35002026-03-17T05:54:00.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-03-17T05:54:00.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-03-17T05:54:00.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-03-17T05:54:00.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35042026-03-17T05:54:00.897Z
35052026-03-17T05:54:00.898Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/259)
35062026-03-17T05:54:01.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-03-17T05:54:01.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-03-17T05:54:01.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-03-17T05:54:01.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35102026-03-17T05:54:01.750Z
35112026-03-17T05:54:01.750Zinfo: running `cargo check --bins` on nexus-db-model (157/259)
35122026-03-17T05:54:02.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-03-17T05:54:02.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-03-17T05:54:02.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-03-17T05:54:02.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35162026-03-17T05:54:02.603Z
35172026-03-17T05:54:02.603Zinfo: running `cargo check --bins` on nexus-db-schema (158/259)
35182026-03-17T05:54:03.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-03-17T05:54:03.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-03-17T05:54:03.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-03-17T05:54:03.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35222026-03-17T05:54:03.385Z
35232026-03-17T05:54:03.386Zinfo: running `cargo check --bins` on omicron-rpaths (159/259)
35242026-03-17T05:54:04.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-03-17T05:54:04.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-03-17T05:54:04.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-03-17T05:54:04.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35282026-03-17T05:54:04.160Z
35292026-03-17T05:54:04.160Zinfo: running `cargo check --bins` on nexus-defaults (160/259)
35302026-03-17T05:54:04.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-03-17T05:54:04.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-03-17T05:54:04.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-03-17T05:54:04.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35342026-03-17T05:54:04.955Z
35352026-03-17T05:54:04.955Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/259)
35362026-03-17T05:54:05.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-03-17T05:54:05.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-03-17T05:54:05.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-03-17T05:54:05.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35402026-03-17T05:54:05.736Z
35412026-03-17T05:54:05.737Zinfo: running `cargo check --bins` on parallel-task-set (162/259)
35422026-03-17T05:54:06.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-03-17T05:54:06.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-03-17T05:54:06.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-03-17T05:54:06.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35462026-03-17T05:54:06.510Z
35472026-03-17T05:54:06.510Zinfo: running `cargo check --bins` on nexus-db-errors (163/259)
35482026-03-17T05:54:07.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-03-17T05:54:07.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-03-17T05:54:07.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-03-17T05:54:07.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35522026-03-17T05:54:07.377Z
35532026-03-17T05:54:07.378Zinfo: running `cargo check --bins` on nexus-db-lookup (164/259)
35542026-03-17T05:54:08.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-03-17T05:54:08.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-03-17T05:54:08.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-03-17T05:54:08.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35582026-03-17T05:54:08.242Z
35592026-03-17T05:54:08.242Zinfo: running `cargo check --bins` on nexus-inventory (165/259)
35602026-03-17T05:54:09.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-03-17T05:54:09.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-03-17T05:54:09.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-03-17T05:54:09.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35642026-03-17T05:54:09.098Z
35652026-03-17T05:54:09.098Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/259)
35662026-03-17T05:54:09.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-03-17T05:54:09.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-03-17T05:54:09.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-03-17T05:54:09.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35702026-03-17T05:54:09.919Z
35712026-03-17T05:54:09.919Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/259)
35722026-03-17T05:54:10.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-03-17T05:54:10.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-03-17T05:54:10.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-03-17T05:54:10.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35762026-03-17T05:54:10.728Z
35772026-03-17T05:54:10.728Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/259)
35782026-03-17T05:54:11.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-03-17T05:54:11.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-03-17T05:54:11.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-03-17T05:54:11.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35822026-03-17T05:54:11.532Z
35832026-03-17T05:54:11.532Zinfo: running `cargo check --bins` on key-manager (169/259)
35842026-03-17T05:54:12.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-03-17T05:54:12.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-03-17T05:54:12.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-03-17T05:54:12.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35882026-03-17T05:54:12.325Z
35892026-03-17T05:54:12.325Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/259)
35902026-03-17T05:54:13.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-03-17T05:54:13.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-03-17T05:54:13.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-03-17T05:54:13.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35942026-03-17T05:54:13.133Z
35952026-03-17T05:54:13.134Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/259)
35962026-03-17T05:54:13.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-03-17T05:54:13.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-03-17T05:54:13.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-03-17T05:54:13.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36002026-03-17T05:54:13.942Z
36012026-03-17T05:54:13.942Zinfo: running `cargo check --bins` on typed-rng (172/259)
36022026-03-17T05:54:14.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-03-17T05:54:14.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-03-17T05:54:14.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-03-17T05:54:14.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
36062026-03-17T05:54:14.717Z
36072026-03-17T05:54:14.717Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/259)
36082026-03-17T05:54:15.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-03-17T05:54:15.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-03-17T05:54:15.874Z Compiling libefi-sys v0.1.0
36112026-03-17T05:54:15.877Z Compiling bitfield-struct v0.6.2
36122026-03-17T05:54:16.049Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36132026-03-17T05:54:16.065Z Compiling xshell-macros v0.2.7
36142026-03-17T05:54:16.083Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36152026-03-17T05:54:16.105Z Compiling salty v0.3.0
36162026-03-17T05:54:16.126Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36172026-03-17T05:54:16.147Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36182026-03-17T05:54:16.147Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36192026-03-17T05:54:16.496Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36202026-03-17T05:54:16.517Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36212026-03-17T05:54:16.546Z Checking xshell v0.2.7
36222026-03-17T05:54:16.693Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36232026-03-17T05:54:16.733Z Checking primeorder v0.13.6
36242026-03-17T05:54:16.775Z Compiling proc-macro-error-attr2 v2.0.0
36252026-03-17T05:54:16.797Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36262026-03-17T05:54:16.839Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36272026-03-17T05:54:16.862Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36282026-03-17T05:54:17.050Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36292026-03-17T05:54:17.068Z Checking p384 v0.13.1
36302026-03-17T05:54:17.088Z Compiling num-derive v0.3.3
36312026-03-17T05:54:17.190Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36322026-03-17T05:54:17.277Z Compiling proc-macro-error2 v2.0.1
36332026-03-17T05:54:17.464Z Compiling unicase v2.9.0
36342026-03-17T05:54:17.500Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36352026-03-17T05:54:17.649Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36362026-03-17T05:54:17.688Z Compiling tabled_derive v0.11.0
36372026-03-17T05:54:17.734Z Compiling mime_guess v2.0.5
36382026-03-17T05:54:17.795Z Compiling progenitor-impl v0.11.2
36392026-03-17T05:54:18.130Z Checking papergrid v0.17.0
36402026-03-17T05:54:18.271Z Checking libscf-sys v1.1.0
36412026-03-17T05:54:18.441Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36422026-03-17T05:54:18.461Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36432026-03-17T05:54:18.572Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36442026-03-17T05:54:18.623Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36452026-03-17T05:54:19.227Z Checking testing_table v0.3.0
36462026-03-17T05:54:19.280Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36472026-03-17T05:54:19.301Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36482026-03-17T05:54:19.347Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36492026-03-17T05:54:19.432Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36502026-03-17T05:54:19.517Z Checking corncobs v0.1.4
36512026-03-17T05:54:19.543Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36522026-03-17T05:54:19.593Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36532026-03-17T05:54:19.659Z Checking tabled v0.20.0
36542026-03-17T05:54:19.680Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36552026-03-17T05:54:19.854Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36562026-03-17T05:54:19.979Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36572026-03-17T05:54:20.014Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36582026-03-17T05:54:20.255Z Checking progenitor-client v0.11.2
36592026-03-17T05:54:20.449Z Checking secrecy v0.8.0
36602026-03-17T05:54:20.564Z Checking http-range v0.1.5
36612026-03-17T05:54:20.842Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36622026-03-17T05:54:20.955Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36632026-03-17T05:54:21.106Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-03-17T05:54:21.259Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36652026-03-17T05:54:21.311Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36662026-03-17T05:54:21.453Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36672026-03-17T05:54:21.473Z Checking atty v0.2.14
36682026-03-17T05:54:21.493Z Compiling progenitor-macro v0.11.2
36692026-03-17T05:54:21.593Z Checking crc8 v0.1.1
36702026-03-17T05:54:21.668Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36712026-03-17T05:54:21.742Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36722026-03-17T05:54:21.799Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36732026-03-17T05:54:21.855Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36742026-03-17T05:54:22.194Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36752026-03-17T05:54:22.295Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36762026-03-17T05:54:22.496Z Checking hyper-staticfile v0.10.1
36772026-03-17T05:54:22.641Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36782026-03-17T05:54:22.662Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36792026-03-17T05:54:22.815Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36802026-03-17T05:54:22.870Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36812026-03-17T05:54:22.939Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36822026-03-17T05:54:23.128Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36832026-03-17T05:54:23.475Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36842026-03-17T05:54:23.567Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36852026-03-17T05:54:23.936Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36862026-03-17T05:54:23.994Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36872026-03-17T05:54:24.113Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36882026-03-17T05:54:24.669Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36892026-03-17T05:54:24.782Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36902026-03-17T05:54:25.080Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36912026-03-17T05:54:25.304Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36922026-03-17T05:54:25.822Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36932026-03-17T05:54:26.803Z Checking progenitor v0.11.2
36942026-03-17T05:54:26.975Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36952026-03-17T05:54:33.712Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36962026-03-17T05:54:50.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.49s
36972026-03-17T05:54:50.474Z
36982026-03-17T05:54:50.474Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/259)
36992026-03-17T05:54:51.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-03-17T05:54:51.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-03-17T05:54:51.540Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37022026-03-17T05:55:07.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.50s
37032026-03-17T05:55:08.225Z
37042026-03-17T05:55:08.225Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/259)
37052026-03-17T05:55:08.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-03-17T05:55:08.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-03-17T05:55:09.307Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37082026-03-17T05:55:25.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.61s
37092026-03-17T05:55:26.087Z
37102026-03-17T05:55:26.087Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/259)
37112026-03-17T05:55:26.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-03-17T05:55:26.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-03-17T05:55:27.167Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37142026-03-17T05:55:43.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.70s
37152026-03-17T05:55:44.042Z
37162026-03-17T05:55:44.042Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/259)
37172026-03-17T05:55:44.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-03-17T05:55:44.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-03-17T05:55:45.108Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37202026-03-17T05:56:01.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.56s
37212026-03-17T05:56:01.860Z
37222026-03-17T05:56:01.860Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/259)
37232026-03-17T05:56:02.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-03-17T05:56:02.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-03-17T05:56:02.925Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37262026-03-17T05:56:19.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.51s
37272026-03-17T05:56:19.619Z
37282026-03-17T05:56:19.619Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/259)
37292026-03-17T05:56:20.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-03-17T05:56:20.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-03-17T05:56:20.684Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37322026-03-17T05:56:37.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.52s
37332026-03-17T05:56:37.397Z
37342026-03-17T05:56:37.397Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/259)
37352026-03-17T05:56:38.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-03-17T05:56:38.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-03-17T05:56:38.478Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37382026-03-17T05:56:54.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.53s
37392026-03-17T05:56:55.185Z
37402026-03-17T05:56:55.185Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/259)
37412026-03-17T05:56:55.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-03-17T05:56:55.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-03-17T05:56:55.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-03-17T05:56:55.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37452026-03-17T05:56:56.002Z
37462026-03-17T05:56:56.002Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/259)
37472026-03-17T05:56:56.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-03-17T05:56:56.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-03-17T05:56:56.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37502026-03-17T05:56:56.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37512026-03-17T05:56:56.817Z
37522026-03-17T05:56:56.817Zinfo: running `cargo check --bins` on range-requests (183/259)
37532026-03-17T05:56:57.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-03-17T05:56:57.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-03-17T05:56:57.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37562026-03-17T05:56:57.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37572026-03-17T05:56:57.605Z
37582026-03-17T05:56:57.605Zinfo: running `cargo check --bins` on repo-depot-api (184/259)
37592026-03-17T05:56:58.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-03-17T05:56:58.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-03-17T05:56:58.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37622026-03-17T05:56:58.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37632026-03-17T05:56:58.395Z
37642026-03-17T05:56:58.395Zinfo: running `cargo check --bins` on sled-agent-api (185/259)
37652026-03-17T05:56:59.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-03-17T05:56:59.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-03-17T05:56:59.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37682026-03-17T05:56:59.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37692026-03-17T05:56:59.213Z
37702026-03-17T05:56:59.213Zinfo: running `cargo check --bins` on sled-diagnostics (186/259)
37712026-03-17T05:56:59.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-03-17T05:56:59.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-03-17T05:56:59.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37742026-03-17T05:56:59.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37752026-03-17T05:57:00.024Z
37762026-03-17T05:57:00.024Zinfo: running `cargo check --bins` on zfs-test-harness (187/259)
37772026-03-17T05:57:00.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-03-17T05:57:00.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-03-17T05:57:00.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37802026-03-17T05:57:00.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37812026-03-17T05:57:00.835Z
37822026-03-17T05:57:00.835Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/259)
37832026-03-17T05:57:01.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-03-17T05:57:01.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-03-17T05:57:01.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862026-03-17T05:57:01.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37872026-03-17T05:57:01.660Z
37882026-03-17T05:57:01.660Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/259)
37892026-03-17T05:57:02.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-03-17T05:57:02.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-03-17T05:57:02.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-03-17T05:57:02.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37932026-03-17T05:57:02.490Z
37942026-03-17T05:57:02.490Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/259)
37952026-03-17T05:57:03.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-03-17T05:57:03.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-03-17T05:57:03.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-03-17T05:57:03.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37992026-03-17T05:57:03.309Z
38002026-03-17T05:57:03.309Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/259)
38012026-03-17T05:57:04.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-03-17T05:57:04.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-03-17T05:57:04.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-03-17T05:57:04.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38052026-03-17T05:57:04.141Z
38062026-03-17T05:57:04.141Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/259)
38072026-03-17T05:57:04.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-03-17T05:57:04.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-03-17T05:57:04.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-03-17T05:57:04.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38112026-03-17T05:57:04.973Z
38122026-03-17T05:57:04.973Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/259)
38132026-03-17T05:57:05.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-03-17T05:57:05.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-03-17T05:57:05.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-03-17T05:57:05.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38172026-03-17T05:57:05.802Z
38182026-03-17T05:57:05.802Zinfo: running `cargo check --bins` on trust-quorum (194/259)
38192026-03-17T05:57:06.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-03-17T05:57:06.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-03-17T05:57:06.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-03-17T05:57:06.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38232026-03-17T05:57:06.631Z
38242026-03-17T05:57:06.631Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/259)
38252026-03-17T05:57:07.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-03-17T05:57:07.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-03-17T05:57:07.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-03-17T05:57:07.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38292026-03-17T05:57:07.474Z
38302026-03-17T05:57:07.474Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/259)
38312026-03-17T05:57:08.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-03-17T05:57:08.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-03-17T05:57:08.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-03-17T05:57:08.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38352026-03-17T05:57:08.349Z
38362026-03-17T05:57:08.349Zinfo: running `cargo check --bins` on update-common (197/259)
38372026-03-17T05:57:09.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-03-17T05:57:09.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-03-17T05:57:09.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-03-17T05:57:09.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38412026-03-17T05:57:09.164Z
38422026-03-17T05:57:09.164Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/259)
38432026-03-17T05:57:09.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-03-17T05:57:09.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-03-17T05:57:09.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-03-17T05:57:09.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38472026-03-17T05:57:10.039Z
38482026-03-17T05:57:10.039Zinfo: running `cargo check --bins` on reconfigurator-cli (199/259)
38492026-03-17T05:57:10.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-03-17T05:57:10.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-03-17T05:57:11.113Z Compiling fs-err v2.11.0
38522026-03-17T05:57:11.254Z Checking ignore v0.4.25
38532026-03-17T05:57:11.271Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38542026-03-17T05:57:11.271Z Checking predicates-tree v1.0.13
38552026-03-17T05:57:11.283Z Checking parse-size v1.1.0
38562026-03-17T05:57:11.312Z Checking rand_seeder v0.4.0
38572026-03-17T05:57:11.315Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38582026-03-17T05:57:11.348Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38592026-03-17T05:57:11.405Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38602026-03-17T05:57:11.438Z Compiling petname v2.0.2
38612026-03-17T05:57:11.494Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38622026-03-17T05:57:11.685Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38632026-03-17T05:57:11.705Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38642026-03-17T05:57:11.793Z Checking globwalk v0.9.1
38652026-03-17T05:57:11.821Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38662026-03-17T05:57:11.917Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38672026-03-17T05:57:12.028Z Checking camino-tempfile-ext v0.3.3
38682026-03-17T05:57:12.047Z Checking sapling-renderdag v0.1.0
38692026-03-17T05:57:12.148Z Checking sync-ptr v0.1.4
38702026-03-17T05:57:12.280Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38712026-03-17T05:57:12.299Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38722026-03-17T05:57:12.390Z Checking colored v2.2.0
38732026-03-17T05:57:12.415Z Checking assert_matches v1.5.0
38742026-03-17T05:57:12.747Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38752026-03-17T05:57:12.855Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38762026-03-17T05:57:12.858Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38772026-03-17T05:57:13.621Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38782026-03-17T05:57:15.381Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38792026-03-17T05:57:18.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.32s
38802026-03-17T05:57:18.605Z
38812026-03-17T05:57:18.605Zinfo: running `cargo check --bins` on omicron-repl-utils (200/259)
38822026-03-17T05:57:19.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-03-17T05:57:19.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-03-17T05:57:19.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-03-17T05:57:19.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38862026-03-17T05:57:19.384Z
38872026-03-17T05:57:19.384Zinfo: running `cargo check --bins` on nexus-test-interface (201/259)
38882026-03-17T05:57:20.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-03-17T05:57:20.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-03-17T05:57:20.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-03-17T05:57:20.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38922026-03-17T05:57:20.261Z
38932026-03-17T05:57:20.261Zinfo: running `cargo check --bins` on oximeter-collector (202/259)
38942026-03-17T05:57:20.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-03-17T05:57:20.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-03-17T05:57:21.246Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38972026-03-17T05:57:21.249Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38982026-03-17T05:57:22.092Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38992026-03-17T05:57:24.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
39002026-03-17T05:57:24.335Z
39012026-03-17T05:57:24.335Zinfo: running `cargo check --bins` on oximeter-api (203/259)
39022026-03-17T05:57:25.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-03-17T05:57:25.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-03-17T05:57:25.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-03-17T05:57:25.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39062026-03-17T05:57:25.135Z
39072026-03-17T05:57:25.135Zinfo: running `cargo check --bins` on cert-dev (204/259)
39082026-03-17T05:57:25.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-03-17T05:57:25.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-03-17T05:57:25.961Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39112026-03-17T05:57:26.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
39122026-03-17T05:57:26.514Z
39132026-03-17T05:57:26.514Zinfo: running `cargo check --bins` on clickana (205/259)
39142026-03-17T05:57:27.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-03-17T05:57:27.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-03-17T05:57:27.395Z Compiling darling_core v0.23.0
39172026-03-17T05:57:27.521Z Compiling instability v0.3.11
39182026-03-17T05:57:27.535Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39192026-03-17T05:57:27.538Z Checking castaway v0.2.4
39202026-03-17T05:57:27.560Z Compiling indoc v2.0.7
39212026-03-17T05:57:27.574Z Checking unicode-truncate v1.1.0
39222026-03-17T05:57:27.577Z Checking lru v0.12.5
39232026-03-17T05:57:27.577Z Checking cassowary v0.3.0
39242026-03-17T05:57:27.670Z Checking compact_str v0.8.1
39252026-03-17T05:57:28.826Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39262026-03-17T05:57:29.053Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39272026-03-17T05:57:29.527Z Compiling darling_macro v0.23.0
39282026-03-17T05:57:30.047Z Compiling darling v0.23.0
39292026-03-17T05:57:30.819Z Checking ratatui v0.29.0
39302026-03-17T05:57:32.351Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39312026-03-17T05:57:33.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.67s
39322026-03-17T05:57:33.401Z
39332026-03-17T05:57:33.401Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/259)
39342026-03-17T05:57:34.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-03-17T05:57:34.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-03-17T05:57:34.391Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39372026-03-17T05:57:34.394Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39382026-03-17T05:57:35.146Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39392026-03-17T05:57:35.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
39402026-03-17T05:57:35.891Z
39412026-03-17T05:57:35.892Zinfo: running `cargo check --bins` on ch-dev (207/259)
39422026-03-17T05:57:36.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-03-17T05:57:36.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-03-17T05:57:36.879Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39452026-03-17T05:57:37.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
39462026-03-17T05:57:38.060Z
39472026-03-17T05:57:38.060Zinfo: running `cargo check --bins` on dev-tools-common (208/259)
39482026-03-17T05:57:38.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-03-17T05:57:38.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-03-17T05:57:38.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-03-17T05:57:38.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39522026-03-17T05:57:38.669Z
39532026-03-17T05:57:38.669Zinfo: running `cargo check --bins` on crdb-seed (209/259)
39542026-03-17T05:57:39.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-03-17T05:57:39.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-03-17T05:57:39.644Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39572026-03-17T05:57:40.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
39582026-03-17T05:57:40.416Z
39592026-03-17T05:57:40.416Zinfo: running `cargo check --bins` on db-dev (210/259)
39602026-03-17T05:57:41.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-03-17T05:57:41.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-03-17T05:57:41.399Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39632026-03-17T05:57:42.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
39642026-03-17T05:57:42.590Z
39652026-03-17T05:57:42.590Zinfo: running `cargo check --bins` on omicron-dev-lib (211/259)
39662026-03-17T05:57:43.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-03-17T05:57:43.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-03-17T05:57:43.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-03-17T05:57:43.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39702026-03-17T05:57:43.444Z
39712026-03-17T05:57:43.444Zinfo: running `cargo check --bins` on xtask-downloader (212/259)
39722026-03-17T05:57:44.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-03-17T05:57:44.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-03-17T05:57:44.273Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39752026-03-17T05:57:45.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
39762026-03-17T05:57:45.363Z
39772026-03-17T05:57:45.364Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/259)
39782026-03-17T05:57:46.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-03-17T05:57:46.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-03-17T05:57:46.388Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39812026-03-17T05:57:46.388Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39822026-03-17T05:57:46.391Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e8a68118b5c2333f586d9bdcc4a1f63f2db98631#e8a68118)
39832026-03-17T05:57:46.391Z Checking git-stub v1.0.0
39842026-03-17T05:57:46.391Z Compiling trait-variant v0.1.2
39852026-03-17T05:57:46.391Z Checking maplit v1.0.2
39862026-03-17T05:57:46.391Z Checking is_ci v1.2.0
39872026-03-17T05:57:46.391Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39882026-03-17T05:57:46.645Z Checking supports-color v3.0.2
39892026-03-17T05:57:46.648Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39902026-03-17T05:57:46.782Z Checking git-stub-vcs v0.1.0
39912026-03-17T05:57:46.812Z Checking drift v0.1.3
39922026-03-17T05:57:46.888Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39932026-03-17T05:57:46.922Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39942026-03-17T05:57:47.031Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39952026-03-17T05:57:47.127Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39962026-03-17T05:57:47.193Z Checking dropshot-api-manager v0.6.0
39972026-03-17T05:57:47.265Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39982026-03-17T05:57:47.285Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39992026-03-17T05:57:47.554Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40002026-03-17T05:57:47.579Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40012026-03-17T05:57:47.845Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e8a68118b5c2333f586d9bdcc4a1f63f2db98631#e8a68118)
40022026-03-17T05:57:48.245Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40032026-03-17T05:57:55.150Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40042026-03-17T05:57:56.537Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40052026-03-17T05:57:57.310Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40062026-03-17T05:57:57.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.46s
40072026-03-17T05:57:58.062Z
40082026-03-17T05:57:58.062Zinfo: running `cargo check --bins` on installinator-api (214/259)
40092026-03-17T05:57:58.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-03-17T05:57:58.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-03-17T05:57:58.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-03-17T05:57:58.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40132026-03-17T05:57:58.857Z
40142026-03-17T05:57:58.857Zinfo: running `cargo check --bins` on nexus-external-api (215/259)
40152026-03-17T05:57:59.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-03-17T05:57:59.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-03-17T05:57:59.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-03-17T05:57:59.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40192026-03-17T05:57:59.703Z
40202026-03-17T05:57:59.703Zinfo: running `cargo check --bins` on nexus-internal-api (216/259)
40212026-03-17T05:58:00.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-03-17T05:58:00.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-03-17T05:58:00.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-03-17T05:58:00.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40252026-03-17T05:58:00.545Z
40262026-03-17T05:58:00.545Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/259)
40272026-03-17T05:58:01.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-03-17T05:58:01.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-03-17T05:58:01.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-03-17T05:58:01.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40312026-03-17T05:58:01.385Z
40322026-03-17T05:58:01.385Zinfo: running `cargo check --bins` on ntp-admin-api (218/259)
40332026-03-17T05:58:02.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-03-17T05:58:02.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-03-17T05:58:02.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-03-17T05:58:02.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40372026-03-17T05:58:02.179Z
40382026-03-17T05:58:02.179Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/259)
40392026-03-17T05:58:02.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-03-17T05:58:02.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-03-17T05:58:02.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40422026-03-17T05:58:02.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
40432026-03-17T05:58:02.950Z
40442026-03-17T05:58:02.950Zinfo: running `cargo check --bins` on wicketd-api (220/259)
40452026-03-17T05:58:03.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-03-17T05:58:03.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-03-17T05:58:03.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40482026-03-17T05:58:03.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40492026-03-17T05:58:03.772Z
40502026-03-17T05:58:03.772Zinfo: running `cargo check --bins` on omicron-ls-apis (221/259)
40512026-03-17T05:58:04.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-03-17T05:58:04.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-03-17T05:58:04.596Z Checking erased-serde v0.4.9
40542026-03-17T05:58:04.722Z Checking ordered-float v2.10.1
40552026-03-17T05:58:04.745Z Checking unicode-xid v0.2.6
40562026-03-17T05:58:04.770Z Checking cargo-platform v0.2.0
40572026-03-17T05:58:05.008Z Checking serde-value v0.7.0
40582026-03-17T05:58:05.175Z Checking serde-untagged v0.1.9
40592026-03-17T05:58:05.386Z Checking cargo-util-schemas v0.8.2
40602026-03-17T05:58:06.395Z Checking cargo_metadata v0.21.0
40612026-03-17T05:58:07.260Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40622026-03-17T05:58:08.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
40632026-03-17T05:58:08.393Z
40642026-03-17T05:58:08.393Zinfo: running `cargo check --bins` on mgs-dev (222/259)
40652026-03-17T05:58:09.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-03-17T05:58:09.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-03-17T05:58:09.393Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40682026-03-17T05:58:10.158Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40692026-03-17T05:58:10.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
40702026-03-17T05:58:11.021Z
40712026-03-17T05:58:11.021Zinfo: running `cargo check --bins --no-default-features` on omicron-omdb (223/259)
40722026-03-17T05:58:11.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-03-17T05:58:11.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-03-17T05:58:12.199Z Compiling vergen-gitcl v1.0.8
40752026-03-17T05:58:12.199Z Compiling dirs-sys-next v0.1.2
40762026-03-17T05:58:12.202Z Compiling diesel_derives v2.3.7
40772026-03-17T05:58:12.202Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40782026-03-17T05:58:12.202Z Compiling crunchy v0.2.4
40792026-03-17T05:58:12.203Z Compiling glob v0.3.3
40802026-03-17T05:58:12.354Z Compiling dsl_auto_type v0.2.0
40812026-03-17T05:58:12.386Z Checking scheduled-thread-pool v0.2.7
40822026-03-17T05:58:12.604Z Compiling dirs-next v2.0.0
40832026-03-17T05:58:12.624Z Compiling diesel_table_macro_syntax v0.3.0
40842026-03-17T05:58:12.707Z Compiling tiny-keccak v2.0.2
40852026-03-17T05:58:12.744Z Compiling term v0.7.0
40862026-03-17T05:58:12.872Z Compiling clang-sys v1.8.1
40872026-03-17T05:58:12.892Z Checking r2d2 v0.8.10
40882026-03-17T05:58:12.895Z Compiling bit-vec v0.6.3
40892026-03-17T05:58:12.969Z Checking downcast-rs v2.0.2
40902026-03-17T05:58:13.092Z Compiling ascii-canvas v3.0.0
40912026-03-17T05:58:13.129Z Compiling bit-set v0.5.3
40922026-03-17T05:58:13.339Z Compiling itertools v0.10.5
40932026-03-17T05:58:13.364Z Compiling ena v0.14.4
40942026-03-17T05:58:13.415Z Compiling libloading v0.8.9
40952026-03-17T05:58:13.490Z Compiling bindgen v0.71.1
40962026-03-17T05:58:13.536Z Compiling diff v0.1.13
40972026-03-17T05:58:13.638Z Compiling regex-syntax v0.6.29
40982026-03-17T05:58:13.746Z Compiling cexpr v0.6.0
40992026-03-17T05:58:13.882Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41002026-03-17T05:58:14.037Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41012026-03-17T05:58:14.150Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41022026-03-17T05:58:14.226Z Compiling libxml v0.3.3
41032026-03-17T05:58:14.505Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41042026-03-17T05:58:14.703Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41052026-03-17T05:58:14.781Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41062026-03-17T05:58:14.896Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41072026-03-17T05:58:14.916Z Compiling strum_macros v0.24.3
41082026-03-17T05:58:15.012Z Compiling indoc v1.0.9
41092026-03-17T05:58:15.582Z Compiling lalrpop v0.19.12
41102026-03-17T05:58:16.434Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41112026-03-17T05:58:16.556Z Checking derive_builder v0.20.2
41122026-03-17T05:58:16.676Z Compiling oso-derive v0.27.3
41132026-03-17T05:58:16.716Z Checking quick-xml v0.37.5
41142026-03-17T05:58:16.744Z Compiling impl-trait-for-tuples v0.2.3
41152026-03-17T05:58:17.329Z Checking openssl-probe v0.1.6
41162026-03-17T05:58:17.505Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41172026-03-17T05:58:17.960Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41182026-03-17T05:58:18.198Z Checking bb8 v0.8.6
41192026-03-17T05:58:18.507Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41202026-03-17T05:58:18.567Z Checking nonempty v0.12.0
41212026-03-17T05:58:18.778Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41222026-03-17T05:58:18.798Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41232026-03-17T05:58:18.900Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41242026-03-17T05:58:19.063Z Checking support-bundle-viewer v0.1.2
41252026-03-17T05:58:19.082Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41262026-03-17T05:58:19.215Z Checking multimap v0.10.1
41272026-03-17T05:58:20.387Z Checking diesel v2.3.7
41282026-03-17T05:58:22.110Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41292026-03-17T05:58:23.474Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41302026-03-17T05:58:23.587Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41312026-03-17T05:58:23.813Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41322026-03-17T05:58:24.282Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41332026-03-17T05:58:25.642Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41342026-03-17T05:58:25.770Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41352026-03-17T05:58:26.694Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41362026-03-17T05:58:29.393Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41372026-03-17T05:58:35.478Z Compiling samael v0.0.19
41382026-03-17T05:58:40.602Z Checking diesel-dtrace v0.5.0
41392026-03-17T05:58:40.904Z Checking async-bb8-diesel v0.2.1
41402026-03-17T05:58:42.466Z Compiling polar-core v0.27.3
41412026-03-17T05:58:48.369Z Checking oso v0.27.3
41422026-03-17T05:59:42.895Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41432026-03-17T06:00:29.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
41442026-03-17T06:00:30.055Z
41452026-03-17T06:00:30.055Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (224/259)
41462026-03-17T06:00:30.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-03-17T06:00:30.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-03-17T06:00:31.151Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41492026-03-17T06:00:41.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
41502026-03-17T06:00:41.627Z
41512026-03-17T06:00:41.627Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (225/259)
41522026-03-17T06:00:42.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-03-17T06:00:42.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-03-17T06:00:42.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41552026-03-17T06:00:42.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41562026-03-17T06:00:42.496Z
41572026-03-17T06:00:42.496Zinfo: running `cargo check --bins` on nexus-saga-recovery (226/259)
41582026-03-17T06:00:43.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-03-17T06:00:43.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-03-17T06:00:43.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41612026-03-17T06:00:43.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41622026-03-17T06:00:43.359Z
41632026-03-17T06:00:43.359Zinfo: running `cargo check --bins` on nexus-test-utils-macros (227/259)
41642026-03-17T06:00:44.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-03-17T06:00:44.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-03-17T06:00:44.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41672026-03-17T06:00:44.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
41682026-03-17T06:00:44.125Z
41692026-03-17T06:00:44.125Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (228/259)
41702026-03-17T06:00:44.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-03-17T06:00:44.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-03-17T06:00:45.305Z Compiling libz-sys v1.1.24
41732026-03-17T06:00:45.459Z Compiling libgit2-sys v0.18.3+1.9.2
41742026-03-17T06:00:45.477Z Compiling vergen-git2 v1.0.7
41752026-03-17T06:00:45.493Z Compiling rustls v0.21.12
41762026-03-17T06:00:45.511Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41772026-03-17T06:00:45.529Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41782026-03-17T06:00:45.532Z Checking sct v0.7.1
41792026-03-17T06:00:45.532Z Checking rustls-webpki v0.101.7
41802026-03-17T06:00:45.696Z Compiling nix v0.29.0
41812026-03-17T06:00:45.761Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41822026-03-17T06:00:45.781Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41832026-03-17T06:00:45.832Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41842026-03-17T06:00:45.971Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41852026-03-17T06:00:46.136Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41862026-03-17T06:00:46.169Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41872026-03-17T06:00:46.254Z Checking rustls-pemfile v1.0.4
41882026-03-17T06:00:46.424Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41892026-03-17T06:00:46.526Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41902026-03-17T06:00:46.752Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41912026-03-17T06:00:46.786Z Checking twox-hash v2.1.2
41922026-03-17T06:00:46.916Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41932026-03-17T06:00:47.643Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41942026-03-17T06:00:47.801Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41952026-03-17T06:00:47.822Z Checking tokio-rustls v0.24.1
41962026-03-17T06:00:47.934Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41972026-03-17T06:00:48.076Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41982026-03-17T06:00:48.255Z Checking fatfs v0.3.6
41992026-03-17T06:00:48.478Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42002026-03-17T06:00:48.756Z Compiling seq-macro v0.3.6
42012026-03-17T06:00:53.641Z Compiling git2 v0.20.4
42022026-03-17T06:00:54.577Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42032026-03-17T06:00:54.736Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42042026-03-17T06:00:56.883Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42052026-03-17T06:02:06.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
42062026-03-17T06:02:07.029Z
42072026-03-17T06:02:07.029Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (229/259)
42082026-03-17T06:02:07.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-03-17T06:02:07.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-03-17T06:02:08.220Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42112026-03-17T06:03:08.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
42122026-03-17T06:03:08.747Z
42132026-03-17T06:03:08.747Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-nexus (230/259)
42142026-03-17T06:03:09.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-03-17T06:03:09.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-03-17T06:03:09.881Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42172026-03-17T06:04:09.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42182026-03-17T06:04:09.859Z
42192026-03-17T06:04:09.859Zinfo: running `cargo check --bins` on nexus-background-task-interface (231/259)
42202026-03-17T06:04:10.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-03-17T06:04:10.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-03-17T06:04:10.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-03-17T06:04:10.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42242026-03-17T06:04:10.629Z
42252026-03-17T06:04:10.629Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (232/259)
42262026-03-17T06:04:11.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-03-17T06:04:11.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-03-17T06:04:11.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-03-17T06:04:11.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42302026-03-17T06:04:11.484Z
42312026-03-17T06:04:11.484Zinfo: running `cargo check --bins` on nexus-mgs-updates (233/259)
42322026-03-17T06:04:12.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-03-17T06:04:12.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-03-17T06:04:12.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-03-17T06:04:12.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42362026-03-17T06:04:12.327Z
42372026-03-17T06:04:12.327Zinfo: running `cargo check --bins` on nexus-networking (234/259)
42382026-03-17T06:04:13.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-03-17T06:04:13.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-03-17T06:04:13.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-03-17T06:04:13.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42422026-03-17T06:04:13.178Z
42432026-03-17T06:04:13.178Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (235/259)
42442026-03-17T06:04:13.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-03-17T06:04:13.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-03-17T06:04:13.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-03-17T06:04:13.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42482026-03-17T06:04:14.043Z
42492026-03-17T06:04:14.043Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (236/259)
42502026-03-17T06:04:14.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-03-17T06:04:14.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-03-17T06:04:14.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-03-17T06:04:14.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42542026-03-17T06:04:14.904Z
42552026-03-17T06:04:14.904Zinfo: running `cargo check --bins` on omicron-dev (237/259)
42562026-03-17T06:04:15.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-03-17T06:04:15.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-03-17T06:04:16.124Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42592026-03-17T06:04:16.127Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42602026-03-17T06:04:16.310Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42612026-03-17T06:04:16.334Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42622026-03-17T06:04:16.337Z Checking diff v0.1.13
42632026-03-17T06:04:16.352Z Checking yansi v1.0.1
42642026-03-17T06:04:16.390Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42652026-03-17T06:04:16.393Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42662026-03-17T06:04:16.518Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42672026-03-17T06:04:16.712Z Checking pretty_assertions v1.4.1
42682026-03-17T06:04:17.564Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42692026-03-17T06:04:50.646Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42702026-03-17T06:04:50.649Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42712026-03-17T06:04:50.649Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42722026-03-17T06:04:50.649Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42732026-03-17T06:04:50.649Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42742026-03-17T06:04:50.649Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42752026-03-17T06:04:51.586Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42762026-03-17T06:04:52.997Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42772026-03-17T06:05:52.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42782026-03-17T06:05:53.067Z
42792026-03-17T06:05:53.067Zinfo: running `cargo check --bins` on omicron-pins (238/259)
42802026-03-17T06:05:53.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-03-17T06:05:53.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-03-17T06:05:53.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-03-17T06:05:53.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42842026-03-17T06:05:53.839Z
42852026-03-17T06:05:53.839Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (239/259)
42862026-03-17T06:05:54.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-03-17T06:05:54.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-03-17T06:05:54.893Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42892026-03-17T06:05:55.036Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42902026-03-17T06:05:55.038Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42912026-03-17T06:06:32.087Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42922026-03-17T06:06:33.543Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42932026-03-17T06:06:35.087Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42942026-03-17T06:06:35.436Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42952026-03-17T06:06:39.554Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42962026-03-17T06:07:11.836Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42972026-03-17T06:07:12.657Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42982026-03-17T06:07:14.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
42992026-03-17T06:07:15.037Z
43002026-03-17T06:07:15.037Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (240/259)
43012026-03-17T06:07:15.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-03-17T06:07:15.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-03-17T06:07:16.017Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43042026-03-17T06:07:16.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
43052026-03-17T06:07:17.157Z
43062026-03-17T06:07:17.157Zinfo: running `cargo check --bins` on omicron-releng (241/259)
43072026-03-17T06:07:17.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-03-17T06:07:17.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-03-17T06:07:18.047Z Compiling blake3 v1.8.3
43102026-03-17T06:07:18.199Z Checking arrayref v0.3.9
43112026-03-17T06:07:18.203Z Checking arrayvec v0.7.6
43122026-03-17T06:07:18.203Z Checking constant_time_eq v0.4.2
43132026-03-17T06:07:18.203Z Checking topological-sort v0.2.2
43142026-03-17T06:07:18.203Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43152026-03-17T06:07:18.203Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43162026-03-17T06:07:18.203Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43172026-03-17T06:07:18.305Z Checking shell-words v1.1.1
43182026-03-17T06:07:19.182Z Checking omicron-zone-package v0.12.2
43192026-03-17T06:07:20.171Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43202026-03-17T06:07:21.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
43212026-03-17T06:07:21.478Z
43222026-03-17T06:07:21.478Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (242/259)
43232026-03-17T06:07:22.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-03-17T06:07:22.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-03-17T06:07:22.360Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43262026-03-17T06:07:22.746Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43272026-03-17T06:07:23.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
43282026-03-17T06:07:23.484Z
43292026-03-17T06:07:23.484Zinfo: running `cargo check --bins` on xtask (243/259)
43302026-03-17T06:07:24.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-03-17T06:07:24.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-03-17T06:07:24.093Z Checking libc v0.2.180
43332026-03-17T06:07:24.188Z Checking serde v1.0.228
43342026-03-17T06:07:24.199Z Checking zerofrom v0.1.6
43352026-03-17T06:07:24.207Z Checking bitflags v2.11.0
43362026-03-17T06:07:24.217Z Checking smallvec v1.15.1
43372026-03-17T06:07:24.220Z Checking hashbrown v0.16.1
43382026-03-17T06:07:24.243Z Checking serde_json v1.0.149
43392026-03-17T06:07:24.247Z Checking scroll v0.12.0
43402026-03-17T06:07:24.330Z Checking yoke v0.8.1
43412026-03-17T06:07:24.399Z Checking num-traits v0.2.19
43422026-03-17T06:07:24.441Z Checking thiserror v1.0.69
43432026-03-17T06:07:24.547Z Checking zerovec v0.11.5
43442026-03-17T06:07:24.548Z Checking zerotrie v0.2.3
43452026-03-17T06:07:24.574Z Checking percent-encoding v2.3.2
43462026-03-17T06:07:24.598Z Checking errno v0.3.14
43472026-03-17T06:07:24.743Z Checking log v0.4.29
43482026-03-17T06:07:24.746Z Checking rustix v1.1.3
43492026-03-17T06:07:24.768Z Checking toml_datetime v0.6.11
43502026-03-17T06:07:24.852Z Checking indexmap v2.13.0
43512026-03-17T06:07:24.873Z Checking serde_spanned v0.6.9
43522026-03-17T06:07:24.933Z Checking zerocopy v0.7.35
43532026-03-17T06:07:24.997Z Checking goblin v0.8.2
43542026-03-17T06:07:25.029Z Checking form_urlencoded v1.2.2
43552026-03-17T06:07:25.099Z Checking getrandom v0.4.1
43562026-03-17T06:07:25.155Z Checking tinystr v0.8.2
43572026-03-17T06:07:25.180Z Checking potential_utf v0.1.4
43582026-03-17T06:07:25.195Z Checking ordered-float v2.10.1
43592026-03-17T06:07:25.266Z Checking thiserror v2.0.18
43602026-03-17T06:07:25.338Z Checking icu_collections v2.1.1
43612026-03-17T06:07:25.382Z Checking icu_locale_core v2.1.1
43622026-03-17T06:07:25.396Z Checking syn v2.0.117
43632026-03-17T06:07:25.505Z Checking serde-value v0.7.0
43642026-03-17T06:07:25.609Z Checking toml_edit v0.22.27
43652026-03-17T06:07:25.649Z Checking dtrace-parser v0.2.0
43662026-03-17T06:07:25.739Z Checking thread-id v4.2.2
43672026-03-17T06:07:25.771Z Checking once_cell v1.21.3
43682026-03-17T06:07:25.834Z Checking cargo-platform v0.2.0
43692026-03-17T06:07:25.938Z Checking terminal_size v0.4.3
43702026-03-17T06:07:25.970Z Checking memmap v0.7.0
43712026-03-17T06:07:26.001Z Checking tempfile v3.25.0
43722026-03-17T06:07:26.056Z Checking fs-err v3.3.0
43732026-03-17T06:07:26.094Z Checking clap_builder v4.5.60
43742026-03-17T06:07:26.135Z Checking textwrap v0.16.2
43752026-03-17T06:07:26.149Z Checking icu_provider v2.1.1
43762026-03-17T06:07:26.245Z Checking camino-tempfile v1.4.1
43772026-03-17T06:07:26.289Z Checking anyhow v1.0.102
43782026-03-17T06:07:26.408Z Checking tabled v0.15.0
43792026-03-17T06:07:26.447Z Checking macaddr v1.0.1
43802026-03-17T06:07:26.450Z Checking icu_properties v2.1.2
43812026-03-17T06:07:26.542Z Checking icu_normalizer v2.1.1
43822026-03-17T06:07:26.671Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43832026-03-17T06:07:27.099Z Checking toml v0.8.23
43842026-03-17T06:07:27.523Z Checking cargo_toml v0.21.0
43852026-03-17T06:07:27.597Z Checking dof v0.3.0
43862026-03-17T06:07:27.610Z Checking idna_adapter v1.2.1
43872026-03-17T06:07:27.751Z Checking idna v1.1.0
43882026-03-17T06:07:27.755Z Checking clap v4.5.60
43892026-03-17T06:07:28.013Z Checking usdt-impl v0.5.0
43902026-03-17T06:07:28.048Z Checking url v2.5.8
43912026-03-17T06:07:28.336Z Checking usdt v0.5.0
43922026-03-17T06:07:28.514Z Checking cargo-util-schemas v0.8.2
43932026-03-17T06:07:29.503Z Checking cargo_metadata v0.21.0
43942026-03-17T06:07:30.365Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43952026-03-17T06:07:30.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.43s
43962026-03-17T06:07:31.070Z
43972026-03-17T06:07:31.070Zinfo: running `cargo check --bins` on end-to-end-tests (244/259)
43982026-03-17T06:07:31.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-03-17T06:07:31.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-03-17T06:07:32.163Z Checking polyval v0.6.2
44012026-03-17T06:07:32.310Z Checking ctr v0.9.2
44022026-03-17T06:07:32.328Z Checking ssh-encoding v0.2.0
44032026-03-17T06:07:32.331Z Checking blowfish v0.9.1
44042026-03-17T06:07:32.363Z Checking password-hash v0.4.2
44052026-03-17T06:07:32.384Z Checking p521 v0.13.3
44062026-03-17T06:07:32.387Z Checking p256 v0.13.2
44072026-03-17T06:07:32.421Z Checking russh-cryptovec v0.7.3
44082026-03-17T06:07:32.485Z Checking ghash v0.5.1
44092026-03-17T06:07:32.512Z Checking bcrypt-pbkdf v0.10.0
44102026-03-17T06:07:32.516Z Checking md5 v0.7.0
44112026-03-17T06:07:32.558Z Checking num-bigint v0.4.6
44122026-03-17T06:07:32.581Z Checking des v0.8.1
44132026-03-17T06:07:32.626Z Checking aes-gcm v0.10.3
44142026-03-17T06:07:32.647Z Checking pbkdf2 v0.11.0
44152026-03-17T06:07:32.705Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44162026-03-17T06:07:32.705Z Checking hex-literal v0.4.1
44172026-03-17T06:07:32.744Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44182026-03-17T06:07:32.770Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44192026-03-17T06:07:32.811Z Checking ssh-cipher v0.2.0
44202026-03-17T06:07:32.837Z Checking internet-checksum v0.2.1
44212026-03-17T06:07:33.015Z Checking ssh-key v0.6.7
44222026-03-17T06:07:33.155Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44232026-03-17T06:07:33.880Z Checking russh-keys v0.45.0
44242026-03-17T06:07:34.616Z Checking russh v0.45.0
44252026-03-17T06:07:56.189Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44262026-03-17T06:07:57.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.63s
44272026-03-17T06:07:57.959Z
44282026-03-17T06:07:57.959Zinfo: running `cargo check --bins` on gateway-cli (245/259)
44292026-03-17T06:07:58.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-03-17T06:07:58.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-03-17T06:07:58.828Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44322026-03-17T06:07:58.956Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44332026-03-17T06:07:58.970Z Checking termios v0.3.3
44342026-03-17T06:08:00.664Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44352026-03-17T06:08:00.842Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44362026-03-17T06:08:03.523Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44372026-03-17T06:08:04.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
44382026-03-17T06:08:04.500Z
44392026-03-17T06:08:04.500Zinfo: running `cargo check --bins --no-default-features` on installinator (246/259)
44402026-03-17T06:08:05.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-03-17T06:08:05.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-03-17T06:08:05.449Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44432026-03-17T06:08:05.583Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44442026-03-17T06:08:05.624Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44452026-03-17T06:08:05.627Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44462026-03-17T06:08:05.627Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44472026-03-17T06:08:05.878Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44482026-03-17T06:08:05.881Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44492026-03-17T06:08:06.814Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44502026-03-17T06:08:07.141Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44512026-03-17T06:08:07.144Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44522026-03-17T06:08:07.990Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44532026-03-17T06:08:10.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
44542026-03-17T06:08:10.333Z
44552026-03-17T06:08:10.333Zinfo: running `cargo check --bins` on internal-dns-cli (247/259)
44562026-03-17T06:08:11.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-03-17T06:08:11.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-03-17T06:08:11.198Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44592026-03-17T06:08:11.756Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44602026-03-17T06:08:12.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
44612026-03-17T06:08:12.371Z
44622026-03-17T06:08:12.371Zinfo: running `cargo check --bins` on omicron-live-tests (248/259)
44632026-03-17T06:08:13.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-03-17T06:08:13.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-03-17T06:08:13.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-03-17T06:08:13.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44672026-03-17T06:08:13.149Z
44682026-03-17T06:08:13.149Zinfo: running `cargo check --bins` on live-tests-macros (249/259)
44692026-03-17T06:08:13.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-03-17T06:08:13.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-03-17T06:08:13.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-03-17T06:08:13.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44732026-03-17T06:08:13.927Z
44742026-03-17T06:08:13.927Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (250/259)
44752026-03-17T06:08:14.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-03-17T06:08:14.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-03-17T06:08:14.957Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44782026-03-17T06:08:15.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
44792026-03-17T06:08:15.923Z
44802026-03-17T06:08:15.923Zinfo: running `cargo check --bins` on omicron-ntp-admin (251/259)
44812026-03-17T06:08:16.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-03-17T06:08:16.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-03-17T06:08:16.801Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44842026-03-17T06:08:16.804Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44852026-03-17T06:08:17.103Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44862026-03-17T06:08:17.106Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44872026-03-17T06:08:18.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
44882026-03-17T06:08:18.293Z
44892026-03-17T06:08:18.293Zinfo: running `cargo check --bins` on ntp-admin-types (252/259)
44902026-03-17T06:08:18.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-03-17T06:08:18.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-03-17T06:08:18.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-03-17T06:08:18.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44942026-03-17T06:08:19.076Z
44952026-03-17T06:08:19.076Zinfo: running `cargo check --bins` on omicron-package (253/259)
44962026-03-17T06:08:19.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-03-17T06:08:19.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-03-17T06:08:19.981Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44992026-03-17T06:08:21.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
45002026-03-17T06:08:21.577Z
45012026-03-17T06:08:21.577Zinfo: running `cargo check --bins` on tqdb (254/259)
45022026-03-17T06:08:22.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-03-17T06:08:22.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-03-17T06:08:22.653Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45052026-03-17T06:08:23.093Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45062026-03-17T06:08:23.791Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45072026-03-17T06:08:23.794Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45082026-03-17T06:08:30.409Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45092026-03-17T06:08:31.323Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45102026-03-17T06:08:31.323Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45112026-03-17T06:08:31.328Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45122026-03-17T06:08:31.328Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45132026-03-17T06:08:32.345Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45142026-03-17T06:08:41.671Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45152026-03-17T06:08:49.767Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45162026-03-17T06:08:49.770Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45172026-03-17T06:08:49.770Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45182026-03-17T06:08:49.770Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45192026-03-17T06:08:51.649Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45202026-03-17T06:08:53.415Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45212026-03-17T06:08:54.321Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45222026-03-17T06:08:56.036Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45232026-03-17T06:08:56.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.16s
45242026-03-17T06:08:56.993Z
45252026-03-17T06:08:56.993Zinfo: running `cargo check --bins` on wicket-dbg (255/259)
45262026-03-17T06:08:57.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-03-17T06:08:57.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-03-17T06:08:57.957Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45292026-03-17T06:08:58.092Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45302026-03-17T06:08:58.108Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45312026-03-17T06:08:58.155Z Checking rtoolbox v0.0.3
45322026-03-17T06:08:58.159Z Checking tui-tree-widget v0.23.1
45332026-03-17T06:08:58.316Z Checking rpassword v7.4.0
45342026-03-17T06:08:58.412Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45352026-03-17T06:08:59.381Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45362026-03-17T06:09:06.007Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45372026-03-17T06:09:06.917Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45382026-03-17T06:09:08.300Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45392026-03-17T06:09:12.442Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45402026-03-17T06:09:14.960Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45412026-03-17T06:09:16.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.12s
45422026-03-17T06:09:16.352Z
45432026-03-17T06:09:16.352Zinfo: running `cargo check --bins` on wicket (256/259)
45442026-03-17T06:09:17.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-03-17T06:09:17.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-03-17T06:09:17.283Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45472026-03-17T06:09:17.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45482026-03-17T06:09:17.947Z
45492026-03-17T06:09:17.947Zinfo: running `cargo check --bins` on wicketd (257/259)
45502026-03-17T06:09:18.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-03-17T06:09:18.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-03-17T06:09:18.999Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45532026-03-17T06:09:19.003Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45542026-03-17T06:09:19.054Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45552026-03-17T06:09:19.057Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45562026-03-17T06:09:20.461Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45572026-03-17T06:09:21.248Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45582026-03-17T06:09:25.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.34s
45592026-03-17T06:09:25.533Z
45602026-03-17T06:09:25.533Zinfo: running `cargo check --bins` on omicron-workspace-hack (258/259)
45612026-03-17T06:09:26.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-03-17T06:09:26.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-03-17T06:09:26.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45642026-03-17T06:09:26.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
45652026-03-17T06:09:26.310Z
45662026-03-17T06:09:26.310Zinfo: running `cargo check --bins` on zone-setup (259/259)
45672026-03-17T06:09:27.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-03-17T06:09:27.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-03-17T06:09:27.214Z Checking uzers v0.12.2
45702026-03-17T06:09:27.554Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45712026-03-17T06:09:28.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
45722026-03-17T06:09:28.755Z
45732026-03-17T06:09:28.757Zreal 20:25.007422848
45742026-03-17T06:09:28.757Zuser 29:47.621890595
45752026-03-17T06:09:28.757Zsys 5:19.038078747
45762026-03-17T06:09:28.758Ztrap 0.489952107
45772026-03-17T06:09:28.758Ztflt 0.344432945
45782026-03-17T06:09:28.758Zdflt 0.728018851
45792026-03-17T06:09:28.758Zkflt 0.000823357
45802026-03-17T06:09:28.758Zlock 1:52:58.723896079
45812026-03-17T06:09:28.758Zslp 2:21:47.453845596
45822026-03-17T06:09:28.758Zlat 1:23.848537703
45832026-03-17T06:09:28.758Zstop 5:22.549095334
45842026-03-17T06:09:28.758Zprocess exited: duration 1474757 ms, exit code 0
 
45852026-03-17T06:09:28.764Zfound 0 output files