01KXNZSPXGYSEG62FMVKPXVK0E: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KXNZTGBR0VAEDF64ATD8DC8S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T17:34:09.265Zjob assigned to worker 01KXNZTTWNFTZ3S1V1T3GGZXNM [factory aws, i-03a025e9a4b8706f3] (queued for 1 m 1 s)
 
22026-07-16T17:34:15.752Zstarting task 0: "setup"
32026-07-16T17:34:15.757Z++ uname -s
42026-07-16T17:34:15.760Z+ kern=SunOS
52026-07-16T17:34:15.760Z+ build_user=build
62026-07-16T17:34:15.760Z+ build_uid=12345
72026-07-16T17:34:15.760Z+ work_dir=/work
82026-07-16T17:34:15.760Z+ input_dir=/input
92026-07-16T17:34:15.760Z+ [[ 0 == 12345 ]]
102026-07-16T17:34:15.760Z+ case "$kern" in
112026-07-16T17:34:15.760Z+ groupadd -g 12345 build
122026-07-16T17:34:15.760Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T17:34:17.770Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T17:34:17.903Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T17:34:17.909Z+ home_fs=zfs
162026-07-16T17:34:17.909Z+ [[ zfs == autofs ]]
172026-07-16T17:34:17.909Z+ mkdir -p /home/build
182026-07-16T17:34:17.909Z+ chown build:build /home/build /work
192026-07-16T17:34:19.908Z+ chmod 0700 /home/build /work
202026-07-16T17:34:19.919Zprocess exited: duration 4155 ms, exit code 0
 
212026-07-16T17:34:19.929Zstarting task 1: "rust-toolchain"
222026-07-16T17:34:19.932Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-16T17:34:19.932Z * rust toolchain channel = "1.96.1"
242026-07-16T17:34:19.932Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-16T17:34:19.932Z * rust toolchain profile = "default"
262026-07-16T17:34:19.932Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T17:34:19.932Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T17:34:19.932Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T17:34:19.932Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-16T17:34:20.049Zinfo: downloading installer
312026-07-16T17:34:21.444Zwarn: It looks like you have an existing rustup settings file at:
322026-07-16T17:34:21.444Zwarn: /home/build/.rustup/settings.toml
332026-07-16T17:34:21.445Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-16T17:34:21.445Zwarn: instead of the one inferred from the default host triple.
352026-07-16T17:34:21.454Zinfo: profile set to default
362026-07-16T17:34:21.454Zinfo: default host triple is x86_64-unknown-illumos
372026-07-16T17:34:21.457Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-16T17:34:21.603Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-16T17:34:21.612Zinfo: downloading 6 components
402026-07-16T17:34:40.102Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-16T17:34:40.102Z
422026-07-16T17:34:40.161Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-16T17:34:40.161Z
442026-07-16T17:34:40.161Z
452026-07-16T17:34:40.161ZRust is installed now. Great!
462026-07-16T17:34:40.161Z
472026-07-16T17:34:40.161ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-16T17:34:40.161Zenvironment variable. This has not been done automatically.
492026-07-16T17:34:40.162Z
502026-07-16T17:34:40.162ZTo configure your current shell, you need to source
512026-07-16T17:34:40.162Zthe corresponding env file under $HOME/.cargo.
522026-07-16T17:34:40.162Z
532026-07-16T17:34:40.162ZThis is usually done by running one of the following (note the leading DOT):
542026-07-16T17:34:40.162Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-16T17:34:40.163Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-16T17:34:40.163Zsource "~/.cargo/env.nu" # For nushell
572026-07-16T17:34:40.163Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-16T17:34:40.163Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-16T17:34:40.163Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-16T17:34:40.163Zwarn: no default linker (`cc`) was found in your PATH
612026-07-16T17:34:40.163Zwarn: many Rust crates require a system C toolchain to build
622026-07-16T17:34:40.163Z+ rustup --version
632026-07-16T17:34:40.163Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-16T17:34:40.163Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-16T17:34:40.164Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-16T17:34:40.164Z+ cargo --version
672026-07-16T17:34:40.164Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-16T17:34:40.164Z+ rustc --version
692026-07-16T17:34:40.164Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-16T17:34:40.164Zprocess exited: duration 16967 ms, exit code 0
 
712026-07-16T17:34:40.230Zstarting task 2: "authentication"
722026-07-16T17:34:40.242Zprocess exited: duration 19 ms, exit code 0
 
732026-07-16T17:34:40.248Zstarting task 3: "clone repository"
742026-07-16T17:34:40.251Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-16T17:34:40.253Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-16T17:34:40.283ZCloning into '/work/oxidecomputer/omicron'...
772026-07-16T17:34:51.391Z+ cd /work/oxidecomputer/omicron
782026-07-16T17:34:51.391Z+ git fetch origin 6d647115bd4295e5f5d132348b35350cc15b7df8
792026-07-16T17:34:51.646ZFrom https://github.com/oxidecomputer/omicron
802026-07-16T17:34:51.646Z * branch 6d647115bd4295e5f5d132348b35350cc15b7df8 -> FETCH_HEAD
812026-07-16T17:34:51.656Z+ [[ -n add_groups_to_user_endpoint ]]
822026-07-16T17:34:51.659Z++ git branch --show-current
832026-07-16T17:34:51.659Z+ current=main
842026-07-16T17:34:51.659Z+ [[ main != add_groups_to_user_endpoint ]]
852026-07-16T17:34:51.659Z+ git branch -f add_groups_to_user_endpoint 6d647115bd4295e5f5d132348b35350cc15b7df8
862026-07-16T17:34:51.662Z+ git checkout -f add_groups_to_user_endpoint
872026-07-16T17:34:51.930ZSwitched to branch 'add_groups_to_user_endpoint'
882026-07-16T17:34:51.939Z+ git reset --hard 6d647115bd4295e5f5d132348b35350cc15b7df8
892026-07-16T17:34:52.150ZHEAD is now at 6d647115b Merge main and resolve conflicts
902026-07-16T17:34:52.153Zprocess exited: duration 11905 ms, exit code 0
 
912026-07-16T17:34:52.159Zstarting task 4: "build"
922026-07-16T17:34:52.163Z+ source .github/buildomat/ci-env.sh
932026-07-16T17:34:52.163Z++ export CARGO_TERM_COLOR=always
942026-07-16T17:34:52.166Z++ CARGO_TERM_COLOR=always
952026-07-16T17:34:52.166Z+++ uname -s
962026-07-16T17:34:52.166Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-16T17:34:52.166Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-16T17:34:52.169Z+ cargo --version
992026-07-16T17:34:52.176Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-16T17:34:52.179Z+ rustc --version
1012026-07-16T17:34:52.202Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-16T17:34:52.206Z+ source ./env.sh
1032026-07-16T17:34:52.206Z++ OLD_SHELL_OPTS=ehxB
1042026-07-16T17:34:52.206Z++ set -o xtrace
1052026-07-16T17:34:52.206Z++++ dirname ./env.sh
1062026-07-16T17:34:52.206Z+++ readlink -f .
1072026-07-16T17:34:52.209Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-16T17:34:52.209Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-16T17:34:52.209Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-16T17:34:52.209Z++ 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
1112026-07-16T17:34:52.209Z++ 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
1122026-07-16T17:34:52.209Z++ 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
1132026-07-16T17:34:52.209Z++ 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
1142026-07-16T17:34:52.209Z++ 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
1152026-07-16T17:34:52.209Z++ 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
1162026-07-16T17:34:52.209Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1172026-07-16T17:34:52.210Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1182026-07-16T17:34:52.210Z++ case $OLD_SHELL_OPTS in
1192026-07-16T17:34:52.210Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-16T17:34:52.210Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1212026-07-16T17:34:52.210Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1222026-07-16T17:34:52.210Z+ banner prerequisites
1232026-07-16T17:34:52.213Z
1242026-07-16T17:34:52.213Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-16T17:34:52.213Z # # # # # # # # # # # # # # #
1262026-07-16T17:34:52.213Z # # # # ##### # # ##### # # # # # #### #
1272026-07-16T17:34:52.213Z ##### ##### # ##### # # # # # # # # #
1282026-07-16T17:34:52.213Z # # # # # # # # # # # # # # #
1292026-07-16T17:34:52.213Z # # # ###### # # ###### ### # #### # #### #
1302026-07-16T17:34:52.213Z
1312026-07-16T17:34:52.213Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-16T17:34:53.718Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-16T17:34:53.834Z Startup: Caching catalogs ... Done
1342026-07-16T17:34:54.356ZPlanning: Solver setup ... Done (0.476s)
1352026-07-16T17:34:54.387ZPlanning: Running solver ... Done (0.030s)
1362026-07-16T17:34:54.402ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-16T17:34:54.414ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-16T17:34:54.432ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-16T17:34:54.447ZPlanning: Package planning ... Done (0.015s)
1402026-07-16T17:34:54.450ZPlanning: Merging actions ... Done (0.002s)
1412026-07-16T17:34:54.612ZPlanning: Checking for conflicting actions ... Done (0.164s)
1422026-07-16T17:34:54.616ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-16T17:34:55.447ZPlanning: Evaluating mediators ... Done (0.834s)
1442026-07-16T17:34:55.450ZPlanning: Planning completed in 1.59 seconds
1452026-07-16T17:34:55.456Z Packages to install: 2
1462026-07-16T17:34:55.459Z Estimated space available: 156.06 GB
1472026-07-16T17:34:55.459ZEstimated space to be consumed: 32.66 MB
1482026-07-16T17:34:55.459Z Create boot environment: No
1492026-07-16T17:34:55.459ZCreate backup boot environment: No
1502026-07-16T17:34:55.459Z Rebuild boot archive: No
1512026-07-16T17:34:55.459Z
1522026-07-16T17:34:55.459ZChanged packages:
1532026-07-16T17:34:55.459Zhelios
1542026-07-16T17:34:55.459Z developer/build-essential
1552026-07-16T17:34:55.460Z None -> 11-3.0
1562026-07-16T17:34:55.460Z library/libxmlsec1
1572026-07-16T17:34:55.460Z None -> 1.2.35-3.0
1582026-07-16T17:34:55.480Z
1592026-07-16T17:34:55.480ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-16T17:34:56.757ZDownload: Completed 1.28 MB in 1.28 seconds (1.0M/s)
1612026-07-16T17:34:56.819Z Actions: 1/268 actions (Installing new actions)
1622026-07-16T17:34:56.857Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-16T17:34:56.868ZFinalize: Updating package state database ... Done (0.011s)
1642026-07-16T17:34:56.871ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-16T17:34:56.899ZFinalize: Updating image state ... Done (0.031s)
1662026-07-16T17:34:59.332ZFinalize: Creating fast lookup database ... Done (2.407s)
1672026-07-16T17:34:59.402ZFinalize: Reading search index ... Done (0.012s)
1682026-07-16T17:34:59.406ZFinalize: Updating search index ... Done (0.000s)
1692026-07-16T17:34:59.467ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-16T17:34:59.783ZPlanning: Evaluating mediator changes ... Done
1712026-07-16T17:34:59.887ZPlanning: Checking for conflicting actions ... Done
1722026-07-16T17:34:59.890ZPlanning: Consolidating action changes ... Done
1732026-07-16T17:35:00.044ZPlanning: Evaluating mediators ... Done
1742026-07-16T17:35:00.047ZPlanning: Planning completed in 0.26 seconds
1752026-07-16T17:35:00.066Z Mediators to change: 2
1762026-07-16T17:35:00.069Z Create boot environment: No
1772026-07-16T17:35:00.069ZCreate backup boot environment: No
1782026-07-16T17:35:00.132ZFinalize: Updating package state database ... Done
1792026-07-16T17:35:00.132ZFinalize: Updating package cache ... Done
1802026-07-16T17:35:00.149ZFinalize: Updating image state ... Done
1812026-07-16T17:35:02.068ZFinalize: Creating fast lookup database ... Done
1822026-07-16T17:35:02.129ZFinalize: Reading search index ... Done
1832026-07-16T17:35:02.132ZFinalize: Updating search index ... Done
1842026-07-16T17:35:02.290ZFinalize: Updating package cache ... Done
1852026-07-16T17:35:02.562ZPlanning: Evaluating mediator changes ... Done
1862026-07-16T17:35:02.669ZPlanning: Checking for conflicting actions ... Done
1872026-07-16T17:35:02.672ZPlanning: Consolidating action changes ... Done
1882026-07-16T17:35:02.827ZPlanning: Evaluating mediators ... Done
1892026-07-16T17:35:02.830ZPlanning: Planning completed in 0.26 seconds
1902026-07-16T17:35:02.849Z Mediators to change: 1
1912026-07-16T17:35:02.849Z Create boot environment: No
1922026-07-16T17:35:02.849ZCreate backup boot environment: No
1932026-07-16T17:35:02.906ZFinalize: Updating package state database ... Done
1942026-07-16T17:35:02.906ZFinalize: Updating package cache ... Done
1952026-07-16T17:35:02.922ZFinalize: Updating image state ... Done
1962026-07-16T17:35:04.872ZFinalize: Creating fast lookup database ... Done
1972026-07-16T17:35:04.965ZFinalize: Reading search index ... Done
1982026-07-16T17:35:04.973ZFinalize: Updating search index ... Done
1992026-07-16T17:35:05.092ZFinalize: Updating package cache ... Done
2002026-07-16T17:35:05.425ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-16T17:35:05.426Zapache system 2.4 system
2022026-07-16T17:35:05.426Zclang system 15 system
2032026-07-16T17:35:05.426Zcsh system system illumos
2042026-07-16T17:35:05.426Zctags system system illumos
2052026-07-16T17:35:05.426Zfile vendor vendor darwinsys
2062026-07-16T17:35:05.426Zfile system system illumos
2072026-07-16T17:35:05.426Zgcc vendor 14 vendor
2082026-07-16T17:35:05.426Zgcc system 13 system
2092026-07-16T17:35:05.426Zgcc system 10 system
2102026-07-16T17:35:05.426Zgo system 1.25 system
2112026-07-16T17:35:05.426Zllvm system 15 system
2122026-07-16T17:35:05.426Zmariadb system 11.4 system
2132026-07-16T17:35:05.427Zmta vendor vendor dma
2142026-07-16T17:35:05.427Zopenjdk system 17 system
2152026-07-16T17:35:05.427Zopenjdk system 11 system
2162026-07-16T17:35:05.427Zopenssl vendor 3 vendor
2172026-07-16T17:35:05.427Zperl system 5.40 system
2182026-07-16T17:35:05.427Zpostgresql system 18 system
2192026-07-16T17:35:05.427Zpostgresql system 17 system
2202026-07-16T17:35:05.427Zpython vendor 3 vendor
2212026-07-16T17:35:05.427Zpython system 2 system
2222026-07-16T17:35:05.427Zpython3 vendor 3.13 vendor
2232026-07-16T17:35:05.427Zruby system 3.4 system
2242026-07-16T17:35:05.427Zruby system 3.0 system
2252026-07-16T17:35:05.427Zwords vendor vendor american-english
2262026-07-16T17:35:05.427Zwords system system australian-english
2272026-07-16T17:35:05.427Zwords system system british-english
2282026-07-16T17:35:05.428Zwords system system canadian-english
2292026-07-16T17:35:05.428Zwords system system french
2302026-07-16T17:35:05.428Zwords system system italian
2312026-07-16T17:35:05.428Zwords system system ngerman
2322026-07-16T17:35:05.428Zwords system system ogerman
2332026-07-16T17:35:05.428Zwords system system spanish
2342026-07-16T17:35:05.655ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-16T17:35:05.655Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-16T17:35:05.957ZFMRI IFO
2372026-07-16T17:35:05.958Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-16T17:35:05.958Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-16T17:35:05.958Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-16T17:35:05.958Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-16T17:35:05.958Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-16T17:35:05.958Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-16T17:35:05.958Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-16T17:35:05.958Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-16T17:35:05.958Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-16T17:35:06.211Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-16T17:35:06.493Z Updating crates.io index
2482026-07-16T17:35:06.509Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-16T17:35:06.701Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-16T17:35:06.999Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-16T17:35:07.910Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-16T17:35:08.414Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-16T17:35:09.948Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-16T17:35:10.728Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-16T17:35:10.985Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-16T17:35:11.336Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-16T17:35:12.453Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-16T17:35:12.865Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-16T17:35:13.184Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-16T17:35:13.442Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-16T17:35:13.863Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-16T17:35:14.321Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-16T17:35:14.903Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-16T17:35:15.147Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-16T17:35:15.429Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-16T17:35:15.701Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-16T17:35:15.928Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-16T17:35:16.148Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-16T17:35:16.446Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-16T17:35:16.795Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-16T17:35:17.145Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-16T17:35:17.387Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-16T17:35:17.783Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-16T17:35:18.165Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-16T17:35:18.803Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-16T17:35:19.087Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-16T17:35:19.326Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-16T17:35:19.554Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-16T17:35:19.851Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-16T17:35:20.202Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-16T17:35:20.587Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-16T17:35:20.859Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-16T17:35:21.094Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-16T17:35:21.328Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-16T17:35:21.593Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-16T17:35:21.826Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-16T17:35:22.075Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-16T17:35:22.309Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-16T17:35:24.891Z Downloading crates ...
2902026-07-16T17:35:24.950Z Downloaded anstyle-query v1.1.5
2912026-07-16T17:35:24.958Z Downloaded colorchoice v1.0.4
2922026-07-16T17:35:24.958Z Downloaded camino-tempfile v1.4.1
2932026-07-16T17:35:24.958Z Downloaded anstyle-parse v1.0.0
2942026-07-16T17:35:24.958Z Downloaded smawk v0.3.2
2952026-07-16T17:35:24.958Z Downloaded plain v0.2.3
2962026-07-16T17:35:24.958Z Downloaded anstream v1.0.0
2972026-07-16T17:35:24.981Z Downloaded usdt-macro v0.5.0
2982026-07-16T17:35:24.981Z Downloaded cfg-if v1.0.4
2992026-07-16T17:35:24.981Z Downloaded clap_lex v1.0.0
3002026-07-16T17:35:24.981Z Downloaded anstyle v1.0.14
3012026-07-16T17:35:24.981Z Downloaded fastrand v2.3.0
3022026-07-16T17:35:24.981Z Downloaded block-buffer v0.10.4
3032026-07-16T17:35:24.981Z Downloaded errno v0.3.14
3042026-07-16T17:35:24.981Z Downloaded dof v0.3.0
3052026-07-16T17:35:24.991Z Downloaded zmij v1.0.21
3062026-07-16T17:35:24.991Z Downloaded itoa v1.0.17
3072026-07-16T17:35:24.991Z Downloaded zerocopy v0.7.35
3082026-07-16T17:35:24.991Z Downloaded thiserror-impl v1.0.69
3092026-07-16T17:35:24.991Z Downloaded zerocopy-derive v0.7.35
3102026-07-16T17:35:24.991Z Downloaded pest_derive v2.8.6
3112026-07-16T17:35:24.992Z Downloaded is_terminal_polyfill v1.70.2
3122026-07-16T17:35:24.992Z Downloaded cpufeatures v0.2.17
3132026-07-16T17:35:24.992Z Downloaded memmap v0.7.0
3142026-07-16T17:35:24.993Z Downloaded heck v0.5.0
3152026-07-16T17:35:25.007Z Downloaded heck v0.4.1
3162026-07-16T17:35:25.007Z Downloaded terminal_size v0.4.3
3172026-07-16T17:35:25.029Z Downloaded macaddr v1.0.1
3182026-07-16T17:35:25.029Z Downloaded generic-array v0.14.7
3192026-07-16T17:35:25.029Z Downloaded crypto-common v0.1.7
3202026-07-16T17:35:25.029Z Downloaded pest_generator v2.8.6
3212026-07-16T17:35:25.029Z Downloaded strsim v0.11.1
3222026-07-16T17:35:25.029Z Downloaded dtrace-parser v0.2.0
3232026-07-16T17:35:25.045Z Downloaded utf8parse v0.2.2
3242026-07-16T17:35:25.045Z Downloaded scroll_derive v0.12.1
3252026-07-16T17:35:25.045Z Downloaded cargo-platform v0.3.2
3262026-07-16T17:35:25.045Z Downloaded swrite v0.1.0
3272026-07-16T17:35:25.045Z Downloaded equivalent v1.0.2
3282026-07-16T17:35:25.045Z Downloaded thiserror v2.0.18
3292026-07-16T17:35:25.045Z Downloaded byteorder v1.5.0
3302026-07-16T17:35:25.071Z Downloaded usdt v0.5.0
3312026-07-16T17:35:25.071Z Downloaded unicode-linebreak v0.1.5
3322026-07-16T17:35:25.071Z Downloaded proc-macro-error-attr v1.0.4
3332026-07-16T17:35:25.072Z Downloaded pretty-hex v0.4.1
3342026-07-16T17:35:25.072Z Downloaded thread-id v4.2.2
3352026-07-16T17:35:25.072Z Downloaded serde_spanned v0.6.9
3362026-07-16T17:35:25.072Z Downloaded toml_datetime v0.6.11
3372026-07-16T17:35:25.072Z Downloaded usdt-attr-macro v0.5.0
3382026-07-16T17:35:25.072Z Downloaded fs-err v3.3.0
3392026-07-16T17:35:25.088Z Downloaded toml_write v0.1.2
3402026-07-16T17:35:25.088Z Downloaded tabled_derive v0.7.0
3412026-07-16T17:35:25.089Z Downloaded once_cell v1.21.3
3422026-07-16T17:35:25.101Z Downloaded version_check v0.9.5
3432026-07-16T17:35:25.101Z Downloaded autocfg v1.5.0
3442026-07-16T17:35:25.101Z Downloaded sha2 v0.10.9
3452026-07-16T17:35:25.101Z Downloaded cargo_toml v0.21.0
3462026-07-16T17:35:25.101Z Downloaded log v0.4.29
3472026-07-16T17:35:25.101Z Downloaded fnv v1.0.7
3482026-07-16T17:35:25.102Z Downloaded digest v0.10.7
3492026-07-16T17:35:25.102Z Downloaded cargo_metadata v0.23.1
3502026-07-16T17:35:25.121Z Downloaded bytecount v0.6.9
3512026-07-16T17:35:25.121Z Downloaded usdt-impl v0.5.0
3522026-07-16T17:35:25.121Z Downloaded quote v1.0.45
3532026-07-16T17:35:25.121Z Downloaded thiserror-impl v2.0.18
3542026-07-16T17:35:25.121Z Downloaded clap_derive v4.6.1
3552026-07-16T17:35:25.121Z Downloaded proc-macro-error v1.0.4
3562026-07-16T17:35:25.140Z Downloaded thiserror v1.0.69
3572026-07-16T17:35:25.140Z Downloaded toml_edit v0.22.27
3582026-07-16T17:35:25.140Z Downloaded scroll v0.12.0
3592026-07-16T17:35:25.140Z Downloaded bitflags v2.11.0
3602026-07-16T17:35:25.140Z Downloaded tempfile v3.25.0
3612026-07-16T17:35:25.141Z Downloaded clap v4.6.1
3622026-07-16T17:35:25.141Z Downloaded toml v0.8.23
3632026-07-16T17:35:25.148Z Downloaded semver v1.0.28
3642026-07-16T17:35:25.149Z Downloaded serde_tokenstream v0.2.3
3652026-07-16T17:35:25.149Z Downloaded textwrap v0.16.2
3662026-07-16T17:35:25.149Z Downloaded serde_derive v1.0.228
3672026-07-16T17:35:25.149Z Downloaded getrandom v0.4.1
3682026-07-16T17:35:25.162Z Downloaded memchr v2.8.0
3692026-07-16T17:35:25.162Z Downloaded unicode-ident v1.0.24
3702026-07-16T17:35:25.162Z Downloaded serde_core v1.0.228
3712026-07-16T17:35:25.162Z Downloaded proc-macro2 v1.0.106
3722026-07-16T17:35:25.162Z Downloaded camino v1.2.2
3732026-07-16T17:35:25.163Z Downloaded anyhow v1.0.102
3742026-07-16T17:35:25.192Z Downloaded ucd-trie v0.1.7
3752026-07-16T17:35:25.192Z Downloaded pest_meta v2.8.6
3762026-07-16T17:35:25.192Z Downloaded typenum v1.20.1
3772026-07-16T17:35:25.192Z Downloaded papergrid v0.11.0
3782026-07-16T17:35:25.202Z Downloaded serde v1.0.228
3792026-07-16T17:35:25.205Z Downloaded indexmap v2.14.0
3802026-07-16T17:35:25.218Z Downloaded clap_builder v4.6.0
3812026-07-16T17:35:25.218Z Downloaded pest v2.8.6
3822026-07-16T17:35:25.227Z Downloaded hashbrown v0.17.0
3832026-07-16T17:35:25.227Z Downloaded winnow v0.7.14
3842026-07-16T17:35:25.240Z Downloaded goblin v0.8.2
3852026-07-16T17:35:25.247Z Downloaded serde_json v1.0.150
3862026-07-16T17:35:25.270Z Downloaded tabled v0.15.0
3872026-07-16T17:35:25.280Z Downloaded unicode-width v0.1.14
3882026-07-16T17:35:25.280Z Downloaded syn v1.0.109
3892026-07-16T17:35:25.284Z Downloaded unicode-width v0.2.0
3902026-07-16T17:35:25.293Z Downloaded syn v2.0.117
3912026-07-16T17:35:25.308Z Downloaded rustix v1.1.3
3922026-07-16T17:35:25.325Z Downloaded libc v0.2.185
3932026-07-16T17:35:25.385Z Compiling proc-macro2 v1.0.106
3942026-07-16T17:35:25.385Z Compiling unicode-ident v1.0.24
3952026-07-16T17:35:25.386Z Compiling quote v1.0.45
3962026-07-16T17:35:25.398Z Compiling serde_core v1.0.228
3972026-07-16T17:35:25.399Z Compiling libc v0.2.185
3982026-07-16T17:35:25.399Z Compiling version_check v0.9.5
3992026-07-16T17:35:25.399Z Compiling memchr v2.8.0
4002026-07-16T17:35:25.399Z Compiling serde v1.0.228
4012026-07-16T17:35:25.719Z Compiling zmij v1.0.21
4022026-07-16T17:35:25.937Z Compiling thiserror v1.0.69
4032026-07-16T17:35:26.038Z Compiling ucd-trie v0.1.7
4042026-07-16T17:35:26.051Z Compiling itoa v1.0.17
4052026-07-16T17:35:26.237Z Compiling pest v2.8.6
4062026-07-16T17:35:26.372Z Compiling rustix v1.1.3
4072026-07-16T17:35:26.390Z Compiling byteorder v1.5.0
4082026-07-16T17:35:26.407Z Compiling errno v0.3.14
4092026-07-16T17:35:26.554Z Compiling bitflags v2.11.0
4102026-07-16T17:35:26.611Z Compiling serde_json v1.0.150
4112026-07-16T17:35:26.838Z Compiling thread-id v4.2.2
4122026-07-16T17:35:26.919Z Compiling syn v2.0.117
4132026-07-16T17:35:26.943Z Compiling proc-macro-error-attr v1.0.4
4142026-07-16T17:35:26.960Z Compiling usdt-impl v0.5.0
4152026-07-16T17:35:27.011Z Compiling camino v1.2.2
4162026-07-16T17:35:27.136Z Compiling syn v1.0.109
4172026-07-16T17:35:27.328Z Compiling pest_meta v2.8.6
4182026-07-16T17:35:27.458Z Compiling proc-macro-error v1.0.4
4192026-07-16T17:35:27.468Z Compiling hashbrown v0.17.0
4202026-07-16T17:35:27.526Z Compiling utf8parse v0.2.2
4212026-07-16T17:35:27.642Z Compiling plain v0.2.3
4222026-07-16T17:35:27.646Z Compiling log v0.4.29
4232026-07-16T17:35:27.852Z Compiling getrandom v0.4.1
4242026-07-16T17:35:27.886Z Compiling equivalent v1.0.2
4252026-07-16T17:35:27.984Z Compiling indexmap v2.14.0
4262026-07-16T17:35:28.020Z Compiling terminal_size v0.4.3
4272026-07-16T17:35:28.234Z Compiling anstyle-parse v1.0.0
4282026-07-16T17:35:28.602Z Compiling toml_write v0.1.2
4292026-07-16T17:35:28.663Z Compiling anstyle v1.0.14
4302026-07-16T17:35:28.772Z Compiling is_terminal_polyfill v1.70.2
4312026-07-16T17:35:28.802Z Compiling autocfg v1.5.0
4322026-07-16T17:35:28.819Z Compiling thiserror v2.0.18
4332026-07-16T17:35:28.868Z Compiling colorchoice v1.0.4
4342026-07-16T17:35:28.884Z Compiling pretty-hex v0.4.1
4352026-07-16T17:35:28.932Z Compiling anstyle-query v1.1.5
4362026-07-16T17:35:28.984Z Compiling cfg-if v1.0.4
4372026-07-16T17:35:29.023Z Compiling winnow v0.7.14
4382026-07-16T17:35:29.060Z Compiling anstream v1.0.0
4392026-07-16T17:35:29.157Z Compiling pest_generator v2.8.6
4402026-07-16T17:35:29.236Z Compiling fs-err v3.3.0
4412026-07-16T17:35:29.357Z Compiling once_cell v1.21.3
4422026-07-16T17:35:29.374Z Compiling strsim v0.11.1
4432026-07-16T17:35:29.419Z Compiling anyhow v1.0.102
4442026-07-16T17:35:29.435Z Compiling unicode-width v0.1.14
4452026-07-16T17:35:29.714Z Compiling heck v0.4.1
4462026-07-16T17:35:29.714Z Compiling fnv v1.0.7
4472026-07-16T17:35:29.742Z Compiling fastrand v2.3.0
4482026-07-16T17:35:29.839Z Compiling bytecount v0.6.9
4492026-07-16T17:35:29.845Z Compiling clap_lex v1.0.0
4502026-07-16T17:35:29.883Z Compiling heck v0.5.0
4512026-07-16T17:35:29.943Z Compiling papergrid v0.11.0
4522026-07-16T17:35:29.976Z Compiling tempfile v3.25.0
4532026-07-16T17:35:30.094Z Compiling clap_builder v4.6.0
4542026-07-16T17:35:30.273Z Compiling semver v1.0.28
4552026-07-16T17:35:30.355Z Compiling cargo-platform v0.3.2
4562026-07-16T17:35:30.391Z Compiling tabled_derive v0.7.0
4572026-07-16T17:35:30.394Z Compiling memmap v0.7.0
4582026-07-16T17:35:30.541Z Compiling unicode-linebreak v0.1.5
4592026-07-16T17:35:30.596Z Compiling unicode-width v0.2.0
4602026-07-16T17:35:30.600Z Compiling smawk v0.3.2
4612026-07-16T17:35:30.788Z Compiling camino-tempfile v1.4.1
4622026-07-16T17:35:30.803Z Compiling serde_derive v1.0.228
4632026-07-16T17:35:30.875Z Compiling thiserror-impl v1.0.69
4642026-07-16T17:35:30.988Z Compiling zerocopy-derive v0.7.35
4652026-07-16T17:35:31.017Z Compiling pest_derive v2.8.6
4662026-07-16T17:35:31.043Z Compiling scroll_derive v0.12.1
4672026-07-16T17:35:31.327Z Compiling thiserror-impl v2.0.18
4682026-07-16T17:35:31.424Z Compiling clap_derive v4.6.1
4692026-07-16T17:35:31.474Z Compiling tabled v0.15.0
4702026-07-16T17:35:31.729Z Compiling scroll v0.12.0
4712026-07-16T17:35:31.883Z Compiling zerocopy v0.7.35
4722026-07-16T17:35:32.010Z Compiling goblin v0.8.2
4732026-07-16T17:35:32.298Z Compiling dtrace-parser v0.2.0
4742026-07-16T17:35:32.437Z Compiling textwrap v0.16.2
4752026-07-16T17:35:32.805Z Compiling swrite v0.1.0
4762026-07-16T17:35:33.216Z Compiling clap v4.6.1
4772026-07-16T17:35:33.876Z Compiling serde_spanned v0.6.9
4782026-07-16T17:35:33.876Z Compiling toml_datetime v0.6.11
4792026-07-16T17:35:33.876Z Compiling macaddr v1.0.1
4802026-07-16T17:35:33.880Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-07-16T17:35:33.881Z Compiling cargo_metadata v0.23.1
4822026-07-16T17:35:33.956Z Compiling dof v0.3.0
4832026-07-16T17:35:33.959Z Compiling serde_tokenstream v0.2.3
4842026-07-16T17:35:34.054Z Compiling toml_edit v0.22.27
4852026-07-16T17:35:34.750Z Compiling usdt-attr-macro v0.5.0
4862026-07-16T17:35:34.753Z Compiling usdt-macro v0.5.0
4872026-07-16T17:35:35.374Z Compiling usdt v0.5.0
4882026-07-16T17:35:35.427Z Compiling toml v0.8.23
4892026-07-16T17:35:35.765Z Compiling cargo_toml v0.21.0
4902026-07-16T17:35:37.029Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-16T17:35:38.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.93s
4922026-07-16T17:35:39.195Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-16T17:35:39.698Z Downloading crates ...
4942026-07-16T17:35:39.797Z Downloaded array-init v0.0.4
4952026-07-16T17:35:39.803Z Downloaded bb8 v0.8.6
4962026-07-16T17:35:39.809Z Downloaded base64 v0.21.7
4972026-07-16T17:35:39.813Z Downloaded adler2 v2.0.1
4982026-07-16T17:35:39.819Z Downloaded cipher v0.5.2
4992026-07-16T17:35:39.824Z Downloaded arrayvec v0.7.6
5002026-07-16T17:35:39.830Z Downloaded cstr-argument v0.1.2
5012026-07-16T17:35:39.830Z Downloaded debug-ignore v1.0.5
5022026-07-16T17:35:39.830Z Downloaded darling_macro v0.21.3
5032026-07-16T17:35:39.885Z Downloaded crc8 v0.1.1
5042026-07-16T17:35:39.885Z Downloaded ahash v0.8.12
5052026-07-16T17:35:39.885Z Downloaded base16ct v0.2.0
5062026-07-16T17:35:39.885Z Downloaded async-trait v0.1.89
5072026-07-16T17:35:39.885Z Downloaded derive_builder_macro v0.20.2
5082026-07-16T17:35:39.885Z Downloaded crc-any v2.5.0
5092026-07-16T17:35:39.885Z Downloaded crc v3.4.0
5102026-07-16T17:35:39.886Z Downloaded bitfield-struct v0.6.2
5112026-07-16T17:35:39.886Z Downloaded aho-corasick v1.1.4
5122026-07-16T17:35:39.886Z Downloaded ed25519 v3.0.0
5132026-07-16T17:35:39.886Z Downloaded darling_macro v0.23.0
5142026-07-16T17:35:39.886Z Downloaded bit-set v0.5.3
5152026-07-16T17:35:39.886Z Downloaded darling_macro v0.20.11
5162026-07-16T17:35:39.886Z Downloaded crossbeam-deque v0.8.6
5172026-07-16T17:35:39.886Z Downloaded darling_core v0.23.0
5182026-07-16T17:35:39.886Z Downloaded ascii-canvas v3.0.0
5192026-07-16T17:35:39.886Z Downloaded aes-gcm v0.11.0
5202026-07-16T17:35:39.886Z Downloaded aead v0.6.1
5212026-07-16T17:35:39.887Z Downloaded defmt v0.3.100
5222026-07-16T17:35:39.887Z Downloaded bitfield v0.19.4
5232026-07-16T17:35:39.887Z Downloaded dirs-sys-next v0.1.2
5242026-07-16T17:35:39.887Z Downloaded aead v0.5.2
5252026-07-16T17:35:39.887Z Downloaded base64ct v1.8.3
5262026-07-16T17:35:39.887Z Downloaded defmt-macros v1.0.1
5272026-07-16T17:35:39.887Z Downloaded atty v0.2.14
5282026-07-16T17:35:39.887Z Downloaded atomicwrites v0.4.4
5292026-07-16T17:35:39.887Z Downloaded crucible-workspace-hack v0.1.0
5302026-07-16T17:35:39.887Z Downloaded bcrypt-pbkdf v0.11.0
5312026-07-16T17:35:39.887Z Downloaded base16ct v1.0.0
5322026-07-16T17:35:39.887Z Downloaded assert_matches v1.5.0
5332026-07-16T17:35:39.887Z Downloaded atomic-waker v1.1.2
5342026-07-16T17:35:39.887Z Downloaded csv-core v0.1.13
5352026-07-16T17:35:39.887Z Downloaded async-stream-impl v0.3.6
5362026-07-16T17:35:39.888Z Downloaded async-bb8-diesel v0.2.1
5372026-07-16T17:35:39.888Z Downloaded crunchy v0.2.4
5382026-07-16T17:35:39.888Z Downloaded async-stream v0.3.6
5392026-07-16T17:35:39.888Z Downloaded darling v0.23.0
5402026-07-16T17:35:39.888Z Downloaded darling v0.13.4
5412026-07-16T17:35:39.888Z Downloaded cpubits v0.1.1
5422026-07-16T17:35:39.888Z Downloaded compression-core v0.4.31
5432026-07-16T17:35:39.888Z Downloaded crypto-common v0.2.2
5442026-07-16T17:35:39.906Z Downloaded crossbeam-epoch v0.9.18
5452026-07-16T17:35:39.906Z Downloaded cookie_store v0.22.1
5462026-07-16T17:35:39.906Z Downloaded either v1.15.0
5472026-07-16T17:35:39.906Z Downloaded bitfield-macros v0.19.4
5482026-07-16T17:35:39.906Z Downloaded dsl_auto_type v0.2.0
5492026-07-16T17:35:39.912Z Downloaded darling_macro v0.13.4
5502026-07-16T17:35:39.912Z Downloaded cfg_aliases v0.2.1
5512026-07-16T17:35:39.912Z Downloaded crc32fast v1.5.0
5522026-07-16T17:35:39.912Z Downloaded cobs v0.3.0
5532026-07-16T17:35:39.912Z Downloaded displaydoc v0.2.5
5542026-07-16T17:35:39.912Z Downloaded env_logger v0.11.9
5552026-07-16T17:35:39.912Z Downloaded embedded-io v0.6.1
5562026-07-16T17:35:39.912Z Downloaded digest v0.11.3
5572026-07-16T17:35:39.913Z Downloaded daft v0.1.7
5582026-07-16T17:35:39.913Z Downloaded ciborium-io v0.2.2
5592026-07-16T17:35:39.913Z Downloaded block-buffer v0.12.1
5602026-07-16T17:35:39.913Z Downloaded embedded-io v0.4.0
5612026-07-16T17:35:39.921Z Downloaded dtrace-parser v0.3.0
5622026-07-16T17:35:39.921Z Downloaded cfg_aliases v0.1.1
5632026-07-16T17:35:39.921Z Downloaded endian-type v0.1.2
5642026-07-16T17:35:39.921Z Downloaded dyn-clone v1.0.20
5652026-07-16T17:35:39.921Z Downloaded dunce v1.0.5
5662026-07-16T17:35:39.921Z Downloaded convert_case v0.4.0
5672026-07-16T17:35:39.924Z Downloaded ctr v0.10.1
5682026-07-16T17:35:39.924Z Downloaded ciborium-ll v0.2.2
5692026-07-16T17:35:39.924Z Downloaded block-padding v0.4.2
5702026-07-16T17:35:39.924Z Downloaded defmt v1.0.1
5712026-07-16T17:35:39.927Z Downloaded crc-catalog v2.4.0
5722026-07-16T17:35:39.927Z Downloaded cpufeatures v0.3.0
5732026-07-16T17:35:39.927Z Downloaded bit-vec v0.8.0
5742026-07-16T17:35:39.930Z Downloaded curve25519-dalek-derive v0.1.1
5752026-07-16T17:35:39.930Z Downloaded constant_time_eq v0.4.2
5762026-07-16T17:35:39.930Z Downloaded bitflags v1.3.2
5772026-07-16T17:35:39.934Z Downloaded difflib v0.4.0
5782026-07-16T17:35:39.934Z Downloaded document-features v0.2.12
5792026-07-16T17:35:39.934Z Downloaded blake2 v0.10.6
5802026-07-16T17:35:39.937Z Downloaded defmt-parser v1.0.0
5812026-07-16T17:35:39.937Z Downloaded buf-list v1.1.2
5822026-07-16T17:35:39.940Z Downloaded env_filter v1.0.0
5832026-07-16T17:35:39.940Z Downloaded bit-set v0.8.0
5842026-07-16T17:35:39.941Z Downloaded enum-as-inner v0.6.1
5852026-07-16T17:35:39.941Z Downloaded dropshot-api-manager-types v0.7.2
5862026-07-16T17:35:39.944Z Downloaded digest-io v0.1.0
5872026-07-16T17:35:39.944Z Downloaded backoff v0.4.0
5882026-07-16T17:35:39.944Z Downloaded fd-lock v4.0.4
5892026-07-16T17:35:39.947Z Downloaded async-recursion v1.1.1
5902026-07-16T17:35:39.950Z Downloaded foreign-types-shared v0.1.1
5912026-07-16T17:35:39.950Z Downloaded foreign-types-macros v0.2.3
5922026-07-16T17:35:39.951Z Downloaded float-ord v0.3.2
5932026-07-16T17:35:39.951Z Downloaded foreign-types-shared v0.3.1
5942026-07-16T17:35:39.953Z Downloaded futures-macro v0.3.32
5952026-07-16T17:35:39.954Z Downloaded futures-core v0.3.32
5962026-07-16T17:35:39.957Z Downloaded dirs-next v2.0.0
5972026-07-16T17:35:39.957Z Downloaded futures-task v0.3.32
5982026-07-16T17:35:39.960Z Downloaded dof v0.4.0
5992026-07-16T17:35:39.960Z Downloaded argon2 v0.5.3
6002026-07-16T17:35:39.961Z Downloaded castaway v0.2.4
6012026-07-16T17:35:39.964Z Downloaded convert_case v0.10.0
6022026-07-16T17:35:39.964Z Downloaded downcast-rs v2.0.2
6032026-07-16T17:35:39.964Z Downloaded foreign-types v0.5.0
6042026-07-16T17:35:39.968Z Downloaded float-cmp v0.10.0
6052026-07-16T17:35:39.969Z Downloaded darling v0.21.3
6062026-07-16T17:35:39.972Z Downloaded cassowary v0.3.0
6072026-07-16T17:35:39.973Z Downloaded futures-sink v0.3.32
6082026-07-16T17:35:39.974Z Downloaded deranged v0.5.8
6092026-07-16T17:35:39.974Z Downloaded delegate v0.13.5
6102026-07-16T17:35:39.977Z Downloaded form_urlencoded v1.2.2
6112026-07-16T17:35:39.977Z Downloaded blowfish v0.10.0
6122026-07-16T17:35:39.977Z Downloaded foreign-types v0.3.2
6132026-07-16T17:35:39.977Z Downloaded bcs v0.1.6
6142026-07-16T17:35:39.977Z Downloaded diesel_table_macro_syntax v0.3.0
6152026-07-16T17:35:39.980Z Downloaded fxhash v0.2.1
6162026-07-16T17:35:39.980Z Downloaded funty v2.0.0
6172026-07-16T17:35:39.981Z Downloaded diesel-dtrace v0.5.0
6182026-07-16T17:35:39.983Z Downloaded byte-wrapper v0.1.0
6192026-07-16T17:35:39.983Z Downloaded cmake v0.1.57
6202026-07-16T17:35:39.983Z Downloaded der_derive v0.7.3
6212026-07-16T17:35:39.989Z Downloaded globwalk v0.9.1
6222026-07-16T17:35:39.989Z Downloaded cbc v0.2.1
6232026-07-16T17:35:39.989Z Downloaded ghash v0.6.0
6242026-07-16T17:35:39.993Z Downloaded const_format_proc_macros v0.2.34
6252026-07-16T17:35:39.993Z Downloaded cipher v0.4.4
6262026-07-16T17:35:39.993Z Downloaded cexpr v0.6.0
6272026-07-16T17:35:39.994Z Downloaded gethostname v0.5.0
6282026-07-16T17:35:39.998Z Downloaded daft-derive v0.1.7
6292026-07-16T17:35:39.998Z Downloaded camino-tempfile-ext v0.3.3
6302026-07-16T17:35:40.001Z Downloaded ed25519 v2.2.3
6312026-07-16T17:35:40.001Z Downloaded git-stub v1.0.0
6322026-07-16T17:35:40.001Z Downloaded hash32 v0.3.1
6332026-07-16T17:35:40.004Z Downloaded hash32 v0.2.1
6342026-07-16T17:35:40.004Z Downloaded compression-codecs v0.4.37
6352026-07-16T17:35:40.007Z Downloaded fallible-iterator v0.2.0
6362026-07-16T17:35:40.007Z Downloaded filetime v0.2.27
6372026-07-16T17:35:40.007Z Downloaded foldhash v0.2.0
6382026-07-16T17:35:40.011Z Downloaded foldhash v0.1.5
6392026-07-16T17:35:40.011Z Downloaded find-msvc-tools v0.1.9
6402026-07-16T17:35:40.011Z Downloaded futures-io v0.3.32
6412026-07-16T17:35:40.014Z Downloaded ff v0.14.0
6422026-07-16T17:35:40.014Z Downloaded futures-executor v0.3.32
6432026-07-16T17:35:40.014Z Downloaded fs-err v2.11.0
6442026-07-16T17:35:40.018Z Downloaded enum_dispatch v0.3.13
6452026-07-16T17:35:40.018Z Downloaded ecdsa v0.16.9
6462026-07-16T17:35:40.021Z Downloaded fixedbitset v0.4.2
6472026-07-16T17:35:40.021Z Downloaded http-body v1.0.1
6482026-07-16T17:35:40.022Z Downloaded headers-core v0.3.0
6492026-07-16T17:35:40.022Z Downloaded home v0.5.12
6502026-07-16T17:35:40.022Z Downloaded critical-section v1.2.0
6512026-07-16T17:35:40.025Z Downloaded http-range v0.1.5
6522026-07-16T17:35:40.025Z Downloaded hex v0.4.3
6532026-07-16T17:35:40.025Z Downloaded clang-sys v1.8.1
6542026-07-16T17:35:40.037Z Downloaded cancel-safe-futures v0.1.5
6552026-07-16T17:35:40.037Z Downloaded chacha20 v0.10.0
6562026-07-16T17:35:40.040Z Downloaded fs_extra v1.3.0
6572026-07-16T17:35:40.040Z Downloaded const-oid v0.9.6
6582026-07-16T17:35:40.041Z Downloaded colored v2.2.0
6592026-07-16T17:35:40.041Z Downloaded ciborium v0.2.2
6602026-07-16T17:35:40.041Z Downloaded hostname v0.4.2
6612026-07-16T17:35:40.041Z Downloaded darling v0.20.11
6622026-07-16T17:35:40.047Z Downloaded diff v0.1.13
6632026-07-16T17:35:40.047Z Downloaded colored v3.1.1
6642026-07-16T17:35:40.047Z Downloaded argon2 v0.6.0-rc.8
6652026-07-16T17:35:40.050Z Downloaded httpdate v1.0.3
6662026-07-16T17:35:40.050Z Downloaded hostname v0.3.1
6672026-07-16T17:35:40.050Z Downloaded ff v0.13.1
6682026-07-16T17:35:40.051Z Downloaded backon v1.6.0
6692026-07-16T17:35:40.054Z Downloaded hubpack v0.1.2
6702026-07-16T17:35:40.054Z Downloaded hubpack_derive v0.1.1
6712026-07-16T17:35:40.054Z Downloaded globset v0.4.18
6722026-07-16T17:35:40.054Z Downloaded glob v0.3.3
6732026-07-16T17:35:40.057Z Downloaded arc-swap v1.8.2
6742026-07-16T17:35:40.057Z Downloaded ctutils v0.4.2
6752026-07-16T17:35:40.060Z Downloaded illumos-nvpair-sys v0.2.0
6762026-07-16T17:35:40.060Z Downloaded illumos-nvpair v0.3.0
6772026-07-16T17:35:40.060Z Downloaded derive_builder_core v0.20.2
6782026-07-16T17:35:40.063Z Downloaded group v0.14.0
6792026-07-16T17:35:40.063Z Downloaded ena v0.14.4
6802026-07-16T17:35:40.063Z Downloaded ecdsa v0.17.0-rc.18
6812026-07-16T17:35:40.067Z Downloaded ident_case v1.0.1
6822026-07-16T17:35:40.067Z Downloaded hyper-tls v0.6.0
6832026-07-16T17:35:40.067Z Downloaded hex-literal v1.1.0
6842026-07-16T17:35:40.070Z Downloaded idna_adapter v1.2.1
6852026-07-16T17:35:40.070Z Downloaded group v0.13.0
6862026-07-16T17:35:40.070Z Downloaded inout v0.1.4
6872026-07-16T17:35:40.071Z Downloaded darling_core v0.21.3
6882026-07-16T17:35:40.077Z Downloaded des v0.9.0
6892026-07-16T17:35:40.081Z Downloaded elliptic-curve v0.13.8
6902026-07-16T17:35:40.081Z Downloaded derive_builder v0.20.2
6912026-07-16T17:35:40.081Z Downloaded http-body-util v0.1.3
6922026-07-16T17:35:40.089Z Downloaded console v0.15.11
6932026-07-16T17:35:40.090Z Downloaded allocator-api2 v0.2.21
6942026-07-16T17:35:40.095Z Downloaded erased-serde v0.3.31
6952026-07-16T17:35:40.095Z Downloaded cookie v0.18.1
6962026-07-16T17:35:40.095Z Downloaded git-stub-vcs v0.1.0
6972026-07-16T17:35:40.095Z Downloaded futures-channel v0.3.32
6982026-07-16T17:35:40.095Z Downloaded console v0.16.2
6992026-07-16T17:35:40.095Z Downloaded bzip2 v0.4.4
7002026-07-16T17:35:40.096Z Downloaded inout v0.2.2
7012026-07-16T17:35:40.100Z Downloaded indoc v1.0.9
7022026-07-16T17:35:40.100Z Downloaded instability v0.3.11
7032026-07-16T17:35:40.100Z Downloaded blake2 v0.11.0-rc.6
7042026-07-16T17:35:40.100Z Downloaded lazy_static v1.5.0
7052026-07-16T17:35:40.106Z Downloaded bzip2 v0.6.1
7062026-07-16T17:35:40.106Z Downloaded fixedbitset v0.5.7
7072026-07-16T17:35:40.111Z Downloaded display-error-chain v0.2.2
7082026-07-16T17:35:40.111Z Downloaded lru v0.12.5
7092026-07-16T17:35:40.111Z Downloaded libscf-sys v1.1.0
7102026-07-16T17:35:40.111Z Downloaded is_ci v1.2.0
7112026-07-16T17:35:40.111Z Downloaded is-terminal v0.4.17
7122026-07-16T17:35:40.112Z Downloaded dropshot_endpoint v0.17.1
7132026-07-16T17:35:40.115Z Downloaded drift v0.2.0
7142026-07-16T17:35:40.120Z Downloaded lalrpop-util v0.19.12
7152026-07-16T17:35:40.123Z Downloaded kstat-rs v0.2.4
7162026-07-16T17:35:40.123Z Downloaded kem v0.3.0
7172026-07-16T17:35:40.124Z Downloaded keccak v0.1.6
7182026-07-16T17:35:40.124Z Downloaded linked-hash-map v0.5.6
7192026-07-16T17:35:40.128Z Downloaded getrandom v0.2.17
7202026-07-16T17:35:40.128Z Downloaded hyper-staticfile v0.10.1
7212026-07-16T17:35:40.129Z Downloaded match_cfg v0.1.0
7222026-07-16T17:35:40.133Z Downloaded derive_more v0.99.20
7232026-07-16T17:35:40.133Z Downloaded md5 v0.8.0
7242026-07-16T17:35:40.138Z Downloaded maplit v1.0.2
7252026-07-16T17:35:40.138Z Downloaded lru-slab v0.1.2
7262026-07-16T17:35:40.138Z Downloaded futures v0.3.32
7272026-07-16T17:35:40.138Z Downloaded ingot-types v0.1.2
7282026-07-16T17:35:40.146Z Downloaded fatfs v0.3.6
7292026-07-16T17:35:40.146Z Downloaded lru-cache v0.1.2
7302026-07-16T17:35:40.146Z Downloaded highway v1.3.0
7312026-07-16T17:35:40.150Z Downloaded mime v0.3.17
7322026-07-16T17:35:40.150Z Downloaded multimap v0.10.1
7332026-07-16T17:35:40.150Z Downloaded memoffset v0.9.1
7342026-07-16T17:35:40.150Z Downloaded md-5 v0.10.6
7352026-07-16T17:35:40.150Z Downloaded maybe-uninit v2.0.0
7362026-07-16T17:35:40.150Z Downloaded managed v0.8.0
7372026-07-16T17:35:40.151Z Downloaded lzss v0.8.2
7382026-07-16T17:35:40.151Z Downloaded hmac v0.12.1
7392026-07-16T17:35:40.157Z Downloaded nibble_vec v0.1.0
7402026-07-16T17:35:40.157Z Downloaded ipnetwork v0.21.1
7412026-07-16T17:35:40.157Z Downloaded darling_core v0.13.4
7422026-07-16T17:35:40.165Z Downloaded ipnet v2.11.0
7432026-07-16T17:35:40.166Z Downloaded indoc v2.0.7
7442026-07-16T17:35:40.166Z Downloaded ingot v0.1.1
7452026-07-16T17:35:40.166Z Downloaded indent_write v2.2.0
7462026-07-16T17:35:40.166Z Downloaded impl-trait-for-tuples v0.2.3
7472026-07-16T17:35:40.171Z Downloaded new_debug_unreachable v1.0.6
7482026-07-16T17:35:40.171Z Downloaded darling_core v0.20.11
7492026-07-16T17:35:40.171Z Downloaded jobserver v0.1.34
7502026-07-16T17:35:40.172Z Downloaded nonempty v0.12.0
7512026-07-16T17:35:40.172Z Downloaded newtype-uuid-macros v0.1.0
7522026-07-16T17:35:40.172Z Downloaded newline-converter v0.3.0
7532026-07-16T17:35:40.172Z Downloaded newtype_derive v0.1.6
7542026-07-16T17:35:40.177Z Downloaded hmac v0.13.0
7552026-07-16T17:35:40.178Z Downloaded nodrop v0.1.14
7562026-07-16T17:35:40.178Z Downloaded libefi-sys v0.1.0
7572026-07-16T17:35:40.178Z Downloaded libloading v0.8.9
7582026-07-16T17:35:40.178Z Downloaded num-conv v0.2.0
7592026-07-16T17:35:40.183Z Downloaded num-iter v0.1.45
7602026-07-16T17:35:40.183Z Downloaded base64 v0.22.1
7612026-07-16T17:35:40.183Z Downloaded const-oid v0.10.2
7622026-07-16T17:35:40.183Z Downloaded num v0.4.3
7632026-07-16T17:35:40.183Z Downloaded libsw v3.5.0
7642026-07-16T17:35:40.188Z Downloaded keccak v0.2.0
7652026-07-16T17:35:40.188Z Downloaded getrandom v0.3.4
7662026-07-16T17:35:40.188Z Downloaded num-derive v0.4.2
7672026-07-16T17:35:40.191Z Downloaded iana-time-zone v0.1.65
7682026-07-16T17:35:40.191Z Downloaded num-derive v0.3.3
7692026-07-16T17:35:40.192Z Downloaded hyper-rustls v0.27.7
7702026-07-16T17:35:40.197Z Downloaded hybrid-array v0.4.13
7712026-07-16T17:35:40.197Z Downloaded num_enum_derive v0.5.11
7722026-07-16T17:35:40.197Z Downloaded crossbeam-channel v0.5.15
7732026-07-16T17:35:40.202Z Downloaded libsw-core v0.3.2
7742026-07-16T17:35:40.202Z Downloaded olpc-cjson v0.1.4
7752026-07-16T17:35:40.202Z Downloaded half v1.8.3
7762026-07-16T17:35:40.205Z Downloaded lock_api v0.4.14
7772026-07-16T17:35:40.205Z Downloaded half v2.7.1
7782026-07-16T17:35:40.206Z Downloaded generic-array v1.4.3
7792026-07-16T17:35:40.211Z Downloaded linear-map v1.2.0
7802026-07-16T17:35:40.212Z Downloaded mime_guess v2.0.5
7812026-07-16T17:35:40.212Z Downloaded num_threads v0.1.7
7822026-07-16T17:35:40.212Z Downloaded nanorand v0.7.0
7832026-07-16T17:35:40.217Z Downloaded ingot-macros v0.1.1
7842026-07-16T17:35:40.217Z Downloaded openssl-probe v0.2.1
7852026-07-16T17:35:40.217Z Downloaded opaque-debug v0.3.1
7862026-07-16T17:35:40.217Z Downloaded oso-derive v0.27.3
7872026-07-16T17:35:40.217Z Downloaded compact_str v0.8.1
7882026-07-16T17:35:40.220Z Downloaded chacha20poly1305 v0.10.1
7892026-07-16T17:35:40.220Z Downloaded ar_archive_writer v0.5.1
7902026-07-16T17:35:40.225Z Downloaded const_format v0.2.35
7912026-07-16T17:35:40.225Z Downloaded multer v3.1.0
7922026-07-16T17:35:40.228Z Downloaded openssl-macros v0.1.1
7932026-07-16T17:35:40.229Z Downloaded elliptic-curve v0.14.0-rc.33
7942026-07-16T17:35:40.229Z Downloaded newtype-uuid v1.3.2
7952026-07-16T17:35:40.233Z Downloaded async-compression v0.4.41
7962026-07-16T17:35:40.233Z Downloaded derive-where v1.6.0
7972026-07-16T17:35:40.238Z Downloaded openssl-probe v0.1.6
7982026-07-16T17:35:40.238Z Downloaded nu-ansi-term v0.50.3
7992026-07-16T17:35:40.241Z Downloaded normalize-line-endings v0.3.0
8002026-07-16T17:35:40.241Z Downloaded native-tls v0.2.18
8012026-07-16T17:35:40.241Z Downloaded humantime v2.3.0
8022026-07-16T17:35:40.241Z Downloaded internet-checksum v0.2.1
8032026-07-16T17:35:40.241Z Downloaded instant v0.1.13
8042026-07-16T17:35:40.244Z Downloaded corncobs v0.1.4
8052026-07-16T17:35:40.245Z Downloaded percent-encoding v2.3.2
8062026-07-16T17:35:40.245Z Downloaded path-slash v0.1.5
8072026-07-16T17:35:40.248Z Downloaded crypto-bigint v0.5.5
8082026-07-16T17:35:40.251Z Downloaded parse-size v1.1.0
8092026-07-16T17:35:40.251Z Downloaded bs58 v0.5.1
8102026-07-16T17:35:40.251Z Downloaded num-complex v0.4.6
8112026-07-16T17:35:40.256Z Downloaded packed_struct_codegen v0.10.1
8122026-07-16T17:35:40.256Z Downloaded icu_properties v2.1.2
8132026-07-16T17:35:40.256Z Downloaded chacha20 v0.9.1
8142026-07-16T17:35:40.259Z Downloaded data-encoding v2.10.0
8152026-07-16T17:35:40.259Z Downloaded flagset v0.4.7
8162026-07-16T17:35:40.259Z Downloaded num-integer v0.1.46
8172026-07-16T17:35:40.262Z Downloaded num_enum_derive v0.7.6
8182026-07-16T17:35:40.263Z Downloaded num_enum v0.5.11
8192026-07-16T17:35:40.278Z Downloaded phf_shared v0.13.1
8202026-07-16T17:35:40.281Z Downloaded derive_more v2.1.1
8212026-07-16T17:35:40.286Z Downloaded module-lattice v0.2.3
8222026-07-16T17:35:40.292Z Downloaded ml-kem v0.3.2
8232026-07-16T17:35:40.292Z Downloaded litrs v1.0.0
8242026-07-16T17:35:40.292Z Downloaded litemap v0.8.1
8252026-07-16T17:35:40.298Z Downloaded ignore v0.4.25
8262026-07-16T17:35:40.298Z Downloaded bytes v1.11.1
8272026-07-16T17:35:40.298Z Downloaded bumpalo v3.20.2
8282026-07-16T17:35:40.301Z Downloaded potential_utf v0.1.4
8292026-07-16T17:35:40.301Z Downloaded phf_shared v0.12.1
8302026-07-16T17:35:40.302Z Downloaded phf_shared v0.11.3
8312026-07-16T17:35:40.302Z Downloaded peg-runtime v0.8.5
8322026-07-16T17:35:40.302Z Downloaded num_enum v0.7.6
8332026-07-16T17:35:40.305Z Downloaded predicates-core v1.0.10
8342026-07-16T17:35:40.309Z Downloaded aes v0.9.1
8352026-07-16T17:35:40.309Z Downloaded heapless v0.7.17
8362026-07-16T17:35:40.313Z Downloaded parking_lot_core v0.8.6
8372026-07-16T17:35:40.313Z Downloaded pbkdf2 v0.13.0
8382026-07-16T17:35:40.317Z Downloaded parse-display-derive v0.10.0
8392026-07-16T17:35:40.317Z Downloaded oxide-tokio-rt v0.1.4
8402026-07-16T17:35:40.317Z Downloaded owo-colors v4.3.0
8412026-07-16T17:35:40.317Z Downloaded predicates-tree v1.0.13
8422026-07-16T17:35:40.320Z Downloaded precomputed-hash v0.1.1
8432026-07-16T17:35:40.320Z Downloaded powerfmt v0.2.0
8442026-07-16T17:35:40.323Z Downloaded paste v1.0.15
8452026-07-16T17:35:40.327Z Downloaded password-hash v0.6.1
8462026-07-16T17:35:40.327Z Downloaded libbz2-rs-sys v0.2.2
8472026-07-16T17:35:40.328Z Downloaded parse-display v0.10.0
8482026-07-16T17:35:40.328Z Downloaded packed_struct v0.10.1
8492026-07-16T17:35:40.328Z Downloaded icu_normalizer v2.1.1
8502026-07-16T17:35:40.331Z Downloaded icu_locale_core v2.1.1
8512026-07-16T17:35:40.337Z Downloaded proc-macro-error-attr2 v2.0.0
8522026-07-16T17:35:40.337Z Downloaded proc-macro-crate v3.4.0
8532026-07-16T17:35:40.337Z Downloaded proc-macro-crate v1.3.1
8542026-07-16T17:35:40.337Z Downloaded phf v0.13.1
8552026-07-16T17:35:40.341Z Downloaded pem-rfc7468 v0.7.0
8562026-07-16T17:35:40.341Z Downloaded progenitor-client v0.14.0
8572026-07-16T17:35:40.342Z Downloaded password-hash v0.5.0
8582026-07-16T17:35:40.342Z Downloaded progenitor-macro v0.14.0
8592026-07-16T17:35:40.342Z Downloaded progenitor-macro v0.13.0
8602026-07-16T17:35:40.342Z Downloaded pem v3.0.6
8612026-07-16T17:35:40.345Z Downloaded peg-macros v0.8.5
8622026-07-16T17:35:40.345Z Downloaded peg v0.8.5
8632026-07-16T17:35:40.345Z Downloaded psl-types v2.0.11
8642026-07-16T17:35:40.350Z Downloaded diesel_derives v2.3.7
8652026-07-16T17:35:40.356Z Downloaded ed25519-dalek v2.2.0
8662026-07-16T17:35:40.356Z Downloaded der v0.7.10
8672026-07-16T17:35:40.363Z Downloaded pin-project-lite v0.2.17
8682026-07-16T17:35:40.363Z Downloaded pkg-config v0.3.32
8692026-07-16T17:35:40.363Z Downloaded pkcs8 v0.10.2
8702026-07-16T17:35:40.367Z Downloaded quick-error v1.2.3
8712026-07-16T17:35:40.368Z Downloaded port-file v0.1.0
8722026-07-16T17:35:40.368Z Downloaded pin-project-internal v1.1.11
8732026-07-16T17:35:40.368Z Downloaded phf v0.12.1
8742026-07-16T17:35:40.368Z Downloaded cc v1.2.56
8752026-07-16T17:35:40.375Z Downloaded phc v0.6.1
8762026-07-16T17:35:40.375Z Downloaded icu_provider v2.1.1
8772026-07-16T17:35:40.376Z Downloaded heapless v0.8.0
8782026-07-16T17:35:40.380Z Downloaded predicates v3.1.4
8792026-07-16T17:35:40.380Z Downloaded rand_chacha v0.3.1
8802026-07-16T17:35:40.380Z Downloaded oxnet v0.1.6
8812026-07-16T17:35:40.380Z Downloaded postgres-protocol v0.6.10
8822026-07-16T17:35:40.380Z Downloaded radium v0.7.0
8832026-07-16T17:35:40.383Z Downloaded rand_xorshift v0.4.0
8842026-07-16T17:35:40.383Z Downloaded hickory-resolver v0.24.4
8852026-07-16T17:35:40.388Z Downloaded expectorate v1.2.0
8862026-07-16T17:35:40.389Z Downloaded parking_lot v0.11.2
8872026-07-16T17:35:40.393Z Downloaded primefield v0.14.0
8882026-07-16T17:35:40.394Z Downloaded ppv-lite86 v0.2.21
8892026-07-16T17:35:40.394Z Downloaded recursive v0.1.1
8902026-07-16T17:35:40.394Z Downloaded primeorder v0.14.0-rc.10
8912026-07-16T17:35:40.394Z Downloaded parking_lot_core v0.9.12
8922026-07-16T17:35:40.400Z Downloaded polyval v0.7.1
8932026-07-16T17:35:40.400Z Downloaded recursive-proc-macro-impl v0.1.1
8942026-07-16T17:35:40.401Z Downloaded indicatif v0.18.4
8952026-07-16T17:35:40.405Z Downloaded num-traits v0.2.19
8962026-07-16T17:35:40.405Z Downloaded progenitor-extras v0.2.0
8972026-07-16T17:35:40.405Z Downloaded pem-rfc7468 v1.0.0
8982026-07-16T17:35:40.408Z Downloaded icu_normalizer_data v2.1.1
8992026-07-16T17:35:40.408Z Downloaded ed25519-dalek v3.0.0-rc.0
9002026-07-16T17:35:40.412Z Downloaded ref-cast v1.0.25
9012026-07-16T17:35:40.412Z Downloaded ref-cast-impl v1.0.25
9022026-07-16T17:35:40.416Z Downloaded poly1305 v0.8.0
9032026-07-16T17:35:40.416Z Downloaded r2d2 v0.8.10
9042026-07-16T17:35:40.416Z Downloaded postcard v1.1.3
9052026-07-16T17:35:40.419Z Downloaded hickory-resolver v0.25.2
9062026-07-16T17:35:40.423Z Downloaded pkcs1 v0.8.0-rc.4
9072026-07-16T17:35:40.423Z Downloaded rtoolbox v0.0.3
9082026-07-16T17:35:40.423Z Downloaded psm v0.1.30
9092026-07-16T17:35:40.427Z Downloaded pkcs8 v0.11.0
9102026-07-16T17:35:40.430Z Downloaded omicron-zone-package v0.12.3
9112026-07-16T17:35:40.430Z Downloaded rfc6979 v0.5.0
9122026-07-16T17:35:40.430Z Downloaded rfc6979 v0.4.0
9132026-07-16T17:35:40.430Z Downloaded jiff-static v0.2.21
9142026-07-16T17:35:40.435Z Downloaded miniz_oxide v0.8.9
9152026-07-16T17:35:40.435Z Downloaded icu_collections v2.1.1
9162026-07-16T17:35:40.438Z Downloaded russh-cryptovec v0.61.0
9172026-07-16T17:35:40.441Z Downloaded crossterm v0.29.0
9182026-07-16T17:35:40.444Z Downloaded rustc_version v0.4.1
9192026-07-16T17:35:40.444Z Downloaded russh-util v0.52.0
9202026-07-16T17:35:40.444Z Downloaded parking_lot v0.12.5
9212026-07-16T17:35:40.448Z Downloaded rand_seeder v0.4.0
9222026-07-16T17:35:40.448Z Downloaded rand_core v0.6.4
9232026-07-16T17:35:40.451Z Downloaded flate2 v1.1.9
9242026-07-16T17:35:40.451Z Downloaded papergrid v0.17.0
9252026-07-16T17:35:40.456Z Downloaded proc-macro-error2 v2.0.1
9262026-07-16T17:35:40.460Z Downloaded rustc-hash v2.1.1
9272026-07-16T17:35:40.460Z Downloaded rand_core v0.10.0
9282026-07-16T17:35:40.460Z Downloaded rand_core v0.9.5
9292026-07-16T17:35:40.463Z Downloaded scopeguard v1.2.0
9302026-07-16T17:35:40.463Z Downloaded rand_chacha v0.9.0
9312026-07-16T17:35:40.463Z Downloaded same-file v1.0.6
9322026-07-16T17:35:40.463Z Downloaded primeorder v0.13.6
9332026-07-16T17:35:40.467Z Downloaded crossterm v0.28.1
9342026-07-16T17:35:40.471Z Downloaded postgres-types v0.2.12
9352026-07-16T17:35:40.476Z Downloaded oso v0.27.3
9362026-07-16T17:35:40.476Z Downloaded progenitor v0.14.0
9372026-07-16T17:35:40.476Z Downloaded sapling-renderdag v0.1.0
9382026-07-16T17:35:40.479Z Downloaded resolv-conf v0.7.6
9392026-07-16T17:35:40.479Z Downloaded pin-project v1.1.11
9402026-07-16T17:35:40.482Z Downloaded secrecy v0.10.3
9412026-07-16T17:35:40.523Z Downloaded hashbrown v0.12.3
9422026-07-16T17:35:40.530Z Downloaded pkcs5 v0.8.1
9432026-07-16T17:35:40.530Z Downloaded seq-macro v0.3.6
9442026-07-16T17:35:40.530Z Downloaded semver v0.1.20
9452026-07-16T17:35:40.530Z Downloaded scroll_derive v0.13.1
9462026-07-16T17:35:40.531Z Downloaded minimal-lexical v0.2.1
9472026-07-16T17:35:40.531Z Downloaded rustc_version v0.1.7
9482026-07-16T17:35:40.531Z Downloaded pkcs1 v0.7.5
9492026-07-16T17:35:40.531Z Downloaded der v0.8.0
9502026-07-16T17:35:40.531Z Downloaded serde_bytes v0.11.19
9512026-07-16T17:35:40.531Z Downloaded quinn-udp v0.5.14
9522026-07-16T17:35:40.531Z Downloaded serde_plain v1.0.2
9532026-07-16T17:35:40.531Z Downloaded poly1305 v0.9.0
9542026-07-16T17:35:40.531Z Downloaded serde-big-array v0.5.1
9552026-07-16T17:35:40.531Z Downloaded rustls-native-certs v0.8.3
9562026-07-16T17:35:40.531Z Downloaded sha1 v0.10.6
9572026-07-16T17:35:40.531Z Downloaded hashbrown v0.13.2
9582026-07-16T17:35:40.531Z Downloaded p256 v0.14.0-rc.10
9592026-07-16T17:35:40.531Z Downloaded openssl-sys v0.9.115
9602026-07-16T17:35:40.531Z Downloaded rustversion v1.0.22
9612026-07-16T17:35:40.531Z Downloaded serde_urlencoded v0.7.1
9622026-07-16T17:35:40.532Z Downloaded serde_spanned v1.1.1
9632026-07-16T17:35:40.532Z Downloaded rustls-pemfile v2.2.0
9642026-07-16T17:35:40.532Z Downloaded scheduled-thread-pool v0.2.7
9652026-07-16T17:35:40.532Z Downloaded sha1 v0.11.0
9662026-07-16T17:35:40.532Z Downloaded progenitor-client v0.13.0
9672026-07-16T17:35:40.545Z Downloaded signature v2.2.0
9682026-07-16T17:35:40.545Z Downloaded progenitor v0.13.0
9692026-07-16T17:35:40.546Z Downloaded sigpipe v0.1.3
9702026-07-16T17:35:40.546Z Downloaded signature v3.0.0
9712026-07-16T17:35:40.546Z Downloaded rusty-fork v0.3.1
9722026-07-16T17:35:40.546Z Downloaded derive_more-impl v2.1.1
9732026-07-16T17:35:40.549Z Downloaded shell-words v1.1.1
9742026-07-16T17:35:40.549Z Downloaded headers v0.4.1
9752026-07-16T17:35:40.550Z Downloaded signal-hook-mio v0.2.5
9762026-07-16T17:35:40.550Z Downloaded siphasher v1.0.2
9772026-07-16T17:35:40.550Z Downloaded http v1.4.2
9782026-07-16T17:35:40.550Z Downloaded secrecy v0.8.0
9792026-07-16T17:35:40.550Z Downloaded progenitor-impl v0.13.0
9802026-07-16T17:35:40.550Z Downloaded hyper-util v0.1.20
9812026-07-16T17:35:40.556Z Downloaded slog-envlogger v2.2.0
9822026-07-16T17:35:40.562Z Downloaded hashbrown v0.15.5
9832026-07-16T17:35:40.562Z Downloaded slog-bunyan v2.5.0
9842026-07-16T17:35:40.562Z Downloaded signal-hook-tokio v0.3.1
9852026-07-16T17:35:40.562Z Downloaded schemars_derive v0.8.22
9862026-07-16T17:35:40.565Z Downloaded hickory-server v0.25.2
9872026-07-16T17:35:40.565Z Downloaded serde_repr v0.1.20
9882026-07-16T17:35:40.565Z Downloaded serde_derive_internals v0.29.1
9892026-07-16T17:35:40.565Z Downloaded scrypt v0.12.0
9902026-07-16T17:35:40.569Z Downloaded scroll v0.13.0
9912026-07-16T17:35:40.569Z Downloaded indexmap v1.9.3
9922026-07-16T17:35:40.573Z Downloaded num-rational v0.4.2
9932026-07-16T17:35:40.573Z Downloaded serde_path_to_error v0.1.20
9942026-07-16T17:35:40.573Z Downloaded serde-hex v0.1.0
9952026-07-16T17:35:40.578Z Downloaded sec1 v0.8.1
9962026-07-16T17:35:40.578Z Downloaded sec1 v0.7.3
9972026-07-16T17:35:40.578Z Downloaded memmap2 v0.9.10
9982026-07-16T17:35:40.583Z Downloaded flume v0.11.1
9992026-07-16T17:35:40.583Z Downloaded httparse v1.10.1
10002026-07-16T17:35:40.587Z Downloaded derive-ex v0.1.8
10012026-07-16T17:35:40.587Z Downloaded anstyle-parse v0.2.7
10022026-07-16T17:35:40.587Z Downloaded curve25519-dalek v5.0.0-rc.0
10032026-07-16T17:35:40.591Z Downloaded serde_with_macros v1.5.2
10042026-07-16T17:35:40.591Z Downloaded sqlparser_derive v0.5.0
10052026-07-16T17:35:40.591Z Downloaded p384 v0.14.0-rc.10
10062026-07-16T17:35:40.594Z Downloaded serdect v0.4.3
10072026-07-16T17:35:40.594Z Downloaded itertools v0.10.5
10082026-07-16T17:35:40.598Z Downloaded pretty_assertions v1.4.1
10092026-07-16T17:35:40.601Z Downloaded prefix-trie v0.7.0
10102026-07-16T17:35:40.601Z Downloaded prettyplease v0.2.37
10112026-07-16T17:35:40.604Z Downloaded simd-adler32 v0.3.8
10122026-07-16T17:35:40.604Z Downloaded signal-hook-registry v1.4.8
10132026-07-16T17:35:40.608Z Downloaded internal-russh-num-bigint v0.5.0
10142026-07-16T17:35:40.612Z Downloaded strum v0.26.3
10152026-07-16T17:35:40.612Z Downloaded shlex v1.3.0
10162026-07-16T17:35:40.612Z Downloaded strip-ansi-escapes v0.2.1
10172026-07-16T17:35:40.612Z Downloaded salsa20 v0.11.0
10182026-07-16T17:35:40.615Z Downloaded rcgen v0.12.1
10192026-07-16T17:35:40.615Z Downloaded strum v0.27.2
10202026-07-16T17:35:40.615Z Downloaded structmeta-derive v0.3.0
10212026-07-16T17:35:40.618Z Downloaded crossbeam-utils v0.8.21
10222026-07-16T17:35:40.618Z Downloaded bit-vec v0.6.3
10232026-07-16T17:35:40.623Z Downloaded cmov v0.5.4
10242026-07-16T17:35:40.623Z Downloaded progenitor-impl v0.14.0
10252026-07-16T17:35:40.623Z Downloaded anstream v0.6.21
10262026-07-16T17:35:40.623Z Downloaded slog-dtrace v0.3.0
10272026-07-16T17:35:40.627Z Downloaded arrayref v0.3.9
10282026-07-16T17:35:40.627Z Downloaded slab v0.4.12
10292026-07-16T17:35:40.627Z Downloaded slog-async v2.8.0
10302026-07-16T17:35:40.630Z Downloaded structmeta v0.3.0
10312026-07-16T17:35:40.630Z Downloaded sync_wrapper v1.0.2
10322026-07-16T17:35:40.630Z Downloaded supports-color v3.0.2
10332026-07-16T17:35:40.633Z Downloaded subtle v2.6.1
10342026-07-16T17:35:40.633Z Downloaded strsim v0.10.0
10352026-07-16T17:35:40.633Z Downloaded slog-term v2.9.2
10362026-07-16T17:35:40.637Z Downloaded dropshot-api-manager v0.7.2
10372026-07-16T17:35:40.642Z Downloaded smf v0.2.3
10382026-07-16T17:35:40.642Z Downloaded slog-stdlog v4.1.1
10392026-07-16T17:35:40.645Z Downloaded sync-ptr v0.1.4
10402026-07-16T17:35:40.645Z Downloaded ron v0.8.1
10412026-07-16T17:35:40.648Z Downloaded smallvec v0.6.14
10422026-07-16T17:35:40.651Z Downloaded tagptr v0.2.0
10432026-07-16T17:35:40.652Z Downloaded tabwriter v1.4.1
10442026-07-16T17:35:40.652Z Downloaded snafu-derive v0.8.9
10452026-07-16T17:35:40.652Z Downloaded serde_with_macros v3.21.0
10462026-07-16T17:35:40.656Z Downloaded rustls-pki-types v1.14.0
10472026-07-16T17:35:40.662Z Downloaded testing_table v0.3.0
10482026-07-16T17:35:40.666Z Downloaded spki v0.7.3
10492026-07-16T17:35:40.666Z Downloaded termtree v0.5.1
10502026-07-16T17:35:40.666Z Downloaded tap v1.0.1
10512026-07-16T17:35:40.666Z Downloaded take_mut v0.2.2
10522026-07-16T17:35:40.671Z Downloaded stable_deref_trait v1.2.1
10532026-07-16T17:35:40.675Z Downloaded thiserror-impl-no-std v2.0.2
10542026-07-16T17:35:40.675Z Downloaded num-bigint v0.4.6
10552026-07-16T17:35:40.675Z Downloaded ssh-cipher v0.3.0-rc.9
10562026-07-16T17:35:40.678Z Downloaded stacker v0.1.23
10572026-07-16T17:35:40.678Z Downloaded ryu v1.0.23
10582026-07-16T17:35:40.682Z Downloaded thread-id v5.1.0
10592026-07-16T17:35:40.683Z Downloaded static_assertions v1.1.0
10602026-07-16T17:35:40.683Z Downloaded rayon-core v1.13.0
10612026-07-16T17:35:40.687Z Downloaded tinyvec_macros v0.1.1
10622026-07-16T17:35:40.687Z Downloaded time-core v0.1.8
10632026-07-16T17:35:40.687Z Downloaded ssh-encoding v0.3.0-rc.9
10642026-07-16T17:35:40.692Z Downloaded string_cache v0.8.9
10652026-07-16T17:35:40.692Z Downloaded sha2 v0.11.0
10662026-07-16T17:35:40.692Z Downloaded strum_macros v0.24.3
10672026-07-16T17:35:40.696Z Downloaded libxml v0.3.3
10682026-07-16T17:35:40.696Z Downloaded stringprep v0.1.5
10692026-07-16T17:35:40.701Z Downloaded smallvec v1.15.1
10702026-07-16T17:35:40.701Z Downloaded support-bundle-viewer v0.1.2
10712026-07-16T17:35:40.701Z Downloaded strum_macros v0.27.2
10722026-07-16T17:35:40.703Z Downloaded strum_macros v0.26.4
10732026-07-16T17:35:40.708Z Downloaded quinn v0.11.9
10742026-07-16T17:35:40.708Z Downloaded slog-scope v4.4.1
10752026-07-16T17:35:40.708Z Downloaded slog-json v2.6.1
10762026-07-16T17:35:40.708Z Downloaded hashbrown v0.16.1
10772026-07-16T17:35:40.713Z Downloaded mio v1.2.0
10782026-07-16T17:35:40.716Z Downloaded tokio-macros v2.7.0
10792026-07-16T17:35:40.716Z Downloaded tabled_derive v0.11.0
10802026-07-16T17:35:40.716Z Downloaded synstructure v0.13.2
10812026-07-16T17:35:40.716Z Downloaded tokio-test v0.4.5
10822026-07-16T17:35:40.719Z Downloaded spin v0.9.8
10832026-07-16T17:35:40.719Z Downloaded publicsuffix v2.3.0
10842026-07-16T17:35:40.724Z Downloaded qorb v0.4.1
10852026-07-16T17:35:40.724Z Downloaded p521 v0.14.0-rc.10
10862026-07-16T17:35:40.729Z Downloaded rand v0.8.6
10872026-07-16T17:35:40.729Z Downloaded rustls-platform-verifier v0.6.2
10882026-07-16T17:35:40.732Z Downloaded thiserror-no-std v2.0.2
10892026-07-16T17:35:40.737Z Downloaded serde_yaml v0.9.34+deprecated
10902026-07-16T17:35:40.737Z Downloaded topological-sort v0.2.2
10912026-07-16T17:35:40.740Z Downloaded idna v1.1.0
10922026-07-16T17:35:40.740Z Downloaded termios v0.3.3
10932026-07-16T17:35:40.740Z Downloaded itertools v0.13.0
10942026-07-16T17:35:40.747Z Downloaded tower-service v0.3.3
10952026-07-16T17:35:40.751Z Downloaded tower-layer v0.3.3
10962026-07-16T17:35:40.751Z Downloaded sqlformat v0.3.5
10972026-07-16T17:35:40.751Z Downloaded schemars v0.8.22
10982026-07-16T17:35:40.760Z Downloaded try-lock v0.2.5
10992026-07-16T17:35:40.760Z Downloaded tinystr v0.8.2
11002026-07-16T17:35:40.760Z Downloaded bitvec v1.0.1
11012026-07-16T17:35:40.767Z Downloaded typify-macro v0.6.2
11022026-07-16T17:35:40.774Z Downloaded aws-lc-rs v1.16.3
11032026-07-16T17:35:40.777Z Downloaded unarray v0.1.4
11042026-07-16T17:35:40.777Z Downloaded tokio-native-tls v0.3.1
11052026-07-16T17:35:40.778Z Downloaded unicode-xid v0.2.6
11062026-07-16T17:35:40.778Z Downloaded unicode-truncate v1.1.0
11072026-07-16T17:35:40.778Z Downloaded tokio-dtrace v0.1.1
11082026-07-16T17:35:40.781Z Downloaded untrusted v0.9.0
11092026-07-16T17:35:40.781Z Downloaded unit-prefix v0.5.2
11102026-07-16T17:35:40.781Z Downloaded tls_codec_derive v0.4.2
11112026-07-16T17:35:40.781Z Downloaded tls_codec v0.4.2
11122026-07-16T17:35:40.784Z Downloaded universal-hash v0.5.1
11132026-07-16T17:35:40.784Z Downloaded usdt v0.6.0
11142026-07-16T17:35:40.784Z Downloaded utf-8 v0.7.6
11152026-07-16T17:35:40.790Z Downloaded tokio-tungstenite v0.21.0
11162026-07-16T17:35:40.790Z Downloaded universal-hash v0.6.1
11172026-07-16T17:35:40.790Z Downloaded similar v2.7.0
11182026-07-16T17:35:40.793Z Downloaded term v1.2.1
11192026-07-16T17:35:40.793Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11202026-07-16T17:35:40.799Z Downloaded tokio-tungstenite v0.23.1
11212026-07-16T17:35:40.799Z Downloaded usdt-macro v0.6.0
11222026-07-16T17:35:40.799Z Downloaded untrusted v0.7.1
11232026-07-16T17:35:40.803Z Downloaded itertools v0.14.0
11242026-07-16T17:35:40.803Z Downloaded toml_writer v1.1.1+spec-1.1.0
11252026-07-16T17:35:40.806Z Downloaded schemars v1.2.1
11262026-07-16T17:35:40.813Z Downloaded waitgroup v0.1.2
11272026-07-16T17:35:40.817Z Downloaded wait-timeout v0.2.1
11282026-07-16T17:35:40.817Z Downloaded utf8_iter v1.0.4
11292026-07-16T17:35:40.817Z Downloaded void v1.0.2
11302026-07-16T17:35:40.817Z Downloaded rustls-webpki v0.103.13
11312026-07-16T17:35:40.820Z Downloaded rsa v0.9.10
11322026-07-16T17:35:40.824Z Downloaded tui-tree-widget v0.23.1
11332026-07-16T17:35:40.824Z Downloaded nom v8.0.0
11342026-07-16T17:35:40.828Z Downloaded tiny-keccak v2.0.2
11352026-07-16T17:35:40.831Z Downloaded signal-hook v0.3.18
11362026-07-16T17:35:40.831Z Downloaded nom v7.1.3
11372026-07-16T17:35:40.837Z Downloaded xattr v1.6.1
11382026-07-16T17:35:40.841Z Downloaded want v0.3.1
11392026-07-16T17:35:40.841Z Downloaded h2 v0.4.15
11402026-07-16T17:35:40.841Z Downloaded snafu v0.8.9
11412026-07-16T17:35:40.844Z Downloaded unicase v2.9.0
11422026-07-16T17:35:40.847Z Downloaded tokio-rustls v0.26.4
11432026-07-16T17:35:40.847Z Downloaded xshell-macros v0.2.7
11442026-07-16T17:35:40.847Z Downloaded yoke-derive v0.8.1
11452026-07-16T17:35:40.851Z Downloaded iri-string v0.7.10
11462026-07-16T17:35:40.856Z Downloaded usdt-attr-macro v0.6.0
11472026-07-16T17:35:40.856Z Downloaded libm v0.2.16
11482026-07-16T17:35:40.859Z Downloaded zone v0.3.1
11492026-07-16T17:35:40.868Z Downloaded zerofrom-derive v0.1.6
11502026-07-16T17:35:40.868Z Downloaded zerofrom v0.1.6
11512026-07-16T17:35:40.868Z Downloaded tokio-stream v0.1.18
11522026-07-16T17:35:40.874Z Downloaded vsss-rs v3.3.4
11532026-07-16T17:35:40.874Z Downloaded zeroize_derive v1.4.3
11542026-07-16T17:35:40.874Z Downloaded test-strategy v0.4.5
11552026-07-16T17:35:40.874Z Downloaded usdt-impl v0.6.0
11562026-07-16T17:35:40.874Z Downloaded toml_parser v1.1.2+spec-1.1.0
11572026-07-16T17:35:40.879Z Downloaded vergen-lib v9.1.0
11582026-07-16T17:35:40.879Z Downloaded vergen-lib v0.1.6
11592026-07-16T17:35:40.879Z Downloaded tracing-attributes v0.1.31
11602026-07-16T17:35:40.879Z Downloaded rand v0.10.1
11612026-07-16T17:35:40.882Z Downloaded zone_cfg_derive v0.3.1
11622026-07-16T17:35:40.883Z Downloaded vergen-git2 v9.1.0
11632026-07-16T17:35:40.883Z Downloaded vergen-gitcl v1.0.8
11642026-07-16T17:35:40.883Z Downloaded uzers v0.12.2
11652026-07-16T17:35:40.889Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11662026-07-16T17:35:40.889Z Downloaded term v0.7.0
11672026-07-16T17:35:40.889Z Downloaded socket2 v0.6.3
11682026-07-16T17:35:40.892Z Downloaded whoami v2.1.0
11692026-07-16T17:35:40.892Z Downloaded whoami v1.6.1
11702026-07-16T17:35:40.893Z Downloaded samael v0.0.19
11712026-07-16T17:35:40.896Z Downloaded xshell v0.2.7
11722026-07-16T17:35:40.896Z Downloaded wyz v0.5.1
11732026-07-16T17:35:40.899Z Downloaded writeable v0.6.2
11742026-07-16T17:35:40.899Z Downloaded subprocess v0.2.15
11752026-07-16T17:35:40.903Z Downloaded unicode-properties v0.1.4
11762026-07-16T17:35:40.903Z Downloaded blake3 v1.8.5
11772026-07-16T17:35:40.906Z Downloaded futures-util v0.3.32
11782026-07-16T17:35:40.913Z Downloaded yoke v0.8.1
11792026-07-16T17:35:40.918Z Downloaded toml v1.1.2+spec-1.1.0
11802026-07-16T17:35:40.918Z Downloaded toml v0.7.8
11812026-07-16T17:35:40.922Z Downloaded tar v0.4.46
11822026-07-16T17:35:40.922Z Downloaded zeroize v1.8.2
11832026-07-16T17:35:40.922Z Downloaded socket2 v0.5.10
11842026-07-16T17:35:40.927Z Downloaded rand v0.9.2
11852026-07-16T17:35:40.927Z Downloaded schemars v0.9.0
11862026-07-16T17:35:40.936Z Downloaded vergen v9.1.0
11872026-07-16T17:35:40.943Z Downloaded rsa v0.10.0-rc.18
11882026-07-16T17:35:40.943Z Downloaded zerovec-derive v0.11.2
11892026-07-16T17:35:40.943Z Downloaded tinyvec v1.10.0
11902026-07-16T17:35:40.943Z Downloaded zstd-safe v7.2.4
11912026-07-16T17:35:40.943Z Downloaded tungstenite v0.23.0
11922026-07-16T17:35:40.948Z Downloaded tungstenite v0.21.0
11932026-07-16T17:35:40.948Z Downloaded zstd v0.13.3
11942026-07-16T17:35:40.948Z Downloaded hkdf v0.13.0
11952026-07-16T17:35:40.948Z Downloaded hkdf v0.12.4
11962026-07-16T17:35:40.954Z Downloaded slog v2.8.2
11972026-07-16T17:35:40.954Z Downloaded twox-hash v2.1.2
11982026-07-16T17:35:40.954Z Downloaded num-bigint-dig v0.8.6
11992026-07-16T17:35:40.958Z Downloaded icu_properties_data v2.1.2
12002026-07-16T17:35:40.962Z Downloaded yasna v0.5.2
12012026-07-16T17:35:40.962Z Downloaded hyper v1.10.1
12022026-07-16T17:35:40.966Z Downloaded time-macros v0.2.27
12032026-07-16T17:35:40.972Z Downloaded zerocopy v0.6.6
12042026-07-16T17:35:40.972Z Downloaded thread_local v1.1.9
12052026-07-16T17:35:40.972Z Downloaded trait-variant v0.1.2
12062026-07-16T17:35:40.972Z Downloaded crypto-primes v0.7.2
12072026-07-16T17:35:40.977Z Downloaded toml_edit v0.23.10+spec-1.0.0
12082026-07-16T17:35:40.977Z Downloaded chrono v0.4.45
12092026-07-16T17:35:40.980Z Downloaded serde_with v1.14.0
12102026-07-16T17:35:40.985Z Downloaded uuid v1.23.4
12112026-07-16T17:35:40.988Z Downloaded walkdir v2.5.0
12122026-07-16T17:35:40.989Z Downloaded typify v0.6.2
12132026-07-16T17:35:40.989Z Downloaded reedline v0.40.0
12142026-07-16T17:35:40.993Z Downloaded tracing-core v0.1.36
12152026-07-16T17:35:40.997Z Downloaded rustyline v14.0.0
12162026-07-16T17:35:40.997Z Downloaded bindgen v0.71.1
12172026-07-16T17:35:41.003Z Downloaded vte v0.14.1
12182026-07-16T17:35:41.009Z Downloaded iddqd v0.4.2
12192026-07-16T17:35:41.015Z Downloaded unsafe-libyaml v0.2.11
12202026-07-16T17:35:41.015Z Downloaded steno v0.4.1
12212026-07-16T17:35:41.015Z Downloaded rpassword v7.4.0
12222026-07-16T17:35:41.015Z Downloaded itertools v0.12.1
12232026-07-16T17:35:41.020Z Downloaded tokio-postgres v0.7.16
12242026-07-16T17:35:41.020Z Downloaded p384 v0.13.1
12252026-07-16T17:35:41.025Z Downloaded serde_cbor v0.11.2
12262026-07-16T17:35:41.025Z Downloaded spki v0.8.0
12272026-07-16T17:35:41.035Z Downloaded regex v1.12.3
12282026-07-16T17:35:41.038Z Downloaded zopfli v0.8.3
12292026-07-16T17:35:41.041Z Downloaded unicode_categories v0.1.1
12302026-07-16T17:35:41.041Z Downloaded git2 v0.20.4
12312026-07-16T17:35:41.045Z Downloaded portable-atomic v1.13.1
12322026-07-16T17:35:41.049Z Downloaded toml_edit v0.19.15
12332026-07-16T17:35:41.059Z Downloaded yansi v1.0.1
12342026-07-16T17:35:41.064Z Downloaded url v2.5.8
12352026-07-16T17:35:41.064Z Downloaded unicode-bidi v0.3.18
12362026-07-16T17:35:41.067Z Downloaded zerotrie v0.2.3
12372026-07-16T17:35:41.070Z Downloaded lalrpop v0.19.12
12382026-07-16T17:35:41.076Z Downloaded zip v0.6.6
12392026-07-16T17:35:41.079Z Downloaded reqwest v0.12.28
12402026-07-16T17:35:41.083Z Downloaded rawzip v0.4.4
12412026-07-16T17:35:41.087Z Downloaded reqwest v0.13.2
12422026-07-16T17:35:41.092Z Downloaded rayon v1.11.0
12432026-07-16T17:35:41.097Z Downloaded goblin v0.10.5
12442026-07-16T17:35:41.100Z Downloaded typed-path v0.9.3
12452026-07-16T17:35:41.103Z Downloaded unicode-segmentation v1.12.0
12462026-07-16T17:35:41.103Z Downloaded salty v0.3.0
12472026-07-16T17:35:41.106Z Downloaded tower v0.5.3
12482026-07-16T17:35:41.111Z Downloaded curve25519-dalek v4.1.3
12492026-07-16T17:35:41.117Z Downloaded moka v0.12.13
12502026-07-16T17:35:41.121Z Downloaded x509-cert v0.2.5
12512026-07-16T17:35:41.128Z Downloaded crypto-bigint v0.7.5
12522026-07-16T17:35:41.176Z Downloaded quick-xml v0.37.5
12532026-07-16T17:35:41.221Z Downloaded proptest v1.10.0
12542026-07-16T17:35:41.222Z Downloaded ssh-key v0.7.0-rc.10
12552026-07-16T17:35:41.222Z Downloaded unicode-normalization v0.1.25
12562026-07-16T17:35:41.222Z Downloaded tower-http v0.6.8
12572026-07-16T17:35:41.222Z Downloaded tough v0.22.0
12582026-07-16T17:35:41.251Z Downloaded object v0.30.4
12592026-07-16T17:35:41.251Z Downloaded zerocopy-derive v0.8.40
12602026-07-16T17:35:41.251Z Downloaded tokio-util v0.7.18
12612026-07-16T17:35:41.251Z Downloaded radix_trie v0.2.1
12622026-07-16T17:35:41.251Z Downloaded nix v0.27.1
12632026-07-16T17:35:41.251Z Downloaded serde_with v3.21.0
12642026-07-16T17:35:41.252Z Downloaded zip v4.6.1
12652026-07-16T17:35:41.252Z Downloaded winnow v0.5.40
12662026-07-16T17:35:41.252Z Downloaded zerovec v0.11.5
12672026-07-16T17:35:41.252Z Downloaded russh v0.61.2
12682026-07-16T17:35:41.252Z Downloaded bstr v1.12.1
12692026-07-16T17:35:41.252Z Downloaded quinn-proto v0.11.13
12702026-07-16T17:35:41.265Z Downloaded winnow v0.6.26
12712026-07-16T17:35:41.265Z Downloaded petname v2.0.2
12722026-07-16T17:35:41.270Z Downloaded nix v0.28.0
12732026-07-16T17:35:41.275Z Downloaded polar-core v0.27.3
12742026-07-16T17:35:41.278Z Downloaded winnow v1.0.3
12752026-07-16T17:35:41.282Z Downloaded time v0.3.47
12762026-07-16T17:35:41.289Z Downloaded tabled v0.20.0
12772026-07-16T17:35:41.298Z Downloaded smoltcp v0.9.1
12782026-07-16T17:35:41.305Z Downloaded hickory-proto v0.24.4
12792026-07-16T17:35:41.312Z Downloaded nix v0.31.2
12802026-07-16T17:35:41.320Z Downloaded regex-syntax v0.6.29
12812026-07-16T17:35:41.325Z Downloaded zlib-rs v0.6.2
12822026-07-16T17:35:41.336Z Downloaded object v0.37.3
12832026-07-16T17:35:41.336Z Downloaded vcpkg v0.2.15
12842026-07-16T17:35:41.357Z Downloaded smoltcp v0.11.0
12852026-07-16T17:35:41.363Z Downloaded regex-syntax v0.8.10
12862026-07-16T17:35:41.374Z Downloaded openssl v0.10.79
12872026-07-16T17:35:41.383Z Downloaded regress v0.10.5
12882026-07-16T17:35:41.383Z Downloaded diesel v2.3.7
12892026-07-16T17:35:41.397Z Downloaded dropshot v0.17.1
12902026-07-16T17:35:41.412Z Downloaded hickory-proto v0.25.2
12912026-07-16T17:35:41.421Z Downloaded zerocopy v0.8.40
12922026-07-16T17:35:41.428Z Downloaded sqlparser v0.61.0
12932026-07-16T17:35:41.434Z Downloaded openapiv3 v2.2.0
12942026-07-16T17:35:41.442Z Downloaded rustix v0.38.44
12952026-07-16T17:35:41.453Z Downloaded sled v0.34.7
12962026-07-16T17:35:41.461Z Downloaded rustls v0.23.41
12972026-07-16T17:35:41.467Z Downloaded regress v0.11.1
12982026-07-16T17:35:41.467Z Downloaded bzip2-sys v0.1.13+1.0.8
12992026-07-16T17:35:41.505Z Downloaded regex-automata v0.4.14
13002026-07-16T17:35:41.513Z Downloaded fiat-crypto v0.3.0
13012026-07-16T17:35:41.522Z Downloaded typify-impl v0.6.2
13022026-07-16T17:35:41.530Z Downloaded chrono-tz v0.10.4
13032026-07-16T17:35:41.540Z Downloaded ratatui v0.29.0
13042026-07-16T17:35:41.550Z Downloaded tracing v0.1.44
13052026-07-16T17:35:41.563Z Downloaded jiff v0.2.21
13062026-07-16T17:35:41.573Z Downloaded sha3 v0.11.0
13072026-07-16T17:35:41.577Z Downloaded zerocopy-derive v0.6.6
13082026-07-16T17:35:41.590Z Downloaded libz-sys v1.1.24
13092026-07-16T17:35:41.603Z Downloaded petgraph v0.6.5
13102026-07-16T17:35:41.613Z Downloaded tokio v1.52.1
13112026-07-16T17:35:41.636Z Downloaded petgraph v0.8.3
13122026-07-16T17:35:41.658Z Downloaded csv v1.4.0
13132026-07-16T17:35:41.669Z Downloaded sha3 v0.10.8
13142026-07-16T17:35:41.672Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-07-16T17:35:41.702Z Downloaded encoding_rs v0.8.35
13162026-07-16T17:35:41.715Z Downloaded ring v0.17.14
13172026-07-16T17:35:41.766Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-07-16T17:35:42.250Z Downloaded aws-lc-sys v0.40.0
13192026-07-16T17:35:42.500Z Compiling libc v0.2.185
13202026-07-16T17:35:42.500Z Compiling serde_core v1.0.228
13212026-07-16T17:35:42.501Z Compiling serde v1.0.228
13222026-07-16T17:35:42.506Z Compiling log v0.4.29
13232026-07-16T17:35:42.506Z Compiling smallvec v1.15.1
13242026-07-16T17:35:42.506Z Compiling shlex v1.3.0
13252026-07-16T17:35:42.637Z Compiling find-msvc-tools v0.1.9
13262026-07-16T17:35:42.644Z Compiling syn v2.0.117
13272026-07-16T17:35:42.862Z Compiling subtle v2.6.1
13282026-07-16T17:35:42.879Z Compiling scopeguard v1.2.0
13292026-07-16T17:35:42.886Z Compiling stable_deref_trait v1.2.1
13302026-07-16T17:35:42.899Z Compiling typenum v1.20.1
13312026-07-16T17:35:42.960Z Compiling lock_api v0.4.14
13322026-07-16T17:35:42.972Z Compiling serde_json v1.0.150
13332026-07-16T17:35:43.029Z Compiling zerocopy v0.8.40
13342026-07-16T17:35:43.034Z Compiling portable-atomic v1.13.1
13352026-07-16T17:35:43.190Z Compiling parking_lot_core v0.9.12
13362026-07-16T17:35:43.214Z Compiling pin-project-lite v0.2.17
13372026-07-16T17:35:43.307Z Compiling critical-section v1.2.0
13382026-07-16T17:35:43.404Z Compiling getrandom v0.4.1
13392026-07-16T17:35:43.429Z Compiling libm v0.2.16
13402026-07-16T17:35:43.471Z Compiling jobserver v0.1.34
13412026-07-16T17:35:43.496Z Compiling errno v0.3.14
13422026-07-16T17:35:43.635Z Compiling getrandom v0.2.17
13432026-07-16T17:35:43.702Z Compiling cc v1.2.56
13442026-07-16T17:35:43.736Z Compiling pkg-config v0.3.32
13452026-07-16T17:35:43.770Z Compiling rand_core v0.6.4
13462026-07-16T17:35:43.853Z Compiling signal-hook-registry v1.4.8
13472026-07-16T17:35:44.030Z Compiling once_cell v1.21.3
13482026-07-16T17:35:44.078Z Compiling num-traits v0.2.19
13492026-07-16T17:35:44.129Z Compiling rand_core v0.10.0
13502026-07-16T17:35:44.147Z Compiling futures-core v0.3.32
13512026-07-16T17:35:44.240Z Compiling parking_lot v0.12.5
13522026-07-16T17:35:44.300Z Compiling mio v1.2.0
13532026-07-16T17:35:44.444Z Compiling generic-array v0.14.7
13542026-07-16T17:35:44.483Z Compiling writeable v0.6.2
13552026-07-16T17:35:44.605Z Compiling litemap v0.8.1
13562026-07-16T17:35:44.727Z Compiling const-oid v0.9.6
13572026-07-16T17:35:44.846Z Compiling bitflags v2.11.0
13582026-07-16T17:35:44.884Z Compiling percent-encoding v2.3.2
13592026-07-16T17:35:44.913Z Compiling semver v1.0.28
13602026-07-16T17:35:45.075Z Compiling icu_normalizer_data v2.1.1
13612026-07-16T17:35:45.166Z Compiling icu_properties_data v2.1.2
13622026-07-16T17:35:45.309Z Compiling socket2 v0.6.3
13632026-07-16T17:35:45.400Z Compiling futures-sink v0.3.32
13642026-07-16T17:35:45.486Z Compiling futures-channel v0.3.32
13652026-07-16T17:35:45.502Z Compiling synstructure v0.13.2
13662026-07-16T17:35:45.515Z Compiling futures-task v0.3.32
13672026-07-16T17:35:45.529Z Compiling futures-io v0.3.32
13682026-07-16T17:35:45.687Z Compiling slab v0.4.12
13692026-07-16T17:35:45.701Z Compiling utf8_iter v1.0.4
13702026-07-16T17:35:45.719Z Compiling indexmap v2.14.0
13712026-07-16T17:35:45.731Z Compiling form_urlencoded v1.2.2
13722026-07-16T17:35:45.856Z Compiling rustversion v1.0.22
13732026-07-16T17:35:45.871Z Compiling getrandom v0.3.4
13742026-07-16T17:35:45.872Z Compiling cmake v0.1.57
13752026-07-16T17:35:45.910Z Compiling iana-time-zone v0.1.65
13762026-07-16T17:35:45.978Z Compiling fs_extra v1.3.0
13772026-07-16T17:35:46.110Z Compiling dunce v1.0.5
13782026-07-16T17:35:46.127Z Compiling ident_case v1.0.1
13792026-07-16T17:35:46.207Z Compiling rustix v1.1.3
13802026-07-16T17:35:46.249Z Compiling regex-syntax v0.8.10
13812026-07-16T17:35:46.252Z Compiling uuid v1.23.4
13822026-07-16T17:35:46.305Z Compiling aws-lc-sys v0.40.0
13832026-07-16T17:35:46.426Z Compiling base64ct v1.8.3
13842026-07-16T17:35:46.724Z Compiling base64 v0.22.1
13852026-07-16T17:35:46.852Z Compiling rand_core v0.9.5
13862026-07-16T17:35:46.921Z Compiling vcpkg v0.2.15
13872026-07-16T17:35:47.052Z Compiling pem-rfc7468 v0.7.0
13882026-07-16T17:35:47.076Z Compiling rustc_version v0.4.1
13892026-07-16T17:35:47.150Z Compiling tracing-core v0.1.36
13902026-07-16T17:35:47.277Z Compiling serde_derive v1.0.228
13912026-07-16T17:35:47.366Z Compiling zeroize_derive v1.4.3
13922026-07-16T17:35:47.399Z Compiling zerofrom-derive v0.1.6
13932026-07-16T17:35:47.680Z Compiling yoke-derive v0.8.1
13942026-07-16T17:35:47.707Z Compiling zerovec-derive v0.11.2
13952026-07-16T17:35:48.012Z Compiling zerocopy-derive v0.8.40
13962026-07-16T17:35:48.056Z Compiling zeroize v1.8.2
13972026-07-16T17:35:48.258Z Compiling displaydoc v0.2.5
13982026-07-16T17:35:48.833Z Compiling zerofrom v0.1.6
13992026-07-16T17:35:48.884Z Compiling tokio-macros v2.7.0
14002026-07-16T17:35:48.884Z Compiling futures-macro v0.3.32
14012026-07-16T17:35:48.952Z Compiling yoke v0.8.1
14022026-07-16T17:35:49.028Z Compiling openssl-sys v0.9.115
14032026-07-16T17:35:49.149Z Compiling zerovec v0.11.5
14042026-07-16T17:35:49.277Z Compiling zerotrie v0.2.3
14052026-07-16T17:35:49.572Z Compiling block-buffer v0.10.4
14062026-07-16T17:35:49.586Z Compiling crypto-common v0.1.7
14072026-07-16T17:35:49.664Z Compiling tinystr v0.8.2
14082026-07-16T17:35:49.720Z Compiling potential_utf v0.1.4
14092026-07-16T17:35:49.745Z Compiling digest v0.10.7
14102026-07-16T17:35:49.778Z Compiling der_derive v0.7.3
14112026-07-16T17:35:49.785Z Compiling futures-util v0.3.32
14122026-07-16T17:35:49.891Z Compiling icu_locale_core v2.1.1
14132026-07-16T17:35:49.895Z Compiling icu_collections v2.1.1
14142026-07-16T17:35:49.994Z Compiling tracing-attributes v0.1.31
14152026-07-16T17:35:50.384Z Compiling thiserror-impl v2.0.18
14162026-07-16T17:35:50.756Z Compiling icu_provider v2.1.1
14172026-07-16T17:35:50.771Z Compiling bytes v1.11.1
14182026-07-16T17:35:50.836Z Compiling chrono v0.4.45
14192026-07-16T17:35:51.065Z Compiling icu_normalizer v2.1.1
14202026-07-16T17:35:51.347Z Compiling tokio v1.52.1
14212026-07-16T17:35:51.395Z Compiling icu_properties v2.1.2
14222026-07-16T17:35:51.600Z Compiling http v1.4.2
14232026-07-16T17:35:51.729Z Compiling flagset v0.4.7
14242026-07-16T17:35:51.861Z Compiling aws-lc-rs v1.16.3
14252026-07-16T17:35:52.104Z Compiling der v0.7.10
14262026-07-16T17:35:52.170Z Compiling thiserror v2.0.18
14272026-07-16T17:35:52.232Z Compiling http-body v1.0.1
14282026-07-16T17:35:52.275Z Compiling idna_adapter v1.2.1
14292026-07-16T17:35:52.382Z Compiling idna v1.1.0
14302026-07-16T17:35:52.413Z Compiling tracing v0.1.44
14312026-07-16T17:35:52.487Z Compiling ppv-lite86 v0.2.21
14322026-07-16T17:35:52.566Z Compiling rustls-pki-types v1.14.0
14332026-07-16T17:35:52.594Z Compiling serde_derive_internals v0.29.1
14342026-07-16T17:35:52.669Z Compiling url v2.5.8
14352026-07-16T17:35:52.801Z Compiling rand_chacha v0.9.0
14362026-07-16T17:35:53.011Z Compiling dyn-clone v1.0.20
14372026-07-16T17:35:53.026Z Compiling httparse v1.10.1
14382026-07-16T17:35:53.145Z Compiling schemars v0.8.22
14392026-07-16T17:35:53.274Z Compiling cmov v0.5.4
14402026-07-16T17:35:53.359Z Compiling openssl-probe v0.2.1
14412026-07-16T17:35:53.373Z Compiling tinyvec_macros v0.1.1
14422026-07-16T17:35:53.440Z Compiling tinyvec v1.10.0
14432026-07-16T17:35:53.453Z Compiling ctutils v0.4.2
14442026-07-16T17:35:53.458Z Compiling schemars_derive v0.8.22
14452026-07-16T17:35:53.511Z Compiling rand v0.9.2
14462026-07-16T17:35:53.528Z Compiling spki v0.7.3
14472026-07-16T17:35:53.541Z Compiling pest_generator v2.8.6
14482026-07-16T17:35:53.677Z Compiling aho-corasick v1.1.4
14492026-07-16T17:35:53.722Z Compiling untrusted v0.7.1
14502026-07-16T17:35:53.771Z Compiling tower-layer v0.3.3
14512026-07-16T17:35:53.844Z Compiling tower-service v0.3.3
14522026-07-16T17:35:53.930Z Compiling atomic-waker v1.1.2
14532026-07-16T17:35:53.943Z Compiling try-lock v0.2.5
14542026-07-16T17:35:54.051Z Compiling tempfile v3.25.0
14552026-07-16T17:35:54.064Z Compiling want v0.3.1
14562026-07-16T17:35:54.211Z Compiling pest_derive v2.8.6
14572026-07-16T17:35:54.227Z Compiling hybrid-array v0.4.13
14582026-07-16T17:35:54.418Z Compiling ipnet v2.11.0
14592026-07-16T17:35:54.573Z Compiling regex-automata v0.4.14
14602026-07-16T17:35:54.700Z Compiling scroll_derive v0.13.1
14612026-07-16T17:35:54.959Z Compiling darling_core v0.20.11
14622026-07-16T17:35:55.050Z Compiling rustls v0.23.41
14632026-07-16T17:35:55.239Z Compiling tokio-util v0.7.18
14642026-07-16T17:35:55.354Z Compiling cpufeatures v0.2.17
14652026-07-16T17:35:55.430Z Compiling untrusted v0.9.0
14662026-07-16T17:35:55.510Z Compiling httpdate v1.0.3
14672026-07-16T17:35:55.554Z Compiling openssl v0.10.79
14682026-07-16T17:35:55.744Z Compiling foreign-types-shared v0.1.1
14692026-07-16T17:35:55.818Z Compiling foreign-types v0.3.2
14702026-07-16T17:35:55.833Z Compiling scroll v0.13.0
14712026-07-16T17:35:55.892Z Compiling unicode-normalization v0.1.25
14722026-07-16T17:35:56.013Z Compiling h2 v0.4.15
14732026-07-16T17:35:56.100Z Compiling pkcs8 v0.10.2
14742026-07-16T17:35:56.343Z Compiling openssl-macros v0.1.1
14752026-07-16T17:35:56.357Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14762026-07-16T17:35:56.659Z Compiling spin v0.9.8
14772026-07-16T17:35:56.740Z Compiling powerfmt v0.2.0
14782026-07-16T17:35:56.754Z Compiling native-tls v0.2.18
14792026-07-16T17:35:56.867Z Compiling time-core v0.1.8
14802026-07-16T17:35:56.942Z Compiling num-conv v0.2.0
14812026-07-16T17:35:56.965Z Compiling crc32fast v1.5.0
14822026-07-16T17:35:57.005Z Compiling deranged v0.5.8
14832026-07-16T17:35:57.071Z Compiling time-macros v0.2.27
14842026-07-16T17:35:57.189Z Compiling darling_macro v0.20.11
14852026-07-16T17:35:57.665Z Compiling darling v0.20.11
14862026-07-16T17:35:57.747Z Compiling goblin v0.10.5
14872026-07-16T17:35:57.950Z Compiling sha2 v0.10.9
14882026-07-16T17:35:58.121Z Compiling hmac v0.12.1
14892026-07-16T17:35:58.282Z Compiling sync_wrapper v1.0.2
14902026-07-16T17:35:58.389Z Compiling wait-timeout v0.2.1
14912026-07-16T17:35:58.638Z Compiling siphasher v1.0.2
14922026-07-16T17:35:58.654Z Compiling num_threads v0.1.7
14932026-07-16T17:35:58.751Z Compiling unicode-segmentation v1.12.0
14942026-07-16T17:35:58.822Z Compiling simd-adler32 v0.3.8
14952026-07-16T17:35:59.060Z Compiling hyper v1.10.1
14962026-07-16T17:35:59.122Z Compiling syn v1.0.109
14972026-07-16T17:35:59.318Z Compiling crossbeam-utils v0.8.21
14982026-07-16T17:35:59.438Z Compiling usdt-impl v0.6.0
14992026-07-16T17:35:59.617Z Compiling bit-vec v0.8.0
15002026-07-16T17:35:59.685Z Compiling quick-error v1.2.3
15012026-07-16T17:35:59.797Z Compiling rusty-fork v0.3.1
15022026-07-16T17:35:59.871Z Compiling bit-set v0.8.0
15032026-07-16T17:36:00.117Z Compiling time v0.3.47
15042026-07-16T17:36:00.139Z Compiling tower v0.5.3
15052026-07-16T17:36:00.233Z Compiling hyper-util v0.1.20
15062026-07-16T17:36:00.387Z Compiling derive_builder_core v0.20.2
15072026-07-16T17:36:00.618Z Compiling dof v0.4.0
15082026-07-16T17:36:00.882Z Compiling dtrace-parser v0.3.0
15092026-07-16T17:36:01.254Z Compiling http-body-util v0.1.3
15102026-07-16T17:36:01.498Z Compiling heapless v0.7.17
15112026-07-16T17:36:01.600Z Compiling thiserror-impl v1.0.69
15122026-07-16T17:36:01.680Z Compiling scroll_derive v0.12.1
15132026-07-16T17:36:01.745Z Compiling rand_xorshift v0.4.0
15142026-07-16T17:36:01.761Z Compiling slog v2.8.2
15152026-07-16T17:36:01.910Z Compiling darling_core v0.23.0
15162026-07-16T17:36:01.955Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-07-16T17:36:01.958Z Compiling thread-id v5.1.0
15182026-07-16T17:36:01.958Z Compiling cookie v0.18.1
15192026-07-16T17:36:02.051Z Compiling zstd-safe v7.2.4
15202026-07-16T17:36:02.149Z Compiling paste v1.0.15
15212026-07-16T17:36:02.259Z Compiling signal-hook v0.3.18
15222026-07-16T17:36:02.301Z Compiling adler2 v2.0.1
15232026-07-16T17:36:02.335Z Compiling unarray v0.1.4
15242026-07-16T17:36:02.401Z Compiling unicode-properties v0.1.4
15252026-07-16T17:36:02.454Z Compiling ryu v1.0.23
15262026-07-16T17:36:02.458Z Compiling anyhow v1.0.102
15272026-07-16T17:36:02.458Z Compiling allocator-api2 v0.2.21
15282026-07-16T17:36:02.608Z Compiling unicode-bidi v0.3.18
15292026-07-16T17:36:02.612Z Compiling iri-string v0.7.10
15302026-07-16T17:36:02.782Z Compiling serde_urlencoded v0.7.1
15312026-07-16T17:36:02.861Z Compiling thiserror v1.0.69
15322026-07-16T17:36:02.959Z Compiling stringprep v0.1.5
15332026-07-16T17:36:03.021Z Compiling proptest v1.10.0
15342026-07-16T17:36:03.038Z Compiling miniz_oxide v0.8.9
15352026-07-16T17:36:03.136Z Compiling scroll v0.12.0
15362026-07-16T17:36:03.676Z Compiling derive_builder_macro v0.20.2
15372026-07-16T17:36:03.708Z Compiling tokio-native-tls v0.3.1
15382026-07-16T17:36:03.875Z Compiling tower-http v0.6.8
15392026-07-16T17:36:04.003Z Compiling camino v1.2.2
15402026-07-16T17:36:04.180Z Compiling heck v0.4.1
15412026-07-16T17:36:04.301Z Compiling bstr v1.12.1
15422026-07-16T17:36:04.355Z Compiling darling_macro v0.23.0
15432026-07-16T17:36:04.384Z Compiling ipnetwork v0.21.1
15442026-07-16T17:36:04.395Z Compiling block-padding v0.4.2
15452026-07-16T17:36:04.551Z Compiling crypto-common v0.2.2
15462026-07-16T17:36:04.643Z Compiling block-buffer v0.12.1
15472026-07-16T17:36:04.819Z Compiling rustls-native-certs v0.8.3
15482026-07-16T17:36:04.847Z Compiling rand_chacha v0.3.1
15492026-07-16T17:36:04.869Z Compiling serde_spanned v0.6.9
15502026-07-16T17:36:04.968Z Compiling toml_datetime v0.6.11
15512026-07-16T17:36:05.020Z Compiling serde_tokenstream v0.2.3
15522026-07-16T17:36:05.179Z Compiling erased-serde v0.3.31
15532026-07-16T17:36:05.228Z Compiling hex v0.4.3
15542026-07-16T17:36:05.331Z Compiling md-5 v0.10.6
15552026-07-16T17:36:05.501Z Compiling signature v2.2.0
15562026-07-16T17:36:05.501Z Compiling curve25519-dalek v4.1.3
15572026-07-16T17:36:05.606Z Compiling pin-project-internal v1.1.11
15582026-07-16T17:36:05.644Z Compiling zerocopy-derive v0.7.35
15592026-07-16T17:36:05.689Z Compiling async-trait v0.1.89
15602026-07-16T17:36:05.844Z Compiling vergen-lib v9.1.0
15612026-07-16T17:36:06.041Z Compiling hash32 v0.2.1
15622026-07-16T17:36:06.238Z Compiling num-integer v0.1.46
15632026-07-16T17:36:06.278Z Compiling memoffset v0.9.1
15642026-07-16T17:36:06.484Z Compiling encoding_rs v0.8.35
15652026-07-16T17:36:06.523Z Compiling mime v0.3.17
15662026-07-16T17:36:06.557Z Compiling smoltcp v0.9.1
15672026-07-16T17:36:06.705Z Compiling num-bigint-dig v0.8.6
15682026-07-16T17:36:06.718Z Compiling ref-cast v1.0.25
15692026-07-16T17:36:06.769Z Compiling cfg_aliases v0.2.1
15702026-07-16T17:36:06.846Z Compiling litrs v1.0.0
15712026-07-16T17:36:06.899Z Compiling fallible-iterator v0.2.0
15722026-07-16T17:36:06.913Z Compiling zlib-rs v0.6.2
15732026-07-16T17:36:07.038Z Compiling psl-types v2.0.11
15742026-07-16T17:36:07.167Z Compiling rustix v0.38.44
15752026-07-16T17:36:07.210Z Compiling postgres-protocol v0.6.10
15762026-07-16T17:36:07.342Z Compiling document-features v0.2.12
15772026-07-16T17:36:07.614Z Compiling publicsuffix v2.3.0
15782026-07-16T17:36:07.819Z Compiling nix v0.31.2
15792026-07-16T17:36:07.832Z Compiling pin-project v1.1.11
15802026-07-16T17:36:07.931Z Compiling zerocopy v0.7.35
15812026-07-16T17:36:07.948Z Compiling hubpack_derive v0.1.1
15822026-07-16T17:36:07.988Z Compiling num-iter v0.1.45
15832026-07-16T17:36:08.206Z Compiling newtype-uuid v1.3.2
15842026-07-16T17:36:08.397Z Compiling rand v0.8.6
15852026-07-16T17:36:08.465Z Compiling darling v0.23.0
15862026-07-16T17:36:08.514Z Compiling oxnet v0.1.6
15872026-07-16T17:36:08.536Z Compiling inout v0.2.2
15882026-07-16T17:36:08.546Z Compiling snafu-derive v0.8.9
15892026-07-16T17:36:08.677Z Compiling derive_builder v0.20.2
15902026-07-16T17:36:08.702Z Compiling hyper-tls v0.6.0
15912026-07-16T17:36:08.943Z Compiling goblin v0.8.2
15922026-07-16T17:36:09.513Z Compiling phf_shared v0.13.1
15932026-07-16T17:36:09.529Z Compiling lazy_static v1.5.0
15942026-07-16T17:36:09.658Z Compiling regex v1.12.3
15952026-07-16T17:36:09.812Z Compiling flate2 v1.1.9
15962026-07-16T17:36:09.831Z Compiling anstyle-parse v0.2.7
15972026-07-16T17:36:10.020Z Compiling strum_macros v0.27.2
15982026-07-16T17:36:10.117Z Compiling futures-executor v0.3.32
15992026-07-16T17:36:10.181Z Compiling terminal_size v0.4.3
16002026-07-16T17:36:10.241Z Compiling ref-cast-impl v1.0.25
16012026-07-16T17:36:10.320Z Compiling curve25519-dalek-derive v0.1.1
16022026-07-16T17:36:10.378Z Compiling daft-derive v0.1.7
16032026-07-16T17:36:10.516Z Compiling vergen v9.1.0
16042026-07-16T17:36:10.680Z Compiling cargo-platform v0.3.2
16052026-07-16T17:36:10.797Z Compiling ff v0.13.1
16062026-07-16T17:36:10.943Z Compiling fs-err v3.3.0
16072026-07-16T17:36:10.953Z Compiling ahash v0.8.12
16082026-07-16T17:36:10.972Z Compiling libbz2-rs-sys v0.2.2
16092026-07-16T17:36:11.116Z Compiling same-file v1.0.6
16102026-07-16T17:36:11.137Z Compiling bumpalo v3.20.2
16112026-07-16T17:36:11.174Z Compiling base16ct v0.2.0
16122026-07-16T17:36:11.282Z Compiling managed v0.8.0
16132026-07-16T17:36:11.353Z Compiling winnow v0.5.40
16142026-07-16T17:36:11.398Z Compiling bitflags v1.3.2
16152026-07-16T17:36:11.487Z Compiling object v0.37.3
16162026-07-16T17:36:11.499Z Compiling foldhash v0.1.5
16172026-07-16T17:36:11.647Z Compiling foldhash v0.2.0
16182026-07-16T17:36:11.662Z Compiling hashbrown v0.15.5
16192026-07-16T17:36:11.801Z Compiling hashbrown v0.16.1
16202026-07-16T17:36:11.867Z Compiling clap_builder v4.6.0
16212026-07-16T17:36:11.996Z Compiling strum v0.27.2
16222026-07-16T17:36:12.220Z Compiling bzip2 v0.6.1
16232026-07-16T17:36:12.393Z Compiling zopfli v0.8.3
16242026-07-16T17:36:12.417Z Compiling sec1 v0.7.3
16252026-07-16T17:36:12.421Z Compiling walkdir v2.5.0
16262026-07-16T17:36:12.687Z Compiling toml_edit v0.19.15
16272026-07-16T17:36:12.752Z Compiling dof v0.3.0
16282026-07-16T17:36:12.897Z Compiling daft v0.1.7
16292026-07-16T17:36:13.039Z Compiling group v0.13.0
16302026-07-16T17:36:13.174Z Compiling cargo_metadata v0.23.1
16312026-07-16T17:36:13.342Z Compiling snafu v0.8.9
16322026-07-16T17:36:13.447Z Compiling futures v0.3.32
16332026-07-16T17:36:13.531Z Compiling anstream v0.6.21
16342026-07-16T17:36:13.695Z Compiling phf v0.13.1
16352026-07-16T17:36:13.876Z Compiling signal-hook-mio v0.2.5
16362026-07-16T17:36:13.996Z Compiling cookie_store v0.22.1
16372026-07-16T17:36:14.190Z Compiling zstd v0.13.3
16382026-07-16T17:36:14.451Z Compiling reqwest v0.12.28
16392026-07-16T17:36:14.516Z Compiling cipher v0.5.2
16402026-07-16T17:36:14.647Z Compiling bzip2 v0.4.4
16412026-07-16T17:36:15.182Z Compiling serde_with_macros v3.21.0
16422026-07-16T17:36:15.188Z Compiling hubpack v0.1.2
16432026-07-16T17:36:15.188Z Compiling postgres-types v0.2.12
16442026-07-16T17:36:15.362Z Compiling ed25519 v2.2.3
16452026-07-16T17:36:15.627Z Compiling usdt-macro v0.6.0
16462026-07-16T17:36:15.943Z Compiling usdt-attr-macro v0.6.0
16472026-07-16T17:36:15.975Z Compiling globset v0.4.18
16482026-07-16T17:36:16.069Z Compiling dtrace-parser v0.2.0
16492026-07-16T17:36:16.311Z Compiling phf_shared v0.11.3
16502026-07-16T17:36:16.381Z Compiling hkdf v0.12.4
16512026-07-16T17:36:16.455Z Compiling olpc-cjson v0.1.4
16522026-07-16T17:36:16.549Z Compiling pkcs1 v0.7.5
16532026-07-16T17:36:16.616Z Compiling clap_derive v4.6.1
16542026-07-16T17:36:16.645Z Compiling strum_macros v0.26.4
16552026-07-16T17:36:16.733Z Compiling enum-as-inner v0.6.1
16562026-07-16T17:36:16.809Z Compiling serde_plain v1.0.2
16572026-07-16T17:36:16.946Z Compiling serde-big-array v0.5.1
16582026-07-16T17:36:17.007Z Compiling crypto-bigint v0.5.5
16592026-07-16T17:36:17.090Z Compiling async-recursion v1.1.1
16602026-07-16T17:36:17.246Z Compiling serde_repr v0.1.20
16612026-07-16T17:36:17.755Z Compiling pem v3.0.6
16622026-07-16T17:36:17.790Z Compiling float-cmp v0.10.0
16632026-07-16T17:36:17.940Z Compiling thread-id v4.2.2
16642026-07-16T17:36:18.030Z Compiling memmap2 v0.9.10
16652026-07-16T17:36:18.077Z Compiling env_filter v1.0.0
16662026-07-16T17:36:18.198Z Compiling precomputed-hash v0.1.1
16672026-07-16T17:36:18.242Z Compiling winnow v1.0.3
16682026-07-16T17:36:18.295Z Compiling either v1.15.0
16692026-07-16T17:36:18.358Z Compiling fixedbitset v0.4.2
16702026-07-16T17:36:18.373Z Compiling whoami v2.1.0
16712026-07-16T17:36:18.387Z Compiling data-encoding v2.10.0
16722026-07-16T17:36:18.499Z Compiling normalize-line-endings v0.3.0
16732026-07-16T17:36:18.574Z Compiling predicates-core v1.0.10
16742026-07-16T17:36:18.595Z Compiling keccak v0.1.6
16752026-07-16T17:36:18.614Z Compiling static_assertions v1.1.0
16762026-07-16T17:36:18.740Z Compiling const-oid v0.10.2
16772026-07-16T17:36:18.747Z Compiling typed-path v0.9.3
16782026-07-16T17:36:18.762Z Compiling difflib v0.4.0
16792026-07-16T17:36:18.895Z Compiling fixedbitset v0.5.7
16802026-07-16T17:36:19.077Z Compiling cpufeatures v0.3.0
16812026-07-16T17:36:19.133Z Compiling jiff v0.2.21
16822026-07-16T17:36:19.159Z Compiling new_debug_unreachable v1.0.6
16832026-07-16T17:36:19.200Z Compiling chacha20 v0.10.0
16842026-07-16T17:36:19.235Z Compiling string_cache v0.8.9
16852026-07-16T17:36:19.307Z Compiling petgraph v0.8.3
16862026-07-16T17:36:19.321Z Compiling predicates v3.1.4
16872026-07-16T17:36:19.462Z Compiling digest v0.11.3
16882026-07-16T17:36:19.476Z Compiling sha3 v0.10.8
16892026-07-16T17:36:19.569Z Compiling hickory-proto v0.25.2
16902026-07-16T17:36:19.736Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16912026-07-16T17:36:19.961Z Compiling tokio-postgres v0.7.16
16922026-07-16T17:36:20.001Z Compiling toml_parser v1.1.2+spec-1.1.0
16932026-07-16T17:36:20.015Z Compiling petgraph v0.6.5
16942026-07-16T17:36:20.658Z Compiling itertools v0.13.0
16952026-07-16T17:36:21.331Z Compiling toml_edit v0.22.27
16962026-07-16T17:36:21.513Z Compiling strum v0.26.3
16972026-07-16T17:36:21.648Z Compiling clap v4.6.1
16982026-07-16T17:36:21.736Z Compiling zip v4.6.1
16992026-07-16T17:36:21.888Z Compiling env_logger v0.11.9
17002026-07-16T17:36:22.150Z Compiling usdt v0.6.0
17012026-07-16T17:36:22.275Z Compiling usdt-impl v0.5.0
17022026-07-16T17:36:22.420Z Compiling elliptic-curve v0.13.8
17032026-07-16T17:36:22.523Z Compiling rsa v0.9.10
17042026-07-16T17:36:22.695Z Compiling serde_with v3.21.0
17052026-07-16T17:36:22.841Z Compiling crossterm v0.28.1
17062026-07-16T17:36:22.856Z Compiling ed25519-dalek v2.2.0
17072026-07-16T17:36:23.486Z Compiling zip v0.6.6
17082026-07-16T17:36:24.050Z Compiling toml v0.7.8
17092026-07-16T17:36:24.098Z Compiling iddqd v0.4.2
17102026-07-16T17:36:24.611Z Compiling byte-wrapper v0.1.0
17112026-07-16T17:36:24.674Z Compiling similar v2.7.0
17122026-07-16T17:36:24.694Z Compiling crossbeam-epoch v0.9.18
17132026-07-16T17:36:24.959Z Compiling tokio-stream v0.1.18
17142026-07-16T17:36:24.975Z Compiling buf-list v1.1.2
17152026-07-16T17:36:25.029Z Compiling x509-cert v0.2.5
17162026-07-16T17:36:25.254Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17172026-07-16T17:36:25.423Z Compiling openapiv3 v2.2.0
17182026-07-16T17:36:25.426Z Compiling lalrpop-util v0.19.12
17192026-07-16T17:36:25.558Z Compiling peg-runtime v0.8.5
17202026-07-16T17:36:25.562Z Compiling thread_local v1.1.9
17212026-07-16T17:36:25.621Z Compiling slog-async v2.8.0
17222026-07-16T17:36:25.818Z Compiling crossbeam-channel v0.5.15
17232026-07-16T17:36:25.835Z Compiling filetime v0.2.27
17242026-07-16T17:36:25.850Z Compiling is-terminal v0.4.17
17252026-07-16T17:36:25.946Z Compiling take_mut v0.2.2
17262026-07-16T17:36:25.964Z Compiling term v1.2.1
17272026-07-16T17:36:26.008Z Compiling xattr v1.6.1
17282026-07-16T17:36:26.058Z Compiling camino-tempfile v1.4.1
17292026-07-16T17:36:26.269Z Compiling slog-term v2.9.2
17302026-07-16T17:36:26.291Z Compiling tar v0.4.46
17312026-07-16T17:36:36.313Z Compiling rustls-webpki v0.103.13
17322026-07-16T17:36:39.041Z Compiling tokio-rustls v0.26.4
17332026-07-16T17:36:39.041Z Compiling rustls-platform-verifier v0.6.2
17342026-07-16T17:36:39.041Z Compiling tough v0.22.0
17352026-07-16T17:36:39.253Z Compiling hyper-rustls v0.27.7
17362026-07-16T17:36:39.449Z Compiling reqwest v0.13.2
17372026-07-16T17:36:41.661Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17382026-07-16T17:36:41.892Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17392026-07-16T17:36:44.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17402026-07-16T17:36:44.848Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17412026-07-16T17:36:44.903ZJul 16 17:36:43.865 INFO Starting download, target: Clickhouse
17422026-07-16T17:36:44.903ZJul 16 17:36:43.865 INFO Starting download, target: Console
17432026-07-16T17:36:44.903ZJul 16 17:36:43.865 INFO Starting download, target: Cockroach
17442026-07-16T17:36:44.903ZJul 16 17:36:43.865 INFO Starting download, target: DendriteStub
17452026-07-16T17:36:44.907ZJul 16 17:36:43.865 INFO Starting download, target: MaghemiteMgd
17462026-07-16T17:36:44.907ZJul 16 17:36:43.865 INFO Starting download, target: MaghemiteDdmd
17472026-07-16T17:36:44.907ZJul 16 17:36:43.865 INFO Starting download, target: TransceiverControl
17482026-07-16T17:36:44.907ZJul 16 17:36:43.865 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17492026-07-16T17:36:44.907ZJul 16 17:36:43.866 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17502026-07-16T17:36:44.907ZJul 16 17:36:43.866 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17512026-07-16T17:36:44.907ZJul 16 17:36:43.866 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17522026-07-16T17:36:44.907ZJul 16 17:36:43.866 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17532026-07-16T17:36:44.907ZJul 16 17:36:43.866 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17542026-07-16T17:36:44.907ZJul 16 17:36:43.866 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17552026-07-16T17:36:45.248ZJul 16 17:36:44.201 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17562026-07-16T17:36:45.463ZJul 16 17:36:44.414 INFO Download complete, target: TransceiverControl
17572026-07-16T17:36:47.013ZJul 16 17:36:45.962 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17582026-07-16T17:36:47.281ZJul 16 17:36:46.231 INFO Download complete, target: Console
17592026-07-16T17:36:47.329ZJul 16 17:36:46.285 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17602026-07-16T17:36:47.407ZJul 16 17:36:46.368 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17612026-07-16T17:36:47.434ZJul 16 17:36:46.396 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17622026-07-16T17:36:47.876ZJul 16 17:36:46.830 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17632026-07-16T17:36:48.623ZJul 16 17:36:47.585 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17642026-07-16T17:36:48.623ZJul 16 17:36:47.585 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17652026-07-16T17:36:49.375ZJul 16 17:36:48.337 INFO Download complete, target: MaghemiteDdmd
17662026-07-16T17:36:49.951ZJul 16 17:36:48.913 INFO Download complete, target: DendriteStub
17672026-07-16T17:36:50.467ZJul 16 17:36:49.427 INFO Download complete, target: MaghemiteMgd
17682026-07-16T17:36:53.274ZJul 16 17:36:52.236 INFO Checking that binary works, target: Cockroach
17692026-07-16T17:36:53.394ZJul 16 17:36:52.356 INFO Download complete, target: Cockroach
17702026-07-16T17:36:54.185ZJul 16 17:36:53.146 INFO Checking that binary works, target: Clickhouse
17712026-07-16T17:36:54.292ZJul 16 17:36:53.251 INFO Download complete, target: Clickhouse
17722026-07-16T17:36:54.304ZAll builder prerequisites installed successfully, and PATH looks valid
17732026-07-16T17:36:54.308Z
17742026-07-16T17:36:54.308Zreal 2:02.092644689
17752026-07-16T17:36:54.308Zuser 6:35.932754626
17762026-07-16T17:36:54.308Zsys 1:21.501264834
17772026-07-16T17:36:54.308Ztrap 0.229264355
17782026-07-16T17:36:54.308Ztflt 0.543872712
17792026-07-16T17:36:54.308Zdflt 0.841575444
17802026-07-16T17:36:54.308Zkflt 0.024990805
17812026-07-16T17:36:54.308Zlock 21:49.600743023
17822026-07-16T17:36:54.308Zslp 20:06.231916762
17832026-07-16T17:36:54.308Zlat 42.517356716
17842026-07-16T17:36:54.308Zstop 1:56.591703812
17852026-07-16T17:36:54.308Z+ banner hack-check
17862026-07-16T17:36:54.309Z
17872026-07-16T17:36:54.309Z # # ## #### # # #### # # ###### #### # #
17882026-07-16T17:36:54.309Z # # # # # # # # # # # # # # # # #
17892026-07-16T17:36:54.309Z ###### # # # #### ##### # ###### ##### # ####
17902026-07-16T17:36:54.309Z # # ###### # # # # # # # # # #
17912026-07-16T17:36:54.309Z # # # # # # # # # # # # # # # # #
17922026-07-16T17:36:54.309Z # # # # #### # # #### # # ###### #### # #
17932026-07-16T17:36:54.309Z
17942026-07-16T17:36:54.309Z+ export CARGO_INCREMENTAL=0
17952026-07-16T17:36:54.309Z+ CARGO_INCREMENTAL=0
17962026-07-16T17:36:54.309Z+ ptime -m timeout 2h cargo xtask check-features --ci
17972026-07-16T17:36:54.777Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17982026-07-16T17:36:55.063Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17992026-07-16T17:36:56.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
18002026-07-16T17:36:56.876Z Running `target/debug/xtask check-features --ci`
18012026-07-16T17:36:56.901Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18022026-07-16T17:36:56.904Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18032026-07-16T17:36:57.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18042026-07-16T17:36:57.336Z Running `target/debug/xtask download cargo-hack`
18052026-07-16T17:36:58.080Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18062026-07-16T17:36:58.406Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18072026-07-16T17:37:00.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
18082026-07-16T17:37:01.074Z Running `target/debug/xtask-downloader cargo-hack`
18092026-07-16T17:37:01.118ZJul 16 17:37:00.080 INFO Starting download, target: CargoHack
18102026-07-16T17:37:01.124ZJul 16 17:37:00.080 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18112026-07-16T17:37:01.506ZJul 16 17:37:00.468 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18122026-07-16T17:37:01.555ZJul 16 17:37:00.518 INFO Download complete, target: CargoHack
18132026-07-16T17:37:01.558Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18142026-07-16T17:37:01.571Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18152026-07-16T17:37:01.728Zinfo: running `cargo check --bins` on api_identity (1/301)
18162026-07-16T17:37:02.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-07-16T17:37:02.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-07-16T17:37:02.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-07-16T17:37:02.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18202026-07-16T17:37:02.248Z
18212026-07-16T17:37:02.248Zinfo: running `cargo check --bins` on bootstore (2/301)
18222026-07-16T17:37:02.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-07-16T17:37:02.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-07-16T17:37:02.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-07-16T17:37:02.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18262026-07-16T17:37:02.765Z
18272026-07-16T17:37:02.765Zinfo: running `cargo check --bins` on omicron-ledger (3/301)
18282026-07-16T17:37:03.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-07-16T17:37:03.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-07-16T17:37:03.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-07-16T17:37:03.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18322026-07-16T17:37:03.284Z
18332026-07-16T17:37:03.284Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301)
18342026-07-16T17:37:03.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-07-16T17:37:03.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-07-16T17:37:03.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-07-16T17:37:03.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18382026-07-16T17:37:03.802Z
18392026-07-16T17:37:03.803Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301)
18402026-07-16T17:37:04.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-07-16T17:37:04.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-07-16T17:37:04.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-07-16T17:37:04.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18442026-07-16T17:37:04.324Z
18452026-07-16T17:37:04.324Zinfo: running `cargo check --bins` on omicron-certificates (6/301)
18462026-07-16T17:37:04.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-07-16T17:37:04.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-07-16T17:37:04.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-07-16T17:37:04.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18502026-07-16T17:37:04.861Z
18512026-07-16T17:37:04.861Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/301)
18522026-07-16T17:37:05.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-07-16T17:37:05.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-07-16T17:37:05.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-07-16T17:37:05.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18562026-07-16T17:37:05.385Z
18572026-07-16T17:37:05.385Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301)
18582026-07-16T17:37:05.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-07-16T17:37:05.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-07-16T17:37:05.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-07-16T17:37:05.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18622026-07-16T17:37:05.916Z
18632026-07-16T17:37:05.916Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301)
18642026-07-16T17:37:06.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-07-16T17:37:06.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-07-16T17:37:06.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-07-16T17:37:06.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18682026-07-16T17:37:06.311Z
18692026-07-16T17:37:06.311Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301)
18702026-07-16T17:37:06.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-07-16T17:37:06.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-07-16T17:37:06.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-07-16T17:37:06.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18742026-07-16T17:37:06.709Z
18752026-07-16T17:37:06.710Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301)
18762026-07-16T17:37:07.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-07-16T17:37:07.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-07-16T17:37:07.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-07-16T17:37:07.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18802026-07-16T17:37:07.110Z
18812026-07-16T17:37:07.110Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301)
18822026-07-16T17:37:07.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-07-16T17:37:07.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-07-16T17:37:07.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-07-16T17:37:07.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18862026-07-16T17:37:07.505Z
18872026-07-16T17:37:07.505Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301)
18882026-07-16T17:37:07.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-07-16T17:37:07.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-07-16T17:37:07.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-07-16T17:37:07.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18922026-07-16T17:37:07.904Z
18932026-07-16T17:37:07.904Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301)
18942026-07-16T17:37:08.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-07-16T17:37:08.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-07-16T17:37:08.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-07-16T17:37:08.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18982026-07-16T17:37:08.300Z
18992026-07-16T17:37:08.300Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301)
19002026-07-16T17:37:08.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-07-16T17:37:08.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-07-16T17:37:08.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-07-16T17:37:08.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19042026-07-16T17:37:08.698Z
19052026-07-16T17:37:08.698Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301)
19062026-07-16T17:37:09.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-07-16T17:37:09.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-07-16T17:37:09.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-07-16T17:37:09.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19102026-07-16T17:37:09.095Z
19112026-07-16T17:37:09.095Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301)
19122026-07-16T17:37:09.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-07-16T17:37:09.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-07-16T17:37:09.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-07-16T17:37:09.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19162026-07-16T17:37:09.493Z
19172026-07-16T17:37:09.493Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301)
19182026-07-16T17:37:09.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-07-16T17:37:09.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-07-16T17:37:09.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-07-16T17:37:09.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19222026-07-16T17:37:09.887Z
19232026-07-16T17:37:09.887Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301)
19242026-07-16T17:37:10.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-07-16T17:37:10.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-07-16T17:37:10.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-07-16T17:37:10.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19282026-07-16T17:37:10.285Z
19292026-07-16T17:37:10.285Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301)
19302026-07-16T17:37:10.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-07-16T17:37:10.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-07-16T17:37:10.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-07-16T17:37:10.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19342026-07-16T17:37:10.689Z
19352026-07-16T17:37:10.689Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301)
19362026-07-16T17:37:11.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-07-16T17:37:11.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-07-16T17:37:11.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-07-16T17:37:11.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19402026-07-16T17:37:11.085Z
19412026-07-16T17:37:11.085Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301)
19422026-07-16T17:37:11.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-07-16T17:37:11.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-07-16T17:37:11.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-07-16T17:37:11.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19462026-07-16T17:37:11.482Z
19472026-07-16T17:37:11.482Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301)
19482026-07-16T17:37:11.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-07-16T17:37:11.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-07-16T17:37:11.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-07-16T17:37:11.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19522026-07-16T17:37:11.880Z
19532026-07-16T17:37:11.880Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301)
19542026-07-16T17:37:12.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-07-16T17:37:12.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-07-16T17:37:12.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-07-16T17:37:12.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19582026-07-16T17:37:12.279Z
19592026-07-16T17:37:12.279Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301)
19602026-07-16T17:37:12.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-07-16T17:37:12.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-07-16T17:37:12.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-07-16T17:37:12.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19642026-07-16T17:37:12.677Z
19652026-07-16T17:37:12.677Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301)
19662026-07-16T17:37:13.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-07-16T17:37:13.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-07-16T17:37:13.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-07-16T17:37:13.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19702026-07-16T17:37:13.079Z
19712026-07-16T17:37:13.079Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301)
19722026-07-16T17:37:13.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-07-16T17:37:13.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-07-16T17:37:13.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-07-16T17:37:13.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19762026-07-16T17:37:13.479Z
19772026-07-16T17:37:13.479Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301)
19782026-07-16T17:37:13.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-07-16T17:37:13.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-07-16T17:37:13.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-07-16T17:37:13.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19822026-07-16T17:37:13.877Z
19832026-07-16T17:37:13.877Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301)
19842026-07-16T17:37:14.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-07-16T17:37:14.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-07-16T17:37:14.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-07-16T17:37:14.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19882026-07-16T17:37:14.276Z
19892026-07-16T17:37:14.276Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301)
19902026-07-16T17:37:14.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-07-16T17:37:14.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-07-16T17:37:14.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-07-16T17:37:14.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19942026-07-16T17:37:14.672Z
19952026-07-16T17:37:14.672Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301)
19962026-07-16T17:37:15.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-07-16T17:37:15.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-07-16T17:37:15.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-07-16T17:37:15.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20002026-07-16T17:37:15.070Z
20012026-07-16T17:37:15.071Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301)
20022026-07-16T17:37:15.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-07-16T17:37:15.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-07-16T17:37:15.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-07-16T17:37:15.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20062026-07-16T17:37:15.470Z
20072026-07-16T17:37:15.470Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301)
20082026-07-16T17:37:15.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-07-16T17:37:15.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-07-16T17:37:15.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-07-16T17:37:15.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20122026-07-16T17:37:15.869Z
20132026-07-16T17:37:15.869Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301)
20142026-07-16T17:37:16.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-07-16T17:37:16.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-07-16T17:37:16.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-07-16T17:37:16.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20182026-07-16T17:37:16.268Z
20192026-07-16T17:37:16.268Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301)
20202026-07-16T17:37:16.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-07-16T17:37:16.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-07-16T17:37:16.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-07-16T17:37:16.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20242026-07-16T17:37:16.667Z
20252026-07-16T17:37:16.668Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301)
20262026-07-16T17:37:17.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-07-16T17:37:17.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-07-16T17:37:17.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-07-16T17:37:17.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20302026-07-16T17:37:17.066Z
20312026-07-16T17:37:17.066Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301)
20322026-07-16T17:37:17.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-07-16T17:37:17.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-07-16T17:37:17.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-07-16T17:37:17.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20362026-07-16T17:37:17.468Z
20372026-07-16T17:37:17.468Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301)
20382026-07-16T17:37:17.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-07-16T17:37:17.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-07-16T17:37:17.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-07-16T17:37:17.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20422026-07-16T17:37:17.868Z
20432026-07-16T17:37:17.868Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301)
20442026-07-16T17:37:18.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-07-16T17:37:18.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-07-16T17:37:18.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-07-16T17:37:18.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20482026-07-16T17:37:18.270Z
20492026-07-16T17:37:18.270Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301)
20502026-07-16T17:37:18.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-07-16T17:37:18.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-07-16T17:37:18.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-07-16T17:37:18.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20542026-07-16T17:37:18.674Z
20552026-07-16T17:37:18.674Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301)
20562026-07-16T17:37:19.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-07-16T17:37:19.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-07-16T17:37:19.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-07-16T17:37:19.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20602026-07-16T17:37:19.076Z
20612026-07-16T17:37:19.076Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301)
20622026-07-16T17:37:19.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-07-16T17:37:19.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-07-16T17:37:19.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-07-16T17:37:19.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20662026-07-16T17:37:19.481Z
20672026-07-16T17:37:19.481Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301)
20682026-07-16T17:37:19.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-07-16T17:37:19.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-07-16T17:37:19.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-07-16T17:37:19.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20722026-07-16T17:37:19.884Z
20732026-07-16T17:37:19.884Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301)
20742026-07-16T17:37:20.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-07-16T17:37:20.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-07-16T17:37:20.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-07-16T17:37:20.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20782026-07-16T17:37:20.288Z
20792026-07-16T17:37:20.288Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301)
20802026-07-16T17:37:20.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-07-16T17:37:20.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-07-16T17:37:20.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-07-16T17:37:20.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20842026-07-16T17:37:20.693Z
20852026-07-16T17:37:20.693Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301)
20862026-07-16T17:37:21.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-07-16T17:37:21.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-07-16T17:37:21.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-07-16T17:37:21.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20902026-07-16T17:37:21.096Z
20912026-07-16T17:37:21.096Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301)
20922026-07-16T17:37:21.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-07-16T17:37:21.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-07-16T17:37:21.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-07-16T17:37:21.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20962026-07-16T17:37:21.495Z
20972026-07-16T17:37:21.495Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301)
20982026-07-16T17:37:21.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-07-16T17:37:21.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-07-16T17:37:21.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-07-16T17:37:21.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
21022026-07-16T17:37:21.895Z
21032026-07-16T17:37:21.895Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301)
21042026-07-16T17:37:22.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-07-16T17:37:22.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-07-16T17:37:22.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-07-16T17:37:22.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21082026-07-16T17:37:22.464Z
21092026-07-16T17:37:22.464Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301)
21102026-07-16T17:37:22.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-07-16T17:37:22.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-07-16T17:37:22.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-07-16T17:37:22.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21142026-07-16T17:37:23.066Z
21152026-07-16T17:37:23.066Zinfo: running `cargo check --bins` on nexus-config (51/301)
21162026-07-16T17:37:23.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-07-16T17:37:23.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-07-16T17:37:23.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-07-16T17:37:23.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21202026-07-16T17:37:23.600Z
21212026-07-16T17:37:23.600Zinfo: running `cargo check --bins` on nexus-types (52/301)
21222026-07-16T17:37:24.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-07-16T17:37:24.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-07-16T17:37:24.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-07-16T17:37:24.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21262026-07-16T17:37:24.170Z
21272026-07-16T17:37:24.170Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301)
21282026-07-16T17:37:24.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-07-16T17:37:24.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-07-16T17:37:24.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-07-16T17:37:24.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21322026-07-16T17:37:24.707Z
21332026-07-16T17:37:24.708Zinfo: running `cargo check --bins` on omicron-passwords (54/301)
21342026-07-16T17:37:25.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-07-16T17:37:25.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-07-16T17:37:25.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-07-16T17:37:25.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21382026-07-16T17:37:25.222Z
21392026-07-16T17:37:25.222Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/301)
21402026-07-16T17:37:25.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-07-16T17:37:25.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-07-16T17:37:25.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-07-16T17:37:25.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21442026-07-16T17:37:25.757Z
21452026-07-16T17:37:25.757Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301)
21462026-07-16T17:37:26.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-07-16T17:37:26.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-07-16T17:37:26.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-07-16T17:37:26.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21502026-07-16T17:37:26.297Z
21512026-07-16T17:37:26.297Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301)
21522026-07-16T17:37:26.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-07-16T17:37:26.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-07-16T17:37:26.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-07-16T17:37:26.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21562026-07-16T17:37:26.834Z
21572026-07-16T17:37:26.834Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301)
21582026-07-16T17:37:27.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-07-16T17:37:27.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-07-16T17:37:27.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-07-16T17:37:27.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21622026-07-16T17:37:27.369Z
21632026-07-16T17:37:27.369Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301)
21642026-07-16T17:37:27.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-07-16T17:37:27.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-07-16T17:37:27.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-07-16T17:37:27.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21682026-07-16T17:37:27.888Z
21692026-07-16T17:37:27.888Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301)
21702026-07-16T17:37:28.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-07-16T17:37:28.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-07-16T17:37:28.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-07-16T17:37:28.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21742026-07-16T17:37:28.404Z
21752026-07-16T17:37:28.404Zinfo: running `cargo check --bins --no-default-features` on gfss (61/301)
21762026-07-16T17:37:28.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-07-16T17:37:28.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-07-16T17:37:28.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-07-16T17:37:28.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21802026-07-16T17:37:28.917Z
21812026-07-16T17:37:28.917Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301)
21822026-07-16T17:37:29.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-07-16T17:37:29.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-07-16T17:37:29.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-07-16T17:37:29.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21862026-07-16T17:37:29.433Z
21872026-07-16T17:37:29.433Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/301)
21882026-07-16T17:37:29.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-07-16T17:37:29.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-07-16T17:37:29.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-07-16T17:37:29.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21922026-07-16T17:37:29.964Z
21932026-07-16T17:37:29.964Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/301)
21942026-07-16T17:37:30.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-07-16T17:37:30.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-07-16T17:37:30.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-07-16T17:37:30.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21982026-07-16T17:37:30.497Z
21992026-07-16T17:37:30.497Zinfo: running `cargo check --bins` on cockroach-admin-types (65/301)
22002026-07-16T17:37:30.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-07-16T17:37:30.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-07-16T17:37:30.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-07-16T17:37:30.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22042026-07-16T17:37:31.017Z
22052026-07-16T17:37:31.017Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/301)
22062026-07-16T17:37:31.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-07-16T17:37:31.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-07-16T17:37:31.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-07-16T17:37:31.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22102026-07-16T17:37:31.532Z
22112026-07-16T17:37:31.533Zinfo: running `cargo check --bins` on ereport-types (67/301)
22122026-07-16T17:37:31.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-07-16T17:37:31.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-07-16T17:37:31.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-07-16T17:37:31.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22162026-07-16T17:37:32.058Z
22172026-07-16T17:37:32.058Zinfo: running `cargo check --bins` on gateway-client (68/301)
22182026-07-16T17:37:32.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-07-16T17:37:32.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-07-16T17:37:32.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-07-16T17:37:32.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22222026-07-16T17:37:32.585Z
22232026-07-16T17:37:32.585Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/301)
22242026-07-16T17:37:33.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-07-16T17:37:33.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-07-16T17:37:33.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-07-16T17:37:33.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22282026-07-16T17:37:33.113Z
22292026-07-16T17:37:33.113Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301)
22302026-07-16T17:37:33.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-07-16T17:37:33.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-07-16T17:37:33.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-07-16T17:37:33.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22342026-07-16T17:37:33.637Z
22352026-07-16T17:37:33.637Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301)
22362026-07-16T17:37:34.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-07-16T17:37:34.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-07-16T17:37:34.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-07-16T17:37:34.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22402026-07-16T17:37:34.164Z
22412026-07-16T17:37:34.164Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301)
22422026-07-16T17:37:34.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-07-16T17:37:34.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-07-16T17:37:34.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-07-16T17:37:34.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22462026-07-16T17:37:34.692Z
22472026-07-16T17:37:34.692Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/301)
22482026-07-16T17:37:35.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-07-16T17:37:35.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-07-16T17:37:35.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-07-16T17:37:35.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22522026-07-16T17:37:35.243Z
22532026-07-16T17:37:35.243Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301)
22542026-07-16T17:37:35.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-07-16T17:37:35.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-07-16T17:37:35.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-07-16T17:37:35.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22582026-07-16T17:37:35.790Z
22592026-07-16T17:37:35.790Zinfo: running `cargo check --bins` on key-manager-types (75/301)
22602026-07-16T17:37:36.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-07-16T17:37:36.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-07-16T17:37:36.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-07-16T17:37:36.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22642026-07-16T17:37:36.308Z
22652026-07-16T17:37:36.308Zinfo: running `cargo check --bins` on oxlog (76/301)
22662026-07-16T17:37:36.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-07-16T17:37:36.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-07-16T17:37:36.863Z Checking cfg-if v1.0.4
22692026-07-16T17:37:36.866Z Checking libc v0.2.185
22702026-07-16T17:37:36.866Z Checking serde_core v1.0.228
22712026-07-16T17:37:36.981Z Checking memchr v2.8.0
22722026-07-16T17:37:36.988Z Checking zeroize v1.8.2
22732026-07-16T17:37:36.992Z Checking log v0.4.29
22742026-07-16T17:37:37.002Z Checking smallvec v1.15.1
22752026-07-16T17:37:37.013Z Checking subtle v2.6.1
22762026-07-16T17:37:37.116Z Checking itoa v1.0.17
22772026-07-16T17:37:37.128Z Checking scopeguard v1.2.0
22782026-07-16T17:37:37.150Z Checking stable_deref_trait v1.2.1
22792026-07-16T17:37:37.162Z Checking typenum v1.20.1
22802026-07-16T17:37:37.173Z Checking zerofrom v0.1.6
22812026-07-16T17:37:37.187Z Checking pin-project-lite v0.2.17
22822026-07-16T17:37:37.220Z Checking portable-atomic v1.13.1
22832026-07-16T17:37:37.240Z Checking lock_api v0.4.14
22842026-07-16T17:37:37.271Z Checking futures-core v0.3.32
22852026-07-16T17:37:37.283Z Checking yoke v0.8.1
22862026-07-16T17:37:37.345Z Checking critical-section v1.2.0
22872026-07-16T17:37:37.365Z Checking errno v0.3.14
22882026-07-16T17:37:37.388Z Checking getrandom v0.2.17
22892026-07-16T17:37:37.425Z Checking parking_lot_core v0.9.12
22902026-07-16T17:37:37.437Z Checking mio v1.2.0
22912026-07-16T17:37:37.447Z Checking zerovec v0.11.5
22922026-07-16T17:37:37.477Z Checking signal-hook-registry v1.4.8
22932026-07-16T17:37:37.529Z Checking rand_core v0.6.4
22942026-07-16T17:37:37.603Z Checking parking_lot v0.12.5
22952026-07-16T17:37:37.627Z Checking once_cell v1.21.3
22962026-07-16T17:37:37.639Z Checking zerocopy v0.8.40
22972026-07-16T17:37:37.699Z Checking zmij v1.0.21
22982026-07-16T17:37:37.712Z Checking rand_core v0.10.0
22992026-07-16T17:37:37.782Z Checking const-oid v0.9.6
23002026-07-16T17:37:37.794Z Checking libm v0.2.16
23012026-07-16T17:37:37.845Z Checking getrandom v0.4.1
23022026-07-16T17:37:37.871Z Checking tinystr v0.8.2
23032026-07-16T17:37:37.899Z Checking litemap v0.8.1
23042026-07-16T17:37:37.911Z Checking percent-encoding v2.3.2
23052026-07-16T17:37:37.985Z Checking writeable v0.6.2
23062026-07-16T17:37:38.042Z Checking generic-array v0.14.7
23072026-07-16T17:37:38.042Z Checking potential_utf v0.1.4
23082026-07-16T17:37:38.066Z Checking zerotrie v0.2.3
23092026-07-16T17:37:38.140Z Checking icu_locale_core v2.1.1
23102026-07-16T17:37:38.173Z Checking socket2 v0.6.3
23112026-07-16T17:37:38.302Z Checking equivalent v1.0.2
23122026-07-16T17:37:38.384Z Checking icu_collections v2.1.1
23132026-07-16T17:37:38.412Z Checking futures-sink v0.3.32
23142026-07-16T17:37:38.448Z Checking serde v1.0.228
23152026-07-16T17:37:38.471Z Checking bitflags v2.11.0
23162026-07-16T17:37:38.484Z Checking serde_json v1.0.150
23172026-07-16T17:37:38.489Z Checking num-traits v0.2.19
23182026-07-16T17:37:38.533Z Checking futures-channel v0.3.32
23192026-07-16T17:37:38.666Z Checking icu_properties_data v2.1.2
23202026-07-16T17:37:38.682Z Checking icu_normalizer_data v2.1.1
23212026-07-16T17:37:38.694Z Checking icu_provider v2.1.1
23222026-07-16T17:37:38.716Z Checking futures-task v0.3.32
23232026-07-16T17:37:38.749Z Checking futures-io v0.3.32
23242026-07-16T17:37:38.788Z Checking slab v0.4.12
23252026-07-16T17:37:38.845Z Checking bytes v1.11.1
23262026-07-16T17:37:38.860Z Checking hashbrown v0.17.0
23272026-07-16T17:37:38.871Z Checking crypto-common v0.1.7
23282026-07-16T17:37:38.914Z Checking icu_properties v2.1.2
23292026-07-16T17:37:38.939Z Checking futures-util v0.3.32
23302026-07-16T17:37:38.984Z Checking icu_normalizer v2.1.1
23312026-07-16T17:37:39.021Z Checking block-buffer v0.10.4
23322026-07-16T17:37:39.155Z Checking utf8_iter v1.0.4
23332026-07-16T17:37:39.179Z Checking digest v0.10.7
23342026-07-16T17:37:39.273Z Checking form_urlencoded v1.2.2
23352026-07-16T17:37:39.286Z Checking tokio v1.52.1
23362026-07-16T17:37:39.297Z Checking getrandom v0.3.4
23372026-07-16T17:37:39.314Z Checking indexmap v2.14.0
23382026-07-16T17:37:39.371Z Checking byteorder v1.5.0
23392026-07-16T17:37:39.398Z Checking fnv v1.0.7
23402026-07-16T17:37:39.434Z Checking rand_core v0.9.5
23412026-07-16T17:37:39.487Z Checking http v1.4.2
23422026-07-16T17:37:39.567Z Checking uuid v1.23.4
23432026-07-16T17:37:39.612Z Checking base64 v0.22.1
23442026-07-16T17:37:39.727Z Checking idna_adapter v1.2.1
23452026-07-16T17:37:39.847Z Checking idna v1.1.0
23462026-07-16T17:37:39.859Z Checking iana-time-zone v0.1.65
23472026-07-16T17:37:39.880Z Checking regex-syntax v0.8.10
23482026-07-16T17:37:39.893Z Checking base64ct v1.8.3
23492026-07-16T17:37:39.957Z Checking chrono v0.4.45
23502026-07-16T17:37:40.064Z Checking rustix v1.1.3
23512026-07-16T17:37:40.084Z Checking url v2.5.8
23522026-07-16T17:37:40.122Z Checking pem-rfc7468 v0.7.0
23532026-07-16T17:37:40.279Z Checking tracing-core v0.1.36
23542026-07-16T17:37:40.414Z Checking ppv-lite86 v0.2.21
23552026-07-16T17:37:40.520Z Checking flagset v0.4.7
23562026-07-16T17:37:40.579Z Checking tracing v0.1.44
23572026-07-16T17:37:40.643Z Checking der v0.7.10
23582026-07-16T17:37:40.699Z Checking rand_chacha v0.9.0
23592026-07-16T17:37:40.779Z Checking http-body v1.0.1
23602026-07-16T17:37:40.798Z Checking rustls-pki-types v1.14.0
23612026-07-16T17:37:40.872Z Checking tinyvec_macros v0.1.1
23622026-07-16T17:37:40.884Z Checking openssl-probe v0.2.1
23632026-07-16T17:37:40.897Z Checking cmov v0.5.4
23642026-07-16T17:37:40.910Z Checking tinyvec v1.10.0
23652026-07-16T17:37:40.914Z Checking rand v0.9.2
23662026-07-16T17:37:40.987Z Checking aws-lc-sys v0.40.0
23672026-07-16T17:37:41.073Z Checking dyn-clone v1.0.20
23682026-07-16T17:37:41.086Z Checking ctutils v0.4.2
23692026-07-16T17:37:41.174Z Checking tower-service v0.3.3
23702026-07-16T17:37:41.186Z Checking tower-layer v0.3.3
23712026-07-16T17:37:41.220Z Checking atomic-waker v1.1.2
23722026-07-16T17:37:41.259Z Checking untrusted v0.7.1
23732026-07-16T17:37:41.288Z Checking try-lock v0.2.5
23742026-07-16T17:37:41.316Z Checking hybrid-array v0.4.13
23752026-07-16T17:37:41.328Z Checking ipnet v2.11.0
23762026-07-16T17:37:41.360Z Checking spki v0.7.3
23772026-07-16T17:37:41.371Z Checking semver v1.0.28
23782026-07-16T17:37:41.382Z Checking want v0.3.1
23792026-07-16T17:37:41.386Z Checking httparse v1.10.1
23802026-07-16T17:37:41.477Z Checking aws-lc-rs v1.16.3
23812026-07-16T17:37:41.497Z Checking aho-corasick v1.1.4
23822026-07-16T17:37:41.520Z Checking httpdate v1.0.3
23832026-07-16T17:37:41.568Z Checking cpufeatures v0.2.17
23842026-07-16T17:37:41.581Z Checking foreign-types-shared v0.1.1
23852026-07-16T17:37:41.592Z Checking plain v0.2.3
23862026-07-16T17:37:41.635Z Checking untrusted v0.9.0
23872026-07-16T17:37:41.655Z Checking utf8parse v0.2.2
23882026-07-16T17:37:41.669Z Checking fastrand v2.3.0
23892026-07-16T17:37:41.689Z Checking foreign-types v0.3.2
23902026-07-16T17:37:41.737Z Checking schemars v0.8.22
23912026-07-16T17:37:41.752Z Checking pkcs8 v0.10.2
23922026-07-16T17:37:41.765Z Checking unicode-normalization v0.1.25
23932026-07-16T17:37:41.840Z Checking tempfile v3.25.0
23942026-07-16T17:37:41.905Z Checking openssl-sys v0.9.115
23952026-07-16T17:37:42.032Z Checking spin v0.9.8
23962026-07-16T17:37:42.074Z Checking unicode-ident v1.0.24
23972026-07-16T17:37:42.158Z Checking regex-automata v0.4.14
23982026-07-16T17:37:42.158Z Checking anstyle v1.0.14
23992026-07-16T17:37:42.182Z Checking ucd-trie v0.1.7
24002026-07-16T17:37:42.216Z Checking proc-macro2 v1.0.106
24012026-07-16T17:37:42.276Z Checking openssl v0.10.79
24022026-07-16T17:37:42.297Z Checking rustls-webpki v0.103.13
24032026-07-16T17:37:42.309Z Checking pest v2.8.6
24042026-07-16T17:37:42.333Z Checking sha2 v0.10.9
24052026-07-16T17:37:42.383Z Checking hmac v0.12.1
24062026-07-16T17:37:42.517Z Checking thiserror v2.0.18
24072026-07-16T17:37:42.530Z Checking sync_wrapper v1.0.2
24082026-07-16T17:37:42.543Z Checking tokio-util v0.7.18
24092026-07-16T17:37:42.609Z Checking wait-timeout v0.2.1
24102026-07-16T17:37:42.622Z Checking simd-adler32 v0.3.8
24112026-07-16T17:37:42.636Z Checking colorchoice v1.0.4
24122026-07-16T17:37:42.713Z Checking rustls v0.23.41
24132026-07-16T17:37:42.727Z Checking pretty-hex v0.4.1
24142026-07-16T17:37:42.730Z Checking quick-error v1.2.3
24152026-07-16T17:37:42.788Z Checking is_terminal_polyfill v1.70.2
24162026-07-16T17:37:42.835Z Checking powerfmt v0.2.0
24172026-07-16T17:37:42.847Z Checking siphasher v1.0.2
24182026-07-16T17:37:42.872Z Checking bit-vec v0.8.0
24192026-07-16T17:37:42.982Z Checking anstyle-query v1.1.5
24202026-07-16T17:37:42.996Z Checking deranged v0.5.8
24212026-07-16T17:37:43.062Z Checking bit-set v0.8.0
24222026-07-16T17:37:43.075Z Checking rusty-fork v0.3.1
24232026-07-16T17:37:43.146Z Checking h2 v0.4.15
24242026-07-16T17:37:43.204Z Checking tower v0.5.3
24252026-07-16T17:37:43.238Z Checking quote v1.0.45
24262026-07-16T17:37:43.354Z Compiling newtype-uuid v1.3.2
24272026-07-16T17:37:43.403Z Checking http-body-util v0.1.3
24282026-07-16T17:37:43.534Z Checking crossbeam-utils v0.8.21
24292026-07-16T17:37:43.582Z Checking rand_xorshift v0.4.0
24302026-07-16T17:37:43.616Z Checking crc32fast v1.5.0
24312026-07-16T17:37:43.698Z Checking scroll v0.13.0
24322026-07-16T17:37:43.756Z Checking unarray v0.1.4
24332026-07-16T17:37:43.859Z Checking ryu v1.0.23
24342026-07-16T17:37:43.872Z Checking num-conv v0.2.0
24352026-07-16T17:37:43.907Z Checking iri-string v0.7.10
24362026-07-16T17:37:43.922Z Checking adler2 v2.0.1
24372026-07-16T17:37:43.979Z Checking unicode-bidi v0.3.18
24382026-07-16T17:37:43.993Z Checking time-core v0.1.8
24392026-07-16T17:37:43.996Z Checking num_threads v0.1.7
24402026-07-16T17:37:44.027Z Checking unicode-properties v0.1.4
24412026-07-16T17:37:44.086Z Checking allocator-api2 v0.2.21
24422026-07-16T17:37:44.126Z Checking time v0.3.47
24432026-07-16T17:37:44.211Z Checking miniz_oxide v0.8.9
24442026-07-16T17:37:44.269Z Checking stringprep v0.1.5
24452026-07-16T17:37:44.272Z Checking native-tls v0.2.18
24462026-07-16T17:37:44.369Z Checking bstr v1.12.1
24472026-07-16T17:37:44.423Z Checking serde_urlencoded v0.7.1
24482026-07-16T17:37:44.455Z Checking tokio-native-tls v0.3.1
24492026-07-16T17:37:44.552Z Checking goblin v0.10.5
24502026-07-16T17:37:44.626Z Checking crossbeam-epoch v0.9.18
24512026-07-16T17:37:44.642Z Checking proptest v1.10.0
24522026-07-16T17:37:44.774Z Compiling daft v0.1.7
24532026-07-16T17:37:44.848Z Checking syn v2.0.117
24542026-07-16T17:37:44.921Z Checking tower-http v0.6.8
24552026-07-16T17:37:44.975Z Checking ipnetwork v0.21.1
24562026-07-16T17:37:45.053Z Checking crypto-common v0.2.2
24572026-07-16T17:37:45.193Z Checking block-buffer v0.12.1
24582026-07-16T17:37:45.206Z Checking block-padding v0.4.2
24592026-07-16T17:37:45.273Z Checking anstyle-parse v1.0.0
24602026-07-16T17:37:45.338Z Checking rustls-native-certs v0.8.3
24612026-07-16T17:37:45.353Z Checking rand_chacha v0.3.1
24622026-07-16T17:37:45.424Z Checking scroll v0.12.0
24632026-07-16T17:37:45.465Z Checking thiserror v1.0.69
24642026-07-16T17:37:45.557Z Checking hash32 v0.2.1
24652026-07-16T17:37:45.570Z Checking zstd-sys v2.0.16+zstd.1.5.7
24662026-07-16T17:37:45.649Z Checking signature v2.2.0
24672026-07-16T17:37:45.661Z Checking md-5 v0.10.6
24682026-07-16T17:37:45.673Z Checking num-integer v0.1.46
24692026-07-16T17:37:45.710Z Checking serde_spanned v0.6.9
24702026-07-16T17:37:45.775Z Checking toml_datetime v0.6.11
24712026-07-16T17:37:45.789Z Checking hex v0.4.3
24722026-07-16T17:37:45.832Z Checking encoding_rs v0.8.35
24732026-07-16T17:37:45.900Z Checking zlib-rs v0.6.2
24742026-07-16T17:37:45.948Z Checking psl-types v2.0.11
24752026-07-16T17:37:45.984Z Checking hyper v1.10.1
24762026-07-16T17:37:46.009Z Checking fallible-iterator v0.2.0
24772026-07-16T17:37:46.063Z Checking mime v0.3.17
24782026-07-16T17:37:46.236Z Checking publicsuffix v2.3.0
24792026-07-16T17:37:46.274Z Checking postgres-protocol v0.6.10
24802026-07-16T17:37:46.399Z Checking num-iter v0.1.45
24812026-07-16T17:37:46.511Z Checking heapless v0.7.17
24822026-07-16T17:37:46.589Z Checking zstd-safe v7.2.4
24832026-07-16T17:37:46.593Z Checking goblin v0.8.2
24842026-07-16T17:37:46.753Z Checking rand v0.8.6
24852026-07-16T17:37:46.765Z Checking anstream v1.0.0
24862026-07-16T17:37:46.776Z Checking flate2 v1.1.9
24872026-07-16T17:37:46.864Z Checking dof v0.4.0
24882026-07-16T17:37:46.902Z Checking hyper-util v0.1.20
24892026-07-16T17:37:46.927Z Checking inout v0.2.2
24902026-07-16T17:37:46.959Z Checking cookie v0.18.1
24912026-07-16T17:37:47.066Z Checking oxnet v0.1.6
24922026-07-16T17:37:47.078Z Compiling iddqd v0.4.2
24932026-07-16T17:37:47.092Z Checking tokio-rustls v0.26.4
24942026-07-16T17:37:47.183Z Checking dtrace-parser v0.3.0
24952026-07-16T17:37:47.275Z Checking phf_shared v0.13.1
24962026-07-16T17:37:47.315Z Checking lazy_static v1.5.0
24972026-07-16T17:37:47.315Z Checking anstyle-parse v0.2.7
24982026-07-16T17:37:47.467Z Checking zerocopy v0.7.35
24992026-07-16T17:37:47.478Z Checking pin-project v1.1.11
25002026-07-16T17:37:47.478Z Checking bzip2-sys v0.1.13+1.0.8
25012026-07-16T17:37:47.482Z Checking signal-hook v0.3.18
25022026-07-16T17:37:47.486Z Checking terminal_size v0.4.3
25032026-07-16T17:37:47.510Z Checking futures-executor v0.3.32
25042026-07-16T17:37:47.541Z Checking ff v0.13.1
25052026-07-16T17:37:47.590Z Checking thread-id v5.1.0
25062026-07-16T17:37:47.654Z Checking foldhash v0.1.5
25072026-07-16T17:37:47.654Z Checking bumpalo v3.20.2
25082026-07-16T17:37:47.675Z Checking clap_lex v1.0.0
25092026-07-16T17:37:47.679Z Checking winnow v0.5.40
25102026-07-16T17:37:47.785Z Checking either v1.15.0
25112026-07-16T17:37:47.821Z Checking bitflags v1.3.2
25122026-07-16T17:37:47.862Z Checking libbz2-rs-sys v0.2.2
25132026-07-16T17:37:47.894Z Checking foldhash v0.2.0
25142026-07-16T17:37:47.897Z Checking strsim v0.11.1
25152026-07-16T17:37:47.969Z Checking managed v0.8.0
25162026-07-16T17:37:48.056Z Compiling rayon-core v1.13.0
25172026-07-16T17:37:48.059Z Checking base16ct v0.2.0
25182026-07-16T17:37:48.156Z Checking same-file v1.0.6
25192026-07-16T17:37:48.169Z Checking hyper-tls v0.6.0
25202026-07-16T17:37:48.195Z Checking sec1 v0.7.3
25212026-07-16T17:37:48.252Z Checking bzip2 v0.6.1
25222026-07-16T17:37:48.277Z Checking walkdir v2.5.0
25232026-07-16T17:37:48.291Z Checking hyper-rustls v0.27.7
25242026-07-16T17:37:48.337Z Checking reqwest v0.12.28
25252026-07-16T17:37:48.354Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25262026-07-16T17:37:48.395Z Checking smoltcp v0.9.1
25272026-07-16T17:37:48.412Z Checking clap_builder v4.6.0
25282026-07-16T17:37:48.432Z Checking hashbrown v0.16.1
25292026-07-16T17:37:48.483Z Checking dof v0.3.0
25302026-07-16T17:37:48.496Z Checking zopfli v0.8.3
25312026-07-16T17:37:48.549Z Checking hashbrown v0.15.5
25322026-07-16T17:37:48.772Z Checking usdt-impl v0.6.0
25332026-07-16T17:37:48.820Z Checking group v0.13.0
25342026-07-16T17:37:48.848Z Checking toml_edit v0.19.15
25352026-07-16T17:37:48.926Z Checking signal-hook-mio v0.2.5
25362026-07-16T17:37:48.962Z Checking futures v0.3.32
25372026-07-16T17:37:48.983Z Checking bzip2 v0.4.4
25382026-07-16T17:37:49.009Z Checking snafu v0.8.9
25392026-07-16T17:37:49.026Z Checking phf v0.13.1
25402026-07-16T17:37:49.039Z Checking anstream v0.6.21
25412026-07-16T17:37:49.057Z Checking num-bigint-dig v0.8.6
25422026-07-16T17:37:49.137Z Checking cookie_store v0.22.1
25432026-07-16T17:37:49.171Z Checking cipher v0.5.2
25442026-07-16T17:37:49.227Z Checking zstd v0.13.3
25452026-07-16T17:37:49.239Z Checking postgres-types v0.2.12
25462026-07-16T17:37:49.307Z Checking ed25519 v2.2.3
25472026-07-16T17:37:49.403Z Checking dtrace-parser v0.2.0
25482026-07-16T17:37:49.459Z Checking rustls-platform-verifier v0.6.2
25492026-07-16T17:37:49.465Z Checking crossbeam-deque v0.8.6
25502026-07-16T17:37:49.490Z Checking globset v0.4.18
25512026-07-16T17:37:49.544Z Checking regex v1.12.3
25522026-07-16T17:37:49.547Z Checking phf_shared v0.11.3
25532026-07-16T17:37:49.644Z Checking hkdf v0.12.4
25542026-07-16T17:37:49.655Z Checking olpc-cjson v0.1.4
25552026-07-16T17:37:49.670Z Checking ref-cast v1.0.25
25562026-07-16T17:37:49.697Z Checking curve25519-dalek v4.1.3
25572026-07-16T17:37:49.753Z Checking strum v0.27.2
25582026-07-16T17:37:49.764Z Checking pkcs1 v0.7.5
25592026-07-16T17:37:49.776Z Checking hubpack v0.1.2
25602026-07-16T17:37:49.786Z Checking memoffset v0.9.1
25612026-07-16T17:37:49.851Z Checking rustix v0.38.44
25622026-07-16T17:37:49.864Z Checking pem v3.0.6
25632026-07-16T17:37:49.868Z Checking float-cmp v0.10.0
25642026-07-16T17:37:49.887Z Checking serde_plain v1.0.2
25652026-07-16T17:37:49.900Z Checking erased-serde v0.3.31
25662026-07-16T17:37:49.934Z Checking serde-big-array v0.5.1
25672026-07-16T17:37:49.965Z Checking crypto-bigint v0.5.5
25682026-07-16T17:37:49.987Z Checking thread-id v4.2.2
25692026-07-16T17:37:50.024Z Checking memmap2 v0.9.10
25702026-07-16T17:37:50.024Z Checking env_filter v1.0.0
25712026-07-16T17:37:50.064Z Checking static_assertions v1.1.0
25722026-07-16T17:37:50.067Z Checking fixedbitset v0.5.7
25732026-07-16T17:37:50.134Z Checking unicode-segmentation v1.12.0
25742026-07-16T17:37:50.179Z Checking new_debug_unreachable v1.0.6
25752026-07-16T17:37:50.189Z Checking normalize-line-endings v0.3.0
25762026-07-16T17:37:50.246Z Checking jiff v0.2.21
25772026-07-16T17:37:50.265Z Checking predicates-core v1.0.10
25782026-07-16T17:37:50.276Z Checking winnow v1.0.3
25792026-07-16T17:37:50.291Z Checking fixedbitset v0.4.2
25802026-07-16T17:37:50.385Z Checking winnow v0.7.14
25812026-07-16T17:37:50.433Z Checking keccak v0.1.6
25822026-07-16T17:37:50.447Z Checking const-oid v0.10.2
25832026-07-16T17:37:50.490Z Checking difflib v0.4.0
25842026-07-16T17:37:50.551Z Checking data-encoding v2.10.0
25852026-07-16T17:37:50.595Z Checking whoami v2.1.0
25862026-07-16T17:37:50.598Z Checking precomputed-hash v0.1.1
25872026-07-16T17:37:50.658Z Checking typed-path v0.9.3
25882026-07-16T17:37:50.670Z Checking cpufeatures v0.3.0
25892026-07-16T17:37:50.684Z Checking toml_write v0.1.2
25902026-07-16T17:37:50.738Z Checking chacha20 v0.10.0
25912026-07-16T17:37:50.786Z Checking tokio-postgres v0.7.16
25922026-07-16T17:37:50.823Z Checking hickory-proto v0.25.2
25932026-07-16T17:37:50.848Z Checking string_cache v0.8.9
25942026-07-16T17:37:50.863Z Checking elliptic-curve v0.13.8
25952026-07-16T17:37:50.988Z Checking predicates v3.1.4
25962026-07-16T17:37:51.010Z Checking crossterm v0.28.1
25972026-07-16T17:37:51.165Z Checking sha3 v0.10.8
25982026-07-16T17:37:51.292Z Checking digest v0.11.3
25992026-07-16T17:37:51.368Z Checking toml_parser v1.1.2+spec-1.1.0
26002026-07-16T17:37:51.421Z Checking tough v0.22.0
26012026-07-16T17:37:51.462Z Checking ed25519-dalek v2.2.0
26022026-07-16T17:37:51.573Z Checking toml_edit v0.22.27
26032026-07-16T17:37:51.689Z Checking similar v2.7.0
26042026-07-16T17:37:51.713Z Checking petgraph v0.6.5
26052026-07-16T17:37:51.716Z Checking slog v2.8.2
26062026-07-16T17:37:51.980Z Checking petgraph v0.8.3
26072026-07-16T17:37:52.052Z Checking usdt v0.6.0
26082026-07-16T17:37:52.069Z Checking env_logger v0.11.9
26092026-07-16T17:37:52.219Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26102026-07-16T17:37:52.259Z Checking usdt-impl v0.5.0
26112026-07-16T17:37:52.470Z Checking zip v4.6.1
26122026-07-16T17:37:52.540Z Checking rsa v0.9.10
26132026-07-16T17:37:52.680Z Checking toml v0.7.8
26142026-07-16T17:37:52.952Z Checking nix v0.31.2
26152026-07-16T17:37:53.007Z Checking clap v4.6.1
26162026-07-16T17:37:53.085Z Checking reqwest v0.13.2
26172026-07-16T17:37:53.369Z Checking zip v0.6.6
26182026-07-16T17:37:53.468Z Checking itertools v0.13.0
26192026-07-16T17:37:53.554Z Checking byte-wrapper v0.1.0
26202026-07-16T17:37:53.580Z Checking serde_with v3.21.0
26212026-07-16T17:37:53.691Z Checking strum v0.26.3
26222026-07-16T17:37:53.756Z Checking fs-err v3.3.0
26232026-07-16T17:37:53.801Z Checking ahash v0.8.12
26242026-07-16T17:37:53.899Z Checking object v0.37.3
26252026-07-16T17:37:53.926Z Checking tokio-stream v0.1.18
26262026-07-16T17:37:54.024Z Checking buf-list v1.1.2
26272026-07-16T17:37:54.052Z Checking camino v1.2.2
26282026-07-16T17:37:54.146Z Checking anyhow v1.0.102
26292026-07-16T17:37:54.174Z Checking x509-cert v0.2.5
26302026-07-16T17:37:54.302Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26312026-07-16T17:37:54.306Z Checking openapiv3 v2.2.0
26322026-07-16T17:37:54.339Z Checking lalrpop-util v0.19.12
26332026-07-16T17:37:54.485Z Checking peg-runtime v0.8.5
26342026-07-16T17:37:54.488Z Checking rayon v1.11.0
26352026-07-16T17:37:54.508Z Checking sigpipe v0.1.3
26362026-07-16T17:37:54.562Z Checking glob v0.3.3
26372026-07-16T17:37:56.098Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26382026-07-16T17:37:56.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.06s
26392026-07-16T17:37:56.523Z
26402026-07-16T17:37:56.523Zinfo: running `cargo check --bins` on internal-dns-types (77/301)
26412026-07-16T17:37:56.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-07-16T17:37:56.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-07-16T17:37:56.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-07-16T17:37:56.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26452026-07-16T17:37:57.056Z
26462026-07-16T17:37:57.056Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/301)
26472026-07-16T17:37:57.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-07-16T17:37:57.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-07-16T17:37:57.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-07-16T17:37:57.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26512026-07-16T17:37:57.586Z
26522026-07-16T17:37:57.586Zinfo: running `cargo check --bins` on nexus-types-versions (79/301)
26532026-07-16T17:37:58.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-07-16T17:37:58.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-07-16T17:37:58.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-07-16T17:37:58.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26572026-07-16T17:37:58.128Z
26582026-07-16T17:37:58.128Zinfo: running `cargo check --bins` on oxql-types (80/301)
26592026-07-16T17:37:58.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-07-16T17:37:58.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-07-16T17:37:58.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-07-16T17:37:58.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26632026-07-16T17:37:58.658Z
26642026-07-16T17:37:58.658Zinfo: running `cargo check --bins` on oximeter-types (81/301)
26652026-07-16T17:37:59.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-07-16T17:37:59.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-07-16T17:37:59.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-07-16T17:37:59.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26692026-07-16T17:37:59.187Z
26702026-07-16T17:37:59.187Zinfo: running `cargo check --bins` on oximeter-types-versions (82/301)
26712026-07-16T17:37:59.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-07-16T17:37:59.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-07-16T17:37:59.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742026-07-16T17:37:59.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26752026-07-16T17:37:59.724Z
26762026-07-16T17:37:59.724Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/301)
26772026-07-16T17:38:00.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782026-07-16T17:38:00.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792026-07-16T17:38:00.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802026-07-16T17:38:00.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26812026-07-16T17:38:00.245Z
26822026-07-16T17:38:00.245Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/301)
26832026-07-16T17:38:00.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842026-07-16T17:38:00.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852026-07-16T17:38:00.874Z Compiling structmeta-derive v0.3.0
26862026-07-16T17:38:00.991Z Compiling multer v3.1.0
26872026-07-16T17:38:01.001Z Compiling async-stream-impl v0.3.6
26882026-07-16T17:38:01.004Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26892026-07-16T17:38:01.018Z Compiling dropshot v0.17.1
26902026-07-16T17:38:01.034Z Compiling dropshot_endpoint v0.17.1
26912026-07-16T17:38:01.037Z Compiling newtype-uuid-macros v0.1.0
26922026-07-16T17:38:01.059Z Checking newtype-uuid v1.3.2
26932026-07-16T17:38:01.229Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26942026-07-16T17:38:01.250Z Checking daft v0.1.7
26952026-07-16T17:38:01.302Z Checking thread_local v1.1.9
26962026-07-16T17:38:01.396Z Checking compression-core v0.4.31
26972026-07-16T17:38:01.491Z Checking match_cfg v0.1.0
26982026-07-16T17:38:01.504Z Checking iddqd v0.4.2
26992026-07-16T17:38:01.519Z Checking compression-codecs v0.4.37
27002026-07-16T17:38:01.543Z Checking hostname v0.3.1
27012026-07-16T17:38:01.581Z Checking crossbeam-channel v0.5.15
27022026-07-16T17:38:01.632Z Checking atomicwrites v0.4.4
27032026-07-16T17:38:01.646Z Checking slog-json v2.6.1
27042026-07-16T17:38:01.682Z Checking is-terminal v0.4.17
27052026-07-16T17:38:01.754Z Checking toml_datetime v1.1.1+spec-1.1.0
27062026-07-16T17:38:01.771Z Checking serde_spanned v1.1.1
27072026-07-16T17:38:01.797Z Checking take_mut v0.2.2
27082026-07-16T17:38:01.801Z Checking toml_writer v1.1.1+spec-1.1.0
27092026-07-16T17:38:01.896Z Checking term v1.2.1
27102026-07-16T17:38:01.909Z Checking debug-ignore v1.0.5
27112026-07-16T17:38:01.934Z Checking slog-async v2.8.0
27122026-07-16T17:38:01.948Z Checking slog-bunyan v2.5.0
27132026-07-16T17:38:01.974Z Checking toml v1.1.2+spec-1.1.0
27142026-07-16T17:38:02.004Z Checking async-compression v0.4.41
27152026-07-16T17:38:02.045Z Compiling structmeta v0.3.0
27162026-07-16T17:38:02.059Z Checking async-stream v0.3.6
27172026-07-16T17:38:02.089Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27182026-07-16T17:38:02.117Z Checking slog-term v2.9.2
27192026-07-16T17:38:02.180Z Checking progenitor-client v0.14.0
27202026-07-16T17:38:02.194Z Checking sha1 v0.11.0
27212026-07-16T17:38:02.249Z Compiling derive-ex v0.1.8
27222026-07-16T17:38:02.263Z Compiling parse-display-derive v0.10.0
27232026-07-16T17:38:02.373Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27242026-07-16T17:38:02.399Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27252026-07-16T17:38:02.412Z Checking waitgroup v0.1.2
27262026-07-16T17:38:02.469Z Checking rustls-pemfile v2.2.0
27272026-07-16T17:38:02.509Z Checking backon v1.6.0
27282026-07-16T17:38:02.522Z Checking serde_path_to_error v0.1.20
27292026-07-16T17:38:02.547Z Checking hostname v0.4.2
27302026-07-16T17:38:02.588Z Checking instant v0.1.13
27312026-07-16T17:38:02.666Z Checking progenitor-extras v0.2.0
27322026-07-16T17:38:02.679Z Checking backoff v0.4.0
27332026-07-16T17:38:02.785Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27342026-07-16T17:38:02.842Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27352026-07-16T17:38:02.855Z Checking itertools v0.14.0
27362026-07-16T17:38:02.875Z Checking regress v0.10.5
27372026-07-16T17:38:03.003Z Checking macaddr v1.0.1
27382026-07-16T17:38:03.332Z Checking humantime v2.3.0
27392026-07-16T17:38:03.925Z Compiling test-strategy v0.4.5
27402026-07-16T17:38:03.929Z Checking parse-display v0.10.0
27412026-07-16T17:38:04.423Z Compiling prettyplease v0.2.37
27422026-07-16T17:38:04.721Z Checking num-rational v0.4.2
27432026-07-16T17:38:04.979Z Checking num-complex v0.4.6
27442026-07-16T17:38:05.376Z Checking num v0.4.3
27452026-07-16T17:38:05.466Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27462026-07-16T17:38:05.525Z Compiling usdt-macro v0.5.0
27472026-07-16T17:38:05.538Z Compiling usdt-attr-macro v0.5.0
27482026-07-16T17:38:05.618Z Checking memmap v0.7.0
27492026-07-16T17:38:05.751Z Compiling float-ord v0.3.2
27502026-07-16T17:38:05.831Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27512026-07-16T17:38:05.971Z Checking unicode-width v0.2.0
27522026-07-16T17:38:06.017Z Compiling convert_case v0.4.0
27532026-07-16T17:38:06.225Z Checking console v0.15.11
27542026-07-16T17:38:06.253Z Checking newline-converter v0.3.0
27552026-07-16T17:38:06.313Z Checking usdt v0.5.0
27562026-07-16T17:38:06.361Z Compiling toml v0.8.23
27572026-07-16T17:38:06.391Z Compiling derive_more v0.99.20
27582026-07-16T17:38:06.477Z Checking linked-hash-map v0.5.6
27592026-07-16T17:38:06.499Z Compiling minimal-lexical v0.2.1
27602026-07-16T17:38:06.647Z Checking lru-cache v0.1.2
27612026-07-16T17:38:06.750Z Compiling nom v7.1.3
27622026-07-16T17:38:06.765Z Checking expectorate v1.2.0
27632026-07-16T17:38:07.169Z Checking camino-tempfile v1.4.1
27642026-07-16T17:38:07.298Z Checking hickory-proto v0.24.4
27652026-07-16T17:38:07.330Z Checking phf_shared v0.12.1
27662026-07-16T17:38:07.398Z Compiling slog-dtrace v0.3.0
27672026-07-16T17:38:07.603Z Compiling unicode-xid v0.2.6
27682026-07-16T17:38:07.738Z Checking heck v0.5.0
27692026-07-16T17:38:07.864Z Checking resolv-conf v0.7.6
27702026-07-16T17:38:07.926Z Compiling chrono-tz v0.10.4
27712026-07-16T17:38:08.046Z Compiling const_format_proc_macros v0.2.34
27722026-07-16T17:38:08.095Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27732026-07-16T17:38:08.188Z Checking phf v0.12.1
27742026-07-16T17:38:08.332Z Checking tokio-dtrace v0.1.1
27752026-07-16T17:38:08.519Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27762026-07-16T17:38:08.582Z Compiling derive-where v1.6.0
27772026-07-16T17:38:08.950Z Checking highway v1.3.0
27782026-07-16T17:38:08.966Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27792026-07-16T17:38:09.052Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27802026-07-16T17:38:09.098Z Checking hickory-resolver v0.24.4
27812026-07-16T17:38:09.177Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27822026-07-16T17:38:09.698Z Checking const_format v0.2.35
27832026-07-16T17:38:09.873Z Checking oxide-tokio-rt v0.1.4
27842026-07-16T17:38:09.946Z Checking qorb v0.4.1
27852026-07-16T17:38:10.108Z Checking gethostname v0.5.0
27862026-07-16T17:38:10.195Z Checking bcs v0.1.6
27872026-07-16T17:38:10.207Z Checking termtree v0.5.1
27882026-07-16T17:38:10.502Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27892026-07-16T17:38:10.548Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27902026-07-16T17:38:10.734Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27912026-07-16T17:38:10.737Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27922026-07-16T17:38:13.511Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27932026-07-16T17:38:15.939Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27942026-07-16T17:38:18.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.79s
27952026-07-16T17:38:18.201Z
27962026-07-16T17:38:18.201Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301)
27972026-07-16T17:38:18.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-07-16T17:38:18.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-07-16T17:38:18.820Z Compiling ar_archive_writer v0.5.1
28002026-07-16T17:38:18.930Z Compiling stacker v0.1.23
28012026-07-16T17:38:18.935Z Compiling cfg_aliases v0.1.1
28022026-07-16T17:38:18.942Z Compiling convert_case v0.10.0
28032026-07-16T17:38:18.946Z Checking unicode-width v0.1.14
28042026-07-16T17:38:18.954Z Compiling proc-macro-error v1.0.4
28052026-07-16T17:38:18.965Z Checking fd-lock v4.0.4
28062026-07-16T17:38:18.965Z Checking nibble_vec v0.1.0
28072026-07-16T17:38:18.988Z Compiling nix v0.28.0
28082026-07-16T17:38:19.075Z Checking vte v0.14.1
28092026-07-16T17:38:19.090Z Compiling recursive-proc-macro-impl v0.1.1
28102026-07-16T17:38:19.190Z Checking endian-type v0.1.2
28112026-07-16T17:38:19.205Z Checking bytecount v0.6.9
28122026-07-16T17:38:19.220Z Checking strip-ansi-escapes v0.2.1
28132026-07-16T17:38:19.231Z Compiling derive_more-impl v2.1.1
28142026-07-16T17:38:19.243Z Compiling tabled_derive v0.7.0
28152026-07-16T17:38:19.300Z Checking papergrid v0.11.0
28162026-07-16T17:38:19.312Z Checking radix_trie v0.2.1
28172026-07-16T17:38:19.323Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-07-16T17:38:19.502Z Compiling peg-macros v0.8.5
28192026-07-16T17:38:19.515Z Compiling sqlparser_derive v0.5.0
28202026-07-16T17:38:19.803Z Compiling psm v0.1.30
28212026-07-16T17:38:19.841Z Checking winnow v0.6.26
28222026-07-16T17:38:19.929Z Checking nu-ansi-term v0.50.3
28232026-07-16T17:38:20.057Z Checking derive_more v2.1.1
28242026-07-16T17:38:20.132Z Checking home v0.5.12
28252026-07-16T17:38:20.146Z Checking unicode_categories v0.1.1
28262026-07-16T17:38:20.238Z Checking reedline v0.40.0
28272026-07-16T17:38:20.250Z Checking tabled v0.15.0
28282026-07-16T17:38:20.290Z Checking rustyline v14.0.0
28292026-07-16T17:38:20.302Z Checking crossterm v0.29.0
28302026-07-16T17:38:20.344Z Checking display-error-chain v0.2.2
28312026-07-16T17:38:20.579Z Checking recursive v0.1.1
28322026-07-16T17:38:20.673Z Checking sqlparser v0.61.0
28332026-07-16T17:38:20.834Z Checking peg v0.8.5
28342026-07-16T17:38:21.002Z Checking sqlformat v0.3.5
28352026-07-16T17:38:31.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
28362026-07-16T17:38:32.059Z
28372026-07-16T17:38:32.059Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301)
28382026-07-16T17:38:32.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-07-16T17:38:32.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-07-16T17:38:32.682Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-07-16T17:38:36.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28422026-07-16T17:38:36.284Z
28432026-07-16T17:38:36.284Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301)
28442026-07-16T17:38:36.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-07-16T17:38:36.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-07-16T17:38:36.908Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-07-16T17:38:39.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
28482026-07-16T17:38:39.506Z
28492026-07-16T17:38:39.506Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301)
28502026-07-16T17:38:39.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-07-16T17:38:39.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-07-16T17:38:40.140Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-07-16T17:38:43.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28542026-07-16T17:38:43.540Z
28552026-07-16T17:38:43.540Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301)
28562026-07-16T17:38:44.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-07-16T17:38:44.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-07-16T17:38:44.165Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-07-16T17:38:47.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28602026-07-16T17:38:47.636Z
28612026-07-16T17:38:47.636Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301)
28622026-07-16T17:38:48.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-07-16T17:38:48.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-07-16T17:38:48.255Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-07-16T17:38:50.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28662026-07-16T17:38:51.016Z
28672026-07-16T17:38:51.016Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301)
28682026-07-16T17:38:51.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-07-16T17:38:51.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-07-16T17:38:51.638Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-07-16T17:38:54.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28722026-07-16T17:38:54.422Z
28732026-07-16T17:38:54.422Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301)
28742026-07-16T17:38:54.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-07-16T17:38:54.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-07-16T17:38:55.043Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28772026-07-16T17:38:58.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28782026-07-16T17:38:58.636Z
28792026-07-16T17:38:58.637Zinfo: running `cargo check --bins` on oximeter (93/301)
28802026-07-16T17:38:59.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-07-16T17:38:59.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-07-16T17:38:59.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-07-16T17:38:59.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28842026-07-16T17:38:59.169Z
28852026-07-16T17:38:59.170Zinfo: running `cargo check --bins` on oximeter-schema (94/301)
28862026-07-16T17:38:59.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-07-16T17:38:59.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-07-16T17:38:59.756Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28892026-07-16T17:38:59.916Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28902026-07-16T17:38:59.971Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28912026-07-16T17:39:00.266Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28922026-07-16T17:39:02.811Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28932026-07-16T17:39:04.010Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28942026-07-16T17:39:04.207Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28952026-07-16T17:39:04.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s
28962026-07-16T17:39:05.025Z
28972026-07-16T17:39:05.025Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/301)
28982026-07-16T17:39:05.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-07-16T17:39:05.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-07-16T17:39:05.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-07-16T17:39:05.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29022026-07-16T17:39:05.556Z
29032026-07-16T17:39:05.556Zinfo: running `cargo check --bins` on oximeter-test-utils (96/301)
29042026-07-16T17:39:06.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-07-16T17:39:06.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-07-16T17:39:06.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-07-16T17:39:06.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29082026-07-16T17:39:06.122Z
29092026-07-16T17:39:06.122Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301)
29102026-07-16T17:39:06.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-07-16T17:39:06.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-07-16T17:39:06.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-07-16T17:39:06.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29142026-07-16T17:39:06.657Z
29152026-07-16T17:39:06.657Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301)
29162026-07-16T17:39:07.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-07-16T17:39:07.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-07-16T17:39:07.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-07-16T17:39:07.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29202026-07-16T17:39:07.196Z
29212026-07-16T17:39:07.196Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301)
29222026-07-16T17:39:07.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-07-16T17:39:07.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-07-16T17:39:07.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-07-16T17:39:07.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29262026-07-16T17:39:07.739Z
29272026-07-16T17:39:07.739Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301)
29282026-07-16T17:39:08.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-07-16T17:39:08.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-07-16T17:39:08.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-07-16T17:39:08.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29322026-07-16T17:39:08.272Z
29332026-07-16T17:39:08.272Zinfo: running `cargo check --bins` on trust-quorum-types (101/301)
29342026-07-16T17:39:08.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-07-16T17:39:08.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-07-16T17:39:08.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-07-16T17:39:08.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29382026-07-16T17:39:08.793Z
29392026-07-16T17:39:08.793Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/301)
29402026-07-16T17:39:09.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-07-16T17:39:09.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-07-16T17:39:09.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-07-16T17:39:09.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29442026-07-16T17:39:09.330Z
29452026-07-16T17:39:09.330Zinfo: running `cargo check --bins` on update-engine (103/301)
29462026-07-16T17:39:09.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-07-16T17:39:09.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-07-16T17:39:09.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-07-16T17:39:09.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29502026-07-16T17:39:09.851Z
29512026-07-16T17:39:09.851Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/301)
29522026-07-16T17:39:10.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-07-16T17:39:10.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-07-16T17:39:10.519Z Compiling darling_core v0.21.3
29552026-07-16T17:39:10.632Z Compiling crucible-workspace-hack v0.1.0
29562026-07-16T17:39:10.643Z Checking secrecy v0.10.3
29572026-07-16T17:39:10.646Z Compiling heapless v0.8.0
29582026-07-16T17:39:10.652Z Compiling toml_datetime v0.7.5+spec-1.1.0
29592026-07-16T17:39:10.661Z Checking hash32 v0.3.1
29602026-07-16T17:39:10.664Z Checking inout v0.1.4
29612026-07-16T17:39:10.683Z Compiling smoltcp v0.11.0
29622026-07-16T17:39:10.737Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29632026-07-16T17:39:10.776Z Checking cobs v0.3.0
29642026-07-16T17:39:10.795Z Compiling toml_edit v0.23.10+spec-1.0.0
29652026-07-16T17:39:10.879Z Checking cipher v0.4.4
29662026-07-16T17:39:10.895Z Checking universal-hash v0.5.1
29672026-07-16T17:39:10.912Z Compiling thiserror-impl-no-std v2.0.2
29682026-07-16T17:39:10.965Z Checking half v2.7.1
29692026-07-16T17:39:11.011Z Checking opaque-debug v0.3.1
29702026-07-16T17:39:11.043Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29712026-07-16T17:39:11.109Z Checking ciborium-io v0.2.2
29722026-07-16T17:39:11.113Z Checking poly1305 v0.8.0
29732026-07-16T17:39:11.161Z Checking chacha20 v0.9.1
29742026-07-16T17:39:11.214Z Checking ciborium-ll v0.2.2
29752026-07-16T17:39:11.253Z Checking postcard v1.1.3
29762026-07-16T17:39:11.348Z Compiling proc-macro-crate v3.4.0
29772026-07-16T17:39:11.361Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29782026-07-16T17:39:11.389Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29792026-07-16T17:39:11.530Z Checking password-hash v0.5.0
29802026-07-16T17:39:11.684Z Checking blake2 v0.10.6
29812026-07-16T17:39:11.757Z Compiling proc-macro-crate v1.3.1
29822026-07-16T17:39:11.770Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29832026-07-16T17:39:11.827Z Checking aead v0.5.2
29842026-07-16T17:39:11.896Z Compiling num_enum_derive v0.7.6
29852026-07-16T17:39:11.921Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29862026-07-16T17:39:11.967Z Compiling foreign-types-macros v0.2.3
29872026-07-16T17:39:11.996Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29882026-07-16T17:39:12.078Z Checking thiserror-no-std v2.0.2
29892026-07-16T17:39:12.126Z Checking foreign-types-shared v0.3.1
29902026-07-16T17:39:12.163Z Checking vsss-rs v3.3.4
29912026-07-16T17:39:12.163Z Compiling num_enum_derive v0.5.11
29922026-07-16T17:39:12.214Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29932026-07-16T17:39:12.249Z Checking chacha20poly1305 v0.10.1
29942026-07-16T17:39:12.372Z Checking argon2 v0.5.3
29952026-07-16T17:39:12.572Z Checking foreign-types v0.5.0
29962026-07-16T17:39:12.645Z Checking ciborium v0.2.2
29972026-07-16T17:39:12.759Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29982026-07-16T17:39:12.823Z Checking tabwriter v1.4.1
29992026-07-16T17:39:12.950Z Checking num_enum v0.7.6
30002026-07-16T17:39:12.969Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-07-16T17:39:13.044Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30022026-07-16T17:39:13.107Z Checking cstr-argument v0.1.2
30032026-07-16T17:39:13.115Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30042026-07-16T17:39:13.116Z Compiling darling_macro v0.21.3
30052026-07-16T17:39:13.184Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30062026-07-16T17:39:13.198Z Checking num_enum v0.5.11
30072026-07-16T17:39:13.281Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30082026-07-16T17:39:13.297Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30092026-07-16T17:39:13.310Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30102026-07-16T17:39:13.348Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30112026-07-16T17:39:13.403Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30122026-07-16T17:39:13.458Z Checking rand v0.10.1
30132026-07-16T17:39:13.496Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30142026-07-16T17:39:13.509Z Checking indent_write v2.2.0
30152026-07-16T17:39:13.543Z Checking colored v3.1.1
30162026-07-16T17:39:13.616Z Compiling darling v0.21.3
30172026-07-16T17:39:13.639Z Compiling zone_cfg_derive v0.3.1
30182026-07-16T17:39:13.661Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30192026-07-16T17:39:13.697Z Compiling ingot-macros v0.1.1
30202026-07-16T17:39:13.740Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30212026-07-16T17:39:13.755Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30222026-07-16T17:39:13.824Z Checking itertools v0.12.1
30232026-07-16T17:39:13.909Z Compiling num-derive v0.4.2
30242026-07-16T17:39:13.965Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30252026-07-16T17:39:13.978Z Checking swrite v0.1.0
30262026-07-16T17:39:14.026Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30272026-07-16T17:39:14.140Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30282026-07-16T17:39:14.289Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30292026-07-16T17:39:14.305Z Checking dropshot-api-manager-types v0.7.2
30302026-07-16T17:39:14.330Z Checking smf v0.2.3
30312026-07-16T17:39:14.382Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30322026-07-16T17:39:14.400Z Checking nanorand v0.7.0
30332026-07-16T17:39:14.471Z Checking whoami v1.6.1
30342026-07-16T17:39:14.563Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30352026-07-16T17:39:14.628Z Checking flume v0.11.1
30362026-07-16T17:39:14.843Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30372026-07-16T17:39:14.895Z Checking zone v0.3.1
30382026-07-16T17:39:15.914Z Checking ingot-types v0.1.2
30392026-07-16T17:39:16.260Z Checking ingot v0.1.1
30402026-07-16T17:39:17.617Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30412026-07-16T17:39:18.543Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30422026-07-16T17:39:19.425Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30432026-07-16T17:39:20.848Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30442026-07-16T17:39:22.906Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30452026-07-16T17:39:23.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.13s
30462026-07-16T17:39:24.155Z
30472026-07-16T17:39:24.155Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/301)
30482026-07-16T17:39:24.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-07-16T17:39:24.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-07-16T17:39:24.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-07-16T17:39:24.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30522026-07-16T17:39:24.697Z
30532026-07-16T17:39:24.698Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/301)
30542026-07-16T17:39:25.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-07-16T17:39:25.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-07-16T17:39:25.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-07-16T17:39:25.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30582026-07-16T17:39:25.241Z
30592026-07-16T17:39:25.241Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/301)
30602026-07-16T17:39:25.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-07-16T17:39:25.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-07-16T17:39:25.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-07-16T17:39:25.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30642026-07-16T17:39:25.797Z
30652026-07-16T17:39:25.797Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/301)
30662026-07-16T17:39:26.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-07-16T17:39:26.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-07-16T17:39:26.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-07-16T17:39:26.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30702026-07-16T17:39:26.339Z
30712026-07-16T17:39:26.339Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/301)
30722026-07-16T17:39:26.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-07-16T17:39:26.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-07-16T17:39:26.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-07-16T17:39:26.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30762026-07-16T17:39:26.878Z
30772026-07-16T17:39:26.878Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/301)
30782026-07-16T17:39:27.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-07-16T17:39:27.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-07-16T17:39:27.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-07-16T17:39:27.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30822026-07-16T17:39:27.423Z
30832026-07-16T17:39:27.423Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/301)
30842026-07-16T17:39:27.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-07-16T17:39:27.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-07-16T17:39:27.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-07-16T17:39:27.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30882026-07-16T17:39:27.969Z
30892026-07-16T17:39:27.969Zinfo: running `cargo check --bins` on cockroach-admin-client (112/301)
30902026-07-16T17:39:28.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-07-16T17:39:28.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-07-16T17:39:28.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-07-16T17:39:28.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30942026-07-16T17:39:28.499Z
30952026-07-16T17:39:28.499Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/301)
30962026-07-16T17:39:28.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-07-16T17:39:28.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-07-16T17:39:28.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-07-16T17:39:28.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31002026-07-16T17:39:29.050Z
31012026-07-16T17:39:29.050Zinfo: running `cargo check --bins` on dns-service-client (114/301)
31022026-07-16T17:39:29.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-07-16T17:39:29.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-07-16T17:39:29.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-07-16T17:39:29.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31062026-07-16T17:39:29.590Z
31072026-07-16T17:39:29.590Zinfo: running `cargo check --bins` on installinator-client (115/301)
31082026-07-16T17:39:30.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-07-16T17:39:30.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-07-16T17:39:30.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-07-16T17:39:30.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31122026-07-16T17:39:30.132Z
31132026-07-16T17:39:30.132Zinfo: running `cargo check --bins` on nexus-client (116/301)
31142026-07-16T17:39:30.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-07-16T17:39:30.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-07-16T17:39:30.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-07-16T17:39:30.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31182026-07-16T17:39:30.710Z
31192026-07-16T17:39:30.710Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/301)
31202026-07-16T17:39:31.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-07-16T17:39:31.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-07-16T17:39:31.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-07-16T17:39:31.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31242026-07-16T17:39:31.278Z
31252026-07-16T17:39:31.278Zinfo: running `cargo check --bins` on ntp-admin-client (118/301)
31262026-07-16T17:39:31.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-07-16T17:39:31.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-07-16T17:39:31.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-07-16T17:39:31.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31302026-07-16T17:39:31.805Z
31312026-07-16T17:39:31.805Zinfo: running `cargo check --bins` on oxide-client (119/301)
31322026-07-16T17:39:32.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-07-16T17:39:32.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-07-16T17:39:32.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-07-16T17:39:32.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31362026-07-16T17:39:32.340Z
31372026-07-16T17:39:32.340Zinfo: running `cargo check --bins` on oximeter-client (120/301)
31382026-07-16T17:39:32.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-07-16T17:39:32.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-07-16T17:39:32.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-07-16T17:39:32.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31422026-07-16T17:39:32.878Z
31432026-07-16T17:39:32.879Zinfo: running `cargo check --bins` on repo-depot-client (121/301)
31442026-07-16T17:39:33.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-07-16T17:39:33.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-07-16T17:39:33.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-07-16T17:39:33.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31482026-07-16T17:39:33.432Z
31492026-07-16T17:39:33.432Zinfo: running `cargo check --bins` on sled-agent-client (122/301)
31502026-07-16T17:39:33.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-07-16T17:39:33.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-07-16T17:39:33.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-07-16T17:39:33.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31542026-07-16T17:39:33.961Z
31552026-07-16T17:39:33.961Zinfo: running `cargo check --bins` on wicketd-client (123/301)
31562026-07-16T17:39:34.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-07-16T17:39:34.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-07-16T17:39:34.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-07-16T17:39:34.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31602026-07-16T17:39:34.530Z
31612026-07-16T17:39:34.530Zinfo: running `cargo check --bins` on installinator-common (124/301)
31622026-07-16T17:39:34.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-07-16T17:39:35.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-07-16T17:39:35.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-07-16T17:39:35.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31662026-07-16T17:39:35.095Z
31672026-07-16T17:39:35.095Zinfo: running `cargo check --bins` on installinator-common-versions (125/301)
31682026-07-16T17:39:35.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-07-16T17:39:35.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-07-16T17:39:35.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-07-16T17:39:35.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31722026-07-16T17:39:35.622Z
31732026-07-16T17:39:35.622Zinfo: running `cargo check --bins` on wicket-common (126/301)
31742026-07-16T17:39:36.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-07-16T17:39:36.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-07-16T17:39:36.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-07-16T17:39:36.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31782026-07-16T17:39:36.176Z
31792026-07-16T17:39:36.176Zinfo: running `cargo check --bins` on wicketd-commission-types (127/301)
31802026-07-16T17:39:36.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-07-16T17:39:36.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-07-16T17:39:36.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-07-16T17:39:36.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31842026-07-16T17:39:36.721Z
31852026-07-16T17:39:36.721Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (128/301)
31862026-07-16T17:39:37.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-07-16T17:39:37.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-07-16T17:39:37.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-07-16T17:39:37.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31902026-07-16T17:39:37.272Z
31912026-07-16T17:39:37.272Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/301)
31922026-07-16T17:39:37.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-07-16T17:39:37.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-07-16T17:39:37.915Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31952026-07-16T17:39:38.027Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31962026-07-16T17:39:38.034Z Checking csv-core v0.1.13
31972026-07-16T17:39:38.041Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31982026-07-16T17:39:38.050Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31992026-07-16T17:39:38.053Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32002026-07-16T17:39:38.070Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32012026-07-16T17:39:38.083Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32022026-07-16T17:39:38.191Z Checking csv v1.4.0
32032026-07-16T17:39:38.219Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32042026-07-16T17:39:38.234Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32052026-07-16T17:39:38.261Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32062026-07-16T17:39:38.288Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32072026-07-16T17:39:38.528Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32082026-07-16T17:39:38.900Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32092026-07-16T17:39:38.905Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32102026-07-16T17:39:39.239Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32112026-07-16T17:39:45.265Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32122026-07-16T17:39:45.788Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32132026-07-16T17:39:48.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.86s
32142026-07-16T17:39:48.322Z
32152026-07-16T17:39:48.322Zinfo: running `cargo check --bins` on cockroach-admin-api (130/301)
32162026-07-16T17:39:48.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-16T17:39:48.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-16T17:39:48.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-07-16T17:39:48.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32202026-07-16T17:39:48.857Z
32212026-07-16T17:39:48.857Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/301)
32222026-07-16T17:39:49.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-07-16T17:39:49.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-07-16T17:39:49.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-07-16T17:39:49.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32262026-07-16T17:39:49.481Z
32272026-07-16T17:39:49.481Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/301)
32282026-07-16T17:39:49.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-07-16T17:39:50.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-07-16T17:39:50.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-07-16T17:39:50.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32322026-07-16T17:39:50.103Z
32332026-07-16T17:39:50.103Zinfo: running `cargo check --bins` on gateway-test-utils (133/301)
32342026-07-16T17:39:50.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-07-16T17:39:50.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-07-16T17:39:50.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-07-16T17:39:50.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32382026-07-16T17:39:50.692Z
32392026-07-16T17:39:50.692Zinfo: running `cargo check --bins` on omicron-gateway (134/301)
32402026-07-16T17:39:51.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-07-16T17:39:51.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-07-16T17:39:51.408Z Compiling regress v0.11.1
32432026-07-16T17:39:51.550Z Compiling unsafe-libyaml v0.2.11
32442026-07-16T17:39:51.559Z Compiling semver v0.1.20
32452026-07-16T17:39:51.563Z Compiling radium v0.7.0
32462026-07-16T17:39:51.580Z Checking nom v8.0.0
32472026-07-16T17:39:51.580Z Checking tap v1.0.1
32482026-07-16T17:39:51.584Z Compiling maybe-uninit v2.0.0
32492026-07-16T17:39:51.690Z Checking wyz v0.5.1
32502026-07-16T17:39:51.824Z Compiling rustc_version v0.1.7
32512026-07-16T17:39:51.870Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32522026-07-16T17:39:51.933Z Compiling zerocopy-derive v0.6.6
32532026-07-16T17:39:52.023Z Compiling owo-colors v4.3.0
32542026-07-16T17:39:52.051Z Compiling serde_yaml v0.9.34+deprecated
32552026-07-16T17:39:52.275Z Compiling newtype_derive v0.1.6
32562026-07-16T17:39:52.353Z Compiling cancel-safe-futures v0.1.5
32572026-07-16T17:39:52.476Z Checking funty v2.0.0
32582026-07-16T17:39:52.577Z Compiling packed_struct v0.10.1
32592026-07-16T17:39:52.793Z Checking crc-catalog v2.4.0
32602026-07-16T17:39:52.797Z Checking zerocopy v0.6.6
32612026-07-16T17:39:52.880Z Checking bitvec v1.0.1
32622026-07-16T17:39:52.932Z Checking crc v3.4.0
32632026-07-16T17:39:52.992Z Checking typify-impl v0.6.2
32642026-07-16T17:39:53.318Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32652026-07-16T17:39:53.351Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32662026-07-16T17:39:53.492Z Compiling packed_struct_codegen v0.10.1
32672026-07-16T17:39:53.512Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32682026-07-16T17:39:53.697Z Checking libsw-core v0.3.2
32692026-07-16T17:39:53.828Z Compiling bitfield-macros v0.19.4
32702026-07-16T17:39:53.843Z Compiling indexmap v1.9.3
32712026-07-16T17:39:54.051Z Checking nodrop v0.1.14
32722026-07-16T17:39:54.136Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32732026-07-16T17:39:54.150Z Checking array-init v0.0.4
32742026-07-16T17:39:54.207Z Checking libsw v3.5.0
32752026-07-16T17:39:54.239Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32762026-07-16T17:39:54.359Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-07-16T17:39:54.450Z Checking smallvec v0.6.14
32782026-07-16T17:39:54.535Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32792026-07-16T17:39:54.562Z Checking bitfield v0.19.4
32802026-07-16T17:39:54.761Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32812026-07-16T17:39:54.844Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32822026-07-16T17:39:54.885Z Checking linear-map v1.2.0
32832026-07-16T17:39:54.967Z Checking unicode-linebreak v0.1.5
32842026-07-16T17:39:54.984Z Checking smawk v0.3.2
32852026-07-16T17:39:55.058Z Checking hashbrown v0.12.3
32862026-07-16T17:39:55.110Z Checking base64 v0.21.7
32872026-07-16T17:39:55.183Z Checking tagptr v0.2.0
32882026-07-16T17:39:55.200Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32892026-07-16T17:39:55.326Z Checking moka v0.12.13
32902026-07-16T17:39:55.340Z Checking textwrap v0.16.2
32912026-07-16T17:39:55.353Z Checking ron v0.8.1
32922026-07-16T17:39:55.622Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32932026-07-16T17:39:55.670Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32942026-07-16T17:39:55.723Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32952026-07-16T17:39:55.797Z Checking steno v0.4.1
32962026-07-16T17:39:55.868Z Checking serde-hex v0.1.0
32972026-07-16T17:39:55.958Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32982026-07-16T17:39:56.123Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32992026-07-16T17:39:56.491Z Checking hashbrown v0.13.2
33002026-07-16T17:39:56.528Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33012026-07-16T17:39:56.704Z Checking crc-any v2.5.0
33022026-07-16T17:39:56.754Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33032026-07-16T17:39:56.821Z Checking hickory-resolver v0.25.2
33042026-07-16T17:39:56.882Z Checking sha1 v0.10.6
33052026-07-16T17:39:56.917Z Checking object v0.30.4
33062026-07-16T17:39:56.930Z Checking half v1.8.3
33072026-07-16T17:39:57.046Z Checking void v1.0.2
33082026-07-16T17:39:57.122Z Checking path-slash v0.1.5
33092026-07-16T17:39:57.151Z Checking utf-8 v0.7.6
33102026-07-16T17:39:57.229Z Checking lzss v0.8.2
33112026-07-16T17:39:57.285Z Checking tungstenite v0.23.0
33122026-07-16T17:39:57.374Z Checking serde_cbor v0.11.2
33132026-07-16T17:39:57.534Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33142026-07-16T17:39:57.551Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33152026-07-16T17:39:57.575Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33162026-07-16T17:39:57.640Z Compiling typify-macro v0.6.2
33172026-07-16T17:39:57.690Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33182026-07-16T17:39:57.700Z Checking nix v0.27.1
33192026-07-16T17:39:57.704Z Checking kstat-rs v0.2.4
33202026-07-16T17:39:57.749Z Checking fxhash v0.2.1
33212026-07-16T17:39:57.871Z Checking serde_bytes v0.11.19
33222026-07-16T17:39:57.897Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33232026-07-16T17:39:57.911Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33242026-07-16T17:39:57.937Z Checking tokio-tungstenite v0.23.1
33252026-07-16T17:39:58.046Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33262026-07-16T17:39:58.197Z Checking signal-hook-tokio v0.3.1
33272026-07-16T17:39:58.702Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33282026-07-16T17:39:59.024Z Compiling typify v0.6.2
33292026-07-16T17:39:59.102Z Compiling progenitor-impl v0.14.0
33302026-07-16T17:39:59.632Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33312026-07-16T17:39:59.943Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33322026-07-16T17:40:00.539Z Compiling progenitor-macro v0.14.0
33332026-07-16T17:40:02.835Z Checking progenitor v0.14.0
33342026-07-16T17:40:02.943Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33352026-07-16T17:40:02.947Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33362026-07-16T17:40:05.646Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33372026-07-16T17:40:13.982Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33382026-07-16T17:40:20.555Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33392026-07-16T17:40:21.950Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-07-16T17:40:22.391Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412026-07-16T17:40:24.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.76s
33422026-07-16T17:40:24.648Z
33432026-07-16T17:40:24.648Zinfo: running `cargo check --bins` on gateway-api (135/301)
33442026-07-16T17:40:25.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-07-16T17:40:25.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-07-16T17:40:25.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-07-16T17:40:25.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33482026-07-16T17:40:25.183Z
33492026-07-16T17:40:25.183Zinfo: running `cargo check --bins` on ipcc (136/301)
33502026-07-16T17:40:25.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-07-16T17:40:25.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-07-16T17:40:25.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-07-16T17:40:25.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33542026-07-16T17:40:25.723Z
33552026-07-16T17:40:25.723Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/301)
33562026-07-16T17:40:26.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-07-16T17:40:26.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-07-16T17:40:26.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-07-16T17:40:26.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33602026-07-16T17:40:26.249Z
33612026-07-16T17:40:26.250Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/301)
33622026-07-16T17:40:26.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-07-16T17:40:26.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-07-16T17:40:26.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-07-16T17:40:26.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33662026-07-16T17:40:26.808Z
33672026-07-16T17:40:26.808Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/301)
33682026-07-16T17:40:27.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-07-16T17:40:27.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-07-16T17:40:27.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-07-16T17:40:27.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33722026-07-16T17:40:27.362Z
33732026-07-16T17:40:27.362Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/301)
33742026-07-16T17:40:27.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-07-16T17:40:27.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-07-16T17:40:27.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-07-16T17:40:27.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33782026-07-16T17:40:27.911Z
33792026-07-16T17:40:27.911Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/301)
33802026-07-16T17:40:28.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-07-16T17:40:28.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-07-16T17:40:28.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-07-16T17:40:28.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33842026-07-16T17:40:28.452Z
33852026-07-16T17:40:28.452Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/301)
33862026-07-16T17:40:28.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-07-16T17:40:28.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-07-16T17:40:28.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-07-16T17:40:28.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33902026-07-16T17:40:29.000Z
33912026-07-16T17:40:29.003Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/301)
33922026-07-16T17:40:29.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-07-16T17:40:29.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-07-16T17:40:29.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-07-16T17:40:29.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33962026-07-16T17:40:29.587Z
33972026-07-16T17:40:29.588Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/301)
33982026-07-16T17:40:29.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-07-16T17:40:29.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-07-16T17:40:29.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-07-16T17:40:29.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34022026-07-16T17:40:30.073Z
34032026-07-16T17:40:30.073Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/301)
34042026-07-16T17:40:30.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-07-16T17:40:30.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-07-16T17:40:30.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-07-16T17:40:30.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34082026-07-16T17:40:30.610Z
34092026-07-16T17:40:30.610Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/301)
34102026-07-16T17:40:31.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-07-16T17:40:31.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-07-16T17:40:31.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-07-16T17:40:31.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34142026-07-16T17:40:31.150Z
34152026-07-16T17:40:31.150Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/301)
34162026-07-16T17:40:31.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-07-16T17:40:31.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-07-16T17:40:31.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-07-16T17:40:31.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34202026-07-16T17:40:31.697Z
34212026-07-16T17:40:31.697Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/301)
34222026-07-16T17:40:32.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-07-16T17:40:32.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-07-16T17:40:32.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-07-16T17:40:32.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34262026-07-16T17:40:32.239Z
34272026-07-16T17:40:32.239Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/301)
34282026-07-16T17:40:32.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-07-16T17:40:32.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-07-16T17:40:32.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-07-16T17:40:32.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34322026-07-16T17:40:32.800Z
34332026-07-16T17:40:32.800Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/301)
34342026-07-16T17:40:33.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-07-16T17:40:33.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-07-16T17:40:33.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-07-16T17:40:33.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34382026-07-16T17:40:33.362Z
34392026-07-16T17:40:33.362Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/301)
34402026-07-16T17:40:33.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-07-16T17:40:33.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-07-16T17:40:33.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-07-16T17:40:33.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34442026-07-16T17:40:33.921Z
34452026-07-16T17:40:33.922Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/301)
34462026-07-16T17:40:34.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-07-16T17:40:34.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-07-16T17:40:34.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-07-16T17:40:34.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34502026-07-16T17:40:34.484Z
34512026-07-16T17:40:34.484Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/301)
34522026-07-16T17:40:34.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-07-16T17:40:34.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-07-16T17:40:34.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-07-16T17:40:34.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34562026-07-16T17:40:35.046Z
34572026-07-16T17:40:35.046Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/301)
34582026-07-16T17:40:35.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-07-16T17:40:35.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-07-16T17:40:35.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-07-16T17:40:35.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34622026-07-16T17:40:35.622Z
34632026-07-16T17:40:35.622Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/301)
34642026-07-16T17:40:36.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-07-16T17:40:36.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-07-16T17:40:36.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-07-16T17:40:36.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34682026-07-16T17:40:36.184Z
34692026-07-16T17:40:36.184Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/301)
34702026-07-16T17:40:36.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-07-16T17:40:36.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-07-16T17:40:36.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-07-16T17:40:36.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34742026-07-16T17:40:36.734Z
34752026-07-16T17:40:36.734Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/301)
34762026-07-16T17:40:37.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-07-16T17:40:37.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-07-16T17:40:37.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-07-16T17:40:37.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34802026-07-16T17:40:37.295Z
34812026-07-16T17:40:37.295Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/301)
34822026-07-16T17:40:37.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-07-16T17:40:37.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-07-16T17:40:37.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-07-16T17:40:37.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34862026-07-16T17:40:37.869Z
34872026-07-16T17:40:37.869Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/301)
34882026-07-16T17:40:38.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-07-16T17:40:38.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-07-16T17:40:38.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-07-16T17:40:38.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34922026-07-16T17:40:38.406Z
34932026-07-16T17:40:38.406Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/301)
34942026-07-16T17:40:38.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-07-16T17:40:38.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-07-16T17:40:38.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-07-16T17:40:38.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34982026-07-16T17:40:38.954Z
34992026-07-16T17:40:38.954Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/301)
35002026-07-16T17:40:39.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-07-16T17:40:39.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-07-16T17:40:39.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-07-16T17:40:39.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35042026-07-16T17:40:39.497Z
35052026-07-16T17:40:39.498Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/301)
35062026-07-16T17:40:39.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-07-16T17:40:39.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-07-16T17:40:39.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-07-16T17:40:39.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35102026-07-16T17:40:40.045Z
35112026-07-16T17:40:40.045Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/301)
35122026-07-16T17:40:40.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-07-16T17:40:40.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-07-16T17:40:40.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-07-16T17:40:40.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35162026-07-16T17:40:40.590Z
35172026-07-16T17:40:40.590Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/301)
35182026-07-16T17:40:41.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-07-16T17:40:41.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-07-16T17:40:41.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-07-16T17:40:41.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35222026-07-16T17:40:41.138Z
35232026-07-16T17:40:41.138Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/301)
35242026-07-16T17:40:41.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-07-16T17:40:41.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-07-16T17:40:41.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-07-16T17:40:41.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35282026-07-16T17:40:41.686Z
35292026-07-16T17:40:41.686Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/301)
35302026-07-16T17:40:42.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-07-16T17:40:42.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-07-16T17:40:42.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-07-16T17:40:42.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35342026-07-16T17:40:42.234Z
35352026-07-16T17:40:42.234Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/301)
35362026-07-16T17:40:42.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-07-16T17:40:42.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-07-16T17:40:42.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-07-16T17:40:42.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35402026-07-16T17:40:42.801Z
35412026-07-16T17:40:42.801Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/301)
35422026-07-16T17:40:43.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-07-16T17:40:43.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-07-16T17:40:43.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-07-16T17:40:43.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35462026-07-16T17:40:43.364Z
35472026-07-16T17:40:43.364Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/301)
35482026-07-16T17:40:43.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-07-16T17:40:43.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-07-16T17:40:43.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-07-16T17:40:43.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35522026-07-16T17:40:43.930Z
35532026-07-16T17:40:43.930Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/301)
35542026-07-16T17:40:44.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-07-16T17:40:44.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-07-16T17:40:44.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-07-16T17:40:44.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35582026-07-16T17:40:44.499Z
35592026-07-16T17:40:44.499Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/301)
35602026-07-16T17:40:44.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-07-16T17:40:44.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-07-16T17:40:44.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-07-16T17:40:44.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35642026-07-16T17:40:45.050Z
35652026-07-16T17:40:45.050Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/301)
35662026-07-16T17:40:45.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-07-16T17:40:45.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-07-16T17:40:45.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-07-16T17:40:45.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35702026-07-16T17:40:45.613Z
35712026-07-16T17:40:45.613Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/301)
35722026-07-16T17:40:46.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-07-16T17:40:46.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-07-16T17:40:46.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-07-16T17:40:46.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35762026-07-16T17:40:46.174Z
35772026-07-16T17:40:46.174Zinfo: running `cargo check --bins` on oximeter-producer (174/301)
35782026-07-16T17:40:46.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-07-16T17:40:46.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-07-16T17:40:46.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-07-16T17:40:46.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35822026-07-16T17:40:46.760Z
35832026-07-16T17:40:46.760Zinfo: running `cargo check --bins` on internal-dns-resolver (175/301)
35842026-07-16T17:40:47.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-07-16T17:40:47.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-07-16T17:40:47.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-07-16T17:40:47.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35882026-07-16T17:40:47.312Z
35892026-07-16T17:40:47.312Zinfo: running `cargo check --bins` on dns-server (176/301)
35902026-07-16T17:40:47.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-07-16T17:40:47.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-07-16T17:40:47.921Z Compiling parking_lot_core v0.8.6
35932026-07-16T17:40:47.926Z Compiling git-stub v1.0.0
35942026-07-16T17:40:47.926Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35952026-07-16T17:40:48.027Z Checking prefix-trie v0.7.0
35962026-07-16T17:40:48.150Z Compiling git-stub-vcs v0.1.0
35972026-07-16T17:40:48.321Z Checking hickory-server v0.25.2
35982026-07-16T17:40:48.428Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35992026-07-16T17:40:48.442Z Checking parking_lot v0.11.2
36002026-07-16T17:40:48.494Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36012026-07-16T17:40:48.494Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
36022026-07-16T17:40:48.638Z Checking sled v0.34.7
36032026-07-16T17:40:50.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
36042026-07-16T17:40:50.711Z
36052026-07-16T17:40:50.711Zinfo: running `cargo check --bins` on dns-server-api (177/301)
36062026-07-16T17:40:51.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-07-16T17:40:51.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-07-16T17:40:51.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-07-16T17:40:51.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36102026-07-16T17:40:51.250Z
36112026-07-16T17:40:51.250Zinfo: running `cargo check --bins` on oximeter-producer-api (178/301)
36122026-07-16T17:40:51.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-07-16T17:40:51.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-07-16T17:40:51.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-07-16T17:40:51.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36162026-07-16T17:40:51.805Z
36172026-07-16T17:40:51.805Zinfo: running `cargo check --bins` on sp-sim (179/301)
36182026-07-16T17:40:52.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-07-16T17:40:52.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-07-16T17:40:52.480Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36212026-07-16T17:40:54.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
36222026-07-16T17:40:54.400Z
36232026-07-16T17:40:54.400Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/301)
36242026-07-16T17:40:54.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-07-16T17:40:54.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-07-16T17:40:54.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-07-16T17:40:54.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36282026-07-16T17:40:54.994Z
36292026-07-16T17:40:54.994Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/301)
36302026-07-16T17:40:55.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-07-16T17:40:55.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-07-16T17:40:55.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-07-16T17:40:55.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36342026-07-16T17:40:55.600Z
36352026-07-16T17:40:55.600Zinfo: running `cargo check --bins` on db-macros (182/301)
36362026-07-16T17:40:56.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-07-16T17:40:56.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-07-16T17:40:56.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-07-16T17:40:56.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36402026-07-16T17:40:56.130Z
36412026-07-16T17:40:56.130Zinfo: running `cargo check --bins` on nexus-macros-common (183/301)
36422026-07-16T17:40:56.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-07-16T17:40:56.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-07-16T17:40:56.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-07-16T17:40:56.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36462026-07-16T17:40:56.670Z
36472026-07-16T17:40:56.670Zinfo: running `cargo check --bins` on nexus-auth (184/301)
36482026-07-16T17:40:57.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-07-16T17:40:57.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-07-16T17:40:57.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-07-16T17:40:57.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36522026-07-16T17:40:57.267Z
36532026-07-16T17:40:57.267Zinfo: running `cargo check --bins` on authz-macros (185/301)
36542026-07-16T17:40:57.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-07-16T17:40:57.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-07-16T17:40:57.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-07-16T17:40:57.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36582026-07-16T17:40:57.775Z
36592026-07-16T17:40:57.775Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/301)
36602026-07-16T17:40:58.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-07-16T17:40:58.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-07-16T17:40:58.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-07-16T17:40:58.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36642026-07-16T17:40:58.353Z
36652026-07-16T17:40:58.353Zinfo: running `cargo check --bins` on nexus-db-model (187/301)
36662026-07-16T17:40:58.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-07-16T17:40:58.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-07-16T17:40:58.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-07-16T17:40:58.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36702026-07-16T17:40:58.937Z
36712026-07-16T17:40:58.937Zinfo: running `cargo check --bins` on nexus-db-schema (188/301)
36722026-07-16T17:40:59.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-07-16T17:40:59.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-07-16T17:40:59.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-07-16T17:40:59.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36762026-07-16T17:40:59.465Z
36772026-07-16T17:40:59.465Zinfo: running `cargo check --bins` on omicron-rpaths (189/301)
36782026-07-16T17:40:59.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-07-16T17:40:59.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-07-16T17:40:59.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-07-16T17:40:59.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36822026-07-16T17:41:00.043Z
36832026-07-16T17:41:00.043Zinfo: running `cargo check --bins` on nexus-defaults (190/301)
36842026-07-16T17:41:00.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-07-16T17:41:00.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-07-16T17:41:00.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-07-16T17:41:00.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36882026-07-16T17:41:00.530Z
36892026-07-16T17:41:00.530Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/301)
36902026-07-16T17:41:00.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-07-16T17:41:00.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-07-16T17:41:00.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-07-16T17:41:00.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36942026-07-16T17:41:01.064Z
36952026-07-16T17:41:01.064Zinfo: running `cargo check --bins` on parallel-task-set (192/301)
36962026-07-16T17:41:01.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-07-16T17:41:01.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-07-16T17:41:01.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-07-16T17:41:01.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37002026-07-16T17:41:01.608Z
37012026-07-16T17:41:01.608Zinfo: running `cargo check --bins` on omicron-git-version (193/301)
37022026-07-16T17:41:02.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-07-16T17:41:02.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-07-16T17:41:02.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-07-16T17:41:02.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37062026-07-16T17:41:02.458Z
37072026-07-16T17:41:02.458Zinfo: running `cargo check --bins` on nexus-db-errors (194/301)
37082026-07-16T17:41:02.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-07-16T17:41:02.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-07-16T17:41:02.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-07-16T17:41:02.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37122026-07-16T17:41:02.710Z
37132026-07-16T17:41:02.710Zinfo: running `cargo check --bins` on nexus-db-lookup (195/301)
37142026-07-16T17:41:03.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-07-16T17:41:03.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-07-16T17:41:03.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-07-16T17:41:03.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37182026-07-16T17:41:03.290Z
37192026-07-16T17:41:03.290Zinfo: running `cargo check --bins` on nexus-inventory (196/301)
37202026-07-16T17:41:03.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-07-16T17:41:03.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-07-16T17:41:03.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-07-16T17:41:03.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37242026-07-16T17:41:03.871Z
37252026-07-16T17:41:03.871Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/301)
37262026-07-16T17:41:04.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-07-16T17:41:04.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-07-16T17:41:04.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-07-16T17:41:04.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37302026-07-16T17:41:04.427Z
37312026-07-16T17:41:04.427Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/301)
37322026-07-16T17:41:04.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-07-16T17:41:04.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-07-16T17:41:04.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-07-16T17:41:04.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37362026-07-16T17:41:04.985Z
37372026-07-16T17:41:04.985Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/301)
37382026-07-16T17:41:05.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-07-16T17:41:05.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-07-16T17:41:05.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-07-16T17:41:05.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37422026-07-16T17:41:05.539Z
37432026-07-16T17:41:05.539Zinfo: running `cargo check --bins` on key-manager (200/301)
37442026-07-16T17:41:05.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-07-16T17:41:05.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-07-16T17:41:05.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-07-16T17:41:06.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37482026-07-16T17:41:06.080Z
37492026-07-16T17:41:06.080Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/301)
37502026-07-16T17:41:06.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-07-16T17:41:06.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-07-16T17:41:06.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-07-16T17:41:06.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37542026-07-16T17:41:06.637Z
37552026-07-16T17:41:06.638Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/301)
37562026-07-16T17:41:07.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-07-16T17:41:07.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-07-16T17:41:07.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-07-16T17:41:07.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37602026-07-16T17:41:07.198Z
37612026-07-16T17:41:07.198Zinfo: running `cargo check --bins` on typed-rng (203/301)
37622026-07-16T17:41:07.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-07-16T17:41:07.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-07-16T17:41:07.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-07-16T17:41:07.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37662026-07-16T17:41:07.721Z
37672026-07-16T17:41:07.721Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/301)
37682026-07-16T17:41:08.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-07-16T17:41:08.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-07-16T17:41:08.513Z Compiling libefi-sys v0.1.0
37712026-07-16T17:41:08.518Z Compiling bitfield-struct v0.6.2
37722026-07-16T17:41:08.660Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37732026-07-16T17:41:08.667Z Compiling xshell-macros v0.2.7
37742026-07-16T17:41:08.670Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37752026-07-16T17:41:08.682Z Compiling salty v0.3.0
37762026-07-16T17:41:08.696Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37772026-07-16T17:41:08.710Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37782026-07-16T17:41:08.724Z Checking rfc6979 v0.4.0
37792026-07-16T17:41:08.841Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37802026-07-16T17:41:08.849Z Checking ecdsa v0.16.9
37812026-07-16T17:41:08.984Z Checking primeorder v0.13.6
37822026-07-16T17:41:09.002Z Compiling proc-macro-error-attr2 v2.0.0
37832026-07-16T17:41:09.022Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37842026-07-16T17:41:09.034Z Checking xshell v0.2.7
37852026-07-16T17:41:09.163Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37862026-07-16T17:41:09.194Z Checking tungstenite v0.21.0
37872026-07-16T17:41:09.197Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37882026-07-16T17:41:09.223Z Checking p384 v0.13.1
37892026-07-16T17:41:09.233Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37902026-07-16T17:41:09.258Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37912026-07-16T17:41:09.335Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37922026-07-16T17:41:09.385Z Compiling num-derive v0.3.3
37932026-07-16T17:41:09.404Z Compiling proc-macro-error2 v2.0.1
37942026-07-16T17:41:09.488Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37952026-07-16T17:41:09.622Z Checking tokio-tungstenite v0.21.0
37962026-07-16T17:41:09.669Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37972026-07-16T17:41:09.691Z Checking papergrid v0.17.0
37982026-07-16T17:41:09.712Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37992026-07-16T17:41:09.726Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38002026-07-16T17:41:09.730Z Compiling tabled_derive v0.11.0
38012026-07-16T17:41:09.855Z Compiling progenitor-impl v0.13.0
38022026-07-16T17:41:09.899Z Checking testing_table v0.3.0
38032026-07-16T17:41:09.994Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38042026-07-16T17:41:10.021Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38052026-07-16T17:41:10.059Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38062026-07-16T17:41:10.226Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38072026-07-16T17:41:10.230Z Compiling illumos-nvpair-sys v0.2.0
38082026-07-16T17:41:10.365Z Checking libscf-sys v1.1.0
38092026-07-16T17:41:10.415Z Checking corncobs v0.1.4
38102026-07-16T17:41:10.437Z Compiling unicase v2.9.0
38112026-07-16T17:41:10.517Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38122026-07-16T17:41:10.565Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38132026-07-16T17:41:10.590Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38142026-07-16T17:41:10.622Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38152026-07-16T17:41:10.651Z Compiling mime_guess v2.0.5
38162026-07-16T17:41:10.710Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38172026-07-16T17:41:10.753Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38182026-07-16T17:41:10.880Z Checking progenitor-client v0.13.0
38192026-07-16T17:41:10.899Z Checking tabled v0.20.0
38202026-07-16T17:41:11.130Z Checking secrecy v0.8.0
38212026-07-16T17:41:11.182Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38222026-07-16T17:41:11.283Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38232026-07-16T17:41:11.298Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38242026-07-16T17:41:11.440Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38252026-07-16T17:41:11.636Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38262026-07-16T17:41:11.682Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38272026-07-16T17:41:11.740Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38282026-07-16T17:41:11.755Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38292026-07-16T17:41:11.804Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38302026-07-16T17:41:11.960Z Checking filetime v0.2.27
38312026-07-16T17:41:11.977Z Checking crc8 v0.1.1
38322026-07-16T17:41:12.075Z Checking xattr v1.6.1
38332026-07-16T17:41:12.187Z Checking http-range v0.1.5
38342026-07-16T17:41:12.204Z Checking tar v0.4.46
38352026-07-16T17:41:12.313Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38362026-07-16T17:41:12.405Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38372026-07-16T17:41:12.447Z Compiling progenitor-macro v0.13.0
38382026-07-16T17:41:12.462Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38392026-07-16T17:41:12.510Z Checking illumos-nvpair v0.3.0
38402026-07-16T17:41:12.588Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38412026-07-16T17:41:12.664Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38422026-07-16T17:41:12.702Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38432026-07-16T17:41:12.958Z Checking atty v0.2.14
38442026-07-16T17:41:12.973Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38452026-07-16T17:41:13.070Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38462026-07-16T17:41:13.082Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38472026-07-16T17:41:13.190Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38482026-07-16T17:41:13.292Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38492026-07-16T17:41:13.313Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38502026-07-16T17:41:13.351Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38512026-07-16T17:41:13.391Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38522026-07-16T17:41:13.468Z Checking hyper-staticfile v0.10.1
38532026-07-16T17:41:13.596Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38542026-07-16T17:41:13.628Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38552026-07-16T17:41:13.754Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38562026-07-16T17:41:13.843Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38572026-07-16T17:41:14.022Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38582026-07-16T17:41:14.131Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38592026-07-16T17:41:14.292Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38602026-07-16T17:41:14.636Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38612026-07-16T17:41:15.378Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38622026-07-16T17:41:15.856Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38632026-07-16T17:41:16.259Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38642026-07-16T17:41:16.480Z Checking progenitor v0.13.0
38652026-07-16T17:41:16.615Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38662026-07-16T17:41:18.682Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38672026-07-16T17:41:21.961Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38682026-07-16T17:41:32.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.22s
38692026-07-16T17:41:33.157Z
38702026-07-16T17:41:33.157Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/301)
38712026-07-16T17:41:33.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-07-16T17:41:33.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-07-16T17:41:33.899Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38742026-07-16T17:41:44.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38752026-07-16T17:41:44.834Z
38762026-07-16T17:41:44.834Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/301)
38772026-07-16T17:41:45.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-07-16T17:41:45.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-07-16T17:41:45.574Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38802026-07-16T17:41:56.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38812026-07-16T17:41:56.536Z
38822026-07-16T17:41:56.536Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/301)
38832026-07-16T17:41:57.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-07-16T17:41:57.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-07-16T17:41:57.263Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38862026-07-16T17:42:08.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38872026-07-16T17:42:08.259Z
38882026-07-16T17:42:08.259Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/301)
38892026-07-16T17:42:08.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-07-16T17:42:08.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-07-16T17:42:08.994Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38922026-07-16T17:42:19.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38932026-07-16T17:42:20.009Z
38942026-07-16T17:42:20.010Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/301)
38952026-07-16T17:42:20.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-07-16T17:42:20.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-07-16T17:42:20.745Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38982026-07-16T17:42:31.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38992026-07-16T17:42:31.665Z
39002026-07-16T17:42:31.666Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/301)
39012026-07-16T17:42:32.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-07-16T17:42:32.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-07-16T17:42:32.404Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39042026-07-16T17:42:43.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
39052026-07-16T17:42:43.470Z
39062026-07-16T17:42:43.476Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/301)
39072026-07-16T17:42:44.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-07-16T17:42:44.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-07-16T17:42:44.394Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39102026-07-16T17:42:54.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
39112026-07-16T17:42:55.122Z
39122026-07-16T17:42:55.122Zinfo: running `cargo check --bins` on bootstrap-agent-api (212/301)
39132026-07-16T17:42:55.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-07-16T17:42:55.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-07-16T17:42:55.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-07-16T17:42:55.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39172026-07-16T17:42:55.681Z
39182026-07-16T17:42:55.681Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/301)
39192026-07-16T17:42:56.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-07-16T17:42:56.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-07-16T17:42:56.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-07-16T17:42:56.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39232026-07-16T17:42:56.211Z
39242026-07-16T17:42:56.211Zinfo: running `cargo check --bins` on range-requests (214/301)
39252026-07-16T17:42:56.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-07-16T17:42:56.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-07-16T17:42:56.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-07-16T17:42:56.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39292026-07-16T17:42:56.740Z
39302026-07-16T17:42:56.740Zinfo: running `cargo check --bins` on repo-depot-api (215/301)
39312026-07-16T17:42:57.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-07-16T17:42:57.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-07-16T17:42:57.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-07-16T17:42:57.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39352026-07-16T17:42:57.277Z
39362026-07-16T17:42:57.277Zinfo: running `cargo check --bins` on sled-agent-api (216/301)
39372026-07-16T17:42:57.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-07-16T17:42:57.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-07-16T17:42:57.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-07-16T17:42:57.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39412026-07-16T17:42:57.831Z
39422026-07-16T17:42:57.832Zinfo: running `cargo check --bins` on sled-diagnostics (217/301)
39432026-07-16T17:42:58.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-07-16T17:42:58.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-07-16T17:42:58.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-07-16T17:42:58.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39472026-07-16T17:42:58.389Z
39482026-07-16T17:42:58.389Zinfo: running `cargo check --bins` on zfs-test-harness (218/301)
39492026-07-16T17:42:58.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-07-16T17:42:58.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-07-16T17:42:58.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-07-16T17:42:58.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39532026-07-16T17:42:58.950Z
39542026-07-16T17:42:58.950Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/301)
39552026-07-16T17:42:59.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-07-16T17:42:59.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-07-16T17:42:59.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-07-16T17:42:59.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39592026-07-16T17:42:59.515Z
39602026-07-16T17:42:59.515Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/301)
39612026-07-16T17:42:59.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-07-16T17:42:59.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-07-16T17:42:59.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-07-16T17:43:00.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39652026-07-16T17:43:00.083Z
39662026-07-16T17:43:00.083Zinfo: running `cargo check --bins` on sled-agent-early-networking (221/301)
39672026-07-16T17:43:00.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-07-16T17:43:00.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-07-16T17:43:00.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-07-16T17:43:00.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39712026-07-16T17:43:00.647Z
39722026-07-16T17:43:00.647Zinfo: running `cargo check --bins` on sled-agent-health-monitor (222/301)
39732026-07-16T17:43:01.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-07-16T17:43:01.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-07-16T17:43:01.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-07-16T17:43:01.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39772026-07-16T17:43:01.214Z
39782026-07-16T17:43:01.214Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/301)
39792026-07-16T17:43:01.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-07-16T17:43:01.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-07-16T17:43:01.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-07-16T17:43:01.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39832026-07-16T17:43:01.780Z
39842026-07-16T17:43:01.780Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/301)
39852026-07-16T17:43:02.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-07-16T17:43:02.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-07-16T17:43:02.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-07-16T17:43:02.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39892026-07-16T17:43:02.356Z
39902026-07-16T17:43:02.356Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (225/301)
39912026-07-16T17:43:02.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-07-16T17:43:02.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-07-16T17:43:02.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-07-16T17:43:02.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39952026-07-16T17:43:02.930Z
39962026-07-16T17:43:02.930Zinfo: running `cargo check --bins` on sled-agent-rack-setup (226/301)
39972026-07-16T17:43:03.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-07-16T17:43:03.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-07-16T17:43:03.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-07-16T17:43:03.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40012026-07-16T17:43:03.525Z
40022026-07-16T17:43:03.525Zinfo: running `cargo check --bins` on trust-quorum (227/301)
40032026-07-16T17:43:03.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-07-16T17:43:03.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-07-16T17:43:03.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-07-16T17:43:04.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40072026-07-16T17:43:04.093Z
40082026-07-16T17:43:04.093Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/301)
40092026-07-16T17:43:04.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-07-16T17:43:04.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-07-16T17:43:04.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-07-16T17:43:04.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40132026-07-16T17:43:04.674Z
40142026-07-16T17:43:04.674Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/301)
40152026-07-16T17:43:05.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-07-16T17:43:05.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-07-16T17:43:05.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-07-16T17:43:05.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40192026-07-16T17:43:05.277Z
40202026-07-16T17:43:05.277Zinfo: running `cargo check --bins` on update-common (230/301)
40212026-07-16T17:43:05.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-07-16T17:43:05.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-07-16T17:43:05.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-07-16T17:43:05.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40252026-07-16T17:43:05.820Z
40262026-07-16T17:43:05.820Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/301)
40272026-07-16T17:43:06.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-07-16T17:43:06.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-07-16T17:43:06.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-07-16T17:43:06.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40312026-07-16T17:43:06.418Z
40322026-07-16T17:43:06.418Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/301)
40332026-07-16T17:43:06.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-07-16T17:43:06.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-07-16T17:43:06.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-07-16T17:43:06.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40372026-07-16T17:43:06.938Z
40382026-07-16T17:43:06.938Zinfo: running `cargo check --bins` on reconfigurator-cli (233/301)
40392026-07-16T17:43:07.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-07-16T17:43:07.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-07-16T17:43:07.662Z Compiling fs-err v2.11.0
40422026-07-16T17:43:07.666Z Checking ignore v0.4.25
40432026-07-16T17:43:07.666Z Checking arc-swap v1.8.2
40442026-07-16T17:43:07.797Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40452026-07-16T17:43:07.801Z Checking predicates-tree v1.0.13
40462026-07-16T17:43:07.805Z Checking parse-size v1.1.0
40472026-07-16T17:43:07.825Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40482026-07-16T17:43:07.829Z Checking rand_seeder v0.4.0
40492026-07-16T17:43:07.900Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40502026-07-16T17:43:07.920Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40512026-07-16T17:43:07.979Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40522026-07-16T17:43:07.991Z Checking slog-scope v4.4.1
40532026-07-16T17:43:08.038Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40542026-07-16T17:43:08.112Z Compiling petname v2.0.2
40552026-07-16T17:43:08.127Z Checking slog-stdlog v4.1.1
40562026-07-16T17:43:08.148Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40572026-07-16T17:43:08.161Z Checking globwalk v0.9.1
40582026-07-16T17:43:08.226Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40592026-07-16T17:43:08.241Z Checking slog-envlogger v2.2.0
40602026-07-16T17:43:08.337Z Checking camino-tempfile-ext v0.3.3
40612026-07-16T17:43:08.386Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40622026-07-16T17:43:08.423Z Checking sapling-renderdag v0.1.0
40632026-07-16T17:43:08.527Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40642026-07-16T17:43:08.586Z Checking subprocess v0.2.15
40652026-07-16T17:43:08.656Z Checking sync-ptr v0.1.4
40662026-07-16T17:43:08.726Z Checking colored v2.2.0
40672026-07-16T17:43:08.772Z Checking assert_matches v1.5.0
40682026-07-16T17:43:08.864Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40692026-07-16T17:43:09.023Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40702026-07-16T17:43:09.023Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40712026-07-16T17:43:09.673Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40722026-07-16T17:43:10.998Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40732026-07-16T17:43:13.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
40742026-07-16T17:43:13.331Z
40752026-07-16T17:43:13.331Zinfo: running `cargo check --bins` on omicron-repl-utils (234/301)
40762026-07-16T17:43:13.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-07-16T17:43:13.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-07-16T17:43:13.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-07-16T17:43:13.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40802026-07-16T17:43:13.856Z
40812026-07-16T17:43:13.857Zinfo: running `cargo check --bins` on transient-dns-server (235/301)
40822026-07-16T17:43:14.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-07-16T17:43:14.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-07-16T17:43:14.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-07-16T17:43:14.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40862026-07-16T17:43:14.405Z
40872026-07-16T17:43:14.405Zinfo: running `cargo check --bins` on nexus-test-interface (236/301)
40882026-07-16T17:43:14.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-16T17:43:14.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-16T17:43:14.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-07-16T17:43:14.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40922026-07-16T17:43:14.999Z
40932026-07-16T17:43:14.999Zinfo: running `cargo check --bins` on oximeter-collector (237/301)
40942026-07-16T17:43:15.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-16T17:43:15.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-16T17:43:15.672Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40972026-07-16T17:43:15.677Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40982026-07-16T17:43:16.296Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40992026-07-16T17:43:17.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
41002026-07-16T17:43:18.055Z
41012026-07-16T17:43:18.055Zinfo: running `cargo check --bins` on oximeter-api (238/301)
41022026-07-16T17:43:18.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-07-16T17:43:18.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-07-16T17:43:18.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-07-16T17:43:18.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41062026-07-16T17:43:18.589Z
41072026-07-16T17:43:18.589Zinfo: running `cargo check --bins` on cert-dev (239/301)
41082026-07-16T17:43:19.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-07-16T17:43:19.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-07-16T17:43:19.149Z Checking yasna v0.5.2
41112026-07-16T17:43:19.591Z Checking rcgen v0.12.1
41122026-07-16T17:43:19.791Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41132026-07-16T17:43:19.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41142026-07-16T17:43:20.138Z
41152026-07-16T17:43:20.138Zinfo: running `cargo check --bins` on clickana (240/301)
41162026-07-16T17:43:20.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-07-16T17:43:20.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-07-16T17:43:20.735Z Compiling instability v0.3.11
41192026-07-16T17:43:20.739Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41202026-07-16T17:43:20.740Z Checking castaway v0.2.4
41212026-07-16T17:43:20.740Z Compiling indoc v2.0.7
41222026-07-16T17:43:20.740Z Checking unicode-truncate v1.1.0
41232026-07-16T17:43:20.842Z Checking lru v0.12.5
41242026-07-16T17:43:20.847Z Checking cassowary v0.3.0
41252026-07-16T17:43:20.947Z Checking compact_str v0.8.1
41262026-07-16T17:43:21.753Z Checking ratatui v0.29.0
41272026-07-16T17:43:22.156Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41282026-07-16T17:43:22.323Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41292026-07-16T17:43:23.219Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41302026-07-16T17:43:23.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.72s
41312026-07-16T17:43:24.037Z
41322026-07-16T17:43:24.037Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/301)
41332026-07-16T17:43:24.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-07-16T17:43:24.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-07-16T17:43:24.725Z Checking headers-core v0.3.0
41362026-07-16T17:43:24.725Z Checking port-file v0.1.0
41372026-07-16T17:43:24.729Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41382026-07-16T17:43:24.920Z Checking headers v0.4.1
41392026-07-16T17:43:25.287Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41402026-07-16T17:43:26.206Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41412026-07-16T17:43:26.679Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41422026-07-16T17:43:27.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
41432026-07-16T17:43:27.253Z
41442026-07-16T17:43:27.253Zinfo: running `cargo check --bins` on ch-dev (242/301)
41452026-07-16T17:43:27.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-07-16T17:43:27.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-07-16T17:43:27.926Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41482026-07-16T17:43:28.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41492026-07-16T17:43:28.847Z
41502026-07-16T17:43:28.847Zinfo: running `cargo check --bins` on dev-tools-common (243/301)
41512026-07-16T17:43:29.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-07-16T17:43:29.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-07-16T17:43:29.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-07-16T17:43:29.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41552026-07-16T17:43:29.255Z
41562026-07-16T17:43:29.255Zinfo: running `cargo check --bins` on corpus-adjust (244/301)
41572026-07-16T17:43:29.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-07-16T17:43:29.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-07-16T17:43:29.838Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41602026-07-16T17:43:30.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
41612026-07-16T17:43:30.343Z
41622026-07-16T17:43:30.343Zinfo: running `cargo check --bins` on crdb-seed (245/301)
41632026-07-16T17:43:30.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-07-16T17:43:30.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-07-16T17:43:31.019Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41662026-07-16T17:43:32.069Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41672026-07-16T17:43:32.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
41682026-07-16T17:43:32.578Z
41692026-07-16T17:43:32.578Zinfo: running `cargo check --bins` on db-dev (246/301)
41702026-07-16T17:43:33.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-07-16T17:43:33.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-07-16T17:43:33.262Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41732026-07-16T17:43:34.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41742026-07-16T17:43:34.198Z
41752026-07-16T17:43:34.198Zinfo: running `cargo check --bins` on omicron-dev-lib (247/301)
41762026-07-16T17:43:34.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-07-16T17:43:34.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-07-16T17:43:34.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41792026-07-16T17:43:34.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41802026-07-16T17:43:34.784Z
41812026-07-16T17:43:34.784Zinfo: running `cargo check --bins` on xtask-downloader (248/301)
41822026-07-16T17:43:35.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-07-16T17:43:35.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-07-16T17:43:35.353Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41852026-07-16T17:43:36.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
41862026-07-16T17:43:36.199Z
41872026-07-16T17:43:36.199Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/301)
41882026-07-16T17:43:36.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-07-16T17:43:36.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-07-16T17:43:36.904Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41912026-07-16T17:43:36.904Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41922026-07-16T17:43:36.908Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41932026-07-16T17:43:36.908Z Checking git-stub v1.0.0
41942026-07-16T17:43:37.023Z Compiling trait-variant v0.1.2
41952026-07-16T17:43:37.033Z Checking is_ci v1.2.0
41962026-07-16T17:43:37.041Z Checking maplit v1.0.2
41972026-07-16T17:43:37.074Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41982026-07-16T17:43:37.140Z Checking supports-color v3.0.2
41992026-07-16T17:43:37.140Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42002026-07-16T17:43:37.186Z Checking git-stub-vcs v0.1.0
42012026-07-16T17:43:37.260Z Checking drift v0.2.0
42022026-07-16T17:43:37.274Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42032026-07-16T17:43:37.440Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42042026-07-16T17:43:37.452Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42052026-07-16T17:43:37.563Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42062026-07-16T17:43:37.578Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42072026-07-16T17:43:37.591Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42082026-07-16T17:43:37.606Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42092026-07-16T17:43:37.617Z Checking dropshot-api-manager v0.7.2
42102026-07-16T17:43:37.771Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42112026-07-16T17:43:37.799Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42122026-07-16T17:43:38.304Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42132026-07-16T17:43:39.254Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42142026-07-16T17:43:40.279Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42152026-07-16T17:43:40.994Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42162026-07-16T17:43:41.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
42172026-07-16T17:43:41.621Z
42182026-07-16T17:43:41.621Zinfo: running `cargo check --bins` on installinator-api (250/301)
42192026-07-16T17:43:42.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-07-16T17:43:42.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-07-16T17:43:42.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-07-16T17:43:42.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42232026-07-16T17:43:42.172Z
42242026-07-16T17:43:42.172Zinfo: running `cargo check --bins` on nexus-external-api (251/301)
42252026-07-16T17:43:42.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-07-16T17:43:42.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-07-16T17:43:42.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-07-16T17:43:42.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42292026-07-16T17:43:42.757Z
42302026-07-16T17:43:42.757Zinfo: running `cargo check --bins` on nexus-internal-api (252/301)
42312026-07-16T17:43:43.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-07-16T17:43:43.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-07-16T17:43:43.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-07-16T17:43:43.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42352026-07-16T17:43:43.342Z
42362026-07-16T17:43:43.342Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/301)
42372026-07-16T17:43:43.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-07-16T17:43:43.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-07-16T17:43:43.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-07-16T17:43:43.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42412026-07-16T17:43:43.924Z
42422026-07-16T17:43:43.924Zinfo: running `cargo check --bins` on ntp-admin-api (254/301)
42432026-07-16T17:43:44.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-07-16T17:43:44.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-07-16T17:43:44.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-07-16T17:43:44.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42472026-07-16T17:43:44.474Z
42482026-07-16T17:43:44.474Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/301)
42492026-07-16T17:43:44.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-07-16T17:43:44.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-07-16T17:43:44.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-07-16T17:43:44.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42532026-07-16T17:43:45.012Z
42542026-07-16T17:43:45.012Zinfo: running `cargo check --bins` on wicketd-api (256/301)
42552026-07-16T17:43:45.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-07-16T17:43:45.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-07-16T17:43:45.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42582026-07-16T17:43:45.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42592026-07-16T17:43:45.567Z
42602026-07-16T17:43:45.567Zinfo: running `cargo check --bins` on omicron-ls-apis (257/301)
42612026-07-16T17:43:46.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-07-16T17:43:46.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-07-16T17:43:46.141Z Compiling blake3 v1.8.5
42642026-07-16T17:43:46.249Z Checking constant_time_eq v0.4.2
42652026-07-16T17:43:46.253Z Checking arrayref v0.3.9
42662026-07-16T17:43:46.253Z Checking arrayvec v0.7.6
42672026-07-16T17:43:46.273Z Checking cargo-platform v0.3.2
42682026-07-16T17:43:46.274Z Checking topological-sort v0.2.2
42692026-07-16T17:43:46.277Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42702026-07-16T17:43:46.428Z Checking cargo_metadata v0.23.1
42712026-07-16T17:43:47.147Z Checking omicron-zone-package v0.12.3
42722026-07-16T17:43:47.860Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42732026-07-16T17:43:48.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
42742026-07-16T17:43:48.852Z
42752026-07-16T17:43:48.852Zinfo: running `cargo check --bins` on mgs-dev (258/301)
42762026-07-16T17:43:49.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-07-16T17:43:49.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-07-16T17:43:49.544Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42792026-07-16T17:43:50.150Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42802026-07-16T17:43:50.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
42812026-07-16T17:43:50.818Z
42822026-07-16T17:43:50.818Zinfo: running `cargo check --bins` on omicron-omdb (259/301)
42832026-07-16T17:43:51.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-07-16T17:43:51.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-07-16T17:43:51.732Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42862026-07-16T17:43:51.732Z Compiling vergen-lib v0.1.6
42872026-07-16T17:43:51.732Z Compiling diesel_derives v2.3.7
42882026-07-16T17:43:51.735Z Compiling dsl_auto_type v0.2.0
42892026-07-16T17:43:51.735Z Checking scheduled-thread-pool v0.2.7
42902026-07-16T17:43:51.735Z Compiling vergen-gitcl v1.0.8
42912026-07-16T17:43:51.735Z Compiling diesel_table_macro_syntax v0.3.0
42922026-07-16T17:43:51.888Z Compiling dirs-sys-next v0.1.2
42932026-07-16T17:43:52.024Z Compiling crunchy v0.2.4
42942026-07-16T17:43:52.063Z Compiling glob v0.3.3
42952026-07-16T17:43:52.101Z Compiling dirs-next v2.0.0
42962026-07-16T17:43:52.175Z Checking r2d2 v0.8.10
42972026-07-16T17:43:52.190Z Checking downcast-rs v2.0.2
42982026-07-16T17:43:52.234Z Compiling tiny-keccak v2.0.2
42992026-07-16T17:43:52.285Z Compiling term v0.7.0
43002026-07-16T17:43:52.406Z Compiling bit-vec v0.6.3
43012026-07-16T17:43:52.438Z Compiling clang-sys v1.8.1
43022026-07-16T17:43:52.500Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43032026-07-16T17:43:52.641Z Compiling bit-set v0.5.3
43042026-07-16T17:43:52.699Z Compiling ascii-canvas v3.0.0
43052026-07-16T17:43:52.815Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43062026-07-16T17:43:52.847Z Compiling itertools v0.10.5
43072026-07-16T17:43:52.867Z Compiling ena v0.14.4
43082026-07-16T17:43:52.902Z Compiling libloading v0.8.9
43092026-07-16T17:43:52.918Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43102026-07-16T17:43:52.941Z Compiling diff v0.1.13
43112026-07-16T17:43:52.957Z Compiling bindgen v0.71.1
43122026-07-16T17:43:53.067Z Compiling regex-syntax v0.6.29
43132026-07-16T17:43:53.274Z Compiling cexpr v0.6.0
43142026-07-16T17:43:53.419Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43152026-07-16T17:43:53.520Z Compiling rustc-hash v2.1.1
43162026-07-16T17:43:53.663Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43172026-07-16T17:43:53.808Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43182026-07-16T17:43:53.896Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43192026-07-16T17:43:53.913Z Compiling libxml v0.3.3
43202026-07-16T17:43:54.122Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43212026-07-16T17:43:54.168Z Compiling strum_macros v0.24.3
43222026-07-16T17:43:54.189Z Compiling indoc v1.0.9
43232026-07-16T17:43:54.671Z Compiling lalrpop v0.19.12
43242026-07-16T17:43:54.991Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43252026-07-16T17:43:55.163Z Checking derive_builder v0.20.2
43262026-07-16T17:43:55.195Z Compiling oso-derive v0.27.3
43272026-07-16T17:43:55.281Z Checking quick-xml v0.37.5
43282026-07-16T17:43:55.564Z Compiling impl-trait-for-tuples v0.2.3
43292026-07-16T17:43:55.706Z Checking openssl-probe v0.1.6
43302026-07-16T17:43:55.849Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43312026-07-16T17:43:56.156Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43322026-07-16T17:43:56.365Z Checking bb8 v0.8.6
43332026-07-16T17:43:56.612Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43342026-07-16T17:43:56.650Z Checking nonempty v0.12.0
43352026-07-16T17:43:56.760Z Compiling libz-sys v1.1.24
43362026-07-16T17:43:56.830Z Compiling strsim v0.10.0
43372026-07-16T17:43:56.852Z Compiling libgit2-sys v0.18.3+1.9.2
43382026-07-16T17:43:57.113Z Compiling darling_core v0.13.4
43392026-07-16T17:43:57.170Z Compiling vergen-git2 v9.1.0
43402026-07-16T17:43:57.341Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43412026-07-16T17:43:57.401Z Compiling base64 v0.21.7
43422026-07-16T17:43:57.569Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43432026-07-16T17:43:57.724Z Compiling ron v0.8.1
43442026-07-16T17:43:57.770Z Checking diesel v2.3.7
43452026-07-16T17:43:58.543Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43462026-07-16T17:43:58.675Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43472026-07-16T17:43:58.771Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43482026-07-16T17:43:58.969Z Compiling darling_macro v0.13.4
43492026-07-16T17:43:58.985Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43502026-07-16T17:43:59.190Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43512026-07-16T17:43:59.395Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43522026-07-16T17:43:59.457Z Compiling darling v0.13.4
43532026-07-16T17:43:59.550Z Compiling serde_with_macros v1.5.2
43542026-07-16T17:43:59.626Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43552026-07-16T17:43:59.845Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43562026-07-16T17:44:00.049Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43572026-07-16T17:44:00.103Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43582026-07-16T17:44:00.249Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43592026-07-16T17:44:00.465Z Compiling serde_with v1.14.0
43602026-07-16T17:44:01.614Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43612026-07-16T17:44:01.765Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43622026-07-16T17:44:02.014Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43632026-07-16T17:44:02.689Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43642026-07-16T17:44:02.924Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43652026-07-16T17:44:03.231Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43662026-07-16T17:44:03.338Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43672026-07-16T17:44:03.518Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43682026-07-16T17:44:04.144Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43692026-07-16T17:44:04.165Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43702026-07-16T17:44:04.305Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43712026-07-16T17:44:04.510Z Checking twox-hash v2.1.2
43722026-07-16T17:44:04.529Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43732026-07-16T17:44:04.785Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43742026-07-16T17:44:04.830Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43752026-07-16T17:44:05.257Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43762026-07-16T17:44:05.413Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43772026-07-16T17:44:06.482Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43782026-07-16T17:44:06.710Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43792026-07-16T17:44:06.823Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43802026-07-16T17:44:07.167Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43812026-07-16T17:44:07.370Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43822026-07-16T17:44:07.573Z Checking console v0.16.2
43832026-07-16T17:44:07.884Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43842026-07-16T17:44:08.030Z Checking fatfs v0.3.6
43852026-07-16T17:44:08.137Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43862026-07-16T17:44:08.485Z Compiling seq-macro v0.3.6
43872026-07-16T17:44:09.002Z Checking unit-prefix v0.5.2
43882026-07-16T17:44:09.137Z Checking indicatif v0.18.4
43892026-07-16T17:44:09.488Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43902026-07-16T17:44:09.526Z Checking support-bundle-viewer v0.1.2
43912026-07-16T17:44:09.787Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43922026-07-16T17:44:10.039Z Checking multimap v0.10.1
43932026-07-16T17:44:15.635Z Checking async-bb8-diesel v0.2.1
43942026-07-16T17:44:16.000Z Checking diesel-dtrace v0.5.0
43952026-07-16T17:44:19.965Z Compiling samael v0.0.19
43962026-07-16T17:44:24.534Z Compiling git2 v0.20.4
43972026-07-16T17:44:25.443Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43982026-07-16T17:44:26.339Z Compiling polar-core v0.27.3
43992026-07-16T17:44:27.001Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
44002026-07-16T17:44:30.904Z Checking oso v0.27.3
44012026-07-16T17:45:00.317Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44022026-07-16T17:46:13.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
44032026-07-16T17:46:13.903Z
44042026-07-16T17:46:13.903Zinfo: running `cargo check --bins` on nexus-networking (260/301)
44052026-07-16T17:46:14.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-07-16T17:46:14.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-07-16T17:46:14.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44082026-07-16T17:46:14.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44092026-07-16T17:46:14.529Z
44102026-07-16T17:46:14.530Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (261/301)
44112026-07-16T17:46:15.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-07-16T17:46:15.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-07-16T17:46:15.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44142026-07-16T17:46:15.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44152026-07-16T17:46:15.114Z
44162026-07-16T17:46:15.114Zinfo: running `cargo check --bins` on nexus-saga-recovery (262/301)
44172026-07-16T17:46:15.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-07-16T17:46:15.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-07-16T17:46:15.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-07-16T17:46:15.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44212026-07-16T17:46:15.702Z
44222026-07-16T17:46:15.702Zinfo: running `cargo check --bins` on nexus-test-utils-macros (263/301)
44232026-07-16T17:46:16.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-07-16T17:46:16.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-07-16T17:46:16.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-07-16T17:46:16.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44272026-07-16T17:46:16.225Z
44282026-07-16T17:46:16.225Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (264/301)
44292026-07-16T17:46:16.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-07-16T17:46:16.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-07-16T17:46:17.006Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44322026-07-16T17:46:17.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44332026-07-16T17:46:17.918Z
44342026-07-16T17:46:17.918Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (265/301)
44352026-07-16T17:46:18.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-07-16T17:46:18.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-07-16T17:46:18.695Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44382026-07-16T17:46:56.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.64s
44392026-07-16T17:46:56.774Z
44402026-07-16T17:46:56.774Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (266/301)
44412026-07-16T17:46:57.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-07-16T17:46:57.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-07-16T17:46:57.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-07-16T17:46:57.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44452026-07-16T17:46:57.302Z
44462026-07-16T17:46:57.302Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (267/301)
44472026-07-16T17:46:57.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-07-16T17:46:57.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-07-16T17:46:57.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-07-16T17:46:57.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44512026-07-16T17:46:57.829Z
44522026-07-16T17:46:57.829Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (268/301)
44532026-07-16T17:46:58.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-07-16T17:46:58.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-07-16T17:46:58.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-07-16T17:46:58.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44572026-07-16T17:46:58.412Z
44582026-07-16T17:46:58.412Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (269/301)
44592026-07-16T17:46:58.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-07-16T17:46:58.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-07-16T17:46:58.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-07-16T17:46:58.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44632026-07-16T17:46:59.009Z
44642026-07-16T17:46:59.009Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (270/301)
44652026-07-16T17:46:59.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-07-16T17:46:59.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-07-16T17:46:59.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-07-16T17:46:59.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44692026-07-16T17:46:59.598Z
44702026-07-16T17:46:59.598Zinfo: running `cargo check --bins` on nexus-mgs-updates (271/301)
44712026-07-16T17:47:00.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-07-16T17:47:00.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-07-16T17:47:00.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44742026-07-16T17:47:00.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44752026-07-16T17:47:00.174Z
44762026-07-16T17:47:00.174Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (272/301)
44772026-07-16T17:47:00.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-07-16T17:47:00.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-07-16T17:47:00.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44802026-07-16T17:47:00.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44812026-07-16T17:47:00.764Z
44822026-07-16T17:47:00.764Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (273/301)
44832026-07-16T17:47:01.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-07-16T17:47:01.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-07-16T17:47:01.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44862026-07-16T17:47:01.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44872026-07-16T17:47:01.356Z
44882026-07-16T17:47:01.356Zinfo: running `cargo check --bins` on nexus-switch-config (274/301)
44892026-07-16T17:47:01.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-07-16T17:47:01.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-07-16T17:47:01.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44922026-07-16T17:47:01.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44932026-07-16T17:47:01.934Z
44942026-07-16T17:47:01.935Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (275/301)
44952026-07-16T17:47:02.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-07-16T17:47:02.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-07-16T17:47:02.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44982026-07-16T17:47:02.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44992026-07-16T17:47:02.532Z
45002026-07-16T17:47:02.532Zinfo: running `cargo check --bins` on support-bundle-collection (276/301)
45012026-07-16T17:47:03.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-07-16T17:47:03.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-07-16T17:47:03.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45042026-07-16T17:47:03.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45052026-07-16T17:47:03.125Z
45062026-07-16T17:47:03.125Zinfo: running `cargo check --bins` on omicron-dev (277/301)
45072026-07-16T17:47:03.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-07-16T17:47:03.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-07-16T17:47:03.972Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45102026-07-16T17:47:03.972Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45112026-07-16T17:47:04.126Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45122026-07-16T17:47:04.143Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45132026-07-16T17:47:04.156Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45142026-07-16T17:47:04.174Z Checking diff v0.1.13
45152026-07-16T17:47:04.183Z Checking yansi v1.0.1
45162026-07-16T17:47:04.183Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45172026-07-16T17:47:04.316Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45182026-07-16T17:47:04.472Z Checking pretty_assertions v1.4.1
45192026-07-16T17:47:05.219Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45202026-07-16T17:47:05.260Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45212026-07-16T17:47:29.845Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45222026-07-16T17:47:29.845Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45232026-07-16T17:47:29.853Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45242026-07-16T17:47:29.853Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45252026-07-16T17:47:29.853Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45262026-07-16T17:47:29.853Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45272026-07-16T17:47:29.853Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45282026-07-16T17:47:30.686Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45292026-07-16T17:47:30.708Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45302026-07-16T17:47:31.884Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45312026-07-16T17:48:09.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45322026-07-16T17:48:09.856Z
45332026-07-16T17:48:09.856Zinfo: running `cargo check --bins` on omicron-pins (278/301)
45342026-07-16T17:48:10.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-07-16T17:48:10.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-07-16T17:48:10.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45372026-07-16T17:48:10.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45382026-07-16T17:48:10.382Z
45392026-07-16T17:48:10.383Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301)
45402026-07-16T17:48:10.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-07-16T17:48:10.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-07-16T17:48:11.107Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45432026-07-16T17:48:11.228Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45442026-07-16T17:48:11.231Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45452026-07-16T17:48:38.183Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45462026-07-16T17:48:38.549Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45472026-07-16T17:48:40.277Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45482026-07-16T17:48:40.700Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45492026-07-16T17:48:43.790Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45502026-07-16T17:49:07.792Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45512026-07-16T17:49:08.477Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45522026-07-16T17:49:10.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.70s
45532026-07-16T17:49:10.285Z
45542026-07-16T17:49:10.285Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/301)
45552026-07-16T17:49:10.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-07-16T17:49:10.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-07-16T17:49:10.957Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45582026-07-16T17:49:11.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45592026-07-16T17:49:11.806Z
45602026-07-16T17:49:11.806Zinfo: running `cargo check --bins` on omicron-releng (281/301)
45612026-07-16T17:49:12.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-07-16T17:49:12.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-07-16T17:49:12.413Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45642026-07-16T17:49:12.520Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45652026-07-16T17:49:12.523Z Checking digest-io v0.1.0
45662026-07-16T17:49:12.530Z Checking sha2 v0.11.0
45672026-07-16T17:49:12.535Z Checking rawzip v0.4.4
45682026-07-16T17:49:12.538Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45692026-07-16T17:49:12.552Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45702026-07-16T17:49:12.555Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45712026-07-16T17:49:12.626Z Checking shell-words v1.1.1
45722026-07-16T17:49:12.982Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45732026-07-16T17:49:13.200Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45742026-07-16T17:49:14.221Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45752026-07-16T17:49:15.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
45762026-07-16T17:49:15.420Z
45772026-07-16T17:49:15.420Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/301)
45782026-07-16T17:49:15.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-07-16T17:49:15.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-07-16T17:49:16.019Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45812026-07-16T17:49:16.339Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45822026-07-16T17:49:16.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45832026-07-16T17:49:16.897Z
45842026-07-16T17:49:16.897Zinfo: running `cargo check --bins` on schema (283/301)
45852026-07-16T17:49:17.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45862026-07-16T17:49:17.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45872026-07-16T17:49:17.580Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45882026-07-16T17:49:18.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45892026-07-16T17:49:18.448Z
45902026-07-16T17:49:18.448Zinfo: running `cargo check --bins` on xtask (284/301)
45912026-07-16T17:49:18.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45922026-07-16T17:49:18.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45932026-07-16T17:49:18.842Z Checking serde_core v1.0.228
45942026-07-16T17:49:18.842Z Checking libc v0.2.185
45952026-07-16T17:49:18.847Z Checking bitflags v2.11.0
45962026-07-16T17:49:18.927Z Checking scroll v0.12.0
45972026-07-16T17:49:18.930Z Checking thiserror v1.0.69
45982026-07-16T17:49:18.939Z Checking log v0.4.29
45992026-07-16T17:49:18.946Z Checking indexmap v2.14.0
46002026-07-16T17:49:18.954Z Checking zerocopy v0.7.35
46012026-07-16T17:49:19.018Z Checking syn v2.0.117
46022026-07-16T17:49:19.059Z Checking dtrace-parser v0.2.0
46032026-07-16T17:49:19.081Z Checking once_cell v1.21.3
46042026-07-16T17:49:19.142Z Checking goblin v0.8.2
46052026-07-16T17:49:19.202Z Checking errno v0.3.14
46062026-07-16T17:49:19.250Z Checking getrandom v0.4.1
46072026-07-16T17:49:19.283Z Checking thread-id v4.2.2
46082026-07-16T17:49:19.316Z Checking rustix v1.1.3
46092026-07-16T17:49:19.360Z Checking memmap v0.7.0
46102026-07-16T17:49:19.378Z Checking thiserror v2.0.18
46112026-07-16T17:49:19.440Z Checking fs-err v3.3.0
46122026-07-16T17:49:19.474Z Checking anyhow v1.0.102
46132026-07-16T17:49:19.478Z Checking tabled v0.15.0
46142026-07-16T17:49:20.097Z Checking terminal_size v0.4.3
46152026-07-16T17:49:20.097Z Checking tempfile v3.25.0
46162026-07-16T17:49:20.211Z Checking clap_builder v4.6.0
46172026-07-16T17:49:20.211Z Checking textwrap v0.16.2
46182026-07-16T17:49:20.363Z Checking serde v1.0.228
46192026-07-16T17:49:20.363Z Checking serde_json v1.0.150
46202026-07-16T17:49:20.367Z Checking camino v1.2.2
46212026-07-16T17:49:20.416Z Checking cargo-platform v0.3.2
46222026-07-16T17:49:20.590Z Checking semver v1.0.28
46232026-07-16T17:49:20.618Z Checking camino-tempfile v1.4.1
46242026-07-16T17:49:20.769Z Checking serde_spanned v0.6.9
46252026-07-16T17:49:20.769Z Checking toml_datetime v0.6.11
46262026-07-16T17:49:20.772Z Checking macaddr v1.0.1
46272026-07-16T17:49:20.797Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46282026-07-16T17:49:20.938Z Checking toml_edit v0.22.27
46292026-07-16T17:49:20.966Z Checking cargo_metadata v0.23.1
46302026-07-16T17:49:20.976Z Checking dof v0.3.0
46312026-07-16T17:49:21.229Z Checking usdt-impl v0.5.0
46322026-07-16T17:49:21.410Z Checking clap v4.6.1
46332026-07-16T17:49:21.485Z Checking usdt v0.5.0
46342026-07-16T17:49:21.907Z Checking toml v0.8.23
46352026-07-16T17:49:22.167Z Checking cargo_toml v0.21.0
46362026-07-16T17:49:22.800Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46372026-07-16T17:49:23.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
46382026-07-16T17:49:23.294Z
46392026-07-16T17:49:23.294Zinfo: running `cargo check --bins` on dnsadm (285/301)
46402026-07-16T17:49:23.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46412026-07-16T17:49:23.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46422026-07-16T17:49:23.897Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46432026-07-16T17:49:24.350Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46442026-07-16T17:49:24.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46452026-07-16T17:49:24.890Z
46462026-07-16T17:49:24.890Zinfo: running `cargo check --bins` on end-to-end-tests (286/301)
46472026-07-16T17:49:25.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-07-16T17:49:25.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-07-16T17:49:25.661Z Checking cpubits v0.1.1
46502026-07-16T17:49:25.664Z Checking pem-rfc7468 v1.0.0
46512026-07-16T17:49:25.796Z Checking hmac v0.13.0
46522026-07-16T17:49:25.796Z Checking universal-hash v0.6.1
46532026-07-16T17:49:25.819Z Checking ctr v0.10.1
46542026-07-16T17:49:25.819Z Checking aead v0.6.1
46552026-07-16T17:49:25.846Z Checking aes v0.9.1
46562026-07-16T17:49:25.850Z Checking crypto-bigint v0.7.5
46572026-07-16T17:49:25.873Z Checking salsa20 v0.11.0
46582026-07-16T17:49:25.915Z Checking polyval v0.7.1
46592026-07-16T17:49:25.929Z Checking der v0.8.0
46602026-07-16T17:49:25.942Z Checking pbkdf2 v0.13.0
46612026-07-16T17:49:25.958Z Checking cbc v0.2.1
46622026-07-16T17:49:26.011Z Checking ff v0.14.0
46632026-07-16T17:49:26.014Z Checking signature v3.0.0
46642026-07-16T17:49:26.055Z Checking scrypt v0.12.0
46652026-07-16T17:49:26.080Z Checking ghash v0.6.0
46662026-07-16T17:49:26.095Z Checking base16ct v1.0.0
46672026-07-16T17:49:26.157Z Checking group v0.14.0
46682026-07-16T17:49:26.183Z Checking hkdf v0.13.0
46692026-07-16T17:49:26.203Z Checking rfc6979 v0.5.0
46702026-07-16T17:49:26.222Z Compiling curve25519-dalek v5.0.0-rc.0
46712026-07-16T17:49:26.238Z Checking aes-gcm v0.11.0
46722026-07-16T17:49:26.257Z Checking poly1305 v0.9.0
46732026-07-16T17:49:26.303Z Checking blowfish v0.10.0
46742026-07-16T17:49:26.316Z Checking blake2 v0.11.0-rc.6
46752026-07-16T17:49:26.335Z Checking keccak v0.2.0
46762026-07-16T17:49:26.393Z Checking fiat-crypto v0.3.0
46772026-07-16T17:49:26.447Z Checking bcrypt-pbkdf v0.11.0
46782026-07-16T17:49:26.488Z Checking sha3 v0.11.0
46792026-07-16T17:49:26.523Z Checking kem v0.3.0
46802026-07-16T17:49:26.565Z Checking argon2 v0.6.0-rc.8
46812026-07-16T17:49:26.595Z Checking module-lattice v0.2.3
46822026-07-16T17:49:26.636Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46832026-07-16T17:49:26.720Z Checking spki v0.8.0
46842026-07-16T17:49:26.806Z Checking sec1 v0.8.1
46852026-07-16T17:49:26.824Z Checking ml-kem v0.3.2
46862026-07-16T17:49:26.842Z Checking internal-russh-num-bigint v0.5.0
46872026-07-16T17:49:26.872Z Checking num-bigint v0.4.6
46882026-07-16T17:49:26.890Z Checking pkcs5 v0.8.1
46892026-07-16T17:49:27.006Z Checking pkcs1 v0.8.0-rc.4
46902026-07-16T17:49:27.185Z Checking pkcs8 v0.11.0
46912026-07-16T17:49:27.213Z Checking generic-array v1.4.3
46922026-07-16T17:49:27.380Z Checking ed25519 v3.0.0
46932026-07-16T17:49:27.478Z Compiling enum_dispatch v0.3.13
46942026-07-16T17:49:27.575Z Checking ed25519-dalek v3.0.0-rc.0
46952026-07-16T17:49:27.608Z Checking russh-util v0.52.0
46962026-07-16T17:49:27.611Z Compiling delegate v0.13.5
46972026-07-16T17:49:27.679Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46982026-07-16T17:49:27.745Z Checking hex-literal v1.1.0
46992026-07-16T17:49:27.788Z Checking md5 v0.8.0
47002026-07-16T17:49:27.824Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47012026-07-16T17:49:27.843Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47022026-07-16T17:49:27.960Z Checking socket2 v0.5.10
47032026-07-16T17:49:28.044Z Checking internet-checksum v0.2.1
47042026-07-16T17:49:28.070Z Checking elliptic-curve v0.14.0-rc.33
47052026-07-16T17:49:28.104Z Checking primefield v0.14.0
47062026-07-16T17:49:28.161Z Checking ssh-encoding v0.3.0-rc.9
47072026-07-16T17:49:28.211Z Checking crypto-primes v0.7.2
47082026-07-16T17:49:28.305Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47092026-07-16T17:49:28.385Z Checking ssh-cipher v0.3.0-rc.9
47102026-07-16T17:49:28.439Z Checking russh-cryptovec v0.61.0
47112026-07-16T17:49:28.532Z Checking ecdsa v0.17.0-rc.18
47122026-07-16T17:49:28.592Z Checking primeorder v0.14.0-rc.10
47132026-07-16T17:49:28.889Z Checking p256 v0.14.0-rc.10
47142026-07-16T17:49:28.889Z Checking p521 v0.14.0-rc.10
47152026-07-16T17:49:29.163Z Checking rsa v0.10.0-rc.18
47162026-07-16T17:49:31.298Z Checking p384 v0.14.0-rc.10
47172026-07-16T17:49:33.193Z Checking ssh-key v0.7.0-rc.10
47182026-07-16T17:49:33.959Z Checking russh v0.61.2
47192026-07-16T17:49:46.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.14s
47202026-07-16T17:49:46.252Z
47212026-07-16T17:49:46.252Zinfo: running `cargo check --bins` on gateway-cli (287/301)
47222026-07-16T17:49:46.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47232026-07-16T17:49:46.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47242026-07-16T17:49:46.838Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47252026-07-16T17:49:46.943Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47262026-07-16T17:49:46.950Z Checking termios v0.3.3
47272026-07-16T17:49:48.146Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47282026-07-16T17:49:48.290Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47292026-07-16T17:49:49.970Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47302026-07-16T17:49:50.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
47312026-07-16T17:49:50.696Z
47322026-07-16T17:49:50.697Zinfo: running `cargo check --bins --no-default-features` on installinator (288/301)
47332026-07-16T17:49:51.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-07-16T17:49:51.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-07-16T17:49:51.355Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47362026-07-16T17:49:51.468Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47372026-07-16T17:49:51.471Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47382026-07-16T17:49:51.471Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47392026-07-16T17:49:51.488Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47402026-07-16T17:49:51.497Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47412026-07-16T17:49:52.249Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47422026-07-16T17:49:52.553Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47432026-07-16T17:49:52.556Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47442026-07-16T17:49:53.187Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47452026-07-16T17:49:54.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
47462026-07-16T17:49:55.010Z
47472026-07-16T17:49:55.010Zinfo: running `cargo check --bins` on internal-dns-cli (289/301)
47482026-07-16T17:49:55.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-07-16T17:49:55.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-07-16T17:49:55.598Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47512026-07-16T17:49:56.036Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47522026-07-16T17:49:56.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47532026-07-16T17:49:56.507Z
47542026-07-16T17:49:56.507Zinfo: running `cargo check --bins` on omicron-live-tests (290/301)
47552026-07-16T17:49:56.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47562026-07-16T17:49:56.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47572026-07-16T17:49:56.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47582026-07-16T17:49:56.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47592026-07-16T17:49:57.037Z
47602026-07-16T17:49:57.037Zinfo: running `cargo check --bins` on live-tests-macros (291/301)
47612026-07-16T17:49:57.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-07-16T17:49:57.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-07-16T17:49:57.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47642026-07-16T17:49:57.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47652026-07-16T17:49:57.570Z
47662026-07-16T17:49:57.570Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301)
47672026-07-16T17:49:58.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-07-16T17:49:58.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-07-16T17:49:58.284Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47702026-07-16T17:49:58.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
47712026-07-16T17:49:59.053Z
47722026-07-16T17:49:59.053Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/301)
47732026-07-16T17:49:59.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-07-16T17:49:59.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-07-16T17:49:59.662Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47762026-07-16T17:49:59.665Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47772026-07-16T17:49:59.931Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47782026-07-16T17:49:59.933Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47792026-07-16T17:50:00.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47802026-07-16T17:50:00.889Z
47812026-07-16T17:50:00.889Zinfo: running `cargo check --bins` on ntp-admin-types (294/301)
47822026-07-16T17:50:01.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-07-16T17:50:01.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-07-16T17:50:01.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47852026-07-16T17:50:01.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47862026-07-16T17:50:01.419Z
47872026-07-16T17:50:01.420Zinfo: running `cargo check --bins` on omicron-package (295/301)
47882026-07-16T17:50:01.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-07-16T17:50:01.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-07-16T17:50:02.051Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47912026-07-16T17:50:03.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47922026-07-16T17:50:03.280Z
47932026-07-16T17:50:03.280Zinfo: running `cargo check --bins` on tqdb (296/301)
47942026-07-16T17:50:03.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-07-16T17:50:03.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-07-16T17:50:04.014Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47972026-07-16T17:50:04.362Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47982026-07-16T17:50:04.865Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47992026-07-16T17:50:04.865Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48002026-07-16T17:50:10.912Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48012026-07-16T17:50:10.913Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48022026-07-16T17:50:11.472Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48032026-07-16T17:50:11.472Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48042026-07-16T17:50:11.475Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48052026-07-16T17:50:11.475Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48062026-07-16T17:50:12.247Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48072026-07-16T17:50:13.221Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48082026-07-16T17:50:14.024Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48092026-07-16T17:50:14.630Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48102026-07-16T17:50:19.658Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48112026-07-16T17:50:26.266Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48122026-07-16T17:50:26.269Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48132026-07-16T17:50:26.269Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48142026-07-16T17:50:26.269Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48152026-07-16T17:50:27.721Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48162026-07-16T17:50:29.034Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48172026-07-16T17:50:29.689Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48182026-07-16T17:50:30.909Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48192026-07-16T17:50:31.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.15s
48202026-07-16T17:50:31.634Z
48212026-07-16T17:50:31.634Zinfo: running `cargo check --bins` on wicket-dbg (297/301)
48222026-07-16T17:50:32.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48232026-07-16T17:50:32.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48242026-07-16T17:50:32.300Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48252026-07-16T17:50:32.416Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48262026-07-16T17:50:32.423Z Checking rtoolbox v0.0.3
48272026-07-16T17:50:32.430Z Checking tui-tree-widget v0.23.1
48282026-07-16T17:50:32.523Z Checking rpassword v7.4.0
48292026-07-16T17:50:32.911Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48302026-07-16T17:50:33.084Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48312026-07-16T17:50:34.032Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48322026-07-16T17:50:37.114Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48332026-07-16T17:50:38.994Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48342026-07-16T17:50:39.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.23s
48352026-07-16T17:50:40.048Z
48362026-07-16T17:50:40.048Zinfo: running `cargo check --bins` on wicket (298/301)
48372026-07-16T17:50:40.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48382026-07-16T17:50:40.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48392026-07-16T17:50:40.700Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48402026-07-16T17:50:41.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
48412026-07-16T17:50:41.220Z
48422026-07-16T17:50:41.220Zinfo: running `cargo check --bins` on wicketd (299/301)
48432026-07-16T17:50:41.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48442026-07-16T17:50:41.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48452026-07-16T17:50:41.896Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48462026-07-16T17:50:41.899Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48472026-07-16T17:50:41.899Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48482026-07-16T17:50:42.015Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48492026-07-16T17:50:42.763Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48502026-07-16T17:50:43.314Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48512026-07-16T17:50:46.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s
48522026-07-16T17:50:46.514Z
48532026-07-16T17:50:46.514Zinfo: running `cargo check --bins` on omicron-workspace-hack (300/301)
48542026-07-16T17:50:46.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48552026-07-16T17:50:46.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48562026-07-16T17:50:46.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48572026-07-16T17:50:46.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48582026-07-16T17:50:47.044Z
48592026-07-16T17:50:47.044Zinfo: running `cargo check --bins` on zone-setup (301/301)
48602026-07-16T17:50:47.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48612026-07-16T17:50:47.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48622026-07-16T17:50:47.670Z Checking uzers v0.12.2
48632026-07-16T17:50:47.936Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48642026-07-16T17:50:48.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
48652026-07-16T17:50:48.864Z
48662026-07-16T17:50:48.864Zreal 13:54.549475861
48672026-07-16T17:50:48.864Zuser 21:06.787921247
48682026-07-16T17:50:48.864Zsys 4:13.594770807
48692026-07-16T17:50:48.864Ztrap 0.331601258
48702026-07-16T17:50:48.864Ztflt 0.659394035
48712026-07-16T17:50:48.864Zdflt 1.126968402
48722026-07-16T17:50:48.864Zkflt 0.004870682
48732026-07-16T17:50:48.864Zlock 1:19:17.090915587
48742026-07-16T17:50:48.864Zslp 1:40:59.042572179
48752026-07-16T17:50:48.864Zlat 52.938955051
48762026-07-16T17:50:48.864Zstop 3:32.952179706
48772026-07-16T17:50:48.868Zprocess exited: duration 956699 ms, exit code 0
 
48782026-07-16T17:50:48.875Zfound 0 output files