01KM2ACN95S1TZE3EFAW0XSNYX: 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: 01KM2ACZYME8X08HD04Z8BAV5E

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T05:53:13.871Zjob assigned to worker 01KM2AD549KZ0XMWJ6R3RP9ZSZ [factory aws, i-08aae0d07333b7364] (queued for 1 m 20 s)
 
22026-03-19T05:53:21.936Zstarting task 0: "setup"
32026-03-19T05:53:21.941Z++ uname -s
42026-03-19T05:53:21.944Z+ kern=SunOS
52026-03-19T05:53:21.944Z+ build_user=build
62026-03-19T05:53:21.944Z+ build_uid=12345
72026-03-19T05:53:21.944Z+ work_dir=/work
82026-03-19T05:53:21.944Z+ input_dir=/input
92026-03-19T05:53:21.944Z+ [[ 0 == 12345 ]]
102026-03-19T05:53:21.944Z+ case "$kern" in
112026-03-19T05:53:21.944Z+ groupadd -g 12345 build
122026-03-19T05:53:21.947Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T05:53:23.951Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T05:53:24.072Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T05:53:24.075Z+ home_fs=zfs
162026-03-19T05:53:24.075Z+ [[ zfs == autofs ]]
172026-03-19T05:53:24.075Z+ mkdir -p /home/build
182026-03-19T05:53:24.079Z+ chown build:build /home/build /work
192026-03-19T05:53:26.078Z+ chmod 0700 /home/build /work
202026-03-19T05:53:26.081Zprocess exited: duration 4145 ms, exit code 0
 
212026-03-19T05:53:26.087Zstarting task 1: "rust-toolchain"
222026-03-19T05:53:26.091Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T05:53:26.091Z * rust toolchain channel = "1.94.0"
242026-03-19T05:53:26.091Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-19T05:53:26.091Z * rust toolchain profile = "default"
262026-03-19T05:53:26.092Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T05:53:26.092Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T05:53:26.094Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T05:53:26.094Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T05:53:26.208Zinfo: downloading installer
312026-03-19T05:53:27.908Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T05:53:27.908Zwarn: /opt/ooce/bin
332026-03-19T05:53:27.908Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T05:53:27.908Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T05:53:27.908Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T05:53:27.908Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T05:53:27.908Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T05:53:27.908Zerror: cannot install while Rust is installed
392026-03-19T05:53:27.908Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T05:53:27.908Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T05:53:27.908Zwarn: /home/build/.rustup/settings.toml
422026-03-19T05:53:27.908Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T05:53:27.908Zwarn: instead of the one inferred from the default host triple.
442026-03-19T05:53:27.938Zinfo: profile set to default
452026-03-19T05:53:27.938Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T05:53:27.941Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T05:53:28.103Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T05:53:28.105Zinfo: downloading 6 components
492026-03-19T05:53:43.675Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T05:53:43.675Z
512026-03-19T05:53:43.712Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T05:53:43.712Z
532026-03-19T05:53:43.712Z
542026-03-19T05:53:43.712ZRust is installed now. Great!
552026-03-19T05:53:43.712Z
562026-03-19T05:53:43.716ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T05:53:43.716Zenvironment variable. This has not been done automatically.
582026-03-19T05:53:43.716Z
592026-03-19T05:53:43.716ZTo configure your current shell, you need to source
602026-03-19T05:53:43.716Zthe corresponding env file under $HOME/.cargo.
612026-03-19T05:53:43.716Z
622026-03-19T05:53:43.716ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T05:53:43.716Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T05:53:43.716Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T05:53:43.716Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T05:53:43.716Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T05:53:43.716Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T05:53:43.716Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T05:53:43.716Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T05:53:43.716Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T05:53:43.826Z+ rustup --version
722026-03-19T05:53:43.837Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T05:53:43.839Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T05:53:43.864Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T05:53:43.867Z+ cargo --version
762026-03-19T05:53:43.883Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T05:53:43.886Z+ rustc --version
782026-03-19T05:53:43.911Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T05:53:43.914Zprocess exited: duration 17822 ms, exit code 0
 
802026-03-19T05:53:43.920Zstarting task 2: "authentication"
812026-03-19T05:53:43.939Zprocess exited: duration 19 ms, exit code 0
 
822026-03-19T05:53:43.945Zstarting task 3: "clone repository"
832026-03-19T05:53:43.950Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T05:53:43.953Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T05:53:43.975ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T05:53:54.202Z+ cd /work/oxidecomputer/omicron
872026-03-19T05:53:54.202Z+ git fetch origin 5245858d476bcb9dc8b139984b2e09f83fec316f
882026-03-19T05:53:54.495ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T05:53:54.495Z * branch 5245858d476bcb9dc8b139984b2e09f83fec316f -> FETCH_HEAD
902026-03-19T05:53:54.506Z+ [[ -n sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]]
912026-03-19T05:53:54.509Z++ git branch --show-current
922026-03-19T05:53:54.512Z+ current=main
932026-03-19T05:53:54.512Z+ [[ main != sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]]
942026-03-19T05:53:54.512Z+ git branch -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order 5245858d476bcb9dc8b139984b2e09f83fec316f
952026-03-19T05:53:54.516Z+ git checkout -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order
962026-03-19T05:53:54.839ZSwitched to branch 'sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order'
972026-03-19T05:53:54.842Z+ git reset --hard 5245858d476bcb9dc8b139984b2e09f83fec316f
982026-03-19T05:53:54.866ZHEAD is now at 5245858d4 [spr] initial version
992026-03-19T05:53:54.869Zprocess exited: duration 10918 ms, exit code 0
 
1002026-03-19T05:53:54.874Zstarting task 4: "build"
1012026-03-19T05:53:54.879Z+ source .github/buildomat/ci-env.sh
1022026-03-19T05:53:54.881Z++ export CARGO_TERM_COLOR=always
1032026-03-19T05:53:54.881Z++ CARGO_TERM_COLOR=always
1042026-03-19T05:53:54.882Z+ cargo --version
1052026-03-19T05:53:54.891Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-19T05:53:54.894Z+ rustc --version
1072026-03-19T05:53:54.919Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-19T05:53:54.922Z+ source ./env.sh
1092026-03-19T05:53:54.925Z++ OLD_SHELL_OPTS=ehxB
1102026-03-19T05:53:54.925Z++ set -o xtrace
1112026-03-19T05:53:54.925Z++++ dirname ./env.sh
1122026-03-19T05:53:54.927Z+++ readlink -f .
1132026-03-19T05:53:54.930Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-19T05:53:54.930Z++ 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-19T05:53:54.930Z++ 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-19T05:53:54.930Z++ 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-19T05:53:54.930Z++ 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-19T05:53:54.930Z++ 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-19T05:53:54.931Z++ 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-19T05:53:54.931Z++ 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-19T05:53:54.931Z++ 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-19T05:53:54.931Z++ case $OLD_SHELL_OPTS in
1232026-03-19T05:53:54.931Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-19T05:53:54.931Z+ 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-19T05:53:54.931Z+ 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-19T05:53:54.931Z+ banner prerequisites
1272026-03-19T05:53:54.931Z
1282026-03-19T05:53:54.931Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-19T05:53:54.931Z # # # # # # # # # # # # # # #
1302026-03-19T05:53:54.931Z # # # # ##### # # ##### # # # # # #### #
1312026-03-19T05:53:54.931Z ##### ##### # ##### # # # # # # # # #
1322026-03-19T05:53:54.931Z # # # # # # # # # # # # # # #
1332026-03-19T05:53:54.931Z # # # ###### # # ###### ### # #### # #### #
1342026-03-19T05:53:54.931Z
1352026-03-19T05:53:54.931Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-19T05:54:06.439Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-19T05:54:16.309Z Startup: Caching catalogs ... Done
1382026-03-19T05:54:38.768ZPlanning: Solver setup ... Done (20.986s)
1392026-03-19T05:54:38.921ZPlanning: Running solver ... Done (0.153s)
1402026-03-19T05:54:39.113ZPlanning: Finding local manifests ... Done (0.002s)
1412026-03-19T05:54:39.134ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-19T05:54:39.271ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-19T05:54:39.314ZPlanning: Package planning ... Done (0.043s)
1442026-03-19T05:54:39.353ZPlanning: Merging actions ... Done (0.039s)
1452026-03-19T05:54:39.645ZPlanning: Checking for conflicting actions ... Done (0.292s)
1462026-03-19T05:54:39.655ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-19T05:54:41.545ZPlanning: Evaluating mediators ... Done (1.878s)
1482026-03-19T05:54:41.551ZPlanning: Planning completed in 25.08 seconds
1492026-03-19T05:54:41.555Z Packages to install: 4
1502026-03-19T05:54:41.560Z Mediators to change: 2
1512026-03-19T05:54:41.560Z Services to change: 1
1522026-03-19T05:54:41.560Z Estimated space available: 155.43 GB
1532026-03-19T05:54:41.560ZEstimated space to be consumed: 1.83 GB
1542026-03-19T05:54:41.561Z Create boot environment: No
1552026-03-19T05:54:41.561ZCreate backup boot environment: No
1562026-03-19T05:54:41.561Z Rebuild boot archive: No
1572026-03-19T05:54:41.561Z
1582026-03-19T05:54:41.561ZChanged mediators:
1592026-03-19T05:54:41.561Z mediator clang:
1602026-03-19T05:54:41.561Z version: None -> 15 (system default)
1612026-03-19T05:54:41.561Z
1622026-03-19T05:54:41.561Z mediator llvm:
1632026-03-19T05:54:41.561Z version: 14 (system default) -> 15 (system default)
1642026-03-19T05:54:41.561Z
1652026-03-19T05:54:41.561ZChanged packages:
1662026-03-19T05:54:41.561Zhelios-dev
1672026-03-19T05:54:41.561Z developer/build-essential
1682026-03-19T05:54:41.561Z None -> 11-2.0
1692026-03-19T05:54:41.561Z library/libxmlsec1
1702026-03-19T05:54:41.561Z None -> 1.2.35-2.0
1712026-03-19T05:54:41.561Z ooce/developer/clang-15
1722026-03-19T05:54:41.561Z None -> 15.0.7-2.0
1732026-03-19T05:54:41.561Z ooce/developer/llvm-15
1742026-03-19T05:54:41.561Z None -> 15.0.7-2.0
1752026-03-19T05:54:41.561Z
1762026-03-19T05:54:41.561ZServices:
1772026-03-19T05:54:41.561Z restart_fmri:
1782026-03-19T05:54:41.561Z svc:/system/update-man-index:default
1792026-03-19T05:54:41.667Z
1802026-03-19T05:54:41.667ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-19T05:54:46.928ZDownload: 1405/3290 items 115.5/212.6MB 54% complete (24.4M/s)
1822026-03-19T05:54:52.054ZDownload: 2222/3290 items 119.0/212.6MB 55% complete (17.2M/s)
1832026-03-19T05:54:55.999ZDownload: Completed 212.60 MB in 14.33 seconds (14.8M/s)
1842026-03-19T05:54:56.277Z Actions: 1/3689 actions (Installing new actions)
1852026-03-19T05:55:00.521Z Actions: Completed 3689 actions in 4.24 seconds.
1862026-03-19T05:55:00.896Z Done (0.370s)
1872026-03-19T05:55:00.896Z Done (0.000s)
1882026-03-19T05:55:01.903Z Done (1.006s)
1892026-03-19T05:55:05.928Z Done (3.676s)
1902026-03-19T05:55:06.014Z Done (0.016s)
1912026-03-19T05:55:06.017Z Done (0.000s)
1922026-03-19T05:55:06.152Z Done (0.000s)
1932026-03-19T05:55:07.139ZPlanning: Evaluating mediator changes ... Done
1942026-03-19T05:55:07.279ZPlanning: Checking for conflicting actions ... Done
1952026-03-19T05:55:07.284ZPlanning: Consolidating action changes ... Done
1962026-03-19T05:55:07.506ZPlanning: Evaluating mediators ... Done
1972026-03-19T05:55:07.509ZPlanning: Planning completed in 0.37 seconds
1982026-03-19T05:55:07.535Z Mediators to change: 2
1992026-03-19T05:55:07.535Z Create boot environment: No
2002026-03-19T05:55:07.538ZCreate backup boot environment: No
2012026-03-19T05:55:07.602Z Done
2022026-03-19T05:55:07.602Z Done
2032026-03-19T05:55:08.374Z Done
2042026-03-19T05:55:11.738Z Done
2052026-03-19T05:55:11.827Z Done
2062026-03-19T05:55:11.830Z Done
2072026-03-19T05:55:11.982Z Done
2082026-03-19T05:55:12.519ZPlanning: Evaluating mediator changes ... Done
2092026-03-19T05:55:12.522ZPlanning: Merging actions ... Done
2102026-03-19T05:55:12.686ZPlanning: Checking for conflicting actions ... Done
2112026-03-19T05:55:12.689ZPlanning: Consolidating action changes ... Done
2122026-03-19T05:55:12.911ZPlanning: Evaluating mediators ... Done
2132026-03-19T05:55:12.956ZPlanning: Planning completed in 0.64 seconds
2142026-03-19T05:55:12.984Z Packages to change: 1
2152026-03-19T05:55:12.984Z Mediators to change: 1
2162026-03-19T05:55:12.986Z Services to change: 1
2172026-03-19T05:55:12.986Z Create boot environment: No
2182026-03-19T05:55:12.986ZCreate backup boot environment: Yes
2192026-03-19T05:55:15.653Z Actions: 1/6 actions (Updating modified actions)
2202026-03-19T05:55:15.656Z Actions: Completed 6 actions in 0.00 seconds.
2212026-03-19T05:55:15.656Z Done
2222026-03-19T05:55:15.656Z Done
2232026-03-19T05:55:15.854Z Done
2242026-03-19T05:55:19.155Z Done
2252026-03-19T05:55:19.245Z Done
2262026-03-19T05:55:19.248Z Done
2272026-03-19T05:55:19.401Z Done
2282026-03-19T05:55:19.784ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-03-19T05:55:19.784Zclang system 15 system
2302026-03-19T05:55:19.784Zcsh system system illumos
2312026-03-19T05:55:19.784Zctags system system illumos
2322026-03-19T05:55:19.784Zfile system system illumos
2332026-03-19T05:55:19.784Zgcc vendor 12 vendor
2342026-03-19T05:55:19.784Zgcc system 10 system
2352026-03-19T05:55:19.784Zgcc system 7 system
2362026-03-19T05:55:19.784Zgo system 1.20 system
2372026-03-19T05:55:19.784Zgo system 1.19 system
2382026-03-19T05:55:19.784Zllvm system 15 system
2392026-03-19T05:55:19.784Zllvm system 14 system
2402026-03-19T05:55:19.784Zmariadb system 10.6 system
2412026-03-19T05:55:19.784Zmta vendor vendor dma
2422026-03-19T05:55:19.784Zopenjdk system 17 system
2432026-03-19T05:55:19.784Zopenjdk system 11 system
2442026-03-19T05:55:19.784Zopenjdk system 1.8 system
2452026-03-19T05:55:19.784Zopenssl vendor 3 vendor
2462026-03-19T05:55:19.784Zperl system 5.36 system
2472026-03-19T05:55:19.784Zpostgresql system 15 system
2482026-03-19T05:55:19.784Zpostgresql system 13 system
2492026-03-19T05:55:19.784Zpython vendor 3 vendor
2502026-03-19T05:55:19.784Zpython system 2 system
2512026-03-19T05:55:19.784Zpython3 system 3.11 system
2522026-03-19T05:55:19.784Zruby system 3.0 system
2532026-03-19T05:55:19.784Zwords vendor vendor american-english
2542026-03-19T05:55:19.785Zwords system system australian-english
2552026-03-19T05:55:19.785Zwords system system british-english
2562026-03-19T05:55:19.785Zwords system system canadian-english
2572026-03-19T05:55:19.785Zwords system system french
2582026-03-19T05:55:19.785Zwords system system italian
2592026-03-19T05:55:19.785Zwords system system ngerman
2602026-03-19T05:55:19.785Zwords system system ogerman
2612026-03-19T05:55:19.785Zwords system system spanish
2622026-03-19T05:55:20.085ZPUBLISHER TYPE STATUS P LOCATION
2632026-03-19T05:55:20.085Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-03-19T05:55:26.061ZFMRI IFO
2652026-03-19T05:55:26.061Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-03-19T05:55:26.061Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-03-19T05:55:26.061Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-03-19T05:55:26.062Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-03-19T05:55:26.062Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-03-19T05:55:26.062Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-03-19T05:55:26.062Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-03-19T05:55:26.062Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-03-19T05:55:26.062Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-03-19T05:55:26.062Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-03-19T05:55:26.062Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-03-19T05:55:26.062Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-03-19T05:55:26.062Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-03-19T05:55:26.062Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-03-19T05:55:26.062Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-03-19T05:55:26.063Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-03-19T05:55:27.325Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-03-19T05:55:27.575Z Updating crates.io index
2832026-03-19T05:55:27.631Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-03-19T05:55:28.331Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-03-19T05:55:28.655Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-03-19T05:55:29.049Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-03-19T05:55:29.567Z Updating git repository `https://github.com/oxidecomputer/falcon`
2882026-03-19T05:55:30.494Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-03-19T05:55:31.014Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-03-19T05:55:32.334Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-03-19T05:55:34.145Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-03-19T05:55:34.876Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-03-19T05:55:35.323Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-03-19T05:55:36.060Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-03-19T05:55:36.484Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-03-19T05:55:36.924Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-03-19T05:55:37.341Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-03-19T05:55:38.237Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-03-19T05:55:38.785Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-03-19T05:55:39.143Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-03-19T05:55:39.557Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-03-19T05:55:39.834Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-03-19T05:55:40.170Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-03-19T05:55:40.392Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-03-19T05:55:40.656Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-03-19T05:55:41.046Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-03-19T05:55:41.428Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-03-19T05:55:41.953Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-03-19T05:55:42.211Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-03-19T05:55:42.504Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-03-19T05:55:43.418Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-03-19T05:55:43.881Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-19T05:55:44.246Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-19T05:55:44.608Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-19T05:55:44.882Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-19T05:55:45.216Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-19T05:55:45.613Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-19T05:55:45.856Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-19T05:55:46.758Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-19T05:55:47.102Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-19T05:56:00.960Z Downloading crates ...
3222026-03-19T05:56:01.031Z Downloaded equivalent v1.0.2
3232026-03-19T05:56:01.035Z Downloaded heck v0.4.1
3242026-03-19T05:56:01.038Z Downloaded fastrand v2.3.0
3252026-03-19T05:56:01.042Z Downloaded textwrap v0.16.2
3262026-03-19T05:56:01.045Z Downloaded displaydoc v0.2.5
3272026-03-19T05:56:01.047Z Downloaded generic-array v0.14.7
3282026-03-19T05:56:01.050Z Downloaded anstream v0.6.21
3292026-03-19T05:56:01.050Z Downloaded unicode-ident v1.0.24
3302026-03-19T05:56:01.056Z Downloaded yoke-derive v0.8.1
3312026-03-19T05:56:01.059Z Downloaded potential_utf v0.1.4
3322026-03-19T05:56:01.059Z Downloaded utf8_iter v1.0.4
3332026-03-19T05:56:01.059Z Downloaded usdt-attr-macro v0.5.0
3342026-03-19T05:56:01.059Z Downloaded unicode-linebreak v0.1.5
3352026-03-19T05:56:01.059Z Downloaded toml_datetime v0.6.11
3362026-03-19T05:56:01.059Z Downloaded zerofrom-derive v0.1.6
3372026-03-19T05:56:01.062Z Downloaded serde-value v0.7.0
3382026-03-19T05:56:01.062Z Downloaded toml v0.8.23
3392026-03-19T05:56:01.062Z Downloaded anstyle-parse v0.2.7
3402026-03-19T05:56:01.065Z Downloaded version_check v0.9.5
3412026-03-19T05:56:01.065Z Downloaded thread-id v4.2.2
3422026-03-19T05:56:01.068Z Downloaded zerofrom v0.1.6
3432026-03-19T05:56:01.068Z Downloaded writeable v0.6.2
3442026-03-19T05:56:01.071Z Downloaded zerovec-derive v0.11.2
3452026-03-19T05:56:01.071Z Downloaded usdt v0.5.0
3462026-03-19T05:56:01.071Z Downloaded dtrace-parser v0.2.0
3472026-03-19T05:56:01.071Z Downloaded heck v0.5.0
3482026-03-19T05:56:01.074Z Downloaded unicode-xid v0.2.6
3492026-03-19T05:56:01.074Z Downloaded form_urlencoded v1.2.2
3502026-03-19T05:56:01.077Z Downloaded errno v0.3.14
3512026-03-19T05:56:01.077Z Downloaded tabled_derive v0.7.0
3522026-03-19T05:56:01.077Z Downloaded proc-macro-error-attr v1.0.4
3532026-03-19T05:56:01.080Z Downloaded scroll_derive v0.12.1
3542026-03-19T05:56:01.080Z Downloaded strsim v0.11.1
3552026-03-19T05:56:01.080Z Downloaded typeid v1.0.3
3562026-03-19T05:56:01.080Z Downloaded terminal_size v0.4.3
3572026-03-19T05:56:01.083Z Downloaded thiserror v2.0.18
3582026-03-19T05:56:01.086Z Downloaded usdt-macro v0.5.0
3592026-03-19T05:56:01.086Z Downloaded thiserror-impl v1.0.69
3602026-03-19T05:56:01.089Z Downloaded macaddr v1.0.1
3612026-03-19T05:56:01.089Z Downloaded block-buffer v0.10.4
3622026-03-19T05:56:01.089Z Downloaded cargo-platform v0.2.0
3632026-03-19T05:56:01.093Z Downloaded usdt-impl v0.5.0
3642026-03-19T05:56:01.093Z Downloaded thiserror v1.0.69
3652026-03-19T05:56:01.096Z Downloaded percent-encoding v2.3.2
3662026-03-19T05:56:01.096Z Downloaded zmij v1.0.21
3672026-03-19T05:56:01.099Z Downloaded thiserror-impl v2.0.18
3682026-03-19T05:56:01.099Z Downloaded num-traits v0.2.19
3692026-03-19T05:56:01.102Z Downloaded anyhow v1.0.102
3702026-03-19T05:56:01.105Z Downloaded yoke v0.8.1
3712026-03-19T05:56:01.105Z Downloaded utf8parse v0.2.2
3722026-03-19T05:56:01.108Z Downloaded anstyle-query v1.1.5
3732026-03-19T05:56:01.108Z Downloaded ucd-trie v0.1.7
3742026-03-19T05:56:01.112Z Downloaded cpufeatures v0.2.17
3752026-03-19T05:56:01.112Z Downloaded clap_lex v1.0.0
3762026-03-19T05:56:01.112Z Downloaded ordered-float v2.10.1
3772026-03-19T05:56:01.115Z Downloaded anstyle v1.0.13
3782026-03-19T05:56:01.115Z Downloaded tinystr v0.8.2
3792026-03-19T05:56:01.115Z Downloaded swrite v0.1.0
3802026-03-19T05:56:01.118Z Downloaded zerotrie v0.2.3
3812026-03-19T05:56:01.118Z Downloaded zerocopy-derive v0.7.35
3822026-03-19T05:56:01.123Z Downloaded colorchoice v1.0.4
3832026-03-19T05:56:01.126Z Downloaded crypto-common v0.1.7
3842026-03-19T05:56:01.126Z Downloaded toml_write v0.1.2
3852026-03-19T05:56:01.126Z Downloaded stable_deref_trait v1.2.1
3862026-03-19T05:56:01.128Z Downloaded typenum v1.19.0
3872026-03-19T05:56:01.131Z Downloaded url v2.5.8
3882026-03-19T05:56:01.131Z Downloaded toml_edit v0.22.27
3892026-03-19T05:56:01.134Z Downloaded plain v0.2.3
3902026-03-19T05:56:01.137Z Downloaded fs-err v3.3.0
3912026-03-19T05:56:01.137Z Downloaded sha2 v0.10.9
3922026-03-19T05:56:01.140Z Downloaded zerovec v0.11.5
3932026-03-19T05:56:01.143Z Downloaded semver v1.0.27
3942026-03-19T05:56:01.146Z Downloaded memmap v0.7.0
3952026-03-19T05:56:01.146Z Downloaded byteorder v1.5.0
3962026-03-19T05:56:01.149Z Downloaded fnv v1.0.7
3972026-03-19T05:56:01.149Z Downloaded dof v0.3.0
3982026-03-19T05:56:01.149Z Downloaded idna_adapter v1.2.1
3992026-03-19T05:56:01.152Z Downloaded itoa v1.0.17
4002026-03-19T05:56:01.152Z Downloaded pretty-hex v0.4.1
4012026-03-19T05:56:01.152Z Downloaded cfg-if v1.0.4
4022026-03-19T05:56:01.155Z Downloaded camino-tempfile v1.4.1
4032026-03-19T05:56:01.155Z Downloaded autocfg v1.5.0
4042026-03-19T05:56:01.158Z Downloaded zerocopy v0.7.35
4052026-03-19T05:56:01.168Z Downloaded smawk v0.3.2
4062026-03-19T05:56:01.171Z Downloaded winnow v0.7.14
4072026-03-19T05:56:01.175Z Downloaded unicode-width v0.2.0
4082026-03-19T05:56:01.179Z Downloaded unicode-width v0.1.14
4092026-03-19T05:56:01.184Z Downloaded synstructure v0.13.2
4102026-03-19T05:56:01.187Z Downloaded cargo_toml v0.21.0
4112026-03-19T05:56:01.187Z Downloaded proc-macro-error v1.0.4
4122026-03-19T05:56:01.190Z Downloaded camino v1.2.2
4132026-03-19T05:56:01.190Z Downloaded bytecount v0.6.9
4142026-03-19T05:56:01.193Z Downloaded smallvec v1.15.1
4152026-03-19T05:56:01.193Z Downloaded serde-untagged v0.1.9
4162026-03-19T05:56:01.196Z Downloaded erased-serde v0.4.9
4172026-03-19T05:56:01.196Z Downloaded quote v1.0.44
4182026-03-19T05:56:01.199Z Downloaded digest v0.10.7
4192026-03-19T05:56:01.199Z Downloaded scroll v0.12.0
4202026-03-19T05:56:01.199Z Downloaded cargo-util-schemas v0.8.2
4212026-03-19T05:56:01.202Z Downloaded once_cell v1.21.3
4222026-03-19T05:56:01.202Z Downloaded icu_locale_core v2.1.1
4232026-03-19T05:56:01.206Z Downloaded getrandom v0.4.1
4242026-03-19T05:56:01.210Z Downloaded cargo_metadata v0.21.0
4252026-03-19T05:56:01.213Z Downloaded serde_spanned v0.6.9
4262026-03-19T05:56:01.213Z Downloaded litemap v0.8.1
4272026-03-19T05:56:01.216Z Downloaded bitflags v2.11.0
4282026-03-19T05:56:01.216Z Downloaded is_terminal_polyfill v1.70.2
4292026-03-19T05:56:01.223Z Downloaded serde_derive v1.0.228
4302026-03-19T05:56:01.230Z Downloaded pest_generator v2.8.6
4312026-03-19T05:56:01.233Z Downloaded icu_normalizer v2.1.1
4322026-03-19T05:56:01.237Z Downloaded clap v4.5.60
4332026-03-19T05:56:01.243Z Downloaded serde_tokenstream v0.2.3
4342026-03-19T05:56:01.246Z Downloaded proc-macro2 v1.0.106
4352026-03-19T05:56:01.249Z Downloaded papergrid v0.11.0
4362026-03-19T05:56:01.252Z Downloaded pest_derive v2.8.6
4372026-03-19T05:56:01.252Z Downloaded pest_meta v2.8.6
4382026-03-19T05:56:01.255Z Downloaded icu_normalizer_data v2.1.1
4392026-03-19T05:56:01.255Z Downloaded tempfile v3.25.0
4402026-03-19T05:56:01.258Z Downloaded log v0.4.29
4412026-03-19T05:56:01.261Z Downloaded icu_provider v2.1.1
4422026-03-19T05:56:01.261Z Downloaded icu_properties v2.1.2
4432026-03-19T05:56:01.264Z Downloaded clap_derive v4.5.55
4442026-03-19T05:56:01.264Z Downloaded serde v1.0.228
4452026-03-19T05:56:01.279Z Downloaded icu_collections v2.1.1
4462026-03-19T05:56:01.283Z Downloaded memchr v2.8.0
4472026-03-19T05:56:01.296Z Downloaded serde_core v1.0.228
4482026-03-19T05:56:01.307Z Downloaded indexmap v2.13.0
4492026-03-19T05:56:01.316Z Downloaded hashbrown v0.16.1
4502026-03-19T05:56:01.323Z Downloaded pest v2.8.6
4512026-03-19T05:56:01.329Z Downloaded idna v1.1.0
4522026-03-19T05:56:01.339Z Downloaded clap_builder v4.5.60
4532026-03-19T05:56:01.344Z Downloaded serde_json v1.0.149
4542026-03-19T05:56:01.349Z Downloaded icu_properties_data v2.1.2
4552026-03-19T05:56:01.356Z Downloaded tabled v0.15.0
4562026-03-19T05:56:01.367Z Downloaded goblin v0.8.2
4572026-03-19T05:56:01.371Z Downloaded syn v1.0.109
4582026-03-19T05:56:01.389Z Downloaded syn v2.0.117
4592026-03-19T05:56:01.404Z Downloaded rustix v1.1.3
4602026-03-19T05:56:01.435Z Downloaded libc v0.2.180
4612026-03-19T05:56:01.523Z Compiling proc-macro2 v1.0.106
4622026-03-19T05:56:01.525Z Compiling quote v1.0.44
4632026-03-19T05:56:01.526Z Compiling unicode-ident v1.0.24
4642026-03-19T05:56:01.526Z Compiling serde_core v1.0.228
4652026-03-19T05:56:01.526Z Compiling libc v0.2.180
4662026-03-19T05:56:01.526Z Compiling version_check v0.9.5
4672026-03-19T05:56:01.526Z Compiling memchr v2.8.0
4682026-03-19T05:56:01.526Z Compiling stable_deref_trait v1.2.1
4692026-03-19T05:56:01.948Z Compiling serde v1.0.228
4702026-03-19T05:56:01.971Z Compiling zmij v1.0.21
4712026-03-19T05:56:02.246Z Compiling thiserror v1.0.69
4722026-03-19T05:56:02.270Z Compiling autocfg v1.5.0
4732026-03-19T05:56:02.441Z Compiling itoa v1.0.17
4742026-03-19T05:56:02.672Z Compiling ucd-trie v0.1.7
4752026-03-19T05:56:02.774Z Compiling litemap v0.8.1
4762026-03-19T05:56:02.836Z Compiling writeable v0.6.2
4772026-03-19T05:56:02.864Z Compiling pest v2.8.6
4782026-03-19T05:56:02.939Z Compiling icu_normalizer_data v2.1.1
4792026-03-19T05:56:03.019Z Compiling rustix v1.1.3
4802026-03-19T05:56:03.043Z Compiling byteorder v1.5.0
4812026-03-19T05:56:03.345Z Compiling icu_properties_data v2.1.2
4822026-03-19T05:56:03.460Z Compiling syn v2.0.117
4832026-03-19T05:56:03.565Z Compiling errno v0.3.14
4842026-03-19T05:56:03.612Z Compiling bitflags v2.11.0
4852026-03-19T05:56:03.639Z Compiling serde_json v1.0.149
4862026-03-19T05:56:03.921Z Compiling num-traits v0.2.19
4872026-03-19T05:56:03.968Z Compiling typeid v1.0.3
4882026-03-19T05:56:04.150Z Compiling equivalent v1.0.2
4892026-03-19T05:56:04.186Z Compiling hashbrown v0.16.1
4902026-03-19T05:56:04.264Z Compiling smallvec v1.15.1
4912026-03-19T05:56:04.392Z Compiling pest_meta v2.8.6
4922026-03-19T05:56:04.632Z Compiling thread-id v4.2.2
4932026-03-19T05:56:04.763Z Compiling usdt-impl v0.5.0
4942026-03-19T05:56:04.840Z Compiling proc-macro-error-attr v1.0.4
4952026-03-19T05:56:04.972Z Compiling indexmap v2.13.0
4962026-03-19T05:56:04.996Z Compiling erased-serde v0.4.9
4972026-03-19T05:56:05.040Z Compiling syn v1.0.109
4982026-03-19T05:56:05.082Z Compiling winnow v0.7.14
4992026-03-19T05:56:05.352Z Compiling toml_write v0.1.2
5002026-03-19T05:56:05.860Z Compiling proc-macro-error v1.0.4
5012026-03-19T05:56:05.919Z Compiling getrandom v0.4.1
5022026-03-19T05:56:06.092Z Compiling thiserror v2.0.18
5032026-03-19T05:56:06.346Z Compiling utf8_iter v1.0.4
5042026-03-19T05:56:06.526Z Compiling log v0.4.29
5052026-03-19T05:56:06.549Z Compiling utf8parse v0.2.2
5062026-03-19T05:56:06.583Z Compiling plain v0.2.3
5072026-03-19T05:56:06.697Z Compiling camino v1.2.2
5082026-03-19T05:56:06.733Z Compiling percent-encoding v2.3.2
5092026-03-19T05:56:06.770Z Compiling anstyle-parse v0.2.7
5102026-03-19T05:56:06.984Z Compiling form_urlencoded v1.2.2
5112026-03-19T05:56:07.010Z Compiling ordered-float v2.10.1
5122026-03-19T05:56:07.174Z Compiling terminal_size v0.4.3
5132026-03-19T05:56:07.245Z Compiling anstyle v1.0.13
5142026-03-19T05:56:07.373Z Compiling synstructure v0.13.2
5152026-03-19T05:56:07.396Z Compiling pest_generator v2.8.6
5162026-03-19T05:56:07.485Z Compiling colorchoice v1.0.4
5172026-03-19T05:56:07.542Z Compiling anstyle-query v1.1.5
5182026-03-19T05:56:07.622Z Compiling cfg-if v1.0.4
5192026-03-19T05:56:07.646Z Compiling is_terminal_polyfill v1.70.2
5202026-03-19T05:56:07.680Z Compiling pretty-hex v0.4.1
5212026-03-19T05:56:07.745Z Compiling anstream v0.6.21
5222026-03-19T05:56:07.771Z Compiling serde-untagged v0.1.9
5232026-03-19T05:56:07.993Z Compiling semver v1.0.27
5242026-03-19T05:56:08.156Z Compiling fs-err v3.3.0
5252026-03-19T05:56:08.201Z Compiling heck v0.4.1
5262026-03-19T05:56:08.354Z Compiling clap_lex v1.0.0
5272026-03-19T05:56:08.392Z Compiling once_cell v1.21.3
5282026-03-19T05:56:08.430Z Compiling fnv v1.0.7
5292026-03-19T05:56:08.478Z Compiling anyhow v1.0.102
5302026-03-19T05:56:08.502Z Compiling heck v0.5.0
5312026-03-19T05:56:08.560Z Compiling fastrand v2.3.0
5322026-03-19T05:56:08.659Z Compiling bytecount v0.6.9
5332026-03-19T05:56:08.683Z Compiling unicode-xid v0.2.6
5342026-03-19T05:56:08.856Z Compiling unicode-width v0.1.14
5352026-03-19T05:56:08.860Z Compiling strsim v0.11.1
5362026-03-19T05:56:08.922Z Compiling tempfile v3.25.0
5372026-03-19T05:56:09.203Z Compiling papergrid v0.11.0
5382026-03-19T05:56:09.229Z Compiling clap_builder v4.5.60
5392026-03-19T05:56:09.371Z Compiling memmap v0.7.0
5402026-03-19T05:56:09.413Z Compiling unicode-linebreak v0.1.5
5412026-03-19T05:56:09.465Z Compiling unicode-width v0.2.0
5422026-03-19T05:56:09.610Z Compiling smawk v0.3.2
5432026-03-19T05:56:09.791Z Compiling textwrap v0.16.2
5442026-03-19T05:56:09.879Z Compiling serde_derive v1.0.228
5452026-03-19T05:56:10.129Z Compiling zerofrom-derive v0.1.6
5462026-03-19T05:56:10.189Z Compiling yoke-derive v0.8.1
5472026-03-19T05:56:10.319Z Compiling zerovec-derive v0.11.2
5482026-03-19T05:56:10.424Z Compiling displaydoc v0.2.5
5492026-03-19T05:56:11.239Z Compiling thiserror-impl v1.0.69
5502026-03-19T05:56:11.391Z Compiling zerocopy-derive v0.7.35
5512026-03-19T05:56:11.757Z Compiling pest_derive v2.8.6
5522026-03-19T05:56:11.783Z Compiling scroll_derive v0.12.1
5532026-03-19T05:56:12.042Z Compiling zerofrom v0.1.6
5542026-03-19T05:56:12.217Z Compiling yoke v0.8.1
5552026-03-19T05:56:12.293Z Compiling thiserror-impl v2.0.18
5562026-03-19T05:56:12.467Z Compiling zerovec v0.11.5
5572026-03-19T05:56:12.536Z Compiling zerotrie v0.2.3
5582026-03-19T05:56:12.647Z Compiling zerocopy v0.7.35
5592026-03-19T05:56:12.943Z Compiling scroll v0.12.0
5602026-03-19T05:56:13.057Z Compiling dtrace-parser v0.2.0
5612026-03-19T05:56:13.167Z Compiling tinystr v0.8.2
5622026-03-19T05:56:13.298Z Compiling potential_utf v0.1.4
5632026-03-19T05:56:13.435Z Compiling icu_locale_core v2.1.1
5642026-03-19T05:56:13.436Z Compiling goblin v0.8.2
5652026-03-19T05:56:13.510Z Compiling icu_collections v2.1.1
5662026-03-19T05:56:13.534Z Compiling tabled_derive v0.7.0
5672026-03-19T05:56:13.865Z Compiling clap_derive v4.5.55
5682026-03-19T05:56:14.162Z Compiling camino-tempfile v1.4.1
5692026-03-19T05:56:14.262Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5702026-03-19T05:56:14.469Z Compiling icu_provider v2.1.1
5712026-03-19T05:56:14.603Z Compiling toml_datetime v0.6.11
5722026-03-19T05:56:14.691Z Compiling serde_spanned v0.6.9
5732026-03-19T05:56:14.731Z Compiling serde-value v0.7.0
5742026-03-19T05:56:14.844Z Compiling icu_properties v2.1.2
5752026-03-19T05:56:14.875Z Compiling icu_normalizer v2.1.1
5762026-03-19T05:56:14.901Z Compiling toml_edit v0.22.27
5772026-03-19T05:56:14.927Z Compiling dof v0.3.0
5782026-03-19T05:56:14.974Z Compiling serde_tokenstream v0.2.3
5792026-03-19T05:56:15.243Z Compiling cargo-platform v0.2.0
5802026-03-19T05:56:15.458Z Compiling tabled v0.15.0
5812026-03-19T05:56:15.606Z Compiling macaddr v1.0.1
5822026-03-19T05:56:15.634Z Compiling swrite v0.1.0
5832026-03-19T05:56:16.045Z Compiling usdt-macro v0.5.0
5842026-03-19T05:56:16.045Z Compiling usdt-attr-macro v0.5.0
5852026-03-19T05:56:16.069Z Compiling idna_adapter v1.2.1
5862026-03-19T05:56:16.255Z Compiling idna v1.1.0
5872026-03-19T05:56:16.280Z Compiling clap v4.5.60
5882026-03-19T05:56:16.620Z Compiling url v2.5.8
5892026-03-19T05:56:16.864Z Compiling toml v0.8.23
5902026-03-19T05:56:17.540Z Compiling cargo-util-schemas v0.8.2
5912026-03-19T05:56:17.718Z Compiling cargo_toml v0.21.0
5922026-03-19T05:56:17.761Z Compiling usdt v0.5.0
5932026-03-19T05:56:18.760Z Compiling cargo_metadata v0.21.0
5942026-03-19T05:56:20.128Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-19T05:56:22.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.86s
5962026-03-19T05:56:23.262Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-19T05:56:24.002Z Downloading crates ...
5982026-03-19T05:56:24.116Z Downloaded bit-vec v0.6.3
5992026-03-19T05:56:24.120Z Downloaded adler2 v2.0.1
6002026-03-19T05:56:24.120Z Downloaded cipher v0.4.4
6012026-03-19T05:56:24.124Z Downloaded cfg_aliases v0.1.1
6022026-03-19T05:56:24.124Z Downloaded atomic-waker v1.1.2
6032026-03-19T05:56:24.127Z Downloaded backoff v0.4.0
6042026-03-19T05:56:24.131Z Downloaded async-bb8-diesel v0.2.1
6052026-03-19T05:56:24.134Z Downloaded argon2 v0.5.3
6062026-03-19T05:56:24.137Z Downloaded bzip2 v0.6.1
6072026-03-19T05:56:24.140Z Downloaded bit-set v0.5.3
6082026-03-19T05:56:24.144Z Downloaded chacha20 v0.9.1
6092026-03-19T05:56:24.144Z Downloaded critical-section v1.2.0
6102026-03-19T05:56:24.147Z Downloaded ctr v0.9.2
6112026-03-19T05:56:24.147Z Downloaded async-stream v0.3.6
6122026-03-19T05:56:24.150Z Downloaded csv-core v0.1.13
6132026-03-19T05:56:24.150Z Downloaded aead v0.5.2
6142026-03-19T05:56:24.153Z Downloaded cstr-argument v0.1.2
6152026-03-19T05:56:24.153Z Downloaded chrono v0.4.44
6162026-03-19T05:56:24.158Z Downloaded dropshot_endpoint v0.16.7
6172026-03-19T05:56:24.161Z Downloaded foreign-types-macros v0.2.3
6182026-03-19T05:56:24.165Z Downloaded ahash v0.8.12
6192026-03-19T05:56:24.168Z Downloaded colored v2.2.0
6202026-03-19T05:56:24.168Z Downloaded cancel-safe-futures v0.1.5
6212026-03-19T05:56:24.171Z Downloaded dunce v1.0.5
6222026-03-19T05:56:24.171Z Downloaded env_filter v1.0.0
6232026-03-19T05:56:24.174Z Downloaded cargo-platform v0.1.9
6242026-03-19T05:56:24.175Z Downloaded crossterm v0.28.1
6252026-03-19T05:56:24.180Z Downloaded ff v0.13.1
6262026-03-19T05:56:24.183Z Downloaded bit-set v0.8.0
6272026-03-19T05:56:24.183Z Downloaded ciborium-ll v0.2.2
6282026-03-19T05:56:24.186Z Downloaded derive_builder_macro v0.20.2
6292026-03-19T05:56:24.186Z Downloaded cpufeatures v0.3.0
6302026-03-19T05:56:24.189Z Downloaded darling_macro v0.23.0
6312026-03-19T05:56:24.189Z Downloaded darling_macro v0.20.11
6322026-03-19T05:56:24.189Z Downloaded castaway v0.2.4
6332026-03-19T05:56:24.193Z Downloaded atomicwrites v0.4.4
6342026-03-19T05:56:24.193Z Downloaded curve25519-dalek-derive v0.1.1
6352026-03-19T05:56:24.193Z Downloaded crc8 v0.1.1
6362026-03-19T05:56:24.193Z Downloaded convert_case v0.4.0
6372026-03-19T05:56:24.196Z Downloaded async-stream-impl v0.3.6
6382026-03-19T05:56:24.196Z Downloaded assert_matches v1.5.0
6392026-03-19T05:56:24.196Z Downloaded bcs v0.1.6
6402026-03-19T05:56:24.199Z Downloaded derive_more v0.99.20
6412026-03-19T05:56:24.202Z Downloaded base16ct v1.0.0
6422026-03-19T05:56:24.206Z Downloaded filetime v0.2.27
6432026-03-19T05:56:24.206Z Downloaded enum-as-inner v0.6.1
6442026-03-19T05:56:24.209Z Downloaded dsl_auto_type v0.2.0
6452026-03-19T05:56:24.209Z Downloaded cfg_aliases v0.2.1
6462026-03-19T05:56:24.212Z Downloaded defmt v0.3.100
6472026-03-19T05:56:24.212Z Downloaded funty v2.0.0
6482026-03-19T05:56:24.212Z Downloaded fatfs v0.3.6
6492026-03-19T05:56:24.216Z Downloaded fd-lock v4.0.4
6502026-03-19T05:56:24.219Z Downloaded dirs-sys-next v0.1.2
6512026-03-19T05:56:24.219Z Downloaded bitfield-macros v0.19.4
6522026-03-19T05:56:24.219Z Downloaded bcrypt-pbkdf v0.10.0
6532026-03-19T05:56:24.232Z Downloaded base16ct v0.2.0
6542026-03-19T05:56:24.232Z Downloaded async-recursion v1.1.1
6552026-03-19T05:56:24.232Z Downloaded darling_macro v0.21.3
6562026-03-19T05:56:24.232Z Downloaded ascii-canvas v3.0.0
6572026-03-19T05:56:24.232Z Downloaded downcast-rs v2.0.2
6582026-03-19T05:56:24.232Z Downloaded embedded-io v0.4.0
6592026-03-19T05:56:24.232Z Downloaded compact_str v0.8.1
6602026-03-19T05:56:24.232Z Downloaded fixedbitset v0.4.2
6612026-03-19T05:56:24.236Z Downloaded dtrace-parser v0.3.0
6622026-03-19T05:56:24.236Z Downloaded endian-type v0.1.2
6632026-03-19T05:56:24.236Z Downloaded embedded-io v0.6.1
6642026-03-19T05:56:24.236Z Downloaded futures-io v0.3.32
6652026-03-19T05:56:24.240Z Downloaded deranged v0.5.8
6662026-03-19T05:56:24.240Z Downloaded foreign-types-shared v0.3.1
6672026-03-19T05:56:24.240Z Downloaded difflib v0.4.0
6682026-03-19T05:56:24.243Z Downloaded derive_builder_core v0.20.2
6692026-03-19T05:56:24.243Z Downloaded bitfield-struct v0.6.2
6702026-03-19T05:56:24.246Z Downloaded document-features v0.2.12
6712026-03-19T05:56:24.246Z Downloaded block-padding v0.3.3
6722026-03-19T05:56:24.246Z Downloaded futures-macro v0.3.32
6732026-03-19T05:56:24.249Z Downloaded ciborium-io v0.2.2
6742026-03-19T05:56:24.249Z Downloaded arrayref v0.3.9
6752026-03-19T05:56:24.249Z Downloaded foreign-types v0.5.0
6762026-03-19T05:56:24.252Z Downloaded dirs-next v2.0.0
6772026-03-19T05:56:24.252Z Downloaded ghash v0.5.1
6782026-03-19T05:56:24.257Z Downloaded futures-task v0.3.32
6792026-03-19T05:56:24.257Z Downloaded futures-sink v0.3.32
6802026-03-19T05:56:24.257Z Downloaded dropshot-api-manager-types v0.6.0
6812026-03-19T05:56:24.261Z Downloaded bitfield v0.19.4
6822026-03-19T05:56:24.261Z Downloaded defmt-parser v1.0.0
6832026-03-19T05:56:24.261Z Downloaded atty v0.2.14
6842026-03-19T05:56:24.261Z Downloaded foreign-types v0.3.2
6852026-03-19T05:56:24.261Z Downloaded dof v0.4.0
6862026-03-19T05:56:24.264Z Downloaded cargo_metadata v0.19.2
6872026-03-19T05:56:24.264Z Downloaded flagset v0.4.7
6882026-03-19T05:56:24.267Z Downloaded fs_extra v1.3.0
6892026-03-19T05:56:24.267Z Downloaded float-cmp v0.10.0
6902026-03-19T05:56:24.270Z Downloaded fs-err v2.11.0
6912026-03-19T05:56:24.270Z Downloaded git-stub v1.0.0
6922026-03-19T05:56:24.274Z Downloaded display-error-chain v0.2.2
6932026-03-19T05:56:24.274Z Downloaded debug-ignore v1.0.5
6942026-03-19T05:56:24.278Z Downloaded convert_case v0.10.0
6952026-03-19T05:56:24.278Z Downloaded cmake v0.1.57
6962026-03-19T05:56:24.282Z Downloaded base64ct v1.8.3
6972026-03-19T05:56:24.282Z Downloaded globwalk v0.9.1
6982026-03-19T05:56:24.282Z Downloaded foreign-types-shared v0.1.1
6992026-03-19T05:56:24.282Z Downloaded bitflags v1.3.2
7002026-03-19T05:56:24.285Z Downloaded cbc v0.1.2
7012026-03-19T05:56:24.288Z Downloaded corncobs v0.1.4
7022026-03-19T05:56:24.288Z Downloaded fxhash v0.2.1
7032026-03-19T05:56:24.288Z Downloaded env_logger v0.11.9
7042026-03-19T05:56:24.291Z Downloaded hex-literal v0.4.1
7052026-03-19T05:56:24.291Z Downloaded headers-core v0.3.0
7062026-03-19T05:56:24.295Z Downloaded cexpr v0.6.0
7072026-03-19T05:56:24.296Z Downloaded camino-tempfile-ext v0.3.3
7082026-03-19T05:56:24.299Z Downloaded home v0.5.12
7092026-03-19T05:56:24.299Z Downloaded foldhash v0.1.5
7102026-03-19T05:56:24.299Z Downloaded either v1.15.0
7112026-03-19T05:56:24.302Z Downloaded hash32 v0.3.1
7122026-03-19T05:56:24.302Z Downloaded cassowary v0.3.0
7132026-03-19T05:56:24.305Z Downloaded fixedbitset v0.5.7
7142026-03-19T05:56:24.309Z Downloaded futures-executor v0.3.32
7152026-03-19T05:56:24.309Z Downloaded futures-core v0.3.32
7162026-03-19T05:56:24.312Z Downloaded hex v0.4.3
7172026-03-19T05:56:24.312Z Downloaded blowfish v0.9.1
7182026-03-19T05:56:24.312Z Downloaded erased-serde v0.3.31
7192026-03-19T05:56:24.315Z Downloaded constant_time_eq v0.4.2
7202026-03-19T05:56:24.318Z Downloaded group v0.13.0
7212026-03-19T05:56:24.318Z Downloaded hubpack v0.1.2
7222026-03-19T05:56:24.322Z Downloaded http-range v0.1.5
7232026-03-19T05:56:24.322Z Downloaded http-body v1.0.1
7242026-03-19T05:56:24.322Z Downloaded ident_case v1.0.1
7252026-03-19T05:56:24.325Z Downloaded hyper-tls v0.6.0
7262026-03-19T05:56:24.325Z Downloaded hubpack_derive v0.1.1
7272026-03-19T05:56:24.325Z Downloaded hostname v0.4.2
7282026-03-19T05:56:24.328Z Downloaded hostname v0.3.1
7292026-03-19T05:56:24.328Z Downloaded git-stub-vcs v0.1.0
7302026-03-19T05:56:24.331Z Downloaded indent_write v2.2.0
7312026-03-19T05:56:24.331Z Downloaded colored v3.1.1
7322026-03-19T05:56:24.334Z Downloaded ecdsa v0.16.9
7332026-03-19T05:56:24.353Z Downloaded inout v0.1.4
7342026-03-19T05:56:24.356Z Downloaded crossbeam-deque v0.8.6
7352026-03-19T05:56:24.356Z Downloaded indoc v1.0.9
7362026-03-19T05:56:24.360Z Downloaded foldhash v0.2.0
7372026-03-19T05:56:24.360Z Downloaded is-terminal v0.4.17
7382026-03-19T05:56:24.363Z Downloaded float-ord v0.3.2
7392026-03-19T05:56:24.363Z Downloaded glob v0.3.3
7402026-03-19T05:56:24.366Z Downloaded hash32 v0.2.1
7412026-03-19T05:56:24.366Z Downloaded daft-derive v0.1.5
7422026-03-19T05:56:24.369Z Downloaded keccak v0.1.6
7432026-03-19T05:56:24.369Z Downloaded daft v0.1.5
7442026-03-19T05:56:24.372Z Downloaded find-msvc-tools v0.1.9
7452026-03-19T05:56:24.372Z Downloaded lalrpop-util v0.19.12
7462026-03-19T05:56:24.375Z Downloaded libscf-sys v1.1.0
7472026-03-19T05:56:24.375Z Downloaded console v0.16.2
7482026-03-19T05:56:24.379Z Downloaded ciborium v0.2.2
7492026-03-19T05:56:24.379Z Downloaded instant v0.1.13
7502026-03-19T05:56:24.382Z Downloaded is_ci v1.2.0
7512026-03-19T05:56:24.382Z Downloaded futures-channel v0.3.32
7522026-03-19T05:56:24.385Z Downloaded drift v0.1.3
7532026-03-19T05:56:24.388Z Downloaded lazy_static v1.5.0
7542026-03-19T05:56:24.391Z Downloaded match_cfg v0.1.0
7552026-03-19T05:56:24.391Z Downloaded lru-slab v0.1.2
7562026-03-19T05:56:24.391Z Downloaded linked-hash-map v0.5.6
7572026-03-19T05:56:24.391Z Downloaded kstat-rs v0.2.4
7582026-03-19T05:56:24.395Z Downloaded getrandom v0.2.17
7592026-03-19T05:56:24.395Z Downloaded maybe-uninit v2.0.0
7602026-03-19T05:56:24.399Z Downloaded lzss v0.8.2
7612026-03-19T05:56:24.399Z Downloaded highway v1.3.0
7622026-03-19T05:56:24.402Z Downloaded half v1.8.3
7632026-03-19T05:56:24.402Z Downloaded impl-trait-for-tuples v0.2.3
7642026-03-19T05:56:24.406Z Downloaded humantime v2.3.0
7652026-03-19T05:56:24.406Z Downloaded http-body-util v0.1.3
7662026-03-19T05:56:24.409Z Downloaded lru-cache v0.1.2
7672026-03-19T05:56:24.409Z Downloaded multimap v0.10.1
7682026-03-19T05:56:24.412Z Downloaded lru v0.12.5
7692026-03-19T05:56:24.412Z Downloaded cookie_store v0.22.1
7702026-03-19T05:56:24.412Z Downloaded new_debug_unreachable v1.0.6
7712026-03-19T05:56:24.415Z Downloaded memoffset v0.9.1
7722026-03-19T05:56:24.415Z Downloaded maplit v1.0.2
7732026-03-19T05:56:24.419Z Downloaded hickory-client v0.25.2
7742026-03-19T05:56:24.419Z Downloaded managed v0.8.0
7752026-03-19T05:56:24.422Z Downloaded bit-vec v0.8.0
7762026-03-19T05:56:24.422Z Downloaded internet-checksum v0.2.1
7772026-03-19T05:56:24.422Z Downloaded ipnet v2.11.0
7782026-03-19T05:56:24.425Z Downloaded darling v0.20.11
7792026-03-19T05:56:24.428Z Downloaded newtype-uuid-macros v0.1.0
7802026-03-19T05:56:24.429Z Downloaded nodrop v0.1.14
7812026-03-19T05:56:24.431Z Downloaded num v0.4.3
7822026-03-19T05:56:24.431Z Downloaded normalize-line-endings v0.3.0
7832026-03-19T05:56:24.432Z Downloaded nonempty v0.12.0
7842026-03-19T05:56:24.435Z Downloaded jobserver v0.1.34
7852026-03-19T05:56:24.435Z Downloaded libloading v0.8.9
7862026-03-19T05:56:24.438Z Downloaded libsw v3.5.0
7872026-03-19T05:56:24.438Z Downloaded aes v0.8.4
7882026-03-19T05:56:24.443Z Downloaded md5 v0.7.0
7892026-03-19T05:56:24.443Z Downloaded hmac v0.12.1
7902026-03-19T05:56:24.447Z Downloaded allocator-api2 v0.2.21
7912026-03-19T05:56:24.447Z Downloaded nibble_vec v0.1.0
7922026-03-19T05:56:24.450Z Downloaded iana-time-zone v0.1.65
7932026-03-19T05:56:24.450Z Downloaded hyper-staticfile v0.10.1
7942026-03-19T05:56:24.454Z Downloaded indoc v2.0.7
7952026-03-19T05:56:24.457Z Downloaded num-iter v0.1.45
7962026-03-19T05:56:24.457Z Downloaded num-derive v0.4.2
7972026-03-19T05:56:24.460Z Downloaded num_enum_derive v0.5.11
7982026-03-19T05:56:24.460Z Downloaded num-derive v0.3.3
7992026-03-19T05:56:24.463Z Downloaded num-conv v0.2.0
8002026-03-19T05:56:24.463Z Downloaded instability v0.3.11
8012026-03-19T05:56:24.466Z Downloaded ingot-types v0.1.2
8022026-03-19T05:56:24.466Z Downloaded ingot v0.1.1
8032026-03-19T05:56:24.466Z Downloaded md-5 v0.10.6
8042026-03-19T05:56:24.469Z Downloaded olpc-cjson v0.1.4
8052026-03-19T05:56:24.469Z Downloaded libefi-sys v0.1.0
8062026-03-19T05:56:24.472Z Downloaded opaque-debug v0.3.1
8072026-03-19T05:56:24.472Z Downloaded ed25519-dalek v2.2.0
8082026-03-19T05:56:24.475Z Downloaded crc-any v2.5.0
8092026-03-19T05:56:24.475Z Downloaded const_format v0.2.35
8102026-03-19T05:56:24.479Z Downloaded multer v3.1.0
8112026-03-19T05:56:24.482Z Downloaded packed_struct_codegen v0.10.1
8122026-03-19T05:56:24.485Z Downloaded httparse v1.10.1
8132026-03-19T05:56:24.485Z Downloaded half v2.7.1
8142026-03-19T05:56:24.488Z Downloaded num_threads v0.1.7
8152026-03-19T05:56:24.491Z Downloaded linear-map v1.2.0
8162026-03-19T05:56:24.491Z Downloaded openssl-probe v0.1.6
8172026-03-19T05:56:24.491Z Downloaded openssl-macros v0.1.1
8182026-03-19T05:56:24.494Z Downloaded ipnetwork v0.21.1
8192026-03-19T05:56:24.494Z Downloaded openssl-probe v0.2.1
8202026-03-19T05:56:24.497Z Downloaded console v0.15.11
8212026-03-19T05:56:24.497Z Downloaded parse-size v1.1.0
8222026-03-19T05:56:24.500Z Downloaded pbkdf2 v0.12.2
8232026-03-19T05:56:24.500Z Downloaded path-slash v0.1.5
8242026-03-19T05:56:24.500Z Downloaded parse-display v0.10.0
8252026-03-19T05:56:24.503Z Downloaded peg-runtime v0.8.5
8262026-03-19T05:56:24.503Z Downloaded oso-derive v0.27.3
8272026-03-19T05:56:24.503Z Downloaded nanorand v0.7.0
8282026-03-19T05:56:24.506Z Downloaded newtype-uuid v1.3.2
8292026-03-19T05:56:24.507Z Downloaded arc-swap v1.8.2
8302026-03-19T05:56:24.510Z Downloaded nu-ansi-term v0.50.3
8312026-03-19T05:56:24.513Z Downloaded mime_guess v2.0.5
8322026-03-19T05:56:24.518Z Downloaded futures v0.3.32
8332026-03-19T05:56:24.521Z Downloaded crossbeam-channel v0.5.15
8342026-03-19T05:56:24.524Z Downloaded num-rational v0.4.2
8352026-03-19T05:56:24.524Z Downloaded des v0.8.1
8362026-03-19T05:56:24.527Z Downloaded pin-utils v0.1.0
8372026-03-19T05:56:24.527Z Downloaded derive-where v1.6.0
8382026-03-19T05:56:24.530Z Downloaded elliptic-curve v0.13.8
8392026-03-19T05:56:24.534Z Downloaded native-tls v0.2.18
8402026-03-19T05:56:24.537Z Downloaded chacha20poly1305 v0.10.1
8412026-03-19T05:56:24.537Z Downloaded num_enum v0.7.5
8422026-03-19T05:56:24.540Z Downloaded ingot-macros v0.1.1
8432026-03-19T05:56:24.543Z Downloaded diesel_derives v2.3.7
8442026-03-19T05:56:24.547Z Downloaded packed_struct v0.10.1
8452026-03-19T05:56:24.550Z Downloaded oxide-tokio-rt v0.1.3
8462026-03-19T05:56:24.553Z Downloaded flate2 v1.1.9
8472026-03-19T05:56:24.556Z Downloaded predicates-core v1.0.10
8482026-03-19T05:56:24.556Z Downloaded proc-macro-error-attr2 v2.0.0
8492026-03-19T05:56:24.559Z Downloaded phf_shared v0.11.3
8502026-03-19T05:56:24.559Z Downloaded phf_shared v0.12.1
8512026-03-19T05:56:24.560Z Downloaded powerfmt v0.2.0
8522026-03-19T05:56:24.563Z Downloaded darling_core v0.21.3
8532026-03-19T05:56:24.566Z Downloaded proc-macro-crate v1.3.1
8542026-03-19T05:56:24.566Z Downloaded predicates-tree v1.0.13
8552026-03-19T05:56:24.569Z Downloaded precomputed-hash v0.1.1
8562026-03-19T05:56:24.569Z Downloaded num_enum_derive v0.7.5
8572026-03-19T05:56:24.572Z Downloaded password-hash v0.4.2
8582026-03-19T05:56:24.572Z Downloaded proc-macro-crate v3.4.0
8592026-03-19T05:56:24.575Z Downloaded pem v3.0.6
8602026-03-19T05:56:24.575Z Downloaded peg-macros v0.8.5
8612026-03-19T05:56:24.575Z Downloaded pbkdf2 v0.11.0
8622026-03-19T05:56:24.578Z Downloaded progenitor-client v0.10.0
8632026-03-19T05:56:24.578Z Downloaded owo-colors v4.3.0
8642026-03-19T05:56:24.581Z Downloaded phf v0.12.1
8652026-03-19T05:56:24.581Z Downloaded ar_archive_writer v0.5.1
8662026-03-19T05:56:24.585Z Downloaded base64 v0.21.7
8672026-03-19T05:56:24.588Z Downloaded phf v0.13.1
8682026-03-19T05:56:24.591Z Downloaded psl-types v2.0.11
8692026-03-19T05:56:24.591Z Downloaded progenitor-macro v0.13.0
8702026-03-19T05:56:24.591Z Downloaded parse-display-derive v0.10.0
8712026-03-19T05:56:24.594Z Downloaded pin-project-internal v1.1.11
8722026-03-19T05:56:24.594Z Downloaded num-integer v0.1.46
8732026-03-19T05:56:24.597Z Downloaded progenitor-client v0.11.2
8742026-03-19T05:56:24.597Z Downloaded progenitor-macro v0.10.0
8752026-03-19T05:56:24.600Z Downloaded oxnet v0.1.4
8762026-03-19T05:56:24.600Z Downloaded bytes v1.11.1
8772026-03-19T05:56:24.604Z Downloaded ignore v0.4.25
8782026-03-19T05:56:24.607Z Downloaded rand_chacha v0.3.1
8792026-03-19T05:56:24.607Z Downloaded flume v0.11.1
8802026-03-19T05:56:24.610Z Downloaded polyval v0.6.2
8812026-03-19T05:56:24.613Z Downloaded pkg-config v0.3.32
8822026-03-19T05:56:24.613Z Downloaded quick-error v1.2.3
8832026-03-19T05:56:24.613Z Downloaded memmap2 v0.9.10
8842026-03-19T05:56:24.617Z Downloaded poly1305 v0.8.0
8852026-03-19T05:56:24.620Z Downloaded progenitor-macro v0.11.2
8862026-03-19T05:56:24.620Z Downloaded parking_lot_core v0.8.6
8872026-03-19T05:56:24.623Z Downloaded postgres-protocol v0.6.10
8882026-03-19T05:56:24.623Z Downloaded peg v0.8.5
8892026-03-19T05:56:24.626Z Downloaded rand_xorshift v0.4.0
8902026-03-19T05:56:24.629Z Downloaded ref-cast v1.0.25
8912026-03-19T05:56:24.632Z Downloaded predicates v3.1.4
8922026-03-19T05:56:24.632Z Downloaded radium v0.7.0
8932026-03-19T05:56:24.635Z Downloaded headers v0.4.1
8942026-03-19T05:56:24.638Z Downloaded derive_more-impl v2.1.1
8952026-03-19T05:56:24.642Z Downloaded progenitor v0.13.0
8962026-03-19T05:56:24.645Z Downloaded proc-macro-error2 v2.0.1
8972026-03-19T05:56:24.649Z Downloaded pem-rfc7468 v0.7.0
8982026-03-19T05:56:24.649Z Downloaded recursive-proc-macro-impl v0.1.1
8992026-03-19T05:56:24.652Z Downloaded recursive v0.1.1
9002026-03-19T05:56:24.652Z Downloaded phf_shared v0.13.1
9012026-03-19T05:56:24.652Z Downloaded progenitor v0.11.2
9022026-03-19T05:56:24.655Z Downloaded pin-project-lite v0.2.17
9032026-03-19T05:56:24.658Z Downloaded heapless v0.8.0
9042026-03-19T05:56:24.661Z Downloaded heapless v0.7.17
9052026-03-19T05:56:24.664Z Downloaded rfc6979 v0.4.0
9062026-03-19T05:56:24.668Z Downloaded libbz2-rs-sys v0.2.2
9072026-03-19T05:56:24.668Z Downloaded hashbrown v0.13.2
9082026-03-19T05:56:24.671Z Downloaded crypto-bigint v0.5.5
9092026-03-19T05:56:24.675Z Downloaded ref-cast-impl v1.0.25
9102026-03-19T05:56:24.678Z Downloaded progenitor-extras v0.1.1
9112026-03-19T05:56:24.678Z Downloaded rand_core v0.6.4
9122026-03-19T05:56:24.681Z Downloaded pkcs8 v0.10.2
9132026-03-19T05:56:24.684Z Downloaded rustc-hash v2.1.1
9142026-03-19T05:56:24.685Z Downloaded rtoolbox v0.0.3
9152026-03-19T05:56:24.685Z Downloaded indicatif v0.18.4
9162026-03-19T05:56:24.688Z Downloaded rand_seeder v0.4.0
9172026-03-19T05:56:24.691Z Downloaded darling_core v0.23.0
9182026-03-19T05:56:24.694Z Downloaded der v0.7.10
9192026-03-19T05:56:24.697Z Downloaded rand_core v0.10.0
9202026-03-19T05:56:24.700Z Downloaded postgres-types v0.2.12
9212026-03-19T05:56:24.703Z Downloaded psm v0.1.30
9222026-03-19T05:56:24.703Z Downloaded paste v1.0.15
9232026-03-19T05:56:24.706Z Downloaded pkcs5 v0.7.1
9242026-03-19T05:56:24.709Z Downloaded russh-cryptovec v0.7.3
9252026-03-19T05:56:24.709Z Downloaded rand_chacha v0.9.0
9262026-03-19T05:56:24.713Z Downloaded pkcs1 v0.7.5
9272026-03-19T05:56:24.713Z Downloaded rustc_version v0.4.1
9282026-03-19T05:56:24.716Z Downloaded rustc_version v0.1.7
9292026-03-19T05:56:24.716Z Downloaded sapling-renderdag v0.1.0
9302026-03-19T05:56:24.720Z Downloaded same-file v1.0.6
9312026-03-19T05:56:24.720Z Downloaded secrecy v0.8.0
9322026-03-19T05:56:24.723Z Downloaded secrecy v0.10.3
9332026-03-19T05:56:24.723Z Downloaded progenitor v0.10.0
9342026-03-19T05:56:24.723Z Downloaded scrypt v0.11.0
9352026-03-19T05:56:24.726Z Downloaded scroll_derive v0.13.1
9362026-03-19T05:56:24.726Z Downloaded scopeguard v1.2.0
9372026-03-19T05:56:24.726Z Downloaded pin-project v1.1.11
9382026-03-19T05:56:24.737Z Downloaded scheduled-thread-pool v0.2.7
9392026-03-19T05:56:24.740Z Downloaded salsa20 v0.10.2
9402026-03-19T05:56:24.740Z Downloaded serde_bytes v0.11.19
9412026-03-19T05:56:24.740Z Downloaded hickory-resolver v0.25.2
9422026-03-19T05:56:24.744Z Downloaded omicron-zone-package v0.12.2
9432026-03-19T05:56:24.747Z Downloaded hyper-util v0.1.20
9442026-03-19T05:56:24.751Z Downloaded papergrid v0.17.0
9452026-03-19T05:56:24.756Z Downloaded serde_plain v1.0.2
9462026-03-19T05:56:24.759Z Downloaded rand_core v0.9.5
9472026-03-19T05:56:24.759Z Downloaded p256 v0.13.2
9482026-03-19T05:56:24.762Z Downloaded rustls-pemfile v1.0.4
9492026-03-19T05:56:24.765Z Downloaded serde_spanned v1.0.4
9502026-03-19T05:56:24.765Z Downloaded serde_urlencoded v0.7.1
9512026-03-19T05:56:24.769Z Downloaded serde-big-array v0.5.1
9522026-03-19T05:56:24.769Z Downloaded sha1 v0.10.6
9532026-03-19T05:56:24.772Z Downloaded rustls-pemfile v2.2.0
9542026-03-19T05:56:24.775Z Downloaded semver v0.1.20
9552026-03-19T05:56:24.775Z Downloaded resolv-conf v0.7.6
9562026-03-19T05:56:24.775Z Downloaded postcard v1.1.3
9572026-03-19T05:56:24.778Z Downloaded expectorate v1.2.0
9582026-03-19T05:56:24.781Z Downloaded r2d2 v0.8.10
9592026-03-19T05:56:24.781Z Downloaded miniz_oxide v0.8.9
9602026-03-19T05:56:24.784Z Downloaded oso v0.27.3
9612026-03-19T05:56:24.787Z Downloaded signal-hook-mio v0.2.5
9622026-03-19T05:56:24.787Z Downloaded sigpipe v0.1.3
9632026-03-19T05:56:24.792Z Downloaded signal-hook-tokio v0.3.1
9642026-03-19T05:56:24.792Z Downloaded shell-words v1.1.1
9652026-03-19T05:56:24.792Z Downloaded rusty-fork v0.3.1
9662026-03-19T05:56:24.795Z Downloaded rustversion v1.0.22
9672026-03-19T05:56:24.795Z Downloaded slog-envlogger v2.2.0
9682026-03-19T05:56:24.795Z Downloaded schemars_derive v0.8.22
9692026-03-19T05:56:24.799Z Downloaded slog-bunyan v2.5.0
9702026-03-19T05:56:24.799Z Downloaded progenitor-client v0.13.0
9712026-03-19T05:56:24.799Z Downloaded primeorder v0.13.6
9722026-03-19T05:56:24.802Z Downloaded parking_lot_core v0.9.12
9732026-03-19T05:56:24.802Z Downloaded parking_lot v0.12.5
9742026-03-19T05:56:24.805Z Downloaded parking_lot v0.11.2
9752026-03-19T05:56:24.808Z Downloaded siphasher v1.0.2
9762026-03-19T05:56:24.808Z Downloaded jiff-static v0.2.21
9772026-03-19T05:56:24.812Z Downloaded ppv-lite86 v0.2.21
9782026-03-19T05:56:24.812Z Downloaded seq-macro v0.3.6
9792026-03-19T05:56:24.815Z Downloaded quinn-udp v0.5.14
9802026-03-19T05:56:24.815Z Downloaded darling_core v0.20.11
9812026-03-19T05:56:24.818Z Downloaded indexmap v1.9.3
9822026-03-19T05:56:24.821Z Downloaded scroll v0.13.0
9832026-03-19T05:56:24.824Z Downloaded litrs v1.0.0
9842026-03-19T05:56:24.827Z Downloaded ssh-cipher v0.2.0
9852026-03-19T05:56:24.827Z Downloaded sqlparser_derive v0.5.0
9862026-03-19T05:56:24.827Z Downloaded serde_path_to_error v0.1.20
9872026-03-19T05:56:24.830Z Downloaded serde_derive_internals v0.29.1
9882026-03-19T05:56:24.831Z Downloaded ssh-encoding v0.2.0
9892026-03-19T05:56:24.834Z Downloaded cc v1.2.56
9902026-03-19T05:56:24.837Z Downloaded hyper-rustls v0.27.7
9912026-03-19T05:56:24.837Z Downloaded hickory-resolver v0.24.4
9922026-03-19T05:56:24.840Z Downloaded password-hash v0.5.0
9932026-03-19T05:56:24.843Z Downloaded libsw-core v0.3.2
9942026-03-19T05:56:24.843Z Downloaded signature v2.2.0
9952026-03-19T05:56:24.846Z Downloaded num_enum v0.5.11
9962026-03-19T05:56:24.849Z Downloaded strum v0.27.2
9972026-03-19T05:56:24.852Z Downloaded strip-ansi-escapes v0.2.1
9982026-03-19T05:56:24.852Z Downloaded signal-hook-registry v1.4.8
9992026-03-19T05:56:24.852Z Downloaded rustls-native-certs v0.8.3
10002026-03-19T05:56:24.855Z Downloaded openssl-sys v0.9.111
10012026-03-19T05:56:24.858Z Downloaded serde_repr v0.1.20
10022026-03-19T05:56:24.861Z Downloaded prettyplease v0.2.37
10032026-03-19T05:56:24.864Z Downloaded itertools v0.10.5
10042026-03-19T05:56:24.868Z Downloaded progenitor-impl v0.13.0
10052026-03-19T05:56:24.871Z Downloaded slog-stdlog v4.1.1
10062026-03-19T05:56:24.874Z Downloaded slog-scope v4.4.1
10072026-03-19T05:56:24.874Z Downloaded sync-ptr v0.1.4
10082026-03-19T05:56:24.874Z Downloaded supports-color v3.0.2
10092026-03-19T05:56:24.877Z Downloaded strum v0.26.3
10102026-03-19T05:56:24.877Z Downloaded slog-json v2.6.1
10112026-03-19T05:56:24.880Z Downloaded structmeta-derive v0.3.0
10122026-03-19T05:56:24.880Z Downloaded minimal-lexical v0.2.1
10132026-03-19T05:56:24.883Z Downloaded shlex v1.3.0
10142026-03-19T05:56:24.886Z Downloaded progenitor-impl v0.10.0
10152026-03-19T05:56:24.886Z Downloaded hashbrown v0.12.3
10162026-03-19T05:56:24.889Z Downloaded rustls-pki-types v1.14.0
10172026-03-19T05:56:24.892Z Downloaded tagptr v0.2.0
10182026-03-19T05:56:24.892Z Downloaded subtle v2.6.1
10192026-03-19T05:56:24.895Z Downloaded structmeta v0.3.0
10202026-03-19T05:56:24.895Z Downloaded sync_wrapper v1.0.2
10212026-03-19T05:56:24.895Z Downloaded tabwriter v1.4.1
10222026-03-19T05:56:24.899Z Downloaded tabled_derive v0.11.0
10232026-03-19T05:56:24.899Z Downloaded tap v1.0.1
10242026-03-19T05:56:24.902Z Downloaded take_mut v0.2.2
10252026-03-19T05:56:24.902Z Downloaded aes-gcm v0.10.3
10262026-03-19T05:56:24.905Z Downloaded russh-keys v0.45.0
10272026-03-19T05:56:24.905Z Downloaded serde-hex v0.1.0
10282026-03-19T05:56:24.909Z Downloaded termtree v0.5.1
10292026-03-19T05:56:24.909Z Downloaded static_assertions v1.1.0
10302026-03-19T05:56:24.912Z Downloaded sec1 v0.7.3
10312026-03-19T05:56:24.912Z Downloaded string_cache v0.8.9
10322026-03-19T05:56:24.915Z Downloaded slab v0.4.12
10332026-03-19T05:56:24.915Z Downloaded simd-adler32 v0.3.8
10342026-03-19T05:56:24.918Z Downloaded smallvec v0.6.14
10352026-03-19T05:56:24.918Z Downloaded slog-term v2.9.2
10362026-03-19T05:56:24.921Z Downloaded stringprep v0.1.5
10372026-03-19T05:56:24.926Z Downloaded thread-id v5.1.0
10382026-03-19T05:56:24.926Z Downloaded stacker v0.1.23
10392026-03-19T05:56:24.931Z Downloaded thiserror-impl-no-std v2.0.2
10402026-03-19T05:56:24.931Z Downloaded testing_table v0.3.0
10412026-03-19T05:56:24.931Z Downloaded pretty_assertions v1.4.1
10422026-03-19T05:56:24.931Z Downloaded rcgen v0.12.1
10432026-03-19T05:56:24.934Z Downloaded spki v0.7.3
10442026-03-19T05:56:24.934Z Downloaded rayon-core v1.13.0
10452026-03-19T05:56:24.937Z Downloaded prefix-trie v0.7.0
10462026-03-19T05:56:24.940Z Downloaded ron v0.8.1
10472026-03-19T05:56:24.943Z Downloaded tinyvec_macros v0.1.1
10482026-03-19T05:56:24.947Z Downloaded time-core v0.1.8
10492026-03-19T05:56:24.947Z Downloaded support-bundle-viewer v0.1.2
10502026-03-19T05:56:24.950Z Downloaded strum_macros v0.26.4
10512026-03-19T05:56:24.950Z Downloaded sct v0.7.1
10522026-03-19T05:56:24.953Z Downloaded http v1.4.0
10532026-03-19T05:56:24.956Z Downloaded sqlformat v0.3.5
10542026-03-19T05:56:24.960Z Downloaded progenitor-impl v0.11.2
10552026-03-19T05:56:24.960Z Downloaded strum_macros v0.24.3
10562026-03-19T05:56:24.963Z Downloaded dropshot-api-manager v0.6.0
10572026-03-19T05:56:24.966Z Downloaded hashbrown v0.15.5
10582026-03-19T05:56:24.969Z Downloaded publicsuffix v2.3.0
10592026-03-19T05:56:24.972Z Downloaded iddqd v0.3.17
10602026-03-19T05:56:24.976Z Downloaded strum_macros v0.27.2
10612026-03-19T05:56:24.980Z Downloaded slog-async v2.8.0
10622026-03-19T05:56:24.980Z Downloaded serde_cbor v0.11.2
10632026-03-19T05:56:24.983Z Downloaded ryu v1.0.23
10642026-03-19T05:56:24.986Z Downloaded num-bigint v0.4.6
10652026-03-19T05:56:24.989Z Downloaded rustls-platform-verifier v0.6.2
10662026-03-19T05:56:24.993Z Downloaded schemars v0.8.22
10672026-03-19T05:56:25.002Z Downloaded try-lock v0.2.5
10682026-03-19T05:56:25.005Z Downloaded tower-service v0.3.3
10692026-03-19T05:56:25.005Z Downloaded thread_local v1.1.9
10702026-03-19T05:56:25.005Z Downloaded tower-layer v0.3.3
10712026-03-19T05:56:25.008Z Downloaded iri-string v0.7.10
10722026-03-19T05:56:25.012Z Downloaded spin v0.9.8
10732026-03-19T05:56:25.015Z Downloaded schemars v0.9.0
10742026-03-19T05:56:25.023Z Downloaded typify-macro v0.4.3
10752026-03-19T05:56:25.027Z Downloaded trait-variant v0.1.2
10762026-03-19T05:56:25.027Z Downloaded tokio-native-tls v0.3.1
10772026-03-19T05:56:25.030Z Downloaded serde_yaml v0.9.34+deprecated
10782026-03-19T05:56:25.030Z Downloaded tls_codec_derive v0.4.2
10792026-03-19T05:56:25.033Z Downloaded signal-hook v0.3.18
10802026-03-19T05:56:25.036Z Downloaded tls_codec v0.4.2
10812026-03-19T05:56:25.036Z Downloaded tiny-keccak v2.0.2
10822026-03-19T05:56:25.039Z Downloaded slog-dtrace v0.3.0
10832026-03-19T05:56:25.039Z Downloaded socket2 v0.5.10
10842026-03-19T05:56:25.042Z Downloaded typify-macro v0.6.1
10852026-03-19T05:56:25.042Z Downloaded qorb v0.4.1
10862026-03-19T05:56:25.046Z Downloaded unarray v0.1.4
10872026-03-19T05:56:25.049Z Downloaded quinn v0.11.9
10882026-03-19T05:56:25.052Z Downloaded tokio-macros v2.6.0
10892026-03-19T05:56:25.052Z Downloaded rsa v0.9.10
10902026-03-19T05:56:25.055Z Downloaded tokio-rustls v0.25.0
10912026-03-19T05:56:25.058Z Downloaded untrusted v0.7.1
10922026-03-19T05:56:25.058Z Downloaded usdt-macro v0.6.0
10932026-03-19T05:56:25.061Z Downloaded usdt-attr-macro v0.6.0
10942026-03-19T05:56:25.061Z Downloaded usdt v0.6.0
10952026-03-19T05:56:25.061Z Downloaded utf-8 v0.7.6
10962026-03-19T05:56:25.064Z Downloaded untrusted v0.9.0
10972026-03-19T05:56:25.064Z Downloaded universal-hash v0.5.1
10982026-03-19T05:56:25.064Z Downloaded unit-prefix v0.5.2
10992026-03-19T05:56:25.067Z Downloaded tokio-tungstenite v0.21.0
11002026-03-19T05:56:25.067Z Downloaded term v1.2.1
11012026-03-19T05:56:25.071Z Downloaded rand v0.8.5
11022026-03-19T05:56:25.074Z Downloaded rand v0.9.2
11032026-03-19T05:56:25.077Z Downloaded topological-sort v0.2.2
11042026-03-19T05:56:25.077Z Downloaded toml_writer v1.0.6+spec-1.1.0
11052026-03-19T05:56:25.080Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11062026-03-19T05:56:25.080Z Downloaded mio v1.1.1
11072026-03-19T05:56:25.084Z Downloaded socket2 v0.6.2
11082026-03-19T05:56:25.087Z Downloaded rustls-webpki v0.103.9
11092026-03-19T05:56:25.095Z Downloaded waitgroup v0.1.2
11102026-03-19T05:56:25.095Z Downloaded wait-timeout v0.2.1
11112026-03-19T05:56:25.099Z Downloaded samael v0.0.19
11122026-03-19T05:56:25.099Z Downloaded itertools v0.14.0
11132026-03-19T05:56:25.103Z Downloaded tui-tree-widget v0.23.1
11142026-03-19T05:56:25.103Z Downloaded tokio-dtrace v0.1.1
11152026-03-19T05:56:25.103Z Downloaded libm v0.2.16
11162026-03-19T05:56:25.110Z Downloaded want v0.3.1
11172026-03-19T05:56:25.115Z Downloaded void v1.0.2
11182026-03-19T05:56:25.115Z Downloaded unicode-truncate v1.1.0
11192026-03-19T05:56:25.115Z Downloaded xshell-macros v0.2.7
11202026-03-19T05:56:25.115Z Downloaded itertools v0.12.1
11212026-03-19T05:56:25.119Z Downloaded tokio-rustls v0.24.1
11222026-03-19T05:56:25.122Z Downloaded blake3 v1.8.3
11232026-03-19T05:56:25.128Z Downloaded vergen-git2 v1.0.7
11242026-03-19T05:56:25.131Z Downloaded tokio-rustls v0.26.4
11252026-03-19T05:56:25.131Z Downloaded time-macros v0.2.27
11262026-03-19T05:56:25.134Z Downloaded toml_parser v1.0.9+spec-1.1.0
11272026-03-19T05:56:25.137Z Downloaded thiserror-no-std v2.0.2
11282026-03-19T05:56:25.137Z Downloaded xattr v1.6.1
11292026-03-19T05:56:25.141Z Downloaded p521 v0.13.3
11302026-03-19T05:56:25.144Z Downloaded unicase v2.9.0
11312026-03-19T05:56:25.144Z Downloaded zeroize_derive v1.4.3
11322026-03-19T05:56:25.147Z Downloaded test-strategy v0.4.5
11332026-03-19T05:56:25.150Z Downloaded itertools v0.13.0
11342026-03-19T05:56:25.153Z Downloaded walkdir v2.5.0
11352026-03-19T05:56:25.156Z Downloaded tokio-tungstenite v0.23.1
11362026-03-19T05:56:25.156Z Downloaded h2 v0.4.13
11372026-03-19T05:56:25.161Z Downloaded uzers v0.12.2
11382026-03-19T05:56:25.164Z Downloaded zone_cfg_derive v0.3.1
11392026-03-19T05:56:25.164Z Downloaded tokio-stream v0.1.18
11402026-03-19T05:56:25.169Z Downloaded vergen-lib v0.1.6
11412026-03-19T05:56:25.172Z Downloaded vergen-gitcl v1.0.8
11422026-03-19T05:56:25.172Z Downloaded schemars v1.2.1
11432026-03-19T05:56:25.181Z Downloaded xz2 v0.1.7
11442026-03-19T05:56:25.184Z Downloaded zone v0.3.1
11452026-03-19T05:56:25.184Z Downloaded xshell v0.2.7
11462026-03-19T05:56:25.184Z Downloaded tracing-attributes v0.1.31
11472026-03-19T05:56:25.188Z Downloaded hyper v1.8.1
11482026-03-19T05:56:25.192Z Downloaded zstd v0.13.3
11492026-03-19T05:56:25.195Z Downloaded zeroize v1.8.2
11502026-03-19T05:56:25.195Z Downloaded vergen v9.0.6
11512026-03-19T05:56:25.198Z Downloaded libxml v0.3.3
11522026-03-19T05:56:25.201Z Downloaded toml v0.9.12+spec-1.1.0
11532026-03-19T05:56:25.204Z Downloaded vsss-rs v3.3.4
11542026-03-19T05:56:25.208Z Downloaded term v0.7.0
11552026-03-19T05:56:25.211Z Downloaded rustyline v14.0.0
11562026-03-19T05:56:25.214Z Downloaded typify v0.4.3
11572026-03-19T05:56:25.217Z Downloaded twox-hash v2.1.2
11582026-03-19T05:56:25.217Z Downloaded tinyvec v1.10.0
11592026-03-19T05:56:25.221Z Downloaded slog v2.8.2
11602026-03-19T05:56:25.224Z Downloaded num-bigint-dig v0.8.6
11612026-03-19T05:56:25.227Z Downloaded whoami v2.1.0
11622026-03-19T05:56:25.230Z Downloaded zerocopy v0.6.6
11632026-03-19T05:56:25.230Z Downloaded toml v0.7.8
11642026-03-19T05:56:25.233Z Downloaded unicode-properties v0.1.4
11652026-03-19T05:56:25.236Z Downloaded rpassword v7.4.0
11662026-03-19T05:56:25.236Z Downloaded usdt-impl v0.6.0
11672026-03-19T05:56:25.239Z Downloaded wyz v0.5.1
11682026-03-19T05:56:25.239Z Downloaded subprocess v0.2.15
11692026-03-19T05:56:25.244Z Downloaded nom v7.1.3
11702026-03-19T05:56:25.247Z Downloaded similar v2.7.0
11712026-03-19T05:56:25.250Z Downloaded tar v0.4.44
11722026-03-19T05:56:25.254Z Downloaded snafu v0.8.9
11732026-03-19T05:56:25.258Z Downloaded rand v0.10.0
11742026-03-19T05:56:25.261Z Downloaded zstd-safe v7.2.4
11752026-03-19T05:56:25.261Z Downloaded whoami v1.6.1
11762026-03-19T05:56:25.264Z Downloaded termios v0.3.3
11772026-03-19T05:56:25.264Z Downloaded aho-corasick v1.1.4
11782026-03-19T05:56:25.268Z Downloaded crossterm v0.29.0
11792026-03-19T05:56:25.272Z Downloaded tungstenite v0.21.0
11802026-03-19T05:56:25.276Z Downloaded tracing-core v0.1.36
11812026-03-19T05:56:25.279Z Downloaded bitvec v1.0.1
11822026-03-19T05:56:25.288Z Downloaded typify v0.6.1
11832026-03-19T05:56:25.292Z Downloaded tokio-postgres v0.7.16
11842026-03-19T05:56:25.296Z Downloaded ssh-key v0.6.7
11852026-03-19T05:56:25.305Z Downloaded futures-util v0.3.32
11862026-03-19T05:56:25.310Z Downloaded yasna v0.5.2
11872026-03-19T05:56:25.313Z Downloaded unicode-bidi v0.3.18
11882026-03-19T05:56:25.316Z Downloaded snafu-derive v0.8.9
11892026-03-19T05:56:25.316Z Downloaded smf v0.2.3
11902026-03-19T05:56:25.316Z Downloaded git2 v0.20.4
11912026-03-19T05:56:25.322Z Downloaded toml_edit v0.23.10+spec-1.0.0
11922026-03-19T05:56:25.325Z Downloaded hkdf v0.12.4
11932026-03-19T05:56:25.328Z Downloaded ron v0.12.0
11942026-03-19T05:56:25.333Z Downloaded yansi v1.0.1
11952026-03-19T05:56:25.336Z Downloaded unsafe-libyaml v0.2.11
11962026-03-19T05:56:25.339Z Downloaded vte v0.14.1
11972026-03-19T05:56:25.339Z Downloaded tower v0.5.3
11982026-03-19T05:56:25.346Z Downloaded zip v0.6.6
11992026-03-19T05:56:25.349Z Downloaded tungstenite v0.23.0
12002026-03-19T05:56:25.352Z Downloaded russh v0.45.0
12012026-03-19T05:56:25.356Z Downloaded uuid v1.21.0
12022026-03-19T05:56:25.359Z Downloaded reedline v0.40.0
12032026-03-19T05:56:25.364Z Downloaded steno v0.4.1
12042026-03-19T05:56:25.367Z Downloaded zerocopy-derive v0.8.40
12052026-03-19T05:56:25.374Z Downloaded zopfli v0.8.3
12062026-03-19T05:56:25.377Z Downloaded bindgen v0.71.1
12072026-03-19T05:56:25.382Z Downloaded moka v0.12.13
12082026-03-19T05:56:25.388Z Downloaded rustls-webpki v0.101.7
12092026-03-19T05:56:25.398Z Downloaded salty v0.3.0
12102026-03-19T05:56:25.403Z Downloaded unicode_categories v0.1.1
12112026-03-19T05:56:25.406Z Downloaded quick-xml v0.37.5
12122026-03-19T05:56:25.409Z Downloaded aws-lc-rs v1.16.0
12132026-03-19T05:56:25.417Z Downloaded toml_edit v0.19.15
12142026-03-19T05:56:25.429Z Downloaded reqwest v0.13.2
12152026-03-19T05:56:25.433Z Downloaded regex v1.12.3
12162026-03-19T05:56:25.437Z Downloaded unicode-segmentation v1.12.0
12172026-03-19T05:56:25.441Z Downloaded proptest v1.10.0
12182026-03-19T05:56:25.446Z Downloaded serde_with v3.17.0
12192026-03-19T05:56:25.456Z Downloaded rayon v1.11.0
12202026-03-19T05:56:25.464Z Downloaded rustls-webpki v0.102.8
12212026-03-19T05:56:25.478Z Downloaded zip v4.6.1
12222026-03-19T05:56:25.482Z Downloaded tough v0.20.0
12232026-03-19T05:56:25.489Z Downloaded reqwest v0.12.28
12242026-03-19T05:56:25.493Z Downloaded p384 v0.13.1
12252026-03-19T05:56:25.498Z Downloaded lalrpop v0.19.12
12262026-03-19T05:56:25.507Z Downloaded portable-atomic v1.13.1
12272026-03-19T05:56:25.513Z Downloaded serde_with_macros v3.17.0
12282026-03-19T05:56:25.516Z Downloaded hickory-server v0.25.2
12292026-03-19T05:56:25.519Z Downloaded typed-path v0.9.3
12302026-03-19T05:56:25.523Z Downloaded tokio-util v0.7.18
12312026-03-19T05:56:25.530Z Downloaded unicode-normalization v0.1.25
12322026-03-19T05:56:25.533Z Downloaded num-complex v0.4.6
12332026-03-19T05:56:25.536Z Downloaded bumpalo v3.20.2
12342026-03-19T05:56:25.539Z Downloaded tower-http v0.6.8
12352026-03-19T05:56:25.543Z Downloaded quinn-proto v0.11.13
12362026-03-19T05:56:25.550Z Downloaded x509-cert v0.2.5
12372026-03-19T05:56:25.554Z Downloaded bstr v1.12.1
12382026-03-19T05:56:25.561Z Downloaded polar-core v0.27.3
12392026-03-19T05:56:25.569Z Downloaded rustls v0.21.12
12402026-03-19T05:56:25.577Z Downloaded openssl v0.10.75
12412026-03-19T05:56:25.584Z Downloaded petname v2.0.2
12422026-03-19T05:56:25.589Z Downloaded regex-syntax v0.6.29
12432026-03-19T05:56:25.595Z Downloaded nix v0.31.1
12442026-03-19T05:56:25.604Z Downloaded zlib-rs v0.6.2
12452026-03-19T05:56:25.609Z Downloaded vcpkg v0.2.15
12462026-03-19T05:56:25.639Z Downloaded winnow v0.5.40
12472026-03-19T05:56:25.646Z Downloaded hickory-proto v0.25.2
12482026-03-19T05:56:25.658Z Downloaded rustls v0.22.4
12492026-03-19T05:56:25.668Z Downloaded winnow v0.6.26
12502026-03-19T05:56:25.675Z Downloaded radix_trie v0.2.1
12512026-03-19T05:56:25.679Z Downloaded curve25519-dalek v4.1.3
12522026-03-19T05:56:25.686Z Downloaded rustix v0.38.44
12532026-03-19T05:56:25.704Z Downloaded tabled v0.20.0
12542026-03-19T05:56:25.717Z Downloaded rustls v0.23.37
12552026-03-19T05:56:25.727Z Downloaded smoltcp v0.9.1
12562026-03-19T05:56:25.736Z Downloaded time v0.3.47
12572026-03-19T05:56:25.745Z Downloaded dropshot v0.16.7
12582026-03-19T05:56:25.763Z Downloaded nix v0.29.0
12592026-03-19T05:56:25.771Z Downloaded nix v0.28.0
12602026-03-19T05:56:25.782Z Downloaded nix v0.27.1
12612026-03-19T05:56:25.789Z Downloaded regex-syntax v0.8.10
12622026-03-19T05:56:25.795Z Downloaded regress v0.10.5
12632026-03-19T05:56:25.804Z Downloaded webpki-roots v1.0.6
12642026-03-19T05:56:25.807Z Downloaded zerocopy v0.8.40
12652026-03-19T05:56:25.814Z Downloaded typify-impl v0.6.1
12662026-03-19T05:56:25.826Z Downloaded smoltcp v0.11.0
12672026-03-19T05:56:25.836Z Downloaded ratatui v0.29.0
12682026-03-19T05:56:25.851Z Downloaded bzip2-sys v0.1.13+1.0.8
12692026-03-19T05:56:25.861Z Downloaded diesel v2.3.7
12702026-03-19T05:56:25.878Z Downloaded openapiv3 v2.2.0
12712026-03-19T05:56:25.886Z Downloaded object v0.37.3
12722026-03-19T05:56:25.894Z Downloaded regex-automata v0.4.14
12732026-03-19T05:56:25.906Z Downloaded lzma-sys v0.1.20
12742026-03-19T05:56:25.928Z Downloaded object v0.30.4
12752026-03-19T05:56:25.935Z Downloaded goblin v0.10.5
12762026-03-19T05:56:25.941Z Downloaded hickory-proto v0.24.4
12772026-03-19T05:56:25.952Z Downloaded crossbeam-utils v0.8.21
12782026-03-19T05:56:25.955Z Downloaded chrono-tz v0.10.4
12792026-03-19T05:56:25.969Z Downloaded base64 v0.22.1
12802026-03-19T05:56:25.972Z Downloaded sqlparser v0.61.0
12812026-03-19T05:56:25.980Z Downloaded sled v0.34.7
12822026-03-19T05:56:25.987Z Downloaded lock_api v0.4.14
12832026-03-19T05:56:25.991Z Downloaded derive_builder v0.20.2
12842026-03-19T05:56:25.995Z Downloaded mime v0.3.17
12852026-03-19T05:56:25.995Z Downloaded getrandom v0.3.4
12862026-03-19T05:56:26.000Z Downloaded crc32fast v1.5.0
12872026-03-19T05:56:26.000Z Downloaded darling v0.23.0
12882026-03-19T05:56:26.004Z Downloaded newtype_derive v0.1.6
12892026-03-19T05:56:26.004Z Downloaded newline-converter v0.3.0
12902026-03-19T05:56:26.004Z Downloaded diff v0.1.13
12912026-03-19T05:56:26.007Z Downloaded darling v0.21.3
12922026-03-19T05:56:26.010Z Downloaded crossbeam-epoch v0.9.18
12932026-03-19T05:56:26.013Z Downloaded derive_more v2.1.1
12942026-03-19T05:56:26.020Z Downloaded typify-impl v0.4.3
12952026-03-19T05:56:26.032Z Downloaded tokio v1.49.0
12962026-03-19T05:56:26.061Z Downloaded tracing v0.1.44
12972026-03-19T05:56:26.077Z Downloaded ena v0.14.4
12982026-03-19T05:56:26.081Z Downloaded diesel_table_macro_syntax v0.3.0
12992026-03-19T05:56:26.081Z Downloaded der_derive v0.7.3
13002026-03-19T05:56:26.081Z Downloaded defmt-macros v1.0.1
13012026-03-19T05:56:26.085Z Downloaded defmt v1.0.1
13022026-03-19T05:56:26.089Z Downloaded cookie v0.18.1
13032026-03-19T05:56:26.089Z Downloaded const_format_proc_macros v0.2.34
13042026-03-19T05:56:26.089Z Downloaded const-oid v0.9.6
13052026-03-19T05:56:26.092Z Downloaded clang-sys v1.8.1
13062026-03-19T05:56:26.092Z Downloaded chacha20 v0.10.0
13072026-03-19T05:56:26.095Z Downloaded cargo_toml v0.22.3
13082026-03-19T05:56:26.095Z Downloaded bzip2 v0.4.4
13092026-03-19T05:56:26.098Z Downloaded zerocopy-derive v0.6.6
13102026-03-19T05:56:26.104Z Downloaded backon v1.6.0
13112026-03-19T05:56:26.107Z Downloaded blake2 v0.10.6
13122026-03-19T05:56:26.110Z Downloaded crc v3.4.0
13132026-03-19T05:56:26.110Z Downloaded httpdate v1.0.3
13142026-03-19T05:56:26.110Z Downloaded globset v0.4.18
13152026-03-19T05:56:26.114Z Downloaded ed25519 v2.2.3
13162026-03-19T05:56:26.114Z Downloaded dyn-clone v1.0.20
13172026-03-19T05:56:26.114Z Downloaded data-encoding v2.10.0
13182026-03-19T05:56:26.118Z Downloaded buf-list v1.1.2
13192026-03-19T05:56:26.118Z Downloaded async-trait v0.1.89
13202026-03-19T05:56:26.121Z Downloaded crucible-workspace-hack v0.1.0
13212026-03-19T05:56:26.121Z Downloaded gethostname v0.5.0
13222026-03-19T05:56:26.121Z Downloaded crunchy v0.2.4
13232026-03-19T05:56:26.124Z Downloaded fallible-iterator v0.2.0
13242026-03-19T05:56:26.124Z Downloaded diesel-dtrace v0.5.0
13252026-03-19T05:56:26.124Z Downloaded cobs v0.3.0
13262026-03-19T05:56:26.124Z Downloaded derive-ex v0.1.8
13272026-03-19T05:56:26.130Z Downloaded crc-catalog v2.4.0
13282026-03-19T05:56:26.130Z Downloaded bb8 v0.8.6
13292026-03-19T05:56:26.130Z Downloaded arrayvec v0.7.6
13302026-03-19T05:56:26.133Z Downloaded array-init v0.0.4
13312026-03-19T05:56:26.137Z Downloaded jiff v0.2.21
13322026-03-19T05:56:26.151Z Downloaded petgraph v0.6.5
13332026-03-19T05:56:26.168Z Downloaded csv v1.4.0
13342026-03-19T05:56:26.185Z Downloaded ring v0.17.14
13352026-03-19T05:56:26.217Z Downloaded petgraph v0.8.3
13362026-03-19T05:56:26.233Z Downloaded libz-sys v1.1.24
13372026-03-19T05:56:26.250Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13382026-03-19T05:56:26.263Z Downloaded sha3 v0.10.8
13392026-03-19T05:56:26.284Z Downloaded encoding_rs v0.8.35
13402026-03-19T05:56:26.302Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-03-19T05:56:26.856Z Downloaded aws-lc-sys v0.37.1
13422026-03-19T05:56:27.182Z Compiling libc v0.2.180
13432026-03-19T05:56:27.186Z Compiling serde v1.0.228
13442026-03-19T05:56:27.186Z Compiling log v0.4.29
13452026-03-19T05:56:27.186Z Compiling find-msvc-tools v0.1.9
13462026-03-19T05:56:27.186Z Compiling shlex v1.3.0
13472026-03-19T05:56:27.345Z Compiling smallvec v1.15.1
13482026-03-19T05:56:27.360Z Compiling syn v2.0.117
13492026-03-19T05:56:27.365Z Compiling typenum v1.19.0
13502026-03-19T05:56:27.612Z Compiling generic-array v0.14.7
13512026-03-19T05:56:27.641Z Compiling subtle v2.6.1
13522026-03-19T05:56:27.660Z Compiling scopeguard v1.2.0
13532026-03-19T05:56:27.711Z Compiling portable-atomic v1.13.1
13542026-03-19T05:56:27.751Z Compiling const-oid v0.9.6
13552026-03-19T05:56:27.789Z Compiling lock_api v0.4.14
13562026-03-19T05:56:27.869Z Compiling critical-section v1.2.0
13572026-03-19T05:56:27.925Z Compiling zerocopy v0.8.40
13582026-03-19T05:56:27.997Z Compiling serde_json v1.0.149
13592026-03-19T05:56:28.084Z Compiling pin-project-lite v0.2.17
13602026-03-19T05:56:28.206Z Compiling parking_lot_core v0.9.12
13612026-03-19T05:56:28.485Z Compiling pkg-config v0.3.32
13622026-03-19T05:56:28.505Z Compiling getrandom v0.2.17
13632026-03-19T05:56:28.591Z Compiling jobserver v0.1.34
13642026-03-19T05:56:28.702Z Compiling rand_core v0.6.4
13652026-03-19T05:56:28.777Z Compiling errno v0.3.14
13662026-03-19T05:56:28.848Z Compiling cc v1.2.56
13672026-03-19T05:56:28.962Z Compiling once_cell v1.21.3
13682026-03-19T05:56:29.043Z Compiling signal-hook-registry v1.4.8
13692026-03-19T05:56:29.088Z Compiling mio v1.1.1
13702026-03-19T05:56:29.214Z Compiling bitflags v2.11.0
13712026-03-19T05:56:29.234Z Compiling libm v0.2.16
13722026-03-19T05:56:29.493Z Compiling parking_lot v0.12.5
13732026-03-19T05:56:29.514Z Compiling num-traits v0.2.19
13742026-03-19T05:56:29.532Z Compiling futures-core v0.3.32
13752026-03-19T05:56:29.727Z Compiling socket2 v0.6.2
13762026-03-19T05:56:29.884Z Compiling percent-encoding v2.3.2
13772026-03-19T05:56:29.960Z Compiling allocator-api2 v0.2.21
13782026-03-19T05:56:29.992Z Compiling cpufeatures v0.2.17
13792026-03-19T05:56:30.024Z Compiling futures-sink v0.3.32
13802026-03-19T05:56:30.089Z Compiling foldhash v0.2.0
13812026-03-19T05:56:30.136Z Compiling futures-channel v0.3.32
13822026-03-19T05:56:30.163Z Compiling futures-io v0.3.32
13832026-03-19T05:56:30.317Z Compiling futures-task v0.3.32
13842026-03-19T05:56:30.364Z Compiling getrandom v0.4.1
13852026-03-19T05:56:30.384Z Compiling hashbrown v0.16.1
13862026-03-19T05:56:30.419Z Compiling slab v0.4.12
13872026-03-19T05:56:30.446Z Compiling getrandom v0.3.4
13882026-03-19T05:56:30.543Z Compiling rand_core v0.10.0
13892026-03-19T05:56:30.676Z Compiling rustversion v1.0.22
13902026-03-19T05:56:30.775Z Compiling form_urlencoded v1.2.2
13912026-03-19T05:56:31.114Z Compiling cmake v0.1.57
13922026-03-19T05:56:31.202Z Compiling indexmap v2.13.0
13932026-03-19T05:56:31.257Z Compiling base64ct v1.8.3
13942026-03-19T05:56:31.475Z Compiling dunce v1.0.5
13952026-03-19T05:56:31.599Z Compiling fs_extra v1.3.0
13962026-03-19T05:56:31.654Z Compiling synstructure v0.13.2
13972026-03-19T05:56:31.673Z Compiling ident_case v1.0.1
13982026-03-19T05:56:31.692Z Compiling pem-rfc7468 v0.7.0
13992026-03-19T05:56:31.832Z Compiling flagset v0.4.7
14002026-03-19T05:56:31.970Z Compiling aws-lc-sys v0.37.1
14012026-03-19T05:56:31.999Z Compiling rand_core v0.9.5
14022026-03-19T05:56:32.014Z Compiling rustix v1.1.3
14032026-03-19T05:56:32.032Z Compiling iana-time-zone v0.1.65
14042026-03-19T05:56:32.109Z Compiling ring v0.17.14
14052026-03-19T05:56:32.131Z Compiling uuid v1.21.0
14062026-03-19T05:56:32.303Z Compiling rustc_version v0.4.1
14072026-03-19T05:56:32.359Z Compiling vcpkg v0.2.15
14082026-03-19T05:56:32.526Z Compiling aws-lc-rs v1.16.0
14092026-03-19T05:56:32.743Z Compiling regex-syntax v0.8.10
14102026-03-19T05:56:32.915Z Compiling tracing-core v0.1.36
14112026-03-19T05:56:33.055Z Compiling crossbeam-utils v0.8.21
14122026-03-19T05:56:33.384Z Compiling openssl-sys v0.9.111
14132026-03-19T05:56:33.453Z Compiling pest_generator v2.8.6
14142026-03-19T05:56:33.685Z Compiling serde_derive_internals v0.29.1
14152026-03-19T05:56:34.165Z Compiling untrusted v0.9.0
14162026-03-19T05:56:34.312Z Compiling serde_derive v1.0.228
14172026-03-19T05:56:34.363Z Compiling zeroize_derive v1.4.3
14182026-03-19T05:56:34.435Z Compiling zerofrom-derive v0.1.6
14192026-03-19T05:56:34.478Z Compiling yoke-derive v0.8.1
14202026-03-19T05:56:34.992Z Compiling zerocopy-derive v0.8.40
14212026-03-19T05:56:35.226Z Compiling zeroize v1.8.2
14222026-03-19T05:56:36.052Z Compiling zerovec-derive v0.11.2
14232026-03-19T05:56:36.073Z Compiling displaydoc v0.2.5
14242026-03-19T05:56:36.268Z Compiling crypto-common v0.1.7
14252026-03-19T05:56:36.367Z Compiling zerofrom v0.1.6
14262026-03-19T05:56:36.449Z Compiling block-buffer v0.10.4
14272026-03-19T05:56:36.525Z Compiling yoke v0.8.1
14282026-03-19T05:56:36.659Z Compiling digest v0.10.7
14292026-03-19T05:56:36.769Z Compiling tokio-macros v2.6.0
14302026-03-19T05:56:36.994Z Compiling hmac v0.12.1
14312026-03-19T05:56:37.014Z Compiling futures-macro v0.3.32
14322026-03-19T05:56:37.043Z Compiling zerotrie v0.2.3
14332026-03-19T05:56:37.191Z Compiling block-padding v0.3.3
14342026-03-19T05:56:37.394Z Compiling inout v0.1.4
14352026-03-19T05:56:37.433Z Compiling sha2 v0.10.9
14362026-03-19T05:56:37.538Z Compiling zerovec v0.11.5
14372026-03-19T05:56:37.611Z Compiling cipher v0.4.4
14382026-03-19T05:56:37.732Z Compiling der_derive v0.7.3
14392026-03-19T05:56:37.964Z Compiling salsa20 v0.10.2
14402026-03-19T05:56:38.079Z Compiling futures-util v0.3.32
14412026-03-19T05:56:38.146Z Compiling pbkdf2 v0.12.2
14422026-03-19T05:56:38.238Z Compiling tinystr v0.8.2
14432026-03-19T05:56:38.295Z Compiling potential_utf v0.1.4
14442026-03-19T05:56:38.499Z Compiling icu_locale_core v2.1.1
14452026-03-19T05:56:38.519Z Compiling icu_collections v2.1.1
14462026-03-19T05:56:39.023Z Compiling bytes v1.11.1
14472026-03-19T05:56:39.091Z Compiling der v0.7.10
14482026-03-19T05:56:39.149Z Compiling chrono v0.4.44
14492026-03-19T05:56:39.302Z Compiling thiserror-impl v2.0.18
14502026-03-19T05:56:39.754Z Compiling tokio v1.49.0
14512026-03-19T05:56:39.876Z Compiling icu_provider v2.1.1
14522026-03-19T05:56:40.273Z Compiling icu_properties v2.1.2
14532026-03-19T05:56:40.822Z Compiling icu_normalizer v2.1.1
14542026-03-19T05:56:41.108Z Compiling spki v0.7.3
14552026-03-19T05:56:41.138Z Compiling http v1.4.0
14562026-03-19T05:56:41.271Z Compiling ppv-lite86 v0.2.21
14572026-03-19T05:56:41.365Z Compiling thiserror v2.0.18
14582026-03-19T05:56:41.385Z Compiling scrypt v0.11.0
14592026-03-19T05:56:41.494Z Compiling idna_adapter v1.2.1
14602026-03-19T05:56:41.534Z Compiling cbc v0.1.2
14612026-03-19T05:56:41.663Z Compiling idna v1.1.0
14622026-03-19T05:56:41.704Z Compiling rand_chacha v0.9.0
14632026-03-19T05:56:41.708Z Compiling aes v0.8.4
14642026-03-19T05:56:41.743Z Compiling rustls-pki-types v1.14.0
14652026-03-19T05:56:41.815Z Compiling tracing-attributes v0.1.31
14662026-03-19T05:56:42.338Z Compiling url v2.5.8
14672026-03-19T05:56:42.372Z Compiling pkcs5 v0.7.1
14682026-03-19T05:56:42.538Z Compiling http-body v1.0.1
14692026-03-19T05:56:42.598Z Compiling rand v0.9.2
14702026-03-19T05:56:42.728Z Compiling openssl-probe v0.2.1
14712026-03-19T05:56:42.953Z Compiling httparse v1.10.1
14722026-03-19T05:56:43.005Z Compiling syn v1.0.109
14732026-03-19T05:56:43.090Z Compiling base64 v0.22.1
14742026-03-19T05:56:43.381Z Compiling schemars v0.8.22
14752026-03-19T05:56:43.384Z Compiling untrusted v0.7.1
14762026-03-19T05:56:43.514Z Compiling pkcs8 v0.10.2
14772026-03-19T05:56:43.555Z Compiling schemars_derive v0.8.22
14782026-03-19T05:56:43.608Z Compiling tracing v0.1.44
14792026-03-19T05:56:43.628Z Compiling pest_derive v2.8.6
14802026-03-19T05:56:43.672Z Compiling scroll_derive v0.13.1
14812026-03-19T05:56:43.947Z Compiling darling_core v0.20.11
14822026-03-19T05:56:44.159Z Compiling try-lock v0.2.5
14832026-03-19T05:56:44.296Z Compiling tinyvec_macros v0.1.1
14842026-03-19T05:56:44.395Z Compiling tower-layer v0.3.3
14852026-03-19T05:56:44.608Z Compiling dyn-clone v1.0.20
14862026-03-19T05:56:44.629Z Compiling tower-service v0.3.3
14872026-03-19T05:56:44.748Z Compiling atomic-waker v1.1.2
14882026-03-19T05:56:44.768Z Compiling rustls v0.23.37
14892026-03-19T05:56:44.788Z Compiling scroll v0.13.0
14902026-03-19T05:56:44.904Z Compiling tokio-util v0.7.18
14912026-03-19T05:56:44.993Z Compiling tinyvec v1.10.0
14922026-03-19T05:56:45.146Z Compiling want v0.3.1
14932026-03-19T05:56:45.750Z Compiling ipnet v2.11.0
14942026-03-19T05:56:46.053Z Compiling h2 v0.4.13
14952026-03-19T05:56:46.324Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-03-19T05:56:46.429Z Compiling spin v0.9.8
14972026-03-19T05:56:46.698Z Compiling aho-corasick v1.1.4
14982026-03-19T05:56:46.820Z Compiling time-core v0.1.8
14992026-03-19T05:56:47.014Z Compiling openssl v0.10.75
15002026-03-19T05:56:47.073Z Compiling crc32fast v1.5.0
15012026-03-19T05:56:47.281Z Compiling darling_macro v0.20.11
15022026-03-19T05:56:47.305Z Compiling httpdate v1.0.3
15032026-03-19T05:56:47.414Z Compiling pin-utils v0.1.0
15042026-03-19T05:56:47.510Z Compiling foreign-types-shared v0.1.1
15052026-03-19T05:56:47.594Z Compiling num-conv v0.2.0
15062026-03-19T05:56:47.618Z Compiling powerfmt v0.2.0
15072026-03-19T05:56:47.706Z Compiling foreign-types v0.3.2
15082026-03-19T05:56:47.767Z Compiling time-macros v0.2.27
15092026-03-19T05:56:47.800Z Compiling deranged v0.5.8
15102026-03-19T05:56:47.879Z Compiling darling v0.20.11
15112026-03-19T05:56:47.899Z Compiling regex-automata v0.4.14
15122026-03-19T05:56:47.983Z Compiling tempfile v3.25.0
15132026-03-19T05:56:49.074Z Compiling goblin v0.10.5
15142026-03-19T05:56:49.169Z Compiling openssl-macros v0.1.1
15152026-03-19T05:56:49.212Z Compiling thiserror-impl v1.0.69
15162026-03-19T05:56:50.422Z Compiling hyper v1.8.1
15172026-03-19T05:56:50.954Z Compiling wait-timeout v0.2.1
15182026-03-19T05:56:51.136Z Compiling num_threads v0.1.7
15192026-03-19T05:56:51.257Z Compiling quick-error v1.2.3
15202026-03-19T05:56:51.295Z Compiling siphasher v1.0.2
15212026-03-19T05:56:51.390Z Compiling bit-vec v0.8.0
15222026-03-19T05:56:51.544Z Compiling either v1.15.0
15232026-03-19T05:56:51.564Z Compiling usdt-impl v0.6.0
15242026-03-19T05:56:51.688Z Compiling simd-adler32 v0.3.8
15252026-03-19T05:56:51.813Z Compiling native-tls v0.2.18
15262026-03-19T05:56:51.858Z Compiling hyper-util v0.1.20
15272026-03-19T05:56:52.017Z Compiling bit-set v0.8.0
15282026-03-19T05:56:52.093Z Compiling rusty-fork v0.3.1
15292026-03-19T05:56:52.226Z Compiling time v0.3.47
15302026-03-19T05:56:52.506Z Compiling thiserror v1.0.69
15312026-03-19T05:56:52.870Z Compiling dof v0.4.0
15322026-03-19T05:56:53.688Z Compiling derive_builder_core v0.20.2
15332026-03-19T05:56:54.175Z Compiling unicode-normalization v0.1.25
15342026-03-19T05:56:54.380Z Compiling crossbeam-epoch v0.9.18
15352026-03-19T05:56:54.532Z Compiling dtrace-parser v0.3.0
15362026-03-19T05:56:54.819Z Compiling rustls-native-certs v0.8.3
15372026-03-19T05:56:54.822Z Compiling signature v2.2.0
15382026-03-19T05:56:54.901Z Compiling scroll_derive v0.12.1
15392026-03-19T05:56:55.066Z Compiling heapless v0.7.17
15402026-03-19T05:56:55.103Z Compiling rand_xorshift v0.4.0
15412026-03-19T05:56:55.202Z Compiling slog v2.8.2
15422026-03-19T05:56:55.300Z Compiling darling_core v0.21.3
15432026-03-19T05:56:55.366Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-03-19T05:56:55.428Z Compiling sync_wrapper v1.0.2
15452026-03-19T05:56:55.564Z Compiling thread-id v5.1.0
15462026-03-19T05:56:55.583Z Compiling cookie v0.18.1
15472026-03-19T05:56:55.669Z Compiling unicode-bidi v0.3.18
15482026-03-19T05:56:55.712Z Compiling paste v1.0.15
15492026-03-19T05:56:55.768Z Compiling adler2 v2.0.1
15502026-03-19T05:56:55.807Z Compiling zstd-safe v7.2.4
15512026-03-19T05:56:55.931Z Compiling unicode-segmentation v1.12.0
15522026-03-19T05:56:56.047Z Compiling unicode-properties v0.1.4
15532026-03-19T05:56:56.068Z Compiling unarray v0.1.4
15542026-03-19T05:56:56.207Z Compiling anyhow v1.0.102
15552026-03-19T05:56:56.319Z Compiling rayon-core v1.13.0
15562026-03-19T05:56:56.384Z Compiling signal-hook v0.3.18
15572026-03-19T05:56:56.443Z Compiling stringprep v0.1.5
15582026-03-19T05:56:56.565Z Compiling proptest v1.10.0
15592026-03-19T05:56:56.699Z Compiling miniz_oxide v0.8.9
15602026-03-19T05:56:56.819Z Compiling scroll v0.12.0
15612026-03-19T05:56:57.192Z Compiling tower v0.5.3
15622026-03-19T05:56:57.510Z Compiling derive_builder_macro v0.20.2
15632026-03-19T05:56:57.550Z Compiling crossbeam-deque v0.8.6
15642026-03-19T05:56:57.649Z Compiling ipnetwork v0.21.1
15652026-03-19T05:56:57.796Z Compiling http-body-util v0.1.3
15662026-03-19T05:56:57.815Z Compiling webpki-roots v1.0.6
15672026-03-19T05:56:57.929Z Compiling rand_chacha v0.3.1
15682026-03-19T05:56:57.974Z Compiling erased-serde v0.3.31
15692026-03-19T05:56:58.087Z Compiling serde_tokenstream v0.2.3
15702026-03-19T05:56:58.113Z Compiling serde_spanned v0.6.9
15712026-03-19T05:56:58.163Z Compiling toml_datetime v0.6.11
15722026-03-19T05:56:58.293Z Compiling md-5 v0.10.6
15732026-03-19T05:56:58.490Z Compiling zerocopy-derive v0.7.35
15742026-03-19T05:56:58.510Z Compiling curve25519-dalek v4.1.3
15752026-03-19T05:56:58.510Z Compiling vergen-lib v0.1.6
15762026-03-19T05:56:58.699Z Compiling num-integer v0.1.46
15772026-03-19T05:56:58.737Z Compiling hash32 v0.2.1
15782026-03-19T05:56:58.862Z Compiling darling_macro v0.21.3
15792026-03-19T05:56:58.948Z Compiling ff v0.13.1
15802026-03-19T05:56:58.968Z Compiling memoffset v0.9.1
15812026-03-19T05:56:58.987Z Compiling num-bigint-dig v0.8.6
15822026-03-19T05:56:59.121Z Compiling ryu v1.0.23
15832026-03-19T05:56:59.142Z Compiling rustix v0.38.44
15842026-03-19T05:56:59.205Z Compiling zlib-rs v0.6.2
15852026-03-19T05:56:59.224Z Compiling base16ct v0.2.0
15862026-03-19T05:56:59.391Z Compiling fallible-iterator v0.2.0
15872026-03-19T05:56:59.478Z Compiling litrs v1.0.0
15882026-03-19T05:56:59.482Z Compiling smoltcp v0.9.1
15892026-03-19T05:56:59.651Z Compiling iri-string v0.7.10
15902026-03-19T05:56:59.679Z Compiling psl-types v2.0.11
15912026-03-19T05:56:59.808Z Compiling ref-cast v1.0.25
15922026-03-19T05:56:59.844Z Compiling cfg_aliases v0.2.1
15932026-03-19T05:56:59.949Z Compiling nix v0.31.1
15942026-03-19T05:56:59.973Z Compiling newtype-uuid v1.3.2
15952026-03-19T05:57:00.191Z Compiling document-features v0.2.12
15962026-03-19T05:57:00.272Z Compiling publicsuffix v2.3.0
15972026-03-19T05:57:00.412Z Compiling postgres-protocol v0.6.10
15982026-03-19T05:57:00.444Z Compiling zerocopy v0.7.35
15992026-03-19T05:57:00.608Z Compiling darling v0.21.3
16002026-03-19T05:57:00.716Z Compiling sec1 v0.7.3
16012026-03-19T05:57:00.973Z Compiling serde_urlencoded v0.7.1
16022026-03-19T05:57:01.157Z Compiling group v0.13.0
16032026-03-19T05:57:01.219Z Compiling num-iter v0.1.45
16042026-03-19T05:57:01.298Z Compiling tower-http v0.6.8
16052026-03-19T05:57:01.411Z Compiling rand v0.8.5
16062026-03-19T05:57:01.808Z Compiling derive_builder v0.20.2
16072026-03-19T05:57:01.830Z Compiling oxnet v0.1.4
16082026-03-19T05:57:01.962Z Compiling proc-macro-error v1.0.4
16092026-03-19T05:57:02.101Z Compiling tokio-native-tls v0.3.1
16102026-03-19T05:57:02.338Z Compiling goblin v0.8.2
16112026-03-19T05:57:02.825Z Compiling heck v0.4.1
16122026-03-19T05:57:03.118Z Compiling phf_shared v0.13.1
16132026-03-19T05:57:03.176Z Compiling hubpack_derive v0.1.1
16142026-03-19T05:57:03.243Z Compiling regex v1.12.3
16152026-03-19T05:57:03.263Z Compiling lazy_static v1.5.0
16162026-03-19T05:57:03.381Z Compiling flate2 v1.1.9
16172026-03-19T05:57:03.444Z Compiling cargo-platform v0.1.9
16182026-03-19T05:57:03.739Z Compiling hkdf v0.12.4
16192026-03-19T05:57:03.787Z Compiling crypto-bigint v0.5.5
16202026-03-19T05:57:03.820Z Compiling ref-cast-impl v1.0.25
16212026-03-19T05:57:03.844Z Compiling curve25519-dalek-derive v0.1.1
16222026-03-19T05:57:03.939Z Compiling daft-derive v0.1.5
16232026-03-19T05:57:03.959Z Compiling strum_macros v0.27.2
16242026-03-19T05:57:04.568Z Compiling async-trait v0.1.89
16252026-03-19T05:57:04.719Z Compiling terminal_size v0.4.3
16262026-03-19T05:57:04.898Z Compiling vergen v9.0.6
16272026-03-19T05:57:04.918Z Compiling fs-err v3.3.0
16282026-03-19T05:57:05.129Z Compiling ahash v0.8.12
16292026-03-19T05:57:05.157Z Compiling foldhash v0.1.5
16302026-03-19T05:57:05.379Z Compiling bitflags v1.3.2
16312026-03-19T05:57:05.379Z Compiling libbz2-rs-sys v0.2.2
16322026-03-19T05:57:05.478Z Compiling bumpalo v3.20.2
16332026-03-19T05:57:05.815Z Compiling managed v0.8.0
16342026-03-19T05:57:06.020Z Compiling object v0.37.3
16352026-03-19T05:57:06.103Z Compiling winnow v0.5.40
16362026-03-19T05:57:06.421Z Compiling clap_builder v4.5.60
16372026-03-19T05:57:06.722Z Compiling strum v0.27.2
16382026-03-19T05:57:06.725Z Compiling console v0.16.2
16392026-03-19T05:57:06.887Z Compiling bzip2 v0.6.1
16402026-03-19T05:57:07.151Z Compiling zopfli v0.8.3
16412026-03-19T05:57:07.294Z Compiling dof v0.3.0
16422026-03-19T05:57:07.479Z Compiling hashbrown v0.15.5
16432026-03-19T05:57:07.499Z Compiling elliptic-curve v0.13.8
16442026-03-19T05:57:08.020Z Compiling toml_edit v0.19.15
16452026-03-19T05:57:08.089Z Compiling daft v0.1.5
16462026-03-19T05:57:08.262Z Compiling hubpack v0.1.2
16472026-03-19T05:57:08.347Z Compiling cargo_metadata v0.19.2
16482026-03-19T05:57:08.450Z Compiling phf v0.13.1
16492026-03-19T05:57:08.662Z Compiling zone_cfg_derive v0.3.1
16502026-03-19T05:57:09.520Z Compiling signal-hook-mio v0.2.5
16512026-03-19T05:57:09.672Z Compiling cookie_store v0.22.1
16522026-03-19T05:57:10.604Z Compiling zstd v0.13.3
16532026-03-19T05:57:10.693Z Compiling rayon v1.11.0
16542026-03-19T05:57:10.723Z Compiling hyper-tls v0.6.0
16552026-03-19T05:57:10.858Z Compiling bzip2 v0.4.4
16562026-03-19T05:57:11.017Z Compiling postgres-types v0.2.12
16572026-03-19T05:57:11.073Z Compiling serde_with_macros v3.17.0
16582026-03-19T05:57:11.810Z Compiling usdt-attr-macro v0.6.0
16592026-03-19T05:57:11.829Z Compiling usdt-macro v0.6.0
16602026-03-19T05:57:12.120Z Compiling ed25519 v2.2.3
16612026-03-19T05:57:12.594Z Compiling dtrace-parser v0.2.0
16622026-03-19T05:57:12.728Z Compiling itertools v0.12.1
16632026-03-19T05:57:12.815Z Compiling phf_shared v0.11.3
16642026-03-19T05:57:12.855Z Compiling bstr v1.12.1
16652026-03-19T05:57:13.065Z Compiling pkcs1 v0.7.5
16662026-03-19T05:57:13.162Z Compiling serde-big-array v0.5.1
16672026-03-19T05:57:13.290Z Compiling hex v0.4.3
16682026-03-19T05:57:13.348Z Compiling rfc6979 v0.4.0
16692026-03-19T05:57:13.502Z Compiling clap_derive v4.5.55
16702026-03-19T05:57:13.610Z Compiling enum-as-inner v0.6.1
16712026-03-19T05:57:13.646Z Compiling strum_macros v0.26.4
16722026-03-19T05:57:13.656Z Compiling serde_repr v0.1.20
16732026-03-19T05:57:13.745Z Compiling float-cmp v0.10.0
16742026-03-19T05:57:13.931Z Compiling thread-id v4.2.2
16752026-03-19T05:57:14.040Z Compiling memmap2 v0.9.10
16762026-03-19T05:57:14.262Z Compiling env_filter v1.0.0
16772026-03-19T05:57:14.334Z Compiling encoding_rs v0.8.35
16782026-03-19T05:57:14.402Z Compiling fixedbitset v0.4.2
16792026-03-19T05:57:14.427Z Compiling jiff v0.2.21
16802026-03-19T05:57:14.689Z Compiling difflib v0.4.0
16812026-03-19T05:57:14.693Z Compiling unit-prefix v0.5.2
16822026-03-19T05:57:14.900Z Compiling keccak v0.1.6
16832026-03-19T05:57:15.477Z Compiling data-encoding v2.10.0
16842026-03-19T05:57:15.971Z Compiling whoami v2.1.0
16852026-03-19T05:57:16.035Z Compiling precomputed-hash v0.1.1
16862026-03-19T05:57:16.117Z Compiling fixedbitset v0.5.7
16872026-03-19T05:57:16.148Z Compiling new_debug_unreachable v1.0.6
16882026-03-19T05:57:16.168Z Compiling rustc-hash v2.1.1
16892026-03-19T05:57:16.242Z Compiling normalize-line-endings v0.3.0
16902026-03-19T05:57:16.325Z Compiling static_assertions v1.1.0
16912026-03-19T05:57:16.364Z Compiling predicates-core v1.0.10
16922026-03-19T05:57:16.420Z Compiling mime v0.3.17
16932026-03-19T05:57:16.447Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16942026-03-19T05:57:16.475Z Compiling petgraph v0.8.3
16952026-03-19T05:57:16.495Z Compiling iddqd v0.3.17
16962026-03-19T05:57:16.518Z Compiling tokio-postgres v0.7.16
16972026-03-19T05:57:16.588Z Compiling predicates v3.1.4
16982026-03-19T05:57:16.757Z Compiling string_cache v0.8.9
16992026-03-19T05:57:17.046Z Compiling strum v0.26.3
17002026-03-19T05:57:17.212Z Compiling clap v4.5.60
17012026-03-19T05:57:17.321Z Compiling hickory-proto v0.25.2
17022026-03-19T05:57:17.478Z Compiling sha3 v0.10.8
17032026-03-19T05:57:18.040Z Compiling indicatif v0.18.4
17042026-03-19T05:57:18.075Z Compiling toml_edit v0.22.27
17052026-03-19T05:57:19.138Z Compiling zip v4.6.1
17062026-03-19T05:57:19.203Z Compiling petgraph v0.6.5
17072026-03-19T05:57:19.518Z Compiling env_logger v0.11.9
17082026-03-19T05:57:20.008Z Compiling zone v0.3.1
17092026-03-19T05:57:20.347Z Compiling usdt v0.6.0
17102026-03-19T05:57:20.424Z Compiling usdt-impl v0.5.0
17112026-03-19T05:57:20.500Z Compiling serde_with v3.17.0
17122026-03-19T05:57:20.685Z Compiling ecdsa v0.16.9
17132026-03-19T05:57:20.940Z Compiling similar v2.7.0
17142026-03-19T05:57:21.214Z Compiling rsa v0.9.10
17152026-03-19T05:57:21.218Z Compiling ed25519-dalek v2.2.0
17162026-03-19T05:57:21.329Z Compiling crossterm v0.28.1
17172026-03-19T05:57:22.073Z Compiling zip v0.6.6
17182026-03-19T05:57:22.657Z Compiling toml v0.7.8
17192026-03-19T05:57:23.259Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-03-19T05:57:23.393Z Compiling itertools v0.13.0
17212026-03-19T05:57:23.508Z Compiling tokio-stream v0.1.18
17222026-03-19T05:57:23.880Z Compiling buf-list v1.1.2
17232026-03-19T05:57:24.033Z Compiling x509-cert v0.2.5
17242026-03-19T05:57:24.134Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-03-19T05:57:24.160Z Compiling openapiv3 v2.2.0
17262026-03-19T05:57:24.248Z Compiling sha1 v0.10.6
17272026-03-19T05:57:24.563Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-03-19T05:57:24.572Z Compiling lalrpop-util v0.19.12
17292026-03-19T05:57:24.831Z Compiling peg-runtime v0.8.5
17302026-03-19T05:57:24.951Z Compiling thread_local v1.1.9
17312026-03-19T05:57:25.174Z Compiling slog-async v2.8.0
17322026-03-19T05:57:25.208Z Compiling crossbeam-channel v0.5.15
17332026-03-19T05:57:25.286Z Compiling futures-executor v0.3.32
17342026-03-19T05:57:25.491Z Compiling is-terminal v0.4.17
17352026-03-19T05:57:25.582Z Compiling filetime v0.2.27
17362026-03-19T05:57:25.613Z Compiling take_mut v0.2.2
17372026-03-19T05:57:25.633Z Compiling term v1.2.1
17382026-03-19T05:57:25.758Z Compiling xattr v1.6.1
17392026-03-19T05:57:25.833Z Compiling futures v0.3.32
17402026-03-19T05:57:25.935Z Compiling tar v0.4.44
17412026-03-19T05:57:26.350Z Compiling slog-term v2.9.2
17422026-03-19T05:57:33.007Z Compiling rustls-webpki v0.103.9
17432026-03-19T05:57:37.074Z Compiling tokio-rustls v0.26.4
17442026-03-19T05:57:37.074Z Compiling rustls-platform-verifier v0.6.2
17452026-03-19T05:57:37.343Z Compiling hyper-rustls v0.27.7
17462026-03-19T05:57:37.608Z Compiling reqwest v0.12.28
17472026-03-19T05:57:37.608Z Compiling reqwest v0.13.2
17482026-03-19T05:57:40.617Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-03-19T05:57:40.897Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-03-19T05:57:44.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17512026-03-19T05:57:44.928Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-03-19T05:57:44.992ZMar 19 05:57:44.253 INFO Starting download, target: Cockroach
17532026-03-19T05:57:44.992ZMar 19 05:57:44.253 INFO Starting download, target: Console
17542026-03-19T05:57:44.992ZMar 19 05:57:44.253 INFO Starting download, target: DendriteStub
17552026-03-19T05:57:44.992ZMar 19 05:57:44.253 INFO Starting download, target: Clickhouse
17562026-03-19T05:57:44.995ZMar 19 05:57:44.253 INFO Starting download, target: MaghemiteMgd
17572026-03-19T05:57:44.995ZMar 19 05:57:44.253 INFO Starting download, target: TransceiverControl
17582026-03-19T05:57:44.995ZMar 19 05:57:44.253 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-03-19T05:57:44.995ZMar 19 05:57:44.253 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-19T05:57:44.995ZMar 19 05:57:44.253 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-03-19T05:57:44.995ZMar 19 05:57:44.253 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-03-19T05:57:44.995ZMar 19 05:57:44.253 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-19T05:57:44.996ZMar 19 05:57:44.253 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-03-19T05:57:45.445ZMar 19 05:57:44.693 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-03-19T05:57:45.780ZMar 19 05:57:45.032 INFO Download complete, target: TransceiverControl
17662026-03-19T05:57:46.032ZMar 19 05:57:45.289 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-03-19T05:57:46.415ZMar 19 05:57:45.674 INFO Download complete, target: Console
17682026-03-19T05:57:46.573ZMar 19 05:57:45.833 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-03-19T05:57:46.701ZMar 19 05:57:45.957 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-03-19T05:57:47.276ZMar 19 05:57:46.536 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-03-19T05:57:47.348ZMar 19 05:57:46.608 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-03-19T05:57:47.348ZMar 19 05:57:46.608 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-03-19T05:57:50.147ZMar 19 05:57:49.407 INFO Download complete, target: DendriteStub
17742026-03-19T05:57:50.406ZMar 19 05:57:49.666 INFO Download complete, target: MaghemiteMgd
17752026-03-19T05:57:55.106ZMar 19 05:57:54.364 INFO Checking that binary works, target: Cockroach
17762026-03-19T05:57:55.221ZMar 19 05:57:54.479 INFO Download complete, target: Cockroach
17772026-03-19T05:57:58.465ZMar 19 05:57:57.721 INFO Checking that binary works, target: Clickhouse
17782026-03-19T05:57:58.575ZMar 19 05:57:57.832 INFO Download complete, target: Clickhouse
17792026-03-19T05:57:58.593ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-03-19T05:57:58.596Z
17812026-03-19T05:57:58.596Zreal 4:03.584845281
17822026-03-19T05:57:58.596Zuser 10:26.186266021
17832026-03-19T05:57:58.596Zsys 1:49.051632230
17842026-03-19T05:57:58.596Ztrap 0.331039368
17852026-03-19T05:57:58.596Ztflt 0.631795082
17862026-03-19T05:57:58.596Zdflt 0.680726155
17872026-03-19T05:57:58.596Zkflt 0.105401583
17882026-03-19T05:57:58.596Zlock 30:43.221792416
17892026-03-19T05:57:58.596Zslp 29:27.018167552
17902026-03-19T05:57:58.596Zlat 56.073286221
17912026-03-19T05:57:58.596Zstop 2:43.870298685
17922026-03-19T05:57:58.596Z+ banner hack-check
17932026-03-19T05:57:58.596Z
17942026-03-19T05:57:58.596Z # # ## #### # # #### # # ###### #### # #
17952026-03-19T05:57:58.596Z # # # # # # # # # # # # # # # # #
17962026-03-19T05:57:58.596Z ###### # # # #### ##### # ###### ##### # ####
17972026-03-19T05:57:58.596Z # # ###### # # # # # # # # # #
17982026-03-19T05:57:58.596Z # # # # # # # # # # # # # # # # #
17992026-03-19T05:57:58.596Z # # # # #### # # #### # # ###### #### # #
18002026-03-19T05:57:58.596Z
18012026-03-19T05:57:58.596Z+ export CARGO_INCREMENTAL=0
18022026-03-19T05:57:58.596Z+ CARGO_INCREMENTAL=0
18032026-03-19T05:57:58.596Z+ ptime -m timeout 2h cargo xtask check-features --ci
18042026-03-19T05:57:59.311Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-03-19T05:57:59.589Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-03-19T05:58:02.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18072026-03-19T05:58:02.193Z Running `target/debug/xtask check-features --ci`
18082026-03-19T05:58:02.225Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18092026-03-19T05:58:02.228Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18102026-03-19T05:58:02.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18112026-03-19T05:58:02.901Z Running `target/debug/xtask download cargo-hack`
18122026-03-19T05:58:03.939Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132026-03-19T05:58:04.326Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18142026-03-19T05:58:07.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
18152026-03-19T05:58:07.862Z Running `target/debug/xtask-downloader cargo-hack`
18162026-03-19T05:58:07.909ZMar 19 05:58:07.162 INFO Starting download, target: CargoHack
18172026-03-19T05:58:07.912ZMar 19 05:58:07.163 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18182026-03-19T05:58:08.546ZMar 19 05:58:07.800 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18192026-03-19T05:58:08.627ZMar 19 05:58:07.881 INFO Download complete, target: CargoHack
18202026-03-19T05:58:08.630Zrunning: "/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"
18212026-03-19T05:58:08.647Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18222026-03-19T05:58:08.849Zinfo: running `cargo check --bins` on api_identity (1/258)
18232026-03-19T05:58:09.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-03-19T05:58:09.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-03-19T05:58:09.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-03-19T05:58:09.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18272026-03-19T05:58:09.621Z
18282026-03-19T05:58:09.621Zinfo: running `cargo check --bins` on bootstore (2/258)
18292026-03-19T05:58:10.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-03-19T05:58:10.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-03-19T05:58:10.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-03-19T05:58:10.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18332026-03-19T05:58:10.387Z
18342026-03-19T05:58:10.387Zinfo: running `cargo check --bins` on omicron-ledger (3/258)
18352026-03-19T05:58:11.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-03-19T05:58:11.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-03-19T05:58:11.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-03-19T05:58:11.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18392026-03-19T05:58:11.154Z
18402026-03-19T05:58:11.154Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/258)
18412026-03-19T05:58:11.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-03-19T05:58:11.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-03-19T05:58:11.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-03-19T05:58:11.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18452026-03-19T05:58:11.914Z
18462026-03-19T05:58:11.914Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/258)
18472026-03-19T05:58:12.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-03-19T05:58:12.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-03-19T05:58:12.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-03-19T05:58:12.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18512026-03-19T05:58:12.678Z
18522026-03-19T05:58:12.678Zinfo: running `cargo check --bins` on omicron-certificates (6/258)
18532026-03-19T05:58:13.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-03-19T05:58:13.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-03-19T05:58:13.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-03-19T05:58:13.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18572026-03-19T05:58:13.452Z
18582026-03-19T05:58:13.452Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/258)
18592026-03-19T05:58:14.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-03-19T05:58:14.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-03-19T05:58:14.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-03-19T05:58:14.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18632026-03-19T05:58:14.227Z
18642026-03-19T05:58:14.227Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/258)
18652026-03-19T05:58:14.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-03-19T05:58:14.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-03-19T05:58:14.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-03-19T05:58:14.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18692026-03-19T05:58:15.007Z
18702026-03-19T05:58:15.007Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/258)
18712026-03-19T05:58:15.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-03-19T05:58:15.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-03-19T05:58:15.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-03-19T05:58:15.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18752026-03-19T05:58:15.615Z
18762026-03-19T05:58:15.615Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/258)
18772026-03-19T05:58:16.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-03-19T05:58:16.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-03-19T05:58:16.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-03-19T05:58:16.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18812026-03-19T05:58:16.223Z
18822026-03-19T05:58:16.223Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/258)
18832026-03-19T05:58:16.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-03-19T05:58:16.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-03-19T05:58:16.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-03-19T05:58:16.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18872026-03-19T05:58:16.834Z
18882026-03-19T05:58:16.835Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/258)
18892026-03-19T05:58:17.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-03-19T05:58:17.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-03-19T05:58:17.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-03-19T05:58:17.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18932026-03-19T05:58:17.440Z
18942026-03-19T05:58:17.440Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/258)
18952026-03-19T05:58:17.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-03-19T05:58:17.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-03-19T05:58:17.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-03-19T05:58:17.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18992026-03-19T05:58:18.045Z
19002026-03-19T05:58:18.045Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/258)
19012026-03-19T05:58:18.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-03-19T05:58:18.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-03-19T05:58:18.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-03-19T05:58:18.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19052026-03-19T05:58:18.649Z
19062026-03-19T05:58:18.649Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/258)
19072026-03-19T05:58:19.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-03-19T05:58:19.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-03-19T05:58:19.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-03-19T05:58:19.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19112026-03-19T05:58:19.259Z
19122026-03-19T05:58:19.259Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/258)
19132026-03-19T05:58:19.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-03-19T05:58:19.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-03-19T05:58:19.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-03-19T05:58:19.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19172026-03-19T05:58:19.868Z
19182026-03-19T05:58:19.868Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/258)
19192026-03-19T05:58:20.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-03-19T05:58:20.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-03-19T05:58:20.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-03-19T05:58:20.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19232026-03-19T05:58:20.476Z
19242026-03-19T05:58:20.476Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/258)
19252026-03-19T05:58:21.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-03-19T05:58:21.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-03-19T05:58:21.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-03-19T05:58:21.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19292026-03-19T05:58:21.085Z
19302026-03-19T05:58:21.085Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/258)
19312026-03-19T05:58:21.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-03-19T05:58:21.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-03-19T05:58:21.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-03-19T05:58:21.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19352026-03-19T05:58:21.691Z
19362026-03-19T05:58:21.691Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/258)
19372026-03-19T05:58:22.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-03-19T05:58:22.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-03-19T05:58:22.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-03-19T05:58:22.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19412026-03-19T05:58:22.300Z
19422026-03-19T05:58:22.300Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/258)
19432026-03-19T05:58:22.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-03-19T05:58:22.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-03-19T05:58:22.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-03-19T05:58:22.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19472026-03-19T05:58:22.909Z
19482026-03-19T05:58:22.909Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/258)
19492026-03-19T05:58:23.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-03-19T05:58:23.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-03-19T05:58:23.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-03-19T05:58:23.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19532026-03-19T05:58:23.523Z
19542026-03-19T05:58:23.523Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/258)
19552026-03-19T05:58:24.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-03-19T05:58:24.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-03-19T05:58:24.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-03-19T05:58:24.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19592026-03-19T05:58:24.474Z
19602026-03-19T05:58:24.474Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/258)
19612026-03-19T05:58:24.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-03-19T05:58:24.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-03-19T05:58:24.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-03-19T05:58:24.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19652026-03-19T05:58:24.754Z
19662026-03-19T05:58:24.754Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/258)
19672026-03-19T05:58:25.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-03-19T05:58:25.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-03-19T05:58:25.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-03-19T05:58:25.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19712026-03-19T05:58:25.371Z
19722026-03-19T05:58:25.371Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/258)
19732026-03-19T05:58:25.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-03-19T05:58:25.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-03-19T05:58:25.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-03-19T05:58:25.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19772026-03-19T05:58:25.989Z
19782026-03-19T05:58:25.989Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/258)
19792026-03-19T05:58:26.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-03-19T05:58:26.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-03-19T05:58:26.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-03-19T05:58:26.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19832026-03-19T05:58:26.605Z
19842026-03-19T05:58:26.605Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/258)
19852026-03-19T05:58:27.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-03-19T05:58:27.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-03-19T05:58:27.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-03-19T05:58:27.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19892026-03-19T05:58:27.222Z
19902026-03-19T05:58:27.222Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/258)
19912026-03-19T05:58:27.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-03-19T05:58:27.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-03-19T05:58:27.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-03-19T05:58:27.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19952026-03-19T05:58:27.835Z
19962026-03-19T05:58:27.835Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/258)
19972026-03-19T05:58:28.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-03-19T05:58:28.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-03-19T05:58:28.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-03-19T05:58:28.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20012026-03-19T05:58:28.442Z
20022026-03-19T05:58:28.442Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/258)
20032026-03-19T05:58:28.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-03-19T05:58:28.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-03-19T05:58:28.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-03-19T05:58:28.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20072026-03-19T05:58:29.053Z
20082026-03-19T05:58:29.053Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/258)
20092026-03-19T05:58:29.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-03-19T05:58:29.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-03-19T05:58:29.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-03-19T05:58:29.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20132026-03-19T05:58:29.662Z
20142026-03-19T05:58:29.662Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/258)
20152026-03-19T05:58:30.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-03-19T05:58:30.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-03-19T05:58:30.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-03-19T05:58:30.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20192026-03-19T05:58:30.273Z
20202026-03-19T05:58:30.273Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/258)
20212026-03-19T05:58:30.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-03-19T05:58:30.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-03-19T05:58:30.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-03-19T05:58:30.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20252026-03-19T05:58:30.883Z
20262026-03-19T05:58:30.883Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/258)
20272026-03-19T05:58:31.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-03-19T05:58:31.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-03-19T05:58:31.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-03-19T05:58:31.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20312026-03-19T05:58:31.488Z
20322026-03-19T05:58:31.488Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/258)
20332026-03-19T05:58:32.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-03-19T05:58:32.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-03-19T05:58:32.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-03-19T05:58:32.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20372026-03-19T05:58:32.098Z
20382026-03-19T05:58:32.098Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/258)
20392026-03-19T05:58:32.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-03-19T05:58:32.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-03-19T05:58:32.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-03-19T05:58:32.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20432026-03-19T05:58:32.708Z
20442026-03-19T05:58:32.708Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/258)
20452026-03-19T05:58:33.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-03-19T05:58:33.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-03-19T05:58:33.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-03-19T05:58:33.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20492026-03-19T05:58:33.321Z
20502026-03-19T05:58:33.321Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/258)
20512026-03-19T05:58:33.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-03-19T05:58:33.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-03-19T05:58:33.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-03-19T05:58:33.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20552026-03-19T05:58:33.926Z
20562026-03-19T05:58:33.926Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/258)
20572026-03-19T05:58:34.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-03-19T05:58:34.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-03-19T05:58:34.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-03-19T05:58:34.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20612026-03-19T05:58:34.531Z
20622026-03-19T05:58:34.532Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/258)
20632026-03-19T05:58:35.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-03-19T05:58:35.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-03-19T05:58:35.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-03-19T05:58:35.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20672026-03-19T05:58:35.139Z
20682026-03-19T05:58:35.139Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/258)
20692026-03-19T05:58:35.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-03-19T05:58:35.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-03-19T05:58:35.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-03-19T05:58:35.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20732026-03-19T05:58:35.754Z
20742026-03-19T05:58:35.754Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/258)
20752026-03-19T05:58:36.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-03-19T05:58:36.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-03-19T05:58:36.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-03-19T05:58:36.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20792026-03-19T05:58:36.366Z
20802026-03-19T05:58:36.366Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/258)
20812026-03-19T05:58:36.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-03-19T05:58:36.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-03-19T05:58:36.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-03-19T05:58:36.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20852026-03-19T05:58:36.978Z
20862026-03-19T05:58:36.978Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/258)
20872026-03-19T05:58:37.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-03-19T05:58:37.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-03-19T05:58:37.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-03-19T05:58:37.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20912026-03-19T05:58:37.587Z
20922026-03-19T05:58:37.588Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/258)
20932026-03-19T05:58:38.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-03-19T05:58:38.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-03-19T05:58:38.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-03-19T05:58:38.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20972026-03-19T05:58:38.197Z
20982026-03-19T05:58:38.197Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/258)
20992026-03-19T05:58:38.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-03-19T05:58:38.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-03-19T05:58:38.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-03-19T05:58:38.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21032026-03-19T05:58:38.803Z
21042026-03-19T05:58:38.803Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/258)
21052026-03-19T05:58:39.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-03-19T05:58:39.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-03-19T05:58:39.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-03-19T05:58:39.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21092026-03-19T05:58:39.413Z
21102026-03-19T05:58:39.413Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/258)
21112026-03-19T05:58:40.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-03-19T05:58:40.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-03-19T05:58:40.500Z Checking cfg-if v1.0.4
21142026-03-19T05:58:40.657Z Checking libc v0.2.180
21152026-03-19T05:58:40.661Z Checking serde_core v1.0.228
21162026-03-19T05:58:40.691Z Checking memchr v2.8.0
21172026-03-19T05:58:40.711Z Checking smallvec v1.15.1
21182026-03-19T05:58:40.711Z Checking itoa v1.0.17
21192026-03-19T05:58:40.748Z Checking log v0.4.29
21202026-03-19T05:58:40.751Z Checking zeroize v1.8.2
21212026-03-19T05:58:40.789Z Checking stable_deref_trait v1.2.1
21222026-03-19T05:58:40.883Z Checking zerofrom v0.1.6
21232026-03-19T05:58:40.912Z Checking zmij v1.0.21
21242026-03-19T05:58:40.948Z Checking scopeguard v1.2.0
21252026-03-19T05:58:40.972Z Checking subtle v2.6.1
21262026-03-19T05:58:40.991Z Checking writeable v0.6.2
21272026-03-19T05:58:41.037Z Checking yoke v0.8.1
21282026-03-19T05:58:41.075Z Checking lock_api v0.4.14
21292026-03-19T05:58:41.169Z Checking percent-encoding v2.3.2
21302026-03-19T05:58:41.189Z Checking litemap v0.8.1
21312026-03-19T05:58:41.210Z Checking libm v0.2.16
21322026-03-19T05:58:41.230Z Checking icu_properties_data v2.1.2
21332026-03-19T05:58:41.250Z Checking getrandom v0.2.17
21342026-03-19T05:58:41.269Z Checking errno v0.3.14
21352026-03-19T05:58:41.343Z Checking zerovec v0.11.5
21362026-03-19T05:58:41.346Z Checking zerotrie v0.2.3
21372026-03-19T05:58:41.400Z Checking icu_normalizer_data v2.1.1
21382026-03-19T05:58:41.419Z Checking pin-project-lite v0.2.17
21392026-03-19T05:58:41.439Z Checking rand_core v0.6.4
21402026-03-19T05:58:41.457Z Checking utf8_iter v1.0.4
21412026-03-19T05:58:41.491Z Checking form_urlencoded v1.2.2
21422026-03-19T05:58:41.539Z Checking typenum v1.19.0
21432026-03-19T05:58:41.622Z Checking portable-atomic v1.13.1
21442026-03-19T05:58:41.661Z Checking critical-section v1.2.0
21452026-03-19T05:58:41.683Z Checking rand_core v0.10.0
21462026-03-19T05:58:41.704Z Checking signal-hook-registry v1.4.8
21472026-03-19T05:58:41.793Z Checking parking_lot_core v0.9.12
21482026-03-19T05:58:41.871Z Checking getrandom v0.4.1
21492026-03-19T05:58:41.918Z Checking mio v1.1.1
21502026-03-19T05:58:41.957Z Checking tinystr v0.8.2
21512026-03-19T05:58:42.037Z Checking potential_utf v0.1.4
21522026-03-19T05:58:42.055Z Checking parking_lot v0.12.5
21532026-03-19T05:58:42.189Z Checking icu_locale_core v2.1.1
21542026-03-19T05:58:42.210Z Checking icu_collections v2.1.1
21552026-03-19T05:58:42.229Z Checking num-traits v0.2.19
21562026-03-19T05:58:42.249Z Checking once_cell v1.21.3
21572026-03-19T05:58:42.269Z Checking generic-array v0.14.7
21582026-03-19T05:58:42.296Z Checking socket2 v0.6.2
21592026-03-19T05:58:42.318Z Checking zerocopy v0.8.40
21602026-03-19T05:58:42.476Z Checking iana-time-zone v0.1.65
21612026-03-19T05:58:42.611Z Checking futures-core v0.3.32
21622026-03-19T05:58:42.633Z Checking equivalent v1.0.2
21632026-03-19T05:58:42.633Z Checking allocator-api2 v0.2.21
21642026-03-19T05:58:42.740Z Checking foldhash v0.2.0
21652026-03-19T05:58:42.769Z Checking const-oid v0.9.6
21662026-03-19T05:58:42.827Z Checking serde v1.0.228
21672026-03-19T05:58:42.902Z Checking serde_json v1.0.149
21682026-03-19T05:58:42.940Z Checking bitflags v2.11.0
21692026-03-19T05:58:42.960Z Checking icu_provider v2.1.1
21702026-03-19T05:58:43.035Z Checking crypto-common v0.1.7
21712026-03-19T05:58:43.038Z Checking uuid v1.21.0
21722026-03-19T05:58:43.155Z Checking hashbrown v0.16.1
21732026-03-19T05:58:43.195Z Checking dyn-clone v1.0.20
21742026-03-19T05:58:43.266Z Checking icu_properties v2.1.2
21752026-03-19T05:58:43.324Z Checking icu_normalizer v2.1.1
21762026-03-19T05:58:43.398Z Checking bytes v1.11.1
21772026-03-19T05:58:43.471Z Checking chrono v0.4.44
21782026-03-19T05:58:43.727Z Checking futures-sink v0.3.32
21792026-03-19T05:58:43.771Z Checking block-buffer v0.10.4
21802026-03-19T05:58:43.838Z Checking semver v1.0.27
21812026-03-19T05:58:43.857Z Checking futures-channel v0.3.32
21822026-03-19T05:58:43.860Z Checking futures-task v0.3.32
21832026-03-19T05:58:43.945Z Checking slab v0.4.12
21842026-03-19T05:58:44.015Z Checking tokio v1.49.0
21852026-03-19T05:58:44.058Z Checking futures-io v0.3.32
21862026-03-19T05:58:44.109Z Checking digest v0.10.7
21872026-03-19T05:58:44.131Z Checking thiserror v2.0.18
21882026-03-19T05:58:44.149Z Checking byteorder v1.5.0
21892026-03-19T05:58:44.205Z Checking futures-util v0.3.32
21902026-03-19T05:58:44.256Z Checking indexmap v2.13.0
21912026-03-19T05:58:44.369Z Checking cpufeatures v0.2.17
21922026-03-19T05:58:44.424Z Checking idna_adapter v1.2.1
21932026-03-19T05:58:44.427Z Checking http v1.4.0
21942026-03-19T05:58:44.466Z Checking fnv v1.0.7
21952026-03-19T05:58:44.579Z Checking idna v1.1.0
21962026-03-19T05:58:44.601Z Checking unicode-ident v1.0.24
21972026-03-19T05:58:44.643Z Checking base64 v0.22.1
21982026-03-19T05:58:44.743Z Checking tracing-core v0.1.36
21992026-03-19T05:58:44.908Z Checking url v2.5.8
22002026-03-19T05:58:44.964Z Checking proc-macro2 v1.0.106
22012026-03-19T05:58:45.045Z Checking rustls-pki-types v1.14.0
22022026-03-19T05:58:45.163Z Checking tracing v0.1.44
22032026-03-19T05:58:45.232Z Checking regex-syntax v0.8.10
22042026-03-19T05:58:45.385Z Checking quote v1.0.44
22052026-03-19T05:58:45.427Z Checking untrusted v0.9.0
22062026-03-19T05:58:45.451Z Checking thiserror v1.0.69
22072026-03-19T05:58:45.487Z Checking schemars v0.8.22
22082026-03-19T05:58:45.566Z Checking ring v0.17.14
22092026-03-19T05:58:45.592Z Checking ipnet v2.11.0
22102026-03-19T05:58:45.615Z Checking syn v2.0.117
22112026-03-19T05:58:45.940Z Checking httparse v1.10.1
22122026-03-19T05:58:46.220Z Checking http-body v1.0.1
22132026-03-19T05:58:46.363Z Checking ppv-lite86 v0.2.21
22142026-03-19T05:58:46.391Z Checking rustix v1.1.3
22152026-03-19T05:58:46.394Z Checking block-padding v0.3.3
22162026-03-19T05:58:46.589Z Checking getrandom v0.3.4
22172026-03-19T05:58:46.785Z Checking atomic-waker v1.1.2
22182026-03-19T05:58:46.809Z Checking inout v0.1.4
22192026-03-19T05:58:46.916Z Checking hmac v0.12.1
22202026-03-19T05:58:46.920Z Checking aws-lc-sys v0.37.1
22212026-03-19T05:58:46.958Z Checking aho-corasick v1.1.4
22222026-03-19T05:58:46.990Z Checking untrusted v0.7.1
22232026-03-19T05:58:47.089Z Checking tower-service v0.3.3
22242026-03-19T05:58:47.109Z Checking try-lock v0.2.5
22252026-03-19T05:58:47.137Z Checking openssl-probe v0.2.1
22262026-03-19T05:58:47.205Z Checking powerfmt v0.2.0
22272026-03-19T05:58:47.235Z Checking tower-layer v0.3.3
22282026-03-19T05:58:47.272Z Checking httpdate v1.0.3
22292026-03-19T05:58:47.404Z Checking deranged v0.5.8
22302026-03-19T05:58:47.429Z Checking want v0.3.1
22312026-03-19T05:58:47.457Z Checking cipher v0.4.4
22322026-03-19T05:58:47.590Z Checking rand_core v0.9.5
22332026-03-19T05:58:47.613Z Checking base64ct v1.8.3
22342026-03-19T05:58:47.655Z Checking aws-lc-rs v1.16.0
22352026-03-19T05:58:47.739Z Checking pin-utils v0.1.0
22362026-03-19T05:58:47.823Z Checking num-conv v0.2.0
22372026-03-19T05:58:47.843Z Checking time-core v0.1.8
22382026-03-19T05:58:47.883Z Checking regex-automata v0.4.14
22392026-03-19T05:58:47.927Z Checking num_threads v0.1.7
22402026-03-19T05:58:47.979Z Checking sha2 v0.10.9
22412026-03-19T05:58:48.028Z Checking erased-serde v0.3.31
22422026-03-19T05:58:48.050Z Checking pretty-hex v0.4.1
22432026-03-19T05:58:48.208Z Checking rand_chacha v0.9.0
22442026-03-19T05:58:48.345Z Checking ryu v1.0.23
22452026-03-19T05:58:48.378Z Checking tokio-util v0.7.18
22462026-03-19T05:58:48.471Z Checking fastrand v2.3.0
22472026-03-19T05:58:48.526Z Checking rand v0.9.2
22482026-03-19T05:58:48.612Z Checking slog v2.8.2
22492026-03-19T05:58:48.710Z Checking pem-rfc7468 v0.7.0
22502026-03-19T05:58:48.731Z Checking time v0.3.47
22512026-03-19T05:58:48.819Z Checking rustls-webpki v0.103.9
22522026-03-19T05:58:48.917Z Checking rustls-native-certs v0.8.3
22532026-03-19T05:58:48.937Z Checking ipnetwork v0.21.1
22542026-03-19T05:58:48.970Z Checking http-body-util v0.1.3
22552026-03-19T05:58:49.083Z Checking sync_wrapper v1.0.2
22562026-03-19T05:58:49.166Z Checking spin v0.9.8
22572026-03-19T05:58:49.198Z Checking h2 v0.4.13
22582026-03-19T05:58:49.221Z Checking flagset v0.4.7
22592026-03-19T05:58:49.221Z Checking plain v0.2.3
22602026-03-19T05:58:49.266Z Checking tower v0.5.3
22612026-03-19T05:58:49.358Z Checking serde_urlencoded v0.7.1
22622026-03-19T05:58:49.380Z Checking rustls v0.23.37
22632026-03-19T05:58:49.401Z Checking der v0.7.10
22642026-03-19T05:58:49.422Z Checking rand_chacha v0.3.1
22652026-03-19T05:58:49.639Z Checking webpki-roots v1.0.6
22662026-03-19T05:58:49.698Z Checking iri-string v0.7.10
22672026-03-19T05:58:49.791Z Checking tinyvec_macros v0.1.1
22682026-03-19T05:58:49.812Z Checking ucd-trie v0.1.7
22692026-03-19T05:58:49.880Z Checking tinyvec v1.10.0
22702026-03-19T05:58:49.985Z Checking pest v2.8.6
22712026-03-19T05:58:50.308Z Checking rand v0.8.5
22722026-03-19T05:58:50.333Z Checking tempfile v3.25.0
22732026-03-19T05:58:50.427Z Checking spki v0.7.3
22742026-03-19T05:58:50.452Z Checking salsa20 v0.10.2
22752026-03-19T05:58:50.588Z Checking pbkdf2 v0.12.2
22762026-03-19T05:58:50.633Z Checking unicode-width v0.2.0
22772026-03-19T05:58:50.653Z Checking foreign-types-shared v0.1.1
22782026-03-19T05:58:50.733Z Checking scrypt v0.11.0
22792026-03-19T05:58:50.761Z Checking foreign-types v0.3.2
22802026-03-19T05:58:50.853Z Checking regex v1.12.3
22812026-03-19T05:58:50.916Z Checking aes v0.8.4
22822026-03-19T05:58:50.957Z Checking cbc v0.1.2
22832026-03-19T05:58:51.018Z Checking anyhow v1.0.102
22842026-03-19T05:58:51.123Z Checking openssl-sys v0.9.111
22852026-03-19T05:58:51.170Z Checking tower-http v0.6.8
22862026-03-19T05:58:51.239Z Checking crossbeam-utils v0.8.21
22872026-03-19T05:58:51.280Z Checking oxnet v0.1.4
22882026-03-19T05:58:51.454Z Checking pkcs5 v0.7.1
22892026-03-19T05:58:51.477Z Checking mime v0.3.17
22902026-03-19T05:58:51.545Z Checking openapiv3 v2.2.0
22912026-03-19T05:58:51.605Z Checking scroll v0.12.0
22922026-03-19T05:58:51.722Z Checking encoding_rs v0.8.35
22932026-03-19T05:58:51.725Z Checking siphasher v1.0.2
22942026-03-19T05:58:51.770Z Checking openssl v0.10.75
22952026-03-19T05:58:51.827Z Checking pkcs8 v0.10.2
22962026-03-19T05:58:51.923Z Checking winnow v0.7.14
22972026-03-19T05:58:51.960Z Checking data-encoding v2.10.0
22982026-03-19T05:58:52.067Z Checking goblin v0.8.2
22992026-03-19T05:58:52.324Z Checking lazy_static v1.5.0
23002026-03-19T05:58:52.442Z Checking zerocopy v0.7.35
23012026-03-19T05:58:52.644Z Checking tokio-rustls v0.26.4
23022026-03-19T05:58:52.909Z Checking hyper v1.8.1
23032026-03-19T05:58:52.946Z Checking wait-timeout v0.2.1
23042026-03-19T05:58:53.027Z Checking psl-types v2.0.11
23052026-03-19T05:58:53.102Z Checking bitflags v1.3.2
23062026-03-19T05:58:53.147Z Checking either v1.15.0
23072026-03-19T05:58:53.180Z Checking anstyle v1.0.13
23082026-03-19T05:58:53.200Z Checking bit-vec v0.8.0
23092026-03-19T05:58:53.348Z Checking utf8parse v0.2.2
23102026-03-19T05:58:53.400Z Checking managed v0.8.0
23112026-03-19T05:58:53.427Z Checking quick-error v1.2.3
23122026-03-19T05:58:53.457Z Checking bit-set v0.8.0
23132026-03-19T05:58:53.477Z Checking anstyle-parse v0.2.7
23142026-03-19T05:58:53.556Z Checking rusty-fork v0.3.1
23152026-03-19T05:58:53.576Z Checking publicsuffix v2.3.0
23162026-03-19T05:58:53.647Z Checking dtrace-parser v0.2.0
23172026-03-19T05:58:53.647Z Checking cookie v0.18.1
23182026-03-19T05:58:53.687Z Checking unicode-normalization v0.1.25
23192026-03-19T05:58:53.770Z Checking rand_xorshift v0.4.0
23202026-03-19T05:58:53.790Z Checking sha1 v0.10.6
23212026-03-19T05:58:53.924Z Checking thread-id v4.2.2
23222026-03-19T05:58:53.958Z Checking anstyle-query v1.1.5
23232026-03-19T05:58:53.978Z Checking is_terminal_polyfill v1.70.2
23242026-03-19T05:58:53.998Z Checking unarray v0.1.4
23252026-03-19T05:58:54.026Z Checking colorchoice v1.0.4
23262026-03-19T05:58:54.077Z Checking cookie_store v0.22.1
23272026-03-19T05:58:54.097Z Checking rustls-platform-verifier v0.6.2
23282026-03-19T05:58:54.134Z Checking proptest v1.10.0
23292026-03-19T05:58:54.154Z Checking hyper-util v0.1.20
23302026-03-19T05:58:54.157Z Checking anstream v0.6.21
23312026-03-19T05:58:54.228Z Checking crossbeam-epoch v0.9.18
23322026-03-19T05:58:54.271Z Checking terminal_size v0.4.3
23332026-03-19T05:58:54.419Z Checking scroll v0.13.0
23342026-03-19T05:58:54.439Z Checking hex v0.4.3
23352026-03-19T05:58:54.519Z Checking num-integer v0.1.46
23362026-03-19T05:58:54.540Z Checking simd-adler32 v0.3.8
23372026-03-19T05:58:54.647Z Checking native-tls v0.2.18
23382026-03-19T05:58:54.723Z Checking goblin v0.10.5
23392026-03-19T05:58:54.744Z Checking crossbeam-deque v0.8.6
23402026-03-19T05:58:54.747Z Checking dof v0.3.0
23412026-03-19T05:58:54.785Z Checking bstr v1.12.1
23422026-03-19T05:58:54.849Z Checking ref-cast v1.0.25
23432026-03-19T05:58:54.878Z Checking tokio-native-tls v0.3.1
23442026-03-19T05:58:54.947Z Checking rustix v0.38.44
23452026-03-19T05:58:54.994Z Checking camino v1.2.2
23462026-03-19T05:58:55.080Z Checking crc32fast v1.5.0
23472026-03-19T05:58:55.121Z Checking usdt-impl v0.5.0
23482026-03-19T05:58:55.266Z Checking signature v2.2.0
23492026-03-19T05:58:55.333Z Checking serde_spanned v0.6.9
23502026-03-19T05:58:55.354Z Checking toml_datetime v0.6.11
23512026-03-19T05:58:55.430Z Checking ff v0.13.1
23522026-03-19T05:58:55.487Z Checking adler2 v2.0.1
23532026-03-19T05:58:55.507Z Checking unicode-bidi v0.3.18
23542026-03-19T05:58:55.591Z Checking strsim v0.11.1
23552026-03-19T05:58:55.613Z Checking base16ct v0.2.0
23562026-03-19T05:58:55.633Z Checking clap_lex v1.0.0
23572026-03-19T05:58:55.777Z Checking unicode-properties v0.1.4
23582026-03-19T05:58:55.803Z Checking sec1 v0.7.3
23592026-03-19T05:58:55.831Z Checking clap_builder v4.5.60
23602026-03-19T05:58:55.853Z Checking hyper-rustls v0.27.7
23612026-03-19T05:58:55.899Z Checking hyper-tls v0.6.0
23622026-03-19T05:58:56.026Z Checking stringprep v0.1.5
23632026-03-19T05:58:56.075Z Checking miniz_oxide v0.8.9
23642026-03-19T05:58:56.100Z Checking group v0.13.0
23652026-03-19T05:58:56.122Z Checking rayon-core v1.13.0
23662026-03-19T05:58:56.125Z Checking reqwest v0.12.28
23672026-03-19T05:58:56.225Z Checking reqwest v0.13.2
23682026-03-19T05:58:56.291Z Checking num-iter v0.1.45
23692026-03-19T05:58:56.440Z Checking toml_parser v1.0.9+spec-1.1.0
23702026-03-19T05:58:56.564Z Checking dtrace-parser v0.3.0
23712026-03-19T05:58:56.567Z Checking hkdf v0.12.4
23722026-03-19T05:58:56.637Z Checking newtype-uuid v1.3.2
23732026-03-19T05:58:56.760Z Checking strum v0.26.3
23742026-03-19T05:58:56.883Z Checking zstd-sys v2.0.16+zstd.1.5.7
23752026-03-19T05:58:56.905Z Checking hash32 v0.2.1
23762026-03-19T05:58:56.908Z Checking daft v0.1.5
23772026-03-19T05:58:56.908Z Checking md-5 v0.10.6
23782026-03-19T05:58:57.034Z Checking crypto-bigint v0.5.5
23792026-03-19T05:58:57.122Z Checking toml_datetime v0.7.5+spec-1.1.0
23802026-03-19T05:58:57.140Z Checking thread-id v5.1.0
23812026-03-19T05:58:57.218Z Checking fallible-iterator v0.2.0
23822026-03-19T05:58:57.243Z Checking unicode-segmentation v1.12.0
23832026-03-19T05:58:57.323Z Checking zlib-rs v0.6.2
23842026-03-19T05:58:57.379Z Checking heapless v0.7.17
23852026-03-19T05:58:57.399Z Checking zstd-safe v7.2.4
23862026-03-19T05:58:57.554Z Checking clap v4.5.60
23872026-03-19T05:58:57.585Z Checking postgres-protocol v0.6.10
23882026-03-19T05:58:57.619Z Checking rayon v1.11.0
23892026-03-19T05:58:57.653Z Checking itertools v0.12.1
23902026-03-19T05:58:57.672Z Checking phf_shared v0.13.1
23912026-03-19T05:58:57.941Z Checking console v0.16.2
23922026-03-19T05:58:57.944Z Checking curve25519-dalek v4.1.3
23932026-03-19T05:58:58.000Z Checking memoffset v0.9.1
23942026-03-19T05:58:58.020Z Checking dof v0.4.0
23952026-03-19T05:58:58.102Z Checking bzip2-sys v0.1.13+1.0.8
23962026-03-19T05:58:58.210Z Checking signal-hook v0.3.18
23972026-03-19T05:58:58.337Z Checking memmap2 v0.9.10
23982026-03-19T05:58:58.370Z Checking elliptic-curve v0.13.8
23992026-03-19T05:58:58.453Z Checking unit-prefix v0.5.2
24002026-03-19T05:58:58.549Z Checking winnow v0.5.40
24012026-03-19T05:58:58.568Z Checking flate2 v1.1.9
24022026-03-19T05:58:58.608Z Checking toml_write v0.1.2
24032026-03-19T05:58:58.782Z Checking foldhash v0.1.5
24042026-03-19T05:58:58.828Z Checking libbz2-rs-sys v0.2.2
24052026-03-19T05:58:58.882Z Checking usdt-impl v0.6.0
24062026-03-19T05:58:58.957Z Checking bumpalo v3.20.2
24072026-03-19T05:58:58.978Z Checking fixedbitset v0.4.2
24082026-03-19T05:58:59.022Z Checking hashbrown v0.15.5
24092026-03-19T05:58:59.043Z Checking zone v0.3.1
24102026-03-19T05:58:59.169Z Checking petgraph v0.6.5
24112026-03-19T05:58:59.219Z Checking zopfli v0.8.3
24122026-03-19T05:58:59.242Z Checking usdt v0.6.0
24132026-03-19T05:58:59.352Z Checking bzip2 v0.6.1
24142026-03-19T05:58:59.452Z Checking toml_edit v0.22.27
24152026-03-19T05:58:59.520Z Checking signal-hook-mio v0.2.5
24162026-03-19T05:58:59.568Z Checking bzip2 v0.4.4
24172026-03-19T05:58:59.649Z Checking nix v0.31.1
24182026-03-19T05:58:59.649Z Checking postgres-types v0.2.12
24192026-03-19T05:58:59.690Z Checking smoltcp v0.9.1
24202026-03-19T05:58:59.692Z Checking indicatif v0.18.4
24212026-03-19T05:58:59.781Z Checking phf v0.13.1
24222026-03-19T05:58:59.978Z Checking similar v2.7.0
24232026-03-19T05:59:00.079Z Checking zstd v0.13.3
24242026-03-19T05:59:00.152Z Checking toml_edit v0.19.15
24252026-03-19T05:59:00.210Z Checking num-bigint-dig v0.8.6
24262026-03-19T05:59:00.329Z Checking ed25519 v2.2.3
24272026-03-19T05:59:00.488Z Checking pkcs1 v0.7.5
24282026-03-19T05:59:00.512Z Checking phf_shared v0.11.3
24292026-03-19T05:59:00.574Z Checking tokio-stream v0.1.18
24302026-03-19T05:59:00.717Z Checking strum v0.27.2
24312026-03-19T05:59:00.763Z Checking hubpack v0.1.2
24322026-03-19T05:59:00.862Z Checking rfc6979 v0.4.0
24332026-03-19T05:59:00.920Z Checking serde-big-array v0.5.1
24342026-03-19T05:59:00.958Z Checking float-cmp v0.10.0
24352026-03-19T05:59:00.980Z Checking env_filter v1.0.0
24362026-03-19T05:59:01.010Z Checking jiff v0.2.21
24372026-03-19T05:59:01.076Z Checking new_debug_unreachable v1.0.6
24382026-03-19T05:59:01.096Z Checking rustc-hash v2.1.1
24392026-03-19T05:59:01.099Z Checking whoami v2.1.0
24402026-03-19T05:59:01.135Z Checking fixedbitset v0.5.7
24412026-03-19T05:59:01.161Z Checking predicates-core v1.0.10
24422026-03-19T05:59:01.164Z Checking precomputed-hash v0.1.1
24432026-03-19T05:59:01.241Z Checking keccak v0.1.6
24442026-03-19T05:59:01.289Z Checking normalize-line-endings v0.3.0
24452026-03-19T05:59:01.324Z Checking static_assertions v1.1.0
24462026-03-19T05:59:01.366Z Checking difflib v0.4.0
24472026-03-19T05:59:01.369Z Checking rsa v0.9.10
24482026-03-19T05:59:01.407Z Checking petgraph v0.8.3
24492026-03-19T05:59:01.407Z Checking tokio-postgres v0.7.16
24502026-03-19T05:59:01.446Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24512026-03-19T05:59:01.467Z Checking sha3 v0.10.8
24522026-03-19T05:59:01.597Z Checking predicates v3.1.4
24532026-03-19T05:59:01.600Z Checking toml v0.7.8
24542026-03-19T05:59:01.759Z Checking string_cache v0.8.9
24552026-03-19T05:59:01.982Z Checking iddqd v0.3.17
24562026-03-19T05:59:02.013Z Checking env_logger v0.11.9
24572026-03-19T05:59:02.038Z Checking ecdsa v0.16.9
24582026-03-19T05:59:02.062Z Checking ed25519-dalek v2.2.0
24592026-03-19T05:59:02.261Z Checking zip v0.6.6
24602026-03-19T05:59:02.364Z Checking crossterm v0.28.1
24612026-03-19T05:59:02.490Z Checking serde_with v3.17.0
24622026-03-19T05:59:02.689Z Checking itertools v0.13.0
24632026-03-19T05:59:03.116Z Checking hickory-proto v0.25.2
24642026-03-19T05:59:03.137Z Checking x509-cert v0.2.5
24652026-03-19T05:59:03.336Z Checking fs-err v3.3.0
24662026-03-19T05:59:03.594Z Checking ahash v0.8.12
24672026-03-19T05:59:03.734Z Checking object v0.37.3
24682026-03-19T05:59:03.859Z Checking buf-list v1.1.2
24692026-03-19T05:59:04.040Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24702026-03-19T05:59:04.099Z Checking peg-runtime v0.8.5
24712026-03-19T05:59:04.119Z Checking lalrpop-util v0.19.12
24722026-03-19T05:59:04.199Z Checking zip v4.6.1
24732026-03-19T05:59:04.284Z Compiling structmeta-derive v0.3.0
24742026-03-19T05:59:04.327Z Compiling rustls v0.22.4
24752026-03-19T05:59:04.395Z Compiling newtype-uuid-macros v0.1.0
24762026-03-19T05:59:04.465Z Compiling multer v3.1.0
24772026-03-19T05:59:04.500Z Compiling async-stream-impl v0.3.6
24782026-03-19T05:59:04.578Z Checking futures-executor v0.3.32
24792026-03-19T05:59:04.762Z Checking regress v0.10.5
24802026-03-19T05:59:04.980Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24812026-03-19T05:59:05.290Z Compiling dropshot v0.16.7
24822026-03-19T05:59:05.407Z Checking futures v0.3.32
24832026-03-19T05:59:05.486Z Compiling dropshot_endpoint v0.16.7
24842026-03-19T05:59:05.509Z Checking thread_local v1.1.9
24852026-03-19T05:59:05.595Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24862026-03-19T05:59:05.728Z Checking crossbeam-channel v0.5.15
24872026-03-19T05:59:05.752Z Compiling structmeta v0.3.0
24882026-03-19T05:59:06.031Z Compiling derive-ex v0.1.8
24892026-03-19T05:59:06.058Z Checking is-terminal v0.4.17
24902026-03-19T05:59:06.179Z Checking take_mut v0.2.2
24912026-03-19T05:59:06.198Z Checking term v1.2.1
24922026-03-19T05:59:06.318Z Checking slog-async v2.8.0
24932026-03-19T05:59:06.488Z Checking slog-term v2.9.2
24942026-03-19T05:59:06.551Z Compiling parse-display-derive v0.10.0
24952026-03-19T05:59:06.727Z Checking rustls-webpki v0.102.8
24962026-03-19T05:59:06.888Z Checking serde_spanned v1.0.4
24972026-03-19T05:59:06.938Z Checking match_cfg v0.1.0
24982026-03-19T05:59:07.034Z Checking toml_writer v1.0.6+spec-1.1.0
24992026-03-19T05:59:07.065Z Checking debug-ignore v1.0.5
25002026-03-19T05:59:07.114Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25012026-03-19T05:59:07.230Z Checking hostname v0.3.1
25022026-03-19T05:59:07.234Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25032026-03-19T05:59:07.282Z Checking toml v0.9.12+spec-1.1.0
25042026-03-19T05:59:07.324Z Checking slog-json v2.6.1
25052026-03-19T05:59:07.415Z Checking macaddr v1.0.1
25062026-03-19T05:59:07.530Z Checking slog-bunyan v2.5.0
25072026-03-19T05:59:07.653Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25082026-03-19T05:59:07.678Z Checking async-stream v0.3.6
25092026-03-19T05:59:07.910Z Checking waitgroup v0.1.2
25102026-03-19T05:59:08.041Z Checking rustls-pemfile v2.2.0
25112026-03-19T05:59:08.101Z Checking serde_path_to_error v0.1.20
25122026-03-19T05:59:08.136Z Checking hostname v0.4.2
25132026-03-19T05:59:08.162Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-03-19T05:59:08.224Z Checking progenitor-client v0.13.0
25152026-03-19T05:59:08.265Z Checking progenitor-client v0.10.0
25162026-03-19T05:59:08.303Z Compiling itertools v0.14.0
25172026-03-19T05:59:08.397Z Compiling test-strategy v0.4.5
25182026-03-19T05:59:08.483Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25192026-03-19T05:59:08.524Z Checking backon v1.6.0
25202026-03-19T05:59:08.560Z Checking instant v0.1.13
25212026-03-19T05:59:08.678Z Checking backoff v0.4.0
25222026-03-19T05:59:08.745Z Checking progenitor-extras v0.1.1
25232026-03-19T05:59:08.870Z Checking parse-display v0.10.0
25242026-03-19T05:59:08.908Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25252026-03-19T05:59:09.035Z Checking heck v0.5.0
25262026-03-19T05:59:09.206Z Compiling toml_edit v0.23.10+spec-1.0.0
25272026-03-19T05:59:09.251Z Compiling crucible-workspace-hack v0.1.0
25282026-03-19T05:59:09.275Z Checking tokio-rustls v0.25.0
25292026-03-19T05:59:09.490Z Compiling heapless v0.8.0
25302026-03-19T05:59:09.554Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25312026-03-19T05:59:09.818Z Compiling convert_case v0.4.0
25322026-03-19T05:59:10.029Z Compiling ingot-macros v0.1.1
25332026-03-19T05:59:10.081Z Compiling proc-macro-crate v3.4.0
25342026-03-19T05:59:10.290Z Checking hash32 v0.3.1
25352026-03-19T05:59:10.329Z Compiling derive_more v0.99.20
25362026-03-19T05:59:10.433Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25372026-03-19T05:59:10.458Z Checking secrecy v0.10.3
25382026-03-19T05:59:10.622Z Compiling prettyplease v0.2.37
25392026-03-19T05:59:10.693Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25402026-03-19T05:59:10.826Z Compiling smoltcp v0.11.0
25412026-03-19T05:59:10.913Z Compiling num_enum_derive v0.7.5
25422026-03-19T05:59:11.073Z Compiling typify-impl v0.6.1
25432026-03-19T05:59:11.294Z Checking tabwriter v1.4.1
25442026-03-19T05:59:11.484Z Checking cobs v0.3.0
25452026-03-19T05:59:11.487Z Compiling foreign-types-macros v0.2.3
25462026-03-19T05:59:11.789Z Compiling unsafe-libyaml v0.2.11
25472026-03-19T05:59:12.073Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25482026-03-19T05:59:12.333Z Checking cpufeatures v0.3.0
25492026-03-19T05:59:12.396Z Checking foreign-types-shared v0.3.1
25502026-03-19T05:59:12.420Z Checking num_enum v0.7.5
25512026-03-19T05:59:12.439Z Checking chacha20 v0.10.0
25522026-03-19T05:59:12.513Z Checking foreign-types v0.5.0
25532026-03-19T05:59:12.572Z Compiling serde_yaml v0.9.34+deprecated
25542026-03-19T05:59:12.832Z Checking postcard v1.1.3
25552026-03-19T05:59:13.778Z Compiling proc-macro-crate v1.3.1
25562026-03-19T05:59:13.958Z Checking ingot-types v0.1.2
25572026-03-19T05:59:13.979Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25582026-03-19T05:59:14.332Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25592026-03-19T05:59:14.458Z Checking ingot v0.1.1
25602026-03-19T05:59:14.512Z Checking cstr-argument v0.1.2
25612026-03-19T05:59:14.576Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-03-19T05:59:14.618Z Checking colored v3.1.1
25632026-03-19T05:59:14.639Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25642026-03-19T05:59:14.666Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25652026-03-19T05:59:14.900Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25662026-03-19T05:59:14.900Z Compiling num_enum_derive v0.5.11
25672026-03-19T05:59:14.957Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25682026-03-19T05:59:15.039Z Checking rand v0.10.0
25692026-03-19T05:59:16.202Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25702026-03-19T05:59:16.673Z Checking num_enum v0.5.11
25712026-03-19T05:59:16.818Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25722026-03-19T05:59:17.328Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25732026-03-19T05:59:17.610Z Compiling typify-macro v0.6.1
25742026-03-19T05:59:17.716Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25752026-03-19T05:59:17.839Z Compiling typify-impl v0.4.3
25762026-03-19T05:59:17.950Z Checking camino-tempfile v1.4.1
25772026-03-19T05:59:18.059Z Checking num-rational v0.4.2
25782026-03-19T05:59:18.446Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25792026-03-19T05:59:18.542Z Checking half v2.7.1
25802026-03-19T05:59:18.744Z Compiling thiserror-impl-no-std v2.0.2
25812026-03-19T05:59:18.764Z Checking universal-hash v0.5.1
25822026-03-19T05:59:18.904Z Checking num-complex v0.4.6
25832026-03-19T05:59:18.930Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25842026-03-19T05:59:19.247Z Checking ciborium-io v0.2.2
25852026-03-19T05:59:19.342Z Checking opaque-debug v0.3.1
25862026-03-19T05:59:19.369Z Checking ciborium-ll v0.2.2
25872026-03-19T05:59:19.398Z Checking num v0.4.3
25882026-03-19T05:59:19.436Z Checking poly1305 v0.8.0
25892026-03-19T05:59:19.516Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25902026-03-19T05:59:19.581Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25912026-03-19T05:59:19.601Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25922026-03-19T05:59:19.792Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25932026-03-19T05:59:19.956Z Compiling typify v0.6.1
25942026-03-19T05:59:20.020Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25952026-03-19T05:59:20.118Z Checking toml v0.8.23
25962026-03-19T05:59:20.338Z Checking thiserror-no-std v2.0.2
25972026-03-19T05:59:20.454Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25982026-03-19T05:59:20.572Z Checking password-hash v0.5.0
25992026-03-19T05:59:20.693Z Checking chacha20 v0.9.1
26002026-03-19T05:59:20.924Z Compiling usdt-attr-macro v0.5.0
26012026-03-19T05:59:20.955Z Compiling usdt-macro v0.5.0
26022026-03-19T05:59:21.246Z Checking smf v0.2.3
26032026-03-19T05:59:21.614Z Checking blake2 v0.10.6
26042026-03-19T05:59:21.671Z Checking aead v0.5.2
26052026-03-19T05:59:21.765Z Checking memmap v0.7.0
26062026-03-19T05:59:21.868Z Checking sigpipe v0.1.3
26072026-03-19T05:59:21.936Z Compiling num-derive v0.4.2
26082026-03-19T05:59:21.976Z Checking glob v0.3.3
26092026-03-19T05:59:21.996Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26102026-03-19T05:59:22.015Z Checking float-ord v0.3.2
26112026-03-19T05:59:22.153Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26122026-03-19T05:59:22.220Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26132026-03-19T05:59:22.269Z Checking usdt v0.5.0
26142026-03-19T05:59:22.431Z Checking argon2 v0.5.3
26152026-03-19T05:59:22.518Z Checking chacha20poly1305 v0.10.1
26162026-03-19T05:59:22.684Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26172026-03-19T05:59:22.742Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26182026-03-19T05:59:22.886Z Checking vsss-rs v3.3.4
26192026-03-19T05:59:22.942Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26202026-03-19T05:59:22.963Z Compiling progenitor-impl v0.13.0
26212026-03-19T05:59:23.190Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26222026-03-19T05:59:23.693Z Checking ciborium v0.2.2
26232026-03-19T05:59:23.761Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26242026-03-19T05:59:23.905Z Compiling semver v0.1.20
26252026-03-19T05:59:24.062Z Checking whoami v1.6.1
26262026-03-19T05:59:24.155Z Checking indent_write v2.2.0
26272026-03-19T05:59:24.274Z Compiling typify-macro v0.4.3
26282026-03-19T05:59:24.293Z Compiling rustc_version v0.1.7
26292026-03-19T05:59:24.296Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26302026-03-19T05:59:24.533Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26312026-03-19T05:59:24.610Z Compiling pin-project-internal v1.1.11
26322026-03-19T05:59:25.468Z Checking swrite v0.1.0
26332026-03-19T05:59:25.542Z Compiling minimal-lexical v0.2.1
26342026-03-19T05:59:25.590Z Checking linked-hash-map v0.5.6
26352026-03-19T05:59:25.829Z Checking lru-cache v0.1.2
26362026-03-19T05:59:25.887Z Compiling nom v7.1.3
26372026-03-19T05:59:25.988Z Compiling newtype_derive v0.1.6
26382026-03-19T05:59:26.156Z Checking pin-project v1.1.11
26392026-03-19T05:59:26.286Z Checking newline-converter v0.3.0
26402026-03-19T05:59:26.432Z Checking atomicwrites v0.4.4
26412026-03-19T05:59:26.594Z Compiling typify v0.4.3
26422026-03-19T05:59:26.618Z Checking hickory-proto v0.24.4
26432026-03-19T05:59:26.648Z Compiling progenitor-macro v0.13.0
26442026-03-19T05:59:26.739Z Checking phf_shared v0.12.1
26452026-03-19T05:59:26.769Z Checking console v0.15.11
26462026-03-19T05:59:26.874Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26472026-03-19T05:59:26.934Z Checking pem v3.0.6
26482026-03-19T05:59:27.153Z Checking csv-core v0.1.13
26492026-03-19T05:59:27.416Z Compiling snafu-derive v0.8.9
26502026-03-19T05:59:27.886Z Compiling derive-where v1.6.0
26512026-03-19T05:59:27.909Z Compiling async-recursion v1.1.1
26522026-03-19T05:59:28.803Z Compiling slog-dtrace v0.3.0
26532026-03-19T05:59:29.053Z Checking unicode-width v0.1.14
26542026-03-19T05:59:29.117Z Checking resolv-conf v0.7.6
26552026-03-19T05:59:29.366Z Compiling owo-colors v4.3.0
26562026-03-19T05:59:29.393Z Compiling chrono-tz v0.10.4
26572026-03-19T05:59:29.631Z Compiling cancel-safe-futures v0.1.5
26582026-03-19T05:59:29.681Z Checking same-file v1.0.6
26592026-03-19T05:59:29.792Z Checking highway v1.3.0
26602026-03-19T05:59:29.841Z Checking walkdir v2.5.0
26612026-03-19T05:59:29.940Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26622026-03-19T05:59:30.012Z Compiling const_format_proc_macros v0.2.34
26632026-03-19T05:59:30.064Z Checking hickory-resolver v0.24.4
26642026-03-19T05:59:30.086Z Checking snafu v0.8.9
26652026-03-19T05:59:30.104Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26662026-03-19T05:59:30.632Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26672026-03-19T05:59:31.043Z Checking csv v1.4.0
26682026-03-19T05:59:31.104Z Checking expectorate v1.2.0
26692026-03-19T05:59:31.124Z Checking phf v0.12.1
26702026-03-19T05:59:31.274Z Compiling progenitor-impl v0.10.0
26712026-03-19T05:59:31.384Z Checking tokio-dtrace v0.1.1
26722026-03-19T05:59:31.420Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26732026-03-19T05:59:31.556Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26742026-03-19T05:59:31.638Z Checking globset v0.4.18
26752026-03-19T05:59:31.921Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26762026-03-19T05:59:31.986Z Checking olpc-cjson v0.1.4
26772026-03-19T05:59:32.006Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26782026-03-19T05:59:32.175Z Checking libsw-core v0.3.2
26792026-03-19T05:59:32.285Z Checking serde_plain v1.0.2
26802026-03-19T05:59:32.353Z Checking arc-swap v1.8.2
26812026-03-19T05:59:32.374Z Compiling lzma-sys v0.1.20
26822026-03-19T05:59:32.481Z Checking bytecount v0.6.9
26832026-03-19T05:59:32.656Z Checking utf-8 v0.7.6
26842026-03-19T05:59:32.835Z Checking typed-path v0.9.3
26852026-03-19T05:59:32.927Z Checking tungstenite v0.21.0
26862026-03-19T05:59:33.502Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26872026-03-19T05:59:33.522Z Checking slog-scope v4.4.1
26882026-03-19T05:59:33.698Z Checking papergrid v0.11.0
26892026-03-19T05:59:33.721Z Checking libsw v3.5.0
26902026-03-19T05:59:33.814Z Checking progenitor v0.13.0
26912026-03-19T05:59:33.918Z Checking oxide-tokio-rt v0.1.3
26922026-03-19T05:59:33.938Z Checking tough v0.20.0
26932026-03-19T05:59:33.989Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26942026-03-19T05:59:34.132Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26952026-03-19T05:59:34.592Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26962026-03-19T05:59:34.699Z Checking const_format v0.2.35
26972026-03-19T05:59:34.798Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26982026-03-19T05:59:34.996Z Compiling progenitor-macro v0.10.0
26992026-03-19T05:59:35.017Z Checking qorb v0.4.1
27002026-03-19T05:59:35.819Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27012026-03-19T05:59:36.680Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27022026-03-19T05:59:36.722Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27032026-03-19T05:59:36.815Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27042026-03-19T05:59:36.845Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27052026-03-19T05:59:36.991Z Compiling cargo_toml v0.22.3
27062026-03-19T05:59:37.142Z Checking gethostname v0.5.0
27072026-03-19T05:59:37.262Z Compiling tabled_derive v0.7.0
27082026-03-19T05:59:37.294Z Checking bcs v0.1.6
27092026-03-19T05:59:37.442Z Checking linear-map v1.2.0
27102026-03-19T05:59:37.489Z Checking smawk v0.3.2
27112026-03-19T05:59:37.612Z Checking unicode-linebreak v0.1.5
27122026-03-19T05:59:37.661Z Checking termtree v0.5.1
27132026-03-19T05:59:37.681Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27142026-03-19T05:59:37.845Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27152026-03-19T05:59:37.903Z Checking textwrap v0.16.2
27162026-03-19T05:59:38.202Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27172026-03-19T05:59:38.376Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27182026-03-19T05:59:38.581Z Checking tabled v0.15.0
27192026-03-19T05:59:38.986Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27202026-03-19T05:59:39.449Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27212026-03-19T05:59:39.475Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27222026-03-19T05:59:39.701Z Checking steno v0.4.1
27232026-03-19T05:59:39.723Z Checking slog-stdlog v4.1.1
27242026-03-19T05:59:39.883Z Checking tokio-tungstenite v0.21.0
27252026-03-19T05:59:40.196Z Checking typeid v1.0.3
27262026-03-19T05:59:40.331Z Checking humantime v2.3.0
27272026-03-19T05:59:40.395Z Checking base64 v0.21.7
27282026-03-19T05:59:40.577Z Checking xz2 v0.1.7
27292026-03-19T05:59:40.715Z Checking ron v0.12.0
27302026-03-19T05:59:40.805Z Checking slog-envlogger v2.2.0
27312026-03-19T05:59:40.967Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27322026-03-19T05:59:40.997Z Checking yasna v0.5.2
27332026-03-19T05:59:41.066Z Checking headers-core v0.3.0
27342026-03-19T05:59:41.206Z Checking filetime v0.2.27
27352026-03-19T05:59:41.384Z Checking xattr v1.6.1
27362026-03-19T05:59:41.406Z Checking base16ct v1.0.0
27372026-03-19T05:59:41.530Z Checking rcgen v0.12.1
27382026-03-19T05:59:41.558Z Checking tar v0.4.44
27392026-03-19T05:59:41.600Z Checking headers v0.4.1
27402026-03-19T05:59:41.768Z Checking subprocess v0.2.15
27412026-03-19T05:59:42.103Z Checking progenitor v0.10.0
27422026-03-19T05:59:42.268Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27432026-03-19T05:59:49.974Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27442026-03-19T05:59:58.255Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27452026-03-19T06:00:00.051Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27462026-03-19T06:00:01.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
27472026-03-19T06:00:01.860Z
27482026-03-19T06:00:01.860Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/258)
27492026-03-19T06:00:02.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502026-03-19T06:00:02.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512026-03-19T06:00:02.891Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27522026-03-19T06:00:04.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s
27532026-03-19T06:00:04.851Z
27542026-03-19T06:00:04.851Zinfo: running `cargo check --bins` on nexus-config (51/258)
27552026-03-19T06:00:05.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-03-19T06:00:05.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-03-19T06:00:05.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582026-03-19T06:00:05.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27592026-03-19T06:00:05.692Z
27602026-03-19T06:00:05.692Zinfo: running `cargo check --bins` on nexus-types (52/258)
27612026-03-19T06:00:06.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-03-19T06:00:06.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-03-19T06:00:06.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-03-19T06:00:06.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27652026-03-19T06:00:06.546Z
27662026-03-19T06:00:06.546Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/258)
27672026-03-19T06:00:07.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-03-19T06:00:07.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-03-19T06:00:07.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-03-19T06:00:07.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27712026-03-19T06:00:07.333Z
27722026-03-19T06:00:07.333Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/258)
27732026-03-19T06:00:08.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-03-19T06:00:08.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-03-19T06:00:08.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762026-03-19T06:00:08.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27772026-03-19T06:00:08.125Z
27782026-03-19T06:00:08.125Zinfo: running `cargo check --bins` on cockroach-admin-types (55/258)
27792026-03-19T06:00:08.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-03-19T06:00:08.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-03-19T06:00:08.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822026-03-19T06:00:08.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27832026-03-19T06:00:08.895Z
27842026-03-19T06:00:08.895Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/258)
27852026-03-19T06:00:09.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-03-19T06:00:09.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-03-19T06:00:09.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882026-03-19T06:00:09.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27892026-03-19T06:00:09.667Z
27902026-03-19T06:00:09.667Zinfo: running `cargo check --bins` on ereport-types (57/258)
27912026-03-19T06:00:10.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-03-19T06:00:10.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-03-19T06:00:10.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-03-19T06:00:10.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27952026-03-19T06:00:10.449Z
27962026-03-19T06:00:10.449Zinfo: running `cargo check --bins` on gateway-client (58/258)
27972026-03-19T06:00:11.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-03-19T06:00:11.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-03-19T06:00:11.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-03-19T06:00:11.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28012026-03-19T06:00:11.233Z
28022026-03-19T06:00:11.234Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/258)
28032026-03-19T06:00:11.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-03-19T06:00:11.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-03-19T06:00:11.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-03-19T06:00:11.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28072026-03-19T06:00:12.015Z
28082026-03-19T06:00:12.015Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/258)
28092026-03-19T06:00:12.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-03-19T06:00:12.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-03-19T06:00:12.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-03-19T06:00:12.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28132026-03-19T06:00:12.799Z
28142026-03-19T06:00:12.799Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/258)
28152026-03-19T06:00:13.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-03-19T06:00:13.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-03-19T06:00:13.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-03-19T06:00:13.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28192026-03-19T06:00:13.578Z
28202026-03-19T06:00:13.578Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/258)
28212026-03-19T06:00:14.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-03-19T06:00:14.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-03-19T06:00:14.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-03-19T06:00:14.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28252026-03-19T06:00:14.361Z
28262026-03-19T06:00:14.361Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/258)
28272026-03-19T06:00:15.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-03-19T06:00:15.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-03-19T06:00:15.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-03-19T06:00:15.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28312026-03-19T06:00:15.162Z
28322026-03-19T06:00:15.162Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/258)
28332026-03-19T06:00:15.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-03-19T06:00:15.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-03-19T06:00:15.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-03-19T06:00:15.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28372026-03-19T06:00:15.966Z
28382026-03-19T06:00:15.967Zinfo: running `cargo check --bins` on key-manager-types (65/258)
28392026-03-19T06:00:16.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-03-19T06:00:16.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-03-19T06:00:16.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-03-19T06:00:16.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28432026-03-19T06:00:16.744Z
28442026-03-19T06:00:16.744Zinfo: running `cargo check --bins` on oxlog (66/258)
28452026-03-19T06:00:17.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-03-19T06:00:17.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-03-19T06:00:17.564Z Compiling newtype-uuid v1.3.2
28482026-03-19T06:00:17.824Z Compiling daft v0.1.5
28492026-03-19T06:00:18.087Z Compiling iddqd v0.3.17
28502026-03-19T06:00:19.365Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28512026-03-19T06:00:19.652Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28522026-03-19T06:00:20.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28532026-03-19T06:00:20.215Z
28542026-03-19T06:00:20.215Zinfo: running `cargo check --bins` on internal-dns-types (67/258)
28552026-03-19T06:00:20.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-03-19T06:00:20.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-03-19T06:00:20.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582026-03-19T06:00:20.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28592026-03-19T06:00:21.007Z
28602026-03-19T06:00:21.007Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/258)
28612026-03-19T06:00:21.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-03-19T06:00:21.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-03-19T06:00:21.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-03-19T06:00:21.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28652026-03-19T06:00:21.795Z
28662026-03-19T06:00:21.795Zinfo: running `cargo check --bins` on nexus-types-versions (69/258)
28672026-03-19T06:00:22.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-03-19T06:00:22.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-03-19T06:00:22.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-03-19T06:00:22.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28712026-03-19T06:00:22.612Z
28722026-03-19T06:00:22.612Zinfo: running `cargo check --bins` on omicron-passwords (70/258)
28732026-03-19T06:00:23.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-03-19T06:00:23.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-03-19T06:00:23.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-03-19T06:00:23.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28772026-03-19T06:00:23.381Z
28782026-03-19T06:00:23.381Zinfo: running `cargo check --bins` on oxql-types (71/258)
28792026-03-19T06:00:24.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-03-19T06:00:24.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-03-19T06:00:24.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-03-19T06:00:24.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28832026-03-19T06:00:24.164Z
28842026-03-19T06:00:24.164Zinfo: running `cargo check --bins` on oximeter-types (72/258)
28852026-03-19T06:00:24.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-03-19T06:00:24.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-03-19T06:00:24.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-03-19T06:00:24.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28892026-03-19T06:00:24.947Z
28902026-03-19T06:00:24.947Zinfo: running `cargo check --bins` on oximeter-types-versions (73/258)
28912026-03-19T06:00:25.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-03-19T06:00:25.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-03-19T06:00:25.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-03-19T06:00:25.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28952026-03-19T06:00:25.730Z
28962026-03-19T06:00:25.730Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/258)
28972026-03-19T06:00:26.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-03-19T06:00:26.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-03-19T06:00:26.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-03-19T06:00:26.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29012026-03-19T06:00:26.493Z
29022026-03-19T06:00:26.494Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/258)
29032026-03-19T06:00:27.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-03-19T06:00:27.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-03-19T06:00:27.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-03-19T06:00:27.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29072026-03-19T06:00:27.302Z
29082026-03-19T06:00:27.302Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/258)
29092026-03-19T06:00:27.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-03-19T06:00:28.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-03-19T06:00:28.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-03-19T06:00:28.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29132026-03-19T06:00:28.107Z
29142026-03-19T06:00:28.107Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/258)
29152026-03-19T06:00:28.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-03-19T06:00:28.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-03-19T06:00:28.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-03-19T06:00:28.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29192026-03-19T06:00:28.915Z
29202026-03-19T06:00:28.915Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/258)
29212026-03-19T06:00:29.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-03-19T06:00:29.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-03-19T06:00:29.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-03-19T06:00:29.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29252026-03-19T06:00:29.721Z
29262026-03-19T06:00:29.721Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/258)
29272026-03-19T06:00:30.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-03-19T06:00:30.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-03-19T06:00:30.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-03-19T06:00:30.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29312026-03-19T06:00:30.494Z
29322026-03-19T06:00:30.494Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/258)
29332026-03-19T06:00:31.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-03-19T06:00:31.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-03-19T06:00:31.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-03-19T06:00:31.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29372026-03-19T06:00:31.266Z
29382026-03-19T06:00:31.266Zinfo: running `cargo check --bins --no-default-features` on gfss (81/258)
29392026-03-19T06:00:31.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-03-19T06:00:31.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-03-19T06:00:31.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-03-19T06:00:31.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29432026-03-19T06:00:32.030Z
29442026-03-19T06:00:32.031Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/258)
29452026-03-19T06:00:32.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-03-19T06:00:32.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-03-19T06:00:32.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-03-19T06:00:32.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29492026-03-19T06:00:32.796Z
29502026-03-19T06:00:32.796Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/258)
29512026-03-19T06:00:33.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-03-19T06:00:33.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-03-19T06:00:33.683Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29542026-03-19T06:00:34.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
29552026-03-19T06:00:34.589Z
29562026-03-19T06:00:34.589Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/258)
29572026-03-19T06:00:35.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-03-19T06:00:35.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-03-19T06:00:35.499Z Compiling ar_archive_writer v0.5.1
29602026-03-19T06:00:35.629Z Compiling stacker v0.1.23
29612026-03-19T06:00:35.642Z Compiling cfg_aliases v0.1.1
29622026-03-19T06:00:35.653Z Compiling convert_case v0.10.0
29632026-03-19T06:00:35.668Z Checking fd-lock v4.0.4
29642026-03-19T06:00:35.671Z Checking nibble_vec v0.1.0
29652026-03-19T06:00:35.671Z Checking vte v0.14.1
29662026-03-19T06:00:35.671Z Compiling recursive-proc-macro-impl v0.1.1
29672026-03-19T06:00:35.731Z Compiling nix v0.28.0
29682026-03-19T06:00:35.814Z Checking endian-type v0.1.2
29692026-03-19T06:00:35.871Z Checking strip-ansi-escapes v0.2.1
29702026-03-19T06:00:35.889Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29712026-03-19T06:00:35.962Z Compiling peg-macros v0.8.5
29722026-03-19T06:00:36.000Z Checking winnow v0.6.26
29732026-03-19T06:00:36.018Z Checking radix_trie v0.2.1
29742026-03-19T06:00:36.055Z Compiling derive_more-impl v2.1.1
29752026-03-19T06:00:36.214Z Compiling sqlparser_derive v0.5.0
29762026-03-19T06:00:36.293Z Checking nu-ansi-term v0.50.3
29772026-03-19T06:00:36.511Z Checking unicode_categories v0.1.1
29782026-03-19T06:00:36.569Z Checking home v0.5.12
29792026-03-19T06:00:36.707Z Checking reedline v0.40.0
29802026-03-19T06:00:36.753Z Checking display-error-chain v0.2.2
29812026-03-19T06:00:36.841Z Compiling psm v0.1.30
29822026-03-19T06:00:37.163Z Checking derive_more v2.1.1
29832026-03-19T06:00:37.255Z Checking crossterm v0.29.0
29842026-03-19T06:00:37.506Z Checking peg v0.8.5
29852026-03-19T06:00:37.572Z Checking rustyline v14.0.0
29862026-03-19T06:00:37.591Z Checking sqlformat v0.3.5
29872026-03-19T06:00:37.802Z Checking recursive v0.1.1
29882026-03-19T06:00:37.912Z Checking sqlparser v0.61.0
29892026-03-19T06:00:53.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.30s
29902026-03-19T06:00:54.119Z
29912026-03-19T06:00:54.119Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/258)
29922026-03-19T06:00:54.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932026-03-19T06:00:54.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942026-03-19T06:00:55.039Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29952026-03-19T06:00:59.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
29962026-03-19T06:00:59.983Z
29972026-03-19T06:00:59.983Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/258)
29982026-03-19T06:01:00.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-03-19T06:01:00.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-03-19T06:01:00.891Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30012026-03-19T06:01:04.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
30022026-03-19T06:01:04.395Z
30032026-03-19T06:01:04.395Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/258)
30042026-03-19T06:01:05.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-03-19T06:01:05.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-03-19T06:01:05.294Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-03-19T06:01:09.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
30082026-03-19T06:01:09.944Z
30092026-03-19T06:01:09.944Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/258)
30102026-03-19T06:01:10.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-03-19T06:01:10.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-03-19T06:01:10.857Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30132026-03-19T06:01:15.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
30142026-03-19T06:01:15.521Z
30152026-03-19T06:01:15.522Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/258)
30162026-03-19T06:01:16.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-03-19T06:01:16.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-03-19T06:01:16.427Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30192026-03-19T06:01:19.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
30202026-03-19T06:01:20.144Z
30212026-03-19T06:01:20.144Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/258)
30222026-03-19T06:01:20.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-03-19T06:01:20.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-03-19T06:01:21.057Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30252026-03-19T06:01:24.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
30262026-03-19T06:01:24.829Z
30272026-03-19T06:01:24.829Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/258)
30282026-03-19T06:01:25.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-03-19T06:01:25.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-03-19T06:01:25.736Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-03-19T06:01:30.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
30322026-03-19T06:01:30.657Z
30332026-03-19T06:01:30.657Zinfo: running `cargo check --bins` on oximeter (92/258)
30342026-03-19T06:01:31.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-03-19T06:01:31.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-03-19T06:01:31.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-03-19T06:01:31.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30382026-03-19T06:01:31.453Z
30392026-03-19T06:01:31.453Zinfo: running `cargo check --bins` on oximeter-schema (93/258)
30402026-03-19T06:01:32.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-03-19T06:01:32.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-03-19T06:01:32.310Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-03-19T06:01:32.503Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30442026-03-19T06:01:32.523Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30452026-03-19T06:01:32.950Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30462026-03-19T06:01:37.861Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30472026-03-19T06:01:38.286Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30482026-03-19T06:01:39.844Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30492026-03-19T06:01:40.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.28s
30502026-03-19T06:01:40.958Z
30512026-03-19T06:01:40.958Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/258)
30522026-03-19T06:01:41.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-03-19T06:01:41.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-03-19T06:01:41.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-03-19T06:01:41.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30562026-03-19T06:01:41.745Z
30572026-03-19T06:01:41.745Zinfo: running `cargo check --bins` on oximeter-test-utils (95/258)
30582026-03-19T06:01:42.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-03-19T06:01:42.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-03-19T06:01:42.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-03-19T06:01:42.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30622026-03-19T06:01:42.600Z
30632026-03-19T06:01:42.600Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/258)
30642026-03-19T06:01:43.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-03-19T06:01:43.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-03-19T06:01:43.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-03-19T06:01:43.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30682026-03-19T06:01:43.408Z
30692026-03-19T06:01:43.408Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/258)
30702026-03-19T06:01:44.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-03-19T06:01:44.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-03-19T06:01:44.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-03-19T06:01:44.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30742026-03-19T06:01:44.217Z
30752026-03-19T06:01:44.217Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/258)
30762026-03-19T06:01:44.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-03-19T06:01:44.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-03-19T06:01:44.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-03-19T06:01:44.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30802026-03-19T06:01:45.023Z
30812026-03-19T06:01:45.023Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/258)
30822026-03-19T06:01:45.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-03-19T06:01:45.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-03-19T06:01:45.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-03-19T06:01:45.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30862026-03-19T06:01:45.832Z
30872026-03-19T06:01:45.832Zinfo: running `cargo check --bins` on trust-quorum-types (100/258)
30882026-03-19T06:01:46.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-03-19T06:01:46.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-03-19T06:01:46.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-03-19T06:01:46.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30922026-03-19T06:01:46.597Z
30932026-03-19T06:01:46.597Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/258)
30942026-03-19T06:01:47.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-03-19T06:01:47.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-03-19T06:01:47.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-03-19T06:01:47.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30982026-03-19T06:01:47.403Z
30992026-03-19T06:01:47.403Zinfo: running `cargo check --bins` on update-engine (102/258)
31002026-03-19T06:01:48.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-03-19T06:01:48.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-03-19T06:01:48.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-03-19T06:01:48.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31042026-03-19T06:01:48.173Z
31052026-03-19T06:01:48.173Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/258)
31062026-03-19T06:01:48.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-03-19T06:01:48.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-03-19T06:01:49.111Z Checking dropshot-api-manager-types v0.6.0
31092026-03-19T06:01:49.114Z Checking nanorand v0.7.0
31102026-03-19T06:01:49.423Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31112026-03-19T06:01:49.445Z Checking flume v0.11.1
31122026-03-19T06:01:49.725Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31132026-03-19T06:01:51.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
31142026-03-19T06:01:51.244Z
31152026-03-19T06:01:51.244Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/258)
31162026-03-19T06:01:51.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-03-19T06:01:51.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-03-19T06:01:51.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-03-19T06:01:51.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31202026-03-19T06:01:52.042Z
31212026-03-19T06:01:52.042Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/258)
31222026-03-19T06:01:52.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-03-19T06:01:52.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-03-19T06:01:52.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-03-19T06:01:52.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31262026-03-19T06:01:52.832Z
31272026-03-19T06:01:52.832Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/258)
31282026-03-19T06:01:53.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-03-19T06:01:53.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-03-19T06:01:53.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-03-19T06:01:53.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31322026-03-19T06:01:53.625Z
31332026-03-19T06:01:53.625Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/258)
31342026-03-19T06:01:54.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-03-19T06:01:54.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-03-19T06:01:54.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-03-19T06:01:54.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31382026-03-19T06:01:54.439Z
31392026-03-19T06:01:54.439Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/258)
31402026-03-19T06:01:55.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-03-19T06:01:55.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-03-19T06:01:55.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-03-19T06:01:55.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31442026-03-19T06:01:55.238Z
31452026-03-19T06:01:55.238Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/258)
31462026-03-19T06:01:55.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-03-19T06:01:55.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-03-19T06:01:55.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-03-19T06:01:55.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31502026-03-19T06:01:56.034Z
31512026-03-19T06:01:56.034Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/258)
31522026-03-19T06:01:56.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-03-19T06:01:56.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-03-19T06:01:56.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-03-19T06:01:56.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31562026-03-19T06:01:56.833Z
31572026-03-19T06:01:56.834Zinfo: running `cargo check --bins` on cockroach-admin-client (111/258)
31582026-03-19T06:01:57.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-03-19T06:01:57.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-03-19T06:01:57.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-03-19T06:01:57.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31622026-03-19T06:01:57.603Z
31632026-03-19T06:01:57.604Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/258)
31642026-03-19T06:01:58.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-03-19T06:01:58.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-03-19T06:01:58.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-03-19T06:01:58.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31682026-03-19T06:01:58.393Z
31692026-03-19T06:01:58.393Zinfo: running `cargo check --bins` on dns-service-client (113/258)
31702026-03-19T06:01:59.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-03-19T06:01:59.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-03-19T06:01:59.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-03-19T06:01:59.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31742026-03-19T06:01:59.181Z
31752026-03-19T06:01:59.181Zinfo: running `cargo check --bins` on installinator-client (114/258)
31762026-03-19T06:01:59.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-03-19T06:01:59.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-03-19T06:01:59.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-03-19T06:01:59.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31802026-03-19T06:01:59.977Z
31812026-03-19T06:01:59.977Zinfo: running `cargo check --bins` on nexus-client (115/258)
31822026-03-19T06:02:00.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-03-19T06:02:00.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-03-19T06:02:00.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-03-19T06:02:00.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31862026-03-19T06:02:00.818Z
31872026-03-19T06:02:00.818Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/258)
31882026-03-19T06:02:01.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-03-19T06:02:01.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-03-19T06:02:01.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-03-19T06:02:01.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31922026-03-19T06:02:01.660Z
31932026-03-19T06:02:01.660Zinfo: running `cargo check --bins` on ntp-admin-client (117/258)
31942026-03-19T06:02:02.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-03-19T06:02:02.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-03-19T06:02:02.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-03-19T06:02:02.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31982026-03-19T06:02:02.436Z
31992026-03-19T06:02:02.436Zinfo: running `cargo check --bins` on oxide-client (118/258)
32002026-03-19T06:02:03.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-03-19T06:02:03.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-03-19T06:02:03.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-03-19T06:02:03.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32042026-03-19T06:02:03.217Z
32052026-03-19T06:02:03.217Zinfo: running `cargo check --bins` on oximeter-client (119/258)
32062026-03-19T06:02:03.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-03-19T06:02:03.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-03-19T06:02:03.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-03-19T06:02:03.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32102026-03-19T06:02:04.007Z
32112026-03-19T06:02:04.007Zinfo: running `cargo check --bins` on repo-depot-client (120/258)
32122026-03-19T06:02:04.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-03-19T06:02:04.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-03-19T06:02:04.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-03-19T06:02:04.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32162026-03-19T06:02:04.773Z
32172026-03-19T06:02:04.773Zinfo: running `cargo check --bins` on sled-agent-client (121/258)
32182026-03-19T06:02:05.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-03-19T06:02:05.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-03-19T06:02:05.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-03-19T06:02:05.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32222026-03-19T06:02:05.589Z
32232026-03-19T06:02:05.589Zinfo: running `cargo check --bins` on wicketd-client (122/258)
32242026-03-19T06:02:06.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-03-19T06:02:06.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-03-19T06:02:06.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-03-19T06:02:06.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32282026-03-19T06:02:06.408Z
32292026-03-19T06:02:06.408Zinfo: running `cargo check --bins` on installinator-common (123/258)
32302026-03-19T06:02:07.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-03-19T06:02:07.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-03-19T06:02:07.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-03-19T06:02:07.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32342026-03-19T06:02:07.210Z
32352026-03-19T06:02:07.210Zinfo: running `cargo check --bins` on installinator-common-versions (124/258)
32362026-03-19T06:02:07.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-03-19T06:02:07.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-03-19T06:02:07.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-03-19T06:02:07.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32402026-03-19T06:02:07.981Z
32412026-03-19T06:02:07.981Zinfo: running `cargo check --bins` on wicket-common (125/258)
32422026-03-19T06:02:08.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-03-19T06:02:08.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-03-19T06:02:08.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-03-19T06:02:08.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32462026-03-19T06:02:08.797Z
32472026-03-19T06:02:08.797Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/258)
32482026-03-19T06:02:09.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-03-19T06:02:09.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-03-19T06:02:09.699Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32512026-03-19T06:02:09.702Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-03-19T06:02:09.702Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32532026-03-19T06:02:09.853Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32542026-03-19T06:02:09.855Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32552026-03-19T06:02:10.006Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32562026-03-19T06:02:10.088Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32572026-03-19T06:02:10.338Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32582026-03-19T06:02:10.340Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32592026-03-19T06:02:13.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
32602026-03-19T06:02:13.450Z
32612026-03-19T06:02:13.450Zinfo: running `cargo check --bins` on cockroach-admin-api (127/258)
32622026-03-19T06:02:14.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632026-03-19T06:02:14.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642026-03-19T06:02:14.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652026-03-19T06:02:14.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32662026-03-19T06:02:14.234Z
32672026-03-19T06:02:14.234Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/258)
32682026-03-19T06:02:15.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-03-19T06:02:15.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-03-19T06:02:15.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-03-19T06:02:15.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32722026-03-19T06:02:15.140Z
32732026-03-19T06:02:15.140Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/258)
32742026-03-19T06:02:15.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-03-19T06:02:15.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-03-19T06:02:15.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-03-19T06:02:15.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32782026-03-19T06:02:16.054Z
32792026-03-19T06:02:16.054Zinfo: running `cargo check --bins` on dns-server (130/258)
32802026-03-19T06:02:16.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-03-19T06:02:16.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-03-19T06:02:16.947Z Compiling parking_lot_core v0.8.6
32832026-03-19T06:02:16.947Z Compiling git-stub v1.0.0
32842026-03-19T06:02:16.950Z Compiling atomicwrites v0.4.4
32852026-03-19T06:02:16.950Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32862026-03-19T06:02:17.111Z Checking tagptr v0.2.0
32872026-03-19T06:02:17.126Z Checking prefix-trie v0.7.0
32882026-03-19T06:02:17.128Z Checking fxhash v0.2.1
32892026-03-19T06:02:17.158Z Checking hickory-client v0.25.2
32902026-03-19T06:02:17.288Z Compiling git-stub-vcs v0.1.0
32912026-03-19T06:02:17.288Z Checking moka v0.12.13
32922026-03-19T06:02:17.546Z Checking hickory-server v0.25.2
32932026-03-19T06:02:17.621Z Checking parking_lot v0.11.2
32942026-03-19T06:02:17.665Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32952026-03-19T06:02:17.739Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32962026-03-19T06:02:17.742Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32972026-03-19T06:02:17.742Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32982026-03-19T06:02:17.855Z Checking sled v0.34.7
32992026-03-19T06:02:18.138Z Checking hickory-resolver v0.25.2
33002026-03-19T06:02:20.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
33012026-03-19T06:02:20.846Z
33022026-03-19T06:02:20.846Zinfo: running `cargo check --bins` on dns-server-api (131/258)
33032026-03-19T06:02:21.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-03-19T06:02:21.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-03-19T06:02:21.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-03-19T06:02:21.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33072026-03-19T06:02:21.643Z
33082026-03-19T06:02:21.643Zinfo: running `cargo check --bins` on gateway-test-utils (132/258)
33092026-03-19T06:02:22.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-03-19T06:02:22.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-03-19T06:02:22.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-03-19T06:02:22.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33132026-03-19T06:02:22.514Z
33142026-03-19T06:02:22.514Zinfo: running `cargo check --bins` on omicron-gateway (133/258)
33152026-03-19T06:02:23.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-03-19T06:02:23.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-03-19T06:02:23.516Z Compiling radium v0.7.0
33182026-03-19T06:02:23.655Z Checking tap v1.0.1
33192026-03-19T06:02:23.658Z Compiling maybe-uninit v2.0.0
33202026-03-19T06:02:23.684Z Compiling zerocopy-derive v0.6.6
33212026-03-19T06:02:23.687Z Checking crc-catalog v2.4.0
33222026-03-19T06:02:23.702Z Compiling packed_struct v0.10.1
33232026-03-19T06:02:23.705Z Checking funty v2.0.0
33242026-03-19T06:02:23.713Z Compiling packed_struct_codegen v0.10.1
33252026-03-19T06:02:23.814Z Checking wyz v0.5.1
33262026-03-19T06:02:23.918Z Checking crc v3.4.0
33272026-03-19T06:02:24.074Z Compiling bitfield-macros v0.19.4
33282026-03-19T06:02:24.119Z Compiling indexmap v1.9.3
33292026-03-19T06:02:24.144Z Checking nodrop v0.1.14
33302026-03-19T06:02:24.162Z Checking smallvec v0.6.14
33312026-03-19T06:02:24.222Z Checking bitvec v1.0.1
33322026-03-19T06:02:24.262Z Checking hashbrown v0.12.3
33332026-03-19T06:02:24.266Z Checking array-init v0.0.4
33342026-03-19T06:02:24.397Z Checking ron v0.8.1
33352026-03-19T06:02:24.417Z Checking hashbrown v0.13.2
33362026-03-19T06:02:24.741Z Checking serde-hex v0.1.0
33372026-03-19T06:02:24.857Z Checking zerocopy v0.6.6
33382026-03-19T06:02:24.999Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33392026-03-19T06:02:25.022Z Checking bitfield v0.19.4
33402026-03-19T06:02:25.123Z Checking crc-any v2.5.0
33412026-03-19T06:02:25.184Z Checking path-slash v0.1.5
33422026-03-19T06:02:25.252Z Checking object v0.30.4
33432026-03-19T06:02:25.271Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33442026-03-19T06:02:25.288Z Checking void v1.0.2
33452026-03-19T06:02:25.308Z Checking half v1.8.3
33462026-03-19T06:02:25.359Z Checking tungstenite v0.23.0
33472026-03-19T06:02:25.416Z Checking lzss v0.8.2
33482026-03-19T06:02:25.465Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-03-19T06:02:25.558Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33502026-03-19T06:02:25.575Z Checking serde_cbor v0.11.2
33512026-03-19T06:02:25.652Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33522026-03-19T06:02:25.671Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33532026-03-19T06:02:25.756Z Checking nix v0.27.1
33542026-03-19T06:02:25.906Z Checking kstat-rs v0.2.4
33552026-03-19T06:02:26.097Z Checking serde_bytes v0.11.19
33562026-03-19T06:02:26.152Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33572026-03-19T06:02:26.179Z Checking tokio-tungstenite v0.23.1
33582026-03-19T06:02:26.326Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33592026-03-19T06:02:26.464Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33602026-03-19T06:02:26.507Z Checking signal-hook-tokio v0.3.1
33612026-03-19T06:02:27.552Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-03-19T06:02:27.819Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33632026-03-19T06:02:31.244Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-03-19T06:02:32.451Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33652026-03-19T06:02:32.827Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33662026-03-19T06:02:34.322Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33672026-03-19T06:02:37.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.58s
33682026-03-19T06:02:37.340Z
33692026-03-19T06:02:37.340Zinfo: running `cargo check --bins` on gateway-api (134/258)
33702026-03-19T06:02:38.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-03-19T06:02:38.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-03-19T06:02:38.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-03-19T06:02:38.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33742026-03-19T06:02:38.135Z
33752026-03-19T06:02:38.136Zinfo: running `cargo check --bins` on ipcc (135/258)
33762026-03-19T06:02:38.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-03-19T06:02:38.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-03-19T06:02:38.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-03-19T06:02:38.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33802026-03-19T06:02:38.932Z
33812026-03-19T06:02:38.932Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/258)
33822026-03-19T06:02:39.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-03-19T06:02:39.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-03-19T06:02:39.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-03-19T06:02:39.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33862026-03-19T06:02:39.699Z
33872026-03-19T06:02:39.699Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/258)
33882026-03-19T06:02:40.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-03-19T06:02:40.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-03-19T06:02:40.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-03-19T06:02:40.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33922026-03-19T06:02:40.490Z
33932026-03-19T06:02:40.490Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/258)
33942026-03-19T06:02:41.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-03-19T06:02:41.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-03-19T06:02:41.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-03-19T06:02:41.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33982026-03-19T06:02:41.282Z
33992026-03-19T06:02:41.282Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/258)
34002026-03-19T06:02:41.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-03-19T06:02:41.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-03-19T06:02:41.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-03-19T06:02:41.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34042026-03-19T06:02:42.071Z
34052026-03-19T06:02:42.071Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/258)
34062026-03-19T06:02:42.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-03-19T06:02:42.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-03-19T06:02:42.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-03-19T06:02:42.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34102026-03-19T06:02:42.865Z
34112026-03-19T06:02:42.865Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/258)
34122026-03-19T06:02:43.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-03-19T06:02:43.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-03-19T06:02:43.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-03-19T06:02:43.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34162026-03-19T06:02:43.659Z
34172026-03-19T06:02:43.659Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/258)
34182026-03-19T06:02:44.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-03-19T06:02:44.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-03-19T06:02:44.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-03-19T06:02:44.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34222026-03-19T06:02:44.453Z
34232026-03-19T06:02:44.453Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/258)
34242026-03-19T06:02:45.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-03-19T06:02:45.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-03-19T06:02:45.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-03-19T06:02:45.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34282026-03-19T06:02:45.248Z
34292026-03-19T06:02:45.248Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/258)
34302026-03-19T06:02:45.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-03-19T06:02:45.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-03-19T06:02:45.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-03-19T06:02:45.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34342026-03-19T06:02:46.040Z
34352026-03-19T06:02:46.040Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/258)
34362026-03-19T06:02:46.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-03-19T06:02:46.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-03-19T06:02:46.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-03-19T06:02:46.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34402026-03-19T06:02:46.828Z
34412026-03-19T06:02:46.828Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/258)
34422026-03-19T06:02:47.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-03-19T06:02:47.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-03-19T06:02:47.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-03-19T06:02:47.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34462026-03-19T06:02:47.617Z
34472026-03-19T06:02:47.617Zinfo: running `cargo check --bins` on oximeter-producer (147/258)
34482026-03-19T06:02:48.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-03-19T06:02:48.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-03-19T06:02:48.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-03-19T06:02:48.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34522026-03-19T06:02:48.459Z
34532026-03-19T06:02:48.459Zinfo: running `cargo check --bins` on internal-dns-resolver (148/258)
34542026-03-19T06:02:49.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-03-19T06:02:49.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-03-19T06:02:49.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-03-19T06:02:49.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34582026-03-19T06:02:49.255Z
34592026-03-19T06:02:49.255Zinfo: running `cargo check --bins` on sp-sim (149/258)
34602026-03-19T06:02:49.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-03-19T06:02:49.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-03-19T06:02:50.231Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-03-19T06:02:52.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
34642026-03-19T06:02:52.807Z
34652026-03-19T06:02:52.807Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/258)
34662026-03-19T06:02:53.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-03-19T06:02:53.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-03-19T06:02:53.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-03-19T06:02:53.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34702026-03-19T06:02:53.678Z
34712026-03-19T06:02:53.678Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/258)
34722026-03-19T06:02:54.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-03-19T06:02:54.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-03-19T06:02:54.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-03-19T06:02:54.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34762026-03-19T06:02:54.562Z
34772026-03-19T06:02:54.562Zinfo: running `cargo check --bins` on db-macros (152/258)
34782026-03-19T06:02:55.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-03-19T06:02:55.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-03-19T06:02:55.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-03-19T06:02:55.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34822026-03-19T06:02:55.349Z
34832026-03-19T06:02:55.349Zinfo: running `cargo check --bins` on nexus-macros-common (153/258)
34842026-03-19T06:02:56.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-03-19T06:02:56.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-03-19T06:02:56.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-03-19T06:02:56.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34882026-03-19T06:02:56.124Z
34892026-03-19T06:02:56.124Zinfo: running `cargo check --bins` on nexus-auth (154/258)
34902026-03-19T06:02:56.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-03-19T06:02:56.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-03-19T06:02:56.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-03-19T06:02:56.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34942026-03-19T06:02:56.985Z
34952026-03-19T06:02:56.985Zinfo: running `cargo check --bins` on authz-macros (155/258)
34962026-03-19T06:02:57.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-03-19T06:02:57.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-03-19T06:02:57.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-03-19T06:02:57.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35002026-03-19T06:02:57.759Z
35012026-03-19T06:02:57.759Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/258)
35022026-03-19T06:02:58.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-03-19T06:02:58.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-03-19T06:02:58.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-03-19T06:02:58.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35062026-03-19T06:02:58.608Z
35072026-03-19T06:02:58.608Zinfo: running `cargo check --bins` on nexus-db-model (157/258)
35082026-03-19T06:02:59.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-03-19T06:02:59.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-03-19T06:02:59.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-03-19T06:02:59.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35122026-03-19T06:02:59.463Z
35132026-03-19T06:02:59.463Zinfo: running `cargo check --bins` on nexus-db-schema (158/258)
35142026-03-19T06:03:00.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-03-19T06:03:00.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-03-19T06:03:00.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-03-19T06:03:00.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35182026-03-19T06:03:00.241Z
35192026-03-19T06:03:00.241Zinfo: running `cargo check --bins` on omicron-rpaths (159/258)
35202026-03-19T06:03:00.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-03-19T06:03:00.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-03-19T06:03:00.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-03-19T06:03:00.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35242026-03-19T06:03:01.012Z
35252026-03-19T06:03:01.012Zinfo: running `cargo check --bins` on nexus-defaults (160/258)
35262026-03-19T06:03:01.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-03-19T06:03:01.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-03-19T06:03:01.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-03-19T06:03:01.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35302026-03-19T06:03:01.803Z
35312026-03-19T06:03:01.803Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/258)
35322026-03-19T06:03:02.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-03-19T06:03:02.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-03-19T06:03:02.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-03-19T06:03:02.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35362026-03-19T06:03:02.574Z
35372026-03-19T06:03:02.574Zinfo: running `cargo check --bins` on parallel-task-set (162/258)
35382026-03-19T06:03:03.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-03-19T06:03:03.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-03-19T06:03:03.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-03-19T06:03:03.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35422026-03-19T06:03:03.341Z
35432026-03-19T06:03:03.341Zinfo: running `cargo check --bins` on nexus-db-errors (163/258)
35442026-03-19T06:03:04.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-03-19T06:03:04.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-03-19T06:03:04.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-03-19T06:03:04.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35482026-03-19T06:03:04.205Z
35492026-03-19T06:03:04.205Zinfo: running `cargo check --bins` on nexus-db-lookup (164/258)
35502026-03-19T06:03:04.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-03-19T06:03:04.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-03-19T06:03:04.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-03-19T06:03:04.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35542026-03-19T06:03:05.062Z
35552026-03-19T06:03:05.062Zinfo: running `cargo check --bins` on nexus-inventory (165/258)
35562026-03-19T06:03:05.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-03-19T06:03:05.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-03-19T06:03:05.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-03-19T06:03:05.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35602026-03-19T06:03:05.910Z
35612026-03-19T06:03:05.910Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/258)
35622026-03-19T06:03:06.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-03-19T06:03:06.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-03-19T06:03:06.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-03-19T06:03:06.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35662026-03-19T06:03:06.724Z
35672026-03-19T06:03:06.724Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/258)
35682026-03-19T06:03:07.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-03-19T06:03:07.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-03-19T06:03:07.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-03-19T06:03:07.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35722026-03-19T06:03:07.525Z
35732026-03-19T06:03:07.525Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/258)
35742026-03-19T06:03:08.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-03-19T06:03:08.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-03-19T06:03:08.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-03-19T06:03:08.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35782026-03-19T06:03:08.332Z
35792026-03-19T06:03:08.332Zinfo: running `cargo check --bins` on key-manager (169/258)
35802026-03-19T06:03:09.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-03-19T06:03:09.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-03-19T06:03:09.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-03-19T06:03:09.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35842026-03-19T06:03:09.118Z
35852026-03-19T06:03:09.118Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/258)
35862026-03-19T06:03:09.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-03-19T06:03:09.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-03-19T06:03:09.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-03-19T06:03:09.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35902026-03-19T06:03:09.922Z
35912026-03-19T06:03:09.922Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/258)
35922026-03-19T06:03:10.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-03-19T06:03:10.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-03-19T06:03:10.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-03-19T06:03:10.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35962026-03-19T06:03:10.722Z
35972026-03-19T06:03:10.723Zinfo: running `cargo check --bins` on typed-rng (172/258)
35982026-03-19T06:03:11.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-03-19T06:03:11.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-03-19T06:03:11.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-03-19T06:03:11.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
36022026-03-19T06:03:11.490Z
36032026-03-19T06:03:11.490Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/258)
36042026-03-19T06:03:12.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-03-19T06:03:12.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-03-19T06:03:12.653Z Compiling libefi-sys v0.1.0
36072026-03-19T06:03:12.656Z Compiling bitfield-struct v0.6.2
36082026-03-19T06:03:12.827Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36092026-03-19T06:03:12.844Z Compiling xshell-macros v0.2.7
36102026-03-19T06:03:12.863Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36112026-03-19T06:03:12.885Z Compiling salty v0.3.0
36122026-03-19T06:03:12.906Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36132026-03-19T06:03:12.928Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36142026-03-19T06:03:12.928Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36152026-03-19T06:03:13.276Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36162026-03-19T06:03:13.298Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36172026-03-19T06:03:13.326Z Checking xshell v0.2.7
36182026-03-19T06:03:13.466Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36192026-03-19T06:03:13.509Z Checking primeorder v0.13.6
36202026-03-19T06:03:13.553Z Compiling proc-macro-error-attr2 v2.0.0
36212026-03-19T06:03:13.576Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36222026-03-19T06:03:13.619Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36232026-03-19T06:03:13.639Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36242026-03-19T06:03:13.805Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36252026-03-19T06:03:13.845Z Checking p384 v0.13.1
36262026-03-19T06:03:13.874Z Compiling num-derive v0.3.3
36272026-03-19T06:03:13.971Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36282026-03-19T06:03:14.055Z Compiling proc-macro-error2 v2.0.1
36292026-03-19T06:03:14.223Z Compiling unicase v2.9.0
36302026-03-19T06:03:14.282Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36312026-03-19T06:03:14.428Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36322026-03-19T06:03:14.465Z Compiling tabled_derive v0.11.0
36332026-03-19T06:03:14.489Z Compiling mime_guess v2.0.5
36342026-03-19T06:03:14.574Z Compiling progenitor-impl v0.11.2
36352026-03-19T06:03:14.918Z Checking papergrid v0.17.0
36362026-03-19T06:03:15.062Z Checking libscf-sys v1.1.0
36372026-03-19T06:03:15.194Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36382026-03-19T06:03:15.231Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36392026-03-19T06:03:15.356Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36402026-03-19T06:03:15.419Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36412026-03-19T06:03:16.017Z Checking testing_table v0.3.0
36422026-03-19T06:03:16.070Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36432026-03-19T06:03:16.091Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36442026-03-19T06:03:16.134Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36452026-03-19T06:03:16.214Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36462026-03-19T06:03:16.276Z Checking corncobs v0.1.4
36472026-03-19T06:03:16.332Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36482026-03-19T06:03:16.381Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36492026-03-19T06:03:16.439Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36502026-03-19T06:03:16.469Z Checking tabled v0.20.0
36512026-03-19T06:03:16.603Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36522026-03-19T06:03:16.778Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36532026-03-19T06:03:16.852Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36542026-03-19T06:03:17.100Z Checking progenitor-client v0.11.2
36552026-03-19T06:03:17.294Z Checking secrecy v0.8.0
36562026-03-19T06:03:17.456Z Checking http-range v0.1.5
36572026-03-19T06:03:17.668Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36582026-03-19T06:03:17.823Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36592026-03-19T06:03:17.938Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36602026-03-19T06:03:18.073Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36612026-03-19T06:03:18.157Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36622026-03-19T06:03:18.332Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36632026-03-19T06:03:18.352Z Compiling progenitor-macro v0.11.2
36642026-03-19T06:03:18.374Z Checking atty v0.2.14
36652026-03-19T06:03:18.421Z Checking crc8 v0.1.1
36662026-03-19T06:03:18.496Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36672026-03-19T06:03:18.546Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36682026-03-19T06:03:18.569Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36692026-03-19T06:03:18.733Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36702026-03-19T06:03:18.987Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36712026-03-19T06:03:19.171Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36722026-03-19T06:03:19.319Z Checking hyper-staticfile v0.10.1
36732026-03-19T06:03:19.445Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36742026-03-19T06:03:19.521Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36752026-03-19T06:03:19.675Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36762026-03-19T06:03:19.697Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36772026-03-19T06:03:19.841Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36782026-03-19T06:03:19.955Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36792026-03-19T06:03:20.388Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36802026-03-19T06:03:20.487Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36812026-03-19T06:03:20.731Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36822026-03-19T06:03:20.865Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36832026-03-19T06:03:20.919Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36842026-03-19T06:03:21.410Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36852026-03-19T06:03:21.802Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36862026-03-19T06:03:22.109Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36872026-03-19T06:03:22.139Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36882026-03-19T06:03:22.678Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36892026-03-19T06:03:23.626Z Checking progenitor v0.11.2
36902026-03-19T06:03:23.800Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36912026-03-19T06:03:30.708Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36922026-03-19T06:03:46.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.29s
36932026-03-19T06:03:47.053Z
36942026-03-19T06:03:47.053Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/258)
36952026-03-19T06:03:47.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-03-19T06:03:47.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-03-19T06:03:48.145Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36982026-03-19T06:04:04.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.27s
36992026-03-19T06:04:04.581Z
37002026-03-19T06:04:04.581Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/258)
37012026-03-19T06:04:05.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-03-19T06:04:05.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-03-19T06:04:05.647Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37042026-03-19T06:04:21.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.20s
37052026-03-19T06:04:22.036Z
37062026-03-19T06:04:22.037Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/258)
37072026-03-19T06:04:22.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-03-19T06:04:22.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-03-19T06:04:23.130Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37102026-03-19T06:04:39.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.22s
37112026-03-19T06:04:39.506Z
37122026-03-19T06:04:39.506Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/258)
37132026-03-19T06:04:40.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-03-19T06:04:40.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-03-19T06:04:40.594Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37162026-03-19T06:04:56.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.25s
37172026-03-19T06:04:57.007Z
37182026-03-19T06:04:57.007Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/258)
37192026-03-19T06:04:57.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-03-19T06:04:57.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-03-19T06:04:58.101Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37222026-03-19T06:05:14.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.21s
37232026-03-19T06:05:14.477Z
37242026-03-19T06:05:14.477Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/258)
37252026-03-19T06:05:15.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-03-19T06:05:15.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-03-19T06:05:15.561Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37282026-03-19T06:05:31.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.19s
37292026-03-19T06:05:31.928Z
37302026-03-19T06:05:31.928Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/258)
37312026-03-19T06:05:32.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-03-19T06:05:32.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-03-19T06:05:33.011Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37342026-03-19T06:05:49.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.22s
37352026-03-19T06:05:49.405Z
37362026-03-19T06:05:49.405Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/258)
37372026-03-19T06:05:50.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-03-19T06:05:50.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-03-19T06:05:50.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-03-19T06:05:50.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37412026-03-19T06:05:50.229Z
37422026-03-19T06:05:50.229Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/258)
37432026-03-19T06:05:50.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-03-19T06:05:50.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-03-19T06:05:50.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-03-19T06:05:50.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37472026-03-19T06:05:51.042Z
37482026-03-19T06:05:51.042Zinfo: running `cargo check --bins` on range-requests (183/258)
37492026-03-19T06:05:51.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-03-19T06:05:51.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-03-19T06:05:51.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-03-19T06:05:51.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37532026-03-19T06:05:51.823Z
37542026-03-19T06:05:51.823Zinfo: running `cargo check --bins` on repo-depot-api (184/258)
37552026-03-19T06:05:52.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-03-19T06:05:52.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-03-19T06:05:52.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-03-19T06:05:52.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37592026-03-19T06:05:52.615Z
37602026-03-19T06:05:52.615Zinfo: running `cargo check --bins` on sled-agent-api (185/258)
37612026-03-19T06:05:53.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-03-19T06:05:53.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-03-19T06:05:53.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-03-19T06:05:53.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37652026-03-19T06:05:53.433Z
37662026-03-19T06:05:53.433Zinfo: running `cargo check --bins` on sled-diagnostics (186/258)
37672026-03-19T06:05:54.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-03-19T06:05:54.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-03-19T06:05:54.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-03-19T06:05:54.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37712026-03-19T06:05:54.243Z
37722026-03-19T06:05:54.243Zinfo: running `cargo check --bins` on zfs-test-harness (187/258)
37732026-03-19T06:05:54.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-03-19T06:05:54.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-03-19T06:05:54.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-03-19T06:05:54.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37772026-03-19T06:05:55.053Z
37782026-03-19T06:05:55.053Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/258)
37792026-03-19T06:05:55.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-03-19T06:05:55.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-03-19T06:05:55.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-03-19T06:05:55.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37832026-03-19T06:05:55.879Z
37842026-03-19T06:05:55.879Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/258)
37852026-03-19T06:05:56.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-03-19T06:05:56.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-03-19T06:05:56.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-03-19T06:05:56.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37892026-03-19T06:05:56.709Z
37902026-03-19T06:05:56.709Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/258)
37912026-03-19T06:05:57.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-03-19T06:05:57.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-03-19T06:05:57.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-03-19T06:05:57.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37952026-03-19T06:05:57.528Z
37962026-03-19T06:05:57.528Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/258)
37972026-03-19T06:05:58.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-03-19T06:05:58.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-03-19T06:05:58.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-03-19T06:05:58.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38012026-03-19T06:05:58.357Z
38022026-03-19T06:05:58.357Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/258)
38032026-03-19T06:05:59.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-03-19T06:05:59.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-03-19T06:05:59.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-03-19T06:05:59.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38072026-03-19T06:05:59.180Z
38082026-03-19T06:05:59.180Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/258)
38092026-03-19T06:05:59.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-03-19T06:05:59.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-03-19T06:05:59.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-03-19T06:05:59.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38132026-03-19T06:05:59.999Z
38142026-03-19T06:05:59.999Zinfo: running `cargo check --bins` on trust-quorum (194/258)
38152026-03-19T06:06:00.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-03-19T06:06:00.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-03-19T06:06:00.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-03-19T06:06:00.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38192026-03-19T06:06:00.825Z
38202026-03-19T06:06:00.825Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/258)
38212026-03-19T06:06:01.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-03-19T06:06:01.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-03-19T06:06:01.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-03-19T06:06:01.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38252026-03-19T06:06:01.673Z
38262026-03-19T06:06:01.674Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/258)
38272026-03-19T06:06:02.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-03-19T06:06:02.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-03-19T06:06:02.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-03-19T06:06:02.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38312026-03-19T06:06:02.542Z
38322026-03-19T06:06:02.542Zinfo: running `cargo check --bins` on update-common (197/258)
38332026-03-19T06:06:03.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-03-19T06:06:03.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-03-19T06:06:03.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-03-19T06:06:03.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38372026-03-19T06:06:03.349Z
38382026-03-19T06:06:03.349Zinfo: running `cargo check --bins` on ls-apis-shared (198/258)
38392026-03-19T06:06:04.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-03-19T06:06:04.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-03-19T06:06:04.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-03-19T06:06:04.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38432026-03-19T06:06:04.126Z
38442026-03-19T06:06:04.126Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (199/258)
38452026-03-19T06:06:04.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-03-19T06:06:04.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-03-19T06:06:04.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-03-19T06:06:04.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38492026-03-19T06:06:04.987Z
38502026-03-19T06:06:04.988Zinfo: running `cargo check --bins` on reconfigurator-cli (200/258)
38512026-03-19T06:06:05.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-03-19T06:06:05.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-03-19T06:06:06.050Z Compiling fs-err v2.11.0
38542026-03-19T06:06:06.193Z Checking ignore v0.4.25
38552026-03-19T06:06:06.210Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38562026-03-19T06:06:06.213Z Checking predicates-tree v1.0.13
38572026-03-19T06:06:06.213Z Checking parse-size v1.1.0
38582026-03-19T06:06:06.257Z Checking rand_seeder v0.4.0
38592026-03-19T06:06:06.261Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38602026-03-19T06:06:06.295Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38612026-03-19T06:06:06.351Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38622026-03-19T06:06:06.384Z Compiling petname v2.0.2
38632026-03-19T06:06:06.437Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38642026-03-19T06:06:06.630Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38652026-03-19T06:06:06.650Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38662026-03-19T06:06:06.722Z Checking globwalk v0.9.1
38672026-03-19T06:06:06.766Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38682026-03-19T06:06:06.864Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38692026-03-19T06:06:06.961Z Checking camino-tempfile-ext v0.3.3
38702026-03-19T06:06:06.982Z Checking sapling-renderdag v0.1.0
38712026-03-19T06:06:07.101Z Checking sync-ptr v0.1.4
38722026-03-19T06:06:07.236Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38732026-03-19T06:06:07.257Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38742026-03-19T06:06:07.324Z Checking colored v2.2.0
38752026-03-19T06:06:07.365Z Checking assert_matches v1.5.0
38762026-03-19T06:06:07.712Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38772026-03-19T06:06:07.823Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38782026-03-19T06:06:07.823Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38792026-03-19T06:06:08.588Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38802026-03-19T06:06:10.412Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38812026-03-19T06:06:13.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.47s
38822026-03-19T06:06:13.707Z
38832026-03-19T06:06:13.707Zinfo: running `cargo check --bins` on omicron-repl-utils (201/258)
38842026-03-19T06:06:14.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-03-19T06:06:14.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-03-19T06:06:14.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-03-19T06:06:14.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38882026-03-19T06:06:14.485Z
38892026-03-19T06:06:14.485Zinfo: running `cargo check --bins` on nexus-test-interface (202/258)
38902026-03-19T06:06:15.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-03-19T06:06:15.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-03-19T06:06:15.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-03-19T06:06:15.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38942026-03-19T06:06:15.349Z
38952026-03-19T06:06:15.349Zinfo: running `cargo check --bins` on oximeter-collector (203/258)
38962026-03-19T06:06:16.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-03-19T06:06:16.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-03-19T06:06:16.329Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38992026-03-19T06:06:16.331Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39002026-03-19T06:06:17.182Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39012026-03-19T06:06:19.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
39022026-03-19T06:06:19.461Z
39032026-03-19T06:06:19.461Zinfo: running `cargo check --bins` on oximeter-api (204/258)
39042026-03-19T06:06:20.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-03-19T06:06:20.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-03-19T06:06:20.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-03-19T06:06:20.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39082026-03-19T06:06:20.253Z
39092026-03-19T06:06:20.253Zinfo: running `cargo check --bins` on cert-dev (205/258)
39102026-03-19T06:06:20.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-03-19T06:06:20.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-03-19T06:06:21.078Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39132026-03-19T06:06:21.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
39142026-03-19T06:06:21.633Z
39152026-03-19T06:06:21.633Zinfo: running `cargo check --bins` on clickana (206/258)
39162026-03-19T06:06:22.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-03-19T06:06:22.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-03-19T06:06:22.514Z Compiling darling_core v0.23.0
39192026-03-19T06:06:22.640Z Compiling instability v0.3.11
39202026-03-19T06:06:22.654Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39212026-03-19T06:06:22.656Z Checking castaway v0.2.4
39222026-03-19T06:06:22.656Z Compiling indoc v2.0.7
39232026-03-19T06:06:22.677Z Checking unicode-truncate v1.1.0
39242026-03-19T06:06:22.709Z Checking lru v0.12.5
39252026-03-19T06:06:22.709Z Checking cassowary v0.3.0
39262026-03-19T06:06:22.774Z Checking compact_str v0.8.1
39272026-03-19T06:06:23.965Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39282026-03-19T06:06:24.196Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39292026-03-19T06:06:24.637Z Compiling darling_macro v0.23.0
39302026-03-19T06:06:25.169Z Compiling darling v0.23.0
39312026-03-19T06:06:25.961Z Checking ratatui v0.29.0
39322026-03-19T06:06:27.515Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39332026-03-19T06:06:28.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s
39342026-03-19T06:06:28.598Z
39352026-03-19T06:06:28.598Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (207/258)
39362026-03-19T06:06:29.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-03-19T06:06:29.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-03-19T06:06:29.581Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39392026-03-19T06:06:29.584Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39402026-03-19T06:06:30.339Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39412026-03-19T06:06:30.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
39422026-03-19T06:06:31.101Z
39432026-03-19T06:06:31.102Zinfo: running `cargo check --bins` on ch-dev (208/258)
39442026-03-19T06:06:31.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-03-19T06:06:31.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-03-19T06:06:32.092Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39472026-03-19T06:06:33.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
39482026-03-19T06:06:33.283Z
39492026-03-19T06:06:33.283Zinfo: running `cargo check --bins` on dev-tools-common (209/258)
39502026-03-19T06:06:33.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-03-19T06:06:33.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-03-19T06:06:33.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-03-19T06:06:33.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39542026-03-19T06:06:33.896Z
39552026-03-19T06:06:33.896Zinfo: running `cargo check --bins` on crdb-seed (210/258)
39562026-03-19T06:06:34.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-03-19T06:06:34.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-03-19T06:06:34.873Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39592026-03-19T06:06:35.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
39602026-03-19T06:06:35.669Z
39612026-03-19T06:06:35.669Zinfo: running `cargo check --bins` on db-dev (211/258)
39622026-03-19T06:06:36.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-03-19T06:06:36.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-03-19T06:06:36.653Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39652026-03-19T06:06:37.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
39662026-03-19T06:06:37.861Z
39672026-03-19T06:06:37.861Zinfo: running `cargo check --bins` on omicron-dev-lib (212/258)
39682026-03-19T06:06:38.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-03-19T06:06:38.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-03-19T06:06:38.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-03-19T06:06:38.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39722026-03-19T06:06:38.715Z
39732026-03-19T06:06:38.715Zinfo: running `cargo check --bins` on xtask-downloader (213/258)
39742026-03-19T06:06:39.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-03-19T06:06:39.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-03-19T06:06:39.541Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39772026-03-19T06:06:40.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
39782026-03-19T06:06:40.641Z
39792026-03-19T06:06:40.641Zinfo: running `cargo check --bins` on omicron-dropshot-apis (214/258)
39802026-03-19T06:06:41.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-03-19T06:06:41.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-03-19T06:06:41.663Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39832026-03-19T06:06:41.663Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39842026-03-19T06:06:41.665Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39852026-03-19T06:06:41.666Z Checking git-stub v1.0.0
39862026-03-19T06:06:41.803Z Compiling trait-variant v0.1.2
39872026-03-19T06:06:41.819Z Checking is_ci v1.2.0
39882026-03-19T06:06:41.831Z Checking maplit v1.0.2
39892026-03-19T06:06:41.848Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39902026-03-19T06:06:41.964Z Checking supports-color v3.0.2
39912026-03-19T06:06:41.985Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39922026-03-19T06:06:42.054Z Checking git-stub-vcs v0.1.0
39932026-03-19T06:06:42.078Z Checking drift v0.1.3
39942026-03-19T06:06:42.122Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39952026-03-19T06:06:42.204Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39962026-03-19T06:06:42.307Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39972026-03-19T06:06:42.447Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39982026-03-19T06:06:42.466Z Checking dropshot-api-manager v0.6.0
39992026-03-19T06:06:42.488Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40002026-03-19T06:06:42.520Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40012026-03-19T06:06:42.757Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40022026-03-19T06:06:42.857Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40032026-03-19T06:06:43.040Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40042026-03-19T06:06:43.489Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40052026-03-19T06:06:50.458Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40062026-03-19T06:06:51.864Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40072026-03-19T06:06:52.642Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40082026-03-19T06:06:53.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.53s
40092026-03-19T06:06:53.411Z
40102026-03-19T06:06:53.411Zinfo: running `cargo check --bins` on installinator-api (215/258)
40112026-03-19T06:06:54.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-03-19T06:06:54.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-03-19T06:06:54.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-03-19T06:06:54.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40152026-03-19T06:06:54.206Z
40162026-03-19T06:06:54.206Zinfo: running `cargo check --bins` on nexus-external-api (216/258)
40172026-03-19T06:06:54.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-03-19T06:06:54.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-03-19T06:06:54.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-03-19T06:06:54.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40212026-03-19T06:06:55.052Z
40222026-03-19T06:06:55.052Zinfo: running `cargo check --bins` on nexus-internal-api (217/258)
40232026-03-19T06:06:55.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-03-19T06:06:55.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-03-19T06:06:55.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-03-19T06:06:55.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40272026-03-19T06:06:55.898Z
40282026-03-19T06:06:55.899Zinfo: running `cargo check --bins` on nexus-lockstep-api (218/258)
40292026-03-19T06:06:56.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-03-19T06:06:56.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-03-19T06:06:56.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-03-19T06:06:56.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40332026-03-19T06:06:56.739Z
40342026-03-19T06:06:56.739Zinfo: running `cargo check --bins` on ntp-admin-api (219/258)
40352026-03-19T06:06:57.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-03-19T06:06:57.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-03-19T06:06:57.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-03-19T06:06:57.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40392026-03-19T06:06:57.527Z
40402026-03-19T06:06:57.527Zinfo: running `cargo check --bins` on ntp-admin-types-versions (220/258)
40412026-03-19T06:06:58.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-03-19T06:06:58.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-03-19T06:06:58.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-03-19T06:06:58.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40452026-03-19T06:06:58.307Z
40462026-03-19T06:06:58.307Zinfo: running `cargo check --bins` on wicketd-api (221/258)
40472026-03-19T06:06:59.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-03-19T06:06:59.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-03-19T06:06:59.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-03-19T06:06:59.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40512026-03-19T06:06:59.134Z
40522026-03-19T06:06:59.134Zinfo: running `cargo check --bins` on omicron-ls-apis (222/258)
40532026-03-19T06:06:59.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-03-19T06:06:59.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-03-19T06:06:59.965Z Checking erased-serde v0.4.9
40562026-03-19T06:07:00.088Z Checking ordered-float v2.10.1
40572026-03-19T06:07:00.109Z Checking unicode-xid v0.2.6
40582026-03-19T06:07:00.127Z Checking cargo-platform v0.2.0
40592026-03-19T06:07:00.140Z Checking ls-apis-shared v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis-shared)
40602026-03-19T06:07:00.373Z Checking serde-value v0.7.0
40612026-03-19T06:07:00.561Z Checking serde-untagged v0.1.9
40622026-03-19T06:07:00.770Z Checking cargo-util-schemas v0.8.2
40632026-03-19T06:07:01.778Z Checking cargo_metadata v0.21.0
40642026-03-19T06:07:02.646Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40652026-03-19T06:07:03.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
40662026-03-19T06:07:03.798Z
40672026-03-19T06:07:03.798Zinfo: running `cargo check --bins` on mgs-dev (223/258)
40682026-03-19T06:07:04.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-03-19T06:07:04.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-03-19T06:07:04.817Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40712026-03-19T06:07:05.590Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40722026-03-19T06:07:06.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
40732026-03-19T06:07:06.458Z
40742026-03-19T06:07:06.459Zinfo: running `cargo check --bins` on omicron-omdb (224/258)
40752026-03-19T06:07:07.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-03-19T06:07:07.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-03-19T06:07:07.654Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40782026-03-19T06:07:07.657Z Compiling vergen-gitcl v1.0.8
40792026-03-19T06:07:07.657Z Compiling dirs-sys-next v0.1.2
40802026-03-19T06:07:07.657Z Compiling diesel_derives v2.3.7
40812026-03-19T06:07:07.657Z Compiling crunchy v0.2.4
40822026-03-19T06:07:07.657Z Compiling glob v0.3.3
40832026-03-19T06:07:07.841Z Compiling dsl_auto_type v0.2.0
40842026-03-19T06:07:07.859Z Checking scheduled-thread-pool v0.2.7
40852026-03-19T06:07:08.107Z Compiling dirs-next v2.0.0
40862026-03-19T06:07:08.147Z Compiling diesel_table_macro_syntax v0.3.0
40872026-03-19T06:07:08.189Z Compiling tiny-keccak v2.0.2
40882026-03-19T06:07:08.261Z Compiling term v0.7.0
40892026-03-19T06:07:08.336Z Checking r2d2 v0.8.10
40902026-03-19T06:07:08.359Z Compiling clang-sys v1.8.1
40912026-03-19T06:07:08.421Z Checking downcast-rs v2.0.2
40922026-03-19T06:07:08.471Z Compiling bit-vec v0.6.3
40932026-03-19T06:07:08.578Z Compiling itertools v0.10.5
40942026-03-19T06:07:08.760Z Compiling bit-set v0.5.3
40952026-03-19T06:07:08.844Z Compiling ascii-canvas v3.0.0
40962026-03-19T06:07:08.973Z Compiling ena v0.14.4
40972026-03-19T06:07:08.993Z Compiling libloading v0.8.9
40982026-03-19T06:07:09.021Z Compiling bindgen v0.71.1
40992026-03-19T06:07:09.094Z Compiling regex-syntax v0.6.29
41002026-03-19T06:07:09.167Z Compiling diff v0.1.13
41012026-03-19T06:07:09.275Z Compiling cexpr v0.6.0
41022026-03-19T06:07:09.520Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41032026-03-19T06:07:09.576Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41042026-03-19T06:07:09.767Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41052026-03-19T06:07:09.813Z Compiling libxml v0.3.3
41062026-03-19T06:07:10.060Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41072026-03-19T06:07:10.130Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41082026-03-19T06:07:10.193Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41092026-03-19T06:07:10.436Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41102026-03-19T06:07:10.478Z Compiling strum_macros v0.24.3
41112026-03-19T06:07:10.558Z Compiling indoc v1.0.9
41122026-03-19T06:07:11.130Z Compiling lalrpop v0.19.12
41132026-03-19T06:07:11.879Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41142026-03-19T06:07:12.036Z Checking derive_builder v0.20.2
41152026-03-19T06:07:12.124Z Compiling oso-derive v0.27.3
41162026-03-19T06:07:12.189Z Checking quick-xml v0.37.5
41172026-03-19T06:07:12.381Z Compiling impl-trait-for-tuples v0.2.3
41182026-03-19T06:07:12.768Z Checking openssl-probe v0.1.6
41192026-03-19T06:07:12.944Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41202026-03-19T06:07:13.437Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41212026-03-19T06:07:13.679Z Checking bb8 v0.8.6
41222026-03-19T06:07:13.951Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41232026-03-19T06:07:14.048Z Checking nonempty v0.12.0
41242026-03-19T06:07:14.220Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41252026-03-19T06:07:14.259Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41262026-03-19T06:07:14.494Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41272026-03-19T06:07:14.538Z Checking support-bundle-viewer v0.1.2
41282026-03-19T06:07:14.564Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41292026-03-19T06:07:14.806Z Checking multimap v0.10.1
41302026-03-19T06:07:15.924Z Checking diesel v2.3.7
41312026-03-19T06:07:17.360Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41322026-03-19T06:07:19.007Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41332026-03-19T06:07:19.506Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41342026-03-19T06:07:19.653Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41352026-03-19T06:07:20.886Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41362026-03-19T06:07:21.310Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41372026-03-19T06:07:21.700Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41382026-03-19T06:07:22.244Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41392026-03-19T06:07:24.873Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41402026-03-19T06:07:31.544Z Compiling samael v0.0.19
41412026-03-19T06:07:36.329Z Checking diesel-dtrace v0.5.0
41422026-03-19T06:07:36.646Z Checking async-bb8-diesel v0.2.1
41432026-03-19T06:07:37.499Z Compiling polar-core v0.27.3
41442026-03-19T06:07:43.382Z Checking oso v0.27.3
41452026-03-19T06:08:38.806Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41462026-03-19T06:09:25.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
41472026-03-19T06:09:26.207Z
41482026-03-19T06:09:26.207Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (225/258)
41492026-03-19T06:09:26.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-03-19T06:09:26.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-03-19T06:09:26.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-03-19T06:09:26.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
41532026-03-19T06:09:27.091Z
41542026-03-19T06:09:27.091Zinfo: running `cargo check --bins` on nexus-saga-recovery (226/258)
41552026-03-19T06:09:27.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-03-19T06:09:27.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-03-19T06:09:27.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-03-19T06:09:27.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41592026-03-19T06:09:27.960Z
41602026-03-19T06:09:27.960Zinfo: running `cargo check --bins` on nexus-test-utils-macros (227/258)
41612026-03-19T06:09:28.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-03-19T06:09:28.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-03-19T06:09:28.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-03-19T06:09:28.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41652026-03-19T06:09:28.744Z
41662026-03-19T06:09:28.744Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (228/258)
41672026-03-19T06:09:29.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-03-19T06:09:29.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-03-19T06:09:29.945Z Compiling libz-sys v1.1.24
41702026-03-19T06:09:30.100Z Compiling libgit2-sys v0.18.3+1.9.2
41712026-03-19T06:09:30.119Z Compiling vergen-git2 v1.0.7
41722026-03-19T06:09:30.136Z Compiling rustls v0.21.12
41732026-03-19T06:09:30.154Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41742026-03-19T06:09:30.173Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41752026-03-19T06:09:30.176Z Checking sct v0.7.1
41762026-03-19T06:09:30.176Z Checking rustls-webpki v0.101.7
41772026-03-19T06:09:30.364Z Compiling nix v0.29.0
41782026-03-19T06:09:30.408Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41792026-03-19T06:09:30.448Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41802026-03-19T06:09:30.474Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41812026-03-19T06:09:30.614Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41822026-03-19T06:09:30.782Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41832026-03-19T06:09:30.802Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41842026-03-19T06:09:30.891Z Checking rustls-pemfile v1.0.4
41852026-03-19T06:09:31.063Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41862026-03-19T06:09:31.200Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41872026-03-19T06:09:31.394Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41882026-03-19T06:09:31.433Z Checking twox-hash v2.1.2
41892026-03-19T06:09:31.530Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41902026-03-19T06:09:32.424Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41912026-03-19T06:09:32.454Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41922026-03-19T06:09:32.475Z Checking tokio-rustls v0.24.1
41932026-03-19T06:09:32.509Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41942026-03-19T06:09:32.729Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41952026-03-19T06:09:32.907Z Checking fatfs v0.3.6
41962026-03-19T06:09:33.263Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41972026-03-19T06:09:33.339Z Compiling seq-macro v0.3.6
41982026-03-19T06:09:38.284Z Compiling git2 v0.20.4
41992026-03-19T06:09:39.329Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42002026-03-19T06:09:39.488Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42012026-03-19T06:09:41.542Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42022026-03-19T06:10:50.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42032026-03-19T06:10:50.895Z
42042026-03-19T06:10:50.895Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (229/258)
42052026-03-19T06:10:51.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-03-19T06:10:51.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-03-19T06:10:52.100Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42082026-03-19T06:11:52.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
42092026-03-19T06:11:52.348Z
42102026-03-19T06:11:52.349Zinfo: running `cargo check --bins` on nexus-background-task-interface (230/258)
42112026-03-19T06:11:53.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-03-19T06:11:53.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-03-19T06:11:53.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-03-19T06:11:53.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42152026-03-19T06:11:53.139Z
42162026-03-19T06:11:53.139Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (231/258)
42172026-03-19T06:11:53.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-03-19T06:11:53.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-03-19T06:11:53.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-03-19T06:11:53.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42212026-03-19T06:11:54.007Z
42222026-03-19T06:11:54.007Zinfo: running `cargo check --bins` on nexus-mgs-updates (232/258)
42232026-03-19T06:11:54.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-03-19T06:11:54.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-03-19T06:11:54.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-03-19T06:11:54.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42272026-03-19T06:11:54.860Z
42282026-03-19T06:11:54.860Zinfo: running `cargo check --bins` on nexus-networking (233/258)
42292026-03-19T06:11:55.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-03-19T06:11:55.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-03-19T06:11:55.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-03-19T06:11:55.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42332026-03-19T06:11:55.738Z
42342026-03-19T06:11:55.738Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (234/258)
42352026-03-19T06:11:56.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-03-19T06:11:56.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-03-19T06:11:56.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-03-19T06:11:56.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42392026-03-19T06:11:56.610Z
42402026-03-19T06:11:56.610Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (235/258)
42412026-03-19T06:11:57.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-03-19T06:11:57.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-03-19T06:11:57.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-03-19T06:11:57.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42452026-03-19T06:11:57.480Z
42462026-03-19T06:11:57.480Zinfo: running `cargo check --bins` on omicron-dev (236/258)
42472026-03-19T06:11:58.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-03-19T06:11:58.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-03-19T06:11:58.726Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42502026-03-19T06:11:58.730Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42512026-03-19T06:11:58.916Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42522026-03-19T06:11:58.943Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42532026-03-19T06:11:58.946Z Checking diff v0.1.13
42542026-03-19T06:11:58.946Z Checking yansi v1.0.1
42552026-03-19T06:11:58.963Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42562026-03-19T06:11:59.003Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42572026-03-19T06:11:59.135Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42582026-03-19T06:11:59.307Z Checking pretty_assertions v1.4.1
42592026-03-19T06:12:00.176Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42602026-03-19T06:12:33.221Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42612026-03-19T06:12:33.224Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42622026-03-19T06:12:33.224Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42632026-03-19T06:12:33.224Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42642026-03-19T06:12:33.224Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42652026-03-19T06:12:33.224Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42662026-03-19T06:12:34.178Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42672026-03-19T06:12:35.628Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42682026-03-19T06:13:35.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42692026-03-19T06:13:35.445Z
42702026-03-19T06:13:35.445Zinfo: running `cargo check --bins` on omicron-pins (237/258)
42712026-03-19T06:13:36.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-03-19T06:13:36.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-03-19T06:13:36.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-03-19T06:13:36.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42752026-03-19T06:13:36.228Z
42762026-03-19T06:13:36.228Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (238/258)
42772026-03-19T06:13:36.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-03-19T06:13:36.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-03-19T06:13:37.294Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42802026-03-19T06:13:37.441Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42812026-03-19T06:13:37.444Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42822026-03-19T06:14:14.622Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42832026-03-19T06:14:15.122Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42842026-03-19T06:14:17.515Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42852026-03-19T06:14:18.100Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42862026-03-19T06:14:22.254Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42872026-03-19T06:14:54.597Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42882026-03-19T06:14:55.434Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42892026-03-19T06:14:57.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42902026-03-19T06:14:57.858Z
42912026-03-19T06:14:57.858Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (239/258)
42922026-03-19T06:14:58.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-03-19T06:14:58.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-03-19T06:14:58.841Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42952026-03-19T06:14:59.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
42962026-03-19T06:14:59.986Z
42972026-03-19T06:14:59.986Zinfo: running `cargo check --bins` on omicron-releng (240/258)
42982026-03-19T06:15:00.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-03-19T06:15:00.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-03-19T06:15:00.878Z Compiling blake3 v1.8.3
43012026-03-19T06:15:01.030Z Checking arrayvec v0.7.6
43022026-03-19T06:15:01.033Z Checking arrayref v0.3.9
43032026-03-19T06:15:01.033Z Checking constant_time_eq v0.4.2
43042026-03-19T06:15:01.033Z Checking topological-sort v0.2.2
43052026-03-19T06:15:01.033Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43062026-03-19T06:15:01.034Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43072026-03-19T06:15:01.034Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43082026-03-19T06:15:01.162Z Checking shell-words v1.1.1
43092026-03-19T06:15:02.030Z Checking omicron-zone-package v0.12.2
43102026-03-19T06:15:03.034Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43112026-03-19T06:15:04.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
43122026-03-19T06:15:04.363Z
43132026-03-19T06:15:04.363Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (241/258)
43142026-03-19T06:15:05.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-03-19T06:15:05.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-03-19T06:15:05.252Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43172026-03-19T06:15:05.645Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43182026-03-19T06:15:06.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
43192026-03-19T06:15:06.378Z
43202026-03-19T06:15:06.378Zinfo: running `cargo check --bins` on xtask (242/258)
43212026-03-19T06:15:06.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43222026-03-19T06:15:07.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43232026-03-19T06:15:07.204Z Checking libc v0.2.180
43242026-03-19T06:15:07.204Z Checking serde v1.0.228
43252026-03-19T06:15:07.204Z Checking zerofrom v0.1.6
43262026-03-19T06:15:07.204Z Checking bitflags v2.11.0
43272026-03-19T06:15:07.204Z Checking smallvec v1.15.1
43282026-03-19T06:15:07.204Z Checking hashbrown v0.16.1
43292026-03-19T06:15:07.209Z Checking serde_json v1.0.149
43302026-03-19T06:15:07.209Z Checking num-traits v0.2.19
43312026-03-19T06:15:07.231Z Checking yoke v0.8.1
43322026-03-19T06:15:07.301Z Checking scroll v0.12.0
43332026-03-19T06:15:07.369Z Checking thiserror v1.0.69
43342026-03-19T06:15:07.457Z Checking zerovec v0.11.5
43352026-03-19T06:15:07.471Z Checking zerotrie v0.2.3
43362026-03-19T06:15:07.501Z Checking errno v0.3.14
43372026-03-19T06:15:07.603Z Checking percent-encoding v2.3.2
43382026-03-19T06:15:07.649Z Checking rustix v1.1.3
43392026-03-19T06:15:07.653Z Checking serde_spanned v0.6.9
43402026-03-19T06:15:07.752Z Checking indexmap v2.13.0
43412026-03-19T06:15:07.782Z Checking toml_datetime v0.6.11
43422026-03-19T06:15:07.797Z Checking log v0.4.29
43432026-03-19T06:15:07.820Z Checking form_urlencoded v1.2.2
43442026-03-19T06:15:07.947Z Checking ordered-float v2.10.1
43452026-03-19T06:15:07.985Z Checking zerocopy v0.7.35
43462026-03-19T06:15:07.998Z Checking goblin v0.8.2
43472026-03-19T06:15:08.016Z Checking getrandom v0.4.1
43482026-03-19T06:15:08.031Z Checking thiserror v2.0.18
43492026-03-19T06:15:08.061Z Checking tinystr v0.8.2
43502026-03-19T06:15:08.160Z Checking potential_utf v0.1.4
43512026-03-19T06:15:08.183Z Checking syn v2.0.117
43522026-03-19T06:15:08.266Z Checking serde-value v0.7.0
43532026-03-19T06:15:08.297Z Checking icu_locale_core v2.1.1
43542026-03-19T06:15:08.324Z Checking icu_collections v2.1.1
43552026-03-19T06:15:08.531Z Checking toml_edit v0.22.27
43562026-03-19T06:15:08.583Z Checking dtrace-parser v0.2.0
43572026-03-19T06:15:08.694Z Checking thread-id v4.2.2
43582026-03-19T06:15:08.739Z Checking once_cell v1.21.3
43592026-03-19T06:15:08.797Z Checking cargo-platform v0.2.0
43602026-03-19T06:15:08.813Z Checking terminal_size v0.4.3
43612026-03-19T06:15:08.851Z Checking memmap v0.7.0
43622026-03-19T06:15:08.964Z Checking tempfile v3.25.0
43632026-03-19T06:15:08.980Z Checking clap_builder v4.5.60
43642026-03-19T06:15:09.020Z Checking fs-err v3.3.0
43652026-03-19T06:15:09.029Z Checking textwrap v0.16.2
43662026-03-19T06:15:09.071Z Checking icu_provider v2.1.1
43672026-03-19T06:15:09.214Z Checking camino-tempfile v1.4.1
43682026-03-19T06:15:09.253Z Checking tabled v0.15.0
43692026-03-19T06:15:09.313Z Checking anyhow v1.0.102
43702026-03-19T06:15:09.383Z Checking icu_normalizer v2.1.1
43712026-03-19T06:15:09.419Z Checking icu_properties v2.1.2
43722026-03-19T06:15:09.569Z Checking macaddr v1.0.1
43732026-03-19T06:15:09.789Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43742026-03-19T06:15:10.034Z Checking toml v0.8.23
43752026-03-19T06:15:10.464Z Checking cargo_toml v0.21.0
43762026-03-19T06:15:10.576Z Checking idna_adapter v1.2.1
43772026-03-19T06:15:10.618Z Checking dof v0.3.0
43782026-03-19T06:15:10.654Z Checking clap v4.5.60
43792026-03-19T06:15:10.725Z Checking idna v1.1.0
43802026-03-19T06:15:10.970Z Checking usdt-impl v0.5.0
43812026-03-19T06:15:11.056Z Checking url v2.5.8
43822026-03-19T06:15:11.304Z Checking usdt v0.5.0
43832026-03-19T06:15:11.511Z Checking cargo-util-schemas v0.8.2
43842026-03-19T06:15:12.499Z Checking cargo_metadata v0.21.0
43852026-03-19T06:15:15.971Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43862026-03-19T06:15:15.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s
43872026-03-19T06:15:15.977Z
43882026-03-19T06:15:15.977Zinfo: running `cargo check --bins` on end-to-end-tests (243/258)
43892026-03-19T06:15:15.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-03-19T06:15:15.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-03-19T06:15:15.977Z Checking polyval v0.6.2
43922026-03-19T06:15:15.977Z Checking ctr v0.9.2
43932026-03-19T06:15:15.977Z Checking ssh-encoding v0.2.0
43942026-03-19T06:15:15.977Z Checking blowfish v0.9.1
43952026-03-19T06:15:15.977Z Checking password-hash v0.4.2
43962026-03-19T06:15:15.977Z Checking p256 v0.13.2
43972026-03-19T06:15:15.977Z Checking p521 v0.13.3
43982026-03-19T06:15:15.977Z Checking russh-cryptovec v0.7.3
43992026-03-19T06:15:15.977Z Checking ghash v0.5.1
44002026-03-19T06:15:15.977Z Checking md5 v0.7.0
44012026-03-19T06:15:15.978Z Checking bcrypt-pbkdf v0.10.0
44022026-03-19T06:15:15.978Z Checking num-bigint v0.4.6
44032026-03-19T06:15:15.978Z Checking des v0.8.1
44042026-03-19T06:15:15.978Z Checking aes-gcm v0.10.3
44052026-03-19T06:15:15.978Z Checking pbkdf2 v0.11.0
44062026-03-19T06:15:15.978Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44072026-03-19T06:15:15.978Z Checking hex-literal v0.4.1
44082026-03-19T06:15:15.978Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44092026-03-19T06:15:15.978Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44102026-03-19T06:15:15.978Z Checking ssh-cipher v0.2.0
44112026-03-19T06:15:15.978Z Checking socket2 v0.5.10
44122026-03-19T06:15:15.978Z Checking internet-checksum v0.2.1
44132026-03-19T06:15:16.085Z Checking ssh-key v0.6.7
44142026-03-19T06:15:16.268Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44152026-03-19T06:15:16.974Z Checking russh-keys v0.45.0
44162026-03-19T06:15:17.716Z Checking russh v0.45.0
44172026-03-19T06:15:39.378Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44182026-03-19T06:15:40.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.84s
44192026-03-19T06:15:41.196Z
44202026-03-19T06:15:41.196Zinfo: running `cargo check --bins` on gateway-cli (244/258)
44212026-03-19T06:15:41.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-03-19T06:15:41.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-03-19T06:15:42.075Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44242026-03-19T06:15:42.227Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44252026-03-19T06:15:42.231Z Checking termios v0.3.3
44262026-03-19T06:15:43.918Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44272026-03-19T06:15:44.104Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44282026-03-19T06:15:46.747Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44292026-03-19T06:15:47.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
44302026-03-19T06:15:47.720Z
44312026-03-19T06:15:47.720Zinfo: running `cargo check --bins --no-default-features` on installinator (245/258)
44322026-03-19T06:15:48.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-03-19T06:15:48.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-03-19T06:15:48.676Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44352026-03-19T06:15:48.812Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44362026-03-19T06:15:48.848Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44372026-03-19T06:15:48.851Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44382026-03-19T06:15:48.854Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44392026-03-19T06:15:49.112Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44402026-03-19T06:15:49.116Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44412026-03-19T06:15:50.063Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44422026-03-19T06:15:50.340Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44432026-03-19T06:15:50.344Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44442026-03-19T06:15:51.198Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44452026-03-19T06:15:53.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
44462026-03-19T06:15:53.581Z
44472026-03-19T06:15:53.581Zinfo: running `cargo check --bins` on internal-dns-cli (246/258)
44482026-03-19T06:15:54.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-03-19T06:15:54.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-03-19T06:15:54.458Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44512026-03-19T06:15:55.032Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44522026-03-19T06:15:55.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
44532026-03-19T06:15:55.656Z
44542026-03-19T06:15:55.656Zinfo: running `cargo check --bins` on omicron-live-tests (247/258)
44552026-03-19T06:15:56.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-03-19T06:15:56.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-03-19T06:15:56.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-03-19T06:15:56.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44592026-03-19T06:15:56.440Z
44602026-03-19T06:15:56.440Zinfo: running `cargo check --bins` on live-tests-macros (248/258)
44612026-03-19T06:15:57.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-03-19T06:15:57.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-03-19T06:15:57.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-03-19T06:15:57.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44652026-03-19T06:15:57.218Z
44662026-03-19T06:15:57.218Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (249/258)
44672026-03-19T06:15:57.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-03-19T06:15:57.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-03-19T06:15:58.258Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44702026-03-19T06:15:59.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
44712026-03-19T06:15:59.249Z
44722026-03-19T06:15:59.249Zinfo: running `cargo check --bins` on omicron-ntp-admin (250/258)
44732026-03-19T06:15:59.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-03-19T06:15:59.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-03-19T06:16:00.137Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44762026-03-19T06:16:00.144Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44772026-03-19T06:16:00.444Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44782026-03-19T06:16:00.447Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44792026-03-19T06:16:01.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
44802026-03-19T06:16:01.663Z
44812026-03-19T06:16:01.663Zinfo: running `cargo check --bins` on ntp-admin-types (251/258)
44822026-03-19T06:16:02.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-03-19T06:16:02.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-03-19T06:16:02.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44852026-03-19T06:16:02.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44862026-03-19T06:16:02.445Z
44872026-03-19T06:16:02.445Zinfo: running `cargo check --bins` on omicron-package (252/258)
44882026-03-19T06:16:03.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-03-19T06:16:03.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-03-19T06:16:03.350Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44912026-03-19T06:16:04.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
44922026-03-19T06:16:04.980Z
44932026-03-19T06:16:04.980Zinfo: running `cargo check --bins` on tqdb (253/258)
44942026-03-19T06:16:05.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-03-19T06:16:05.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-03-19T06:16:06.059Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44972026-03-19T06:16:06.505Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44982026-03-19T06:16:07.218Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44992026-03-19T06:16:07.222Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45002026-03-19T06:16:13.900Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45012026-03-19T06:16:14.830Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45022026-03-19T06:16:14.833Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45032026-03-19T06:16:14.833Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45042026-03-19T06:16:14.833Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45052026-03-19T06:16:15.820Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45062026-03-19T06:16:25.483Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45072026-03-19T06:16:33.766Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45082026-03-19T06:16:33.769Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45092026-03-19T06:16:33.769Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45102026-03-19T06:16:33.769Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45112026-03-19T06:16:35.666Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45122026-03-19T06:16:37.491Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45132026-03-19T06:16:38.412Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45142026-03-19T06:16:40.155Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45152026-03-19T06:16:40.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.88s
45162026-03-19T06:16:41.119Z
45172026-03-19T06:16:41.119Zinfo: running `cargo check --bins` on wicket-dbg (254/258)
45182026-03-19T06:16:41.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-03-19T06:16:41.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-03-19T06:16:42.088Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45212026-03-19T06:16:42.091Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45222026-03-19T06:16:42.237Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45232026-03-19T06:16:42.280Z Checking rtoolbox v0.0.3
45242026-03-19T06:16:42.283Z Checking tui-tree-widget v0.23.1
45252026-03-19T06:16:42.451Z Checking rpassword v7.4.0
45262026-03-19T06:16:42.545Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45272026-03-19T06:16:43.506Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45282026-03-19T06:16:50.214Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45292026-03-19T06:16:51.141Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45302026-03-19T06:16:52.543Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45312026-03-19T06:16:56.735Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45322026-03-19T06:16:59.291Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45332026-03-19T06:17:00.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s
45342026-03-19T06:17:00.693Z
45352026-03-19T06:17:00.693Zinfo: running `cargo check --bins` on wicket (255/258)
45362026-03-19T06:17:01.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-03-19T06:17:01.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-03-19T06:17:01.632Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45392026-03-19T06:17:02.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45402026-03-19T06:17:02.323Z
45412026-03-19T06:17:02.323Zinfo: running `cargo check --bins` on wicketd (256/258)
45422026-03-19T06:17:03.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-03-19T06:17:03.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-03-19T06:17:03.298Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45452026-03-19T06:17:03.434Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45462026-03-19T06:17:03.437Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45472026-03-19T06:17:03.437Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45482026-03-19T06:17:04.874Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45492026-03-19T06:17:05.662Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45502026-03-19T06:17:09.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.38s
45512026-03-19T06:17:09.962Z
45522026-03-19T06:17:09.962Zinfo: running `cargo check --bins` on omicron-workspace-hack (257/258)
45532026-03-19T06:17:10.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-03-19T06:17:10.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-03-19T06:17:10.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45562026-03-19T06:17:10.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
45572026-03-19T06:17:10.746Z
45582026-03-19T06:17:10.746Zinfo: running `cargo check --bins` on zone-setup (258/258)
45592026-03-19T06:17:11.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-03-19T06:17:11.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-03-19T06:17:11.655Z Checking uzers v0.12.2
45622026-03-19T06:17:12.003Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45632026-03-19T06:17:12.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
45642026-03-19T06:17:13.231Z
45652026-03-19T06:17:13.231Zreal 19:14.277394478
45662026-03-19T06:17:13.231Zuser 28:41.025247934
45672026-03-19T06:17:13.235Zsys 5:17.582766894
45682026-03-19T06:17:13.235Ztrap 0.482698179
45692026-03-19T06:17:13.235Ztflt 0.314909447
45702026-03-19T06:17:13.235Zdflt 0.715873776
45712026-03-19T06:17:13.235Zkflt 0.000769469
45722026-03-19T06:17:13.235Zlock 1:46:33.827437546
45732026-03-19T06:17:13.235Zslp 2:14:51.030344974
45742026-03-19T06:17:13.235Zlat 1:24.585499823
45752026-03-19T06:17:13.235Zstop 5:25.450435565
45762026-03-19T06:17:13.235Zprocess exited: duration 1397926 ms, exit code 0
 
45772026-03-19T06:17:13.242Zfound 0 output files