01KM670VH8MAABA740NCK38KKW: 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: 01KM671P141FGVYXKAYWXS1R36

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T18:11:21.355Zjob assigned to worker 01KM671XQAZVDKF12WD5VC9YC8 [factory aws, i-00a5fb918878ea018] (queued for 1 m 6 s)
 
22026-03-20T18:11:28.910Zstarting task 0: "setup"
32026-03-20T18:11:28.917Z++ uname -s
42026-03-20T18:11:28.921Z+ kern=SunOS
52026-03-20T18:11:28.921Z+ build_user=build
62026-03-20T18:11:28.921Z+ build_uid=12345
72026-03-20T18:11:28.921Z+ work_dir=/work
82026-03-20T18:11:28.921Z+ input_dir=/input
92026-03-20T18:11:28.922Z+ [[ 0 == 12345 ]]
102026-03-20T18:11:28.922Z+ case "$kern" in
112026-03-20T18:11:28.922Z+ groupadd -g 12345 build
122026-03-20T18:11:28.922Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T18:11:30.923Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T18:11:31.049Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T18:11:31.057Z+ home_fs=zfs
162026-03-20T18:11:31.058Z+ [[ zfs == autofs ]]
172026-03-20T18:11:31.058Z+ mkdir -p /home/build
182026-03-20T18:11:31.058Z+ chown build:build /home/build /work
192026-03-20T18:11:33.074Z+ chmod 0700 /home/build /work
202026-03-20T18:11:33.083Zprocess exited: duration 4146 ms, exit code 0
 
212026-03-20T18:11:33.102Zstarting task 1: "rust-toolchain"
222026-03-20T18:11:33.114Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-20T18:11:33.114Z * rust toolchain channel = "1.94.0"
242026-03-20T18:11:33.114Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-20T18:11:33.114Z * rust toolchain profile = "default"
262026-03-20T18:11:33.114Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T18:11:33.114Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T18:11:33.114Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T18:11:33.114Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-20T18:11:33.203Zinfo: downloading installer
312026-03-20T18:11:35.012Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T18:11:35.012Zwarn: /opt/ooce/bin
332026-03-20T18:11:35.012Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T18:11:35.012Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T18:11:35.012Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T18:11:35.012Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T18:11:35.012Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T18:11:35.012Zerror: cannot install while Rust is installed
392026-03-20T18:11:35.012Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T18:11:35.012Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T18:11:35.012Zwarn: /home/build/.rustup/settings.toml
422026-03-20T18:11:35.012Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T18:11:35.012Zwarn: instead of the one inferred from the default host triple.
442026-03-20T18:11:35.029Zinfo: profile set to default
452026-03-20T18:11:35.029Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T18:11:35.029Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-20T18:11:35.063Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-20T18:11:35.074Zinfo: downloading 6 components
492026-03-20T18:11:50.603Z
502026-03-20T18:11:50.603Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-03-20T18:11:50.632Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-20T18:11:50.633Z
532026-03-20T18:11:50.640Z
542026-03-20T18:11:50.640ZRust is installed now. Great!
552026-03-20T18:11:50.640Z
562026-03-20T18:11:50.640ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T18:11:50.640Zenvironment variable. This has not been done automatically.
582026-03-20T18:11:50.640Z
592026-03-20T18:11:50.640ZTo configure your current shell, you need to source
602026-03-20T18:11:50.640Zthe corresponding env file under $HOME/.cargo.
612026-03-20T18:11:50.640Z
622026-03-20T18:11:50.640ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T18:11:50.640Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T18:11:50.640Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T18:11:50.640Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T18:11:50.640Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T18:11:50.640Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T18:11:50.640Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T18:11:50.640Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T18:11:50.641Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T18:11:50.733Z+ rustup --version
722026-03-20T18:11:50.748Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T18:11:50.755Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T18:11:50.773Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-20T18:11:50.781Z+ cargo --version
762026-03-20T18:11:50.787Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-20T18:11:50.793Z+ rustc --version
782026-03-20T18:11:50.819Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-20T18:11:50.827Zprocess exited: duration 17728 ms, exit code 0
 
802026-03-20T18:11:50.840Zstarting task 2: "authentication"
812026-03-20T18:11:50.856Zprocess exited: duration 19 ms, exit code 0
 
822026-03-20T18:11:50.871Zstarting task 3: "clone repository"
832026-03-20T18:11:50.880Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-20T18:11:50.880Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-20T18:11:50.910ZCloning into '/work/oxidecomputer/omicron'...
862026-03-20T18:12:02.454Z+ cd /work/oxidecomputer/omicron
872026-03-20T18:12:02.454Z+ git fetch origin 561f6be556fe303487ec7c86ca973b7514bb6707
882026-03-20T18:12:02.732ZFrom https://github.com/oxidecomputer/omicron
892026-03-20T18:12:02.732Z * branch 561f6be556fe303487ec7c86ca973b7514bb6707 -> FETCH_HEAD
902026-03-20T18:12:02.743Z+ [[ -n spr/papertigers/guest-vms-should-get-vsock-devices-by-default ]]
912026-03-20T18:12:02.758Z++ git branch --show-current
922026-03-20T18:12:02.758Z+ current=main
932026-03-20T18:12:02.758Z+ [[ main != spr/papertigers/guest-vms-should-get-vsock-devices-by-default ]]
942026-03-20T18:12:02.758Z+ git branch -f spr/papertigers/guest-vms-should-get-vsock-devices-by-default 561f6be556fe303487ec7c86ca973b7514bb6707
952026-03-20T18:12:02.764Z+ git checkout -f spr/papertigers/guest-vms-should-get-vsock-devices-by-default
962026-03-20T18:12:03.127ZSwitched to branch 'spr/papertigers/guest-vms-should-get-vsock-devices-by-default'
972026-03-20T18:12:03.138Z+ git reset --hard 561f6be556fe303487ec7c86ca973b7514bb6707
982026-03-20T18:12:03.138ZHEAD is now at 561f6be55 fix slot_to_pci_bdf comment to include vsock
992026-03-20T18:12:03.138Zprocess exited: duration 12241 ms, exit code 0
 
1002026-03-20T18:12:03.183Zstarting task 4: "build"
1012026-03-20T18:12:03.192Z+ source .github/buildomat/ci-env.sh
1022026-03-20T18:12:03.192Z++ export CARGO_TERM_COLOR=always
1032026-03-20T18:12:03.192Z++ CARGO_TERM_COLOR=always
1042026-03-20T18:12:03.192Z+ cargo --version
1052026-03-20T18:12:03.192Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-20T18:12:03.192Z+ rustc --version
1072026-03-20T18:12:03.210Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-20T18:12:03.220Z+ source ./env.sh
1092026-03-20T18:12:03.220Z++ OLD_SHELL_OPTS=ehxB
1102026-03-20T18:12:03.220Z++ set -o xtrace
1112026-03-20T18:12:03.220Z++++ dirname ./env.sh
1122026-03-20T18:12:03.228Z+++ readlink -f .
1132026-03-20T18:12:03.228Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-20T18:12:03.228Z++ 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-20T18:12:03.228Z++ 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-20T18:12:03.228Z++ 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-20T18:12:03.229Z++ 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-20T18:12:03.229Z++ 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-20T18:12:03.229Z++ 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-20T18:12:03.229Z++ 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-20T18:12:03.229Z++ 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-20T18:12:03.229Z++ case $OLD_SHELL_OPTS in
1232026-03-20T18:12:03.229Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-20T18:12:03.229Z+ 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-20T18:12:03.229Z+ 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-20T18:12:03.229Z+ banner prerequisites
1272026-03-20T18:12:03.229Z
1282026-03-20T18:12:03.229Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-20T18:12:03.229Z # # # # # # # # # # # # # # #
1302026-03-20T18:12:03.229Z # # # # ##### # # ##### # # # # # #### #
1312026-03-20T18:12:03.229Z ##### ##### # ##### # # # # # # # # #
1322026-03-20T18:12:03.229Z # # # # # # # # # # # # # # #
1332026-03-20T18:12:03.229Z # # # ###### # # ###### ### # #### # #### #
1342026-03-20T18:12:03.229Z
1352026-03-20T18:12:03.229Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-20T18:12:13.836Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-20T18:12:23.784Z Startup: Caching catalogs ... Done
1382026-03-20T18:12:45.922ZPlanning: Solver setup ... Done (20.734s)
1392026-03-20T18:12:46.065ZPlanning: Running solver ... Done (0.151s)
1402026-03-20T18:12:46.267ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-20T18:12:46.281ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-20T18:12:46.567ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-20T18:12:46.606ZPlanning: Package planning ... Done (0.043s)
1442026-03-20T18:12:46.606ZPlanning: Merging actions ... Done (0.043s)
1452026-03-20T18:12:46.815ZPlanning: Checking for conflicting actions ... Done (0.335s)
1462026-03-20T18:12:46.868ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-20T18:12:47.845ZPlanning: Evaluating mediators ... Done (0.887s)
1482026-03-20T18:12:47.875ZPlanning: Planning completed in 23.79 seconds
1492026-03-20T18:12:47.875Z Packages to install: 4
1502026-03-20T18:12:47.875Z Mediators to change: 2
1512026-03-20T18:12:47.875Z Services to change: 1
1522026-03-20T18:12:47.875Z Estimated space available: 155.43 GB
1532026-03-20T18:12:47.875ZEstimated space to be consumed: 1.83 GB
1542026-03-20T18:12:47.875Z Create boot environment: No
1552026-03-20T18:12:47.875ZCreate backup boot environment: No
1562026-03-20T18:12:47.875Z Rebuild boot archive: No
1572026-03-20T18:12:47.875Z
1582026-03-20T18:12:47.876ZChanged mediators:
1592026-03-20T18:12:47.876Z mediator clang:
1602026-03-20T18:12:47.876Z version: None -> 15 (system default)
1612026-03-20T18:12:47.876Z
1622026-03-20T18:12:47.876Z mediator llvm:
1632026-03-20T18:12:47.876Z version: 14 (system default) -> 15 (system default)
1642026-03-20T18:12:47.876Z
1652026-03-20T18:12:47.876ZChanged packages:
1662026-03-20T18:12:47.876Zhelios-dev
1672026-03-20T18:12:47.876Z developer/build-essential
1682026-03-20T18:12:47.876Z None -> 11-2.0
1692026-03-20T18:12:47.876Z library/libxmlsec1
1702026-03-20T18:12:47.876Z None -> 1.2.35-2.0
1712026-03-20T18:12:47.877Z ooce/developer/clang-15
1722026-03-20T18:12:47.877Z None -> 15.0.7-2.0
1732026-03-20T18:12:47.877Z ooce/developer/llvm-15
1742026-03-20T18:12:47.877Z None -> 15.0.7-2.0
1752026-03-20T18:12:47.877Z
1762026-03-20T18:12:47.877ZServices:
1772026-03-20T18:12:47.877Z restart_fmri:
1782026-03-20T18:12:47.877Z svc:/system/update-man-index:default
1792026-03-20T18:12:47.877Z
1802026-03-20T18:12:47.877ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-20T18:12:52.839ZDownload: 1320/3290 items 114.4/212.6MB 53% complete (23.1M/s)
1822026-03-20T18:12:57.887ZDownload: 2671/3290 items 120.7/212.6MB 56% complete (12.1M/s)
1832026-03-20T18:13:03.547ZDownload: 3287/3290 items 211.8/212.6MB 99% complete (12.8M/s)
1842026-03-20T18:13:03.563ZDownload: Completed 212.60 MB in 15.70 seconds (13.5M/s)
1852026-03-20T18:13:04.410Z Actions: 1/3689 actions (Installing new actions)
1862026-03-20T18:13:08.554Z Actions: Completed 3689 actions in 4.15 seconds.
1872026-03-20T18:13:09.055Z Done (0.364s)
1882026-03-20T18:13:09.055Z Done (0.000s)
1892026-03-20T18:13:09.929Z Done (1.000s)
1902026-03-20T18:13:14.614Z Done (4.351s)
1912026-03-20T18:13:14.715Z Done (0.017s)
1922026-03-20T18:13:14.727Z Done (0.000s)
1932026-03-20T18:13:14.968Z Done (0.000s)
1942026-03-20T18:13:15.799ZPlanning: Evaluating mediator changes ... Done
1952026-03-20T18:13:15.941ZPlanning: Checking for conflicting actions ... Done
1962026-03-20T18:13:15.950ZPlanning: Consolidating action changes ... Done
1972026-03-20T18:13:16.180ZPlanning: Evaluating mediators ... Done
1982026-03-20T18:13:16.203ZPlanning: Planning completed in 0.37 seconds
1992026-03-20T18:13:16.220Z Mediators to change: 2
2002026-03-20T18:13:16.220Z Create boot environment: No
2012026-03-20T18:13:16.221ZCreate backup boot environment: No
2022026-03-20T18:13:16.271Z Done
2032026-03-20T18:13:16.271Z Done
2042026-03-20T18:13:17.001Z Done
2052026-03-20T18:13:20.330Z Done
2062026-03-20T18:13:20.376Z Done
2072026-03-20T18:13:20.384Z Done
2082026-03-20T18:13:20.524Z Done
2092026-03-20T18:13:21.056ZPlanning: Evaluating mediator changes ... Done
2102026-03-20T18:13:21.062ZPlanning: Merging actions ... Done
2112026-03-20T18:13:21.220ZPlanning: Checking for conflicting actions ... Done
2122026-03-20T18:13:21.226ZPlanning: Consolidating action changes ... Done
2132026-03-20T18:13:21.438ZPlanning: Evaluating mediators ... Done
2142026-03-20T18:13:21.482ZPlanning: Planning completed in 0.63 seconds
2152026-03-20T18:13:21.511Z Packages to change: 1
2162026-03-20T18:13:21.511Z Mediators to change: 1
2172026-03-20T18:13:21.518Z Services to change: 1
2182026-03-20T18:13:21.518Z Create boot environment: No
2192026-03-20T18:13:21.518ZCreate backup boot environment: Yes
2202026-03-20T18:13:24.080Z Actions: 1/6 actions (Updating modified actions)
2212026-03-20T18:13:24.108Z Actions: Completed 6 actions in 0.00 seconds.
2222026-03-20T18:13:24.108Z Done
2232026-03-20T18:13:24.108Z Done
2242026-03-20T18:13:24.187Z Done
2252026-03-20T18:13:27.387Z Done
2262026-03-20T18:13:27.472Z Done
2272026-03-20T18:13:27.479Z Done
2282026-03-20T18:13:27.726Z Done
2292026-03-20T18:13:28.009ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-03-20T18:13:28.009Zclang system 15 system
2312026-03-20T18:13:28.009Zcsh system system illumos
2322026-03-20T18:13:28.009Zctags system system illumos
2332026-03-20T18:13:28.009Zfile system system illumos
2342026-03-20T18:13:28.009Zgcc vendor 12 vendor
2352026-03-20T18:13:28.009Zgcc system 10 system
2362026-03-20T18:13:28.009Zgcc system 7 system
2372026-03-20T18:13:28.009Zgo system 1.20 system
2382026-03-20T18:13:28.009Zgo system 1.19 system
2392026-03-20T18:13:28.009Zllvm system 15 system
2402026-03-20T18:13:28.009Zllvm system 14 system
2412026-03-20T18:13:28.009Zmariadb system 10.6 system
2422026-03-20T18:13:28.009Zmta vendor vendor dma
2432026-03-20T18:13:28.009Zopenjdk system 17 system
2442026-03-20T18:13:28.009Zopenjdk system 11 system
2452026-03-20T18:13:28.009Zopenjdk system 1.8 system
2462026-03-20T18:13:28.009Zopenssl vendor 3 vendor
2472026-03-20T18:13:28.009Zperl system 5.36 system
2482026-03-20T18:13:28.009Zpostgresql system 15 system
2492026-03-20T18:13:28.009Zpostgresql system 13 system
2502026-03-20T18:13:28.009Zpython vendor 3 vendor
2512026-03-20T18:13:28.009Zpython system 2 system
2522026-03-20T18:13:28.009Zpython3 system 3.11 system
2532026-03-20T18:13:28.009Zruby system 3.0 system
2542026-03-20T18:13:28.010Zwords vendor vendor american-english
2552026-03-20T18:13:28.010Zwords system system australian-english
2562026-03-20T18:13:28.010Zwords system system british-english
2572026-03-20T18:13:28.010Zwords system system canadian-english
2582026-03-20T18:13:28.010Zwords system system french
2592026-03-20T18:13:28.010Zwords system system italian
2602026-03-20T18:13:28.010Zwords system system ngerman
2612026-03-20T18:13:28.010Zwords system system ogerman
2622026-03-20T18:13:28.010Zwords system system spanish
2632026-03-20T18:13:28.319ZPUBLISHER TYPE STATUS P LOCATION
2642026-03-20T18:13:28.319Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-03-20T18:13:34.261ZFMRI IFO
2662026-03-20T18:13:34.261Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-03-20T18:13:34.261Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-03-20T18:13:34.261Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-03-20T18:13:34.261Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-03-20T18:13:34.261Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-03-20T18:13:34.261Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-03-20T18:13:34.261Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732026-03-20T18:13:34.261Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-03-20T18:13:34.261Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-03-20T18:13:34.262Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-03-20T18:13:34.262Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-03-20T18:13:34.262Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-03-20T18:13:34.262Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-03-20T18:13:34.262Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-03-20T18:13:34.262Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-03-20T18:13:34.262Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-03-20T18:13:35.507Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-03-20T18:13:35.806Z Updating crates.io index
2842026-03-20T18:13:35.825Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-03-20T18:13:36.065Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-03-20T18:13:37.142Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-03-20T18:13:37.521Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-03-20T18:13:38.054Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892026-03-20T18:13:38.710Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-03-20T18:13:39.428Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-03-20T18:13:40.929Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-03-20T18:13:42.509Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-03-20T18:13:43.449Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-03-20T18:13:43.752Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-03-20T18:13:44.469Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-03-20T18:13:44.993Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-03-20T18:13:45.464Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-03-20T18:13:45.808Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-03-20T18:13:46.763Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-03-20T18:13:47.370Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-03-20T18:13:47.635Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-03-20T18:13:47.982Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-03-20T18:13:48.317Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-03-20T18:13:48.680Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-03-20T18:13:48.957Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-03-20T18:13:49.199Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-03-20T18:13:49.602Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-03-20T18:13:50.012Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-03-20T18:13:50.820Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-03-20T18:13:51.083Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-03-20T18:13:51.392Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-03-20T18:13:51.697Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-03-20T18:13:52.917Z Updating git repository `https://github.com/oxidecomputer/crucible`
3142026-03-20T18:13:53.555Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-03-20T18:13:53.878Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-03-20T18:13:54.250Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-03-20T18:13:54.642Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-03-20T18:13:54.976Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-03-20T18:13:55.478Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-03-20T18:13:55.745Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-03-20T18:13:56.015Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-03-20T18:13:56.536Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-03-20T18:14:10.489Z Downloading crates ...
3242026-03-20T18:14:10.542Z Downloaded block-buffer v0.10.4
3252026-03-20T18:14:10.553Z Downloaded is_terminal_polyfill v1.70.2
3262026-03-20T18:14:10.558Z Downloaded unicode-xid v0.2.6
3272026-03-20T18:14:10.558Z Downloaded zerofrom v0.1.6
3282026-03-20T18:14:10.575Z Downloaded fastrand v2.3.0
3292026-03-20T18:14:10.575Z Downloaded serde-value v0.7.0
3302026-03-20T18:14:10.575Z Downloaded anstream v0.6.21
3312026-03-20T18:14:10.575Z Downloaded camino v1.2.2
3322026-03-20T18:14:10.575Z Downloaded anstyle v1.0.13
3332026-03-20T18:14:10.596Z Downloaded byteorder v1.5.0
3342026-03-20T18:14:10.596Z Downloaded pest_generator v2.8.6
3352026-03-20T18:14:10.596Z Downloaded zmij v1.0.21
3362026-03-20T18:14:10.596Z Downloaded serde_spanned v0.6.9
3372026-03-20T18:14:10.596Z Downloaded zerovec-derive v0.11.2
3382026-03-20T18:14:10.596Z Downloaded litemap v0.8.1
3392026-03-20T18:14:10.596Z Downloaded cfg-if v1.0.4
3402026-03-20T18:14:10.596Z Downloaded cargo-platform v0.2.0
3412026-03-20T18:14:10.596Z Downloaded toml_write v0.1.2
3422026-03-20T18:14:10.596Z Downloaded writeable v0.6.2
3432026-03-20T18:14:10.596Z Downloaded heck v0.5.0
3442026-03-20T18:14:10.596Z Downloaded usdt-macro v0.5.0
3452026-03-20T18:14:10.596Z Downloaded usdt-attr-macro v0.5.0
3462026-03-20T18:14:10.596Z Downloaded macaddr v1.0.1
3472026-03-20T18:14:10.613Z Downloaded colorchoice v1.0.4
3482026-03-20T18:14:10.613Z Downloaded cpufeatures v0.2.17
3492026-03-20T18:14:10.613Z Downloaded bytecount v0.6.9
3502026-03-20T18:14:10.613Z Downloaded anstyle-parse v0.2.7
3512026-03-20T18:14:10.613Z Downloaded typeid v1.0.3
3522026-03-20T18:14:10.613Z Downloaded zerofrom-derive v0.1.6
3532026-03-20T18:14:10.614Z Downloaded displaydoc v0.2.5
3542026-03-20T18:14:10.614Z Downloaded thiserror v1.0.69
3552026-03-20T18:14:10.614Z Downloaded cargo_toml v0.21.0
3562026-03-20T18:14:10.614Z Downloaded thiserror-impl v1.0.69
3572026-03-20T18:14:10.614Z Downloaded ucd-trie v0.1.7
3582026-03-20T18:14:10.614Z Downloaded clap_lex v1.0.0
3592026-03-20T18:14:10.614Z Downloaded version_check v0.9.5
3602026-03-20T18:14:10.614Z Downloaded form_urlencoded v1.2.2
3612026-03-20T18:14:10.614Z Downloaded thread-id v4.2.2
3622026-03-20T18:14:10.639Z Downloaded utf8parse v0.2.2
3632026-03-20T18:14:10.639Z Downloaded unicode-ident v1.0.24
3642026-03-20T18:14:10.639Z Downloaded yoke-derive v0.8.1
3652026-03-20T18:14:10.639Z Downloaded itoa v1.0.17
3662026-03-20T18:14:10.639Z Downloaded utf8_iter v1.0.4
3672026-03-20T18:14:10.639Z Downloaded smawk v0.3.2
3682026-03-20T18:14:10.639Z Downloaded unicode-linebreak v0.1.5
3692026-03-20T18:14:10.639Z Downloaded usdt v0.5.0
3702026-03-20T18:14:10.639Z Downloaded scroll_derive v0.12.1
3712026-03-20T18:14:10.639Z Downloaded idna_adapter v1.2.1
3722026-03-20T18:14:10.640Z Downloaded dtrace-parser v0.2.0
3732026-03-20T18:14:10.640Z Downloaded proc-macro-error-attr v1.0.4
3742026-03-20T18:14:10.640Z Downloaded toml_datetime v0.6.11
3752026-03-20T18:14:10.640Z Downloaded scroll v0.12.0
3762026-03-20T18:14:10.654Z Downloaded camino-tempfile v1.4.1
3772026-03-20T18:14:10.654Z Downloaded usdt-impl v0.5.0
3782026-03-20T18:14:10.654Z Downloaded tinystr v0.8.2
3792026-03-20T18:14:10.654Z Downloaded thiserror-impl v2.0.18
3802026-03-20T18:14:10.663Z Downloaded strsim v0.11.1
3812026-03-20T18:14:10.663Z Downloaded memmap v0.7.0
3822026-03-20T18:14:10.664Z Downloaded percent-encoding v2.3.2
3832026-03-20T18:14:10.664Z Downloaded errno v0.3.14
3842026-03-20T18:14:10.664Z Downloaded heck v0.4.1
3852026-03-20T18:14:10.664Z Downloaded url v2.5.8
3862026-03-20T18:14:10.664Z Downloaded thiserror v2.0.18
3872026-03-20T18:14:10.671Z Downloaded plain v0.2.3
3882026-03-20T18:14:10.671Z Downloaded zerocopy-derive v0.7.35
3892026-03-20T18:14:10.671Z Downloaded potential_utf v0.1.4
3902026-03-20T18:14:10.671Z Downloaded yoke v0.8.1
3912026-03-20T18:14:10.683Z Downloaded anstyle-query v1.1.5
3922026-03-20T18:14:10.683Z Downloaded equivalent v1.0.2
3932026-03-20T18:14:10.684Z Downloaded dof v0.3.0
3942026-03-20T18:14:10.684Z Downloaded toml v0.8.23
3952026-03-20T18:14:10.684Z Downloaded stable_deref_trait v1.2.1
3962026-03-20T18:14:10.684Z Downloaded textwrap v0.16.2
3972026-03-20T18:14:10.684Z Downloaded terminal_size v0.4.3
3982026-03-20T18:14:10.690Z Downloaded fnv v1.0.7
3992026-03-20T18:14:10.690Z Downloaded zerotrie v0.2.3
4002026-03-20T18:14:10.690Z Downloaded toml_edit v0.22.27
4012026-03-20T18:14:10.696Z Downloaded typenum v1.19.0
4022026-03-20T18:14:10.696Z Downloaded fs-err v3.3.0
4032026-03-20T18:14:10.696Z Downloaded autocfg v1.5.0
4042026-03-20T18:14:10.696Z Downloaded cargo_metadata v0.21.0
4052026-03-20T18:14:10.706Z Downloaded zerocopy v0.7.35
4062026-03-20T18:14:10.717Z Downloaded zerovec v0.11.5
4072026-03-20T18:14:10.766Z Downloaded pretty-hex v0.4.1
4082026-03-20T18:14:10.766Z Downloaded ordered-float v2.10.1
4092026-03-20T18:14:10.766Z Downloaded tabled_derive v0.7.0
4102026-03-20T18:14:10.766Z Downloaded generic-array v0.14.7
4112026-03-20T18:14:10.773Z Downloaded winnow v0.7.14
4122026-03-20T18:14:10.773Z Downloaded semver v1.0.27
4132026-03-20T18:14:10.773Z Downloaded unicode-width v0.2.0
4142026-03-20T18:14:10.773Z Downloaded unicode-width v0.1.14
4152026-03-20T18:14:10.773Z Downloaded synstructure v0.13.2
4162026-03-20T18:14:10.773Z Downloaded swrite v0.1.0
4172026-03-20T18:14:10.773Z Downloaded serde_tokenstream v0.2.3
4182026-03-20T18:14:10.773Z Downloaded quote v1.0.44
4192026-03-20T18:14:10.773Z Downloaded pest_meta v2.8.6
4202026-03-20T18:14:10.773Z Downloaded erased-serde v0.4.9
4212026-03-20T18:14:10.773Z Downloaded smallvec v1.15.1
4222026-03-20T18:14:10.773Z Downloaded anyhow v1.0.102
4232026-03-20T18:14:10.773Z Downloaded serde-untagged v0.1.9
4242026-03-20T18:14:10.773Z Downloaded icu_properties v2.1.2
4252026-03-20T18:14:10.786Z Downloaded icu_normalizer_data v2.1.1
4262026-03-20T18:14:10.786Z Downloaded crypto-common v0.1.7
4272026-03-20T18:14:10.795Z Downloaded proc-macro-error v1.0.4
4282026-03-20T18:14:10.795Z Downloaded digest v0.10.7
4292026-03-20T18:14:10.795Z Downloaded sha2 v0.10.9
4302026-03-20T18:14:10.795Z Downloaded once_cell v1.21.3
4312026-03-20T18:14:10.803Z Downloaded cargo-util-schemas v0.8.2
4322026-03-20T18:14:10.804Z Downloaded tempfile v3.25.0
4332026-03-20T18:14:10.811Z Downloaded clap_derive v4.5.55
4342026-03-20T18:14:10.817Z Downloaded icu_provider v2.1.1
4352026-03-20T18:14:10.817Z Downloaded icu_collections v2.1.1
4362026-03-20T18:14:10.833Z Downloaded pest_derive v2.8.6
4372026-03-20T18:14:10.841Z Downloaded log v0.4.29
4382026-03-20T18:14:10.846Z Downloaded papergrid v0.11.0
4392026-03-20T18:14:10.851Z Downloaded serde_derive v1.0.228
4402026-03-20T18:14:10.851Z Downloaded num-traits v0.2.19
4412026-03-20T18:14:10.861Z Downloaded getrandom v0.4.1
4422026-03-20T18:14:10.861Z Downloaded bitflags v2.11.0
4432026-03-20T18:14:10.883Z Downloaded serde_core v1.0.228
4442026-03-20T18:14:10.895Z Downloaded clap v4.5.60
4452026-03-20T18:14:10.895Z Downloaded icu_normalizer v2.1.1
4462026-03-20T18:14:10.895Z Downloaded serde v1.0.228
4472026-03-20T18:14:10.895Z Downloaded memchr v2.8.0
4482026-03-20T18:14:10.895Z Downloaded proc-macro2 v1.0.106
4492026-03-20T18:14:10.928Z Downloaded icu_locale_core v2.1.1
4502026-03-20T18:14:10.942Z Downloaded indexmap v2.13.0
4512026-03-20T18:14:10.950Z Downloaded pest v2.8.6
4522026-03-20T18:14:10.956Z Downloaded hashbrown v0.16.1
4532026-03-20T18:14:10.970Z Downloaded icu_properties_data v2.1.2
4542026-03-20T18:14:10.996Z Downloaded clap_builder v4.5.60
4552026-03-20T18:14:10.996Z Downloaded serde_json v1.0.149
4562026-03-20T18:14:10.996Z Downloaded goblin v0.8.2
4572026-03-20T18:14:11.042Z Downloaded idna v1.1.0
4582026-03-20T18:14:11.057Z Downloaded tabled v0.15.0
4592026-03-20T18:14:11.058Z Downloaded syn v1.0.109
4602026-03-20T18:14:11.058Z Downloaded syn v2.0.117
4612026-03-20T18:14:11.058Z Downloaded rustix v1.1.3
4622026-03-20T18:14:11.097Z Downloaded libc v0.2.180
4632026-03-20T18:14:11.186Z Compiling proc-macro2 v1.0.106
4642026-03-20T18:14:11.233Z Compiling unicode-ident v1.0.24
4652026-03-20T18:14:11.234Z Compiling quote v1.0.44
4662026-03-20T18:14:11.234Z Compiling serde_core v1.0.228
4672026-03-20T18:14:11.234Z Compiling libc v0.2.180
4682026-03-20T18:14:11.234Z Compiling version_check v0.9.5
4692026-03-20T18:14:11.234Z Compiling serde v1.0.228
4702026-03-20T18:14:11.234Z Compiling stable_deref_trait v1.2.1
4712026-03-20T18:14:11.587Z Compiling memchr v2.8.0
4722026-03-20T18:14:11.642Z Compiling zmij v1.0.21
4732026-03-20T18:14:11.881Z Compiling thiserror v1.0.69
4742026-03-20T18:14:12.041Z Compiling autocfg v1.5.0
4752026-03-20T18:14:12.261Z Compiling itoa v1.0.17
4762026-03-20T18:14:12.282Z Compiling ucd-trie v0.1.7
4772026-03-20T18:14:12.491Z Compiling litemap v0.8.1
4782026-03-20T18:14:12.572Z Compiling pest v2.8.6
4792026-03-20T18:14:12.588Z Compiling writeable v0.6.2
4802026-03-20T18:14:12.727Z Compiling icu_properties_data v2.1.2
4812026-03-20T18:14:12.851Z Compiling byteorder v1.5.0
4822026-03-20T18:14:12.961Z Compiling icu_normalizer_data v2.1.1
4832026-03-20T18:14:13.135Z Compiling syn v2.0.117
4842026-03-20T18:14:13.172Z Compiling rustix v1.1.3
4852026-03-20T18:14:13.301Z Compiling errno v0.3.14
4862026-03-20T18:14:13.320Z Compiling bitflags v2.11.0
4872026-03-20T18:14:13.338Z Compiling serde_json v1.0.149
4882026-03-20T18:14:13.632Z Compiling num-traits v0.2.19
4892026-03-20T18:14:13.654Z Compiling hashbrown v0.16.1
4902026-03-20T18:14:13.903Z Compiling equivalent v1.0.2
4912026-03-20T18:14:13.956Z Compiling typeid v1.0.3
4922026-03-20T18:14:14.093Z Compiling pest_meta v2.8.6
4932026-03-20T18:14:14.236Z Compiling smallvec v1.15.1
4942026-03-20T18:14:14.345Z Compiling indexmap v2.13.0
4952026-03-20T18:14:14.501Z Compiling thread-id v4.2.2
4962026-03-20T18:14:14.606Z Compiling usdt-impl v0.5.0
4972026-03-20T18:14:14.659Z Compiling proc-macro-error-attr v1.0.4
4982026-03-20T18:14:14.681Z Compiling toml_write v0.1.2
4992026-03-20T18:14:14.873Z Compiling syn v1.0.109
5002026-03-20T18:14:14.905Z Compiling winnow v0.7.14
5012026-03-20T18:14:14.953Z Compiling erased-serde v0.4.9
5022026-03-20T18:14:15.538Z Compiling proc-macro-error v1.0.4
5032026-03-20T18:14:15.576Z Compiling percent-encoding v2.3.2
5042026-03-20T18:14:15.761Z Compiling plain v0.2.3
5052026-03-20T18:14:15.860Z Compiling getrandom v0.4.1
5062026-03-20T18:14:15.900Z Compiling utf8_iter v1.0.4
5072026-03-20T18:14:16.098Z Compiling thiserror v2.0.18
5082026-03-20T18:14:16.253Z Compiling camino v1.2.2
5092026-03-20T18:14:16.327Z Compiling utf8parse v0.2.2
5102026-03-20T18:14:16.423Z Compiling log v0.4.29
5112026-03-20T18:14:16.472Z Compiling anstyle-parse v0.2.7
5122026-03-20T18:14:16.645Z Compiling ordered-float v2.10.1
5132026-03-20T18:14:16.731Z Compiling form_urlencoded v1.2.2
5142026-03-20T18:14:16.794Z Compiling synstructure v0.13.2
5152026-03-20T18:14:16.818Z Compiling pest_generator v2.8.6
5162026-03-20T18:14:16.977Z Compiling terminal_size v0.4.3
5172026-03-20T18:14:17.114Z Compiling cfg-if v1.0.4
5182026-03-20T18:14:17.248Z Compiling anstyle v1.0.13
5192026-03-20T18:14:17.325Z Compiling pretty-hex v0.4.1
5202026-03-20T18:14:17.407Z Compiling is_terminal_polyfill v1.70.2
5212026-03-20T18:14:17.420Z Compiling anstyle-query v1.1.5
5222026-03-20T18:14:17.477Z Compiling colorchoice v1.0.4
5232026-03-20T18:14:17.581Z Compiling serde-untagged v0.1.9
5242026-03-20T18:14:17.612Z Compiling anstream v0.6.21
5252026-03-20T18:14:17.734Z Compiling semver v1.0.27
5262026-03-20T18:14:17.858Z Compiling fs-err v3.3.0
5272026-03-20T18:14:17.881Z Compiling unicode-width v0.1.14
5282026-03-20T18:14:18.006Z Compiling once_cell v1.21.3
5292026-03-20T18:14:18.097Z Compiling heck v0.5.0
5302026-03-20T18:14:18.189Z Compiling fastrand v2.3.0
5312026-03-20T18:14:18.209Z Compiling clap_lex v1.0.0
5322026-03-20T18:14:18.242Z Compiling bytecount v0.6.9
5332026-03-20T18:14:18.386Z Compiling strsim v0.11.1
5342026-03-20T18:14:18.461Z Compiling anyhow v1.0.102
5352026-03-20T18:14:18.528Z Compiling heck v0.4.1
5362026-03-20T18:14:18.539Z Compiling fnv v1.0.7
5372026-03-20T18:14:18.692Z Compiling unicode-xid v0.2.6
5382026-03-20T18:14:18.742Z Compiling papergrid v0.11.0
5392026-03-20T18:14:18.820Z Compiling clap_builder v4.5.60
5402026-03-20T18:14:18.847Z Compiling tempfile v3.25.0
5412026-03-20T18:14:19.019Z Compiling memmap v0.7.0
5422026-03-20T18:14:19.185Z Compiling unicode-linebreak v0.1.5
5432026-03-20T18:14:19.244Z Compiling unicode-width v0.2.0
5442026-03-20T18:14:19.342Z Compiling smawk v0.3.2
5452026-03-20T18:14:19.467Z Compiling serde_derive v1.0.228
5462026-03-20T18:14:19.486Z Compiling zerofrom-derive v0.1.6
5472026-03-20T18:14:19.542Z Compiling yoke-derive v0.8.1
5482026-03-20T18:14:19.589Z Compiling zerovec-derive v0.11.2
5492026-03-20T18:14:19.804Z Compiling displaydoc v0.2.5
5502026-03-20T18:14:20.719Z Compiling thiserror-impl v1.0.69
5512026-03-20T18:14:20.797Z Compiling zerocopy-derive v0.7.35
5522026-03-20T18:14:21.036Z Compiling pest_derive v2.8.6
5532026-03-20T18:14:21.093Z Compiling scroll_derive v0.12.1
5542026-03-20T18:14:21.491Z Compiling zerofrom v0.1.6
5552026-03-20T18:14:21.651Z Compiling yoke v0.8.1
5562026-03-20T18:14:21.683Z Compiling thiserror-impl v2.0.18
5572026-03-20T18:14:21.814Z Compiling zerovec v0.11.5
5582026-03-20T18:14:21.903Z Compiling zerotrie v0.2.3
5592026-03-20T18:14:21.954Z Compiling zerocopy v0.7.35
5602026-03-20T18:14:22.308Z Compiling scroll v0.12.0
5612026-03-20T18:14:22.501Z Compiling tinystr v0.8.2
5622026-03-20T18:14:22.587Z Compiling potential_utf v0.1.4
5632026-03-20T18:14:22.687Z Compiling dtrace-parser v0.2.0
5642026-03-20T18:14:22.755Z Compiling icu_locale_core v2.1.1
5652026-03-20T18:14:22.800Z Compiling icu_collections v2.1.1
5662026-03-20T18:14:22.812Z Compiling goblin v0.8.2
5672026-03-20T18:14:23.141Z Compiling tabled_derive v0.7.0
5682026-03-20T18:14:23.466Z Compiling clap_derive v4.5.55
5692026-03-20T18:14:23.627Z Compiling textwrap v0.16.2
5702026-03-20T18:14:23.758Z Compiling icu_provider v2.1.1
5712026-03-20T18:14:24.169Z Compiling serde_spanned v0.6.9
5722026-03-20T18:14:24.227Z Compiling toml_datetime v0.6.11
5732026-03-20T18:14:24.227Z Compiling icu_normalizer v2.1.1
5742026-03-20T18:14:24.284Z Compiling icu_properties v2.1.2
5752026-03-20T18:14:24.357Z Compiling dof v0.3.0
5762026-03-20T18:14:24.388Z Compiling serde_tokenstream v0.2.3
5772026-03-20T18:14:24.505Z Compiling toml_edit v0.22.27
5782026-03-20T18:14:24.560Z Compiling serde-value v0.7.0
5792026-03-20T18:14:24.892Z Compiling cargo-platform v0.2.0
5802026-03-20T18:14:24.948Z Compiling tabled v0.15.0
5812026-03-20T18:14:25.054Z Compiling macaddr v1.0.1
5822026-03-20T18:14:25.227Z Compiling camino-tempfile v1.4.1
5832026-03-20T18:14:25.524Z Compiling idna_adapter v1.2.1
5842026-03-20T18:14:25.641Z Compiling usdt-attr-macro v0.5.0
5852026-03-20T18:14:25.748Z Compiling idna v1.1.0
5862026-03-20T18:14:25.809Z Compiling usdt-macro v0.5.0
5872026-03-20T18:14:25.848Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5882026-03-20T18:14:25.904Z Compiling clap v4.5.60
5892026-03-20T18:14:26.122Z Compiling url v2.5.8
5902026-03-20T18:14:26.489Z Compiling toml v0.8.23
5912026-03-20T18:14:26.581Z Compiling swrite v0.1.0
5922026-03-20T18:14:27.033Z Compiling usdt v0.5.0
5932026-03-20T18:14:27.151Z Compiling cargo-util-schemas v0.8.2
5942026-03-20T18:14:27.296Z Compiling cargo_toml v0.21.0
5952026-03-20T18:14:28.388Z Compiling cargo_metadata v0.21.0
5962026-03-20T18:14:29.680Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-03-20T18:14:32.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.20s
5982026-03-20T18:14:32.760Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-03-20T18:14:33.566Z Downloading crates ...
6002026-03-20T18:14:33.662Z Downloaded adler2 v2.0.1
6012026-03-20T18:14:33.670Z Downloaded cargo_metadata v0.19.2
6022026-03-20T18:14:33.670Z Downloaded async-bb8-diesel v0.2.1
6032026-03-20T18:14:33.670Z Downloaded convert_case v0.4.0
6042026-03-20T18:14:33.670Z Downloaded cpufeatures v0.3.0
6052026-03-20T18:14:33.670Z Downloaded console v0.16.2
6062026-03-20T18:14:33.717Z Downloaded aead v0.5.2
6072026-03-20T18:14:33.717Z Downloaded crucible-workspace-hack v0.1.0
6082026-03-20T18:14:33.717Z Downloaded assert_matches v1.5.0
6092026-03-20T18:14:33.722Z Downloaded ascii-canvas v3.0.0
6102026-03-20T18:14:33.722Z Downloaded cstr-argument v0.1.2
6112026-03-20T18:14:33.722Z Downloaded crunchy v0.2.4
6122026-03-20T18:14:33.722Z Downloaded bit-set v0.8.0
6132026-03-20T18:14:33.722Z Downloaded base16ct v0.2.0
6142026-03-20T18:14:33.722Z Downloaded enum-as-inner v0.6.1
6152026-03-20T18:14:33.722Z Downloaded embedded-io v0.4.0
6162026-03-20T18:14:33.722Z Downloaded clang-sys v1.8.1
6172026-03-20T18:14:33.722Z Downloaded defmt-parser v1.0.0
6182026-03-20T18:14:33.722Z Downloaded cmake v0.1.57
6192026-03-20T18:14:33.722Z Downloaded dirs-sys-next v0.1.2
6202026-03-20T18:14:33.722Z Downloaded downcast-rs v2.0.2
6212026-03-20T18:14:33.722Z Downloaded arrayref v0.3.9
6222026-03-20T18:14:33.722Z Downloaded array-init v0.0.4
6232026-03-20T18:14:33.722Z Downloaded fd-lock v4.0.4
6242026-03-20T18:14:33.723Z Downloaded curve25519-dalek-derive v0.1.1
6252026-03-20T18:14:33.723Z Downloaded atomic-waker v1.1.2
6262026-03-20T18:14:33.723Z Downloaded crossbeam-deque v0.8.6
6272026-03-20T18:14:33.723Z Downloaded ahash v0.8.12
6282026-03-20T18:14:33.723Z Downloaded embedded-io v0.6.1
6292026-03-20T18:14:33.723Z Downloaded dropshot-api-manager-types v0.6.0
6302026-03-20T18:14:33.723Z Downloaded castaway v0.2.4
6312026-03-20T18:14:33.723Z Downloaded cargo-platform v0.1.9
6322026-03-20T18:14:33.723Z Downloaded async-stream v0.3.6
6332026-03-20T18:14:33.723Z Downloaded arrayvec v0.7.6
6342026-03-20T18:14:33.723Z Downloaded foreign-types v0.3.2
6352026-03-20T18:14:33.751Z Downloaded chacha20 v0.9.1
6362026-03-20T18:14:33.751Z Downloaded blowfish v0.9.1
6372026-03-20T18:14:33.752Z Downloaded env_filter v1.0.0
6382026-03-20T18:14:33.752Z Downloaded cfg_aliases v0.1.1
6392026-03-20T18:14:33.759Z Downloaded difflib v0.4.0
6402026-03-20T18:14:33.759Z Downloaded ciborium-io v0.2.2
6412026-03-20T18:14:33.759Z Downloaded atty v0.2.14
6422026-03-20T18:14:33.759Z Downloaded bcrypt-pbkdf v0.10.0
6432026-03-20T18:14:33.759Z Downloaded document-features v0.2.12
6442026-03-20T18:14:33.759Z Downloaded derive_builder_macro v0.20.2
6452026-03-20T18:14:33.759Z Downloaded defmt v0.3.100
6462026-03-20T18:14:33.759Z Downloaded debug-ignore v1.0.5
6472026-03-20T18:14:33.759Z Downloaded darling_macro v0.21.3
6482026-03-20T18:14:33.759Z Downloaded critical-section v1.2.0
6492026-03-20T18:14:33.759Z Downloaded bit-set v0.5.3
6502026-03-20T18:14:33.760Z Downloaded data-encoding v2.10.0
6512026-03-20T18:14:33.760Z Downloaded bb8 v0.8.6
6522026-03-20T18:14:33.760Z Downloaded csv-core v0.1.13
6532026-03-20T18:14:33.760Z Downloaded daft-derive v0.1.5
6542026-03-20T18:14:33.760Z Downloaded crossbeam-epoch v0.9.18
6552026-03-20T18:14:33.760Z Downloaded argon2 v0.5.3
6562026-03-20T18:14:33.760Z Downloaded arc-swap v1.8.2
6572026-03-20T18:14:33.764Z Downloaded dyn-clone v1.0.20
6582026-03-20T18:14:33.764Z Downloaded dirs-next v2.0.0
6592026-03-20T18:14:33.764Z Downloaded ciborium-ll v0.2.2
6602026-03-20T18:14:33.764Z Downloaded bitfield-struct v0.6.2
6612026-03-20T18:14:33.764Z Downloaded foreign-types v0.5.0
6622026-03-20T18:14:33.764Z Downloaded dunce v1.0.5
6632026-03-20T18:14:33.770Z Downloaded bit-vec v0.6.3
6642026-03-20T18:14:33.770Z Downloaded darling_macro v0.23.0
6652026-03-20T18:14:33.770Z Downloaded darling_macro v0.20.11
6662026-03-20T18:14:33.770Z Downloaded dof v0.4.0
6672026-03-20T18:14:33.770Z Downloaded ctr v0.9.2
6682026-03-20T18:14:33.829Z Downloaded endian-type v0.1.2
6692026-03-20T18:14:33.829Z Downloaded base16ct v1.0.0
6702026-03-20T18:14:33.829Z Downloaded dsl_auto_type v0.2.0
6712026-03-20T18:14:33.829Z Downloaded async-recursion v1.1.1
6722026-03-20T18:14:33.829Z Downloaded bitfield-macros v0.19.4
6732026-03-20T18:14:33.829Z Downloaded flagset v0.4.7
6742026-03-20T18:14:33.829Z Downloaded crc8 v0.1.1
6752026-03-20T18:14:33.829Z Downloaded fixedbitset v0.4.2
6762026-03-20T18:14:33.829Z Downloaded cobs v0.3.0
6772026-03-20T18:14:33.829Z Downloaded foreign-types-macros v0.2.3
6782026-03-20T18:14:33.829Z Downloaded cfg_aliases v0.2.1
6792026-03-20T18:14:33.829Z Downloaded futures-io v0.3.32
6802026-03-20T18:14:33.829Z Downloaded atomicwrites v0.4.4
6812026-03-20T18:14:33.829Z Downloaded display-error-chain v0.2.2
6822026-03-20T18:14:33.829Z Downloaded dtrace-parser v0.3.0
6832026-03-20T18:14:33.829Z Downloaded float-ord v0.3.2
6842026-03-20T18:14:33.829Z Downloaded diesel_table_macro_syntax v0.3.0
6852026-03-20T18:14:33.829Z Downloaded async-stream-impl v0.3.6
6862026-03-20T18:14:33.829Z Downloaded ecdsa v0.16.9
6872026-03-20T18:14:33.834Z Downloaded der_derive v0.7.3
6882026-03-20T18:14:33.834Z Downloaded crc-catalog v2.4.0
6892026-03-20T18:14:33.834Z Downloaded futures-core v0.3.32
6902026-03-20T18:14:33.834Z Downloaded crc v3.4.0
6912026-03-20T18:14:33.834Z Downloaded funty v2.0.0
6922026-03-20T18:14:33.834Z Downloaded diesel-dtrace v0.5.0
6932026-03-20T18:14:33.835Z Downloaded ed25519 v2.2.3
6942026-03-20T18:14:33.835Z Downloaded deranged v0.5.8
6952026-03-20T18:14:33.835Z Downloaded foreign-types-shared v0.3.1
6962026-03-20T18:14:33.835Z Downloaded futures-sink v0.3.32
6972026-03-20T18:14:33.835Z Downloaded block-padding v0.3.3
6982026-03-20T18:14:33.835Z Downloaded derive_builder_core v0.20.2
6992026-03-20T18:14:33.835Z Downloaded futures-macro v0.3.32
7002026-03-20T18:14:33.835Z Downloaded daft v0.1.5
7012026-03-20T18:14:33.835Z Downloaded crossbeam-utils v0.8.21
7022026-03-20T18:14:33.835Z Downloaded cassowary v0.3.0
7032026-03-20T18:14:33.835Z Downloaded ghash v0.5.1
7042026-03-20T18:14:33.835Z Downloaded futures-task v0.3.32
7052026-03-20T18:14:33.835Z Downloaded corncobs v0.1.4
7062026-03-20T18:14:33.848Z Downloaded hex-literal v0.4.1
7072026-03-20T18:14:33.853Z Downloaded home v0.5.12
7082026-03-20T18:14:33.853Z Downloaded gethostname v0.5.0
7092026-03-20T18:14:33.857Z Downloaded hash32 v0.3.1
7102026-03-20T18:14:33.857Z Downloaded hostname v0.3.1
7112026-03-20T18:14:33.857Z Downloaded defmt v1.0.1
7122026-03-20T18:14:33.861Z Downloaded ff v0.13.1
7132026-03-20T18:14:33.861Z Downloaded headers-core v0.3.0
7142026-03-20T18:14:33.866Z Downloaded fallible-iterator v0.2.0
7152026-03-20T18:14:33.866Z Downloaded foldhash v0.1.5
7162026-03-20T18:14:33.866Z Downloaded filetime v0.2.27
7172026-03-20T18:14:33.866Z Downloaded drift v0.1.3
7182026-03-20T18:14:33.873Z Downloaded hubpack_derive v0.1.1
7192026-03-20T18:14:33.873Z Downloaded hubpack v0.1.2
7202026-03-20T18:14:33.874Z Downloaded hostname v0.4.2
7212026-03-20T18:14:33.878Z Downloaded hyper-tls v0.6.0
7222026-03-20T18:14:33.878Z Downloaded env_logger v0.11.9
7232026-03-20T18:14:33.887Z Downloaded foreign-types-shared v0.1.1
7242026-03-20T18:14:33.887Z Downloaded cipher v0.4.4
7252026-03-20T18:14:33.887Z Downloaded httpdate v1.0.3
7262026-03-20T18:14:33.887Z Downloaded http-range v0.1.5
7272026-03-20T18:14:33.887Z Downloaded darling v0.21.3
7282026-03-20T18:14:33.896Z Downloaded buf-list v1.1.2
7292026-03-20T18:14:33.896Z Downloaded darling v0.23.0
7302026-03-20T18:14:33.901Z Downloaded http-body v1.0.1
7312026-03-20T18:14:33.901Z Downloaded bit-vec v0.8.0
7322026-03-20T18:14:33.901Z Downloaded indent_write v2.2.0
7332026-03-20T18:14:33.901Z Downloaded ident_case v1.0.1
7342026-03-20T18:14:33.901Z Downloaded erased-serde v0.3.31
7352026-03-20T18:14:33.913Z Downloaded dropshot_endpoint v0.16.7
7362026-03-20T18:14:33.913Z Downloaded cbc v0.1.2
7372026-03-20T18:14:33.913Z Downloaded float-cmp v0.10.0
7382026-03-20T18:14:33.914Z Downloaded indoc v1.0.9
7392026-03-20T18:14:33.928Z Downloaded constant_time_eq v0.4.2
7402026-03-20T18:14:33.928Z Downloaded derive-ex v0.1.8
7412026-03-20T18:14:33.928Z Downloaded derive-where v1.6.0
7422026-03-20T18:14:33.928Z Downloaded inout v0.1.4
7432026-03-20T18:14:33.929Z Downloaded futures-executor v0.3.32
7442026-03-20T18:14:33.937Z Downloaded fs_extra v1.3.0
7452026-03-20T18:14:33.937Z Downloaded fs-err v2.11.0
7462026-03-20T18:14:33.937Z Downloaded globset v0.4.18
7472026-03-20T18:14:33.937Z Downloaded hex v0.4.3
7482026-03-20T18:14:33.937Z Downloaded is_ci v1.2.0
7492026-03-20T18:14:33.937Z Downloaded bcs v0.1.6
7502026-03-20T18:14:33.937Z Downloaded backon v1.6.0
7512026-03-20T18:14:33.937Z Downloaded internet-checksum v0.2.1
7522026-03-20T18:14:33.937Z Downloaded instant v0.1.13
7532026-03-20T18:14:33.937Z Downloaded either v1.15.0
7542026-03-20T18:14:33.942Z Downloaded des v0.8.1
7552026-03-20T18:14:33.942Z Downloaded base64 v0.21.7
7562026-03-20T18:14:33.942Z Downloaded defmt-macros v1.0.1
7572026-03-20T18:14:33.942Z Downloaded foldhash v0.2.0
7582026-03-20T18:14:33.946Z Downloaded instability v0.3.11
7592026-03-20T18:14:33.946Z Downloaded glob v0.3.3
7602026-03-20T18:14:33.947Z Downloaded git-stub-vcs v0.1.0
7612026-03-20T18:14:33.950Z Downloaded diff v0.1.13
7622026-03-20T18:14:33.953Z Downloaded lalrpop-util v0.19.12
7632026-03-20T18:14:33.953Z Downloaded keccak v0.1.6
7642026-03-20T18:14:33.954Z Downloaded derive_builder v0.20.2
7652026-03-20T18:14:33.970Z Downloaded highway v1.3.0
7662026-03-20T18:14:33.974Z Downloaded is-terminal v0.4.17
7672026-03-20T18:14:33.974Z Downloaded hyper-staticfile v0.10.1
7682026-03-20T18:14:33.974Z Downloaded http-body-util v0.1.3
7692026-03-20T18:14:33.974Z Downloaded darling v0.20.11
7702026-03-20T18:14:33.974Z Downloaded lru-cache v0.1.2
7712026-03-20T18:14:33.974Z Downloaded managed v0.8.0
7722026-03-20T18:14:33.974Z Downloaded lazy_static v1.5.0
7732026-03-20T18:14:33.974Z Downloaded lru v0.12.5
7742026-03-20T18:14:33.974Z Downloaded libscf-sys v1.1.0
7752026-03-20T18:14:33.974Z Downloaded kstat-rs v0.2.4
7762026-03-20T18:14:33.983Z Downloaded blake2 v0.10.6
7772026-03-20T18:14:33.983Z Downloaded humantime v2.3.0
7782026-03-20T18:14:33.998Z Downloaded cancel-safe-futures v0.1.5
7792026-03-20T18:14:33.999Z Downloaded chacha20 v0.10.0
7802026-03-20T18:14:33.999Z Downloaded darling_core v0.21.3
7812026-03-20T18:14:34.019Z Downloaded linked-hash-map v0.5.6
7822026-03-20T18:14:34.019Z Downloaded md5 v0.7.0
7832026-03-20T18:14:34.019Z Downloaded cargo_toml v0.22.3
7842026-03-20T18:14:34.019Z Downloaded match_cfg v0.1.0
7852026-03-20T18:14:34.019Z Downloaded crypto-bigint v0.5.5
7862026-03-20T18:14:34.019Z Downloaded maplit v1.0.2
7872026-03-20T18:14:34.019Z Downloaded crc32fast v1.5.0
7882026-03-20T18:14:34.019Z Downloaded backoff v0.4.0
7892026-03-20T18:14:34.019Z Downloaded multimap v0.10.1
7902026-03-20T18:14:34.032Z Downloaded maybe-uninit v2.0.0
7912026-03-20T18:14:34.032Z Downloaded ipnet v2.11.0
7922026-03-20T18:14:34.032Z Downloaded colored v3.1.1
7932026-03-20T18:14:34.032Z Downloaded lru-slab v0.1.2
7942026-03-20T18:14:34.032Z Downloaded newtype-uuid-macros v0.1.0
7952026-03-20T18:14:34.032Z Downloaded newline-converter v0.3.0
7962026-03-20T18:14:34.032Z Downloaded ipnetwork v0.21.1
7972026-03-20T18:14:34.032Z Downloaded hmac v0.12.1
7982026-03-20T18:14:34.032Z Downloaded crc-any v2.5.0
7992026-03-20T18:14:34.033Z Downloaded ciborium v0.2.2
8002026-03-20T18:14:34.033Z Downloaded mime v0.3.17
8012026-03-20T18:14:34.033Z Downloaded md-5 v0.10.6
8022026-03-20T18:14:34.033Z Downloaded impl-trait-for-tuples v0.2.3
8032026-03-20T18:14:34.043Z Downloaded derive_more v0.99.20
8042026-03-20T18:14:34.043Z Downloaded nonempty v0.12.0
8052026-03-20T18:14:34.043Z Downloaded newtype_derive v0.1.6
8062026-03-20T18:14:34.043Z Downloaded nodrop v0.1.14
8072026-03-20T18:14:34.044Z Downloaded new_debug_unreachable v1.0.6
8082026-03-20T18:14:34.044Z Downloaded nibble_vec v0.1.0
8092026-03-20T18:14:34.044Z Downloaded memoffset v0.9.1
8102026-03-20T18:14:34.044Z Downloaded bzip2 v0.4.4
8112026-03-20T18:14:34.044Z Downloaded num v0.4.3
8122026-03-20T18:14:34.047Z Downloaded getrandom v0.2.17
8132026-03-20T18:14:34.047Z Downloaded indoc v2.0.7
8142026-03-20T18:14:34.047Z Downloaded half v1.8.3
8152026-03-20T18:14:34.047Z Downloaded hickory-client v0.25.2
8162026-03-20T18:14:34.057Z Downloaded lzss v0.8.2
8172026-03-20T18:14:34.057Z Downloaded ingot v0.1.1
8182026-03-20T18:14:34.076Z Downloaded lock_api v0.4.14
8192026-03-20T18:14:34.076Z Downloaded num-iter v0.1.45
8202026-03-20T18:14:34.076Z Downloaded darling_core v0.23.0
8212026-03-20T18:14:34.076Z Downloaded darling_core v0.20.11
8222026-03-20T18:14:34.089Z Downloaded num-derive v0.4.2
8232026-03-20T18:14:34.089Z Downloaded num-derive v0.3.3
8242026-03-20T18:14:34.089Z Downloaded num-conv v0.2.0
8252026-03-20T18:14:34.090Z Downloaded normalize-line-endings v0.3.0
8262026-03-20T18:14:34.090Z Downloaded olpc-cjson v0.1.4
8272026-03-20T18:14:34.090Z Downloaded num_threads v0.1.7
8282026-03-20T18:14:34.090Z Downloaded opaque-debug v0.3.1
8292026-03-20T18:14:34.090Z Downloaded oso-derive v0.27.3
8302026-03-20T18:14:34.090Z Downloaded openssl-probe v0.1.6
8312026-03-20T18:14:34.090Z Downloaded openssl-macros v0.1.1
8322026-03-20T18:14:34.090Z Downloaded getrandom v0.3.4
8332026-03-20T18:14:34.090Z Downloaded httparse v1.10.1
8342026-03-20T18:14:34.102Z Downloaded ingot-types v0.1.2
8352026-03-20T18:14:34.102Z Downloaded crossbeam-channel v0.5.15
8362026-03-20T18:14:34.102Z Downloaded half v2.7.1
8372026-03-20T18:14:34.102Z Downloaded num_enum_derive v0.5.11
8382026-03-20T18:14:34.102Z Downloaded libefi-sys v0.1.0
8392026-03-20T18:14:34.102Z Downloaded iana-time-zone v0.1.65
8402026-03-20T18:14:34.102Z Downloaded openssl-probe v0.2.1
8412026-03-20T18:14:34.102Z Downloaded base64ct v1.8.3
8422026-03-20T18:14:34.102Z Downloaded bzip2 v0.6.1
8432026-03-20T18:14:34.107Z Downloaded linear-map v1.2.0
8442026-03-20T18:14:34.107Z Downloaded libsw-core v0.3.2
8452026-03-20T18:14:34.107Z Downloaded libsw v3.5.0
8462026-03-20T18:14:34.107Z Downloaded newtype-uuid v1.3.2
8472026-03-20T18:14:34.107Z Downloaded allocator-api2 v0.2.21
8482026-03-20T18:14:34.107Z Downloaded flume v0.11.1
8492026-03-20T18:14:34.113Z Downloaded hyper-rustls v0.27.7
8502026-03-20T18:14:34.113Z Downloaded jobserver v0.1.34
8512026-03-20T18:14:34.135Z Downloaded fatfs v0.3.6
8522026-03-20T18:14:34.135Z Downloaded elliptic-curve v0.13.8
8532026-03-20T18:14:34.135Z Downloaded futures-channel v0.3.32
8542026-03-20T18:14:34.135Z Downloaded native-tls v0.2.18
8552026-03-20T18:14:34.135Z Downloaded pbkdf2 v0.11.0
8562026-03-20T18:14:34.135Z Downloaded packed_struct_codegen v0.10.1
8572026-03-20T18:14:34.144Z Downloaded parse-size v1.1.0
8582026-03-20T18:14:34.144Z Downloaded nanorand v0.7.0
8592026-03-20T18:14:34.144Z Downloaded pbkdf2 v0.12.2
8602026-03-20T18:14:34.144Z Downloaded path-slash v0.1.5
8612026-03-20T18:14:34.144Z Downloaded parse-display v0.10.0
8622026-03-20T18:14:34.145Z Downloaded nu-ansi-term v0.50.3
8632026-03-20T18:14:34.145Z Downloaded der v0.7.10
8642026-03-20T18:14:34.148Z Downloaded peg-runtime v0.8.5
8652026-03-20T18:14:34.148Z Downloaded litrs v1.0.0
8662026-03-20T18:14:34.148Z Downloaded phf_shared v0.13.1
8672026-03-20T18:14:34.148Z Downloaded pin-utils v0.1.0
8682026-03-20T18:14:34.148Z Downloaded phf_shared v0.12.1
8692026-03-20T18:14:34.149Z Downloaded multer v3.1.0
8702026-03-20T18:14:34.149Z Downloaded futures v0.3.32
8712026-03-20T18:14:34.157Z Downloaded num_enum v0.7.5
8722026-03-20T18:14:34.160Z Downloaded num_enum v0.5.11
8732026-03-20T18:14:34.164Z Downloaded num_enum_derive v0.7.5
8742026-03-20T18:14:34.164Z Downloaded num-integer v0.1.46
8752026-03-20T18:14:34.164Z Downloaded const_format_proc_macros v0.2.34
8762026-03-20T18:14:34.167Z Downloaded const-oid v0.9.6
8772026-03-20T18:14:34.168Z Downloaded powerfmt v0.2.0
8782026-03-20T18:14:34.172Z Downloaded num-rational v0.4.2
8792026-03-20T18:14:34.172Z Downloaded num-complex v0.4.6
8802026-03-20T18:14:34.172Z Downloaded precomputed-hash v0.1.1
8812026-03-20T18:14:34.172Z Downloaded libloading v0.8.9
8822026-03-20T18:14:34.178Z Downloaded async-trait v0.1.89
8832026-03-20T18:14:34.187Z Downloaded memmap2 v0.9.10
8842026-03-20T18:14:34.187Z Downloaded heapless v0.8.0
8852026-03-20T18:14:34.204Z Downloaded group v0.13.0
8862026-03-20T18:14:34.204Z Downloaded colored v2.2.0
8872026-03-20T18:14:34.204Z Downloaded oxide-tokio-rt v0.1.3
8882026-03-20T18:14:34.204Z Downloaded owo-colors v4.3.0
8892026-03-20T18:14:34.204Z Downloaded cookie v0.18.1
8902026-03-20T18:14:34.208Z Downloaded const_format v0.2.35
8912026-03-20T18:14:34.208Z Downloaded proc-macro-crate v3.4.0
8922026-03-20T18:14:34.208Z Downloaded chacha20poly1305 v0.10.1
8932026-03-20T18:14:34.208Z Downloaded bytes v1.11.1
8942026-03-20T18:14:34.208Z Downloaded predicates-core v1.0.10
8952026-03-20T18:14:34.208Z Downloaded flate2 v1.1.9
8962026-03-20T18:14:34.208Z Downloaded bitfield v0.19.4
8972026-03-20T18:14:34.216Z Downloaded convert_case v0.10.0
8982026-03-20T18:14:34.217Z Downloaded predicates-tree v1.0.13
8992026-03-20T18:14:34.217Z Downloaded oxnet v0.1.4
9002026-03-20T18:14:34.223Z Downloaded cexpr v0.6.0
9012026-03-20T18:14:34.223Z Downloaded fixedbitset v0.5.7
9022026-03-20T18:14:34.223Z Downloaded proc-macro-error-attr2 v2.0.0
9032026-03-20T18:14:34.223Z Downloaded progenitor-macro v0.10.0
9042026-03-20T18:14:34.223Z Downloaded progenitor-client v0.10.0
9052026-03-20T18:14:34.223Z Downloaded parking_lot_core v0.8.6
9062026-03-20T18:14:34.227Z Downloaded progenitor-macro v0.11.2
9072026-03-20T18:14:34.228Z Downloaded proc-macro-crate v1.3.1
9082026-03-20T18:14:34.228Z Downloaded ignore v0.4.25
9092026-03-20T18:14:34.228Z Downloaded psl-types v2.0.11
9102026-03-20T18:14:34.231Z Downloaded progenitor-macro v0.13.0
9112026-03-20T18:14:34.231Z Downloaded mime_guess v2.0.5
9122026-03-20T18:14:34.231Z Downloaded base64 v0.22.1
9132026-03-20T18:14:34.236Z Downloaded peg-macros v0.8.5
9142026-03-20T18:14:34.241Z Downloaded peg v0.8.5
9152026-03-20T18:14:34.241Z Downloaded progenitor-client v0.11.2
9162026-03-20T18:14:34.241Z Downloaded radium v0.7.0
9172026-03-20T18:14:34.244Z Downloaded phf_shared v0.11.3
9182026-03-20T18:14:34.244Z Downloaded phf v0.12.1
9192026-03-20T18:14:34.244Z Downloaded expectorate v1.2.0
9202026-03-20T18:14:34.249Z Downloaded quick-error v1.2.3
9212026-03-20T18:14:34.249Z Downloaded diesel_derives v2.3.7
9222026-03-20T18:14:34.253Z Downloaded pin-project-lite v0.2.17
9232026-03-20T18:14:34.258Z Downloaded pin-project-internal v1.1.11
9242026-03-20T18:14:34.262Z Downloaded headers v0.4.1
9252026-03-20T18:14:34.267Z Downloaded ingot-macros v0.1.1
9262026-03-20T18:14:34.267Z Downloaded omicron-zone-package v0.12.2
9272026-03-20T18:14:34.273Z Downloaded crossterm v0.28.1
9282026-03-20T18:14:34.281Z Downloaded phf v0.13.1
9292026-03-20T18:14:34.281Z Downloaded indicatif v0.18.4
9302026-03-20T18:14:34.281Z Downloaded primeorder v0.13.6
9312026-03-20T18:14:34.302Z Downloaded predicates v3.1.4
9322026-03-20T18:14:34.302Z Downloaded rand_xorshift v0.4.0
9332026-03-20T18:14:34.302Z Downloaded recursive v0.1.1
9342026-03-20T18:14:34.303Z Downloaded aes-gcm v0.10.3
9352026-03-20T18:14:34.303Z Downloaded ref-cast-impl v1.0.25
9362026-03-20T18:14:34.303Z Downloaded cc v1.2.56
9372026-03-20T18:14:34.310Z Downloaded ppv-lite86 v0.2.21
9382026-03-20T18:14:34.310Z Downloaded poly1305 v0.8.0
9392026-03-20T18:14:34.310Z Downloaded parking_lot v0.12.5
9402026-03-20T18:14:34.310Z Downloaded hickory-resolver v0.25.2
9412026-03-20T18:14:34.310Z Downloaded hickory-resolver v0.24.4
9422026-03-20T18:14:34.310Z Downloaded progenitor-extras v0.1.1
9432026-03-20T18:14:34.310Z Downloaded compact_str v0.8.1
9442026-03-20T18:14:34.318Z Downloaded progenitor v0.13.0
9452026-03-20T18:14:34.318Z Downloaded postgres-protocol v0.6.10
9462026-03-20T18:14:34.318Z Downloaded polyval v0.6.2
9472026-03-20T18:14:34.318Z Downloaded ar_archive_writer v0.5.1
9482026-03-20T18:14:34.326Z Downloaded progenitor v0.11.2
9492026-03-20T18:14:34.326Z Downloaded proc-macro-error2 v2.0.1
9502026-03-20T18:14:34.326Z Downloaded rfc6979 v0.4.0
9512026-03-20T18:14:34.326Z Downloaded indexmap v1.9.3
9522026-03-20T18:14:34.332Z Downloaded parse-display-derive v0.10.0
9532026-03-20T18:14:34.332Z Downloaded progenitor v0.10.0
9542026-03-20T18:14:34.332Z Downloaded paste v1.0.15
9552026-03-20T18:14:34.332Z Downloaded password-hash v0.4.2
9562026-03-20T18:14:34.335Z Downloaded rustc-hash v2.1.1
9572026-03-20T18:14:34.335Z Downloaded parking_lot_core v0.9.12
9582026-03-20T18:14:34.335Z Downloaded derive_more-impl v2.1.1
9592026-03-20T18:14:34.340Z Downloaded rustc_version v0.1.7
9602026-03-20T18:14:34.344Z Downloaded pkcs1 v0.7.5
9612026-03-20T18:14:34.344Z Downloaded rand_chacha v0.3.1
9622026-03-20T18:14:34.344Z Downloaded r2d2 v0.8.10
9632026-03-20T18:14:34.354Z Downloaded rustc_version v0.4.1
9642026-03-20T18:14:34.354Z Downloaded crossterm v0.29.0
9652026-03-20T18:14:34.357Z Downloaded postcard v1.1.3
9662026-03-20T18:14:34.357Z Downloaded rand_core v0.10.0
9672026-03-20T18:14:34.357Z Downloaded heapless v0.7.17
9682026-03-20T18:14:34.360Z Downloaded rand_seeder v0.4.0
9692026-03-20T18:14:34.360Z Downloaded russh-cryptovec v0.7.3
9702026-03-20T18:14:34.360Z Downloaded pkcs5 v0.7.1
9712026-03-20T18:14:34.364Z Downloaded rtoolbox v0.0.3
9722026-03-20T18:14:34.367Z Downloaded parking_lot v0.11.2
9732026-03-20T18:14:34.390Z Downloaded recursive-proc-macro-impl v0.1.1
9742026-03-20T18:14:34.390Z Downloaded scheduled-thread-pool v0.2.7
9752026-03-20T18:14:34.390Z Downloaded rand_core v0.6.4
9762026-03-20T18:14:34.390Z Downloaded packed_struct v0.10.1
9772026-03-20T18:14:34.390Z Downloaded salsa20 v0.10.2
9782026-03-20T18:14:34.390Z Downloaded scroll_derive v0.13.1
9792026-03-20T18:14:34.390Z Downloaded derive_more v2.1.1
9802026-03-20T18:14:34.391Z Downloaded scrypt v0.11.0
9812026-03-20T18:14:34.391Z Downloaded rand_core v0.9.5
9822026-03-20T18:14:34.391Z Downloaded rand_chacha v0.9.0
9832026-03-20T18:14:34.391Z Downloaded papergrid v0.17.0
9842026-03-20T18:14:34.401Z Downloaded ref-cast v1.0.25
9852026-03-20T18:14:34.401Z Downloaded dropshot-api-manager v0.6.0
9862026-03-20T18:14:34.405Z Downloaded scopeguard v1.2.0
9872026-03-20T18:14:34.405Z Downloaded sapling-renderdag v0.1.0
9882026-03-20T18:14:34.405Z Downloaded bumpalo v3.20.2
9892026-03-20T18:14:34.405Z Downloaded p256 v0.13.2
9902026-03-20T18:14:34.409Z Downloaded same-file v1.0.6
9912026-03-20T18:14:34.409Z Downloaded postgres-types v0.2.12
9922026-03-20T18:14:34.412Z Downloaded psm v0.1.30
9932026-03-20T18:14:34.412Z Downloaded resolv-conf v0.7.6
9942026-03-20T18:14:34.415Z Downloaded secrecy v0.8.0
9952026-03-20T18:14:34.415Z Downloaded pkg-config v0.3.32
9962026-03-20T18:14:34.419Z Downloaded secrecy v0.10.3
9972026-03-20T18:14:34.419Z Downloaded seq-macro v0.3.6
9982026-03-20T18:14:34.423Z Downloaded serde-big-array v0.5.1
9992026-03-20T18:14:34.423Z Downloaded progenitor-client v0.13.0
10002026-03-20T18:14:34.423Z Downloaded jiff-static v0.2.21
10012026-03-20T18:14:34.426Z Downloaded ed25519-dalek v2.2.0
10022026-03-20T18:14:34.429Z Downloaded pem-rfc7468 v0.7.0
10032026-03-20T18:14:34.429Z Downloaded quinn-udp v0.5.14
10042026-03-20T18:14:34.429Z Downloaded pem v3.0.6
10052026-03-20T18:14:34.439Z Downloaded password-hash v0.5.0
10062026-03-20T18:14:34.439Z Downloaded libbz2-rs-sys v0.2.2
10072026-03-20T18:14:34.439Z Downloaded serde_spanned v1.0.4
10082026-03-20T18:14:34.442Z Downloaded shell-words v1.1.1
10092026-03-20T18:14:34.442Z Downloaded serde_bytes v0.11.19
10102026-03-20T18:14:34.442Z Downloaded signal-hook-tokio v0.3.1
10112026-03-20T18:14:34.442Z Downloaded serde_repr v0.1.20
10122026-03-20T18:14:34.442Z Downloaded semver v0.1.20
10132026-03-20T18:14:34.445Z Downloaded openssl-sys v0.9.111
10142026-03-20T18:14:34.448Z Downloaded sigpipe v0.1.3
10152026-03-20T18:14:34.448Z Downloaded signal-hook-mio v0.2.5
10162026-03-20T18:14:34.452Z Downloaded sha1 v0.10.6
10172026-03-20T18:14:34.452Z Downloaded serde_urlencoded v0.7.1
10182026-03-20T18:14:34.455Z Downloaded rustls-native-certs v0.8.3
10192026-03-20T18:14:34.455Z Downloaded miniz_oxide v0.8.9
10202026-03-20T18:14:34.458Z Downloaded serde_plain v1.0.2
10212026-03-20T18:14:34.458Z Downloaded find-msvc-tools v0.1.9
10222026-03-20T18:14:34.466Z Downloaded ena v0.14.4
10232026-03-20T18:14:34.466Z Downloaded rustls-pemfile v1.0.4
10242026-03-20T18:14:34.469Z Downloaded rustversion v1.0.22
10252026-03-20T18:14:34.469Z Downloaded hash32 v0.2.1
10262026-03-20T18:14:34.470Z Downloaded globwalk v0.9.1
10272026-03-20T18:14:34.470Z Downloaded slog-bunyan v2.5.0
10282026-03-20T18:14:34.470Z Downloaded pkcs8 v0.10.2
10292026-03-20T18:14:34.476Z Downloaded scroll v0.13.0
10302026-03-20T18:14:34.476Z Downloaded git-stub v1.0.0
10312026-03-20T18:14:34.480Z Downloaded fxhash v0.2.1
10322026-03-20T18:14:34.480Z Downloaded cookie_store v0.22.1
10332026-03-20T18:14:34.480Z Downloaded console v0.15.11
10342026-03-20T18:14:34.480Z Downloaded rustls-pemfile v2.2.0
10352026-03-20T18:14:34.483Z Downloaded progenitor-impl v0.10.0
10362026-03-20T18:14:34.487Z Downloaded siphasher v1.0.2
10372026-03-20T18:14:34.487Z Downloaded camino-tempfile-ext v0.3.3
10382026-03-20T18:14:34.487Z Downloaded bitflags v1.3.2
10392026-03-20T18:14:34.490Z Downloaded schemars_derive v0.8.22
10402026-03-20T18:14:34.493Z Downloaded oso v0.27.3
10412026-03-20T18:14:34.496Z Downloaded rusty-fork v0.3.1
10422026-03-20T18:14:34.501Z Downloaded sec1 v0.7.3
10432026-03-20T18:14:34.504Z Downloaded slog-envlogger v2.2.0
10442026-03-20T18:14:34.508Z Downloaded prefix-trie v0.7.0
10452026-03-20T18:14:34.515Z Downloaded sct v0.7.1
10462026-03-20T18:14:34.523Z Downloaded ssh-encoding v0.2.0
10472026-03-20T18:14:34.526Z Downloaded sqlparser_derive v0.5.0
10482026-03-20T18:14:34.529Z Downloaded progenitor-impl v0.13.0
10492026-03-20T18:14:34.536Z Downloaded progenitor-impl v0.11.2
10502026-03-20T18:14:34.536Z Downloaded hyper-util v0.1.20
10512026-03-20T18:14:34.540Z Downloaded ssh-cipher v0.2.0
10522026-03-20T18:14:34.540Z Downloaded shlex v1.3.0
10532026-03-20T18:14:34.540Z Downloaded russh-keys v0.45.0
10542026-03-20T18:14:34.544Z Downloaded signature v2.2.0
10552026-03-20T18:14:34.544Z Downloaded signal-hook-registry v1.4.8
10562026-03-20T18:14:34.547Z Downloaded serde_path_to_error v0.1.20
10572026-03-20T18:14:34.548Z Downloaded pin-project v1.1.11
10582026-03-20T18:14:34.568Z Downloaded strum v0.27.2
10592026-03-20T18:14:34.572Z Downloaded strum v0.26.3
10602026-03-20T18:14:34.572Z Downloaded structmeta-derive v0.3.0
10612026-03-20T18:14:34.572Z Downloaded structmeta v0.3.0
10622026-03-20T18:14:34.572Z Downloaded subtle v2.6.1
10632026-03-20T18:14:34.572Z Downloaded minimal-lexical v0.2.1
10642026-03-20T18:14:34.572Z Downloaded hashbrown v0.13.2
10652026-03-20T18:14:34.572Z Downloaded hickory-server v0.25.2
10662026-03-20T18:14:34.572Z Downloaded itertools v0.10.5
10672026-03-20T18:14:34.576Z Downloaded rustls-pki-types v1.14.0
10682026-03-20T18:14:34.579Z Downloaded slog-stdlog v4.1.1
10692026-03-20T18:14:34.583Z Downloaded hashbrown v0.12.3
10702026-03-20T18:14:34.583Z Downloaded sync_wrapper v1.0.2
10712026-03-20T18:14:34.586Z Downloaded smallvec v0.6.14
10722026-03-20T18:14:34.586Z Downloaded slog-term v2.9.2
10732026-03-20T18:14:34.589Z Downloaded tagptr v0.2.0
10742026-03-20T18:14:34.589Z Downloaded http v1.4.0
10752026-03-20T18:14:34.592Z Downloaded slog-scope v4.4.1
10762026-03-20T18:14:34.597Z Downloaded strip-ansi-escapes v0.2.1
10772026-03-20T18:14:34.597Z Downloaded slog-async v2.8.0
10782026-03-20T18:14:34.600Z Downloaded aes v0.8.4
10792026-03-20T18:14:34.600Z Downloaded ron v0.8.1
10802026-03-20T18:14:34.608Z Downloaded tabled_derive v0.11.0
10812026-03-20T18:14:34.608Z Downloaded tap v1.0.1
10822026-03-20T18:14:34.611Z Downloaded testing_table v0.3.0
10832026-03-20T18:14:34.611Z Downloaded termtree v0.5.1
10842026-03-20T18:14:34.612Z Downloaded sqlformat v0.3.5
10852026-03-20T18:14:34.612Z Downloaded take_mut v0.2.2
10862026-03-20T18:14:34.612Z Downloaded spki v0.7.3
10872026-03-20T18:14:34.612Z Downloaded serde-hex v0.1.0
10882026-03-20T18:14:34.615Z Downloaded slog-dtrace v0.3.0
10892026-03-20T18:14:34.615Z Downloaded serde_with_macros v3.17.0
10902026-03-20T18:14:34.619Z Downloaded string_cache v0.8.9
10912026-03-20T18:14:34.619Z Downloaded slog-json v2.6.1
10922026-03-20T18:14:34.619Z Downloaded snafu-derive v0.8.9
10932026-03-20T18:14:34.622Z Downloaded sync-ptr v0.1.4
10942026-03-20T18:14:34.622Z Downloaded slab v0.4.12
10952026-03-20T18:14:34.622Z Downloaded prettyplease v0.2.37
10962026-03-20T18:14:34.627Z Downloaded thread-id v5.1.0
10972026-03-20T18:14:34.627Z Downloaded thiserror-impl-no-std v2.0.2
10982026-03-20T18:14:34.627Z Downloaded tinyvec_macros v0.1.1
10992026-03-20T18:14:34.631Z Downloaded stacker v0.1.23
11002026-03-20T18:14:34.637Z Downloaded serde_cbor v0.11.2
11012026-03-20T18:14:34.639Z Downloaded supports-color v3.0.2
11022026-03-20T18:14:34.640Z Downloaded mio v1.1.1
11032026-03-20T18:14:34.644Z Downloaded strum_macros v0.27.2
11042026-03-20T18:14:34.648Z Downloaded support-bundle-viewer v0.1.2
11052026-03-20T18:14:34.648Z Downloaded strum_macros v0.24.3
11062026-03-20T18:14:34.652Z Downloaded static_assertions v1.1.0
11072026-03-20T18:14:34.652Z Downloaded ryu v1.0.23
11082026-03-20T18:14:34.655Z Downloaded num-bigint v0.4.6
11092026-03-20T18:14:34.659Z Downloaded nom v7.1.3
11102026-03-20T18:14:34.664Z Downloaded num-bigint-dig v0.8.6
11112026-03-20T18:14:34.671Z Downloaded stringprep v0.1.5
11122026-03-20T18:14:34.671Z Downloaded smf v0.2.3
11132026-03-20T18:14:34.675Z Downloaded serde_derive_internals v0.29.1
11142026-03-20T18:14:34.675Z Downloaded rayon-core v1.13.0
11152026-03-20T18:14:34.680Z Downloaded strum_macros v0.26.4
11162026-03-20T18:14:34.684Z Downloaded tabwriter v1.4.1
11172026-03-20T18:14:34.684Z Downloaded spin v0.9.8
11182026-03-20T18:14:34.688Z Downloaded rcgen v0.12.1
11192026-03-20T18:14:34.691Z Downloaded tower-service v0.3.3
11202026-03-20T18:14:34.704Z Downloaded simd-adler32 v0.3.8
11212026-03-20T18:14:34.711Z Downloaded thiserror-no-std v2.0.2
11222026-03-20T18:14:34.711Z Downloaded serde_yaml v0.9.34+deprecated
11232026-03-20T18:14:34.716Z Downloaded pretty_assertions v1.4.1
11242026-03-20T18:14:34.723Z Downloaded time-core v0.1.8
11252026-03-20T18:14:34.726Z Downloaded thread_local v1.1.9
11262026-03-20T18:14:34.726Z Downloaded trait-variant v0.1.2
11272026-03-20T18:14:34.730Z Downloaded signal-hook v0.3.18
11282026-03-20T18:14:34.730Z Downloaded try-lock v0.2.5
11292026-03-20T18:14:34.738Z Downloaded termios v0.3.3
11302026-03-20T18:14:34.738Z Downloaded tls_codec_derive v0.4.2
11312026-03-20T18:14:34.738Z Downloaded schemars v0.8.22
11322026-03-20T18:14:34.742Z Downloaded publicsuffix v2.3.0
11332026-03-20T18:14:34.748Z Downloaded tls_codec v0.4.2
11342026-03-20T18:14:34.748Z Downloaded tiny-keccak v2.0.2
11352026-03-20T18:14:34.752Z Downloaded unicode-truncate v1.1.0
11362026-03-20T18:14:34.752Z Downloaded schemars v0.9.0
11372026-03-20T18:14:34.759Z Downloaded usdt-attr-macro v0.6.0
11382026-03-20T18:14:34.763Z Downloaded usdt v0.6.0
11392026-03-20T18:14:34.763Z Downloaded untrusted v0.7.1
11402026-03-20T18:14:34.763Z Downloaded universal-hash v0.5.1
11412026-03-20T18:14:34.766Z Downloaded unit-prefix v0.5.2
11422026-03-20T18:14:34.766Z Downloaded unarray v0.1.4
11432026-03-20T18:14:34.767Z Downloaded typify-macro v0.4.3
11442026-03-20T18:14:34.767Z Downloaded tokio-tungstenite v0.21.0
11452026-03-20T18:14:34.776Z Downloaded aho-corasick v1.1.4
11462026-03-20T18:14:34.781Z Downloaded tokio-macros v2.6.0
11472026-03-20T18:14:34.781Z Downloaded tokio-dtrace v0.1.1
11482026-03-20T18:14:34.781Z Downloaded rsa v0.9.10
11492026-03-20T18:14:34.781Z Downloaded rand v0.8.5
11502026-03-20T18:14:34.786Z Downloaded tower-layer v0.3.3
11512026-03-20T18:14:34.786Z Downloaded untrusted v0.9.0
11522026-03-20T18:14:34.786Z Downloaded qorb v0.4.1
11532026-03-20T18:14:34.791Z Downloaded void v1.0.2
11542026-03-20T18:14:34.791Z Downloaded rustls-platform-verifier v0.6.2
11552026-03-20T18:14:34.794Z Downloaded tokio-native-tls v0.3.1
11562026-03-20T18:14:34.794Z Downloaded utf-8 v0.7.6
11572026-03-20T18:14:34.794Z Downloaded usdt-macro v0.6.0
11582026-03-20T18:14:34.799Z Downloaded time-macros v0.2.27
11592026-03-20T18:14:34.803Z Downloaded wait-timeout v0.2.1
11602026-03-20T18:14:34.807Z Downloaded waitgroup v0.1.2
11612026-03-20T18:14:34.811Z Downloaded tokio-rustls v0.25.0
11622026-03-20T18:14:34.811Z Downloaded rand v0.9.2
11632026-03-20T18:14:34.819Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11642026-03-20T18:14:34.824Z Downloaded term v1.2.1
11652026-03-20T18:14:34.830Z Downloaded subprocess v0.2.15
11662026-03-20T18:14:34.834Z Downloaded rustls-webpki v0.103.9
11672026-03-20T18:14:34.841Z Downloaded libxml v0.3.3
11682026-03-20T18:14:34.845Z Downloaded toml_writer v1.0.6+spec-1.1.0
11692026-03-20T18:14:34.845Z Downloaded socket2 v0.5.10
11702026-03-20T18:14:34.845Z Downloaded schemars v1.2.1
11712026-03-20T18:14:34.852Z Downloaded unicase v2.9.0
11722026-03-20T18:14:34.858Z Downloaded snafu v0.8.9
11732026-03-20T18:14:34.858Z Downloaded typify-macro v0.6.1
11742026-03-20T18:14:34.862Z Downloaded want v0.3.1
11752026-03-20T18:14:34.862Z Downloaded quinn v0.11.9
11762026-03-20T18:14:34.866Z Downloaded libm v0.2.16
11772026-03-20T18:14:34.871Z Downloaded tokio-tungstenite v0.23.1
11782026-03-20T18:14:34.875Z Downloaded hashbrown v0.15.5
11792026-03-20T18:14:34.879Z Downloaded itertools v0.13.0
11802026-03-20T18:14:34.924Z Downloaded vergen-lib v0.1.6
11812026-03-20T18:14:34.924Z Downloaded rand v0.10.0
11822026-03-20T18:14:34.934Z Downloaded iddqd v0.3.17
11832026-03-20T18:14:34.934Z Downloaded tokio-rustls v0.24.1
11842026-03-20T18:14:34.934Z Downloaded usdt-impl v0.6.0
11852026-03-20T18:14:34.934Z Downloaded xshell-macros v0.2.7
11862026-03-20T18:14:34.934Z Downloaded vsss-rs v3.3.4
11872026-03-20T18:14:34.935Z Downloaded tar v0.4.44
11882026-03-20T18:14:34.935Z Downloaded slog v2.8.2
11892026-03-20T18:14:34.935Z Downloaded test-strategy v0.4.5
11902026-03-20T18:14:34.935Z Downloaded similar v2.7.0
11912026-03-20T18:14:34.935Z Downloaded walkdir v2.5.0
11922026-03-20T18:14:34.935Z Downloaded tokio-rustls v0.26.4
11932026-03-20T18:14:34.935Z Downloaded h2 v0.4.13
11942026-03-20T18:14:34.935Z Downloaded vergen-git2 v1.0.7
11952026-03-20T18:14:34.935Z Downloaded vergen-gitcl v1.0.8
11962026-03-20T18:14:34.935Z Downloaded tui-tree-widget v0.23.1
11972026-03-20T18:14:34.935Z Downloaded whoami v1.6.1
11982026-03-20T18:14:34.935Z Downloaded topological-sort v0.2.2
11992026-03-20T18:14:34.935Z Downloaded toml_parser v1.0.9+spec-1.1.0
12002026-03-20T18:14:34.935Z Downloaded zeroize_derive v1.4.3
12012026-03-20T18:14:34.935Z Downloaded term v0.7.0
12022026-03-20T18:14:34.936Z Downloaded zone_cfg_derive v0.3.1
12032026-03-20T18:14:34.942Z Downloaded zone v0.3.1
12042026-03-20T18:14:34.942Z Downloaded socket2 v0.6.2
12052026-03-20T18:14:34.942Z Downloaded wyz v0.5.1
12062026-03-20T18:14:34.942Z Downloaded tokio-stream v0.1.18
12072026-03-20T18:14:34.953Z Downloaded tinyvec v1.10.0
12082026-03-20T18:14:34.956Z Downloaded twox-hash v2.1.2
12092026-03-20T18:14:34.960Z Downloaded whoami v2.1.0
12102026-03-20T18:14:34.964Z Downloaded vergen v9.0.6
12112026-03-20T18:14:34.964Z Downloaded futures-util v0.3.32
12122026-03-20T18:14:34.971Z Downloaded itertools v0.12.1
12132026-03-20T18:14:34.976Z Downloaded itertools v0.14.0
12142026-03-20T18:14:34.981Z Downloaded iri-string v0.7.10
12152026-03-20T18:14:34.987Z Downloaded zstd v0.13.3
12162026-03-20T18:14:34.991Z Downloaded zstd-safe v7.2.4
12172026-03-20T18:14:34.991Z Downloaded zeroize v1.8.2
12182026-03-20T18:14:34.995Z Downloaded xz2 v0.1.7
12192026-03-20T18:14:34.995Z Downloaded xshell v0.2.7
12202026-03-20T18:14:34.995Z Downloaded xattr v1.6.1
12212026-03-20T18:14:35.010Z Downloaded tungstenite v0.21.0
12222026-03-20T18:14:35.010Z Downloaded uzers v0.12.2
12232026-03-20T18:14:35.013Z Downloaded tungstenite v0.23.0
12242026-03-20T18:14:35.013Z Downloaded toml v0.9.12+spec-1.1.0
12252026-03-20T18:14:35.013Z Downloaded toml v0.7.8
12262026-03-20T18:14:35.013Z Downloaded samael v0.0.19
12272026-03-20T18:14:35.013Z Downloaded p521 v0.13.3
12282026-03-20T18:14:35.020Z Downloaded hyper v1.8.1
12292026-03-20T18:14:35.020Z Downloaded tracing-core v0.1.36
12302026-03-20T18:14:35.025Z Downloaded tracing-attributes v0.1.31
12312026-03-20T18:14:35.031Z Downloaded russh v0.45.0
12322026-03-20T18:14:35.039Z Downloaded typify v0.4.3
12332026-03-20T18:14:35.039Z Downloaded hkdf v0.12.4
12342026-03-20T18:14:35.048Z Downloaded unicode-bidi v0.3.18
12352026-03-20T18:14:35.048Z Downloaded typify v0.6.1
12362026-03-20T18:14:35.051Z Downloaded ron v0.12.0
12372026-03-20T18:14:35.051Z Downloaded yasna v0.5.2
12382026-03-20T18:14:35.056Z Downloaded rustyline v14.0.0
12392026-03-20T18:14:35.060Z Downloaded unsafe-libyaml v0.2.11
12402026-03-20T18:14:35.060Z Downloaded vte v0.14.1
12412026-03-20T18:14:35.072Z Downloaded steno v0.4.1
12422026-03-20T18:14:35.079Z Downloaded toml_edit v0.23.10+spec-1.0.0
12432026-03-20T18:14:35.086Z Downloaded blake3 v1.8.3
12442026-03-20T18:14:35.102Z Downloaded unicode-properties v0.1.4
12452026-03-20T18:14:35.106Z Downloaded uuid v1.21.0
12462026-03-20T18:14:35.114Z Downloaded zopfli v0.8.3
12472026-03-20T18:14:35.118Z Downloaded bitvec v1.0.1
12482026-03-20T18:14:35.128Z Downloaded zerocopy v0.6.6
12492026-03-20T18:14:35.134Z Downloaded rpassword v7.4.0
12502026-03-20T18:14:35.148Z Downloaded ssh-key v0.6.7
12512026-03-20T18:14:35.153Z Downloaded git2 v0.20.4
12522026-03-20T18:14:35.161Z Downloaded regex v1.12.3
12532026-03-20T18:14:35.172Z Downloaded aws-lc-rs v1.16.0
12542026-03-20T18:14:35.179Z Downloaded zip v0.6.6
12552026-03-20T18:14:35.179Z Downloaded tower v0.5.3
12562026-03-20T18:14:35.187Z Downloaded toml_edit v0.19.15
12572026-03-20T18:14:35.192Z Downloaded unicode_categories v0.1.1
12582026-03-20T18:14:35.201Z Downloaded yansi v1.0.1
12592026-03-20T18:14:35.201Z Downloaded tokio-postgres v0.7.16
12602026-03-20T18:14:35.204Z Downloaded reqwest v0.13.2
12612026-03-20T18:14:35.204Z Downloaded reqwest v0.12.28
12622026-03-20T18:14:35.210Z Downloaded chrono v0.4.44
12632026-03-20T18:14:35.214Z Downloaded p384 v0.13.1
12642026-03-20T18:14:35.220Z Downloaded portable-atomic v1.13.1
12652026-03-20T18:14:35.224Z Downloaded bindgen v0.71.1
12662026-03-20T18:14:35.228Z Downloaded reedline v0.40.0
12672026-03-20T18:14:35.233Z Downloaded quick-xml v0.37.5
12682026-03-20T18:14:35.253Z Downloaded salty v0.3.0
12692026-03-20T18:14:35.260Z Downloaded zerocopy-derive v0.8.40
12702026-03-20T18:14:35.268Z Downloaded moka v0.12.13
12712026-03-20T18:14:35.274Z Downloaded typed-path v0.9.3
12722026-03-20T18:14:35.278Z Downloaded rustls-webpki v0.101.7
12732026-03-20T18:14:35.289Z Downloaded x509-cert v0.2.5
12742026-03-20T18:14:35.293Z Downloaded proptest v1.10.0
12752026-03-20T18:14:35.302Z Downloaded goblin v0.10.5
12762026-03-20T18:14:35.306Z Downloaded curve25519-dalek v4.1.3
12772026-03-20T18:14:35.313Z Downloaded unicode-segmentation v1.12.0
12782026-03-20T18:14:35.316Z Downloaded rustls-webpki v0.102.8
12792026-03-20T18:14:35.328Z Downloaded rayon v1.11.0
12802026-03-20T18:14:35.336Z Downloaded unicode-normalization v0.1.25
12812026-03-20T18:14:35.344Z Downloaded lalrpop v0.19.12
12822026-03-20T18:14:35.349Z Downloaded tough v0.20.0
12832026-03-20T18:14:35.356Z Downloaded tower-http v0.6.8
12842026-03-20T18:14:35.361Z Downloaded quinn-proto v0.11.13
12852026-03-20T18:14:35.367Z Downloaded zip v4.6.1
12862026-03-20T18:14:35.371Z Downloaded nix v0.27.1
12872026-03-20T18:14:35.377Z Downloaded tokio-util v0.7.18
12882026-03-20T18:14:35.382Z Downloaded openssl v0.10.75
12892026-03-20T18:14:35.403Z Downloaded radix_trie v0.2.1
12902026-03-20T18:14:35.481Z Downloaded petname v2.0.2
12912026-03-20T18:14:35.481Z Downloaded object v0.30.4
12922026-03-20T18:14:35.520Z Downloaded serde_with v3.17.0
12932026-03-20T18:14:35.520Z Downloaded rustls v0.21.12
12942026-03-20T18:14:35.520Z Downloaded bstr v1.12.1
12952026-03-20T18:14:35.520Z Downloaded winnow v0.5.40
12962026-03-20T18:14:35.520Z Downloaded polar-core v0.27.3
12972026-03-20T18:14:35.520Z Downloaded smoltcp v0.9.1
12982026-03-20T18:14:35.520Z Downloaded hickory-proto v0.24.4
12992026-03-20T18:14:35.520Z Downloaded winnow v0.6.26
13002026-03-20T18:14:35.533Z Downloaded object v0.37.3
13012026-03-20T18:14:35.533Z Downloaded nix v0.29.0
13022026-03-20T18:14:35.548Z Downloaded time v0.3.47
13032026-03-20T18:14:35.561Z Downloaded tabled v0.20.0
13042026-03-20T18:14:35.587Z Downloaded rustls v0.22.4
13052026-03-20T18:14:35.599Z Downloaded rustls v0.23.37
13062026-03-20T18:14:35.599Z Downloaded regex-syntax v0.6.29
13072026-03-20T18:14:35.599Z Downloaded rustix v0.38.44
13082026-03-20T18:14:35.608Z Downloaded nix v0.28.0
13092026-03-20T18:14:35.613Z Downloaded nix v0.31.1
13102026-03-20T18:14:35.621Z Downloaded dropshot v0.16.7
13112026-03-20T18:14:35.638Z Downloaded zlib-rs v0.6.2
13122026-03-20T18:14:35.646Z Downloaded hickory-proto v0.25.2
13132026-03-20T18:14:35.654Z Downloaded webpki-roots v1.0.6
13142026-03-20T18:14:35.658Z Downloaded vcpkg v0.2.15
13152026-03-20T18:14:35.685Z Downloaded openapiv3 v2.2.0
13162026-03-20T18:14:35.694Z Downloaded smoltcp v0.11.0
13172026-03-20T18:14:35.705Z Downloaded diesel v2.3.7
13182026-03-20T18:14:35.720Z Downloaded zerocopy v0.8.40
13192026-03-20T18:14:35.727Z Downloaded sled v0.34.7
13202026-03-20T18:14:35.733Z Downloaded regress v0.10.5
13212026-03-20T18:14:35.740Z Downloaded regex-syntax v0.8.10
13222026-03-20T18:14:35.756Z Downloaded bzip2-sys v0.1.13+1.0.8
13232026-03-20T18:14:35.772Z Downloaded typify-impl v0.4.3
13242026-03-20T18:14:35.812Z Downloaded zerocopy-derive v0.6.6
13252026-03-20T18:14:35.822Z Downloaded sqlparser v0.61.0
13262026-03-20T18:14:35.841Z Downloaded petgraph v0.6.5
13272026-03-20T18:14:35.854Z Downloaded chrono-tz v0.10.4
13282026-03-20T18:14:35.869Z Downloaded typify-impl v0.6.1
13292026-03-20T18:14:35.880Z Downloaded ratatui v0.29.0
13302026-03-20T18:14:35.904Z Downloaded libz-sys v1.1.24
13312026-03-20T18:14:35.920Z Downloaded tracing v0.1.44
13322026-03-20T18:14:35.938Z Downloaded sha3 v0.10.8
13332026-03-20T18:14:35.941Z Downloaded tokio v1.49.0
13342026-03-20T18:14:35.969Z Downloaded regex-automata v0.4.14
13352026-03-20T18:14:36.014Z Downloaded jiff v0.2.21
13362026-03-20T18:14:36.028Z Downloaded lzma-sys v0.1.20
13372026-03-20T18:14:36.058Z Downloaded petgraph v0.8.3
13382026-03-20T18:14:36.074Z Downloaded csv v1.4.0
13392026-03-20T18:14:36.092Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13402026-03-20T18:14:36.199Z Downloaded encoding_rs v0.8.35
13412026-03-20T18:14:36.235Z Downloaded ring v0.17.14
13422026-03-20T18:14:36.266Z Downloaded libgit2-sys v0.18.3+1.9.2
13432026-03-20T18:14:36.958Z Downloaded aws-lc-sys v0.37.1
13442026-03-20T18:14:37.287Z Compiling libc v0.2.180
13452026-03-20T18:14:37.433Z Compiling serde v1.0.228
13462026-03-20T18:14:37.433Z Compiling log v0.4.29
13472026-03-20T18:14:37.433Z Compiling find-msvc-tools v0.1.9
13482026-03-20T18:14:37.441Z Compiling shlex v1.3.0
13492026-03-20T18:14:37.441Z Compiling smallvec v1.15.1
13502026-03-20T18:14:37.533Z Compiling syn v2.0.117
13512026-03-20T18:14:37.553Z Compiling typenum v1.19.0
13522026-03-20T18:14:37.770Z Compiling generic-array v0.14.7
13532026-03-20T18:14:37.856Z Compiling subtle v2.6.1
13542026-03-20T18:14:37.862Z Compiling scopeguard v1.2.0
13552026-03-20T18:14:37.881Z Compiling portable-atomic v1.13.1
13562026-03-20T18:14:37.972Z Compiling lock_api v0.4.14
13572026-03-20T18:14:37.990Z Compiling const-oid v0.9.6
13582026-03-20T18:14:38.084Z Compiling critical-section v1.2.0
13592026-03-20T18:14:38.105Z Compiling zerocopy v0.8.40
13602026-03-20T18:14:38.216Z Compiling serde_json v1.0.149
13612026-03-20T18:14:38.277Z Compiling parking_lot_core v0.9.12
13622026-03-20T18:14:38.449Z Compiling pin-project-lite v0.2.17
13632026-03-20T18:14:38.622Z Compiling pkg-config v0.3.32
13642026-03-20T18:14:38.697Z Compiling getrandom v0.2.17
13652026-03-20T18:14:38.727Z Compiling jobserver v0.1.34
13662026-03-20T18:14:38.958Z Compiling rand_core v0.6.4
13672026-03-20T18:14:39.005Z Compiling errno v0.3.14
13682026-03-20T18:14:39.132Z Compiling cc v1.2.56
13692026-03-20T18:14:39.228Z Compiling once_cell v1.21.3
13702026-03-20T18:14:39.270Z Compiling signal-hook-registry v1.4.8
13712026-03-20T18:14:39.341Z Compiling mio v1.1.1
13722026-03-20T18:14:39.420Z Compiling bitflags v2.11.0
13732026-03-20T18:14:39.464Z Compiling libm v0.2.16
13742026-03-20T18:14:39.632Z Compiling parking_lot v0.12.5
13752026-03-20T18:14:39.671Z Compiling num-traits v0.2.19
13762026-03-20T18:14:39.713Z Compiling futures-core v0.3.32
13772026-03-20T18:14:39.902Z Compiling socket2 v0.6.2
13782026-03-20T18:14:40.005Z Compiling percent-encoding v2.3.2
13792026-03-20T18:14:40.100Z Compiling allocator-api2 v0.2.21
13802026-03-20T18:14:40.139Z Compiling futures-sink v0.3.32
13812026-03-20T18:14:40.237Z Compiling cpufeatures v0.2.17
13822026-03-20T18:14:40.255Z Compiling foldhash v0.2.0
13832026-03-20T18:14:40.274Z Compiling futures-channel v0.3.32
13842026-03-20T18:14:40.332Z Compiling futures-task v0.3.32
13852026-03-20T18:14:40.496Z Compiling slab v0.4.12
13862026-03-20T18:14:40.549Z Compiling hashbrown v0.16.1
13872026-03-20T18:14:40.568Z Compiling getrandom v0.4.1
13882026-03-20T18:14:40.587Z Compiling futures-io v0.3.32
13892026-03-20T18:14:40.591Z Compiling rustversion v1.0.22
13902026-03-20T18:14:40.981Z Compiling rand_core v0.10.0
13912026-03-20T18:14:41.055Z Compiling getrandom v0.3.4
13922026-03-20T18:14:41.055Z Compiling form_urlencoded v1.2.2
13932026-03-20T18:14:41.419Z Compiling indexmap v2.13.0
13942026-03-20T18:14:41.435Z Compiling cmake v0.1.57
13952026-03-20T18:14:41.435Z Compiling dunce v1.0.5
13962026-03-20T18:14:41.512Z Compiling fs_extra v1.3.0
13972026-03-20T18:14:41.531Z Compiling base64ct v1.8.3
13982026-03-20T18:14:41.727Z Compiling synstructure v0.13.2
13992026-03-20T18:14:41.879Z Compiling ident_case v1.0.1
14002026-03-20T18:14:41.892Z Compiling aws-lc-sys v0.37.1
14012026-03-20T18:14:41.953Z Compiling pem-rfc7468 v0.7.0
14022026-03-20T18:14:41.988Z Compiling flagset v0.4.7
14032026-03-20T18:14:42.018Z Compiling rand_core v0.9.5
14042026-03-20T18:14:42.120Z Compiling rustix v1.1.3
14052026-03-20T18:14:42.137Z Compiling iana-time-zone v0.1.65
14062026-03-20T18:14:42.306Z Compiling ring v0.17.14
14072026-03-20T18:14:42.361Z Compiling uuid v1.21.0
14082026-03-20T18:14:42.366Z Compiling rustc_version v0.4.1
14092026-03-20T18:14:42.582Z Compiling regex-syntax v0.8.10
14102026-03-20T18:14:42.593Z Compiling aws-lc-rs v1.16.0
14112026-03-20T18:14:42.833Z Compiling vcpkg v0.2.15
14122026-03-20T18:14:42.899Z Compiling tracing-core v0.1.36
14132026-03-20T18:14:43.341Z Compiling crossbeam-utils v0.8.21
14142026-03-20T18:14:43.652Z Compiling pest_generator v2.8.6
14152026-03-20T18:14:43.674Z Compiling serde_derive_internals v0.29.1
14162026-03-20T18:14:43.812Z Compiling openssl-sys v0.9.111
14172026-03-20T18:14:44.298Z Compiling serde_derive v1.0.228
14182026-03-20T18:14:44.887Z Compiling zeroize_derive v1.4.3
14192026-03-20T18:14:44.944Z Compiling zerofrom-derive v0.1.6
14202026-03-20T18:14:44.944Z Compiling yoke-derive v0.8.1
14212026-03-20T18:14:44.961Z Compiling zerocopy-derive v0.8.40
14222026-03-20T18:14:45.385Z Compiling zeroize v1.8.2
14232026-03-20T18:14:45.725Z Compiling zerovec-derive v0.11.2
14242026-03-20T18:14:46.152Z Compiling displaydoc v0.2.5
14252026-03-20T18:14:46.346Z Compiling crypto-common v0.1.7
14262026-03-20T18:14:46.501Z Compiling zerofrom v0.1.6
14272026-03-20T18:14:46.651Z Compiling yoke v0.8.1
14282026-03-20T18:14:46.651Z Compiling block-buffer v0.10.4
14292026-03-20T18:14:46.747Z Compiling digest v0.10.7
14302026-03-20T18:14:46.768Z Compiling tokio-macros v2.6.0
14312026-03-20T18:14:47.083Z Compiling hmac v0.12.1
14322026-03-20T18:14:47.093Z Compiling zerotrie v0.2.3
14332026-03-20T18:14:47.109Z Compiling futures-macro v0.3.32
14342026-03-20T18:14:47.129Z Compiling zerovec v0.11.5
14352026-03-20T18:14:47.316Z Compiling block-padding v0.3.3
14362026-03-20T18:14:47.451Z Compiling inout v0.1.4
14372026-03-20T18:14:47.477Z Compiling sha2 v0.10.9
14382026-03-20T18:14:47.872Z Compiling cipher v0.4.4
14392026-03-20T18:14:47.985Z Compiling der_derive v0.7.3
14402026-03-20T18:14:47.985Z Compiling tinystr v0.8.2
14412026-03-20T18:14:48.086Z Compiling potential_utf v0.1.4
14422026-03-20T18:14:48.169Z Compiling icu_locale_core v2.1.1
14432026-03-20T18:14:48.249Z Compiling icu_collections v2.1.1
14442026-03-20T18:14:48.290Z Compiling futures-util v0.3.32
14452026-03-20T18:14:48.915Z Compiling bytes v1.11.1
14462026-03-20T18:14:48.993Z Compiling icu_provider v2.1.1
14472026-03-20T18:14:49.070Z Compiling der v0.7.10
14482026-03-20T18:14:49.402Z Compiling icu_normalizer v2.1.1
14492026-03-20T18:14:49.438Z Compiling icu_properties v2.1.2
14502026-03-20T18:14:49.438Z Compiling chrono v0.4.44
14512026-03-20T18:14:49.792Z Compiling tokio v1.49.0
14522026-03-20T18:14:50.192Z Compiling http v1.4.0
14532026-03-20T18:14:50.660Z Compiling idna_adapter v1.2.1
14542026-03-20T18:14:53.781Z Compiling idna v1.1.0
14552026-03-20T18:14:53.882Z Compiling spki v0.7.3
14562026-03-20T18:14:53.882Z Compiling ppv-lite86 v0.2.21
14572026-03-20T18:14:53.882Z Compiling url v2.5.8
14582026-03-20T18:14:53.882Z Compiling salsa20 v0.10.2
14592026-03-20T18:14:53.882Z Compiling pbkdf2 v0.12.2
14602026-03-20T18:14:53.882Z Compiling thiserror-impl v2.0.18
14612026-03-20T18:14:53.883Z Compiling scrypt v0.11.0
14622026-03-20T18:14:53.883Z Compiling aes v0.8.4
14632026-03-20T18:14:53.883Z Compiling rand_chacha v0.9.0
14642026-03-20T18:14:53.883Z Compiling cbc v0.1.2
14652026-03-20T18:14:53.883Z Compiling rustls-pki-types v1.14.0
14662026-03-20T18:14:53.883Z Compiling tracing-attributes v0.1.31
14672026-03-20T18:14:53.883Z Compiling pkcs5 v0.7.1
14682026-03-20T18:14:53.883Z Compiling rand v0.9.2
14692026-03-20T18:14:53.883Z Compiling http-body v1.0.1
14702026-03-20T18:14:53.883Z Compiling untrusted v0.9.0
14712026-03-20T18:14:53.883Z Compiling untrusted v0.7.1
14722026-03-20T18:14:53.883Z Compiling schemars v0.8.22
14732026-03-20T18:14:53.883Z Compiling base64 v0.22.1
14742026-03-20T18:14:53.883Z Compiling httparse v1.10.1
14752026-03-20T18:14:53.883Z Compiling openssl-probe v0.2.1
14762026-03-20T18:14:53.883Z Compiling thiserror v2.0.18
14772026-03-20T18:14:53.883Z Compiling syn v1.0.109
14782026-03-20T18:14:53.883Z Compiling pkcs8 v0.10.2
14792026-03-20T18:14:53.883Z Compiling schemars_derive v0.8.22
14802026-03-20T18:14:53.883Z Compiling pest_derive v2.8.6
14812026-03-20T18:14:53.883Z Compiling tracing v0.1.44
14822026-03-20T18:14:53.883Z Compiling scroll_derive v0.13.1
14832026-03-20T18:14:54.041Z Compiling darling_core v0.20.11
14842026-03-20T18:14:54.061Z Compiling rustls v0.23.37
14852026-03-20T18:14:54.257Z Compiling dyn-clone v1.0.20
14862026-03-20T18:14:54.427Z Compiling try-lock v0.2.5
14872026-03-20T18:14:54.430Z Compiling tower-layer v0.3.3
14882026-03-20T18:14:54.559Z Compiling atomic-waker v1.1.2
14892026-03-20T18:14:54.647Z Compiling tinyvec_macros v0.1.1
14902026-03-20T18:14:54.709Z Compiling tokio-util v0.7.18
14912026-03-20T18:14:54.729Z Compiling tower-service v0.3.3
14922026-03-20T18:14:54.839Z Compiling scroll v0.13.0
14932026-03-20T18:14:54.849Z Compiling tinyvec v1.10.0
14942026-03-20T18:14:55.157Z Compiling want v0.3.1
14952026-03-20T18:14:55.741Z Compiling h2 v0.4.13
14962026-03-20T18:14:55.763Z Compiling ipnet v2.11.0
14972026-03-20T18:14:56.106Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-03-20T18:14:56.430Z Compiling spin v0.9.8
14992026-03-20T18:14:56.601Z Compiling aho-corasick v1.1.4
15002026-03-20T18:14:56.693Z Compiling foreign-types-shared v0.1.1
15012026-03-20T18:14:56.803Z Compiling pin-utils v0.1.0
15022026-03-20T18:14:56.862Z Compiling crc32fast v1.5.0
15032026-03-20T18:14:56.892Z Compiling httpdate v1.0.3
15042026-03-20T18:14:57.173Z Compiling powerfmt v0.2.0
15052026-03-20T18:14:57.198Z Compiling openssl v0.10.75
15062026-03-20T18:14:57.269Z Compiling darling_macro v0.20.11
15072026-03-20T18:14:57.437Z Compiling time-core v0.1.8
15082026-03-20T18:14:57.519Z Compiling num-conv v0.2.0
15092026-03-20T18:14:57.557Z Compiling tempfile v3.25.0
15102026-03-20T18:14:57.678Z Compiling deranged v0.5.8
15112026-03-20T18:14:57.687Z Compiling time-macros v0.2.27
15122026-03-20T18:14:57.914Z Compiling darling v0.20.11
15132026-03-20T18:14:58.019Z Compiling regex-automata v0.4.14
15142026-03-20T18:14:58.127Z Compiling foreign-types v0.3.2
15152026-03-20T18:14:59.025Z Compiling goblin v0.10.5
15162026-03-20T18:14:59.167Z Compiling openssl-macros v0.1.1
15172026-03-20T18:14:59.654Z Compiling thiserror-impl v1.0.69
15182026-03-20T18:14:59.730Z Compiling hyper v1.8.1
15192026-03-20T18:15:00.969Z Compiling wait-timeout v0.2.1
15202026-03-20T18:15:01.083Z Compiling num_threads v0.1.7
15212026-03-20T18:15:01.203Z Compiling simd-adler32 v0.3.8
15222026-03-20T18:15:01.306Z Compiling either v1.15.0
15232026-03-20T18:15:01.310Z Compiling quick-error v1.2.3
15242026-03-20T18:15:01.453Z Compiling bit-vec v0.8.0
15252026-03-20T18:15:01.532Z Compiling native-tls v0.2.18
15262026-03-20T18:15:01.574Z Compiling siphasher v1.0.2
15272026-03-20T18:15:01.754Z Compiling usdt-impl v0.6.0
15282026-03-20T18:15:01.803Z Compiling bit-set v0.8.0
15292026-03-20T18:15:01.824Z Compiling rusty-fork v0.3.1
15302026-03-20T18:15:01.854Z Compiling thiserror v1.0.69
15312026-03-20T18:15:01.982Z Compiling time v0.3.47
15322026-03-20T18:15:02.005Z Compiling hyper-util v0.1.20
15332026-03-20T18:15:02.496Z Compiling derive_builder_core v0.20.2
15342026-03-20T18:15:03.707Z Compiling dof v0.4.0
15352026-03-20T18:15:03.791Z Compiling unicode-normalization v0.1.25
15362026-03-20T18:15:04.171Z Compiling crossbeam-epoch v0.9.18
15372026-03-20T18:15:04.328Z Compiling dtrace-parser v0.3.0
15382026-03-20T18:15:04.393Z Compiling rustls-native-certs v0.8.3
15392026-03-20T18:15:04.600Z Compiling signature v2.2.0
15402026-03-20T18:15:04.763Z Compiling scroll_derive v0.12.1
15412026-03-20T18:15:04.882Z Compiling heapless v0.7.17
15422026-03-20T18:15:05.008Z Compiling rand_xorshift v0.4.0
15432026-03-20T18:15:05.118Z Compiling darling_core v0.21.3
15442026-03-20T18:15:05.257Z Compiling slog v2.8.2
15452026-03-20T18:15:05.310Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-03-20T18:15:05.358Z Compiling sync_wrapper v1.0.2
15472026-03-20T18:15:05.436Z Compiling thread-id v5.1.0
15482026-03-20T18:15:05.493Z Compiling cookie v0.18.1
15492026-03-20T18:15:05.537Z Compiling adler2 v2.0.1
15502026-03-20T18:15:05.610Z Compiling unicode-properties v0.1.4
15512026-03-20T18:15:05.658Z Compiling unicode-bidi v0.3.18
15522026-03-20T18:15:05.696Z Compiling zstd-safe v7.2.4
15532026-03-20T18:15:05.715Z Compiling rayon-core v1.13.0
15542026-03-20T18:15:05.884Z Compiling paste v1.0.15
15552026-03-20T18:15:05.932Z Compiling anyhow v1.0.102
15562026-03-20T18:15:05.952Z Compiling signal-hook v0.3.18
15572026-03-20T18:15:06.162Z Compiling unicode-segmentation v1.12.0
15582026-03-20T18:15:06.214Z Compiling unarray v0.1.4
15592026-03-20T18:15:06.338Z Compiling proptest v1.10.0
15602026-03-20T18:15:06.391Z Compiling stringprep v0.1.5
15612026-03-20T18:15:06.525Z Compiling miniz_oxide v0.8.9
15622026-03-20T18:15:06.583Z Compiling scroll v0.12.0
15632026-03-20T18:15:06.932Z Compiling tower v0.5.3
15642026-03-20T18:15:07.334Z Compiling crossbeam-deque v0.8.6
15652026-03-20T18:15:07.344Z Compiling derive_builder_macro v0.20.2
15662026-03-20T18:15:07.414Z Compiling ipnetwork v0.21.1
15672026-03-20T18:15:07.431Z Compiling http-body-util v0.1.3
15682026-03-20T18:15:07.593Z Compiling webpki-roots v1.0.6
15692026-03-20T18:15:07.603Z Compiling rand_chacha v0.3.1
15702026-03-20T18:15:07.749Z Compiling serde_tokenstream v0.2.3
15712026-03-20T18:15:07.772Z Compiling toml_datetime v0.6.11
15722026-03-20T18:15:07.965Z Compiling serde_spanned v0.6.9
15732026-03-20T18:15:07.982Z Compiling erased-serde v0.3.31
15742026-03-20T18:15:08.113Z Compiling md-5 v0.10.6
15752026-03-20T18:15:08.148Z Compiling zerocopy-derive v0.7.35
15762026-03-20T18:15:08.166Z Compiling curve25519-dalek v4.1.3
15772026-03-20T18:15:08.324Z Compiling vergen-lib v0.1.6
15782026-03-20T18:15:08.597Z Compiling num-integer v0.1.46
15792026-03-20T18:15:08.604Z Compiling hash32 v0.2.1
15802026-03-20T18:15:08.668Z Compiling ff v0.13.1
15812026-03-20T18:15:08.714Z Compiling memoffset v0.9.1
15822026-03-20T18:15:08.778Z Compiling darling_macro v0.21.3
15832026-03-20T18:15:08.832Z Compiling smoltcp v0.9.1
15842026-03-20T18:15:08.839Z Compiling zlib-rs v0.6.2
15852026-03-20T18:15:08.947Z Compiling num-bigint-dig v0.8.6
15862026-03-20T18:15:08.974Z Compiling cfg_aliases v0.2.1
15872026-03-20T18:15:09.095Z Compiling iri-string v0.7.10
15882026-03-20T18:15:09.174Z Compiling litrs v1.0.0
15892026-03-20T18:15:09.276Z Compiling base16ct v0.2.0
15902026-03-20T18:15:09.300Z Compiling ryu v1.0.23
15912026-03-20T18:15:09.381Z Compiling psl-types v2.0.11
15922026-03-20T18:15:09.496Z Compiling ref-cast v1.0.25
15932026-03-20T18:15:09.524Z Compiling fallible-iterator v0.2.0
15942026-03-20T18:15:09.542Z Compiling rustix v0.38.44
15952026-03-20T18:15:09.850Z Compiling document-features v0.2.12
15962026-03-20T18:15:09.933Z Compiling postgres-protocol v0.6.10
15972026-03-20T18:15:09.954Z Compiling newtype-uuid v1.3.2
15982026-03-20T18:15:10.089Z Compiling publicsuffix v2.3.0
15992026-03-20T18:15:10.306Z Compiling serde_urlencoded v0.7.1
16002026-03-20T18:15:10.371Z Compiling sec1 v0.7.3
16012026-03-20T18:15:10.614Z Compiling darling v0.21.3
16022026-03-20T18:15:10.632Z Compiling zerocopy v0.7.35
16032026-03-20T18:15:10.674Z Compiling tower-http v0.6.8
16042026-03-20T18:15:10.732Z Compiling nix v0.31.1
16052026-03-20T18:15:10.876Z Compiling num-iter v0.1.45
16062026-03-20T18:15:12.028Z Compiling group v0.13.0
16072026-03-20T18:15:12.036Z Compiling derive_builder v0.20.2
16082026-03-20T18:15:12.036Z Compiling rand v0.8.5
16092026-03-20T18:15:12.037Z Compiling oxnet v0.1.4
16102026-03-20T18:15:12.037Z Compiling proc-macro-error v1.0.4
16112026-03-20T18:15:12.037Z Compiling tokio-native-tls v0.3.1
16122026-03-20T18:15:12.037Z Compiling goblin v0.8.2
16132026-03-20T18:15:12.121Z Compiling heck v0.4.1
16142026-03-20T18:15:12.723Z Compiling phf_shared v0.13.1
16152026-03-20T18:15:12.869Z Compiling regex v1.12.3
16162026-03-20T18:15:13.058Z Compiling flate2 v1.1.9
16172026-03-20T18:15:13.084Z Compiling hubpack_derive v0.1.1
16182026-03-20T18:15:13.311Z Compiling lazy_static v1.5.0
16192026-03-20T18:15:13.427Z Compiling cargo-platform v0.1.9
16202026-03-20T18:15:13.448Z Compiling hkdf v0.12.4
16212026-03-20T18:15:13.465Z Compiling crypto-bigint v0.5.5
16222026-03-20T18:15:13.643Z Compiling ref-cast-impl v1.0.25
16232026-03-20T18:15:13.701Z Compiling curve25519-dalek-derive v0.1.1
16242026-03-20T18:15:13.701Z Compiling strum_macros v0.27.2
16252026-03-20T18:15:13.761Z Compiling async-trait v0.1.89
16262026-03-20T18:15:14.318Z Compiling daft-derive v0.1.5
16272026-03-20T18:15:14.496Z Compiling terminal_size v0.4.3
16282026-03-20T18:15:14.668Z Compiling vergen v9.0.6
16292026-03-20T18:15:14.889Z Compiling fs-err v3.3.0
16302026-03-20T18:15:15.133Z Compiling ahash v0.8.12
16312026-03-20T18:15:15.191Z Compiling managed v0.8.0
16322026-03-20T18:15:15.263Z Compiling foldhash v0.1.5
16332026-03-20T18:15:15.380Z Compiling bitflags v1.3.2
16342026-03-20T18:15:15.462Z Compiling winnow v0.5.40
16352026-03-20T18:15:15.481Z Compiling libbz2-rs-sys v0.2.2
16362026-03-20T18:15:15.489Z Compiling bumpalo v3.20.2
16372026-03-20T18:15:15.845Z Compiling object v0.37.3
16382026-03-20T18:15:16.214Z Compiling bzip2 v0.6.1
16392026-03-20T18:15:16.346Z Compiling clap_builder v4.5.60
16402026-03-20T18:15:16.365Z Compiling strum v0.27.2
16412026-03-20T18:15:16.408Z Compiling zopfli v0.8.3
16422026-03-20T18:15:16.516Z Compiling hashbrown v0.15.5
16432026-03-20T18:15:16.937Z Compiling console v0.16.2
16442026-03-20T18:15:17.240Z Compiling toml_edit v0.19.15
16452026-03-20T18:15:17.351Z Compiling daft v0.1.5
16462026-03-20T18:15:17.547Z Compiling dof v0.3.0
16472026-03-20T18:15:17.630Z Compiling elliptic-curve v0.13.8
16482026-03-20T18:15:17.893Z Compiling hubpack v0.1.2
16492026-03-20T18:15:18.153Z Compiling cargo_metadata v0.19.2
16502026-03-20T18:15:18.552Z Compiling phf v0.13.1
16512026-03-20T18:15:18.760Z Compiling signal-hook-mio v0.2.5
16522026-03-20T18:15:18.908Z Compiling cookie_store v0.22.1
16532026-03-20T18:15:19.785Z Compiling zstd v0.13.3
16542026-03-20T18:15:20.011Z Compiling zone_cfg_derive v0.3.1
16552026-03-20T18:15:20.557Z Compiling hyper-tls v0.6.0
16562026-03-20T18:15:20.600Z Compiling rayon v1.11.0
16572026-03-20T18:15:20.633Z Compiling bzip2 v0.4.4
16582026-03-20T18:15:20.877Z Compiling serde_with_macros v3.17.0
16592026-03-20T18:15:20.907Z Compiling postgres-types v0.2.12
16602026-03-20T18:15:21.073Z Compiling usdt-attr-macro v0.6.0
16612026-03-20T18:15:21.680Z Compiling usdt-macro v0.6.0
16622026-03-20T18:15:21.699Z Compiling ed25519 v2.2.3
16632026-03-20T18:15:22.107Z Compiling dtrace-parser v0.2.0
16642026-03-20T18:15:22.406Z Compiling phf_shared v0.11.3
16652026-03-20T18:15:22.555Z Compiling itertools v0.12.1
16662026-03-20T18:15:22.647Z Compiling bstr v1.12.1
16672026-03-20T18:15:22.697Z Compiling pkcs1 v0.7.5
16682026-03-20T18:15:22.920Z Compiling hex v0.4.3
16692026-03-20T18:15:23.086Z Compiling serde-big-array v0.5.1
16702026-03-20T18:15:23.219Z Compiling rfc6979 v0.4.0
16712026-03-20T18:15:23.261Z Compiling enum-as-inner v0.6.1
16722026-03-20T18:15:23.285Z Compiling clap_derive v4.5.55
16732026-03-20T18:15:23.297Z Compiling strum_macros v0.26.4
16742026-03-20T18:15:23.365Z Compiling serde_repr v0.1.20
16752026-03-20T18:15:23.554Z Compiling float-cmp v0.10.0
16762026-03-20T18:15:23.740Z Compiling memmap2 v0.9.10
16772026-03-20T18:15:23.917Z Compiling thread-id v4.2.2
16782026-03-20T18:15:24.033Z Compiling env_filter v1.0.0
16792026-03-20T18:15:24.034Z Compiling encoding_rs v0.8.35
16802026-03-20T18:15:24.064Z Compiling keccak v0.1.6
16812026-03-20T18:15:24.228Z Compiling predicates-core v1.0.10
16822026-03-20T18:15:24.435Z Compiling rustc-hash v2.1.1
16832026-03-20T18:15:24.465Z Compiling new_debug_unreachable v1.0.6
16842026-03-20T18:15:24.557Z Compiling whoami v2.1.0
16852026-03-20T18:15:24.598Z Compiling normalize-line-endings v0.3.0
16862026-03-20T18:15:24.716Z Compiling precomputed-hash v0.1.1
16872026-03-20T18:15:24.838Z Compiling unit-prefix v0.5.2
16882026-03-20T18:15:25.020Z Compiling fixedbitset v0.5.7
16892026-03-20T18:15:25.062Z Compiling static_assertions v1.1.0
16902026-03-20T18:15:25.155Z Compiling mime v0.3.17
16912026-03-20T18:15:25.173Z Compiling jiff v0.2.21
16922026-03-20T18:15:25.427Z Compiling difflib v0.4.0
16932026-03-20T18:15:25.474Z Compiling data-encoding v2.10.0
16942026-03-20T18:15:25.500Z Compiling fixedbitset v0.4.2
16952026-03-20T18:15:25.706Z Compiling strum v0.26.3
16962026-03-20T18:15:25.722Z Compiling clap v4.5.60
16972026-03-20T18:15:25.784Z Compiling predicates v3.1.4
16982026-03-20T18:15:25.825Z Compiling petgraph v0.6.5
16992026-03-20T18:15:25.867Z Compiling hickory-proto v0.25.2
17002026-03-20T18:15:26.071Z Compiling petgraph v0.8.3
17012026-03-20T18:15:26.192Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17022026-03-20T18:15:26.439Z Compiling indicatif v0.18.4
17032026-03-20T18:15:26.658Z Compiling tokio-postgres v0.7.16
17042026-03-20T18:15:27.601Z Compiling string_cache v0.8.9
17052026-03-20T18:15:27.894Z Compiling iddqd v0.3.17
17062026-03-20T18:15:27.913Z Compiling toml_edit v0.22.27
17072026-03-20T18:15:28.733Z Compiling env_logger v0.11.9
17082026-03-20T18:15:29.203Z Compiling zip v4.6.1
17092026-03-20T18:15:29.415Z Compiling sha3 v0.10.8
17102026-03-20T18:15:29.627Z Compiling zone v0.3.1
17112026-03-20T18:15:29.968Z Compiling usdt-impl v0.5.0
17122026-03-20T18:15:30.015Z Compiling usdt v0.6.0
17132026-03-20T18:15:30.348Z Compiling ecdsa v0.16.9
17142026-03-20T18:15:30.506Z Compiling similar v2.7.0
17152026-03-20T18:15:30.547Z Compiling serde_with v3.17.0
17162026-03-20T18:15:30.757Z Compiling rsa v0.9.10
17172026-03-20T18:15:30.859Z Compiling crossterm v0.28.1
17182026-03-20T18:15:31.083Z Compiling ed25519-dalek v2.2.0
17192026-03-20T18:15:31.741Z Compiling zip v0.6.6
17202026-03-20T18:15:32.280Z Compiling toml v0.7.8
17212026-03-20T18:15:32.845Z Compiling toml_parser v1.0.9+spec-1.1.0
17222026-03-20T18:15:32.986Z Compiling itertools v0.13.0
17232026-03-20T18:15:33.017Z Compiling tokio-stream v0.1.18
17242026-03-20T18:15:33.178Z Compiling buf-list v1.1.2
17252026-03-20T18:15:33.552Z Compiling x509-cert v0.2.5
17262026-03-20T18:15:33.630Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-03-20T18:15:33.724Z Compiling openapiv3 v2.2.0
17282026-03-20T18:15:33.739Z Compiling sha1 v0.10.6
17292026-03-20T18:15:34.020Z Compiling toml_datetime v0.7.5+spec-1.1.0
17302026-03-20T18:15:34.026Z Compiling peg-runtime v0.8.5
17312026-03-20T18:15:34.394Z Compiling lalrpop-util v0.19.12
17322026-03-20T18:15:34.397Z Compiling thread_local v1.1.9
17332026-03-20T18:15:34.641Z Compiling slog-async v2.8.0
17342026-03-20T18:15:34.698Z Compiling crossbeam-channel v0.5.15
17352026-03-20T18:15:34.739Z Compiling futures-executor v0.3.32
17362026-03-20T18:15:35.002Z Compiling filetime v0.2.27
17372026-03-20T18:15:35.042Z Compiling is-terminal v0.4.17
17382026-03-20T18:15:35.080Z Compiling xattr v1.6.1
17392026-03-20T18:15:35.165Z Compiling take_mut v0.2.2
17402026-03-20T18:15:35.233Z Compiling term v1.2.1
17412026-03-20T18:15:35.317Z Compiling tar v0.4.44
17422026-03-20T18:15:35.320Z Compiling futures v0.3.32
17432026-03-20T18:15:35.851Z Compiling slog-term v2.9.2
17442026-03-20T18:15:42.249Z Compiling rustls-webpki v0.103.9
17452026-03-20T18:15:46.302Z Compiling tokio-rustls v0.26.4
17462026-03-20T18:15:46.302Z Compiling rustls-platform-verifier v0.6.2
17472026-03-20T18:15:46.561Z Compiling hyper-rustls v0.27.7
17482026-03-20T18:15:46.825Z Compiling reqwest v0.12.28
17492026-03-20T18:15:46.841Z Compiling reqwest v0.13.2
17502026-03-20T18:15:49.822Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-03-20T18:15:50.097Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-03-20T18:15:53.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17532026-03-20T18:15:54.106Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17542026-03-20T18:15:54.165ZMar 20 18:15:53.785 INFO Starting download, target: Console
17552026-03-20T18:15:54.165ZMar 20 18:15:53.786 INFO Starting download, target: Clickhouse
17562026-03-20T18:15:54.165ZMar 20 18:15:53.786 INFO Starting download, target: TransceiverControl
17572026-03-20T18:15:54.165ZMar 20 18:15:53.786 INFO Starting download, target: Cockroach
17582026-03-20T18:15:54.165ZMar 20 18:15:53.786 INFO Starting download, target: DendriteStub
17592026-03-20T18:15:54.172ZMar 20 18:15:53.786 INFO Starting download, target: MaghemiteMgd
17602026-03-20T18:15:54.172ZMar 20 18:15:53.786 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-03-20T18:15:54.172ZMar 20 18:15:53.786 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17622026-03-20T18:15:54.172ZMar 20 18:15:53.786 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17632026-03-20T18:15:54.172ZMar 20 18:15:53.786 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-03-20T18:15:54.172ZMar 20 18:15:53.786 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-03-20T18:15:54.172ZMar 20 18:15:53.786 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17662026-03-20T18:15:54.582ZMar 20 18:15:54.190 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-03-20T18:15:54.921ZMar 20 18:15:54.538 INFO Download complete, target: TransceiverControl
17682026-03-20T18:15:55.210ZMar 20 18:15:54.822 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17692026-03-20T18:15:55.585ZMar 20 18:15:55.205 INFO Download complete, target: Console
17702026-03-20T18:15:55.805ZMar 20 18:15:55.424 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-03-20T18:15:56.132ZMar 20 18:15:55.750 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-03-20T18:15:56.154ZMar 20 18:15:55.776 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-03-20T18:15:56.683ZMar 20 18:15:56.305 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17742026-03-20T18:15:56.684ZMar 20 18:15:56.305 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17752026-03-20T18:15:59.367ZMar 20 18:15:58.990 INFO Download complete, target: DendriteStub
17762026-03-20T18:15:59.719ZMar 20 18:15:59.343 INFO Download complete, target: MaghemiteMgd
17772026-03-20T18:16:04.368ZMar 20 18:16:03.987 INFO Checking that binary works, target: Cockroach
17782026-03-20T18:16:04.481ZMar 20 18:16:04.103 INFO Download complete, target: Cockroach
17792026-03-20T18:16:07.323ZMar 20 18:16:06.951 INFO Checking that binary works, target: Clickhouse
17802026-03-20T18:16:07.512ZMar 20 18:16:07.139 INFO Download complete, target: Clickhouse
17812026-03-20T18:16:07.653ZAll builder prerequisites installed successfully, and PATH looks valid
17822026-03-20T18:16:07.658Z
17832026-03-20T18:16:07.659Zreal 4:04.567596835
17842026-03-20T18:16:07.659Zuser 10:22.105760832
17852026-03-20T18:16:07.659Zsys 1:47.796358789
17862026-03-20T18:16:07.659Ztrap 0.320135055
17872026-03-20T18:16:07.659Ztflt 0.767430364
17882026-03-20T18:16:07.659Zdflt 0.793528930
17892026-03-20T18:16:07.659Zkflt 0.026133236
17902026-03-20T18:16:07.659Zlock 30:19.657031491
17912026-03-20T18:16:07.659Zslp 29:24.790427668
17922026-03-20T18:16:07.659Zlat 55.383739471
17932026-03-20T18:16:07.659Zstop 2:38.391638620
17942026-03-20T18:16:07.659Z+ banner hack-check
17952026-03-20T18:16:07.659Z
17962026-03-20T18:16:07.659Z # # ## #### # # #### # # ###### #### # #
17972026-03-20T18:16:07.659Z # # # # # # # # # # # # # # # # #
17982026-03-20T18:16:07.659Z ###### # # # #### ##### # ###### ##### # ####
17992026-03-20T18:16:07.659Z # # ###### # # # # # # # # # #
18002026-03-20T18:16:07.659Z # # # # # # # # # # # # # # # # #
18012026-03-20T18:16:07.659Z # # # # #### # # #### # # ###### #### # #
18022026-03-20T18:16:07.660Z
18032026-03-20T18:16:07.660Z+ export CARGO_INCREMENTAL=0
18042026-03-20T18:16:07.660Z+ CARGO_INCREMENTAL=0
18052026-03-20T18:16:07.660Z+ ptime -m timeout 2h cargo xtask check-features --ci
18062026-03-20T18:16:08.380Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18072026-03-20T18:16:08.657Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18082026-03-20T18:16:11.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18092026-03-20T18:16:11.262Z Running `target/debug/xtask check-features --ci`
18102026-03-20T18:16:11.295Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18112026-03-20T18:16:11.300Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18122026-03-20T18:16:11.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18132026-03-20T18:16:11.975Z Running `target/debug/xtask download cargo-hack`
18142026-03-20T18:16:13.029Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-03-20T18:16:13.420Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-03-20T18:16:16.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
18172026-03-20T18:16:16.925Z Running `target/debug/xtask-downloader cargo-hack`
18182026-03-20T18:16:16.973ZMar 20 18:16:16.603 INFO Starting download, target: CargoHack
18192026-03-20T18:16:16.976ZMar 20 18:16:16.604 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18202026-03-20T18:16:17.213ZMar 20 18:16:16.847 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18212026-03-20T18:16:17.293ZMar 20 18:16:16.927 INFO Download complete, target: CargoHack
18222026-03-20T18:16:17.297Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18232026-03-20T18:16:17.314Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18242026-03-20T18:16:17.515Zinfo: running `cargo check --bins` on api_identity (1/259)
18252026-03-20T18:16:18.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-03-20T18:16:18.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-03-20T18:16:18.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-03-20T18:16:18.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18292026-03-20T18:16:18.294Z
18302026-03-20T18:16:18.294Zinfo: running `cargo check --bins` on bootstore (2/259)
18312026-03-20T18:16:18.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-03-20T18:16:18.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-03-20T18:16:18.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-03-20T18:16:18.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18352026-03-20T18:16:19.071Z
18362026-03-20T18:16:19.071Zinfo: running `cargo check --bins` on omicron-ledger (3/259)
18372026-03-20T18:16:19.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-03-20T18:16:19.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-03-20T18:16:19.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-03-20T18:16:19.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18412026-03-20T18:16:19.840Z
18422026-03-20T18:16:19.840Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/259)
18432026-03-20T18:16:20.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-03-20T18:16:20.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-03-20T18:16:20.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-03-20T18:16:20.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18472026-03-20T18:16:20.618Z
18482026-03-20T18:16:20.618Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/259)
18492026-03-20T18:16:21.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-03-20T18:16:21.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-03-20T18:16:21.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-03-20T18:16:21.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18532026-03-20T18:16:21.410Z
18542026-03-20T18:16:21.410Zinfo: running `cargo check --bins` on omicron-certificates (6/259)
18552026-03-20T18:16:22.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-03-20T18:16:22.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-03-20T18:16:22.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-03-20T18:16:22.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18592026-03-20T18:16:22.193Z
18602026-03-20T18:16:22.193Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/259)
18612026-03-20T18:16:22.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-03-20T18:16:22.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-03-20T18:16:22.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-03-20T18:16:22.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18652026-03-20T18:16:23.037Z
18662026-03-20T18:16:23.037Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/259)
18672026-03-20T18:16:23.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-03-20T18:16:23.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-03-20T18:16:23.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-03-20T18:16:23.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18712026-03-20T18:16:23.925Z
18722026-03-20T18:16:23.925Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/259)
18732026-03-20T18:16:24.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-03-20T18:16:24.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-03-20T18:16:24.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-03-20T18:16:24.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18772026-03-20T18:16:24.438Z
18782026-03-20T18:16:24.438Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/259)
18792026-03-20T18:16:24.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-03-20T18:16:24.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-03-20T18:16:24.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-03-20T18:16:24.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18832026-03-20T18:16:25.021Z
18842026-03-20T18:16:25.021Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/259)
18852026-03-20T18:16:25.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-03-20T18:16:25.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-03-20T18:16:25.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-03-20T18:16:25.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18892026-03-20T18:16:25.645Z
18902026-03-20T18:16:25.645Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/259)
18912026-03-20T18:16:26.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-03-20T18:16:26.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-03-20T18:16:26.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-03-20T18:16:26.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18952026-03-20T18:16:26.251Z
18962026-03-20T18:16:26.251Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/259)
18972026-03-20T18:16:26.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-03-20T18:16:26.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-03-20T18:16:26.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-03-20T18:16:26.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19012026-03-20T18:16:26.870Z
19022026-03-20T18:16:26.870Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/259)
19032026-03-20T18:16:27.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-03-20T18:16:27.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-03-20T18:16:27.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-03-20T18:16:27.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19072026-03-20T18:16:27.499Z
19082026-03-20T18:16:27.499Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/259)
19092026-03-20T18:16:28.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-03-20T18:16:28.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-03-20T18:16:28.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-03-20T18:16:28.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19132026-03-20T18:16:28.120Z
19142026-03-20T18:16:28.120Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/259)
19152026-03-20T18:16:28.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-03-20T18:16:28.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-03-20T18:16:28.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-03-20T18:16:28.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19192026-03-20T18:16:28.747Z
19202026-03-20T18:16:28.747Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/259)
19212026-03-20T18:16:29.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-03-20T18:16:29.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-03-20T18:16:29.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-03-20T18:16:29.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19252026-03-20T18:16:29.369Z
19262026-03-20T18:16:29.369Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/259)
19272026-03-20T18:16:29.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-03-20T18:16:29.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-03-20T18:16:29.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-03-20T18:16:29.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19312026-03-20T18:16:29.988Z
19322026-03-20T18:16:29.988Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/259)
19332026-03-20T18:16:30.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-03-20T18:16:30.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-03-20T18:16:30.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-03-20T18:16:30.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19372026-03-20T18:16:30.605Z
19382026-03-20T18:16:30.605Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/259)
19392026-03-20T18:16:31.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-03-20T18:16:31.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-03-20T18:16:31.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-03-20T18:16:31.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19432026-03-20T18:16:31.233Z
19442026-03-20T18:16:31.234Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/259)
19452026-03-20T18:16:31.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-03-20T18:16:31.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-03-20T18:16:31.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-03-20T18:16:31.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19492026-03-20T18:16:31.854Z
19502026-03-20T18:16:31.854Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/259)
19512026-03-20T18:16:32.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-03-20T18:16:32.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-03-20T18:16:32.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-03-20T18:16:32.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19552026-03-20T18:16:32.479Z
19562026-03-20T18:16:32.479Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/259)
19572026-03-20T18:16:33.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-03-20T18:16:33.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-03-20T18:16:33.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-03-20T18:16:33.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19612026-03-20T18:16:33.101Z
19622026-03-20T18:16:33.101Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/259)
19632026-03-20T18:16:33.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-03-20T18:16:33.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-03-20T18:16:33.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-03-20T18:16:33.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19672026-03-20T18:16:33.722Z
19682026-03-20T18:16:33.722Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/259)
19692026-03-20T18:16:34.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-03-20T18:16:34.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-03-20T18:16:34.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-03-20T18:16:34.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19732026-03-20T18:16:34.401Z
19742026-03-20T18:16:34.401Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/259)
19752026-03-20T18:16:34.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-03-20T18:16:34.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-03-20T18:16:34.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-03-20T18:16:34.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19792026-03-20T18:16:34.975Z
19802026-03-20T18:16:34.975Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/259)
19812026-03-20T18:16:35.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-03-20T18:16:35.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-03-20T18:16:35.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-03-20T18:16:35.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19852026-03-20T18:16:35.603Z
19862026-03-20T18:16:35.604Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/259)
19872026-03-20T18:16:36.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-03-20T18:16:36.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-03-20T18:16:36.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-03-20T18:16:36.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19912026-03-20T18:16:36.225Z
19922026-03-20T18:16:36.225Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/259)
19932026-03-20T18:16:36.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-03-20T18:16:36.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-03-20T18:16:36.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-03-20T18:16:36.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19972026-03-20T18:16:36.851Z
19982026-03-20T18:16:36.851Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/259)
19992026-03-20T18:16:37.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-03-20T18:16:37.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-03-20T18:16:37.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-03-20T18:16:37.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20032026-03-20T18:16:37.472Z
20042026-03-20T18:16:37.472Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/259)
20052026-03-20T18:16:38.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-03-20T18:16:38.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-03-20T18:16:38.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-03-20T18:16:38.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20092026-03-20T18:16:38.093Z
20102026-03-20T18:16:38.093Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/259)
20112026-03-20T18:16:38.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-03-20T18:16:38.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-03-20T18:16:38.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-03-20T18:16:38.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20152026-03-20T18:16:38.708Z
20162026-03-20T18:16:38.708Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/259)
20172026-03-20T18:16:39.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-03-20T18:16:39.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-03-20T18:16:39.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-03-20T18:16:39.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20212026-03-20T18:16:39.331Z
20222026-03-20T18:16:39.331Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/259)
20232026-03-20T18:16:39.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-03-20T18:16:39.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-03-20T18:16:39.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-03-20T18:16:39.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20272026-03-20T18:16:39.951Z
20282026-03-20T18:16:39.951Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/259)
20292026-03-20T18:16:40.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-03-20T18:16:40.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-03-20T18:16:40.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-03-20T18:16:40.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20332026-03-20T18:16:40.568Z
20342026-03-20T18:16:40.568Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/259)
20352026-03-20T18:16:41.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-03-20T18:16:41.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-03-20T18:16:41.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-03-20T18:16:41.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20392026-03-20T18:16:41.195Z
20402026-03-20T18:16:41.195Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/259)
20412026-03-20T18:16:41.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-03-20T18:16:41.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-03-20T18:16:41.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-03-20T18:16:41.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20452026-03-20T18:16:41.820Z
20462026-03-20T18:16:41.820Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/259)
20472026-03-20T18:16:42.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-03-20T18:16:42.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-03-20T18:16:42.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-03-20T18:16:42.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20512026-03-20T18:16:42.437Z
20522026-03-20T18:16:42.437Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/259)
20532026-03-20T18:16:42.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-03-20T18:16:42.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-03-20T18:16:42.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-03-20T18:16:43.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20572026-03-20T18:16:43.061Z
20582026-03-20T18:16:43.061Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/259)
20592026-03-20T18:16:43.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-03-20T18:16:43.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-03-20T18:16:43.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-03-20T18:16:43.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20632026-03-20T18:16:43.686Z
20642026-03-20T18:16:43.686Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/259)
20652026-03-20T18:16:44.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-03-20T18:16:44.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-03-20T18:16:44.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-03-20T18:16:44.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20692026-03-20T18:16:44.305Z
20702026-03-20T18:16:44.305Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/259)
20712026-03-20T18:16:44.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-03-20T18:16:44.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-03-20T18:16:44.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-03-20T18:16:44.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20752026-03-20T18:16:44.926Z
20762026-03-20T18:16:44.926Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/259)
20772026-03-20T18:16:45.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-03-20T18:16:45.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-03-20T18:16:45.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-03-20T18:16:45.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20812026-03-20T18:16:45.552Z
20822026-03-20T18:16:45.552Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/259)
20832026-03-20T18:16:46.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-03-20T18:16:46.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-03-20T18:16:46.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-03-20T18:16:46.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20872026-03-20T18:16:46.179Z
20882026-03-20T18:16:46.180Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/259)
20892026-03-20T18:16:46.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-03-20T18:16:46.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-03-20T18:16:46.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-03-20T18:16:46.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20932026-03-20T18:16:46.804Z
20942026-03-20T18:16:46.804Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/259)
20952026-03-20T18:16:47.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-03-20T18:16:47.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-03-20T18:16:47.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-03-20T18:16:47.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20992026-03-20T18:16:47.433Z
21002026-03-20T18:16:47.433Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/259)
21012026-03-20T18:16:47.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-03-20T18:16:47.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-03-20T18:16:47.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-03-20T18:16:47.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21052026-03-20T18:16:48.054Z
21062026-03-20T18:16:48.054Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/259)
21072026-03-20T18:16:48.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-03-20T18:16:48.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-03-20T18:16:48.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-03-20T18:16:48.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21112026-03-20T18:16:48.681Z
21122026-03-20T18:16:48.682Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/259)
21132026-03-20T18:16:49.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-03-20T18:16:49.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-03-20T18:16:49.771Z Checking cfg-if v1.0.4
21162026-03-20T18:16:49.933Z Checking libc v0.2.180
21172026-03-20T18:16:49.937Z Checking serde_core v1.0.228
21182026-03-20T18:16:49.969Z Checking memchr v2.8.0
21192026-03-20T18:16:49.988Z Checking smallvec v1.15.1
21202026-03-20T18:16:49.988Z Checking itoa v1.0.17
21212026-03-20T18:16:50.025Z Checking log v0.4.29
21222026-03-20T18:16:50.025Z Checking zeroize v1.8.2
21232026-03-20T18:16:50.063Z Checking stable_deref_trait v1.2.1
21242026-03-20T18:16:50.156Z Checking zerofrom v0.1.6
21252026-03-20T18:16:50.177Z Checking zmij v1.0.21
21262026-03-20T18:16:50.236Z Checking litemap v0.8.1
21272026-03-20T18:16:50.236Z Checking writeable v0.6.2
21282026-03-20T18:16:50.239Z Checking percent-encoding v2.3.2
21292026-03-20T18:16:50.302Z Checking yoke v0.8.1
21302026-03-20T18:16:50.441Z Checking libm v0.2.16
21312026-03-20T18:16:50.461Z Checking scopeguard v1.2.0
21322026-03-20T18:16:50.482Z Checking icu_normalizer_data v2.1.1
21332026-03-20T18:16:50.482Z Checking icu_properties_data v2.1.2
21342026-03-20T18:16:50.520Z Checking subtle v2.6.1
21352026-03-20T18:16:50.539Z Checking getrandom v0.2.17
21362026-03-20T18:16:50.542Z Checking errno v0.3.14
21372026-03-20T18:16:50.579Z Checking zerovec v0.11.5
21382026-03-20T18:16:50.597Z Checking zerotrie v0.2.3
21392026-03-20T18:16:50.666Z Checking lock_api v0.4.14
21402026-03-20T18:16:50.705Z Checking utf8_iter v1.0.4
21412026-03-20T18:16:50.729Z Checking rand_core v0.6.4
21422026-03-20T18:16:50.729Z Checking form_urlencoded v1.2.2
21432026-03-20T18:16:50.879Z Checking rand_core v0.10.0
21442026-03-20T18:16:50.897Z Checking pin-project-lite v0.2.17
21452026-03-20T18:16:50.922Z Checking portable-atomic v1.13.1
21462026-03-20T18:16:50.944Z Checking typenum v1.19.0
21472026-03-20T18:16:50.979Z Checking critical-section v1.2.0
21482026-03-20T18:16:50.999Z Checking signal-hook-registry v1.4.8
21492026-03-20T18:16:51.043Z Checking getrandom v0.4.1
21502026-03-20T18:16:51.101Z Checking parking_lot_core v0.9.12
21512026-03-20T18:16:51.195Z Checking tinystr v0.8.2
21522026-03-20T18:16:51.209Z Checking potential_utf v0.1.4
21532026-03-20T18:16:51.231Z Checking iana-time-zone v0.1.65
21542026-03-20T18:16:51.344Z Checking parking_lot v0.12.5
21552026-03-20T18:16:51.365Z Checking mio v1.1.1
21562026-03-20T18:16:51.384Z Checking icu_collections v2.1.1
21572026-03-20T18:16:51.415Z Checking icu_locale_core v2.1.1
21582026-03-20T18:16:51.440Z Checking num-traits v0.2.19
21592026-03-20T18:16:51.491Z Checking once_cell v1.21.3
21602026-03-20T18:16:51.584Z Checking socket2 v0.6.2
21612026-03-20T18:16:51.645Z Checking generic-array v0.14.7
21622026-03-20T18:16:51.719Z Checking zerocopy v0.8.40
21632026-03-20T18:16:51.742Z Checking futures-core v0.3.32
21642026-03-20T18:16:51.781Z Checking dyn-clone v1.0.20
21652026-03-20T18:16:51.901Z Checking equivalent v1.0.2
21662026-03-20T18:16:51.918Z Checking allocator-api2 v0.2.21
21672026-03-20T18:16:51.957Z Checking foldhash v0.2.0
21682026-03-20T18:16:52.002Z Checking const-oid v0.9.6
21692026-03-20T18:16:52.092Z Checking serde v1.0.228
21702026-03-20T18:16:52.134Z Checking serde_json v1.0.149
21712026-03-20T18:16:52.177Z Checking icu_provider v2.1.1
21722026-03-20T18:16:52.215Z Checking bitflags v2.11.0
21732026-03-20T18:16:52.274Z Checking crypto-common v0.1.7
21742026-03-20T18:16:52.301Z Checking uuid v1.21.0
21752026-03-20T18:16:52.430Z Checking semver v1.0.27
21762026-03-20T18:16:52.433Z Checking hashbrown v0.16.1
21772026-03-20T18:16:52.482Z Checking icu_normalizer v2.1.1
21782026-03-20T18:16:52.652Z Checking bytes v1.11.1
21792026-03-20T18:16:52.713Z Checking icu_properties v2.1.2
21802026-03-20T18:16:52.730Z Checking chrono v0.4.44
21812026-03-20T18:16:52.881Z Checking futures-sink v0.3.32
21822026-03-20T18:16:53.014Z Checking futures-channel v0.3.32
21832026-03-20T18:16:53.031Z Checking block-buffer v0.10.4
21842026-03-20T18:16:53.059Z Checking futures-task v0.3.32
21852026-03-20T18:16:53.101Z Checking slab v0.4.12
21862026-03-20T18:16:53.214Z Checking futures-io v0.3.32
21872026-03-20T18:16:53.237Z Checking digest v0.10.7
21882026-03-20T18:16:53.257Z Checking tokio v1.49.0
21892026-03-20T18:16:53.277Z Checking thiserror v2.0.18
21902026-03-20T18:16:53.303Z Checking byteorder v1.5.0
21912026-03-20T18:16:53.350Z Checking futures-util v0.3.32
21922026-03-20T18:16:53.402Z Checking indexmap v2.13.0
21932026-03-20T18:16:53.490Z Checking base64 v0.22.1
21942026-03-20T18:16:53.570Z Checking cpufeatures v0.2.17
21952026-03-20T18:16:53.668Z Checking http v1.4.0
21962026-03-20T18:16:53.804Z Checking fnv v1.0.7
21972026-03-20T18:16:53.870Z Checking idna_adapter v1.2.1
21982026-03-20T18:16:53.904Z Checking unicode-ident v1.0.24
21992026-03-20T18:16:53.926Z Checking tracing-core v0.1.36
22002026-03-20T18:16:54.017Z Checking idna v1.1.0
22012026-03-20T18:16:54.041Z Checking proc-macro2 v1.0.106
22022026-03-20T18:16:54.178Z Checking thiserror v1.0.69
22032026-03-20T18:16:54.299Z Checking rustls-pki-types v1.14.0
22042026-03-20T18:16:54.327Z Checking url v2.5.8
22052026-03-20T18:16:54.330Z Checking tracing v0.1.44
22062026-03-20T18:16:54.438Z Checking regex-syntax v0.8.10
22072026-03-20T18:16:54.466Z Checking quote v1.0.44
22082026-03-20T18:16:54.610Z Checking untrusted v0.9.0
22092026-03-20T18:16:54.681Z Checking ipnet v2.11.0
22102026-03-20T18:16:54.703Z Checking syn v2.0.117
22112026-03-20T18:16:54.741Z Checking ring v0.17.14
22122026-03-20T18:16:54.891Z Checking schemars v0.8.22
22132026-03-20T18:16:55.023Z Checking httparse v1.10.1
22142026-03-20T18:16:55.300Z Checking http-body v1.0.1
22152026-03-20T18:16:55.470Z Checking rustix v1.1.3
22162026-03-20T18:16:55.686Z Checking ppv-lite86 v0.2.21
22172026-03-20T18:16:55.781Z Checking block-padding v0.3.3
22182026-03-20T18:16:55.953Z Checking getrandom v0.3.4
22192026-03-20T18:16:56.006Z Checking atomic-waker v1.1.2
22202026-03-20T18:16:56.099Z Checking inout v0.1.4
22212026-03-20T18:16:56.123Z Checking hmac v0.12.1
22222026-03-20T18:16:56.126Z Checking aws-lc-sys v0.37.1
22232026-03-20T18:16:56.162Z Checking aho-corasick v1.1.4
22242026-03-20T18:16:56.250Z Checking httpdate v1.0.3
22252026-03-20T18:16:56.274Z Checking untrusted v0.7.1
22262026-03-20T18:16:56.294Z Checking powerfmt v0.2.0
22272026-03-20T18:16:56.418Z Checking tower-service v0.3.3
22282026-03-20T18:16:56.437Z Checking openssl-probe v0.2.1
22292026-03-20T18:16:56.501Z Checking tower-layer v0.3.3
22302026-03-20T18:16:56.530Z Checking try-lock v0.2.5
22312026-03-20T18:16:56.569Z Checking deranged v0.5.8
22322026-03-20T18:16:57.059Z Checking want v0.3.1
22332026-03-20T18:16:57.088Z Checking cipher v0.4.4
22342026-03-20T18:16:57.089Z Checking rand_core v0.9.5
22352026-03-20T18:16:57.089Z Checking time-core v0.1.8
22362026-03-20T18:16:57.089Z Checking aws-lc-rs v1.16.0
22372026-03-20T18:16:57.089Z Checking base64ct v1.8.3
22382026-03-20T18:16:57.089Z Checking num_threads v0.1.7
22392026-03-20T18:16:57.089Z Checking num-conv v0.2.0
22402026-03-20T18:16:57.089Z Checking pin-utils v0.1.0
22412026-03-20T18:16:57.095Z Checking regex-automata v0.4.14
22422026-03-20T18:16:57.149Z Checking sha2 v0.10.9
22432026-03-20T18:16:57.165Z Checking erased-serde v0.3.31
22442026-03-20T18:16:57.237Z Checking pretty-hex v0.4.1
22452026-03-20T18:16:57.390Z Checking rand_chacha v0.9.0
22462026-03-20T18:16:57.508Z Checking ryu v1.0.23
22472026-03-20T18:16:57.559Z Checking tokio-util v0.7.18
22482026-03-20T18:16:57.645Z Checking fastrand v2.3.0
22492026-03-20T18:16:57.687Z Checking rand v0.9.2
22502026-03-20T18:16:57.743Z Checking slog v2.8.2
22512026-03-20T18:16:57.857Z Checking time v0.3.47
22522026-03-20T18:16:57.938Z Checking pem-rfc7468 v0.7.0
22532026-03-20T18:16:58.033Z Checking rustls-native-certs v0.8.3
22542026-03-20T18:16:58.048Z Checking rustls-webpki v0.103.9
22552026-03-20T18:16:58.086Z Checking ipnetwork v0.21.1
22562026-03-20T18:16:58.128Z Checking http-body-util v0.1.3
22572026-03-20T18:16:58.143Z Checking sync_wrapper v1.0.2
22582026-03-20T18:16:58.273Z Checking spin v0.9.8
22592026-03-20T18:16:58.321Z Checking flagset v0.4.7
22602026-03-20T18:16:58.382Z Checking plain v0.2.3
22612026-03-20T18:16:58.413Z Checking h2 v0.4.13
22622026-03-20T18:16:58.427Z Checking tower v0.5.3
22632026-03-20T18:16:58.472Z Checking der v0.7.10
22642026-03-20T18:16:58.497Z Checking serde_urlencoded v0.7.1
22652026-03-20T18:16:58.790Z Checking rand_chacha v0.3.1
22662026-03-20T18:16:58.850Z Checking rustls v0.23.37
22672026-03-20T18:16:58.862Z Checking webpki-roots v1.0.6
22682026-03-20T18:16:58.862Z Checking tinyvec_macros v0.1.1
22692026-03-20T18:16:58.906Z Checking ucd-trie v0.1.7
22702026-03-20T18:16:58.936Z Checking iri-string v0.7.10
22712026-03-20T18:16:58.959Z Checking tinyvec v1.10.0
22722026-03-20T18:16:59.071Z Checking pest v2.8.6
22732026-03-20T18:16:59.390Z Checking rand v0.8.5
22742026-03-20T18:16:59.425Z Checking tempfile v3.25.0
22752026-03-20T18:16:59.531Z Checking spki v0.7.3
22762026-03-20T18:16:59.593Z Checking salsa20 v0.10.2
22772026-03-20T18:16:59.684Z Checking pbkdf2 v0.12.2
22782026-03-20T18:16:59.704Z Checking unicode-width v0.2.0
22792026-03-20T18:16:59.736Z Checking foreign-types-shared v0.1.1
22802026-03-20T18:16:59.798Z Checking scrypt v0.11.0
22812026-03-20T18:16:59.847Z Checking foreign-types v0.3.2
22822026-03-20T18:16:59.973Z Checking regex v1.12.3
22832026-03-20T18:16:59.985Z Checking aes v0.8.4
22842026-03-20T18:17:00.021Z Checking cbc v0.1.2
22852026-03-20T18:17:00.073Z Checking anyhow v1.0.102
22862026-03-20T18:17:00.188Z Checking openssl-sys v0.9.111
22872026-03-20T18:17:00.312Z Checking crossbeam-utils v0.8.21
22882026-03-20T18:17:00.334Z Checking oxnet v0.1.4
22892026-03-20T18:17:00.381Z Checking tower-http v0.6.8
22902026-03-20T18:17:00.511Z Checking pkcs5 v0.7.1
22912026-03-20T18:17:00.528Z Checking mime v0.3.17
22922026-03-20T18:17:00.642Z Checking openapiv3 v2.2.0
22932026-03-20T18:17:00.759Z Checking scroll v0.12.0
22942026-03-20T18:17:00.783Z Checking encoding_rs v0.8.35
22952026-03-20T18:17:00.787Z Checking winnow v0.7.14
22962026-03-20T18:17:00.819Z Checking openssl v0.10.75
22972026-03-20T18:17:00.861Z Checking pkcs8 v0.10.2
22982026-03-20T18:17:01.477Z Checking data-encoding v2.10.0
22992026-03-20T18:17:01.481Z Checking siphasher v1.0.2
23002026-03-20T18:17:01.481Z Checking goblin v0.8.2
23012026-03-20T18:17:01.481Z Checking lazy_static v1.5.0
23022026-03-20T18:17:01.540Z Checking zerocopy v0.7.35
23032026-03-20T18:17:02.012Z Checking tokio-rustls v0.26.4
23042026-03-20T18:17:02.045Z Checking hyper v1.8.1
23052026-03-20T18:17:02.066Z Checking wait-timeout v0.2.1
23062026-03-20T18:17:02.079Z Checking managed v0.8.0
23072026-03-20T18:17:02.211Z Checking quick-error v1.2.3
23082026-03-20T18:17:02.237Z Checking either v1.15.0
23092026-03-20T18:17:02.321Z Checking utf8parse v0.2.2
23102026-03-20T18:17:02.341Z Checking bit-vec v0.8.0
23112026-03-20T18:17:02.412Z Checking bitflags v1.3.2
23122026-03-20T18:17:02.433Z Checking psl-types v2.0.11
23132026-03-20T18:17:02.453Z Checking anstyle v1.0.13
23142026-03-20T18:17:02.479Z Checking anstyle-parse v0.2.7
23152026-03-20T18:17:02.504Z Checking rusty-fork v0.3.1
23162026-03-20T18:17:02.577Z Checking publicsuffix v2.3.0
23172026-03-20T18:17:02.598Z Checking bit-set v0.8.0
23182026-03-20T18:17:02.672Z Checking dtrace-parser v0.2.0
23192026-03-20T18:17:02.693Z Checking cookie v0.18.1
23202026-03-20T18:17:02.715Z Checking unicode-normalization v0.1.25
23212026-03-20T18:17:02.781Z Checking rand_xorshift v0.4.0
23222026-03-20T18:17:02.785Z Checking sha1 v0.10.6
23232026-03-20T18:17:02.952Z Checking thread-id v4.2.2
23242026-03-20T18:17:02.980Z Checking unarray v0.1.4
23252026-03-20T18:17:02.988Z Checking anstyle-query v1.1.5
23262026-03-20T18:17:03.029Z Checking colorchoice v1.0.4
23272026-03-20T18:17:03.058Z Checking is_terminal_polyfill v1.70.2
23282026-03-20T18:17:03.120Z Checking proptest v1.10.0
23292026-03-20T18:17:03.144Z Checking cookie_store v0.22.1
23302026-03-20T18:17:03.156Z Checking rustls-platform-verifier v0.6.2
23312026-03-20T18:17:03.178Z Checking anstream v0.6.21
23322026-03-20T18:17:03.222Z Checking hyper-util v0.1.20
23332026-03-20T18:17:03.299Z Checking crossbeam-epoch v0.9.18
23342026-03-20T18:17:03.339Z Checking terminal_size v0.4.3
23352026-03-20T18:17:03.429Z Checking scroll v0.13.0
23362026-03-20T18:17:03.466Z Checking hex v0.4.3
23372026-03-20T18:17:03.535Z Checking num-integer v0.1.46
23382026-03-20T18:17:03.558Z Checking simd-adler32 v0.3.8
23392026-03-20T18:17:03.639Z Checking native-tls v0.2.18
23402026-03-20T18:17:03.730Z Checking goblin v0.10.5
23412026-03-20T18:17:03.766Z Checking crossbeam-deque v0.8.6
23422026-03-20T18:17:03.791Z Checking bstr v1.12.1
23432026-03-20T18:17:03.837Z Checking ref-cast v1.0.25
23442026-03-20T18:17:03.869Z Checking tokio-native-tls v0.3.1
23452026-03-20T18:17:03.943Z Checking dof v0.3.0
23462026-03-20T18:17:03.965Z Checking rustix v0.38.44
23472026-03-20T18:17:03.992Z Checking camino v1.2.2
23482026-03-20T18:17:04.066Z Checking crc32fast v1.5.0
23492026-03-20T18:17:04.244Z Checking signature v2.2.0
23502026-03-20T18:17:04.317Z Checking usdt-impl v0.5.0
23512026-03-20T18:17:04.333Z Checking serde_spanned v0.6.9
23522026-03-20T18:17:04.357Z Checking toml_datetime v0.6.11
23532026-03-20T18:17:04.405Z Checking ff v0.13.1
23542026-03-20T18:17:04.491Z Checking adler2 v2.0.1
23552026-03-20T18:17:04.869Z Checking base16ct v0.2.0
23562026-03-20T18:17:04.928Z Checking unicode-bidi v0.3.18
23572026-03-20T18:17:04.928Z Checking unicode-properties v0.1.4
23582026-03-20T18:17:04.928Z Checking strsim v0.11.1
23592026-03-20T18:17:04.928Z Checking clap_lex v1.0.0
23602026-03-20T18:17:04.928Z Checking sec1 v0.7.3
23612026-03-20T18:17:04.928Z Checking miniz_oxide v0.8.9
23622026-03-20T18:17:05.115Z Checking hyper-rustls v0.27.7
23632026-03-20T18:17:05.115Z Checking hyper-tls v0.6.0
23642026-03-20T18:17:05.163Z Checking stringprep v0.1.5
23652026-03-20T18:17:05.163Z Checking clap_builder v4.5.60
23662026-03-20T18:17:05.187Z Checking group v0.13.0
23672026-03-20T18:17:05.187Z Checking rayon-core v1.13.0
23682026-03-20T18:17:05.203Z Checking num-iter v0.1.45
23692026-03-20T18:17:05.216Z Checking reqwest v0.12.28
23702026-03-20T18:17:05.321Z Checking reqwest v0.13.2
23712026-03-20T18:17:05.341Z Checking toml_parser v1.0.9+spec-1.1.0
23722026-03-20T18:17:05.364Z Checking dtrace-parser v0.3.0
23732026-03-20T18:17:05.594Z Checking hkdf v0.12.4
23742026-03-20T18:17:05.600Z Checking newtype-uuid v1.3.2
23752026-03-20T18:17:05.676Z Checking strum v0.26.3
23762026-03-20T18:17:05.781Z Checking zstd-sys v2.0.16+zstd.1.5.7
23772026-03-20T18:17:05.807Z Checking hash32 v0.2.1
23782026-03-20T18:17:05.834Z Checking md-5 v0.10.6
23792026-03-20T18:17:05.879Z Checking daft v0.1.5
23802026-03-20T18:17:05.926Z Checking crypto-bigint v0.5.5
23812026-03-20T18:17:06.101Z Checking toml_datetime v0.7.5+spec-1.1.0
23822026-03-20T18:17:06.125Z Checking thread-id v5.1.0
23832026-03-20T18:17:06.140Z Checking unicode-segmentation v1.12.0
23842026-03-20T18:17:06.201Z Checking zlib-rs v0.6.2
23852026-03-20T18:17:06.312Z Checking fallible-iterator v0.2.0
23862026-03-20T18:17:06.349Z Checking heapless v0.7.17
23872026-03-20T18:17:06.467Z Checking zstd-safe v7.2.4
23882026-03-20T18:17:06.528Z Checking rayon v1.11.0
23892026-03-20T18:17:06.654Z Checking postgres-protocol v0.6.10
23902026-03-20T18:17:06.680Z Checking itertools v0.12.1
23912026-03-20T18:17:06.830Z Checking clap v4.5.60
23922026-03-20T18:17:06.908Z Checking phf_shared v0.13.1
23932026-03-20T18:17:06.930Z Checking console v0.16.2
23942026-03-20T18:17:06.952Z Checking dof v0.4.0
23952026-03-20T18:17:07.065Z Checking curve25519-dalek v4.1.3
23962026-03-20T18:17:07.174Z Checking memoffset v0.9.1
23972026-03-20T18:17:07.251Z Checking elliptic-curve v0.13.8
23982026-03-20T18:17:07.275Z Checking bzip2-sys v0.1.13+1.0.8
23992026-03-20T18:17:07.319Z Checking signal-hook v0.3.18
24002026-03-20T18:17:07.381Z Checking memmap2 v0.9.10
24012026-03-20T18:17:07.443Z Checking flate2 v1.1.9
24022026-03-20T18:17:07.558Z Checking foldhash v0.1.5
24032026-03-20T18:17:07.590Z Checking unit-prefix v0.5.2
24042026-03-20T18:17:07.658Z Checking toml_write v0.1.2
24052026-03-20T18:17:07.731Z Checking libbz2-rs-sys v0.2.2
24062026-03-20T18:17:07.751Z Checking bumpalo v3.20.2
24072026-03-20T18:17:07.808Z Checking usdt-impl v0.6.0
24082026-03-20T18:17:07.816Z Checking fixedbitset v0.4.2
24092026-03-20T18:17:07.875Z Checking winnow v0.5.40
24102026-03-20T18:17:07.993Z Checking petgraph v0.6.5
24112026-03-20T18:17:08.013Z Checking zopfli v0.8.3
24122026-03-20T18:17:08.055Z Checking zone v0.3.1
24132026-03-20T18:17:08.101Z Checking toml_edit v0.22.27
24142026-03-20T18:17:08.182Z Checking usdt v0.6.0
24152026-03-20T18:17:08.244Z Checking bzip2 v0.6.1
24162026-03-20T18:17:08.386Z Checking hashbrown v0.15.5
24172026-03-20T18:17:08.442Z Checking signal-hook-mio v0.2.5
24182026-03-20T18:17:08.462Z Checking bzip2 v0.4.4
24192026-03-20T18:17:08.937Z Checking nix v0.31.1
24202026-03-20T18:17:08.941Z Checking indicatif v0.18.4
24212026-03-20T18:17:08.941Z Checking phf v0.13.1
24222026-03-20T18:17:08.941Z Checking postgres-types v0.2.12
24232026-03-20T18:17:08.941Z Checking smoltcp v0.9.1
24242026-03-20T18:17:09.012Z Checking zstd v0.13.3
24252026-03-20T18:17:09.048Z Checking similar v2.7.0
24262026-03-20T18:17:09.093Z Checking num-bigint-dig v0.8.6
24272026-03-20T18:17:09.260Z Checking ed25519 v2.2.3
24282026-03-20T18:17:09.439Z Checking toml_edit v0.19.15
24292026-03-20T18:17:09.492Z Checking phf_shared v0.11.3
24302026-03-20T18:17:09.562Z Checking pkcs1 v0.7.5
24312026-03-20T18:17:09.580Z Checking tokio-stream v0.1.18
24322026-03-20T18:17:09.600Z Checking strum v0.27.2
24332026-03-20T18:17:09.683Z Checking hubpack v0.1.2
24342026-03-20T18:17:09.706Z Checking rfc6979 v0.4.0
24352026-03-20T18:17:09.734Z Checking serde-big-array v0.5.1
24362026-03-20T18:17:09.842Z Checking float-cmp v0.10.0
24372026-03-20T18:17:09.859Z Checking env_filter v1.0.0
24382026-03-20T18:17:09.901Z Checking static_assertions v1.1.0
24392026-03-20T18:17:09.918Z Checking normalize-line-endings v0.3.0
24402026-03-20T18:17:09.938Z Checking whoami v2.1.0
24412026-03-20T18:17:09.986Z Checking rustc-hash v2.1.1
24422026-03-20T18:17:10.007Z Checking predicates-core v1.0.10
24432026-03-20T18:17:10.027Z Checking keccak v0.1.6
24442026-03-20T18:17:10.046Z Checking precomputed-hash v0.1.1
24452026-03-20T18:17:10.085Z Checking fixedbitset v0.5.7
24462026-03-20T18:17:10.132Z Checking difflib v0.4.0
24472026-03-20T18:17:10.559Z Checking new_debug_unreachable v1.0.6
24482026-03-20T18:17:10.562Z Checking jiff v0.2.21
24492026-03-20T18:17:10.562Z Checking tokio-postgres v0.7.16
24502026-03-20T18:17:10.562Z Checking string_cache v0.8.9
24512026-03-20T18:17:10.562Z Checking sha3 v0.10.8
24522026-03-20T18:17:10.563Z Checking rsa v0.9.10
24532026-03-20T18:17:10.563Z Checking petgraph v0.8.3
24542026-03-20T18:17:10.563Z Checking predicates v3.1.4
24552026-03-20T18:17:10.563Z Checking iddqd v0.3.17
24562026-03-20T18:17:10.563Z Checking env_logger v0.11.9
24572026-03-20T18:17:10.780Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24582026-03-20T18:17:10.785Z Checking ecdsa v0.16.9
24592026-03-20T18:17:10.873Z Checking toml v0.7.8
24602026-03-20T18:17:10.917Z Checking ed25519-dalek v2.2.0
24612026-03-20T18:17:11.627Z Checking zip v0.6.6
24622026-03-20T18:17:11.630Z Checking crossterm v0.28.1
24632026-03-20T18:17:11.630Z Checking serde_with v3.17.0
24642026-03-20T18:17:11.630Z Checking itertools v0.13.0
24652026-03-20T18:17:11.651Z Checking hickory-proto v0.25.2
24662026-03-20T18:17:11.864Z Checking x509-cert v0.2.5
24672026-03-20T18:17:12.223Z Checking fs-err v3.3.0
24682026-03-20T18:17:12.513Z Checking ahash v0.8.12
24692026-03-20T18:17:12.615Z Checking object v0.37.3
24702026-03-20T18:17:12.739Z Checking buf-list v1.1.2
24712026-03-20T18:17:12.764Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24722026-03-20T18:17:12.975Z Checking lalrpop-util v0.19.12
24732026-03-20T18:17:12.994Z Checking peg-runtime v0.8.5
24742026-03-20T18:17:13.111Z Compiling structmeta-derive v0.3.0
24752026-03-20T18:17:13.174Z Compiling rustls v0.22.4
24762026-03-20T18:17:13.196Z Compiling newtype-uuid-macros v0.1.0
24772026-03-20T18:17:13.292Z Compiling multer v3.1.0
24782026-03-20T18:17:13.314Z Checking zip v4.6.1
24792026-03-20T18:17:13.453Z Compiling async-stream-impl v0.3.6
24802026-03-20T18:17:13.592Z Checking futures-executor v0.3.32
24812026-03-20T18:17:13.776Z Checking regress v0.10.5
24822026-03-20T18:17:14.086Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24832026-03-20T18:17:14.236Z Compiling dropshot v0.16.7
24842026-03-20T18:17:14.261Z Checking futures v0.3.32
24852026-03-20T18:17:14.351Z Compiling dropshot_endpoint v0.16.7
24862026-03-20T18:17:14.538Z Checking thread_local v1.1.9
24872026-03-20T18:17:14.570Z Compiling structmeta v0.3.0
24882026-03-20T18:17:14.611Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24892026-03-20T18:17:14.750Z Checking crossbeam-channel v0.5.15
24902026-03-20T18:17:14.830Z Compiling derive-ex v0.1.8
24912026-03-20T18:17:15.121Z Checking is-terminal v0.4.17
24922026-03-20T18:17:15.188Z Checking term v1.2.1
24932026-03-20T18:17:15.207Z Checking take_mut v0.2.2
24942026-03-20T18:17:15.328Z Checking slog-async v2.8.0
24952026-03-20T18:17:15.888Z Checking slog-term v2.9.2
24962026-03-20T18:17:15.918Z Compiling parse-display-derive v0.10.0
24972026-03-20T18:17:15.918Z Checking rustls-webpki v0.102.8
24982026-03-20T18:17:15.918Z Checking serde_spanned v1.0.4
24992026-03-20T18:17:15.918Z Checking match_cfg v0.1.0
25002026-03-20T18:17:15.918Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25012026-03-20T18:17:15.928Z Checking debug-ignore v1.0.5
25022026-03-20T18:17:15.928Z Checking toml_writer v1.0.6+spec-1.1.0
25032026-03-20T18:17:16.017Z Checking hostname v0.3.1
25042026-03-20T18:17:16.053Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25052026-03-20T18:17:16.117Z Checking slog-json v2.6.1
25062026-03-20T18:17:16.183Z Checking toml v0.9.12+spec-1.1.0
25072026-03-20T18:17:16.233Z Checking macaddr v1.0.1
25082026-03-20T18:17:16.323Z Checking slog-bunyan v2.5.0
25092026-03-20T18:17:16.474Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25102026-03-20T18:17:16.485Z Checking async-stream v0.3.6
25112026-03-20T18:17:16.775Z Checking waitgroup v0.1.2
25122026-03-20T18:17:16.920Z Checking rustls-pemfile v2.2.0
25132026-03-20T18:17:16.970Z Checking serde_path_to_error v0.1.20
25142026-03-20T18:17:16.993Z Checking hostname v0.4.2
25152026-03-20T18:17:17.026Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25162026-03-20T18:17:17.098Z Checking progenitor-client v0.13.0
25172026-03-20T18:17:17.123Z Checking progenitor-client v0.10.0
25182026-03-20T18:17:17.158Z Compiling itertools v0.14.0
25192026-03-20T18:17:17.194Z Compiling test-strategy v0.4.5
25202026-03-20T18:17:17.315Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25212026-03-20T18:17:17.378Z Checking backon v1.6.0
25222026-03-20T18:17:17.411Z Checking instant v0.1.13
25232026-03-20T18:17:17.921Z Checking backoff v0.4.0
25242026-03-20T18:17:17.956Z Checking progenitor-extras v0.1.1
25252026-03-20T18:17:17.956Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25262026-03-20T18:17:17.956Z Checking parse-display v0.10.0
25272026-03-20T18:17:17.956Z Checking heck v0.5.0
25282026-03-20T18:17:17.981Z Compiling crucible-workspace-hack v0.1.0
25292026-03-20T18:17:18.086Z Checking tokio-rustls v0.25.0
25302026-03-20T18:17:18.237Z Compiling toml_edit v0.23.10+spec-1.0.0
25312026-03-20T18:17:18.339Z Compiling convert_case v0.4.0
25322026-03-20T18:17:18.387Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25332026-03-20T18:17:18.636Z Compiling heapless v0.8.0
25342026-03-20T18:17:18.828Z Compiling ingot-macros v0.1.1
25352026-03-20T18:17:18.858Z Compiling derive_more v0.99.20
25362026-03-20T18:17:19.026Z Compiling proc-macro-crate v3.4.0
25372026-03-20T18:17:19.225Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25382026-03-20T18:17:19.257Z Checking hash32 v0.3.1
25392026-03-20T18:17:19.432Z Checking secrecy v0.10.3
25402026-03-20T18:17:19.577Z Compiling prettyplease v0.2.37
25412026-03-20T18:17:19.708Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25422026-03-20T18:17:19.734Z Compiling smoltcp v0.11.0
25432026-03-20T18:17:19.754Z Compiling num_enum_derive v0.7.5
25442026-03-20T18:17:19.980Z Compiling typify-impl v0.6.1
25452026-03-20T18:17:20.595Z Checking tabwriter v1.4.1
25462026-03-20T18:17:20.635Z Checking cobs v0.3.0
25472026-03-20T18:17:20.636Z Compiling foreign-types-macros v0.2.3
25482026-03-20T18:17:20.636Z Compiling unsafe-libyaml v0.2.11
25492026-03-20T18:17:20.942Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25502026-03-20T18:17:21.594Z Checking foreign-types-shared v0.3.1
25512026-03-20T18:17:21.622Z Checking cpufeatures v0.3.0
25522026-03-20T18:17:21.622Z Checking foreign-types v0.5.0
25532026-03-20T18:17:21.622Z Checking chacha20 v0.10.0
25542026-03-20T18:17:21.622Z Compiling serde_yaml v0.9.34+deprecated
25552026-03-20T18:17:21.622Z Checking num_enum v0.7.5
25562026-03-20T18:17:21.656Z Checking postcard v1.1.3
25572026-03-20T18:17:22.513Z Compiling proc-macro-crate v1.3.1
25582026-03-20T18:17:22.582Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25592026-03-20T18:17:22.631Z Checking ingot-types v0.1.2
25602026-03-20T18:17:23.070Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25612026-03-20T18:17:23.114Z Checking cstr-argument v0.1.2
25622026-03-20T18:17:23.130Z Checking ingot v0.1.1
25632026-03-20T18:17:23.276Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25642026-03-20T18:17:23.289Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25652026-03-20T18:17:23.340Z Checking colored v3.1.1
25662026-03-20T18:17:23.460Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25672026-03-20T18:17:23.566Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25682026-03-20T18:17:23.578Z Compiling num_enum_derive v0.5.11
25692026-03-20T18:17:23.652Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25702026-03-20T18:17:23.690Z Checking rand v0.10.0
25712026-03-20T18:17:24.806Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25722026-03-20T18:17:25.259Z Checking num_enum v0.5.11
25732026-03-20T18:17:25.410Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-03-20T18:17:26.257Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25752026-03-20T18:17:26.491Z Compiling typify-macro v0.6.1
25762026-03-20T18:17:26.520Z Compiling typify-impl v0.4.3
25772026-03-20T18:17:26.595Z Checking camino-tempfile v1.4.1
25782026-03-20T18:17:26.612Z Checking num-rational v0.4.2
25792026-03-20T18:17:26.996Z Checking half v2.7.1
25802026-03-20T18:17:27.174Z Compiling thiserror-impl-no-std v2.0.2
25812026-03-20T18:17:27.348Z Checking universal-hash v0.5.1
25822026-03-20T18:17:27.370Z Checking num-complex v0.4.6
25832026-03-20T18:17:27.510Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25842026-03-20T18:17:27.820Z Checking opaque-debug v0.3.1
25852026-03-20T18:17:27.854Z Checking ciborium-io v0.2.2
25862026-03-20T18:17:27.908Z Checking poly1305 v0.8.0
25872026-03-20T18:17:27.950Z Checking num v0.4.3
25882026-03-20T18:17:27.991Z Checking ciborium-ll v0.2.2
25892026-03-20T18:17:28.134Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25902026-03-20T18:17:28.569Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25912026-03-20T18:17:28.586Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25922026-03-20T18:17:28.586Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25932026-03-20T18:17:28.586Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25942026-03-20T18:17:28.680Z Checking toml v0.8.23
25952026-03-20T18:17:28.755Z Checking thiserror-no-std v2.0.2
25962026-03-20T18:17:28.806Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25972026-03-20T18:17:28.816Z Compiling typify v0.6.1
25982026-03-20T18:17:28.873Z Checking password-hash v0.5.0
25992026-03-20T18:17:29.083Z Checking chacha20 v0.9.1
26002026-03-20T18:17:29.164Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26012026-03-20T18:17:29.317Z Compiling usdt-macro v0.5.0
26022026-03-20T18:17:29.477Z Compiling usdt-attr-macro v0.5.0
26032026-03-20T18:17:29.500Z Checking smf v0.2.3
26042026-03-20T18:17:29.783Z Checking blake2 v0.10.6
26052026-03-20T18:17:29.939Z Checking aead v0.5.2
26062026-03-20T18:17:30.120Z Checking memmap v0.7.0
26072026-03-20T18:17:30.146Z Checking sigpipe v0.1.3
26082026-03-20T18:17:30.247Z Compiling num-derive v0.4.2
26092026-03-20T18:17:30.269Z Checking glob v0.3.3
26102026-03-20T18:17:30.340Z Checking float-ord v0.3.2
26112026-03-20T18:17:30.424Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26122026-03-20T18:17:30.462Z Checking usdt v0.5.0
26132026-03-20T18:17:30.512Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26142026-03-20T18:17:30.728Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26152026-03-20T18:17:30.789Z Checking chacha20poly1305 v0.10.1
26162026-03-20T18:17:30.811Z Checking argon2 v0.5.3
26172026-03-20T18:17:30.900Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26182026-03-20T18:17:30.940Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26192026-03-20T18:17:31.212Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26202026-03-20T18:17:31.256Z Compiling progenitor-impl v0.13.0
26212026-03-20T18:17:31.408Z Checking vsss-rs v3.3.4
26222026-03-20T18:17:31.516Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26232026-03-20T18:17:31.834Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26242026-03-20T18:17:32.629Z Checking ciborium v0.2.2
26252026-03-20T18:17:32.737Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26262026-03-20T18:17:32.846Z Checking indent_write v2.2.0
26272026-03-20T18:17:32.874Z Compiling semver v0.1.20
26282026-03-20T18:17:32.907Z Checking whoami v1.6.1
26292026-03-20T18:17:32.949Z Compiling typify-macro v0.4.3
26302026-03-20T18:17:33.002Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26312026-03-20T18:17:33.062Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26322026-03-20T18:17:33.134Z Compiling rustc_version v0.1.7
26332026-03-20T18:17:33.210Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26342026-03-20T18:17:33.422Z Compiling pin-project-internal v1.1.11
26352026-03-20T18:17:34.181Z Checking swrite v0.1.0
26362026-03-20T18:17:34.308Z Checking linked-hash-map v0.5.6
26372026-03-20T18:17:34.412Z Compiling minimal-lexical v0.2.1
26382026-03-20T18:17:34.649Z Checking lru-cache v0.1.2
26392026-03-20T18:17:34.729Z Compiling newtype_derive v0.1.6
26402026-03-20T18:17:34.787Z Compiling nom v7.1.3
26412026-03-20T18:17:34.928Z Compiling progenitor-macro v0.13.0
26422026-03-20T18:17:35.027Z Checking pin-project v1.1.11
26432026-03-20T18:17:35.334Z Checking newline-converter v0.3.0
26442026-03-20T18:17:35.539Z Compiling typify v0.4.3
26452026-03-20T18:17:35.539Z Checking atomicwrites v0.4.4
26462026-03-20T18:17:35.584Z Checking hickory-proto v0.24.4
26472026-03-20T18:17:35.585Z Checking phf_shared v0.12.1
26482026-03-20T18:17:35.618Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26492026-03-20T18:17:35.636Z Checking console v0.15.11
26502026-03-20T18:17:36.099Z Checking pem v3.0.6
26512026-03-20T18:17:36.312Z Checking csv-core v0.1.13
26522026-03-20T18:17:36.475Z Compiling snafu-derive v0.8.9
26532026-03-20T18:17:36.561Z Compiling async-recursion v1.1.1
26542026-03-20T18:17:36.596Z Compiling derive-where v1.6.0
26552026-03-20T18:17:37.473Z Compiling slog-dtrace v0.3.0
26562026-03-20T18:17:37.685Z Checking resolv-conf v0.7.6
26572026-03-20T18:17:37.840Z Compiling cancel-safe-futures v0.1.5
26582026-03-20T18:17:37.944Z Compiling chrono-tz v0.10.4
26592026-03-20T18:17:38.111Z Checking same-file v1.0.6
26602026-03-20T18:17:38.154Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26612026-03-20T18:17:38.277Z Checking unicode-width v0.1.14
26622026-03-20T18:17:38.351Z Checking highway v1.3.0
26632026-03-20T18:17:38.389Z Compiling owo-colors v4.3.0
26642026-03-20T18:17:38.602Z Checking walkdir v2.5.0
26652026-03-20T18:17:38.659Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26662026-03-20T18:17:38.899Z Checking hickory-resolver v0.24.4
26672026-03-20T18:17:38.941Z Compiling const_format_proc_macros v0.2.34
26682026-03-20T18:17:39.154Z Checking snafu v0.8.9
26692026-03-20T18:17:39.551Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26702026-03-20T18:17:39.611Z Checking csv v1.4.0
26712026-03-20T18:17:39.820Z Checking expectorate v1.2.0
26722026-03-20T18:17:39.870Z Checking phf v0.12.1
26732026-03-20T18:17:40.002Z Compiling progenitor-impl v0.10.0
26742026-03-20T18:17:41.062Z Checking tokio-dtrace v0.1.1
26752026-03-20T18:17:41.147Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26762026-03-20T18:17:41.147Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26772026-03-20T18:17:41.147Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26782026-03-20T18:17:41.147Z Checking globset v0.4.18
26792026-03-20T18:17:41.147Z Checking olpc-cjson v0.1.4
26802026-03-20T18:17:41.147Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26812026-03-20T18:17:41.147Z Checking libsw-core v0.3.2
26822026-03-20T18:17:41.147Z Checking serde_plain v1.0.2
26832026-03-20T18:17:41.147Z Checking arc-swap v1.8.2
26842026-03-20T18:17:41.147Z Compiling lzma-sys v0.1.20
26852026-03-20T18:17:41.341Z Checking utf-8 v0.7.6
26862026-03-20T18:17:41.362Z Checking typed-path v0.9.3
26872026-03-20T18:17:41.502Z Checking bytecount v0.6.9
26882026-03-20T18:17:41.603Z Checking tungstenite v0.21.0
26892026-03-20T18:17:41.642Z Checking papergrid v0.11.0
26902026-03-20T18:17:41.987Z Checking progenitor v0.13.0
26912026-03-20T18:17:42.211Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26922026-03-20T18:17:42.246Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26932026-03-20T18:17:42.414Z Checking slog-scope v4.4.1
26942026-03-20T18:17:42.458Z Checking tough v0.20.0
26952026-03-20T18:17:42.477Z Checking libsw v3.5.0
26962026-03-20T18:17:42.602Z Checking oxide-tokio-rt v0.1.3
26972026-03-20T18:17:42.803Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26982026-03-20T18:17:43.355Z Checking const_format v0.2.35
26992026-03-20T18:17:43.396Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27002026-03-20T18:17:43.656Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27012026-03-20T18:17:43.712Z Checking qorb v0.4.1
27022026-03-20T18:17:43.758Z Compiling progenitor-macro v0.10.0
27032026-03-20T18:17:44.084Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27042026-03-20T18:17:45.164Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27052026-03-20T18:17:45.205Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27062026-03-20T18:17:45.321Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27072026-03-20T18:17:45.392Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27082026-03-20T18:17:45.531Z Compiling cargo_toml v0.22.3
27092026-03-20T18:17:45.575Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27102026-03-20T18:17:46.006Z Checking gethostname v0.5.0
27112026-03-20T18:17:46.073Z Compiling tabled_derive v0.7.0
27122026-03-20T18:17:46.073Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27132026-03-20T18:17:46.101Z Checking bcs v0.1.6
27142026-03-20T18:17:46.101Z Checking smawk v0.3.2
27152026-03-20T18:17:46.206Z Checking unicode-linebreak v0.1.5
27162026-03-20T18:17:46.298Z Checking linear-map v1.2.0
27172026-03-20T18:17:46.335Z Checking termtree v0.5.1
27182026-03-20T18:17:46.491Z Checking textwrap v0.16.2
27192026-03-20T18:17:46.515Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27202026-03-20T18:17:46.530Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27212026-03-20T18:17:47.014Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27222026-03-20T18:17:47.110Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27232026-03-20T18:17:47.331Z Checking tabled v0.15.0
27242026-03-20T18:17:47.382Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27252026-03-20T18:17:48.439Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27262026-03-20T18:17:48.685Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27272026-03-20T18:17:48.747Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27282026-03-20T18:17:48.931Z Checking steno v0.4.1
27292026-03-20T18:17:48.931Z Checking slog-stdlog v4.1.1
27302026-03-20T18:17:49.193Z Checking typeid v1.0.3
27312026-03-20T18:17:49.246Z Checking tokio-tungstenite v0.21.0
27322026-03-20T18:17:49.846Z Checking base64 v0.21.7
27332026-03-20T18:17:49.903Z Checking humantime v2.3.0
27342026-03-20T18:17:49.903Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27352026-03-20T18:17:49.903Z Checking xz2 v0.1.7
27362026-03-20T18:17:49.903Z Checking ron v0.12.0
27372026-03-20T18:17:50.142Z Checking slog-envlogger v2.2.0
27382026-03-20T18:17:50.280Z Checking yasna v0.5.2
27392026-03-20T18:17:50.591Z Checking headers-core v0.3.0
27402026-03-20T18:17:50.591Z Checking filetime v0.2.27
27412026-03-20T18:17:50.634Z Checking base16ct v1.0.0
27422026-03-20T18:17:50.634Z Checking xattr v1.6.1
27432026-03-20T18:17:50.634Z Checking headers v0.4.1
27442026-03-20T18:17:50.800Z Checking rcgen v0.12.1
27452026-03-20T18:17:51.100Z Checking tar v0.4.44
27462026-03-20T18:17:51.100Z Checking progenitor v0.10.0
27472026-03-20T18:17:51.100Z Checking subprocess v0.2.15
27482026-03-20T18:17:51.164Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27492026-03-20T18:17:58.064Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27502026-03-20T18:18:06.306Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-03-20T18:18:08.329Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27522026-03-20T18:18:09.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27532026-03-20T18:18:09.932Z
27542026-03-20T18:18:09.932Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/259)
27552026-03-20T18:18:10.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-03-20T18:18:10.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-03-20T18:18:10.987Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27582026-03-20T18:18:12.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s
27592026-03-20T18:18:12.953Z
27602026-03-20T18:18:12.953Zinfo: running `cargo check --bins` on nexus-config (51/259)
27612026-03-20T18:18:13.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-03-20T18:18:13.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-03-20T18:18:13.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-03-20T18:18:13.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
27652026-03-20T18:18:13.819Z
27662026-03-20T18:18:13.819Zinfo: running `cargo check --bins` on nexus-types (52/259)
27672026-03-20T18:18:14.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-03-20T18:18:14.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-03-20T18:18:14.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-03-20T18:18:14.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
27712026-03-20T18:18:14.667Z
27722026-03-20T18:18:14.667Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/259)
27732026-03-20T18:18:15.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-03-20T18:18:15.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-03-20T18:18:15.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762026-03-20T18:18:15.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27772026-03-20T18:18:15.482Z
27782026-03-20T18:18:15.482Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/259)
27792026-03-20T18:18:16.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-03-20T18:18:16.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-03-20T18:18:16.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822026-03-20T18:18:16.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27832026-03-20T18:18:16.335Z
27842026-03-20T18:18:16.335Zinfo: running `cargo check --bins` on cockroach-admin-types (55/259)
27852026-03-20T18:18:16.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-03-20T18:18:16.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-03-20T18:18:16.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882026-03-20T18:18:16.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27892026-03-20T18:18:17.077Z
27902026-03-20T18:18:17.078Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/259)
27912026-03-20T18:18:17.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-03-20T18:18:17.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-03-20T18:18:17.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-03-20T18:18:17.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27952026-03-20T18:18:17.865Z
27962026-03-20T18:18:17.865Zinfo: running `cargo check --bins` on ereport-types (57/259)
27972026-03-20T18:18:18.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-03-20T18:18:18.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-03-20T18:18:18.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-03-20T18:18:18.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28012026-03-20T18:18:18.666Z
28022026-03-20T18:18:18.666Zinfo: running `cargo check --bins` on gateway-client (58/259)
28032026-03-20T18:18:19.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-03-20T18:18:19.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-03-20T18:18:19.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-03-20T18:18:19.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28072026-03-20T18:18:19.474Z
28082026-03-20T18:18:19.475Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/259)
28092026-03-20T18:18:20.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-03-20T18:18:20.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-03-20T18:18:20.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-03-20T18:18:20.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28132026-03-20T18:18:20.281Z
28142026-03-20T18:18:20.281Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/259)
28152026-03-20T18:18:20.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-03-20T18:18:20.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-03-20T18:18:20.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-03-20T18:18:20.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28192026-03-20T18:18:21.085Z
28202026-03-20T18:18:21.085Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/259)
28212026-03-20T18:18:21.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-03-20T18:18:21.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-03-20T18:18:21.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-03-20T18:18:21.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28252026-03-20T18:18:21.895Z
28262026-03-20T18:18:21.895Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/259)
28272026-03-20T18:18:22.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-03-20T18:18:22.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-03-20T18:18:22.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-03-20T18:18:22.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28312026-03-20T18:18:22.690Z
28322026-03-20T18:18:22.690Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/259)
28332026-03-20T18:18:23.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-03-20T18:18:23.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-03-20T18:18:23.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-03-20T18:18:23.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28372026-03-20T18:18:23.514Z
28382026-03-20T18:18:23.514Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/259)
28392026-03-20T18:18:24.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-03-20T18:18:24.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-03-20T18:18:24.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-03-20T18:18:24.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28432026-03-20T18:18:24.330Z
28442026-03-20T18:18:24.330Zinfo: running `cargo check --bins` on key-manager-types (65/259)
28452026-03-20T18:18:25.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-03-20T18:18:25.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-03-20T18:18:25.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482026-03-20T18:18:25.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28492026-03-20T18:18:25.120Z
28502026-03-20T18:18:25.120Zinfo: running `cargo check --bins` on oxlog (66/259)
28512026-03-20T18:18:25.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-03-20T18:18:25.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-03-20T18:18:25.959Z Compiling newtype-uuid v1.3.2
28542026-03-20T18:18:26.218Z Compiling daft v0.1.5
28552026-03-20T18:18:26.483Z Compiling iddqd v0.3.17
28562026-03-20T18:18:27.742Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28572026-03-20T18:18:28.018Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28582026-03-20T18:18:28.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28592026-03-20T18:18:28.581Z
28602026-03-20T18:18:28.582Zinfo: running `cargo check --bins` on internal-dns-types (67/259)
28612026-03-20T18:18:29.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-03-20T18:18:29.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-03-20T18:18:29.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-03-20T18:18:29.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28652026-03-20T18:18:29.405Z
28662026-03-20T18:18:29.405Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/259)
28672026-03-20T18:18:30.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-03-20T18:18:30.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-03-20T18:18:30.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-03-20T18:18:30.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28712026-03-20T18:18:30.225Z
28722026-03-20T18:18:30.225Zinfo: running `cargo check --bins` on nexus-types-versions (69/259)
28732026-03-20T18:18:30.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-03-20T18:18:30.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-03-20T18:18:30.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-03-20T18:18:30.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28772026-03-20T18:18:31.097Z
28782026-03-20T18:18:31.097Zinfo: running `cargo check --bins` on omicron-passwords (70/259)
28792026-03-20T18:18:31.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-03-20T18:18:31.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-03-20T18:18:31.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-03-20T18:18:31.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28832026-03-20T18:18:31.860Z
28842026-03-20T18:18:31.860Zinfo: running `cargo check --bins` on oxql-types (71/259)
28852026-03-20T18:18:32.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-03-20T18:18:32.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-03-20T18:18:32.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-03-20T18:18:32.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28892026-03-20T18:18:32.708Z
28902026-03-20T18:18:32.708Zinfo: running `cargo check --bins` on oximeter-types (72/259)
28912026-03-20T18:18:33.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-03-20T18:18:33.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-03-20T18:18:33.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-03-20T18:18:33.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28952026-03-20T18:18:33.485Z
28962026-03-20T18:18:33.485Zinfo: running `cargo check --bins` on oximeter-types-versions (73/259)
28972026-03-20T18:18:34.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-03-20T18:18:34.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-03-20T18:18:34.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-03-20T18:18:34.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29012026-03-20T18:18:34.302Z
29022026-03-20T18:18:34.302Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/259)
29032026-03-20T18:18:34.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-03-20T18:18:34.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-03-20T18:18:34.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-03-20T18:18:34.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29072026-03-20T18:18:35.091Z
29082026-03-20T18:18:35.091Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/259)
29092026-03-20T18:18:35.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-03-20T18:18:35.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-03-20T18:18:35.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-03-20T18:18:35.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29132026-03-20T18:18:35.922Z
29142026-03-20T18:18:35.922Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/259)
29152026-03-20T18:18:36.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-03-20T18:18:36.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-03-20T18:18:36.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-03-20T18:18:36.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29192026-03-20T18:18:36.743Z
29202026-03-20T18:18:36.743Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/259)
29212026-03-20T18:18:37.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-03-20T18:18:37.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-03-20T18:18:37.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-03-20T18:18:37.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29252026-03-20T18:18:37.724Z
29262026-03-20T18:18:37.725Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/259)
29272026-03-20T18:18:38.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-03-20T18:18:38.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-03-20T18:18:38.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-03-20T18:18:38.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29312026-03-20T18:18:38.398Z
29322026-03-20T18:18:38.398Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/259)
29332026-03-20T18:18:39.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-03-20T18:18:39.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-03-20T18:18:39.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-03-20T18:18:39.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29372026-03-20T18:18:39.193Z
29382026-03-20T18:18:39.193Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/259)
29392026-03-20T18:18:39.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-03-20T18:18:39.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-03-20T18:18:39.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-03-20T18:18:39.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29432026-03-20T18:18:39.988Z
29442026-03-20T18:18:39.988Zinfo: running `cargo check --bins --no-default-features` on gfss (81/259)
29452026-03-20T18:18:40.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-03-20T18:18:40.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-03-20T18:18:40.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-03-20T18:18:40.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29492026-03-20T18:18:40.789Z
29502026-03-20T18:18:40.789Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/259)
29512026-03-20T18:18:41.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-03-20T18:18:41.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-03-20T18:18:41.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542026-03-20T18:18:41.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29552026-03-20T18:18:41.594Z
29562026-03-20T18:18:41.594Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/259)
29572026-03-20T18:18:42.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-03-20T18:18:42.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-03-20T18:18:42.477Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29602026-03-20T18:18:43.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
29612026-03-20T18:18:43.382Z
29622026-03-20T18:18:43.383Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/259)
29632026-03-20T18:18:44.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642026-03-20T18:18:44.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652026-03-20T18:18:44.304Z Compiling ar_archive_writer v0.5.1
29662026-03-20T18:18:44.440Z Compiling stacker v0.1.23
29672026-03-20T18:18:44.455Z Compiling cfg_aliases v0.1.1
29682026-03-20T18:18:44.463Z Compiling convert_case v0.10.0
29692026-03-20T18:18:44.479Z Checking fd-lock v4.0.4
29702026-03-20T18:18:44.484Z Checking nibble_vec v0.1.0
29712026-03-20T18:18:44.484Z Checking vte v0.14.1
29722026-03-20T18:18:44.484Z Compiling recursive-proc-macro-impl v0.1.1
29732026-03-20T18:18:44.544Z Compiling nix v0.28.0
29742026-03-20T18:18:44.622Z Checking endian-type v0.1.2
29752026-03-20T18:18:44.661Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29762026-03-20T18:18:44.714Z Checking strip-ansi-escapes v0.2.1
29772026-03-20T18:18:44.771Z Compiling peg-macros v0.8.5
29782026-03-20T18:18:44.788Z Checking radix_trie v0.2.1
29792026-03-20T18:18:44.839Z Checking winnow v0.6.26
29802026-03-20T18:18:44.872Z Compiling derive_more-impl v2.1.1
29812026-03-20T18:18:45.037Z Compiling sqlparser_derive v0.5.0
29822026-03-20T18:18:45.062Z Checking unicode_categories v0.1.1
29832026-03-20T18:18:45.259Z Checking nu-ansi-term v0.50.3
29842026-03-20T18:18:45.282Z Checking home v0.5.12
29852026-03-20T18:18:45.488Z Checking display-error-chain v0.2.2
29862026-03-20T18:18:45.539Z Checking reedline v0.40.0
29872026-03-20T18:18:45.623Z Compiling psm v0.1.30
29882026-03-20T18:18:45.993Z Checking derive_more v2.1.1
29892026-03-20T18:18:46.063Z Checking crossterm v0.29.0
29902026-03-20T18:18:46.299Z Checking peg v0.8.5
29912026-03-20T18:18:46.369Z Checking rustyline v14.0.0
29922026-03-20T18:18:46.396Z Checking sqlformat v0.3.5
29932026-03-20T18:18:46.571Z Checking recursive v0.1.1
29942026-03-20T18:18:46.712Z Checking sqlparser v0.61.0
29952026-03-20T18:19:02.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.17s
29962026-03-20T18:19:02.776Z
29972026-03-20T18:19:02.776Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/259)
29982026-03-20T18:19:03.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-03-20T18:19:03.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-03-20T18:19:03.713Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30012026-03-20T18:19:08.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
30022026-03-20T18:19:08.619Z
30032026-03-20T18:19:08.619Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/259)
30042026-03-20T18:19:09.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-03-20T18:19:09.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-03-20T18:19:09.540Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-03-20T18:19:12.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
30082026-03-20T18:19:13.083Z
30092026-03-20T18:19:13.083Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/259)
30102026-03-20T18:19:13.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-03-20T18:19:13.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-03-20T18:19:13.998Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30132026-03-20T18:19:18.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
30142026-03-20T18:19:18.673Z
30152026-03-20T18:19:18.673Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/259)
30162026-03-20T18:19:19.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-03-20T18:19:19.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-03-20T18:19:19.600Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30192026-03-20T18:19:24.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
30202026-03-20T18:19:24.331Z
30212026-03-20T18:19:24.331Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/259)
30222026-03-20T18:19:25.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-03-20T18:19:25.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-03-20T18:19:25.264Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30252026-03-20T18:19:28.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
30262026-03-20T18:19:29.014Z
30272026-03-20T18:19:29.014Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/259)
30282026-03-20T18:19:29.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-03-20T18:19:29.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-03-20T18:19:29.934Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-03-20T18:19:33.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
30322026-03-20T18:19:33.693Z
30332026-03-20T18:19:33.693Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/259)
30342026-03-20T18:19:34.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-03-20T18:19:34.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-03-20T18:19:34.625Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372026-03-20T18:19:39.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s
30382026-03-20T18:19:39.508Z
30392026-03-20T18:19:39.508Zinfo: running `cargo check --bins` on oximeter (92/259)
30402026-03-20T18:19:40.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-03-20T18:19:40.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-03-20T18:19:40.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-03-20T18:19:40.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30442026-03-20T18:19:40.315Z
30452026-03-20T18:19:40.315Zinfo: running `cargo check --bins` on oximeter-schema (93/259)
30462026-03-20T18:19:41.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-03-20T18:19:41.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-03-20T18:19:41.198Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30492026-03-20T18:19:41.387Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-03-20T18:19:41.413Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-03-20T18:19:41.836Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30522026-03-20T18:19:46.737Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30532026-03-20T18:19:47.328Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30542026-03-20T18:19:48.813Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30552026-03-20T18:19:49.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.27s
30562026-03-20T18:19:49.808Z
30572026-03-20T18:19:49.808Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/259)
30582026-03-20T18:19:50.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-03-20T18:19:50.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-03-20T18:19:50.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-03-20T18:19:50.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30622026-03-20T18:19:50.917Z
30632026-03-20T18:19:50.917Zinfo: running `cargo check --bins` on oximeter-test-utils (95/259)
30642026-03-20T18:19:51.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-03-20T18:19:51.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-03-20T18:19:51.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-03-20T18:19:51.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30682026-03-20T18:19:51.483Z
30692026-03-20T18:19:51.483Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/259)
30702026-03-20T18:19:52.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-03-20T18:19:52.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-03-20T18:19:52.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-03-20T18:19:52.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30742026-03-20T18:19:52.315Z
30752026-03-20T18:19:52.315Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/259)
30762026-03-20T18:19:53.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-03-20T18:19:53.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-03-20T18:19:53.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-03-20T18:19:53.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30802026-03-20T18:19:53.148Z
30812026-03-20T18:19:53.148Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/259)
30822026-03-20T18:19:55.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-03-20T18:19:55.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-03-20T18:19:55.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-03-20T18:19:55.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30862026-03-20T18:19:55.527Z
30872026-03-20T18:19:55.527Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/259)
30882026-03-20T18:19:55.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-03-20T18:19:55.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-03-20T18:19:55.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-03-20T18:19:55.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30922026-03-20T18:19:55.528Z
30932026-03-20T18:19:55.528Zinfo: running `cargo check --bins` on trust-quorum-types (100/259)
30942026-03-20T18:19:55.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-03-20T18:19:55.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-03-20T18:19:55.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-03-20T18:19:55.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30982026-03-20T18:19:55.622Z
30992026-03-20T18:19:55.622Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/259)
31002026-03-20T18:19:56.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-03-20T18:19:56.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-03-20T18:19:56.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-03-20T18:19:56.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31042026-03-20T18:19:56.453Z
31052026-03-20T18:19:56.454Zinfo: running `cargo check --bins` on update-engine (102/259)
31062026-03-20T18:19:57.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-03-20T18:19:57.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-03-20T18:19:57.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-03-20T18:19:57.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31102026-03-20T18:19:57.229Z
31112026-03-20T18:19:57.229Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/259)
31122026-03-20T18:19:57.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-03-20T18:19:57.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-03-20T18:19:58.170Z Checking dropshot-api-manager-types v0.6.0
31152026-03-20T18:19:58.175Z Checking nanorand v0.7.0
31162026-03-20T18:19:58.483Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31172026-03-20T18:19:58.509Z Checking flume v0.11.1
31182026-03-20T18:19:58.786Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31192026-03-20T18:20:00.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s
31202026-03-20T18:20:00.295Z
31212026-03-20T18:20:00.295Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/259)
31222026-03-20T18:20:01.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-03-20T18:20:01.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-03-20T18:20:01.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-03-20T18:20:01.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31262026-03-20T18:20:01.113Z
31272026-03-20T18:20:01.113Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/259)
31282026-03-20T18:20:01.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-03-20T18:20:01.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-03-20T18:20:01.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-03-20T18:20:01.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31322026-03-20T18:20:01.947Z
31332026-03-20T18:20:01.947Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/259)
31342026-03-20T18:20:02.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-03-20T18:20:02.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-03-20T18:20:02.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-03-20T18:20:02.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31382026-03-20T18:20:02.762Z
31392026-03-20T18:20:02.762Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/259)
31402026-03-20T18:20:03.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-03-20T18:20:03.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-03-20T18:20:03.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-03-20T18:20:03.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31442026-03-20T18:20:03.591Z
31452026-03-20T18:20:03.591Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/259)
31462026-03-20T18:20:04.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-03-20T18:20:04.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-03-20T18:20:04.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-03-20T18:20:04.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31502026-03-20T18:20:04.406Z
31512026-03-20T18:20:04.406Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/259)
31522026-03-20T18:20:05.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-03-20T18:20:05.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-03-20T18:20:05.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-03-20T18:20:05.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31562026-03-20T18:20:05.219Z
31572026-03-20T18:20:05.219Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/259)
31582026-03-20T18:20:05.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-03-20T18:20:05.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-03-20T18:20:05.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-03-20T18:20:05.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31622026-03-20T18:20:06.027Z
31632026-03-20T18:20:06.027Zinfo: running `cargo check --bins` on cockroach-admin-client (111/259)
31642026-03-20T18:20:06.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-03-20T18:20:06.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-03-20T18:20:06.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-03-20T18:20:06.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31682026-03-20T18:20:06.830Z
31692026-03-20T18:20:06.831Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/259)
31702026-03-20T18:20:07.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-03-20T18:20:07.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-03-20T18:20:07.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-03-20T18:20:07.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31742026-03-20T18:20:07.644Z
31752026-03-20T18:20:07.644Zinfo: running `cargo check --bins` on dns-service-client (113/259)
31762026-03-20T18:20:08.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-03-20T18:20:08.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-03-20T18:20:08.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-03-20T18:20:08.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31802026-03-20T18:20:08.452Z
31812026-03-20T18:20:08.452Zinfo: running `cargo check --bins` on installinator-client (114/259)
31822026-03-20T18:20:09.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-03-20T18:20:09.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-03-20T18:20:09.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-03-20T18:20:09.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31862026-03-20T18:20:09.269Z
31872026-03-20T18:20:09.269Zinfo: running `cargo check --bins` on nexus-client (115/259)
31882026-03-20T18:20:10.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-03-20T18:20:10.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-03-20T18:20:10.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-03-20T18:20:10.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31922026-03-20T18:20:10.137Z
31932026-03-20T18:20:10.137Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/259)
31942026-03-20T18:20:10.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-03-20T18:20:10.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-03-20T18:20:10.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-03-20T18:20:10.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31982026-03-20T18:20:10.998Z
31992026-03-20T18:20:10.998Zinfo: running `cargo check --bins` on ntp-admin-client (117/259)
32002026-03-20T18:20:11.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-03-20T18:20:11.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-03-20T18:20:11.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-03-20T18:20:11.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32042026-03-20T18:20:11.783Z
32052026-03-20T18:20:11.783Zinfo: running `cargo check --bins` on oxide-client (118/259)
32062026-03-20T18:20:12.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-03-20T18:20:12.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-03-20T18:20:12.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-03-20T18:20:12.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32102026-03-20T18:20:12.587Z
32112026-03-20T18:20:12.587Zinfo: running `cargo check --bins` on oximeter-client (119/259)
32122026-03-20T18:20:13.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-03-20T18:20:13.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-03-20T18:20:13.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-03-20T18:20:13.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32162026-03-20T18:20:13.402Z
32172026-03-20T18:20:13.402Zinfo: running `cargo check --bins` on repo-depot-client (120/259)
32182026-03-20T18:20:14.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-03-20T18:20:14.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-03-20T18:20:14.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-03-20T18:20:14.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32222026-03-20T18:20:14.199Z
32232026-03-20T18:20:14.199Zinfo: running `cargo check --bins` on sled-agent-client (121/259)
32242026-03-20T18:20:14.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-03-20T18:20:14.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-03-20T18:20:14.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-03-20T18:20:14.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32282026-03-20T18:20:15.035Z
32292026-03-20T18:20:15.035Zinfo: running `cargo check --bins` on wicketd-client (122/259)
32302026-03-20T18:20:15.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-03-20T18:20:15.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-03-20T18:20:15.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-03-20T18:20:15.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32342026-03-20T18:20:15.872Z
32352026-03-20T18:20:15.872Zinfo: running `cargo check --bins` on installinator-common (123/259)
32362026-03-20T18:20:16.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-03-20T18:20:16.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-03-20T18:20:16.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-03-20T18:20:16.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32402026-03-20T18:20:16.702Z
32412026-03-20T18:20:16.702Zinfo: running `cargo check --bins` on installinator-common-versions (124/259)
32422026-03-20T18:20:17.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-03-20T18:20:17.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-03-20T18:20:17.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-03-20T18:20:17.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32462026-03-20T18:20:17.492Z
32472026-03-20T18:20:17.493Zinfo: running `cargo check --bins` on wicket-common (125/259)
32482026-03-20T18:20:18.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-03-20T18:20:18.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-03-20T18:20:18.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-03-20T18:20:18.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32522026-03-20T18:20:18.341Z
32532026-03-20T18:20:18.342Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/259)
32542026-03-20T18:20:19.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-03-20T18:20:19.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-03-20T18:20:19.313Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32572026-03-20T18:20:19.324Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32582026-03-20T18:20:19.324Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32592026-03-20T18:20:19.435Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32602026-03-20T18:20:19.441Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32612026-03-20T18:20:19.599Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32622026-03-20T18:20:19.633Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32632026-03-20T18:20:19.904Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32642026-03-20T18:20:19.908Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-03-20T18:20:22.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
32662026-03-20T18:20:23.010Z
32672026-03-20T18:20:23.010Zinfo: running `cargo check --bins` on cockroach-admin-api (127/259)
32682026-03-20T18:20:23.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-03-20T18:20:23.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-03-20T18:20:23.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-03-20T18:20:23.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32722026-03-20T18:20:23.826Z
32732026-03-20T18:20:23.826Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/259)
32742026-03-20T18:20:24.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-03-20T18:20:24.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-03-20T18:20:24.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-03-20T18:20:24.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
32782026-03-20T18:20:24.772Z
32792026-03-20T18:20:24.772Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/259)
32802026-03-20T18:20:25.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-03-20T18:20:25.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-03-20T18:20:25.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832026-03-20T18:20:25.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
32842026-03-20T18:20:25.713Z
32852026-03-20T18:20:25.713Zinfo: running `cargo check --bins` on dns-server (130/259)
32862026-03-20T18:20:26.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872026-03-20T18:20:26.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882026-03-20T18:20:26.638Z Compiling parking_lot_core v0.8.6
32892026-03-20T18:20:26.638Z Compiling git-stub v1.0.0
32902026-03-20T18:20:26.642Z Compiling atomicwrites v0.4.4
32912026-03-20T18:20:26.642Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32922026-03-20T18:20:26.807Z Checking tagptr v0.2.0
32932026-03-20T18:20:26.821Z Checking prefix-trie v0.7.0
32942026-03-20T18:20:26.825Z Checking fxhash v0.2.1
32952026-03-20T18:20:26.884Z Checking hickory-client v0.25.2
32962026-03-20T18:20:26.981Z Compiling git-stub-vcs v0.1.0
32972026-03-20T18:20:26.985Z Checking moka v0.12.13
32982026-03-20T18:20:27.244Z Checking hickory-server v0.25.2
32992026-03-20T18:20:27.323Z Checking parking_lot v0.11.2
33002026-03-20T18:20:27.373Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33012026-03-20T18:20:27.431Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33022026-03-20T18:20:27.434Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33032026-03-20T18:20:27.434Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33042026-03-20T18:20:27.553Z Checking sled v0.34.7
33052026-03-20T18:20:27.813Z Checking hickory-resolver v0.25.2
33062026-03-20T18:20:30.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
33072026-03-20T18:20:30.664Z
33082026-03-20T18:20:30.664Zinfo: running `cargo check --bins` on dns-server-api (131/259)
33092026-03-20T18:20:31.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-03-20T18:20:31.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-03-20T18:20:31.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-03-20T18:20:31.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33132026-03-20T18:20:31.460Z
33142026-03-20T18:20:31.460Zinfo: running `cargo check --bins` on gateway-test-utils (132/259)
33152026-03-20T18:20:32.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-03-20T18:20:32.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-03-20T18:20:32.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-03-20T18:20:32.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
33192026-03-20T18:20:32.340Z
33202026-03-20T18:20:32.340Zinfo: running `cargo check --bins` on omicron-gateway (133/259)
33212026-03-20T18:20:33.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-03-20T18:20:33.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-03-20T18:20:33.313Z Compiling radium v0.7.0
33242026-03-20T18:20:33.457Z Checking tap v1.0.1
33252026-03-20T18:20:33.460Z Compiling maybe-uninit v2.0.0
33262026-03-20T18:20:33.489Z Compiling zerocopy-derive v0.6.6
33272026-03-20T18:20:33.492Z Compiling packed_struct v0.10.1
33282026-03-20T18:20:33.504Z Checking crc-catalog v2.4.0
33292026-03-20T18:20:33.540Z Checking funty v2.0.0
33302026-03-20T18:20:33.561Z Compiling packed_struct_codegen v0.10.1
33312026-03-20T18:20:33.580Z Checking wyz v0.5.1
33322026-03-20T18:20:33.642Z Checking crc v3.4.0
33332026-03-20T18:20:33.844Z Compiling bitfield-macros v0.19.4
33342026-03-20T18:20:33.867Z Compiling indexmap v1.9.3
33352026-03-20T18:20:33.904Z Checking nodrop v0.1.14
33362026-03-20T18:20:33.973Z Checking smallvec v0.6.14
33372026-03-20T18:20:33.997Z Checking hashbrown v0.12.3
33382026-03-20T18:20:34.017Z Checking array-init v0.0.4
33392026-03-20T18:20:34.035Z Checking bitvec v1.0.1
33402026-03-20T18:20:34.143Z Checking ron v0.8.1
33412026-03-20T18:20:34.226Z Checking hashbrown v0.13.2
33422026-03-20T18:20:34.505Z Checking serde-hex v0.1.0
33432026-03-20T18:20:34.617Z Checking zerocopy v0.6.6
33442026-03-20T18:20:34.799Z Checking bitfield v0.19.4
33452026-03-20T18:20:34.816Z Checking crc-any v2.5.0
33462026-03-20T18:20:34.862Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33472026-03-20T18:20:34.989Z Checking void v1.0.2
33482026-03-20T18:20:35.009Z Checking object v0.30.4
33492026-03-20T18:20:35.043Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-03-20T18:20:35.047Z Checking path-slash v0.1.5
33512026-03-20T18:20:35.118Z Checking half v1.8.3
33522026-03-20T18:20:35.165Z Checking lzss v0.8.2
33532026-03-20T18:20:35.183Z Checking tungstenite v0.23.0
33542026-03-20T18:20:35.220Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33552026-03-20T18:20:35.307Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33562026-03-20T18:20:35.384Z Checking serde_cbor v0.11.2
33572026-03-20T18:20:35.403Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33582026-03-20T18:20:35.425Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33592026-03-20T18:20:35.507Z Checking nix v0.27.1
33602026-03-20T18:20:35.754Z Checking kstat-rs v0.2.4
33612026-03-20T18:20:35.934Z Checking serde_bytes v0.11.19
33622026-03-20T18:20:35.951Z Checking tokio-tungstenite v0.23.1
33632026-03-20T18:20:36.003Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33642026-03-20T18:20:36.166Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33652026-03-20T18:20:36.250Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33662026-03-20T18:20:36.288Z Checking signal-hook-tokio v0.3.1
33672026-03-20T18:20:37.319Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-03-20T18:20:37.599Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33692026-03-20T18:20:40.896Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-03-20T18:20:42.093Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33712026-03-20T18:20:42.469Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33722026-03-20T18:20:43.960Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732026-03-20T18:20:46.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s
33742026-03-20T18:20:46.984Z
33752026-03-20T18:20:46.984Zinfo: running `cargo check --bins` on gateway-api (134/259)
33762026-03-20T18:20:47.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-03-20T18:20:47.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-03-20T18:20:47.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-03-20T18:20:47.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33802026-03-20T18:20:47.803Z
33812026-03-20T18:20:47.803Zinfo: running `cargo check --bins` on ipcc (135/259)
33822026-03-20T18:20:48.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-03-20T18:20:48.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-03-20T18:20:48.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-03-20T18:20:48.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33862026-03-20T18:20:48.625Z
33872026-03-20T18:20:48.625Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/259)
33882026-03-20T18:20:49.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-03-20T18:20:49.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-03-20T18:20:49.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-03-20T18:20:49.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33922026-03-20T18:20:49.432Z
33932026-03-20T18:20:49.432Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/259)
33942026-03-20T18:20:50.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-03-20T18:20:50.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-03-20T18:20:50.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-03-20T18:20:50.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33982026-03-20T18:20:50.261Z
33992026-03-20T18:20:50.261Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/259)
34002026-03-20T18:20:50.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-03-20T18:20:50.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-03-20T18:20:50.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-03-20T18:20:50.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34042026-03-20T18:20:51.077Z
34052026-03-20T18:20:51.077Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/259)
34062026-03-20T18:20:51.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-03-20T18:20:51.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-03-20T18:20:51.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-03-20T18:20:51.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34102026-03-20T18:20:51.896Z
34112026-03-20T18:20:51.897Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/259)
34122026-03-20T18:20:52.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-03-20T18:20:52.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-03-20T18:20:52.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-03-20T18:20:52.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34162026-03-20T18:20:52.716Z
34172026-03-20T18:20:52.716Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/259)
34182026-03-20T18:20:53.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-03-20T18:20:53.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-03-20T18:20:53.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-03-20T18:20:53.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34222026-03-20T18:20:53.539Z
34232026-03-20T18:20:53.539Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/259)
34242026-03-20T18:20:54.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-03-20T18:20:54.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-03-20T18:20:54.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-03-20T18:20:54.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34282026-03-20T18:20:54.356Z
34292026-03-20T18:20:54.356Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/259)
34302026-03-20T18:20:55.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-03-20T18:20:55.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-03-20T18:20:55.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-03-20T18:20:55.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34342026-03-20T18:20:55.179Z
34352026-03-20T18:20:55.179Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/259)
34362026-03-20T18:20:55.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-03-20T18:20:55.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-03-20T18:20:55.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-03-20T18:20:55.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34402026-03-20T18:20:56.008Z
34412026-03-20T18:20:56.008Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/259)
34422026-03-20T18:20:56.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-03-20T18:20:56.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-03-20T18:20:56.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-03-20T18:20:56.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34462026-03-20T18:20:56.832Z
34472026-03-20T18:20:56.832Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/259)
34482026-03-20T18:20:57.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-03-20T18:20:57.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-03-20T18:20:57.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-03-20T18:20:57.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34522026-03-20T18:20:57.655Z
34532026-03-20T18:20:57.655Zinfo: running `cargo check --bins` on oximeter-producer (147/259)
34542026-03-20T18:20:58.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-03-20T18:20:58.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-03-20T18:20:58.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-03-20T18:20:58.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34582026-03-20T18:20:58.527Z
34592026-03-20T18:20:58.527Zinfo: running `cargo check --bins` on internal-dns-resolver (148/259)
34602026-03-20T18:20:59.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-03-20T18:20:59.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-03-20T18:20:59.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-03-20T18:20:59.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34642026-03-20T18:20:59.358Z
34652026-03-20T18:20:59.358Zinfo: running `cargo check --bins` on sp-sim (149/259)
34662026-03-20T18:21:00.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-03-20T18:21:00.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-03-20T18:21:00.376Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34692026-03-20T18:21:02.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
34702026-03-20T18:21:02.951Z
34712026-03-20T18:21:02.951Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/259)
34722026-03-20T18:21:03.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-03-20T18:21:03.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-03-20T18:21:03.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-03-20T18:21:03.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
34762026-03-20T18:21:03.853Z
34772026-03-20T18:21:03.853Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/259)
34782026-03-20T18:21:04.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-03-20T18:21:04.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-03-20T18:21:04.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-03-20T18:21:04.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
34822026-03-20T18:21:04.759Z
34832026-03-20T18:21:04.759Zinfo: running `cargo check --bins` on db-macros (152/259)
34842026-03-20T18:21:05.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-03-20T18:21:05.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-03-20T18:21:05.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-03-20T18:21:05.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34882026-03-20T18:21:05.560Z
34892026-03-20T18:21:05.561Zinfo: running `cargo check --bins` on nexus-macros-common (153/259)
34902026-03-20T18:21:06.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-03-20T18:21:06.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-03-20T18:21:06.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-03-20T18:21:06.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34942026-03-20T18:21:06.362Z
34952026-03-20T18:21:06.362Zinfo: running `cargo check --bins` on nexus-auth (154/259)
34962026-03-20T18:21:07.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-03-20T18:21:07.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-03-20T18:21:07.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-03-20T18:21:07.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35002026-03-20T18:21:07.254Z
35012026-03-20T18:21:07.254Zinfo: running `cargo check --bins` on authz-macros (155/259)
35022026-03-20T18:21:07.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-03-20T18:21:07.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-03-20T18:21:07.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-03-20T18:21:07.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35062026-03-20T18:21:08.057Z
35072026-03-20T18:21:08.057Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/259)
35082026-03-20T18:21:08.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-03-20T18:21:08.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-03-20T18:21:08.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-03-20T18:21:08.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35122026-03-20T18:21:08.930Z
35132026-03-20T18:21:08.930Zinfo: running `cargo check --bins` on nexus-db-model (157/259)
35142026-03-20T18:21:09.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-03-20T18:21:09.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-03-20T18:21:09.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-03-20T18:21:09.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35182026-03-20T18:21:09.813Z
35192026-03-20T18:21:09.813Zinfo: running `cargo check --bins` on nexus-db-schema (158/259)
35202026-03-20T18:21:10.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-03-20T18:21:10.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-03-20T18:21:10.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-03-20T18:21:10.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35242026-03-20T18:21:10.611Z
35252026-03-20T18:21:10.612Zinfo: running `cargo check --bins` on omicron-rpaths (159/259)
35262026-03-20T18:21:11.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-03-20T18:21:11.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-03-20T18:21:11.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-03-20T18:21:11.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35302026-03-20T18:21:11.415Z
35312026-03-20T18:21:11.415Zinfo: running `cargo check --bins` on nexus-defaults (160/259)
35322026-03-20T18:21:12.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-03-20T18:21:12.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-03-20T18:21:12.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-03-20T18:21:12.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35362026-03-20T18:21:12.221Z
35372026-03-20T18:21:12.221Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/259)
35382026-03-20T18:21:12.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-03-20T18:21:12.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-03-20T18:21:12.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-03-20T18:21:12.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35422026-03-20T18:21:13.015Z
35432026-03-20T18:21:13.015Zinfo: running `cargo check --bins` on parallel-task-set (162/259)
35442026-03-20T18:21:13.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-03-20T18:21:13.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-03-20T18:21:13.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-03-20T18:21:13.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35482026-03-20T18:21:13.817Z
35492026-03-20T18:21:13.817Zinfo: running `cargo check --bins` on nexus-db-errors (163/259)
35502026-03-20T18:21:14.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-03-20T18:21:14.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-03-20T18:21:14.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-03-20T18:21:14.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35542026-03-20T18:21:14.691Z
35552026-03-20T18:21:14.691Zinfo: running `cargo check --bins` on nexus-db-lookup (164/259)
35562026-03-20T18:21:15.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-03-20T18:21:15.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-03-20T18:21:15.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-03-20T18:21:15.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35602026-03-20T18:21:15.569Z
35612026-03-20T18:21:15.570Zinfo: running `cargo check --bins` on nexus-inventory (165/259)
35622026-03-20T18:21:16.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-03-20T18:21:16.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-03-20T18:21:16.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-03-20T18:21:16.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35662026-03-20T18:21:16.440Z
35672026-03-20T18:21:16.440Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/259)
35682026-03-20T18:21:17.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-03-20T18:21:17.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-03-20T18:21:17.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-03-20T18:21:17.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35722026-03-20T18:21:17.278Z
35732026-03-20T18:21:17.278Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/259)
35742026-03-20T18:21:17.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-03-20T18:21:17.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-03-20T18:21:17.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-03-20T18:21:18.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35782026-03-20T18:21:18.106Z
35792026-03-20T18:21:18.106Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/259)
35802026-03-20T18:21:18.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-03-20T18:21:18.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-03-20T18:21:18.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-03-20T18:21:18.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35842026-03-20T18:21:18.937Z
35852026-03-20T18:21:18.937Zinfo: running `cargo check --bins` on key-manager (169/259)
35862026-03-20T18:21:19.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-03-20T18:21:19.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-03-20T18:21:19.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-03-20T18:21:19.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35902026-03-20T18:21:19.757Z
35912026-03-20T18:21:19.757Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/259)
35922026-03-20T18:21:20.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-03-20T18:21:20.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-03-20T18:21:20.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-03-20T18:21:20.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35962026-03-20T18:21:20.579Z
35972026-03-20T18:21:20.579Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/259)
35982026-03-20T18:21:21.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-03-20T18:21:21.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-03-20T18:21:21.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-03-20T18:21:21.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
36022026-03-20T18:21:21.406Z
36032026-03-20T18:21:21.406Zinfo: running `cargo check --bins` on typed-rng (172/259)
36042026-03-20T18:21:22.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-03-20T18:21:22.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-03-20T18:21:22.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-03-20T18:21:22.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
36082026-03-20T18:21:22.198Z
36092026-03-20T18:21:22.198Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/259)
36102026-03-20T18:21:22.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-03-20T18:21:22.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-03-20T18:21:23.383Z Compiling libefi-sys v0.1.0
36132026-03-20T18:21:23.386Z Compiling bitfield-struct v0.6.2
36142026-03-20T18:21:23.562Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36152026-03-20T18:21:23.581Z Compiling xshell-macros v0.2.7
36162026-03-20T18:21:23.600Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36172026-03-20T18:21:23.622Z Compiling salty v0.3.0
36182026-03-20T18:21:23.643Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36192026-03-20T18:21:23.665Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36202026-03-20T18:21:23.665Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36212026-03-20T18:21:24.004Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36222026-03-20T18:21:24.026Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36232026-03-20T18:21:24.057Z Checking xshell v0.2.7
36242026-03-20T18:21:24.195Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36252026-03-20T18:21:24.233Z Checking primeorder v0.13.6
36262026-03-20T18:21:24.287Z Compiling proc-macro-error-attr2 v2.0.0
36272026-03-20T18:21:24.310Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36282026-03-20T18:21:24.355Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36292026-03-20T18:21:24.374Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36302026-03-20T18:21:24.535Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36312026-03-20T18:21:24.552Z Checking p384 v0.13.1
36322026-03-20T18:21:24.599Z Compiling num-derive v0.3.3
36332026-03-20T18:21:24.703Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36342026-03-20T18:21:24.790Z Compiling proc-macro-error2 v2.0.1
36352026-03-20T18:21:24.944Z Compiling unicase v2.9.0
36362026-03-20T18:21:25.008Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36372026-03-20T18:21:25.164Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36382026-03-20T18:21:25.226Z Compiling tabled_derive v0.11.0
36392026-03-20T18:21:25.230Z Compiling mime_guess v2.0.5
36402026-03-20T18:21:25.299Z Compiling progenitor-impl v0.11.2
36412026-03-20T18:21:25.644Z Checking papergrid v0.17.0
36422026-03-20T18:21:25.796Z Checking libscf-sys v1.1.0
36432026-03-20T18:21:25.944Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36442026-03-20T18:21:25.969Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36452026-03-20T18:21:26.110Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36462026-03-20T18:21:26.171Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-03-20T18:21:26.748Z Checking testing_table v0.3.0
36482026-03-20T18:21:26.831Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36492026-03-20T18:21:26.853Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36502026-03-20T18:21:26.872Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36512026-03-20T18:21:26.954Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36522026-03-20T18:21:27.019Z Checking corncobs v0.1.4
36532026-03-20T18:21:27.088Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36542026-03-20T18:21:27.156Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36552026-03-20T18:21:27.181Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-03-20T18:21:27.202Z Checking tabled v0.20.0
36572026-03-20T18:21:27.359Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36582026-03-20T18:21:27.498Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36592026-03-20T18:21:27.555Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36602026-03-20T18:21:27.773Z Checking progenitor-client v0.11.2
36612026-03-20T18:21:27.981Z Checking secrecy v0.8.0
36622026-03-20T18:21:28.136Z Checking http-range v0.1.5
36632026-03-20T18:21:28.356Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36642026-03-20T18:21:28.501Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
36652026-03-20T18:21:28.626Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36662026-03-20T18:21:28.732Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36672026-03-20T18:21:28.818Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36682026-03-20T18:21:28.982Z Compiling progenitor-macro v0.11.2
36692026-03-20T18:21:29.051Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36702026-03-20T18:21:29.162Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36712026-03-20T18:21:29.229Z Checking atty v0.2.14
36722026-03-20T18:21:29.250Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36732026-03-20T18:21:29.353Z Checking crc8 v0.1.1
36742026-03-20T18:21:29.480Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
36752026-03-20T18:21:29.625Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36762026-03-20T18:21:29.979Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36772026-03-20T18:21:29.982Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36782026-03-20T18:21:30.349Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36792026-03-20T18:21:30.430Z Checking hyper-staticfile v0.10.1
36802026-03-20T18:21:30.552Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36812026-03-20T18:21:30.625Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36822026-03-20T18:21:30.812Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36832026-03-20T18:21:30.812Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36842026-03-20T18:21:31.109Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36852026-03-20T18:21:31.161Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36862026-03-20T18:21:31.286Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36872026-03-20T18:21:31.501Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36882026-03-20T18:21:31.807Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36892026-03-20T18:21:31.878Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36902026-03-20T18:21:31.992Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36912026-03-20T18:21:32.113Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36922026-03-20T18:21:32.510Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36932026-03-20T18:21:32.779Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36942026-03-20T18:21:32.803Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36952026-03-20T18:21:33.299Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36962026-03-20T18:21:34.541Z Checking progenitor v0.11.2
36972026-03-20T18:21:34.703Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36982026-03-20T18:21:41.529Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36992026-03-20T18:21:57.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.02s
37002026-03-20T18:21:57.474Z
37012026-03-20T18:21:57.475Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/259)
37022026-03-20T18:21:58.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-03-20T18:21:58.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-03-20T18:21:58.573Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37052026-03-20T18:22:14.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.00s
37062026-03-20T18:22:14.720Z
37072026-03-20T18:22:14.720Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/259)
37082026-03-20T18:22:15.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-03-20T18:22:15.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-03-20T18:22:15.822Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37112026-03-20T18:22:31.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.04s
37122026-03-20T18:22:32.008Z
37132026-03-20T18:22:32.008Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/259)
37142026-03-20T18:22:32.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-03-20T18:22:32.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-03-20T18:22:33.104Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37172026-03-20T18:22:48.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.92s
37182026-03-20T18:22:49.183Z
37192026-03-20T18:22:49.183Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/259)
37202026-03-20T18:22:49.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-03-20T18:22:49.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-03-20T18:22:50.290Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37232026-03-20T18:23:06.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.96s
37242026-03-20T18:23:06.498Z
37252026-03-20T18:23:06.498Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/259)
37262026-03-20T18:23:07.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-03-20T18:23:07.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-03-20T18:23:07.487Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37292026-03-20T18:23:23.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.98s
37302026-03-20T18:23:23.626Z
37312026-03-20T18:23:23.626Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/259)
37322026-03-20T18:23:24.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-03-20T18:23:24.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-03-20T18:23:24.711Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37352026-03-20T18:23:40.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.03s
37362026-03-20T18:23:40.989Z
37372026-03-20T18:23:40.989Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/259)
37382026-03-20T18:23:41.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-03-20T18:23:41.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-03-20T18:23:42.010Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37412026-03-20T18:23:57.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.92s
37422026-03-20T18:23:58.071Z
37432026-03-20T18:23:58.071Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/259)
37442026-03-20T18:23:58.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-03-20T18:23:58.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-03-20T18:23:58.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-03-20T18:23:58.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37482026-03-20T18:23:58.915Z
37492026-03-20T18:23:58.915Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/259)
37502026-03-20T18:23:59.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-03-20T18:23:59.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-03-20T18:23:59.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-03-20T18:23:59.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37542026-03-20T18:23:59.746Z
37552026-03-20T18:23:59.746Zinfo: running `cargo check --bins` on range-requests (183/259)
37562026-03-20T18:24:00.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-03-20T18:24:00.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-03-20T18:24:00.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-03-20T18:24:00.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37602026-03-20T18:24:00.551Z
37612026-03-20T18:24:00.551Zinfo: running `cargo check --bins` on repo-depot-api (184/259)
37622026-03-20T18:24:01.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-03-20T18:24:01.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-03-20T18:24:01.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-03-20T18:24:01.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37662026-03-20T18:24:01.357Z
37672026-03-20T18:24:01.357Zinfo: running `cargo check --bins` on sled-agent-api (185/259)
37682026-03-20T18:24:02.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-03-20T18:24:02.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-03-20T18:24:02.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-03-20T18:24:02.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37722026-03-20T18:24:02.185Z
37732026-03-20T18:24:02.185Zinfo: running `cargo check --bins` on sled-diagnostics (186/259)
37742026-03-20T18:24:02.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-03-20T18:24:02.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-03-20T18:24:02.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-03-20T18:24:02.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37782026-03-20T18:24:03.020Z
37792026-03-20T18:24:03.021Zinfo: running `cargo check --bins` on zfs-test-harness (187/259)
37802026-03-20T18:24:03.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-03-20T18:24:03.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-03-20T18:24:03.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832026-03-20T18:24:03.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37842026-03-20T18:24:03.844Z
37852026-03-20T18:24:03.844Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/259)
37862026-03-20T18:24:04.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-03-20T18:24:04.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-03-20T18:24:04.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892026-03-20T18:24:04.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37902026-03-20T18:24:04.689Z
37912026-03-20T18:24:04.690Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/259)
37922026-03-20T18:24:05.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-03-20T18:24:05.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-03-20T18:24:05.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-03-20T18:24:05.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37962026-03-20T18:24:05.524Z
37972026-03-20T18:24:05.524Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/259)
37982026-03-20T18:24:06.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-03-20T18:24:06.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-03-20T18:24:06.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-03-20T18:24:06.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38022026-03-20T18:24:06.358Z
38032026-03-20T18:24:06.358Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/259)
38042026-03-20T18:24:07.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-03-20T18:24:07.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-03-20T18:24:07.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-03-20T18:24:07.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38082026-03-20T18:24:07.201Z
38092026-03-20T18:24:07.201Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/259)
38102026-03-20T18:24:07.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-03-20T18:24:07.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-03-20T18:24:07.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-03-20T18:24:07.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38142026-03-20T18:24:08.042Z
38152026-03-20T18:24:08.042Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/259)
38162026-03-20T18:24:08.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-03-20T18:24:08.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-03-20T18:24:08.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-03-20T18:24:08.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38202026-03-20T18:24:08.883Z
38212026-03-20T18:24:08.883Zinfo: running `cargo check --bins` on trust-quorum (194/259)
38222026-03-20T18:24:09.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-03-20T18:24:09.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-03-20T18:24:09.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-03-20T18:24:09.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38262026-03-20T18:24:09.726Z
38272026-03-20T18:24:09.726Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/259)
38282026-03-20T18:24:10.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-03-20T18:24:10.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-03-20T18:24:10.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-03-20T18:24:10.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38322026-03-20T18:24:10.632Z
38332026-03-20T18:24:10.632Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/259)
38342026-03-20T18:24:11.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-03-20T18:24:11.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-03-20T18:24:11.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-03-20T18:24:11.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38382026-03-20T18:24:11.475Z
38392026-03-20T18:24:11.475Zinfo: running `cargo check --bins` on update-common (197/259)
38402026-03-20T18:24:12.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-03-20T18:24:12.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-03-20T18:24:12.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-03-20T18:24:12.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38442026-03-20T18:24:12.306Z
38452026-03-20T18:24:12.306Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/259)
38462026-03-20T18:24:13.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-03-20T18:24:13.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-03-20T18:24:13.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-03-20T18:24:13.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38502026-03-20T18:24:13.197Z
38512026-03-20T18:24:13.197Zinfo: running `cargo check --bins` on reconfigurator-cli (199/259)
38522026-03-20T18:24:13.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-03-20T18:24:13.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-03-20T18:24:14.286Z Compiling fs-err v2.11.0
38552026-03-20T18:24:14.289Z Checking ignore v0.4.25
38562026-03-20T18:24:14.433Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38572026-03-20T18:24:14.463Z Checking predicates-tree v1.0.13
38582026-03-20T18:24:14.478Z Checking parse-size v1.1.0
38592026-03-20T18:24:14.497Z Checking rand_seeder v0.4.0
38602026-03-20T18:24:14.500Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38612026-03-20T18:24:14.533Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38622026-03-20T18:24:14.591Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38632026-03-20T18:24:14.621Z Compiling petname v2.0.2
38642026-03-20T18:24:14.674Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38652026-03-20T18:24:14.860Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38662026-03-20T18:24:14.880Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38672026-03-20T18:24:14.965Z Checking globwalk v0.9.1
38682026-03-20T18:24:14.984Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38692026-03-20T18:24:15.088Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38702026-03-20T18:24:15.189Z Checking sapling-renderdag v0.1.0
38712026-03-20T18:24:15.210Z Checking camino-tempfile-ext v0.3.3
38722026-03-20T18:24:15.314Z Checking sync-ptr v0.1.4
38732026-03-20T18:24:15.466Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38742026-03-20T18:24:15.469Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38752026-03-20T18:24:15.533Z Checking colored v2.2.0
38762026-03-20T18:24:15.600Z Checking assert_matches v1.5.0
38772026-03-20T18:24:15.957Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38782026-03-20T18:24:16.042Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38792026-03-20T18:24:16.045Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38802026-03-20T18:24:16.813Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38812026-03-20T18:24:18.593Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38822026-03-20T18:24:21.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.33s
38832026-03-20T18:24:21.770Z
38842026-03-20T18:24:21.770Zinfo: running `cargo check --bins` on omicron-repl-utils (200/259)
38852026-03-20T18:24:22.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-03-20T18:24:22.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-03-20T18:24:22.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-03-20T18:24:22.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38892026-03-20T18:24:22.575Z
38902026-03-20T18:24:22.575Zinfo: running `cargo check --bins` on nexus-test-interface (201/259)
38912026-03-20T18:24:23.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-03-20T18:24:23.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-03-20T18:24:23.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-03-20T18:24:23.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38952026-03-20T18:24:23.458Z
38962026-03-20T18:24:23.458Zinfo: running `cargo check --bins` on oximeter-collector (202/259)
38972026-03-20T18:24:24.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-03-20T18:24:24.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-03-20T18:24:24.458Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39002026-03-20T18:24:24.461Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39012026-03-20T18:24:25.313Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39022026-03-20T18:24:27.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
39032026-03-20T18:24:27.571Z
39042026-03-20T18:24:27.571Zinfo: running `cargo check --bins` on oximeter-api (203/259)
39052026-03-20T18:24:28.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-03-20T18:24:28.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-03-20T18:24:28.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-03-20T18:24:28.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
39092026-03-20T18:24:28.393Z
39102026-03-20T18:24:28.393Zinfo: running `cargo check --bins` on cert-dev (204/259)
39112026-03-20T18:24:29.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-03-20T18:24:29.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-03-20T18:24:29.240Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39142026-03-20T18:24:29.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
39152026-03-20T18:24:29.810Z
39162026-03-20T18:24:29.810Zinfo: running `cargo check --bins` on clickana (205/259)
39172026-03-20T18:24:30.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-03-20T18:24:30.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-03-20T18:24:30.712Z Compiling darling_core v0.23.0
39202026-03-20T18:24:30.842Z Compiling instability v0.3.11
39212026-03-20T18:24:30.856Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39222026-03-20T18:24:30.859Z Checking castaway v0.2.4
39232026-03-20T18:24:30.859Z Compiling indoc v2.0.7
39242026-03-20T18:24:30.889Z Checking unicode-truncate v1.1.0
39252026-03-20T18:24:30.906Z Checking lru v0.12.5
39262026-03-20T18:24:30.909Z Checking cassowary v0.3.0
39272026-03-20T18:24:30.968Z Checking compact_str v0.8.1
39282026-03-20T18:24:32.151Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39292026-03-20T18:24:32.378Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39302026-03-20T18:24:32.843Z Compiling darling_macro v0.23.0
39312026-03-20T18:24:33.372Z Compiling darling v0.23.0
39322026-03-20T18:24:34.164Z Checking ratatui v0.29.0
39332026-03-20T18:24:35.700Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39342026-03-20T18:24:36.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s
39352026-03-20T18:24:36.769Z
39362026-03-20T18:24:36.769Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/259)
39372026-03-20T18:24:37.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-03-20T18:24:37.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-03-20T18:24:37.796Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39402026-03-20T18:24:37.799Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39412026-03-20T18:24:38.558Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39422026-03-20T18:24:39.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
39432026-03-20T18:24:39.305Z
39442026-03-20T18:24:39.305Zinfo: running `cargo check --bins` on ch-dev (207/259)
39452026-03-20T18:24:40.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-03-20T18:24:40.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-03-20T18:24:40.309Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39482026-03-20T18:24:41.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
39492026-03-20T18:24:41.499Z
39502026-03-20T18:24:41.499Zinfo: running `cargo check --bins` on dev-tools-common (208/259)
39512026-03-20T18:24:42.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-03-20T18:24:42.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-03-20T18:24:42.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-03-20T18:24:42.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39552026-03-20T18:24:42.129Z
39562026-03-20T18:24:42.129Zinfo: running `cargo check --bins` on crdb-seed (209/259)
39572026-03-20T18:24:42.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-03-20T18:24:42.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-03-20T18:24:43.119Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39602026-03-20T18:24:43.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
39612026-03-20T18:24:43.909Z
39622026-03-20T18:24:43.909Zinfo: running `cargo check --bins` on db-dev (210/259)
39632026-03-20T18:24:44.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-03-20T18:24:44.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-03-20T18:24:44.911Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39662026-03-20T18:24:45.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
39672026-03-20T18:24:46.117Z
39682026-03-20T18:24:46.117Zinfo: running `cargo check --bins` on omicron-dev-lib (211/259)
39692026-03-20T18:24:46.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-03-20T18:24:46.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-03-20T18:24:46.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-03-20T18:24:46.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
39732026-03-20T18:24:47.006Z
39742026-03-20T18:24:47.006Zinfo: running `cargo check --bins` on xtask-downloader (212/259)
39752026-03-20T18:24:47.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-03-20T18:24:47.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-03-20T18:24:47.881Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39782026-03-20T18:24:48.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
39792026-03-20T18:24:48.957Z
39802026-03-20T18:24:48.957Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/259)
39812026-03-20T18:24:49.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-03-20T18:24:49.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-03-20T18:24:50.002Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39842026-03-20T18:24:50.002Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39852026-03-20T18:24:50.005Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39862026-03-20T18:24:50.005Z Checking git-stub v1.0.0
39872026-03-20T18:24:50.005Z Compiling trait-variant v0.1.2
39882026-03-20T18:24:50.005Z Checking maplit v1.0.2
39892026-03-20T18:24:50.160Z Checking is_ci v1.2.0
39902026-03-20T18:24:50.207Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39912026-03-20T18:24:50.260Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39922026-03-20T18:24:50.322Z Checking supports-color v3.0.2
39932026-03-20T18:24:50.376Z Checking git-stub-vcs v0.1.0
39942026-03-20T18:24:50.412Z Checking drift v0.1.3
39952026-03-20T18:24:50.472Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39962026-03-20T18:24:50.494Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39972026-03-20T18:24:50.635Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39982026-03-20T18:24:50.748Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39992026-03-20T18:24:50.790Z Checking dropshot-api-manager v0.6.0
40002026-03-20T18:24:50.820Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40012026-03-20T18:24:50.870Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40022026-03-20T18:24:51.085Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40032026-03-20T18:24:51.285Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40042026-03-20T18:24:51.387Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40052026-03-20T18:24:51.836Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40062026-03-20T18:24:58.732Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40072026-03-20T18:25:00.124Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40082026-03-20T18:25:00.907Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40092026-03-20T18:25:01.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.48s
40102026-03-20T18:25:01.685Z
40112026-03-20T18:25:01.686Zinfo: running `cargo check --bins` on installinator-api (214/259)
40122026-03-20T18:25:02.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-03-20T18:25:02.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-03-20T18:25:02.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-03-20T18:25:02.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40162026-03-20T18:25:02.508Z
40172026-03-20T18:25:02.508Zinfo: running `cargo check --bins` on nexus-external-api (215/259)
40182026-03-20T18:25:03.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-03-20T18:25:03.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-03-20T18:25:03.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-03-20T18:25:03.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
40222026-03-20T18:25:03.382Z
40232026-03-20T18:25:03.382Zinfo: running `cargo check --bins` on nexus-internal-api (216/259)
40242026-03-20T18:25:04.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-03-20T18:25:04.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-03-20T18:25:04.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-03-20T18:25:04.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
40282026-03-20T18:25:04.239Z
40292026-03-20T18:25:04.239Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/259)
40302026-03-20T18:25:04.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-03-20T18:25:04.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-03-20T18:25:04.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-03-20T18:25:04.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
40342026-03-20T18:25:05.112Z
40352026-03-20T18:25:05.112Zinfo: running `cargo check --bins` on ntp-admin-api (218/259)
40362026-03-20T18:25:05.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-03-20T18:25:06.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-03-20T18:25:06.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-03-20T18:25:06.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40402026-03-20T18:25:06.830Z
40412026-03-20T18:25:06.830Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/259)
40422026-03-20T18:25:06.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-03-20T18:25:06.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-03-20T18:25:06.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-03-20T18:25:06.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40462026-03-20T18:25:06.830Z
40472026-03-20T18:25:06.830Zinfo: running `cargo check --bins` on wicketd-api (220/259)
40482026-03-20T18:25:07.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-03-20T18:25:07.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-03-20T18:25:07.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-03-20T18:25:07.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40522026-03-20T18:25:07.582Z
40532026-03-20T18:25:07.582Zinfo: running `cargo check --bins` on omicron-ls-apis (221/259)
40542026-03-20T18:25:08.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-03-20T18:25:08.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-03-20T18:25:08.424Z Checking erased-serde v0.4.9
40572026-03-20T18:25:08.554Z Checking ordered-float v2.10.1
40582026-03-20T18:25:08.577Z Checking unicode-xid v0.2.6
40592026-03-20T18:25:08.628Z Checking cargo-platform v0.2.0
40602026-03-20T18:25:08.840Z Checking serde-value v0.7.0
40612026-03-20T18:25:09.007Z Checking serde-untagged v0.1.9
40622026-03-20T18:25:09.217Z Checking cargo-util-schemas v0.8.2
40632026-03-20T18:25:10.212Z Checking cargo_metadata v0.21.0
40642026-03-20T18:25:11.076Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40652026-03-20T18:25:12.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
40662026-03-20T18:25:12.211Z
40672026-03-20T18:25:12.211Zinfo: running `cargo check --bins` on mgs-dev (222/259)
40682026-03-20T18:25:12.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-03-20T18:25:12.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-03-20T18:25:13.260Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40712026-03-20T18:25:14.037Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40722026-03-20T18:25:14.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
40732026-03-20T18:25:14.904Z
40742026-03-20T18:25:14.904Zinfo: running `cargo check --bins` on omicron-omdb (223/259)
40752026-03-20T18:25:15.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-03-20T18:25:15.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-03-20T18:25:16.119Z Compiling vergen-gitcl v1.0.8
40782026-03-20T18:25:16.119Z Compiling dirs-sys-next v0.1.2
40792026-03-20T18:25:16.122Z Compiling glob v0.3.3
40802026-03-20T18:25:16.122Z Compiling crunchy v0.2.4
40812026-03-20T18:25:16.122Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40822026-03-20T18:25:16.122Z Compiling diesel_derives v2.3.7
40832026-03-20T18:25:16.122Z Compiling dsl_auto_type v0.2.0
40842026-03-20T18:25:16.123Z Checking scheduled-thread-pool v0.2.7
40852026-03-20T18:25:16.486Z Compiling diesel_table_macro_syntax v0.3.0
40862026-03-20T18:25:16.540Z Compiling tiny-keccak v2.0.2
40872026-03-20T18:25:16.614Z Compiling dirs-next v2.0.0
40882026-03-20T18:25:16.756Z Compiling term v0.7.0
40892026-03-20T18:25:16.776Z Compiling clang-sys v1.8.1
40902026-03-20T18:25:16.779Z Checking r2d2 v0.8.10
40912026-03-20T18:25:16.855Z Compiling bit-vec v0.6.3
40922026-03-20T18:25:16.882Z Checking downcast-rs v2.0.2
40932026-03-20T18:25:17.051Z Compiling itertools v0.10.5
40942026-03-20T18:25:17.145Z Compiling ascii-canvas v3.0.0
40952026-03-20T18:25:17.254Z Compiling bit-set v0.5.3
40962026-03-20T18:25:17.458Z Compiling ena v0.14.4
40972026-03-20T18:25:17.477Z Compiling libloading v0.8.9
40982026-03-20T18:25:17.513Z Compiling bindgen v0.71.1
40992026-03-20T18:25:17.547Z Compiling regex-syntax v0.6.29
41002026-03-20T18:25:17.577Z Compiling diff v0.1.13
41012026-03-20T18:25:17.752Z Compiling cexpr v0.6.0
41022026-03-20T18:25:17.931Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41032026-03-20T18:25:18.065Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41042026-03-20T18:25:18.204Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41052026-03-20T18:25:18.254Z Compiling libxml v0.3.3
41062026-03-20T18:25:18.518Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41072026-03-20T18:25:18.576Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41082026-03-20T18:25:18.674Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41092026-03-20T18:25:18.910Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41102026-03-20T18:25:18.932Z Compiling strum_macros v0.24.3
41112026-03-20T18:25:18.956Z Compiling indoc v1.0.9
41122026-03-20T18:25:19.534Z Compiling lalrpop v0.19.12
41132026-03-20T18:25:20.323Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41142026-03-20T18:25:20.509Z Checking derive_builder v0.20.2
41152026-03-20T18:25:20.604Z Compiling oso-derive v0.27.3
41162026-03-20T18:25:20.659Z Checking quick-xml v0.37.5
41172026-03-20T18:25:20.783Z Compiling impl-trait-for-tuples v0.2.3
41182026-03-20T18:25:21.247Z Checking openssl-probe v0.1.6
41192026-03-20T18:25:21.425Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41202026-03-20T18:25:21.906Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41212026-03-20T18:25:22.144Z Checking bb8 v0.8.6
41222026-03-20T18:25:22.422Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41232026-03-20T18:25:22.501Z Checking nonempty v0.12.0
41242026-03-20T18:25:22.691Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41252026-03-20T18:25:22.713Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41262026-03-20T18:25:22.973Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41272026-03-20T18:25:22.989Z Checking support-bundle-viewer v0.1.2
41282026-03-20T18:25:23.009Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41292026-03-20T18:25:23.294Z Checking multimap v0.10.1
41302026-03-20T18:25:24.335Z Checking diesel v2.3.7
41312026-03-20T18:25:25.907Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41322026-03-20T18:25:27.385Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41332026-03-20T18:25:27.860Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41342026-03-20T18:25:28.144Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41352026-03-20T18:25:29.495Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41362026-03-20T18:25:29.674Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41372026-03-20T18:25:29.886Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41382026-03-20T18:25:30.587Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41392026-03-20T18:25:33.214Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41402026-03-20T18:25:39.757Z Compiling samael v0.0.19
41412026-03-20T18:25:44.745Z Checking async-bb8-diesel v0.2.1
41422026-03-20T18:25:45.096Z Checking diesel-dtrace v0.5.0
41432026-03-20T18:25:46.018Z Compiling polar-core v0.27.3
41442026-03-20T18:25:51.859Z Checking oso v0.27.3
41452026-03-20T18:26:47.176Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41462026-03-20T18:27:33.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
41472026-03-20T18:27:33.874Z
41482026-03-20T18:27:33.874Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/259)
41492026-03-20T18:27:34.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-03-20T18:27:34.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-03-20T18:27:34.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-03-20T18:27:34.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
41532026-03-20T18:27:34.780Z
41542026-03-20T18:27:34.780Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/259)
41552026-03-20T18:27:35.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-03-20T18:27:35.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-03-20T18:27:35.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-03-20T18:27:35.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
41592026-03-20T18:27:35.669Z
41602026-03-20T18:27:35.669Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/259)
41612026-03-20T18:27:36.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-03-20T18:27:36.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-03-20T18:27:36.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-03-20T18:27:36.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
41652026-03-20T18:27:36.472Z
41662026-03-20T18:27:36.472Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/259)
41672026-03-20T18:27:37.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-03-20T18:27:37.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-03-20T18:27:37.685Z Compiling libz-sys v1.1.24
41702026-03-20T18:27:37.844Z Compiling libgit2-sys v0.18.3+1.9.2
41712026-03-20T18:27:37.863Z Compiling vergen-git2 v1.0.7
41722026-03-20T18:27:37.884Z Compiling rustls v0.21.12
41732026-03-20T18:27:37.900Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41742026-03-20T18:27:37.924Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41752026-03-20T18:27:37.932Z Checking sct v0.7.1
41762026-03-20T18:27:37.932Z Checking rustls-webpki v0.101.7
41772026-03-20T18:27:38.109Z Compiling nix v0.29.0
41782026-03-20T18:27:38.154Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41792026-03-20T18:27:38.191Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41802026-03-20T18:27:38.232Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41812026-03-20T18:27:38.361Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41822026-03-20T18:27:38.533Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41832026-03-20T18:27:38.557Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41842026-03-20T18:27:38.641Z Checking rustls-pemfile v1.0.4
41852026-03-20T18:27:38.801Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41862026-03-20T18:27:38.935Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41872026-03-20T18:27:39.133Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41882026-03-20T18:27:39.172Z Checking twox-hash v2.1.2
41892026-03-20T18:27:39.281Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41902026-03-20T18:27:39.950Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41912026-03-20T18:27:40.112Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41922026-03-20T18:27:40.144Z Checking tokio-rustls v0.24.1
41932026-03-20T18:27:40.286Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41942026-03-20T18:27:40.396Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41952026-03-20T18:27:40.575Z Checking fatfs v0.3.6
41962026-03-20T18:27:40.829Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41972026-03-20T18:27:41.160Z Compiling seq-macro v0.3.6
41982026-03-20T18:27:45.951Z Compiling git2 v0.20.4
41992026-03-20T18:27:47.040Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42002026-03-20T18:27:47.196Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42012026-03-20T18:27:49.183Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42022026-03-20T18:28:58.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
42032026-03-20T18:28:58.879Z
42042026-03-20T18:28:58.879Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/259)
42052026-03-20T18:28:59.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-03-20T18:28:59.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-03-20T18:29:00.116Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42082026-03-20T18:30:00.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
42092026-03-20T18:30:00.877Z
42102026-03-20T18:30:00.877Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/259)
42112026-03-20T18:30:01.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-03-20T18:30:01.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-03-20T18:30:01.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-03-20T18:30:01.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
42152026-03-20T18:30:01.673Z
42162026-03-20T18:30:01.673Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/259)
42172026-03-20T18:30:02.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-03-20T18:30:02.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-03-20T18:30:02.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-03-20T18:30:02.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42212026-03-20T18:30:02.722Z
42222026-03-20T18:30:02.722Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/259)
42232026-03-20T18:30:03.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-03-20T18:30:03.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-03-20T18:30:03.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-03-20T18:30:03.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42272026-03-20T18:30:03.417Z
42282026-03-20T18:30:03.417Zinfo: running `cargo check --bins` on nexus-networking (232/259)
42292026-03-20T18:30:04.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-03-20T18:30:04.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-03-20T18:30:04.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-03-20T18:30:04.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42332026-03-20T18:30:04.298Z
42342026-03-20T18:30:04.298Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/259)
42352026-03-20T18:30:05.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-03-20T18:30:05.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-03-20T18:30:05.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-03-20T18:30:05.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42392026-03-20T18:30:05.196Z
42402026-03-20T18:30:05.196Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/259)
42412026-03-20T18:30:05.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-03-20T18:30:05.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-03-20T18:30:05.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-03-20T18:30:05.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42452026-03-20T18:30:06.093Z
42462026-03-20T18:30:06.093Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (235/259)
42472026-03-20T18:30:06.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-03-20T18:30:06.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-03-20T18:30:06.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42502026-03-20T18:30:06.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42512026-03-20T18:30:06.965Z
42522026-03-20T18:30:06.965Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (236/259)
42532026-03-20T18:30:07.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-03-20T18:30:07.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-03-20T18:30:07.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-03-20T18:30:07.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
42572026-03-20T18:30:07.874Z
42582026-03-20T18:30:07.875Zinfo: running `cargo check --bins` on omicron-dev (237/259)
42592026-03-20T18:30:08.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-03-20T18:30:08.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-03-20T18:30:09.150Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42622026-03-20T18:30:09.158Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42632026-03-20T18:30:09.342Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42642026-03-20T18:30:09.376Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42652026-03-20T18:30:09.391Z Checking yansi v1.0.1
42662026-03-20T18:30:09.391Z Checking diff v0.1.13
42672026-03-20T18:30:09.391Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42682026-03-20T18:30:09.422Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42692026-03-20T18:30:09.538Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42702026-03-20T18:30:09.726Z Checking pretty_assertions v1.4.1
42712026-03-20T18:30:10.592Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42722026-03-20T18:30:43.726Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42732026-03-20T18:30:43.730Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42742026-03-20T18:30:43.730Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42752026-03-20T18:30:43.730Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42762026-03-20T18:30:43.730Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42772026-03-20T18:30:43.730Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42782026-03-20T18:30:44.622Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42792026-03-20T18:30:46.020Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42802026-03-20T18:31:45.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42812026-03-20T18:31:45.888Z
42822026-03-20T18:31:45.888Zinfo: running `cargo check --bins` on omicron-pins (238/259)
42832026-03-20T18:31:46.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-03-20T18:31:46.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-03-20T18:31:46.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-03-20T18:31:46.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
42872026-03-20T18:31:46.702Z
42882026-03-20T18:31:46.702Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (239/259)
42892026-03-20T18:31:47.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-03-20T18:31:47.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-03-20T18:31:47.798Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42922026-03-20T18:31:47.947Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42932026-03-20T18:31:47.951Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42942026-03-20T18:32:25.167Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42952026-03-20T18:32:25.636Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42962026-03-20T18:32:27.994Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42972026-03-20T18:32:28.542Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42982026-03-20T18:32:32.609Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42992026-03-20T18:33:04.934Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43002026-03-20T18:33:05.761Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43012026-03-20T18:33:07.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
43022026-03-20T18:33:08.107Z
43032026-03-20T18:33:08.107Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (240/259)
43042026-03-20T18:33:08.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-03-20T18:33:08.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-03-20T18:33:09.126Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43072026-03-20T18:33:09.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
43082026-03-20T18:33:10.229Z
43092026-03-20T18:33:10.230Zinfo: running `cargo check --bins` on omicron-releng (241/259)
43102026-03-20T18:33:10.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-03-20T18:33:10.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-03-20T18:33:11.137Z Compiling blake3 v1.8.3
43132026-03-20T18:33:11.272Z Checking arrayvec v0.7.6
43142026-03-20T18:33:11.276Z Checking arrayref v0.3.9
43152026-03-20T18:33:11.276Z Checking constant_time_eq v0.4.2
43162026-03-20T18:33:11.311Z Checking topological-sort v0.2.2
43172026-03-20T18:33:11.314Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43182026-03-20T18:33:11.314Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43192026-03-20T18:33:11.314Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43202026-03-20T18:33:11.379Z Checking shell-words v1.1.1
43212026-03-20T18:33:12.288Z Checking omicron-zone-package v0.12.2
43222026-03-20T18:33:13.288Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43232026-03-20T18:33:14.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
43242026-03-20T18:33:14.609Z
43252026-03-20T18:33:14.609Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (242/259)
43262026-03-20T18:33:15.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43272026-03-20T18:33:15.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43282026-03-20T18:33:15.513Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43292026-03-20T18:33:15.911Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43302026-03-20T18:33:16.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
43312026-03-20T18:33:16.642Z
43322026-03-20T18:33:16.642Zinfo: running `cargo check --bins` on xtask (243/259)
43332026-03-20T18:33:17.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43342026-03-20T18:33:17.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43352026-03-20T18:33:17.270Z Checking libc v0.2.180
43362026-03-20T18:33:17.370Z Checking serde v1.0.228
43372026-03-20T18:33:17.380Z Checking zerofrom v0.1.6
43382026-03-20T18:33:17.388Z Checking bitflags v2.11.0
43392026-03-20T18:33:17.400Z Checking smallvec v1.15.1
43402026-03-20T18:33:17.404Z Checking hashbrown v0.16.1
43412026-03-20T18:33:17.427Z Checking serde_json v1.0.149
43422026-03-20T18:33:17.430Z Checking scroll v0.12.0
43432026-03-20T18:33:17.514Z Checking yoke v0.8.1
43442026-03-20T18:33:17.585Z Checking num-traits v0.2.19
43452026-03-20T18:33:17.630Z Checking thiserror v1.0.69
43462026-03-20T18:33:17.735Z Checking zerovec v0.11.5
43472026-03-20T18:33:17.735Z Checking zerotrie v0.2.3
43482026-03-20T18:33:17.761Z Checking log v0.4.29
43492026-03-20T18:33:17.782Z Checking errno v0.3.14
43502026-03-20T18:33:17.927Z Checking toml_datetime v0.6.11
43512026-03-20T18:33:17.945Z Checking rustix v1.1.3
43522026-03-20T18:33:17.977Z Checking serde_spanned v0.6.9
43532026-03-20T18:33:18.038Z Checking indexmap v2.13.0
43542026-03-20T18:33:18.067Z Checking percent-encoding v2.3.2
43552026-03-20T18:33:18.133Z Checking zerocopy v0.7.35
43562026-03-20T18:33:18.193Z Checking goblin v0.8.2
43572026-03-20T18:33:18.245Z Checking form_urlencoded v1.2.2
43582026-03-20T18:33:18.294Z Checking getrandom v0.4.1
43592026-03-20T18:33:18.341Z Checking tinystr v0.8.2
43602026-03-20T18:33:18.374Z Checking potential_utf v0.1.4
43612026-03-20T18:33:18.406Z Checking ordered-float v2.10.1
43622026-03-20T18:33:18.457Z Checking thiserror v2.0.18
43632026-03-20T18:33:18.536Z Checking icu_collections v2.1.1
43642026-03-20T18:33:18.565Z Checking icu_locale_core v2.1.1
43652026-03-20T18:33:18.580Z Checking syn v2.0.117
43662026-03-20T18:33:18.720Z Checking serde-value v0.7.0
43672026-03-20T18:33:18.792Z Checking toml_edit v0.22.27
43682026-03-20T18:33:18.841Z Checking dtrace-parser v0.2.0
43692026-03-20T18:33:18.947Z Checking thread-id v4.2.2
43702026-03-20T18:33:19.003Z Checking once_cell v1.21.3
43712026-03-20T18:33:19.048Z Checking cargo-platform v0.2.0
43722026-03-20T18:33:19.112Z Checking terminal_size v0.4.3
43732026-03-20T18:33:19.166Z Checking memmap v0.7.0
43742026-03-20T18:33:19.231Z Checking tempfile v3.25.0
43752026-03-20T18:33:19.253Z Checking clap_builder v4.5.60
43762026-03-20T18:33:19.274Z Checking textwrap v0.16.2
43772026-03-20T18:33:19.328Z Checking fs-err v3.3.0
43782026-03-20T18:33:19.353Z Checking icu_provider v2.1.1
43792026-03-20T18:33:19.482Z Checking camino-tempfile v1.4.1
43802026-03-20T18:33:19.538Z Checking anyhow v1.0.102
43812026-03-20T18:33:19.563Z Checking tabled v0.15.0
43822026-03-20T18:33:19.663Z Checking icu_normalizer v2.1.1
43832026-03-20T18:33:19.682Z Checking icu_properties v2.1.2
43842026-03-20T18:33:19.793Z Checking macaddr v1.0.1
43852026-03-20T18:33:20.028Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43862026-03-20T18:33:20.319Z Checking toml v0.8.23
43872026-03-20T18:33:20.753Z Checking cargo_toml v0.21.0
43882026-03-20T18:33:20.788Z Checking dof v0.3.0
43892026-03-20T18:33:20.812Z Checking idna_adapter v1.2.1
43902026-03-20T18:33:20.924Z Checking clap v4.5.60
43912026-03-20T18:33:20.957Z Checking idna v1.1.0
43922026-03-20T18:33:21.176Z Checking usdt-impl v0.5.0
43932026-03-20T18:33:21.254Z Checking url v2.5.8
43942026-03-20T18:33:21.508Z Checking usdt v0.5.0
43952026-03-20T18:33:21.726Z Checking cargo-util-schemas v0.8.2
43962026-03-20T18:33:22.720Z Checking cargo_metadata v0.21.0
43972026-03-20T18:33:23.593Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43982026-03-20T18:33:24.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.52s
43992026-03-20T18:33:24.316Z
44002026-03-20T18:33:24.316Zinfo: running `cargo check --bins` on end-to-end-tests (244/259)
44012026-03-20T18:33:25.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-03-20T18:33:25.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-03-20T18:33:25.446Z Checking polyval v0.6.2
44042026-03-20T18:33:25.598Z Checking ctr v0.9.2
44052026-03-20T18:33:25.616Z Checking ssh-encoding v0.2.0
44062026-03-20T18:33:25.620Z Checking blowfish v0.9.1
44072026-03-20T18:33:25.652Z Checking password-hash v0.4.2
44082026-03-20T18:33:25.675Z Checking p521 v0.13.3
44092026-03-20T18:33:25.682Z Checking p256 v0.13.2
44102026-03-20T18:33:25.713Z Checking russh-cryptovec v0.7.3
44112026-03-20T18:33:25.774Z Checking ghash v0.5.1
44122026-03-20T18:33:25.795Z Checking md5 v0.7.0
44132026-03-20T18:33:25.815Z Checking bcrypt-pbkdf v0.10.0
44142026-03-20T18:33:25.912Z Checking num-bigint v0.4.6
44152026-03-20T18:33:25.926Z Checking des v0.8.1
44162026-03-20T18:33:25.933Z Checking aes-gcm v0.10.3
44172026-03-20T18:33:25.937Z Checking pbkdf2 v0.11.0
44182026-03-20T18:33:26.011Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44192026-03-20T18:33:26.026Z Checking hex-literal v0.4.1
44202026-03-20T18:33:26.045Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44212026-03-20T18:33:26.068Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44222026-03-20T18:33:26.103Z Checking ssh-cipher v0.2.0
44232026-03-20T18:33:26.142Z Checking socket2 v0.5.10
44242026-03-20T18:33:26.145Z Checking internet-checksum v0.2.1
44252026-03-20T18:33:26.315Z Checking ssh-key v0.6.7
44262026-03-20T18:33:26.520Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44272026-03-20T18:33:27.192Z Checking russh-keys v0.45.0
44282026-03-20T18:33:27.931Z Checking russh v0.45.0
44292026-03-20T18:33:49.627Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44302026-03-20T18:33:51.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.86s
44312026-03-20T18:33:51.428Z
44322026-03-20T18:33:51.428Zinfo: running `cargo check --bins` on gateway-cli (245/259)
44332026-03-20T18:33:52.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-03-20T18:33:52.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-03-20T18:33:52.320Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44362026-03-20T18:33:52.453Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44372026-03-20T18:33:52.470Z Checking termios v0.3.3
44382026-03-20T18:33:54.167Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44392026-03-20T18:33:54.348Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44402026-03-20T18:33:56.977Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44412026-03-20T18:33:57.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
44422026-03-20T18:33:57.948Z
44432026-03-20T18:33:57.948Zinfo: running `cargo check --bins --no-default-features` on installinator (246/259)
44442026-03-20T18:33:58.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-03-20T18:33:58.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-03-20T18:33:58.933Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44472026-03-20T18:33:59.073Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44482026-03-20T18:33:59.114Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44492026-03-20T18:33:59.117Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44502026-03-20T18:33:59.117Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44512026-03-20T18:33:59.368Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44522026-03-20T18:33:59.368Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44532026-03-20T18:34:00.308Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44542026-03-20T18:34:00.599Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44552026-03-20T18:34:00.607Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44562026-03-20T18:34:01.445Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44572026-03-20T18:34:03.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
44582026-03-20T18:34:03.811Z
44592026-03-20T18:34:03.811Zinfo: running `cargo check --bins` on internal-dns-cli (247/259)
44602026-03-20T18:34:04.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-03-20T18:34:04.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-03-20T18:34:04.700Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44632026-03-20T18:34:05.274Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44642026-03-20T18:34:05.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
44652026-03-20T18:34:05.914Z
44662026-03-20T18:34:05.914Zinfo: running `cargo check --bins` on omicron-live-tests (248/259)
44672026-03-20T18:34:06.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-03-20T18:34:06.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-03-20T18:34:06.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44702026-03-20T18:34:06.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
44712026-03-20T18:34:06.712Z
44722026-03-20T18:34:06.712Zinfo: running `cargo check --bins` on live-tests-macros (249/259)
44732026-03-20T18:34:07.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-03-20T18:34:07.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-03-20T18:34:07.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44762026-03-20T18:34:07.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
44772026-03-20T18:34:07.522Z
44782026-03-20T18:34:07.523Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (250/259)
44792026-03-20T18:34:08.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-03-20T18:34:08.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-03-20T18:34:08.572Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44822026-03-20T18:34:09.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
44832026-03-20T18:34:09.532Z
44842026-03-20T18:34:09.532Zinfo: running `cargo check --bins` on omicron-ntp-admin (251/259)
44852026-03-20T18:34:10.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-03-20T18:34:10.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-03-20T18:34:10.433Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44882026-03-20T18:34:10.436Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44892026-03-20T18:34:10.742Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44902026-03-20T18:34:10.742Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44912026-03-20T18:34:11.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
44922026-03-20T18:34:11.987Z
44932026-03-20T18:34:11.987Zinfo: running `cargo check --bins` on ntp-admin-types (252/259)
44942026-03-20T18:34:12.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-03-20T18:34:12.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-03-20T18:34:12.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44972026-03-20T18:34:12.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
44982026-03-20T18:34:12.787Z
44992026-03-20T18:34:12.787Zinfo: running `cargo check --bins` on omicron-package (253/259)
45002026-03-20T18:34:13.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-03-20T18:34:13.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-03-20T18:34:13.707Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45032026-03-20T18:34:15.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
45042026-03-20T18:34:15.334Z
45052026-03-20T18:34:15.334Zinfo: running `cargo check --bins` on tqdb (254/259)
45062026-03-20T18:34:16.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-03-20T18:34:16.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-03-20T18:34:16.436Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45092026-03-20T18:34:16.884Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45102026-03-20T18:34:17.593Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45112026-03-20T18:34:17.593Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45122026-03-20T18:34:24.257Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45132026-03-20T18:34:25.179Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45142026-03-20T18:34:25.186Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45152026-03-20T18:34:25.186Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45162026-03-20T18:34:25.187Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45172026-03-20T18:34:26.251Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45182026-03-20T18:34:35.838Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45192026-03-20T18:34:44.210Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45202026-03-20T18:34:44.686Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45212026-03-20T18:34:44.686Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45222026-03-20T18:34:44.686Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45232026-03-20T18:34:46.158Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45242026-03-20T18:34:47.908Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45252026-03-20T18:34:52.003Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45262026-03-20T18:34:52.145Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45272026-03-20T18:34:52.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.85s
45282026-03-20T18:34:52.145Z
45292026-03-20T18:34:52.145Zinfo: running `cargo check --bins` on wicket-dbg (255/259)
45302026-03-20T18:34:52.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-03-20T18:34:52.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-03-20T18:34:52.416Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45332026-03-20T18:34:52.420Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45342026-03-20T18:34:52.556Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45352026-03-20T18:34:52.606Z Checking rtoolbox v0.0.3
45362026-03-20T18:34:52.619Z Checking tui-tree-widget v0.23.1
45372026-03-20T18:34:52.764Z Checking rpassword v7.4.0
45382026-03-20T18:34:52.872Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45392026-03-20T18:34:53.912Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45402026-03-20T18:35:00.545Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45412026-03-20T18:35:01.470Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45422026-03-20T18:35:02.882Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45432026-03-20T18:35:07.073Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45442026-03-20T18:35:09.652Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45452026-03-20T18:35:10.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.36s
45462026-03-20T18:35:11.038Z
45472026-03-20T18:35:11.038Zinfo: running `cargo check --bins` on wicket (256/259)
45482026-03-20T18:35:11.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-03-20T18:35:11.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-03-20T18:35:11.987Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45512026-03-20T18:35:12.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45522026-03-20T18:35:12.688Z
45532026-03-20T18:35:12.688Zinfo: running `cargo check --bins` on wicketd (257/259)
45542026-03-20T18:35:13.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-03-20T18:35:13.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-03-20T18:35:13.686Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45572026-03-20T18:35:13.739Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45582026-03-20T18:35:13.799Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45592026-03-20T18:35:13.834Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45602026-03-20T18:35:15.219Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45612026-03-20T18:35:16.017Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45622026-03-20T18:35:20.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.37s
45632026-03-20T18:35:20.387Z
45642026-03-20T18:35:20.387Zinfo: running `cargo check --bins` on omicron-workspace-hack (258/259)
45652026-03-20T18:35:21.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-03-20T18:35:21.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-03-20T18:35:21.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-03-20T18:35:21.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
45692026-03-20T18:35:21.232Z
45702026-03-20T18:35:21.232Zinfo: running `cargo check --bins` on zone-setup (259/259)
45712026-03-20T18:35:21.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-03-20T18:35:21.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-03-20T18:35:22.043Z Checking uzers v0.12.2
45742026-03-20T18:35:22.424Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45752026-03-20T18:35:23.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
45762026-03-20T18:35:23.965Z
45772026-03-20T18:35:23.966Zreal 19:16.568345367
45782026-03-20T18:35:23.966Zuser 28:40.325985584
45792026-03-20T18:35:23.966Zsys 5:18.699288232
45802026-03-20T18:35:23.966Ztrap 0.487879699
45812026-03-20T18:35:23.966Ztflt 0.361628815
45822026-03-20T18:35:23.966Zdflt 0.697194087
45832026-03-20T18:35:23.967Zkflt 0.001053892
45842026-03-20T18:35:23.967Zlock 1:44:42.977122906
45852026-03-20T18:35:23.967Zslp 2:14:52.963652497
45862026-03-20T18:35:23.967Zlat 1:23.818959544
45872026-03-20T18:35:23.967Zstop 5:21.723326743
45882026-03-20T18:35:23.967Zprocess exited: duration 1401202 ms, exit code 0
 
45892026-03-20T18:35:24.194Zfound 0 output files