01KKM3NJ6WDH0SYER4WA7X4BAG: 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: 01KKM3P7PHG7W8AP49PAGXK5DV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T17:26:22.871Zjob assigned to worker 01KKM3PE8FJFBC8GPYPZWK7HAY [factory aws, i-045c6fd78f5a019a9] (queued for 1 m 8 s)
 
22026-03-13T17:26:30.556Zstarting task 0: "setup"
32026-03-13T17:26:30.563Z++ uname -s
42026-03-13T17:26:30.565Z+ kern=SunOS
52026-03-13T17:26:30.565Z+ build_user=build
62026-03-13T17:26:30.565Z+ build_uid=12345
72026-03-13T17:26:30.565Z+ work_dir=/work
82026-03-13T17:26:30.565Z+ input_dir=/input
92026-03-13T17:26:30.565Z+ [[ 0 == 12345 ]]
102026-03-13T17:26:30.565Z+ case "$kern" in
112026-03-13T17:26:30.565Z+ groupadd -g 12345 build
122026-03-13T17:26:30.568Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T17:26:32.573Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T17:26:32.704Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T17:26:32.710Z+ home_fs=zfs
162026-03-13T17:26:32.710Z+ [[ zfs == autofs ]]
172026-03-13T17:26:32.710Z+ mkdir -p /home/build
182026-03-13T17:26:32.710Z+ chown build:build /home/build /work
192026-03-13T17:26:34.708Z+ chmod 0700 /home/build /work
202026-03-13T17:26:34.712Zprocess exited: duration 4154 ms, exit code 0
 
212026-03-13T17:26:34.718Zstarting task 1: "rust-toolchain"
222026-03-13T17:26:34.725Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-13T17:26:34.725Z * rust toolchain channel = "1.91.1"
242026-03-13T17:26:34.725Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-13T17:26:34.725Z * rust toolchain profile = "default"
262026-03-13T17:26:34.725Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T17:26:34.725Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T17:26:34.733Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T17:26:34.733Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-13T17:26:34.860Zinfo: downloading installer
312026-03-13T17:26:36.679Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T17:26:36.680Zwarn: /opt/ooce/bin
332026-03-13T17:26:36.680Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T17:26:36.680Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T17:26:36.680Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T17:26:36.680Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T17:26:36.680Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T17:26:36.680Zerror: cannot install while Rust is installed
392026-03-13T17:26:36.680Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T17:26:36.680Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T17:26:36.680Zwarn: /home/build/.rustup/settings.toml
422026-03-13T17:26:36.680Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T17:26:36.680Zwarn: instead of the one inferred from the default host triple.
442026-03-13T17:26:36.696Zinfo: profile set to default
452026-03-13T17:26:36.696Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T17:26:36.698Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-13T17:26:36.880Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-13T17:26:36.883Zinfo: downloading 6 components
492026-03-13T17:26:54.819Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-13T17:26:54.822Z
512026-03-13T17:26:54.868Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-13T17:26:54.868Z
532026-03-13T17:26:54.872Z
542026-03-13T17:26:54.872ZRust is installed now. Great!
552026-03-13T17:26:54.872Z
562026-03-13T17:26:54.872ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T17:26:54.872Zenvironment variable. This has not been done automatically.
582026-03-13T17:26:54.872Z
592026-03-13T17:26:54.872ZTo configure your current shell, you need to source
602026-03-13T17:26:54.872Zthe corresponding env file under $HOME/.cargo.
612026-03-13T17:26:54.872Z
622026-03-13T17:26:54.872ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T17:26:54.872Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T17:26:54.872Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T17:26:54.872Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T17:26:54.872Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T17:26:54.872Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T17:26:54.872Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T17:26:54.872Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T17:26:54.872Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T17:26:54.984Z+ rustup --version
722026-03-13T17:26:54.996Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T17:26:55.000Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T17:26:55.023Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-13T17:26:55.026Z+ cargo --version
762026-03-13T17:26:55.046Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-13T17:26:55.050Z+ rustc --version
782026-03-13T17:26:55.075Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-13T17:26:55.079Zprocess exited: duration 20357 ms, exit code 0
 
802026-03-13T17:26:55.085Zstarting task 2: "authentication"
812026-03-13T17:26:55.124Zprocess exited: duration 36 ms, exit code 0
 
822026-03-13T17:26:55.130Zstarting task 3: "clone repository"
832026-03-13T17:26:55.135Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-13T17:26:55.141Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-13T17:26:55.168ZCloning into '/work/oxidecomputer/omicron'...
862026-03-13T17:27:04.925Z+ cd /work/oxidecomputer/omicron
872026-03-13T17:27:04.925Z+ git fetch origin 0773b8ba653088687422d12f71e48e0d78024a84
882026-03-13T17:27:05.246ZFrom https://github.com/oxidecomputer/omicron
892026-03-13T17:27:05.246Z * branch 0773b8ba653088687422d12f71e48e0d78024a84 -> FETCH_HEAD
902026-03-13T17:27:05.257Z+ [[ -n andy/pgsql18 ]]
912026-03-13T17:27:05.260Z++ git branch --show-current
922026-03-13T17:27:05.266Z+ current=main
932026-03-13T17:27:05.266Z+ [[ main != andy/pgsql18 ]]
942026-03-13T17:27:05.266Z+ git branch -f andy/pgsql18 0773b8ba653088687422d12f71e48e0d78024a84
952026-03-13T17:27:05.269Z+ git checkout -f andy/pgsql18
962026-03-13T17:27:05.628ZSwitched to branch 'andy/pgsql18'
972026-03-13T17:27:05.635Z+ git reset --hard 0773b8ba653088687422d12f71e48e0d78024a84
982026-03-13T17:27:05.635ZHEAD is now at 0773b8ba6 Use PostgreSQL v18 client libraries
992026-03-13T17:27:05.635Zprocess exited: duration 10492 ms, exit code 0
 
1002026-03-13T17:27:05.649Zstarting task 4: "build"
1012026-03-13T17:27:05.654Z+ source .github/buildomat/ci-env.sh
1022026-03-13T17:27:05.657Z++ export CARGO_TERM_COLOR=always
1032026-03-13T17:27:05.657Z++ CARGO_TERM_COLOR=always
1042026-03-13T17:27:05.657Z+ cargo --version
1052026-03-13T17:27:05.666Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-13T17:27:05.668Z+ rustc --version
1072026-03-13T17:27:05.695Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-13T17:27:05.698Z+ source ./env.sh
1092026-03-13T17:27:05.698Z++ OLD_SHELL_OPTS=ehxB
1102026-03-13T17:27:05.698Z++ set -o xtrace
1112026-03-13T17:27:05.701Z++++ dirname ./env.sh
1122026-03-13T17:27:05.704Z+++ readlink -f .
1132026-03-13T17:27:05.707Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-13T17:27:05.707Z++ 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-13T17:27:05.707Z++ 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-13T17:27:05.707Z++ 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-13T17:27:05.707Z++ 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-13T17:27:05.707Z++ 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-13T17:27:05.707Z++ 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-13T17:27:05.707Z++ 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-13T17:27:05.707Z++ 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-13T17:27:05.707Z++ case $OLD_SHELL_OPTS in
1232026-03-13T17:27:05.707Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-13T17:27:05.707Z+ 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-13T17:27:05.708Z+ 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-13T17:27:05.708Z+ banner prerequisites
1272026-03-13T17:27:05.708Z
1282026-03-13T17:27:05.708Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-13T17:27:05.708Z # # # # # # # # # # # # # # #
1302026-03-13T17:27:05.708Z # # # # ##### # # ##### # # # # # #### #
1312026-03-13T17:27:05.708Z ##### ##### # ##### # # # # # # # # #
1322026-03-13T17:27:05.708Z # # # # # # # # # # # # # # #
1332026-03-13T17:27:05.708Z # # # ###### # # ###### ### # #### # #### #
1342026-03-13T17:27:05.708Z
1352026-03-13T17:27:05.708Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-13T17:27:15.499Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-13T17:27:25.159Z Startup: Caching catalogs ... Done
1382026-03-13T17:27:47.380ZPlanning: Solver setup ... Done (20.600s)
1392026-03-13T17:27:47.531ZPlanning: Running solver ... Done (0.150s)
1402026-03-13T17:27:47.709ZPlanning: Finding local manifests ... Done (0.002s)
1412026-03-13T17:27:47.721ZPlanning: Fetching manifests: 0/5 0% complete
1422026-03-13T17:27:47.882ZPlanning: Fetching manifests: 5/5 100% complete
1432026-03-13T17:27:47.930ZPlanning: Package planning ... Done (0.051s)
1442026-03-13T17:27:47.982ZPlanning: Merging actions ... Done (0.052s)
1452026-03-13T17:27:48.223ZPlanning: Checking for conflicting actions ... Done (0.241s)
1462026-03-13T17:27:48.237ZPlanning: Consolidating action changes ... Done (0.013s)
1472026-03-13T17:27:49.097ZPlanning: Evaluating mediators ... Done (0.860s)
1482026-03-13T17:27:49.107ZPlanning: Planning completed in 23.80 seconds
1492026-03-13T17:27:49.122Z Packages to install: 5
1502026-03-13T17:27:49.126Z Mediators to change: 3
1512026-03-13T17:27:49.126Z Services to change: 1
1522026-03-13T17:27:49.126Z Estimated space available: 155.43 GB
1532026-03-13T17:27:49.126ZEstimated space to be consumed: 1.86 GB
1542026-03-13T17:27:49.126Z Create boot environment: No
1552026-03-13T17:27:49.126ZCreate backup boot environment: No
1562026-03-13T17:27:49.126Z Rebuild boot archive: No
1572026-03-13T17:27:49.126Z
1582026-03-13T17:27:49.126ZChanged mediators:
1592026-03-13T17:27:49.126Z mediator clang:
1602026-03-13T17:27:49.126Z version: None -> 15 (system default)
1612026-03-13T17:27:49.126Z
1622026-03-13T17:27:49.127Z mediator llvm:
1632026-03-13T17:27:49.127Z version: 14 (system default) -> 15 (system default)
1642026-03-13T17:27:49.127Z
1652026-03-13T17:27:49.127Z mediator postgresql:
1662026-03-13T17:27:49.127Z version: 15 (system default) -> 18 (system default)
1672026-03-13T17:27:49.127Z
1682026-03-13T17:27:49.127ZChanged packages:
1692026-03-13T17:27:49.127Zhelios-dev
1702026-03-13T17:27:49.127Z developer/build-essential
1712026-03-13T17:27:49.127Z None -> 11-2.0
1722026-03-13T17:27:49.127Z library/libxmlsec1
1732026-03-13T17:27:49.127Z None -> 1.2.35-2.0
1742026-03-13T17:27:49.127Z ooce/developer/clang-15
1752026-03-13T17:27:49.127Z None -> 15.0.7-2.0
1762026-03-13T17:27:49.127Z ooce/developer/llvm-15
1772026-03-13T17:27:49.127Z None -> 15.0.7-2.0
1782026-03-13T17:27:49.127Z ooce/library/postgresql-18
1792026-03-13T17:27:49.127Z None -> 18.1-2.0
1802026-03-13T17:27:49.127Z
1812026-03-13T17:27:49.128ZServices:
1822026-03-13T17:27:49.128Z restart_fmri:
1832026-03-13T17:27:49.128Z svc:/system/update-man-index:default
1842026-03-13T17:27:49.171Z
1852026-03-13T17:27:49.171ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-03-13T17:27:54.178ZDownload: 1123/4272 items 38.7/219.0MB 17% complete (7.5M/s)
1872026-03-13T17:28:00.253ZDownload: 2223/4272 items 119.2/219.0MB 54% complete (14.2M/s)
1882026-03-13T17:28:08.324ZDownload: 3243/4272 items 203.0/219.0MB 92% complete (14.7M/s)
1892026-03-13T17:28:17.398ZDownload: 3245/4272 items 203.0/219.0MB 92% complete
1902026-03-13T17:28:20.346ZDownload: Completed 218.99 MB in 31.17 seconds (7.0M/s)
1912026-03-13T17:28:20.523Z Actions: 1/4789 actions (Installing new actions)
1922026-03-13T17:28:24.935Z Actions: Completed 4789 actions in 4.30 seconds.
1932026-03-13T17:28:25.218Z Done (0.368s)
1942026-03-13T17:28:25.218Z Done (0.000s)
1952026-03-13T17:28:26.212Z Done (1.015s)
1962026-03-13T17:28:30.366Z Done (3.658s)
1972026-03-13T17:28:30.391Z Done (0.017s)
1982026-03-13T17:28:30.391Z Done (0.000s)
1992026-03-13T17:28:30.522Z Done (0.000s)
2002026-03-13T17:28:31.475ZPlanning: Evaluating mediator changes ... Done
2012026-03-13T17:28:31.617ZPlanning: Checking for conflicting actions ... Done
2022026-03-13T17:28:31.620ZPlanning: Consolidating action changes ... Done
2032026-03-13T17:28:32.095ZPlanning: Evaluating mediators ... Done
2042026-03-13T17:28:32.144ZPlanning: Planning completed in 0.36 seconds
2052026-03-13T17:28:32.144Z Mediators to change: 2
2062026-03-13T17:28:32.144Z Create boot environment: No
2072026-03-13T17:28:32.145ZCreate backup boot environment: No
2082026-03-13T17:28:32.145Z Done
2092026-03-13T17:28:32.145Z Done
2102026-03-13T17:28:32.721Z Done
2112026-03-13T17:28:37.588Z Done
2122026-03-13T17:28:37.588Z Done
2132026-03-13T17:28:37.588Z Done
2142026-03-13T17:28:37.588Z Done
2152026-03-13T17:28:37.588ZPlanning: Evaluating mediator changes ... Done
2162026-03-13T17:28:37.588ZPlanning: Checking for conflicting actions ... Done
2172026-03-13T17:28:37.588ZPlanning: Consolidating action changes ... Done
2182026-03-13T17:28:37.588ZPlanning: Evaluating mediators ... Done
2192026-03-13T17:28:37.588ZPlanning: Planning completed in 0.37 seconds
2202026-03-13T17:28:37.588Z Mediators to change: 1
2212026-03-13T17:28:37.588Z Create boot environment: No
2222026-03-13T17:28:37.588ZCreate backup boot environment: No
2232026-03-13T17:28:37.588Z Done
2242026-03-13T17:28:37.588Z Done
2252026-03-13T17:28:37.810Z Done
2262026-03-13T17:28:41.149Z Done
2272026-03-13T17:28:41.233Z Done
2282026-03-13T17:28:41.237Z Done
2292026-03-13T17:28:41.365Z Done
2302026-03-13T17:28:41.745ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-03-13T17:28:41.745Zclang system 15 system
2322026-03-13T17:28:41.745Zcsh system system illumos
2332026-03-13T17:28:41.745Zctags system system illumos
2342026-03-13T17:28:41.745Zfile system system illumos
2352026-03-13T17:28:41.745Zgcc vendor 12 vendor
2362026-03-13T17:28:41.745Zgcc system 10 system
2372026-03-13T17:28:41.745Zgcc system 7 system
2382026-03-13T17:28:41.745Zgo system 1.20 system
2392026-03-13T17:28:41.745Zgo system 1.19 system
2402026-03-13T17:28:41.745Zllvm system 15 system
2412026-03-13T17:28:41.745Zllvm system 14 system
2422026-03-13T17:28:41.745Zmariadb system 10.6 system
2432026-03-13T17:28:41.745Zmta vendor vendor dma
2442026-03-13T17:28:41.745Zopenjdk system 17 system
2452026-03-13T17:28:41.745Zopenjdk system 11 system
2462026-03-13T17:28:41.745Zopenjdk system 1.8 system
2472026-03-13T17:28:41.745Zopenssl vendor 3 vendor
2482026-03-13T17:28:41.745Zperl system 5.36 system
2492026-03-13T17:28:41.745Zpostgresql system 18 system
2502026-03-13T17:28:41.745Zpostgresql system 15 system
2512026-03-13T17:28:41.745Zpostgresql system 13 system
2522026-03-13T17:28:41.746Zpython vendor 3 vendor
2532026-03-13T17:28:41.746Zpython system 2 system
2542026-03-13T17:28:41.746Zpython3 system 3.11 system
2552026-03-13T17:28:41.746Zruby system 3.0 system
2562026-03-13T17:28:41.746Zwords vendor vendor american-english
2572026-03-13T17:28:41.746Zwords system system australian-english
2582026-03-13T17:28:41.746Zwords system system british-english
2592026-03-13T17:28:41.746Zwords system system canadian-english
2602026-03-13T17:28:41.746Zwords system system french
2612026-03-13T17:28:41.746Zwords system system italian
2622026-03-13T17:28:41.746Zwords system system ngerman
2632026-03-13T17:28:41.746Zwords system system ogerman
2642026-03-13T17:28:41.746Zwords system system spanish
2652026-03-13T17:28:42.067ZPUBLISHER TYPE STATUS P LOCATION
2662026-03-13T17:28:42.067Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672026-03-13T17:28:48.020ZFMRI IFO
2682026-03-13T17:28:48.020Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692026-03-13T17:28:48.021Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702026-03-13T17:28:48.021Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712026-03-13T17:28:48.021Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722026-03-13T17:28:48.021Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732026-03-13T17:28:48.021Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2742026-03-13T17:28:48.021Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2752026-03-13T17:28:48.021Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2762026-03-13T17:28:48.021Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2772026-03-13T17:28:48.021Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782026-03-13T17:28:48.021Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792026-03-13T17:28:48.021Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2802026-03-13T17:28:48.021Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812026-03-13T17:28:48.021Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822026-03-13T17:28:48.021Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2832026-03-13T17:28:48.021Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842026-03-13T17:28:48.021Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852026-03-13T17:28:49.270Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862026-03-13T17:28:49.537Z Updating crates.io index
2872026-03-13T17:28:49.539Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882026-03-13T17:28:49.823Z Updating git repository `https://github.com/oxidecomputer/lldp`
2892026-03-13T17:28:50.655Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902026-03-13T17:28:51.032Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2912026-03-13T17:28:51.342Z Updating git repository `https://github.com/oxidecomputer/falcon`
2922026-03-13T17:28:53.268Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2932026-03-13T17:28:54.010Z Updating git repository `https://github.com/oxidecomputer/propolis`
2942026-03-13T17:28:55.391Z Updating git repository `https://github.com/oxidecomputer/crucible`
2952026-03-13T17:28:56.957Z Updating git repository `https://github.com/oxidecomputer/opte`
2962026-03-13T17:28:57.722Z Updating git repository `https://github.com/oxidecomputer/tofino`
2972026-03-13T17:28:58.259Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2982026-03-13T17:28:59.284Z Updating git repository `https://github.com/oxidecomputer/clickward`
2992026-03-13T17:28:59.742Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002026-03-13T17:29:00.198Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3012026-03-13T17:29:00.496Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3022026-03-13T17:29:01.483Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3032026-03-13T17:29:02.014Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3042026-03-13T17:29:02.549Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052026-03-13T17:29:02.746Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3062026-03-13T17:29:03.486Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3072026-03-13T17:29:03.871Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3082026-03-13T17:29:04.127Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3092026-03-13T17:29:04.415Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3102026-03-13T17:29:04.825Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3112026-03-13T17:29:05.246Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3122026-03-13T17:29:05.923Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3132026-03-13T17:29:06.272Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3142026-03-13T17:29:06.594Z Updating git repository `https://github.com/oxidecomputer/ispf`
3152026-03-13T17:29:07.054Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3162026-03-13T17:29:08.151Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3172026-03-13T17:29:08.481Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3182026-03-13T17:29:08.824Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3192026-03-13T17:29:09.147Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3202026-03-13T17:29:09.564Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3212026-03-13T17:29:09.944Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3222026-03-13T17:29:10.222Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3232026-03-13T17:29:10.495Z Updating git repository `https://github.com/illumos/smf-rs`
3242026-03-13T17:29:10.847Z Updating git repository `https://github.com/oxidecomputer/omicron`
3252026-03-13T17:29:24.654Z Downloading crates ...
3262026-03-13T17:29:24.705Z Downloaded anstyle-parse v0.2.7
3272026-03-13T17:29:24.716Z Downloaded cargo-util-schemas v0.8.2
3282026-03-13T17:29:24.716Z Downloaded erased-serde v0.4.9
3292026-03-13T17:29:24.716Z Downloaded digest v0.10.7
3302026-03-13T17:29:24.728Z Downloaded crypto-common v0.1.7
3312026-03-13T17:29:24.728Z Downloaded clap_lex v1.0.0
3322026-03-13T17:29:24.728Z Downloaded displaydoc v0.2.5
3332026-03-13T17:29:24.728Z Downloaded generic-array v0.14.7
3342026-03-13T17:29:24.729Z Downloaded anstyle-query v1.1.5
3352026-03-13T17:29:24.729Z Downloaded unicode-linebreak v0.1.5
3362026-03-13T17:29:24.729Z Downloaded form_urlencoded v1.2.2
3372026-03-13T17:29:24.729Z Downloaded fastrand v2.3.0
3382026-03-13T17:29:24.729Z Downloaded dtrace-parser v0.2.0
3392026-03-13T17:29:24.729Z Downloaded fnv v1.0.7
3402026-03-13T17:29:24.729Z Downloaded colorchoice v1.0.4
3412026-03-13T17:29:24.729Z Downloaded cfg-if v1.0.4
3422026-03-13T17:29:24.750Z Downloaded cpufeatures v0.2.17
3432026-03-13T17:29:24.750Z Downloaded block-buffer v0.10.4
3442026-03-13T17:29:24.750Z Downloaded toml_write v0.1.2
3452026-03-13T17:29:24.784Z Downloaded zerovec-derive v0.11.2
3462026-03-13T17:29:24.784Z Downloaded version_check v0.9.5
3472026-03-13T17:29:24.784Z Downloaded utf8parse v0.2.2
3482026-03-13T17:29:24.784Z Downloaded heck v0.4.1
3492026-03-13T17:29:24.784Z Downloaded fs-err v3.3.0
3502026-03-13T17:29:24.785Z Downloaded bitflags v2.11.0
3512026-03-13T17:29:24.785Z Downloaded zerotrie v0.2.3
3522026-03-13T17:29:24.785Z Downloaded toml_datetime v0.6.11
3532026-03-13T17:29:24.785Z Downloaded toml v0.8.23
3542026-03-13T17:29:24.785Z Downloaded usdt v0.5.0
3552026-03-13T17:29:24.785Z Downloaded potential_utf v0.1.4
3562026-03-13T17:29:24.785Z Downloaded plain v0.2.3
3572026-03-13T17:29:24.785Z Downloaded equivalent v1.0.2
3582026-03-13T17:29:24.786Z Downloaded typeid v1.0.3
3592026-03-13T17:29:24.786Z Downloaded thread-id v4.2.2
3602026-03-13T17:29:24.786Z Downloaded is_terminal_polyfill v1.70.2
3612026-03-13T17:29:24.786Z Downloaded dof v0.3.0
3622026-03-13T17:29:24.786Z Downloaded scroll_derive v0.12.1
3632026-03-13T17:29:24.786Z Downloaded unicode-xid v0.2.6
3642026-03-13T17:29:24.786Z Downloaded memmap v0.7.0
3652026-03-13T17:29:24.786Z Downloaded idna_adapter v1.2.1
3662026-03-13T17:29:24.786Z Downloaded bytecount v0.6.9
3672026-03-13T17:29:24.786Z Downloaded zerofrom v0.1.6
3682026-03-13T17:29:24.786Z Downloaded yoke-derive v0.8.1
3692026-03-13T17:29:24.786Z Downloaded anstyle v1.0.13
3702026-03-13T17:29:24.786Z Downloaded ordered-float v2.10.1
3712026-03-13T17:29:24.794Z Downloaded usdt-macro v0.5.0
3722026-03-13T17:29:24.794Z Downloaded utf8_iter v1.0.4
3732026-03-13T17:29:24.794Z Downloaded zerofrom-derive v0.1.6
3742026-03-13T17:29:24.795Z Downloaded textwrap v0.16.2
3752026-03-13T17:29:24.795Z Downloaded usdt-impl v0.5.0
3762026-03-13T17:29:24.795Z Downloaded terminal_size v0.4.3
3772026-03-13T17:29:24.795Z Downloaded camino-tempfile v1.4.1
3782026-03-13T17:29:24.795Z Downloaded usdt-attr-macro v0.5.0
3792026-03-13T17:29:24.795Z Downloaded yoke v0.8.1
3802026-03-13T17:29:24.795Z Downloaded camino v1.2.2
3812026-03-13T17:29:24.795Z Downloaded smawk v0.3.2
3822026-03-13T17:29:24.795Z Downloaded zmij v1.0.21
3832026-03-13T17:29:24.795Z Downloaded thiserror-impl v1.0.69
3842026-03-13T17:29:24.795Z Downloaded macaddr v1.0.1
3852026-03-13T17:29:24.795Z Downloaded errno v0.3.14
3862026-03-13T17:29:24.795Z Downloaded tinystr v0.8.2
3872026-03-13T17:29:24.795Z Downloaded writeable v0.6.2
3882026-03-13T17:29:24.796Z Downloaded thiserror v2.0.18
3892026-03-13T17:29:24.796Z Downloaded strsim v0.11.1
3902026-03-13T17:29:24.806Z Downloaded swrite v0.1.0
3912026-03-13T17:29:24.806Z Downloaded heck v0.5.0
3922026-03-13T17:29:24.806Z Downloaded ucd-trie v0.1.7
3932026-03-13T17:29:24.806Z Downloaded zerocopy-derive v0.7.35
3942026-03-13T17:29:24.806Z Downloaded serde_spanned v0.6.9
3952026-03-13T17:29:24.806Z Downloaded tabled_derive v0.7.0
3962026-03-13T17:29:24.806Z Downloaded cargo-platform v0.2.0
3972026-03-13T17:29:24.806Z Downloaded serde-value v0.7.0
3982026-03-13T17:29:24.814Z Downloaded itoa v1.0.17
3992026-03-13T17:29:24.814Z Downloaded unicode-ident v1.0.24
4002026-03-13T17:29:24.815Z Downloaded byteorder v1.5.0
4012026-03-13T17:29:24.815Z Downloaded thiserror-impl v2.0.18
4022026-03-13T17:29:24.815Z Downloaded percent-encoding v2.3.2
4032026-03-13T17:29:24.830Z Downloaded typenum v1.19.0
4042026-03-13T17:29:24.830Z Downloaded stable_deref_trait v1.2.1
4052026-03-13T17:29:24.830Z Downloaded cargo_toml v0.21.0
4062026-03-13T17:29:24.830Z Downloaded proc-macro-error v1.0.4
4072026-03-13T17:29:24.830Z Downloaded autocfg v1.5.0
4082026-03-13T17:29:24.839Z Downloaded anstream v0.6.21
4092026-03-13T17:29:24.839Z Downloaded url v2.5.8
4102026-03-13T17:29:24.840Z Downloaded toml_edit v0.22.27
4112026-03-13T17:29:24.840Z Downloaded proc-macro-error-attr v1.0.4
4122026-03-13T17:29:24.842Z Downloaded scroll v0.12.0
4132026-03-13T17:29:24.926Z Downloaded pretty-hex v0.4.1
4142026-03-13T17:29:24.927Z Downloaded synstructure v0.13.2
4152026-03-13T17:29:24.927Z Downloaded anyhow v1.0.102
4162026-03-13T17:29:24.927Z Downloaded zerovec v0.11.5
4172026-03-13T17:29:24.927Z Downloaded zerocopy v0.7.35
4182026-03-13T17:29:24.927Z Downloaded serde-untagged v0.1.9
4192026-03-13T17:29:24.927Z Downloaded winnow v0.7.14
4202026-03-13T17:29:24.928Z Downloaded unicode-width v0.2.0
4212026-03-13T17:29:24.928Z Downloaded unicode-width v0.1.14
4222026-03-13T17:29:24.928Z Downloaded thiserror v1.0.69
4232026-03-13T17:29:24.928Z Downloaded pest_derive v2.8.6
4242026-03-13T17:29:24.928Z Downloaded clap_derive v4.5.55
4252026-03-13T17:29:24.928Z Downloaded cargo_metadata v0.21.0
4262026-03-13T17:29:24.928Z Downloaded tempfile v3.25.0
4272026-03-13T17:29:24.928Z Downloaded sha2 v0.10.9
4282026-03-13T17:29:24.928Z Downloaded semver v1.0.27
4292026-03-13T17:29:24.928Z Downloaded pest_generator v2.8.6
4302026-03-13T17:29:24.928Z Downloaded serde_tokenstream v0.2.3
4312026-03-13T17:29:24.928Z Downloaded quote v1.0.44
4322026-03-13T17:29:24.940Z Downloaded litemap v0.8.1
4332026-03-13T17:29:24.940Z Downloaded once_cell v1.21.3
4342026-03-13T17:29:24.940Z Downloaded serde_derive v1.0.228
4352026-03-13T17:29:24.941Z Downloaded log v0.4.29
4362026-03-13T17:29:24.941Z Downloaded clap v4.5.60
4372026-03-13T17:29:24.954Z Downloaded proc-macro2 v1.0.106
4382026-03-13T17:29:24.954Z Downloaded smallvec v1.15.1
4392026-03-13T17:29:24.954Z Downloaded icu_properties v2.1.2
4402026-03-13T17:29:24.954Z Downloaded num-traits v0.2.19
4412026-03-13T17:29:24.955Z Downloaded getrandom v0.4.1
4422026-03-13T17:29:24.955Z Downloaded pest_meta v2.8.6
4432026-03-13T17:29:24.991Z Downloaded icu_provider v2.1.1
4442026-03-13T17:29:24.991Z Downloaded papergrid v0.11.0
4452026-03-13T17:29:24.991Z Downloaded serde_core v1.0.228
4462026-03-13T17:29:24.991Z Downloaded icu_normalizer_data v2.1.1
4472026-03-13T17:29:25.019Z Downloaded serde v1.0.228
4482026-03-13T17:29:25.019Z Downloaded memchr v2.8.0
4492026-03-13T17:29:25.019Z Downloaded icu_locale_core v2.1.1
4502026-03-13T17:29:25.020Z Downloaded icu_normalizer v2.1.1
4512026-03-13T17:29:25.020Z Downloaded icu_collections v2.1.1
4522026-03-13T17:29:25.035Z Downloaded indexmap v2.13.0
4532026-03-13T17:29:25.036Z Downloaded idna v1.1.0
4542026-03-13T17:29:25.049Z Downloaded pest v2.8.6
4552026-03-13T17:29:25.068Z Downloaded hashbrown v0.16.1
4562026-03-13T17:29:25.068Z Downloaded icu_properties_data v2.1.2
4572026-03-13T17:29:25.080Z Downloaded serde_json v1.0.149
4582026-03-13T17:29:25.081Z Downloaded clap_builder v4.5.60
4592026-03-13T17:29:25.082Z Downloaded goblin v0.8.2
4602026-03-13T17:29:25.113Z Downloaded tabled v0.15.0
4612026-03-13T17:29:25.132Z Downloaded syn v1.0.109
4622026-03-13T17:29:25.132Z Downloaded syn v2.0.117
4632026-03-13T17:29:25.154Z Downloaded rustix v1.1.3
4642026-03-13T17:29:25.166Z Downloaded libc v0.2.180
4652026-03-13T17:29:25.236Z Compiling proc-macro2 v1.0.106
4662026-03-13T17:29:25.242Z Compiling quote v1.0.44
4672026-03-13T17:29:25.242Z Compiling unicode-ident v1.0.24
4682026-03-13T17:29:25.242Z Compiling serde_core v1.0.228
4692026-03-13T17:29:25.242Z Compiling libc v0.2.180
4702026-03-13T17:29:25.243Z Compiling version_check v0.9.5
4712026-03-13T17:29:25.243Z Compiling stable_deref_trait v1.2.1
4722026-03-13T17:29:25.243Z Compiling serde v1.0.228
4732026-03-13T17:29:25.655Z Compiling memchr v2.8.0
4742026-03-13T17:29:25.662Z Compiling zmij v1.0.21
4752026-03-13T17:29:25.994Z Compiling thiserror v1.0.69
4762026-03-13T17:29:26.057Z Compiling ucd-trie v0.1.7
4772026-03-13T17:29:26.432Z Compiling itoa v1.0.17
4782026-03-13T17:29:26.467Z Compiling autocfg v1.5.0
4792026-03-13T17:29:26.609Z Compiling pest v2.8.6
4802026-03-13T17:29:26.653Z Compiling litemap v0.8.1
4812026-03-13T17:29:26.712Z Compiling writeable v0.6.2
4822026-03-13T17:29:26.785Z Compiling icu_properties_data v2.1.2
4832026-03-13T17:29:26.897Z Compiling byteorder v1.5.0
4842026-03-13T17:29:27.051Z Compiling rustix v1.1.3
4852026-03-13T17:29:27.081Z Compiling icu_normalizer_data v2.1.1
4862026-03-13T17:29:27.213Z Compiling syn v2.0.117
4872026-03-13T17:29:27.399Z Compiling errno v0.3.14
4882026-03-13T17:29:27.415Z Compiling bitflags v2.11.0
4892026-03-13T17:29:27.585Z Compiling serde_json v1.0.149
4902026-03-13T17:29:27.816Z Compiling num-traits v0.2.19
4912026-03-13T17:29:27.903Z Compiling equivalent v1.0.2
4922026-03-13T17:29:28.014Z Compiling hashbrown v0.16.1
4932026-03-13T17:29:28.075Z Compiling smallvec v1.15.1
4942026-03-13T17:29:28.220Z Compiling pest_meta v2.8.6
4952026-03-13T17:29:28.335Z Compiling typeid v1.0.3
4962026-03-13T17:29:28.646Z Compiling indexmap v2.13.0
4972026-03-13T17:29:28.715Z Compiling thread-id v4.2.2
4982026-03-13T17:29:28.737Z Compiling usdt-impl v0.5.0
4992026-03-13T17:29:28.758Z Compiling proc-macro-error-attr v1.0.4
5002026-03-13T17:29:28.847Z Compiling toml_write v0.1.2
5012026-03-13T17:29:29.009Z Compiling erased-serde v0.4.9
5022026-03-13T17:29:29.032Z Compiling winnow v0.7.14
5032026-03-13T17:29:29.072Z Compiling syn v1.0.109
5042026-03-13T17:29:29.589Z Compiling proc-macro-error v1.0.4
5052026-03-13T17:29:29.654Z Compiling utf8parse v0.2.2
5062026-03-13T17:29:29.798Z Compiling utf8_iter v1.0.4
5072026-03-13T17:29:29.843Z Compiling log v0.4.29
5082026-03-13T17:29:29.980Z Compiling thiserror v2.0.18
5092026-03-13T17:29:30.076Z Compiling camino v1.2.2
5102026-03-13T17:29:30.422Z Compiling getrandom v0.4.1
5112026-03-13T17:29:30.472Z Compiling percent-encoding v2.3.2
5122026-03-13T17:29:30.497Z Compiling plain v0.2.3
5132026-03-13T17:29:30.639Z Compiling form_urlencoded v1.2.2
5142026-03-13T17:29:30.727Z Compiling ordered-float v2.10.1
5152026-03-13T17:29:30.871Z Compiling anstyle-parse v0.2.7
5162026-03-13T17:29:30.987Z Compiling synstructure v0.13.2
5172026-03-13T17:29:31.121Z Compiling pest_generator v2.8.6
5182026-03-13T17:29:31.126Z Compiling terminal_size v0.4.3
5192026-03-13T17:29:31.250Z Compiling colorchoice v1.0.4
5202026-03-13T17:29:31.405Z Compiling anstyle-query v1.1.5
5212026-03-13T17:29:31.448Z Compiling pretty-hex v0.4.1
5222026-03-13T17:29:31.538Z Compiling anstyle v1.0.13
5232026-03-13T17:29:31.560Z Compiling cfg-if v1.0.4
5242026-03-13T17:29:31.585Z Compiling is_terminal_polyfill v1.70.2
5252026-03-13T17:29:31.625Z Compiling serde-untagged v0.1.9
5262026-03-13T17:29:31.834Z Compiling anstream v0.6.21
5272026-03-13T17:29:31.858Z Compiling semver v1.0.27
5282026-03-13T17:29:31.951Z Compiling fs-err v3.3.0
5292026-03-13T17:29:32.057Z Compiling bytecount v0.6.9
5302026-03-13T17:29:32.212Z Compiling heck v0.4.1
5312026-03-13T17:29:32.236Z Compiling fastrand v2.3.0
5322026-03-13T17:29:32.259Z Compiling once_cell v1.21.3
5332026-03-13T17:29:32.314Z Compiling fnv v1.0.7
5342026-03-13T17:29:32.397Z Compiling strsim v0.11.1
5352026-03-13T17:29:32.441Z Compiling unicode-width v0.1.14
5362026-03-13T17:29:32.507Z Compiling anyhow v1.0.102
5372026-03-13T17:29:32.586Z Compiling unicode-xid v0.2.6
5382026-03-13T17:29:32.746Z Compiling clap_lex v1.0.0
5392026-03-13T17:29:32.801Z Compiling heck v0.5.0
5402026-03-13T17:29:32.886Z Compiling papergrid v0.11.0
5412026-03-13T17:29:32.941Z Compiling clap_builder v4.5.60
5422026-03-13T17:29:33.042Z Compiling tempfile v3.25.0
5432026-03-13T17:29:33.212Z Compiling memmap v0.7.0
5442026-03-13T17:29:33.238Z Compiling unicode-width v0.2.0
5452026-03-13T17:29:33.442Z Compiling unicode-linebreak v0.1.5
5462026-03-13T17:29:33.536Z Compiling smawk v0.3.2
5472026-03-13T17:29:33.563Z Compiling serde_derive v1.0.228
5482026-03-13T17:29:33.586Z Compiling zerofrom-derive v0.1.6
5492026-03-13T17:29:33.711Z Compiling yoke-derive v0.8.1
5502026-03-13T17:29:33.757Z Compiling zerovec-derive v0.11.2
5512026-03-13T17:29:34.001Z Compiling displaydoc v0.2.5
5522026-03-13T17:29:34.818Z Compiling thiserror-impl v1.0.69
5532026-03-13T17:29:34.931Z Compiling zerocopy-derive v0.7.35
5542026-03-13T17:29:35.247Z Compiling pest_derive v2.8.6
5552026-03-13T17:29:35.304Z Compiling scroll_derive v0.12.1
5562026-03-13T17:29:35.515Z Compiling zerofrom v0.1.6
5572026-03-13T17:29:35.692Z Compiling yoke v0.8.1
5582026-03-13T17:29:35.827Z Compiling thiserror-impl v2.0.18
5592026-03-13T17:29:35.984Z Compiling zerovec v0.11.5
5602026-03-13T17:29:36.130Z Compiling zerotrie v0.2.3
5612026-03-13T17:29:36.193Z Compiling zerocopy v0.7.35
5622026-03-13T17:29:36.594Z Compiling scroll v0.12.0
5632026-03-13T17:29:36.693Z Compiling tinystr v0.8.2
5642026-03-13T17:29:36.716Z Compiling potential_utf v0.1.4
5652026-03-13T17:29:36.931Z Compiling icu_locale_core v2.1.1
5662026-03-13T17:29:36.954Z Compiling icu_collections v2.1.1
5672026-03-13T17:29:36.977Z Compiling dtrace-parser v0.2.0
5682026-03-13T17:29:37.027Z Compiling goblin v0.8.2
5692026-03-13T17:29:37.284Z Compiling tabled_derive v0.7.0
5702026-03-13T17:29:37.674Z Compiling clap_derive v4.5.55
5712026-03-13T17:29:37.871Z Compiling icu_provider v2.1.1
5722026-03-13T17:29:38.030Z Compiling textwrap v0.16.2
5732026-03-13T17:29:38.186Z Compiling icu_properties v2.1.2
5742026-03-13T17:29:38.260Z Compiling toml_datetime v0.6.11
5752026-03-13T17:29:38.329Z Compiling serde_spanned v0.6.9
5762026-03-13T17:29:38.353Z Compiling icu_normalizer v2.1.1
5772026-03-13T17:29:38.525Z Compiling toml_edit v0.22.27
5782026-03-13T17:29:38.548Z Compiling dof v0.3.0
5792026-03-13T17:29:38.617Z Compiling serde_tokenstream v0.2.3
5802026-03-13T17:29:38.652Z Compiling serde-value v0.7.0
5812026-03-13T17:29:39.082Z Compiling cargo-platform v0.2.0
5822026-03-13T17:29:39.106Z Compiling tabled v0.15.0
5832026-03-13T17:29:39.132Z Compiling macaddr v1.0.1
5842026-03-13T17:29:39.423Z Compiling idna_adapter v1.2.1
5852026-03-13T17:29:39.446Z Compiling camino-tempfile v1.4.1
5862026-03-13T17:29:39.599Z Compiling idna v1.1.0
5872026-03-13T17:29:39.823Z Compiling usdt-attr-macro v0.5.0
5882026-03-13T17:29:40.088Z Compiling url v2.5.8
5892026-03-13T17:29:40.117Z Compiling usdt-macro v0.5.0
5902026-03-13T17:29:40.469Z Compiling toml v0.8.23
5912026-03-13T17:29:40.953Z Compiling clap v4.5.60
5922026-03-13T17:29:41.059Z Compiling cargo-util-schemas v0.8.2
5932026-03-13T17:29:41.083Z Compiling cargo_toml v0.21.0
5942026-03-13T17:29:41.200Z Compiling usdt v0.5.0
5952026-03-13T17:29:41.324Z Compiling swrite v0.1.0
5962026-03-13T17:29:41.458Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5972026-03-13T17:29:42.339Z Compiling cargo_metadata v0.21.0
5982026-03-13T17:29:43.625Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5992026-03-13T17:29:46.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.46s
6002026-03-13T17:29:46.801Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6012026-03-13T17:29:47.525Z Downloading crates ...
6022026-03-13T17:29:47.637Z Downloaded adler2 v2.0.1
6032026-03-13T17:29:47.645Z Downloaded async-stream-impl v0.3.6
6042026-03-13T17:29:47.649Z Downloaded aead v0.5.2
6052026-03-13T17:29:47.658Z Downloaded block-padding v0.3.3
6062026-03-13T17:29:47.666Z Downloaded bit-set v0.5.3
6072026-03-13T17:29:47.669Z Downloaded debug-ignore v1.0.5
6082026-03-13T17:29:47.673Z Downloaded bitfield v0.19.4
6092026-03-13T17:29:47.673Z Downloaded constant_time_eq v0.4.2
6102026-03-13T17:29:47.679Z Downloaded foreign-types-shared v0.3.1
6112026-03-13T17:29:47.683Z Downloaded cbc v0.1.2
6122026-03-13T17:29:47.686Z Downloaded darling_macro v0.21.3
6132026-03-13T17:29:47.689Z Downloaded bitfield-struct v0.6.2
6142026-03-13T17:29:47.692Z Downloaded derive_builder_macro v0.20.2
6152026-03-13T17:29:47.696Z Downloaded backoff v0.4.0
6162026-03-13T17:29:47.703Z Downloaded ed25519 v2.2.3
6172026-03-13T17:29:47.707Z Downloaded defmt v0.3.100
6182026-03-13T17:29:47.708Z Downloaded display-error-chain v0.2.2
6192026-03-13T17:29:47.716Z Downloaded atomic-waker v1.1.2
6202026-03-13T17:29:47.716Z Downloaded diff v0.1.13
6212026-03-13T17:29:47.722Z Downloaded atty v0.2.14
6222026-03-13T17:29:47.722Z Downloaded derive_builder_core v0.20.2
6232026-03-13T17:29:47.729Z Downloaded daft-derive v0.1.5
6242026-03-13T17:29:47.734Z Downloaded env_filter v1.0.0
6252026-03-13T17:29:47.734Z Downloaded castaway v0.2.4
6262026-03-13T17:29:47.739Z Downloaded foreign-types v0.3.2
6272026-03-13T17:29:47.745Z Downloaded dropshot-api-manager-types v0.6.0
6282026-03-13T17:29:47.745Z Downloaded derive-where v1.6.0
6292026-03-13T17:29:47.749Z Downloaded endian-type v0.1.2
6302026-03-13T17:29:47.753Z Downloaded crc8 v0.1.1
6312026-03-13T17:29:47.753Z Downloaded float-cmp v0.10.0
6322026-03-13T17:29:47.756Z Downloaded crunchy v0.2.4
6332026-03-13T17:29:47.759Z Downloaded cpufeatures v0.3.0
6342026-03-13T17:29:47.762Z Downloaded fd-lock v4.0.4
6352026-03-13T17:29:47.767Z Downloaded funty v2.0.0
6362026-03-13T17:29:47.770Z Downloaded foreign-types v0.5.0
6372026-03-13T17:29:47.773Z Downloaded futures-io v0.3.32
6382026-03-13T17:29:47.776Z Downloaded dyn-clone v1.0.20
6392026-03-13T17:29:47.780Z Downloaded git-stub v1.0.0
6402026-03-13T17:29:47.783Z Downloaded foreign-types-shared v0.1.1
6412026-03-13T17:29:47.783Z Downloaded diesel_table_macro_syntax v0.2.0
6422026-03-13T17:29:47.792Z Downloaded gethostname v0.5.0
6432026-03-13T17:29:47.796Z Downloaded fxhash v0.2.1
6442026-03-13T17:29:47.796Z Downloaded cmake v0.1.57
6452026-03-13T17:29:47.797Z Downloaded globwalk v0.9.1
6462026-03-13T17:29:47.801Z Downloaded des v0.8.1
6472026-03-13T17:29:47.806Z Downloaded headers-core v0.3.0
6482026-03-13T17:29:47.806Z Downloaded hash32 v0.3.1
6492026-03-13T17:29:47.811Z Downloaded hex v0.4.3
6502026-03-13T17:29:47.817Z Downloaded ff v0.13.1
6512026-03-13T17:29:47.817Z Downloaded data-encoding v2.10.0
6522026-03-13T17:29:47.825Z Downloaded hex-literal v0.4.1
6532026-03-13T17:29:47.825Z Downloaded http-range v0.1.5
6542026-03-13T17:29:47.832Z Downloaded crossbeam-epoch v0.9.18
6552026-03-13T17:29:47.832Z Downloaded filetime v0.2.27
6562026-03-13T17:29:47.836Z Downloaded corncobs v0.1.4
6572026-03-13T17:29:47.836Z Downloaded futures-task v0.3.32
6582026-03-13T17:29:47.836Z Downloaded foldhash v0.1.5
6592026-03-13T17:29:47.840Z Downloaded hubpack_derive v0.1.1
6602026-03-13T17:29:47.843Z Downloaded ident_case v1.0.1
6612026-03-13T17:29:47.843Z Downloaded derive_more v0.99.20
6622026-03-13T17:29:47.848Z Downloaded glob v0.3.3
6632026-03-13T17:29:47.852Z Downloaded chacha20 v0.10.0
6642026-03-13T17:29:47.855Z Downloaded group v0.13.0
6652026-03-13T17:29:47.859Z Downloaded defmt-macros v1.0.1
6662026-03-13T17:29:47.863Z Downloaded globset v0.4.18
6672026-03-13T17:29:47.866Z Downloaded inout v0.1.4
6682026-03-13T17:29:47.869Z Downloaded is-terminal v0.4.17
6692026-03-13T17:29:47.869Z Downloaded darling v0.23.0
6702026-03-13T17:29:47.891Z Downloaded linked-hash-map v0.5.6
6712026-03-13T17:29:47.975Z Downloaded lazy_static v1.5.0
6722026-03-13T17:29:47.976Z Downloaded is_ci v1.2.0
6732026-03-13T17:29:47.976Z Downloaded libscf-sys v1.1.0
6742026-03-13T17:29:47.976Z Downloaded aes-gcm v0.10.3
6752026-03-13T17:29:47.976Z Downloaded lru-cache v0.1.2
6762026-03-13T17:29:47.976Z Downloaded humantime v2.3.0
6772026-03-13T17:29:47.976Z Downloaded maplit v1.0.2
6782026-03-13T17:29:47.976Z Downloaded getrandom v0.2.17
6792026-03-13T17:29:47.976Z Downloaded highway v1.3.0
6802026-03-13T17:29:47.976Z Downloaded mime v0.3.17
6812026-03-13T17:29:47.977Z Downloaded md5 v0.7.0
6822026-03-13T17:29:47.977Z Downloaded multimap v0.10.1
6832026-03-13T17:29:47.977Z Downloaded memoffset v0.9.1
6842026-03-13T17:29:47.977Z Downloaded match_cfg v0.1.0
6852026-03-13T17:29:47.977Z Downloaded indoc v2.0.7
6862026-03-13T17:29:47.977Z Downloaded normalize-line-endings v0.3.0
6872026-03-13T17:29:47.977Z Downloaded nibble_vec v0.1.0
6882026-03-13T17:29:47.977Z Downloaded nonempty v0.12.0
6892026-03-13T17:29:47.977Z Downloaded nodrop v0.1.14
6902026-03-13T17:29:47.977Z Downloaded fatfs v0.3.6
6912026-03-13T17:29:47.977Z Downloaded num-derive v0.3.3
6922026-03-13T17:29:47.978Z Downloaded num-iter v0.1.45
6932026-03-13T17:29:47.978Z Downloaded num-derive v0.4.2
6942026-03-13T17:29:47.978Z Downloaded hickory-client v0.25.2
6952026-03-13T17:29:47.978Z Downloaded num_enum_derive v0.5.11
6962026-03-13T17:29:47.978Z Downloaded lock_api v0.4.14
6972026-03-13T17:29:47.978Z Downloaded hmac v0.12.1
6982026-03-13T17:29:47.999Z Downloaded openssl-macros v0.1.1
6992026-03-13T17:29:47.999Z Downloaded oso-derive v0.27.3
7002026-03-13T17:29:47.999Z Downloaded openssl-probe v0.1.6
7012026-03-13T17:29:47.999Z Downloaded base64 v0.22.1
7022026-03-13T17:29:47.999Z Downloaded hyper-staticfile v0.10.1
7032026-03-13T17:29:48.009Z Downloaded const_format v0.2.35
7042026-03-13T17:29:48.009Z Downloaded nanorand v0.7.0
7052026-03-13T17:29:48.009Z Downloaded packed_struct_codegen v0.10.1
7062026-03-13T17:29:48.009Z Downloaded mime_guess v2.0.5
7072026-03-13T17:29:48.009Z Downloaded linear-map v1.2.0
7082026-03-13T17:29:48.009Z Downloaded newtype-uuid-macros v0.1.0
7092026-03-13T17:29:48.009Z Downloaded parse-display v0.10.0
7102026-03-13T17:29:48.025Z Downloaded newtype-uuid v1.3.2
7112026-03-13T17:29:48.025Z Downloaded peg-runtime v0.8.5
7122026-03-13T17:29:48.025Z Downloaded ingot-macros v0.1.1
7132026-03-13T17:29:48.025Z Downloaded half v2.7.1
7142026-03-13T17:29:48.034Z Downloaded pbkdf2 v0.12.2
7152026-03-13T17:29:48.034Z Downloaded pbkdf2 v0.11.0
7162026-03-13T17:29:48.034Z Downloaded num_enum v0.7.5
7172026-03-13T17:29:48.035Z Downloaded phf_shared v0.13.1
7182026-03-13T17:29:48.035Z Downloaded phf_shared v0.11.3
7192026-03-13T17:29:48.035Z Downloaded darling_core v0.21.3
7202026-03-13T17:29:48.045Z Downloaded libsw-core v0.3.2
7212026-03-13T17:29:48.045Z Downloaded openssl-probe v0.2.1
7222026-03-13T17:29:48.045Z Downloaded flume v0.11.1
7232026-03-13T17:29:48.050Z Downloaded powerfmt v0.2.0
7242026-03-13T17:29:48.050Z Downloaded pin-utils v0.1.0
7252026-03-13T17:29:48.050Z Downloaded oxide-tokio-rt v0.1.3
7262026-03-13T17:29:48.051Z Downloaded owo-colors v4.3.0
7272026-03-13T17:29:48.057Z Downloaded num_enum_derive v0.7.5
7282026-03-13T17:29:48.057Z Downloaded diesel_derives v2.2.7
7292026-03-13T17:29:48.061Z Downloaded proc-macro-crate v1.3.1
7302026-03-13T17:29:48.061Z Downloaded libsw v3.5.0
7312026-03-13T17:29:48.065Z Downloaded memmap2 v0.9.10
7322026-03-13T17:29:48.068Z Downloaded native-tls v0.2.18
7332026-03-13T17:29:48.069Z Downloaded predicates-tree v1.0.13
7342026-03-13T17:29:48.074Z Downloaded precomputed-hash v0.1.1
7352026-03-13T17:29:48.074Z Downloaded peg v0.8.5
7362026-03-13T17:29:48.078Z Downloaded progenitor-client v0.11.2
7372026-03-13T17:29:48.081Z Downloaded packed_struct v0.10.1
7382026-03-13T17:29:48.082Z Downloaded peg-macros v0.8.5
7392026-03-13T17:29:48.092Z Downloaded proc-macro-error-attr2 v2.0.0
7402026-03-13T17:29:48.092Z Downloaded pem-rfc7468 v0.7.0
7412026-03-13T17:29:48.103Z Downloaded pem v3.0.6
7422026-03-13T17:29:48.103Z Downloaded heapless v0.8.0
7432026-03-13T17:29:48.103Z Downloaded phf v0.13.1
7442026-03-13T17:29:48.103Z Downloaded quick-error v1.2.3
7452026-03-13T17:29:48.108Z Downloaded compact_str v0.8.1
7462026-03-13T17:29:48.108Z Downloaded psl-types v2.0.11
7472026-03-13T17:29:48.108Z Downloaded progenitor-macro v0.11.2
7482026-03-13T17:29:48.108Z Downloaded radium v0.7.0
7492026-03-13T17:29:48.108Z Downloaded flate2 v1.1.9
7502026-03-13T17:29:48.111Z Downloaded phf v0.12.1
7512026-03-13T17:29:48.117Z Downloaded litrs v1.0.0
7522026-03-13T17:29:48.120Z Downloaded polyval v0.6.2
7532026-03-13T17:29:48.120Z Downloaded rand_chacha v0.3.1
7542026-03-13T17:29:48.124Z Downloaded poly1305 v0.8.0
7552026-03-13T17:29:48.127Z Downloaded rand_xorshift v0.4.0
7562026-03-13T17:29:48.127Z Downloaded derive_more-impl v2.1.1
7572026-03-13T17:29:48.130Z Downloaded omicron-zone-package v0.12.2
7582026-03-13T17:29:48.134Z Downloaded predicates v3.1.4
7592026-03-13T17:29:48.137Z Downloaded recursive v0.1.1
7602026-03-13T17:29:48.140Z Downloaded recursive-proc-macro-impl v0.1.1
7612026-03-13T17:29:48.143Z Downloaded parking_lot_core v0.9.12
7622026-03-13T17:29:48.147Z Downloaded primeorder v0.13.6
7632026-03-13T17:29:48.148Z Downloaded progenitor-client v0.13.0
7642026-03-13T17:29:48.152Z Downloaded ref-cast v1.0.25
7652026-03-13T17:29:48.152Z Downloaded ref-cast-impl v1.0.25
7662026-03-13T17:29:48.156Z Downloaded proc-macro-error2 v2.0.1
7672026-03-13T17:29:48.156Z Downloaded rfc6979 v0.4.0
7682026-03-13T17:29:48.164Z Downloaded progenitor v0.11.2
7692026-03-13T17:29:48.164Z Downloaded hickory-resolver v0.24.4
7702026-03-13T17:29:48.168Z Downloaded progenitor v0.10.0
7712026-03-13T17:29:48.168Z Downloaded progenitor-extras v0.1.1
7722026-03-13T17:29:48.168Z Downloaded rustc_version v0.1.7
7732026-03-13T17:29:48.179Z Downloaded russh-cryptovec v0.7.3
7742026-03-13T17:29:48.179Z Downloaded r2d2 v0.8.10
7752026-03-13T17:29:48.179Z Downloaded rustc-hash v2.1.1
7762026-03-13T17:29:48.180Z Downloaded progenitor-macro v0.10.0
7772026-03-13T17:29:48.185Z Downloaded psm v0.1.30
7782026-03-13T17:29:48.185Z Downloaded pkcs5 v0.7.1
7792026-03-13T17:29:48.185Z Downloaded ed25519-dalek v2.2.0
7802026-03-13T17:29:48.191Z Downloaded postgres-types v0.2.12
7812026-03-13T17:29:48.191Z Downloaded ppv-lite86 v0.2.21
7822026-03-13T17:29:48.194Z Downloaded rand_seeder v0.4.0
7832026-03-13T17:29:48.194Z Downloaded sapling-renderdag v0.1.0
7842026-03-13T17:29:48.199Z Downloaded same-file v1.0.6
7852026-03-13T17:29:48.199Z Downloaded rand_core v0.6.4
7862026-03-13T17:29:48.203Z Downloaded rand_chacha v0.9.0
7872026-03-13T17:29:48.204Z Downloaded p256 v0.13.2
7882026-03-13T17:29:48.207Z Downloaded salsa20 v0.10.2
7892026-03-13T17:29:48.207Z Downloaded papergrid v0.17.0
7902026-03-13T17:29:48.212Z Downloaded scheduled-thread-pool v0.2.7
7912026-03-13T17:29:48.219Z Downloaded secrecy v0.8.0
7922026-03-13T17:29:48.219Z Downloaded scrypt v0.11.0
7932026-03-13T17:29:48.219Z Downloaded scopeguard v1.2.0
7942026-03-13T17:29:48.219Z Downloaded parking_lot v0.12.5
7952026-03-13T17:29:48.228Z Downloaded expectorate v1.2.0
7962026-03-13T17:29:48.228Z Downloaded scroll_derive v0.13.1
7972026-03-13T17:29:48.228Z Downloaded progenitor v0.13.0
7982026-03-13T17:29:48.228Z Downloaded serde_spanned v1.0.4
7992026-03-13T17:29:48.241Z Downloaded serde_bytes v0.11.19
8002026-03-13T17:29:48.241Z Downloaded serde-big-array v0.5.1
8012026-03-13T17:29:48.241Z Downloaded semver v0.1.20
8022026-03-13T17:29:48.241Z Downloaded serde_plain v1.0.2
8032026-03-13T17:29:48.242Z Downloaded bumpalo v3.20.2
8042026-03-13T17:29:48.248Z Downloaded quinn-udp v0.5.14
8052026-03-13T17:29:48.248Z Downloaded resolv-conf v0.7.6
8062026-03-13T17:29:48.248Z Downloaded rustls-pemfile v2.2.0
8072026-03-13T17:29:48.249Z Downloaded rtoolbox v0.0.3
8082026-03-13T17:29:48.255Z Downloaded shell-words v1.1.1
8092026-03-13T17:29:48.255Z Downloaded rustls-native-certs v0.8.3
8102026-03-13T17:29:48.255Z Downloaded seq-macro v0.3.6
8112026-03-13T17:29:48.261Z Downloaded serde_urlencoded v0.7.1
8122026-03-13T17:29:48.262Z Downloaded sigpipe v0.1.3
8132026-03-13T17:29:48.262Z Downloaded sha1 v0.10.6
8142026-03-13T17:29:48.262Z Downloaded openssl-sys v0.9.111
8152026-03-13T17:29:48.265Z Downloaded siphasher v1.0.2
8162026-03-13T17:29:48.266Z Downloaded signal-hook-tokio v0.3.1
8172026-03-13T17:29:48.276Z Downloaded signal-hook-mio v0.2.5
8182026-03-13T17:29:48.276Z Downloaded pin-project v1.1.11
8192026-03-13T17:29:48.280Z Downloaded signature v2.2.0
8202026-03-13T17:29:48.280Z Downloaded crossterm v0.29.0
8212026-03-13T17:29:48.289Z Downloaded sec1 v0.7.3
8222026-03-13T17:29:48.297Z Downloaded schemars_derive v0.8.22
8232026-03-13T17:29:48.297Z Downloaded slog-bunyan v2.5.0
8242026-03-13T17:29:48.297Z Downloaded rustversion v1.0.22
8252026-03-13T17:29:48.304Z Downloaded scroll v0.13.0
8262026-03-13T17:29:48.304Z Downloaded hashbrown v0.13.2
8272026-03-13T17:29:48.304Z Downloaded slog-envlogger v2.2.0
8282026-03-13T17:29:48.304Z Downloaded secrecy v0.10.3
8292026-03-13T17:29:48.309Z Downloaded rusty-fork v0.3.1
8302026-03-13T17:29:48.309Z Downloaded rand_core v0.10.0
8312026-03-13T17:29:48.309Z Downloaded prefix-trie v0.7.0
8322026-03-13T17:29:48.314Z Downloaded sct v0.7.1
8332026-03-13T17:29:48.314Z Downloaded jiff-static v0.2.21
8342026-03-13T17:29:48.320Z Downloaded minimal-lexical v0.2.1
8352026-03-13T17:29:48.320Z Downloaded serde_derive_internals v0.29.1
8362026-03-13T17:29:48.328Z Downloaded rustc_version v0.4.1
8372026-03-13T17:29:48.328Z Downloaded hickory-resolver v0.25.2
8382026-03-13T17:29:48.333Z Downloaded ssh-encoding v0.2.0
8392026-03-13T17:29:48.333Z Downloaded sqlparser_derive v0.5.0
8402026-03-13T17:29:48.333Z Downloaded serde-hex v0.1.0
8412026-03-13T17:29:48.333Z Downloaded shlex v1.3.0
8422026-03-13T17:29:48.333Z Downloaded rustls-pemfile v1.0.4
8432026-03-13T17:29:48.338Z Downloaded serde_repr v0.1.20
8442026-03-13T17:29:48.338Z Downloaded structmeta-derive v0.3.0
8452026-03-13T17:29:48.338Z Downloaded ssh-cipher v0.2.0
8462026-03-13T17:29:48.341Z Downloaded http v1.4.0
8472026-03-13T17:29:48.345Z Downloaded structmeta v0.3.0
8482026-03-13T17:29:48.346Z Downloaded simd-adler32 v0.3.8
8492026-03-13T17:29:48.350Z Downloaded signal-hook-registry v1.4.8
8502026-03-13T17:29:48.351Z Downloaded russh-keys v0.45.0
8512026-03-13T17:29:48.351Z Downloaded slab v0.4.12
8522026-03-13T17:29:48.356Z Downloaded rcgen v0.12.1
8532026-03-13T17:29:48.356Z Downloaded rustls-pki-types v1.14.0
8542026-03-13T17:29:48.359Z Downloaded progenitor-impl v0.13.0
8552026-03-13T17:29:48.359Z Downloaded strum v0.27.2
8562026-03-13T17:29:48.362Z Downloaded subtle v2.6.1
8572026-03-13T17:29:48.362Z Downloaded supports-color v3.0.2
8582026-03-13T17:29:48.365Z Downloaded strum v0.26.3
8592026-03-13T17:29:48.365Z Downloaded slog-stdlog v4.1.1
8602026-03-13T17:29:48.366Z Downloaded serde_cbor v0.11.2
8612026-03-13T17:29:48.369Z Downloaded smallvec v0.6.14
8622026-03-13T17:29:48.375Z Downloaded slog-scope v4.4.1
8632026-03-13T17:29:48.375Z Downloaded itertools v0.10.5
8642026-03-13T17:29:48.381Z Downloaded take_mut v0.2.2
8652026-03-13T17:29:48.382Z Downloaded serde_with_macros v3.17.0
8662026-03-13T17:29:48.386Z Downloaded tabwriter v1.4.1
8672026-03-13T17:29:48.386Z Downloaded slog-async v2.8.0
8682026-03-13T17:29:48.386Z Downloaded snafu-derive v0.8.9
8692026-03-13T17:29:48.386Z Downloaded sqlformat v0.3.5
8702026-03-13T17:29:48.394Z Downloaded hashbrown v0.12.3
8712026-03-13T17:29:48.394Z Downloaded termtree v0.5.1
8722026-03-13T17:29:48.394Z Downloaded testing_table v0.3.0
8732026-03-13T17:29:48.398Z Downloaded time-core v0.1.8
8742026-03-13T17:29:48.399Z Downloaded tap v1.0.1
8752026-03-13T17:29:48.399Z Downloaded tagptr v0.2.0
8762026-03-13T17:29:48.399Z Downloaded num-bigint v0.4.6
8772026-03-13T17:29:48.403Z Downloaded thiserror-impl-no-std v2.0.2
8782026-03-13T17:29:48.403Z Downloaded tabled_derive v0.11.0
8792026-03-13T17:29:48.406Z Downloaded thread-id v5.1.0
8802026-03-13T17:29:48.406Z Downloaded sync-ptr v0.1.4
8812026-03-13T17:29:48.406Z Downloaded sync_wrapper v1.0.2
8822026-03-13T17:29:48.412Z Downloaded spki v0.7.3
8832026-03-13T17:29:48.412Z Downloaded smf v0.2.3
8842026-03-13T17:29:48.412Z Downloaded ryu v1.0.23
8852026-03-13T17:29:48.417Z Downloaded static_assertions v1.1.0
8862026-03-13T17:29:48.417Z Downloaded serde_path_to_error v0.1.20
8872026-03-13T17:29:48.417Z Downloaded rayon-core v1.13.0
8882026-03-13T17:29:48.421Z Downloaded tinyvec_macros v0.1.1
8892026-03-13T17:29:48.421Z Downloaded stringprep v0.1.5
8902026-03-13T17:29:48.426Z Downloaded progenitor-impl v0.10.0
8912026-03-13T17:29:48.426Z Downloaded string_cache v0.8.9
8922026-03-13T17:29:48.426Z Downloaded stacker v0.1.23
8932026-03-13T17:29:48.429Z Downloaded slog-json v2.6.1
8942026-03-13T17:29:48.429Z Downloaded rustls-platform-verifier v0.6.2
8952026-03-13T17:29:48.432Z Downloaded slog-dtrace v0.3.0
8962026-03-13T17:29:48.436Z Downloaded mio v1.1.1
8972026-03-13T17:29:48.439Z Downloaded support-bundle-viewer v0.1.2
8982026-03-13T17:29:48.440Z Downloaded hyper-util v0.1.20
8992026-03-13T17:29:48.444Z Downloaded slog-term v2.9.2
9002026-03-13T17:29:48.447Z Downloaded hashbrown v0.15.5
9012026-03-13T17:29:48.450Z Downloaded termios v0.3.3
9022026-03-13T17:29:48.455Z Downloaded publicsuffix v2.3.0
9032026-03-13T17:29:48.459Z Downloaded schemars v0.8.22
9042026-03-13T17:29:48.463Z Downloaded tower-service v0.3.3
9052026-03-13T17:29:48.470Z Downloaded aho-corasick v1.1.4
9062026-03-13T17:29:48.474Z Downloaded try-lock v0.2.5
9072026-03-13T17:29:48.474Z Downloaded tiny-keccak v2.0.2
9082026-03-13T17:29:48.474Z Downloaded rand v0.8.5
9092026-03-13T17:29:48.477Z Downloaded strum_macros v0.26.4
9102026-03-13T17:29:48.478Z Downloaded tower-layer v0.3.3
9112026-03-13T17:29:48.478Z Downloaded topological-sort v0.2.2
9122026-03-13T17:29:48.483Z Downloaded thiserror-no-std v2.0.2
9132026-03-13T17:29:48.489Z Downloaded tokio-macros v2.6.0
9142026-03-13T17:29:48.489Z Downloaded tokio-dtrace v0.1.1
9152026-03-13T17:29:48.490Z Downloaded trait-variant v0.1.2
9162026-03-13T17:29:48.490Z Downloaded time-macros v0.2.27
9172026-03-13T17:29:48.490Z Downloaded tls_codec v0.4.2
9182026-03-13T17:29:48.490Z Downloaded pretty_assertions v1.4.1
9192026-03-13T17:29:48.493Z Downloaded iddqd v0.3.17
9202026-03-13T17:29:48.498Z Downloaded tls_codec_derive v0.4.2
9212026-03-13T17:29:48.502Z Downloaded typify-macro v0.4.3
9222026-03-13T17:29:48.502Z Downloaded similar v2.7.0
9232026-03-13T17:29:48.508Z Downloaded untrusted v0.9.0
9242026-03-13T17:29:48.508Z Downloaded untrusted v0.7.1
9252026-03-13T17:29:48.509Z Downloaded typify-macro v0.6.1
9262026-03-13T17:29:48.513Z Downloaded tokio-native-tls v0.3.1
9272026-03-13T17:29:48.513Z Downloaded strum_macros v0.27.2
9282026-03-13T17:29:48.513Z Downloaded tokio-rustls v0.25.0
9292026-03-13T17:29:48.513Z Downloaded tokio-tungstenite v0.21.0
9302026-03-13T17:29:48.517Z Downloaded unarray v0.1.4
9312026-03-13T17:29:48.517Z Downloaded schemars v0.9.0
9322026-03-13T17:29:48.525Z Downloaded utf-8 v0.7.6
9332026-03-13T17:29:48.529Z Downloaded usdt-attr-macro v0.6.0
9342026-03-13T17:29:48.529Z Downloaded universal-hash v0.5.1
9352026-03-13T17:29:48.529Z Downloaded qorb v0.4.1
9362026-03-13T17:29:48.533Z Downloaded iri-string v0.7.10
9372026-03-13T17:29:48.536Z Downloaded toml_writer v1.0.6+spec-1.1.0
9382026-03-13T17:29:48.539Z Downloaded wait-timeout v0.2.1
9392026-03-13T17:29:48.539Z Downloaded term v0.7.0
9402026-03-13T17:29:48.543Z Downloaded socket2 v0.5.10
9412026-03-13T17:29:48.543Z Downloaded waitgroup v0.1.2
9422026-03-13T17:29:48.543Z Downloaded void v1.0.2
9432026-03-13T17:29:48.546Z Downloaded usdt-macro v0.6.0
9442026-03-13T17:29:48.546Z Downloaded unit-prefix v0.5.2
9452026-03-13T17:29:48.546Z Downloaded unicode-truncate v1.1.0
9462026-03-13T17:29:48.550Z Downloaded thread_local v1.1.9
9472026-03-13T17:29:48.550Z Downloaded num-bigint-dig v0.8.6
9482026-03-13T17:29:48.554Z Downloaded rand v0.9.2
9492026-03-13T17:29:48.555Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9502026-03-13T17:29:48.559Z Downloaded tokio-tungstenite v0.23.1
9512026-03-13T17:29:48.559Z Downloaded tui-tree-widget v0.23.1
9522026-03-13T17:29:48.563Z Downloaded strum_macros v0.24.3
9532026-03-13T17:29:48.563Z Downloaded term v1.2.1
9542026-03-13T17:29:48.567Z Downloaded schemars v1.2.1
9552026-03-13T17:29:48.574Z Downloaded xshell-macros v0.2.7
9562026-03-13T17:29:48.579Z Downloaded want v0.3.1
9572026-03-13T17:29:48.579Z Downloaded futures-util v0.3.32
9582026-03-13T17:29:48.586Z Downloaded usdt v0.6.0
9592026-03-13T17:29:48.590Z Downloaded unicase v2.9.0
9602026-03-13T17:29:48.590Z Downloaded tokio-stream v0.1.18
9612026-03-13T17:29:48.594Z Downloaded zone_cfg_derive v0.3.1
9622026-03-13T17:29:48.594Z Downloaded tokio-rustls v0.24.1
9632026-03-13T17:29:48.594Z Downloaded xattr v1.6.1
9642026-03-13T17:29:48.600Z Downloaded zone v0.3.1
9652026-03-13T17:29:48.600Z Downloaded itertools v0.12.1
9662026-03-13T17:29:48.604Z Downloaded tokio-rustls v0.26.4
9672026-03-13T17:29:48.604Z Downloaded snafu v0.8.9
9682026-03-13T17:29:48.607Z Downloaded toml_parser v1.0.9+spec-1.1.0
9692026-03-13T17:29:48.607Z Downloaded vsss-rs v3.3.4
9702026-03-13T17:29:48.610Z Downloaded zeroize_derive v1.4.3
9712026-03-13T17:29:48.611Z Downloaded quinn v0.11.9
9722026-03-13T17:29:48.614Z Downloaded h2 v0.4.13
9732026-03-13T17:29:48.622Z Downloaded socket2 v0.6.2
9742026-03-13T17:29:48.627Z Downloaded vergen-gitcl v1.0.8
9752026-03-13T17:29:48.628Z Downloaded vergen-git2 v1.0.7
9762026-03-13T17:29:48.628Z Downloaded hyper v1.8.1
9772026-03-13T17:29:48.632Z Downloaded test-strategy v0.4.5
9782026-03-13T17:29:48.632Z Downloaded rsa v0.9.10
9792026-03-13T17:29:48.637Z Downloaded xz2 v0.1.7
9802026-03-13T17:29:48.637Z Downloaded aws-lc-rs v1.16.0
9812026-03-13T17:29:48.642Z Downloaded zeroize v1.8.2
9822026-03-13T17:29:48.646Z Downloaded walkdir v2.5.0
9832026-03-13T17:29:48.647Z Downloaded tracing-attributes v0.1.31
9842026-03-13T17:29:48.651Z Downloaded itertools v0.13.0
9852026-03-13T17:29:48.655Z Downloaded tinyvec v1.10.0
9862026-03-13T17:29:48.655Z Downloaded libxml v0.3.3
9872026-03-13T17:29:48.659Z Downloaded xshell v0.2.7
9882026-03-13T17:29:48.665Z Downloaded wyz v0.5.1
9892026-03-13T17:29:48.665Z Downloaded whoami v2.1.0
9902026-03-13T17:29:48.665Z Downloaded subprocess v0.2.15
9912026-03-13T17:29:48.670Z Downloaded whoami v1.6.1
9922026-03-13T17:29:48.670Z Downloaded samael v0.0.19
9932026-03-13T17:29:48.674Z Downloaded zstd-safe v7.2.4
9942026-03-13T17:29:48.674Z Downloaded vergen-lib v0.1.6
9952026-03-13T17:29:48.674Z Downloaded unicode-properties v0.1.4
9962026-03-13T17:29:48.678Z Downloaded rand v0.10.0
9972026-03-13T17:29:48.678Z Downloaded tungstenite v0.21.0
9982026-03-13T17:29:48.681Z Downloaded twox-hash v2.1.2
9992026-03-13T17:29:48.684Z Downloaded vergen v9.0.6
10002026-03-13T17:29:48.684Z Downloaded tungstenite v0.23.0
10012026-03-13T17:29:48.687Z Downloaded typify v0.4.3
10022026-03-13T17:29:48.690Z Downloaded zstd v0.13.3
10032026-03-13T17:29:48.690Z Downloaded yasna v0.5.2
10042026-03-13T17:29:48.696Z Downloaded tar v0.4.44
10052026-03-13T17:29:48.697Z Downloaded rustyline v14.0.0
10062026-03-13T17:29:48.700Z Downloaded toml v0.9.12+spec-1.1.0
10072026-03-13T17:29:48.703Z Downloaded toml v0.7.8
10082026-03-13T17:29:48.706Z Downloaded tracing-core v0.1.36
10092026-03-13T17:29:48.706Z Downloaded uzers v0.12.2
10102026-03-13T17:29:48.710Z Downloaded typify v0.6.1
10112026-03-13T17:29:48.715Z Downloaded hkdf v0.12.4
10122026-03-13T17:29:48.715Z Downloaded usdt-impl v0.6.0
10132026-03-13T17:29:48.715Z Downloaded slog v2.8.2
10142026-03-13T17:29:48.719Z Downloaded rustls-webpki v0.103.9
10152026-03-13T17:29:48.719Z Downloaded unicode-bidi v0.3.18
10162026-03-13T17:29:48.724Z Downloaded p521 v0.13.3
10172026-03-13T17:29:48.724Z Downloaded libm v0.2.16
10182026-03-13T17:29:48.729Z Downloaded toml_edit v0.23.10+spec-1.0.0
10192026-03-13T17:29:48.732Z Downloaded russh v0.45.0
10202026-03-13T17:29:48.736Z Downloaded itertools v0.14.0
10212026-03-13T17:29:48.741Z Downloaded vte v0.14.1
10222026-03-13T17:29:48.744Z Downloaded tokio-postgres v0.7.16
10232026-03-13T17:29:48.747Z Downloaded reedline v0.40.0
10242026-03-13T17:29:48.752Z Downloaded rpassword v7.4.0
10252026-03-13T17:29:48.756Z Downloaded zopfli v0.8.3
10262026-03-13T17:29:48.756Z Downloaded ron v0.12.0
10272026-03-13T17:29:48.761Z Downloaded steno v0.4.1
10282026-03-13T17:29:48.766Z Downloaded bindgen v0.71.1
10292026-03-13T17:29:48.777Z Downloaded blake3 v1.8.3
10302026-03-13T17:29:48.789Z Downloaded toml_edit v0.19.15
10312026-03-13T17:29:48.796Z Downloaded zerocopy v0.6.6
10322026-03-13T17:29:48.796Z Downloaded reqwest v0.13.2
10332026-03-13T17:29:48.796Z Downloaded reqwest v0.12.28
10342026-03-13T17:29:48.802Z Downloaded yansi v1.0.1
10352026-03-13T17:29:48.808Z Downloaded uuid v1.21.0
10362026-03-13T17:29:48.809Z Downloaded unsafe-libyaml v0.2.11
10372026-03-13T17:29:48.809Z Downloaded unicode_categories v0.1.1
10382026-03-13T17:29:48.809Z Downloaded regex v1.12.3
10392026-03-13T17:29:48.813Z Downloaded spin v0.9.8
10402026-03-13T17:29:48.813Z Downloaded signal-hook v0.3.18
10412026-03-13T17:29:48.818Z Downloaded serde_yaml v0.9.34+deprecated
10422026-03-13T17:29:48.818Z Downloaded rayon v1.11.0
10432026-03-13T17:29:48.823Z Downloaded p384 v0.13.1
10442026-03-13T17:29:48.826Z Downloaded bitvec v1.0.1
10452026-03-13T17:29:48.837Z Downloaded zip v0.6.6
10462026-03-13T17:29:48.841Z Downloaded ssh-key v0.6.7
10472026-03-13T17:29:48.848Z Downloaded chrono v0.4.44
10482026-03-13T17:29:48.854Z Downloaded portable-atomic v1.13.1
10492026-03-13T17:29:48.860Z Downloaded zerocopy-derive v0.8.40
10502026-03-13T17:29:48.867Z Downloaded typed-path v0.9.3
10512026-03-13T17:29:48.873Z Downloaded git2 v0.20.4
10522026-03-13T17:29:48.877Z Downloaded nom v7.1.3
10532026-03-13T17:29:48.880Z Downloaded tower v0.5.3
10542026-03-13T17:29:48.886Z Downloaded rustls-webpki v0.101.7
10552026-03-13T17:29:48.895Z Downloaded x509-cert v0.2.5
10562026-03-13T17:29:48.900Z Downloaded unicode-segmentation v1.12.0
10572026-03-13T17:29:48.904Z Downloaded quick-xml v0.37.5
10582026-03-13T17:29:48.907Z Downloaded lalrpop v0.19.12
10592026-03-13T17:29:48.915Z Downloaded zip v4.6.1
10602026-03-13T17:29:48.919Z Downloaded unicode-normalization v0.1.25
10612026-03-13T17:29:48.939Z Downloaded curve25519-dalek v4.1.3
10622026-03-13T17:29:48.948Z Downloaded tower-http v0.6.8
10632026-03-13T17:29:48.949Z Downloaded tough v0.20.0
10642026-03-13T17:29:48.949Z Downloaded proptest v1.10.0
10652026-03-13T17:29:48.960Z Downloaded tokio-util v0.7.18
10662026-03-13T17:29:48.960Z Downloaded rustls-webpki v0.102.8
10672026-03-13T17:29:48.968Z Downloaded serde_with v3.17.0
10682026-03-13T17:29:48.977Z Downloaded quinn-proto v0.11.13
10692026-03-13T17:29:48.981Z Downloaded object v0.30.4
10702026-03-13T17:29:48.988Z Downloaded nix v0.27.1
10712026-03-13T17:29:48.995Z Downloaded radix_trie v0.2.1
10722026-03-13T17:29:49.001Z Downloaded winnow v0.6.26
10732026-03-13T17:29:49.006Z Downloaded winnow v0.5.40
10742026-03-13T17:29:49.013Z Downloaded nix v0.28.0
10752026-03-13T17:29:49.021Z Downloaded openssl v0.10.75
10762026-03-13T17:29:49.028Z Downloaded dropshot v0.16.7
10772026-03-13T17:29:49.045Z Downloaded tabled v0.20.0
10782026-03-13T17:29:49.058Z Downloaded bstr v1.12.1
10792026-03-13T17:29:49.065Z Downloaded time v0.3.47
10802026-03-13T17:29:49.078Z Downloaded smoltcp v0.9.1
10812026-03-13T17:29:49.140Z Downloaded diesel v2.2.12
10822026-03-13T17:29:49.140Z Downloaded zlib-rs v0.6.2
10832026-03-13T17:29:49.140Z Downloaded webpki-roots v1.0.6
10842026-03-13T17:29:49.140Z Downloaded vcpkg v0.2.15
10852026-03-13T17:29:49.140Z Downloaded zerocopy v0.8.40
10862026-03-13T17:29:49.148Z Downloaded nix v0.31.1
10872026-03-13T17:29:49.160Z Downloaded smoltcp v0.11.0
10882026-03-13T17:29:49.170Z Downloaded openapiv3 v2.2.0
10892026-03-13T17:29:49.182Z Downloaded hickory-proto v0.25.2
10902026-03-13T17:29:49.186Z Downloaded rustls v0.22.4
10912026-03-13T17:29:49.192Z Downloaded rustls v0.23.37
10922026-03-13T17:29:49.197Z Downloaded regex-syntax v0.8.10
10932026-03-13T17:29:49.203Z Downloaded rustix v0.38.44
10942026-03-13T17:29:49.220Z Downloaded regress v0.10.5
10952026-03-13T17:29:49.230Z Downloaded object v0.37.3
10962026-03-13T17:29:49.236Z Downloaded regex-syntax v0.6.29
10972026-03-13T17:29:49.241Z Downloaded nix v0.29.0
10982026-03-13T17:29:49.251Z Downloaded sqlparser v0.61.0
10992026-03-13T17:29:49.256Z Downloaded hickory-proto v0.24.4
11002026-03-13T17:29:49.268Z Downloaded rustls v0.21.12
11012026-03-13T17:29:49.278Z Downloaded sled v0.34.7
11022026-03-13T17:29:49.287Z Downloaded polar-core v0.27.3
11032026-03-13T17:29:49.296Z Downloaded petname v2.0.2
11042026-03-13T17:29:49.304Z Downloaded salty v0.3.0
11052026-03-13T17:29:49.314Z Downloaded moka v0.12.13
11062026-03-13T17:29:49.314Z Downloaded zerocopy-derive v0.6.6
11072026-03-13T17:29:49.326Z Downloaded goblin v0.10.5
11082026-03-13T17:29:49.340Z Downloaded ron v0.8.1
11092026-03-13T17:29:49.340Z Downloaded regex-automata v0.4.14
11102026-03-13T17:29:49.345Z Downloaded typify-impl v0.6.1
11112026-03-13T17:29:49.354Z Downloaded typify-impl v0.4.3
11122026-03-13T17:29:49.364Z Downloaded tracing v0.1.44
11132026-03-13T17:29:49.383Z Downloaded bzip2-sys v0.1.13+1.0.8
11142026-03-13T17:29:49.390Z Downloaded jiff v0.2.21
11152026-03-13T17:29:49.405Z Downloaded ratatui v0.29.0
11162026-03-13T17:29:49.419Z Downloaded progenitor-impl v0.11.2
11172026-03-13T17:29:49.423Z Downloaded hickory-server v0.25.2
11182026-03-13T17:29:49.428Z Downloaded strip-ansi-escapes v0.2.1
11192026-03-13T17:29:49.428Z Downloaded prettyplease v0.2.37
11202026-03-13T17:29:49.432Z Downloaded aes v0.8.4
11212026-03-13T17:29:49.432Z Downloaded miniz_oxide v0.8.9
11222026-03-13T17:29:49.436Z Downloaded rand_core v0.9.5
11232026-03-13T17:29:49.436Z Downloaded postgres-protocol v0.6.10
11242026-03-13T17:29:49.436Z Downloaded postcard v1.1.3
11252026-03-13T17:29:49.439Z Downloaded pin-project-lite v0.2.17
11262026-03-13T17:29:49.444Z Downloaded csv v1.4.0
11272026-03-13T17:29:49.457Z Downloaded oso v0.27.3
11282026-03-13T17:29:49.461Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11292026-03-13T17:29:49.476Z Downloaded lzma-sys v0.1.20
11302026-03-13T17:29:49.496Z Downloaded petgraph v0.6.5
11312026-03-13T17:29:49.510Z Downloaded petgraph v0.8.3
11322026-03-13T17:29:49.527Z Downloaded chrono-tz v0.10.4
11332026-03-13T17:29:49.539Z Downloaded pkcs1 v0.7.5
11342026-03-13T17:29:49.544Z Downloaded progenitor-client v0.10.0
11352026-03-13T17:29:49.544Z Downloaded parking_lot v0.11.2
11362026-03-13T17:29:49.547Z Downloaded predicates-core v1.0.10
11372026-03-13T17:29:49.547Z Downloaded indicatif v0.18.4
11382026-03-13T17:29:49.547Z Downloaded libz-sys v1.1.24
11392026-03-13T17:29:49.563Z Downloaded dropshot-api-manager v0.6.0
11402026-03-13T17:29:49.566Z Downloaded pkg-config v0.3.32
11412026-03-13T17:29:49.570Z Downloaded pkcs8 v0.10.2
11422026-03-13T17:29:49.570Z Downloaded tokio v1.49.0
11432026-03-13T17:29:49.600Z Downloaded sha3 v0.10.8
11442026-03-13T17:29:49.607Z Downloaded pin-project-internal v1.1.11
11452026-03-13T17:29:49.607Z Downloaded phf_shared v0.12.1
11462026-03-13T17:29:49.607Z Downloaded crossbeam-channel v0.5.15
11472026-03-13T17:29:49.617Z Downloaded progenitor-macro v0.13.0
11482026-03-13T17:29:49.617Z Downloaded libbz2-rs-sys v0.2.2
11492026-03-13T17:29:49.617Z Downloaded der v0.7.10
11502026-03-13T17:29:49.617Z Downloaded base64 v0.21.7
11512026-03-13T17:29:49.633Z Downloaded heapless v0.7.17
11522026-03-13T17:29:49.634Z Downloaded proc-macro-crate v3.4.0
11532026-03-13T17:29:49.635Z Downloaded paste v1.0.15
11542026-03-13T17:29:49.635Z Downloaded password-hash v0.5.0
11552026-03-13T17:29:49.635Z Downloaded password-hash v0.4.2
11562026-03-13T17:29:49.636Z Downloaded parse-display-derive v0.10.0
11572026-03-13T17:29:49.636Z Downloaded multer v3.1.0
11582026-03-13T17:29:49.636Z Downloaded headers v0.4.1
11592026-03-13T17:29:49.642Z Downloaded parking_lot_core v0.8.6
11602026-03-13T17:29:49.642Z Downloaded cc v1.2.56
11612026-03-13T17:29:49.642Z Downloaded getrandom v0.3.4
11622026-03-13T17:29:49.642Z Downloaded elliptic-curve v0.13.8
11632026-03-13T17:29:49.646Z Downloaded ar_archive_writer v0.5.1
11642026-03-13T17:29:49.647Z Downloaded oxnet v0.1.4
11652026-03-13T17:29:49.647Z Downloaded indexmap v1.9.3
11662026-03-13T17:29:49.651Z Downloaded ignore v0.4.25
11672026-03-13T17:29:49.651Z Downloaded encoding_rs v0.8.35
11682026-03-13T17:29:49.666Z Downloaded httparse v1.10.1
11692026-03-13T17:29:49.670Z Downloaded chacha20poly1305 v0.10.1
11702026-03-13T17:29:49.671Z Downloaded darling_core v0.20.11
11712026-03-13T17:29:49.678Z Downloaded num_enum v0.5.11
11722026-03-13T17:29:49.737Z Downloaded num-integer v0.1.46
11732026-03-13T17:29:49.737Z Downloaded arc-swap v1.8.2
11742026-03-13T17:29:49.738Z Downloaded num-rational v0.4.2
11752026-03-13T17:29:49.738Z Downloaded num-complex v0.4.6
11762026-03-13T17:29:49.738Z Downloaded nu-ansi-term v0.50.3
11772026-03-13T17:29:49.738Z Downloaded path-slash v0.1.5
11782026-03-13T17:29:49.752Z Downloaded parse-size v1.1.0
11792026-03-13T17:29:49.752Z Downloaded lzss v0.8.2
11802026-03-13T17:29:49.752Z Downloaded iana-time-zone v0.1.65
11812026-03-13T17:29:49.752Z Downloaded hyper-rustls v0.27.7
11822026-03-13T17:29:49.752Z Downloaded derive_more v2.1.1
11832026-03-13T17:29:49.753Z Downloaded crypto-bigint v0.5.5
11842026-03-13T17:29:49.753Z Downloaded opaque-debug v0.3.1
11852026-03-13T17:29:49.753Z Downloaded olpc-cjson v0.1.4
11862026-03-13T17:29:49.753Z Downloaded ring v0.17.14
11872026-03-13T17:29:49.753Z Downloaded num_threads v0.1.7
11882026-03-13T17:29:49.753Z Downloaded libefi-sys v0.1.0
11892026-03-13T17:29:49.753Z Downloaded libloading v0.8.9
11902026-03-13T17:29:49.753Z Downloaded futures v0.3.32
11912026-03-13T17:29:49.753Z Downloaded dropshot_endpoint v0.16.7
11922026-03-13T17:29:49.753Z Downloaded crc-any v2.5.0
11932026-03-13T17:29:49.753Z Downloaded num-conv v0.2.0
11942026-03-13T17:29:49.765Z Downloaded cargo_toml v0.22.3
11952026-03-13T17:29:49.765Z Downloaded num v0.4.3
11962026-03-13T17:29:49.765Z Downloaded jobserver v0.1.34
11972026-03-13T17:29:49.765Z Downloaded ipnetwork v0.21.1
11982026-03-13T17:29:49.765Z Downloaded ipnet v2.11.0
11992026-03-13T17:29:49.765Z Downloaded newtype_derive v0.1.6
12002026-03-13T17:29:49.765Z Downloaded newline-converter v0.3.0
12012026-03-13T17:29:49.765Z Downloaded libgit2-sys v0.18.3+1.9.2
12022026-03-13T17:29:49.800Z Downloaded new_debug_unreachable v1.0.6
12032026-03-13T17:29:49.812Z Downloaded md-5 v0.10.6
12042026-03-13T17:29:49.812Z Downloaded lru-slab v0.1.2
12052026-03-13T17:29:49.812Z Downloaded lru v0.12.5
12062026-03-13T17:29:49.812Z Downloaded ingot-types v0.1.2
12072026-03-13T17:29:49.812Z Downloaded half v1.8.3
12082026-03-13T17:29:49.812Z Downloaded ingot v0.1.1
12092026-03-13T17:29:49.812Z Downloaded impl-trait-for-tuples v0.2.3
12102026-03-13T17:29:49.812Z Downloaded colored v3.1.1
12112026-03-13T17:29:49.817Z Downloaded keccak v0.1.6
12122026-03-13T17:29:49.817Z Downloaded maybe-uninit v2.0.0
12132026-03-13T17:29:49.817Z Downloaded managed v0.8.0
12142026-03-13T17:29:49.817Z Downloaded lalrpop-util v0.19.12
12152026-03-13T17:29:49.817Z Downloaded const-oid v0.9.6
12162026-03-13T17:29:49.817Z Downloaded futures-channel v0.3.32
12172026-03-13T17:29:49.818Z Downloaded fs-err v2.11.0
12182026-03-13T17:29:49.818Z Downloaded ecdsa v0.16.9
12192026-03-13T17:29:49.818Z Downloaded kstat-rs v0.2.4
12202026-03-13T17:29:49.818Z Downloaded http-body-util v0.1.3
12212026-03-13T17:29:49.825Z Downloaded console v0.16.2
12222026-03-13T17:29:49.825Z Downloaded instability v0.3.11
12232026-03-13T17:29:49.825Z Downloaded hostname v0.3.1
12242026-03-13T17:29:49.825Z Downloaded crc32fast v1.5.0
12252026-03-13T17:29:49.825Z Downloaded cookie_store v0.22.1
12262026-03-13T17:29:49.866Z Downloaded colored v2.2.0
12272026-03-13T17:29:49.866Z Downloaded clang-sys v1.8.1
12282026-03-13T17:29:49.867Z Downloaded cancel-safe-futures v0.1.5
12292026-03-13T17:29:49.867Z Downloaded backon v1.6.0
12302026-03-13T17:29:49.867Z Downloaded crossbeam-utils v0.8.21
12312026-03-13T17:29:49.867Z Downloaded internet-checksum v0.2.1
12322026-03-13T17:29:49.888Z Downloaded instant v0.1.13
12332026-03-13T17:29:49.888Z Downloaded indoc v1.0.9
12342026-03-13T17:29:49.888Z Downloaded indent_write v2.2.0
12352026-03-13T17:29:49.888Z Downloaded console v0.15.11
12362026-03-13T17:29:49.888Z Downloaded git-stub-vcs v0.1.0
12372026-03-13T17:29:49.888Z Downloaded ahash v0.8.12
12382026-03-13T17:29:49.889Z Downloaded fs_extra v1.3.0
12392026-03-13T17:29:49.889Z Downloaded derive_builder v0.20.2
12402026-03-13T17:29:49.889Z Downloaded bzip2 v0.4.4
12412026-03-13T17:29:49.889Z Downloaded crossterm v0.28.1
12422026-03-13T17:29:49.889Z Downloaded hyper-tls v0.6.0
12432026-03-13T17:29:49.889Z Downloaded hubpack v0.1.2
12442026-03-13T17:29:49.889Z Downloaded httpdate v1.0.3
12452026-03-13T17:29:49.889Z Downloaded hostname v0.4.2
12462026-03-13T17:29:49.889Z Downloaded home v0.5.12
12472026-03-13T17:29:49.889Z Downloaded foldhash v0.2.0
12482026-03-13T17:29:49.889Z Downloaded find-msvc-tools v0.1.9
12492026-03-13T17:29:49.889Z Downloaded fixedbitset v0.5.7
12502026-03-13T17:29:49.889Z Downloaded either v1.15.0
12512026-03-13T17:29:49.889Z Downloaded futures-executor v0.3.32
12522026-03-13T17:29:49.889Z Downloaded buf-list v1.1.2
12532026-03-13T17:29:49.889Z Downloaded bit-vec v0.6.3
12542026-03-13T17:29:49.889Z Downloaded erased-serde v0.3.31
12552026-03-13T17:29:49.890Z Downloaded env_logger v0.11.9
12562026-03-13T17:29:49.890Z Downloaded ena v0.14.4
12572026-03-13T17:29:49.890Z Downloaded drift v0.1.3
12582026-03-13T17:29:49.890Z Downloaded critical-section v1.2.0
12592026-03-13T17:29:49.894Z Downloaded const_format_proc_macros v0.2.34
12602026-03-13T17:29:49.894Z Downloaded http-body v1.0.1
12612026-03-13T17:29:49.894Z Downloaded cexpr v0.6.0
12622026-03-13T17:29:49.894Z Downloaded fallible-iterator v0.2.0
12632026-03-13T17:29:49.894Z Downloaded enum-as-inner v0.6.1
12642026-03-13T17:29:49.894Z Downloaded diesel-dtrace v0.4.2
12652026-03-13T17:29:49.895Z Downloaded bytes v1.11.1
12662026-03-13T17:29:49.895Z Downloaded argon2 v0.5.3
12672026-03-13T17:29:49.895Z Downloaded hash32 v0.2.1
12682026-03-13T17:29:49.895Z Downloaded convert_case v0.10.0
12692026-03-13T17:29:49.895Z Downloaded bzip2 v0.6.1
12702026-03-13T17:29:49.895Z Downloaded crossbeam-deque v0.8.6
12712026-03-13T17:29:49.895Z Downloaded camino-tempfile-ext v0.3.3
12722026-03-13T17:29:49.895Z Downloaded bcs v0.1.6
12732026-03-13T17:29:49.895Z Downloaded dsl_auto_type v0.1.3
12742026-03-13T17:29:49.895Z Downloaded cobs v0.3.0
12752026-03-13T17:29:49.895Z Downloaded cassowary v0.3.0
12762026-03-13T17:29:49.895Z Downloaded blowfish v0.9.1
12772026-03-13T17:29:49.895Z Downloaded bitflags v1.3.2
12782026-03-13T17:29:49.906Z Downloaded bit-vec v0.8.0
12792026-03-13T17:29:49.906Z Downloaded async-trait v0.1.89
12802026-03-13T17:29:49.926Z Downloaded arrayvec v0.7.6
12812026-03-13T17:29:49.926Z Downloaded cipher v0.4.4
12822026-03-13T17:29:49.926Z Downloaded ghash v0.5.1
12832026-03-13T17:29:49.926Z Downloaded futures-sink v0.3.32
12842026-03-13T17:29:49.926Z Downloaded futures-macro v0.3.32
12852026-03-13T17:29:49.927Z Downloaded futures-core v0.3.32
12862026-03-13T17:29:49.927Z Downloaded foreign-types-macros v0.2.3
12872026-03-13T17:29:49.927Z Downloaded flagset v0.4.7
12882026-03-13T17:29:49.927Z Downloaded embedded-io v0.4.0
12892026-03-13T17:29:49.927Z Downloaded difflib v0.4.0
12902026-03-13T17:29:49.927Z Downloaded float-ord v0.3.2
12912026-03-13T17:29:49.927Z Downloaded dtrace-parser v0.3.0
12922026-03-13T17:29:49.927Z Downloaded fixedbitset v0.4.2
12932026-03-13T17:29:49.927Z Downloaded crc v3.4.0
12942026-03-13T17:29:49.927Z Downloaded array-init v0.0.4
12952026-03-13T17:29:49.936Z Downloaded dirs-sys-next v0.1.2
12962026-03-13T17:29:49.936Z Downloaded daft v0.1.5
12972026-03-13T17:29:49.936Z Downloaded cargo-platform v0.1.9
12982026-03-13T17:29:49.936Z Downloaded base16ct v1.0.0
12992026-03-13T17:29:49.936Z Downloaded cstr-argument v0.1.2
13002026-03-13T17:29:49.936Z Downloaded crc-catalog v2.4.0
13012026-03-13T17:29:49.936Z Downloaded dirs-next v2.0.0
13022026-03-13T17:29:49.936Z Downloaded cfg_aliases v0.2.1
13032026-03-13T17:29:49.936Z Downloaded defmt-parser v1.0.0
13042026-03-13T17:29:49.936Z Downloaded darling_core v0.23.0
13052026-03-13T17:29:49.936Z Downloaded darling v0.21.3
13062026-03-13T17:29:49.936Z Downloaded derive-ex v0.1.8
13072026-03-13T17:29:49.936Z Downloaded der_derive v0.7.3
13082026-03-13T17:29:49.937Z Downloaded defmt v1.0.1
13092026-03-13T17:29:49.937Z Downloaded darling v0.20.11
13102026-03-13T17:29:49.959Z Downloaded blake2 v0.10.6
13112026-03-13T17:29:49.959Z Downloaded async-bb8-diesel v0.2.1
13122026-03-13T17:29:49.959Z Downloaded dof v0.4.0
13132026-03-13T17:29:49.959Z Downloaded deranged v0.5.8
13142026-03-13T17:29:49.959Z Downloaded csv-core v0.1.13
13152026-03-13T17:29:49.976Z Downloaded ciborium-ll v0.2.2
13162026-03-13T17:29:49.976Z Downloaded convert_case v0.4.0
13172026-03-13T17:29:49.976Z Downloaded ciborium-io v0.2.2
13182026-03-13T17:29:49.976Z Downloaded cfg_aliases v0.1.1
13192026-03-13T17:29:49.977Z Downloaded bb8 v0.8.6
13202026-03-13T17:29:49.977Z Downloaded assert_matches v1.5.0
13212026-03-13T17:29:49.977Z Downloaded ctr v0.9.2
13222026-03-13T17:29:49.977Z Downloaded cookie v0.18.1
13232026-03-13T17:29:49.977Z Downloaded ciborium v0.2.2
13242026-03-13T17:29:49.977Z Downloaded base64ct v1.8.3
13252026-03-13T17:29:49.977Z Downloaded base16ct v0.2.0
13262026-03-13T17:29:49.977Z Downloaded bit-set v0.8.0
13272026-03-13T17:29:49.977Z Downloaded ascii-canvas v3.0.0
13282026-03-13T17:29:49.977Z Downloaded async-recursion v1.1.1
13292026-03-13T17:29:49.977Z Downloaded darling_macro v0.23.0
13302026-03-13T17:29:49.977Z Downloaded bitfield-macros v0.19.4
13312026-03-13T17:29:49.977Z Downloaded async-stream v0.3.6
13322026-03-13T17:29:49.977Z Downloaded arrayref v0.3.9
13332026-03-13T17:29:49.977Z Downloaded curve25519-dalek-derive v0.1.1
13342026-03-13T17:29:49.977Z Downloaded crucible-workspace-hack v0.1.0
13352026-03-13T17:29:49.977Z Downloaded bcrypt-pbkdf v0.10.0
13362026-03-13T17:29:49.978Z Downloaded cargo_metadata v0.19.2
13372026-03-13T17:29:49.978Z Downloaded embedded-io v0.6.1
13382026-03-13T17:29:49.978Z Downloaded dunce v1.0.5
13392026-03-13T17:29:49.978Z Downloaded document-features v0.2.12
13402026-03-13T17:29:49.988Z Downloaded darling_macro v0.20.11
13412026-03-13T17:29:49.988Z Downloaded chacha20 v0.9.1
13422026-03-13T17:29:49.988Z Downloaded atomicwrites v0.4.4
13432026-03-13T17:29:49.988Z Downloaded allocator-api2 v0.2.21
13442026-03-13T17:29:50.328Z Downloaded aws-lc-sys v0.37.1
13452026-03-13T17:29:50.639Z Compiling libc v0.2.180
13462026-03-13T17:29:50.644Z Compiling serde v1.0.228
13472026-03-13T17:29:50.644Z Compiling log v0.4.29
13482026-03-13T17:29:50.645Z Compiling find-msvc-tools v0.1.9
13492026-03-13T17:29:50.645Z Compiling shlex v1.3.0
13502026-03-13T17:29:50.797Z Compiling smallvec v1.15.1
13512026-03-13T17:29:50.807Z Compiling syn v2.0.117
13522026-03-13T17:29:50.826Z Compiling typenum v1.19.0
13532026-03-13T17:29:51.066Z Compiling generic-array v0.14.7
13542026-03-13T17:29:51.091Z Compiling subtle v2.6.1
13552026-03-13T17:29:51.120Z Compiling scopeguard v1.2.0
13562026-03-13T17:29:51.216Z Compiling lock_api v0.4.14
13572026-03-13T17:29:51.235Z Compiling portable-atomic v1.13.1
13582026-03-13T17:29:51.251Z Compiling const-oid v0.9.6
13592026-03-13T17:29:51.438Z Compiling critical-section v1.2.0
13602026-03-13T17:29:51.528Z Compiling zerocopy v0.8.40
13612026-03-13T17:29:51.585Z Compiling serde_json v1.0.149
13622026-03-13T17:29:51.622Z Compiling parking_lot_core v0.9.12
13632026-03-13T17:29:51.851Z Compiling pin-project-lite v0.2.17
13642026-03-13T17:29:51.999Z Compiling pkg-config v0.3.32
13652026-03-13T17:29:52.156Z Compiling getrandom v0.2.17
13662026-03-13T17:29:52.227Z Compiling jobserver v0.1.34
13672026-03-13T17:29:52.303Z Compiling errno v0.3.14
13682026-03-13T17:29:52.425Z Compiling rand_core v0.6.4
13692026-03-13T17:29:52.491Z Compiling signal-hook-registry v1.4.8
13702026-03-13T17:29:52.778Z Compiling cc v1.2.56
13712026-03-13T17:29:52.801Z Compiling once_cell v1.21.3
13722026-03-13T17:29:52.814Z Compiling parking_lot v0.12.5
13732026-03-13T17:29:52.819Z Compiling mio v1.1.1
13742026-03-13T17:29:52.825Z Compiling bitflags v2.11.0
13752026-03-13T17:29:52.847Z Compiling libm v0.2.16
13762026-03-13T17:29:53.034Z Compiling num-traits v0.2.19
13772026-03-13T17:29:53.125Z Compiling futures-core v0.3.32
13782026-03-13T17:29:53.280Z Compiling socket2 v0.6.2
13792026-03-13T17:29:53.316Z Compiling percent-encoding v2.3.2
13802026-03-13T17:29:53.476Z Compiling allocator-api2 v0.2.21
13812026-03-13T17:29:53.498Z Compiling foldhash v0.2.0
13822026-03-13T17:29:53.560Z Compiling cpufeatures v0.2.17
13832026-03-13T17:29:53.655Z Compiling futures-sink v0.3.32
13842026-03-13T17:29:53.674Z Compiling slab v0.4.12
13852026-03-13T17:29:53.779Z Compiling futures-channel v0.3.32
13862026-03-13T17:29:53.796Z Compiling getrandom v0.4.1
13872026-03-13T17:29:53.857Z Compiling futures-io v0.3.32
13882026-03-13T17:29:53.898Z Compiling hashbrown v0.16.1
13892026-03-13T17:29:53.922Z Compiling futures-task v0.3.32
13902026-03-13T17:29:54.059Z Compiling getrandom v0.3.4
13912026-03-13T17:29:54.077Z Compiling rand_core v0.10.0
13922026-03-13T17:29:54.144Z Compiling rustversion v1.0.22
13932026-03-13T17:29:54.312Z Compiling cmake v0.1.57
13942026-03-13T17:29:54.684Z Compiling indexmap v2.13.0
13952026-03-13T17:29:54.855Z Compiling form_urlencoded v1.2.2
13962026-03-13T17:29:54.965Z Compiling dunce v1.0.5
13972026-03-13T17:29:55.020Z Compiling fs_extra v1.3.0
13982026-03-13T17:29:55.075Z Compiling base64ct v1.8.3
13992026-03-13T17:29:55.094Z Compiling ident_case v1.0.1
14002026-03-13T17:29:55.247Z Compiling synstructure v0.13.2
14012026-03-13T17:29:55.269Z Compiling flagset v0.4.7
14022026-03-13T17:29:55.372Z Compiling aws-lc-sys v0.37.1
14032026-03-13T17:29:55.439Z Compiling pem-rfc7468 v0.7.0
14042026-03-13T17:29:55.476Z Compiling rand_core v0.9.5
14052026-03-13T17:29:55.524Z Compiling rustix v1.1.3
14062026-03-13T17:29:55.559Z Compiling iana-time-zone v0.1.65
14072026-03-13T17:29:55.603Z Compiling ring v0.17.14
14082026-03-13T17:29:55.809Z Compiling uuid v1.21.0
14092026-03-13T17:29:55.835Z Compiling rustc_version v0.4.1
14102026-03-13T17:29:55.857Z Compiling aws-lc-rs v1.16.0
14112026-03-13T17:29:56.074Z Compiling regex-syntax v0.8.10
14122026-03-13T17:29:56.240Z Compiling vcpkg v0.2.15
14132026-03-13T17:29:56.255Z Compiling tracing-core v0.1.36
14142026-03-13T17:29:56.752Z Compiling crossbeam-utils v0.8.21
14152026-03-13T17:29:57.089Z Compiling pest_generator v2.8.6
14162026-03-13T17:29:57.158Z Compiling serde_derive_internals v0.29.1
14172026-03-13T17:29:57.249Z Compiling openssl-sys v0.9.111
14182026-03-13T17:29:57.752Z Compiling serde_derive v1.0.228
14192026-03-13T17:29:57.934Z Compiling zeroize_derive v1.4.3
14202026-03-13T17:29:57.951Z Compiling zerofrom-derive v0.1.6
14212026-03-13T17:29:57.994Z Compiling yoke-derive v0.8.1
14222026-03-13T17:29:58.384Z Compiling zerocopy-derive v0.8.40
14232026-03-13T17:29:58.794Z Compiling zeroize v1.8.2
14242026-03-13T17:29:59.348Z Compiling zerovec-derive v0.11.2
14252026-03-13T17:29:59.576Z Compiling displaydoc v0.2.5
14262026-03-13T17:29:59.847Z Compiling crypto-common v0.1.7
14272026-03-13T17:29:59.865Z Compiling zerofrom v0.1.6
14282026-03-13T17:30:00.021Z Compiling yoke v0.8.1
14292026-03-13T17:30:00.032Z Compiling block-buffer v0.10.4
14302026-03-13T17:30:00.246Z Compiling digest v0.10.7
14312026-03-13T17:30:00.263Z Compiling tokio-macros v2.6.0
14322026-03-13T17:30:00.504Z Compiling futures-macro v0.3.32
14332026-03-13T17:30:00.554Z Compiling zerotrie v0.2.3
14342026-03-13T17:30:00.575Z Compiling hmac v0.12.1
14352026-03-13T17:30:00.771Z Compiling block-padding v0.3.3
14362026-03-13T17:30:00.824Z Compiling zerovec v0.11.5
14372026-03-13T17:30:00.967Z Compiling inout v0.1.4
14382026-03-13T17:30:00.978Z Compiling sha2 v0.10.9
14392026-03-13T17:30:01.158Z Compiling cipher v0.4.4
14402026-03-13T17:30:01.256Z Compiling der_derive v0.7.3
14412026-03-13T17:30:01.566Z Compiling tinystr v0.8.2
14422026-03-13T17:30:01.566Z Compiling potential_utf v0.1.4
14432026-03-13T17:30:01.647Z Compiling futures-util v0.3.32
14442026-03-13T17:30:01.771Z Compiling icu_collections v2.1.1
14452026-03-13T17:30:01.805Z Compiling icu_locale_core v2.1.1
14462026-03-13T17:30:02.416Z Compiling salsa20 v0.10.2
14472026-03-13T17:30:02.578Z Compiling bytes v1.11.1
14482026-03-13T17:30:02.595Z Compiling chrono v0.4.44
14492026-03-13T17:30:02.598Z Compiling der v0.7.10
14502026-03-13T17:30:02.809Z Compiling icu_provider v2.1.1
14512026-03-13T17:30:03.032Z Compiling pbkdf2 v0.12.2
14522026-03-13T17:30:03.172Z Compiling icu_normalizer v2.1.1
14532026-03-13T17:30:03.191Z Compiling tokio v1.49.0
14542026-03-13T17:30:03.388Z Compiling icu_properties v2.1.2
14552026-03-13T17:30:03.872Z Compiling spki v0.7.3
14562026-03-13T17:30:04.763Z Compiling http v1.4.0
14572026-03-13T17:30:04.883Z Compiling thiserror-impl v2.0.18
14582026-03-13T17:30:04.883Z Compiling scrypt v0.11.0
14592026-03-13T17:30:04.883Z Compiling idna_adapter v1.2.1
14602026-03-13T17:30:04.935Z Compiling cbc v0.1.2
14612026-03-13T17:30:04.944Z Compiling ppv-lite86 v0.2.21
14622026-03-13T17:30:04.944Z Compiling idna v1.1.0
14632026-03-13T17:30:04.967Z Compiling aes v0.8.4
14642026-03-13T17:30:05.032Z Compiling rustls-pki-types v1.14.0
14652026-03-13T17:30:05.342Z Compiling url v2.5.8
14662026-03-13T17:30:05.359Z Compiling rand_chacha v0.9.0
14672026-03-13T17:30:05.610Z Compiling tracing-attributes v0.1.31
14682026-03-13T17:30:05.779Z Compiling rand v0.9.2
14692026-03-13T17:30:06.057Z Compiling thiserror v2.0.18
14702026-03-13T17:30:06.186Z Compiling pkcs5 v0.7.1
14712026-03-13T17:30:06.337Z Compiling http-body v1.0.1
14722026-03-13T17:30:06.442Z Compiling untrusted v0.7.1
14732026-03-13T17:30:06.461Z Compiling syn v1.0.109
14742026-03-13T17:30:06.478Z Compiling untrusted v0.9.0
14752026-03-13T17:30:06.595Z Compiling base64 v0.22.1
14762026-03-13T17:30:06.626Z Compiling schemars v0.8.22
14772026-03-13T17:30:06.837Z Compiling httparse v1.10.1
14782026-03-13T17:30:06.867Z Compiling openssl-probe v0.2.1
14792026-03-13T17:30:06.948Z Compiling pkcs8 v0.10.2
14802026-03-13T17:30:07.022Z Compiling schemars_derive v0.8.22
14812026-03-13T17:30:07.082Z Compiling pest_derive v2.8.6
14822026-03-13T17:30:07.347Z Compiling scroll_derive v0.13.1
14832026-03-13T17:30:07.473Z Compiling tracing v0.1.44
14842026-03-13T17:30:07.643Z Compiling darling_core v0.20.11
14852026-03-13T17:30:07.812Z Compiling atomic-waker v1.1.2
14862026-03-13T17:30:07.961Z Compiling tinyvec_macros v0.1.1
14872026-03-13T17:30:07.996Z Compiling try-lock v0.2.5
14882026-03-13T17:30:08.053Z Compiling dyn-clone v1.0.20
14892026-03-13T17:30:08.131Z Compiling tower-layer v0.3.3
14902026-03-13T17:30:08.223Z Compiling tower-service v0.3.3
14912026-03-13T17:30:08.332Z Compiling tokio-util v0.7.18
14922026-03-13T17:30:08.351Z Compiling rustls v0.23.37
14932026-03-13T17:30:08.433Z Compiling scroll v0.13.0
14942026-03-13T17:30:08.582Z Compiling want v0.3.1
14952026-03-13T17:30:08.776Z Compiling tinyvec v1.10.0
14962026-03-13T17:30:09.250Z Compiling h2 v0.4.13
14972026-03-13T17:30:09.371Z Compiling ipnet v2.11.0
14982026-03-13T17:30:09.723Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14992026-03-13T17:30:10.046Z Compiling spin v0.9.8
15002026-03-13T17:30:10.244Z Compiling aho-corasick v1.1.4
15012026-03-13T17:30:10.310Z Compiling powerfmt v0.2.0
15022026-03-13T17:30:10.507Z Compiling num-conv v0.2.0
15032026-03-13T17:30:10.566Z Compiling time-core v0.1.8
15042026-03-13T17:30:10.696Z Compiling pin-utils v0.1.0
15052026-03-13T17:30:10.761Z Compiling foreign-types-shared v0.1.1
15062026-03-13T17:30:10.780Z Compiling openssl v0.10.75
15072026-03-13T17:30:10.868Z Compiling httpdate v1.0.3
15082026-03-13T17:30:10.917Z Compiling darling_macro v0.20.11
15092026-03-13T17:30:11.088Z Compiling crc32fast v1.5.0
15102026-03-13T17:30:11.134Z Compiling tempfile v3.25.0
15112026-03-13T17:30:11.154Z Compiling foreign-types v0.3.2
15122026-03-13T17:30:11.250Z Compiling time-macros v0.2.27
15132026-03-13T17:30:11.555Z Compiling darling v0.20.11
15142026-03-13T17:30:11.557Z Compiling regex-automata v0.4.14
15152026-03-13T17:30:11.659Z Compiling deranged v0.5.8
15162026-03-13T17:30:12.684Z Compiling goblin v0.10.5
15172026-03-13T17:30:13.095Z Compiling openssl-macros v0.1.1
15182026-03-13T17:30:13.562Z Compiling hyper v1.8.1
15192026-03-13T17:30:13.601Z Compiling thiserror-impl v1.0.69
15202026-03-13T17:30:14.592Z Compiling wait-timeout v0.2.1
15212026-03-13T17:30:14.797Z Compiling socket2 v0.5.10
15222026-03-13T17:30:14.940Z Compiling usdt-impl v0.6.0
15232026-03-13T17:30:15.198Z Compiling siphasher v1.0.2
15242026-03-13T17:30:15.297Z Compiling bit-vec v0.8.0
15252026-03-13T17:30:15.346Z Compiling num_threads v0.1.7
15262026-03-13T17:30:15.444Z Compiling simd-adler32 v0.3.8
15272026-03-13T17:30:15.466Z Compiling quick-error v1.2.3
15282026-03-13T17:30:15.589Z Compiling native-tls v0.2.18
15292026-03-13T17:30:15.606Z Compiling either v1.15.0
15302026-03-13T17:30:15.642Z Compiling rusty-fork v0.3.1
15312026-03-13T17:30:15.771Z Compiling bit-set v0.8.0
15322026-03-13T17:30:15.876Z Compiling time v0.3.47
15332026-03-13T17:30:15.898Z Compiling thiserror v1.0.69
15342026-03-13T17:30:15.995Z Compiling hyper-util v0.1.20
15352026-03-13T17:30:16.048Z Compiling derive_builder_core v0.20.2
15362026-03-13T17:30:17.236Z Compiling dof v0.4.0
15372026-03-13T17:30:17.608Z Compiling unicode-normalization v0.1.25
15382026-03-13T17:30:18.134Z Compiling crossbeam-epoch v0.9.18
15392026-03-13T17:30:18.218Z Compiling dtrace-parser v0.3.0
15402026-03-13T17:30:18.326Z Compiling rustls-native-certs v0.8.3
15412026-03-13T17:30:18.548Z Compiling signature v2.2.0
15422026-03-13T17:30:18.697Z Compiling scroll_derive v0.12.1
15432026-03-13T17:30:18.762Z Compiling heapless v0.7.17
15442026-03-13T17:30:18.883Z Compiling rand_xorshift v0.4.0
15452026-03-13T17:30:18.987Z Compiling slog v2.8.2
15462026-03-13T17:30:19.079Z Compiling darling_core v0.21.3
15472026-03-13T17:30:19.083Z Compiling bzip2-sys v0.1.13+1.0.8
15482026-03-13T17:30:19.233Z Compiling sync_wrapper v1.0.2
15492026-03-13T17:30:19.261Z Compiling thread-id v5.1.0
15502026-03-13T17:30:19.357Z Compiling cookie v0.18.1
15512026-03-13T17:30:19.375Z Compiling unarray v0.1.4
15522026-03-13T17:30:19.451Z Compiling paste v1.0.15
15532026-03-13T17:30:19.508Z Compiling adler2 v2.0.1
15542026-03-13T17:30:19.576Z Compiling rayon-core v1.13.0
15552026-03-13T17:30:19.600Z Compiling unicode-properties v0.1.4
15562026-03-13T17:30:19.664Z Compiling unicode-bidi v0.3.18
15572026-03-13T17:30:19.804Z Compiling signal-hook v0.3.18
15582026-03-13T17:30:19.824Z Compiling anyhow v1.0.102
15592026-03-13T17:30:19.843Z Compiling unicode-segmentation v1.12.0
15602026-03-13T17:30:19.863Z Compiling zstd-safe v7.2.4
15612026-03-13T17:30:20.147Z Compiling stringprep v0.1.5
15622026-03-13T17:30:20.284Z Compiling miniz_oxide v0.8.9
15632026-03-13T17:30:20.355Z Compiling scroll v0.12.0
15642026-03-13T17:30:20.375Z Compiling proptest v1.10.0
15652026-03-13T17:30:20.512Z Compiling tower v0.5.3
15662026-03-13T17:30:21.137Z Compiling crossbeam-deque v0.8.6
15672026-03-13T17:30:21.158Z Compiling derive_builder_macro v0.20.2
15682026-03-13T17:30:21.176Z Compiling ipnetwork v0.21.1
15692026-03-13T17:30:21.179Z Compiling http-body-util v0.1.3
15702026-03-13T17:30:21.413Z Compiling webpki-roots v1.0.6
15712026-03-13T17:30:21.473Z Compiling rand_chacha v0.3.1
15722026-03-13T17:30:21.534Z Compiling serde_tokenstream v0.2.3
15732026-03-13T17:30:21.562Z Compiling erased-serde v0.3.31
15742026-03-13T17:30:21.759Z Compiling toml_datetime v0.6.11
15752026-03-13T17:30:21.813Z Compiling serde_spanned v0.6.9
15762026-03-13T17:30:21.934Z Compiling md-5 v0.10.6
15772026-03-13T17:30:21.995Z Compiling zerocopy-derive v0.7.35
15782026-03-13T17:30:22.097Z Compiling curve25519-dalek v4.1.3
15792026-03-13T17:30:22.140Z Compiling vergen-lib v0.1.6
15802026-03-13T17:30:22.303Z Compiling num-integer v0.1.46
15812026-03-13T17:30:22.383Z Compiling hash32 v0.2.1
15822026-03-13T17:30:22.547Z Compiling ff v0.13.1
15832026-03-13T17:30:22.566Z Compiling memoffset v0.9.1
15842026-03-13T17:30:22.631Z Compiling ryu v1.0.23
15852026-03-13T17:30:22.673Z Compiling darling_macro v0.21.3
15862026-03-13T17:30:22.714Z Compiling cfg_aliases v0.2.1
15872026-03-13T17:30:22.737Z Compiling smoltcp v0.9.1
15882026-03-13T17:30:22.807Z Compiling base16ct v0.2.0
15892026-03-13T17:30:22.826Z Compiling psl-types v2.0.11
15902026-03-13T17:30:22.858Z Compiling fallible-iterator v0.2.0
15912026-03-13T17:30:22.978Z Compiling iri-string v0.7.10
15922026-03-13T17:30:23.026Z Compiling ref-cast v1.0.25
15932026-03-13T17:30:23.167Z Compiling litrs v1.0.0
15942026-03-13T17:30:23.186Z Compiling zlib-rs v0.6.2
15952026-03-13T17:30:23.270Z Compiling num-bigint-dig v0.8.6
15962026-03-13T17:30:23.291Z Compiling rustix v0.38.44
15972026-03-13T17:30:23.495Z Compiling darling v0.21.3
15982026-03-13T17:30:23.541Z Compiling postgres-protocol v0.6.10
15992026-03-13T17:30:23.595Z Compiling zerocopy v0.7.35
16002026-03-13T17:30:23.853Z Compiling document-features v0.2.12
16012026-03-13T17:30:23.870Z Compiling newtype-uuid v1.3.2
16022026-03-13T17:30:24.288Z Compiling sec1 v0.7.3
16032026-03-13T17:30:24.307Z Compiling publicsuffix v2.3.0
16042026-03-13T17:30:24.493Z Compiling nix v0.31.1
16052026-03-13T17:30:24.513Z Compiling serde_urlencoded v0.7.1
16062026-03-13T17:30:24.638Z Compiling tower-http v0.6.8
16072026-03-13T17:30:24.656Z Compiling group v0.13.0
16082026-03-13T17:30:24.837Z Compiling num-iter v0.1.45
16092026-03-13T17:30:25.076Z Compiling derive_builder v0.20.2
16102026-03-13T17:30:25.111Z Compiling rand v0.8.5
16112026-03-13T17:30:25.165Z Compiling oxnet v0.1.4
16122026-03-13T17:30:25.493Z Compiling proc-macro-error v1.0.4
16132026-03-13T17:30:25.651Z Compiling tokio-native-tls v0.3.1
16142026-03-13T17:30:25.669Z Compiling goblin v0.8.2
16152026-03-13T17:30:26.231Z Compiling heck v0.4.1
16162026-03-13T17:30:26.599Z Compiling phf_shared v0.13.1
16172026-03-13T17:30:26.640Z Compiling hubpack_derive v0.1.1
16182026-03-13T17:30:26.807Z Compiling regex v1.12.3
16192026-03-13T17:30:26.946Z Compiling lazy_static v1.5.0
16202026-03-13T17:30:26.964Z Compiling cargo-platform v0.1.9
16212026-03-13T17:30:27.063Z Compiling hkdf v0.12.4
16222026-03-13T17:30:27.234Z Compiling crypto-bigint v0.5.5
16232026-03-13T17:30:27.267Z Compiling curve25519-dalek-derive v0.1.1
16242026-03-13T17:30:27.326Z Compiling flate2 v1.1.9
16252026-03-13T17:30:27.403Z Compiling strum_macros v0.27.2
16262026-03-13T17:30:27.808Z Compiling ref-cast-impl v1.0.25
16272026-03-13T17:30:27.844Z Compiling async-trait v0.1.89
16282026-03-13T17:30:28.126Z Compiling daft-derive v0.1.5
16292026-03-13T17:30:28.546Z Compiling terminal_size v0.4.3
16302026-03-13T17:30:28.714Z Compiling vergen v9.0.6
16312026-03-13T17:30:28.968Z Compiling fs-err v3.3.0
16322026-03-13T17:30:29.092Z Compiling ahash v0.8.12
16332026-03-13T17:30:29.211Z Compiling object v0.37.3
16342026-03-13T17:30:29.315Z Compiling bumpalo v3.20.2
16352026-03-13T17:30:29.362Z Compiling managed v0.8.0
16362026-03-13T17:30:29.572Z Compiling winnow v0.5.40
16372026-03-13T17:30:29.637Z Compiling bitflags v1.3.2
16382026-03-13T17:30:29.655Z Compiling libbz2-rs-sys v0.2.2
16392026-03-13T17:30:29.726Z Compiling foldhash v0.1.5
16402026-03-13T17:30:29.942Z Compiling hashbrown v0.15.5
16412026-03-13T17:30:30.126Z Compiling strum v0.27.2
16422026-03-13T17:30:30.281Z Compiling bzip2 v0.6.1
16432026-03-13T17:30:30.543Z Compiling clap_builder v4.5.60
16442026-03-13T17:30:30.599Z Compiling console v0.16.2
16452026-03-13T17:30:30.718Z Compiling zopfli v0.8.3
16462026-03-13T17:30:30.936Z Compiling daft v0.1.5
16472026-03-13T17:30:31.332Z Compiling elliptic-curve v0.13.8
16482026-03-13T17:30:31.376Z Compiling toml_edit v0.19.15
16492026-03-13T17:30:31.536Z Compiling dof v0.3.0
16502026-03-13T17:30:31.768Z Compiling hubpack v0.1.2
16512026-03-13T17:30:31.880Z Compiling cargo_metadata v0.19.2
16522026-03-13T17:30:32.561Z Compiling phf v0.13.1
16532026-03-13T17:30:32.766Z Compiling signal-hook-mio v0.2.5
16542026-03-13T17:30:32.912Z Compiling zone_cfg_derive v0.3.1
16552026-03-13T17:30:33.754Z Compiling zstd v0.13.3
16562026-03-13T17:30:33.783Z Compiling cookie_store v0.22.1
16572026-03-13T17:30:34.595Z Compiling hyper-tls v0.6.0
16582026-03-13T17:30:34.685Z Compiling rayon v1.11.0
16592026-03-13T17:30:34.886Z Compiling bzip2 v0.4.4
16602026-03-13T17:30:35.069Z Compiling postgres-types v0.2.12
16612026-03-13T17:30:35.135Z Compiling serde_with_macros v3.17.0
16622026-03-13T17:30:35.155Z Compiling usdt-macro v0.6.0
16632026-03-13T17:30:35.852Z Compiling usdt-attr-macro v0.6.0
16642026-03-13T17:30:35.870Z Compiling ed25519 v2.2.3
16652026-03-13T17:30:36.145Z Compiling dtrace-parser v0.2.0
16662026-03-13T17:30:36.698Z Compiling itertools v0.12.1
16672026-03-13T17:30:36.734Z Compiling phf_shared v0.11.3
16682026-03-13T17:30:36.954Z Compiling bstr v1.12.1
16692026-03-13T17:30:36.988Z Compiling pkcs1 v0.7.5
16702026-03-13T17:30:37.096Z Compiling serde-big-array v0.5.1
16712026-03-13T17:30:37.195Z Compiling hex v0.4.3
16722026-03-13T17:30:37.231Z Compiling rfc6979 v0.4.0
16732026-03-13T17:30:37.280Z Compiling serde_repr v0.1.20
16742026-03-13T17:30:37.387Z Compiling clap_derive v4.5.55
16752026-03-13T17:30:37.537Z Compiling strum_macros v0.26.4
16762026-03-13T17:30:37.556Z Compiling enum-as-inner v0.6.1
16772026-03-13T17:30:37.841Z Compiling float-cmp v0.10.0
16782026-03-13T17:30:37.990Z Compiling memmap2 v0.9.10
16792026-03-13T17:30:38.027Z Compiling thread-id v4.2.2
16802026-03-13T17:30:38.138Z Compiling env_filter v1.0.0
16812026-03-13T17:30:38.230Z Compiling encoding_rs v0.8.35
16822026-03-13T17:30:38.269Z Compiling fixedbitset v0.5.7
16832026-03-13T17:30:38.378Z Compiling difflib v0.4.0
16842026-03-13T17:30:38.546Z Compiling normalize-line-endings v0.3.0
16852026-03-13T17:30:38.666Z Compiling data-encoding v2.10.0
16862026-03-13T17:30:38.688Z Compiling rustc-hash v2.1.1
16872026-03-13T17:30:38.844Z Compiling keccak v0.1.6
16882026-03-13T17:30:39.134Z Compiling static_assertions v1.1.0
16892026-03-13T17:30:39.229Z Compiling predicates-core v1.0.10
16902026-03-13T17:30:39.462Z Compiling fixedbitset v0.4.2
16912026-03-13T17:30:39.481Z Compiling unit-prefix v0.5.2
16922026-03-13T17:30:39.636Z Compiling whoami v2.1.0
16932026-03-13T17:30:39.656Z Compiling new_debug_unreachable v1.0.6
16942026-03-13T17:30:39.744Z Compiling jiff v0.2.21
16952026-03-13T17:30:39.744Z Compiling mime v0.3.17
16962026-03-13T17:30:39.845Z Compiling precomputed-hash v0.1.1
16972026-03-13T17:30:39.951Z Compiling string_cache v0.8.9
16982026-03-13T17:30:39.955Z Compiling tokio-postgres v0.7.16
16992026-03-13T17:30:39.955Z Compiling strum v0.26.3
17002026-03-13T17:30:40.083Z Compiling clap v4.5.60
17012026-03-13T17:30:40.133Z Compiling toml_edit v0.22.27
17022026-03-13T17:30:40.153Z Compiling petgraph v0.6.5
17032026-03-13T17:30:40.184Z Compiling indicatif v0.18.4
17042026-03-13T17:30:40.242Z Compiling predicates v3.1.4
17052026-03-13T17:30:40.323Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17062026-03-13T17:30:41.102Z Compiling hickory-proto v0.25.2
17072026-03-13T17:30:41.381Z Compiling sha3 v0.10.8
17082026-03-13T17:30:42.013Z Compiling iddqd v0.3.17
17092026-03-13T17:30:42.239Z Compiling petgraph v0.8.3
17102026-03-13T17:30:43.008Z Compiling env_logger v0.11.9
17112026-03-13T17:30:43.468Z Compiling zip v4.6.1
17122026-03-13T17:30:43.569Z Compiling zone v0.3.1
17132026-03-13T17:30:43.975Z Compiling usdt v0.6.0
17142026-03-13T17:30:44.135Z Compiling usdt-impl v0.5.0
17152026-03-13T17:30:44.297Z Compiling similar v2.7.0
17162026-03-13T17:30:44.453Z Compiling serde_with v3.17.0
17172026-03-13T17:30:44.797Z Compiling ecdsa v0.16.9
17182026-03-13T17:30:44.917Z Compiling rsa v0.9.10
17192026-03-13T17:30:44.934Z Compiling crossterm v0.28.1
17202026-03-13T17:30:45.348Z Compiling ed25519-dalek v2.2.0
17212026-03-13T17:30:45.479Z Compiling zip v0.6.6
17222026-03-13T17:30:46.237Z Compiling toml v0.7.8
17232026-03-13T17:30:47.059Z Compiling toml_parser v1.0.9+spec-1.1.0
17242026-03-13T17:30:47.134Z Compiling itertools v0.13.0
17252026-03-13T17:30:47.294Z Compiling tokio-stream v0.1.18
17262026-03-13T17:30:47.679Z Compiling buf-list v1.1.2
17272026-03-13T17:30:47.818Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17282026-03-13T17:30:47.879Z Compiling x509-cert v0.2.5
17292026-03-13T17:30:47.949Z Compiling openapiv3 v2.2.0
17302026-03-13T17:30:48.051Z Compiling sha1 v0.10.6
17312026-03-13T17:30:48.238Z Compiling toml_datetime v0.7.5+spec-1.1.0
17322026-03-13T17:30:48.319Z Compiling lalrpop-util v0.19.12
17332026-03-13T17:30:48.564Z Compiling peg-runtime v0.8.5
17342026-03-13T17:30:48.612Z Compiling thread_local v1.1.9
17352026-03-13T17:30:48.832Z Compiling slog-async v2.8.0
17362026-03-13T17:30:48.920Z Compiling crossbeam-channel v0.5.15
17372026-03-13T17:30:48.939Z Compiling futures-executor v0.3.32
17382026-03-13T17:30:49.257Z Compiling filetime v0.2.27
17392026-03-13T17:30:49.281Z Compiling is-terminal v0.4.17
17402026-03-13T17:30:49.281Z Compiling take_mut v0.2.2
17412026-03-13T17:30:49.408Z Compiling term v1.2.1
17422026-03-13T17:30:49.408Z Compiling xattr v1.6.1
17432026-03-13T17:30:49.514Z Compiling futures v0.3.32
17442026-03-13T17:30:49.611Z Compiling tar v0.4.44
17452026-03-13T17:30:50.060Z Compiling slog-term v2.9.2
17462026-03-13T17:30:56.688Z Compiling rustls-webpki v0.103.9
17472026-03-13T17:31:00.687Z Compiling tokio-rustls v0.26.4
17482026-03-13T17:31:00.687Z Compiling rustls-platform-verifier v0.6.2
17492026-03-13T17:31:00.961Z Compiling hyper-rustls v0.27.7
17502026-03-13T17:31:01.220Z Compiling reqwest v0.13.2
17512026-03-13T17:31:01.220Z Compiling reqwest v0.12.28
17522026-03-13T17:31:04.192Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17532026-03-13T17:31:04.486Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17542026-03-13T17:31:08.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17552026-03-13T17:31:08.480Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17562026-03-13T17:31:08.541ZMar 13 17:31:07.364 INFO Starting download, target: TransceiverControl
17572026-03-13T17:31:08.541ZMar 13 17:31:07.364 INFO Starting download, target: Clickhouse
17582026-03-13T17:31:08.560ZMar 13 17:31:07.364 INFO Starting download, target: Cockroach
17592026-03-13T17:31:08.560ZMar 13 17:31:07.364 INFO Starting download, target: MaghemiteMgd
17602026-03-13T17:31:08.560ZMar 13 17:31:07.364 INFO Starting download, target: DendriteStub
17612026-03-13T17:31:08.560ZMar 13 17:31:07.364 INFO Starting download, target: Console
17622026-03-13T17:31:08.560ZMar 13 17:31:07.364 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17632026-03-13T17:31:08.560ZMar 13 17:31:07.365 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17642026-03-13T17:31:08.561ZMar 13 17:31:07.365 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17652026-03-13T17:31:08.561ZMar 13 17:31:07.365 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17662026-03-13T17:31:08.561ZMar 13 17:31:07.365 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17672026-03-13T17:31:08.561ZMar 13 17:31:07.365 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17682026-03-13T17:31:09.072ZMar 13 17:31:07.883 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17692026-03-13T17:31:09.441ZMar 13 17:31:08.253 INFO Download complete, target: TransceiverControl
17702026-03-13T17:31:09.647ZMar 13 17:31:08.463 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17712026-03-13T17:31:10.009ZMar 13 17:31:08.830 INFO Download complete, target: Console
17722026-03-13T17:31:10.449ZMar 13 17:31:09.213 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-03-13T17:31:11.032ZMar 13 17:31:09.725 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17742026-03-13T17:31:11.996ZMar 13 17:31:10.804 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17752026-03-13T17:31:13.703ZMar 13 17:31:12.521 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17762026-03-13T17:31:13.703ZMar 13 17:31:12.522 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17772026-03-13T17:31:14.396ZMar 13 17:31:13.213 INFO Download complete, target: DendriteStub
17782026-03-13T17:31:15.387ZMar 13 17:31:14.208 INFO Download complete, target: MaghemiteMgd
17792026-03-13T17:31:21.261ZMar 13 17:31:20.081 INFO Checking that binary works, target: Cockroach
17802026-03-13T17:31:21.448ZMar 13 17:31:20.262 INFO Checking that binary works, target: Clickhouse
17812026-03-13T17:31:21.465ZMar 13 17:31:20.279 INFO Download complete, target: Cockroach
17822026-03-13T17:31:21.579ZMar 13 17:31:20.395 INFO Download complete, target: Clickhouse
17832026-03-13T17:31:21.591ZAll builder prerequisites installed successfully, and PATH looks valid
17842026-03-13T17:31:21.596Z
17852026-03-13T17:31:21.596Zreal 4:15.851185702
17862026-03-13T17:31:21.596Zuser 10:27.450666421
17872026-03-13T17:31:21.596Zsys 1:49.740594535
17882026-03-13T17:31:21.596Ztrap 0.341069367
17892026-03-13T17:31:21.596Ztflt 0.595895846
17902026-03-13T17:31:21.596Zdflt 0.598402773
17912026-03-13T17:31:21.596Zkflt 0.018806948
17922026-03-13T17:31:21.596Zlock 23:04.103173907
17932026-03-13T17:31:21.596Zslp 38:48.850621234
17942026-03-13T17:31:21.596Zlat 57.283262060
17952026-03-13T17:31:21.597Zstop 2:37.577451383
17962026-03-13T17:31:21.597Z+ banner hack-check
17972026-03-13T17:31:21.597Z
17982026-03-13T17:31:21.597Z # # ## #### # # #### # # ###### #### # #
17992026-03-13T17:31:21.597Z # # # # # # # # # # # # # # # # #
18002026-03-13T17:31:21.597Z ###### # # # #### ##### # ###### ##### # ####
18012026-03-13T17:31:21.597Z # # ###### # # # # # # # # # #
18022026-03-13T17:31:21.597Z # # # # # # # # # # # # # # # # #
18032026-03-13T17:31:21.597Z # # # # #### # # #### # # ###### #### # #
18042026-03-13T17:31:21.597Z
18052026-03-13T17:31:21.597Z+ export CARGO_INCREMENTAL=0
18062026-03-13T17:31:21.597Z+ CARGO_INCREMENTAL=0
18072026-03-13T17:31:21.597Z+ ptime -m timeout 2h cargo xtask check-features --ci
18082026-03-13T17:31:22.269Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18092026-03-13T17:31:22.543Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18102026-03-13T17:31:25.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
18112026-03-13T17:31:25.214Z Running `target/debug/xtask check-features --ci`
18122026-03-13T17:31:25.250Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18132026-03-13T17:31:25.255Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18142026-03-13T17:31:25.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18152026-03-13T17:31:25.902Z Running `target/debug/xtask download cargo-hack`
18162026-03-13T17:31:26.873Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18172026-03-13T17:31:27.250Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18182026-03-13T17:31:30.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
18192026-03-13T17:31:30.740Z Running `target/debug/xtask-downloader cargo-hack`
18202026-03-13T17:31:30.781ZMar 13 17:31:29.602 INFO Starting download, target: CargoHack
18212026-03-13T17:31:30.785ZMar 13 17:31:29.602 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18222026-03-13T17:31:31.034ZMar 13 17:31:29.842 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18232026-03-13T17:31:31.125ZMar 13 17:31:29.921 INFO Download complete, target: CargoHack
18242026-03-13T17:31:31.142Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18252026-03-13T17:31:31.143Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18262026-03-13T17:31:31.330Zinfo: running `cargo check --bins` on api_identity (1/257)
18272026-03-13T17:31:32.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-03-13T17:31:32.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-03-13T17:31:32.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-03-13T17:31:32.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18312026-03-13T17:31:32.424Z
18322026-03-13T17:31:32.424Zinfo: running `cargo check --bins` on bootstore (2/257)
18332026-03-13T17:31:32.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-03-13T17:31:32.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-03-13T17:31:32.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-03-13T17:31:32.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18372026-03-13T17:31:32.833Z
18382026-03-13T17:31:32.833Zinfo: running `cargo check --bins` on omicron-ledger (3/257)
18392026-03-13T17:31:33.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-03-13T17:31:33.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-03-13T17:31:33.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-03-13T17:31:33.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18432026-03-13T17:31:33.595Z
18442026-03-13T17:31:33.595Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257)
18452026-03-13T17:31:34.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-03-13T17:31:34.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-03-13T17:31:34.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-03-13T17:31:34.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18492026-03-13T17:31:34.348Z
18502026-03-13T17:31:34.348Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257)
18512026-03-13T17:31:34.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-03-13T17:31:35.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-03-13T17:31:35.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-03-13T17:31:35.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18552026-03-13T17:31:35.094Z
18562026-03-13T17:31:35.094Zinfo: running `cargo check --bins` on omicron-certificates (6/257)
18572026-03-13T17:31:36.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-03-13T17:31:36.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-03-13T17:31:36.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-03-13T17:31:36.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18612026-03-13T17:31:36.114Z
18622026-03-13T17:31:36.114Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/257)
18632026-03-13T17:31:36.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-03-13T17:31:36.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-03-13T17:31:36.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-03-13T17:31:36.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18672026-03-13T17:31:36.584Z
18682026-03-13T17:31:36.584Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257)
18692026-03-13T17:31:37.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-03-13T17:31:37.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-03-13T17:31:37.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-03-13T17:31:37.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18732026-03-13T17:31:37.374Z
18742026-03-13T17:31:37.374Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257)
18752026-03-13T17:31:38.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-03-13T17:31:38.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-03-13T17:31:38.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-03-13T17:31:38.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18792026-03-13T17:31:38.519Z
18802026-03-13T17:31:38.519Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257)
18812026-03-13T17:31:38.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-03-13T17:31:38.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-03-13T17:31:38.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-03-13T17:31:38.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18852026-03-13T17:31:38.653Z
18862026-03-13T17:31:38.653Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257)
18872026-03-13T17:31:39.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-03-13T17:31:39.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-03-13T17:31:39.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-03-13T17:31:39.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18912026-03-13T17:31:39.243Z
18922026-03-13T17:31:39.243Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257)
18932026-03-13T17:31:39.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-03-13T17:31:39.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-03-13T17:31:39.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-03-13T17:31:39.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18972026-03-13T17:31:39.745Z
18982026-03-13T17:31:39.746Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257)
18992026-03-13T17:31:40.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-03-13T17:31:40.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-03-13T17:31:40.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-03-13T17:31:40.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19032026-03-13T17:31:40.437Z
19042026-03-13T17:31:40.437Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257)
19052026-03-13T17:31:40.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-03-13T17:31:40.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-03-13T17:31:40.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-03-13T17:31:40.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19092026-03-13T17:31:40.947Z
19102026-03-13T17:31:40.947Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257)
19112026-03-13T17:31:41.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-03-13T17:31:41.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-03-13T17:31:41.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-03-13T17:31:41.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19152026-03-13T17:31:41.537Z
19162026-03-13T17:31:41.537Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257)
19172026-03-13T17:31:45.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-03-13T17:31:45.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-03-13T17:31:45.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-03-13T17:31:45.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19212026-03-13T17:31:45.979Z
19222026-03-13T17:31:45.979Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257)
19232026-03-13T17:31:45.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-03-13T17:31:45.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-03-13T17:31:45.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-03-13T17:31:45.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19272026-03-13T17:31:45.981Z
19282026-03-13T17:31:45.981Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257)
19292026-03-13T17:31:45.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-03-13T17:31:45.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-03-13T17:31:45.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-03-13T17:31:45.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19332026-03-13T17:31:45.983Z
19342026-03-13T17:31:45.983Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257)
19352026-03-13T17:31:45.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-03-13T17:31:45.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-03-13T17:31:45.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-03-13T17:31:45.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19392026-03-13T17:31:45.983Z
19402026-03-13T17:31:45.983Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257)
19412026-03-13T17:31:45.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-03-13T17:31:45.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-03-13T17:31:45.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-03-13T17:31:45.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19452026-03-13T17:31:45.983Z
19462026-03-13T17:31:45.983Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257)
19472026-03-13T17:31:45.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-03-13T17:31:45.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-03-13T17:31:45.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-03-13T17:31:45.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19512026-03-13T17:31:45.983Z
19522026-03-13T17:31:45.983Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257)
19532026-03-13T17:31:45.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-03-13T17:31:45.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-03-13T17:31:45.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-03-13T17:31:45.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19572026-03-13T17:31:45.983Z
19582026-03-13T17:31:45.983Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257)
19592026-03-13T17:31:46.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-03-13T17:31:46.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-03-13T17:31:46.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-03-13T17:31:46.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19632026-03-13T17:31:46.273Z
19642026-03-13T17:31:46.273Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257)
19652026-03-13T17:31:46.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-03-13T17:31:46.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-03-13T17:31:46.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-03-13T17:31:46.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19692026-03-13T17:31:46.800Z
19702026-03-13T17:31:46.800Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257)
19712026-03-13T17:31:47.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-03-13T17:31:47.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-03-13T17:31:47.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-03-13T17:31:47.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19752026-03-13T17:31:47.402Z
19762026-03-13T17:31:47.402Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257)
19772026-03-13T17:31:47.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-03-13T17:31:47.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-03-13T17:31:47.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-03-13T17:31:47.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19812026-03-13T17:31:47.985Z
19822026-03-13T17:31:47.985Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257)
19832026-03-13T17:31:48.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-03-13T17:31:48.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-03-13T17:31:48.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-03-13T17:31:48.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19872026-03-13T17:31:48.765Z
19882026-03-13T17:31:48.765Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257)
19892026-03-13T17:31:49.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-03-13T17:31:49.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-03-13T17:31:49.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-03-13T17:31:49.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19932026-03-13T17:31:49.164Z
19942026-03-13T17:31:49.166Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257)
19952026-03-13T17:31:49.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-03-13T17:31:49.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-03-13T17:31:49.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-03-13T17:31:49.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19992026-03-13T17:31:49.752Z
20002026-03-13T17:31:49.752Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257)
20012026-03-13T17:31:50.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-03-13T17:31:50.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-03-13T17:31:50.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-03-13T17:31:50.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20052026-03-13T17:31:50.877Z
20062026-03-13T17:31:50.877Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257)
20072026-03-13T17:31:50.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-03-13T17:31:50.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-03-13T17:31:50.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-03-13T17:31:50.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20112026-03-13T17:31:50.997Z
20122026-03-13T17:31:50.997Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257)
20132026-03-13T17:31:51.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-03-13T17:31:51.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-03-13T17:31:51.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-03-13T17:31:51.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20172026-03-13T17:31:51.556Z
20182026-03-13T17:31:51.556Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257)
20192026-03-13T17:31:52.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-03-13T17:31:52.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-03-13T17:31:52.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-03-13T17:31:52.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20232026-03-13T17:31:52.128Z
20242026-03-13T17:31:52.128Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257)
20252026-03-13T17:31:52.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-03-13T17:31:52.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-03-13T17:31:52.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-03-13T17:31:52.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20292026-03-13T17:31:52.745Z
20302026-03-13T17:31:52.745Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257)
20312026-03-13T17:31:53.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-03-13T17:31:53.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-03-13T17:31:53.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-03-13T17:31:53.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20352026-03-13T17:31:53.297Z
20362026-03-13T17:31:53.297Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257)
20372026-03-13T17:31:53.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-03-13T17:31:53.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-03-13T17:31:53.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-03-13T17:31:53.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20412026-03-13T17:31:53.893Z
20422026-03-13T17:31:53.893Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257)
20432026-03-13T17:31:54.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-03-13T17:31:54.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-03-13T17:31:54.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-03-13T17:31:54.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20472026-03-13T17:31:54.486Z
20482026-03-13T17:31:54.486Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257)
20492026-03-13T17:31:55.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-03-13T17:31:55.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-03-13T17:31:55.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-03-13T17:31:55.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20532026-03-13T17:31:55.077Z
20542026-03-13T17:31:55.077Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257)
20552026-03-13T17:31:55.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-03-13T17:31:55.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-03-13T17:31:55.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-03-13T17:31:55.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20592026-03-13T17:31:55.667Z
20602026-03-13T17:31:55.667Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257)
20612026-03-13T17:31:56.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-03-13T17:31:56.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-03-13T17:31:56.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-03-13T17:31:56.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20652026-03-13T17:31:56.259Z
20662026-03-13T17:31:56.259Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257)
20672026-03-13T17:31:56.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-03-13T17:31:56.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-03-13T17:31:56.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-03-13T17:31:56.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20712026-03-13T17:31:56.854Z
20722026-03-13T17:31:56.854Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257)
20732026-03-13T17:31:57.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-03-13T17:31:57.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-03-13T17:31:57.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-03-13T17:31:57.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20772026-03-13T17:31:57.449Z
20782026-03-13T17:31:57.449Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257)
20792026-03-13T17:31:57.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-03-13T17:31:57.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-03-13T17:31:57.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-03-13T17:31:57.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20832026-03-13T17:31:58.050Z
20842026-03-13T17:31:58.050Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257)
20852026-03-13T17:31:58.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-03-13T17:31:58.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-03-13T17:31:58.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-03-13T17:31:58.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20892026-03-13T17:31:58.652Z
20902026-03-13T17:31:58.652Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257)
20912026-03-13T17:31:59.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-03-13T17:31:59.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-03-13T17:31:59.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-03-13T17:31:59.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20952026-03-13T17:31:59.249Z
20962026-03-13T17:31:59.249Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257)
20972026-03-13T17:31:59.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-03-13T17:31:59.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-03-13T17:31:59.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-03-13T17:31:59.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21012026-03-13T17:31:59.849Z
21022026-03-13T17:31:59.849Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257)
21032026-03-13T17:32:00.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-03-13T17:32:00.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-03-13T17:32:00.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-03-13T17:32:00.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21072026-03-13T17:32:00.448Z
21082026-03-13T17:32:00.448Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257)
21092026-03-13T17:32:00.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-03-13T17:32:00.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-03-13T17:32:00.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-03-13T17:32:00.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21132026-03-13T17:32:01.045Z
21142026-03-13T17:32:01.045Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257)
21152026-03-13T17:32:01.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-03-13T17:32:01.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-03-13T17:32:02.025Z Checking cfg-if v1.0.4
21182026-03-13T17:32:02.156Z Checking libc v0.2.180
21192026-03-13T17:32:02.171Z Checking serde_core v1.0.228
21202026-03-13T17:32:02.180Z Checking memchr v2.8.0
21212026-03-13T17:32:02.194Z Checking itoa v1.0.17
21222026-03-13T17:32:02.194Z Checking smallvec v1.15.1
21232026-03-13T17:32:02.194Z Checking log v0.4.29
21242026-03-13T17:32:02.194Z Checking zeroize v1.8.2
21252026-03-13T17:32:02.280Z Checking stable_deref_trait v1.2.1
21262026-03-13T17:32:02.367Z Checking zerofrom v0.1.6
21272026-03-13T17:32:02.414Z Checking zmij v1.0.21
21282026-03-13T17:32:02.444Z Checking scopeguard v1.2.0
21292026-03-13T17:32:02.460Z Checking litemap v0.8.1
21302026-03-13T17:32:02.481Z Checking percent-encoding v2.3.2
21312026-03-13T17:32:02.519Z Checking yoke v0.8.1
21322026-03-13T17:32:02.564Z Checking lock_api v0.4.14
21332026-03-13T17:32:02.646Z Checking subtle v2.6.1
21342026-03-13T17:32:02.677Z Checking writeable v0.6.2
21352026-03-13T17:32:02.692Z Checking libm v0.2.16
21362026-03-13T17:32:02.723Z Checking zerovec v0.11.5
21372026-03-13T17:32:02.779Z Checking zerotrie v0.2.3
21382026-03-13T17:32:02.823Z Checking icu_normalizer_data v2.1.1
21392026-03-13T17:32:02.867Z Checking icu_properties_data v2.1.2
21402026-03-13T17:32:02.893Z Checking getrandom v0.2.17
21412026-03-13T17:32:02.893Z Checking errno v0.3.14
21422026-03-13T17:32:02.988Z Checking pin-project-lite v0.2.17
21432026-03-13T17:32:03.005Z Checking utf8_iter v1.0.4
21442026-03-13T17:32:03.018Z Checking form_urlencoded v1.2.2
21452026-03-13T17:32:03.034Z Checking portable-atomic v1.13.1
21462026-03-13T17:32:03.041Z Checking rand_core v0.6.4
21472026-03-13T17:32:03.089Z Checking critical-section v1.2.0
21482026-03-13T17:32:03.148Z Checking rand_core v0.10.0
21492026-03-13T17:32:03.169Z Checking typenum v1.19.0
21502026-03-13T17:32:03.210Z Checking signal-hook-registry v1.4.8
21512026-03-13T17:32:03.265Z Checking parking_lot_core v0.9.12
21522026-03-13T17:32:03.346Z Checking tinystr v0.8.2
21532026-03-13T17:32:03.373Z Checking potential_utf v0.1.4
21542026-03-13T17:32:03.411Z Checking getrandom v0.4.1
21552026-03-13T17:32:03.509Z Checking parking_lot v0.12.5
21562026-03-13T17:32:03.516Z Checking icu_collections v2.1.1
21572026-03-13T17:32:03.551Z Checking icu_locale_core v2.1.1
21582026-03-13T17:32:03.585Z Checking mio v1.1.1
21592026-03-13T17:32:03.626Z Checking once_cell v1.21.3
21602026-03-13T17:32:03.713Z Checking num-traits v0.2.19
21612026-03-13T17:32:03.726Z Checking socket2 v0.6.2
21622026-03-13T17:32:03.846Z Checking iana-time-zone v0.1.65
21632026-03-13T17:32:03.876Z Checking generic-array v0.14.7
21642026-03-13T17:32:03.897Z Checking zerocopy v0.8.40
21652026-03-13T17:32:03.960Z Checking futures-core v0.3.32
21662026-03-13T17:32:03.984Z Checking allocator-api2 v0.2.21
21672026-03-13T17:32:04.038Z Checking equivalent v1.0.2
21682026-03-13T17:32:04.111Z Checking foldhash v0.2.0
21692026-03-13T17:32:04.140Z Checking const-oid v0.9.6
21702026-03-13T17:32:04.301Z Checking futures-sink v0.3.32
21712026-03-13T17:32:04.319Z Checking icu_provider v2.1.1
21722026-03-13T17:32:04.348Z Checking serde v1.0.228
21732026-03-13T17:32:04.360Z Checking serde_json v1.0.149
21742026-03-13T17:32:04.427Z Checking bitflags v2.11.0
21752026-03-13T17:32:04.491Z Checking hashbrown v0.16.1
21762026-03-13T17:32:04.522Z Checking crypto-common v0.1.7
21772026-03-13T17:32:04.617Z Checking icu_properties v2.1.2
21782026-03-13T17:32:04.635Z Checking icu_normalizer v2.1.1
21792026-03-13T17:32:04.700Z Checking uuid v1.21.0
21802026-03-13T17:32:04.909Z Checking bytes v1.11.1
21812026-03-13T17:32:05.023Z Checking chrono v0.4.44
21822026-03-13T17:32:05.075Z Checking dyn-clone v1.0.20
21832026-03-13T17:32:05.164Z Checking futures-channel v0.3.32
21842026-03-13T17:32:05.180Z Checking semver v1.0.27
21852026-03-13T17:32:05.202Z Checking futures-io v0.3.32
21862026-03-13T17:32:05.297Z Checking futures-task v0.3.32
21872026-03-13T17:32:05.347Z Checking slab v0.4.12
21882026-03-13T17:32:05.414Z Checking block-buffer v0.10.4
21892026-03-13T17:32:05.444Z Checking thiserror v2.0.18
21902026-03-13T17:32:05.470Z Checking indexmap v2.13.0
21912026-03-13T17:32:05.505Z Checking tokio v1.49.0
21922026-03-13T17:32:05.540Z Checking futures-util v0.3.32
21932026-03-13T17:32:05.563Z Checking http v1.4.0
21942026-03-13T17:32:05.591Z Checking digest v0.10.7
21952026-03-13T17:32:05.773Z Checking idna_adapter v1.2.1
21962026-03-13T17:32:05.839Z Checking byteorder v1.5.0
21972026-03-13T17:32:05.914Z Checking idna v1.1.0
21982026-03-13T17:32:06.123Z Checking fnv v1.0.7
21992026-03-13T17:32:06.205Z Checking cpufeatures v0.2.17
22002026-03-13T17:32:06.218Z Checking url v2.5.8
22012026-03-13T17:32:06.237Z Checking base64 v0.22.1
22022026-03-13T17:32:06.253Z Checking unicode-ident v1.0.24
22032026-03-13T17:32:06.295Z Checking tracing-core v0.1.36
22042026-03-13T17:32:06.334Z Checking rustls-pki-types v1.14.0
22052026-03-13T17:32:06.390Z Checking proc-macro2 v1.0.106
22062026-03-13T17:32:06.574Z Checking regex-syntax v0.8.10
22072026-03-13T17:32:06.768Z Checking tracing v0.1.44
22082026-03-13T17:32:06.907Z Checking untrusted v0.9.0
22092026-03-13T17:32:06.938Z Checking schemars v0.8.22
22102026-03-13T17:32:06.939Z Checking quote v1.0.44
22112026-03-13T17:32:06.939Z Checking ring v0.17.14
22122026-03-13T17:32:06.989Z Checking ipnet v2.11.0
22132026-03-13T17:32:07.052Z Checking syn v2.0.117
22142026-03-13T17:32:07.358Z Checking thiserror v1.0.69
22152026-03-13T17:32:07.439Z Checking httparse v1.10.1
22162026-03-13T17:32:07.690Z Checking http-body v1.0.1
22172026-03-13T17:32:07.710Z Checking atomic-waker v1.1.2
22182026-03-13T17:32:07.832Z Checking aws-lc-sys v0.37.1
22192026-03-13T17:32:07.853Z Checking aho-corasick v1.1.4
22202026-03-13T17:32:08.211Z Checking openssl-probe v0.2.1
22212026-03-13T17:32:08.236Z Checking ppv-lite86 v0.2.21
22222026-03-13T17:32:08.260Z Checking tower-service v0.3.3
22232026-03-13T17:32:08.341Z Checking try-lock v0.2.5
22242026-03-13T17:32:08.364Z Checking httpdate v1.0.3
22252026-03-13T17:32:08.395Z Checking tower-layer v0.3.3
22262026-03-13T17:32:08.459Z Checking untrusted v0.7.1
22272026-03-13T17:32:08.535Z Checking want v0.3.1
22282026-03-13T17:32:08.562Z Checking rustix v1.1.3
22292026-03-13T17:32:08.588Z Checking block-padding v0.3.3
22302026-03-13T17:32:08.654Z Checking getrandom v0.3.4
22312026-03-13T17:32:08.685Z Checking pin-utils v0.1.0
22322026-03-13T17:32:08.728Z Checking aws-lc-rs v1.16.0
22332026-03-13T17:32:08.750Z Checking inout v0.1.4
22342026-03-13T17:32:08.783Z Checking hmac v0.12.1
22352026-03-13T17:32:08.803Z Checking regex-automata v0.4.14
22362026-03-13T17:32:08.848Z Checking socket2 v0.5.10
22372026-03-13T17:32:08.927Z Checking cipher v0.4.4
22382026-03-13T17:32:08.944Z Checking rand_core v0.9.5
22392026-03-13T17:32:09.146Z Checking ryu v1.0.23
22402026-03-13T17:32:09.168Z Checking base64ct v1.8.3
22412026-03-13T17:32:09.188Z Checking powerfmt v0.2.0
22422026-03-13T17:32:09.366Z Checking rustls-native-certs v0.8.3
22432026-03-13T17:32:09.473Z Checking deranged v0.5.8
22442026-03-13T17:32:09.501Z Checking http-body-util v0.1.3
22452026-03-13T17:32:09.515Z Checking sha2 v0.10.9
22462026-03-13T17:32:09.850Z Checking erased-serde v0.3.31
22472026-03-13T17:32:09.882Z Checking sync_wrapper v1.0.2
22482026-03-13T17:32:09.882Z Checking num-conv v0.2.0
22492026-03-13T17:32:09.902Z Checking rustls-webpki v0.103.9
22502026-03-13T17:32:09.908Z Checking tokio-util v0.7.18
22512026-03-13T17:32:09.908Z Checking pretty-hex v0.4.1
22522026-03-13T17:32:09.993Z Checking num_threads v0.1.7
22532026-03-13T17:32:10.074Z Checking time-core v0.1.8
22542026-03-13T17:32:10.100Z Checking tower v0.5.3
22552026-03-13T17:32:10.250Z Checking serde_urlencoded v0.7.1
22562026-03-13T17:32:10.329Z Checking slog v2.8.2
22572026-03-13T17:32:10.346Z Checking rand_chacha v0.9.0
22582026-03-13T17:32:10.400Z Checking rustls v0.23.37
22592026-03-13T17:32:10.525Z Checking webpki-roots v1.0.6
22602026-03-13T17:32:10.688Z Checking foreign-types-shared v0.1.1
22612026-03-13T17:32:10.688Z Checking fastrand v2.3.0
22622026-03-13T17:32:10.696Z Checking iri-string v0.7.10
22632026-03-13T17:32:10.736Z Checking rand v0.9.2
22642026-03-13T17:32:10.736Z Checking foreign-types v0.3.2
22652026-03-13T17:32:10.810Z Checking h2 v0.4.13
22662026-03-13T17:32:10.810Z Checking time v0.3.47
22672026-03-13T17:32:10.879Z Checking pem-rfc7468 v0.7.0
22682026-03-13T17:32:10.924Z Checking ipnetwork v0.21.1
22692026-03-13T17:32:11.061Z Checking openssl-sys v0.9.111
22702026-03-13T17:32:11.192Z Checking spin v0.9.8
22712026-03-13T17:32:11.385Z Checking plain v0.2.3
22722026-03-13T17:32:11.450Z Checking flagset v0.4.7
22732026-03-13T17:32:11.450Z Checking regex v1.12.3
22742026-03-13T17:32:11.492Z Checking rand_chacha v0.3.1
22752026-03-13T17:32:11.532Z Checking der v0.7.10
22762026-03-13T17:32:11.769Z Checking mime v0.3.17
22772026-03-13T17:32:11.844Z Checking openssl v0.10.75
22782026-03-13T17:32:11.844Z Checking tinyvec_macros v0.1.1
22792026-03-13T17:32:11.927Z Checking ucd-trie v0.1.7
22802026-03-13T17:32:12.007Z Checking tinyvec v1.10.0
22812026-03-13T17:32:12.094Z Checking pest v2.8.6
22822026-03-13T17:32:12.196Z Checking tower-http v0.6.8
22832026-03-13T17:32:12.694Z Checking rand v0.8.5
22842026-03-13T17:32:12.753Z Checking tempfile v3.25.0
22852026-03-13T17:32:12.753Z Checking spki v0.7.3
22862026-03-13T17:32:12.753Z Checking salsa20 v0.10.2
22872026-03-13T17:32:12.753Z Checking pbkdf2 v0.12.2
22882026-03-13T17:32:12.753Z Checking encoding_rs v0.8.35
22892026-03-13T17:32:12.753Z Checking unicode-width v0.2.0
22902026-03-13T17:32:12.853Z Checking scrypt v0.11.0
22912026-03-13T17:32:13.048Z Checking aes v0.8.4
22922026-03-13T17:32:13.096Z Checking cbc v0.1.2
22932026-03-13T17:32:13.117Z Checking openapiv3 v2.2.0
22942026-03-13T17:32:13.175Z Checking anyhow v1.0.102
22952026-03-13T17:32:13.422Z Checking crossbeam-utils v0.8.21
22962026-03-13T17:32:13.497Z Checking pkcs5 v0.7.1
22972026-03-13T17:32:13.511Z Checking oxnet v0.1.4
22982026-03-13T17:32:13.707Z Checking tokio-rustls v0.26.4
22992026-03-13T17:32:13.786Z Checking pkcs8 v0.10.2
23002026-03-13T17:32:13.815Z Checking scroll v0.12.0
23012026-03-13T17:32:13.867Z Checking data-encoding v2.10.0
23022026-03-13T17:32:13.941Z Checking winnow v0.7.14
23032026-03-13T17:32:13.993Z Checking siphasher v1.0.2
23042026-03-13T17:32:14.013Z Checking lazy_static v1.5.0
23052026-03-13T17:32:14.100Z Checking goblin v0.8.2
23062026-03-13T17:32:14.122Z Checking zerocopy v0.7.35
23072026-03-13T17:32:14.172Z Checking wait-timeout v0.2.1
23082026-03-13T17:32:14.247Z Checking bitflags v1.3.2
23092026-03-13T17:32:14.361Z Checking either v1.15.0
23102026-03-13T17:32:14.408Z Checking utf8parse v0.2.2
23112026-03-13T17:32:14.408Z Checking hyper v1.8.1
23122026-03-13T17:32:14.455Z Checking bit-vec v0.8.0
23132026-03-13T17:32:14.573Z Checking anstyle v1.0.13
23142026-03-13T17:32:14.614Z Checking native-tls v0.2.18
23152026-03-13T17:32:14.723Z Checking quick-error v1.2.3
23162026-03-13T17:32:14.785Z Checking managed v0.8.0
23172026-03-13T17:32:14.866Z Checking rusty-fork v0.3.1
23182026-03-13T17:32:14.926Z Checking tokio-native-tls v0.3.1
23192026-03-13T17:32:14.926Z Checking bit-set v0.8.0
23202026-03-13T17:32:14.926Z Checking anstyle-parse v0.2.7
23212026-03-13T17:32:15.029Z Checking dtrace-parser v0.2.0
23222026-03-13T17:32:15.037Z Checking unicode-normalization v0.1.25
23232026-03-13T17:32:15.037Z Checking rand_xorshift v0.4.0
23242026-03-13T17:32:15.074Z Checking sha1 v0.10.6
23252026-03-13T17:32:15.074Z Checking thread-id v4.2.2
23262026-03-13T17:32:15.166Z Checking is_terminal_polyfill v1.70.2
23272026-03-13T17:32:15.200Z Checking anstyle-query v1.1.5
23282026-03-13T17:32:15.272Z Checking colorchoice v1.0.4
23292026-03-13T17:32:15.289Z Checking psl-types v2.0.11
23302026-03-13T17:32:15.310Z Checking unarray v0.1.4
23312026-03-13T17:32:15.328Z Checking crossbeam-epoch v0.9.18
23322026-03-13T17:32:15.390Z Checking anstream v0.6.21
23332026-03-13T17:32:15.437Z Checking publicsuffix v2.3.0
23342026-03-13T17:32:15.445Z Checking proptest v1.10.0
23352026-03-13T17:32:15.568Z Checking hyper-util v0.1.20
23362026-03-13T17:32:15.605Z Checking cookie v0.18.1
23372026-03-13T17:32:15.605Z Checking terminal_size v0.4.3
23382026-03-13T17:32:15.627Z Checking scroll v0.13.0
23392026-03-13T17:32:15.635Z Checking hex v0.4.3
23402026-03-13T17:32:15.652Z Checking num-integer v0.1.46
23412026-03-13T17:32:15.776Z Checking simd-adler32 v0.3.8
23422026-03-13T17:32:15.879Z Checking cookie_store v0.22.1
23432026-03-13T17:32:15.918Z Checking goblin v0.10.5
23442026-03-13T17:32:15.937Z Checking crossbeam-deque v0.8.6
23452026-03-13T17:32:15.969Z Checking rustls-platform-verifier v0.6.2
23462026-03-13T17:32:15.980Z Checking bstr v1.12.1
23472026-03-13T17:32:16.143Z Checking ref-cast v1.0.25
23482026-03-13T17:32:16.175Z Checking rustix v0.38.44
23492026-03-13T17:32:16.235Z Checking camino v1.2.2
23502026-03-13T17:32:16.313Z Checking crc32fast v1.5.0
23512026-03-13T17:32:16.633Z Checking signature v2.2.0
23522026-03-13T17:32:16.722Z Checking toml_datetime v0.6.11
23532026-03-13T17:32:16.722Z Checking serde_spanned v0.6.9
23542026-03-13T17:32:16.744Z Checking ff v0.13.1
23552026-03-13T17:32:16.764Z Checking base16ct v0.2.0
23562026-03-13T17:32:16.769Z Checking unicode-properties v0.1.4
23572026-03-13T17:32:16.846Z Checking strsim v0.11.1
23582026-03-13T17:32:16.889Z Checking dof v0.3.0
23592026-03-13T17:32:16.952Z Checking adler2 v2.0.1
23602026-03-13T17:32:17.017Z Checking clap_lex v1.0.0
23612026-03-13T17:32:17.062Z Checking unicode-bidi v0.3.18
23622026-03-13T17:32:17.091Z Checking miniz_oxide v0.8.9
23632026-03-13T17:32:17.194Z Checking clap_builder v4.5.60
23642026-03-13T17:32:17.254Z Checking hyper-rustls v0.27.7
23652026-03-13T17:32:17.281Z Checking hyper-tls v0.6.0
23662026-03-13T17:32:20.948Z Checking usdt-impl v0.5.0
23672026-03-13T17:32:20.948Z Checking stringprep v0.1.5
23682026-03-13T17:32:20.948Z Checking sec1 v0.7.3
23692026-03-13T17:32:20.948Z Checking reqwest v0.12.28
23702026-03-13T17:32:20.948Z Checking reqwest v0.13.2
23712026-03-13T17:32:20.948Z Checking group v0.13.0
23722026-03-13T17:32:20.948Z Checking rayon-core v1.13.0
23732026-03-13T17:32:20.948Z Checking num-iter v0.1.45
23742026-03-13T17:32:20.948Z Checking toml_parser v1.0.9+spec-1.1.0
23752026-03-13T17:32:20.949Z Checking dtrace-parser v0.3.0
23762026-03-13T17:32:20.949Z Checking newtype-uuid v1.3.2
23772026-03-13T17:32:20.949Z Checking hkdf v0.12.4
23782026-03-13T17:32:20.949Z Checking strum v0.26.3
23792026-03-13T17:32:20.949Z Checking zstd-sys v2.0.16+zstd.1.5.7
23802026-03-13T17:32:20.950Z Checking hash32 v0.2.1
23812026-03-13T17:32:20.950Z Checking daft v0.1.5
23822026-03-13T17:32:20.950Z Checking md-5 v0.10.6
23832026-03-13T17:32:20.950Z Checking crypto-bigint v0.5.5
23842026-03-13T17:32:20.950Z Checking toml_datetime v0.7.5+spec-1.1.0
23852026-03-13T17:32:20.950Z Checking thread-id v5.1.0
23862026-03-13T17:32:20.950Z Checking zlib-rs v0.6.2
23872026-03-13T17:32:20.950Z Checking unicode-segmentation v1.12.0
23882026-03-13T17:32:20.950Z Checking fallible-iterator v0.2.0
23892026-03-13T17:32:20.950Z Checking heapless v0.7.17
23902026-03-13T17:32:20.950Z Checking zstd-safe v7.2.4
23912026-03-13T17:32:20.950Z Checking clap v4.5.60
23922026-03-13T17:32:20.950Z Checking rayon v1.11.0
23932026-03-13T17:32:20.950Z Checking postgres-protocol v0.6.10
23942026-03-13T17:32:20.950Z Checking itertools v0.12.1
23952026-03-13T17:32:20.950Z Checking phf_shared v0.13.1
23962026-03-13T17:32:20.950Z Checking console v0.16.2
23972026-03-13T17:32:20.950Z Checking curve25519-dalek v4.1.3
23982026-03-13T17:32:20.950Z Checking dof v0.4.0
23992026-03-13T17:32:20.950Z Checking memoffset v0.9.1
24002026-03-13T17:32:20.951Z Checking bzip2-sys v0.1.13+1.0.8
24012026-03-13T17:32:20.951Z Checking signal-hook v0.3.18
24022026-03-13T17:32:20.951Z Checking memmap2 v0.9.10
24032026-03-13T17:32:20.951Z Checking flate2 v1.1.9
24042026-03-13T17:32:20.951Z Checking fixedbitset v0.4.2
24052026-03-13T17:32:20.951Z Checking toml_write v0.1.2
24062026-03-13T17:32:20.951Z Checking elliptic-curve v0.13.8
24072026-03-13T17:32:20.951Z Checking libbz2-rs-sys v0.2.2
24082026-03-13T17:32:20.951Z Checking winnow v0.5.40
24092026-03-13T17:32:20.951Z Checking foldhash v0.1.5
24102026-03-13T17:32:20.951Z Checking usdt-impl v0.6.0
24112026-03-13T17:32:20.951Z Checking unit-prefix v0.5.2
24122026-03-13T17:32:20.951Z Checking bumpalo v3.20.2
24132026-03-13T17:32:20.951Z Checking hashbrown v0.15.5
24142026-03-13T17:32:20.951Z Checking zone v0.3.1
24152026-03-13T17:32:20.951Z Checking toml_edit v0.22.27
24162026-03-13T17:32:20.951Z Checking bzip2 v0.6.1
24172026-03-13T17:32:20.951Z Checking zopfli v0.8.3
24182026-03-13T17:32:21.024Z Checking usdt v0.6.0
24192026-03-13T17:32:21.024Z Checking petgraph v0.6.5
24202026-03-13T17:32:21.024Z Checking signal-hook-mio v0.2.5
24212026-03-13T17:32:21.024Z Checking bzip2 v0.4.4
24222026-03-13T17:32:21.024Z Checking nix v0.31.1
24232026-03-13T17:32:21.024Z Checking indicatif v0.18.4
24242026-03-13T17:32:21.040Z Checking postgres-types v0.2.12
24252026-03-13T17:32:21.040Z Checking phf v0.13.1
24262026-03-13T17:32:21.065Z Checking smoltcp v0.9.1
24272026-03-13T17:32:21.185Z Checking similar v2.7.0
24282026-03-13T17:32:21.400Z Checking zstd v0.13.3
24292026-03-13T17:32:21.443Z Checking num-bigint-dig v0.8.6
24302026-03-13T17:32:21.612Z Checking toml_edit v0.19.15
24312026-03-13T17:32:21.652Z Checking ed25519 v2.2.3
24322026-03-13T17:32:21.698Z Checking phf_shared v0.11.3
24332026-03-13T17:32:21.889Z Checking pkcs1 v0.7.5
24342026-03-13T17:32:21.898Z Checking tokio-stream v0.1.18
24352026-03-13T17:32:21.898Z Checking strum v0.27.2
24362026-03-13T17:32:22.081Z Checking hubpack v0.1.2
24372026-03-13T17:32:22.096Z Checking rfc6979 v0.4.0
24382026-03-13T17:32:22.161Z Checking serde-big-array v0.5.1
24392026-03-13T17:32:22.183Z Checking float-cmp v0.10.0
24402026-03-13T17:32:22.223Z Checking env_filter v1.0.0
24412026-03-13T17:32:22.335Z Checking jiff v0.2.21
24422026-03-13T17:32:22.421Z Checking keccak v0.1.6
24432026-03-13T17:32:22.439Z Checking whoami v2.1.0
24442026-03-13T17:32:22.439Z Checking normalize-line-endings v0.3.0
24452026-03-13T17:32:22.439Z Checking difflib v0.4.0
24462026-03-13T17:32:22.453Z Checking rustc-hash v2.1.1
24472026-03-13T17:32:22.523Z Checking precomputed-hash v0.1.1
24482026-03-13T17:32:22.625Z Checking fixedbitset v0.5.7
24492026-03-13T17:32:22.635Z Checking predicates-core v1.0.10
24502026-03-13T17:32:22.635Z Checking new_debug_unreachable v1.0.6
24512026-03-13T17:32:22.635Z Checking static_assertions v1.1.0
24522026-03-13T17:32:22.665Z Checking tokio-postgres v0.7.16
24532026-03-13T17:32:22.710Z Checking rsa v0.9.10
24542026-03-13T17:32:22.798Z Checking string_cache v0.8.9
24552026-03-13T17:32:22.798Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24562026-03-13T17:32:22.859Z Checking predicates v3.1.4
24572026-03-13T17:32:22.860Z Checking petgraph v0.8.3
24582026-03-13T17:32:22.938Z Checking iddqd v0.3.17
24592026-03-13T17:32:23.071Z Checking toml v0.7.8
24602026-03-13T17:32:23.237Z Checking sha3 v0.10.8
24612026-03-13T17:32:23.275Z Checking env_logger v0.11.9
24622026-03-13T17:32:23.404Z Checking ecdsa v0.16.9
24632026-03-13T17:32:23.477Z Checking ed25519-dalek v2.2.0
24642026-03-13T17:32:23.522Z Checking zip v0.6.6
24652026-03-13T17:32:23.769Z Checking crossterm v0.28.1
24662026-03-13T17:32:23.838Z Checking serde_with v3.17.0
24672026-03-13T17:32:23.927Z Checking itertools v0.13.0
24682026-03-13T17:32:24.054Z Checking hickory-proto v0.25.2
24692026-03-13T17:32:24.263Z Checking x509-cert v0.2.5
24702026-03-13T17:32:24.734Z Checking fs-err v3.3.0
24712026-03-13T17:32:24.953Z Checking ahash v0.8.12
24722026-03-13T17:32:25.113Z Checking object v0.37.3
24732026-03-13T17:32:25.151Z Checking buf-list v1.1.2
24742026-03-13T17:32:25.205Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24752026-03-13T17:32:25.325Z Checking peg-runtime v0.8.5
24762026-03-13T17:32:25.384Z Checking lalrpop-util v0.19.12
24772026-03-13T17:32:25.406Z Checking zip v4.6.1
24782026-03-13T17:32:25.497Z Compiling regress v0.10.5
24792026-03-13T17:32:25.577Z Compiling structmeta-derive v0.3.0
24802026-03-13T17:32:25.594Z Compiling rustls v0.22.4
24812026-03-13T17:32:25.722Z Compiling newtype-uuid-macros v0.1.0
24822026-03-13T17:32:25.867Z Compiling multer v3.1.0
24832026-03-13T17:32:26.175Z Compiling async-stream-impl v0.3.6
24842026-03-13T17:32:26.178Z Checking futures-executor v0.3.32
24852026-03-13T17:32:26.394Z Compiling dropshot v0.16.7
24862026-03-13T17:32:26.717Z Checking futures v0.3.32
24872026-03-13T17:32:26.740Z Compiling dropshot_endpoint v0.16.7
24882026-03-13T17:32:26.815Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24892026-03-13T17:32:27.001Z Checking thread_local v1.1.9
24902026-03-13T17:32:27.062Z Compiling structmeta v0.3.0
24912026-03-13T17:32:27.210Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24922026-03-13T17:32:27.336Z Compiling derive-ex v0.1.8
24932026-03-13T17:32:27.341Z Checking crossbeam-channel v0.5.15
24942026-03-13T17:32:27.657Z Checking is-terminal v0.4.17
24952026-03-13T17:32:27.768Z Checking take_mut v0.2.2
24962026-03-13T17:32:27.796Z Checking term v1.2.1
24972026-03-13T17:32:27.836Z Compiling parse-display-derive v0.10.0
24982026-03-13T17:32:27.893Z Checking rustls-webpki v0.102.8
24992026-03-13T17:32:27.910Z Checking slog-async v2.8.0
25002026-03-13T17:32:28.089Z Checking slog-term v2.9.2
25012026-03-13T17:32:28.129Z Checking serde_spanned v1.0.4
25022026-03-13T17:32:28.297Z Checking debug-ignore v1.0.5
25032026-03-13T17:32:28.368Z Checking toml_writer v1.0.6+spec-1.1.0
25042026-03-13T17:32:28.423Z Checking match_cfg v0.1.0
25052026-03-13T17:32:28.509Z Checking hostname v0.3.1
25062026-03-13T17:32:28.590Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25072026-03-13T17:32:28.650Z Checking toml v0.9.12+spec-1.1.0
25082026-03-13T17:32:28.658Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25092026-03-13T17:32:28.681Z Checking slog-json v2.6.1
25102026-03-13T17:32:28.809Z Checking macaddr v1.0.1
25112026-03-13T17:32:28.879Z Checking slog-bunyan v2.5.0
25122026-03-13T17:32:29.023Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25132026-03-13T17:32:29.046Z Checking async-stream v0.3.6
25142026-03-13T17:32:29.206Z Checking waitgroup v0.1.2
25152026-03-13T17:32:29.329Z Checking rustls-pemfile v2.2.0
25162026-03-13T17:32:29.416Z Checking serde_path_to_error v0.1.20
25172026-03-13T17:32:29.437Z Checking hostname v0.4.2
25182026-03-13T17:32:29.507Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25192026-03-13T17:32:29.555Z Checking progenitor-client v0.13.0
25202026-03-13T17:32:29.572Z Checking progenitor-client v0.10.0
25212026-03-13T17:32:29.639Z Compiling itertools v0.14.0
25222026-03-13T17:32:29.673Z Compiling test-strategy v0.4.5
25232026-03-13T17:32:29.787Z Checking heck v0.5.0
25242026-03-13T17:32:29.803Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25252026-03-13T17:32:29.847Z Checking backon v1.6.0
25262026-03-13T17:32:29.866Z Checking instant v0.1.13
25272026-03-13T17:32:29.971Z Checking backoff v0.4.0
25282026-03-13T17:32:30.052Z Checking progenitor-extras v0.1.1
25292026-03-13T17:32:30.072Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25302026-03-13T17:32:30.138Z Checking parse-display v0.10.0
25312026-03-13T17:32:30.186Z Compiling typify-impl v0.4.3
25322026-03-13T17:32:30.442Z Checking tokio-rustls v0.25.0
25332026-03-13T17:32:30.504Z Compiling toml_edit v0.23.10+spec-1.0.0
25342026-03-13T17:32:30.702Z Compiling crucible-workspace-hack v0.1.0
25352026-03-13T17:32:30.956Z Compiling heapless v0.8.0
25362026-03-13T17:32:31.354Z Compiling convert_case v0.4.0
25372026-03-13T17:32:31.373Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25382026-03-13T17:32:31.416Z Compiling unsafe-libyaml v0.2.11
25392026-03-13T17:32:31.678Z Compiling ingot-macros v0.1.1
25402026-03-13T17:32:31.737Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25412026-03-13T17:32:31.862Z Compiling derive_more v0.99.20
25422026-03-13T17:32:32.233Z Compiling serde_yaml v0.9.34+deprecated
25432026-03-13T17:32:32.251Z Compiling proc-macro-crate v3.4.0
25442026-03-13T17:32:32.485Z Checking hash32 v0.3.1
25452026-03-13T17:32:32.529Z Checking secrecy v0.10.3
25462026-03-13T17:32:32.640Z Compiling prettyplease v0.2.37
25472026-03-13T17:32:32.679Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25482026-03-13T17:32:32.914Z Compiling smoltcp v0.11.0
25492026-03-13T17:32:32.998Z Compiling num_enum_derive v0.7.5
25502026-03-13T17:32:33.295Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25512026-03-13T17:32:33.468Z Checking tabwriter v1.4.1
25522026-03-13T17:32:33.652Z Checking cobs v0.3.0
25532026-03-13T17:32:33.832Z Compiling foreign-types-macros v0.2.3
25542026-03-13T17:32:34.281Z Checking cpufeatures v0.3.0
25552026-03-13T17:32:34.418Z Checking foreign-types-shared v0.3.1
25562026-03-13T17:32:34.531Z Checking num_enum v0.7.5
25572026-03-13T17:32:34.549Z Checking chacha20 v0.10.0
25582026-03-13T17:32:34.618Z Checking foreign-types v0.5.0
25592026-03-13T17:32:34.666Z Checking postcard v1.1.3
25602026-03-13T17:32:35.344Z Compiling proc-macro-crate v1.3.1
25612026-03-13T17:32:35.439Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25622026-03-13T17:32:35.541Z Checking ingot-types v0.1.2
25632026-03-13T17:32:35.885Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25642026-03-13T17:32:35.994Z Checking cstr-argument v0.1.2
25652026-03-13T17:32:36.027Z Checking ingot v0.1.1
25662026-03-13T17:32:36.147Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25672026-03-13T17:32:36.163Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25682026-03-13T17:32:36.366Z Checking colored v3.1.1
25692026-03-13T17:32:36.450Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25702026-03-13T17:32:36.528Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25712026-03-13T17:32:36.607Z Compiling num_enum_derive v0.5.11
25722026-03-13T17:32:36.680Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25732026-03-13T17:32:36.686Z Checking rand v0.10.0
25742026-03-13T17:32:36.700Z Compiling typify-macro v0.4.3
25752026-03-13T17:32:36.801Z Compiling typify-impl v0.6.1
25762026-03-13T17:32:38.173Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25772026-03-13T17:32:38.501Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25782026-03-13T17:32:38.889Z Checking num_enum v0.5.11
25792026-03-13T17:32:39.057Z Compiling typify v0.4.3
25802026-03-13T17:32:39.189Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25812026-03-13T17:32:39.556Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25822026-03-13T17:32:39.909Z Checking camino-tempfile v1.4.1
25832026-03-13T17:32:40.000Z Checking num-rational v0.4.2
25842026-03-13T17:32:40.211Z Checking half v2.7.1
25852026-03-13T17:32:40.383Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25862026-03-13T17:32:40.388Z Compiling thiserror-impl-no-std v2.0.2
25872026-03-13T17:32:40.567Z Checking universal-hash v0.5.1
25882026-03-13T17:32:40.676Z Checking num-complex v0.4.6
25892026-03-13T17:32:40.679Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25902026-03-13T17:32:40.794Z Checking ciborium-io v0.2.2
25912026-03-13T17:32:40.907Z Checking opaque-debug v0.3.1
25922026-03-13T17:32:40.993Z Checking poly1305 v0.8.0
25932026-03-13T17:32:41.010Z Checking ciborium-ll v0.2.2
25942026-03-13T17:32:41.108Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25952026-03-13T17:32:41.177Z Checking num v0.4.3
25962026-03-13T17:32:41.232Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25972026-03-13T17:32:41.266Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25982026-03-13T17:32:41.296Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25992026-03-13T17:32:41.342Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26002026-03-13T17:32:41.543Z Checking toml v0.8.23
26012026-03-13T17:32:41.714Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26022026-03-13T17:32:41.793Z Checking password-hash v0.5.0
26032026-03-13T17:32:41.949Z Checking chacha20 v0.9.1
26042026-03-13T17:32:42.082Z Checking thiserror-no-std v2.0.2
26052026-03-13T17:32:42.104Z Compiling usdt-attr-macro v0.5.0
26062026-03-13T17:32:42.196Z Compiling usdt-macro v0.5.0
26072026-03-13T17:32:42.215Z Checking smf v0.2.3
26082026-03-13T17:32:42.608Z Checking blake2 v0.10.6
26092026-03-13T17:32:42.855Z Checking aead v0.5.2
26102026-03-13T17:32:42.894Z Checking sigpipe v0.1.3
26112026-03-13T17:32:42.916Z Checking memmap v0.7.0
26122026-03-13T17:32:43.033Z Compiling num-derive v0.4.2
26132026-03-13T17:32:43.081Z Checking float-ord v0.3.2
26142026-03-13T17:32:43.136Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26152026-03-13T17:32:43.159Z Checking glob v0.3.3
26162026-03-13T17:32:43.207Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26172026-03-13T17:32:43.270Z Compiling typify-macro v0.6.1
26182026-03-13T17:32:43.399Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26192026-03-13T17:32:43.421Z Checking usdt v0.5.0
26202026-03-13T17:32:43.603Z Checking chacha20poly1305 v0.10.1
26212026-03-13T17:32:43.628Z Checking argon2 v0.5.3
26222026-03-13T17:32:43.657Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26232026-03-13T17:32:43.774Z Checking vsss-rs v3.3.4
26242026-03-13T17:32:43.917Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26252026-03-13T17:32:44.070Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26262026-03-13T17:32:44.276Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26272026-03-13T17:32:44.301Z Checking ciborium v0.2.2
26282026-03-13T17:32:44.567Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26292026-03-13T17:32:44.852Z Compiling semver v0.1.20
26302026-03-13T17:32:44.877Z Checking indent_write v2.2.0
26312026-03-13T17:32:44.897Z Checking whoami v1.6.1
26322026-03-13T17:32:45.041Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26332026-03-13T17:32:45.067Z Compiling progenitor-impl v0.11.2
26342026-03-13T17:32:45.220Z Compiling rustc_version v0.1.7
26352026-03-13T17:32:45.443Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26362026-03-13T17:32:45.624Z Compiling typify v0.6.1
26372026-03-13T17:32:45.761Z Compiling pin-project-internal v1.1.11
26382026-03-13T17:32:46.112Z Checking swrite v0.1.0
26392026-03-13T17:32:46.227Z Checking linked-hash-map v0.5.6
26402026-03-13T17:32:46.425Z Compiling minimal-lexical v0.2.1
26412026-03-13T17:32:46.472Z Checking lru-cache v0.1.2
26422026-03-13T17:32:46.627Z Compiling progenitor-impl v0.13.0
26432026-03-13T17:32:46.767Z Compiling nom v7.1.3
26442026-03-13T17:32:46.962Z Compiling newtype_derive v0.1.6
26452026-03-13T17:32:47.387Z Checking pin-project v1.1.11
26462026-03-13T17:32:47.505Z Checking newline-converter v0.3.0
26472026-03-13T17:32:47.583Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26482026-03-13T17:32:47.640Z Checking progenitor-client v0.11.2
26492026-03-13T17:32:47.915Z Checking atomicwrites v0.4.4
26502026-03-13T17:32:47.940Z Checking hickory-proto v0.24.4
26512026-03-13T17:32:48.078Z Checking phf_shared v0.12.1
26522026-03-13T17:32:48.191Z Checking console v0.15.11
26532026-03-13T17:32:48.267Z Checking pem v3.0.6
26542026-03-13T17:32:48.471Z Checking csv-core v0.1.13
26552026-03-13T17:32:48.564Z Compiling snafu-derive v0.8.9
26562026-03-13T17:32:48.632Z Compiling async-recursion v1.1.1
26572026-03-13T17:32:48.703Z Compiling derive-where v1.6.0
26582026-03-13T17:32:48.802Z Compiling progenitor-macro v0.11.2
26592026-03-13T17:32:50.372Z Compiling slog-dtrace v0.3.0
26602026-03-13T17:32:50.390Z Checking resolv-conf v0.7.6
26612026-03-13T17:32:50.504Z Checking same-file v1.0.6
26622026-03-13T17:32:50.623Z Compiling chrono-tz v0.10.4
26632026-03-13T17:32:50.640Z Compiling owo-colors v4.3.0
26642026-03-13T17:32:50.657Z Checking highway v1.3.0
26652026-03-13T17:32:50.865Z Compiling cancel-safe-futures v0.1.5
26662026-03-13T17:32:50.957Z Checking unicode-width v0.1.14
26672026-03-13T17:32:51.134Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26682026-03-13T17:32:51.209Z Checking walkdir v2.5.0
26692026-03-13T17:32:51.225Z Checking snafu v0.8.9
26702026-03-13T17:32:51.357Z Checking hickory-resolver v0.24.4
26712026-03-13T17:32:51.449Z Compiling const_format_proc_macros v0.2.34
26722026-03-13T17:32:51.558Z Compiling progenitor-macro v0.13.0
26732026-03-13T17:32:52.027Z Checking csv v1.4.0
26742026-03-13T17:32:52.190Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26752026-03-13T17:32:52.398Z Checking expectorate v1.2.0
26762026-03-13T17:32:52.507Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26772026-03-13T17:32:52.531Z Checking phf v0.12.1
26782026-03-13T17:32:52.838Z Checking tokio-dtrace v0.1.1
26792026-03-13T17:32:53.067Z Compiling progenitor-impl v0.10.0
26802026-03-13T17:32:53.240Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26812026-03-13T17:32:53.797Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26822026-03-13T17:32:53.970Z Checking globset v0.4.18
26832026-03-13T17:32:54.316Z Checking olpc-cjson v0.1.4
26842026-03-13T17:32:54.430Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26852026-03-13T17:32:54.490Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26862026-03-13T17:32:54.507Z Checking libsw-core v0.3.2
26872026-03-13T17:32:54.688Z Checking serde_plain v1.0.2
26882026-03-13T17:32:54.813Z Checking arc-swap v1.8.2
26892026-03-13T17:32:54.881Z Compiling lzma-sys v0.1.20
26902026-03-13T17:32:55.108Z Checking utf-8 v0.7.6
26912026-03-13T17:32:55.278Z Checking bytecount v0.6.9
26922026-03-13T17:32:55.402Z Checking typed-path v0.9.3
26932026-03-13T17:32:55.419Z Checking papergrid v0.11.0
26942026-03-13T17:32:55.481Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26952026-03-13T17:32:55.766Z Checking progenitor v0.11.2
26962026-03-13T17:32:55.950Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26972026-03-13T17:32:56.337Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26982026-03-13T17:32:56.548Z Checking tough v0.20.0
26992026-03-13T17:32:56.568Z Checking tungstenite v0.21.0
27002026-03-13T17:32:56.588Z Checking slog-scope v4.4.1
27012026-03-13T17:32:56.760Z Checking libsw v3.5.0
27022026-03-13T17:32:56.778Z Compiling progenitor-macro v0.10.0
27032026-03-13T17:32:56.955Z Checking oxide-tokio-rt v0.1.3
27042026-03-13T17:32:57.178Z Checking const_format v0.2.35
27052026-03-13T17:32:57.238Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27062026-03-13T17:32:57.490Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27072026-03-13T17:32:57.792Z Checking qorb v0.4.1
27082026-03-13T17:32:58.273Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27092026-03-13T17:32:58.649Z Checking progenitor v0.13.0
27102026-03-13T17:32:58.973Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27112026-03-13T17:32:59.134Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27122026-03-13T17:32:59.328Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27132026-03-13T17:32:59.344Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27142026-03-13T17:32:59.738Z Compiling cargo_toml v0.22.3
27152026-03-13T17:32:59.769Z Checking gethostname v0.5.0
27162026-03-13T17:32:59.831Z Compiling tabled_derive v0.7.0
27172026-03-13T17:32:59.879Z Checking bcs v0.1.6
27182026-03-13T17:33:00.041Z Checking termtree v0.5.1
27192026-03-13T17:33:00.152Z Checking unicode-linebreak v0.1.5
27202026-03-13T17:33:00.183Z Checking smawk v0.3.2
27212026-03-13T17:33:00.272Z Checking linear-map v1.2.0
27222026-03-13T17:33:00.350Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27232026-03-13T17:33:00.431Z Checking textwrap v0.16.2
27242026-03-13T17:33:00.495Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27252026-03-13T17:33:00.709Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27262026-03-13T17:33:00.871Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27272026-03-13T17:33:01.010Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27282026-03-13T17:33:01.150Z Checking tabled v0.15.0
27292026-03-13T17:33:02.037Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27302026-03-13T17:33:02.306Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27312026-03-13T17:33:02.353Z Checking steno v0.4.1
27322026-03-13T17:33:02.529Z Checking tokio-tungstenite v0.21.0
27332026-03-13T17:33:02.841Z Checking slog-stdlog v4.1.1
27342026-03-13T17:33:02.901Z Checking typeid v1.0.3
27352026-03-13T17:33:03.029Z Checking base64 v0.21.7
27362026-03-13T17:33:03.131Z Checking humantime v2.3.0
27372026-03-13T17:33:03.347Z Checking xz2 v0.1.7
27382026-03-13T17:33:03.371Z Checking ron v0.12.0
27392026-03-13T17:33:03.565Z Checking slog-envlogger v2.2.0
27402026-03-13T17:33:03.741Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27412026-03-13T17:33:03.757Z Checking yasna v0.5.2
27422026-03-13T17:33:03.762Z Checking headers-core v0.3.0
27432026-03-13T17:33:03.807Z Checking progenitor v0.10.0
27442026-03-13T17:33:03.904Z Checking filetime v0.2.27
27452026-03-13T17:33:03.975Z Checking base16ct v1.0.0
27462026-03-13T17:33:03.991Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27472026-03-13T17:33:04.068Z Checking xattr v1.6.1
27482026-03-13T17:33:04.133Z Checking headers v0.4.1
27492026-03-13T17:33:04.233Z Checking tar v0.4.44
27502026-03-13T17:33:04.274Z Checking rcgen v0.12.1
27512026-03-13T17:33:04.378Z Checking subprocess v0.2.15
27522026-03-13T17:33:11.946Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27532026-03-13T17:33:20.049Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27542026-03-13T17:33:21.839Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27552026-03-13T17:33:23.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
27562026-03-13T17:33:23.651Z
27572026-03-13T17:33:23.651Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257)
27582026-03-13T17:33:24.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592026-03-13T17:33:24.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602026-03-13T17:33:24.559Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27612026-03-13T17:33:26.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
27622026-03-13T17:33:26.511Z
27632026-03-13T17:33:26.511Zinfo: running `cargo check --bins` on nexus-config (51/257)
27642026-03-13T17:33:27.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652026-03-13T17:33:27.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662026-03-13T17:33:27.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672026-03-13T17:33:27.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27682026-03-13T17:33:27.379Z
27692026-03-13T17:33:27.379Zinfo: running `cargo check --bins` on nexus-types (52/257)
27702026-03-13T17:33:28.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712026-03-13T17:33:28.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722026-03-13T17:33:28.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732026-03-13T17:33:28.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27742026-03-13T17:33:28.161Z
27752026-03-13T17:33:28.161Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/257)
27762026-03-13T17:33:28.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772026-03-13T17:33:28.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782026-03-13T17:33:28.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792026-03-13T17:33:28.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27802026-03-13T17:33:28.935Z
27812026-03-13T17:33:28.935Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/257)
27822026-03-13T17:33:29.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832026-03-13T17:33:29.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842026-03-13T17:33:29.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852026-03-13T17:33:29.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27862026-03-13T17:33:29.716Z
27872026-03-13T17:33:29.716Zinfo: running `cargo check --bins` on cockroach-admin-types (55/257)
27882026-03-13T17:33:30.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892026-03-13T17:33:30.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902026-03-13T17:33:30.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912026-03-13T17:33:30.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27922026-03-13T17:33:30.468Z
27932026-03-13T17:33:30.468Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/257)
27942026-03-13T17:33:31.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952026-03-13T17:33:31.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962026-03-13T17:33:31.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972026-03-13T17:33:31.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27982026-03-13T17:33:31.225Z
27992026-03-13T17:33:31.225Zinfo: running `cargo check --bins` on ereport-types (57/257)
28002026-03-13T17:33:31.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012026-03-13T17:33:31.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022026-03-13T17:33:31.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032026-03-13T17:33:31.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28042026-03-13T17:33:31.997Z
28052026-03-13T17:33:31.997Zinfo: running `cargo check --bins` on gateway-client (58/257)
28062026-03-13T17:33:35.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072026-03-13T17:33:35.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082026-03-13T17:33:35.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092026-03-13T17:33:35.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28102026-03-13T17:33:35.150Z
28112026-03-13T17:33:35.151Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/257)
28122026-03-13T17:33:35.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132026-03-13T17:33:35.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142026-03-13T17:33:35.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152026-03-13T17:33:35.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28162026-03-13T17:33:35.151Z
28172026-03-13T17:33:35.151Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257)
28182026-03-13T17:33:35.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192026-03-13T17:33:35.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202026-03-13T17:33:35.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212026-03-13T17:33:35.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28222026-03-13T17:33:35.151Z
28232026-03-13T17:33:35.151Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257)
28242026-03-13T17:33:35.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252026-03-13T17:33:35.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262026-03-13T17:33:35.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272026-03-13T17:33:35.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28282026-03-13T17:33:35.151Z
28292026-03-13T17:33:35.151Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257)
28302026-03-13T17:33:35.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312026-03-13T17:33:35.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322026-03-13T17:33:35.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332026-03-13T17:33:35.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28342026-03-13T17:33:35.832Z
28352026-03-13T17:33:35.832Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/257)
28362026-03-13T17:33:36.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-03-13T17:33:36.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-03-13T17:33:36.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392026-03-13T17:33:36.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28402026-03-13T17:33:36.599Z
28412026-03-13T17:33:36.599Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257)
28422026-03-13T17:33:37.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-03-13T17:33:37.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-03-13T17:33:37.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452026-03-13T17:33:37.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28462026-03-13T17:33:37.385Z
28472026-03-13T17:33:37.385Zinfo: running `cargo check --bins` on key-manager-types (65/257)
28482026-03-13T17:33:38.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-03-13T17:33:38.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-03-13T17:33:38.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512026-03-13T17:33:38.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28522026-03-13T17:33:38.137Z
28532026-03-13T17:33:38.137Zinfo: running `cargo check --bins` on oxlog (66/257)
28542026-03-13T17:33:38.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-03-13T17:33:38.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-03-13T17:33:38.886Z Compiling newtype-uuid v1.3.2
28572026-03-13T17:33:39.121Z Compiling daft v0.1.5
28582026-03-13T17:33:39.370Z Compiling iddqd v0.3.17
28592026-03-13T17:33:40.615Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28602026-03-13T17:33:40.907Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28612026-03-13T17:33:41.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
28622026-03-13T17:33:41.506Z
28632026-03-13T17:33:41.506Zinfo: running `cargo check --bins` on internal-dns-types (67/257)
28642026-03-13T17:33:42.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-03-13T17:33:42.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-03-13T17:33:42.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-03-13T17:33:42.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28682026-03-13T17:33:42.234Z
28692026-03-13T17:33:42.234Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/257)
28702026-03-13T17:33:42.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-03-13T17:33:42.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-03-13T17:33:42.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-03-13T17:33:42.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28742026-03-13T17:33:42.989Z
28752026-03-13T17:33:42.989Zinfo: running `cargo check --bins` on nexus-types-versions (69/257)
28762026-03-13T17:33:43.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-03-13T17:33:43.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-03-13T17:33:43.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-03-13T17:33:43.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28802026-03-13T17:33:43.851Z
28812026-03-13T17:33:43.851Zinfo: running `cargo check --bins` on omicron-passwords (70/257)
28822026-03-13T17:33:45.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-03-13T17:33:45.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-03-13T17:33:45.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-03-13T17:33:45.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28862026-03-13T17:33:45.626Z
28872026-03-13T17:33:45.626Zinfo: running `cargo check --bins` on oxql-types (71/257)
28882026-03-13T17:33:45.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-03-13T17:33:45.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-03-13T17:33:45.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-03-13T17:33:45.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28922026-03-13T17:33:45.626Z
28932026-03-13T17:33:45.626Zinfo: running `cargo check --bins` on oximeter-types (72/257)
28942026-03-13T17:33:46.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-03-13T17:33:46.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-03-13T17:33:46.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-03-13T17:33:46.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28982026-03-13T17:33:46.133Z
28992026-03-13T17:33:46.133Zinfo: running `cargo check --bins` on oximeter-types-versions (73/257)
29002026-03-13T17:33:46.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-03-13T17:33:46.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-03-13T17:33:46.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-03-13T17:33:46.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29042026-03-13T17:33:46.920Z
29052026-03-13T17:33:46.920Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/257)
29062026-03-13T17:33:47.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-03-13T17:33:47.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-03-13T17:33:47.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-03-13T17:33:47.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29102026-03-13T17:33:47.622Z
29112026-03-13T17:33:47.622Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/257)
29122026-03-13T17:33:48.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-03-13T17:33:48.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-03-13T17:33:48.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-03-13T17:33:48.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29162026-03-13T17:33:48.415Z
29172026-03-13T17:33:48.416Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257)
29182026-03-13T17:33:49.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-03-13T17:33:49.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-03-13T17:33:49.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-03-13T17:33:49.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29222026-03-13T17:33:49.213Z
29232026-03-13T17:33:49.213Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257)
29242026-03-13T17:33:49.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-03-13T17:33:49.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-03-13T17:33:49.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-03-13T17:33:49.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29282026-03-13T17:33:50.010Z
29292026-03-13T17:33:50.010Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257)
29302026-03-13T17:33:50.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-03-13T17:33:50.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-03-13T17:33:50.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-03-13T17:33:50.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29342026-03-13T17:33:50.806Z
29352026-03-13T17:33:50.806Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257)
29362026-03-13T17:33:51.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-03-13T17:33:51.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-03-13T17:33:51.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-03-13T17:33:51.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29402026-03-13T17:33:51.567Z
29412026-03-13T17:33:51.567Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257)
29422026-03-13T17:33:52.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-03-13T17:33:52.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-03-13T17:33:52.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-03-13T17:33:52.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29462026-03-13T17:33:52.326Z
29472026-03-13T17:33:52.326Zinfo: running `cargo check --bins --no-default-features` on gfss (81/257)
29482026-03-13T17:33:52.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-03-13T17:33:52.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-03-13T17:33:52.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-03-13T17:33:52.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29522026-03-13T17:33:53.079Z
29532026-03-13T17:33:53.079Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257)
29542026-03-13T17:33:53.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-03-13T17:33:53.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-03-13T17:33:53.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29572026-03-13T17:33:53.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29582026-03-13T17:33:53.835Z
29592026-03-13T17:33:53.835Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/257)
29602026-03-13T17:33:54.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-03-13T17:33:54.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-03-13T17:33:54.635Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29632026-03-13T17:33:55.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
29642026-03-13T17:33:55.475Z
29652026-03-13T17:33:55.475Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257)
29662026-03-13T17:33:56.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-03-13T17:33:56.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-03-13T17:33:56.284Z Compiling ar_archive_writer v0.5.1
29692026-03-13T17:33:56.288Z Compiling stacker v0.1.23
29702026-03-13T17:33:56.288Z Compiling cfg_aliases v0.1.1
29712026-03-13T17:33:56.390Z Compiling convert_case v0.10.0
29722026-03-13T17:33:56.414Z Checking fd-lock v4.0.4
29732026-03-13T17:33:56.418Z Checking nibble_vec v0.1.0
29742026-03-13T17:33:56.418Z Checking vte v0.14.1
29752026-03-13T17:33:56.418Z Compiling recursive-proc-macro-impl v0.1.1
29762026-03-13T17:33:56.469Z Compiling nix v0.28.0
29772026-03-13T17:33:56.556Z Checking endian-type v0.1.2
29782026-03-13T17:33:56.574Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29792026-03-13T17:33:56.603Z Checking strip-ansi-escapes v0.2.1
29802026-03-13T17:33:56.712Z Checking radix_trie v0.2.1
29812026-03-13T17:33:56.727Z Compiling peg-macros v0.8.5
29822026-03-13T17:33:56.757Z Checking winnow v0.6.26
29832026-03-13T17:33:56.805Z Compiling derive_more-impl v2.1.1
29842026-03-13T17:33:56.976Z Compiling sqlparser_derive v0.5.0
29852026-03-13T17:33:56.979Z Checking home v0.5.12
29862026-03-13T17:33:57.113Z Checking nu-ansi-term v0.50.3
29872026-03-13T17:33:57.214Z Checking unicode_categories v0.1.1
29882026-03-13T17:33:57.384Z Checking reedline v0.40.0
29892026-03-13T17:33:57.442Z Checking display-error-chain v0.2.2
29902026-03-13T17:33:57.607Z Compiling psm v0.1.30
29912026-03-13T17:33:57.905Z Checking derive_more v2.1.1
29922026-03-13T17:33:57.991Z Checking crossterm v0.29.0
29932026-03-13T17:33:58.283Z Checking peg v0.8.5
29942026-03-13T17:33:58.290Z Checking sqlformat v0.3.5
29952026-03-13T17:33:58.295Z Checking rustyline v14.0.0
29962026-03-13T17:33:58.566Z Checking recursive v0.1.1
29972026-03-13T17:33:58.669Z Checking sqlparser v0.61.0
29982026-03-13T17:34:14.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.03s
29992026-03-13T17:34:14.727Z
30002026-03-13T17:34:14.727Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257)
30012026-03-13T17:34:15.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-03-13T17:34:15.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-03-13T17:34:15.541Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30042026-03-13T17:34:20.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
30052026-03-13T17:34:20.433Z
30062026-03-13T17:34:20.433Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257)
30072026-03-13T17:34:21.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-03-13T17:34:21.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-03-13T17:34:21.247Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30102026-03-13T17:34:24.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
30112026-03-13T17:34:24.686Z
30122026-03-13T17:34:24.686Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257)
30132026-03-13T17:34:25.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-03-13T17:34:25.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-03-13T17:34:25.485Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30162026-03-13T17:34:29.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
30172026-03-13T17:34:30.047Z
30182026-03-13T17:34:30.047Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257)
30192026-03-13T17:34:30.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-03-13T17:34:30.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-03-13T17:34:30.857Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30222026-03-13T17:34:35.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
30232026-03-13T17:34:35.519Z
30242026-03-13T17:34:35.519Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257)
30252026-03-13T17:34:36.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-03-13T17:34:36.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-03-13T17:34:36.324Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30282026-03-13T17:34:39.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
30292026-03-13T17:34:39.990Z
30302026-03-13T17:34:39.990Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257)
30312026-03-13T17:34:40.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-03-13T17:34:40.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-03-13T17:34:40.802Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30342026-03-13T17:34:44.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
30352026-03-13T17:34:44.517Z
30362026-03-13T17:34:44.517Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257)
30372026-03-13T17:34:45.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-03-13T17:34:45.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-03-13T17:34:45.334Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402026-03-13T17:34:49.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
30412026-03-13T17:34:50.123Z
30422026-03-13T17:34:50.124Zinfo: running `cargo check --bins` on oximeter (92/257)
30432026-03-13T17:34:50.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-03-13T17:34:50.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-03-13T17:34:50.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-03-13T17:34:50.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30472026-03-13T17:34:50.900Z
30482026-03-13T17:34:50.900Zinfo: running `cargo check --bins` on oximeter-schema (93/257)
30492026-03-13T17:34:51.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-03-13T17:34:51.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-03-13T17:34:51.677Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30522026-03-13T17:34:51.848Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30532026-03-13T17:34:51.863Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30542026-03-13T17:34:52.324Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30552026-03-13T17:34:57.162Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30562026-03-13T17:34:57.577Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30572026-03-13T17:34:59.116Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30582026-03-13T17:34:59.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
30592026-03-13T17:35:00.191Z
30602026-03-13T17:35:00.191Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/257)
30612026-03-13T17:35:00.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-03-13T17:35:00.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-03-13T17:35:00.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-03-13T17:35:00.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30652026-03-13T17:35:00.968Z
30662026-03-13T17:35:00.968Zinfo: running `cargo check --bins` on oximeter-test-utils (95/257)
30672026-03-13T17:35:01.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-03-13T17:35:01.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-03-13T17:35:01.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-03-13T17:35:01.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30712026-03-13T17:35:01.807Z
30722026-03-13T17:35:01.807Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257)
30732026-03-13T17:35:02.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-03-13T17:35:02.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-03-13T17:35:02.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-03-13T17:35:02.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30772026-03-13T17:35:02.604Z
30782026-03-13T17:35:02.604Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257)
30792026-03-13T17:35:03.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-03-13T17:35:03.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-03-13T17:35:03.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-03-13T17:35:03.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30832026-03-13T17:35:03.402Z
30842026-03-13T17:35:03.402Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257)
30852026-03-13T17:35:04.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-03-13T17:35:04.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-03-13T17:35:04.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-03-13T17:35:04.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30892026-03-13T17:35:04.197Z
30902026-03-13T17:35:04.197Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257)
30912026-03-13T17:35:04.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-03-13T17:35:04.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-03-13T17:35:04.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-03-13T17:35:04.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30952026-03-13T17:35:04.993Z
30962026-03-13T17:35:04.993Zinfo: running `cargo check --bins` on trust-quorum-types (100/257)
30972026-03-13T17:35:05.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-03-13T17:35:05.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-03-13T17:35:05.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-03-13T17:35:05.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31012026-03-13T17:35:05.752Z
31022026-03-13T17:35:05.752Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/257)
31032026-03-13T17:35:06.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-03-13T17:35:06.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-03-13T17:35:06.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-03-13T17:35:06.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31072026-03-13T17:35:06.547Z
31082026-03-13T17:35:06.547Zinfo: running `cargo check --bins` on update-engine (102/257)
31092026-03-13T17:35:07.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-03-13T17:35:07.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-03-13T17:35:07.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-03-13T17:35:07.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31132026-03-13T17:35:07.307Z
31142026-03-13T17:35:07.307Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/257)
31152026-03-13T17:35:08.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-03-13T17:35:08.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-03-13T17:35:08.136Z Checking dropshot-api-manager-types v0.6.0
31182026-03-13T17:35:08.136Z Checking nanorand v0.7.0
31192026-03-13T17:35:08.419Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31202026-03-13T17:35:08.444Z Checking flume v0.11.1
31212026-03-13T17:35:08.710Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31222026-03-13T17:35:09.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
31232026-03-13T17:35:10.177Z
31242026-03-13T17:35:10.177Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/257)
31252026-03-13T17:35:10.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-03-13T17:35:10.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-03-13T17:35:10.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-03-13T17:35:10.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31292026-03-13T17:35:10.955Z
31302026-03-13T17:35:10.955Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/257)
31312026-03-13T17:35:11.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-03-13T17:35:11.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-03-13T17:35:11.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-03-13T17:35:11.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31352026-03-13T17:35:11.731Z
31362026-03-13T17:35:11.731Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/257)
31372026-03-13T17:35:12.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-03-13T17:35:12.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-03-13T17:35:12.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-03-13T17:35:12.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31412026-03-13T17:35:12.506Z
31422026-03-13T17:35:12.506Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257)
31432026-03-13T17:35:13.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-03-13T17:35:13.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-03-13T17:35:13.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-03-13T17:35:13.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31472026-03-13T17:35:13.300Z
31482026-03-13T17:35:13.301Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257)
31492026-03-13T17:35:13.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-03-13T17:35:13.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-03-13T17:35:13.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-03-13T17:35:13.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31532026-03-13T17:35:14.082Z
31542026-03-13T17:35:14.082Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/257)
31552026-03-13T17:35:14.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-03-13T17:35:14.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-03-13T17:35:14.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-03-13T17:35:14.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31592026-03-13T17:35:14.861Z
31602026-03-13T17:35:14.861Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/257)
31612026-03-13T17:35:15.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-03-13T17:35:15.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-03-13T17:35:15.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-03-13T17:35:15.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31652026-03-13T17:35:15.638Z
31662026-03-13T17:35:15.638Zinfo: running `cargo check --bins` on cockroach-admin-client (111/257)
31672026-03-13T17:35:16.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-03-13T17:35:16.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-03-13T17:35:16.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-03-13T17:35:16.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31712026-03-13T17:35:16.395Z
31722026-03-13T17:35:16.395Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/257)
31732026-03-13T17:35:17.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-03-13T17:35:17.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-03-13T17:35:17.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-03-13T17:35:17.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31772026-03-13T17:35:17.172Z
31782026-03-13T17:35:17.172Zinfo: running `cargo check --bins` on dns-service-client (113/257)
31792026-03-13T17:35:17.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-03-13T17:35:17.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-03-13T17:35:17.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822026-03-13T17:35:17.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31832026-03-13T17:35:17.946Z
31842026-03-13T17:35:17.946Zinfo: running `cargo check --bins` on installinator-client (114/257)
31852026-03-13T17:35:18.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-03-13T17:35:18.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-03-13T17:35:18.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-03-13T17:35:18.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31892026-03-13T17:35:18.723Z
31902026-03-13T17:35:18.723Zinfo: running `cargo check --bins` on nexus-client (115/257)
31912026-03-13T17:35:19.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-03-13T17:35:19.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-03-13T17:35:19.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-03-13T17:35:19.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31952026-03-13T17:35:19.548Z
31962026-03-13T17:35:19.548Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/257)
31972026-03-13T17:35:20.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-03-13T17:35:20.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-03-13T17:35:20.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-03-13T17:35:20.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32012026-03-13T17:35:20.373Z
32022026-03-13T17:35:20.373Zinfo: running `cargo check --bins` on ntp-admin-client (117/257)
32032026-03-13T17:35:21.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-03-13T17:35:21.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-03-13T17:35:21.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-03-13T17:35:21.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32072026-03-13T17:35:21.134Z
32082026-03-13T17:35:21.134Zinfo: running `cargo check --bins` on oxide-client (118/257)
32092026-03-13T17:35:21.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-03-13T17:35:21.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-03-13T17:35:21.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-03-13T17:35:21.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32132026-03-13T17:35:21.895Z
32142026-03-13T17:35:21.895Zinfo: running `cargo check --bins` on oximeter-client (119/257)
32152026-03-13T17:35:22.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-03-13T17:35:22.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-03-13T17:35:22.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-03-13T17:35:22.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32192026-03-13T17:35:22.670Z
32202026-03-13T17:35:22.670Zinfo: running `cargo check --bins` on repo-depot-client (120/257)
32212026-03-13T17:35:23.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-03-13T17:35:23.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-03-13T17:35:23.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-03-13T17:35:23.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
32252026-03-13T17:35:23.426Z
32262026-03-13T17:35:23.426Zinfo: running `cargo check --bins` on sled-agent-client (121/257)
32272026-03-13T17:35:24.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-03-13T17:35:24.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-03-13T17:35:24.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-03-13T17:35:24.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32312026-03-13T17:35:24.231Z
32322026-03-13T17:35:24.231Zinfo: running `cargo check --bins` on wicketd-client (122/257)
32332026-03-13T17:35:24.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-03-13T17:35:24.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-03-13T17:35:24.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-03-13T17:35:24.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32372026-03-13T17:35:25.033Z
32382026-03-13T17:35:25.033Zinfo: running `cargo check --bins` on installinator-common (123/257)
32392026-03-13T17:35:25.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-03-13T17:35:25.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-03-13T17:35:25.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-03-13T17:35:25.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32432026-03-13T17:35:25.820Z
32442026-03-13T17:35:25.820Zinfo: running `cargo check --bins` on installinator-common-versions (124/257)
32452026-03-13T17:35:26.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-03-13T17:35:26.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-03-13T17:35:26.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482026-03-13T17:35:26.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
32492026-03-13T17:35:26.577Z
32502026-03-13T17:35:26.577Zinfo: running `cargo check --bins` on wicket-common (125/257)
32512026-03-13T17:35:27.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-03-13T17:35:27.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-03-13T17:35:27.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542026-03-13T17:35:27.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32552026-03-13T17:35:27.380Z
32562026-03-13T17:35:27.380Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/257)
32572026-03-13T17:35:28.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-03-13T17:35:28.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-03-13T17:35:28.190Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32602026-03-13T17:35:28.194Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-03-13T17:35:28.194Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32622026-03-13T17:35:28.194Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32632026-03-13T17:35:28.295Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32642026-03-13T17:35:28.473Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32652026-03-13T17:35:28.489Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32662026-03-13T17:35:28.785Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32672026-03-13T17:35:28.791Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32682026-03-13T17:35:31.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
32692026-03-13T17:35:31.787Z
32702026-03-13T17:35:31.787Zinfo: running `cargo check --bins` on cockroach-admin-api (127/257)
32712026-03-13T17:35:32.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-03-13T17:35:32.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-03-13T17:35:32.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-03-13T17:35:32.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32752026-03-13T17:35:32.562Z
32762026-03-13T17:35:32.562Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257)
32772026-03-13T17:35:33.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-03-13T17:35:33.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-03-13T17:35:33.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-03-13T17:35:33.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32812026-03-13T17:35:33.454Z
32822026-03-13T17:35:33.454Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257)
32832026-03-13T17:35:34.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-03-13T17:35:34.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-03-13T17:35:34.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-03-13T17:35:34.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32872026-03-13T17:35:34.348Z
32882026-03-13T17:35:34.348Zinfo: running `cargo check --bins` on dns-server (130/257)
32892026-03-13T17:35:35.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-03-13T17:35:35.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-03-13T17:35:35.151Z Compiling parking_lot_core v0.8.6
32922026-03-13T17:35:35.151Z Compiling git-stub v1.0.0
32932026-03-13T17:35:35.157Z Compiling atomicwrites v0.4.4
32942026-03-13T17:35:35.157Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32952026-03-13T17:35:35.157Z Checking tagptr v0.2.0
32962026-03-13T17:35:35.280Z Checking prefix-trie v0.7.0
32972026-03-13T17:35:35.284Z Checking fxhash v0.2.1
32982026-03-13T17:35:35.291Z Checking hickory-client v0.25.2
32992026-03-13T17:35:35.442Z Compiling git-stub-vcs v0.1.0
33002026-03-13T17:35:35.463Z Checking moka v0.12.13
33012026-03-13T17:35:35.746Z Checking hickory-server v0.25.2
33022026-03-13T17:35:35.812Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33032026-03-13T17:35:35.825Z Checking parking_lot v0.11.2
33042026-03-13T17:35:35.931Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33052026-03-13T17:35:35.935Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33062026-03-13T17:35:35.935Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33072026-03-13T17:35:36.048Z Checking sled v0.34.7
33082026-03-13T17:35:36.283Z Checking hickory-resolver v0.25.2
33092026-03-13T17:35:38.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
33102026-03-13T17:35:39.027Z
33112026-03-13T17:35:39.027Zinfo: running `cargo check --bins` on dns-server-api (131/257)
33122026-03-13T17:35:39.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132026-03-13T17:35:39.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142026-03-13T17:35:39.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152026-03-13T17:35:39.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33162026-03-13T17:35:39.801Z
33172026-03-13T17:35:39.801Zinfo: running `cargo check --bins` on gateway-test-utils (132/257)
33182026-03-13T17:35:40.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192026-03-13T17:35:40.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202026-03-13T17:35:40.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212026-03-13T17:35:40.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33222026-03-13T17:35:40.655Z
33232026-03-13T17:35:40.655Zinfo: running `cargo check --bins` on omicron-gateway (133/257)
33242026-03-13T17:35:41.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-03-13T17:35:41.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-03-13T17:35:41.549Z Compiling radium v0.7.0
33272026-03-13T17:35:41.553Z Checking tap v1.0.1
33282026-03-13T17:35:41.553Z Compiling maybe-uninit v2.0.0
33292026-03-13T17:35:41.687Z Compiling zerocopy-derive v0.6.6
33302026-03-13T17:35:41.690Z Checking crc-catalog v2.4.0
33312026-03-13T17:35:41.691Z Checking funty v2.0.0
33322026-03-13T17:35:41.691Z Compiling packed_struct v0.10.1
33332026-03-13T17:35:41.740Z Compiling packed_struct_codegen v0.10.1
33342026-03-13T17:35:41.805Z Checking wyz v0.5.1
33352026-03-13T17:35:41.826Z Checking crc v3.4.0
33362026-03-13T17:35:42.044Z Compiling bitfield-macros v0.19.4
33372026-03-13T17:35:42.044Z Compiling indexmap v1.9.3
33382026-03-13T17:35:42.087Z Checking nodrop v0.1.14
33392026-03-13T17:35:42.152Z Checking hashbrown v0.12.3
33402026-03-13T17:35:42.185Z Checking smallvec v0.6.14
33412026-03-13T17:35:42.199Z Checking array-init v0.0.4
33422026-03-13T17:35:42.237Z Checking bitvec v1.0.1
33432026-03-13T17:35:42.349Z Checking ron v0.8.1
33442026-03-13T17:35:42.435Z Checking hashbrown v0.13.2
33452026-03-13T17:35:42.687Z Checking serde-hex v0.1.0
33462026-03-13T17:35:42.820Z Checking zerocopy v0.6.6
33472026-03-13T17:35:43.004Z Checking crc-any v2.5.0
33482026-03-13T17:35:43.020Z Checking bitfield v0.19.4
33492026-03-13T17:35:43.063Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33502026-03-13T17:35:43.149Z Checking object v0.30.4
33512026-03-13T17:35:43.208Z Checking void v1.0.2
33522026-03-13T17:35:43.225Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-03-13T17:35:43.240Z Checking half v1.8.3
33542026-03-13T17:35:43.327Z Checking path-slash v0.1.5
33552026-03-13T17:35:43.395Z Checking lzss v0.8.2
33562026-03-13T17:35:43.415Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33572026-03-13T17:35:43.449Z Checking tungstenite v0.23.0
33582026-03-13T17:35:43.503Z Checking serde_cbor v0.11.2
33592026-03-13T17:35:43.506Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33602026-03-13T17:35:43.607Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33612026-03-13T17:35:43.625Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33622026-03-13T17:35:43.710Z Checking nix v0.27.1
33632026-03-13T17:35:43.983Z Checking kstat-rs v0.2.4
33642026-03-13T17:35:44.015Z Checking serde_bytes v0.11.19
33652026-03-13T17:35:44.120Z Checking tokio-tungstenite v0.23.1
33662026-03-13T17:35:44.219Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33672026-03-13T17:35:44.236Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33682026-03-13T17:35:44.419Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33692026-03-13T17:35:44.443Z Checking signal-hook-tokio v0.3.1
33702026-03-13T17:35:45.565Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-03-13T17:35:45.753Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33722026-03-13T17:35:49.161Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33732026-03-13T17:35:50.388Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33742026-03-13T17:35:50.753Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33752026-03-13T17:35:52.233Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33762026-03-13T17:35:55.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s
33772026-03-13T17:35:55.259Z
33782026-03-13T17:35:55.259Zinfo: running `cargo check --bins` on gateway-api (134/257)
33792026-03-13T17:35:55.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-03-13T17:35:55.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-03-13T17:35:55.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-03-13T17:35:55.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33832026-03-13T17:35:56.029Z
33842026-03-13T17:35:56.029Zinfo: running `cargo check --bins` on ipcc (135/257)
33852026-03-13T17:35:56.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-03-13T17:35:56.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-03-13T17:35:56.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-03-13T17:35:56.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33892026-03-13T17:35:56.807Z
33902026-03-13T17:35:56.807Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257)
33912026-03-13T17:35:57.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-03-13T17:35:57.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-03-13T17:35:57.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-03-13T17:35:57.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
33952026-03-13T17:35:57.562Z
33962026-03-13T17:35:57.562Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257)
33972026-03-13T17:35:58.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-03-13T17:35:58.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-03-13T17:35:58.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-03-13T17:35:58.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34012026-03-13T17:35:58.337Z
34022026-03-13T17:35:58.337Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257)
34032026-03-13T17:35:59.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-03-13T17:35:59.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-03-13T17:35:59.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-03-13T17:35:59.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34072026-03-13T17:35:59.110Z
34082026-03-13T17:35:59.110Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257)
34092026-03-13T17:35:59.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-03-13T17:35:59.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-03-13T17:35:59.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-03-13T17:35:59.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34132026-03-13T17:35:59.887Z
34142026-03-13T17:35:59.887Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257)
34152026-03-13T17:36:00.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-03-13T17:36:00.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-03-13T17:36:00.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-03-13T17:36:00.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34192026-03-13T17:36:00.662Z
34202026-03-13T17:36:00.662Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257)
34212026-03-13T17:36:01.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-03-13T17:36:01.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-03-13T17:36:01.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-03-13T17:36:01.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34252026-03-13T17:36:01.442Z
34262026-03-13T17:36:01.442Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257)
34272026-03-13T17:36:02.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-03-13T17:36:02.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-03-13T17:36:02.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-03-13T17:36:02.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34312026-03-13T17:36:02.213Z
34322026-03-13T17:36:02.213Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257)
34332026-03-13T17:36:02.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-03-13T17:36:02.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-03-13T17:36:02.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-03-13T17:36:02.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34372026-03-13T17:36:02.988Z
34382026-03-13T17:36:02.988Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257)
34392026-03-13T17:36:03.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-03-13T17:36:03.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-03-13T17:36:03.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-03-13T17:36:03.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34432026-03-13T17:36:03.762Z
34442026-03-13T17:36:03.762Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257)
34452026-03-13T17:36:04.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-03-13T17:36:04.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-03-13T17:36:04.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-03-13T17:36:04.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34492026-03-13T17:36:04.535Z
34502026-03-13T17:36:04.536Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257)
34512026-03-13T17:36:05.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-03-13T17:36:05.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-03-13T17:36:05.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-03-13T17:36:05.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34552026-03-13T17:36:05.312Z
34562026-03-13T17:36:05.312Zinfo: running `cargo check --bins` on oximeter-producer (147/257)
34572026-03-13T17:36:06.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-03-13T17:36:06.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-03-13T17:36:06.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-03-13T17:36:06.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34612026-03-13T17:36:06.137Z
34622026-03-13T17:36:06.137Zinfo: running `cargo check --bins` on internal-dns-resolver (148/257)
34632026-03-13T17:36:06.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-03-13T17:36:06.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-03-13T17:36:06.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-03-13T17:36:06.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34672026-03-13T17:36:06.920Z
34682026-03-13T17:36:06.920Zinfo: running `cargo check --bins` on sp-sim (149/257)
34692026-03-13T17:36:07.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-03-13T17:36:07.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-03-13T17:36:07.785Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34722026-03-13T17:36:10.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34732026-03-13T17:36:10.357Z
34742026-03-13T17:36:10.357Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257)
34752026-03-13T17:36:11.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-03-13T17:36:11.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-03-13T17:36:11.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-03-13T17:36:11.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34792026-03-13T17:36:11.205Z
34802026-03-13T17:36:11.205Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257)
34812026-03-13T17:36:11.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-03-13T17:36:11.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-03-13T17:36:11.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-03-13T17:36:11.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34852026-03-13T17:36:12.061Z
34862026-03-13T17:36:12.061Zinfo: running `cargo check --bins` on db-macros (152/257)
34872026-03-13T17:36:12.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-03-13T17:36:12.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-03-13T17:36:12.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-03-13T17:36:12.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34912026-03-13T17:36:12.815Z
34922026-03-13T17:36:12.815Zinfo: running `cargo check --bins` on nexus-macros-common (153/257)
34932026-03-13T17:36:13.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-03-13T17:36:13.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-03-13T17:36:13.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-03-13T17:36:13.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
34972026-03-13T17:36:13.568Z
34982026-03-13T17:36:13.568Zinfo: running `cargo check --bins` on nexus-auth (154/257)
34992026-03-13T17:36:14.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-03-13T17:36:14.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-03-13T17:36:14.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-03-13T17:36:14.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35032026-03-13T17:36:14.411Z
35042026-03-13T17:36:14.412Zinfo: running `cargo check --bins` on authz-macros (155/257)
35052026-03-13T17:36:15.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-03-13T17:36:15.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-03-13T17:36:15.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-03-13T17:36:15.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35092026-03-13T17:36:15.170Z
35102026-03-13T17:36:15.170Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/257)
35112026-03-13T17:36:15.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-03-13T17:36:15.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-03-13T17:36:15.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-03-13T17:36:15.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35152026-03-13T17:36:16.005Z
35162026-03-13T17:36:16.005Zinfo: running `cargo check --bins` on nexus-db-model (157/257)
35172026-03-13T17:36:16.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-03-13T17:36:16.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-03-13T17:36:16.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-03-13T17:36:16.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35212026-03-13T17:36:16.838Z
35222026-03-13T17:36:16.838Zinfo: running `cargo check --bins` on nexus-db-schema (158/257)
35232026-03-13T17:36:17.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-03-13T17:36:17.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-03-13T17:36:17.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-03-13T17:36:17.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35272026-03-13T17:36:17.598Z
35282026-03-13T17:36:17.598Zinfo: running `cargo check --bins` on omicron-rpaths (159/257)
35292026-03-13T17:36:18.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-03-13T17:36:18.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-03-13T17:36:18.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-03-13T17:36:18.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35332026-03-13T17:36:18.354Z
35342026-03-13T17:36:18.354Zinfo: running `cargo check --bins` on nexus-defaults (160/257)
35352026-03-13T17:36:19.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-03-13T17:36:19.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-03-13T17:36:19.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-03-13T17:36:19.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35392026-03-13T17:36:19.124Z
35402026-03-13T17:36:19.124Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/257)
35412026-03-13T17:36:19.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-03-13T17:36:19.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-03-13T17:36:19.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-03-13T17:36:19.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35452026-03-13T17:36:19.882Z
35462026-03-13T17:36:19.882Zinfo: running `cargo check --bins` on parallel-task-set (162/257)
35472026-03-13T17:36:20.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-03-13T17:36:20.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-03-13T17:36:20.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-03-13T17:36:20.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35512026-03-13T17:36:20.634Z
35522026-03-13T17:36:20.634Zinfo: running `cargo check --bins` on nexus-db-errors (163/257)
35532026-03-13T17:36:21.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-03-13T17:36:21.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-03-13T17:36:21.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-03-13T17:36:21.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35572026-03-13T17:36:21.482Z
35582026-03-13T17:36:21.482Zinfo: running `cargo check --bins` on nexus-db-lookup (164/257)
35592026-03-13T17:36:22.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-03-13T17:36:22.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-03-13T17:36:22.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-03-13T17:36:22.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35632026-03-13T17:36:22.329Z
35642026-03-13T17:36:22.329Zinfo: running `cargo check --bins` on nexus-inventory (165/257)
35652026-03-13T17:36:23.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-03-13T17:36:23.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-03-13T17:36:23.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-03-13T17:36:23.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35692026-03-13T17:36:23.163Z
35702026-03-13T17:36:23.163Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257)
35712026-03-13T17:36:23.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-03-13T17:36:23.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-03-13T17:36:23.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-03-13T17:36:23.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35752026-03-13T17:36:23.962Z
35762026-03-13T17:36:23.962Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/257)
35772026-03-13T17:36:24.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-03-13T17:36:24.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-03-13T17:36:24.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-03-13T17:36:24.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35812026-03-13T17:36:24.749Z
35822026-03-13T17:36:24.749Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257)
35832026-03-13T17:36:25.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-03-13T17:36:25.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-03-13T17:36:25.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-03-13T17:36:25.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35872026-03-13T17:36:25.542Z
35882026-03-13T17:36:25.542Zinfo: running `cargo check --bins` on key-manager (169/257)
35892026-03-13T17:36:26.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-03-13T17:36:26.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-03-13T17:36:26.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-03-13T17:36:26.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35932026-03-13T17:36:26.311Z
35942026-03-13T17:36:26.312Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/257)
35952026-03-13T17:36:26.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-03-13T17:36:27.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-03-13T17:36:27.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-03-13T17:36:27.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35992026-03-13T17:36:27.103Z
36002026-03-13T17:36:27.103Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257)
36012026-03-13T17:36:27.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-03-13T17:36:27.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-03-13T17:36:27.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-03-13T17:36:27.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
36052026-03-13T17:36:27.896Z
36062026-03-13T17:36:27.896Zinfo: running `cargo check --bins` on typed-rng (172/257)
36072026-03-13T17:36:28.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-03-13T17:36:28.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-03-13T17:36:28.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-03-13T17:36:28.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
36112026-03-13T17:36:28.650Z
36122026-03-13T17:36:28.650Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257)
36132026-03-13T17:36:29.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-03-13T17:36:29.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-03-13T17:36:29.716Z Compiling libefi-sys v0.1.0
36162026-03-13T17:36:29.728Z Compiling bitfield-struct v0.6.2
36172026-03-13T17:36:29.728Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36182026-03-13T17:36:29.905Z Compiling xshell-macros v0.2.7
36192026-03-13T17:36:29.915Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36202026-03-13T17:36:29.915Z Compiling salty v0.3.0
36212026-03-13T17:36:29.915Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36222026-03-13T17:36:29.915Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36232026-03-13T17:36:29.936Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36242026-03-13T17:36:30.247Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36252026-03-13T17:36:30.279Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36262026-03-13T17:36:30.319Z Checking xshell v0.2.7
36272026-03-13T17:36:30.458Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36282026-03-13T17:36:30.475Z Checking primeorder v0.13.6
36292026-03-13T17:36:30.543Z Compiling proc-macro-error-attr2 v2.0.0
36302026-03-13T17:36:30.560Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36312026-03-13T17:36:30.581Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36322026-03-13T17:36:30.628Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36332026-03-13T17:36:30.776Z Checking p384 v0.13.1
36342026-03-13T17:36:30.794Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36352026-03-13T17:36:30.836Z Compiling num-derive v0.3.3
36362026-03-13T17:36:30.965Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36372026-03-13T17:36:31.060Z Compiling proc-macro-error2 v2.0.1
36382026-03-13T17:36:31.204Z Compiling unicase v2.9.0
36392026-03-13T17:36:31.282Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36402026-03-13T17:36:31.403Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36412026-03-13T17:36:31.468Z Compiling tabled_derive v0.11.0
36422026-03-13T17:36:31.490Z Compiling mime_guess v2.0.5
36432026-03-13T17:36:31.509Z Checking papergrid v0.17.0
36442026-03-13T17:36:31.901Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36452026-03-13T17:36:32.062Z Checking libscf-sys v1.1.0
36462026-03-13T17:36:32.209Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36472026-03-13T17:36:32.227Z Checking testing_table v0.3.0
36482026-03-13T17:36:32.343Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36492026-03-13T17:36:32.367Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36502026-03-13T17:36:32.438Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36512026-03-13T17:36:32.611Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36522026-03-13T17:36:32.637Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36532026-03-13T17:36:32.874Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36542026-03-13T17:36:32.901Z Checking corncobs v0.1.4
36552026-03-13T17:36:33.061Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-03-13T17:36:33.083Z Checking tabled v0.20.0
36572026-03-13T17:36:33.174Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36582026-03-13T17:36:33.218Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36592026-03-13T17:36:33.240Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36602026-03-13T17:36:33.260Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36612026-03-13T17:36:33.386Z Checking secrecy v0.8.0
36622026-03-13T17:36:33.444Z Checking http-range v0.1.5
36632026-03-13T17:36:33.766Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36642026-03-13T17:36:33.785Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36652026-03-13T17:36:34.014Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36662026-03-13T17:36:34.179Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36672026-03-13T17:36:34.261Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
36682026-03-13T17:36:34.357Z Checking atty v0.2.14
36692026-03-13T17:36:34.401Z Checking crc8 v0.1.1
36702026-03-13T17:36:34.473Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36712026-03-13T17:36:34.479Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36722026-03-13T17:36:34.518Z Checking hyper-staticfile v0.10.1
36732026-03-13T17:36:34.548Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36742026-03-13T17:36:34.649Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36752026-03-13T17:36:34.743Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36762026-03-13T17:36:34.912Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36772026-03-13T17:36:34.928Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36782026-03-13T17:36:35.100Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36792026-03-13T17:36:35.175Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36802026-03-13T17:36:35.436Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36812026-03-13T17:36:35.495Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36822026-03-13T17:36:35.528Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36832026-03-13T17:36:35.655Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36842026-03-13T17:36:35.826Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36852026-03-13T17:36:36.094Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36862026-03-13T17:36:36.110Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36872026-03-13T17:36:36.334Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36882026-03-13T17:36:36.455Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36892026-03-13T17:36:36.497Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36902026-03-13T17:36:38.302Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36912026-03-13T17:36:38.444Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36922026-03-13T17:36:38.708Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36932026-03-13T17:36:38.935Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36942026-03-13T17:36:39.408Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36952026-03-13T17:36:39.800Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36962026-03-13T17:36:46.617Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36972026-03-13T17:37:02.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.89s
36982026-03-13T17:37:02.782Z
36992026-03-13T17:37:02.782Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257)
37002026-03-13T17:37:03.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-03-13T17:37:03.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-03-13T17:37:03.717Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37032026-03-13T17:37:19.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.01s
37042026-03-13T17:37:20.059Z
37052026-03-13T17:37:20.059Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257)
37062026-03-13T17:37:20.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-03-13T17:37:20.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-03-13T17:37:20.977Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37092026-03-13T17:37:37.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.02s
37102026-03-13T17:37:37.304Z
37112026-03-13T17:37:37.304Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257)
37122026-03-13T17:37:38.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-03-13T17:37:38.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-03-13T17:37:38.236Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37152026-03-13T17:37:54.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.97s
37162026-03-13T17:37:54.527Z
37172026-03-13T17:37:54.527Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257)
37182026-03-13T17:37:55.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-03-13T17:37:55.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-03-13T17:37:55.519Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37212026-03-13T17:38:11.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.98s
37222026-03-13T17:38:11.751Z
37232026-03-13T17:38:11.751Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257)
37242026-03-13T17:38:12.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-03-13T17:38:12.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-03-13T17:38:12.727Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37272026-03-13T17:38:30.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.97s
37282026-03-13T17:38:30.913Z
37292026-03-13T17:38:30.913Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257)
37302026-03-13T17:38:30.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-03-13T17:38:30.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-03-13T17:38:30.914Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37332026-03-13T17:38:45.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.97s
37342026-03-13T17:38:46.183Z
37352026-03-13T17:38:46.183Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257)
37362026-03-13T17:38:46.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-03-13T17:38:46.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-03-13T17:38:47.116Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37392026-03-13T17:39:03.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.07s
37402026-03-13T17:39:03.498Z
37412026-03-13T17:39:03.499Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/257)
37422026-03-13T17:39:04.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-03-13T17:39:04.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-03-13T17:39:04.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-03-13T17:39:04.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37462026-03-13T17:39:04.300Z
37472026-03-13T17:39:04.300Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257)
37482026-03-13T17:39:04.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-03-13T17:39:04.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-03-13T17:39:04.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-03-13T17:39:04.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37522026-03-13T17:39:05.097Z
37532026-03-13T17:39:05.097Zinfo: running `cargo check --bins` on range-requests (183/257)
37542026-03-13T17:39:05.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-03-13T17:39:05.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-03-13T17:39:05.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-03-13T17:39:05.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
37582026-03-13T17:39:05.863Z
37592026-03-13T17:39:05.863Zinfo: running `cargo check --bins` on repo-depot-api (184/257)
37602026-03-13T17:39:06.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-03-13T17:39:06.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-03-13T17:39:06.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-03-13T17:39:06.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37642026-03-13T17:39:06.634Z
37652026-03-13T17:39:06.634Zinfo: running `cargo check --bins` on sled-agent-api (185/257)
37662026-03-13T17:39:07.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-03-13T17:39:07.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-03-13T17:39:07.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-03-13T17:39:07.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37702026-03-13T17:39:07.431Z
37712026-03-13T17:39:07.431Zinfo: running `cargo check --bins` on sled-diagnostics (186/257)
37722026-03-13T17:39:08.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-03-13T17:39:08.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-03-13T17:39:08.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-03-13T17:39:08.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37762026-03-13T17:39:08.221Z
37772026-03-13T17:39:08.221Zinfo: running `cargo check --bins` on zfs-test-harness (187/257)
37782026-03-13T17:39:08.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-03-13T17:39:08.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-03-13T17:39:08.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-03-13T17:39:08.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37822026-03-13T17:39:09.013Z
37832026-03-13T17:39:09.013Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257)
37842026-03-13T17:39:09.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-03-13T17:39:09.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-03-13T17:39:09.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-03-13T17:39:09.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37882026-03-13T17:39:09.817Z
37892026-03-13T17:39:09.817Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257)
37902026-03-13T17:39:10.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-03-13T17:39:10.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-03-13T17:39:10.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-03-13T17:39:10.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37942026-03-13T17:39:10.635Z
37952026-03-13T17:39:10.635Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/257)
37962026-03-13T17:39:11.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-03-13T17:39:11.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-03-13T17:39:11.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-03-13T17:39:11.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38002026-03-13T17:39:11.420Z
38012026-03-13T17:39:11.421Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257)
38022026-03-13T17:39:12.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-03-13T17:39:12.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-03-13T17:39:12.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-03-13T17:39:12.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38062026-03-13T17:39:12.221Z
38072026-03-13T17:39:12.222Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257)
38082026-03-13T17:39:12.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-03-13T17:39:12.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-03-13T17:39:12.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-03-13T17:39:12.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38122026-03-13T17:39:13.024Z
38132026-03-13T17:39:13.025Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/257)
38142026-03-13T17:39:13.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-03-13T17:39:13.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-03-13T17:39:13.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-03-13T17:39:13.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38182026-03-13T17:39:13.829Z
38192026-03-13T17:39:13.829Zinfo: running `cargo check --bins` on trust-quorum (194/257)
38202026-03-13T17:39:14.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-03-13T17:39:14.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-03-13T17:39:14.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-03-13T17:39:14.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38242026-03-13T17:39:14.638Z
38252026-03-13T17:39:14.638Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257)
38262026-03-13T17:39:15.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-03-13T17:39:15.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-03-13T17:39:15.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-03-13T17:39:15.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38302026-03-13T17:39:15.466Z
38312026-03-13T17:39:15.466Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/257)
38322026-03-13T17:39:16.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-03-13T17:39:16.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-03-13T17:39:16.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-03-13T17:39:16.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38362026-03-13T17:39:16.321Z
38372026-03-13T17:39:16.321Zinfo: running `cargo check --bins` on update-common (197/257)
38382026-03-13T17:39:17.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-03-13T17:39:17.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-03-13T17:39:17.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-03-13T17:39:17.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38422026-03-13T17:39:17.138Z
38432026-03-13T17:39:17.138Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257)
38442026-03-13T17:39:17.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-03-13T17:39:17.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-03-13T17:39:17.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-03-13T17:39:17.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38482026-03-13T17:39:17.963Z
38492026-03-13T17:39:17.963Zinfo: running `cargo check --bins` on reconfigurator-cli (199/257)
38502026-03-13T17:39:18.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-03-13T17:39:18.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-03-13T17:39:18.893Z Compiling fs-err v2.11.0
38532026-03-13T17:39:18.900Z Checking ignore v0.4.25
38542026-03-13T17:39:18.900Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38552026-03-13T17:39:18.900Z Checking predicates-tree v1.0.13
38562026-03-13T17:39:19.009Z Checking parse-size v1.1.0
38572026-03-13T17:39:19.047Z Checking rand_seeder v0.4.0
38582026-03-13T17:39:19.051Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38592026-03-13T17:39:19.051Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38602026-03-13T17:39:19.176Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38612026-03-13T17:39:19.193Z Compiling petname v2.0.2
38622026-03-13T17:39:19.218Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38632026-03-13T17:39:19.448Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38642026-03-13T17:39:19.479Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38652026-03-13T17:39:19.551Z Checking globwalk v0.9.1
38662026-03-13T17:39:19.637Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38672026-03-13T17:39:19.681Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38682026-03-13T17:39:19.790Z Checking sapling-renderdag v0.1.0
38692026-03-13T17:39:19.798Z Checking camino-tempfile-ext v0.3.3
38702026-03-13T17:39:19.914Z Checking sync-ptr v0.1.4
38712026-03-13T17:39:20.036Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38722026-03-13T17:39:20.062Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38732026-03-13T17:39:20.101Z Checking colored v2.2.0
38742026-03-13T17:39:20.196Z Checking assert_matches v1.5.0
38752026-03-13T17:39:20.493Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38762026-03-13T17:39:20.691Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38772026-03-13T17:39:20.691Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38782026-03-13T17:39:21.527Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38792026-03-13T17:39:23.167Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38802026-03-13T17:39:26.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.20s
38812026-03-13T17:39:26.392Z
38822026-03-13T17:39:26.392Zinfo: running `cargo check --bins` on omicron-repl-utils (200/257)
38832026-03-13T17:39:27.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-03-13T17:39:27.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-03-13T17:39:27.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-03-13T17:39:27.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
38872026-03-13T17:39:27.150Z
38882026-03-13T17:39:27.150Zinfo: running `cargo check --bins` on nexus-test-interface (201/257)
38892026-03-13T17:39:27.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-03-13T17:39:27.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-03-13T17:39:27.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-03-13T17:39:27.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38932026-03-13T17:39:28.001Z
38942026-03-13T17:39:28.002Zinfo: running `cargo check --bins` on oximeter-collector (202/257)
38952026-03-13T17:39:28.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-03-13T17:39:28.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-03-13T17:39:28.869Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38982026-03-13T17:39:28.869Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38992026-03-13T17:39:29.682Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39002026-03-13T17:39:31.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s
39012026-03-13T17:39:31.971Z
39022026-03-13T17:39:31.971Zinfo: running `cargo check --bins` on oximeter-api (203/257)
39032026-03-13T17:39:32.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-03-13T17:39:32.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-03-13T17:39:32.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-03-13T17:39:32.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
39072026-03-13T17:39:32.748Z
39082026-03-13T17:39:32.748Zinfo: running `cargo check --bins` on cert-dev (204/257)
39092026-03-13T17:39:33.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-03-13T17:39:33.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-03-13T17:39:33.480Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39122026-03-13T17:39:33.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
39132026-03-13T17:39:33.997Z
39142026-03-13T17:39:33.997Zinfo: running `cargo check --bins` on clickana (205/257)
39152026-03-13T17:39:34.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-03-13T17:39:34.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-03-13T17:39:34.809Z Compiling darling_core v0.23.0
39182026-03-13T17:39:34.834Z Compiling instability v0.3.11
39192026-03-13T17:39:34.834Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39202026-03-13T17:39:34.834Z Checking castaway v0.2.4
39212026-03-13T17:39:34.834Z Compiling indoc v2.0.7
39222026-03-13T17:39:34.928Z Checking unicode-truncate v1.1.0
39232026-03-13T17:39:34.939Z Checking lru v0.12.5
39242026-03-13T17:39:34.939Z Checking cassowary v0.3.0
39252026-03-13T17:39:35.040Z Checking compact_str v0.8.1
39262026-03-13T17:39:36.203Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39272026-03-13T17:39:36.435Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39282026-03-13T17:39:36.908Z Compiling darling_macro v0.23.0
39292026-03-13T17:39:37.461Z Compiling darling v0.23.0
39302026-03-13T17:39:38.252Z Checking ratatui v0.29.0
39312026-03-13T17:39:39.770Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39322026-03-13T17:39:40.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.60s
39332026-03-13T17:39:40.801Z
39342026-03-13T17:39:40.801Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/257)
39352026-03-13T17:39:41.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-03-13T17:39:41.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-03-13T17:39:41.681Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39382026-03-13T17:39:41.687Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39392026-03-13T17:39:42.607Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39402026-03-13T17:39:42.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
39412026-03-13T17:39:43.174Z
39422026-03-13T17:39:43.174Zinfo: running `cargo check --bins` on ch-dev (207/257)
39432026-03-13T17:39:43.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-03-13T17:39:43.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-03-13T17:39:44.196Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39462026-03-13T17:39:44.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
39472026-03-13T17:39:45.214Z
39482026-03-13T17:39:45.214Zinfo: running `cargo check --bins` on dev-tools-common (208/257)
39492026-03-13T17:39:45.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-03-13T17:39:45.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-03-13T17:39:45.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-03-13T17:39:45.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39532026-03-13T17:39:45.801Z
39542026-03-13T17:39:45.801Zinfo: running `cargo check --bins` on crdb-seed (209/257)
39552026-03-13T17:39:46.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-03-13T17:39:46.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-03-13T17:39:46.687Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39582026-03-13T17:39:47.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
39592026-03-13T17:39:47.419Z
39602026-03-13T17:39:47.419Zinfo: running `cargo check --bins` on db-dev (210/257)
39612026-03-13T17:39:52.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-03-13T17:39:52.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-03-13T17:39:52.295Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39642026-03-13T17:39:52.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
39652026-03-13T17:39:52.295Z
39662026-03-13T17:39:52.295Zinfo: running `cargo check --bins` on omicron-dev-lib (211/257)
39672026-03-13T17:39:52.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-03-13T17:39:52.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-03-13T17:39:52.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-03-13T17:39:52.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
39712026-03-13T17:39:52.297Z
39722026-03-13T17:39:52.297Zinfo: running `cargo check --bins` on xtask-downloader (212/257)
39732026-03-13T17:39:52.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-03-13T17:39:52.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-03-13T17:39:52.335Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39762026-03-13T17:39:52.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
39772026-03-13T17:39:52.335Z
39782026-03-13T17:39:52.335Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/257)
39792026-03-13T17:39:52.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-03-13T17:39:52.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-03-13T17:39:52.994Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39822026-03-13T17:39:52.994Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39832026-03-13T17:39:52.998Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
39842026-03-13T17:39:52.998Z Checking git-stub v1.0.0
39852026-03-13T17:39:52.998Z Compiling trait-variant v0.1.2
39862026-03-13T17:39:52.998Z Checking maplit v1.0.2
39872026-03-13T17:39:52.998Z Checking is_ci v1.2.0
39882026-03-13T17:39:53.121Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39892026-03-13T17:39:53.235Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39902026-03-13T17:39:53.280Z Checking supports-color v3.0.2
39912026-03-13T17:39:53.344Z Checking git-stub-vcs v0.1.0
39922026-03-13T17:39:53.434Z Checking drift v0.1.3
39932026-03-13T17:39:53.454Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39942026-03-13T17:39:53.470Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39952026-03-13T17:39:53.591Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39962026-03-13T17:39:53.692Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39972026-03-13T17:39:53.811Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39982026-03-13T17:39:53.828Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39992026-03-13T17:39:53.842Z Checking dropshot-api-manager v0.6.0
40002026-03-13T17:39:54.075Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40012026-03-13T17:39:54.130Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40022026-03-13T17:39:54.350Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
40032026-03-13T17:39:54.795Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40042026-03-13T17:40:01.661Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40052026-03-13T17:40:03.035Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40062026-03-13T17:40:03.815Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40072026-03-13T17:40:04.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.26s
40082026-03-13T17:40:04.577Z
40092026-03-13T17:40:04.577Zinfo: running `cargo check --bins` on installinator-api (214/257)
40102026-03-13T17:40:05.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-03-13T17:40:05.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-03-13T17:40:05.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-03-13T17:40:05.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40142026-03-13T17:40:05.357Z
40152026-03-13T17:40:05.357Zinfo: running `cargo check --bins` on nexus-external-api (215/257)
40162026-03-13T17:40:06.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-03-13T17:40:06.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-03-13T17:40:06.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-03-13T17:40:06.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40202026-03-13T17:40:06.186Z
40212026-03-13T17:40:06.187Zinfo: running `cargo check --bins` on nexus-internal-api (216/257)
40222026-03-13T17:40:06.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-03-13T17:40:06.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-03-13T17:40:06.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-03-13T17:40:06.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40262026-03-13T17:40:07.014Z
40272026-03-13T17:40:07.015Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/257)
40282026-03-13T17:40:07.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-03-13T17:40:07.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-03-13T17:40:07.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-03-13T17:40:07.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40322026-03-13T17:40:07.847Z
40332026-03-13T17:40:07.847Zinfo: running `cargo check --bins` on ntp-admin-api (218/257)
40342026-03-13T17:40:08.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-03-13T17:40:08.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-03-13T17:40:08.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-03-13T17:40:08.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40382026-03-13T17:40:08.621Z
40392026-03-13T17:40:08.621Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/257)
40402026-03-13T17:40:09.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-03-13T17:40:09.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-03-13T17:40:09.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-03-13T17:40:09.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
40442026-03-13T17:40:09.385Z
40452026-03-13T17:40:09.385Zinfo: running `cargo check --bins` on wicketd-api (220/257)
40462026-03-13T17:40:10.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-03-13T17:40:10.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-03-13T17:40:10.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40492026-03-13T17:40:10.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40502026-03-13T17:40:10.195Z
40512026-03-13T17:40:10.195Zinfo: running `cargo check --bins` on omicron-ls-apis (221/257)
40522026-03-13T17:40:10.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-03-13T17:40:10.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-03-13T17:40:10.937Z Checking erased-serde v0.4.9
40552026-03-13T17:40:11.040Z Checking ordered-float v2.10.1
40562026-03-13T17:40:11.059Z Checking unicode-xid v0.2.6
40572026-03-13T17:40:11.081Z Checking cargo-platform v0.2.0
40582026-03-13T17:40:11.322Z Checking serde-value v0.7.0
40592026-03-13T17:40:11.494Z Checking serde-untagged v0.1.9
40602026-03-13T17:40:11.700Z Checking cargo-util-schemas v0.8.2
40612026-03-13T17:40:12.689Z Checking cargo_metadata v0.21.0
40622026-03-13T17:40:13.545Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40632026-03-13T17:40:14.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
40642026-03-13T17:40:14.672Z
40652026-03-13T17:40:14.672Zinfo: running `cargo check --bins` on mgs-dev (222/257)
40662026-03-13T17:40:15.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-03-13T17:40:15.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-03-13T17:40:15.563Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40692026-03-13T17:40:16.325Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40702026-03-13T17:40:16.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
40712026-03-13T17:40:17.207Z
40722026-03-13T17:40:17.207Zinfo: running `cargo check --bins` on omicron-omdb (223/257)
40732026-03-13T17:40:17.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-03-13T17:40:17.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-03-13T17:40:18.264Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40762026-03-13T17:40:18.264Z Compiling vergen-gitcl v1.0.8
40772026-03-13T17:40:18.268Z Compiling dirs-sys-next v0.1.2
40782026-03-13T17:40:18.268Z Compiling glob v0.3.3
40792026-03-13T17:40:18.268Z Compiling crunchy v0.2.4
40802026-03-13T17:40:18.268Z Compiling dsl_auto_type v0.1.3
40812026-03-13T17:40:18.268Z Checking scheduled-thread-pool v0.2.7
40822026-03-13T17:40:18.268Z Compiling diesel_table_macro_syntax v0.2.0
40832026-03-13T17:40:18.657Z Compiling dirs-next v2.0.0
40842026-03-13T17:40:18.680Z Compiling tiny-keccak v2.0.2
40852026-03-13T17:40:18.726Z Checking r2d2 v0.8.10
40862026-03-13T17:40:18.805Z Compiling term v0.7.0
40872026-03-13T17:40:18.861Z Compiling bit-vec v0.6.3
40882026-03-13T17:40:18.950Z Compiling clang-sys v1.8.1
40892026-03-13T17:40:18.967Z Compiling itertools v0.10.5
40902026-03-13T17:40:19.141Z Compiling bit-set v0.5.3
40912026-03-13T17:40:19.297Z Compiling diesel_derives v2.2.7
40922026-03-13T17:40:19.352Z Compiling ascii-canvas v3.0.0
40932026-03-13T17:40:19.444Z Compiling ena v0.14.4
40942026-03-13T17:40:19.462Z Compiling libloading v0.8.9
40952026-03-13T17:40:19.505Z Compiling bindgen v0.71.1
40962026-03-13T17:40:19.554Z Compiling regex-syntax v0.6.29
40972026-03-13T17:40:19.662Z Compiling diff v0.1.13
40982026-03-13T17:40:19.730Z Compiling cexpr v0.6.0
40992026-03-13T17:40:20.009Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41002026-03-13T17:40:20.163Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41012026-03-13T17:40:20.292Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41022026-03-13T17:40:20.812Z Compiling libxml v0.3.3
41032026-03-13T17:40:20.815Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41042026-03-13T17:40:20.815Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41052026-03-13T17:40:20.815Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41062026-03-13T17:40:20.837Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41072026-03-13T17:40:20.943Z Compiling strum_macros v0.24.3
41082026-03-13T17:40:21.086Z Compiling indoc v1.0.9
41092026-03-13T17:40:21.695Z Compiling lalrpop v0.19.12
41102026-03-13T17:40:22.446Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41112026-03-13T17:40:22.544Z Checking derive_builder v0.20.2
41122026-03-13T17:40:22.684Z Compiling oso-derive v0.27.3
41132026-03-13T17:40:22.702Z Checking quick-xml v0.37.5
41142026-03-13T17:40:22.802Z Compiling impl-trait-for-tuples v0.2.3
41152026-03-13T17:40:23.338Z Checking openssl-probe v0.1.6
41162026-03-13T17:40:23.503Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41172026-03-13T17:40:23.913Z Compiling diesel-dtrace v0.4.2
41182026-03-13T17:40:24.246Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41192026-03-13T17:40:24.477Z Checking bb8 v0.8.6
41202026-03-13T17:40:24.535Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41212026-03-13T17:40:24.814Z Checking nonempty v0.12.0
41222026-03-13T17:40:24.839Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41232026-03-13T17:40:25.008Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41242026-03-13T17:40:25.034Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41252026-03-13T17:40:25.110Z Checking support-bundle-viewer v0.1.2
41262026-03-13T17:40:25.236Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41272026-03-13T17:40:25.254Z Checking multimap v0.10.1
41282026-03-13T17:40:25.465Z Checking diesel v2.2.12
41292026-03-13T17:40:27.935Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41302026-03-13T17:40:29.652Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41312026-03-13T17:40:30.083Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41322026-03-13T17:40:30.422Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41332026-03-13T17:40:31.469Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41342026-03-13T17:40:31.990Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41352026-03-13T17:40:32.517Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41362026-03-13T17:40:32.962Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41372026-03-13T17:40:35.640Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41382026-03-13T17:40:40.729Z Compiling samael v0.0.19
41392026-03-13T17:40:47.121Z Checking async-bb8-diesel v0.2.1
41402026-03-13T17:40:49.126Z Compiling polar-core v0.27.3
41412026-03-13T17:40:55.325Z Checking oso v0.27.3
41422026-03-13T17:41:30.889Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41432026-03-13T17:42:17.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
41442026-03-13T17:42:17.780Z
41452026-03-13T17:42:17.781Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257)
41462026-03-13T17:42:18.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-03-13T17:42:18.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-03-13T17:42:18.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-03-13T17:42:18.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41502026-03-13T17:42:18.641Z
41512026-03-13T17:42:18.641Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/257)
41522026-03-13T17:42:19.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-03-13T17:42:19.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-03-13T17:42:19.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41552026-03-13T17:42:19.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
41562026-03-13T17:42:19.489Z
41572026-03-13T17:42:19.490Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/257)
41582026-03-13T17:42:20.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-03-13T17:42:20.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-03-13T17:42:20.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41612026-03-13T17:42:20.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
41622026-03-13T17:42:20.249Z
41632026-03-13T17:42:20.249Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/257)
41642026-03-13T17:42:21.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-03-13T17:42:21.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-03-13T17:42:21.314Z Compiling libz-sys v1.1.24
41672026-03-13T17:42:21.319Z Compiling libgit2-sys v0.18.3+1.9.2
41682026-03-13T17:42:21.452Z Compiling vergen-git2 v1.0.7
41692026-03-13T17:42:21.464Z Compiling rustls v0.21.12
41702026-03-13T17:42:21.467Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41712026-03-13T17:42:21.478Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41722026-03-13T17:42:21.483Z Checking rustls-webpki v0.101.7
41732026-03-13T17:42:21.483Z Checking sct v0.7.1
41742026-03-13T17:42:21.657Z Compiling nix v0.29.0
41752026-03-13T17:42:21.732Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41762026-03-13T17:42:21.755Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41772026-03-13T17:42:21.800Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41782026-03-13T17:42:21.980Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41792026-03-13T17:42:22.103Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41802026-03-13T17:42:22.145Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41812026-03-13T17:42:22.257Z Checking rustls-pemfile v1.0.4
41822026-03-13T17:42:22.425Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41832026-03-13T17:42:22.506Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41842026-03-13T17:42:22.734Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41852026-03-13T17:42:22.752Z Checking twox-hash v2.1.2
41862026-03-13T17:42:22.936Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41872026-03-13T17:42:23.682Z Checking tokio-rustls v0.24.1
41882026-03-13T17:42:23.717Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41892026-03-13T17:42:23.768Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41902026-03-13T17:42:23.802Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41912026-03-13T17:42:23.927Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41922026-03-13T17:42:24.096Z Checking fatfs v0.3.6
41932026-03-13T17:42:24.633Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41942026-03-13T17:42:24.651Z Compiling seq-macro v0.3.6
41952026-03-13T17:42:29.656Z Compiling git2 v0.20.4
41962026-03-13T17:42:30.619Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41972026-03-13T17:42:30.773Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41982026-03-13T17:42:32.865Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41992026-03-13T17:43:43.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
42002026-03-13T17:43:43.285Z
42012026-03-13T17:43:43.285Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257)
42022026-03-13T17:43:44.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-03-13T17:43:44.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-03-13T17:43:44.369Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42052026-03-13T17:44:44.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
42062026-03-13T17:44:44.571Z
42072026-03-13T17:44:44.571Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/257)
42082026-03-13T17:44:45.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-03-13T17:44:45.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-03-13T17:44:45.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-03-13T17:44:45.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42122026-03-13T17:44:45.353Z
42132026-03-13T17:44:45.353Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/257)
42142026-03-13T17:44:46.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-03-13T17:44:46.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-03-13T17:44:46.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-03-13T17:44:46.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42182026-03-13T17:44:46.224Z
42192026-03-13T17:44:46.224Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/257)
42202026-03-13T17:44:46.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-03-13T17:44:46.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-03-13T17:44:46.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-03-13T17:44:46.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
42242026-03-13T17:44:47.042Z
42252026-03-13T17:44:47.042Zinfo: running `cargo check --bins` on nexus-networking (232/257)
42262026-03-13T17:44:47.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-03-13T17:44:47.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-03-13T17:44:47.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-03-13T17:44:47.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42302026-03-13T17:44:47.904Z
42312026-03-13T17:44:47.904Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/257)
42322026-03-13T17:44:48.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-03-13T17:44:48.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-03-13T17:44:48.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-03-13T17:44:48.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42362026-03-13T17:44:48.771Z
42372026-03-13T17:44:48.771Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257)
42382026-03-13T17:44:49.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-03-13T17:44:49.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-03-13T17:44:49.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-03-13T17:44:49.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42422026-03-13T17:44:49.610Z
42432026-03-13T17:44:49.610Zinfo: running `cargo check --bins` on omicron-dev (235/257)
42442026-03-13T17:44:50.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-03-13T17:44:50.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-03-13T17:44:50.716Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42472026-03-13T17:44:50.719Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42482026-03-13T17:44:50.864Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42492026-03-13T17:44:50.879Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42502026-03-13T17:44:50.882Z Checking yansi v1.0.1
42512026-03-13T17:44:50.882Z Checking diff v0.1.13
42522026-03-13T17:44:50.882Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42532026-03-13T17:44:50.882Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42542026-03-13T17:44:51.071Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42552026-03-13T17:44:51.215Z Checking pretty_assertions v1.4.1
42562026-03-13T17:44:52.140Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42572026-03-13T17:45:25.303Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42582026-03-13T17:45:25.306Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42592026-03-13T17:45:25.306Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42602026-03-13T17:45:25.306Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42612026-03-13T17:45:25.306Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42622026-03-13T17:45:25.306Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42632026-03-13T17:45:26.237Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42642026-03-13T17:45:27.693Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42652026-03-13T17:46:27.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42662026-03-13T17:46:27.997Z
42672026-03-13T17:46:27.997Zinfo: running `cargo check --bins` on omicron-pins (236/257)
42682026-03-13T17:46:28.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-03-13T17:46:28.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-03-13T17:46:28.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42712026-03-13T17:46:28.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
42722026-03-13T17:46:28.764Z
42732026-03-13T17:46:28.765Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257)
42742026-03-13T17:46:29.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-03-13T17:46:29.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-03-13T17:46:29.708Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42772026-03-13T17:46:29.824Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42782026-03-13T17:46:29.826Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42792026-03-13T17:46:51.817Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42802026-03-13T17:46:52.324Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42812026-03-13T17:46:54.707Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42822026-03-13T17:46:55.293Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42832026-03-13T17:46:59.356Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42842026-03-13T17:47:31.540Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42852026-03-13T17:47:32.340Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42862026-03-13T17:47:34.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
42872026-03-13T17:47:34.740Z
42882026-03-13T17:47:34.741Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (238/257)
42892026-03-13T17:47:35.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-03-13T17:47:35.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-03-13T17:47:35.615Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42922026-03-13T17:47:36.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
42932026-03-13T17:47:36.729Z
42942026-03-13T17:47:36.730Zinfo: running `cargo check --bins` on omicron-releng (239/257)
42952026-03-13T17:47:37.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-03-13T17:47:37.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-03-13T17:47:37.523Z Compiling blake3 v1.8.3
42982026-03-13T17:47:37.529Z Checking arrayref v0.3.9
42992026-03-13T17:47:37.659Z Checking arrayvec v0.7.6
43002026-03-13T17:47:37.663Z Checking constant_time_eq v0.4.2
43012026-03-13T17:47:37.663Z Checking topological-sort v0.2.2
43022026-03-13T17:47:37.663Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43032026-03-13T17:47:37.663Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43042026-03-13T17:47:37.663Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43052026-03-13T17:47:37.722Z Checking shell-words v1.1.1
43062026-03-13T17:47:38.679Z Checking omicron-zone-package v0.12.2
43072026-03-13T17:47:39.674Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43082026-03-13T17:47:40.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
43092026-03-13T17:47:41.008Z
43102026-03-13T17:47:41.008Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (240/257)
43112026-03-13T17:47:41.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-03-13T17:47:41.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-03-13T17:47:41.779Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43142026-03-13T17:47:42.157Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43152026-03-13T17:47:42.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
43162026-03-13T17:47:42.856Z
43172026-03-13T17:47:42.856Zinfo: running `cargo check --bins` on xtask (241/257)
43182026-03-13T17:47:43.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-03-13T17:47:43.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-03-13T17:47:43.443Z Checking libc v0.2.180
43212026-03-13T17:47:43.544Z Checking serde v1.0.228
43222026-03-13T17:47:43.555Z Checking zerofrom v0.1.6
43232026-03-13T17:47:43.570Z Checking bitflags v2.11.0
43242026-03-13T17:47:43.570Z Checking smallvec v1.15.1
43252026-03-13T17:47:43.570Z Checking hashbrown v0.16.1
43262026-03-13T17:47:43.589Z Checking serde_json v1.0.149
43272026-03-13T17:47:43.600Z Checking num-traits v0.2.19
43282026-03-13T17:47:43.679Z Checking yoke v0.8.1
43292026-03-13T17:47:43.748Z Checking scroll v0.12.0
43302026-03-13T17:47:43.812Z Checking thiserror v1.0.69
43312026-03-13T17:47:43.911Z Checking zerovec v0.11.5
43322026-03-13T17:47:43.923Z Checking zerotrie v0.2.3
43332026-03-13T17:47:44.008Z Checking errno v0.3.14
43342026-03-13T17:47:44.042Z Checking log v0.4.29
43352026-03-13T17:47:44.104Z Checking toml_datetime v0.6.11
43362026-03-13T17:47:44.155Z Checking rustix v1.1.3
43372026-03-13T17:47:44.192Z Checking indexmap v2.13.0
43382026-03-13T17:47:44.235Z Checking serde_spanned v0.6.9
43392026-03-13T17:47:44.265Z Checking percent-encoding v2.3.2
43402026-03-13T17:47:44.335Z Checking goblin v0.8.2
43412026-03-13T17:47:44.369Z Checking ordered-float v2.10.1
43422026-03-13T17:47:44.406Z Checking zerocopy v0.7.35
43432026-03-13T17:47:44.440Z Checking form_urlencoded v1.2.2
43442026-03-13T17:47:44.472Z Checking getrandom v0.4.1
43452026-03-13T17:47:44.524Z Checking tinystr v0.8.2
43462026-03-13T17:47:44.629Z Checking potential_utf v0.1.4
43472026-03-13T17:47:44.646Z Checking thiserror v2.0.18
43482026-03-13T17:47:44.695Z Checking serde-value v0.7.0
43492026-03-13T17:47:44.811Z Checking icu_locale_core v2.1.1
43502026-03-13T17:47:44.822Z Checking icu_collections v2.1.1
43512026-03-13T17:47:44.822Z Checking syn v2.0.117
43522026-03-13T17:47:44.957Z Checking toml_edit v0.22.27
43532026-03-13T17:47:44.970Z Checking dtrace-parser v0.2.0
43542026-03-13T17:47:45.132Z Checking thread-id v4.2.2
43552026-03-13T17:47:45.187Z Checking once_cell v1.21.3
43562026-03-13T17:47:45.235Z Checking cargo-platform v0.2.0
43572026-03-13T17:47:45.281Z Checking memmap v0.7.0
43582026-03-13T17:47:45.343Z Checking terminal_size v0.4.3
43592026-03-13T17:47:45.420Z Checking tempfile v3.25.0
43602026-03-13T17:47:45.444Z Checking fs-err v3.3.0
43612026-03-13T17:47:45.462Z Checking anyhow v1.0.102
43622026-03-13T17:47:45.483Z Checking clap_builder v4.5.60
43632026-03-13T17:47:45.545Z Checking icu_provider v2.1.1
43642026-03-13T17:47:45.684Z Checking camino-tempfile v1.4.1
43652026-03-13T17:47:45.691Z Checking textwrap v0.16.2
43662026-03-13T17:47:45.731Z Checking tabled v0.15.0
43672026-03-13T17:47:45.860Z Checking icu_properties v2.1.2
43682026-03-13T17:47:45.885Z Checking icu_normalizer v2.1.1
43692026-03-13T17:47:45.961Z Checking macaddr v1.0.1
43702026-03-13T17:47:46.205Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43712026-03-13T17:47:46.497Z Checking toml v0.8.23
43722026-03-13T17:47:46.920Z Checking cargo_toml v0.21.0
43732026-03-13T17:47:47.013Z Checking idna_adapter v1.2.1
43742026-03-13T17:47:47.054Z Checking dof v0.3.0
43752026-03-13T17:47:47.154Z Checking clap v4.5.60
43762026-03-13T17:47:47.165Z Checking idna v1.1.0
43772026-03-13T17:47:48.047Z Checking url v2.5.8
43782026-03-13T17:47:48.070Z Checking usdt-impl v0.5.0
43792026-03-13T17:47:48.070Z Checking usdt v0.5.0
43802026-03-13T17:47:48.071Z Checking cargo-util-schemas v0.8.2
43812026-03-13T17:47:48.930Z Checking cargo_metadata v0.21.0
43822026-03-13T17:47:49.811Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43832026-03-13T17:47:50.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.53s
43842026-03-13T17:47:50.527Z
43852026-03-13T17:47:50.528Zinfo: running `cargo check --bins` on end-to-end-tests (242/257)
43862026-03-13T17:47:51.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-03-13T17:47:51.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-03-13T17:47:51.691Z Checking polyval v0.6.2
43892026-03-13T17:47:51.826Z Checking ctr v0.9.2
43902026-03-13T17:47:51.826Z Checking ssh-encoding v0.2.0
43912026-03-13T17:47:51.826Z Checking blowfish v0.9.1
43922026-03-13T17:47:51.826Z Checking password-hash v0.4.2
43932026-03-13T17:47:51.826Z Checking p256 v0.13.2
43942026-03-13T17:47:51.826Z Checking p521 v0.13.3
43952026-03-13T17:47:51.827Z Checking russh-cryptovec v0.7.3
43962026-03-13T17:47:51.971Z Checking ghash v0.5.1
43972026-03-13T17:47:51.971Z Checking md5 v0.7.0
43982026-03-13T17:47:51.971Z Checking num-bigint v0.4.6
43992026-03-13T17:47:51.983Z Checking des v0.8.1
44002026-03-13T17:47:51.983Z Checking bcrypt-pbkdf v0.10.0
44012026-03-13T17:47:51.983Z Checking aes-gcm v0.10.3
44022026-03-13T17:47:51.983Z Checking pbkdf2 v0.11.0
44032026-03-13T17:47:52.000Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44042026-03-13T17:47:52.016Z Checking hex-literal v0.4.1
44052026-03-13T17:47:52.109Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44062026-03-13T17:47:52.231Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44072026-03-13T17:47:52.231Z Checking ssh-cipher v0.2.0
44082026-03-13T17:47:52.295Z Checking internet-checksum v0.2.1
44092026-03-13T17:47:52.440Z Checking ssh-key v0.6.7
44102026-03-13T17:47:52.529Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44112026-03-13T17:47:53.210Z Checking russh-keys v0.45.0
44122026-03-13T17:47:53.940Z Checking russh v0.45.0
44132026-03-13T17:48:15.589Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44142026-03-13T17:48:17.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.63s
44152026-03-13T17:48:17.420Z
44162026-03-13T17:48:17.420Zinfo: running `cargo check --bins` on gateway-cli (243/257)
44172026-03-13T17:48:18.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-03-13T17:48:18.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-03-13T17:48:18.203Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44202026-03-13T17:48:18.212Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44212026-03-13T17:48:18.212Z Checking termios v0.3.3
44222026-03-13T17:48:20.034Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44232026-03-13T17:48:20.217Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44242026-03-13T17:48:22.839Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44252026-03-13T17:48:23.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
44262026-03-13T17:48:23.798Z
44272026-03-13T17:48:23.798Zinfo: running `cargo check --bins --no-default-features` on installinator (244/257)
44282026-03-13T17:48:24.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-03-13T17:48:24.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-03-13T17:48:24.657Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44312026-03-13T17:48:24.769Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44322026-03-13T17:48:24.782Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44332026-03-13T17:48:24.799Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44342026-03-13T17:48:24.799Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44352026-03-13T17:48:25.071Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44362026-03-13T17:48:25.076Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44372026-03-13T17:48:26.020Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44382026-03-13T17:48:26.300Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44392026-03-13T17:48:26.311Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44402026-03-13T17:48:27.159Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44412026-03-13T17:48:29.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
44422026-03-13T17:48:29.623Z
44432026-03-13T17:48:29.623Zinfo: running `cargo check --bins` on internal-dns-cli (245/257)
44442026-03-13T17:48:30.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-03-13T17:48:30.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-03-13T17:48:30.405Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44472026-03-13T17:48:30.954Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44482026-03-13T17:48:31.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
44492026-03-13T17:48:31.554Z
44502026-03-13T17:48:31.554Zinfo: running `cargo check --bins` on omicron-live-tests (246/257)
44512026-03-13T17:48:32.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-03-13T17:48:32.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-03-13T17:48:32.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-03-13T17:48:32.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44552026-03-13T17:48:32.319Z
44562026-03-13T17:48:32.320Zinfo: running `cargo check --bins` on live-tests-macros (247/257)
44572026-03-13T17:48:32.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-03-13T17:48:32.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-03-13T17:48:32.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-03-13T17:48:32.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44612026-03-13T17:48:33.088Z
44622026-03-13T17:48:33.088Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257)
44632026-03-13T17:48:33.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-03-13T17:48:33.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-03-13T17:48:33.997Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44662026-03-13T17:48:34.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
44672026-03-13T17:48:34.981Z
44682026-03-13T17:48:34.981Zinfo: running `cargo check --bins` on omicron-ntp-admin (249/257)
44692026-03-13T17:48:35.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-03-13T17:48:35.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-03-13T17:48:35.784Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44722026-03-13T17:48:35.788Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44732026-03-13T17:48:36.068Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44742026-03-13T17:48:36.081Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44752026-03-13T17:48:37.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
44762026-03-13T17:48:37.267Z
44772026-03-13T17:48:37.268Zinfo: running `cargo check --bins` on ntp-admin-types (250/257)
44782026-03-13T17:48:37.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-03-13T17:48:37.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-03-13T17:48:37.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-03-13T17:48:37.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44822026-03-13T17:48:38.055Z
44832026-03-13T17:48:38.055Zinfo: running `cargo check --bins` on omicron-package (251/257)
44842026-03-13T17:48:38.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-03-13T17:48:38.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-03-13T17:48:38.853Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44872026-03-13T17:48:40.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
44882026-03-13T17:48:40.414Z
44892026-03-13T17:48:40.414Zinfo: running `cargo check --bins` on tqdb (252/257)
44902026-03-13T17:48:41.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-03-13T17:48:41.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-03-13T17:48:41.369Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44932026-03-13T17:48:41.780Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44942026-03-13T17:48:42.482Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44952026-03-13T17:48:42.486Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44962026-03-13T17:48:49.254Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44972026-03-13T17:48:50.300Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44982026-03-13T17:48:50.318Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44992026-03-13T17:48:50.318Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45002026-03-13T17:48:50.318Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45012026-03-13T17:48:51.191Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45022026-03-13T17:49:00.731Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45032026-03-13T17:49:08.891Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45042026-03-13T17:49:08.900Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45052026-03-13T17:49:08.900Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45062026-03-13T17:49:08.900Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45072026-03-13T17:49:10.885Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45082026-03-13T17:49:14.369Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45092026-03-13T17:49:14.408Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45102026-03-13T17:49:15.234Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45112026-03-13T17:49:15.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.54s
45122026-03-13T17:49:16.222Z
45132026-03-13T17:49:16.223Zinfo: running `cargo check --bins` on wicket-dbg (253/257)
45142026-03-13T17:49:16.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-03-13T17:49:16.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-03-13T17:49:17.067Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45172026-03-13T17:49:17.103Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45182026-03-13T17:49:17.103Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45192026-03-13T17:49:17.248Z Checking rtoolbox v0.0.3
45202026-03-13T17:49:17.280Z Checking tui-tree-widget v0.23.1
45212026-03-13T17:49:17.359Z Checking rpassword v7.4.0
45222026-03-13T17:49:17.512Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45232026-03-13T17:49:18.467Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45242026-03-13T17:49:25.152Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45252026-03-13T17:49:26.073Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45262026-03-13T17:49:27.518Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45272026-03-13T17:49:31.761Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45282026-03-13T17:49:34.222Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45292026-03-13T17:49:35.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.20s
45302026-03-13T17:49:36.739Z
45312026-03-13T17:49:36.739Zinfo: running `cargo check --bins` on wicket (254/257)
45322026-03-13T17:49:37.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-03-13T17:49:37.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-03-13T17:49:37.458Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45352026-03-13T17:49:38.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
45362026-03-13T17:49:38.118Z
45372026-03-13T17:49:38.118Zinfo: running `cargo check --bins` on wicketd (255/257)
45382026-03-13T17:49:38.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45392026-03-13T17:49:38.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45402026-03-13T17:49:38.516Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45412026-03-13T17:49:38.516Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45422026-03-13T17:49:38.516Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45432026-03-13T17:49:38.516Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45442026-03-13T17:49:43.460Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45452026-03-13T17:49:43.571Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45462026-03-13T17:49:44.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.31s
45472026-03-13T17:49:44.682Z
45482026-03-13T17:49:44.682Zinfo: running `cargo check --bins` on omicron-workspace-hack (256/257)
45492026-03-13T17:49:45.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-03-13T17:49:45.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-03-13T17:49:45.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45522026-03-13T17:49:45.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
45532026-03-13T17:49:45.423Z
45542026-03-13T17:49:45.423Zinfo: running `cargo check --bins` on zone-setup (257/257)
45552026-03-13T17:49:46.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-03-13T17:49:46.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-03-13T17:49:46.236Z Checking uzers v0.12.2
45582026-03-13T17:49:46.582Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45592026-03-13T17:49:47.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
45602026-03-13T17:49:47.831Z
45612026-03-13T17:49:47.852Zreal 18:26.030377737
45622026-03-13T17:49:47.853Zuser 28:05.091420703
45632026-03-13T17:49:47.853Zsys 5:05.066112178
45642026-03-13T17:49:47.853Ztrap 0.484746432
45652026-03-13T17:49:47.853Ztflt 0.580904123
45662026-03-13T17:49:47.853Zdflt 0.720212201
45672026-03-13T17:49:47.853Zkflt 0.001493271
45682026-03-13T17:49:47.853Zlock 1:16:18.198458283
45692026-03-13T17:49:47.853Zslp 2:37:36.062157917
45702026-03-13T17:49:47.853Zlat 1:35.342406354
45712026-03-13T17:49:47.853Zstop 4:52.468179472
45722026-03-13T17:49:47.853Zprocess exited: duration 1361947 ms, exit code 0
 
45732026-03-13T17:49:47.875Zfound 0 output files