01KZ81S4GVZBJ3W4XZ4KY53VTW: 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: 01KZ81SS9JNEQ16WMPY2S1FBTS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-05T04:10:30.629Zjob assigned to worker 01KZ81T0VX3VFNH85N954TPTT1 [factory aws, i-0a40636a68fcb648a] (queued for 48 s)
 
22026-08-05T04:10:37.460Zstarting task 0: "setup"
32026-08-05T04:10:37.463Z++ uname -s
42026-08-05T04:10:37.466Z+ kern=SunOS
52026-08-05T04:10:37.466Z+ build_user=build
62026-08-05T04:10:37.466Z+ build_uid=12345
72026-08-05T04:10:37.466Z+ work_dir=/work
82026-08-05T04:10:37.466Z+ input_dir=/input
92026-08-05T04:10:37.466Z+ [[ 0 == 12345 ]]
102026-08-05T04:10:37.466Z+ case "$kern" in
112026-08-05T04:10:37.466Z+ groupadd -g 12345 build
122026-08-05T04:10:37.469Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-05T04:10:39.476Z+ zfs create -o mountpoint=/work rpool/work
142026-08-05T04:10:39.553Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-05T04:10:39.556Z+ home_fs=zfs
162026-08-05T04:10:39.556Z+ [[ zfs == autofs ]]
172026-08-05T04:10:39.557Z+ mkdir -p /home/build
182026-08-05T04:10:39.557Z+ chown build:build /home/build /work
192026-08-05T04:10:41.557Z+ chmod 0700 /home/build /work
202026-08-05T04:10:41.561Zprocess exited: duration 4101 ms, exit code 0
 
212026-08-05T04:10:41.567Zstarting task 1: "rust-toolchain"
222026-08-05T04:10:41.571Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-05T04:10:41.571Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-05T04:10:41.571Z * rust toolchain channel = "1.97.1"
252026-08-05T04:10:41.571Z * rust toolchain profile = "default"
262026-08-05T04:10:41.574Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-05T04:10:41.574Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-05T04:10:41.574Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-05T04:10:41.574Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-05T04:10:41.687Zinfo: downloading installer
312026-08-05T04:10:43.028Zwarn: It looks like you have an existing rustup settings file at:
322026-08-05T04:10:43.028Zwarn: /home/build/.rustup/settings.toml
332026-08-05T04:10:43.028Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-05T04:10:43.028Zwarn: instead of the one inferred from the default host triple.
352026-08-05T04:10:43.042Zinfo: profile set to default
362026-08-05T04:10:43.042Zinfo: default host triple is x86_64-unknown-illumos
372026-08-05T04:10:43.045Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-05T04:10:43.179Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-05T04:10:43.182Zinfo: downloading 6 components
402026-08-05T04:10:57.091Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-05T04:10:57.091Z
422026-08-05T04:10:57.128Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-05T04:10:57.128Z
442026-08-05T04:10:57.128Z
452026-08-05T04:10:57.128ZRust is installed now. Great!
462026-08-05T04:10:57.128Z
472026-08-05T04:10:57.128ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-05T04:10:57.128Zenvironment variable. This has not been done automatically.
492026-08-05T04:10:57.128Z
502026-08-05T04:10:57.128ZTo configure your current shell, you need to source
512026-08-05T04:10:57.128Zthe corresponding env file under $HOME/.cargo.
522026-08-05T04:10:57.128Z
532026-08-05T04:10:57.128ZThis is usually done by running one of the following (note the leading DOT):
542026-08-05T04:10:57.138Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-05T04:10:57.139Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-05T04:10:57.139Zsource "~/.cargo/env.nu" # For nushell
572026-08-05T04:10:57.139Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-05T04:10:57.139Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-05T04:10:57.139Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-05T04:10:57.139Zwarn: no default linker (`cc`) was found in your PATH
612026-08-05T04:10:57.139Zwarn: many Rust crates require a system C toolchain to build
622026-08-05T04:10:57.221Z+ rustup --version
632026-08-05T04:10:57.230Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-05T04:10:57.239Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-05T04:10:57.266Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-05T04:10:57.267Z+ cargo --version
672026-08-05T04:10:57.276Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-05T04:10:57.276Z+ rustc --version
692026-08-05T04:10:57.289Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-05T04:10:57.292Zprocess exited: duration 15723 ms, exit code 0
 
712026-08-05T04:10:57.302Zstarting task 2: "authentication"
722026-08-05T04:10:57.319Zprocess exited: duration 16 ms, exit code 0
 
732026-08-05T04:10:57.327Zstarting task 3: "clone repository"
742026-08-05T04:10:57.335Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-05T04:10:57.335Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-05T04:10:57.361ZCloning into '/work/oxidecomputer/omicron'...
772026-08-05T04:11:07.638Z+ cd /work/oxidecomputer/omicron
782026-08-05T04:11:07.638Z+ git fetch origin 84945929ebebfae4eaf2b6984066d5d2cbf1fc48
792026-08-05T04:11:07.994ZFrom https://github.com/oxidecomputer/omicron
802026-08-05T04:11:07.994Z * branch 84945929ebebfae4eaf2b6984066d5d2cbf1fc48 -> FETCH_HEAD
812026-08-05T04:11:08.004Z+ [[ -n renovate/crucible-agent-client-digest ]]
822026-08-05T04:11:08.004Z++ git branch --show-current
832026-08-05T04:11:08.004Z+ current=main
842026-08-05T04:11:08.004Z+ [[ main != renovate/crucible-agent-client-digest ]]
852026-08-05T04:11:08.004Z+ git branch -f renovate/crucible-agent-client-digest 84945929ebebfae4eaf2b6984066d5d2cbf1fc48
862026-08-05T04:11:08.004Z+ git checkout -f renovate/crucible-agent-client-digest
872026-08-05T04:11:08.208ZSwitched to branch 'renovate/crucible-agent-client-digest'
882026-08-05T04:11:08.211Z+ git reset --hard 84945929ebebfae4eaf2b6984066d5d2cbf1fc48
892026-08-05T04:11:08.228ZHEAD is now at 84945929e Update crucible-agent-client digest to 6d037cb
902026-08-05T04:11:08.234Zprocess exited: duration 10901 ms, exit code 0
 
912026-08-05T04:11:08.243Zstarting task 4: "build"
922026-08-05T04:11:08.246Z+ source .github/buildomat/ci-env.sh
932026-08-05T04:11:08.250Z++ export CARGO_TERM_COLOR=always
942026-08-05T04:11:08.250Z++ CARGO_TERM_COLOR=always
952026-08-05T04:11:08.250Z+++ uname -s
962026-08-05T04:11:08.250Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-05T04:11:08.250Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-05T04:11:08.253Z+ cargo --version
992026-08-05T04:11:08.259Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-05T04:11:08.264Z+ rustc --version
1012026-08-05T04:11:08.282Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-05T04:11:08.293Z+ source ./env.sh
1032026-08-05T04:11:08.293Z++ OLD_SHELL_OPTS=ehxB
1042026-08-05T04:11:08.293Z++ set -o xtrace
1052026-08-05T04:11:08.293Z++++ dirname ./env.sh
1062026-08-05T04:11:08.293Z+++ readlink -f .
1072026-08-05T04:11:08.299Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-05T04:11:08.299Z++ 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-08-05T04:11:08.299Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-05T04:11:08.300Z++ 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-08-05T04:11:08.300Z++ 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-08-05T04:11:08.300Z++ 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-08-05T04:11:08.300Z++ 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-08-05T04:11:08.300Z++ 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-08-05T04:11:08.300Z++ 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-08-05T04:11:08.300Z++ 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-08-05T04:11:08.300Z++ 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-08-05T04:11:08.300Z++ case $OLD_SHELL_OPTS in
1192026-08-05T04:11:08.300Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-05T04:11:08.300Z+ 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-08-05T04:11:08.300Z+ 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-08-05T04:11:08.300Z+ banner prerequisites
1232026-08-05T04:11:08.300Z
1242026-08-05T04:11:08.300Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-05T04:11:08.300Z # # # # # # # # # # # # # # #
1262026-08-05T04:11:08.300Z # # # # ##### # # ##### # # # # # #### #
1272026-08-05T04:11:08.300Z ##### ##### # ##### # # # # # # # # #
1282026-08-05T04:11:08.300Z # # # # # # # # # # # # # # #
1292026-08-05T04:11:08.300Z # # # ###### # # ###### ### # #### # #### #
1302026-08-05T04:11:08.300Z
1312026-08-05T04:11:08.300Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-05T04:11:10.041Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-05T04:11:10.284Z Startup: Caching catalogs ... Done
1342026-08-05T04:11:11.631ZPlanning: Solver setup ... Done (1.267s)
1352026-08-05T04:11:11.675ZPlanning: Running solver ... Done (0.044s)
1362026-08-05T04:11:11.708ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-05T04:11:11.721ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-05T04:11:11.739ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-05T04:11:11.752ZPlanning: Package planning ... Done (0.014s)
1402026-08-05T04:11:11.756ZPlanning: Merging actions ... Done (0.001s)
1412026-08-05T04:11:11.916ZPlanning: Checking for conflicting actions ... Done (0.162s)
1422026-08-05T04:11:11.922ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-05T04:11:12.717ZPlanning: Evaluating mediators ... Done (0.798s)
1442026-08-05T04:11:12.724ZPlanning: Planning completed in 2.41 seconds
1452026-08-05T04:11:12.736Z Packages to install: 2
1462026-08-05T04:11:12.736Z Estimated space available: 156.01 GB
1472026-08-05T04:11:12.736ZEstimated space to be consumed: 56.46 MB
1482026-08-05T04:11:12.736Z Create boot environment: No
1492026-08-05T04:11:12.736ZCreate backup boot environment: No
1502026-08-05T04:11:12.736Z Rebuild boot archive: No
1512026-08-05T04:11:12.736Z
1522026-08-05T04:11:12.736ZChanged packages:
1532026-08-05T04:11:12.736Zhelios
1542026-08-05T04:11:12.736Z developer/build-essential
1552026-08-05T04:11:12.736Z None -> 11-3.0
1562026-08-05T04:11:12.736Z library/libxmlsec1
1572026-08-05T04:11:12.736Z None -> 1.2.35-3.0
1582026-08-05T04:11:12.769Z
1592026-08-05T04:11:12.769ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-05T04:11:12.818ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1612026-08-05T04:11:12.881Z Actions: 1/268 actions (Installing new actions)
1622026-08-05T04:11:12.948Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-05T04:11:12.961ZFinalize: Updating package state database ... Done (0.023s)
1642026-08-05T04:11:12.961ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-05T04:11:13.005ZFinalize: Updating image state ... Done (0.059s)
1662026-08-05T04:11:15.550ZFinalize: Creating fast lookup database ... Done (2.512s)
1672026-08-05T04:11:15.619ZFinalize: Reading search index ... Done (0.012s)
1682026-08-05T04:11:15.624ZFinalize: Updating search index ... Done (0.000s)
1692026-08-05T04:11:15.706ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-05T04:11:16.051ZPlanning: Evaluating mediator changes ... Done
1712026-08-05T04:11:16.152ZPlanning: Checking for conflicting actions ... Done
1722026-08-05T04:11:16.156ZPlanning: Consolidating action changes ... Done
1732026-08-05T04:11:16.309ZPlanning: Evaluating mediators ... Done
1742026-08-05T04:11:16.315ZPlanning: Planning completed in 0.26 seconds
1752026-08-05T04:11:16.333Z Mediators to change: 2
1762026-08-05T04:11:16.333Z Create boot environment: No
1772026-08-05T04:11:16.336ZCreate backup boot environment: No
1782026-08-05T04:11:16.382ZFinalize: Updating package state database ... Done
1792026-08-05T04:11:16.383ZFinalize: Updating package cache ... Done
1802026-08-05T04:11:16.446ZFinalize: Updating image state ... Done
1812026-08-05T04:11:18.364ZFinalize: Creating fast lookup database ... Done
1822026-08-05T04:11:18.431ZFinalize: Reading search index ... Done
1832026-08-05T04:11:18.436ZFinalize: Updating search index ... Done
1842026-08-05T04:11:18.510ZFinalize: Updating package cache ... Done
1852026-08-05T04:11:18.800ZPlanning: Evaluating mediator changes ... Done
1862026-08-05T04:11:18.903ZPlanning: Checking for conflicting actions ... Done
1872026-08-05T04:11:18.907ZPlanning: Consolidating action changes ... Done
1882026-08-05T04:11:19.060ZPlanning: Evaluating mediators ... Done
1892026-08-05T04:11:19.064ZPlanning: Planning completed in 0.26 seconds
1902026-08-05T04:11:19.090Z Mediators to change: 1
1912026-08-05T04:11:19.098Z Create boot environment: No
1922026-08-05T04:11:19.098ZCreate backup boot environment: No
1932026-08-05T04:11:19.134ZFinalize: Updating package state database ... Done
1942026-08-05T04:11:19.134ZFinalize: Updating package cache ... Done
1952026-08-05T04:11:19.170ZFinalize: Updating image state ... Done
1962026-08-05T04:11:21.118ZFinalize: Creating fast lookup database ... Done
1972026-08-05T04:11:21.190ZFinalize: Reading search index ... Done
1982026-08-05T04:11:21.197ZFinalize: Updating search index ... Done
1992026-08-05T04:11:21.243ZFinalize: Updating package cache ... Done
2002026-08-05T04:11:21.560ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-05T04:11:21.560Zapache system 2.4 system
2022026-08-05T04:11:21.560Zclang system 15 system
2032026-08-05T04:11:21.560Zcsh system system illumos
2042026-08-05T04:11:21.561Zctags system system illumos
2052026-08-05T04:11:21.561Zfile vendor vendor darwinsys
2062026-08-05T04:11:21.561Zfile system system illumos
2072026-08-05T04:11:21.561Zgcc vendor 14 vendor
2082026-08-05T04:11:21.561Zgcc system 13 system
2092026-08-05T04:11:21.561Zgcc system 10 system
2102026-08-05T04:11:21.561Zgo system 1.25 system
2112026-08-05T04:11:21.561Zllvm system 15 system
2122026-08-05T04:11:21.561Zmariadb system 11.4 system
2132026-08-05T04:11:21.562Zmta vendor vendor dma
2142026-08-05T04:11:21.562Zopenjdk system 17 system
2152026-08-05T04:11:21.562Zopenjdk system 11 system
2162026-08-05T04:11:21.562Zopenssl vendor 3 vendor
2172026-08-05T04:11:21.562Zperl system 5.40 system
2182026-08-05T04:11:21.562Zpostgresql system 18 system
2192026-08-05T04:11:21.562Zpostgresql system 17 system
2202026-08-05T04:11:21.562Zpython vendor 3 vendor
2212026-08-05T04:11:21.562Zpython system 2 system
2222026-08-05T04:11:21.563Zpython3 vendor 3.13 vendor
2232026-08-05T04:11:21.563Zruby system 3.4 system
2242026-08-05T04:11:21.563Zruby system 3.0 system
2252026-08-05T04:11:21.563Zwords vendor vendor american-english
2262026-08-05T04:11:21.563Zwords system system australian-english
2272026-08-05T04:11:21.563Zwords system system british-english
2282026-08-05T04:11:21.563Zwords system system canadian-english
2292026-08-05T04:11:21.563Zwords system system french
2302026-08-05T04:11:21.563Zwords system system italian
2312026-08-05T04:11:21.563Zwords system system ngerman
2322026-08-05T04:11:21.564Zwords system system ogerman
2332026-08-05T04:11:21.564Zwords system system spanish
2342026-08-05T04:11:21.813ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-05T04:11:21.813Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-05T04:11:22.207ZFMRI IFO
2372026-08-05T04:11:22.207Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-05T04:11:22.207Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-05T04:11:22.207Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-05T04:11:22.207Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-05T04:11:22.207Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-05T04:11:22.207Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-05T04:11:22.207Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-05T04:11:22.207Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-05T04:11:22.207Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-05T04:11:22.522Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-05T04:11:22.810Z Updating crates.io index
2482026-08-05T04:11:22.831Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-05T04:11:23.052Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-05T04:11:23.401Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-05T04:11:24.347Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-05T04:11:24.860Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-05T04:11:26.388Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-05T04:11:27.173Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-05T04:11:27.459Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-05T04:11:27.746Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-05T04:11:28.880Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-05T04:11:29.171Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-05T04:11:29.472Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-08-05T04:11:29.760Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-05T04:11:30.192Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-08-05T04:11:30.717Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-08-05T04:11:31.316Z Updating git repository `https://github.com/oxidecomputer/crucible`
2642026-08-05T04:11:31.715Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2652026-08-05T04:11:31.948Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662026-08-05T04:11:32.254Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2672026-08-05T04:11:32.667Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2682026-08-05T04:11:32.919Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2692026-08-05T04:11:33.160Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2702026-08-05T04:11:33.445Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-08-05T04:11:33.829Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2722026-08-05T04:11:34.123Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-05T04:11:34.346Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-05T04:11:34.762Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-05T04:11:35.051Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-05T04:11:35.363Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-05T04:11:35.766Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-05T04:11:35.953Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-05T04:11:36.260Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-05T04:11:36.617Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2812026-08-05T04:11:36.966Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-05T04:11:37.229Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-05T04:11:37.466Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-05T04:11:37.783Z Updating git repository `https://github.com/oxidecomputer/tough`
2852026-08-05T04:11:38.277Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2862026-08-05T04:11:38.559Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-08-05T04:11:38.797Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882026-08-05T04:11:39.008Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892026-08-05T04:11:39.328Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902026-08-05T04:11:39.552Z Updating git repository `https://github.com/illumos/smf-rs`
2912026-08-05T04:11:42.371Z Downloading crates ...
2922026-08-05T04:11:42.428Z Downloaded itoa v1.0.17
2932026-08-05T04:11:42.435Z Downloaded heck v0.5.0
2942026-08-05T04:11:42.435Z Downloaded anstream v1.0.0
2952026-08-05T04:11:42.435Z Downloaded byteorder v1.5.0
2962026-08-05T04:11:42.435Z Downloaded errno v0.3.14
2972026-08-05T04:11:42.436Z Downloaded block-buffer v0.10.4
2982026-08-05T04:11:42.442Z Downloaded toml_datetime v0.6.11
2992026-08-05T04:11:42.453Z Downloaded tabled_derive v0.7.0
3002026-08-05T04:11:42.465Z Downloaded serde_tokenstream v0.2.3
3012026-08-05T04:11:42.465Z Downloaded anstyle-parse v1.0.0
3022026-08-05T04:11:42.466Z Downloaded autocfg v1.5.0
3032026-08-05T04:11:42.466Z Downloaded clap_derive v4.6.1
3042026-08-05T04:11:42.466Z Downloaded fs-err v3.3.0
3052026-08-05T04:11:42.466Z Downloaded zerocopy-derive v0.7.35
3062026-08-05T04:11:42.466Z Downloaded unicode-linebreak v0.1.5
3072026-08-05T04:11:42.466Z Downloaded anstyle v1.0.14
3082026-08-05T04:11:42.466Z Downloaded camino v1.2.2
3092026-08-05T04:11:42.480Z Downloaded bitflags v2.11.0
3102026-08-05T04:11:42.480Z Downloaded zmij v1.0.21
3112026-08-05T04:11:42.480Z Downloaded zerocopy v0.7.35
3122026-08-05T04:11:42.485Z Downloaded pest_derive v2.8.6
3132026-08-05T04:11:42.485Z Downloaded once_cell v1.21.3
3142026-08-05T04:11:42.485Z Downloaded crypto-common v0.1.7
3152026-08-05T04:11:42.485Z Downloaded proc-macro2 v1.0.106
3162026-08-05T04:11:42.486Z Downloaded cargo-platform v0.3.2
3172026-08-05T04:11:42.486Z Downloaded serde_derive v1.0.228
3182026-08-05T04:11:42.486Z Downloaded papergrid v0.11.0
3192026-08-05T04:11:42.486Z Downloaded anstyle-query v1.1.5
3202026-08-05T04:11:42.486Z Downloaded bytecount v0.6.9
3212026-08-05T04:11:42.490Z Downloaded camino-tempfile v1.4.1
3222026-08-05T04:11:42.490Z Downloaded anyhow v1.0.102
3232026-08-05T04:11:42.490Z Downloaded usdt v0.5.0
3242026-08-05T04:11:42.490Z Downloaded equivalent v1.0.2
3252026-08-05T04:11:42.495Z Downloaded cpufeatures v0.2.17
3262026-08-05T04:11:42.495Z Downloaded proc-macro-error-attr v1.0.4
3272026-08-05T04:11:42.500Z Downloaded smawk v0.3.2
3282026-08-05T04:11:42.500Z Downloaded heck v0.4.1
3292026-08-05T04:11:42.507Z Downloaded pest_generator v2.8.6
3302026-08-05T04:11:42.513Z Downloaded fnv v1.0.7
3312026-08-05T04:11:42.513Z Downloaded version_check v0.9.5
3322026-08-05T04:11:42.513Z Downloaded scroll_derive v0.12.1
3332026-08-05T04:11:42.523Z Downloaded macaddr v1.0.1
3342026-08-05T04:11:42.523Z Downloaded generic-array v0.14.7
3352026-08-05T04:11:42.524Z Downloaded swrite v0.1.0
3362026-08-05T04:11:42.526Z Downloaded dof v0.3.0
3372026-08-05T04:11:42.533Z Downloaded cfg-if v1.0.4
3382026-08-05T04:11:42.534Z Downloaded dtrace-parser v0.2.0
3392026-08-05T04:11:42.534Z Downloaded serde_spanned v0.6.9
3402026-08-05T04:11:42.534Z Downloaded colorchoice v1.0.4
3412026-08-05T04:11:42.534Z Downloaded fastrand v2.3.0
3422026-08-05T04:11:42.534Z Downloaded memmap v0.7.0
3432026-08-05T04:11:42.534Z Downloaded terminal_size v0.4.3
3442026-08-05T04:11:42.534Z Downloaded usdt-macro v0.5.0
3452026-08-05T04:11:42.534Z Downloaded thread-id v4.2.2
3462026-08-05T04:11:42.553Z Downloaded toml_write v0.1.2
3472026-08-05T04:11:42.553Z Downloaded pretty-hex v0.4.1
3482026-08-05T04:11:42.554Z Downloaded strsim v0.11.1
3492026-08-05T04:11:42.554Z Downloaded utf8parse v0.2.2
3502026-08-05T04:11:42.554Z Downloaded cargo_toml v0.21.0
3512026-08-05T04:11:42.554Z Downloaded is_terminal_polyfill v1.70.2
3522026-08-05T04:11:42.566Z Downloaded scroll v0.12.0
3532026-08-05T04:11:42.566Z Downloaded cargo_metadata v0.23.1
3542026-08-05T04:11:42.566Z Downloaded sha2 v0.10.9
3552026-08-05T04:11:42.566Z Downloaded pest_meta v2.8.6
3562026-08-05T04:11:42.566Z Downloaded plain v0.2.3
3572026-08-05T04:11:42.566Z Downloaded usdt-attr-macro v0.5.0
3582026-08-05T04:11:42.571Z Downloaded digest v0.10.7
3592026-08-05T04:11:42.571Z Downloaded thiserror v2.0.18
3602026-08-05T04:11:42.577Z Downloaded clap_lex v1.0.0
3612026-08-05T04:11:42.577Z Downloaded thiserror-impl v1.0.69
3622026-08-05T04:11:42.577Z Downloaded thiserror-impl v2.0.18
3632026-08-05T04:11:42.581Z Downloaded toml v0.8.23
3642026-08-05T04:11:42.581Z Downloaded usdt-impl v0.5.0
3652026-08-05T04:11:42.585Z Downloaded thiserror v1.0.69
3662026-08-05T04:11:42.596Z Downloaded proc-macro-error v1.0.4
3672026-08-05T04:11:42.601Z Downloaded quote v1.0.45
3682026-08-05T04:11:42.611Z Downloaded semver v1.0.28
3692026-08-05T04:11:42.623Z Downloaded tempfile v3.25.0
3702026-08-05T04:11:42.630Z Downloaded unicode-ident v1.0.24
3712026-08-05T04:11:42.634Z Downloaded getrandom v0.4.1
3722026-08-05T04:11:42.634Z Downloaded log v0.4.29
3732026-08-05T04:11:42.644Z Downloaded toml_edit v0.22.27
3742026-08-05T04:11:42.644Z Downloaded pest v2.8.6
3752026-08-05T04:11:42.652Z Downloaded ucd-trie v0.1.7
3762026-08-05T04:11:42.662Z Downloaded clap v4.6.1
3772026-08-05T04:11:42.670Z Downloaded textwrap v0.16.2
3782026-08-05T04:11:42.677Z Downloaded typenum v1.20.1
3792026-08-05T04:11:42.681Z Downloaded indexmap v2.14.0
3802026-08-05T04:11:42.684Z Downloaded serde_core v1.0.228
3812026-08-05T04:11:42.685Z Downloaded memchr v2.8.0
3822026-08-05T04:11:42.690Z Downloaded serde v1.0.228
3832026-08-05T04:11:42.721Z Downloaded hashbrown v0.17.0
3842026-08-05T04:11:42.731Z Downloaded goblin v0.8.2
3852026-08-05T04:11:42.752Z Downloaded serde_json v1.0.151
3862026-08-05T04:11:42.761Z Downloaded clap_builder v4.6.0
3872026-08-05T04:11:42.761Z Downloaded winnow v0.7.14
3882026-08-05T04:11:42.765Z Downloaded tabled v0.15.0
3892026-08-05T04:11:42.784Z Downloaded syn v1.0.109
3902026-08-05T04:11:42.788Z Downloaded unicode-width v0.2.0
3912026-08-05T04:11:42.792Z Downloaded unicode-width v0.1.14
3922026-08-05T04:11:42.797Z Downloaded syn v2.0.117
3932026-08-05T04:11:42.811Z Downloaded rustix v1.1.3
3942026-08-05T04:11:42.840Z Downloaded libc v0.2.185
3952026-08-05T04:11:42.901Z Compiling proc-macro2 v1.0.106
3962026-08-05T04:11:42.901Z Compiling unicode-ident v1.0.24
3972026-08-05T04:11:42.901Z Compiling quote v1.0.45
3982026-08-05T04:11:42.901Z Compiling serde_core v1.0.228
3992026-08-05T04:11:42.905Z Compiling libc v0.2.185
4002026-08-05T04:11:42.905Z Compiling version_check v0.9.5
4012026-08-05T04:11:42.905Z Compiling memchr v2.8.0
4022026-08-05T04:11:43.085Z Compiling serde v1.0.228
4032026-08-05T04:11:43.228Z Compiling zmij v1.0.21
4042026-08-05T04:11:43.453Z Compiling thiserror v1.0.69
4052026-08-05T04:11:43.546Z Compiling itoa v1.0.17
4062026-08-05T04:11:43.754Z Compiling ucd-trie v0.1.7
4072026-08-05T04:11:43.933Z Compiling pest v2.8.6
4082026-08-05T04:11:43.966Z Compiling byteorder v1.5.0
4092026-08-05T04:11:43.989Z Compiling rustix v1.1.3
4102026-08-05T04:11:44.014Z Compiling errno v0.3.14
4112026-08-05T04:11:44.172Z Compiling serde_json v1.0.151
4122026-08-05T04:11:44.195Z Compiling bitflags v2.11.0
4132026-08-05T04:11:44.350Z Compiling syn v2.0.117
4142026-08-05T04:11:44.433Z Compiling thread-id v4.2.2
4152026-08-05T04:11:44.478Z Compiling usdt-impl v0.5.0
4162026-08-05T04:11:44.528Z Compiling proc-macro-error-attr v1.0.4
4172026-08-05T04:11:44.638Z Compiling syn v1.0.109
4182026-08-05T04:11:44.675Z Compiling camino v1.2.2
4192026-08-05T04:11:44.868Z Compiling proc-macro-error v1.0.4
4202026-08-05T04:11:44.985Z Compiling pest_meta v2.8.6
4212026-08-05T04:11:45.050Z Compiling hashbrown v0.17.0
4222026-08-05T04:11:45.068Z Compiling getrandom v0.4.1
4232026-08-05T04:11:45.162Z Compiling log v0.4.29
4242026-08-05T04:11:45.398Z Compiling equivalent v1.0.2
4252026-08-05T04:11:45.425Z Compiling utf8parse v0.2.2
4262026-08-05T04:11:45.497Z Compiling plain v0.2.3
4272026-08-05T04:11:45.552Z Compiling indexmap v2.14.0
4282026-08-05T04:11:45.605Z Compiling anstyle-parse v1.0.0
4292026-08-05T04:11:45.694Z Compiling terminal_size v0.4.3
4302026-08-05T04:11:46.177Z Compiling is_terminal_polyfill v1.70.2
4312026-08-05T04:11:46.370Z Compiling thiserror v2.0.18
4322026-08-05T04:11:46.381Z Compiling colorchoice v1.0.4
4332026-08-05T04:11:46.401Z Compiling anstyle-query v1.1.5
4342026-08-05T04:11:46.421Z Compiling autocfg v1.5.0
4352026-08-05T04:11:46.483Z Compiling toml_write v0.1.2
4362026-08-05T04:11:46.517Z Compiling pretty-hex v0.4.1
4372026-08-05T04:11:46.609Z Compiling pest_generator v2.8.6
4382026-08-05T04:11:46.686Z Compiling winnow v0.7.14
4392026-08-05T04:11:46.711Z Compiling anstyle v1.0.14
4402026-08-05T04:11:46.730Z Compiling cfg-if v1.0.4
4412026-08-05T04:11:46.879Z Compiling fs-err v3.3.0
4422026-08-05T04:11:46.927Z Compiling anstream v1.0.0
4432026-08-05T04:11:46.973Z Compiling unicode-width v0.1.14
4442026-08-05T04:11:47.089Z Compiling heck v0.5.0
4452026-08-05T04:11:47.234Z Compiling anyhow v1.0.102
4462026-08-05T04:11:47.260Z Compiling strsim v0.11.1
4472026-08-05T04:11:47.320Z Compiling fnv v1.0.7
4482026-08-05T04:11:47.338Z Compiling fastrand v2.3.0
4492026-08-05T04:11:47.353Z Compiling clap_lex v1.0.0
4502026-08-05T04:11:47.413Z Compiling bytecount v0.6.9
4512026-08-05T04:11:47.552Z Compiling once_cell v1.21.3
4522026-08-05T04:11:47.567Z Compiling heck v0.4.1
4532026-08-05T04:11:47.610Z Compiling clap_builder v4.6.0
4542026-08-05T04:11:47.641Z Compiling papergrid v0.11.0
4552026-08-05T04:11:47.778Z Compiling tempfile v3.25.0
4562026-08-05T04:11:47.819Z Compiling cargo-platform v0.3.2
4572026-08-05T04:11:47.904Z Compiling semver v1.0.28
4582026-08-05T04:11:47.932Z Compiling tabled_derive v0.7.0
4592026-08-05T04:11:48.091Z Compiling memmap v0.7.0
4602026-08-05T04:11:48.151Z Compiling smawk v0.3.2
4612026-08-05T04:11:48.190Z Compiling unicode-width v0.2.0
4622026-08-05T04:11:48.230Z Compiling unicode-linebreak v0.1.5
4632026-08-05T04:11:48.250Z Compiling serde_derive v1.0.228
4642026-08-05T04:11:48.282Z Compiling thiserror-impl v1.0.69
4652026-08-05T04:11:48.303Z Compiling zerocopy-derive v0.7.35
4662026-08-05T04:11:48.465Z Compiling pest_derive v2.8.6
4672026-08-05T04:11:48.474Z Compiling scroll_derive v0.12.1
4682026-08-05T04:11:48.856Z Compiling thiserror-impl v2.0.18
4692026-08-05T04:11:48.915Z Compiling clap_derive v4.6.1
4702026-08-05T04:11:49.035Z Compiling tabled v0.15.0
4712026-08-05T04:11:49.148Z Compiling scroll v0.12.0
4722026-08-05T04:11:49.164Z Compiling zerocopy v0.7.35
4732026-08-05T04:11:49.434Z Compiling goblin v0.8.2
4742026-08-05T04:11:49.643Z Compiling dtrace-parser v0.2.0
4752026-08-05T04:11:49.720Z Compiling textwrap v0.16.2
4762026-08-05T04:11:50.182Z Compiling camino-tempfile v1.4.1
4772026-08-05T04:11:50.418Z Compiling swrite v0.1.0
4782026-08-05T04:11:50.674Z Compiling clap v4.6.1
4792026-08-05T04:11:51.418Z Compiling serde_spanned v0.6.9
4802026-08-05T04:11:51.418Z Compiling toml_datetime v0.6.11
4812026-08-05T04:11:51.426Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-05T04:11:51.426Z Compiling macaddr v1.0.1
4832026-08-05T04:11:51.426Z Compiling cargo_metadata v0.23.1
4842026-08-05T04:11:51.502Z Compiling dof v0.3.0
4852026-08-05T04:11:51.539Z Compiling serde_tokenstream v0.2.3
4862026-08-05T04:11:51.725Z Compiling toml_edit v0.22.27
4872026-08-05T04:11:52.276Z Compiling usdt-attr-macro v0.5.0
4882026-08-05T04:11:52.293Z Compiling usdt-macro v0.5.0
4892026-08-05T04:11:52.859Z Compiling usdt v0.5.0
4902026-08-05T04:11:53.039Z Compiling toml v0.8.23
4912026-08-05T04:11:53.361Z Compiling cargo_toml v0.21.0
4922026-08-05T04:11:54.621Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932026-08-05T04:11:56.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.29s
4942026-08-05T04:11:56.861Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4952026-08-05T04:11:57.396Z Downloading crates ...
4962026-08-05T04:11:57.482Z Downloaded bb8 v0.8.6
4972026-08-05T04:11:57.515Z Downloaded bit-vec v0.6.3
4982026-08-05T04:11:57.515Z Downloaded allocator-api2 v0.2.21
4992026-08-05T04:11:57.515Z Downloaded cfg_aliases v0.1.1
5002026-08-05T04:11:57.515Z Downloaded aead v0.5.2
5012026-08-05T04:11:57.530Z Downloaded adler2 v2.0.1
5022026-08-05T04:11:57.531Z Downloaded array-init v0.0.4
5032026-08-05T04:11:57.531Z Downloaded ascii-canvas v3.0.0
5042026-08-05T04:11:57.531Z Downloaded arrayref v0.3.9
5052026-08-05T04:11:57.531Z Downloaded anstyle-parse v0.2.7
5062026-08-05T04:11:57.531Z Downloaded async-trait v0.1.89
5072026-08-05T04:11:57.531Z Downloaded assert_matches v1.5.0
5082026-08-05T04:11:57.531Z Downloaded async-recursion v1.1.1
5092026-08-05T04:11:57.531Z Downloaded console v0.15.11
5102026-08-05T04:11:57.531Z Downloaded ar_archive_writer v0.5.1
5112026-08-05T04:11:57.531Z Downloaded ciborium v0.2.2
5122026-08-05T04:11:57.531Z Downloaded flate2 v1.1.9
5132026-08-05T04:11:57.531Z Downloaded foreign-types v0.5.0
5142026-08-05T04:11:57.531Z Downloaded convert_case v0.4.0
5152026-08-05T04:11:57.531Z Downloaded atomic-waker v1.1.2
5162026-08-05T04:11:57.531Z Downloaded flagset v0.4.7
5172026-08-05T04:11:57.531Z Downloaded futures-macro v0.3.32
5182026-08-05T04:11:57.531Z Downloaded async-stream v0.3.6
5192026-08-05T04:11:57.531Z Downloaded bit-set v0.8.0
5202026-08-05T04:11:57.531Z Downloaded arrayvec v0.7.6
5212026-08-05T04:11:57.531Z Downloaded futures-executor v0.3.32
5222026-08-05T04:11:57.531Z Downloaded hash32 v0.3.1
5232026-08-05T04:11:57.531Z Downloaded erased-serde v0.3.31
5242026-08-05T04:11:57.531Z Downloaded foreign-types v0.3.2
5252026-08-05T04:11:57.531Z Downloaded getrandom v0.2.17
5262026-08-05T04:11:57.531Z Downloaded atty v0.2.14
5272026-08-05T04:11:57.531Z Downloaded bitflags v1.3.2
5282026-08-05T04:11:57.532Z Downloaded atomicwrites v0.4.4
5292026-08-05T04:11:57.532Z Downloaded bcs v0.1.6
5302026-08-05T04:11:57.532Z Downloaded base16ct v0.2.0
5312026-08-05T04:11:57.532Z Downloaded bitfield-struct v0.6.2
5322026-08-05T04:11:57.532Z Downloaded foreign-types-macros v0.2.3
5332026-08-05T04:11:57.532Z Downloaded form_urlencoded v1.2.2
5342026-08-05T04:11:57.532Z Downloaded futures-task v0.3.32
5352026-08-05T04:11:57.532Z Downloaded castaway v0.2.4
5362026-08-05T04:11:57.532Z Downloaded aead v0.6.1
5372026-08-05T04:11:57.532Z Downloaded argon2 v0.5.3
5382026-08-05T04:11:57.532Z Downloaded foreign-types-shared v0.1.1
5392026-08-05T04:11:57.532Z Downloaded float-ord v0.3.2
5402026-08-05T04:11:57.532Z Downloaded funty v2.0.0
5412026-08-05T04:11:57.532Z Downloaded futures-sink v0.3.32
5422026-08-05T04:11:57.532Z Downloaded git-stub v1.0.0
5432026-08-05T04:11:57.532Z Downloaded hostname v0.4.2
5442026-08-05T04:11:57.532Z Downloaded block-buffer v0.12.1
5452026-08-05T04:11:57.532Z Downloaded bitfield-macros v0.19.4
5462026-08-05T04:11:57.532Z Downloaded enum_dispatch v0.3.13
5472026-08-05T04:11:57.532Z Downloaded fs_extra v1.3.0
5482026-08-05T04:11:57.532Z Downloaded filetime v0.2.27
5492026-08-05T04:11:57.532Z Downloaded foldhash v0.2.0
5502026-08-05T04:11:57.532Z Downloaded http-range v0.1.5
5512026-08-05T04:11:57.532Z Downloaded bit-set v0.5.3
5522026-08-05T04:11:57.532Z Downloaded futures-core v0.3.32
5532026-08-05T04:11:57.541Z Downloaded async-stream-impl v0.3.6
5542026-08-05T04:11:57.541Z Downloaded hyper-tls v0.6.0
5552026-08-05T04:11:57.541Z Downloaded fixedbitset v0.4.2
5562026-08-05T04:11:57.541Z Downloaded num_enum_derive v0.5.11
5572026-08-05T04:11:57.541Z Downloaded find-msvc-tools v0.1.9
5582026-08-05T04:11:57.542Z Downloaded fallible-iterator v0.2.0
5592026-08-05T04:11:57.542Z Downloaded ff v0.13.1
5602026-08-05T04:11:57.542Z Downloaded fixedbitset v0.5.7
5612026-08-05T04:11:57.542Z Downloaded git-stub-vcs v0.1.0
5622026-08-05T04:11:57.542Z Downloaded http-body-util v0.1.3
5632026-08-05T04:11:57.542Z Downloaded foreign-types-shared v0.3.1
5642026-08-05T04:11:57.542Z Downloaded futures-io v0.3.32
5652026-08-05T04:11:57.542Z Downloaded env_filter v1.0.0
5662026-08-05T04:11:57.542Z Downloaded enum-as-inner v0.6.1
5672026-08-05T04:11:57.548Z Downloaded base16ct v1.0.0
5682026-08-05T04:11:57.548Z Downloaded fd-lock v4.0.4
5692026-08-05T04:11:57.548Z Downloaded hash32 v0.2.1
5702026-08-05T04:11:57.551Z Downloaded anstream v0.6.21
5712026-08-05T04:11:57.551Z Downloaded glob v0.3.3
5722026-08-05T04:11:57.552Z Downloaded nonempty v0.12.0
5732026-08-05T04:11:57.552Z Downloaded fxhash v0.2.1
5742026-08-05T04:11:57.552Z Downloaded headers-core v0.3.0
5752026-08-05T04:11:57.552Z Downloaded hex-literal v1.1.0
5762026-08-05T04:11:57.555Z Downloaded float-cmp v0.10.0
5772026-08-05T04:11:57.556Z Downloaded globwalk v0.9.1
5782026-08-05T04:11:57.566Z Downloaded http-body v1.0.1
5792026-08-05T04:11:57.566Z Downloaded ciborium-ll v0.2.2
5802026-08-05T04:11:57.566Z Downloaded ciborium-io v0.2.2
5812026-08-05T04:11:57.566Z Downloaded compression-core v0.4.31
5822026-08-05T04:11:57.566Z Downloaded hostname v0.3.1
5832026-08-05T04:11:57.566Z Downloaded hex v0.4.3
5842026-08-05T04:11:57.580Z Downloaded home v0.5.12
5852026-08-05T04:11:57.580Z Downloaded httpdate v1.0.3
5862026-08-05T04:11:57.580Z Downloaded cobs v0.3.0
5872026-08-05T04:11:57.580Z Downloaded group v0.13.0
5882026-08-05T04:11:57.580Z Downloaded block-padding v0.4.2
5892026-08-05T04:11:57.586Z Downloaded bcrypt-pbkdf v0.11.0
5902026-08-05T04:11:57.586Z Downloaded base64ct v1.8.3
5912026-08-05T04:11:57.586Z Downloaded gethostname v0.5.0
5922026-08-05T04:11:57.586Z Downloaded hubpack v0.1.2
5932026-08-05T04:11:57.586Z Downloaded num-conv v0.2.0
5942026-08-05T04:11:57.592Z Downloaded ghash v0.6.0
5952026-08-05T04:11:57.592Z Downloaded hubpack_derive v0.1.1
5962026-08-05T04:11:57.592Z Downloaded phf_shared v0.13.1
5972026-08-05T04:11:57.592Z Downloaded hyper-staticfile v0.10.1
5982026-08-05T04:11:57.592Z Downloaded path-slash v0.1.5
5992026-08-05T04:11:57.592Z Downloaded fs-err v2.11.0
6002026-08-05T04:11:57.592Z Downloaded humantime v2.3.0
6012026-08-05T04:11:57.597Z Downloaded bit-vec v0.8.0
6022026-08-05T04:11:57.597Z Downloaded bitfield v0.19.4
6032026-08-05T04:11:57.597Z Downloaded cfg_aliases v0.2.1
6042026-08-05T04:11:57.597Z Downloaded foldhash v0.1.5
6052026-08-05T04:11:57.597Z Downloaded globset v0.4.18
6062026-08-05T04:11:57.603Z Downloaded highway v1.3.0
6072026-08-05T04:11:57.603Z Downloaded cbc v0.2.1
6082026-08-05T04:11:57.607Z Downloaded progenitor-macro v0.14.0
6092026-08-05T04:11:57.607Z Downloaded rand_pcg v0.10.2
6102026-08-05T04:11:57.607Z Downloaded bs58 v0.5.1
6112026-08-05T04:11:57.607Z Downloaded cmov v0.5.4
6122026-08-05T04:11:57.607Z Downloaded generic-array v1.4.3
6132026-08-05T04:11:57.630Z Downloaded fatfs v0.3.6
6142026-08-05T04:11:57.638Z Downloaded futures v0.3.32
6152026-08-05T04:11:57.638Z Downloaded cexpr v0.6.0
6162026-08-05T04:11:57.638Z Downloaded precomputed-hash v0.1.1
6172026-08-05T04:11:57.638Z Downloaded rustc_version v0.1.7
6182026-08-05T04:11:57.638Z Downloaded radium v0.7.0
6192026-08-05T04:11:57.638Z Downloaded async-bb8-diesel v0.2.1
6202026-08-05T04:11:57.638Z Downloaded rfc6979 v0.6.0
6212026-08-05T04:11:57.638Z Downloaded backon v1.6.0
6222026-08-05T04:11:57.638Z Downloaded camino-tempfile-ext v0.3.3
6232026-08-05T04:11:57.638Z Downloaded serde_bytes v0.11.19
6242026-08-05T04:11:57.638Z Downloaded cassowary v0.3.0
6252026-08-05T04:11:57.638Z Downloaded cmake v0.1.57
6262026-08-05T04:11:57.645Z Downloaded futures-channel v0.3.32
6272026-08-05T04:11:57.645Z Downloaded endian-type v0.1.2
6282026-08-05T04:11:57.645Z Downloaded const_format_proc_macros v0.2.34
6292026-08-05T04:11:57.646Z Downloaded byte-wrapper v0.1.0
6302026-08-05T04:11:57.646Z Downloaded env_logger v0.11.9
6312026-08-05T04:11:57.646Z Downloaded group v0.14.0
6322026-08-05T04:11:57.646Z Downloaded buf-list v1.1.2
6332026-08-05T04:11:57.655Z Downloaded cipher v0.4.4
6342026-08-05T04:11:57.655Z Downloaded rfc6979 v0.4.0
6352026-08-05T04:11:57.661Z Downloaded sigpipe v0.1.3
6362026-08-05T04:11:57.661Z Downloaded slog-bunyan v2.5.0
6372026-08-05T04:11:57.661Z Downloaded sponge-cursor v0.1.0
6382026-08-05T04:11:57.661Z Downloaded shell-words v1.1.1
6392026-08-05T04:11:57.661Z Downloaded half v1.8.3
6402026-08-05T04:11:57.669Z Downloaded pkg-config v0.3.32
6412026-08-05T04:11:57.669Z Downloaded num-rational v0.4.2
6422026-08-05T04:11:57.669Z Downloaded owo-colors v4.3.0
6432026-08-05T04:11:57.669Z Downloaded progenitor v0.14.0
6442026-08-05T04:11:57.669Z Downloaded ff v0.14.0
6452026-08-05T04:11:57.669Z Downloaded primefield v0.14.0
6462026-08-05T04:11:57.673Z Downloaded take_mut v0.2.2
6472026-08-05T04:11:57.673Z Downloaded strum v0.26.3
6482026-08-05T04:11:57.673Z Downloaded strip-ansi-escapes v0.2.1
6492026-08-05T04:11:57.673Z Downloaded subtle v2.6.1
6502026-08-05T04:11:57.688Z Downloaded universal-hash v0.6.1
6512026-08-05T04:11:57.688Z Downloaded time-core v0.1.8
6522026-08-05T04:11:57.688Z Downloaded argon2 v0.6.0-rc.8
6532026-08-05T04:11:57.688Z Downloaded backoff v0.4.0
6542026-08-05T04:11:57.729Z Downloaded password-hash v0.5.0
6552026-08-05T04:11:57.729Z Downloaded hmac v0.12.1
6562026-08-05T04:11:57.729Z Downloaded chacha20 v0.9.1
6572026-08-05T04:11:57.729Z Downloaded ahash v0.8.12
6582026-08-05T04:11:57.729Z Downloaded const-oid v0.9.6
6592026-08-05T04:11:57.729Z Downloaded bzip2 v0.6.1
6602026-08-05T04:11:57.729Z Downloaded clang-sys v1.8.1
6612026-08-05T04:11:57.729Z Downloaded blowfish v0.10.0
6622026-08-05T04:11:57.729Z Downloaded constant_time_eq v0.4.2
6632026-08-05T04:11:57.729Z Downloaded tokio-macros v2.7.0
6642026-08-05T04:11:57.729Z Downloaded tower-service v0.3.3
6652026-08-05T04:11:57.729Z Downloaded try-lock v0.2.5
6662026-08-05T04:11:57.729Z Downloaded bzip2 v0.4.4
6672026-08-05T04:11:57.729Z Downloaded cancel-safe-futures v0.1.5
6682026-08-05T04:11:57.729Z Downloaded hmac v0.13.0
6692026-08-05T04:11:57.765Z Downloaded pbkdf2 v0.13.0
6702026-08-05T04:11:57.765Z Downloaded rustls-native-certs v0.8.3
6712026-08-05T04:11:57.765Z Downloaded utf-8 v0.7.6
6722026-08-05T04:11:57.765Z Downloaded r2d2 v0.8.10
6732026-08-05T04:11:57.765Z Downloaded rand_core v0.10.0
6742026-08-05T04:11:57.765Z Downloaded console v0.16.2
6752026-08-05T04:11:57.765Z Downloaded want v0.3.1
6762026-08-05T04:11:57.765Z Downloaded xshell-macros v0.2.7
6772026-08-05T04:11:57.765Z Downloaded zerofrom v0.1.6
6782026-08-05T04:11:57.765Z Downloaded chacha20 v0.10.0
6792026-08-05T04:11:57.765Z Downloaded colored v2.2.0
6802026-08-05T04:11:57.765Z Downloaded colored v3.1.1
6812026-08-05T04:11:57.765Z Downloaded rand_core v0.9.5
6822026-08-05T04:11:57.765Z Downloaded utf8_iter v1.0.4
6832026-08-05T04:11:57.765Z Downloaded crunchy v0.2.4
6842026-08-05T04:11:57.765Z Downloaded scroll v0.13.0
6852026-08-05T04:11:57.765Z Downloaded blake2 v0.10.6
6862026-08-05T04:11:57.765Z Downloaded blake2 v0.11.0-rc.6
6872026-08-05T04:11:57.766Z Downloaded serde_derive_internals v0.29.1
6882026-08-05T04:11:57.766Z Downloaded signal-hook-registry v1.4.8
6892026-08-05T04:11:57.766Z Downloaded httparse v1.10.1
6902026-08-05T04:11:57.766Z Downloaded defmt-parser v1.0.0
6912026-08-05T04:11:57.766Z Downloaded arc-swap v1.8.2
6922026-08-05T04:11:57.766Z Downloaded sec1 v0.7.3
6932026-08-05T04:11:57.766Z Downloaded smallvec v0.6.14
6942026-08-05T04:11:57.781Z Downloaded rustls-pemfile v2.2.0
6952026-08-05T04:11:57.781Z Downloaded slog-json v2.6.1
6962026-08-05T04:11:57.781Z Downloaded zone v0.3.1
6972026-08-05T04:11:57.781Z Downloaded slab v0.4.12
6982026-08-05T04:11:57.782Z Downloaded strum_macros v0.27.2
6992026-08-05T04:11:57.782Z Downloaded testing_table v0.3.0
7002026-08-05T04:11:57.782Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7012026-08-05T04:11:57.782Z Downloaded toml_writer v1.1.1+spec-1.1.0
7022026-08-05T04:11:57.782Z Downloaded embedded-io v0.4.0
7032026-08-05T04:11:57.782Z Downloaded pkcs8 v0.11.0
7042026-08-05T04:11:57.782Z Downloaded progenitor v0.13.0
7052026-08-05T04:11:57.782Z Downloaded slog-scope v4.4.1
7062026-08-05T04:11:57.782Z Downloaded slog-stdlog v4.1.1
7072026-08-05T04:11:57.782Z Downloaded slog-term v2.9.2
7082026-08-05T04:11:57.782Z Downloaded static_assertions v1.1.0
7092026-08-05T04:11:57.782Z Downloaded parking_lot_core v0.9.12
7102026-08-05T04:11:57.782Z Downloaded dof v0.4.0
7112026-08-05T04:11:57.782Z Downloaded pkcs1 v0.7.5
7122026-08-05T04:11:57.782Z Downloaded inout v0.1.4
7132026-08-05T04:11:57.782Z Downloaded postcard v1.1.3
7142026-08-05T04:11:57.782Z Downloaded postgres-protocol v0.6.10
7152026-08-05T04:11:57.782Z Downloaded thread_local v1.1.9
7162026-08-05T04:11:57.782Z Downloaded hyper-rustls v0.27.7
7172026-08-05T04:11:57.782Z Downloaded getrandom v0.3.4
7182026-08-05T04:11:57.810Z Downloaded half v2.7.1
7192026-08-05T04:11:57.810Z Downloaded rustls-pki-types v1.14.0
7202026-08-05T04:11:57.810Z Downloaded indent_write v2.2.0
7212026-08-05T04:11:57.810Z Downloaded vergen-lib v0.1.6
7222026-08-05T04:11:57.810Z Downloaded whoami v1.6.1
7232026-08-05T04:11:57.810Z Downloaded tui-tree-widget v0.23.1
7242026-08-05T04:11:57.810Z Downloaded wyz v0.5.1
7252026-08-05T04:11:57.810Z Downloaded inout v0.2.2
7262026-08-05T04:11:57.810Z Downloaded cipher v0.5.2
7272026-08-05T04:11:57.810Z Downloaded keccak v0.1.6
7282026-08-05T04:11:57.810Z Downloaded libscf-sys v1.2.0
7292026-08-05T04:11:57.810Z Downloaded xshell v0.2.7
7302026-08-05T04:11:57.810Z Downloaded compression-codecs v0.4.37
7312026-08-05T04:11:57.810Z Downloaded lalrpop-util v0.19.12
7322026-08-05T04:11:57.810Z Downloaded lru-slab v0.1.2
7332026-08-05T04:11:57.810Z Downloaded memoffset v0.9.1
7342026-08-05T04:11:57.810Z Downloaded flume v0.11.1
7352026-08-05T04:11:57.810Z Downloaded sha2 v0.11.0
7362026-08-05T04:11:57.810Z Downloaded hybrid-array v0.4.13
7372026-08-05T04:11:57.810Z Downloaded serde_cbor v0.11.2
7382026-08-05T04:11:57.811Z Downloaded ctr v0.10.1
7392026-08-05T04:11:57.811Z Downloaded ctutils v0.4.2
7402026-08-05T04:11:57.817Z Downloaded critical-section v1.2.0
7412026-08-05T04:11:57.817Z Downloaded newtype-uuid-macros v0.1.0
7422026-08-05T04:11:57.817Z Downloaded openssl-probe v0.1.6
7432026-08-05T04:11:57.817Z Downloaded openssl-probe v0.2.1
7442026-08-05T04:11:57.817Z Downloaded const-oid v0.10.2
7452026-08-05T04:11:57.825Z Downloaded parse-display v0.10.0
7462026-08-05T04:11:57.825Z Downloaded der_derive v0.7.3
7472026-08-05T04:11:57.825Z Downloaded tokio-native-tls v0.3.1
7482026-08-05T04:11:57.825Z Downloaded toml_parser v1.1.2+spec-1.1.0
7492026-08-05T04:11:57.825Z Downloaded diesel-dtrace v0.5.0
7502026-08-05T04:11:57.825Z Downloaded dropshot-api-manager-types v0.7.2
7512026-08-05T04:11:57.825Z Downloaded rcgen v0.12.1
7522026-08-05T04:11:57.830Z Downloaded term v0.7.0
7532026-08-05T04:11:57.830Z Downloaded potential_utf v0.1.4
7542026-08-05T04:11:57.830Z Downloaded percent-encoding v2.3.2
7552026-08-05T04:11:57.830Z Downloaded predicates-tree v1.0.13
7562026-08-05T04:11:57.830Z Downloaded predicates-core v1.0.10
7572026-08-05T04:11:57.834Z Downloaded progenitor-client v0.14.0
7582026-08-05T04:11:57.839Z Downloaded oxide-update-engine-types v0.1.2
7592026-08-05T04:11:57.839Z Downloaded quick-error v1.2.3
7602026-08-05T04:11:57.839Z Downloaded ref-cast v1.0.25
7612026-08-05T04:11:57.843Z Downloaded unicode-properties v0.1.4
7622026-08-05T04:11:57.843Z Downloaded secrecy v0.10.3
7632026-08-05T04:11:57.843Z Downloaded base64 v0.22.1
7642026-08-05T04:11:57.843Z Downloaded compact_str v0.8.1
7652026-08-05T04:11:57.849Z Downloaded bytes v1.11.1
7662026-08-05T04:11:57.849Z Downloaded heapless v0.8.0
7672026-08-05T04:11:57.858Z Downloaded sec1 v0.8.1
7682026-08-05T04:11:57.858Z Downloaded match_cfg v0.1.0
7692026-08-05T04:11:57.862Z Downloaded rtoolbox v0.0.3
7702026-08-05T04:11:57.862Z Downloaded indoc v2.0.7
7712026-08-05T04:11:57.862Z Downloaded serde-big-array v0.5.1
7722026-08-05T04:11:57.880Z Downloaded nanorand v0.7.0
7732026-08-05T04:11:57.880Z Downloaded darling v0.20.11
7742026-08-05T04:11:57.884Z Downloaded scroll_derive v0.13.1
7752026-08-05T04:11:57.884Z Downloaded headers v0.4.1
7762026-08-05T04:11:57.884Z Downloaded signal-hook-tokio v0.3.1
7772026-08-05T04:11:57.884Z Downloaded serde_yaml v0.9.34+deprecated
7782026-08-05T04:11:57.884Z Downloaded crossbeam-utils v0.8.21
7792026-08-05T04:11:57.891Z Downloaded module-lattice v0.2.3
7802026-08-05T04:11:57.891Z Downloaded newtype-uuid v1.3.2
7812026-08-05T04:11:57.891Z Downloaded num-integer v0.1.46
7822026-08-05T04:11:57.891Z Downloaded tabled_derive v0.11.0
7832026-08-05T04:11:57.896Z Downloaded papergrid v0.17.0
7842026-08-05T04:11:57.896Z Downloaded tinyvec_macros v0.1.1
7852026-08-05T04:11:57.896Z Downloaded parking_lot_core v0.8.6
7862026-08-05T04:11:57.897Z Downloaded pin-project-internal v1.1.11
7872026-08-05T04:11:57.897Z Downloaded trait-variant v0.1.2
7882026-08-05T04:11:57.901Z Downloaded num_enum v0.7.6
7892026-08-05T04:11:57.901Z Downloaded derive_builder v0.20.2
7902026-08-05T04:11:57.901Z Downloaded topological-sort v0.2.2
7912026-08-05T04:11:57.905Z Downloaded usdt v0.6.0
7922026-08-05T04:11:57.905Z Downloaded usdt-attr-macro v0.6.0
7932026-08-05T04:11:57.905Z Downloaded pkcs8 v0.10.2
7942026-08-05T04:11:57.909Z Downloaded parse-display-derive v0.10.0
7952026-08-05T04:11:57.913Z Downloaded tungstenite v0.21.0
7962026-08-05T04:11:57.920Z Downloaded polyval v0.7.1
7972026-08-05T04:11:57.920Z Downloaded iana-time-zone v0.1.65
7982026-08-05T04:11:57.924Z Downloaded serde_spanned v1.1.1
7992026-08-05T04:11:57.924Z Downloaded progenitor-extras v0.2.0
8002026-08-05T04:11:57.924Z Downloaded wait-timeout v0.2.1
8012026-08-05T04:11:57.924Z Downloaded zone_cfg_derive v0.3.1
8022026-08-05T04:11:57.924Z Downloaded crc-catalog v2.4.0
8032026-08-05T04:11:57.924Z Downloaded cc v1.2.56
8042026-08-05T04:11:57.931Z Downloaded const_format v0.2.35
8052026-08-05T04:11:57.938Z Downloaded ecdsa v0.17.0
8062026-08-05T04:11:57.942Z Downloaded litemap v0.8.1
8072026-08-05T04:11:57.942Z Downloaded vte v0.14.1
8082026-08-05T04:11:57.942Z Downloaded crucible-workspace-hack v0.1.0
8092026-08-05T04:11:57.942Z Downloaded memmap2 v0.9.10
8102026-08-05T04:11:57.942Z Downloaded async-compression v0.4.41
8112026-08-05T04:11:57.950Z Downloaded dirs-next v2.0.0
8122026-08-05T04:11:57.950Z Downloaded derive_builder_macro v0.20.2
8132026-08-05T04:11:57.950Z Downloaded dunce v1.0.5
8142026-08-05T04:11:57.950Z Downloaded dyn-clone v1.0.20
8152026-08-05T04:11:57.953Z Downloaded base64 v0.21.7
8162026-08-05T04:11:57.953Z Downloaded crc-any v2.5.0
8172026-08-05T04:11:57.953Z Downloaded resolv-conf v0.7.6
8182026-08-05T04:11:57.953Z Downloaded shlex v1.3.0
8192026-08-05T04:11:57.953Z Downloaded signal-hook-mio v0.2.5
8202026-08-05T04:11:57.953Z Downloaded sqlformat v0.3.5
8212026-08-05T04:11:57.953Z Downloaded stringprep v0.1.5
8222026-08-05T04:11:57.953Z Downloaded hickory-resolver v0.25.2
8232026-08-05T04:11:57.957Z Downloaded idna_adapter v1.2.1
8242026-08-05T04:11:57.957Z Downloaded subprocess v0.2.15
8252026-08-05T04:11:57.957Z Downloaded serde_with_macros v1.5.2
8262026-08-05T04:11:57.962Z Downloaded spki v0.8.0
8272026-08-05T04:11:57.963Z Downloaded stacker v0.1.23
8282026-08-05T04:11:57.963Z Downloaded string_cache v0.8.9
8292026-08-05T04:11:57.963Z Downloaded instant v0.1.13
8302026-08-05T04:11:57.963Z Downloaded instability v0.3.11
8312026-08-05T04:11:57.968Z Downloaded prettyplease v0.2.37
8322026-08-05T04:11:57.972Z Downloaded hickory-resolver v0.24.4
8332026-08-05T04:11:57.972Z Downloaded oxnet v0.1.6
8342026-08-05T04:11:57.972Z Downloaded time-macros v0.2.27
8352026-08-05T04:11:57.972Z Downloaded tokio-test v0.4.5
8362026-08-05T04:11:57.975Z Downloaded unicase v2.9.0
8372026-08-05T04:11:57.975Z Downloaded managed v0.8.0
8382026-08-05T04:11:57.975Z Downloaded md5 v0.8.0
8392026-08-05T04:11:58.008Z Downloaded newline-converter v0.3.0
8402026-08-05T04:11:58.008Z Downloaded tls_codec v0.4.2
8412026-08-05T04:11:58.008Z Downloaded http v1.4.2
8422026-08-05T04:11:58.008Z Downloaded icu_properties v2.1.2
8432026-08-05T04:11:58.008Z Downloaded waitgroup v0.1.2
8442026-08-05T04:11:58.008Z Downloaded corncobs v0.1.4
8452026-08-05T04:11:58.008Z Downloaded crossbeam-deque v0.8.6
8462026-08-05T04:11:58.008Z Downloaded writeable v0.6.2
8472026-08-05T04:11:58.008Z Downloaded num-derive v0.4.2
8482026-08-05T04:11:58.008Z Downloaded opaque-debug v0.3.1
8492026-08-05T04:11:58.008Z Downloaded vergen-gitcl v1.0.8
8502026-08-05T04:11:58.016Z Downloaded bumpalo v3.20.2
8512026-08-05T04:11:58.016Z Downloaded publicsuffix v2.3.0
8522026-08-05T04:11:58.016Z Downloaded quinn v0.11.11
8532026-08-05T04:11:58.016Z Downloaded proc-macro-crate v1.3.1
8542026-08-05T04:11:58.016Z Downloaded ignore v0.4.25
8552026-08-05T04:11:58.019Z Downloaded rand_chacha v0.3.1
8562026-08-05T04:11:58.019Z Downloaded darling v0.13.4
8572026-08-05T04:11:58.019Z Downloaded oso-derive v0.27.3
8582026-08-05T04:11:58.019Z Downloaded data-encoding v2.10.0
8592026-08-05T04:11:58.019Z Downloaded deranged v0.5.8
8602026-08-05T04:11:58.025Z Downloaded chacha20poly1305 v0.10.1
8612026-08-05T04:11:58.029Z Downloaded darling_core v0.23.0
8622026-08-05T04:11:58.029Z Downloaded jobserver v0.1.34
8632026-08-05T04:11:58.034Z Downloaded defmt-macros v1.0.1
8642026-08-05T04:11:58.034Z Downloaded digest-io v0.1.0
8652026-08-05T04:11:58.039Z Downloaded scopeguard v1.2.0
8662026-08-05T04:11:58.039Z Downloaded expectorate v1.2.0
8672026-08-05T04:11:58.043Z Downloaded recursive v0.1.1
8682026-08-05T04:11:58.043Z Downloaded schemars v0.9.0
8692026-08-05T04:11:58.046Z Downloaded hashbrown v0.13.2
8702026-08-05T04:11:58.046Z Downloaded zip v0.6.6
8712026-08-05T04:11:58.050Z Downloaded aes-gcm v0.11.0
8722026-08-05T04:11:58.051Z Downloaded lazy_static v1.5.0
8732026-08-05T04:11:58.056Z Downloaded libloading v0.8.9
8742026-08-05T04:11:58.056Z Downloaded rustc_version v0.4.1
8752026-08-05T04:11:58.056Z Downloaded ingot-types v0.2.0
8762026-08-05T04:11:58.056Z Downloaded signature v3.0.0
8772026-08-05T04:11:58.056Z Downloaded sync-ptr v0.1.4
8782026-08-05T04:11:58.056Z Downloaded nu-ansi-term v0.50.3
8792026-08-05T04:11:58.060Z Downloaded darling_core v0.20.11
8802026-08-05T04:11:58.060Z Downloaded icu_normalizer_data v2.1.1
8812026-08-05T04:11:58.060Z Downloaded rustls-platform-verifier v0.6.2
8822026-08-05T04:11:58.064Z Downloaded signature v2.2.0
8832026-08-05T04:11:58.064Z Downloaded sync_wrapper v1.0.2
8842026-08-05T04:11:58.064Z Downloaded thread-id v5.1.0
8852026-08-05T04:11:58.076Z Downloaded unit-prefix v0.5.2
8862026-08-05T04:11:58.076Z Downloaded hashbrown v0.12.3
8872026-08-05T04:11:58.082Z Downloaded heapless v0.7.17
8882026-08-05T04:11:58.082Z Downloaded num_enum_derive v0.7.6
8892026-08-05T04:11:58.082Z Downloaded prefix-trie v0.7.0
8902026-08-05T04:11:58.082Z Downloaded multer v3.1.0
8912026-08-05T04:11:58.082Z Downloaded yasna v0.5.2
8922026-08-05T04:11:58.082Z Downloaded p384 v0.14.0
8932026-08-05T04:11:58.086Z Downloaded url v2.5.8
8942026-08-05T04:11:58.086Z Downloaded darling v0.21.3
8952026-08-05T04:11:58.086Z Downloaded usdt-macro v0.6.0
8962026-08-05T04:11:58.090Z Downloaded yoke-derive v0.8.1
8972026-08-05T04:11:58.090Z Downloaded zeroize_derive v1.5.0
8982026-08-05T04:11:58.090Z Downloaded phc v0.6.1
8992026-08-05T04:11:58.090Z Downloaded darling_macro v0.21.3
9002026-08-05T04:11:58.090Z Downloaded pem v3.0.6
9012026-08-05T04:11:58.093Z Downloaded paste v1.0.15
9022026-08-05T04:11:58.097Z Downloaded poly1305 v0.8.0
9032026-08-05T04:11:58.097Z Downloaded rand_chacha v0.9.0
9042026-08-05T04:11:58.097Z Downloaded schemars v0.8.22
9052026-08-05T04:11:58.103Z Downloaded signal-hook v0.3.18
9062026-08-05T04:11:58.107Z Downloaded hickory-server v0.25.2
9072026-08-05T04:11:58.107Z Downloaded des v0.9.0
9082026-08-05T04:11:58.112Z Downloaded progenitor-client v0.13.0
9092026-08-05T04:11:58.112Z Downloaded linear-map v1.2.0
9102026-08-05T04:11:58.112Z Downloaded embedded-io v0.6.1
9112026-08-05T04:11:58.113Z Downloaded curve25519-dalek-derive v0.1.1
9122026-08-05T04:11:58.116Z Downloaded darling_core v0.21.3
9132026-08-05T04:11:58.117Z Downloaded toml v1.1.2+spec-1.1.0
9142026-08-05T04:11:58.121Z Downloaded unicode-bidi v0.3.18
9152026-08-05T04:11:58.121Z Downloaded ingot-macros v0.2.0
9162026-08-05T04:11:58.126Z Downloaded internet-checksum v0.2.1
9172026-08-05T04:11:58.126Z Downloaded kem v0.3.0
9182026-08-05T04:11:58.126Z Downloaded dirs-sys-next v0.1.2
9192026-08-05T04:11:58.126Z Downloaded display-error-chain v0.2.2
9202026-08-05T04:11:58.126Z Downloaded linked-hash-map v0.5.6
9212026-08-05T04:11:58.126Z Downloaded lzss v0.8.2
9222026-08-05T04:11:58.130Z Downloaded ssh-cipher v0.3.0
9232026-08-05T04:11:58.130Z Downloaded aho-corasick v1.1.4
9242026-08-05T04:11:58.134Z Downloaded derive_more v2.1.1
9252026-08-05T04:11:58.137Z Downloaded rsa v0.10.0-rc.18
9262026-08-05T04:11:58.154Z Downloaded p256 v0.14.0
9272026-08-05T04:11:58.174Z Downloaded strum_macros v0.24.3
9282026-08-05T04:11:58.174Z Downloaded num v0.4.3
9292026-08-05T04:11:58.174Z Downloaded slog-async v2.8.0
9302026-08-05T04:11:58.174Z Downloaded ssh-encoding v0.3.0
9312026-08-05T04:11:58.174Z Downloaded termios v0.3.3
9322026-08-05T04:11:58.174Z Downloaded tls_codec_derive v0.4.2
9332026-08-05T04:11:58.174Z Downloaded tokio-dtrace v0.1.1
9342026-08-05T04:11:58.174Z Downloaded lru-cache v0.1.2
9352026-08-05T04:11:58.174Z Downloaded unicode_categories v0.1.1
9362026-08-05T04:11:58.174Z Downloaded usdt-impl v0.6.0
9372026-08-05T04:11:58.174Z Downloaded zerocopy-derive v0.8.40
9382026-08-05T04:11:58.174Z Downloaded aes v0.9.1
9392026-08-05T04:11:58.174Z Downloaded uzers v0.12.2
9402026-08-05T04:11:58.175Z Downloaded rayon-core v1.13.0
9412026-08-05T04:11:58.181Z Downloaded crc v3.4.0
9422026-08-05T04:11:58.181Z Downloaded rand_xorshift v0.4.0
9432026-08-05T04:11:58.181Z Downloaded password-hash v0.6.1
9442026-08-05T04:11:58.181Z Downloaded psl-types v2.0.11
9452026-08-05T04:11:58.182Z Downloaded elliptic-curve v0.14.1
9462026-08-05T04:11:58.182Z Downloaded socket2 v0.5.10
9472026-08-05T04:11:58.182Z Downloaded indexmap v1.9.3
9482026-08-05T04:11:58.182Z Downloaded icu_provider v2.1.1
9492026-08-05T04:11:58.182Z Downloaded scrypt v0.12.0
9502026-08-05T04:11:58.182Z Downloaded derive-ex v0.1.8
9512026-08-05T04:11:58.182Z Downloaded defmt v1.0.1
9522026-08-05T04:11:58.186Z Downloaded ed25519 v3.0.0
9532026-08-05T04:11:58.186Z Downloaded ena v0.14.4
9542026-08-05T04:11:58.186Z Downloaded progenitor-macro v0.13.0
9552026-08-05T04:11:58.186Z Downloaded secrecy v0.8.0
9562026-08-05T04:11:58.186Z Downloaded tar v0.4.46
9572026-08-05T04:11:58.186Z Downloaded toml_edit v0.23.10+spec-1.0.0
9582026-08-05T04:11:58.202Z Downloaded schemars_derive v0.8.22
9592026-08-05T04:11:58.202Z Downloaded test-strategy v0.4.5
9602026-08-05T04:11:58.210Z Downloaded spin v0.9.8
9612026-08-05T04:11:58.210Z Downloaded digest v0.11.3
9622026-08-05T04:11:58.210Z Downloaded serde_with_macros v3.21.0
9632026-08-05T04:11:58.210Z Downloaded tagptr v0.2.0
9642026-08-05T04:11:58.210Z Downloaded stable_deref_trait v1.2.1
9652026-08-05T04:11:58.210Z Downloaded unicode-xid v0.2.6
9662026-08-05T04:11:58.210Z Downloaded rustls-webpki v0.103.13
9672026-08-05T04:11:58.214Z Downloaded slog-envlogger v2.2.0
9682026-08-05T04:11:58.214Z Downloaded typify v0.6.2
9692026-08-05T04:11:58.221Z Downloaded typify-macro v0.6.2
9702026-08-05T04:11:58.221Z Downloaded void v1.0.2
9712026-08-05T04:11:58.230Z Downloaded native-tls v0.2.18
9722026-08-05T04:11:58.230Z Downloaded xattr v1.6.1
9732026-08-05T04:11:58.230Z Downloaded oxide-update-engine v0.1.2
9742026-08-05T04:11:58.230Z Downloaded rsa v0.9.10
9752026-08-05T04:11:58.236Z Downloaded cookie v0.18.1
9762026-08-05T04:11:58.236Z Downloaded samael v0.0.19
9772026-08-05T04:11:58.236Z Downloaded num_enum v0.5.11
9782026-08-05T04:11:58.240Z Downloaded primeorder v0.13.6
9792026-08-05T04:11:58.240Z Downloaded crc32fast v1.5.0
9802026-08-05T04:11:58.240Z Downloaded peg v0.8.5
9812026-08-05T04:11:58.241Z Downloaded phf_shared v0.11.3
9822026-08-05T04:11:58.241Z Downloaded crypto-common v0.2.2
9832026-08-05T04:11:58.245Z Downloaded downcast-rs v2.0.2
9842026-08-05T04:11:58.245Z Downloaded dtrace-parser v0.3.0
9852026-08-05T04:11:58.245Z Downloaded darling_macro v0.13.4
9862026-08-05T04:11:58.245Z Downloaded defmt v0.3.100
9872026-08-05T04:11:58.245Z Downloaded pin-project v1.1.11
9882026-08-05T04:11:58.251Z Downloaded maplit v1.0.2
9892026-08-05T04:11:58.251Z Downloaded num-bigint v0.4.6
9902026-08-05T04:11:58.255Z Downloaded nom v8.0.0
9912026-08-05T04:11:58.255Z Downloaded drift v0.2.0
9922026-08-05T04:11:58.260Z Downloaded pkcs5 v0.8.1
9932026-08-05T04:11:58.289Z Downloaded proc-macro-error2 v2.0.1
9942026-08-05T04:11:58.289Z Downloaded crypto-bigint v0.5.5
9952026-08-05T04:11:58.299Z Downloaded hashbrown v0.16.1
9962026-08-05T04:11:58.299Z Downloaded steno v0.4.1
9972026-08-05T04:11:58.299Z Downloaded num-iter v0.1.45
9982026-08-05T04:11:58.299Z Downloaded num_threads v0.1.7
9992026-08-05T04:11:58.299Z Downloaded nodrop v0.1.14
10002026-08-05T04:11:58.299Z Downloaded multimap v0.10.1
10012026-08-05T04:11:58.299Z Downloaded zip v4.6.1
10022026-08-05T04:11:58.299Z Downloaded rpassword v7.5.4
10032026-08-05T04:11:58.299Z Downloaded spki v0.7.3
10042026-08-05T04:11:58.299Z Downloaded structmeta-derive v0.3.0
10052026-08-05T04:11:58.299Z Downloaded synstructure v0.13.2
10062026-08-05T04:11:58.299Z Downloaded thiserror-no-std v2.0.2
10072026-08-05T04:11:58.299Z Downloaded ryu v1.0.23
10082026-08-05T04:11:58.299Z Downloaded unsafe-libyaml v0.2.11
10092026-08-05T04:11:58.299Z Downloaded olpc-cjson v0.1.4
10102026-08-05T04:11:58.299Z Downloaded phf_shared v0.12.1
10112026-08-05T04:11:58.299Z Downloaded sha1 v0.11.0
10122026-08-05T04:11:58.300Z Downloaded same-file v1.0.6
10132026-08-05T04:11:58.300Z Downloaded sapling-renderdag v0.1.0
10142026-08-05T04:11:58.300Z Downloaded powerfmt v0.2.0
10152026-08-05T04:11:58.300Z Downloaded miniz_oxide v0.8.9
10162026-08-05T04:11:58.300Z Downloaded rustc-hash v2.1.1
10172026-08-05T04:11:58.300Z Downloaded hyper v1.10.1
10182026-08-05T04:11:58.300Z Downloaded diesel_derives v2.3.7
10192026-08-05T04:11:58.320Z Downloaded rand v0.9.2
10202026-08-05T04:11:58.320Z Downloaded tungstenite v0.23.0
10212026-08-05T04:11:58.320Z Downloaded slog v2.8.2
10222026-08-05T04:11:58.320Z Downloaded slog-dtrace v0.3.0
10232026-08-05T04:11:58.320Z Downloaded rand v0.8.6
10242026-08-05T04:11:58.333Z Downloaded serde_repr v0.1.20
10252026-08-05T04:11:58.333Z Downloaded siphasher v1.0.2
10262026-08-05T04:11:58.333Z Downloaded zerovec-derive v0.11.2
10272026-08-05T04:11:58.333Z Downloaded tower-layer v0.3.3
10282026-08-05T04:11:58.333Z Downloaded daft v0.1.7
10292026-08-05T04:11:58.333Z Downloaded uuid v1.23.4
10302026-08-05T04:11:58.333Z Downloaded hashbrown v0.15.5
10312026-08-05T04:11:58.333Z Downloaded port-file v0.1.0
10322026-08-05T04:11:58.333Z Downloaded supports-color v3.0.2
10332026-08-05T04:11:58.333Z Downloaded zopfli v0.8.3
10342026-08-05T04:11:58.333Z Downloaded either v1.15.0
10352026-08-05T04:11:58.333Z Downloaded ingot v0.2.1
10362026-08-05T04:11:58.333Z Downloaded ipnet v2.11.0
10372026-08-05T04:11:58.333Z Downloaded poly1305 v0.9.0
10382026-08-05T04:11:58.333Z Downloaded derive_builder_core v0.20.2
10392026-08-05T04:11:58.333Z Downloaded crc8 v0.1.1
10402026-08-05T04:11:58.333Z Downloaded cstr-argument v0.1.2
10412026-08-05T04:11:58.337Z Downloaded jiff-static v0.2.34
10422026-08-05T04:11:58.337Z Downloaded mime_guess v2.0.5
10432026-08-05T04:11:58.338Z Downloaded icu_collections v2.1.1
10442026-08-05T04:11:58.338Z Downloaded libsw-core v0.3.2
10452026-08-05T04:11:58.338Z Downloaded debug-ignore v1.0.5
10462026-08-05T04:11:58.338Z Downloaded num-complex v0.4.6
10472026-08-05T04:11:58.338Z Downloaded ref-cast-impl v1.0.25
10482026-08-05T04:11:58.338Z Downloaded ident_case v1.0.1
10492026-08-05T04:11:58.342Z Downloaded indoc v1.0.9
10502026-08-05T04:11:58.342Z Downloaded oxide-tokio-rt v0.1.4
10512026-08-05T04:11:58.347Z Downloaded diesel_table_macro_syntax v0.3.0
10522026-08-05T04:11:58.347Z Downloaded dsl_auto_type v0.2.0
10532026-08-05T04:11:58.353Z Downloaded kstat-rs v0.2.4
10542026-08-05T04:11:58.357Z Downloaded ppv-lite86 v0.2.21
10552026-08-05T04:11:58.427Z Downloaded maybe-uninit v2.0.0
10562026-08-05T04:11:58.427Z Downloaded new_debug_unreachable v1.0.6
10572026-08-05T04:11:58.427Z Downloaded recursive-proc-macro-impl v0.1.1
10582026-08-05T04:11:58.427Z Downloaded futures-util v0.3.32
10592026-08-05T04:11:58.427Z Downloaded ed25519-dalek v3.0.0
10602026-08-05T04:11:58.427Z Downloaded num-traits v0.2.19
10612026-08-05T04:11:58.427Z Downloaded tinystr v0.8.2
10622026-08-05T04:11:58.427Z Downloaded serde_urlencoded v0.7.1
10632026-08-05T04:11:58.427Z Downloaded rand_seeder v0.4.0
10642026-08-05T04:11:58.427Z Downloaded tokio-rustls v0.26.4
10652026-08-05T04:11:58.427Z Downloaded vsss-rs v3.3.4
10662026-08-05T04:11:58.427Z Downloaded parse-size v1.1.0
10672026-08-05T04:11:58.443Z Downloaded tokio-tungstenite v0.23.1
10682026-08-05T04:11:58.443Z Downloaded whoami v2.1.0
10692026-08-05T04:11:58.443Z Downloaded sqlparser_derive v0.5.0
10702026-08-05T04:11:58.443Z Downloaded universal-hash v0.5.1
10712026-08-05T04:11:58.443Z Downloaded chrono v0.4.45
10722026-08-05T04:11:58.443Z Downloaded tokio-util v0.7.18
10732026-08-05T04:11:58.443Z Downloaded zeroize v1.9.0
10742026-08-05T04:11:58.443Z Downloaded newtype_derive v0.1.6
10752026-08-05T04:11:58.444Z Downloaded cookie_store v0.22.1
10762026-08-05T04:11:58.444Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10772026-08-05T04:11:58.444Z Downloaded wnaf v0.14.0
10782026-08-05T04:11:58.444Z Downloaded zerofrom-derive v0.1.6
10792026-08-05T04:11:58.444Z Downloaded indicatif v0.18.4
10802026-08-05T04:11:58.444Z Downloaded hkdf v0.12.4
10812026-08-05T04:11:58.444Z Downloaded tracing-core v0.1.36
10822026-08-05T04:11:58.444Z Downloaded primeorder v0.14.0
10832026-08-05T04:11:58.478Z Downloaded serde_plain v1.0.2
10842026-08-05T04:11:58.478Z Downloaded oxide-update-engine-display v0.1.2
10852026-08-05T04:11:58.478Z Downloaded postgres-types v0.2.12
10862026-08-05T04:11:58.478Z Downloaded seq-macro v0.3.6
10872026-08-05T04:11:58.521Z Downloaded packed_struct_codegen v0.10.1
10882026-08-05T04:11:58.521Z Downloaded is-terminal v0.4.17
10892026-08-05T04:11:58.521Z Downloaded serdect v0.4.3
10902026-08-05T04:11:58.522Z Downloaded peg-macros v0.8.5
10912026-08-05T04:11:58.522Z Downloaded itertools v0.12.1
10922026-08-05T04:11:58.522Z Downloaded rusty-fork v0.3.1
10932026-08-05T04:11:58.522Z Downloaded strum_macros v0.26.4
10942026-08-05T04:11:58.522Z Downloaded lru v0.12.5
10952026-08-05T04:11:58.522Z Downloaded sha1 v0.10.6
10962026-08-05T04:11:58.522Z Downloaded vergen-lib v9.1.0
10972026-08-05T04:11:58.522Z Downloaded mime v0.3.17
10982026-08-05T04:11:58.522Z Downloaded regex v1.12.3
10992026-08-05T04:11:58.522Z Downloaded iri-string v0.7.10
11002026-08-05T04:11:58.522Z Downloaded strsim v0.10.0
11012026-08-05T04:11:58.522Z Downloaded bitvec v1.0.1
11022026-08-05T04:11:58.522Z Downloaded derive-where v1.6.0
11032026-08-05T04:11:58.522Z Downloaded zstd-safe v7.2.4
11042026-08-05T04:11:58.522Z Downloaded vergen v9.1.0
11052026-08-05T04:11:58.522Z Downloaded termtree v0.5.1
11062026-08-05T04:11:58.522Z Downloaded impl-trait-for-tuples v0.2.3
11072026-08-05T04:11:58.522Z Downloaded darling v0.23.0
11082026-08-05T04:11:58.522Z Downloaded cpubits v0.1.1
11092026-08-05T04:11:58.522Z Downloaded yoke v0.8.1
11102026-08-05T04:11:58.522Z Downloaded hkdf v0.13.0
11112026-08-05T04:11:58.522Z Downloaded packed_struct v0.10.1
11122026-08-05T04:11:58.522Z Downloaded serde_path_to_error v0.1.20
11132026-08-05T04:11:58.522Z Downloaded ed25519 v2.2.3
11142026-08-05T04:11:58.522Z Downloaded phf v0.13.1
11152026-08-05T04:11:58.522Z Downloaded rustversion v1.0.22
11162026-08-05T04:11:58.523Z Downloaded illumos-nvpair v0.3.0
11172026-08-05T04:11:58.523Z Downloaded elliptic-curve v0.13.8
11182026-08-05T04:11:58.523Z Downloaded tap v1.0.1
11192026-08-05T04:11:58.523Z Downloaded scuffle v0.1.0
11202026-08-05T04:11:58.529Z Downloaded structmeta v0.3.0
11212026-08-05T04:11:58.529Z Downloaded snafu-derive v0.8.9
11222026-08-05T04:11:58.529Z Downloaded displaydoc v0.2.5
11232026-08-05T04:11:58.533Z Downloaded semver v0.1.20
11242026-08-05T04:11:58.533Z Downloaded tokio-tungstenite v0.21.0
11252026-08-05T04:11:58.533Z Downloaded p521 v0.14.0
11262026-08-05T04:11:58.533Z Downloaded pkcs1 v0.8.0-rc.4
11272026-08-05T04:11:58.533Z Downloaded dropshot-api-manager v0.7.2
11282026-08-05T04:11:58.537Z Downloaded strum v0.27.2
11292026-08-05T04:11:58.537Z Downloaded md-5 v0.10.6
11302026-08-05T04:11:58.537Z Downloaded walkdir v2.5.0
11312026-08-05T04:11:58.540Z Downloaded h2 v0.4.15
11322026-08-05T04:11:58.544Z Downloaded unicode-truncate v1.1.0
11332026-08-05T04:11:58.545Z Downloaded csv-core v0.1.13
11342026-08-05T04:11:58.545Z Downloaded daft-derive v0.1.7
11352026-08-05T04:11:58.548Z Downloaded reedline v0.40.0
11362026-08-05T04:11:58.548Z Downloaded openssl-macros v0.1.1
11372026-08-05T04:11:58.553Z Downloaded darling_macro v0.23.0
11382026-08-05T04:11:58.553Z Downloaded is_ci v1.2.0
11392026-08-05T04:11:58.553Z Downloaded ipnetwork v0.21.1
11402026-08-05T04:11:58.553Z Downloaded tokio-stream v0.1.18
11412026-08-05T04:11:58.563Z Downloaded pem-rfc7468 v1.0.0
11422026-08-05T04:11:58.567Z Downloaded x509-cert v0.2.5
11432026-08-05T04:11:58.567Z Downloaded zstd v0.13.3
11442026-08-05T04:11:58.571Z Downloaded libxml v0.3.3
11452026-08-05T04:11:58.578Z Downloaded omicron-zone-package v0.12.3
11462026-08-05T04:11:58.578Z Downloaded russh-cryptovec v0.62.0
11472026-08-05T04:11:58.578Z Downloaded toml v0.7.8
11482026-08-05T04:11:58.578Z Downloaded derive_more v0.99.20
11492026-08-05T04:11:58.579Z Downloaded zerocopy v0.6.6
11502026-08-05T04:11:58.621Z Downloaded ecdsa v0.16.9
11512026-08-05T04:11:58.621Z Downloaded delegate v0.13.5
11522026-08-05T04:11:58.621Z Downloaded pin-project-lite v0.2.17
11532026-08-05T04:11:58.621Z Downloaded internal-russh-num-bigint v0.5.0
11542026-08-05T04:11:58.621Z Downloaded untrusted v0.9.0
11552026-08-05T04:11:58.621Z Downloaded cpufeatures v0.3.0
11562026-08-05T04:11:58.621Z Downloaded derive_more-impl v2.1.1
11572026-08-05T04:11:58.626Z Downloaded libefi-sys v0.1.0
11582026-08-05T04:11:58.626Z Downloaded libsw v3.5.0
11592026-08-05T04:11:58.626Z Downloaded yansi v1.0.1
11602026-08-05T04:11:58.626Z Downloaded proc-macro-crate v3.4.0
11612026-08-05T04:11:58.626Z Downloaded libbz2-rs-sys v0.2.2
11622026-08-05T04:11:58.626Z Downloaded untrusted v0.7.1
11632026-08-05T04:11:58.626Z Downloaded thiserror-impl-no-std v2.0.2
11642026-08-05T04:11:58.626Z Downloaded document-features v0.2.12
11652026-08-05T04:11:58.626Z Downloaded schemars v1.2.1
11662026-08-05T04:11:58.626Z Downloaded support-bundle-viewer v0.1.2
11672026-08-05T04:11:58.626Z Downloaded ml-kem v0.3.2
11682026-08-05T04:11:58.626Z Downloaded nibble_vec v0.1.0
11692026-08-05T04:11:58.626Z Downloaded difflib v0.4.0
11702026-08-05T04:11:58.626Z Downloaded peg-runtime v0.8.5
11712026-08-05T04:11:58.626Z Downloaded proc-macro-error-attr2 v2.0.0
11722026-08-05T04:11:58.626Z Downloaded blake3 v1.8.5
11732026-08-05T04:11:58.636Z Downloaded twox-hash v2.1.2
11742026-08-05T04:11:58.644Z Downloaded tinyvec v1.10.0
11752026-08-05T04:11:58.644Z Downloaded progenitor-impl v0.14.0
11762026-08-05T04:11:58.644Z Downloaded term v1.2.1
11772026-08-05T04:11:58.644Z Downloaded salsa20 v0.11.0
11782026-08-05T04:11:58.644Z Downloaded bindgen v0.71.1
11792026-08-05T04:11:58.662Z Downloaded normalize-line-endings v0.3.0
11802026-08-05T04:11:58.662Z Downloaded tabwriter v1.4.1
11812026-08-05T04:11:58.662Z Downloaded tokio-postgres v0.7.16
11822026-08-05T04:11:58.662Z Downloaded serde_with v1.14.0
11832026-08-05T04:11:58.670Z Downloaded pem-rfc7468 v0.7.0
11842026-08-05T04:11:58.670Z Downloaded smallvec v1.15.1
11852026-08-05T04:11:58.670Z Downloaded psm v0.1.30
11862026-08-05T04:11:58.670Z Downloaded russh-util v0.52.0
11872026-08-05T04:11:58.670Z Downloaded darling_macro v0.20.11
11882026-08-05T04:11:58.670Z Downloaded predicates v3.1.4
11892026-08-05T04:11:58.670Z Downloaded scheduled-thread-pool v0.2.7
11902026-08-05T04:11:58.670Z Downloaded tracing-attributes v0.1.31
11912026-08-05T04:11:58.675Z Downloaded rand_core v0.6.4
11922026-08-05T04:11:58.675Z Downloaded icu_locale_core v2.1.1
11932026-08-05T04:11:58.683Z Downloaded crossbeam-channel v0.5.15
11942026-08-05T04:11:58.683Z Downloaded lock_api v0.4.14
11952026-08-05T04:11:58.692Z Downloaded illumos-nvpair-sys v0.2.0
11962026-08-05T04:11:58.692Z Downloaded phf v0.12.1
11972026-08-05T04:11:58.696Z Downloaded rustyline v14.0.0
11982026-08-05T04:11:58.696Z Downloaded ron v0.8.1
11992026-08-05T04:11:58.696Z Downloaded simd-adler32 v0.3.8
12002026-08-05T04:11:58.701Z Downloaded tiny-keccak v2.0.2
12012026-08-05T04:11:58.701Z Downloaded keccak v0.2.0
12022026-08-05T04:11:58.701Z Downloaded tower v0.5.3
12032026-08-05T04:11:58.745Z Downloaded vergen-git2 v9.1.0
12042026-08-05T04:11:58.745Z Downloaded quinn-udp v0.5.14
12052026-08-05T04:11:58.745Z Downloaded zerotrie v0.2.3
12062026-08-05T04:11:58.745Z Downloaded progenitor-impl v0.13.0
12072026-08-05T04:11:58.745Z Downloaded snafu v0.8.9
12082026-08-05T04:11:58.745Z Downloaded parking_lot v0.12.5
12092026-08-05T04:11:58.745Z Downloaded serde-hex v0.1.0
12102026-08-05T04:11:58.745Z Downloaded smf v0.2.3
12112026-08-05T04:11:58.765Z Downloaded similar v2.7.0
12122026-08-05T04:11:58.765Z Downloaded aws-lc-rs v1.16.3
12132026-08-05T04:11:58.765Z Downloaded unarray v0.1.4
12142026-08-05T04:11:58.765Z Downloaded crossbeam-epoch v0.9.18
12152026-08-05T04:11:58.765Z Downloaded litrs v1.0.0
12162026-08-05T04:11:58.765Z Downloaded dropshot_endpoint v0.17.1
12172026-08-05T04:11:58.766Z Downloaded icu_normalizer v2.1.1
12182026-08-05T04:11:58.766Z Downloaded pretty_assertions v1.4.1
12192026-08-05T04:11:58.766Z Downloaded parking_lot v0.11.2
12202026-08-05T04:11:58.766Z Downloaded diff v0.1.13
12212026-08-05T04:11:58.772Z Downloaded mio v1.2.0
12222026-08-05T04:11:58.775Z Downloaded convert_case v0.10.0
12232026-08-05T04:11:58.775Z Downloaded unicode-normalization v0.1.25
12242026-08-05T04:11:58.784Z Downloaded der v0.7.10
12252026-08-05T04:11:58.790Z Downloaded idna v1.1.0
12262026-08-05T04:11:58.796Z Downloaded jiff-core v0.1.0
12272026-08-05T04:11:58.796Z Downloaded qorb v0.4.1
12282026-08-05T04:11:58.801Z Downloaded hyper-util v0.1.20
12292026-08-05T04:11:58.836Z Downloaded git2 v0.20.4
12302026-08-05T04:11:58.840Z Downloaded oso v0.27.3
12312026-08-05T04:11:58.840Z Downloaded time v0.3.47
12322026-08-05T04:11:58.840Z Downloaded socket2 v0.6.3
12332026-08-05T04:11:58.840Z Downloaded darling_core v0.13.4
12342026-08-05T04:11:58.840Z Downloaded zlib-rs v0.6.2
12352026-08-05T04:11:58.841Z Downloaded ed25519-dalek v2.2.0
12362026-08-05T04:11:58.841Z Downloaded openssl-sys v0.9.117
12372026-08-05T04:11:58.850Z Downloaded reqwest v0.13.2
12382026-08-05T04:11:58.856Z Downloaded itertools v0.10.5
12392026-08-05T04:11:58.864Z Downloaded lalrpop v0.19.12
12402026-08-05T04:11:58.870Z Downloaded nom v7.1.3
12412026-08-05T04:11:58.877Z Downloaded p384 v0.13.1
12422026-08-05T04:11:58.884Z Downloaded tough v0.22.0
12432026-08-05T04:11:58.884Z Downloaded serde_with v3.21.0
12442026-08-05T04:11:58.889Z Downloaded quick-xml v0.37.5
12452026-08-05T04:11:58.897Z Downloaded der v0.8.0
12462026-08-05T04:11:58.904Z Downloaded petname v2.0.2
12472026-08-05T04:11:58.904Z Downloaded unicode-segmentation v1.12.0
12482026-08-05T04:11:58.942Z Downloaded itertools v0.13.0
12492026-08-05T04:11:58.942Z Downloaded itertools v0.15.0
12502026-08-05T04:11:58.942Z Downloaded ssh-key v0.7.0-rc.11
12512026-08-05T04:11:58.942Z Downloaded tower-http v0.6.8
12522026-08-05T04:11:58.953Z Downloaded radix_trie v0.2.1
12532026-08-05T04:11:58.953Z Downloaded toml_edit v0.19.15
12542026-08-05T04:11:58.953Z Downloaded goblin v0.10.5
12552026-08-05T04:11:58.953Z Downloaded crypto-primes v0.7.2
12562026-08-05T04:11:58.953Z Downloaded minimal-lexical v0.2.1
12572026-08-05T04:11:58.953Z Downloaded itertools v0.14.0
12582026-08-05T04:11:58.953Z Downloaded proptest v1.11.0
12592026-08-05T04:11:58.957Z Downloaded salty v0.3.0
12602026-08-05T04:11:58.957Z Downloaded reqwest v0.12.28
12612026-08-05T04:11:58.957Z Downloaded object v0.30.4
12622026-08-05T04:11:58.961Z Downloaded zerocopy v0.8.40
12632026-08-05T04:11:58.964Z Downloaded rand v0.10.1
12642026-08-05T04:11:58.968Z Downloaded num-bigint-dig v0.8.6
12652026-08-05T04:11:58.972Z Downloaded openssl v0.10.80
12662026-08-05T04:11:58.982Z Downloaded crossterm v0.28.1
12672026-08-05T04:11:58.991Z Downloaded smoltcp v0.9.1
12682026-08-05T04:11:59.029Z Downloaded winnow v0.5.40
12692026-08-05T04:11:59.040Z Downloaded russh v0.62.4
12702026-08-05T04:11:59.040Z Downloaded bstr v1.12.1
12712026-08-05T04:11:59.040Z Downloaded vcpkg v0.2.15
12722026-08-05T04:11:59.045Z Downloaded icu_properties_data v2.1.2
12732026-08-05T04:11:59.045Z Downloaded crypto-bigint v0.7.5
12742026-08-05T04:11:59.050Z Downloaded zerovec v0.11.5
12752026-08-05T04:11:59.058Z Downloaded tabled v0.20.0
12762026-08-05T04:11:59.062Z Downloaded typed-path v0.9.3
12772026-08-05T04:11:59.068Z Downloaded quinn-proto v0.11.16
12782026-08-05T04:11:59.072Z Downloaded libm v0.2.16
12792026-08-05T04:11:59.081Z Downloaded portable-atomic v1.13.1
12802026-08-05T04:11:59.085Z Downloaded rawzip v0.4.4
12812026-08-05T04:11:59.085Z Downloaded winnow v0.6.26
12822026-08-05T04:11:59.085Z Downloaded openapiv3 v2.2.0
12832026-08-05T04:11:59.091Z Downloaded moka v0.12.13
12842026-08-05T04:11:59.096Z Downloaded iddqd v0.4.2
12852026-08-05T04:11:59.100Z Downloaded regress v0.11.1
12862026-08-05T04:11:59.104Z Downloaded nix v0.31.2
12872026-08-05T04:11:59.111Z Downloaded object v0.37.3
12882026-08-05T04:11:59.117Z Downloaded crossterm v0.29.0
12892026-08-05T04:11:59.160Z Downloaded winnow v1.0.3
12902026-08-05T04:11:59.160Z Downloaded polar-core v0.27.3
12912026-08-05T04:11:59.160Z Downloaded smoltcp v0.11.0
12922026-08-05T04:11:59.160Z Downloaded regex-syntax v0.6.29
12932026-08-05T04:11:59.160Z Downloaded diesel v2.3.7
12942026-08-05T04:11:59.160Z Downloaded rayon v1.11.0
12952026-08-05T04:11:59.164Z Downloaded rustls v0.23.41
12962026-08-05T04:11:59.164Z Downloaded sha3 v0.12.0
12972026-08-05T04:11:59.167Z Downloaded nix v0.27.1
12982026-08-05T04:11:59.196Z Downloaded nix v0.28.0
12992026-08-05T04:11:59.202Z Downloaded hickory-proto v0.25.2
13002026-08-05T04:11:59.202Z Downloaded dropshot v0.17.1
13012026-08-05T04:11:59.202Z Downloaded hickory-proto v0.24.4
13022026-08-05T04:11:59.207Z Downloaded curve25519-dalek v4.1.3
13032026-08-05T04:11:59.211Z Downloaded zerocopy-derive v0.6.6
13042026-08-05T04:11:59.217Z Downloaded curve25519-dalek v5.0.0
13052026-08-05T04:11:59.221Z Downloaded sqlparser v0.61.0
13062026-08-05T04:11:59.227Z Downloaded sled v0.34.7
13072026-08-05T04:11:59.241Z Downloaded sha3 v0.11.0
13082026-08-05T04:11:59.246Z Downloaded bzip2-sys v0.1.13+1.0.8
13092026-08-05T04:11:59.250Z Downloaded regress v0.10.5
13102026-08-05T04:11:59.276Z Downloaded regex-automata v0.4.14
13112026-08-05T04:11:59.281Z Downloaded chrono-tz v0.10.4
13122026-08-05T04:11:59.281Z Downloaded rustix v0.38.44
13132026-08-05T04:11:59.289Z Downloaded tokio v1.52.1
13142026-08-05T04:11:59.316Z Downloaded regex-syntax v0.8.10
13152026-08-05T04:11:59.417Z Downloaded typify-impl v0.6.2
13162026-08-05T04:11:59.442Z Downloaded tracing v0.1.44
13172026-08-05T04:11:59.442Z Downloaded ratatui v0.29.0
13182026-08-05T04:11:59.449Z Downloaded petgraph v0.6.5
13192026-08-05T04:11:59.449Z Downloaded jiff v0.2.34
13202026-08-05T04:11:59.508Z Downloaded petgraph v0.8.3
13212026-08-05T04:11:59.515Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13222026-08-05T04:11:59.558Z Downloaded libz-sys v1.1.24
13232026-08-05T04:11:59.574Z Downloaded sha3 v0.10.8
13242026-08-05T04:11:59.599Z Downloaded csv v1.4.0
13252026-08-05T04:11:59.668Z Downloaded encoding_rs v0.8.35
13262026-08-05T04:11:59.695Z Downloaded ring v0.17.14
13272026-08-05T04:11:59.723Z Downloaded libgit2-sys v0.18.3+1.9.2
13282026-08-05T04:11:59.870Z Downloaded aws-lc-sys v0.40.0
13292026-08-05T04:12:00.114Z Compiling libc v0.2.185
13302026-08-05T04:12:00.114Z Compiling serde_core v1.0.228
13312026-08-05T04:12:00.114Z Compiling serde v1.0.228
13322026-08-05T04:12:00.118Z Compiling log v0.4.29
13332026-08-05T04:12:00.118Z Compiling smallvec v1.15.1
13342026-08-05T04:12:00.118Z Compiling find-msvc-tools v0.1.9
13352026-08-05T04:12:00.258Z Compiling shlex v1.3.0
13362026-08-05T04:12:00.261Z Compiling syn v2.0.117
13372026-08-05T04:12:00.476Z Compiling subtle v2.6.1
13382026-08-05T04:12:00.476Z Compiling scopeguard v1.2.0
13392026-08-05T04:12:00.523Z Compiling typenum v1.20.1
13402026-08-05T04:12:00.542Z Compiling stable_deref_trait v1.2.1
13412026-08-05T04:12:00.580Z Compiling lock_api v0.4.14
13422026-08-05T04:12:00.602Z Compiling zerocopy v0.8.40
13432026-08-05T04:12:00.626Z Compiling portable-atomic v1.13.1
13442026-08-05T04:12:00.664Z Compiling serde_json v1.0.151
13452026-08-05T04:12:00.794Z Compiling critical-section v1.2.0
13462026-08-05T04:12:00.965Z Compiling libm v0.2.16
13472026-08-05T04:12:00.999Z Compiling num-traits v0.2.19
13482026-08-05T04:12:01.131Z Compiling pkg-config v0.3.32
13492026-08-05T04:12:01.168Z Compiling errno v0.3.14
13502026-08-05T04:12:01.181Z Compiling jobserver v0.1.34
13512026-08-05T04:12:01.264Z Compiling getrandom v0.2.17
13522026-08-05T04:12:01.403Z Compiling cc v1.2.56
13532026-08-05T04:12:01.504Z Compiling rand_core v0.6.4
13542026-08-05T04:12:01.685Z Compiling generic-array v0.14.7
13552026-08-05T04:12:01.746Z Compiling once_cell v1.21.3
13562026-08-05T04:12:01.810Z Compiling pin-project-lite v0.2.17
13572026-08-05T04:12:01.826Z Compiling getrandom v0.4.1
13582026-08-05T04:12:01.909Z Compiling parking_lot_core v0.9.12
13592026-08-05T04:12:01.924Z Compiling const-oid v0.9.6
13602026-08-05T04:12:02.034Z Compiling rand_core v0.10.0
13612026-08-05T04:12:02.440Z Compiling bitflags v2.11.0
13622026-08-05T04:12:02.492Z Compiling signal-hook-registry v1.4.8
13632026-08-05T04:12:02.594Z Compiling litemap v0.8.1
13642026-08-05T04:12:02.672Z Compiling writeable v0.6.2
13652026-08-05T04:12:02.704Z Compiling futures-core v0.3.32
13662026-08-05T04:12:02.769Z Compiling percent-encoding v2.3.2
13672026-08-05T04:12:02.787Z Compiling semver v1.0.28
13682026-08-05T04:12:02.807Z Compiling parking_lot v0.12.5
13692026-08-05T04:12:02.854Z Compiling mio v1.2.0
13702026-08-05T04:12:02.869Z Compiling icu_normalizer_data v2.1.1
13712026-08-05T04:12:02.962Z Compiling icu_properties_data v2.1.2
13722026-08-05T04:12:03.005Z Compiling socket2 v0.6.3
13732026-08-05T04:12:03.105Z Compiling getrandom v0.3.4
13742026-08-05T04:12:03.158Z Compiling futures-sink v0.3.32
13752026-08-05T04:12:03.189Z Compiling synstructure v0.13.2
13762026-08-05T04:12:03.262Z Compiling indexmap v2.14.0
13772026-08-05T04:12:03.308Z Compiling futures-channel v0.3.32
13782026-08-05T04:12:03.326Z Compiling slab v0.4.12
13792026-08-05T04:12:03.415Z Compiling rustix v1.1.3
13802026-08-05T04:12:03.506Z Compiling futures-io v0.3.32
13812026-08-05T04:12:03.539Z Compiling utf8_iter v1.0.4
13822026-08-05T04:12:03.599Z Compiling futures-task v0.3.32
13832026-08-05T04:12:03.663Z Compiling form_urlencoded v1.2.2
13842026-08-05T04:12:03.688Z Compiling rustversion v1.0.22
13852026-08-05T04:12:03.794Z Compiling iana-time-zone v0.1.65
13862026-08-05T04:12:03.808Z Compiling base64ct v1.8.3
13872026-08-05T04:12:03.837Z Compiling cmake v0.1.57
13882026-08-05T04:12:03.932Z Compiling ident_case v1.0.1
13892026-08-05T04:12:03.991Z Compiling flagset v0.4.7
13902026-08-05T04:12:04.006Z Compiling regex-syntax v0.8.10
13912026-08-05T04:12:04.057Z Compiling pem-rfc7468 v0.7.0
13922026-08-05T04:12:04.103Z Compiling fs_extra v1.3.0
13932026-08-05T04:12:04.124Z Compiling dunce v1.0.5
13942026-08-05T04:12:04.228Z Compiling rand_core v0.9.5
13952026-08-05T04:12:04.242Z Compiling uuid v1.23.4
13962026-08-05T04:12:04.364Z Compiling base64 v0.22.1
13972026-08-05T04:12:04.380Z Compiling aws-lc-sys v0.40.0
13982026-08-05T04:12:04.509Z Compiling syn v1.0.109
13992026-08-05T04:12:04.660Z Compiling vcpkg v0.2.15
14002026-08-05T04:12:04.691Z Compiling serde_derive_internals v0.29.1
14012026-08-05T04:12:04.868Z Compiling rustc_version v0.4.1
14022026-08-05T04:12:04.939Z Compiling tracing-core v0.1.36
14032026-08-05T04:12:04.956Z Compiling serde_derive v1.0.228
14042026-08-05T04:12:05.151Z Compiling zeroize_derive v1.5.0
14052026-08-05T04:12:05.189Z Compiling zerocopy-derive v0.8.40
14062026-08-05T04:12:05.381Z Compiling zerofrom-derive v0.1.6
14072026-08-05T04:12:05.512Z Compiling yoke-derive v0.8.1
14082026-08-05T04:12:05.601Z Compiling zerovec-derive v0.11.2
14092026-08-05T04:12:05.800Z Compiling zeroize v1.9.0
14102026-08-05T04:12:06.070Z Compiling displaydoc v0.2.5
14112026-08-05T04:12:06.739Z Compiling tokio-macros v2.7.0
14122026-08-05T04:12:06.771Z Compiling futures-macro v0.3.32
14132026-08-05T04:12:06.804Z Compiling zerofrom v0.1.6
14142026-08-05T04:12:06.819Z Compiling thiserror-impl v2.0.18
14152026-08-05T04:12:06.928Z Compiling yoke v0.8.1
14162026-08-05T04:12:06.966Z Compiling crypto-common v0.1.7
14172026-08-05T04:12:07.110Z Compiling zerovec v0.11.5
14182026-08-05T04:12:07.126Z Compiling zerotrie v0.2.3
14192026-08-05T04:12:07.423Z Compiling block-buffer v0.10.4
14202026-08-05T04:12:07.456Z Compiling der_derive v0.7.3
14212026-08-05T04:12:07.583Z Compiling tinystr v0.8.2
14222026-08-05T04:12:07.595Z Compiling potential_utf v0.1.4
14232026-08-05T04:12:07.620Z Compiling digest v0.10.7
14242026-08-05T04:12:07.768Z Compiling icu_locale_core v2.1.1
14252026-08-05T04:12:07.783Z Compiling icu_collections v2.1.1
14262026-08-05T04:12:07.917Z Compiling futures-util v0.3.32
14272026-08-05T04:12:08.169Z Compiling thiserror v2.0.18
14282026-08-05T04:12:08.275Z Compiling openssl-sys v0.9.117
14292026-08-05T04:12:08.292Z Compiling tracing-attributes v0.1.31
14302026-08-05T04:12:08.418Z Compiling bytes v1.11.1
14312026-08-05T04:12:08.500Z Compiling icu_provider v2.1.1
14322026-08-05T04:12:08.632Z Compiling chrono v0.4.45
14332026-08-05T04:12:08.769Z Compiling icu_normalizer v2.1.1
14342026-08-05T04:12:08.793Z Compiling icu_properties v2.1.2
14352026-08-05T04:12:09.030Z Compiling tokio v1.52.1
14362026-08-05T04:12:09.299Z Compiling der v0.7.10
14372026-08-05T04:12:09.559Z Compiling ppv-lite86 v0.2.21
14382026-08-05T04:12:09.683Z Compiling idna_adapter v1.2.1
14392026-08-05T04:12:09.826Z Compiling idna v1.1.0
14402026-08-05T04:12:09.883Z Compiling http v1.4.2
14412026-08-05T04:12:09.898Z Compiling rand_chacha v0.9.0
14422026-08-05T04:12:10.010Z Compiling cpufeatures v0.2.17
14432026-08-05T04:12:10.086Z Compiling aws-lc-rs v1.16.3
14442026-08-05T04:12:10.146Z Compiling url v2.5.8
14452026-08-05T04:12:10.374Z Compiling spki v0.7.3
14462026-08-05T04:12:10.466Z Compiling dyn-clone v1.0.20
14472026-08-05T04:12:10.502Z Compiling schemars v0.8.22
14482026-08-05T04:12:10.584Z Compiling pkcs8 v0.10.2
14492026-08-05T04:12:10.596Z Compiling http-body v1.0.1
14502026-08-05T04:12:10.615Z Compiling rand v0.9.2
14512026-08-05T04:12:10.714Z Compiling tracing v0.1.44
14522026-08-05T04:12:10.778Z Compiling rustls-pki-types v1.14.0
14532026-08-05T04:12:10.810Z Compiling schemars_derive v0.8.22
14542026-08-05T04:12:10.996Z Compiling spin v0.9.8
14552026-08-05T04:12:11.053Z Compiling openssl-probe v0.2.1
14562026-08-05T04:12:11.201Z Compiling tinyvec_macros v0.1.1
14572026-08-05T04:12:11.223Z Compiling cmov v0.5.4
14582026-08-05T04:12:11.270Z Compiling httparse v1.10.1
14592026-08-05T04:12:11.280Z Compiling crc32fast v1.5.0
14602026-08-05T04:12:11.410Z Compiling ctutils v0.4.2
14612026-08-05T04:12:11.426Z Compiling tinyvec v1.10.0
14622026-08-05T04:12:11.587Z Compiling tempfile v3.25.0
14632026-08-05T04:12:11.638Z Compiling pest_generator v2.8.6
14642026-08-05T04:12:11.646Z Compiling sha2 v0.10.9
14652026-08-05T04:12:11.767Z Compiling aho-corasick v1.1.4
14662026-08-05T04:12:11.957Z Compiling untrusted v0.7.1
14672026-08-05T04:12:12.089Z Compiling radium v0.7.0
14682026-08-05T04:12:12.333Z Compiling tower-layer v0.3.3
14692026-08-05T04:12:12.347Z Compiling try-lock v0.2.5
14702026-08-05T04:12:12.439Z Compiling tower-service v0.3.3
14712026-08-05T04:12:12.480Z Compiling atomic-waker v1.1.2
14722026-08-05T04:12:12.536Z Compiling want v0.3.1
14732026-08-05T04:12:12.606Z Compiling regex-automata v0.4.14
14742026-08-05T04:12:12.714Z Compiling pest_derive v2.8.6
14752026-08-05T04:12:12.945Z Compiling tokio-util v0.7.18
14762026-08-05T04:12:13.349Z Compiling hybrid-array v0.4.13
14772026-08-05T04:12:13.439Z Compiling ipnet v2.11.0
14782026-08-05T04:12:13.603Z Compiling h2 v0.4.15
14792026-08-05T04:12:13.915Z Compiling scroll_derive v0.13.1
14802026-08-05T04:12:13.959Z Compiling darling_core v0.20.11
14812026-08-05T04:12:14.104Z Compiling simd-adler32 v0.3.8
14822026-08-05T04:12:14.348Z Compiling rustls v0.23.41
14832026-08-05T04:12:14.528Z Compiling tap v1.0.1
14842026-08-05T04:12:14.633Z Compiling httpdate v1.0.3
14852026-08-05T04:12:14.674Z Compiling maybe-uninit v2.0.0
14862026-08-05T04:12:14.695Z Compiling openssl v0.10.80
14872026-08-05T04:12:14.727Z Compiling foreign-types-shared v0.1.1
14882026-08-05T04:12:14.815Z Compiling untrusted v0.9.0
14892026-08-05T04:12:14.849Z Compiling foreign-types v0.3.2
14902026-08-05T04:12:14.930Z Compiling scroll v0.13.0
14912026-08-05T04:12:14.930Z Compiling wyz v0.5.1
14922026-08-05T04:12:14.981Z Compiling unicode-normalization v0.1.25
14932026-08-05T04:12:15.160Z Compiling rand_chacha v0.3.1
14942026-08-05T04:12:15.198Z Compiling hex v0.4.3
14952026-08-05T04:12:15.428Z Compiling signature v2.2.0
14962026-08-05T04:12:15.478Z Compiling thiserror-impl v1.0.69
14972026-08-05T04:12:15.538Z Compiling openssl-macros v0.1.1
14982026-08-05T04:12:15.607Z Compiling terminal_size v0.4.3
14992026-08-05T04:12:15.745Z Compiling bzip2-sys v0.1.13+1.0.8
15002026-08-05T04:12:15.929Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15012026-08-05T04:12:15.962Z Compiling num-integer v0.1.46
15022026-08-05T04:12:16.040Z Compiling wait-timeout v0.2.1
15032026-08-05T04:12:16.242Z Compiling darling_macro v0.20.11
15042026-08-05T04:12:16.285Z Compiling ahash v0.8.12
15052026-08-05T04:12:16.304Z Compiling funty v2.0.0
15062026-08-05T04:12:16.319Z Compiling native-tls v0.2.18
15072026-08-05T04:12:16.483Z Compiling quick-error v1.2.3
15082026-08-05T04:12:16.515Z Compiling bit-vec v0.8.0
15092026-08-05T04:12:16.591Z Compiling num-conv v0.2.0
15102026-08-05T04:12:16.703Z Compiling time-core v0.1.8
15112026-08-05T04:12:16.718Z Compiling hyper v1.10.1
15122026-08-05T04:12:16.732Z Compiling num-bigint-dig v0.8.6
15132026-08-05T04:12:16.741Z Compiling powerfmt v0.2.0
15142026-08-05T04:12:16.759Z Compiling packed_struct v0.10.1
15152026-08-05T04:12:16.839Z Compiling adler2 v2.0.1
15162026-08-05T04:12:16.886Z Compiling clap_builder v4.6.0
15172026-08-05T04:12:16.932Z Compiling miniz_oxide v0.8.9
15182026-08-05T04:12:16.949Z Compiling deranged v0.5.8
15192026-08-05T04:12:16.973Z Compiling time-macros v0.2.27
15202026-08-05T04:12:17.018Z Compiling darling v0.20.11
15212026-08-05T04:12:17.100Z Compiling thiserror v1.0.69
15222026-08-05T04:12:17.206Z Compiling bit-set v0.8.0
15232026-08-05T04:12:17.370Z Compiling bitvec v1.0.1
15242026-08-05T04:12:17.525Z Compiling rusty-fork v0.3.1
15252026-08-05T04:12:17.792Z Compiling hyper-util v0.1.20
15262026-08-05T04:12:17.909Z Compiling num-iter v0.1.45
15272026-08-05T04:12:18.296Z Compiling rand v0.8.6
15282026-08-05T04:12:18.803Z Compiling goblin v0.10.5
15292026-08-05T04:12:18.872Z Compiling packed_struct_codegen v0.10.1
15302026-08-05T04:12:19.084Z Compiling lazy_static v1.5.0
15312026-08-05T04:12:19.178Z Compiling toml_datetime v0.6.11
15322026-08-05T04:12:19.434Z Compiling serde_spanned v0.6.9
15332026-08-05T04:12:19.484Z Compiling hmac v0.12.1
15342026-08-05T04:12:19.573Z Compiling zerocopy-derive v0.6.6
15352026-08-05T04:12:19.637Z Compiling bitfield-macros v0.19.4
15362026-08-05T04:12:19.840Z Compiling clap_derive v4.6.1
15372026-08-05T04:12:19.931Z Compiling anstyle-parse v0.2.7
15382026-08-05T04:12:20.101Z Compiling rand_xorshift v0.4.0
15392026-08-05T04:12:20.276Z Compiling sync_wrapper v1.0.2
15402026-08-05T04:12:20.344Z Compiling indexmap v1.9.3
15412026-08-05T04:12:20.376Z Compiling crc-catalog v2.4.0
15422026-08-05T04:12:20.391Z Compiling siphasher v1.0.2
15432026-08-05T04:12:20.499Z Compiling zlib-rs v0.6.2
15442026-08-05T04:12:20.537Z Compiling crossbeam-utils v0.8.21
15452026-08-05T04:12:20.577Z Compiling nodrop v0.1.14
15462026-08-05T04:12:20.668Z Compiling num_threads v0.1.7
15472026-08-05T04:12:20.768Z Compiling unarray v0.1.4
15482026-08-05T04:12:20.807Z Compiling paste v1.0.15
15492026-08-05T04:12:20.933Z Compiling unicode-segmentation v1.12.0
15502026-08-05T04:12:21.016Z Compiling usdt-impl v0.6.0
15512026-08-05T04:12:21.140Z Compiling proptest v1.11.0
15522026-08-05T04:12:21.260Z Compiling time v0.3.47
15532026-08-05T04:12:21.320Z Compiling array-init v0.0.4
15542026-08-05T04:12:21.610Z Compiling clap v4.6.1
15552026-08-05T04:12:21.670Z Compiling dof v0.4.0
15562026-08-05T04:12:21.716Z Compiling crc v3.4.0
15572026-08-05T04:12:21.913Z Compiling zerocopy v0.6.6
15582026-08-05T04:12:22.235Z Compiling tower v0.5.3
15592026-08-05T04:12:22.692Z Compiling bitfield v0.19.4
15602026-08-05T04:12:22.820Z Compiling anstream v0.6.21
15612026-08-05T04:12:23.106Z Compiling smallvec v0.6.14
15622026-08-05T04:12:23.303Z Compiling derive_builder_core v0.20.2
15632026-08-05T04:12:23.444Z Compiling flate2 v1.1.9
15642026-08-05T04:12:23.722Z Compiling dtrace-parser v0.3.0
15652026-08-05T04:12:23.838Z Compiling ipnetwork v0.21.1
15662026-08-05T04:12:24.134Z Compiling pkcs1 v0.7.5
15672026-08-05T04:12:24.219Z Compiling http-body-util v0.1.3
15682026-08-05T04:12:24.235Z Compiling heapless v0.7.17
15692026-08-05T04:12:24.339Z Compiling scroll_derive v0.12.1
15702026-08-05T04:12:24.448Z Compiling structmeta-derive v0.3.0
15712026-08-05T04:12:24.462Z Compiling slog v2.8.2
15722026-08-05T04:12:24.485Z Compiling darling_core v0.23.0
15732026-08-05T04:12:24.525Z Compiling thread-id v5.1.0
15742026-08-05T04:12:24.610Z Compiling cookie v0.18.1
15752026-08-05T04:12:24.645Z Compiling env_filter v1.0.0
15762026-08-05T04:12:24.794Z Compiling unicode-properties v0.1.4
15772026-08-05T04:12:24.939Z Compiling base64 v0.21.7
15782026-08-05T04:12:25.006Z Compiling winnow v0.5.40
15792026-08-05T04:12:25.010Z Compiling signal-hook v0.3.18
15802026-08-05T04:12:25.182Z Compiling unicode-bidi v0.3.18
15812026-08-05T04:12:25.250Z Compiling iri-string v0.7.10
15822026-08-05T04:12:25.503Z Compiling zstd-safe v7.2.4
15832026-08-05T04:12:25.715Z Compiling allocator-api2 v0.2.21
15842026-08-05T04:12:25.719Z Compiling hashbrown v0.12.3
15852026-08-05T04:12:26.110Z Compiling ryu v1.0.23
15862026-08-05T04:12:26.236Z Compiling anyhow v1.0.102
15872026-08-05T04:12:26.306Z Compiling serde_urlencoded v0.7.1
15882026-08-05T04:12:26.500Z Compiling tower-http v0.6.8
15892026-08-05T04:12:26.559Z Compiling toml_edit v0.19.15
15902026-08-05T04:12:26.838Z Compiling structmeta v0.3.0
15912026-08-05T04:12:26.909Z Compiling stringprep v0.1.5
15922026-08-05T04:12:27.018Z Compiling darling_macro v0.23.0
15932026-08-05T04:12:27.074Z Compiling ron v0.8.1
15942026-08-05T04:12:27.128Z Compiling scroll v0.12.0
15952026-08-05T04:12:27.400Z Compiling env_logger v0.11.9
15962026-08-05T04:12:27.561Z Compiling rsa v0.9.10
15972026-08-05T04:12:27.872Z Compiling derive_builder_macro v0.20.2
15982026-08-05T04:12:27.999Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15992026-08-05T04:12:28.016Z Compiling oxnet v0.1.6
16002026-08-05T04:12:28.345Z Compiling newtype-uuid v1.3.2
16012026-08-05T04:12:28.439Z Compiling hashbrown v0.13.2
16022026-08-05T04:12:28.455Z Compiling serde-hex v0.1.0
16032026-08-05T04:12:28.678Z Compiling bzip2 v0.4.4
16042026-08-05T04:12:28.889Z Compiling tokio-native-tls v0.3.1
16052026-08-05T04:12:28.929Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16062026-08-05T04:12:29.063Z Compiling camino v1.2.2
16072026-08-05T04:12:29.180Z Compiling heck v0.4.1
16082026-08-05T04:12:29.465Z Compiling bstr v1.12.1
16092026-08-05T04:12:29.604Z Compiling crypto-common v0.2.2
16102026-08-05T04:12:29.904Z Compiling block-buffer v0.12.1
16112026-08-05T04:12:30.095Z Compiling block-padding v0.4.2
16122026-08-05T04:12:30.111Z Compiling rustls-native-certs v0.8.3
16132026-08-05T04:12:30.172Z Compiling x509-cert v0.2.5
16142026-08-05T04:12:30.262Z Compiling erased-serde v0.3.31
16152026-08-05T04:12:30.405Z Compiling serde_tokenstream v0.2.3
16162026-08-05T04:12:30.594Z Compiling md-5 v0.10.6
16172026-08-05T04:12:30.712Z Compiling curve25519-dalek v4.1.3
16182026-08-05T04:12:30.755Z Compiling async-trait v0.1.89
16192026-08-05T04:12:30.781Z Compiling zerocopy-derive v0.7.35
16202026-08-05T04:12:31.087Z Compiling pin-project-internal v1.1.11
16212026-08-05T04:12:31.345Z Compiling daft-derive v0.1.7
16222026-08-05T04:12:31.683Z Compiling vergen-lib v9.1.0
16232026-08-05T04:12:31.816Z Compiling hash32 v0.2.1
16242026-08-05T04:12:31.821Z Compiling memoffset v0.9.1
16252026-08-05T04:12:31.862Z Compiling encoding_rs v0.8.35
16262026-08-05T04:12:32.011Z Compiling cfg_aliases v0.2.1
16272026-08-05T04:12:32.025Z Compiling ref-cast v1.0.25
16282026-08-05T04:12:32.082Z Compiling psl-types v2.0.11
16292026-08-05T04:12:32.091Z Compiling mime v0.3.17
16302026-08-05T04:12:32.105Z Compiling rustix v0.38.44
16312026-08-05T04:12:32.202Z Compiling fallible-iterator v0.2.0
16322026-08-05T04:12:32.219Z Compiling crc-any v2.5.0
16332026-08-05T04:12:32.324Z Compiling smoltcp v0.9.1
16342026-08-05T04:12:32.346Z Compiling litrs v1.0.0
16352026-08-05T04:12:32.442Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16362026-08-05T04:12:32.516Z Compiling postgres-protocol v0.6.10
16372026-08-05T04:12:32.582Z Compiling pin-project v1.1.11
16382026-08-05T04:12:32.595Z Compiling publicsuffix v2.3.0
16392026-08-05T04:12:32.666Z Compiling nix v0.31.2
16402026-08-05T04:12:32.685Z Compiling daft v0.1.7
16412026-08-05T04:12:32.846Z Compiling document-features v0.2.12
16422026-08-05T04:12:32.977Z Compiling zerocopy v0.7.35
16432026-08-05T04:12:33.103Z Compiling inout v0.2.2
16442026-08-05T04:12:33.278Z Compiling snafu-derive v0.8.9
16452026-08-05T04:12:33.324Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16462026-08-05T04:12:33.336Z Compiling hyper-tls v0.6.0
16472026-08-05T04:12:33.418Z Compiling object v0.30.4
16482026-08-05T04:12:33.444Z Compiling zip v0.6.6
16492026-08-05T04:12:33.527Z Compiling derive_builder v0.20.2
16502026-08-05T04:12:33.552Z Compiling toml v0.7.8
16512026-08-05T04:12:33.651Z Compiling darling v0.23.0
16522026-08-05T04:12:33.810Z Compiling goblin v0.8.2
16532026-08-05T04:12:34.131Z Compiling derive-ex v0.1.8
16542026-08-05T04:12:34.315Z Compiling phf_shared v0.13.1
16552026-08-05T04:12:34.555Z Compiling regex v1.12.3
16562026-08-05T04:12:34.601Z Compiling hubpack_derive v0.1.1
16572026-08-05T04:12:34.977Z Compiling futures-executor v0.3.32
16582026-08-05T04:12:35.059Z Compiling ref-cast-impl v1.0.25
16592026-08-05T04:12:35.169Z Compiling curve25519-dalek-derive v0.1.1
16602026-08-05T04:12:35.244Z Compiling strum_macros v0.27.2
16612026-08-05T04:12:35.606Z Compiling vergen v9.1.0
16622026-08-05T04:12:35.787Z Compiling cargo-platform v0.3.2
16632026-08-05T04:12:35.790Z Compiling ff v0.13.1
16642026-08-05T04:12:35.817Z Compiling fs-err v3.3.0
16652026-08-05T04:12:35.970Z Compiling base16ct v0.2.0
16662026-08-05T04:12:36.040Z Compiling object v0.37.3
16672026-08-05T04:12:36.084Z Compiling bitflags v1.3.2
16682026-08-05T04:12:36.155Z Compiling jiff-core v0.1.0
16692026-08-05T04:12:36.167Z Compiling libbz2-rs-sys v0.2.2
16702026-08-05T04:12:36.349Z Compiling bumpalo v3.20.2
16712026-08-05T04:12:36.364Z Compiling same-file v1.0.6
16722026-08-05T04:12:36.483Z Compiling foldhash v0.2.0
16732026-08-05T04:12:36.559Z Compiling foldhash v0.1.5
16742026-08-05T04:12:36.713Z Compiling managed v0.8.0
16752026-08-05T04:12:36.734Z Compiling path-slash v0.1.5
16762026-08-05T04:12:36.847Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16772026-08-05T04:12:36.866Z Compiling hashbrown v0.15.5
16782026-08-05T04:12:36.928Z Compiling jiff v0.2.34
16792026-08-05T04:12:37.294Z Compiling strum v0.27.2
16802026-08-05T04:12:37.386Z Compiling hashbrown v0.16.1
16812026-08-05T04:12:37.428Z Compiling bzip2 v0.6.1
16822026-08-05T04:12:37.439Z Compiling zopfli v0.8.3
16832026-08-05T04:12:37.631Z Compiling walkdir v2.5.0
16842026-08-05T04:12:37.969Z Compiling dof v0.3.0
16852026-08-05T04:12:37.998Z Compiling sec1 v0.7.3
16862026-08-05T04:12:38.082Z Compiling cargo_metadata v0.23.1
16872026-08-05T04:12:38.111Z Compiling group v0.13.0
16882026-08-05T04:12:38.293Z Compiling test-strategy v0.4.5
16892026-08-05T04:12:38.413Z Compiling snafu v0.8.9
16902026-08-05T04:12:38.683Z Compiling futures v0.3.32
16912026-08-05T04:12:38.766Z Compiling hubpack v0.1.2
16922026-08-05T04:12:38.783Z Compiling phf v0.13.1
16932026-08-05T04:12:38.985Z Compiling signal-hook-mio v0.2.5
16942026-08-05T04:12:39.107Z Compiling cookie_store v0.22.1
16952026-08-05T04:12:39.304Z Compiling zstd v0.13.3
16962026-08-05T04:12:39.425Z Compiling serde_with_macros v3.21.0
16972026-08-05T04:12:39.570Z Compiling reqwest v0.12.28
16982026-08-05T04:12:39.757Z Compiling cipher v0.5.2
16992026-08-05T04:12:39.791Z Compiling postgres-types v0.2.12
17002026-08-05T04:12:40.341Z Compiling usdt-macro v0.6.0
17012026-08-05T04:12:40.482Z Compiling usdt-attr-macro v0.6.0
17022026-08-05T04:12:40.564Z Compiling globset v0.4.18
17032026-08-05T04:12:41.157Z Compiling phf_shared v0.11.3
17042026-08-05T04:12:41.236Z Compiling hkdf v0.12.4
17052026-08-05T04:12:41.263Z Compiling dtrace-parser v0.2.0
17062026-08-05T04:12:41.297Z Compiling ed25519 v2.2.3
17072026-08-05T04:12:41.329Z Compiling byte-wrapper v0.1.0
17082026-08-05T04:12:41.346Z Compiling olpc-cjson v0.1.4
17092026-08-05T04:12:41.404Z Compiling serde-big-array v0.5.1
17102026-08-05T04:12:41.514Z Compiling serde_plain v1.0.2
17112026-08-05T04:12:41.553Z Compiling crypto-bigint v0.5.5
17122026-08-05T04:12:41.568Z Compiling strum_macros v0.26.4
17132026-08-05T04:12:41.660Z Compiling async-recursion v1.1.1
17142026-08-05T04:12:41.712Z Compiling enum-as-inner v0.6.1
17152026-08-05T04:12:42.008Z Compiling serde_repr v0.1.20
17162026-08-05T04:12:42.210Z Compiling pem v3.0.6
17172026-08-05T04:12:42.221Z Compiling float-cmp v0.10.0
17182026-08-05T04:12:42.316Z Compiling thread-id v4.2.2
17192026-08-05T04:12:42.365Z Compiling memmap2 v0.9.10
17202026-08-05T04:12:42.401Z Compiling new_debug_unreachable v1.0.6
17212026-08-05T04:12:42.478Z Compiling static_assertions v1.1.0
17222026-08-05T04:12:42.529Z Compiling keccak v0.1.6
17232026-08-05T04:12:42.550Z Compiling cpufeatures v0.3.0
17242026-08-05T04:12:42.564Z Compiling precomputed-hash v0.1.1
17252026-08-05T04:12:42.577Z Compiling data-encoding v2.10.0
17262026-08-05T04:12:42.628Z Compiling fixedbitset v0.5.7
17272026-08-05T04:12:42.652Z Compiling winnow v1.0.3
17282026-08-05T04:12:42.942Z Compiling whoami v2.1.0
17292026-08-05T04:12:43.001Z Compiling const-oid v0.10.2
17302026-08-05T04:12:43.214Z Compiling fixedbitset v0.4.2
17312026-08-05T04:12:43.261Z Compiling difflib v0.4.0
17322026-08-05T04:12:43.262Z Compiling either v1.15.0
17332026-08-05T04:12:43.322Z Compiling normalize-line-endings v0.3.0
17342026-08-05T04:12:43.322Z Compiling predicates-core v1.0.10
17352026-08-05T04:12:43.394Z Compiling typed-path v0.9.3
17362026-08-05T04:12:43.426Z Compiling petgraph v0.6.5
17372026-08-05T04:12:43.442Z Compiling strum v0.26.3
17382026-08-05T04:12:43.464Z Compiling itertools v0.13.0
17392026-08-05T04:12:43.495Z Compiling predicates v3.1.4
17402026-08-05T04:12:43.569Z Compiling toml_edit v0.22.27
17412026-08-05T04:12:43.672Z Compiling tokio-postgres v0.7.16
17422026-08-05T04:12:43.809Z Compiling digest v0.11.3
17432026-08-05T04:12:44.033Z Compiling toml_parser v1.1.2+spec-1.1.0
17442026-08-05T04:12:44.134Z Compiling hickory-proto v0.25.2
17452026-08-05T04:12:44.593Z Compiling petgraph v0.8.3
17462026-08-05T04:12:44.653Z Compiling sha3 v0.10.8
17472026-08-05T04:12:44.701Z Compiling string_cache v0.8.9
17482026-08-05T04:12:44.908Z Compiling chacha20 v0.10.0
17492026-08-05T04:12:44.934Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17502026-08-05T04:12:45.105Z Compiling elliptic-curve v0.13.8
17512026-08-05T04:12:45.305Z Compiling usdt v0.6.0
17522026-08-05T04:12:45.506Z Compiling usdt-impl v0.5.0
17532026-08-05T04:12:45.548Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17542026-08-05T04:12:45.935Z Compiling ed25519-dalek v2.2.0
17552026-08-05T04:12:46.121Z Compiling crossterm v0.28.1
17562026-08-05T04:12:46.325Z Compiling serde_with v3.21.0
17572026-08-05T04:12:46.593Z Compiling zip v4.6.1
17582026-08-05T04:12:47.420Z Compiling iddqd v0.4.2
17592026-08-05T04:12:47.814Z Compiling similar v2.7.0
17602026-08-05T04:12:47.914Z Compiling crossbeam-epoch v0.9.18
17612026-08-05T04:12:48.139Z Compiling tokio-stream v0.1.18
17622026-08-05T04:12:48.173Z Compiling buf-list v1.1.2
17632026-08-05T04:12:48.257Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17642026-08-05T04:12:48.446Z Compiling openapiv3 v2.2.0
17652026-08-05T04:12:48.545Z Compiling peg-runtime v0.8.5
17662026-08-05T04:12:48.598Z Compiling lalrpop-util v0.19.12
17672026-08-05T04:12:48.654Z Compiling thread_local v1.1.9
17682026-08-05T04:12:48.692Z Compiling slog-async v2.8.0
17692026-08-05T04:12:48.790Z Compiling crossbeam-channel v0.5.15
17702026-08-05T04:12:48.822Z Compiling filetime v0.2.27
17712026-08-05T04:12:48.862Z Compiling is-terminal v0.4.17
17722026-08-05T04:12:48.903Z Compiling xattr v1.6.1
17732026-08-05T04:12:48.956Z Compiling term v1.2.1
17742026-08-05T04:12:48.991Z Compiling take_mut v0.2.2
17752026-08-05T04:12:49.005Z Compiling camino-tempfile v1.4.1
17762026-08-05T04:12:49.065Z Compiling tar v0.4.46
17772026-08-05T04:12:49.224Z Compiling slog-term v2.9.2
17782026-08-05T04:12:55.556Z Compiling rustls-webpki v0.103.13
17792026-08-05T04:12:58.254Z Compiling tokio-rustls v0.26.4
17802026-08-05T04:12:58.254Z Compiling rustls-platform-verifier v0.6.2
17812026-08-05T04:12:58.258Z Compiling tough v0.22.0
17822026-08-05T04:12:58.473Z Compiling hyper-rustls v0.27.7
17832026-08-05T04:12:58.671Z Compiling reqwest v0.13.2
17842026-08-05T04:13:00.936Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-08-05T04:13:01.150Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-08-05T04:13:04.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17872026-08-05T04:13:04.255Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17882026-08-05T04:13:04.298ZAug 05 04:13:03.221 INFO Starting download, target: Clickhouse
17892026-08-05T04:13:04.298ZAug 05 04:13:03.221 INFO Starting download, target: Cockroach
17902026-08-05T04:13:04.299ZAug 05 04:13:03.221 INFO Starting download, target: Console
17912026-08-05T04:13:04.299ZAug 05 04:13:03.221 INFO Starting download, target: DendriteStub
17922026-08-05T04:13:04.299ZAug 05 04:13:03.221 INFO Starting download, target: MaghemiteMgd
17932026-08-05T04:13:04.304ZAug 05 04:13:03.221 INFO Starting download, target: MaghemiteDdmd
17942026-08-05T04:13:04.304ZAug 05 04:13:03.221 INFO Starting download, target: TransceiverControl
17952026-08-05T04:13:04.304ZAug 05 04:13:03.221 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17962026-08-05T04:13:04.305ZAug 05 04:13:03.221 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17972026-08-05T04:13:04.305ZAug 05 04:13:03.222 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17982026-08-05T04:13:04.305ZAug 05 04:13:03.222 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17992026-08-05T04:13:04.305ZAug 05 04:13:03.222 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18002026-08-05T04:13:04.305ZAug 05 04:13:03.222 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18012026-08-05T04:13:04.306ZAug 05 04:13:03.222 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18022026-08-05T04:13:04.839ZAug 05 04:13:03.749 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18032026-08-05T04:13:05.155ZAug 05 04:13:04.068 INFO Download complete, target: TransceiverControl
18042026-08-05T04:13:06.081ZAug 05 04:13:05.000 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18052026-08-05T04:13:06.363ZAug 05 04:13:05.279 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18062026-08-05T04:13:06.614ZAug 05 04:13:05.529 INFO Download complete, target: Console
18072026-08-05T04:13:06.915ZAug 05 04:13:05.829 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18082026-08-05T04:13:07.186ZAug 05 04:13:06.114 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18092026-08-05T04:13:07.622ZAug 05 04:13:06.529 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18102026-08-05T04:13:08.496ZAug 05 04:13:07.406 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18112026-08-05T04:13:08.497ZAug 05 04:13:07.406 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18122026-08-05T04:13:08.843ZAug 05 04:13:07.761 INFO Download complete, target: MaghemiteDdmd
18132026-08-05T04:13:09.698ZAug 05 04:13:08.626 INFO Download complete, target: DendriteStub
18142026-08-05T04:13:10.315ZAug 05 04:13:09.243 INFO Download complete, target: MaghemiteMgd
18152026-08-05T04:13:12.983ZAug 05 04:13:11.910 INFO Checking that binary works, target: Clickhouse
18162026-08-05T04:13:13.122ZAug 05 04:13:12.050 INFO Checking that binary works, target: Cockroach
18172026-08-05T04:13:13.126ZAug 05 04:13:12.050 INFO Download complete, target: Clickhouse
18182026-08-05T04:13:13.236ZAug 05 04:13:12.163 INFO Download complete, target: Cockroach
18192026-08-05T04:13:13.251ZAll builder prerequisites installed successfully, and PATH looks valid
18202026-08-05T04:13:13.255Z
18212026-08-05T04:13:13.255Zreal 2:04.956746461
18222026-08-05T04:13:13.255Zuser 7:11.210015355
18232026-08-05T04:13:13.255Zsys 1:25.903404164
18242026-08-05T04:13:13.255Ztrap 0.247961590
18252026-08-05T04:13:13.255Ztflt 0.577163702
18262026-08-05T04:13:13.255Zdflt 0.937509806
18272026-08-05T04:13:13.255Zkflt 0.024934285
18282026-08-05T04:13:13.255Zlock 26:44.784145081
18292026-08-05T04:13:13.255Zslp 21:30.696325496
18302026-08-05T04:13:13.255Zlat 48.395466415
18312026-08-05T04:13:13.255Zstop 2:44.949209219
18322026-08-05T04:13:13.255Z+ banner hack-check
18332026-08-05T04:13:13.255Z
18342026-08-05T04:13:13.255Z # # ## #### # # #### # # ###### #### # #
18352026-08-05T04:13:13.255Z # # # # # # # # # # # # # # # # #
18362026-08-05T04:13:13.255Z ###### # # # #### ##### # ###### ##### # ####
18372026-08-05T04:13:13.255Z # # ###### # # # # # # # # # #
18382026-08-05T04:13:13.255Z # # # # # # # # # # # # # # # # #
18392026-08-05T04:13:13.255Z # # # # #### # # #### # # ###### #### # #
18402026-08-05T04:13:13.255Z
18412026-08-05T04:13:13.255Z+ export CARGO_INCREMENTAL=0
18422026-08-05T04:13:13.255Z+ CARGO_INCREMENTAL=0
18432026-08-05T04:13:13.255Z+ ptime -m timeout 2h cargo xtask check-features --ci
18442026-08-05T04:13:13.743Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18452026-08-05T04:13:14.032Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18462026-08-05T04:13:15.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18472026-08-05T04:13:15.911Z Running `target/debug/xtask check-features --ci`
18482026-08-05T04:13:15.937Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18492026-08-05T04:13:15.940Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18502026-08-05T04:13:16.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18512026-08-05T04:13:16.399Z Running `target/debug/xtask download cargo-hack`
18522026-08-05T04:13:17.195Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18532026-08-05T04:13:17.506Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18542026-08-05T04:13:20.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
18552026-08-05T04:13:20.271Z Running `target/debug/xtask-downloader cargo-hack`
18562026-08-05T04:13:20.318ZAug 05 04:13:19.240 INFO Starting download, target: CargoHack
18572026-08-05T04:13:20.329ZAug 05 04:13:19.240 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18582026-08-05T04:13:20.733ZAug 05 04:13:19.587 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18592026-08-05T04:13:20.744ZAug 05 04:13:19.637 INFO Download complete, target: CargoHack
18602026-08-05T04:13:20.744Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18612026-08-05T04:13:20.744Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18622026-08-05T04:13:20.887Zinfo: running `cargo check --bins` on api_identity (1/303)
18632026-08-05T04:13:21.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-08-05T04:13:21.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-08-05T04:13:21.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-08-05T04:13:21.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18672026-08-05T04:13:21.447Z
18682026-08-05T04:13:21.447Zinfo: running `cargo check --bins` on bootstore (2/303)
18692026-08-05T04:13:21.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-08-05T04:13:21.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-08-05T04:13:21.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-08-05T04:13:21.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18732026-08-05T04:13:22.009Z
18742026-08-05T04:13:22.009Zinfo: running `cargo check --bins` on omicron-ledger (3/303)
18752026-08-05T04:13:22.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-08-05T04:13:22.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-08-05T04:13:22.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-08-05T04:13:22.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18792026-08-05T04:13:22.568Z
18802026-08-05T04:13:22.568Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/303)
18812026-08-05T04:13:23.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-08-05T04:13:23.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-08-05T04:13:23.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-08-05T04:13:23.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18852026-08-05T04:13:23.126Z
18862026-08-05T04:13:23.126Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/303)
18872026-08-05T04:13:23.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-08-05T04:13:23.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-08-05T04:13:23.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-08-05T04:13:23.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18912026-08-05T04:13:23.681Z
18922026-08-05T04:13:23.681Zinfo: running `cargo check --bins` on omicron-certificates (6/303)
18932026-08-05T04:13:24.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-08-05T04:13:24.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-08-05T04:13:24.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-08-05T04:13:24.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18972026-08-05T04:13:24.255Z
18982026-08-05T04:13:24.256Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/303)
18992026-08-05T04:13:24.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-08-05T04:13:24.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-08-05T04:13:24.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-08-05T04:13:24.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19032026-08-05T04:13:24.827Z
19042026-08-05T04:13:24.827Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/303)
19052026-08-05T04:13:25.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-08-05T04:13:25.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-08-05T04:13:25.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-08-05T04:13:25.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19092026-08-05T04:13:25.400Z
19102026-08-05T04:13:25.400Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/303)
19112026-08-05T04:13:25.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-08-05T04:13:25.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-08-05T04:13:25.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-08-05T04:13:25.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19152026-08-05T04:13:25.826Z
19162026-08-05T04:13:25.826Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/303)
19172026-08-05T04:13:26.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-08-05T04:13:26.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-08-05T04:13:26.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-08-05T04:13:26.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19212026-08-05T04:13:26.257Z
19222026-08-05T04:13:26.257Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/303)
19232026-08-05T04:13:26.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-08-05T04:13:26.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-08-05T04:13:26.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-08-05T04:13:26.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19272026-08-05T04:13:26.681Z
19282026-08-05T04:13:26.681Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/303)
19292026-08-05T04:13:27.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-08-05T04:13:27.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-08-05T04:13:27.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-08-05T04:13:27.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19332026-08-05T04:13:27.106Z
19342026-08-05T04:13:27.106Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/303)
19352026-08-05T04:13:27.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-08-05T04:13:27.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-08-05T04:13:27.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-08-05T04:13:27.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19392026-08-05T04:13:27.536Z
19402026-08-05T04:13:27.536Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/303)
19412026-08-05T04:13:27.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-08-05T04:13:27.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-08-05T04:13:27.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-08-05T04:13:27.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19452026-08-05T04:13:27.960Z
19462026-08-05T04:13:27.960Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/303)
19472026-08-05T04:13:28.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-08-05T04:13:28.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-08-05T04:13:28.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-08-05T04:13:28.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19512026-08-05T04:13:28.385Z
19522026-08-05T04:13:28.385Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/303)
19532026-08-05T04:13:28.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-08-05T04:13:28.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-08-05T04:13:28.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-08-05T04:13:28.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19572026-08-05T04:13:28.810Z
19582026-08-05T04:13:28.810Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/303)
19592026-08-05T04:13:29.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-08-05T04:13:29.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-08-05T04:13:29.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-08-05T04:13:29.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19632026-08-05T04:13:29.241Z
19642026-08-05T04:13:29.241Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/303)
19652026-08-05T04:13:29.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-08-05T04:13:29.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-08-05T04:13:29.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-08-05T04:13:29.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19692026-08-05T04:13:29.668Z
19702026-08-05T04:13:29.668Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/303)
19712026-08-05T04:13:30.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-08-05T04:13:30.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-08-05T04:13:30.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-08-05T04:13:30.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19752026-08-05T04:13:30.095Z
19762026-08-05T04:13:30.095Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/303)
19772026-08-05T04:13:30.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-08-05T04:13:30.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-08-05T04:13:30.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-08-05T04:13:30.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19812026-08-05T04:13:30.524Z
19822026-08-05T04:13:30.525Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/303)
19832026-08-05T04:13:30.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-08-05T04:13:30.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-08-05T04:13:30.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-08-05T04:13:30.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19872026-08-05T04:13:30.953Z
19882026-08-05T04:13:30.953Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/303)
19892026-08-05T04:13:31.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-08-05T04:13:31.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-08-05T04:13:31.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-08-05T04:13:31.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19932026-08-05T04:13:31.385Z
19942026-08-05T04:13:31.385Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/303)
19952026-08-05T04:13:31.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-08-05T04:13:31.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-08-05T04:13:31.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-08-05T04:13:31.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19992026-08-05T04:13:31.813Z
20002026-08-05T04:13:31.813Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/303)
20012026-08-05T04:13:32.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-08-05T04:13:32.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-08-05T04:13:32.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-08-05T04:13:32.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20052026-08-05T04:13:32.242Z
20062026-08-05T04:13:32.242Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/303)
20072026-08-05T04:13:32.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-08-05T04:13:32.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-08-05T04:13:32.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-08-05T04:13:32.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20112026-08-05T04:13:32.671Z
20122026-08-05T04:13:32.671Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/303)
20132026-08-05T04:13:33.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-08-05T04:13:33.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-08-05T04:13:33.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-08-05T04:13:33.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20172026-08-05T04:13:33.102Z
20182026-08-05T04:13:33.102Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/303)
20192026-08-05T04:13:33.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-08-05T04:13:33.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-08-05T04:13:33.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-08-05T04:13:33.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20232026-08-05T04:13:33.532Z
20242026-08-05T04:13:33.532Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/303)
20252026-08-05T04:13:33.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-08-05T04:13:33.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-08-05T04:13:33.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-08-05T04:13:33.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20292026-08-05T04:13:33.961Z
20302026-08-05T04:13:33.961Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/303)
20312026-08-05T04:13:34.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-08-05T04:13:34.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-08-05T04:13:34.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-08-05T04:13:34.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20352026-08-05T04:13:34.391Z
20362026-08-05T04:13:34.391Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/303)
20372026-08-05T04:13:34.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-08-05T04:13:34.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-08-05T04:13:34.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-08-05T04:13:34.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20412026-08-05T04:13:34.817Z
20422026-08-05T04:13:34.817Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/303)
20432026-08-05T04:13:35.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-08-05T04:13:35.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-08-05T04:13:35.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-08-05T04:13:35.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20472026-08-05T04:13:35.238Z
20482026-08-05T04:13:35.238Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/303)
20492026-08-05T04:13:35.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-08-05T04:13:35.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-08-05T04:13:35.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-08-05T04:13:35.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20532026-08-05T04:13:35.668Z
20542026-08-05T04:13:35.668Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/303)
20552026-08-05T04:13:36.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-08-05T04:13:36.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-08-05T04:13:36.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-08-05T04:13:36.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20592026-08-05T04:13:36.094Z
20602026-08-05T04:13:36.094Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/303)
20612026-08-05T04:13:36.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-08-05T04:13:36.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-08-05T04:13:36.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-08-05T04:13:36.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20652026-08-05T04:13:36.522Z
20662026-08-05T04:13:36.522Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/303)
20672026-08-05T04:13:36.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-08-05T04:13:36.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-08-05T04:13:36.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-08-05T04:13:36.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20712026-08-05T04:13:36.942Z
20722026-08-05T04:13:36.942Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/303)
20732026-08-05T04:13:37.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-08-05T04:13:37.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-08-05T04:13:37.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-08-05T04:13:37.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20772026-08-05T04:13:37.371Z
20782026-08-05T04:13:37.371Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/303)
20792026-08-05T04:13:37.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-08-05T04:13:37.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-08-05T04:13:37.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-08-05T04:13:37.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20832026-08-05T04:13:37.793Z
20842026-08-05T04:13:37.794Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/303)
20852026-08-05T04:13:38.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-08-05T04:13:38.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-08-05T04:13:38.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-08-05T04:13:38.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20892026-08-05T04:13:38.226Z
20902026-08-05T04:13:38.226Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/303)
20912026-08-05T04:13:38.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-08-05T04:13:38.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-08-05T04:13:38.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-08-05T04:13:38.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20952026-08-05T04:13:38.652Z
20962026-08-05T04:13:38.652Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/303)
20972026-08-05T04:13:39.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-08-05T04:13:39.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-08-05T04:13:39.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-08-05T04:13:39.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21012026-08-05T04:13:39.081Z
21022026-08-05T04:13:39.081Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/303)
21032026-08-05T04:13:39.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-08-05T04:13:39.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-08-05T04:13:39.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-08-05T04:13:39.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21072026-08-05T04:13:39.508Z
21082026-08-05T04:13:39.508Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/303)
21092026-08-05T04:13:39.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-08-05T04:13:39.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-08-05T04:13:39.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-08-05T04:13:39.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21132026-08-05T04:13:39.938Z
21142026-08-05T04:13:39.938Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/303)
21152026-08-05T04:13:40.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-08-05T04:13:40.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-08-05T04:13:40.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-08-05T04:13:40.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21192026-08-05T04:13:40.370Z
21202026-08-05T04:13:40.370Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/303)
21212026-08-05T04:13:40.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-08-05T04:13:40.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-08-05T04:13:40.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-08-05T04:13:40.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21252026-08-05T04:13:40.799Z
21262026-08-05T04:13:40.799Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/303)
21272026-08-05T04:13:41.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-08-05T04:13:41.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-08-05T04:13:41.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-08-05T04:13:41.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21312026-08-05T04:13:41.233Z
21322026-08-05T04:13:41.233Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/303)
21332026-08-05T04:13:41.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-08-05T04:13:41.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-08-05T04:13:41.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-08-05T04:13:41.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21372026-08-05T04:13:41.662Z
21382026-08-05T04:13:41.662Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/303)
21392026-08-05T04:13:42.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-08-05T04:13:42.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-08-05T04:13:42.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-08-05T04:13:42.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21432026-08-05T04:13:42.092Z
21442026-08-05T04:13:42.092Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/303)
21452026-08-05T04:13:42.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-08-05T04:13:42.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-08-05T04:13:42.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-08-05T04:13:42.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21492026-08-05T04:13:42.524Z
21502026-08-05T04:13:42.524Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/303)
21512026-08-05T04:13:43.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-08-05T04:13:43.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-08-05T04:13:43.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-08-05T04:13:43.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21552026-08-05T04:13:43.139Z
21562026-08-05T04:13:43.139Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/303)
21572026-08-05T04:13:43.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-08-05T04:13:43.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-08-05T04:13:43.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-08-05T04:13:43.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21612026-08-05T04:13:43.755Z
21622026-08-05T04:13:43.755Zinfo: running `cargo check --bins` on nexus-config (51/303)
21632026-08-05T04:13:44.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-08-05T04:13:44.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-08-05T04:13:44.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-08-05T04:13:44.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21672026-08-05T04:13:44.373Z
21682026-08-05T04:13:44.373Zinfo: running `cargo check --bins` on nexus-types (52/303)
21692026-08-05T04:13:44.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-08-05T04:13:44.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-08-05T04:13:44.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-08-05T04:13:44.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21732026-08-05T04:13:44.974Z
21742026-08-05T04:13:44.974Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/303)
21752026-08-05T04:13:45.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-08-05T04:13:45.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-08-05T04:13:45.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-08-05T04:13:45.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21792026-08-05T04:13:45.560Z
21802026-08-05T04:13:45.560Zinfo: running `cargo check --bins` on omicron-passwords (54/303)
21812026-08-05T04:13:46.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-08-05T04:13:46.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-08-05T04:13:46.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-08-05T04:13:46.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21852026-08-05T04:13:46.122Z
21862026-08-05T04:13:46.122Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/303)
21872026-08-05T04:13:46.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-08-05T04:13:46.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-08-05T04:13:46.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-08-05T04:13:46.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21912026-08-05T04:13:46.706Z
21922026-08-05T04:13:46.706Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/303)
21932026-08-05T04:13:47.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-08-05T04:13:47.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-08-05T04:13:47.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-08-05T04:13:47.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21972026-08-05T04:13:47.289Z
21982026-08-05T04:13:47.289Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/303)
21992026-08-05T04:13:47.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-08-05T04:13:47.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-08-05T04:13:47.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-08-05T04:13:47.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22032026-08-05T04:13:47.869Z
22042026-08-05T04:13:47.869Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/303)
22052026-08-05T04:13:48.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-08-05T04:13:48.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-08-05T04:13:48.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-08-05T04:13:48.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22092026-08-05T04:13:48.454Z
22102026-08-05T04:13:48.454Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/303)
22112026-08-05T04:13:48.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-08-05T04:13:48.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-08-05T04:13:48.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-08-05T04:13:48.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22152026-08-05T04:13:49.022Z
22162026-08-05T04:13:49.022Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/303)
22172026-08-05T04:13:49.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-08-05T04:13:49.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-08-05T04:13:49.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-08-05T04:13:49.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22212026-08-05T04:13:49.584Z
22222026-08-05T04:13:49.584Zinfo: running `cargo check --bins --no-default-features` on gfss (61/303)
22232026-08-05T04:13:50.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-08-05T04:13:50.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-08-05T04:13:50.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-08-05T04:13:50.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22272026-08-05T04:13:50.148Z
22282026-08-05T04:13:50.148Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/303)
22292026-08-05T04:13:50.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-08-05T04:13:50.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-08-05T04:13:50.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-08-05T04:13:50.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22332026-08-05T04:13:50.714Z
22342026-08-05T04:13:50.714Zinfo: running `cargo check --bins` on wicketd-commission-types (63/303)
22352026-08-05T04:13:51.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-08-05T04:13:51.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-08-05T04:13:51.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-08-05T04:13:51.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22392026-08-05T04:13:51.299Z
22402026-08-05T04:13:51.299Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/303)
22412026-08-05T04:13:51.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-08-05T04:13:51.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-08-05T04:13:51.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-08-05T04:13:51.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22452026-08-05T04:13:51.888Z
22462026-08-05T04:13:51.888Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/303)
22472026-08-05T04:13:52.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-08-05T04:13:52.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-08-05T04:13:52.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-08-05T04:13:52.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22512026-08-05T04:13:52.474Z
22522026-08-05T04:13:52.474Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/303)
22532026-08-05T04:13:52.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-08-05T04:13:52.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-08-05T04:13:52.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-08-05T04:13:52.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22572026-08-05T04:13:53.030Z
22582026-08-05T04:13:53.030Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/303)
22592026-08-05T04:13:53.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-08-05T04:13:53.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-08-05T04:13:53.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-08-05T04:13:53.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22632026-08-05T04:13:53.611Z
22642026-08-05T04:13:53.611Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/303)
22652026-08-05T04:13:54.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-08-05T04:13:54.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-08-05T04:13:54.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-08-05T04:13:54.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22692026-08-05T04:13:54.186Z
22702026-08-05T04:13:54.186Zinfo: running `cargo check --bins` on cockroach-admin-types (69/303)
22712026-08-05T04:13:54.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-08-05T04:13:54.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-08-05T04:13:54.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742026-08-05T04:13:54.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22752026-08-05T04:13:54.752Z
22762026-08-05T04:13:54.752Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/303)
22772026-08-05T04:13:55.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782026-08-05T04:13:55.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792026-08-05T04:13:55.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802026-08-05T04:13:55.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22812026-08-05T04:13:55.314Z
22822026-08-05T04:13:55.314Zinfo: running `cargo check --bins` on ereport-types (71/303)
22832026-08-05T04:13:55.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842026-08-05T04:13:55.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852026-08-05T04:13:55.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862026-08-05T04:13:55.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22872026-08-05T04:13:55.886Z
22882026-08-05T04:13:55.886Zinfo: running `cargo check --bins` on gateway-client (72/303)
22892026-08-05T04:13:56.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902026-08-05T04:13:56.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912026-08-05T04:13:56.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922026-08-05T04:13:56.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22932026-08-05T04:13:56.461Z
22942026-08-05T04:13:56.461Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/303)
22952026-08-05T04:13:56.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962026-08-05T04:13:56.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972026-08-05T04:13:56.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982026-08-05T04:13:56.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22992026-08-05T04:13:57.027Z
23002026-08-05T04:13:57.028Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/303)
23012026-08-05T04:13:57.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022026-08-05T04:13:57.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032026-08-05T04:13:57.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042026-08-05T04:13:57.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23052026-08-05T04:13:57.594Z
23062026-08-05T04:13:57.594Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/303)
23072026-08-05T04:13:58.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082026-08-05T04:13:58.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092026-08-05T04:13:58.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102026-08-05T04:13:58.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23112026-08-05T04:13:58.178Z
23122026-08-05T04:13:58.178Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/303)
23132026-08-05T04:13:58.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142026-08-05T04:13:58.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152026-08-05T04:13:58.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162026-08-05T04:13:58.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23172026-08-05T04:13:58.767Z
23182026-08-05T04:13:58.767Zinfo: running `cargo check --bins` on key-manager-types (77/303)
23192026-08-05T04:13:59.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202026-08-05T04:13:59.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212026-08-05T04:13:59.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222026-08-05T04:13:59.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23232026-08-05T04:13:59.327Z
23242026-08-05T04:13:59.327Zinfo: running `cargo check --bins` on oxlog (78/303)
23252026-08-05T04:13:59.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262026-08-05T04:13:59.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272026-08-05T04:13:59.930Z Checking cfg-if v1.0.4
23282026-08-05T04:14:00.036Z Checking libc v0.2.185
23292026-08-05T04:14:00.036Z Checking serde_core v1.0.228
23302026-08-05T04:14:00.048Z Checking memchr v2.8.0
23312026-08-05T04:14:00.056Z Checking zeroize v1.9.0
23322026-08-05T04:14:00.064Z Checking log v0.4.29
23332026-08-05T04:14:00.064Z Checking smallvec v1.15.1
23342026-08-05T04:14:00.085Z Checking subtle v2.6.1
23352026-08-05T04:14:00.094Z Checking itoa v1.0.17
23362026-08-05T04:14:00.200Z Checking scopeguard v1.2.0
23372026-08-05T04:14:00.216Z Checking stable_deref_trait v1.2.1
23382026-08-05T04:14:00.228Z Checking typenum v1.20.1
23392026-08-05T04:14:00.239Z Checking zerofrom v0.1.6
23402026-08-05T04:14:00.251Z Checking zerocopy v0.8.40
23412026-08-05T04:14:00.282Z Checking portable-atomic v1.13.1
23422026-08-05T04:14:00.294Z Checking lock_api v0.4.14
23432026-08-05T04:14:00.346Z Checking yoke v0.8.1
23442026-08-05T04:14:00.421Z Checking critical-section v1.2.0
23452026-08-05T04:14:00.438Z Checking errno v0.3.14
23462026-08-05T04:14:00.498Z Checking getrandom v0.2.17
23472026-08-05T04:14:00.514Z Checking zerovec v0.11.5
23482026-08-05T04:14:00.528Z Checking pin-project-lite v0.2.17
23492026-08-05T04:14:00.550Z Checking const-oid v0.9.6
23502026-08-05T04:14:00.616Z Checking libm v0.2.16
23512026-08-05T04:14:00.643Z Checking rand_core v0.6.4
23522026-08-05T04:14:00.695Z Checking once_cell v1.21.3
23532026-08-05T04:14:00.817Z Checking zmij v1.0.21
23542026-08-05T04:14:00.871Z Checking signal-hook-registry v1.4.8
23552026-08-05T04:14:00.948Z Checking tinystr v0.8.2
23562026-08-05T04:14:00.975Z Checking generic-array v0.14.7
23572026-08-05T04:14:01.024Z Checking parking_lot_core v0.9.12
23582026-08-05T04:14:01.027Z Checking rand_core v0.10.0
23592026-08-05T04:14:01.118Z Checking writeable v0.6.2
23602026-08-05T04:14:01.174Z Checking litemap v0.8.1
23612026-08-05T04:14:01.211Z Checking percent-encoding v2.3.2
23622026-08-05T04:14:01.227Z Checking futures-core v0.3.32
23632026-08-05T04:14:01.273Z Checking parking_lot v0.12.5
23642026-08-05T04:14:01.313Z Checking num-traits v0.2.19
23652026-08-05T04:14:01.343Z Checking getrandom v0.4.1
23662026-08-05T04:14:01.346Z Checking potential_utf v0.1.4
23672026-08-05T04:14:01.368Z Checking icu_locale_core v2.1.1
23682026-08-05T04:14:01.423Z Checking zerotrie v0.2.3
23692026-08-05T04:14:01.460Z Checking mio v1.2.0
23702026-08-05T04:14:01.478Z Checking equivalent v1.0.2
23712026-08-05T04:14:01.492Z Checking icu_collections v2.1.1
23722026-08-05T04:14:01.553Z Checking serde v1.0.228
23732026-08-05T04:14:01.553Z Checking bitflags v2.11.0
23742026-08-05T04:14:01.657Z Checking serde_json v1.0.151
23752026-08-05T04:14:01.719Z Checking socket2 v0.6.3
23762026-08-05T04:14:01.733Z Checking icu_properties_data v2.1.2
23772026-08-05T04:14:01.785Z Checking icu_normalizer_data v2.1.1
23782026-08-05T04:14:01.852Z Checking byteorder v1.5.0
23792026-08-05T04:14:01.869Z Checking crypto-common v0.1.7
23802026-08-05T04:14:01.869Z Checking block-buffer v0.10.4
23812026-08-05T04:14:01.909Z Checking icu_provider v2.1.1
23822026-08-05T04:14:01.955Z Checking futures-sink v0.3.32
23832026-08-05T04:14:01.968Z Checking bytes v1.11.1
23842026-08-05T04:14:01.982Z Checking hashbrown v0.17.0
23852026-08-05T04:14:02.007Z Checking digest v0.10.7
23862026-08-05T04:14:02.048Z Checking futures-channel v0.3.32
23872026-08-05T04:14:02.062Z Checking getrandom v0.3.4
23882026-08-05T04:14:02.134Z Checking icu_properties v2.1.2
23892026-08-05T04:14:02.195Z Checking icu_normalizer v2.1.1
23902026-08-05T04:14:02.208Z Checking futures-io v0.3.32
23912026-08-05T04:14:02.232Z Checking slab v0.4.12
23922026-08-05T04:14:02.317Z Checking futures-task v0.3.32
23932026-08-05T04:14:02.334Z Checking utf8_iter v1.0.4
23942026-08-05T04:14:02.384Z Checking form_urlencoded v1.2.2
23952026-08-05T04:14:02.403Z Checking tokio v1.52.1
23962026-08-05T04:14:02.436Z Checking indexmap v2.14.0
23972026-08-05T04:14:02.449Z Checking futures-util v0.3.32
23982026-08-05T04:14:02.466Z Checking rustix v1.1.3
23992026-08-05T04:14:02.498Z Checking base64ct v1.8.3
24002026-08-05T04:14:02.511Z Checking fnv v1.0.7
24012026-08-05T04:14:02.599Z Checking iana-time-zone v0.1.65
24022026-08-05T04:14:02.704Z Checking flagset v0.4.7
24032026-08-05T04:14:02.725Z Checking pem-rfc7468 v0.7.0
24042026-08-05T04:14:02.825Z Checking chrono v0.4.45
24052026-08-05T04:14:02.880Z Checking der v0.7.10
24062026-08-05T04:14:02.957Z Checking idna_adapter v1.2.1
24072026-08-05T04:14:02.988Z Checking rand_core v0.9.5
24082026-08-05T04:14:03.011Z Checking ppv-lite86 v0.2.21
24092026-08-05T04:14:03.070Z Checking idna v1.1.0
24102026-08-05T04:14:03.161Z Checking uuid v1.23.4
24112026-08-05T04:14:03.293Z Checking base64 v0.22.1
24122026-08-05T04:14:03.307Z Checking url v2.5.8
24132026-08-05T04:14:03.310Z Checking regex-syntax v0.8.10
24142026-08-05T04:14:03.475Z Checking http v1.4.2
24152026-08-05T04:14:03.533Z Checking utf8parse v0.2.2
24162026-08-05T04:14:03.594Z Checking spki v0.7.3
24172026-08-05T04:14:03.631Z Checking rand_chacha v0.9.0
24182026-08-05T04:14:03.669Z Checking tracing-core v0.1.36
24192026-08-05T04:14:03.738Z Checking anstyle v1.0.14
24202026-08-05T04:14:03.757Z Checking dyn-clone v1.0.20
24212026-08-05T04:14:03.830Z Checking cpufeatures v0.2.17
24222026-08-05T04:14:03.855Z Checking rand v0.9.2
24232026-08-05T04:14:03.897Z Checking pkcs8 v0.10.2
24242026-08-05T04:14:03.916Z Checking semver v1.0.28
24252026-08-05T04:14:03.972Z Checking tracing v0.1.44
24262026-08-05T04:14:04.034Z Checking http-body v1.0.1
24272026-08-05T04:14:04.049Z Checking spin v0.9.8
24282026-08-05T04:14:04.125Z Checking rustls-pki-types v1.14.0
24292026-08-05T04:14:04.163Z Checking tinyvec_macros v0.1.1
24302026-08-05T04:14:04.177Z Checking colorchoice v1.0.4
24312026-08-05T04:14:04.225Z Checking openssl-probe v0.2.1
24322026-08-05T04:14:04.226Z Checking is_terminal_polyfill v1.70.2
24332026-08-05T04:14:04.269Z Checking cmov v0.5.4
24342026-08-05T04:14:04.315Z Checking anstyle-query v1.1.5
24352026-08-05T04:14:04.329Z Checking tinyvec v1.10.0
24362026-08-05T04:14:04.340Z Checking schemars v0.8.22
24372026-08-05T04:14:04.353Z Checking sha2 v0.10.9
24382026-08-05T04:14:04.401Z Checking aws-lc-sys v0.40.0
24392026-08-05T04:14:04.415Z Checking thiserror v2.0.18
24402026-08-05T04:14:04.458Z Checking ctutils v0.4.2
24412026-08-05T04:14:04.511Z Checking tower-service v0.3.3
24422026-08-05T04:14:04.594Z Checking untrusted v0.7.1
24432026-08-05T04:14:04.606Z Checking fastrand v2.3.0
24442026-08-05T04:14:04.621Z Checking atomic-waker v1.1.2
24452026-08-05T04:14:04.633Z Checking tower-layer v0.3.3
24462026-08-05T04:14:04.668Z Checking try-lock v0.2.5
24472026-08-05T04:14:04.700Z Checking hybrid-array v0.4.13
24482026-08-05T04:14:04.716Z Checking anstyle-parse v1.0.0
24492026-08-05T04:14:04.760Z Checking want v0.3.1
24502026-08-05T04:14:04.772Z Checking tempfile v3.25.0
24512026-08-05T04:14:04.784Z Checking ipnet v2.11.0
24522026-08-05T04:14:04.860Z Checking httparse v1.10.1
24532026-08-05T04:14:04.877Z Checking crc32fast v1.5.0
24542026-08-05T04:14:04.896Z Checking aws-lc-rs v1.16.3
24552026-08-05T04:14:04.962Z Checking aho-corasick v1.1.4
24562026-08-05T04:14:04.985Z Checking untrusted v0.9.0
24572026-08-05T04:14:05.007Z Checking tap v1.0.1
24582026-08-05T04:14:05.033Z Checking foreign-types-shared v0.1.1
24592026-08-05T04:14:05.062Z Checking httpdate v1.0.3
24602026-08-05T04:14:05.088Z Checking simd-adler32 v0.3.8
24612026-08-05T04:14:05.105Z Checking plain v0.2.3
24622026-08-05T04:14:05.118Z Checking foreign-types v0.3.2
24632026-08-05T04:14:05.182Z Checking wyz v0.5.1
24642026-08-05T04:14:05.201Z Checking anstream v1.0.0
24652026-08-05T04:14:05.216Z Checking unicode-normalization v0.1.25
24662026-08-05T04:14:05.249Z Checking rand_chacha v0.3.1
24672026-08-05T04:14:05.351Z Checking terminal_size v0.4.3
24682026-08-05T04:14:05.398Z Checking radium v0.7.0
24692026-08-05T04:14:05.450Z Checking signature v2.2.0
24702026-08-05T04:14:05.463Z Checking hex v0.4.3
24712026-08-05T04:14:05.477Z Checking openssl-sys v0.9.117
24722026-08-05T04:14:05.574Z Checking num-integer v0.1.46
24732026-08-05T04:14:05.588Z Checking wait-timeout v0.2.1
24742026-08-05T04:14:05.632Z Checking quick-error v1.2.3
24752026-08-05T04:14:05.657Z Checking regex-automata v0.4.14
24762026-08-05T04:14:05.672Z Checking tokio-util v0.7.18
24772026-08-05T04:14:05.685Z Checking unicode-ident v1.0.24
24782026-08-05T04:14:05.705Z Checking clap_lex v1.0.0
24792026-08-05T04:14:05.729Z Checking funty v2.0.0
24802026-08-05T04:14:05.749Z Checking rustls-webpki v0.103.13
24812026-08-05T04:14:05.787Z Checking ucd-trie v0.1.7
24822026-08-05T04:14:05.802Z Checking bit-vec v0.8.0
24832026-08-05T04:14:05.852Z Checking strsim v0.11.1
24842026-08-05T04:14:05.865Z Checking adler2 v2.0.1
24852026-08-05T04:14:05.913Z Checking pest v2.8.6
24862026-08-05T04:14:05.966Z Checking miniz_oxide v0.8.9
24872026-08-05T04:14:05.989Z Checking bit-set v0.8.0
24882026-08-05T04:14:06.008Z Checking clap_builder v4.6.0
24892026-08-05T04:14:06.042Z Checking bitvec v1.0.1
24902026-08-05T04:14:06.131Z Checking openssl v0.10.80
24912026-08-05T04:14:06.159Z Checking rustls v0.23.41
24922026-08-05T04:14:06.296Z Checking h2 v0.4.15
24932026-08-05T04:14:06.318Z Checking num-iter v0.1.45
24942026-08-05T04:14:06.424Z Checking proc-macro2 v1.0.106
24952026-08-05T04:14:06.727Z Checking rusty-fork v0.3.1
24962026-08-05T04:14:06.895Z Checking rand v0.8.6
24972026-08-05T04:14:06.958Z Checking lazy_static v1.5.0
24982026-08-05T04:14:07.047Z Checking anstyle-parse v0.2.7
24992026-08-05T04:14:07.195Z Checking rand_xorshift v0.4.0
25002026-08-05T04:14:07.221Z Checking thiserror v1.0.69
25012026-08-05T04:14:07.320Z Checking maybe-uninit v2.0.0
25022026-08-05T04:14:07.330Z Checking hmac v0.12.1
25032026-08-05T04:14:07.343Z Checking serde_spanned v0.6.9
25042026-08-05T04:14:07.379Z Checking toml_datetime v0.6.11
25052026-08-05T04:14:07.402Z Checking sync_wrapper v1.0.2
25062026-08-05T04:14:07.457Z Checking powerfmt v0.2.0
25072026-08-05T04:14:07.470Z Checking crc-catalog v2.4.0
25082026-08-05T04:14:07.486Z Checking nodrop v0.1.14
25092026-08-05T04:14:07.500Z Checking pretty-hex v0.4.1
25102026-08-05T04:14:07.551Z Checking zlib-rs v0.6.2
25112026-08-05T04:14:07.564Z Checking unarray v0.1.4
25122026-08-05T04:14:07.574Z Checking siphasher v1.0.2
25132026-08-05T04:14:07.602Z Checking deranged v0.5.8
25142026-08-05T04:14:07.614Z Checking array-init v0.0.4
25152026-08-05T04:14:07.659Z Checking proptest v1.11.0
25162026-08-05T04:14:07.730Z Checking crc v3.4.0
25172026-08-05T04:14:07.894Z Checking tower v0.5.3
25182026-08-05T04:14:07.908Z Checking num-bigint-dig v0.8.6
25192026-08-05T04:14:08.112Z Checking native-tls v0.2.18
25202026-08-05T04:14:08.275Z Checking smallvec v0.6.14
25212026-08-05T04:14:08.290Z Checking packed_struct v0.10.1
25222026-08-05T04:14:08.402Z Checking clap v4.6.1
25232026-08-05T04:14:08.423Z Checking flate2 v1.1.9
25242026-08-05T04:14:08.463Z Checking anstream v0.6.21
25252026-08-05T04:14:08.479Z Checking quote v1.0.45
25262026-08-05T04:14:08.523Z Checking ipnetwork v0.21.1
25272026-08-05T04:14:08.647Z Checking http-body-util v0.1.3
25282026-08-05T04:14:08.661Z Checking pkcs1 v0.7.5
25292026-08-05T04:14:08.711Z Checking crossbeam-utils v0.8.21
25302026-08-05T04:14:08.730Z Checking bitfield v0.19.4
25312026-08-05T04:14:08.736Z Checking zerocopy v0.6.6
25322026-08-05T04:14:08.856Z Checking ahash v0.8.12
25332026-08-05T04:14:08.868Z Checking bzip2-sys v0.1.13+1.0.8
25342026-08-05T04:14:08.946Z Checking scroll v0.13.0
25352026-08-05T04:14:08.988Z Checking env_filter v1.0.0
25362026-08-05T04:14:09.026Z Checking unicode-bidi v0.3.18
25372026-08-05T04:14:09.045Z Checking num_threads v0.1.7
25382026-08-05T04:14:09.055Z Checking unicode-properties v0.1.4
25392026-08-05T04:14:09.084Z Checking hyper v1.10.1
25402026-08-05T04:14:09.120Z Checking ryu v1.0.23
25412026-08-05T04:14:09.133Z Checking base64 v0.21.7
25422026-08-05T04:14:09.176Z Checking hashbrown v0.12.3
25432026-08-05T04:14:09.233Z Checking allocator-api2 v0.2.21
25442026-08-05T04:14:09.253Z Checking time-core v0.1.8
25452026-08-05T04:14:09.314Z Checking iri-string v0.7.10
25462026-08-05T04:14:09.332Z Checking winnow v0.5.40
25472026-08-05T04:14:09.364Z Checking num-conv v0.2.0
25482026-08-05T04:14:09.390Z Checking ron v0.8.1
25492026-08-05T04:14:09.450Z Checking newtype-uuid v1.3.2
25502026-08-05T04:14:09.475Z Checking time v0.3.47
25512026-08-05T04:14:09.511Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25522026-08-05T04:14:09.586Z Checking indexmap v1.9.3
25532026-08-05T04:14:09.646Z Checking stringprep v0.1.5
25542026-08-05T04:14:09.798Z Checking serde_urlencoded v0.7.1
25552026-08-05T04:14:09.895Z Checking goblin v0.10.5
25562026-08-05T04:14:09.908Z Checking env_logger v0.11.9
25572026-08-05T04:14:10.002Z Checking hashbrown v0.13.2
25582026-08-05T04:14:10.015Z Checking hyper-util v0.1.20
25592026-08-05T04:14:10.089Z Checking crossbeam-epoch v0.9.18
25602026-08-05T04:14:10.317Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25612026-08-05T04:14:10.334Z Checking tower-http v0.6.8
25622026-08-05T04:14:10.423Z Checking bzip2 v0.4.4
25632026-08-05T04:14:10.482Z Checking rsa v0.9.10
25642026-08-05T04:14:10.497Z Checking toml_edit v0.19.15
25652026-08-05T04:14:10.587Z Checking oxnet v0.1.6
25662026-08-05T04:14:10.623Z Checking syn v2.0.117
25672026-08-05T04:14:10.638Z Checking serde-hex v0.1.0
25682026-08-05T04:14:10.852Z Checking tokio-native-tls v0.3.1
25692026-08-05T04:14:10.961Z Checking bstr v1.12.1
25702026-08-05T04:14:11.013Z Checking crypto-common v0.2.2
25712026-08-05T04:14:11.297Z Checking block-buffer v0.12.1
25722026-08-05T04:14:11.356Z Checking block-padding v0.4.2
25732026-08-05T04:14:11.457Z Checking rustls-native-certs v0.8.3
25742026-08-05T04:14:11.489Z Checking x509-cert v0.2.5
25752026-08-05T04:14:11.531Z Checking scroll v0.12.0
25762026-08-05T04:14:11.584Z Checking zstd-sys v2.0.16+zstd.1.5.7
25772026-08-05T04:14:11.604Z Checking md-5 v0.10.6
25782026-08-05T04:14:11.692Z Checking hash32 v0.2.1
25792026-08-05T04:14:11.739Z Checking encoding_rs v0.8.35
25802026-08-05T04:14:11.757Z Checking fallible-iterator v0.2.0
25812026-08-05T04:14:11.847Z Checking psl-types v2.0.11
25822026-08-05T04:14:11.965Z Checking crc-any v2.5.0
25832026-08-05T04:14:12.024Z Checking mime v0.3.17
25842026-08-05T04:14:12.137Z Checking postgres-protocol v0.6.10
25852026-08-05T04:14:12.140Z Checking publicsuffix v2.3.0
25862026-08-05T04:14:12.164Z Checking heapless v0.7.17
25872026-08-05T04:14:12.197Z Checking goblin v0.8.2
25882026-08-05T04:14:12.226Z Checking dof v0.4.0
25892026-08-05T04:14:12.304Z Checking zstd-safe v7.2.4
25902026-08-05T04:14:12.457Z Checking toml v0.7.8
25912026-08-05T04:14:12.471Z Checking inout v0.2.2
25922026-08-05T04:14:12.579Z Checking hyper-tls v0.6.0
25932026-08-05T04:14:12.594Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25942026-08-05T04:14:12.614Z Checking daft v0.1.7
25952026-08-05T04:14:12.684Z Checking cookie v0.18.1
25962026-08-05T04:14:12.745Z Checking zip v0.6.6
25972026-08-05T04:14:12.760Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25982026-08-05T04:14:12.852Z Checking object v0.30.4
25992026-08-05T04:14:12.864Z Checking tokio-rustls v0.26.4
26002026-08-05T04:14:12.904Z Checking phf_shared v0.13.1
26012026-08-05T04:14:12.917Z Checking dtrace-parser v0.3.0
26022026-08-05T04:14:12.917Z Checking pin-project v1.1.11
26032026-08-05T04:14:13.017Z Checking zerocopy v0.7.35
26042026-08-05T04:14:13.063Z Checking futures-executor v0.3.32
26052026-08-05T04:14:13.088Z Checking signal-hook v0.3.18
26062026-08-05T04:14:13.105Z Checking ff v0.13.1
26072026-08-05T04:14:13.150Z Checking thread-id v5.1.0
26082026-08-05T04:14:13.205Z Checking either v1.15.0
26092026-08-05T04:14:13.224Z Checking base16ct v0.2.0
26102026-08-05T04:14:13.228Z Checking foldhash v0.2.0
26112026-08-05T04:14:13.278Z Checking bumpalo v3.20.2
26122026-08-05T04:14:13.353Z Checking jiff-core v0.1.0
26132026-08-05T04:14:13.372Z Checking bitflags v1.3.2
26142026-08-05T04:14:13.386Z Checking same-file v1.0.6
26152026-08-05T04:14:13.441Z Checking libbz2-rs-sys v0.2.2
26162026-08-05T04:14:13.470Z Compiling rayon-core v1.13.0
26172026-08-05T04:14:13.495Z Checking path-slash v0.1.5
26182026-08-05T04:14:13.508Z Checking foldhash v0.1.5
26192026-08-05T04:14:13.559Z Checking managed v0.8.0
26202026-08-05T04:14:13.591Z Checking walkdir v2.5.0
26212026-08-05T04:14:13.633Z Checking hashbrown v0.15.5
26222026-08-05T04:14:13.663Z Checking zopfli v0.8.3
26232026-08-05T04:14:13.739Z Checking smoltcp v0.9.1
26242026-08-05T04:14:13.751Z Checking hashbrown v0.16.1
26252026-08-05T04:14:13.827Z Checking bzip2 v0.6.1
26262026-08-05T04:14:13.984Z Checking sec1 v0.7.3
26272026-08-05T04:14:13.997Z Checking signal-hook-mio v0.2.5
26282026-08-05T04:14:14.037Z Checking jiff v0.2.34
26292026-08-05T04:14:14.092Z Checking group v0.13.0
26302026-08-05T04:14:14.095Z Checking usdt-impl v0.6.0
26312026-08-05T04:14:14.116Z Checking dof v0.3.0
26322026-08-05T04:14:14.181Z Checking futures v0.3.32
26332026-08-05T04:14:14.234Z Checking hyper-rustls v0.27.7
26342026-08-05T04:14:14.247Z Checking phf v0.13.1
26352026-08-05T04:14:14.258Z Checking snafu v0.8.9
26362026-08-05T04:14:14.322Z Checking cookie_store v0.22.1
26372026-08-05T04:14:14.377Z Checking reqwest v0.12.28
26382026-08-05T04:14:14.390Z Checking cipher v0.5.2
26392026-08-05T04:14:14.393Z Checking zstd v0.13.3
26402026-08-05T04:14:14.434Z Checking postgres-types v0.2.12
26412026-08-05T04:14:14.495Z Checking rustls-platform-verifier v0.6.2
26422026-08-05T04:14:14.579Z Checking globset v0.4.18
26432026-08-05T04:14:14.621Z Checking crossbeam-deque v0.8.6
26442026-08-05T04:14:14.635Z Checking phf_shared v0.11.3
26452026-08-05T04:14:14.644Z Checking regex v1.12.3
26462026-08-05T04:14:14.741Z Checking hkdf v0.12.4
26472026-08-05T04:14:14.769Z Checking dtrace-parser v0.2.0
26482026-08-05T04:14:14.796Z Checking byte-wrapper v0.1.0
26492026-08-05T04:14:14.829Z Checking ref-cast v1.0.25
26502026-08-05T04:14:14.869Z Checking curve25519-dalek v4.1.3
26512026-08-05T04:14:14.918Z Checking olpc-cjson v0.1.4
26522026-08-05T04:14:14.930Z Checking strum v0.27.2
26532026-08-05T04:14:14.950Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26542026-08-05T04:14:14.994Z Checking ed25519 v2.2.3
26552026-08-05T04:14:15.007Z Checking hubpack v0.1.2
26562026-08-05T04:14:15.031Z Checking memoffset v0.9.1
26572026-08-05T04:14:15.045Z Checking rustix v0.38.44
26582026-08-05T04:14:15.107Z Checking pem v3.0.6
26592026-08-05T04:14:15.120Z Checking serde_plain v1.0.2
26602026-08-05T04:14:15.164Z Checking erased-serde v0.3.31
26612026-08-05T04:14:15.175Z Checking serde-big-array v0.5.1
26622026-08-05T04:14:15.257Z Checking float-cmp v0.10.0
26632026-08-05T04:14:15.260Z Checking crypto-bigint v0.5.5
26642026-08-05T04:14:15.282Z Checking memmap2 v0.9.10
26652026-08-05T04:14:15.302Z Checking thread-id v4.2.2
26662026-08-05T04:14:15.377Z Checking winnow v1.0.3
26672026-08-05T04:14:15.390Z Checking whoami v2.1.0
26682026-08-05T04:14:15.433Z Checking predicates-core v1.0.10
26692026-08-05T04:14:15.554Z Checking difflib v0.4.0
26702026-08-05T04:14:15.566Z Checking fixedbitset v0.4.2
26712026-08-05T04:14:15.578Z Checking data-encoding v2.10.0
26722026-08-05T04:14:15.647Z Checking const-oid v0.10.2
26732026-08-05T04:14:15.675Z Checking static_assertions v1.1.0
26742026-08-05T04:14:15.710Z Checking cpufeatures v0.3.0
26752026-08-05T04:14:15.732Z Checking precomputed-hash v0.1.1
26762026-08-05T04:14:15.745Z Checking typed-path v0.9.3
26772026-08-05T04:14:15.781Z Checking new_debug_unreachable v1.0.6
26782026-08-05T04:14:15.804Z Checking normalize-line-endings v0.3.0
26792026-08-05T04:14:15.817Z Checking winnow v0.7.14
26802026-08-05T04:14:15.843Z Checking fixedbitset v0.5.7
26812026-08-05T04:14:15.855Z Checking toml_write v0.1.2
26822026-08-05T04:14:15.869Z Checking unicode-segmentation v1.12.0
26832026-08-05T04:14:15.893Z Checking keccak v0.1.6
26842026-08-05T04:14:15.951Z Checking zip v4.6.1
26852026-08-05T04:14:16.011Z Checking predicates v3.1.4
26862026-08-05T04:14:16.034Z Checking petgraph v0.8.3
26872026-08-05T04:14:16.052Z Checking sha3 v0.10.8
26882026-08-05T04:14:16.176Z Checking similar v2.7.0
26892026-08-05T04:14:16.195Z Checking elliptic-curve v0.13.8
26902026-08-05T04:14:16.254Z Checking crossterm v0.28.1
26912026-08-05T04:14:16.306Z Checking hickory-proto v0.25.2
26922026-08-05T04:14:16.496Z Checking string_cache v0.8.9
26932026-08-05T04:14:16.509Z Checking tough v0.22.0
26942026-08-05T04:14:16.523Z Checking digest v0.11.3
26952026-08-05T04:14:16.556Z Checking chacha20 v0.10.0
26962026-08-05T04:14:16.659Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26972026-08-05T04:14:16.693Z Checking petgraph v0.6.5
26982026-08-05T04:14:16.805Z Checking toml_parser v1.1.2+spec-1.1.0
26992026-08-05T04:14:16.972Z Checking ed25519-dalek v2.2.0
27002026-08-05T04:14:16.997Z Checking toml_edit v0.22.27
27012026-08-05T04:14:17.135Z Checking tokio-postgres v0.7.16
27022026-08-05T04:14:17.202Z Checking slog v2.8.2
27032026-08-05T04:14:17.465Z Checking usdt v0.6.0
27042026-08-05T04:14:17.608Z Checking usdt-impl v0.5.0
27052026-08-05T04:14:17.634Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27062026-08-05T04:14:17.890Z Checking nix v0.31.2
27072026-08-05T04:14:17.930Z Checking iddqd v0.4.2
27082026-08-05T04:14:18.232Z Checking reqwest v0.13.2
27092026-08-05T04:14:18.395Z Checking itertools v0.13.0
27102026-08-05T04:14:18.409Z Checking strum v0.26.3
27112026-08-05T04:14:18.516Z Checking serde_with v3.21.0
27122026-08-05T04:14:18.531Z Checking fs-err v3.3.0
27132026-08-05T04:14:18.825Z Checking object v0.37.3
27142026-08-05T04:14:18.838Z Checking tokio-stream v0.1.18
27152026-08-05T04:14:18.898Z Checking buf-list v1.1.2
27162026-08-05T04:14:19.082Z Checking anyhow v1.0.102
27172026-08-05T04:14:19.096Z Checking camino v1.2.2
27182026-08-05T04:14:19.099Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27192026-08-05T04:14:19.099Z Checking openapiv3 v2.2.0
27202026-08-05T04:14:19.223Z Checking peg-runtime v0.8.5
27212026-08-05T04:14:19.279Z Checking lalrpop-util v0.19.12
27222026-08-05T04:14:19.343Z Checking rayon v1.11.0
27232026-08-05T04:14:19.364Z Checking sigpipe v0.1.3
27242026-08-05T04:14:19.377Z Checking glob v0.3.3
27252026-08-05T04:14:20.969Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27262026-08-05T04:14:21.026Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27272026-08-05T04:14:21.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.96s
27282026-08-05T04:14:21.474Z
27292026-08-05T04:14:21.475Zinfo: running `cargo check --bins` on internal-dns-types (79/303)
27302026-08-05T04:14:21.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312026-08-05T04:14:21.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322026-08-05T04:14:21.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332026-08-05T04:14:21.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27342026-08-05T04:14:22.055Z
27352026-08-05T04:14:22.055Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/303)
27362026-08-05T04:14:22.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372026-08-05T04:14:22.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382026-08-05T04:14:22.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392026-08-05T04:14:22.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27402026-08-05T04:14:22.639Z
27412026-08-05T04:14:22.639Zinfo: running `cargo check --bins` on nexus-types-versions (81/303)
27422026-08-05T04:14:23.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432026-08-05T04:14:23.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442026-08-05T04:14:23.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452026-08-05T04:14:23.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27462026-08-05T04:14:23.239Z
27472026-08-05T04:14:23.239Zinfo: running `cargo check --bins` on oxql-types (82/303)
27482026-08-05T04:14:23.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492026-08-05T04:14:23.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502026-08-05T04:14:23.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512026-08-05T04:14:23.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27522026-08-05T04:14:23.823Z
27532026-08-05T04:14:23.823Zinfo: running `cargo check --bins` on oximeter-types (83/303)
27542026-08-05T04:14:24.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-08-05T04:14:24.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-08-05T04:14:24.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572026-08-05T04:14:24.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27582026-08-05T04:14:24.408Z
27592026-08-05T04:14:24.409Zinfo: running `cargo check --bins` on oximeter-types-versions (84/303)
27602026-08-05T04:14:24.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-08-05T04:14:24.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-08-05T04:14:24.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-08-05T04:14:24.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27642026-08-05T04:14:24.975Z
27652026-08-05T04:14:24.975Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/303)
27662026-08-05T04:14:25.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-08-05T04:14:25.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-08-05T04:14:25.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692026-08-05T04:14:25.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27702026-08-05T04:14:25.538Z
27712026-08-05T04:14:25.538Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/303)
27722026-08-05T04:14:26.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-08-05T04:14:26.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-08-05T04:14:26.225Z Compiling multer v3.1.0
27752026-08-05T04:14:26.343Z Compiling async-stream-impl v0.3.6
27762026-08-05T04:14:26.346Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27772026-08-05T04:14:26.357Z Compiling dropshot v0.17.1
27782026-08-05T04:14:26.369Z Compiling parse-display-derive v0.10.0
27792026-08-05T04:14:26.381Z Compiling dropshot_endpoint v0.17.1
27802026-08-05T04:14:26.384Z Compiling newtype-uuid-macros v0.1.0
27812026-08-05T04:14:26.410Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27822026-08-05T04:14:26.555Z Checking thread_local v1.1.9
27832026-08-05T04:14:26.577Z Checking compression-core v0.4.31
27842026-08-05T04:14:26.705Z Checking match_cfg v0.1.0
27852026-08-05T04:14:26.727Z Checking compression-codecs v0.4.37
27862026-08-05T04:14:26.743Z Checking crossbeam-channel v0.5.15
27872026-08-05T04:14:26.778Z Checking hostname v0.3.1
27882026-08-05T04:14:26.817Z Checking atomicwrites v0.4.4
27892026-08-05T04:14:26.873Z Checking slog-json v2.6.1
27902026-08-05T04:14:26.890Z Checking serde_spanned v1.1.1
27912026-08-05T04:14:26.906Z Checking is-terminal v0.4.17
27922026-08-05T04:14:26.937Z Checking toml_datetime v1.1.1+spec-1.1.0
27932026-08-05T04:14:26.992Z Checking debug-ignore v1.0.5
27942026-08-05T04:14:27.015Z Checking term v1.2.1
27952026-08-05T04:14:27.030Z Checking toml_writer v1.1.1+spec-1.1.0
27962026-08-05T04:14:27.075Z Checking take_mut v0.2.2
27972026-08-05T04:14:27.091Z Checking slog-bunyan v2.5.0
27982026-08-05T04:14:27.133Z Checking async-stream v0.3.6
27992026-08-05T04:14:27.137Z Checking async-compression v0.4.41
28002026-08-05T04:14:27.172Z Checking slog-async v2.8.0
28012026-08-05T04:14:27.199Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28022026-08-05T04:14:27.211Z Checking toml v1.1.2+spec-1.1.0
28032026-08-05T04:14:27.234Z Checking slog-term v2.9.2
28042026-08-05T04:14:27.271Z Checking progenitor-client v0.14.0
28052026-08-05T04:14:27.303Z Checking sha1 v0.11.0
28062026-08-05T04:14:27.377Z Checking waitgroup v0.1.2
28072026-08-05T04:14:27.476Z Checking rustls-pemfile v2.2.0
28082026-08-05T04:14:27.490Z Checking backon v1.6.0
28092026-08-05T04:14:27.493Z Checking serde_path_to_error v0.1.20
28102026-08-05T04:14:27.514Z Checking hostname v0.4.2
28112026-08-05T04:14:27.560Z Checking instant v0.1.13
28122026-08-05T04:14:27.643Z Checking backoff v0.4.0
28132026-08-05T04:14:27.656Z Checking progenitor-extras v0.2.0
28142026-08-05T04:14:27.764Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28152026-08-05T04:14:27.788Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28162026-08-05T04:14:27.816Z Checking itertools v0.14.0
28172026-08-05T04:14:27.816Z Checking regress v0.10.5
28182026-08-05T04:14:27.967Z Checking macaddr v1.0.1
28192026-08-05T04:14:28.023Z Checking parse-display v0.10.0
28202026-08-05T04:14:28.142Z Checking humantime v2.3.0
28212026-08-05T04:14:28.946Z Compiling prettyplease v0.2.37
28222026-08-05T04:14:29.203Z Checking num-rational v0.4.2
28232026-08-05T04:14:29.468Z Checking num-complex v0.4.6
28242026-08-05T04:14:29.947Z Compiling num v0.4.3
28252026-08-05T04:14:30.033Z Compiling usdt-attr-macro v0.5.0
28262026-08-05T04:14:30.033Z Compiling usdt-macro v0.5.0
28272026-08-05T04:14:30.062Z Checking memmap v0.7.0
28282026-08-05T04:14:30.089Z Compiling float-ord v0.3.2
28292026-08-05T04:14:30.129Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28302026-08-05T04:14:30.203Z Compiling convert_case v0.4.0
28312026-08-05T04:14:30.293Z Checking unicode-width v0.2.0
28322026-08-05T04:14:30.563Z Checking console v0.15.11
28332026-08-05T04:14:30.599Z Compiling derive_more v0.99.20
28342026-08-05T04:14:30.811Z Checking newline-converter v0.3.0
28352026-08-05T04:14:30.848Z Compiling toml v0.8.23
28362026-08-05T04:14:30.861Z Checking usdt v0.5.0
28372026-08-05T04:14:30.919Z Compiling minimal-lexical v0.2.1
28382026-08-05T04:14:31.037Z Checking linked-hash-map v0.5.6
28392026-08-05T04:14:31.180Z Compiling nom v7.1.3
28402026-08-05T04:14:31.209Z Checking lru-cache v0.1.2
28412026-08-05T04:14:31.328Z Checking expectorate v1.2.0
28422026-08-05T04:14:31.696Z Checking camino-tempfile v1.4.1
28432026-08-05T04:14:31.810Z Checking hickory-proto v0.24.4
28442026-08-05T04:14:31.859Z Checking phf_shared v0.12.1
28452026-08-05T04:14:31.975Z Compiling slog-dtrace v0.3.0
28462026-08-05T04:14:31.999Z Compiling unicode-xid v0.2.6
28472026-08-05T04:14:32.165Z Compiling chrono-tz v0.10.4
28482026-08-05T04:14:32.343Z Checking heck v0.5.0
28492026-08-05T04:14:32.388Z Checking resolv-conf v0.7.6
28502026-08-05T04:14:32.540Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28512026-08-05T04:14:32.544Z Compiling const_format_proc_macros v0.2.34
28522026-08-05T04:14:32.569Z Checking phf v0.12.1
28532026-08-05T04:14:32.710Z Checking tokio-dtrace v0.1.1
28542026-08-05T04:14:32.902Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28552026-08-05T04:14:33.021Z Compiling derive-where v1.6.0
28562026-08-05T04:14:33.203Z Checking highway v1.3.0
28572026-08-05T04:14:33.227Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28582026-08-05T04:14:33.366Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28592026-08-05T04:14:33.445Z Checking const_format v0.2.35
28602026-08-05T04:14:33.631Z Checking hickory-resolver v0.24.4
28612026-08-05T04:14:33.676Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28622026-08-05T04:14:34.192Z Checking oxide-tokio-rt v0.1.4
28632026-08-05T04:14:34.370Z Checking qorb v0.4.1
28642026-08-05T04:14:34.609Z Checking gethostname v0.5.0
28652026-08-05T04:14:34.703Z Checking bcs v0.1.6
28662026-08-05T04:14:34.727Z Checking termtree v0.5.1
28672026-08-05T04:14:34.781Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28682026-08-05T04:14:34.883Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28692026-08-05T04:14:35.048Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28702026-08-05T04:14:35.051Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28712026-08-05T04:14:38.165Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28722026-08-05T04:14:41.289Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28732026-08-05T04:14:43.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.96s
28742026-08-05T04:14:43.684Z
28752026-08-05T04:14:43.685Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/303)
28762026-08-05T04:14:44.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-08-05T04:14:44.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-08-05T04:14:44.364Z Compiling ar_archive_writer v0.5.1
28792026-08-05T04:14:44.475Z Compiling stacker v0.1.23
28802026-08-05T04:14:44.482Z Compiling cfg_aliases v0.1.1
28812026-08-05T04:14:44.488Z Compiling convert_case v0.10.0
28822026-08-05T04:14:44.491Z Checking unicode-width v0.1.14
28832026-08-05T04:14:44.504Z Compiling proc-macro-error v1.0.4
28842026-08-05T04:14:44.514Z Checking fd-lock v4.0.4
28852026-08-05T04:14:44.514Z Checking nibble_vec v0.1.0
28862026-08-05T04:14:44.537Z Compiling nix v0.28.0
28872026-08-05T04:14:44.623Z Checking vte v0.14.1
28882026-08-05T04:14:44.638Z Compiling recursive-proc-macro-impl v0.1.1
28892026-08-05T04:14:44.726Z Checking endian-type v0.1.2
28902026-08-05T04:14:44.742Z Checking bytecount v0.6.9
28912026-08-05T04:14:44.784Z Checking strip-ansi-escapes v0.2.1
28922026-08-05T04:14:44.787Z Compiling derive_more-impl v2.1.1
28932026-08-05T04:14:44.797Z Compiling tabled_derive v0.7.0
28942026-08-05T04:14:44.874Z Checking papergrid v0.11.0
28952026-08-05T04:14:44.885Z Checking radix_trie v0.2.1
28962026-08-05T04:14:44.909Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28972026-08-05T04:14:45.033Z Compiling peg-macros v0.8.5
28982026-08-05T04:14:45.088Z Checking winnow v0.6.26
28992026-08-05T04:14:45.283Z Compiling psm v0.1.30
29002026-08-05T04:14:45.372Z Compiling sqlparser_derive v0.5.0
29012026-08-05T04:14:45.495Z Checking unicode_categories v0.1.1
29022026-08-05T04:14:45.643Z Checking derive_more v2.1.1
29032026-08-05T04:14:45.655Z Checking home v0.5.12
29042026-08-05T04:14:45.720Z Checking nu-ansi-term v0.50.3
29052026-08-05T04:14:45.758Z Checking crossterm v0.29.0
29062026-08-05T04:14:45.818Z Checking tabled v0.15.0
29072026-08-05T04:14:45.866Z Checking rustyline v14.0.0
29082026-08-05T04:14:45.931Z Checking reedline v0.40.0
29092026-08-05T04:14:46.126Z Checking recursive v0.1.1
29102026-08-05T04:14:46.182Z Checking display-error-chain v0.2.2
29112026-08-05T04:14:46.219Z Checking sqlparser v0.61.0
29122026-08-05T04:14:46.281Z Checking sqlformat v0.3.5
29132026-08-05T04:14:46.454Z Checking peg v0.8.5
29142026-08-05T04:14:57.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s
29152026-08-05T04:14:57.807Z
29162026-08-05T04:14:57.807Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/303)
29172026-08-05T04:14:58.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-08-05T04:14:58.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-08-05T04:14:58.484Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29202026-08-05T04:15:02.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
29212026-08-05T04:15:02.234Z
29222026-08-05T04:15:02.234Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/303)
29232026-08-05T04:15:02.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-08-05T04:15:02.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-08-05T04:15:02.908Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29262026-08-05T04:15:05.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
29272026-08-05T04:15:05.637Z
29282026-08-05T04:15:05.637Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/303)
29292026-08-05T04:15:06.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-08-05T04:15:06.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-08-05T04:15:06.299Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29322026-08-05T04:15:09.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
29332026-08-05T04:15:09.802Z
29342026-08-05T04:15:09.802Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/303)
29352026-08-05T04:15:10.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-08-05T04:15:10.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-08-05T04:15:10.479Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29382026-08-05T04:15:13.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
29392026-08-05T04:15:14.063Z
29402026-08-05T04:15:14.063Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/303)
29412026-08-05T04:15:15.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-08-05T04:15:15.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-08-05T04:15:15.395Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29442026-08-05T04:15:17.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
29452026-08-05T04:15:17.578Z
29462026-08-05T04:15:17.578Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/303)
29472026-08-05T04:15:18.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-08-05T04:15:18.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-08-05T04:15:18.253Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29502026-08-05T04:15:20.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
29512026-08-05T04:15:21.142Z
29522026-08-05T04:15:21.142Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/303)
29532026-08-05T04:15:21.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-08-05T04:15:21.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-08-05T04:15:21.809Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-08-05T04:15:25.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
29572026-08-05T04:15:25.630Z
29582026-08-05T04:15:25.630Zinfo: running `cargo check --bins` on oximeter (95/303)
29592026-08-05T04:15:26.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-05T04:15:26.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-05T04:15:26.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622026-08-05T04:15:26.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29632026-08-05T04:15:26.313Z
29642026-08-05T04:15:26.314Zinfo: running `cargo check --bins` on oximeter-schema (96/303)
29652026-08-05T04:15:27.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-05T04:15:27.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-05T04:15:27.792Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29682026-08-05T04:15:27.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
29692026-08-05T04:15:27.793Z
29702026-08-05T04:15:27.793Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/303)
29712026-08-05T04:15:27.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-05T04:15:27.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-05T04:15:27.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742026-08-05T04:15:27.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29752026-08-05T04:15:27.844Z
29762026-08-05T04:15:27.844Zinfo: running `cargo check --bins` on oximeter-test-utils (98/303)
29772026-08-05T04:15:28.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-05T04:15:28.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-05T04:15:28.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29802026-08-05T04:15:28.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29812026-08-05T04:15:28.456Z
29822026-08-05T04:15:28.456Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/303)
29832026-08-05T04:15:28.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-05T04:15:28.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-05T04:15:28.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29862026-08-05T04:15:28.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29872026-08-05T04:15:29.035Z
29882026-08-05T04:15:29.035Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/303)
29892026-08-05T04:15:29.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-05T04:15:29.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-05T04:15:29.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29922026-08-05T04:15:29.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29932026-08-05T04:15:29.639Z
29942026-08-05T04:15:29.640Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/303)
29952026-08-05T04:15:30.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-05T04:15:30.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-05T04:15:30.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-08-05T04:15:30.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29992026-08-05T04:15:30.200Z
30002026-08-05T04:15:30.200Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/303)
30012026-08-05T04:15:30.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-05T04:15:30.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-05T04:15:30.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-08-05T04:15:30.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30052026-08-05T04:15:30.783Z
30062026-08-05T04:15:30.783Zinfo: running `cargo check --bins` on trust-quorum-types (103/303)
30072026-08-05T04:15:31.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-05T04:15:31.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-05T04:15:31.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-08-05T04:15:31.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30112026-08-05T04:15:31.354Z
30122026-08-05T04:15:31.354Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/303)
30132026-08-05T04:15:31.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-05T04:15:31.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-05T04:15:31.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-05T04:15:31.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30172026-08-05T04:15:31.934Z
30182026-08-05T04:15:31.934Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (105/303)
30192026-08-05T04:15:32.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-05T04:15:32.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-05T04:15:32.658Z Compiling crucible-workspace-hack v0.1.0
30222026-08-05T04:15:32.778Z Compiling itertools v0.15.0
30232026-08-05T04:15:32.785Z Checking secrecy v0.10.3
30242026-08-05T04:15:32.788Z Compiling heapless v0.8.0
30252026-08-05T04:15:32.788Z Compiling toml_datetime v0.7.5+spec-1.1.0
30262026-08-05T04:15:32.803Z Checking hash32 v0.3.1
30272026-08-05T04:15:32.803Z Checking inout v0.1.4
30282026-08-05T04:15:32.827Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30292026-08-05T04:15:32.874Z Compiling smoltcp v0.11.0
30302026-08-05T04:15:32.918Z Checking cobs v0.3.0
30312026-08-05T04:15:32.944Z Compiling toml_edit v0.23.10+spec-1.0.0
30322026-08-05T04:15:33.016Z Checking cipher v0.4.4
30332026-08-05T04:15:33.027Z Checking universal-hash v0.5.1
30342026-08-05T04:15:33.060Z Compiling thiserror-impl-no-std v2.0.2
30352026-08-05T04:15:33.064Z Checking half v2.7.1
30362026-08-05T04:15:33.141Z Checking opaque-debug v0.3.1
30372026-08-05T04:15:33.200Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30382026-08-05T04:15:33.227Z Checking ciborium-io v0.2.2
30392026-08-05T04:15:33.243Z Checking poly1305 v0.8.0
30402026-08-05T04:15:33.317Z Checking chacha20 v0.9.1
30412026-08-05T04:15:33.348Z Checking ciborium-ll v0.2.2
30422026-08-05T04:15:33.402Z Checking postcard v1.1.3
30432026-08-05T04:15:33.508Z Compiling proc-macro-crate v3.4.0
30442026-08-05T04:15:33.508Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30452026-08-05T04:15:33.531Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30462026-08-05T04:15:33.677Z Checking password-hash v0.5.0
30472026-08-05T04:15:33.778Z Compiling proc-macro-crate v1.3.1
30482026-08-05T04:15:33.900Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30492026-08-05T04:15:33.903Z Checking blake2 v0.10.6
30502026-08-05T04:15:33.974Z Checking aead v0.5.2
30512026-08-05T04:15:34.042Z Compiling num_enum_derive v0.7.6
30522026-08-05T04:15:34.080Z Compiling ingot-macros v0.2.0
30532026-08-05T04:15:34.115Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30542026-08-05T04:15:34.127Z Compiling foreign-types-macros v0.2.3
30552026-08-05T04:15:34.147Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30562026-08-05T04:15:34.181Z Checking foreign-types-shared v0.3.1
30572026-08-05T04:15:34.252Z Checking thiserror-no-std v2.0.2
30582026-08-05T04:15:34.295Z Compiling num_enum_derive v0.5.11
30592026-08-05T04:15:34.312Z Checking argon2 v0.5.3
30602026-08-05T04:15:34.344Z Checking vsss-rs v3.3.4
30612026-08-05T04:15:34.377Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30622026-08-05T04:15:34.656Z Checking chacha20poly1305 v0.10.1
30632026-08-05T04:15:34.719Z Checking foreign-types v0.5.0
30642026-08-05T04:15:34.779Z Checking ciborium v0.2.2
30652026-08-05T04:15:34.894Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30662026-08-05T04:15:34.918Z Checking tabwriter v1.4.1
30672026-08-05T04:15:35.063Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30682026-08-05T04:15:35.077Z Checking num_enum v0.7.6
30692026-08-05T04:15:35.184Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30702026-08-05T04:15:35.198Z Checking cstr-argument v0.1.2
30712026-08-05T04:15:35.211Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30722026-08-05T04:15:35.293Z Checking num_enum v0.5.11
30732026-08-05T04:15:35.314Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30742026-08-05T04:15:35.406Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30752026-08-05T04:15:35.419Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30762026-08-05T04:15:35.455Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30772026-08-05T04:15:35.515Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30782026-08-05T04:15:35.529Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30792026-08-05T04:15:35.566Z Checking rand v0.10.1
30802026-08-05T04:15:35.622Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30812026-08-05T04:15:35.664Z Checking colored v3.1.1
30822026-08-05T04:15:35.729Z Checking indent_write v2.2.0
30832026-08-05T04:15:35.863Z Compiling zone_cfg_derive v0.3.1
30842026-08-05T04:15:35.890Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30852026-08-05T04:15:35.950Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30862026-08-05T04:15:36.062Z Checking itertools v0.12.1
30872026-08-05T04:15:36.077Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30882026-08-05T04:15:36.104Z Compiling num-derive v0.4.2
30892026-08-05T04:15:36.119Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30902026-08-05T04:15:36.184Z Checking swrite v0.1.0
30912026-08-05T04:15:36.277Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30922026-08-05T04:15:36.437Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30932026-08-05T04:15:36.470Z Checking dropshot-api-manager-types v0.7.2
30942026-08-05T04:15:36.521Z Checking smf v0.2.3
30952026-08-05T04:15:36.541Z Checking nanorand v0.7.0
30962026-08-05T04:15:37.409Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30972026-08-05T04:15:37.414Z Checking whoami v1.6.1
30982026-08-05T04:15:37.414Z Checking flume v0.11.1
30992026-08-05T04:15:37.414Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31002026-08-05T04:15:37.414Z Checking ingot-types v0.2.0
31012026-08-05T04:15:37.414Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31022026-08-05T04:15:37.415Z Checking zone v0.3.1
31032026-08-05T04:15:37.415Z Checking ingot v0.2.1
31042026-08-05T04:15:38.752Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31052026-08-05T04:15:39.683Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31062026-08-05T04:15:40.577Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31072026-08-05T04:15:43.078Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31082026-08-05T04:15:45.216Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31092026-08-05T04:15:46.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.46s
31102026-08-05T04:15:46.584Z
31112026-08-05T04:15:46.584Zinfo: running `cargo check --bins` on clickhouse-admin-api (106/303)
31122026-08-05T04:15:47.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-08-05T04:15:47.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-08-05T04:15:47.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-08-05T04:15:47.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31162026-08-05T04:15:47.173Z
31172026-08-05T04:15:47.173Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (107/303)
31182026-08-05T04:15:49.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-08-05T04:15:49.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-08-05T04:15:49.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-08-05T04:15:49.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31222026-08-05T04:15:49.191Z
31232026-08-05T04:15:49.191Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/303)
31242026-08-05T04:15:49.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-08-05T04:15:49.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-08-05T04:15:49.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-08-05T04:15:49.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-08-05T04:15:49.191Z
31292026-08-05T04:15:49.191Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/303)
31302026-08-05T04:15:49.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-08-05T04:15:49.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-08-05T04:15:49.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-08-05T04:15:49.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31342026-08-05T04:15:49.191Z
31352026-08-05T04:15:49.191Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/303)
31362026-08-05T04:15:49.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-08-05T04:15:49.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-08-05T04:15:49.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-08-05T04:15:49.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31402026-08-05T04:15:49.527Z
31412026-08-05T04:15:49.527Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/303)
31422026-08-05T04:15:50.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-08-05T04:15:50.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-08-05T04:15:50.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-08-05T04:15:50.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31462026-08-05T04:15:50.116Z
31472026-08-05T04:15:50.116Zinfo: running `cargo check --bins` on cockroach-admin-client (112/303)
31482026-08-05T04:15:50.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-08-05T04:15:50.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-08-05T04:15:50.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-08-05T04:15:50.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31522026-08-05T04:15:50.684Z
31532026-08-05T04:15:50.684Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/303)
31542026-08-05T04:15:51.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-08-05T04:15:51.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-08-05T04:15:51.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-08-05T04:15:51.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31582026-08-05T04:15:51.263Z
31592026-08-05T04:15:51.263Zinfo: running `cargo check --bins` on dns-service-client (114/303)
31602026-08-05T04:15:51.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-08-05T04:15:51.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-08-05T04:15:51.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-08-05T04:15:51.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31642026-08-05T04:15:51.846Z
31652026-08-05T04:15:51.846Zinfo: running `cargo check --bins` on installinator-client (115/303)
31662026-08-05T04:15:52.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-08-05T04:15:52.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-08-05T04:15:52.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-08-05T04:15:52.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31702026-08-05T04:15:52.462Z
31712026-08-05T04:15:52.462Zinfo: running `cargo check --bins` on nexus-client (116/303)
31722026-08-05T04:15:52.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-08-05T04:15:52.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-08-05T04:15:52.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-08-05T04:15:52.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31762026-08-05T04:15:53.047Z
31772026-08-05T04:15:53.047Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/303)
31782026-08-05T04:15:53.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-08-05T04:15:53.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-08-05T04:15:53.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-08-05T04:15:53.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31822026-08-05T04:15:53.794Z
31832026-08-05T04:15:53.794Zinfo: running `cargo check --bins` on ntp-admin-client (118/303)
31842026-08-05T04:15:54.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-08-05T04:15:54.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-08-05T04:15:54.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-08-05T04:15:54.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31882026-08-05T04:15:54.301Z
31892026-08-05T04:15:54.301Zinfo: running `cargo check --bins` on oxide-client (119/303)
31902026-08-05T04:15:54.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-08-05T04:15:54.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-08-05T04:15:54.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-08-05T04:15:54.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31942026-08-05T04:15:54.822Z
31952026-08-05T04:15:54.822Zinfo: running `cargo check --bins` on oximeter-client (120/303)
31962026-08-05T04:15:55.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-08-05T04:15:55.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-08-05T04:15:55.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-08-05T04:15:55.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32002026-08-05T04:15:55.412Z
32012026-08-05T04:15:55.412Zinfo: running `cargo check --bins` on repo-depot-client (121/303)
32022026-08-05T04:15:55.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-08-05T04:15:55.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-08-05T04:15:55.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-08-05T04:15:55.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32062026-08-05T04:15:55.993Z
32072026-08-05T04:15:55.993Zinfo: running `cargo check --bins` on sled-agent-client (122/303)
32082026-08-05T04:15:56.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-08-05T04:15:56.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-08-05T04:15:56.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-08-05T04:15:56.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32122026-08-05T04:15:56.612Z
32132026-08-05T04:15:56.612Zinfo: running `cargo check --bins` on wicketd-client (123/303)
32142026-08-05T04:15:57.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-08-05T04:15:57.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-08-05T04:15:57.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-08-05T04:15:57.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32182026-08-05T04:15:57.210Z
32192026-08-05T04:15:57.210Zinfo: running `cargo check --bins` on installinator-common (124/303)
32202026-08-05T04:15:57.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-08-05T04:15:57.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-08-05T04:15:57.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-08-05T04:15:57.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32242026-08-05T04:15:57.814Z
32252026-08-05T04:15:57.814Zinfo: running `cargo check --bins` on installinator-common-versions (125/303)
32262026-08-05T04:15:58.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-08-05T04:15:58.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-08-05T04:15:58.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292026-08-05T04:15:58.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32302026-08-05T04:15:58.391Z
32312026-08-05T04:15:58.391Zinfo: running `cargo check --bins` on wicket-common (126/303)
32322026-08-05T04:15:58.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-08-05T04:15:58.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-08-05T04:15:58.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352026-08-05T04:15:58.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32362026-08-05T04:15:58.994Z
32372026-08-05T04:15:58.994Zinfo: running `cargo check --bins` on wicketd-commission-client (127/303)
32382026-08-05T04:15:59.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392026-08-05T04:15:59.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402026-08-05T04:15:59.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412026-08-05T04:15:59.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32422026-08-05T04:15:59.589Z
32432026-08-05T04:15:59.589Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/303)
32442026-08-05T04:16:00.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452026-08-05T04:16:00.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462026-08-05T04:16:00.277Z Checking csv-core v0.1.13
32472026-08-05T04:16:00.389Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32482026-08-05T04:16:00.393Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32492026-08-05T04:16:00.402Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32502026-08-05T04:16:00.528Z Checking csv v1.4.0
32512026-08-05T04:16:00.553Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32522026-08-05T04:16:00.842Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-08-05T04:16:01.174Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-08-05T04:16:01.179Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32552026-08-05T04:16:02.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
32562026-08-05T04:16:02.437Z
32572026-08-05T04:16:02.437Zinfo: running `cargo check --bins` on cockroach-admin-api (129/303)
32582026-08-05T04:16:02.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592026-08-05T04:16:02.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602026-08-05T04:16:02.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32612026-08-05T04:16:02.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32622026-08-05T04:16:03.014Z
32632026-08-05T04:16:03.014Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/303)
32642026-08-05T04:16:03.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652026-08-05T04:16:03.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662026-08-05T04:16:03.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672026-08-05T04:16:03.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32682026-08-05T04:16:03.682Z
32692026-08-05T04:16:03.682Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/303)
32702026-08-05T04:16:04.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-08-05T04:16:04.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-08-05T04:16:04.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732026-08-05T04:16:04.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32742026-08-05T04:16:04.350Z
32752026-08-05T04:16:04.351Zinfo: running `cargo check --bins` on gateway-test-utils (132/303)
32762026-08-05T04:16:04.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-08-05T04:16:04.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-08-05T04:16:04.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-08-05T04:16:04.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32802026-08-05T04:16:04.982Z
32812026-08-05T04:16:04.982Zinfo: running `cargo check --bins` on omicron-gateway (133/303)
32822026-08-05T04:16:05.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-08-05T04:16:05.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-08-05T04:16:05.754Z Compiling regress v0.11.1
32852026-08-05T04:16:05.885Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32862026-08-05T04:16:05.893Z Compiling unsafe-libyaml v0.2.11
32872026-08-05T04:16:05.904Z Compiling semver v0.1.20
32882026-08-05T04:16:05.918Z Checking nom v8.0.0
32892026-08-05T04:16:05.934Z Compiling cancel-safe-futures v0.1.5
32902026-08-05T04:16:05.950Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32912026-08-05T04:16:06.229Z Compiling rustc_version v0.1.7
32922026-08-05T04:16:06.239Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32932026-08-05T04:16:06.347Z Compiling newtype_derive v0.1.6
32942026-08-05T04:16:06.500Z Compiling serde_yaml v0.9.34+deprecated
32952026-08-05T04:16:06.559Z Compiling owo-colors v4.3.0
32962026-08-05T04:16:06.599Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32972026-08-05T04:16:06.656Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32982026-08-05T04:16:06.909Z Checking oxide-update-engine-types v0.1.2
32992026-08-05T04:16:06.925Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33002026-08-05T04:16:07.054Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33012026-08-05T04:16:07.085Z Checking tagptr v0.2.0
33022026-08-05T04:16:07.233Z Checking smawk v0.3.2
33032026-08-05T04:16:07.328Z Checking typify-impl v0.6.2
33042026-08-05T04:16:07.362Z Checking unicode-linebreak v0.1.5
33052026-08-05T04:16:07.400Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33062026-08-05T04:16:07.574Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33072026-08-05T04:16:07.777Z Checking linear-map v1.2.0
33082026-08-05T04:16:07.815Z Checking textwrap v0.16.2
33092026-08-05T04:16:07.860Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33102026-08-05T04:16:07.923Z Checking moka v0.12.13
33112026-08-05T04:16:07.948Z Checking oxide-update-engine v0.1.2
33122026-08-05T04:16:08.028Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33132026-08-05T04:16:08.491Z Checking steno v0.4.1
33142026-08-05T04:16:08.565Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33152026-08-05T04:16:08.780Z Checking hickory-resolver v0.25.2
33162026-08-05T04:16:08.856Z Checking sha1 v0.10.6
33172026-08-05T04:16:08.939Z Checking half v1.8.3
33182026-08-05T04:16:09.026Z Checking utf-8 v0.7.6
33192026-08-05T04:16:09.089Z Checking void v1.0.2
33202026-08-05T04:16:09.250Z Checking serde_cbor v0.11.2
33212026-08-05T04:16:09.258Z Checking tungstenite v0.23.0
33222026-08-05T04:16:09.258Z Checking lzss v0.8.2
33232026-08-05T04:16:09.435Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33242026-08-05T04:16:09.489Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33252026-08-05T04:16:09.503Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33262026-08-05T04:16:09.516Z Checking nix v0.27.1
33272026-08-05T04:16:09.520Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33282026-08-05T04:16:09.557Z Checking kstat-rs v0.2.4
33292026-08-05T04:16:09.659Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33302026-08-05T04:16:09.678Z Checking fxhash v0.2.1
33312026-08-05T04:16:09.742Z Checking serde_bytes v0.11.19
33322026-08-05T04:16:09.757Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33332026-08-05T04:16:09.788Z Checking tokio-tungstenite v0.23.1
33342026-08-05T04:16:09.916Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33352026-08-05T04:16:09.941Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33362026-08-05T04:16:10.032Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33372026-08-05T04:16:10.047Z Checking signal-hook-tokio v0.3.1
33382026-08-05T04:16:10.793Z Compiling typify-macro v0.6.2
33392026-08-05T04:16:11.757Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33402026-08-05T04:16:11.964Z Compiling typify v0.6.2
33412026-08-05T04:16:12.041Z Compiling progenitor-impl v0.14.0
33422026-08-05T04:16:13.442Z Compiling progenitor-macro v0.14.0
33432026-08-05T04:16:15.791Z Checking progenitor v0.14.0
33442026-08-05T04:16:15.906Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33452026-08-05T04:16:15.911Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33462026-08-05T04:16:18.576Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33472026-08-05T04:16:26.980Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33482026-08-05T04:16:33.872Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33492026-08-05T04:16:35.286Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33502026-08-05T04:16:35.817Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33512026-08-05T04:16:37.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.99s
33522026-08-05T04:16:38.177Z
33532026-08-05T04:16:38.177Zinfo: running `cargo check --bins` on gateway-api (134/303)
33542026-08-05T04:16:38.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-08-05T04:16:38.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-08-05T04:16:38.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-08-05T04:16:38.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33582026-08-05T04:16:38.753Z
33592026-08-05T04:16:38.753Zinfo: running `cargo check --bins` on ipcc (135/303)
33602026-08-05T04:16:39.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-08-05T04:16:39.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-08-05T04:16:39.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-08-05T04:16:39.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33642026-08-05T04:16:39.670Z
33652026-08-05T04:16:39.670Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/303)
33662026-08-05T04:16:39.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-08-05T04:16:39.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-08-05T04:16:39.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-08-05T04:16:39.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33702026-08-05T04:16:39.898Z
33712026-08-05T04:16:39.898Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/303)
33722026-08-05T04:16:40.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-08-05T04:16:40.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-08-05T04:16:40.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-08-05T04:16:40.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33762026-08-05T04:16:42.620Z
33772026-08-05T04:16:42.620Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/303)
33782026-08-05T04:16:42.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-08-05T04:16:42.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-08-05T04:16:42.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-08-05T04:16:42.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33822026-08-05T04:16:42.640Z
33832026-08-05T04:16:42.640Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/303)
33842026-08-05T04:16:42.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-08-05T04:16:42.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-08-05T04:16:42.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-08-05T04:16:42.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33882026-08-05T04:16:42.640Z
33892026-08-05T04:16:42.640Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/303)
33902026-08-05T04:16:42.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-08-05T04:16:42.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-08-05T04:16:42.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-08-05T04:16:42.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33942026-08-05T04:16:42.640Z
33952026-08-05T04:16:42.640Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/303)
33962026-08-05T04:16:44.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-08-05T04:16:44.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-08-05T04:16:44.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-08-05T04:16:44.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34002026-08-05T04:16:44.315Z
34012026-08-05T04:16:44.315Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/303)
34022026-08-05T04:16:44.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-08-05T04:16:44.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-08-05T04:16:44.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-08-05T04:16:44.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34062026-08-05T04:16:44.315Z
34072026-08-05T04:16:44.315Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/303)
34082026-08-05T04:16:44.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-08-05T04:16:44.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-08-05T04:16:44.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-08-05T04:16:44.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34122026-08-05T04:16:44.315Z
34132026-08-05T04:16:44.315Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/303)
34142026-08-05T04:16:44.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-08-05T04:16:44.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-08-05T04:16:44.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-08-05T04:16:44.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34182026-08-05T04:16:44.591Z
34192026-08-05T04:16:44.591Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/303)
34202026-08-05T04:16:45.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-08-05T04:16:45.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-08-05T04:16:45.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-08-05T04:16:45.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34242026-08-05T04:16:45.266Z
34252026-08-05T04:16:45.266Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/303)
34262026-08-05T04:16:45.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-08-05T04:16:45.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-08-05T04:16:45.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-08-05T04:16:45.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34302026-08-05T04:16:45.765Z
34312026-08-05T04:16:45.765Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/303)
34322026-08-05T04:16:46.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-08-05T04:16:46.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-08-05T04:16:46.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-08-05T04:16:46.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34362026-08-05T04:16:46.364Z
34372026-08-05T04:16:46.365Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/303)
34382026-08-05T04:16:46.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-08-05T04:16:46.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-08-05T04:16:46.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-08-05T04:16:46.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34422026-08-05T04:16:46.950Z
34432026-08-05T04:16:46.950Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/303)
34442026-08-05T04:16:47.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-08-05T04:16:47.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-08-05T04:16:47.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-08-05T04:16:47.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34482026-08-05T04:16:47.587Z
34492026-08-05T04:16:47.587Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/303)
34502026-08-05T04:16:48.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-08-05T04:16:48.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-08-05T04:16:48.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-08-05T04:16:48.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34542026-08-05T04:16:48.148Z
34552026-08-05T04:16:48.148Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/303)
34562026-08-05T04:16:48.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-08-05T04:16:48.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-08-05T04:16:48.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-08-05T04:16:48.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34602026-08-05T04:16:48.748Z
34612026-08-05T04:16:48.748Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/303)
34622026-08-05T04:16:49.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-08-05T04:16:49.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-08-05T04:16:49.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-08-05T04:16:49.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34662026-08-05T04:16:49.350Z
34672026-08-05T04:16:49.350Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/303)
34682026-08-05T04:16:49.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-08-05T04:16:49.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-08-05T04:16:49.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-08-05T04:16:49.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34722026-08-05T04:16:49.944Z
34732026-08-05T04:16:49.944Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/303)
34742026-08-05T04:16:50.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-08-05T04:16:50.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-08-05T04:16:50.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-08-05T04:16:50.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34782026-08-05T04:16:50.537Z
34792026-08-05T04:16:50.537Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/303)
34802026-08-05T04:16:51.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-08-05T04:16:51.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-08-05T04:16:51.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-08-05T04:16:51.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34842026-08-05T04:16:51.132Z
34852026-08-05T04:16:51.133Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/303)
34862026-08-05T04:16:51.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-08-05T04:16:51.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-08-05T04:16:51.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-08-05T04:16:51.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34902026-08-05T04:16:51.733Z
34912026-08-05T04:16:51.733Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/303)
34922026-08-05T04:16:52.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-08-05T04:16:52.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-08-05T04:16:52.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-08-05T04:16:52.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34962026-08-05T04:16:52.334Z
34972026-08-05T04:16:52.334Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/303)
34982026-08-05T04:16:52.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-08-05T04:16:52.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-08-05T04:16:52.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-08-05T04:16:52.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35022026-08-05T04:16:52.914Z
35032026-08-05T04:16:52.914Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/303)
35042026-08-05T04:16:53.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-08-05T04:16:53.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-08-05T04:16:53.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-08-05T04:16:53.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35082026-08-05T04:16:53.494Z
35092026-08-05T04:16:53.494Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/303)
35102026-08-05T04:16:53.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-08-05T04:16:53.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-08-05T04:16:53.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-08-05T04:16:53.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35142026-08-05T04:16:54.080Z
35152026-08-05T04:16:54.080Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/303)
35162026-08-05T04:16:54.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-08-05T04:16:54.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-08-05T04:16:54.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-08-05T04:16:54.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35202026-08-05T04:16:54.662Z
35212026-08-05T04:16:54.662Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/303)
35222026-08-05T04:16:55.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-08-05T04:16:55.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-08-05T04:16:55.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-08-05T04:16:55.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35262026-08-05T04:16:55.244Z
35272026-08-05T04:16:55.244Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/303)
35282026-08-05T04:16:55.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-08-05T04:16:55.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-08-05T04:16:55.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-08-05T04:16:55.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35322026-08-05T04:16:55.826Z
35332026-08-05T04:16:55.827Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/303)
35342026-08-05T04:16:56.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-08-05T04:16:56.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-08-05T04:16:56.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-08-05T04:16:56.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35382026-08-05T04:16:56.415Z
35392026-08-05T04:16:56.415Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/303)
35402026-08-05T04:16:56.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-08-05T04:16:56.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-08-05T04:16:56.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-08-05T04:16:56.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35442026-08-05T04:16:57.003Z
35452026-08-05T04:16:57.003Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/303)
35462026-08-05T04:16:57.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-08-05T04:16:57.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-08-05T04:16:57.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-08-05T04:16:57.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35502026-08-05T04:16:57.604Z
35512026-08-05T04:16:57.604Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/303)
35522026-08-05T04:16:58.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-08-05T04:16:58.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-08-05T04:16:58.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-08-05T04:16:58.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35562026-08-05T04:16:58.206Z
35572026-08-05T04:16:58.206Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/303)
35582026-08-05T04:16:58.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-08-05T04:16:58.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-08-05T04:16:58.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-08-05T04:16:58.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35622026-08-05T04:16:58.810Z
35632026-08-05T04:16:58.810Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/303)
35642026-08-05T04:16:59.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-08-05T04:16:59.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-08-05T04:16:59.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-08-05T04:16:59.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35682026-08-05T04:16:59.416Z
35692026-08-05T04:16:59.417Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/303)
35702026-08-05T04:16:59.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-08-05T04:16:59.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-08-05T04:16:59.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-08-05T04:16:59.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35742026-08-05T04:17:00.017Z
35752026-08-05T04:17:00.017Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/303)
35762026-08-05T04:17:00.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-08-05T04:17:00.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-08-05T04:17:00.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-08-05T04:17:00.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35802026-08-05T04:17:00.628Z
35812026-08-05T04:17:00.633Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/303)
35822026-08-05T04:17:01.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-08-05T04:17:01.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-08-05T04:17:01.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-08-05T04:17:01.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35862026-08-05T04:17:01.223Z
35872026-08-05T04:17:01.223Zinfo: running `cargo check --bins` on oximeter-producer (173/303)
35882026-08-05T04:17:01.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-08-05T04:17:01.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-08-05T04:17:01.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-08-05T04:17:01.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35922026-08-05T04:17:01.846Z
35932026-08-05T04:17:01.846Zinfo: running `cargo check --bins` on internal-dns-resolver (174/303)
35942026-08-05T04:17:02.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-08-05T04:17:02.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-08-05T04:17:02.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-08-05T04:17:02.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35982026-08-05T04:17:02.421Z
35992026-08-05T04:17:02.421Zinfo: running `cargo check --bins` on dns-server (175/303)
36002026-08-05T04:17:02.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-08-05T04:17:02.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-08-05T04:17:03.064Z Compiling parking_lot_core v0.8.6
36032026-08-05T04:17:03.067Z Compiling git-stub v1.0.0
36042026-08-05T04:17:03.067Z Checking prefix-trie v0.7.0
36052026-08-05T04:17:03.185Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36062026-08-05T04:17:03.298Z Compiling git-stub-vcs v0.1.0
36072026-08-05T04:17:03.455Z Checking hickory-server v0.25.2
36082026-08-05T04:17:03.558Z Checking parking_lot v0.11.2
36092026-08-05T04:17:03.598Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36102026-08-05T04:17:03.722Z Checking sled v0.34.7
36112026-08-05T04:17:05.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
36122026-08-05T04:17:05.835Z
36132026-08-05T04:17:05.835Zinfo: running `cargo check --bins` on dns-server-api (176/303)
36142026-08-05T04:17:06.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-08-05T04:17:06.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-08-05T04:17:06.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-08-05T04:17:06.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36182026-08-05T04:17:06.413Z
36192026-08-05T04:17:06.413Zinfo: running `cargo check --bins` on oximeter-producer-api (177/303)
36202026-08-05T04:17:06.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-08-05T04:17:06.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-08-05T04:17:06.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-08-05T04:17:06.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36242026-08-05T04:17:06.990Z
36252026-08-05T04:17:06.990Zinfo: running `cargo check --bins` on sp-sim (178/303)
36262026-08-05T04:17:07.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-08-05T04:17:07.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-08-05T04:17:07.708Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36292026-08-05T04:17:09.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
36302026-08-05T04:17:09.680Z
36312026-08-05T04:17:09.680Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/303)
36322026-08-05T04:17:10.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-08-05T04:17:10.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-08-05T04:17:10.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-08-05T04:17:10.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36362026-08-05T04:17:10.324Z
36372026-08-05T04:17:10.324Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/303)
36382026-08-05T04:17:10.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-08-05T04:17:10.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-08-05T04:17:10.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-08-05T04:17:10.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36422026-08-05T04:17:10.968Z
36432026-08-05T04:17:10.968Zinfo: running `cargo check --bins` on db-macros (181/303)
36442026-08-05T04:17:11.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-08-05T04:17:11.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-08-05T04:17:11.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-08-05T04:17:11.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36482026-08-05T04:17:11.535Z
36492026-08-05T04:17:11.535Zinfo: running `cargo check --bins` on nexus-macros-common (182/303)
36502026-08-05T04:17:12.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-08-05T04:17:12.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-08-05T04:17:12.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-08-05T04:17:12.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36542026-08-05T04:17:12.100Z
36552026-08-05T04:17:12.100Zinfo: running `cargo check --bins` on nexus-auth (183/303)
36562026-08-05T04:17:12.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-08-05T04:17:12.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-08-05T04:17:12.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-08-05T04:17:12.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36602026-08-05T04:17:12.733Z
36612026-08-05T04:17:12.733Zinfo: running `cargo check --bins` on authz-macros (184/303)
36622026-08-05T04:17:13.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-08-05T04:17:13.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-08-05T04:17:13.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-08-05T04:17:13.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36662026-08-05T04:17:13.303Z
36672026-08-05T04:17:13.303Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/303)
36682026-08-05T04:17:13.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-08-05T04:17:13.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-08-05T04:17:13.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-08-05T04:17:13.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36722026-08-05T04:17:13.928Z
36732026-08-05T04:17:13.928Zinfo: running `cargo check --bins` on nexus-db-model (186/303)
36742026-08-05T04:17:14.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-08-05T04:17:14.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-08-05T04:17:14.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-08-05T04:17:14.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36782026-08-05T04:17:14.557Z
36792026-08-05T04:17:14.557Zinfo: running `cargo check --bins` on nexus-db-schema (187/303)
36802026-08-05T04:17:15.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-08-05T04:17:15.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-08-05T04:17:15.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-08-05T04:17:15.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36842026-08-05T04:17:15.126Z
36852026-08-05T04:17:15.126Zinfo: running `cargo check --bins` on omicron-rpaths (188/303)
36862026-08-05T04:17:15.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-08-05T04:17:15.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-08-05T04:17:15.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-08-05T04:17:15.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36902026-08-05T04:17:15.695Z
36912026-08-05T04:17:15.695Zinfo: running `cargo check --bins` on nexus-defaults (189/303)
36922026-08-05T04:17:16.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-08-05T04:17:16.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-08-05T04:17:16.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-08-05T04:17:16.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36962026-08-05T04:17:16.272Z
36972026-08-05T04:17:16.273Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/303)
36982026-08-05T04:17:16.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-08-05T04:17:16.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-08-05T04:17:16.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-08-05T04:17:16.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37022026-08-05T04:17:16.843Z
37032026-08-05T04:17:16.843Zinfo: running `cargo check --bins` on parallel-task-set (191/303)
37042026-08-05T04:17:17.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-08-05T04:17:17.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-08-05T04:17:17.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-08-05T04:17:17.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37082026-08-05T04:17:17.410Z
37092026-08-05T04:17:17.410Zinfo: running `cargo check --bins` on omicron-git-version (192/303)
37102026-08-05T04:17:17.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-08-05T04:17:17.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-08-05T04:17:17.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-08-05T04:17:17.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37142026-08-05T04:17:17.977Z
37152026-08-05T04:17:17.977Zinfo: running `cargo check --bins` on nexus-db-errors (193/303)
37162026-08-05T04:17:18.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-08-05T04:17:18.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-08-05T04:17:18.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-08-05T04:17:18.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37202026-08-05T04:17:18.608Z
37212026-08-05T04:17:18.608Zinfo: running `cargo check --bins` on nexus-db-lookup (194/303)
37222026-08-05T04:17:19.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-08-05T04:17:19.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-08-05T04:17:19.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-08-05T04:17:19.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37262026-08-05T04:17:19.239Z
37272026-08-05T04:17:19.240Zinfo: running `cargo check --bins` on nexus-inventory (195/303)
37282026-08-05T04:17:19.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-08-05T04:17:19.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-08-05T04:17:19.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-08-05T04:17:19.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37322026-08-05T04:17:19.862Z
37332026-08-05T04:17:19.862Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/303)
37342026-08-05T04:17:20.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-08-05T04:17:20.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-08-05T04:17:20.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-08-05T04:17:20.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37382026-08-05T04:17:20.466Z
37392026-08-05T04:17:20.466Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/303)
37402026-08-05T04:17:20.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-08-05T04:17:20.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-08-05T04:17:20.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-08-05T04:17:20.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37442026-08-05T04:17:21.066Z
37452026-08-05T04:17:21.066Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/303)
37462026-08-05T04:17:21.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-08-05T04:17:21.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-08-05T04:17:21.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-08-05T04:17:21.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37502026-08-05T04:17:21.657Z
37512026-08-05T04:17:21.657Zinfo: running `cargo check --bins` on key-manager (199/303)
37522026-08-05T04:17:22.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-08-05T04:17:22.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-08-05T04:17:22.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-08-05T04:17:22.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37562026-08-05T04:17:22.238Z
37572026-08-05T04:17:22.238Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/303)
37582026-08-05T04:17:22.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-08-05T04:17:22.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-08-05T04:17:22.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-08-05T04:17:22.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37622026-08-05T04:17:22.854Z
37632026-08-05T04:17:22.854Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/303)
37642026-08-05T04:17:23.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-08-05T04:17:23.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-08-05T04:17:23.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-08-05T04:17:23.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37682026-08-05T04:17:23.435Z
37692026-08-05T04:17:23.435Zinfo: running `cargo check --bins` on typed-rng (202/303)
37702026-08-05T04:17:23.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-08-05T04:17:23.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-08-05T04:17:23.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-08-05T04:17:23.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37742026-08-05T04:17:23.996Z
37752026-08-05T04:17:23.996Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/303)
37762026-08-05T04:17:24.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-08-05T04:17:24.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-08-05T04:17:24.827Z Compiling libefi-sys v0.1.0
37792026-08-05T04:17:24.844Z Compiling bitfield-struct v0.6.2
37802026-08-05T04:17:24.969Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37812026-08-05T04:17:24.989Z Compiling xshell-macros v0.2.7
37822026-08-05T04:17:25.003Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37832026-08-05T04:17:25.003Z Compiling salty v0.3.0
37842026-08-05T04:17:25.011Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37852026-08-05T04:17:25.031Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37862026-08-05T04:17:25.032Z Checking rfc6979 v0.4.0
37872026-08-05T04:17:25.146Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37882026-08-05T04:17:25.174Z Checking ecdsa v0.16.9
37892026-08-05T04:17:25.302Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37902026-08-05T04:17:25.328Z Checking primeorder v0.13.6
37912026-08-05T04:17:25.339Z Checking xshell v0.2.7
37922026-08-05T04:17:25.368Z Compiling proc-macro-error-attr2 v2.0.0
37932026-08-05T04:17:25.454Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37942026-08-05T04:17:25.492Z Checking tungstenite v0.21.0
37952026-08-05T04:17:25.492Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37962026-08-05T04:17:25.531Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37972026-08-05T04:17:25.558Z Checking p384 v0.13.1
37982026-08-05T04:17:25.595Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37992026-08-05T04:17:25.669Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38002026-08-05T04:17:25.749Z Compiling proc-macro-error2 v2.0.1
38012026-08-05T04:17:25.804Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38022026-08-05T04:17:25.828Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38032026-08-05T04:17:25.854Z Checking papergrid v0.17.0
38042026-08-05T04:17:25.928Z Checking tokio-tungstenite v0.21.0
38052026-08-05T04:17:25.965Z Checking libscf-sys v1.2.0
38062026-08-05T04:17:26.020Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38072026-08-05T04:17:26.054Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38082026-08-05T04:17:26.074Z Compiling tabled_derive v0.11.0
38092026-08-05T04:17:26.098Z Compiling progenitor-impl v0.13.0
38102026-08-05T04:17:26.164Z Checking testing_table v0.3.0
38112026-08-05T04:17:26.180Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38122026-08-05T04:17:26.213Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38132026-08-05T04:17:26.271Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38142026-08-05T04:17:26.298Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38152026-08-05T04:17:26.444Z Compiling illumos-nvpair-sys v0.2.0
38162026-08-05T04:17:26.542Z Compiling unicase v2.9.0
38172026-08-05T04:17:26.542Z Checking corncobs v0.1.4
38182026-08-05T04:17:26.638Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38192026-08-05T04:17:26.654Z Compiling mime_guess v2.0.5
38202026-08-05T04:17:26.684Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38212026-08-05T04:17:26.721Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38222026-08-05T04:17:26.879Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38232026-08-05T04:17:26.945Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38242026-08-05T04:17:26.965Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38252026-08-05T04:17:27.088Z Checking progenitor-client v0.13.0
38262026-08-05T04:17:27.191Z Checking secrecy v0.8.0
38272026-08-05T04:17:27.221Z Checking tabled v0.20.0
38282026-08-05T04:17:27.255Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38292026-08-05T04:17:27.361Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38302026-08-05T04:17:27.490Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38312026-08-05T04:17:27.697Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38322026-08-05T04:17:27.815Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38332026-08-05T04:17:27.846Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38342026-08-05T04:17:27.868Z Checking filetime v0.2.27
38352026-08-05T04:17:28.004Z Checking xattr v1.6.1
38362026-08-05T04:17:28.080Z Checking http-range v0.1.5
38372026-08-05T04:17:28.142Z Checking crc8 v0.1.1
38382026-08-05T04:17:28.183Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38392026-08-05T04:17:28.198Z Checking tar v0.4.46
38402026-08-05T04:17:28.347Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38412026-08-05T04:17:28.429Z Checking illumos-nvpair v0.3.0
38422026-08-05T04:17:28.560Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38432026-08-05T04:17:28.584Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38442026-08-05T04:17:28.595Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38452026-08-05T04:17:28.667Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38462026-08-05T04:17:28.696Z Compiling progenitor-macro v0.13.0
38472026-08-05T04:17:28.830Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
38482026-08-05T04:17:28.926Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38492026-08-05T04:17:28.948Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38502026-08-05T04:17:29.084Z Checking hyper-staticfile v0.10.1
38512026-08-05T04:17:29.195Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38522026-08-05T04:17:29.247Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38532026-08-05T04:17:29.287Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38542026-08-05T04:17:29.375Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38552026-08-05T04:17:29.502Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38562026-08-05T04:17:29.537Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38572026-08-05T04:17:29.554Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38582026-08-05T04:17:29.747Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38592026-08-05T04:17:29.795Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38602026-08-05T04:17:29.859Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6d037cb60304413302e3f3658e4850980cee77b0#6d037cb6)
38612026-08-05T04:17:30.187Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38622026-08-05T04:17:31.943Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38632026-08-05T04:17:32.421Z Checking progenitor v0.13.0
38642026-08-05T04:17:32.462Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38652026-08-05T04:17:32.557Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38662026-08-05T04:17:32.897Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38672026-08-05T04:17:34.865Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38682026-08-05T04:17:37.924Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38692026-08-05T04:17:48.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.79s
38702026-08-05T04:17:48.791Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38712026-08-05T04:17:48.791Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38722026-08-05T04:17:49.007Z
38732026-08-05T04:17:49.007Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/303)
38742026-08-05T04:17:49.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-08-05T04:17:49.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-08-05T04:17:49.794Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38772026-08-05T04:18:00.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38782026-08-05T04:18:00.489Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38792026-08-05T04:18:00.489Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38802026-08-05T04:18:00.692Z
38812026-08-05T04:18:00.692Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/303)
38822026-08-05T04:18:01.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-08-05T04:18:01.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-08-05T04:18:01.474Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38852026-08-05T04:18:12.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38862026-08-05T04:18:12.133Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38872026-08-05T04:18:12.133Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38882026-08-05T04:18:12.342Z
38892026-08-05T04:18:12.342Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/303)
38902026-08-05T04:18:12.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-08-05T04:18:12.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-08-05T04:18:13.117Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38932026-08-05T04:18:23.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38942026-08-05T04:18:23.786Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38952026-08-05T04:18:23.786Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38962026-08-05T04:18:23.976Z
38972026-08-05T04:18:23.977Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/303)
38982026-08-05T04:18:24.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-08-05T04:18:24.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-08-05T04:18:24.762Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39012026-08-05T04:18:35.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
39022026-08-05T04:18:35.396Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39032026-08-05T04:18:35.396Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39042026-08-05T04:18:35.600Z
39052026-08-05T04:18:35.600Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/303)
39062026-08-05T04:18:36.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-08-05T04:18:36.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-08-05T04:18:36.375Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39092026-08-05T04:18:47.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
39102026-08-05T04:18:47.014Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39112026-08-05T04:18:47.014Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39122026-08-05T04:18:47.219Z
39132026-08-05T04:18:47.219Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/303)
39142026-08-05T04:18:47.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-08-05T04:18:47.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-08-05T04:18:48.001Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39172026-08-05T04:18:58.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
39182026-08-05T04:18:58.687Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39192026-08-05T04:18:58.687Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39202026-08-05T04:18:58.889Z
39212026-08-05T04:18:58.889Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/303)
39222026-08-05T04:18:59.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-08-05T04:18:59.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-08-05T04:18:59.669Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39252026-08-05T04:19:10.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
39262026-08-05T04:19:10.293Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39272026-08-05T04:19:10.293Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39282026-08-05T04:19:10.505Z
39292026-08-05T04:19:10.505Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/303)
39302026-08-05T04:19:11.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-08-05T04:19:11.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-08-05T04:19:11.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-08-05T04:19:11.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39342026-08-05T04:19:11.096Z
39352026-08-05T04:19:11.096Zinfo: running `cargo check --bins` on range-requests (212/303)
39362026-08-05T04:19:11.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-08-05T04:19:11.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-08-05T04:19:11.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-08-05T04:19:11.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39402026-08-05T04:19:11.673Z
39412026-08-05T04:19:11.673Zinfo: running `cargo check --bins` on repo-depot-api (213/303)
39422026-08-05T04:19:12.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-08-05T04:19:12.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-08-05T04:19:12.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-08-05T04:19:12.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39462026-08-05T04:19:12.259Z
39472026-08-05T04:19:12.259Zinfo: running `cargo check --bins` on sled-agent-api (214/303)
39482026-08-05T04:19:12.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-08-05T04:19:12.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-08-05T04:19:12.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-08-05T04:19:12.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39522026-08-05T04:19:12.867Z
39532026-08-05T04:19:12.867Zinfo: running `cargo check --bins` on sled-diagnostics (215/303)
39542026-08-05T04:19:13.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-08-05T04:19:13.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-08-05T04:19:13.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-08-05T04:19:13.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39582026-08-05T04:19:13.469Z
39592026-08-05T04:19:13.469Zinfo: running `cargo check --bins` on zfs-test-harness (216/303)
39602026-08-05T04:19:13.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-08-05T04:19:13.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-08-05T04:19:13.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-08-05T04:19:13.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39642026-08-05T04:19:14.072Z
39652026-08-05T04:19:14.072Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/303)
39662026-08-05T04:19:14.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-08-05T04:19:14.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-08-05T04:19:14.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-08-05T04:19:14.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39702026-08-05T04:19:14.684Z
39712026-08-05T04:19:14.684Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/303)
39722026-08-05T04:19:15.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-08-05T04:19:15.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-08-05T04:19:15.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-08-05T04:19:15.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39762026-08-05T04:19:15.298Z
39772026-08-05T04:19:15.298Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/303)
39782026-08-05T04:19:15.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-08-05T04:19:15.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-08-05T04:19:15.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39812026-08-05T04:19:15.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39822026-08-05T04:19:15.915Z
39832026-08-05T04:19:15.915Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/303)
39842026-08-05T04:19:16.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-08-05T04:19:16.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-08-05T04:19:16.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39872026-08-05T04:19:16.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39882026-08-05T04:19:16.512Z
39892026-08-05T04:19:16.512Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/303)
39902026-08-05T04:19:17.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-08-05T04:19:17.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-08-05T04:19:17.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39932026-08-05T04:19:17.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39942026-08-05T04:19:17.119Z
39952026-08-05T04:19:17.119Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/303)
39962026-08-05T04:19:17.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-08-05T04:19:17.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-08-05T04:19:17.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39992026-08-05T04:19:17.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40002026-08-05T04:19:17.723Z
40012026-08-05T04:19:17.723Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/303)
40022026-08-05T04:19:18.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-08-05T04:19:18.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-08-05T04:19:18.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40052026-08-05T04:19:18.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40062026-08-05T04:19:18.334Z
40072026-08-05T04:19:18.334Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/303)
40082026-08-05T04:19:18.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-08-05T04:19:18.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-08-05T04:19:18.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40112026-08-05T04:19:18.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40122026-08-05T04:19:18.965Z
40132026-08-05T04:19:18.965Zinfo: running `cargo check --bins` on trust-quorum (225/303)
40142026-08-05T04:19:19.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-08-05T04:19:19.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-08-05T04:19:19.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40172026-08-05T04:19:19.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40182026-08-05T04:19:19.576Z
40192026-08-05T04:19:19.576Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/303)
40202026-08-05T04:19:20.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-08-05T04:19:20.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-08-05T04:19:20.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40232026-08-05T04:19:20.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40242026-08-05T04:19:20.197Z
40252026-08-05T04:19:20.197Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/303)
40262026-08-05T04:19:20.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-08-05T04:19:20.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-08-05T04:19:20.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40292026-08-05T04:19:20.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40302026-08-05T04:19:20.828Z
40312026-08-05T04:19:20.828Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (228/303)
40322026-08-05T04:19:21.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-08-05T04:19:21.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-08-05T04:19:21.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40352026-08-05T04:19:21.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40362026-08-05T04:19:21.468Z
40372026-08-05T04:19:21.468Zinfo: running `cargo check --bins` on omicron-deployment-graph (229/303)
40382026-08-05T04:19:21.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392026-08-05T04:19:21.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402026-08-05T04:19:21.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40412026-08-05T04:19:21.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40422026-08-05T04:19:22.038Z
40432026-08-05T04:19:22.038Zinfo: running `cargo check --bins` on reconfigurator-cli (230/303)
40442026-08-05T04:19:22.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-08-05T04:19:22.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-08-05T04:19:22.804Z Checking ignore v0.4.25
40472026-08-05T04:19:22.807Z Checking predicates-tree v1.0.13
40482026-08-05T04:19:22.937Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40492026-08-05T04:19:22.941Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
40502026-08-05T04:19:22.941Z Checking rand_seeder v0.4.0
40512026-08-05T04:19:22.958Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40522026-08-05T04:19:22.970Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40532026-08-05T04:19:22.974Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40542026-08-05T04:19:23.016Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
40552026-08-05T04:19:23.062Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
40562026-08-05T04:19:23.079Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40572026-08-05T04:19:23.116Z Checking digest-io v0.1.0
40582026-08-05T04:19:23.223Z Checking sha2 v0.11.0
40592026-08-05T04:19:23.238Z Compiling petname v2.0.2
40602026-08-05T04:19:23.301Z Checking globwalk v0.9.1
40612026-08-05T04:19:23.478Z Checking camino-tempfile-ext v0.3.3
40622026-08-05T04:19:23.493Z Checking rawzip v0.4.4
40632026-08-05T04:19:23.626Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40642026-08-05T04:19:23.671Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40652026-08-05T04:19:23.863Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40662026-08-05T04:19:23.928Z Checking sapling-renderdag v0.1.0
40672026-08-05T04:19:24.014Z Checking subprocess v0.2.15
40682026-08-05T04:19:24.044Z Checking sync-ptr v0.1.4
40692026-08-05T04:19:24.077Z Checking colored v2.2.0
40702026-08-05T04:19:24.154Z Checking assert_matches v1.5.0
40712026-08-05T04:19:24.286Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40722026-08-05T04:19:24.902Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
40732026-08-05T04:19:25.906Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40742026-08-05T04:19:27.156Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40752026-08-05T04:19:29.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.32s
40762026-08-05T04:19:29.566Z
40772026-08-05T04:19:29.566Zinfo: running `cargo check --bins` on omicron-repl-utils (231/303)
40782026-08-05T04:19:30.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-08-05T04:19:30.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-08-05T04:19:30.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-08-05T04:19:30.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40822026-08-05T04:19:30.130Z
40832026-08-05T04:19:30.130Zinfo: running `cargo check --bins` on transient-dns-server (232/303)
40842026-08-05T04:19:30.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-08-05T04:19:30.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-08-05T04:19:30.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-08-05T04:19:30.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40882026-08-05T04:19:30.721Z
40892026-08-05T04:19:30.721Zinfo: running `cargo check --bins` on nexus-test-interface (233/303)
40902026-08-05T04:19:31.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-08-05T04:19:31.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-08-05T04:19:31.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-08-05T04:19:31.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40942026-08-05T04:19:31.354Z
40952026-08-05T04:19:31.354Zinfo: running `cargo check --bins` on oximeter-collector (234/303)
40962026-08-05T04:19:31.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-08-05T04:19:31.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-08-05T04:19:32.072Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40992026-08-05T04:19:32.072Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41002026-08-05T04:19:32.743Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41012026-08-05T04:19:34.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
41022026-08-05T04:19:34.644Z
41032026-08-05T04:19:34.644Zinfo: running `cargo check --bins` on oximeter-api (235/303)
41042026-08-05T04:19:35.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-08-05T04:19:35.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-08-05T04:19:35.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-08-05T04:19:35.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41082026-08-05T04:19:35.222Z
41092026-08-05T04:19:35.222Zinfo: running `cargo check --bins` on cert-dev (236/303)
41102026-08-05T04:19:35.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-08-05T04:19:35.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-08-05T04:19:35.836Z Checking yasna v0.5.2
41132026-08-05T04:19:36.241Z Checking rcgen v0.12.1
41142026-08-05T04:19:36.484Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41152026-08-05T04:19:36.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41162026-08-05T04:19:36.832Z
41172026-08-05T04:19:36.832Zinfo: running `cargo check --bins` on clickana (237/303)
41182026-08-05T04:19:37.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-08-05T04:19:37.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-08-05T04:19:37.474Z Compiling instability v0.3.11
41212026-08-05T04:19:37.477Z Checking castaway v0.2.4
41222026-08-05T04:19:37.477Z Compiling indoc v2.0.7
41232026-08-05T04:19:37.477Z Checking unicode-truncate v1.1.0
41242026-08-05T04:19:37.599Z Checking lru v0.12.5
41252026-08-05T04:19:37.603Z Checking cassowary v0.3.0
41262026-08-05T04:19:37.681Z Checking compact_str v0.8.1
41272026-08-05T04:19:38.460Z Checking ratatui v0.29.0
41282026-08-05T04:19:39.498Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41292026-08-05T04:19:40.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
41302026-08-05T04:19:40.387Z
41312026-08-05T04:19:40.387Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (238/303)
41322026-08-05T04:19:40.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-08-05T04:19:40.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-08-05T04:19:41.105Z Checking headers-core v0.3.0
41352026-08-05T04:19:41.105Z Checking port-file v0.1.0
41362026-08-05T04:19:41.108Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41372026-08-05T04:19:41.300Z Checking headers v0.4.1
41382026-08-05T04:19:41.668Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41392026-08-05T04:19:42.632Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41402026-08-05T04:19:43.153Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41412026-08-05T04:19:43.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
41422026-08-05T04:19:43.782Z
41432026-08-05T04:19:43.782Zinfo: running `cargo check --bins` on ch-dev (239/303)
41442026-08-05T04:19:44.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-08-05T04:19:44.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-08-05T04:19:44.501Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41472026-08-05T04:19:45.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41482026-08-05T04:19:45.450Z
41492026-08-05T04:19:45.450Zinfo: running `cargo check --bins` on dev-tools-common (240/303)
41502026-08-05T04:19:45.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-08-05T04:19:45.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-08-05T04:19:45.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-08-05T04:19:45.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
41542026-08-05T04:19:45.880Z
41552026-08-05T04:19:45.880Zinfo: running `cargo check --bins` on corpus-adjust (241/303)
41562026-08-05T04:19:46.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-08-05T04:19:46.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-08-05T04:19:46.509Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41592026-08-05T04:19:46.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
41602026-08-05T04:19:47.050Z
41612026-08-05T04:19:47.050Zinfo: running `cargo check --bins` on crdb-seed (242/303)
41622026-08-05T04:19:47.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-08-05T04:19:47.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-08-05T04:19:47.771Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41652026-08-05T04:19:48.855Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41662026-08-05T04:19:49.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
41672026-08-05T04:19:49.401Z
41682026-08-05T04:19:49.401Zinfo: running `cargo check --bins` on db-dev (243/303)
41692026-08-05T04:19:49.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-08-05T04:19:49.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-08-05T04:19:50.117Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41722026-08-05T04:19:50.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41732026-08-05T04:19:51.074Z
41742026-08-05T04:19:51.074Zinfo: running `cargo check --bins` on omicron-dev-lib (244/303)
41752026-08-05T04:19:51.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41762026-08-05T04:19:51.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41772026-08-05T04:19:51.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41782026-08-05T04:19:51.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41792026-08-05T04:19:51.697Z
41802026-08-05T04:19:51.697Zinfo: running `cargo check --bins` on xtask-downloader (245/303)
41812026-08-05T04:19:52.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41822026-08-05T04:19:52.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41832026-08-05T04:19:52.314Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41842026-08-05T04:19:52.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
41852026-08-05T04:19:53.168Z
41862026-08-05T04:19:53.169Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/303)
41872026-08-05T04:19:53.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-08-05T04:19:53.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-08-05T04:19:53.921Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41902026-08-05T04:19:53.921Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41912026-08-05T04:19:53.921Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41922026-08-05T04:19:53.925Z Checking git-stub v1.0.0
41932026-08-05T04:19:53.926Z Compiling trait-variant v0.1.2
41942026-08-05T04:19:53.926Z Checking maplit v1.0.2
41952026-08-05T04:19:54.042Z Checking is_ci v1.2.0
41962026-08-05T04:19:54.094Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41972026-08-05T04:19:54.118Z Checking drift v0.2.0
41982026-08-05T04:19:54.131Z Checking supports-color v3.0.2
41992026-08-05T04:19:54.204Z Checking git-stub-vcs v0.1.0
42002026-08-05T04:19:54.247Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42012026-08-05T04:19:54.291Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42022026-08-05T04:19:54.308Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42032026-08-05T04:19:54.393Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42042026-08-05T04:19:54.466Z Checking dropshot-api-manager v0.7.2
42052026-08-05T04:19:54.508Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
42062026-08-05T04:19:54.558Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42072026-08-05T04:19:54.593Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42082026-08-05T04:19:54.780Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42092026-08-05T04:19:55.035Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42102026-08-05T04:19:55.290Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42112026-08-05T04:20:00.320Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42122026-08-05T04:20:01.275Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42132026-08-05T04:20:01.817Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42142026-08-05T04:20:02.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
42152026-08-05T04:20:02.267Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42162026-08-05T04:20:02.267Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42172026-08-05T04:20:02.462Z
42182026-08-05T04:20:02.462Zinfo: running `cargo check --bins` on installinator-api (247/303)
42192026-08-05T04:20:02.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-08-05T04:20:02.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-08-05T04:20:02.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-08-05T04:20:02.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42232026-08-05T04:20:03.038Z
42242026-08-05T04:20:03.038Zinfo: running `cargo check --bins` on nexus-external-api (248/303)
42252026-08-05T04:20:03.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-08-05T04:20:03.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-08-05T04:20:03.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-08-05T04:20:03.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42292026-08-05T04:20:03.660Z
42302026-08-05T04:20:03.660Zinfo: running `cargo check --bins` on nexus-internal-api (249/303)
42312026-08-05T04:20:04.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-08-05T04:20:04.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-08-05T04:20:04.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-08-05T04:20:04.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42352026-08-05T04:20:04.284Z
42362026-08-05T04:20:04.284Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/303)
42372026-08-05T04:20:04.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-08-05T04:20:04.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-08-05T04:20:04.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-08-05T04:20:04.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42412026-08-05T04:20:04.904Z
42422026-08-05T04:20:04.904Zinfo: running `cargo check --bins` on ntp-admin-api (251/303)
42432026-08-05T04:20:05.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-08-05T04:20:05.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-08-05T04:20:05.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-08-05T04:20:05.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42472026-08-05T04:20:05.488Z
42482026-08-05T04:20:05.488Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/303)
42492026-08-05T04:20:05.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-08-05T04:20:05.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-08-05T04:20:05.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-08-05T04:20:05.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42532026-08-05T04:20:06.060Z
42542026-08-05T04:20:06.060Zinfo: running `cargo check --bins` on wicketd-api (253/303)
42552026-08-05T04:20:06.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-08-05T04:20:06.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-08-05T04:20:06.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42582026-08-05T04:20:06.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42592026-08-05T04:20:06.664Z
42602026-08-05T04:20:06.664Zinfo: running `cargo check --bins` on wicketd-commission-api (254/303)
42612026-08-05T04:20:07.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-08-05T04:20:07.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-08-05T04:20:07.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42642026-08-05T04:20:07.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42652026-08-05T04:20:07.259Z
42662026-08-05T04:20:07.260Zinfo: running `cargo check --bins` on omicron-ls-apis (255/303)
42672026-08-05T04:20:07.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-08-05T04:20:07.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-08-05T04:20:07.887Z Compiling blake3 v1.8.5
42702026-08-05T04:20:07.999Z Checking constant_time_eq v0.4.2
42712026-08-05T04:20:08.000Z Checking arrayvec v0.7.6
42722026-08-05T04:20:08.016Z Checking arrayref v0.3.9
42732026-08-05T04:20:08.031Z Checking cargo-platform v0.3.2
42742026-08-05T04:20:08.037Z Checking topological-sort v0.2.2
42752026-08-05T04:20:08.038Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42762026-08-05T04:20:08.178Z Checking cargo_metadata v0.23.1
42772026-08-05T04:20:08.769Z Checking omicron-zone-package v0.12.3
42782026-08-05T04:20:09.471Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42792026-08-05T04:20:10.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
42802026-08-05T04:20:10.468Z
42812026-08-05T04:20:10.468Zinfo: running `cargo check --bins` on mgs-dev (256/303)
42822026-08-05T04:20:11.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-08-05T04:20:11.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-08-05T04:20:11.206Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42852026-08-05T04:20:11.834Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42862026-08-05T04:20:12.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
42872026-08-05T04:20:12.545Z
42882026-08-05T04:20:12.545Zinfo: running `cargo check --bins` on omicron-omdb (257/303)
42892026-08-05T04:20:13.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-08-05T04:20:13.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-08-05T04:20:13.525Z Compiling darling_core v0.21.3
42922026-08-05T04:20:13.525Z Compiling vergen-lib v0.1.6
42932026-08-05T04:20:13.525Z Compiling diesel_derives v2.3.7
42942026-08-05T04:20:13.525Z Checking scheduled-thread-pool v0.2.7
42952026-08-05T04:20:13.531Z Compiling vergen-gitcl v1.0.8
42962026-08-05T04:20:13.531Z Compiling diesel_table_macro_syntax v0.3.0
42972026-08-05T04:20:13.531Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42982026-08-05T04:20:13.531Z Compiling dirs-sys-next v0.1.2
42992026-08-05T04:20:13.798Z Compiling glob v0.3.3
43002026-08-05T04:20:13.854Z Compiling crunchy v0.2.4
43012026-08-05T04:20:13.949Z Compiling dirs-next v2.0.0
43022026-08-05T04:20:13.958Z Checking r2d2 v0.8.10
43032026-08-05T04:20:13.974Z Checking downcast-rs v2.0.2
43042026-08-05T04:20:14.060Z Compiling tiny-keccak v2.0.2
43052026-08-05T04:20:14.076Z Compiling term v0.7.0
43062026-08-05T04:20:14.174Z Compiling clang-sys v1.8.1
43072026-08-05T04:20:14.207Z Compiling bit-vec v0.6.3
43082026-08-05T04:20:14.269Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43092026-08-05T04:20:14.466Z Compiling bit-set v0.5.3
43102026-08-05T04:20:14.486Z Compiling ascii-canvas v3.0.0
43112026-08-05T04:20:14.547Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43122026-08-05T04:20:14.617Z Compiling itertools v0.10.5
43132026-08-05T04:20:14.634Z Compiling ena v0.14.4
43142026-08-05T04:20:14.708Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43152026-08-05T04:20:14.718Z Compiling libloading v0.8.9
43162026-08-05T04:20:14.733Z Compiling bindgen v0.71.1
43172026-08-05T04:20:14.733Z Compiling diff v0.1.13
43182026-08-05T04:20:14.836Z Compiling regex-syntax v0.6.29
43192026-08-05T04:20:15.021Z Compiling cexpr v0.6.0
43202026-08-05T04:20:15.116Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43212026-08-05T04:20:15.302Z Compiling rustc-hash v2.1.1
43222026-08-05T04:20:15.319Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43232026-08-05T04:20:15.656Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43242026-08-05T04:20:15.689Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43252026-08-05T04:20:15.709Z Compiling libxml v0.3.3
43262026-08-05T04:20:15.726Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43272026-08-05T04:20:15.912Z Compiling strum_macros v0.24.3
43282026-08-05T04:20:15.961Z Compiling indoc v1.0.9
43292026-08-05T04:20:16.256Z Compiling darling_macro v0.21.3
43302026-08-05T04:20:16.411Z Compiling lalrpop v0.19.12
43312026-08-05T04:20:16.766Z Compiling darling v0.21.3
43322026-08-05T04:20:16.872Z Compiling dsl_auto_type v0.2.0
43332026-08-05T04:20:16.944Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43342026-08-05T04:20:16.965Z Checking derive_builder v0.20.2
43352026-08-05T04:20:17.079Z Compiling oso-derive v0.27.3
43362026-08-05T04:20:17.130Z Checking quick-xml v0.37.5
43372026-08-05T04:20:17.251Z Compiling impl-trait-for-tuples v0.2.3
43382026-08-05T04:20:17.586Z Checking openssl-probe v0.1.6
43392026-08-05T04:20:17.729Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43402026-08-05T04:20:17.994Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43412026-08-05T04:20:18.187Z Checking bb8 v0.8.6
43422026-08-05T04:20:18.482Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43432026-08-05T04:20:18.503Z Checking nonempty v0.12.0
43442026-08-05T04:20:18.536Z Compiling libz-sys v1.1.24
43452026-08-05T04:20:18.667Z Compiling strsim v0.10.0
43462026-08-05T04:20:18.706Z Compiling libgit2-sys v0.18.3+1.9.2
43472026-08-05T04:20:18.807Z Compiling vergen-git2 v9.1.0
43482026-08-05T04:20:18.987Z Compiling darling_core v0.13.4
43492026-08-05T04:20:19.045Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43502026-08-05T04:20:19.136Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43512026-08-05T04:20:19.255Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43522026-08-05T04:20:19.470Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43532026-08-05T04:20:19.656Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43542026-08-05T04:20:19.844Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43552026-08-05T04:20:20.031Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43562026-08-05T04:20:20.103Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43572026-08-05T04:20:20.216Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43582026-08-05T04:20:20.405Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43592026-08-05T04:20:20.602Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43602026-08-05T04:20:20.791Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43612026-08-05T04:20:20.881Z Compiling darling_macro v0.13.4
43622026-08-05T04:20:21.184Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43632026-08-05T04:20:21.370Z Compiling darling v0.13.4
43642026-08-05T04:20:21.470Z Compiling serde_with_macros v1.5.2
43652026-08-05T04:20:21.564Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43662026-08-05T04:20:22.169Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43672026-08-05T04:20:22.276Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43682026-08-05T04:20:22.315Z Compiling serde_with v1.14.0
43692026-08-05T04:20:22.351Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43702026-08-05T04:20:22.787Z Checking diesel v2.3.7
43712026-08-05T04:20:23.448Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43722026-08-05T04:20:24.041Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43732026-08-05T04:20:24.170Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43742026-08-05T04:20:24.901Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43752026-08-05T04:20:25.060Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43762026-08-05T04:20:25.417Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43772026-08-05T04:20:25.687Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43782026-08-05T04:20:26.292Z Checking twox-hash v2.1.2
43792026-08-05T04:20:26.333Z Checking libsw-core v0.3.2
43802026-08-05T04:20:26.358Z Checking atty v0.2.14
43812026-08-05T04:20:26.467Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43822026-08-05T04:20:26.489Z Checking libsw v3.5.0
43832026-08-05T04:20:26.576Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43842026-08-05T04:20:26.634Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43852026-08-05T04:20:26.667Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43862026-08-05T04:20:26.821Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43872026-08-05T04:20:28.140Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43882026-08-05T04:20:28.190Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43892026-08-05T04:20:28.704Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43902026-08-05T04:20:28.851Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
43912026-08-05T04:20:29.426Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43922026-08-05T04:20:29.603Z Checking console v0.16.2
43932026-08-05T04:20:29.819Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43942026-08-05T04:20:29.922Z Checking fatfs v0.3.6
43952026-08-05T04:20:29.966Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43962026-08-05T04:20:30.375Z Compiling seq-macro v0.3.6
43972026-08-05T04:20:30.892Z Checking unit-prefix v0.5.2
43982026-08-05T04:20:31.040Z Checking indicatif v0.18.4
43992026-08-05T04:20:31.338Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44002026-08-05T04:20:31.444Z Checking oxide-update-engine-display v0.1.2
44012026-08-05T04:20:31.483Z Checking support-bundle-viewer v0.1.2
44022026-08-05T04:20:31.660Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44032026-08-05T04:20:31.682Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
44042026-08-05T04:20:31.990Z Checking multimap v0.10.1
44052026-08-05T04:20:37.568Z Checking async-bb8-diesel v0.2.1
44062026-08-05T04:20:37.947Z Checking diesel-dtrace v0.5.0
44072026-08-05T04:20:44.214Z Compiling samael v0.0.19
44082026-08-05T04:20:45.681Z Compiling git2 v0.20.4
44092026-08-05T04:20:47.531Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
44102026-08-05T04:20:48.262Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
44112026-08-05T04:20:48.325Z Compiling polar-core v0.27.3
44122026-08-05T04:20:52.941Z Checking oso v0.27.3
44132026-08-05T04:21:25.274Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44142026-08-05T04:22:40.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
44152026-08-05T04:22:40.276Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44162026-08-05T04:22:40.276Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44172026-08-05T04:22:40.494Z
44182026-08-05T04:22:40.494Zinfo: running `cargo check --bins` on nexus-networking (258/303)
44192026-08-05T04:22:41.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-08-05T04:22:41.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-08-05T04:22:41.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-08-05T04:22:41.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
44232026-08-05T04:22:41.184Z
44242026-08-05T04:22:41.184Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/303)
44252026-08-05T04:22:41.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-08-05T04:22:41.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-08-05T04:22:41.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-08-05T04:22:41.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44292026-08-05T04:22:41.838Z
44302026-08-05T04:22:41.839Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/303)
44312026-08-05T04:22:42.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-08-05T04:22:42.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-08-05T04:22:42.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-08-05T04:22:42.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44352026-08-05T04:22:42.488Z
44362026-08-05T04:22:42.488Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/303)
44372026-08-05T04:22:42.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-08-05T04:22:42.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-08-05T04:22:42.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-08-05T04:22:42.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44412026-08-05T04:22:43.063Z
44422026-08-05T04:22:43.063Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/303)
44432026-08-05T04:22:43.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-08-05T04:22:43.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-08-05T04:22:43.898Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44462026-08-05T04:22:44.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
44472026-08-05T04:22:44.671Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44482026-08-05T04:22:44.671Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44492026-08-05T04:22:44.884Z
44502026-08-05T04:22:44.884Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/303)
44512026-08-05T04:22:45.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-08-05T04:22:45.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-08-05T04:22:45.711Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44542026-08-05T04:23:24.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.74s
44552026-08-05T04:23:24.649Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44562026-08-05T04:23:24.650Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44572026-08-05T04:23:24.861Z
44582026-08-05T04:23:24.861Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/303)
44592026-08-05T04:23:25.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-08-05T04:23:25.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-08-05T04:23:25.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-08-05T04:23:25.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44632026-08-05T04:23:25.427Z
44642026-08-05T04:23:25.428Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/303)
44652026-08-05T04:23:25.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-08-05T04:23:26.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-08-05T04:23:26.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-08-05T04:23:26.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44692026-08-05T04:23:26.206Z
44702026-08-05T04:23:26.206Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/303)
44712026-08-05T04:23:26.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-08-05T04:23:26.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-08-05T04:23:26.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44742026-08-05T04:23:26.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44752026-08-05T04:23:26.615Z
44762026-08-05T04:23:26.615Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/303)
44772026-08-05T04:23:27.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-08-05T04:23:27.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-08-05T04:23:27.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44802026-08-05T04:23:27.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44812026-08-05T04:23:27.259Z
44822026-08-05T04:23:27.259Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/303)
44832026-08-05T04:23:27.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-08-05T04:23:27.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-08-05T04:23:27.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44862026-08-05T04:23:27.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44872026-08-05T04:23:27.904Z
44882026-08-05T04:23:27.904Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/303)
44892026-08-05T04:23:28.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-08-05T04:23:28.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-08-05T04:23:28.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44922026-08-05T04:23:28.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44932026-08-05T04:23:28.532Z
44942026-08-05T04:23:28.533Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/303)
44952026-08-05T04:23:29.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-08-05T04:23:29.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-08-05T04:23:29.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44982026-08-05T04:23:29.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44992026-08-05T04:23:29.160Z
45002026-08-05T04:23:29.160Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/303)
45012026-08-05T04:23:29.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-08-05T04:23:29.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-08-05T04:23:29.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45042026-08-05T04:23:29.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45052026-08-05T04:23:29.798Z
45062026-08-05T04:23:29.798Zinfo: running `cargo check --bins` on nexus-switch-config (272/303)
45072026-08-05T04:23:30.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-08-05T04:23:30.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-08-05T04:23:30.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45102026-08-05T04:23:30.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45112026-08-05T04:23:30.423Z
45122026-08-05T04:23:30.423Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/303)
45132026-08-05T04:23:30.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-08-05T04:23:30.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-08-05T04:23:30.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45162026-08-05T04:23:30.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45172026-08-05T04:23:31.065Z
45182026-08-05T04:23:31.065Zinfo: running `cargo check --bins` on support-bundle-collection (274/303)
45192026-08-05T04:23:31.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-08-05T04:23:31.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-08-05T04:23:31.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45222026-08-05T04:23:31.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45232026-08-05T04:23:31.700Z
45242026-08-05T04:23:31.700Zinfo: running `cargo check --bins` on omicron-dev (275/303)
45252026-08-05T04:23:32.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-08-05T04:23:32.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-08-05T04:23:32.596Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45282026-08-05T04:23:32.596Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45292026-08-05T04:23:32.786Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45302026-08-05T04:23:32.817Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45312026-08-05T04:23:32.833Z Checking yansi v1.0.1
45322026-08-05T04:23:32.836Z Checking diff v0.1.13
45332026-08-05T04:23:32.836Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45342026-08-05T04:23:32.879Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45352026-08-05T04:23:33.075Z Checking pretty_assertions v1.4.1
45362026-08-05T04:23:33.839Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45372026-08-05T04:23:33.894Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45382026-08-05T04:23:58.730Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45392026-08-05T04:23:58.730Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45402026-08-05T04:23:58.734Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45412026-08-05T04:23:58.734Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45422026-08-05T04:23:58.734Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45432026-08-05T04:23:58.734Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45442026-08-05T04:23:58.734Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45452026-08-05T04:23:59.637Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45462026-08-05T04:23:59.637Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45472026-08-05T04:24:00.913Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45482026-08-05T04:24:39.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
45492026-08-05T04:24:39.861Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45502026-08-05T04:24:39.861Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45512026-08-05T04:24:40.073Z
45522026-08-05T04:24:40.073Zinfo: running `cargo check --bins` on oximeter-load-test (276/303)
45532026-08-05T04:24:40.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-08-05T04:24:40.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-08-05T04:24:40.792Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45562026-08-05T04:24:41.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45572026-08-05T04:24:41.634Z
45582026-08-05T04:24:41.634Zinfo: running `cargo check --bins` on omicron-pins (277/303)
45592026-08-05T04:24:42.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-08-05T04:24:42.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-08-05T04:24:42.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-08-05T04:24:42.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45632026-08-05T04:24:42.208Z
45642026-08-05T04:24:42.208Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (278/303)
45652026-08-05T04:24:42.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-08-05T04:24:42.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-08-05T04:24:42.992Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45682026-08-05T04:24:43.119Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45692026-08-05T04:24:43.129Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45702026-08-05T04:25:09.862Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45712026-08-05T04:25:10.268Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45722026-08-05T04:25:12.036Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45732026-08-05T04:25:12.513Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45742026-08-05T04:25:15.640Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45752026-08-05T04:25:39.521Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45762026-08-05T04:25:40.267Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45772026-08-05T04:25:41.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.75s
45782026-08-05T04:25:42.180Z
45792026-08-05T04:25:42.181Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (279/303)
45802026-08-05T04:25:42.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-08-05T04:25:42.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-08-05T04:25:42.895Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45832026-08-05T04:25:43.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
45842026-08-05T04:25:43.806Z
45852026-08-05T04:25:43.806Zinfo: running `cargo check --bins` on omicron-releng (280/303)
45862026-08-05T04:25:44.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45872026-08-05T04:25:44.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45882026-08-05T04:25:44.457Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
45892026-08-05T04:25:44.470Z Compiling fs-err v2.11.0
45902026-08-05T04:25:44.574Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
45912026-08-05T04:25:44.586Z Checking parse-size v1.1.0
45922026-08-05T04:25:44.591Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45932026-08-05T04:25:44.592Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45942026-08-05T04:25:44.613Z Checking shell-words v1.1.1
45952026-08-05T04:25:44.687Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
45962026-08-05T04:25:45.013Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
45972026-08-05T04:25:45.193Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
45982026-08-05T04:25:45.863Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45992026-08-05T04:25:46.475Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46002026-08-05T04:25:47.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s
46012026-08-05T04:25:47.688Z
46022026-08-05T04:25:47.688Zinfo: running `cargo check --bins` on update-common (281/303)
46032026-08-05T04:25:48.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-08-05T04:25:48.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-08-05T04:25:48.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46062026-08-05T04:25:48.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46072026-08-05T04:25:48.274Z
46082026-08-05T04:25:48.274Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/303)
46092026-08-05T04:25:48.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-08-05T04:25:48.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-08-05T04:25:48.915Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
46122026-08-05T04:25:49.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
46132026-08-05T04:25:49.589Z
46142026-08-05T04:25:49.589Zinfo: running `cargo check --bins` on schema (283/303)
46152026-08-05T04:25:50.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-08-05T04:25:50.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-08-05T04:25:50.346Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46182026-08-05T04:25:51.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46192026-08-05T04:25:51.242Z
46202026-08-05T04:25:51.243Zinfo: running `cargo check --bins` on xtask (284/303)
46212026-08-05T04:25:51.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-08-05T04:25:51.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-08-05T04:25:51.661Z Checking serde_core v1.0.228
46242026-08-05T04:25:51.661Z Checking libc v0.2.185
46252026-08-05T04:25:51.736Z Checking bitflags v2.11.0
46262026-08-05T04:25:51.749Z Checking scroll v0.12.0
46272026-08-05T04:25:51.749Z Checking thiserror v1.0.69
46282026-08-05T04:25:51.761Z Checking log v0.4.29
46292026-08-05T04:25:51.768Z Checking zerocopy v0.7.35
46302026-08-05T04:25:51.782Z Checking indexmap v2.14.0
46312026-08-05T04:25:51.835Z Checking syn v2.0.117
46322026-08-05T04:25:51.887Z Checking dtrace-parser v0.2.0
46332026-08-05T04:25:51.904Z Checking once_cell v1.21.3
46342026-08-05T04:25:51.953Z Checking goblin v0.8.2
46352026-08-05T04:25:52.014Z Checking errno v0.3.14
46362026-08-05T04:25:52.073Z Checking thread-id v4.2.2
46372026-08-05T04:25:52.100Z Checking getrandom v0.4.1
46382026-08-05T04:25:52.136Z Checking rustix v1.1.3
46392026-08-05T04:25:52.147Z Checking memmap v0.7.0
46402026-08-05T04:25:52.228Z Checking thiserror v2.0.18
46412026-08-05T04:25:52.247Z Checking fs-err v3.3.0
46422026-08-05T04:25:52.273Z Checking tabled v0.15.0
46432026-08-05T04:25:52.322Z Checking anyhow v1.0.102
46442026-08-05T04:25:52.900Z Checking terminal_size v0.4.3
46452026-08-05T04:25:52.910Z Checking tempfile v3.25.0
46462026-08-05T04:25:53.010Z Checking clap_builder v4.6.0
46472026-08-05T04:25:53.022Z Checking textwrap v0.16.2
46482026-08-05T04:25:53.186Z Checking serde v1.0.228
46492026-08-05T04:25:53.187Z Checking serde_json v1.0.151
46502026-08-05T04:25:53.194Z Checking camino v1.2.2
46512026-08-05T04:25:53.215Z Checking cargo-platform v0.3.2
46522026-08-05T04:25:53.376Z Checking semver v1.0.28
46532026-08-05T04:25:53.434Z Checking camino-tempfile v1.4.1
46542026-08-05T04:25:53.595Z Checking serde_spanned v0.6.9
46552026-08-05T04:25:53.595Z Checking toml_datetime v0.6.11
46562026-08-05T04:25:53.617Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46572026-08-05T04:25:53.617Z Checking macaddr v1.0.1
46582026-08-05T04:25:53.788Z Checking toml_edit v0.22.27
46592026-08-05T04:25:53.796Z Checking dof v0.3.0
46602026-08-05T04:25:53.808Z Checking cargo_metadata v0.23.1
46612026-08-05T04:25:54.068Z Checking usdt-impl v0.5.0
46622026-08-05T04:25:54.206Z Checking clap v4.6.1
46632026-08-05T04:25:54.318Z Checking usdt v0.5.0
46642026-08-05T04:25:54.760Z Checking toml v0.8.23
46652026-08-05T04:25:55.024Z Checking cargo_toml v0.21.0
46662026-08-05T04:25:55.660Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46672026-08-05T04:25:56.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
46682026-08-05T04:25:56.164Z
46692026-08-05T04:25:56.164Zinfo: running `cargo check --bins` on dnsadm (285/303)
46702026-08-05T04:25:56.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-08-05T04:25:56.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-08-05T04:25:56.807Z Checking arc-swap v1.8.2
46732026-08-05T04:25:57.086Z Checking slog-scope v4.4.1
46742026-08-05T04:25:57.199Z Checking slog-stdlog v4.1.1
46752026-08-05T04:25:57.293Z Checking slog-envlogger v2.2.0
46762026-08-05T04:25:57.416Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46772026-08-05T04:25:57.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46782026-08-05T04:25:58.020Z
46792026-08-05T04:25:58.020Zinfo: running `cargo check --bins` on end-to-end-tests (286/303)
46802026-08-05T04:25:58.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-08-05T04:25:58.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-08-05T04:25:58.833Z Checking cpubits v0.1.1
46832026-08-05T04:25:58.962Z Checking pem-rfc7468 v1.0.0
46842026-08-05T04:25:58.975Z Checking hmac v0.13.0
46852026-08-05T04:25:58.975Z Checking universal-hash v0.6.1
46862026-08-05T04:25:59.000Z Checking ctr v0.10.1
46872026-08-05T04:25:59.000Z Checking aead v0.6.1
46882026-08-05T04:25:59.030Z Checking aes v0.9.1
46892026-08-05T04:25:59.030Z Checking crypto-bigint v0.7.5
46902026-08-05T04:25:59.058Z Checking salsa20 v0.11.0
46912026-08-05T04:25:59.113Z Checking der v0.8.0
46922026-08-05T04:25:59.132Z Checking pbkdf2 v0.13.0
46932026-08-05T04:25:59.154Z Checking polyval v0.7.1
46942026-08-05T04:25:59.167Z Checking cbc v0.2.1
46952026-08-05T04:25:59.189Z Checking ff v0.14.0
46962026-08-05T04:25:59.234Z Checking signature v3.0.0
46972026-08-05T04:25:59.250Z Checking scrypt v0.12.0
46982026-08-05T04:25:59.297Z Checking base16ct v1.0.0
46992026-08-05T04:25:59.313Z Checking ghash v0.6.0
47002026-08-05T04:25:59.326Z Checking group v0.14.0
47012026-08-05T04:25:59.383Z Checking hkdf v0.13.0
47022026-08-05T04:25:59.410Z Compiling curve25519-dalek v5.0.0
47032026-08-05T04:25:59.442Z Checking aes-gcm v0.11.0
47042026-08-05T04:25:59.451Z Checking keccak v0.2.0
47052026-08-05T04:25:59.461Z Checking poly1305 v0.9.0
47062026-08-05T04:25:59.483Z Checking wnaf v0.14.0
47072026-08-05T04:25:59.511Z Checking blowfish v0.10.0
47082026-08-05T04:25:59.587Z Checking blake2 v0.11.0-rc.6
47092026-08-05T04:25:59.601Z Checking sha3 v0.11.0
47102026-08-05T04:25:59.641Z Checking kem v0.3.0
47112026-08-05T04:25:59.658Z Checking bcrypt-pbkdf v0.11.0
47122026-08-05T04:25:59.721Z Checking module-lattice v0.2.3
47132026-08-05T04:25:59.757Z Checking sponge-cursor v0.1.0
47142026-08-05T04:25:59.832Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47152026-08-05T04:25:59.848Z Checking argon2 v0.6.0-rc.8
47162026-08-05T04:25:59.891Z Checking sha3 v0.12.0
47172026-08-05T04:25:59.903Z Checking spki v0.8.0
47182026-08-05T04:25:59.971Z Checking sec1 v0.8.1
47192026-08-05T04:25:59.979Z Checking ml-kem v0.3.2
47202026-08-05T04:26:00.020Z Checking internal-russh-num-bigint v0.5.0
47212026-08-05T04:26:00.072Z Checking pkcs5 v0.8.1
47222026-08-05T04:26:00.087Z Checking pkcs1 v0.8.0-rc.4
47232026-08-05T04:26:00.147Z Checking num-bigint v0.4.6
47242026-08-05T04:26:00.163Z Checking generic-array v1.4.3
47252026-08-05T04:26:00.290Z Checking russh-util v0.52.0
47262026-08-05T04:26:00.358Z Checking pkcs8 v0.11.0
47272026-08-05T04:26:00.411Z Compiling enum_dispatch v0.3.13
47282026-08-05T04:26:00.554Z Checking ed25519 v3.0.0
47292026-08-05T04:26:00.554Z Compiling delegate v0.13.5
47302026-08-05T04:26:00.695Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47312026-08-05T04:26:00.728Z Checking md5 v0.8.0
47322026-08-05T04:26:00.753Z Checking ed25519-dalek v3.0.0
47332026-08-05T04:26:00.860Z Checking hex-literal v1.1.0
47342026-08-05T04:26:00.921Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47352026-08-05T04:26:00.961Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47362026-08-05T04:26:00.980Z Checking socket2 v0.5.10
47372026-08-05T04:26:01.069Z Checking internet-checksum v0.2.1
47382026-08-05T04:26:01.097Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47392026-08-05T04:26:01.279Z Checking elliptic-curve v0.14.1
47402026-08-05T04:26:01.279Z Checking rfc6979 v0.6.0
47412026-08-05T04:26:01.286Z Checking primefield v0.14.0
47422026-08-05T04:26:01.286Z Checking ssh-encoding v0.3.0
47432026-08-05T04:26:01.345Z Checking crypto-primes v0.7.2
47442026-08-05T04:26:01.499Z Checking ssh-cipher v0.3.0
47452026-08-05T04:26:01.499Z Checking russh-cryptovec v0.62.0
47462026-08-05T04:26:01.690Z Checking ecdsa v0.17.0
47472026-08-05T04:26:01.690Z Checking primeorder v0.14.0
47482026-08-05T04:26:02.050Z Checking p384 v0.14.0
47492026-08-05T04:26:02.050Z Checking p256 v0.14.0
47502026-08-05T04:26:02.059Z Checking p521 v0.14.0
47512026-08-05T04:26:02.281Z Checking rsa v0.10.0-rc.18
47522026-08-05T04:26:04.959Z Checking ssh-key v0.7.0-rc.11
47532026-08-05T04:26:05.697Z Checking russh v0.62.4
47542026-08-05T04:26:19.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.10s
47552026-08-05T04:26:19.132Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47562026-08-05T04:26:19.132Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47572026-08-05T04:26:19.339Z
47582026-08-05T04:26:19.339Zinfo: running `cargo check --bins` on gateway-cli (287/303)
47592026-08-05T04:26:19.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47602026-08-05T04:26:19.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47612026-08-05T04:26:19.985Z Checking termios v0.3.3
47622026-08-05T04:26:20.184Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47632026-08-05T04:26:20.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
47642026-08-05T04:26:20.973Z
47652026-08-05T04:26:20.973Zinfo: running `cargo check --bins --no-default-features` on installinator (288/303)
47662026-08-05T04:26:21.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-05T04:26:21.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-05T04:26:21.662Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47692026-08-05T04:26:22.362Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47702026-08-05T04:26:23.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
47712026-08-05T04:26:24.156Z
47722026-08-05T04:26:24.156Zinfo: running `cargo check --bins` on internal-dns-cli (289/303)
47732026-08-05T04:26:24.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-08-05T04:26:24.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-08-05T04:26:24.798Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47762026-08-05T04:26:25.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
47772026-08-05T04:26:25.412Z
47782026-08-05T04:26:25.412Zinfo: running `cargo check --bins` on omicron-live-tests (290/303)
47792026-08-05T04:26:25.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-08-05T04:26:25.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-08-05T04:26:25.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-08-05T04:26:25.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47832026-08-05T04:26:25.985Z
47842026-08-05T04:26:25.985Zinfo: running `cargo check --bins` on live-tests-macros (291/303)
47852026-08-05T04:26:26.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-08-05T04:26:26.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-08-05T04:26:26.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47882026-08-05T04:26:26.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47892026-08-05T04:26:26.558Z
47902026-08-05T04:26:26.558Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/303)
47912026-08-05T04:26:27.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47922026-08-05T04:26:27.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47932026-08-05T04:26:27.307Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47942026-08-05T04:26:27.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
47952026-08-05T04:26:28.098Z
47962026-08-05T04:26:28.098Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/303)
47972026-08-05T04:26:28.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47982026-08-05T04:26:28.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47992026-08-05T04:26:28.752Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48002026-08-05T04:26:28.753Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48012026-08-05T04:26:29.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
48022026-08-05T04:26:29.871Z
48032026-08-05T04:26:29.871Zinfo: running `cargo check --bins` on ntp-admin-types (294/303)
48042026-08-05T04:26:30.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48052026-08-05T04:26:30.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48062026-08-05T04:26:30.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48072026-08-05T04:26:30.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48082026-08-05T04:26:30.439Z
48092026-08-05T04:26:30.439Zinfo: running `cargo check --bins` on omicron-package (295/303)
48102026-08-05T04:26:30.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48112026-08-05T04:26:30.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48122026-08-05T04:26:31.118Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48132026-08-05T04:26:32.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
48142026-08-05T04:26:32.394Z
48152026-08-05T04:26:32.394Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (296/303)
48162026-08-05T04:26:32.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48172026-08-05T04:26:32.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48182026-08-05T04:26:32.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48192026-08-05T04:26:32.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48202026-08-05T04:26:32.990Z
48212026-08-05T04:26:32.990Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (297/303)
48222026-08-05T04:26:33.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48232026-08-05T04:26:33.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48242026-08-05T04:26:33.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48252026-08-05T04:26:33.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48262026-08-05T04:26:33.591Z
48272026-08-05T04:26:33.591Zinfo: running `cargo check --bins` on tqdb (298/303)
48282026-08-05T04:26:34.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48292026-08-05T04:26:34.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48302026-08-05T04:26:34.373Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48312026-08-05T04:26:34.725Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48322026-08-05T04:26:35.244Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48332026-08-05T04:26:35.244Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48342026-08-05T04:26:41.408Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48352026-08-05T04:26:41.408Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48362026-08-05T04:26:41.413Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48372026-08-05T04:26:42.027Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48382026-08-05T04:26:42.027Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48392026-08-05T04:26:42.032Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48402026-08-05T04:26:42.805Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48412026-08-05T04:26:43.252Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48422026-08-05T04:26:43.486Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48432026-08-05T04:26:43.868Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48442026-08-05T04:26:44.728Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48452026-08-05T04:26:45.379Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48462026-08-05T04:26:50.119Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48472026-08-05T04:26:57.043Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48482026-08-05T04:26:57.043Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48492026-08-05T04:26:57.047Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48502026-08-05T04:26:57.047Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48512026-08-05T04:26:58.591Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48522026-08-05T04:26:59.867Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48532026-08-05T04:27:00.544Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48542026-08-05T04:27:01.801Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48552026-08-05T04:27:02.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.75s
48562026-08-05T04:27:02.555Z
48572026-08-05T04:27:02.555Zinfo: running `cargo check --bins` on wicket-dbg (299/303)
48582026-08-05T04:27:03.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48592026-08-05T04:27:03.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48602026-08-05T04:27:03.269Z Checking rtoolbox v0.0.3
48612026-08-05T04:27:03.272Z Checking tui-tree-widget v0.23.1
48622026-08-05T04:27:03.393Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48632026-08-05T04:27:03.400Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
48642026-08-05T04:27:03.502Z Checking rpassword v7.5.4
48652026-08-05T04:27:06.394Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48662026-08-05T04:27:08.255Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48672026-08-05T04:27:09.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s
48682026-08-05T04:27:09.182Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48692026-08-05T04:27:09.182Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48702026-08-05T04:27:09.368Z
48712026-08-05T04:27:09.368Zinfo: running `cargo check --bins` on wicket (300/303)
48722026-08-05T04:27:09.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48732026-08-05T04:27:09.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48742026-08-05T04:27:10.063Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48752026-08-05T04:27:10.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
48762026-08-05T04:27:10.433Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48772026-08-05T04:27:10.433Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48782026-08-05T04:27:10.614Z
48792026-08-05T04:27:10.614Zinfo: running `cargo check --bins` on wicketd (301/303)
48802026-08-05T04:27:11.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48812026-08-05T04:27:11.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48822026-08-05T04:27:11.316Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48832026-08-05T04:27:15.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
48842026-08-05T04:27:15.004Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48852026-08-05T04:27:15.005Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48862026-08-05T04:27:15.193Z
48872026-08-05T04:27:15.193Zinfo: running `cargo check --bins` on omicron-workspace-hack (302/303)
48882026-08-05T04:27:15.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48892026-08-05T04:27:15.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48902026-08-05T04:27:15.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48912026-08-05T04:27:15.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48922026-08-05T04:27:15.760Z
48932026-08-05T04:27:15.760Zinfo: running `cargo check --bins` on zone-setup (303/303)
48942026-08-05T04:27:16.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48952026-08-05T04:27:16.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48962026-08-05T04:27:16.433Z Checking uzers v0.12.2
48972026-08-05T04:27:16.702Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48982026-08-05T04:27:17.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
48992026-08-05T04:27:17.693Z
49002026-08-05T04:27:17.696Zreal 14:04.425684381
49012026-08-05T04:27:17.697Zuser 20:57.054556204
49022026-08-05T04:27:17.697Zsys 4:13.997935252
49032026-08-05T04:27:17.697Ztrap 0.324730049
49042026-08-05T04:27:17.697Ztflt 0.622500701
49052026-08-05T04:27:17.697Zdflt 0.994321638
49062026-08-05T04:27:17.697Zkflt 0.005393562
49072026-08-05T04:27:17.697Zlock 1:29:41.483248702
49082026-08-05T04:27:17.697Zslp 1:40:30.352800695
49092026-08-05T04:27:17.697Zlat 54.178007901
49102026-08-05T04:27:17.697Zstop 3:58.174739801
49112026-08-05T04:27:17.697Zprocess exited: duration 969437 ms, exit code 0
 
49122026-08-05T04:27:17.705Zfound 0 output files