01M0K3FE9MTFS6EGR9PNVHSKQ4: 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: 01M0K3G0FEKMSQPNE45VNQN0CR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-21T21:27:27.816Zjob assigned to worker 01M0K3G5S5G9VPRRDN3PZTV1FP [factory aws, i-0698c9e49ce193f63] (queued for 47 s)
 
22026-08-21T21:27:34.342Zstarting task 0: "setup"
32026-08-21T21:27:34.347Z++ uname -s
42026-08-21T21:27:34.350Z+ kern=SunOS
52026-08-21T21:27:34.350Z+ build_user=build
62026-08-21T21:27:34.350Z+ build_uid=12345
72026-08-21T21:27:34.350Z+ work_dir=/work
82026-08-21T21:27:34.350Z+ input_dir=/input
92026-08-21T21:27:34.350Z+ [[ 0 == 12345 ]]
102026-08-21T21:27:34.350Z+ case "$kern" in
112026-08-21T21:27:34.350Z+ groupadd -g 12345 build
122026-08-21T21:27:34.353Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-21T21:27:36.357Z+ zfs create -o mountpoint=/work rpool/work
142026-08-21T21:27:36.434Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-21T21:27:36.438Z+ home_fs=zfs
162026-08-21T21:27:36.438Z+ [[ zfs == autofs ]]
172026-08-21T21:27:36.438Z+ mkdir -p /home/build
182026-08-21T21:27:36.438Z+ chown build:build /home/build /work
192026-08-21T21:27:38.439Z+ chmod 0700 /home/build /work
202026-08-21T21:27:38.442Zprocess exited: duration 4100 ms, exit code 0
 
212026-08-21T21:27:38.449Zstarting task 1: "rust-toolchain"
222026-08-21T21:27:38.454Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-21T21:27:38.454Z * rust toolchain channel = "1.97.1"
242026-08-21T21:27:38.454Z * rust toolchain profile = "default"
252026-08-21T21:27:38.454Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-21T21:27:38.454Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-21T21:27:38.454Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-21T21:27:38.458Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-21T21:27:38.458Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-21T21:27:38.564Zinfo: downloading installer
312026-08-21T21:27:39.913Zwarn: It looks like you have an existing rustup settings file at:
322026-08-21T21:27:39.913Zwarn: /home/build/.rustup/settings.toml
332026-08-21T21:27:39.913Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-21T21:27:39.913Zwarn: instead of the one inferred from the default host triple.
352026-08-21T21:27:39.921Zinfo: profile set to default
362026-08-21T21:27:39.921Zinfo: default host triple is x86_64-unknown-illumos
372026-08-21T21:27:39.925Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-21T21:27:40.060Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-21T21:27:40.063Zinfo: downloading 6 components
402026-08-21T21:27:55.044Z
412026-08-21T21:27:55.044Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-21T21:27:55.071Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-21T21:27:55.071Z
442026-08-21T21:27:55.075Z
452026-08-21T21:27:55.075ZRust is installed now. Great!
462026-08-21T21:27:55.075Z
472026-08-21T21:27:55.075ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-21T21:27:55.075Zenvironment variable. This has not been done automatically.
492026-08-21T21:27:55.075Z
502026-08-21T21:27:55.075ZTo configure your current shell, you need to source
512026-08-21T21:27:55.075Zthe corresponding env file under $HOME/.cargo.
522026-08-21T21:27:55.075Z
532026-08-21T21:27:55.075ZThis is usually done by running one of the following (note the leading DOT):
542026-08-21T21:27:55.075Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-21T21:27:55.075Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-21T21:27:55.075Zsource "~/.cargo/env.nu" # For nushell
572026-08-21T21:27:55.075Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-21T21:27:55.075Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-21T21:27:55.075Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-21T21:27:55.075Zwarn: no default linker (`cc`) was found in your PATH
612026-08-21T21:27:55.075Zwarn: many Rust crates require a system C toolchain to build
622026-08-21T21:27:55.159Z+ rustup --version
632026-08-21T21:27:55.169Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-21T21:27:55.172Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-21T21:27:55.188Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-21T21:27:55.191Z+ cargo --version
672026-08-21T21:27:55.206Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-21T21:27:55.209Z+ rustc --version
692026-08-21T21:27:55.227Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-21T21:27:55.230Zprocess exited: duration 16780 ms, exit code 0
 
712026-08-21T21:27:55.236Zstarting task 2: "authentication"
722026-08-21T21:27:55.253Zprocess exited: duration 16 ms, exit code 0
 
732026-08-21T21:27:55.260Zstarting task 3: "clone repository"
742026-08-21T21:27:55.263Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-21T21:27:55.266Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-21T21:27:55.298ZCloning into '/work/oxidecomputer/omicron'...
772026-08-21T21:28:07.118Z+ cd /work/oxidecomputer/omicron
782026-08-21T21:28:07.119Z+ git fetch origin dabd5e5f0ababb3e75cf8d370cd8fc730020e892
792026-08-21T21:28:07.462ZFrom https://github.com/oxidecomputer/omicron
802026-08-21T21:28:07.462Z * branch dabd5e5f0ababb3e75cf8d370cd8fc730020e892 -> FETCH_HEAD
812026-08-21T21:28:07.474Z+ [[ -n greedy-local-storage-allocation ]]
822026-08-21T21:28:07.477Z++ git branch --show-current
832026-08-21T21:28:07.477Z+ current=main
842026-08-21T21:28:07.477Z+ [[ main != greedy-local-storage-allocation ]]
852026-08-21T21:28:07.477Z+ git branch -f greedy-local-storage-allocation dabd5e5f0ababb3e75cf8d370cd8fc730020e892
862026-08-21T21:28:07.480Z+ git checkout -f greedy-local-storage-allocation
872026-08-21T21:28:07.738ZSwitched to branch 'greedy-local-storage-allocation'
882026-08-21T21:28:07.745Z+ git reset --hard dabd5e5f0ababb3e75cf8d370cd8fc730020e892
892026-08-21T21:28:07.842ZHEAD is now at dabd5e5f0 Derive workload test request sizes from the real overhead computation
902026-08-21T21:28:07.851Zprocess exited: duration 12584 ms, exit code 0
 
912026-08-21T21:28:07.859Zstarting task 4: "build"
922026-08-21T21:28:07.864Z+ source .github/buildomat/ci-env.sh
932026-08-21T21:28:07.864Z++ export CARGO_TERM_COLOR=always
942026-08-21T21:28:07.864Z++ CARGO_TERM_COLOR=always
952026-08-21T21:28:07.867Z+++ uname -s
962026-08-21T21:28:07.867Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-21T21:28:07.867Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-21T21:28:07.867Z+ cargo --version
992026-08-21T21:28:07.876Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-21T21:28:07.884Z+ rustc --version
1012026-08-21T21:28:07.898Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-21T21:28:07.902Z+ source ./env.sh
1032026-08-21T21:28:07.902Z++ OLD_SHELL_OPTS=ehxB
1042026-08-21T21:28:07.902Z++ set -o xtrace
1052026-08-21T21:28:07.905Z++++ dirname ./env.sh
1062026-08-21T21:28:07.906Z+++ readlink -f .
1072026-08-21T21:28:07.906Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-21T21:28:07.906Z++ 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-21T21:28:07.906Z++ 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-21T21:28:07.906Z++ 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-21T21:28:07.906Z++ 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-21T21:28:07.906Z++ 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-21T21:28:07.906Z++ 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-21T21:28:07.906Z++ 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-21T21:28:07.906Z++ 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-21T21:28:07.906Z++ 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-21T21:28:07.906Z++ 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-21T21:28:07.906Z++ case $OLD_SHELL_OPTS in
1192026-08-21T21:28:07.906Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-21T21:28:07.906Z+ 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-21T21:28:07.906Z+ 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-21T21:28:07.906Z+ banner prerequisites
1232026-08-21T21:28:07.912Z
1242026-08-21T21:28:07.912Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-21T21:28:07.912Z # # # # # # # # # # # # # # #
1262026-08-21T21:28:07.912Z # # # # ##### # # ##### # # # # # #### #
1272026-08-21T21:28:07.912Z ##### ##### # ##### # # # # # # # # #
1282026-08-21T21:28:07.912Z # # # # # # # # # # # # # # #
1292026-08-21T21:28:07.913Z # # # ###### # # ###### ### # #### # #### #
1302026-08-21T21:28:07.913Z
1312026-08-21T21:28:07.913Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-21T21:28:09.811Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-21T21:28:10.136Z Startup: Caching catalogs ... Done
1342026-08-21T21:28:12.003ZPlanning: Solver setup ... Done (1.759s)
1352026-08-21T21:28:12.083ZPlanning: Running solver ... Done (0.057s)
1362026-08-21T21:28:12.101ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-21T21:28:12.120ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-21T21:28:12.128ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-21T21:28:12.143ZPlanning: Package planning ... Done (0.014s)
1402026-08-21T21:28:12.151ZPlanning: Merging actions ... Done (0.001s)
1412026-08-21T21:28:12.323ZPlanning: Checking for conflicting actions ... Done (0.161s)
1422026-08-21T21:28:12.344ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-21T21:28:13.123ZPlanning: Evaluating mediators ... Done (0.806s)
1442026-08-21T21:28:13.133ZPlanning: Planning completed in 2.94 seconds
1452026-08-21T21:28:13.134Z Packages to install: 2
1462026-08-21T21:28:13.134Z Estimated space available: 156.01 GB
1472026-08-21T21:28:13.134ZEstimated space to be consumed: 73.56 MB
1482026-08-21T21:28:13.134Z Create boot environment: No
1492026-08-21T21:28:13.134ZCreate backup boot environment: No
1502026-08-21T21:28:13.134Z Rebuild boot archive: No
1512026-08-21T21:28:13.134Z
1522026-08-21T21:28:13.134ZChanged packages:
1532026-08-21T21:28:13.134Zhelios
1542026-08-21T21:28:13.134Z developer/build-essential
1552026-08-21T21:28:13.134Z None -> 11-3.0
1562026-08-21T21:28:13.134Z library/libxmlsec1
1572026-08-21T21:28:13.134Z None -> 1.2.35-3.0
1582026-08-21T21:28:13.150Z
1592026-08-21T21:28:13.150ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-21T21:28:13.221ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1612026-08-21T21:28:13.288Z Actions: 1/268 actions (Installing new actions)
1622026-08-21T21:28:13.337Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-21T21:28:13.360ZFinalize: Updating package state database ... Done (0.030s)
1642026-08-21T21:28:13.368ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-21T21:28:13.431ZFinalize: Updating image state ... Done (0.079s)
1662026-08-21T21:28:15.823ZFinalize: Creating fast lookup database ... Done (2.349s)
1672026-08-21T21:28:15.890ZFinalize: Reading search index ... Done (0.013s)
1682026-08-21T21:28:15.893ZFinalize: Updating search index ... Done (0.000s)
1692026-08-21T21:28:15.988ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-21T21:28:16.346ZPlanning: Evaluating mediator changes ... Done
1712026-08-21T21:28:16.449ZPlanning: Checking for conflicting actions ... Done
1722026-08-21T21:28:16.452ZPlanning: Consolidating action changes ... Done
1732026-08-21T21:28:16.608ZPlanning: Evaluating mediators ... Done
1742026-08-21T21:28:16.611ZPlanning: Planning completed in 0.26 seconds
1752026-08-21T21:28:16.627Z Mediators to change: 2
1762026-08-21T21:28:16.627Z Create boot environment: No
1772026-08-21T21:28:16.627ZCreate backup boot environment: No
1782026-08-21T21:28:16.667ZFinalize: Updating package state database ... Done
1792026-08-21T21:28:16.667ZFinalize: Updating package cache ... Done
1802026-08-21T21:28:16.715ZFinalize: Updating image state ... Done
1812026-08-21T21:28:18.647ZFinalize: Creating fast lookup database ... Done
1822026-08-21T21:28:18.708ZFinalize: Reading search index ... Done
1832026-08-21T21:28:18.711ZFinalize: Updating search index ... Done
1842026-08-21T21:28:18.849ZFinalize: Updating package cache ... Done
1852026-08-21T21:28:19.067ZPlanning: Evaluating mediator changes ... Done
1862026-08-21T21:28:19.173ZPlanning: Checking for conflicting actions ... Done
1872026-08-21T21:28:19.176ZPlanning: Consolidating action changes ... Done
1882026-08-21T21:28:19.329ZPlanning: Evaluating mediators ... Done
1892026-08-21T21:28:19.332ZPlanning: Planning completed in 0.26 seconds
1902026-08-21T21:28:19.352Z Mediators to change: 1
1912026-08-21T21:28:19.352Z Create boot environment: No
1922026-08-21T21:28:19.352ZCreate backup boot environment: No
1932026-08-21T21:28:19.395ZFinalize: Updating package state database ... Done
1942026-08-21T21:28:19.395ZFinalize: Updating package cache ... Done
1952026-08-21T21:28:19.443ZFinalize: Updating image state ... Done
1962026-08-21T21:28:21.452ZFinalize: Creating fast lookup database ... Done
1972026-08-21T21:28:21.466ZFinalize: Reading search index ... Done
1982026-08-21T21:28:21.466ZFinalize: Updating search index ... Done
1992026-08-21T21:28:21.576ZFinalize: Updating package cache ... Done
2002026-08-21T21:28:21.891ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-21T21:28:21.891Zapache system 2.4 system
2022026-08-21T21:28:21.891Zclang system 15 system
2032026-08-21T21:28:21.891Zcsh system system illumos
2042026-08-21T21:28:21.891Zctags system system illumos
2052026-08-21T21:28:21.891Zfile vendor vendor darwinsys
2062026-08-21T21:28:21.891Zfile system system illumos
2072026-08-21T21:28:21.891Zgcc vendor 14 vendor
2082026-08-21T21:28:21.892Zgcc system 13 system
2092026-08-21T21:28:21.892Zgcc system 10 system
2102026-08-21T21:28:21.892Zgo system 1.25 system
2112026-08-21T21:28:21.892Zllvm system 15 system
2122026-08-21T21:28:21.892Zmariadb system 11.4 system
2132026-08-21T21:28:21.892Zmta vendor vendor dma
2142026-08-21T21:28:21.893Zopenjdk system 17 system
2152026-08-21T21:28:21.893Zopenjdk system 11 system
2162026-08-21T21:28:21.893Zopenssl vendor 3 vendor
2172026-08-21T21:28:21.893Zperl system 5.40 system
2182026-08-21T21:28:21.893Zpostgresql system 18 system
2192026-08-21T21:28:21.893Zpostgresql system 17 system
2202026-08-21T21:28:21.893Zpython vendor 3 vendor
2212026-08-21T21:28:21.893Zpython system 2 system
2222026-08-21T21:28:21.894Zpython3 vendor 3.13 vendor
2232026-08-21T21:28:21.894Zruby system 3.4 system
2242026-08-21T21:28:21.894Zruby system 3.0 system
2252026-08-21T21:28:21.894Zwords vendor vendor american-english
2262026-08-21T21:28:21.894Zwords system system australian-english
2272026-08-21T21:28:21.894Zwords system system british-english
2282026-08-21T21:28:21.894Zwords system system canadian-english
2292026-08-21T21:28:21.894Zwords system system french
2302026-08-21T21:28:21.894Zwords system system italian
2312026-08-21T21:28:21.894Zwords system system ngerman
2322026-08-21T21:28:21.894Zwords system system ogerman
2332026-08-21T21:28:21.894Zwords system system spanish
2342026-08-21T21:28:22.142ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-21T21:28:22.142Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-21T21:28:22.604ZFMRI IFO
2372026-08-21T21:28:22.604Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-21T21:28:22.604Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-21T21:28:22.604Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-21T21:28:22.604Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-21T21:28:22.604Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-21T21:28:22.604Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-21T21:28:22.604Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-21T21:28:22.605Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-21T21:28:22.605Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-21T21:28:22.928Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-21T21:28:23.284Z Updating crates.io index
2482026-08-21T21:28:23.294Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-21T21:28:23.973Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-21T21:28:24.006Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-21T21:28:25.017Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-21T21:28:25.657Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-21T21:28:27.593Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-21T21:28:28.480Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-21T21:28:28.793Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-21T21:28:29.135Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-21T21:28:30.326Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-21T21:28:30.638Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-21T21:28:31.025Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-08-21T21:28:31.330Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-21T21:28:31.851Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-08-21T21:28:32.418Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-08-21T21:28:33.029Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-21T21:28:33.316Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-21T21:28:33.637Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-08-21T21:28:34.041Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-08-21T21:28:34.340Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-08-21T21:28:34.617Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-08-21T21:28:34.917Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-08-21T21:28:35.417Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-08-21T21:28:35.781Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-21T21:28:36.065Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-21T21:28:36.652Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-21T21:28:36.941Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-21T21:28:37.350Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-21T21:28:37.740Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-21T21:28:38.050Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-21T21:28:38.399Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-21T21:28:38.764Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-08-21T21:28:39.227Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-21T21:28:39.782Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-21T21:28:40.072Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-21T21:28:40.388Z Updating git repository `https://github.com/oxidecomputer/tough`
2842026-08-21T21:28:40.923Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-21T21:28:41.230Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-21T21:28:41.511Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-21T21:28:41.826Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-21T21:28:42.191Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-21T21:28:42.449Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-21T21:28:45.369Z Downloading crates ...
2912026-08-21T21:28:45.417Z Downloaded cfg-if v1.0.4
2922026-08-21T21:28:45.426Z Downloaded clap_derive v4.6.1
2932026-08-21T21:28:45.429Z Downloaded cargo_toml v0.21.0
2942026-08-21T21:28:45.429Z Downloaded macaddr v1.0.1
2952026-08-21T21:28:45.436Z Downloaded zerocopy-derive v0.7.35
2962026-08-21T21:28:45.443Z Downloaded zmij v1.0.21
2972026-08-21T21:28:45.452Z Downloaded is_terminal_polyfill v1.70.2
2982026-08-21T21:28:45.452Z Downloaded itoa v1.0.17
2992026-08-21T21:28:45.452Z Downloaded anstyle-query v1.1.5
3002026-08-21T21:28:45.453Z Downloaded clap_lex v1.0.0
3012026-08-21T21:28:45.453Z Downloaded memmap v0.7.0
3022026-08-21T21:28:45.453Z Downloaded crypto-common v0.1.7
3032026-08-21T21:28:45.453Z Downloaded anstyle-parse v1.0.0
3042026-08-21T21:28:45.453Z Downloaded zerocopy v0.7.35
3052026-08-21T21:28:45.458Z Downloaded block-buffer v0.10.4
3062026-08-21T21:28:45.458Z Downloaded fnv v1.0.7
3072026-08-21T21:28:45.458Z Downloaded cargo-platform v0.3.2
3082026-08-21T21:28:45.458Z Downloaded generic-array v0.14.7
3092026-08-21T21:28:45.462Z Downloaded fastrand v2.3.0
3102026-08-21T21:28:45.462Z Downloaded dof v0.3.0
3112026-08-21T21:28:45.463Z Downloaded dtrace-parser v0.2.0
3122026-08-21T21:28:45.469Z Downloaded equivalent v1.0.2
3132026-08-21T21:28:45.469Z Downloaded cpufeatures v0.2.17
3142026-08-21T21:28:45.473Z Downloaded errno v0.3.14
3152026-08-21T21:28:45.476Z Downloaded anstyle v1.0.14
3162026-08-21T21:28:45.476Z Downloaded anstream v1.0.0
3172026-08-21T21:28:45.476Z Downloaded autocfg v1.5.0
3182026-08-21T21:28:45.476Z Downloaded camino-tempfile v1.4.1
3192026-08-21T21:28:45.480Z Downloaded toml_write v0.1.2
3202026-08-21T21:28:45.484Z Downloaded toml_datetime v0.6.11
3212026-08-21T21:28:45.484Z Downloaded strsim v0.11.1
3222026-08-21T21:28:45.487Z Downloaded plain v0.2.3
3232026-08-21T21:28:45.487Z Downloaded colorchoice v1.0.4
3242026-08-21T21:28:45.492Z Downloaded heck v0.5.0
3252026-08-21T21:28:45.498Z Downloaded utf8parse v0.2.2
3262026-08-21T21:28:45.503Z Downloaded proc-macro-error-attr v1.0.4
3272026-08-21T21:28:45.508Z Downloaded swrite v0.1.0
3282026-08-21T21:28:45.508Z Downloaded usdt v0.5.0
3292026-08-21T21:28:45.513Z Downloaded version_check v0.9.5
3302026-08-21T21:28:45.514Z Downloaded usdt-macro v0.5.0
3312026-08-21T21:28:45.514Z Downloaded pretty-hex v0.4.1
3322026-08-21T21:28:45.517Z Downloaded scroll_derive v0.12.1
3332026-08-21T21:28:45.517Z Downloaded terminal_size v0.4.3
3342026-08-21T21:28:45.517Z Downloaded serde_spanned v0.6.9
3352026-08-21T21:28:45.522Z Downloaded unicode-linebreak v0.1.5
3362026-08-21T21:28:45.522Z Downloaded thread-id v4.2.2
3372026-08-21T21:28:45.529Z Downloaded bytecount v0.6.9
3382026-08-21T21:28:45.534Z Downloaded digest v0.10.7
3392026-08-21T21:28:45.534Z Downloaded heck v0.4.1
3402026-08-21T21:28:45.539Z Downloaded cargo_metadata v0.23.1
3412026-08-21T21:28:45.540Z Downloaded usdt-attr-macro v0.5.0
3422026-08-21T21:28:45.540Z Downloaded pest_derive v2.8.6
3432026-08-21T21:28:45.546Z Downloaded tabled_derive v0.7.0
3442026-08-21T21:28:45.554Z Downloaded byteorder v1.5.0
3452026-08-21T21:28:45.557Z Downloaded thiserror v2.0.18
3462026-08-21T21:28:45.557Z Downloaded thiserror-impl v2.0.18
3472026-08-21T21:28:45.557Z Downloaded fs-err v3.3.0
3482026-08-21T21:28:45.565Z Downloaded thiserror-impl v1.0.69
3492026-08-21T21:28:45.570Z Downloaded usdt-impl v0.5.0
3502026-08-21T21:28:45.571Z Downloaded sha2 v0.10.9
3512026-08-21T21:28:45.571Z Downloaded scroll v0.12.0
3522026-08-21T21:28:45.571Z Downloaded serde_tokenstream v0.2.3
3532026-08-21T21:28:45.574Z Downloaded proc-macro-error v1.0.4
3542026-08-21T21:28:45.575Z Downloaded thiserror v1.0.69
3552026-08-21T21:28:45.581Z Downloaded once_cell v1.21.3
3562026-08-21T21:28:45.585Z Downloaded camino v1.2.2
3572026-08-21T21:28:45.585Z Downloaded pest_generator v2.8.6
3582026-08-21T21:28:45.590Z Downloaded quote v1.0.45
3592026-08-21T21:28:45.593Z Downloaded semver v1.0.28
3602026-08-21T21:28:45.614Z Downloaded tempfile v3.25.0
3612026-08-21T21:28:45.619Z Downloaded toml v0.8.23
3622026-08-21T21:28:45.622Z Downloaded anyhow v1.0.102
3632026-08-21T21:28:45.625Z Downloaded smawk v0.3.2
3642026-08-21T21:28:45.625Z Downloaded textwrap v0.16.2
3652026-08-21T21:28:45.628Z Downloaded bitflags v2.11.0
3662026-08-21T21:28:45.632Z Downloaded unicode-ident v1.0.24
3672026-08-21T21:28:45.632Z Downloaded log v0.4.29
3682026-08-21T21:28:45.632Z Downloaded clap v4.6.1
3692026-08-21T21:28:45.637Z Downloaded papergrid v0.11.0
3702026-08-21T21:28:45.640Z Downloaded ucd-trie v0.1.7
3712026-08-21T21:28:45.646Z Downloaded getrandom v0.4.1
3722026-08-21T21:28:45.656Z Downloaded serde_derive v1.0.228
3732026-08-21T21:28:45.661Z Downloaded pest_meta v2.8.6
3742026-08-21T21:28:45.661Z Downloaded proc-macro2 v1.0.106
3752026-08-21T21:28:45.661Z Downloaded toml_edit v0.22.27
3762026-08-21T21:28:45.668Z Downloaded memchr v2.8.0
3772026-08-21T21:28:45.683Z Downloaded serde v1.0.228
3782026-08-21T21:28:45.688Z Downloaded serde_core v1.0.228
3792026-08-21T21:28:45.700Z Downloaded indexmap v2.14.0
3802026-08-21T21:28:45.705Z Downloaded pest v2.8.6
3812026-08-21T21:28:45.719Z Downloaded typenum v1.20.1
3822026-08-21T21:28:45.759Z Downloaded clap_builder v4.6.0
3832026-08-21T21:28:45.762Z Downloaded hashbrown v0.17.0
3842026-08-21T21:28:45.765Z Downloaded serde_json v1.0.151
3852026-08-21T21:28:45.776Z Downloaded winnow v0.7.14
3862026-08-21T21:28:45.788Z Downloaded goblin v0.8.2
3872026-08-21T21:28:45.805Z Downloaded tabled v0.15.0
3882026-08-21T21:28:45.815Z Downloaded syn v1.0.109
3892026-08-21T21:28:45.821Z Downloaded unicode-width v0.2.0
3902026-08-21T21:28:45.825Z Downloaded unicode-width v0.1.14
3912026-08-21T21:28:45.831Z Downloaded syn v2.0.117
3922026-08-21T21:28:45.856Z Downloaded rustix v1.1.3
3932026-08-21T21:28:45.880Z Downloaded libc v0.2.185
3942026-08-21T21:28:45.945Z Compiling proc-macro2 v1.0.106
3952026-08-21T21:28:45.945Z Compiling unicode-ident v1.0.24
3962026-08-21T21:28:45.945Z Compiling quote v1.0.45
3972026-08-21T21:28:45.945Z Compiling serde_core v1.0.228
3982026-08-21T21:28:45.945Z Compiling libc v0.2.185
3992026-08-21T21:28:45.953Z Compiling version_check v0.9.5
4002026-08-21T21:28:45.953Z Compiling memchr v2.8.0
4012026-08-21T21:28:46.122Z Compiling serde v1.0.228
4022026-08-21T21:28:46.269Z Compiling zmij v1.0.21
4032026-08-21T21:28:46.545Z Compiling ucd-trie v0.1.7
4042026-08-21T21:28:46.551Z Compiling itoa v1.0.17
4052026-08-21T21:28:46.627Z Compiling thiserror v1.0.69
4062026-08-21T21:28:46.769Z Compiling pest v2.8.6
4072026-08-21T21:28:46.821Z Compiling rustix v1.1.3
4082026-08-21T21:28:46.984Z Compiling byteorder v1.5.0
4092026-08-21T21:28:47.085Z Compiling errno v0.3.14
4102026-08-21T21:28:47.238Z Compiling serde_json v1.0.151
4112026-08-21T21:28:47.304Z Compiling bitflags v2.11.0
4122026-08-21T21:28:47.420Z Compiling syn v2.0.117
4132026-08-21T21:28:47.451Z Compiling thread-id v4.2.2
4142026-08-21T21:28:47.522Z Compiling usdt-impl v0.5.0
4152026-08-21T21:28:47.566Z Compiling proc-macro-error-attr v1.0.4
4162026-08-21T21:28:47.659Z Compiling syn v1.0.109
4172026-08-21T21:28:47.730Z Compiling camino v1.2.2
4182026-08-21T21:28:47.832Z Compiling pest_meta v2.8.6
4192026-08-21T21:28:48.023Z Compiling proc-macro-error v1.0.4
4202026-08-21T21:28:48.053Z Compiling log v0.4.29
4212026-08-21T21:28:48.117Z Compiling utf8parse v0.2.2
4222026-08-21T21:28:48.203Z Compiling plain v0.2.3
4232026-08-21T21:28:48.230Z Compiling getrandom v0.4.1
4242026-08-21T21:28:48.247Z Compiling hashbrown v0.17.0
4252026-08-21T21:28:48.317Z Compiling equivalent v1.0.2
4262026-08-21T21:28:48.478Z Compiling terminal_size v0.4.3
4272026-08-21T21:28:48.635Z Compiling anstyle-parse v1.0.0
4282026-08-21T21:28:48.821Z Compiling indexmap v2.14.0
4292026-08-21T21:28:49.110Z Compiling pretty-hex v0.4.1
4302026-08-21T21:28:49.183Z Compiling winnow v0.7.14
4312026-08-21T21:28:49.251Z Compiling colorchoice v1.0.4
4322026-08-21T21:28:49.374Z Compiling anstyle-query v1.1.5
4332026-08-21T21:28:49.420Z Compiling toml_write v0.1.2
4342026-08-21T21:28:49.446Z Compiling is_terminal_polyfill v1.70.2
4352026-08-21T21:28:49.453Z Compiling anstyle v1.0.14
4362026-08-21T21:28:49.500Z Compiling cfg-if v1.0.4
4372026-08-21T21:28:49.535Z Compiling thiserror v2.0.18
4382026-08-21T21:28:49.576Z Compiling autocfg v1.5.0
4392026-08-21T21:28:49.613Z Compiling pest_generator v2.8.6
4402026-08-21T21:28:49.671Z Compiling anstream v1.0.0
4412026-08-21T21:28:49.996Z Compiling fs-err v3.3.0
4422026-08-21T21:28:50.011Z Compiling fastrand v2.3.0
4432026-08-21T21:28:50.089Z Compiling strsim v0.11.1
4442026-08-21T21:28:50.177Z Compiling unicode-width v0.1.14
4452026-08-21T21:28:50.261Z Compiling clap_lex v1.0.0
4462026-08-21T21:28:50.297Z Compiling heck v0.4.1
4472026-08-21T21:28:50.375Z Compiling anyhow v1.0.102
4482026-08-21T21:28:50.428Z Compiling once_cell v1.21.3
4492026-08-21T21:28:50.447Z Compiling bytecount v0.6.9
4502026-08-21T21:28:50.490Z Compiling heck v0.5.0
4512026-08-21T21:28:50.516Z Compiling fnv v1.0.7
4522026-08-21T21:28:50.580Z Compiling clap_builder v4.6.0
4532026-08-21T21:28:50.620Z Compiling papergrid v0.11.0
4542026-08-21T21:28:50.643Z Compiling tempfile v3.25.0
4552026-08-21T21:28:50.720Z Compiling semver v1.0.28
4562026-08-21T21:28:50.756Z Compiling cargo-platform v0.3.2
4572026-08-21T21:28:50.887Z Compiling memmap v0.7.0
4582026-08-21T21:28:50.926Z Compiling tabled_derive v0.7.0
4592026-08-21T21:28:51.007Z Compiling smawk v0.3.2
4602026-08-21T21:28:51.024Z Compiling unicode-width v0.2.0
4612026-08-21T21:28:51.042Z Compiling unicode-linebreak v0.1.5
4622026-08-21T21:28:51.143Z Compiling camino-tempfile v1.4.1
4632026-08-21T21:28:51.263Z Compiling serde_derive v1.0.228
4642026-08-21T21:28:51.282Z Compiling thiserror-impl v1.0.69
4652026-08-21T21:28:51.298Z Compiling zerocopy-derive v0.7.35
4662026-08-21T21:28:51.369Z Compiling pest_derive v2.8.6
4672026-08-21T21:28:51.417Z Compiling scroll_derive v0.12.1
4682026-08-21T21:28:51.872Z Compiling thiserror-impl v2.0.18
4692026-08-21T21:28:51.891Z Compiling clap_derive v4.6.1
4702026-08-21T21:28:52.067Z Compiling tabled v0.15.0
4712026-08-21T21:28:52.123Z Compiling scroll v0.12.0
4722026-08-21T21:28:52.161Z Compiling zerocopy v0.7.35
4732026-08-21T21:28:52.402Z Compiling goblin v0.8.2
4742026-08-21T21:28:52.676Z Compiling dtrace-parser v0.2.0
4752026-08-21T21:28:52.741Z Compiling textwrap v0.16.2
4762026-08-21T21:28:53.340Z Compiling swrite v0.1.0
4772026-08-21T21:28:53.625Z Compiling clap v4.6.1
4782026-08-21T21:28:54.371Z Compiling serde_spanned v0.6.9
4792026-08-21T21:28:54.371Z Compiling toml_datetime v0.6.11
4802026-08-21T21:28:54.374Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-08-21T21:28:54.374Z Compiling macaddr v1.0.1
4822026-08-21T21:28:54.374Z Compiling cargo_metadata v0.23.1
4832026-08-21T21:28:54.451Z Compiling dof v0.3.0
4842026-08-21T21:28:54.456Z Compiling serde_tokenstream v0.2.3
4852026-08-21T21:28:54.534Z Compiling toml_edit v0.22.27
4862026-08-21T21:28:55.245Z Compiling usdt-attr-macro v0.5.0
4872026-08-21T21:28:55.245Z Compiling usdt-macro v0.5.0
4882026-08-21T21:28:55.837Z Compiling usdt v0.5.0
4892026-08-21T21:28:55.867Z Compiling toml v0.8.23
4902026-08-21T21:28:56.190Z Compiling cargo_toml v0.21.0
4912026-08-21T21:28:57.547Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-21T21:28:59.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.72s
4932026-08-21T21:28:59.702Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-21T21:29:00.207Z Downloading crates ...
4952026-08-21T21:29:00.255Z Downloaded async-stream-impl v0.3.6
4962026-08-21T21:29:00.260Z Downloaded adler2 v2.0.1
4972026-08-21T21:29:00.264Z Downloaded arrayref v0.3.9
4982026-08-21T21:29:00.274Z Downloaded allocator-api2 v0.2.21
4992026-08-21T21:29:00.274Z Downloaded block-padding v0.4.2
5002026-08-21T21:29:00.274Z Downloaded aead v0.6.1
5012026-08-21T21:29:00.275Z Downloaded array-init v0.0.4
5022026-08-21T21:29:00.278Z Downloaded bitfield-struct v0.6.2
5032026-08-21T21:29:00.278Z Downloaded anstyle-parse v0.2.7
5042026-08-21T21:29:00.281Z Downloaded env_filter v1.0.0
5052026-08-21T21:29:00.281Z Downloaded arc-swap v1.8.2
5062026-08-21T21:29:00.281Z Downloaded bit-set v0.5.3
5072026-08-21T21:29:00.286Z Downloaded erased-serde v0.3.31
5082026-08-21T21:29:00.286Z Downloaded enum-as-inner v0.6.1
5092026-08-21T21:29:00.286Z Downloaded bitfield-macros v0.19.4
5102026-08-21T21:29:00.286Z Downloaded aead v0.5.2
5112026-08-21T21:29:00.290Z Downloaded atomicwrites v0.4.4
5122026-08-21T21:29:00.290Z Downloaded enum_dispatch v0.3.13
5132026-08-21T21:29:00.291Z Downloaded foreign-types v0.3.2
5142026-08-21T21:29:00.291Z Downloaded atty v0.2.14
5152026-08-21T21:29:00.291Z Downloaded form_urlencoded v1.2.2
5162026-08-21T21:29:00.294Z Downloaded futures-sink v0.3.32
5172026-08-21T21:29:00.294Z Downloaded atomic-waker v1.1.2
5182026-08-21T21:29:00.295Z Downloaded bit-set v0.8.0
5192026-08-21T21:29:00.295Z Downloaded flume v0.11.1
5202026-08-21T21:29:00.295Z Downloaded foldhash v0.1.5
5212026-08-21T21:29:00.298Z Downloaded filetime v0.2.27
5222026-08-21T21:29:00.298Z Downloaded convert_case v0.4.0
5232026-08-21T21:29:00.298Z Downloaded ff v0.14.0
5242026-08-21T21:29:00.305Z Downloaded git-stub v1.0.0
5252026-08-21T21:29:00.305Z Downloaded anstream v0.6.21
5262026-08-21T21:29:00.305Z Downloaded bit-vec v0.6.3
5272026-08-21T21:29:00.305Z Downloaded fd-lock v4.0.4
5282026-08-21T21:29:00.310Z Downloaded bb8 v0.8.6
5292026-08-21T21:29:00.310Z Downloaded bit-vec v0.8.0
5302026-08-21T21:29:00.310Z Downloaded env_logger v0.11.9
5312026-08-21T21:29:00.310Z Downloaded base64ct v1.8.3
5322026-08-21T21:29:00.310Z Downloaded generic-array v1.4.3
5332026-08-21T21:29:00.310Z Downloaded hmac v0.13.0
5342026-08-21T21:29:00.313Z Downloaded assert_matches v1.5.0
5352026-08-21T21:29:00.313Z Downloaded float-ord v0.3.2
5362026-08-21T21:29:00.313Z Downloaded find-msvc-tools v0.1.9
5372026-08-21T21:29:00.314Z Downloaded foreign-types v0.5.0
5382026-08-21T21:29:00.314Z Downloaded argon2 v0.5.3
5392026-08-21T21:29:00.314Z Downloaded argon2 v0.6.0-rc.8
5402026-08-21T21:29:00.319Z Downloaded bitflags v1.3.2
5412026-08-21T21:29:00.319Z Downloaded ahash v0.8.12
5422026-08-21T21:29:00.322Z Downloaded bcrypt-pbkdf v0.11.0
5432026-08-21T21:29:00.322Z Downloaded flagset v0.4.7
5442026-08-21T21:29:00.322Z Downloaded foreign-types-shared v0.3.1
5452026-08-21T21:29:00.322Z Downloaded futures-macro v0.3.32
5462026-08-21T21:29:00.322Z Downloaded headers-core v0.3.0
5472026-08-21T21:29:00.322Z Downloaded foreign-types-macros v0.2.3
5482026-08-21T21:29:00.322Z Downloaded gethostname v0.5.0
5492026-08-21T21:29:00.393Z Downloaded hostname v0.4.2
5502026-08-21T21:29:00.393Z Downloaded async-stream v0.3.6
5512026-08-21T21:29:00.393Z Downloaded futures-core v0.3.32
5522026-08-21T21:29:00.393Z Downloaded ascii-canvas v3.0.0
5532026-08-21T21:29:00.393Z Downloaded base16ct v0.2.0
5542026-08-21T21:29:00.393Z Downloaded http-body v1.0.1
5552026-08-21T21:29:00.393Z Downloaded fallible-iterator v0.2.0
5562026-08-21T21:29:00.393Z Downloaded futures-executor v0.3.32
5572026-08-21T21:29:00.394Z Downloaded glob v0.3.3
5582026-08-21T21:29:00.394Z Downloaded cobs v0.3.0
5592026-08-21T21:29:00.394Z Downloaded endian-type v0.1.2
5602026-08-21T21:29:00.394Z Downloaded fixedbitset v0.4.2
5612026-08-21T21:29:00.394Z Downloaded ghash v0.6.0
5622026-08-21T21:29:00.394Z Downloaded hubpack_derive v0.1.1
5632026-08-21T21:29:00.394Z Downloaded hex-literal v1.1.0
5642026-08-21T21:29:00.394Z Downloaded futures-io v0.3.32
5652026-08-21T21:29:00.395Z Downloaded float-cmp v0.10.0
5662026-08-21T21:29:00.395Z Downloaded httpdate v1.0.3
5672026-08-21T21:29:00.395Z Downloaded home v0.5.12
5682026-08-21T21:29:00.397Z Downloaded async-recursion v1.1.1
5692026-08-21T21:29:00.398Z Downloaded hostname v0.3.1
5702026-08-21T21:29:00.398Z Downloaded http-range v0.1.5
5712026-08-21T21:29:00.398Z Downloaded funty v2.0.0
5722026-08-21T21:29:00.398Z Downloaded hyper-tls v0.6.0
5732026-08-21T21:29:00.398Z Downloaded hash32 v0.3.1
5742026-08-21T21:29:00.398Z Downloaded cfg_aliases v0.1.1
5752026-08-21T21:29:00.398Z Downloaded compression-core v0.4.31
5762026-08-21T21:29:00.398Z Downloaded futures-task v0.3.32
5772026-08-21T21:29:00.398Z Downloaded cfg_aliases v0.2.1
5782026-08-21T21:29:00.398Z Downloaded ciborium-io v0.2.2
5792026-08-21T21:29:00.398Z Downloaded hex v0.4.3
5802026-08-21T21:29:00.399Z Downloaded fxhash v0.2.1
5812026-08-21T21:29:00.399Z Downloaded globwalk v0.9.1
5822026-08-21T21:29:00.399Z Downloaded hash32 v0.2.1
5832026-08-21T21:29:00.399Z Downloaded num v0.4.3
5842026-08-21T21:29:00.399Z Downloaded castaway v0.2.4
5852026-08-21T21:29:00.419Z Downloaded fs-err v2.11.0
5862026-08-21T21:29:00.419Z Downloaded httparse v1.10.1
5872026-08-21T21:29:00.419Z Downloaded block-buffer v0.12.1
5882026-08-21T21:29:00.419Z Downloaded predicates-core v1.0.10
5892026-08-21T21:29:00.419Z Downloaded num-conv v0.2.0
5902026-08-21T21:29:00.419Z Downloaded hubpack v0.1.2
5912026-08-21T21:29:00.419Z Downloaded num_enum_derive v0.5.11
5922026-08-21T21:29:00.420Z Downloaded ciborium-ll v0.2.2
5932026-08-21T21:29:00.420Z Downloaded openssl-probe v0.2.1
5942026-08-21T21:29:00.421Z Downloaded path-slash v0.1.5
5952026-08-21T21:29:00.421Z Downloaded phf_shared v0.13.1
5962026-08-21T21:29:00.421Z Downloaded predicates-tree v1.0.13
5972026-08-21T21:29:00.421Z Downloaded rand_xorshift v0.4.0
5982026-08-21T21:29:00.421Z Downloaded recursive-proc-macro-impl v0.1.1
5992026-08-21T21:29:00.421Z Downloaded same-file v1.0.6
6002026-08-21T21:29:00.421Z Downloaded sapling-renderdag v0.1.0
6012026-08-21T21:29:00.429Z Downloaded secrecy v0.8.0
6022026-08-21T21:29:00.429Z Downloaded serde_plain v1.0.2
6032026-08-21T21:29:00.429Z Downloaded async-trait v0.1.89
6042026-08-21T21:29:00.429Z Downloaded base16ct v1.0.0
6052026-08-21T21:29:00.429Z Downloaded bcs v0.1.6
6062026-08-21T21:29:00.429Z Downloaded bitfield v0.19.4
6072026-08-21T21:29:00.429Z Downloaded cipher v0.4.4
6082026-08-21T21:29:00.430Z Downloaded cmake v0.1.57
6092026-08-21T21:29:00.430Z Downloaded ff v0.13.1
6102026-08-21T21:29:00.431Z Downloaded foreign-types-shared v0.1.1
6112026-08-21T21:29:00.431Z Downloaded globset v0.4.18
6122026-08-21T21:29:00.431Z Downloaded ar_archive_writer v0.5.1
6132026-08-21T21:29:00.459Z Downloaded cipher v0.5.2
6142026-08-21T21:29:00.459Z Downloaded aes v0.9.1
6152026-08-21T21:29:00.460Z Downloaded async-bb8-diesel v0.2.1
6162026-08-21T21:29:00.460Z Downloaded humantime v2.3.0
6172026-08-21T21:29:00.460Z Downloaded packed_struct_codegen v0.10.1
6182026-08-21T21:29:00.462Z Downloaded foldhash v0.2.0
6192026-08-21T21:29:00.462Z Downloaded git-stub-vcs v0.1.0
6202026-08-21T21:29:00.462Z Downloaded group v0.13.0
6212026-08-21T21:29:00.483Z Downloaded fixedbitset v0.5.7
6222026-08-21T21:29:00.484Z Downloaded rustc_version v0.1.7
6232026-08-21T21:29:00.484Z Downloaded shell-words v1.1.1
6242026-08-21T21:29:00.484Z Downloaded sigpipe v0.1.3
6252026-08-21T21:29:00.484Z Downloaded arrayvec v0.7.6
6262026-08-21T21:29:00.484Z Downloaded strum v0.26.3
6272026-08-21T21:29:00.484Z Downloaded blowfish v0.10.0
6282026-08-21T21:29:00.484Z Downloaded chacha20 v0.9.1
6292026-08-21T21:29:00.484Z Downloaded strip-ansi-escapes v0.2.1
6302026-08-21T21:29:00.484Z Downloaded supports-color v3.0.2
6312026-08-21T21:29:00.484Z Downloaded cmov v0.5.4
6322026-08-21T21:29:00.484Z Downloaded backoff v0.4.0
6332026-08-21T21:29:00.485Z Downloaded take_mut v0.2.2
6342026-08-21T21:29:00.485Z Downloaded tap v1.0.1
6352026-08-21T21:29:00.485Z Downloaded testing_table v0.3.0
6362026-08-21T21:29:00.485Z Downloaded thiserror-impl-no-std v2.0.2
6372026-08-21T21:29:00.485Z Downloaded byte-wrapper v0.1.0
6382026-08-21T21:29:00.485Z Downloaded const_format_proc_macros v0.2.34
6392026-08-21T21:29:00.485Z Downloaded highway v1.3.0
6402026-08-21T21:29:00.501Z Downloaded hyper-staticfile v0.10.1
6412026-08-21T21:29:00.501Z Downloaded cbc v0.2.1
6422026-08-21T21:29:00.501Z Downloaded constant_time_eq v0.4.2
6432026-08-21T21:29:00.501Z Downloaded password-hash v0.5.0
6442026-08-21T21:29:00.501Z Downloaded primeorder v0.13.6
6452026-08-21T21:29:00.501Z Downloaded progenitor-extras v0.2.0
6462026-08-21T21:29:00.501Z Downloaded rfc6979 v0.4.0
6472026-08-21T21:29:00.502Z Downloaded camino-tempfile-ext v0.3.3
6482026-08-21T21:29:00.502Z Downloaded pem-rfc7468 v0.7.0
6492026-08-21T21:29:00.502Z Downloaded bs58 v0.5.1
6502026-08-21T21:29:00.502Z Downloaded compression-codecs v0.4.37
6512026-08-21T21:29:00.502Z Downloaded num-rational v0.4.2
6522026-08-21T21:29:00.502Z Downloaded pem v3.0.6
6532026-08-21T21:29:00.502Z Downloaded progenitor v0.13.0
6542026-08-21T21:29:00.502Z Downloaded rpassword v7.5.4
6552026-08-21T21:29:00.502Z Downloaded pin-project-lite v0.2.17
6562026-08-21T21:29:00.502Z Downloaded blake2 v0.10.6
6572026-08-21T21:29:00.502Z Downloaded backon v1.6.0
6582026-08-21T21:29:00.503Z Downloaded owo-colors v4.3.0
6592026-08-21T21:29:00.503Z Downloaded console v0.15.11
6602026-08-21T21:29:00.503Z Downloaded blake2 v0.11.0-rc.6
6612026-08-21T21:29:00.504Z Downloaded chacha20 v0.10.0
6622026-08-21T21:29:00.504Z Downloaded ciborium v0.2.2
6632026-08-21T21:29:00.511Z Downloaded colored v2.2.0
6642026-08-21T21:29:00.511Z Downloaded half v1.8.3
6652026-08-21T21:29:00.511Z Downloaded base64 v0.22.1
6662026-08-21T21:29:00.511Z Downloaded utf-8 v0.7.6
6672026-08-21T21:29:00.511Z Downloaded hyper-rustls v0.27.7
6682026-08-21T21:29:00.511Z Downloaded rand_core v0.9.5
6692026-08-21T21:29:00.526Z Downloaded hmac v0.12.1
6702026-08-21T21:29:00.527Z Downloaded http-body-util v0.1.3
6712026-08-21T21:29:00.527Z Downloaded getrandom v0.2.17
6722026-08-21T21:29:00.527Z Downloaded rustls-native-certs v0.8.3
6732026-08-21T21:29:00.527Z Downloaded xshell-macros v0.2.7
6742026-08-21T21:29:00.527Z Downloaded want v0.3.1
6752026-08-21T21:29:00.532Z Downloaded futures-channel v0.3.32
6762026-08-21T21:29:00.532Z Downloaded wnaf v0.14.0
6772026-08-21T21:29:00.532Z Downloaded defmt v0.3.100
6782026-08-21T21:29:00.532Z Downloaded debug-ignore v1.0.5
6792026-08-21T21:29:00.532Z Downloaded zeroize_derive v1.5.0
6802026-08-21T21:29:00.532Z Downloaded slab v0.4.12
6812026-08-21T21:29:00.532Z Downloaded static_assertions v1.1.0
6822026-08-21T21:29:00.532Z Downloaded spki v0.7.3
6832026-08-21T21:29:00.533Z Downloaded spki v0.8.0
6842026-08-21T21:29:00.533Z Downloaded yoke-derive v0.8.1
6852026-08-21T21:29:00.533Z Downloaded zone_cfg_derive v0.3.1
6862026-08-21T21:29:00.533Z Downloaded buf-list v1.1.2
6872026-08-21T21:29:00.533Z Downloaded cancel-safe-futures v0.1.5
6882026-08-21T21:29:00.540Z Downloaded bzip2 v0.4.4
6892026-08-21T21:29:00.540Z Downloaded cexpr v0.6.0
6902026-08-21T21:29:00.540Z Downloaded fs_extra v1.3.0
6912026-08-21T21:29:00.563Z Downloaded strum_macros v0.26.4
6922026-08-21T21:29:00.563Z Downloaded colored v3.1.1
6932026-08-21T21:29:00.563Z Downloaded console v0.16.2
6942026-08-21T21:29:00.563Z Downloaded const-oid v0.9.6
6952026-08-21T21:29:00.563Z Downloaded parking_lot_core v0.9.12
6962026-08-21T21:29:00.563Z Downloaded poly1305 v0.9.0
6972026-08-21T21:29:00.563Z Downloaded quinn-udp v0.5.14
6982026-08-21T21:29:00.563Z Downloaded group v0.14.0
6992026-08-21T21:29:00.563Z Downloaded clang-sys v1.8.1
7002026-08-21T21:29:00.563Z Downloaded postgres-protocol v0.6.10
7012026-08-21T21:29:00.563Z Downloaded dof v0.4.0
7022026-08-21T21:29:00.563Z Downloaded tiny-keccak v2.0.2
7032026-08-21T21:29:00.563Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7042026-08-21T21:29:00.564Z Downloaded usdt v0.6.0
7052026-08-21T21:29:00.572Z Downloaded dirs-sys-next v0.1.2
7062026-08-21T21:29:00.572Z Downloaded tls_codec v0.4.2
7072026-08-21T21:29:00.572Z Downloaded tls_codec_derive v0.4.2
7082026-08-21T21:29:00.572Z Downloaded bzip2 v0.6.1
7092026-08-21T21:29:00.572Z Downloaded dunce v1.0.5
7102026-08-21T21:29:00.572Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7112026-08-21T21:29:00.572Z Downloaded typify-macro v0.6.2
7122026-08-21T21:29:00.572Z Downloaded futures v0.3.32
7132026-08-21T21:29:00.572Z Downloaded dtrace-parser v0.3.0
7142026-08-21T21:29:00.572Z Downloaded embedded-io v0.4.0
7152026-08-21T21:29:00.572Z Downloaded sha2 v0.11.0
7162026-08-21T21:29:00.572Z Downloaded half v2.7.1
7172026-08-21T21:29:00.572Z Downloaded hybrid-array v0.4.13
7182026-08-21T21:29:00.572Z Downloaded multimap v0.10.1
7192026-08-21T21:29:00.572Z Downloaded getrandom v0.3.4
7202026-08-21T21:29:00.576Z Downloaded flate2 v1.1.9
7212026-08-21T21:29:00.581Z Downloaded heapless v0.7.17
7222026-08-21T21:29:00.585Z Downloaded slog-stdlog v4.1.1
7232026-08-21T21:29:00.585Z Downloaded vsss-rs v3.3.4
7242026-08-21T21:29:00.585Z Downloaded convert_case v0.10.0
7252026-08-21T21:29:00.590Z Downloaded whoami v1.6.1
7262026-08-21T21:29:00.590Z Downloaded keccak v0.1.6
7272026-08-21T21:29:00.590Z Downloaded linked-hash-map v0.5.6
7282026-08-21T21:29:00.590Z Downloaded nonempty v0.12.0
7292026-08-21T21:29:00.590Z Downloaded newline-converter v0.3.0
7302026-08-21T21:29:00.595Z Downloaded ctr v0.10.1
7312026-08-21T21:29:00.599Z Downloaded ctutils v0.4.2
7322026-08-21T21:29:00.599Z Downloaded der_derive v0.7.3
7332026-08-21T21:29:00.599Z Downloaded olpc-cjson v0.1.4
7342026-08-21T21:29:00.599Z Downloaded openssl-macros v0.1.1
7352026-08-21T21:29:00.599Z Downloaded oso-derive v0.27.3
7362026-08-21T21:29:00.602Z Downloaded parse-display v0.10.0
7372026-08-21T21:29:00.602Z Downloaded pkcs8 v0.11.0
7382026-08-21T21:29:00.606Z Downloaded fatfs v0.3.6
7392026-08-21T21:29:00.609Z Downloaded cassowary v0.3.0
7402026-08-21T21:29:00.609Z Downloaded oxide-update-engine-types v0.1.2
7412026-08-21T21:29:00.609Z Downloaded progenitor-impl v0.13.0
7422026-08-21T21:29:00.614Z Downloaded tokio-stream v0.1.18
7432026-08-21T21:29:00.619Z Downloaded unicode-properties v0.1.4
7442026-08-21T21:29:00.623Z Downloaded proc-macro-error-attr2 v2.0.0
7452026-08-21T21:29:00.623Z Downloaded rand_pcg v0.10.2
7462026-08-21T21:29:00.623Z Downloaded postcard v1.1.3
7472026-08-21T21:29:00.628Z Downloaded heapless v0.8.0
7482026-08-21T21:29:00.632Z Downloaded headers v0.4.1
7492026-08-21T21:29:00.635Z Downloaded compact_str v0.8.1
7502026-08-21T21:29:00.640Z Downloaded impl-trait-for-tuples v0.2.3
7512026-08-21T21:29:00.640Z Downloaded libefi-sys v0.1.0
7522026-08-21T21:29:00.644Z Downloaded progenitor-client v0.14.0
7532026-08-21T21:29:00.644Z Downloaded radium v0.7.0
7542026-08-21T21:29:00.644Z Downloaded semver v0.1.20
7552026-08-21T21:29:00.644Z Downloaded sha1 v0.11.0
7562026-08-21T21:29:00.644Z Downloaded signature v3.0.0
7572026-08-21T21:29:00.644Z Downloaded rand_chacha v0.3.1
7582026-08-21T21:29:00.644Z Downloaded indoc v2.0.7
7592026-08-21T21:29:00.649Z Downloaded ingot-types v0.2.0
7602026-08-21T21:29:00.649Z Downloaded linear-map v1.2.0
7612026-08-21T21:29:00.649Z Downloaded http v1.4.2
7622026-08-21T21:29:00.652Z Downloaded ingot v0.2.1
7632026-08-21T21:29:00.652Z Downloaded serde_bytes v0.11.19
7642026-08-21T21:29:00.652Z Downloaded zerocopy v0.6.6
7652026-08-21T21:29:00.656Z Downloaded vergen-lib v0.1.6
7662026-08-21T21:29:00.659Z Downloaded sponge-cursor v0.1.0
7672026-08-21T21:29:00.664Z Downloaded serde_yaml v0.9.34+deprecated
7682026-08-21T21:29:00.664Z Downloaded spin v0.9.8
7692026-08-21T21:29:00.669Z Downloaded ryu v1.0.23
7702026-08-21T21:29:00.669Z Downloaded darling v0.20.11
7712026-08-21T21:29:00.669Z Downloaded cookie v0.18.1
7722026-08-21T21:29:00.673Z Downloaded salsa20 v0.11.0
7732026-08-21T21:29:00.673Z Downloaded cookie_store v0.22.1
7742026-08-21T21:29:00.673Z Downloaded crossbeam-utils v0.8.21
7752026-08-21T21:29:00.673Z Downloaded peg-macros v0.8.5
7762026-08-21T21:29:00.673Z Downloaded num-integer v0.1.46
7772026-08-21T21:29:00.679Z Downloaded newtype-uuid v1.3.2
7782026-08-21T21:29:00.679Z Downloaded num_enum v0.7.6
7792026-08-21T21:29:00.685Z Downloaded slog-envlogger v2.2.0
7802026-08-21T21:29:00.685Z Downloaded des v0.9.0
7812026-08-21T21:29:00.685Z Downloaded polyval v0.7.1
7822026-08-21T21:29:00.685Z Downloaded port-file v0.1.0
7832026-08-21T21:29:00.685Z Downloaded predicates v3.1.4
7842026-08-21T21:29:00.689Z Downloaded try-lock v0.2.5
7852026-08-21T21:29:00.689Z Downloaded tokio-test v0.4.5
7862026-08-21T21:29:00.692Z Downloaded unicode-truncate v1.1.0
7872026-08-21T21:29:00.698Z Downloaded const-oid v0.10.2
7882026-08-21T21:29:00.707Z Downloaded zerofrom v0.1.6
7892026-08-21T21:29:00.708Z Downloaded cstr-argument v0.1.2
7902026-08-21T21:29:00.708Z Downloaded hickory-resolver v0.24.4
7912026-08-21T21:29:00.708Z Downloaded chacha20poly1305 v0.10.1
7922026-08-21T21:29:00.712Z Downloaded derive_builder v0.20.2
7932026-08-21T21:29:00.712Z Downloaded oxnet v0.1.6
7942026-08-21T21:29:00.712Z Downloaded phf v0.13.1
7952026-08-21T21:29:00.712Z Downloaded base64 v0.21.7
7962026-08-21T21:29:00.717Z Downloaded universal-hash v0.6.1
7972026-08-21T21:29:00.717Z Downloaded usdt-attr-macro v0.6.0
7982026-08-21T21:29:00.717Z Downloaded pkcs8 v0.10.2
7992026-08-21T21:29:00.723Z Downloaded primefield v0.14.0
8002026-08-21T21:29:00.723Z Downloaded unsafe-libyaml v0.2.11
8012026-08-21T21:29:00.738Z Downloaded rustversion v1.0.22
8022026-08-21T21:29:00.738Z Downloaded ingot-macros v0.2.0
8032026-08-21T21:29:00.738Z Downloaded cpufeatures v0.3.0
8042026-08-21T21:29:00.738Z Downloaded darling_macro v0.23.0
8052026-08-21T21:29:00.738Z Downloaded p384 v0.14.0
8062026-08-21T21:29:00.738Z Downloaded derive_builder_macro v0.20.2
8072026-08-21T21:29:00.739Z Downloaded serde_derive_internals v0.29.1
8082026-08-21T21:29:00.755Z Downloaded ssh-cipher v0.3.0
8092026-08-21T21:29:00.755Z Downloaded litemap v0.8.1
8102026-08-21T21:29:00.755Z Downloaded pin-project-internal v1.1.11
8112026-08-21T21:29:00.755Z Downloaded zopfli v0.8.3
8122026-08-21T21:29:00.755Z Downloaded aes-gcm v0.11.0
8132026-08-21T21:29:00.755Z Downloaded ssh-encoding v0.3.0
8142026-08-21T21:29:00.755Z Downloaded ident_case v1.0.1
8152026-08-21T21:29:00.755Z Downloaded internet-checksum v0.2.1
8162026-08-21T21:29:00.755Z Downloaded memmap2 v0.9.10
8172026-08-21T21:29:00.755Z Downloaded mime_guess v2.0.5
8182026-08-21T21:29:00.756Z Downloaded slog-json v2.6.1
8192026-08-21T21:29:00.773Z Downloaded strum_macros v0.24.3
8202026-08-21T21:29:00.773Z Downloaded tokio-tungstenite v0.21.0
8212026-08-21T21:29:00.773Z Downloaded strum_macros v0.27.2
8222026-08-21T21:29:00.774Z Downloaded thiserror-no-std v2.0.2
8232026-08-21T21:29:00.774Z Downloaded tokio-dtrace v0.1.1
8242026-08-21T21:29:00.774Z Downloaded dyn-clone v1.0.20
8252026-08-21T21:29:00.774Z Downloaded samael v0.0.19
8262026-08-21T21:29:00.774Z Downloaded embedded-io v0.6.1
8272026-08-21T21:29:00.796Z Downloaded lru-cache v0.1.2
8282026-08-21T21:29:00.796Z Downloaded unicase v2.9.0
8292026-08-21T21:29:00.796Z Downloaded lalrpop-util v0.19.12
8302026-08-21T21:29:00.796Z Downloaded maplit v1.0.2
8312026-08-21T21:29:00.796Z Downloaded vergen-lib v9.1.0
8322026-08-21T21:29:00.796Z Downloaded bytes v1.11.1
8332026-08-21T21:29:00.829Z Downloaded cc v1.2.56
8342026-08-21T21:29:00.829Z Downloaded const_format v0.2.35
8352026-08-21T21:29:00.829Z Downloaded expectorate v1.2.0
8362026-08-21T21:29:00.831Z Downloaded newtype-uuid-macros v0.1.0
8372026-08-21T21:29:00.831Z Downloaded hickory-server v0.25.2
8382026-08-21T21:29:00.831Z Downloaded hickory-resolver v0.25.2
8392026-08-21T21:29:00.831Z Downloaded icu_properties v2.1.2
8402026-08-21T21:29:00.831Z Downloaded async-compression v0.4.41
8412026-08-21T21:29:00.831Z Downloaded md5 v0.8.0
8422026-08-21T21:29:00.831Z Downloaded parse-size v1.1.0
8432026-08-21T21:29:00.831Z Downloaded vergen-gitcl v1.0.8
8442026-08-21T21:29:00.831Z Downloaded darling v0.13.4
8452026-08-21T21:29:00.831Z Downloaded peg-runtime v0.8.5
8462026-08-21T21:29:00.831Z Downloaded ignore v0.4.25
8472026-08-21T21:29:00.831Z Downloaded rustls-pemfile v2.2.0
8482026-08-21T21:29:00.832Z Downloaded crossbeam-deque v0.8.6
8492026-08-21T21:29:00.832Z Downloaded zstd-safe v7.2.4
8502026-08-21T21:29:00.832Z Downloaded hashbrown v0.12.3
8512026-08-21T21:29:00.832Z Downloaded slog v2.8.2
8522026-08-21T21:29:00.832Z Downloaded normalize-line-endings v0.3.0
8532026-08-21T21:29:00.832Z Downloaded precomputed-hash v0.1.1
8542026-08-21T21:29:00.832Z Downloaded recursive v0.1.1
8552026-08-21T21:29:00.832Z Downloaded ref-cast v1.0.25
8562026-08-21T21:29:00.832Z Downloaded ref-cast-impl v1.0.25
8572026-08-21T21:29:00.832Z Downloaded defmt-parser v1.0.0
8582026-08-21T21:29:00.832Z Downloaded deranged v0.5.8
8592026-08-21T21:29:00.832Z Downloaded hashbrown v0.13.2
8602026-08-21T21:29:00.864Z Downloaded rtoolbox v0.0.3
8612026-08-21T21:29:00.864Z Downloaded psl-types v2.0.11
8622026-08-21T21:29:00.864Z Downloaded progenitor-macro v0.14.0
8632026-08-21T21:29:00.864Z Downloaded rustc_version v0.4.1
8642026-08-21T21:29:00.864Z Downloaded qorb v0.4.1
8652026-08-21T21:29:00.864Z Downloaded snafu v0.8.9
8662026-08-21T21:29:00.865Z Downloaded term v0.7.0
8672026-08-21T21:29:00.865Z Downloaded zerotrie v0.2.3
8682026-08-21T21:29:00.865Z Downloaded digest v0.11.3
8692026-08-21T21:29:00.865Z Downloaded toml_parser v1.1.2+spec-1.1.0
8702026-08-21T21:29:00.865Z Downloaded twox-hash v2.1.2
8712026-08-21T21:29:00.865Z Downloaded displaydoc v0.2.5
8722026-08-21T21:29:00.865Z Downloaded rayon-core v1.13.0
8732026-08-21T21:29:00.865Z Downloaded oxide-update-engine-display v0.1.2
8742026-08-21T21:29:00.865Z Downloaded ipnet v2.11.0
8752026-08-21T21:29:00.865Z Downloaded inout v0.2.2
8762026-08-21T21:29:00.866Z Downloaded ecdsa v0.16.9
8772026-08-21T21:29:00.866Z Downloaded jobserver v0.1.34
8782026-08-21T21:29:00.866Z Downloaded libloading v0.8.9
8792026-08-21T21:29:00.866Z Downloaded signal-hook-tokio v0.3.1
8802026-08-21T21:29:00.866Z Downloaded sqlparser_derive v0.5.0
8812026-08-21T21:29:00.866Z Downloaded structmeta v0.3.0
8822026-08-21T21:29:00.866Z Downloaded termtree v0.5.1
8832026-08-21T21:29:00.866Z Downloaded tabwriter v1.4.1
8842026-08-21T21:29:00.889Z Downloaded bumpalo v3.20.2
8852026-08-21T21:29:00.889Z Downloaded icu_normalizer_data v2.1.1
8862026-08-21T21:29:00.889Z Downloaded darling_core v0.20.11
8872026-08-21T21:29:00.889Z Downloaded rcgen v0.12.1
8882026-08-21T21:29:00.895Z Downloaded darling v0.21.3
8892026-08-21T21:29:00.895Z Downloaded phc v0.6.1
8902026-08-21T21:29:00.895Z Downloaded pkg-config v0.3.32
8912026-08-21T21:29:00.895Z Downloaded multer v3.1.0
8922026-08-21T21:29:00.895Z Downloaded sha1 v0.10.6
8932026-08-21T21:29:00.896Z Downloaded sync-ptr v0.1.4
8942026-08-21T21:29:00.896Z Downloaded tokio-macros v2.7.0
8952026-08-21T21:29:00.896Z Downloaded tinyvec_macros v0.1.1
8962026-08-21T21:29:00.896Z Downloaded tower-layer v0.3.3
8972026-08-21T21:29:00.898Z Downloaded schemars v0.8.22
8982026-08-21T21:29:00.923Z Downloaded aho-corasick v1.1.4
8992026-08-21T21:29:00.923Z Downloaded primeorder v0.14.0
9002026-08-21T21:29:00.923Z Downloaded crc v3.4.0
9012026-08-21T21:29:00.923Z Downloaded tinyvec v1.10.0
9022026-08-21T21:29:00.923Z Downloaded void v1.0.2
9032026-08-21T21:29:00.923Z Downloaded crucible-workspace-hack v0.1.0
9042026-08-21T21:29:00.923Z Downloaded darling_macro v0.20.11
9052026-08-21T21:29:00.923Z Downloaded darling_macro v0.21.3
9062026-08-21T21:29:00.923Z Downloaded cpubits v0.1.1
9072026-08-21T21:29:00.923Z Downloaded publicsuffix v2.3.0
9082026-08-21T21:29:00.923Z Downloaded difflib v0.4.0
9092026-08-21T21:29:00.923Z Downloaded serde_cbor v0.11.2
9102026-08-21T21:29:00.924Z Downloaded rand_core v0.10.0
9112026-08-21T21:29:00.924Z Downloaded rand v0.10.1
9122026-08-21T21:29:00.924Z Downloaded serde_with v1.14.0
9132026-08-21T21:29:00.924Z Downloaded tower v0.5.3
9142026-08-21T21:29:00.925Z Downloaded unicode_categories v0.1.1
9152026-08-21T21:29:00.925Z Downloaded p256 v0.14.0
9162026-08-21T21:29:00.925Z Downloaded instant v0.1.13
9172026-08-21T21:29:00.925Z Downloaded subprocess v0.2.15
9182026-08-21T21:29:00.925Z Downloaded md-5 v0.10.6
9192026-08-21T21:29:00.925Z Downloaded memoffset v0.9.1
9202026-08-21T21:29:00.925Z Downloaded mime v0.3.17
9212026-08-21T21:29:00.925Z Downloaded scroll_derive v0.13.1
9222026-08-21T21:29:00.925Z Downloaded sec1 v0.8.1
9232026-08-21T21:29:00.925Z Downloaded document-features v0.2.12
9242026-08-21T21:29:00.925Z Downloaded phf_shared v0.12.1
9252026-08-21T21:29:00.925Z Downloaded string_cache v0.8.9
9262026-08-21T21:29:00.925Z Downloaded darling_core v0.21.3
9272026-08-21T21:29:00.941Z Downloaded serde_path_to_error v0.1.20
9282026-08-21T21:29:00.941Z Downloaded illumos-nvpair v0.3.0
9292026-08-21T21:29:00.941Z Downloaded kem v0.3.0
9302026-08-21T21:29:00.942Z Downloaded libscf-sys v1.2.0
9312026-08-21T21:29:00.942Z Downloaded termios v0.3.3
9322026-08-21T21:29:00.942Z Downloaded opaque-debug v0.3.1
9332026-08-21T21:29:00.942Z Downloaded signal-hook-registry v1.4.8
9342026-08-21T21:29:00.947Z Downloaded phf v0.12.1
9352026-08-21T21:29:00.947Z Downloaded uzers v0.12.2
9362026-08-21T21:29:00.947Z Downloaded scuffle v0.1.0
9372026-08-21T21:29:00.947Z Downloaded scheduled-thread-pool v0.2.7
9382026-08-21T21:29:00.947Z Downloaded typed-path v0.9.3
9392026-08-21T21:29:00.952Z Downloaded seq-macro v0.3.6
9402026-08-21T21:29:00.952Z Downloaded derive_more v2.1.1
9412026-08-21T21:29:00.955Z Downloaded parking_lot v0.12.5
9422026-08-21T21:29:00.959Z Downloaded postgres-types v0.2.12
9432026-08-21T21:29:00.959Z Downloaded usdt-impl v0.6.0
9442026-08-21T21:29:00.963Z Downloaded progenitor v0.14.0
9452026-08-21T21:29:00.963Z Downloaded serde_spanned v1.1.1
9462026-08-21T21:29:00.963Z Downloaded signature v2.2.0
9472026-08-21T21:29:00.963Z Downloaded strum v0.27.2
9482026-08-21T21:29:00.963Z Downloaded schemars v0.9.0
9492026-08-21T21:29:00.968Z Downloaded subtle v2.6.1
9502026-08-21T21:29:00.973Z Downloaded toml_edit v0.23.10+spec-1.0.0
9512026-08-21T21:29:00.973Z Downloaded derive-ex v0.1.8
9522026-08-21T21:29:00.973Z Downloaded minimal-lexical v0.2.1
9532026-08-21T21:29:00.978Z Downloaded test-strategy v0.4.5
9542026-08-21T21:29:00.978Z Downloaded elliptic-curve v0.14.1
9552026-08-21T21:29:00.985Z Downloaded num-complex v0.4.6
9562026-08-21T21:29:00.995Z Downloaded ena v0.14.4
9572026-08-21T21:29:00.995Z Downloaded num_enum v0.5.11
9582026-08-21T21:29:00.995Z Downloaded unit-prefix v0.5.2
9592026-08-21T21:29:00.995Z Downloaded trait-variant v0.1.2
9602026-08-21T21:29:00.995Z Downloaded usdt-macro v0.6.0
9612026-08-21T21:29:00.995Z Downloaded rsa v0.9.10
9622026-08-21T21:29:00.998Z Downloaded libsw v3.5.0
9632026-08-21T21:29:01.006Z Downloaded tracing-attributes v0.1.31
9642026-08-21T21:29:01.010Z Downloaded parking_lot_core v0.8.6
9652026-08-21T21:29:01.010Z Downloaded smallvec v1.15.1
9662026-08-21T21:29:01.010Z Downloaded nu-ansi-term v0.50.3
9672026-08-21T21:29:01.013Z Downloaded oxide-tokio-rt v0.1.4
9682026-08-21T21:29:01.013Z Downloaded diesel_table_macro_syntax v0.3.0
9692026-08-21T21:29:01.013Z Downloaded hashbrown v0.15.5
9702026-08-21T21:29:01.017Z Downloaded proc-macro-error2 v2.0.1
9712026-08-21T21:29:01.017Z Downloaded psm v0.1.30
9722026-08-21T21:29:01.020Z Downloaded curve25519-dalek-derive v0.1.1
9732026-08-21T21:29:01.020Z Downloaded r2d2 v0.8.10
9742026-08-21T21:29:01.020Z Downloaded indent_write v2.2.0
9752026-08-21T21:29:01.020Z Downloaded is-terminal v0.4.17
9762026-08-21T21:29:01.020Z Downloaded illumos-nvpair-sys v0.2.0
9772026-08-21T21:29:01.020Z Downloaded derive_more-impl v2.1.1
9782026-08-21T21:29:01.024Z Downloaded dsl_auto_type v0.2.0
9792026-08-21T21:29:01.027Z Downloaded rand_core v0.6.4
9802026-08-21T21:29:01.030Z Downloaded yoke v0.8.1
9812026-08-21T21:29:01.030Z Downloaded ed25519 v3.0.0
9822026-08-21T21:29:01.030Z Downloaded yansi v1.0.1
9832026-08-21T21:29:01.034Z Downloaded oso v0.27.3
9842026-08-21T21:29:01.034Z Downloaded lzss v0.8.2
9852026-08-21T21:29:01.037Z Downloaded smallvec v0.6.14
9862026-08-21T21:29:01.037Z Downloaded sqlformat v0.3.5
9872026-08-21T21:29:01.037Z Downloaded icu_provider v2.1.1
9882026-08-21T21:29:01.039Z Downloaded whoami v2.1.0
9892026-08-21T21:29:01.049Z Downloaded corncobs v0.1.4
9902026-08-21T21:29:01.049Z Downloaded serdect v0.4.3
9912026-08-21T21:29:01.049Z Downloaded slog-async v2.8.0
9922026-08-21T21:29:01.049Z Downloaded sync_wrapper v1.0.2
9932026-08-21T21:29:01.050Z Downloaded hashbrown v0.16.1
9942026-08-21T21:29:01.054Z Downloaded nibble_vec v0.1.0
9952026-08-21T21:29:01.054Z Downloaded lazy_static v1.5.0
9962026-08-21T21:29:01.054Z Downloaded num-iter v0.1.45
9972026-08-21T21:29:01.055Z Downloaded reedline v0.40.0
9982026-08-21T21:29:01.055Z Downloaded socket2 v0.5.10
9992026-08-21T21:29:01.055Z Downloaded slog-dtrace v0.3.0
10002026-08-21T21:29:01.055Z Downloaded wyz v0.5.1
10012026-08-21T21:29:01.055Z Downloaded toml_writer v1.1.1+spec-1.1.0
10022026-08-21T21:29:01.059Z Downloaded rfc6979 v0.6.0
10032026-08-21T21:29:01.064Z Downloaded vergen-git2 v9.1.0
10042026-08-21T21:29:01.073Z Downloaded tokio-native-tls v0.3.1
10052026-08-21T21:29:01.073Z Downloaded zerocopy-derive v0.8.40
10062026-08-21T21:29:01.079Z Downloaded nom v8.0.0
10072026-08-21T21:29:01.079Z Downloaded ed25519-dalek v3.0.0
10082026-08-21T21:29:01.079Z Downloaded crypto-bigint v0.5.5
10092026-08-21T21:29:01.088Z Downloaded libsw-core v0.3.2
10102026-08-21T21:29:01.089Z Downloaded rustc-hash v2.1.1
10112026-08-21T21:29:01.089Z Downloaded zeroize v1.9.0
10122026-08-21T21:29:01.089Z Downloaded tabled_derive v0.11.0
10132026-08-21T21:29:01.089Z Downloaded rustls-pki-types v1.14.0
10142026-08-21T21:29:01.095Z Downloaded serde_repr v0.1.20
10152026-08-21T21:29:01.096Z Downloaded thread-id v5.1.0
10162026-08-21T21:29:01.096Z Downloaded url v2.5.8
10172026-08-21T21:29:01.097Z Downloaded universal-hash v0.5.1
10182026-08-21T21:29:01.097Z Downloaded untrusted v0.7.1
10192026-08-21T21:29:01.097Z Downloaded unicode-bidi v0.3.18
10202026-08-21T21:29:01.097Z Downloaded walkdir v2.5.0
10212026-08-21T21:29:01.105Z Downloaded darling v0.23.0
10222026-08-21T21:29:01.105Z Downloaded tower-service v0.3.3
10232026-08-21T21:29:01.105Z Downloaded stable_deref_trait v1.2.1
10242026-08-21T21:29:01.105Z Downloaded password-hash v0.6.1
10252026-08-21T21:29:01.109Z Downloaded defmt-macros v1.0.1
10262026-08-21T21:29:01.109Z Downloaded dropshot_endpoint v0.17.1
10272026-08-21T21:29:01.109Z Downloaded tungstenite v0.23.0
10282026-08-21T21:29:01.109Z Downloaded crc-any v2.5.0
10292026-08-21T21:29:01.112Z Downloaded unicode-xid v0.2.6
10302026-08-21T21:29:01.116Z Downloaded xattr v1.6.1
10312026-08-21T21:29:01.117Z Downloaded ppv-lite86 v0.2.21
10322026-08-21T21:29:01.117Z Downloaded shlex v1.3.0
10332026-08-21T21:29:01.121Z Downloaded simd-adler32 v0.3.8
10342026-08-21T21:29:01.121Z Downloaded native-tls v0.2.18
10352026-08-21T21:29:01.121Z Downloaded dropshot-api-manager-types v0.7.2
10362026-08-21T21:29:01.125Z Downloaded newtype_derive v0.1.6
10372026-08-21T21:29:01.125Z Downloaded lru v0.12.5
10382026-08-21T21:29:01.137Z Downloaded progenitor-client v0.13.0
10392026-08-21T21:29:01.141Z Downloaded num_enum_derive v0.7.6
10402026-08-21T21:29:01.141Z Downloaded pem-rfc7468 v1.0.0
10412026-08-21T21:29:01.141Z Downloaded parking_lot v0.11.2
10422026-08-21T21:29:01.141Z Downloaded hkdf v0.13.0
10432026-08-21T21:29:01.141Z Downloaded futures-util v0.3.32
10442026-08-21T21:29:01.145Z Downloaded dirs-next v2.0.0
10452026-08-21T21:29:01.145Z Downloaded idna_adapter v1.2.1
10462026-08-21T21:29:01.145Z Downloaded is_ci v1.2.0
10472026-08-21T21:29:01.145Z Downloaded num_threads v0.1.7
10482026-08-21T21:29:01.148Z Downloaded papergrid v0.17.0
10492026-08-21T21:29:01.148Z Downloaded rsa v0.10.0-rc.18
10502026-08-21T21:29:01.152Z Downloaded rand_chacha v0.9.0
10512026-08-21T21:29:01.152Z Downloaded nom v7.1.3
10522026-08-21T21:29:01.157Z Downloaded indexmap v1.9.3
10532026-08-21T21:29:01.161Z Downloaded either v1.15.0
10542026-08-21T21:29:01.161Z Downloaded proc-macro-crate v3.4.0
10552026-08-21T21:29:01.161Z Downloaded sec1 v0.7.3
10562026-08-21T21:29:01.164Z Downloaded serde_urlencoded v0.7.1
10572026-08-21T21:29:01.164Z Downloaded untrusted v0.9.0
10582026-08-21T21:29:01.164Z Downloaded zstd v0.13.3
10592026-08-21T21:29:01.168Z Downloaded zip v0.6.6
10602026-08-21T21:29:01.176Z Downloaded ml-kem v0.3.2
10612026-08-21T21:29:01.176Z Downloaded stringprep v0.1.5
10622026-08-21T21:29:01.176Z Downloaded crc8 v0.1.1
10632026-08-21T21:29:01.183Z Downloaded crc32fast v1.5.0
10642026-08-21T21:29:01.183Z Downloaded display-error-chain v0.2.2
10652026-08-21T21:29:01.183Z Downloaded digest-io v0.1.0
10662026-08-21T21:29:01.183Z Downloaded time-macros v0.2.27
10672026-08-21T21:29:01.187Z Downloaded tinystr v0.8.2
10682026-08-21T21:29:01.187Z Downloaded crypto-common v0.2.2
10692026-08-21T21:29:01.187Z Downloaded ron v0.8.1
10702026-08-21T21:29:01.187Z Downloaded hyper v1.10.1
10712026-08-21T21:29:01.191Z Downloaded salty v0.3.0
10722026-08-21T21:29:01.196Z Downloaded tower-http v0.6.8
10732026-08-21T21:29:01.201Z Downloaded hyper-util v0.1.20
10742026-08-21T21:29:01.201Z Downloaded xshell v0.2.7
10752026-08-21T21:29:01.209Z Downloaded inout v0.1.4
10762026-08-21T21:29:01.209Z Downloaded daft-derive v0.1.7
10772026-08-21T21:29:01.209Z Downloaded keccak v0.2.0
10782026-08-21T21:29:01.209Z Downloaded match_cfg v0.1.0
10792026-08-21T21:29:01.209Z Downloaded paste v1.0.15
10802026-08-21T21:29:01.209Z Downloaded h2 v0.4.15
10812026-08-21T21:29:01.212Z Downloaded hkdf v0.12.4
10822026-08-21T21:29:01.212Z Downloaded schemars v1.2.1
10832026-08-21T21:29:01.218Z Downloaded toml v0.7.8
10842026-08-21T21:29:01.223Z Downloaded crossterm v0.28.1
10852026-08-21T21:29:01.226Z Downloaded crossterm v0.29.0
10862026-08-21T21:29:01.226Z Downloaded pkcs5 v0.8.1
10872026-08-21T21:29:01.233Z Downloaded defmt v1.0.1
10882026-08-21T21:29:01.236Z Downloaded derive_builder_core v0.20.2
10892026-08-21T21:29:01.236Z Downloaded parse-display-derive v0.10.0
10902026-08-21T21:29:01.237Z Downloaded num-derive v0.4.2
10912026-08-21T21:29:01.237Z Downloaded powerfmt v0.2.0
10922026-08-21T21:29:01.237Z Downloaded progenitor-macro v0.13.0
10932026-08-21T21:29:01.237Z Downloaded serde-big-array v0.5.1
10942026-08-21T21:29:01.237Z Downloaded diff v0.1.13
10952026-08-21T21:29:01.237Z Downloaded stacker v0.1.23
10962026-08-21T21:29:01.241Z Downloaded scopeguard v1.2.0
10972026-08-21T21:29:01.241Z Downloaded strsim v0.10.0
10982026-08-21T21:29:01.241Z Downloaded rand v0.8.6
10992026-08-21T21:29:01.241Z Downloaded crc-catalog v2.4.0
11002026-08-21T21:29:01.241Z Downloaded typify v0.6.2
11012026-08-21T21:29:01.244Z Downloaded utf8_iter v1.0.4
11022026-08-21T21:29:01.244Z Downloaded tui-tree-widget v0.23.1
11032026-08-21T21:29:01.244Z Downloaded socket2 v0.6.3
11042026-08-21T21:29:01.244Z Downloaded rusty-fork v0.3.1
11052026-08-21T21:29:01.248Z Downloaded schemars_derive v0.8.22
11062026-08-21T21:29:01.248Z Downloaded serde_with_macros v1.5.2
11072026-08-21T21:29:01.248Z Downloaded dropshot-api-manager v0.7.2
11082026-08-21T21:29:01.251Z Downloaded itertools v0.10.5
11092026-08-21T21:29:01.254Z Downloaded slog-term v2.9.2
11102026-08-21T21:29:01.254Z Downloaded crossbeam-epoch v0.9.18
11112026-08-21T21:29:01.258Z Downloaded indoc v1.0.9
11122026-08-21T21:29:01.258Z Downloaded tough v0.22.0
11132026-08-21T21:29:01.261Z Downloaded tokio-util v0.7.18
11142026-08-21T21:29:01.270Z Downloaded writeable v0.6.2
11152026-08-21T21:29:01.270Z Downloaded lock_api v0.4.14
11162026-08-21T21:29:01.293Z Downloaded slog-bunyan v2.5.0
11172026-08-21T21:29:01.293Z Downloaded mio v1.2.0
11182026-08-21T21:29:01.293Z Downloaded potential_utf v0.1.4
11192026-08-21T21:29:01.293Z Downloaded unarray v0.1.4
11202026-08-21T21:29:01.294Z Downloaded pbkdf2 v0.13.0
11212026-08-21T21:29:01.294Z Downloaded libbz2-rs-sys v0.2.2
11222026-08-21T21:29:01.294Z Downloaded waitgroup v0.1.2
11232026-08-21T21:29:01.306Z Downloaded itertools v0.12.1
11242026-08-21T21:29:01.306Z Downloaded peg v0.8.5
11252026-08-21T21:29:01.306Z Downloaded num-traits v0.2.19
11262026-08-21T21:29:01.306Z Downloaded pin-project v1.1.11
11272026-08-21T21:29:01.306Z Downloaded openssl-probe v0.1.6
11282026-08-21T21:29:01.306Z Downloaded nodrop v0.1.14
11292026-08-21T21:29:01.306Z Downloaded siphasher v1.0.2
11302026-08-21T21:29:01.306Z Downloaded resolv-conf v0.7.6
11312026-08-21T21:29:01.306Z Downloaded tagptr v0.2.0
11322026-08-21T21:29:01.306Z Downloaded managed v0.8.0
11332026-08-21T21:29:01.306Z Downloaded pretty_assertions v1.4.1
11342026-08-21T21:29:01.306Z Downloaded derive-where v1.6.0
11352026-08-21T21:29:01.306Z Downloaded tungstenite v0.21.0
11362026-08-21T21:29:01.306Z Downloaded russh-cryptovec v0.62.0
11372026-08-21T21:29:01.306Z Downloaded crunchy v0.2.4
11382026-08-21T21:29:01.306Z Downloaded icu_normalizer v2.1.1
11392026-08-21T21:29:01.306Z Downloaded smf v0.2.3
11402026-08-21T21:29:01.318Z Downloaded x509-cert v0.2.5
11412026-08-21T21:29:01.319Z Downloaded ed25519 v2.2.3
11422026-08-21T21:29:01.319Z Downloaded rustls-platform-verifier v0.6.2
11432026-08-21T21:29:01.319Z Downloaded vergen v9.1.0
11442026-08-21T21:29:01.319Z Downloaded csv-core v0.1.13
11452026-08-21T21:29:01.320Z Downloaded pkcs1 v0.8.0-rc.4
11462026-08-21T21:29:01.328Z Downloaded diesel-dtrace v0.5.0
11472026-08-21T21:29:01.328Z Downloaded module-lattice v0.2.3
11482026-08-21T21:29:01.328Z Downloaded serde_with_macros v3.21.0
11492026-08-21T21:29:01.328Z Downloaded term v1.2.1
11502026-08-21T21:29:01.328Z Downloaded darling_core v0.23.0
11512026-08-21T21:29:01.328Z Downloaded lru-slab v0.1.2
11522026-08-21T21:29:01.328Z Downloaded support-bundle-viewer v0.1.2
11532026-08-21T21:29:01.329Z Downloaded quick-error v1.2.3
11542026-08-21T21:29:01.329Z Downloaded proc-macro-crate v1.3.1
11552026-08-21T21:29:01.329Z Downloaded zone v0.3.1
11562026-08-21T21:29:01.333Z Downloaded percent-encoding v2.3.2
11572026-08-21T21:29:01.333Z Downloaded wait-timeout v0.2.1
11582026-08-21T21:29:01.333Z Downloaded icu_locale_core v2.1.1
11592026-08-21T21:29:01.337Z Downloaded instability v0.3.11
11602026-08-21T21:29:01.337Z Downloaded num-bigint v0.4.6
11612026-08-21T21:29:01.341Z Downloaded oxide-update-engine v0.1.2
11622026-08-21T21:29:01.341Z Downloaded elliptic-curve v0.13.8
11632026-08-21T21:29:01.346Z Downloaded nanorand v0.7.0
11642026-08-21T21:29:01.346Z Downloaded serde-hex v0.1.0
11652026-08-21T21:29:01.346Z Downloaded topological-sort v0.2.2
11662026-08-21T21:29:01.346Z Downloaded critical-section v1.2.0
11672026-08-21T21:29:01.351Z Downloaded russh-util v0.52.0
11682026-08-21T21:29:01.351Z Downloaded maybe-uninit v2.0.0
11692026-08-21T21:29:01.358Z Downloaded sha3 v0.12.0
11702026-08-21T21:29:01.358Z Downloaded diesel_derives v2.3.7
11712026-08-21T21:29:01.362Z Downloaded delegate v0.13.5
11722026-08-21T21:29:01.362Z Downloaded tokio-tungstenite v0.23.1
11732026-08-21T21:29:01.366Z Downloaded phf_shared v0.11.3
11742026-08-21T21:29:01.366Z Downloaded time-core v0.1.8
11752026-08-21T21:29:01.366Z Downloaded zerofrom-derive v0.1.6
11762026-08-21T21:29:01.370Z Downloaded slog-scope v4.4.1
11772026-08-21T21:29:01.375Z Downloaded poly1305 v0.8.0
11782026-08-21T21:29:01.378Z Downloaded new_debug_unreachable v1.0.6
11792026-08-21T21:29:01.379Z Downloaded downcast-rs v2.0.2
11802026-08-21T21:29:01.379Z Downloaded structmeta-derive v0.3.0
11812026-08-21T21:29:01.379Z Downloaded darling_macro v0.13.4
11822026-08-21T21:29:01.379Z Downloaded blake3 v1.8.5
11832026-08-21T21:29:01.385Z Downloaded ssh-key v0.7.0-rc.11
11842026-08-21T21:29:01.390Z Downloaded data-encoding v2.10.0
11852026-08-21T21:29:01.391Z Downloaded litrs v1.0.0
11862026-08-21T21:29:01.395Z Downloaded prefix-trie v0.7.0
11872026-08-21T21:29:01.395Z Downloaded signal-hook-mio v0.2.5
11882026-08-21T21:29:01.399Z Downloaded scrypt v0.12.0
11892026-08-21T21:29:01.399Z Downloaded jiff-static v0.2.34
11902026-08-21T21:29:01.399Z Downloaded secrecy v0.10.3
11912026-08-21T21:29:01.403Z Downloaded kstat-rs v0.2.5
11922026-08-21T21:29:01.406Z Downloaded p521 v0.14.0
11932026-08-21T21:29:01.409Z Downloaded rand_seeder v0.4.0
11942026-08-21T21:29:01.409Z Downloaded ipnetwork v0.21.1
11952026-08-21T21:29:01.413Z Downloaded quinn v0.11.11
11962026-08-21T21:29:01.416Z Downloaded thread_local v1.1.9
11972026-08-21T21:29:01.416Z Downloaded daft v0.1.7
11982026-08-21T21:29:01.420Z Downloaded winnow v0.6.26
11992026-08-21T21:29:01.423Z Downloaded winnow v0.5.40
12002026-08-21T21:29:01.427Z Downloaded rayon v1.11.0
12012026-08-21T21:29:01.430Z Downloaded itertools v0.13.0
12022026-08-21T21:29:01.434Z Downloaded similar v2.7.0
12032026-08-21T21:29:01.437Z Downloaded tokio-rustls v0.26.4
12042026-08-21T21:29:01.441Z Downloaded pkcs1 v0.7.5
12052026-08-21T21:29:01.441Z Downloaded zerovec-derive v0.11.2
12062026-08-21T21:29:01.441Z Downloaded scroll v0.13.0
12072026-08-21T21:29:01.449Z Downloaded darling_core v0.13.4
12082026-08-21T21:29:01.452Z Downloaded rustyline v14.0.0
12092026-08-21T21:29:01.460Z Downloaded packed_struct v0.10.1
12102026-08-21T21:29:01.469Z Downloaded russh v0.62.4
12112026-08-21T21:29:01.473Z Downloaded synstructure v0.13.2
12122026-08-21T21:29:01.473Z Downloaded git2 v0.20.4
12132026-08-21T21:29:01.474Z Downloaded petname v2.0.2
12142026-08-21T21:29:01.490Z Downloaded libm v0.2.16
12152026-08-21T21:29:01.490Z Downloaded miniz_oxide v0.8.9
12162026-08-21T21:29:01.490Z Downloaded quick-xml v0.37.5
12172026-08-21T21:29:01.497Z Downloaded drift v0.2.0
12182026-08-21T21:29:01.501Z Downloaded iana-time-zone v0.1.65
12192026-08-21T21:29:01.501Z Downloaded tar v0.4.46
12202026-08-21T21:29:01.511Z Downloaded toml_edit v0.19.15
12212026-08-21T21:29:01.514Z Downloaded uuid v1.23.4
12222026-08-21T21:29:01.514Z Downloaded ecdsa v0.17.0
12232026-08-21T21:29:01.514Z Downloaded snafu-derive v0.8.9
12242026-08-21T21:29:01.518Z Downloaded aws-lc-rs v1.16.3
12252026-08-21T21:29:01.521Z Downloaded bitvec v1.0.1
12262026-08-21T21:29:01.532Z Downloaded omicron-zone-package v0.12.3
12272026-08-21T21:29:01.539Z Downloaded toml v1.1.2+spec-1.1.0
12282026-08-21T21:29:01.539Z Downloaded iri-string v0.7.10
12292026-08-21T21:29:01.539Z Downloaded unicode-normalization v0.1.25
12302026-08-21T21:29:01.547Z Downloaded yasna v0.5.2
12312026-08-21T21:29:01.548Z Downloaded indicatif v0.18.4
12322026-08-21T21:29:01.548Z Downloaded prettyplease v0.2.37
12332026-08-21T21:29:01.548Z Downloaded der v0.7.10
12342026-08-21T21:29:01.554Z Downloaded icu_collections v2.1.1
12352026-08-21T21:29:01.554Z Downloaded vte v0.14.1
12362026-08-21T21:29:01.554Z Downloaded zerovec v0.11.5
12372026-08-21T21:29:01.554Z Downloaded rustls-webpki v0.103.13
12382026-08-21T21:29:01.557Z Downloaded tracing-core v0.1.36
12392026-08-21T21:29:01.557Z Downloaded proptest v1.11.0
12402026-08-21T21:29:01.560Z Downloaded openssl-sys v0.9.117
12412026-08-21T21:29:01.564Z Downloaded vcpkg v0.2.15
12422026-08-21T21:29:01.586Z Downloaded derive_more v0.99.20
12432026-08-21T21:29:01.637Z Downloaded tokio-postgres v0.7.16
12442026-08-21T21:29:01.645Z Downloaded signal-hook v0.3.18
12452026-08-21T21:29:01.645Z Downloaded crossbeam-channel v0.5.15
12462026-08-21T21:29:01.645Z Downloaded steno v0.4.1
12472026-08-21T21:29:01.645Z Downloaded zip v4.6.1
12482026-08-21T21:29:01.645Z Downloaded chrono v0.4.45
12492026-08-21T21:29:01.645Z Downloaded iddqd v0.4.2
12502026-08-21T21:29:01.645Z Downloaded tabled v0.20.0
12512026-08-21T21:29:01.645Z Downloaded goblin v0.10.5
12522026-08-21T21:29:01.646Z Downloaded lalrpop v0.19.12
12532026-08-21T21:29:01.646Z Downloaded reqwest v0.13.2
12542026-08-21T21:29:01.646Z Downloaded unicode-segmentation v1.12.0
12552026-08-21T21:29:01.646Z Downloaded jiff-core v0.1.0
12562026-08-21T21:29:01.646Z Downloaded libxml v0.3.3
12572026-08-21T21:29:01.646Z Downloaded object v0.30.4
12582026-08-21T21:29:01.646Z Downloaded progenitor-impl v0.14.0
12592026-08-21T21:29:01.646Z Downloaded ed25519-dalek v2.2.0
12602026-08-21T21:29:01.646Z Downloaded rawzip v0.4.4
12612026-08-21T21:29:01.652Z Downloaded internal-russh-num-bigint v0.5.0
12622026-08-21T21:29:01.652Z Downloaded der v0.8.0
12632026-08-21T21:29:01.662Z Downloaded bindgen v0.71.1
12642026-08-21T21:29:01.662Z Downloaded serde_with v3.21.0
12652026-08-21T21:29:01.667Z Downloaded idna v1.1.0
12662026-08-21T21:29:01.667Z Downloaded rand v0.9.2
12672026-08-21T21:29:01.667Z Downloaded num-bigint-dig v0.8.6
12682026-08-21T21:29:01.672Z Downloaded itertools v0.14.0
12692026-08-21T21:29:01.697Z Downloaded itertools v0.15.0
12702026-08-21T21:29:01.701Z Downloaded crypto-primes v0.7.2
12712026-08-21T21:29:01.713Z Downloaded portable-atomic v1.13.1
12722026-08-21T21:29:01.725Z Downloaded reqwest v0.12.28
12732026-08-21T21:29:01.741Z Downloaded icu_properties_data v2.1.2
12742026-08-21T21:29:01.746Z Downloaded object v0.37.3
12752026-08-21T21:29:01.755Z Downloaded zerocopy v0.8.40
12762026-08-21T21:29:01.761Z Downloaded hickory-proto v0.24.4
12772026-08-21T21:29:01.769Z Downloaded p384 v0.13.1
12782026-08-21T21:29:01.773Z Downloaded polar-core v0.27.3
12792026-08-21T21:29:01.776Z Downloaded regex v1.12.3
12802026-08-21T21:29:01.782Z Downloaded regress v0.11.1
12812026-08-21T21:29:01.787Z Downloaded smoltcp v0.11.0
12822026-08-21T21:29:01.793Z Downloaded bstr v1.12.1
12832026-08-21T21:29:01.798Z Downloaded regress v0.10.5
12842026-08-21T21:29:01.802Z Downloaded nix v0.27.1
12852026-08-21T21:29:01.807Z Downloaded zlib-rs v0.6.2
12862026-08-21T21:29:01.811Z Downloaded quinn-proto v0.11.16
12872026-08-21T21:29:01.815Z Downloaded winnow v1.0.3
12882026-08-21T21:29:01.819Z Downloaded regex-syntax v0.8.10
12892026-08-21T21:29:01.822Z Downloaded rustls v0.23.41
12902026-08-21T21:29:01.830Z Downloaded nix v0.28.0
12912026-08-21T21:29:01.837Z Downloaded time v0.3.47
12922026-08-21T21:29:01.849Z Downloaded curve25519-dalek v5.0.0
12932026-08-21T21:29:01.849Z Downloaded hickory-proto v0.25.2
12942026-08-21T21:29:01.855Z Downloaded moka v0.12.13
12952026-08-21T21:29:01.859Z Downloaded dropshot v0.17.1
12962026-08-21T21:29:01.872Z Downloaded radix_trie v0.2.1
12972026-08-21T21:29:01.889Z Downloaded rustix v0.38.44
12982026-08-21T21:29:01.897Z Downloaded smoltcp v0.9.1
12992026-08-21T21:29:01.898Z Downloaded crypto-bigint v0.7.5
13002026-08-21T21:29:01.904Z Downloaded regex-syntax v0.6.29
13012026-08-21T21:29:01.908Z Downloaded openapiv3 v2.2.0
13022026-08-21T21:29:01.912Z Downloaded curve25519-dalek v4.1.3
13032026-08-21T21:29:01.919Z Downloaded diesel v2.3.7
13042026-08-21T21:29:01.931Z Downloaded sled v0.34.7
13052026-08-21T21:29:01.947Z Downloaded openssl v0.10.80
13062026-08-21T21:29:01.958Z Downloaded nix v0.31.2
13072026-08-21T21:29:01.961Z Downloaded sqlparser v0.61.0
13082026-08-21T21:29:01.969Z Downloaded typify-impl v0.6.2
13092026-08-21T21:29:01.979Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-08-21T21:29:02.003Z Downloaded zerocopy-derive v0.6.6
13112026-08-21T21:29:02.011Z Downloaded sha3 v0.11.0
13122026-08-21T21:29:02.019Z Downloaded petgraph v0.6.5
13132026-08-21T21:29:02.032Z Downloaded jiff v0.2.34
13142026-08-21T21:29:02.037Z Downloaded tracing v0.1.44
13152026-08-21T21:29:02.054Z Downloaded chrono-tz v0.10.4
13162026-08-21T21:29:02.062Z Downloaded ratatui v0.29.0
13172026-08-21T21:29:02.087Z Downloaded regex-automata v0.4.14
13182026-08-21T21:29:02.095Z Downloaded petgraph v0.8.3
13192026-08-21T21:29:02.107Z Downloaded tokio v1.52.1
13202026-08-21T21:29:02.129Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13212026-08-21T21:29:02.140Z Downloaded sha3 v0.10.8
13222026-08-21T21:29:02.145Z Downloaded libz-sys v1.1.24
13232026-08-21T21:29:02.157Z Downloaded csv v1.4.0
13242026-08-21T21:29:02.189Z Downloaded encoding_rs v0.8.35
13252026-08-21T21:29:02.218Z Downloaded ring v0.17.14
13262026-08-21T21:29:02.237Z Downloaded libgit2-sys v0.18.3+1.9.2
13272026-08-21T21:29:02.728Z Downloaded aws-lc-sys v0.40.0
13282026-08-21T21:29:03.012Z Compiling libc v0.2.185
13292026-08-21T21:29:03.012Z Compiling serde_core v1.0.228
13302026-08-21T21:29:03.012Z Compiling serde v1.0.228
13312026-08-21T21:29:03.017Z Compiling log v0.4.29
13322026-08-21T21:29:03.017Z Compiling smallvec v1.15.1
13332026-08-21T21:29:03.017Z Compiling find-msvc-tools v0.1.9
13342026-08-21T21:29:03.144Z Compiling shlex v1.3.0
13352026-08-21T21:29:03.148Z Compiling syn v2.0.117
13362026-08-21T21:29:03.382Z Compiling subtle v2.6.1
13372026-08-21T21:29:03.393Z Compiling scopeguard v1.2.0
13382026-08-21T21:29:03.406Z Compiling stable_deref_trait v1.2.1
13392026-08-21T21:29:03.426Z Compiling typenum v1.20.1
13402026-08-21T21:29:03.476Z Compiling zerocopy v0.8.40
13412026-08-21T21:29:03.492Z Compiling lock_api v0.4.14
13422026-08-21T21:29:03.497Z Compiling portable-atomic v1.13.1
13432026-08-21T21:29:03.558Z Compiling serde_json v1.0.151
13442026-08-21T21:29:03.728Z Compiling critical-section v1.2.0
13452026-08-21T21:29:03.776Z Compiling libm v0.2.16
13462026-08-21T21:29:03.833Z Compiling num-traits v0.2.19
13472026-08-21T21:29:03.916Z Compiling pkg-config v0.3.32
13482026-08-21T21:29:04.011Z Compiling errno v0.3.14
13492026-08-21T21:29:04.037Z Compiling jobserver v0.1.34
13502026-08-21T21:29:04.051Z Compiling getrandom v0.2.17
13512026-08-21T21:29:04.175Z Compiling rand_core v0.6.4
13522026-08-21T21:29:04.230Z Compiling cc v1.2.56
13532026-08-21T21:29:04.447Z Compiling once_cell v1.21.3
13542026-08-21T21:29:04.465Z Compiling generic-array v0.14.7
13552026-08-21T21:29:04.575Z Compiling parking_lot_core v0.9.12
13562026-08-21T21:29:04.594Z Compiling const-oid v0.9.6
13572026-08-21T21:29:04.647Z Compiling pin-project-lite v0.2.17
13582026-08-21T21:29:04.675Z Compiling getrandom v0.4.1
13592026-08-21T21:29:04.786Z Compiling rand_core v0.10.0
13602026-08-21T21:29:04.957Z Compiling signal-hook-registry v1.4.8
13612026-08-21T21:29:05.216Z Compiling bitflags v2.11.0
13622026-08-21T21:29:05.276Z Compiling litemap v0.8.1
13632026-08-21T21:29:05.334Z Compiling writeable v0.6.2
13642026-08-21T21:29:05.364Z Compiling futures-core v0.3.32
13652026-08-21T21:29:05.440Z Compiling percent-encoding v2.3.2
13662026-08-21T21:29:05.475Z Compiling semver v1.0.28
13672026-08-21T21:29:05.516Z Compiling parking_lot v0.12.5
13682026-08-21T21:29:05.529Z Compiling mio v1.2.0
13692026-08-21T21:29:05.626Z Compiling icu_properties_data v2.1.2
13702026-08-21T21:29:05.693Z Compiling icu_normalizer_data v2.1.1
13712026-08-21T21:29:05.737Z Compiling socket2 v0.6.3
13722026-08-21T21:29:05.777Z Compiling getrandom v0.3.4
13732026-08-21T21:29:05.871Z Compiling futures-sink v0.3.32
13742026-08-21T21:29:05.957Z Compiling synstructure v0.13.2
13752026-08-21T21:29:05.981Z Compiling indexmap v2.14.0
13762026-08-21T21:29:05.981Z Compiling futures-channel v0.3.32
13772026-08-21T21:29:06.011Z Compiling slab v0.4.12
13782026-08-21T21:29:06.142Z Compiling utf8_iter v1.0.4
13792026-08-21T21:29:06.177Z Compiling rustix v1.1.3
13802026-08-21T21:29:06.216Z Compiling futures-io v0.3.32
13812026-08-21T21:29:06.274Z Compiling futures-task v0.3.32
13822026-08-21T21:29:06.326Z Compiling form_urlencoded v1.2.2
13832026-08-21T21:29:06.364Z Compiling rustversion v1.0.22
13842026-08-21T21:29:06.447Z Compiling iana-time-zone v0.1.65
13852026-08-21T21:29:06.598Z Compiling base64ct v1.8.3
13862026-08-21T21:29:06.625Z Compiling cmake v0.1.57
13872026-08-21T21:29:06.685Z Compiling regex-syntax v0.8.10
13882026-08-21T21:29:06.699Z Compiling flagset v0.4.7
13892026-08-21T21:29:06.715Z Compiling dunce v1.0.5
13902026-08-21T21:29:06.818Z Compiling fs_extra v1.3.0
13912026-08-21T21:29:06.831Z Compiling ident_case v1.0.1
13922026-08-21T21:29:06.895Z Compiling pem-rfc7468 v0.7.0
13932026-08-21T21:29:06.962Z Compiling rand_core v0.9.5
13942026-08-21T21:29:07.019Z Compiling uuid v1.23.4
13952026-08-21T21:29:07.085Z Compiling aws-lc-sys v0.40.0
13962026-08-21T21:29:07.203Z Compiling base64 v0.22.1
13972026-08-21T21:29:07.241Z Compiling syn v1.0.109
13982026-08-21T21:29:07.419Z Compiling vcpkg v0.2.15
13992026-08-21T21:29:07.544Z Compiling serde_derive_internals v0.29.1
14002026-08-21T21:29:07.601Z Compiling rustc_version v0.4.1
14012026-08-21T21:29:07.696Z Compiling serde_derive v1.0.228
14022026-08-21T21:29:07.725Z Compiling zeroize_derive v1.5.0
14032026-08-21T21:29:07.924Z Compiling zerocopy-derive v0.8.40
14042026-08-21T21:29:07.985Z Compiling zerofrom-derive v0.1.6
14052026-08-21T21:29:08.146Z Compiling yoke-derive v0.8.1
14062026-08-21T21:29:08.372Z Compiling zeroize v1.9.0
14072026-08-21T21:29:08.436Z Compiling zerovec-derive v0.11.2
14082026-08-21T21:29:08.587Z Compiling displaydoc v0.2.5
14092026-08-21T21:29:09.330Z Compiling tokio-macros v2.7.0
14102026-08-21T21:29:09.356Z Compiling futures-macro v0.3.32
14112026-08-21T21:29:09.417Z Compiling zerofrom v0.1.6
14122026-08-21T21:29:09.544Z Compiling yoke v0.8.1
14132026-08-21T21:29:09.591Z Compiling block-buffer v0.10.4
14142026-08-21T21:29:09.644Z Compiling crypto-common v0.1.7
14152026-08-21T21:29:09.727Z Compiling zerovec v0.11.5
14162026-08-21T21:29:09.767Z Compiling zerotrie v0.2.3
14172026-08-21T21:29:09.793Z Compiling digest v0.10.7
14182026-08-21T21:29:10.041Z Compiling der_derive v0.7.3
14192026-08-21T21:29:10.056Z Compiling thiserror-impl v2.0.18
14202026-08-21T21:29:10.068Z Compiling openssl-sys v0.9.117
14212026-08-21T21:29:10.178Z Compiling tinystr v0.8.2
14222026-08-21T21:29:10.230Z Compiling potential_utf v0.1.4
14232026-08-21T21:29:10.385Z Compiling icu_locale_core v2.1.1
14242026-08-21T21:29:10.398Z Compiling icu_collections v2.1.1
14252026-08-21T21:29:10.603Z Compiling futures-util v0.3.32
14262026-08-21T21:29:10.877Z Compiling tracing-attributes v0.1.31
14272026-08-21T21:29:11.013Z Compiling icu_provider v2.1.1
14282026-08-21T21:29:11.205Z Compiling bytes v1.11.1
14292026-08-21T21:29:11.253Z Compiling icu_properties v2.1.2
14302026-08-21T21:29:11.300Z Compiling icu_normalizer v2.1.1
14312026-08-21T21:29:11.360Z Compiling chrono v0.4.45
14322026-08-21T21:29:11.845Z Compiling tokio v1.52.1
14332026-08-21T21:29:11.869Z Compiling thiserror v2.0.18
14342026-08-21T21:29:11.977Z Compiling der v0.7.10
14352026-08-21T21:29:12.235Z Compiling idna_adapter v1.2.1
14362026-08-21T21:29:12.376Z Compiling ppv-lite86 v0.2.21
14372026-08-21T21:29:12.391Z Compiling idna v1.1.0
14382026-08-21T21:29:12.494Z Compiling http v1.4.2
14392026-08-21T21:29:12.732Z Compiling url v2.5.8
14402026-08-21T21:29:12.804Z Compiling rand_chacha v0.9.0
14412026-08-21T21:29:12.948Z Compiling spki v0.7.3
14422026-08-21T21:29:13.055Z Compiling tracing-core v0.1.36
14432026-08-21T21:29:13.156Z Compiling schemars v0.8.22
14442026-08-21T21:29:13.207Z Compiling aws-lc-rs v1.16.3
14452026-08-21T21:29:13.354Z Compiling cpufeatures v0.2.17
14462026-08-21T21:29:13.397Z Compiling dyn-clone v1.0.20
14472026-08-21T21:29:13.428Z Compiling tracing v0.1.44
14482026-08-21T21:29:13.501Z Compiling http-body v1.0.1
14492026-08-21T21:29:13.504Z Compiling pkcs8 v0.10.2
14502026-08-21T21:29:13.528Z Compiling rand v0.9.2
14512026-08-21T21:29:13.596Z Compiling rustls-pki-types v1.14.0
14522026-08-21T21:29:13.613Z Compiling schemars_derive v0.8.22
14532026-08-21T21:29:13.689Z Compiling spin v0.9.8
14542026-08-21T21:29:13.756Z Compiling tinyvec_macros v0.1.1
14552026-08-21T21:29:13.817Z Compiling cmov v0.5.4
14562026-08-21T21:29:13.885Z Compiling httparse v1.10.1
14572026-08-21T21:29:14.026Z Compiling crc32fast v1.5.0
14582026-08-21T21:29:14.040Z Compiling openssl-probe v0.2.1
14592026-08-21T21:29:14.204Z Compiling ctutils v0.4.2
14602026-08-21T21:29:14.266Z Compiling tempfile v3.25.0
14612026-08-21T21:29:14.276Z Compiling tinyvec v1.10.0
14622026-08-21T21:29:14.324Z Compiling pest_generator v2.8.6
14632026-08-21T21:29:14.477Z Compiling sha2 v0.10.9
14642026-08-21T21:29:14.593Z Compiling aho-corasick v1.1.4
14652026-08-21T21:29:14.608Z Compiling tower-layer v0.3.3
14662026-08-21T21:29:14.765Z Compiling atomic-waker v1.1.2
14672026-08-21T21:29:14.887Z Compiling radium v0.7.0
14682026-08-21T21:29:14.992Z Compiling tower-service v0.3.3
14692026-08-21T21:29:15.084Z Compiling untrusted v0.7.1
14702026-08-21T21:29:15.130Z Compiling try-lock v0.2.5
14712026-08-21T21:29:15.223Z Compiling want v0.3.1
14722026-08-21T21:29:15.238Z Compiling pest_derive v2.8.6
14732026-08-21T21:29:15.384Z Compiling regex-automata v0.4.14
14742026-08-21T21:29:15.669Z Compiling tokio-util v0.7.18
14752026-08-21T21:29:15.718Z Compiling hybrid-array v0.4.13
14762026-08-21T21:29:16.244Z Compiling ipnet v2.11.0
14772026-08-21T21:29:16.469Z Compiling h2 v0.4.15
14782026-08-21T21:29:16.496Z Compiling scroll_derive v0.13.1
14792026-08-21T21:29:16.725Z Compiling darling_core v0.20.11
14802026-08-21T21:29:16.767Z Compiling untrusted v0.9.0
14812026-08-21T21:29:16.887Z Compiling httpdate v1.0.3
14822026-08-21T21:29:17.117Z Compiling tap v1.0.1
14832026-08-21T21:29:17.230Z Compiling openssl v0.10.80
14842026-08-21T21:29:17.305Z Compiling simd-adler32 v0.3.8
14852026-08-21T21:29:17.386Z Compiling maybe-uninit v2.0.0
14862026-08-21T21:29:17.455Z Compiling rustls v0.23.41
14872026-08-21T21:29:17.547Z Compiling foreign-types-shared v0.1.1
14882026-08-21T21:29:17.577Z Compiling scroll v0.13.0
14892026-08-21T21:29:17.619Z Compiling foreign-types v0.3.2
14902026-08-21T21:29:17.633Z Compiling wyz v0.5.1
14912026-08-21T21:29:17.692Z Compiling unicode-normalization v0.1.25
14922026-08-21T21:29:17.837Z Compiling rand_chacha v0.3.1
14932026-08-21T21:29:17.889Z Compiling hex v0.4.3
14942026-08-21T21:29:18.148Z Compiling signature v2.2.0
14952026-08-21T21:29:18.161Z Compiling terminal_size v0.4.3
14962026-08-21T21:29:18.221Z Compiling openssl-macros v0.1.1
14972026-08-21T21:29:18.292Z Compiling thiserror-impl v1.0.69
14982026-08-21T21:29:18.326Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14992026-08-21T21:29:18.599Z Compiling bzip2-sys v0.1.13+1.0.8
15002026-08-21T21:29:18.613Z Compiling num-integer v0.1.46
15012026-08-21T21:29:18.703Z Compiling wait-timeout v0.2.1
15022026-08-21T21:29:18.874Z Compiling ahash v0.8.12
15032026-08-21T21:29:18.930Z Compiling quick-error v1.2.3
15042026-08-21T21:29:18.967Z Compiling packed_struct v0.10.1
15052026-08-21T21:29:18.974Z Compiling darling_macro v0.20.11
15062026-08-21T21:29:19.033Z Compiling funty v2.0.0
15072026-08-21T21:29:19.069Z Compiling adler2 v2.0.1
15082026-08-21T21:29:19.195Z Compiling num-conv v0.2.0
15092026-08-21T21:29:19.208Z Compiling native-tls v0.2.18
15102026-08-21T21:29:19.323Z Compiling bit-vec v0.8.0
15112026-08-21T21:29:19.405Z Compiling num-bigint-dig v0.8.6
15122026-08-21T21:29:19.452Z Compiling powerfmt v0.2.0
15132026-08-21T21:29:19.479Z Compiling time-core v0.1.8
15142026-08-21T21:29:19.514Z Compiling thiserror v1.0.69
15152026-08-21T21:29:19.556Z Compiling bit-set v0.8.0
15162026-08-21T21:29:19.602Z Compiling hyper v1.10.1
15172026-08-21T21:29:19.602Z Compiling deranged v0.5.8
15182026-08-21T21:29:19.629Z Compiling time-macros v0.2.27
15192026-08-21T21:29:19.632Z Compiling darling v0.20.11
15202026-08-21T21:29:19.675Z Compiling bitvec v1.0.1
15212026-08-21T21:29:19.725Z Compiling miniz_oxide v0.8.9
15222026-08-21T21:29:19.786Z Compiling clap_builder v4.6.0
15232026-08-21T21:29:20.313Z Compiling rusty-fork v0.3.1
15242026-08-21T21:29:20.593Z Compiling num-iter v0.1.45
15252026-08-21T21:29:20.658Z Compiling hyper-util v0.1.20
15262026-08-21T21:29:21.073Z Compiling rand v0.8.6
15272026-08-21T21:29:21.142Z Compiling goblin v0.10.5
15282026-08-21T21:29:21.404Z Compiling packed_struct_codegen v0.10.1
15292026-08-21T21:29:21.903Z Compiling lazy_static v1.5.0
15302026-08-21T21:29:21.999Z Compiling toml_datetime v0.6.11
15312026-08-21T21:29:22.260Z Compiling serde_spanned v0.6.9
15322026-08-21T21:29:22.405Z Compiling hmac v0.12.1
15332026-08-21T21:29:22.423Z Compiling bitfield-macros v0.19.4
15342026-08-21T21:29:22.512Z Compiling zerocopy-derive v0.6.6
15352026-08-21T21:29:22.558Z Compiling clap_derive v4.6.1
15362026-08-21T21:29:22.803Z Compiling anstyle-parse v0.2.7
15372026-08-21T21:29:22.985Z Compiling rand_xorshift v0.4.0
15382026-08-21T21:29:23.118Z Compiling sync_wrapper v1.0.2
15392026-08-21T21:29:23.152Z Compiling indexmap v1.9.3
15402026-08-21T21:29:23.226Z Compiling crossbeam-utils v0.8.21
15412026-08-21T21:29:23.337Z Compiling siphasher v1.0.2
15422026-08-21T21:29:23.351Z Compiling zlib-rs v0.6.2
15432026-08-21T21:29:23.516Z Compiling paste v1.0.15
15442026-08-21T21:29:23.524Z Compiling crc-catalog v2.4.0
15452026-08-21T21:29:23.613Z Compiling num_threads v0.1.7
15462026-08-21T21:29:23.710Z Compiling nodrop v0.1.14
15472026-08-21T21:29:23.723Z Compiling usdt-impl v0.6.0
15482026-08-21T21:29:23.759Z Compiling unarray v0.1.4
15492026-08-21T21:29:23.849Z Compiling array-init v0.0.4
15502026-08-21T21:29:23.888Z Compiling proptest v1.11.0
15512026-08-21T21:29:23.939Z Compiling dof v0.4.0
15522026-08-21T21:29:24.191Z Compiling time v0.3.47
15532026-08-21T21:29:24.287Z Compiling clap v4.6.1
15542026-08-21T21:29:24.369Z Compiling crc v3.4.0
15552026-08-21T21:29:24.584Z Compiling zerocopy v0.6.6
15562026-08-21T21:29:24.927Z Compiling tower v0.5.3
15572026-08-21T21:29:25.084Z Compiling bitfield v0.19.4
15582026-08-21T21:29:25.370Z Compiling anstream v0.6.21
15592026-08-21T21:29:25.668Z Compiling smallvec v0.6.14
15602026-08-21T21:29:25.856Z Compiling derive_builder_core v0.20.2
15612026-08-21T21:29:25.994Z Compiling dtrace-parser v0.3.0
15622026-08-21T21:29:26.582Z Compiling flate2 v1.1.9
15632026-08-21T21:29:26.673Z Compiling ipnetwork v0.21.1
15642026-08-21T21:29:26.728Z Compiling pkcs1 v0.7.5
15652026-08-21T21:29:26.768Z Compiling http-body-util v0.1.3
15662026-08-21T21:29:27.026Z Compiling heapless v0.7.17
15672026-08-21T21:29:27.034Z Compiling structmeta-derive v0.3.0
15682026-08-21T21:29:27.055Z Compiling scroll_derive v0.12.1
15692026-08-21T21:29:27.116Z Compiling slog v2.8.2
15702026-08-21T21:29:27.223Z Compiling darling_core v0.23.0
15712026-08-21T21:29:27.300Z Compiling thread-id v5.1.0
15722026-08-21T21:29:27.316Z Compiling cookie v0.18.1
15732026-08-21T21:29:27.384Z Compiling env_filter v1.0.0
15742026-08-21T21:29:27.491Z Compiling hashbrown v0.12.3
15752026-08-21T21:29:27.704Z Compiling unicode-properties v0.1.4
15762026-08-21T21:29:27.723Z Compiling winnow v0.5.40
15772026-08-21T21:29:27.883Z Compiling signal-hook v0.3.18
15782026-08-21T21:29:27.958Z Compiling base64 v0.21.7
15792026-08-21T21:29:28.054Z Compiling ryu v1.0.23
15802026-08-21T21:29:28.085Z Compiling zstd-safe v7.2.4
15812026-08-21T21:29:28.257Z Compiling anyhow v1.0.102
15822026-08-21T21:29:28.284Z Compiling unicode-bidi v0.3.18
15832026-08-21T21:29:28.303Z Compiling iri-string v0.7.10
15842026-08-21T21:29:28.545Z Compiling allocator-api2 v0.2.21
15852026-08-21T21:29:28.808Z Compiling stringprep v0.1.5
15862026-08-21T21:29:29.105Z Compiling toml_edit v0.19.15
15872026-08-21T21:29:29.159Z Compiling ron v0.8.1
15882026-08-21T21:29:29.248Z Compiling serde_urlencoded v0.7.1
15892026-08-21T21:29:29.496Z Compiling tower-http v0.6.8
15902026-08-21T21:29:29.757Z Compiling darling_macro v0.23.0
15912026-08-21T21:29:29.812Z Compiling structmeta v0.3.0
15922026-08-21T21:29:30.023Z Compiling scroll v0.12.0
15932026-08-21T21:29:30.082Z Compiling env_logger v0.11.9
15942026-08-21T21:29:30.361Z Compiling rsa v0.9.10
15952026-08-21T21:29:30.420Z Compiling oxnet v0.1.6
15962026-08-21T21:29:30.426Z Compiling derive_builder_macro v0.20.2
15972026-08-21T21:29:30.811Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15982026-08-21T21:29:30.827Z Compiling newtype-uuid v1.3.2
15992026-08-21T21:29:30.900Z Compiling hashbrown v0.13.2
16002026-08-21T21:29:31.122Z Compiling serde-hex v0.1.0
16012026-08-21T21:29:31.148Z Compiling bzip2 v0.4.4
16022026-08-21T21:29:31.355Z Compiling tokio-native-tls v0.3.1
16032026-08-21T21:29:31.381Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16042026-08-21T21:29:31.573Z Compiling camino v1.2.2
16052026-08-21T21:29:31.955Z Compiling bstr v1.12.1
16062026-08-21T21:29:32.115Z Compiling block-buffer v0.12.1
16072026-08-21T21:29:32.194Z Compiling crypto-common v0.2.2
16082026-08-21T21:29:32.315Z Compiling block-padding v0.4.2
16092026-08-21T21:29:32.482Z Compiling rustls-native-certs v0.8.3
16102026-08-21T21:29:32.599Z Compiling x509-cert v0.2.5
16112026-08-21T21:29:32.768Z Compiling serde_tokenstream v0.2.3
16122026-08-21T21:29:32.899Z Compiling erased-serde v0.3.31
16132026-08-21T21:29:33.086Z Compiling md-5 v0.10.6
16142026-08-21T21:29:33.257Z Compiling curve25519-dalek v4.1.3
16152026-08-21T21:29:33.428Z Compiling daft-derive v0.1.7
16162026-08-21T21:29:33.433Z Compiling pin-project-internal v1.1.11
16172026-08-21T21:29:33.582Z Compiling async-trait v0.1.89
16182026-08-21T21:29:33.921Z Compiling zerocopy-derive v0.7.35
16192026-08-21T21:29:34.115Z Compiling vergen-lib v9.1.0
16202026-08-21T21:29:34.211Z Compiling hash32 v0.2.1
16212026-08-21T21:29:34.292Z Compiling memoffset v0.9.1
16222026-08-21T21:29:34.403Z Compiling encoding_rs v0.8.35
16232026-08-21T21:29:34.484Z Compiling fallible-iterator v0.2.0
16242026-08-21T21:29:34.520Z Compiling ref-cast v1.0.25
16252026-08-21T21:29:34.600Z Compiling litrs v1.0.0
16262026-08-21T21:29:34.785Z Compiling crc-any v2.5.0
16272026-08-21T21:29:34.800Z Compiling cfg_aliases v0.2.1
16282026-08-21T21:29:34.800Z Compiling smoltcp v0.9.1
16292026-08-21T21:29:34.827Z Compiling mime v0.3.17
16302026-08-21T21:29:34.886Z Compiling rustix v0.38.44
16312026-08-21T21:29:35.011Z Compiling psl-types v2.0.11
16322026-08-21T21:29:35.081Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16332026-08-21T21:29:35.107Z Compiling document-features v0.2.12
16342026-08-21T21:29:35.135Z Compiling publicsuffix v2.3.0
16352026-08-21T21:29:35.151Z Compiling nix v0.31.2
16362026-08-21T21:29:35.317Z Compiling zerocopy v0.7.35
16372026-08-21T21:29:35.349Z Compiling postgres-protocol v0.6.10
16382026-08-21T21:29:35.444Z Compiling pin-project v1.1.11
16392026-08-21T21:29:35.623Z Compiling daft v0.1.7
16402026-08-21T21:29:35.856Z Compiling inout v0.2.2
16412026-08-21T21:29:35.870Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16422026-08-21T21:29:35.883Z Compiling hyper-tls v0.6.0
16432026-08-21T21:29:35.898Z Compiling object v0.30.4
16442026-08-21T21:29:36.008Z Compiling zip v0.6.6
16452026-08-21T21:29:36.028Z Compiling derive_builder v0.20.2
16462026-08-21T21:29:36.100Z Compiling toml v0.7.8
16472026-08-21T21:29:36.159Z Compiling goblin v0.8.2
16482026-08-21T21:29:36.334Z Compiling darling v0.23.0
16492026-08-21T21:29:36.419Z Compiling derive-ex v0.1.8
16502026-08-21T21:29:36.694Z Compiling phf_shared v0.13.1
16512026-08-21T21:29:36.910Z Compiling regex v1.12.3
16522026-08-21T21:29:36.940Z Compiling hubpack_derive v0.1.1
16532026-08-21T21:29:37.016Z Compiling futures-executor v0.3.32
16542026-08-21T21:29:37.274Z Compiling curve25519-dalek-derive v0.1.1
16552026-08-21T21:29:37.341Z Compiling ref-cast-impl v1.0.25
16562026-08-21T21:29:37.378Z Compiling strum_macros v0.27.2
16572026-08-21T21:29:37.884Z Compiling snafu-derive v0.8.9
16582026-08-21T21:29:37.912Z Compiling vergen v9.1.0
16592026-08-21T21:29:38.091Z Compiling cargo-platform v0.3.2
16602026-08-21T21:29:38.118Z Compiling ff v0.13.1
16612026-08-21T21:29:38.260Z Compiling fs-err v3.3.0
16622026-08-21T21:29:38.361Z Compiling either v1.15.0
16632026-08-21T21:29:38.444Z Compiling object v0.37.3
16642026-08-21T21:29:38.571Z Compiling bumpalo v3.20.2
16652026-08-21T21:29:38.709Z Compiling same-file v1.0.6
16662026-08-21T21:29:38.767Z Compiling unicode-segmentation v1.12.0
16672026-08-21T21:29:38.817Z Compiling foldhash v0.2.0
16682026-08-21T21:29:38.869Z Compiling foldhash v0.1.5
16692026-08-21T21:29:39.047Z Compiling base16ct v0.2.0
16702026-08-21T21:29:39.052Z Compiling libbz2-rs-sys v0.2.2
16712026-08-21T21:29:39.149Z Compiling managed v0.8.0
16722026-08-21T21:29:39.231Z Compiling path-slash v0.1.5
16732026-08-21T21:29:39.298Z Compiling jiff-core v0.1.0
16742026-08-21T21:29:39.348Z Compiling bitflags v1.3.2
16752026-08-21T21:29:39.363Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16762026-08-21T21:29:39.652Z Compiling bzip2 v0.6.1
16772026-08-21T21:29:39.740Z Compiling strum v0.27.2
16782026-08-21T21:29:39.770Z Compiling snafu v0.8.9
16792026-08-21T21:29:39.857Z Compiling sec1 v0.7.3
16802026-08-21T21:29:39.857Z Compiling hashbrown v0.15.5
16812026-08-21T21:29:40.111Z Compiling jiff v0.2.34
16822026-08-21T21:29:40.134Z Compiling hashbrown v0.16.1
16832026-08-21T21:29:40.209Z Compiling walkdir v2.5.0
16842026-08-21T21:29:40.359Z Compiling zopfli v0.8.3
16852026-08-21T21:29:40.514Z Compiling dof v0.3.0
16862026-08-21T21:29:40.563Z Compiling cargo_metadata v0.23.1
16872026-08-21T21:29:40.721Z Compiling group v0.13.0
16882026-08-21T21:29:40.757Z Compiling test-strategy v0.4.5
16892026-08-21T21:29:41.122Z Compiling hubpack v0.1.2
16902026-08-21T21:29:41.242Z Compiling futures v0.3.32
16912026-08-21T21:29:41.342Z Compiling phf v0.13.1
16922026-08-21T21:29:41.555Z Compiling signal-hook-mio v0.2.5
16932026-08-21T21:29:41.680Z Compiling serde_with_macros v3.21.0
16942026-08-21T21:29:41.730Z Compiling cookie_store v0.22.1
16952026-08-21T21:29:41.925Z Compiling zstd v0.13.3
16962026-08-21T21:29:42.191Z Compiling reqwest v0.12.28
16972026-08-21T21:29:42.231Z Compiling cipher v0.5.2
16982026-08-21T21:29:42.394Z Compiling postgres-types v0.2.12
16992026-08-21T21:29:42.799Z Compiling usdt-attr-macro v0.6.0
17002026-08-21T21:29:42.937Z Compiling usdt-macro v0.6.0
17012026-08-21T21:29:43.617Z Compiling globset v0.4.18
17022026-08-21T21:29:43.689Z Compiling phf_shared v0.11.3
17032026-08-21T21:29:43.731Z Compiling hkdf v0.12.4
17042026-08-21T21:29:43.781Z Compiling dtrace-parser v0.2.0
17052026-08-21T21:29:43.870Z Compiling ed25519 v2.2.3
17062026-08-21T21:29:43.929Z Compiling byte-wrapper v0.1.0
17072026-08-21T21:29:43.933Z Compiling olpc-cjson v0.1.4
17082026-08-21T21:29:44.072Z Compiling serde_plain v1.0.2
17092026-08-21T21:29:44.211Z Compiling serde-big-array v0.5.1
17102026-08-21T21:29:44.228Z Compiling crypto-bigint v0.5.5
17112026-08-21T21:29:44.271Z Compiling strum_macros v0.26.4
17122026-08-21T21:29:44.285Z Compiling serde_repr v0.1.20
17132026-08-21T21:29:44.356Z Compiling enum-as-inner v0.6.1
17142026-08-21T21:29:44.509Z Compiling async-recursion v1.1.1
17152026-08-21T21:29:44.754Z Compiling pem v3.0.6
17162026-08-21T21:29:44.817Z Compiling float-cmp v0.10.0
17172026-08-21T21:29:44.857Z Compiling thread-id v4.2.2
17182026-08-21T21:29:44.943Z Compiling memmap2 v0.9.10
17192026-08-21T21:29:44.959Z Compiling precomputed-hash v0.1.1
17202026-08-21T21:29:45.050Z Compiling fixedbitset v0.4.2
17212026-08-21T21:29:45.070Z Compiling normalize-line-endings v0.3.0
17222026-08-21T21:29:45.153Z Compiling data-encoding v2.10.0
17232026-08-21T21:29:45.153Z Compiling new_debug_unreachable v1.0.6
17242026-08-21T21:29:45.277Z Compiling predicates-core v1.0.10
17252026-08-21T21:29:45.296Z Compiling difflib v0.4.0
17262026-08-21T21:29:45.296Z Compiling const-oid v0.10.2
17272026-08-21T21:29:45.360Z Compiling cpufeatures v0.3.0
17282026-08-21T21:29:46.444Z Compiling whoami v2.1.0
17292026-08-21T21:29:46.448Z Compiling winnow v1.0.3
17302026-08-21T21:29:46.448Z Compiling fixedbitset v0.5.7
17312026-08-21T21:29:46.448Z Compiling typed-path v0.9.3
17322026-08-21T21:29:46.448Z Compiling static_assertions v1.1.0
17332026-08-21T21:29:46.448Z Compiling keccak v0.1.6
17342026-08-21T21:29:46.448Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17352026-08-21T21:29:46.449Z Compiling toml_parser v1.1.2+spec-1.1.0
17362026-08-21T21:29:46.449Z Compiling strum v0.26.3
17372026-08-21T21:29:46.449Z Compiling sha3 v0.10.8
17382026-08-21T21:29:46.449Z Compiling petgraph v0.8.3
17392026-08-21T21:29:46.450Z Compiling tokio-postgres v0.7.16
17402026-08-21T21:29:46.519Z Compiling predicates v3.1.4
17412026-08-21T21:29:46.614Z Compiling hickory-proto v0.25.2
17422026-08-21T21:29:46.628Z Compiling chacha20 v0.10.0
17432026-08-21T21:29:47.007Z Compiling digest v0.11.3
17442026-08-21T21:29:47.055Z Compiling toml_edit v0.22.27
17452026-08-21T21:29:47.202Z Compiling string_cache v0.8.9
17462026-08-21T21:29:47.292Z Compiling petgraph v0.6.5
17472026-08-21T21:29:47.427Z Compiling elliptic-curve v0.13.8
17482026-08-21T21:29:47.834Z Compiling usdt v0.6.0
17492026-08-21T21:29:48.096Z Compiling usdt-impl v0.5.0
17502026-08-21T21:29:48.133Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17512026-08-21T21:29:48.632Z Compiling ed25519-dalek v2.2.0
17522026-08-21T21:29:48.671Z Compiling crossterm v0.28.1
17532026-08-21T21:29:48.714Z Compiling serde_with v3.21.0
17542026-08-21T21:29:49.149Z Compiling zip v4.6.1
17552026-08-21T21:29:50.393Z Compiling iddqd v0.4.2
17562026-08-21T21:29:50.404Z Compiling heck v0.4.1
17572026-08-21T21:29:50.404Z Compiling similar v2.7.0
17582026-08-21T21:29:50.404Z Compiling itertools v0.13.0
17592026-08-21T21:29:50.439Z Compiling itertools v0.15.0
17602026-08-21T21:29:50.493Z Compiling crossbeam-epoch v0.9.18
17612026-08-21T21:29:50.831Z Compiling tokio-stream v0.1.18
17622026-08-21T21:29:51.097Z Compiling buf-list v1.1.2
17632026-08-21T21:29:51.239Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17642026-08-21T21:29:51.260Z Compiling openapiv3 v2.2.0
17652026-08-21T21:29:51.350Z Compiling peg-runtime v0.8.5
17662026-08-21T21:29:51.394Z Compiling lalrpop-util v0.19.12
17672026-08-21T21:29:51.530Z Compiling thread_local v1.1.9
17682026-08-21T21:29:51.549Z Compiling slog-async v2.8.0
17692026-08-21T21:29:51.558Z Compiling crossbeam-channel v0.5.15
17702026-08-21T21:29:51.658Z Compiling is-terminal v0.4.17
17712026-08-21T21:29:51.727Z Compiling filetime v0.2.27
17722026-08-21T21:29:51.799Z Compiling xattr v1.6.1
17732026-08-21T21:29:51.807Z Compiling term v1.2.1
17742026-08-21T21:29:51.823Z Compiling take_mut v0.2.2
17752026-08-21T21:29:51.950Z Compiling tar v0.4.46
17762026-08-21T21:29:51.973Z Compiling camino-tempfile v1.4.1
17772026-08-21T21:29:52.176Z Compiling slog-term v2.9.2
17782026-08-21T21:29:58.352Z Compiling rustls-webpki v0.103.13
17792026-08-21T21:30:01.015Z Compiling tokio-rustls v0.26.4
17802026-08-21T21:30:01.015Z Compiling rustls-platform-verifier v0.6.2
17812026-08-21T21:30:01.015Z Compiling tough v0.22.0
17822026-08-21T21:30:01.218Z Compiling hyper-rustls v0.27.7
17832026-08-21T21:30:01.414Z Compiling reqwest v0.13.2
17842026-08-21T21:30:03.679Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-08-21T21:30:03.893Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-08-21T21:30:06.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17872026-08-21T21:30:06.983Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17882026-08-21T21:30:07.039ZAug 21 21:30:05.744 INFO Starting download, target: Cockroach
17892026-08-21T21:30:07.039ZAug 21 21:30:05.744 INFO Starting download, target: Clickhouse
17902026-08-21T21:30:07.039ZAug 21 21:30:05.744 INFO Starting download, target: DendriteStub
17912026-08-21T21:30:07.039ZAug 21 21:30:05.744 INFO Starting download, target: Console
17922026-08-21T21:30:07.043ZAug 21 21:30:05.744 INFO Starting download, target: MaghemiteMgd
17932026-08-21T21:30:07.043ZAug 21 21:30:05.744 INFO Starting download, target: MaghemiteDdmd
17942026-08-21T21:30:07.043ZAug 21 21:30:05.744 INFO Starting download, target: TransceiverControl
17952026-08-21T21:30:07.043ZAug 21 21:30:05.744 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17962026-08-21T21:30:07.043ZAug 21 21:30:05.744 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17972026-08-21T21:30:07.043ZAug 21 21:30:05.744 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17982026-08-21T21:30:07.043ZAug 21 21:30:05.745 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17992026-08-21T21:30:07.044ZAug 21 21:30:05.745 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18002026-08-21T21:30:07.044ZAug 21 21:30:05.745 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18012026-08-21T21:30:07.045ZAug 21 21:30:05.745 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18022026-08-21T21:30:07.352ZAug 21 21:30:06.057 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18032026-08-21T21:30:07.601ZAug 21 21:30:06.269 INFO Download complete, target: TransceiverControl
18042026-08-21T21:30:08.828ZAug 21 21:30:07.528 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18052026-08-21T21:30:08.974ZAug 21 21:30:07.670 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18062026-08-21T21:30:09.148ZAug 21 21:30:07.783 INFO Download complete, target: Console
18072026-08-21T21:30:09.159ZAug 21 21:30:07.815 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18082026-08-21T21:30:09.284ZAug 21 21:30:07.983 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18092026-08-21T21:30:09.600ZAug 21 21:30:08.290 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18102026-08-21T21:30:10.646ZAug 21 21:30:09.350 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18112026-08-21T21:30:10.646ZAug 21 21:30:09.350 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18122026-08-21T21:30:10.908ZAug 21 21:30:09.610 INFO Download complete, target: MaghemiteDdmd
18132026-08-21T21:30:11.649ZAug 21 21:30:10.354 INFO Download complete, target: DendriteStub
18142026-08-21T21:30:11.876ZAug 21 21:30:10.580 INFO Download complete, target: MaghemiteMgd
18152026-08-21T21:30:15.334ZAug 21 21:30:14.040 INFO Checking that binary works, target: Cockroach
18162026-08-21T21:30:15.453ZAug 21 21:30:14.157 INFO Download complete, target: Cockroach
18172026-08-21T21:30:16.381ZAug 21 21:30:15.086 INFO Checking that binary works, target: Clickhouse
18182026-08-21T21:30:16.506ZAug 21 21:30:15.212 INFO Download complete, target: Clickhouse
18192026-08-21T21:30:16.524ZAll builder prerequisites installed successfully, and PATH looks valid
18202026-08-21T21:30:16.528Z
18212026-08-21T21:30:16.528Zreal 2:08.614787593
18222026-08-21T21:30:16.528Zuser 7:11.705729491
18232026-08-21T21:30:16.528Zsys 1:25.266511586
18242026-08-21T21:30:16.528Ztrap 0.246830658
18252026-08-21T21:30:16.528Ztflt 0.573596253
18262026-08-21T21:30:16.528Zdflt 1.025632356
18272026-08-21T21:30:16.528Zkflt 0.031681726
18282026-08-21T21:30:16.528Zlock 27:04.815803542
18292026-08-21T21:30:16.528Zslp 21:34.784298288
18302026-08-21T21:30:16.528Zlat 46.072346078
18312026-08-21T21:30:16.528Zstop 2:41.913544180
18322026-08-21T21:30:16.528Z+ banner hack-check
18332026-08-21T21:30:16.528Z
18342026-08-21T21:30:16.528Z # # ## #### # # #### # # ###### #### # #
18352026-08-21T21:30:16.528Z # # # # # # # # # # # # # # # # #
18362026-08-21T21:30:16.528Z ###### # # # #### ##### # ###### ##### # ####
18372026-08-21T21:30:16.528Z # # ###### # # # # # # # # # #
18382026-08-21T21:30:16.528Z # # # # # # # # # # # # # # # # #
18392026-08-21T21:30:16.528Z # # # # #### # # #### # # ###### #### # #
18402026-08-21T21:30:16.528Z
18412026-08-21T21:30:16.528Z+ export CARGO_INCREMENTAL=0
18422026-08-21T21:30:16.528Z+ CARGO_INCREMENTAL=0
18432026-08-21T21:30:16.528Z+ ptime -m timeout 2h cargo xtask check-features --ci
18442026-08-21T21:30:17.056Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18452026-08-21T21:30:17.289Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18462026-08-21T21:30:19.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18472026-08-21T21:30:19.176Z Running `target/debug/xtask check-features --ci`
18482026-08-21T21:30:19.200Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18492026-08-21T21:30:19.204Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18502026-08-21T21:30:19.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18512026-08-21T21:30:19.656Z Running `target/debug/xtask download cargo-hack`
18522026-08-21T21:30:20.444Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18532026-08-21T21:30:20.745Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18542026-08-21T21:30:23.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
18552026-08-21T21:30:23.484Z Running `target/debug/xtask-downloader cargo-hack`
18562026-08-21T21:30:23.524ZAug 21 21:30:22.229 INFO Starting download, target: CargoHack
18572026-08-21T21:30:23.529ZAug 21 21:30:22.230 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18582026-08-21T21:30:23.731ZAug 21 21:30:22.437 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18592026-08-21T21:30:23.783ZAug 21 21:30:22.487 INFO Download complete, target: CargoHack
18602026-08-21T21:30:23.788Zrunning: "/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-21T21:30:23.797Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18622026-08-21T21:30:23.954Zinfo: running `cargo check --bins` on api_identity (1/303)
18632026-08-21T21:30:24.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-08-21T21:30:24.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-08-21T21:30:24.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-08-21T21:30:24.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18672026-08-21T21:30:24.497Z
18682026-08-21T21:30:24.497Zinfo: running `cargo check --bins` on bootstore (2/303)
18692026-08-21T21:30:24.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-08-21T21:30:24.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-08-21T21:30:24.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-08-21T21:30:24.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18732026-08-21T21:30:25.051Z
18742026-08-21T21:30:25.051Zinfo: running `cargo check --bins` on omicron-ledger (3/303)
18752026-08-21T21:30:25.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-08-21T21:30:25.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-08-21T21:30:25.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-08-21T21:30:25.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18792026-08-21T21:30:25.596Z
18802026-08-21T21:30:25.596Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/303)
18812026-08-21T21:30:26.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-08-21T21:30:26.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-08-21T21:30:26.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-08-21T21:30:26.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18852026-08-21T21:30:26.148Z
18862026-08-21T21:30:26.148Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/303)
18872026-08-21T21:30:26.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-08-21T21:30:26.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-08-21T21:30:26.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-08-21T21:30:26.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18912026-08-21T21:30:26.711Z
18922026-08-21T21:30:26.711Zinfo: running `cargo check --bins` on omicron-certificates (6/303)
18932026-08-21T21:30:27.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-08-21T21:30:27.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-08-21T21:30:27.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-08-21T21:30:27.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18972026-08-21T21:30:27.266Z
18982026-08-21T21:30:27.266Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/303)
18992026-08-21T21:30:27.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-08-21T21:30:27.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-08-21T21:30:27.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-08-21T21:30:27.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19032026-08-21T21:30:27.829Z
19042026-08-21T21:30:27.829Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/303)
19052026-08-21T21:30:28.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-08-21T21:30:28.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-08-21T21:30:28.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-08-21T21:30:28.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19092026-08-21T21:30:28.390Z
19102026-08-21T21:30:28.390Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/303)
19112026-08-21T21:30:28.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-08-21T21:30:28.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-08-21T21:30:28.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-08-21T21:30:28.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19152026-08-21T21:30:28.807Z
19162026-08-21T21:30:28.807Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/303)
19172026-08-21T21:30:29.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-08-21T21:30:29.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-08-21T21:30:29.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-08-21T21:30:29.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19212026-08-21T21:30:29.223Z
19222026-08-21T21:30:29.223Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/303)
19232026-08-21T21:30:29.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-08-21T21:30:29.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-08-21T21:30:29.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-08-21T21:30:29.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19272026-08-21T21:30:29.643Z
19282026-08-21T21:30:29.643Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/303)
19292026-08-21T21:30:30.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-08-21T21:30:30.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-08-21T21:30:30.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-08-21T21:30:30.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19332026-08-21T21:30:30.059Z
19342026-08-21T21:30:30.059Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/303)
19352026-08-21T21:30:30.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-08-21T21:30:30.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-08-21T21:30:30.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-08-21T21:30:30.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19392026-08-21T21:30:30.487Z
19402026-08-21T21:30:30.488Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/303)
19412026-08-21T21:30:30.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-08-21T21:30:30.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-08-21T21:30:30.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-08-21T21:30:30.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19452026-08-21T21:30:30.891Z
19462026-08-21T21:30:30.891Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/303)
19472026-08-21T21:30:31.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-08-21T21:30:31.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-08-21T21:30:31.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-08-21T21:30:31.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19512026-08-21T21:30:31.309Z
19522026-08-21T21:30:31.309Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/303)
19532026-08-21T21:30:31.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-08-21T21:30:31.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-08-21T21:30:31.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-08-21T21:30:31.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19572026-08-21T21:30:31.726Z
19582026-08-21T21:30:31.726Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/303)
19592026-08-21T21:30:32.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-08-21T21:30:32.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-08-21T21:30:32.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-08-21T21:30:32.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19632026-08-21T21:30:32.142Z
19642026-08-21T21:30:32.142Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/303)
19652026-08-21T21:30:32.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-08-21T21:30:32.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-08-21T21:30:32.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-08-21T21:30:32.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19692026-08-21T21:30:32.554Z
19702026-08-21T21:30:32.554Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/303)
19712026-08-21T21:30:32.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-08-21T21:30:32.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-08-21T21:30:32.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-08-21T21:30:32.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19752026-08-21T21:30:32.969Z
19762026-08-21T21:30:32.969Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/303)
19772026-08-21T21:30:33.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-08-21T21:30:33.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-08-21T21:30:33.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-08-21T21:30:33.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19812026-08-21T21:30:33.386Z
19822026-08-21T21:30:33.386Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/303)
19832026-08-21T21:30:33.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-08-21T21:30:33.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-08-21T21:30:33.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-08-21T21:30:33.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19872026-08-21T21:30:33.804Z
19882026-08-21T21:30:33.804Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/303)
19892026-08-21T21:30:34.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-08-21T21:30:34.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-08-21T21:30:34.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-08-21T21:30:34.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19932026-08-21T21:30:34.223Z
19942026-08-21T21:30:34.223Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/303)
19952026-08-21T21:30:34.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-08-21T21:30:34.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-08-21T21:30:34.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-08-21T21:30:34.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19992026-08-21T21:30:34.645Z
20002026-08-21T21:30:34.645Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/303)
20012026-08-21T21:30:35.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-08-21T21:30:35.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-08-21T21:30:35.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-08-21T21:30:35.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20052026-08-21T21:30:35.063Z
20062026-08-21T21:30:35.063Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/303)
20072026-08-21T21:30:35.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-08-21T21:30:35.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-08-21T21:30:35.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-08-21T21:30:35.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20112026-08-21T21:30:35.484Z
20122026-08-21T21:30:35.485Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/303)
20132026-08-21T21:30:35.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-08-21T21:30:35.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-08-21T21:30:35.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-08-21T21:30:35.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20172026-08-21T21:30:35.901Z
20182026-08-21T21:30:35.902Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/303)
20192026-08-21T21:30:36.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-08-21T21:30:36.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-08-21T21:30:36.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-08-21T21:30:36.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20232026-08-21T21:30:36.321Z
20242026-08-21T21:30:36.321Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/303)
20252026-08-21T21:30:36.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-08-21T21:30:36.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-08-21T21:30:36.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-08-21T21:30:36.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20292026-08-21T21:30:36.742Z
20302026-08-21T21:30:36.742Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/303)
20312026-08-21T21:30:37.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-08-21T21:30:37.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-08-21T21:30:37.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-08-21T21:30:37.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20352026-08-21T21:30:37.162Z
20362026-08-21T21:30:37.162Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/303)
20372026-08-21T21:30:37.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-08-21T21:30:37.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-08-21T21:30:37.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-08-21T21:30:37.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20412026-08-21T21:30:37.577Z
20422026-08-21T21:30:37.577Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/303)
20432026-08-21T21:30:37.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-08-21T21:30:37.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-08-21T21:30:37.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-08-21T21:30:37.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20472026-08-21T21:30:37.989Z
20482026-08-21T21:30:37.990Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/303)
20492026-08-21T21:30:38.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-08-21T21:30:38.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-08-21T21:30:38.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-08-21T21:30:38.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20532026-08-21T21:30:38.409Z
20542026-08-21T21:30:38.409Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/303)
20552026-08-21T21:30:38.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-08-21T21:30:38.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-08-21T21:30:38.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-08-21T21:30:38.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20592026-08-21T21:30:38.826Z
20602026-08-21T21:30:38.826Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/303)
20612026-08-21T21:30:39.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-08-21T21:30:39.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-08-21T21:30:39.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-08-21T21:30:39.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20652026-08-21T21:30:39.241Z
20662026-08-21T21:30:39.241Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/303)
20672026-08-21T21:30:39.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-08-21T21:30:39.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-08-21T21:30:39.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-08-21T21:30:39.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20712026-08-21T21:30:39.658Z
20722026-08-21T21:30:39.658Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/303)
20732026-08-21T21:30:40.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-08-21T21:30:40.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-08-21T21:30:40.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-08-21T21:30:40.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20772026-08-21T21:30:40.075Z
20782026-08-21T21:30:40.075Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/303)
20792026-08-21T21:30:40.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-08-21T21:30:40.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-08-21T21:30:40.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-08-21T21:30:40.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20832026-08-21T21:30:40.493Z
20842026-08-21T21:30:40.493Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/303)
20852026-08-21T21:30:40.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-08-21T21:30:40.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-08-21T21:30:40.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-08-21T21:30:40.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20892026-08-21T21:30:40.911Z
20902026-08-21T21:30:40.911Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/303)
20912026-08-21T21:30:41.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-08-21T21:30:41.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-08-21T21:30:41.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-08-21T21:30:41.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20952026-08-21T21:30:41.330Z
20962026-08-21T21:30:41.330Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/303)
20972026-08-21T21:30:41.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-08-21T21:30:41.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-08-21T21:30:41.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-08-21T21:30:41.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21012026-08-21T21:30:41.750Z
21022026-08-21T21:30:41.750Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/303)
21032026-08-21T21:30:42.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-08-21T21:30:42.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-08-21T21:30:42.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-08-21T21:30:42.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21072026-08-21T21:30:42.171Z
21082026-08-21T21:30:42.171Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/303)
21092026-08-21T21:30:42.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-08-21T21:30:42.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-08-21T21:30:42.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-08-21T21:30:42.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21132026-08-21T21:30:42.590Z
21142026-08-21T21:30:42.590Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/303)
21152026-08-21T21:30:42.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-08-21T21:30:42.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-08-21T21:30:42.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-08-21T21:30:42.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21192026-08-21T21:30:43.009Z
21202026-08-21T21:30:43.010Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/303)
21212026-08-21T21:30:43.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-08-21T21:30:43.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-08-21T21:30:43.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-08-21T21:30:43.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21252026-08-21T21:30:43.430Z
21262026-08-21T21:30:43.430Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/303)
21272026-08-21T21:30:43.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-08-21T21:30:43.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-08-21T21:30:43.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-08-21T21:30:43.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21312026-08-21T21:30:43.851Z
21322026-08-21T21:30:43.851Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/303)
21332026-08-21T21:30:44.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-08-21T21:30:44.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-08-21T21:30:44.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-08-21T21:30:44.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21372026-08-21T21:30:44.270Z
21382026-08-21T21:30:44.270Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/303)
21392026-08-21T21:30:44.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-08-21T21:30:44.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-08-21T21:30:44.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-08-21T21:30:44.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21432026-08-21T21:30:44.691Z
21442026-08-21T21:30:44.691Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/303)
21452026-08-21T21:30:45.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-08-21T21:30:45.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-08-21T21:30:45.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-08-21T21:30:45.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21492026-08-21T21:30:45.110Z
21502026-08-21T21:30:45.110Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/303)
21512026-08-21T21:30:45.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-08-21T21:30:45.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-08-21T21:30:45.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-08-21T21:30:45.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21552026-08-21T21:30:45.714Z
21562026-08-21T21:30:45.714Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/303)
21572026-08-21T21:30:46.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-08-21T21:30:46.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-08-21T21:30:46.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-08-21T21:30:46.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21612026-08-21T21:30:46.321Z
21622026-08-21T21:30:46.321Zinfo: running `cargo check --bins` on nexus-config (51/303)
21632026-08-21T21:30:46.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-08-21T21:30:46.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-08-21T21:30:46.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-08-21T21:30:46.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21672026-08-21T21:30:46.924Z
21682026-08-21T21:30:46.924Zinfo: running `cargo check --bins` on nexus-types (52/303)
21692026-08-21T21:30:47.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-08-21T21:30:47.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-08-21T21:30:47.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-08-21T21:30:47.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21732026-08-21T21:30:47.531Z
21742026-08-21T21:30:47.531Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/303)
21752026-08-21T21:30:48.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-08-21T21:30:48.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-08-21T21:30:48.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-08-21T21:30:48.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21792026-08-21T21:30:48.105Z
21802026-08-21T21:30:48.105Zinfo: running `cargo check --bins` on omicron-passwords (54/303)
21812026-08-21T21:30:48.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-08-21T21:30:48.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-08-21T21:30:48.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-08-21T21:30:48.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21852026-08-21T21:30:48.655Z
21862026-08-21T21:30:48.656Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/303)
21872026-08-21T21:30:49.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-08-21T21:30:49.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-08-21T21:30:49.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-08-21T21:30:49.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21912026-08-21T21:30:49.232Z
21922026-08-21T21:30:49.232Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/303)
21932026-08-21T21:30:49.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-08-21T21:30:49.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-08-21T21:30:49.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-08-21T21:30:49.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21972026-08-21T21:30:49.801Z
21982026-08-21T21:30:49.801Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/303)
21992026-08-21T21:30:50.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-08-21T21:30:50.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-08-21T21:30:50.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-08-21T21:30:50.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22032026-08-21T21:30:50.379Z
22042026-08-21T21:30:50.379Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/303)
22052026-08-21T21:30:50.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-08-21T21:30:50.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-08-21T21:30:50.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-08-21T21:30:50.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22092026-08-21T21:30:50.953Z
22102026-08-21T21:30:50.953Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/303)
22112026-08-21T21:30:51.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-08-21T21:30:51.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-08-21T21:30:51.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-08-21T21:30:51.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22152026-08-21T21:30:51.511Z
22162026-08-21T21:30:51.511Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/303)
22172026-08-21T21:30:51.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-08-21T21:30:51.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-08-21T21:30:51.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-08-21T21:30:51.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22212026-08-21T21:30:52.062Z
22222026-08-21T21:30:52.062Zinfo: running `cargo check --bins --no-default-features` on gfss (61/303)
22232026-08-21T21:30:52.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-08-21T21:30:52.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-08-21T21:30:52.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-08-21T21:30:52.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22272026-08-21T21:30:52.612Z
22282026-08-21T21:30:52.612Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/303)
22292026-08-21T21:30:53.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-08-21T21:30:53.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-08-21T21:30:53.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-08-21T21:30:53.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22332026-08-21T21:30:53.160Z
22342026-08-21T21:30:53.160Zinfo: running `cargo check --bins` on wicketd-commission-types (63/303)
22352026-08-21T21:30:53.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-08-21T21:30:53.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-08-21T21:30:53.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-08-21T21:30:53.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22392026-08-21T21:30:53.729Z
22402026-08-21T21:30:53.729Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/303)
22412026-08-21T21:30:54.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-08-21T21:30:54.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-08-21T21:30:54.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-08-21T21:30:54.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22452026-08-21T21:30:54.302Z
22462026-08-21T21:30:54.302Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/303)
22472026-08-21T21:30:54.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-08-21T21:30:54.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-08-21T21:30:54.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-08-21T21:30:54.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22512026-08-21T21:30:54.859Z
22522026-08-21T21:30:54.859Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/303)
22532026-08-21T21:30:55.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-08-21T21:30:55.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-08-21T21:30:55.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-08-21T21:30:55.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22572026-08-21T21:30:55.423Z
22582026-08-21T21:30:55.423Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/303)
22592026-08-21T21:30:55.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-08-21T21:30:55.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-08-21T21:30:55.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-08-21T21:30:55.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22632026-08-21T21:30:55.995Z
22642026-08-21T21:30:55.995Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/303)
22652026-08-21T21:30:56.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-08-21T21:30:56.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-08-21T21:30:56.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-08-21T21:30:56.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22692026-08-21T21:30:56.555Z
22702026-08-21T21:30:56.555Zinfo: running `cargo check --bins` on cockroach-admin-types (69/303)
22712026-08-21T21:30:57.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-08-21T21:30:57.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-08-21T21:30:57.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742026-08-21T21:30:57.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22752026-08-21T21:30:57.108Z
22762026-08-21T21:30:57.108Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/303)
22772026-08-21T21:30:57.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782026-08-21T21:30:57.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792026-08-21T21:30:57.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802026-08-21T21:30:57.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22812026-08-21T21:30:57.661Z
22822026-08-21T21:30:57.661Zinfo: running `cargo check --bins` on ereport-types (71/303)
22832026-08-21T21:30:58.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842026-08-21T21:30:58.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852026-08-21T21:30:58.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862026-08-21T21:30:58.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22872026-08-21T21:30:58.222Z
22882026-08-21T21:30:58.222Zinfo: running `cargo check --bins` on gateway-client (72/303)
22892026-08-21T21:30:58.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902026-08-21T21:30:58.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912026-08-21T21:30:58.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922026-08-21T21:30:58.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22932026-08-21T21:30:58.787Z
22942026-08-21T21:30:58.787Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/303)
22952026-08-21T21:30:59.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962026-08-21T21:30:59.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972026-08-21T21:30:59.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982026-08-21T21:30:59.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22992026-08-21T21:30:59.352Z
23002026-08-21T21:30:59.352Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/303)
23012026-08-21T21:30:59.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022026-08-21T21:30:59.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032026-08-21T21:30:59.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042026-08-21T21:30:59.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23052026-08-21T21:30:59.915Z
23062026-08-21T21:30:59.915Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/303)
23072026-08-21T21:31:00.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082026-08-21T21:31:00.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092026-08-21T21:31:00.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102026-08-21T21:31:00.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23112026-08-21T21:31:00.498Z
23122026-08-21T21:31:00.498Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/303)
23132026-08-21T21:31:00.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142026-08-21T21:31:00.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152026-08-21T21:31:00.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162026-08-21T21:31:00.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23172026-08-21T21:31:01.083Z
23182026-08-21T21:31:01.083Zinfo: running `cargo check --bins` on key-manager-types (77/303)
23192026-08-21T21:31:01.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202026-08-21T21:31:01.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212026-08-21T21:31:01.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222026-08-21T21:31:01.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23232026-08-21T21:31:01.637Z
23242026-08-21T21:31:01.637Zinfo: running `cargo check --bins` on oxlog (78/303)
23252026-08-21T21:31:02.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262026-08-21T21:31:02.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272026-08-21T21:31:02.235Z Checking cfg-if v1.0.4
23282026-08-21T21:31:02.237Z Checking libc v0.2.185
23292026-08-21T21:31:02.237Z Checking serde_core v1.0.228
23302026-08-21T21:31:02.355Z Checking memchr v2.8.0
23312026-08-21T21:31:02.362Z Checking zeroize v1.9.0
23322026-08-21T21:31:02.370Z Checking smallvec v1.15.1
23332026-08-21T21:31:02.374Z Checking log v0.4.29
23342026-08-21T21:31:02.389Z Checking subtle v2.6.1
23352026-08-21T21:31:02.404Z Checking itoa v1.0.17
23362026-08-21T21:31:02.509Z Checking scopeguard v1.2.0
23372026-08-21T21:31:02.529Z Checking stable_deref_trait v1.2.1
23382026-08-21T21:31:02.532Z Checking typenum v1.20.1
23392026-08-21T21:31:02.553Z Checking zerofrom v0.1.6
23402026-08-21T21:31:02.566Z Checking portable-atomic v1.13.1
23412026-08-21T21:31:02.598Z Checking zerocopy v0.8.40
23422026-08-21T21:31:02.609Z Checking lock_api v0.4.14
23432026-08-21T21:31:02.661Z Checking yoke v0.8.1
23442026-08-21T21:31:02.737Z Checking errno v0.3.14
23452026-08-21T21:31:02.737Z Checking getrandom v0.2.17
23462026-08-21T21:31:02.806Z Checking critical-section v1.2.0
23472026-08-21T21:31:02.824Z Checking zerovec v0.11.5
23482026-08-21T21:31:02.857Z Checking const-oid v0.9.6
23492026-08-21T21:31:02.900Z Checking rand_core v0.6.4
23502026-08-21T21:31:02.903Z Checking pin-project-lite v0.2.17
23512026-08-21T21:31:02.959Z Checking once_cell v1.21.3
23522026-08-21T21:31:02.996Z Checking libm v0.2.16
23532026-08-21T21:31:03.070Z Checking zmij v1.0.21
23542026-08-21T21:31:03.128Z Checking signal-hook-registry v1.4.8
23552026-08-21T21:31:03.259Z Checking tinystr v0.8.2
23562026-08-21T21:31:03.270Z Checking generic-array v0.14.7
23572026-08-21T21:31:03.281Z Checking parking_lot_core v0.9.12
23582026-08-21T21:31:03.296Z Checking futures-core v0.3.32
23592026-08-21T21:31:03.408Z Checking writeable v0.6.2
23602026-08-21T21:31:03.427Z Checking percent-encoding v2.3.2
23612026-08-21T21:31:03.459Z Checking litemap v0.8.1
23622026-08-21T21:31:03.533Z Checking rand_core v0.10.0
23632026-08-21T21:31:03.562Z Checking parking_lot v0.12.5
23642026-08-21T21:31:03.565Z Checking potential_utf v0.1.4
23652026-08-21T21:31:03.627Z Checking icu_locale_core v2.1.1
23662026-08-21T21:31:03.671Z Checking getrandom v0.4.1
23672026-08-21T21:31:03.684Z Checking num-traits v0.2.19
23682026-08-21T21:31:03.695Z Checking zerotrie v0.2.3
23692026-08-21T21:31:03.715Z Checking mio v1.2.0
23702026-08-21T21:31:03.749Z Checking equivalent v1.0.2
23712026-08-21T21:31:03.812Z Checking icu_collections v2.1.1
23722026-08-21T21:31:03.825Z Checking serde v1.0.228
23732026-08-21T21:31:03.835Z Checking bitflags v2.11.0
23742026-08-21T21:31:03.924Z Checking serde_json v1.0.151
23752026-08-21T21:31:03.992Z Checking socket2 v0.6.3
23762026-08-21T21:31:04.005Z Checking icu_properties_data v2.1.2
23772026-08-21T21:31:04.112Z Checking icu_normalizer_data v2.1.1
23782026-08-21T21:31:04.125Z Checking byteorder v1.5.0
23792026-08-21T21:31:04.169Z Checking icu_provider v2.1.1
23802026-08-21T21:31:04.182Z Checking crypto-common v0.1.7
23812026-08-21T21:31:04.196Z Checking block-buffer v0.10.4
23822026-08-21T21:31:04.213Z Checking bytes v1.11.1
23832026-08-21T21:31:04.231Z Checking futures-sink v0.3.32
23842026-08-21T21:31:04.298Z Checking hashbrown v0.17.0
23852026-08-21T21:31:04.317Z Checking getrandom v0.3.4
23862026-08-21T21:31:04.329Z Checking digest v0.10.7
23872026-08-21T21:31:04.336Z Checking futures-channel v0.3.32
23882026-08-21T21:31:04.391Z Checking icu_properties v2.1.2
23892026-08-21T21:31:04.456Z Checking icu_normalizer v2.1.1
23902026-08-21T21:31:04.511Z Checking futures-task v0.3.32
23912026-08-21T21:31:04.524Z Checking futures-io v0.3.32
23922026-08-21T21:31:04.595Z Checking slab v0.4.12
23932026-08-21T21:31:04.630Z Checking utf8_iter v1.0.4
23942026-08-21T21:31:04.644Z Checking form_urlencoded v1.2.2
23952026-08-21T21:31:04.656Z Checking tokio v1.52.1
23962026-08-21T21:31:04.746Z Checking futures-util v0.3.32
23972026-08-21T21:31:04.759Z Checking indexmap v2.14.0
23982026-08-21T21:31:04.771Z Checking rustix v1.1.3
23992026-08-21T21:31:04.783Z Checking fnv v1.0.7
24002026-08-21T21:31:04.786Z Checking base64ct v1.8.3
24012026-08-21T21:31:04.871Z Checking flagset v0.4.7
24022026-08-21T21:31:04.989Z Checking iana-time-zone v0.1.65
24032026-08-21T21:31:05.016Z Checking pem-rfc7468 v0.7.0
24042026-08-21T21:31:05.093Z Checking chrono v0.4.45
24052026-08-21T21:31:05.171Z Checking der v0.7.10
24062026-08-21T21:31:05.201Z Checking idna_adapter v1.2.1
24072026-08-21T21:31:05.312Z Checking rand_core v0.9.5
24082026-08-21T21:31:05.324Z Checking idna v1.1.0
24092026-08-21T21:31:05.339Z Checking ppv-lite86 v0.2.21
24102026-08-21T21:31:05.487Z Checking uuid v1.23.4
24112026-08-21T21:31:05.560Z Checking url v2.5.8
24122026-08-21T21:31:05.594Z Checking base64 v0.22.1
24132026-08-21T21:31:05.624Z Checking regex-syntax v0.8.10
24142026-08-21T21:31:05.798Z Checking http v1.4.2
24152026-08-21T21:31:05.829Z Checking utf8parse v0.2.2
24162026-08-21T21:31:05.895Z Checking spki v0.7.3
24172026-08-21T21:31:05.927Z Checking rand_chacha v0.9.0
24182026-08-21T21:31:05.942Z Checking tracing-core v0.1.36
24192026-08-21T21:31:05.988Z Checking dyn-clone v1.0.20
24202026-08-21T21:31:06.055Z Checking cpufeatures v0.2.17
24212026-08-21T21:31:06.084Z Checking anstyle v1.0.14
24222026-08-21T21:31:06.120Z Checking rand v0.9.2
24232026-08-21T21:31:06.132Z Checking pkcs8 v0.10.2
24242026-08-21T21:31:06.246Z Checking tracing v0.1.44
24252026-08-21T21:31:06.261Z Checking semver v1.0.28
24262026-08-21T21:31:06.281Z Checking spin v0.9.8
24272026-08-21T21:31:06.359Z Checking http-body v1.0.1
24282026-08-21T21:31:06.458Z Checking rustls-pki-types v1.14.0
24292026-08-21T21:31:06.473Z Checking anstyle-query v1.1.5
24302026-08-21T21:31:06.485Z Checking colorchoice v1.0.4
24312026-08-21T21:31:06.496Z Checking is_terminal_polyfill v1.70.2
24322026-08-21T21:31:06.561Z Checking openssl-probe v0.2.1
24332026-08-21T21:31:06.578Z Checking tinyvec_macros v0.1.1
24342026-08-21T21:31:06.581Z Checking cmov v0.5.4
24352026-08-21T21:31:06.603Z Checking schemars v0.8.22
24362026-08-21T21:31:06.640Z Checking tinyvec v1.10.0
24372026-08-21T21:31:06.665Z Checking sha2 v0.10.9
24382026-08-21T21:31:06.678Z Checking aws-lc-sys v0.40.0
24392026-08-21T21:31:06.743Z Checking thiserror v2.0.18
24402026-08-21T21:31:06.777Z Checking ctutils v0.4.2
24412026-08-21T21:31:06.842Z Checking tower-layer v0.3.3
24422026-08-21T21:31:06.936Z Checking fastrand v2.3.0
24432026-08-21T21:31:06.936Z Checking try-lock v0.2.5
24442026-08-21T21:31:06.959Z Checking tower-service v0.3.3
24452026-08-21T21:31:06.983Z Checking untrusted v0.7.1
24462026-08-21T21:31:06.995Z Checking atomic-waker v1.1.2
24472026-08-21T21:31:07.030Z Checking want v0.3.1
24482026-08-21T21:31:07.043Z Checking hybrid-array v0.4.13
24492026-08-21T21:31:07.087Z Checking anstyle-parse v1.0.0
24502026-08-21T21:31:07.101Z Checking ipnet v2.11.0
24512026-08-21T21:31:07.117Z Checking tempfile v3.25.0
24522026-08-21T21:31:07.146Z Checking httparse v1.10.1
24532026-08-21T21:31:07.165Z Checking aws-lc-rs v1.16.3
24542026-08-21T21:31:07.233Z Checking crc32fast v1.5.0
24552026-08-21T21:31:07.246Z Checking aho-corasick v1.1.4
24562026-08-21T21:31:07.305Z Checking foreign-types-shared v0.1.1
24572026-08-21T21:31:07.347Z Checking plain v0.2.3
24582026-08-21T21:31:07.359Z Checking httpdate v1.0.3
24592026-08-21T21:31:07.371Z Checking simd-adler32 v0.3.8
24602026-08-21T21:31:07.384Z Checking untrusted v0.9.0
24612026-08-21T21:31:07.443Z Checking tap v1.0.1
24622026-08-21T21:31:07.518Z Checking foreign-types v0.3.2
24632026-08-21T21:31:07.524Z Checking anstream v1.0.0
24642026-08-21T21:31:07.532Z Checking unicode-normalization v0.1.25
24652026-08-21T21:31:07.545Z Checking wyz v0.5.1
24662026-08-21T21:31:07.556Z Checking rand_chacha v0.3.1
24672026-08-21T21:31:07.691Z Checking terminal_size v0.4.3
24682026-08-21T21:31:07.711Z Checking radium v0.7.0
24692026-08-21T21:31:07.756Z Checking signature v2.2.0
24702026-08-21T21:31:07.780Z Checking hex v0.4.3
24712026-08-21T21:31:07.799Z Checking num-integer v0.1.46
24722026-08-21T21:31:07.880Z Checking openssl-sys v0.9.117
24732026-08-21T21:31:07.880Z Checking wait-timeout v0.2.1
24742026-08-21T21:31:07.915Z Checking regex-automata v0.4.14
24752026-08-21T21:31:07.930Z Checking clap_lex v1.0.0
24762026-08-21T21:31:07.945Z Checking tokio-util v0.7.18
24772026-08-21T21:31:07.992Z Checking rustls-webpki v0.103.13
24782026-08-21T21:31:08.004Z Checking ucd-trie v0.1.7
24792026-08-21T21:31:08.007Z Checking funty v2.0.0
24802026-08-21T21:31:08.026Z Checking quick-error v1.2.3
24812026-08-21T21:31:08.073Z Checking bit-vec v0.8.0
24822026-08-21T21:31:08.120Z Checking adler2 v2.0.1
24832026-08-21T21:31:08.133Z Checking strsim v0.11.1
24842026-08-21T21:31:08.224Z Checking unicode-ident v1.0.24
24852026-08-21T21:31:08.244Z Checking openssl v0.10.80
24862026-08-21T21:31:08.262Z Checking bit-set v0.8.0
24872026-08-21T21:31:08.284Z Checking clap_builder v4.6.0
24882026-08-21T21:31:08.322Z Checking bitvec v1.0.1
24892026-08-21T21:31:08.334Z Checking proc-macro2 v1.0.106
24902026-08-21T21:31:08.400Z Checking rustls v0.23.41
24912026-08-21T21:31:08.413Z Checking miniz_oxide v0.8.9
24922026-08-21T21:31:08.550Z Checking h2 v0.4.15
24932026-08-21T21:31:08.638Z Checking pest v2.8.6
24942026-08-21T21:31:08.765Z Checking rusty-fork v0.3.1
24952026-08-21T21:31:08.935Z Checking num-iter v0.1.45
24962026-08-21T21:31:09.045Z Checking rand v0.8.6
24972026-08-21T21:31:09.512Z Checking lazy_static v1.5.0
24982026-08-21T21:31:09.569Z Checking anstyle-parse v0.2.7
24992026-08-21T21:31:09.601Z Checking rand_xorshift v0.4.0
25002026-08-21T21:31:09.622Z Checking thiserror v1.0.69
25012026-08-21T21:31:09.685Z Checking maybe-uninit v2.0.0
25022026-08-21T21:31:09.715Z Checking hmac v0.12.1
25032026-08-21T21:31:09.715Z Checking toml_datetime v0.6.11
25042026-08-21T21:31:09.718Z Checking serde_spanned v0.6.9
25052026-08-21T21:31:09.748Z Checking sync_wrapper v1.0.2
25062026-08-21T21:31:09.762Z Checking powerfmt v0.2.0
25072026-08-21T21:31:09.834Z Checking nodrop v0.1.14
25082026-08-21T21:31:09.847Z Checking siphasher v1.0.2
25092026-08-21T21:31:09.850Z Checking pretty-hex v0.4.1
25102026-08-21T21:31:09.905Z Checking unarray v0.1.4
25112026-08-21T21:31:09.918Z Checking crc-catalog v2.4.0
25122026-08-21T21:31:09.922Z Checking zlib-rs v0.6.2
25132026-08-21T21:31:09.956Z Checking array-init v0.0.4
25142026-08-21T21:31:10.001Z Checking proptest v1.11.0
25152026-08-21T21:31:10.004Z Checking crc v3.4.0
25162026-08-21T21:31:10.004Z Checking deranged v0.5.8
25172026-08-21T21:31:10.170Z Checking tower v0.5.3
25182026-08-21T21:31:10.245Z Checking native-tls v0.2.18
25192026-08-21T21:31:10.258Z Checking smallvec v0.6.14
25202026-08-21T21:31:10.420Z Checking anstream v0.6.21
25212026-08-21T21:31:10.436Z Checking packed_struct v0.10.1
25222026-08-21T21:31:10.557Z Checking num-bigint-dig v0.8.6
25232026-08-21T21:31:10.619Z Checking clap v4.6.1
25242026-08-21T21:31:10.636Z Checking quote v1.0.45
25252026-08-21T21:31:10.695Z Checking ipnetwork v0.21.1
25262026-08-21T21:31:10.802Z Checking flate2 v1.1.9
25272026-08-21T21:31:10.817Z Checking http-body-util v0.1.3
25282026-08-21T21:31:10.909Z Checking pkcs1 v0.7.5
25292026-08-21T21:31:10.939Z Checking crossbeam-utils v0.8.21
25302026-08-21T21:31:11.026Z Checking bitfield v0.19.4
25312026-08-21T21:31:11.094Z Checking zerocopy v0.6.6
25322026-08-21T21:31:11.109Z Checking ahash v0.8.12
25332026-08-21T21:31:11.270Z Checking bzip2-sys v0.1.13+1.0.8
25342026-08-21T21:31:11.285Z Checking scroll v0.13.0
25352026-08-21T21:31:11.300Z Checking env_filter v1.0.0
25362026-08-21T21:31:11.351Z Checking iri-string v0.7.10
25372026-08-21T21:31:11.364Z Checking time-core v0.1.8
25382026-08-21T21:31:11.374Z Checking hyper v1.10.1
25392026-08-21T21:31:11.394Z Checking ryu v1.0.23
25402026-08-21T21:31:11.452Z Checking winnow v0.5.40
25412026-08-21T21:31:11.493Z Checking unicode-properties v0.1.4
25422026-08-21T21:31:11.493Z Checking num_threads v0.1.7
25432026-08-21T21:31:11.524Z Checking unicode-bidi v0.3.18
25442026-08-21T21:31:11.536Z Checking hashbrown v0.12.3
25452026-08-21T21:31:11.587Z Checking base64 v0.21.7
25462026-08-21T21:31:11.680Z Checking num-conv v0.2.0
25472026-08-21T21:31:11.798Z Checking allocator-api2 v0.2.21
25482026-08-21T21:31:11.815Z Checking stringprep v0.1.5
25492026-08-21T21:31:11.818Z Checking ron v0.8.1
25502026-08-21T21:31:11.838Z Checking newtype-uuid v1.3.2
25512026-08-21T21:31:11.956Z Checking indexmap v1.9.3
25522026-08-21T21:31:11.966Z Checking time v0.3.47
25532026-08-21T21:31:12.030Z Checking goblin v0.10.5
25542026-08-21T21:31:12.077Z Checking serde_urlencoded v0.7.1
25552026-08-21T21:31:12.261Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25562026-08-21T21:31:12.276Z Checking env_logger v0.11.9
25572026-08-21T21:31:12.319Z Checking hyper-util v0.1.20
25582026-08-21T21:31:12.341Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25592026-08-21T21:31:12.372Z Checking tower-http v0.6.8
25602026-08-21T21:31:12.456Z Checking rsa v0.9.10
25612026-08-21T21:31:12.492Z Checking bzip2 v0.4.4
25622026-08-21T21:31:12.602Z Checking toml_edit v0.19.15
25632026-08-21T21:31:12.642Z Checking hashbrown v0.13.2
25642026-08-21T21:31:12.654Z Checking crossbeam-epoch v0.9.18
25652026-08-21T21:31:12.869Z Checking oxnet v0.1.6
25662026-08-21T21:31:12.929Z Checking syn v2.0.117
25672026-08-21T21:31:13.057Z Checking serde-hex v0.1.0
25682026-08-21T21:31:13.087Z Checking tokio-native-tls v0.3.1
25692026-08-21T21:31:13.131Z Checking bstr v1.12.1
25702026-08-21T21:31:13.244Z Checking crypto-common v0.2.2
25712026-08-21T21:31:13.516Z Checking block-buffer v0.12.1
25722026-08-21T21:31:13.551Z Checking block-padding v0.4.2
25732026-08-21T21:31:13.662Z Checking rustls-native-certs v0.8.3
25742026-08-21T21:31:13.676Z Checking x509-cert v0.2.5
25752026-08-21T21:31:13.687Z Checking scroll v0.12.0
25762026-08-21T21:31:13.789Z Checking zstd-sys v2.0.16+zstd.1.5.7
25772026-08-21T21:31:13.845Z Checking md-5 v0.10.6
25782026-08-21T21:31:13.896Z Checking hash32 v0.2.1
25792026-08-21T21:31:13.909Z Checking encoding_rs v0.8.35
25802026-08-21T21:31:13.980Z Checking psl-types v2.0.11
25812026-08-21T21:31:14.049Z Checking either v1.15.0
25822026-08-21T21:31:14.090Z Checking mime v0.3.17
25832026-08-21T21:31:14.230Z Checking crc-any v2.5.0
25842026-08-21T21:31:14.263Z Checking fallible-iterator v0.2.0
25852026-08-21T21:31:14.316Z Checking dof v0.4.0
25862026-08-21T21:31:14.330Z Checking publicsuffix v2.3.0
25872026-08-21T21:31:14.402Z Checking heapless v0.7.17
25882026-08-21T21:31:14.485Z Checking goblin v0.8.2
25892026-08-21T21:31:14.536Z Checking postgres-protocol v0.6.10
25902026-08-21T21:31:14.552Z Checking zstd-safe v7.2.4
25912026-08-21T21:31:14.714Z Checking inout v0.2.2
25922026-08-21T21:31:14.818Z Checking toml v0.7.8
25932026-08-21T21:31:14.839Z Checking hyper-tls v0.6.0
25942026-08-21T21:31:14.852Z Checking daft v0.1.7
25952026-08-21T21:31:14.863Z Checking cookie v0.18.1
25962026-08-21T21:31:14.945Z Checking object v0.30.4
25972026-08-21T21:31:15.005Z Checking zip v0.6.6
25982026-08-21T21:31:15.090Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25992026-08-21T21:31:15.104Z Checking tokio-rustls v0.26.4
26002026-08-21T21:31:15.127Z Checking phf_shared v0.13.1
26012026-08-21T21:31:15.191Z Checking dtrace-parser v0.3.0
26022026-08-21T21:31:15.244Z Checking pin-project v1.1.11
26032026-08-21T21:31:15.285Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26042026-08-21T21:31:15.317Z Checking zerocopy v0.7.35
26052026-08-21T21:31:15.330Z Checking futures-executor v0.3.32
26062026-08-21T21:31:15.330Z Checking signal-hook v0.3.18
26072026-08-21T21:31:15.353Z Checking ff v0.13.1
26082026-08-21T21:31:15.422Z Checking thread-id v5.1.0
26092026-08-21T21:31:15.473Z Compiling rayon-core v1.13.0
26102026-08-21T21:31:15.485Z Checking foldhash v0.1.5
26112026-08-21T21:31:15.496Z Checking managed v0.8.0
26122026-08-21T21:31:15.511Z Checking bumpalo v3.20.2
26132026-08-21T21:31:15.610Z Checking libbz2-rs-sys v0.2.2
26142026-08-21T21:31:15.640Z Checking same-file v1.0.6
26152026-08-21T21:31:15.672Z Checking path-slash v0.1.5
26162026-08-21T21:31:15.705Z Checking jiff-core v0.1.0
26172026-08-21T21:31:15.756Z Checking bitflags v1.3.2
26182026-08-21T21:31:15.769Z Checking base16ct v0.2.0
26192026-08-21T21:31:15.799Z Checking foldhash v0.2.0
26202026-08-21T21:31:15.823Z Checking smoltcp v0.9.1
26212026-08-21T21:31:15.886Z Checking sec1 v0.7.3
26222026-08-21T21:31:15.949Z Checking hashbrown v0.16.1
26232026-08-21T21:31:15.996Z Checking bzip2 v0.6.1
26242026-08-21T21:31:16.083Z Checking walkdir v2.5.0
26252026-08-21T21:31:16.157Z Checking zopfli v0.8.3
26262026-08-21T21:31:16.243Z Checking hashbrown v0.15.5
26272026-08-21T21:31:16.273Z Checking signal-hook-mio v0.2.5
26282026-08-21T21:31:16.377Z Checking usdt-impl v0.6.0
26292026-08-21T21:31:16.389Z Checking jiff v0.2.34
26302026-08-21T21:31:16.400Z Checking dof v0.3.0
26312026-08-21T21:31:16.416Z Checking futures v0.3.32
26322026-08-21T21:31:16.459Z Checking group v0.13.0
26332026-08-21T21:31:16.486Z Checking snafu v0.8.9
26342026-08-21T21:31:16.495Z Checking hyper-rustls v0.27.7
26352026-08-21T21:31:16.603Z Checking phf v0.13.1
26362026-08-21T21:31:16.658Z Checking cookie_store v0.22.1
26372026-08-21T21:31:16.746Z Checking reqwest v0.12.28
26382026-08-21T21:31:16.753Z Checking cipher v0.5.2
26392026-08-21T21:31:16.753Z Checking postgres-types v0.2.12
26402026-08-21T21:31:16.753Z Checking zstd v0.13.3
26412026-08-21T21:31:16.753Z Checking rustls-platform-verifier v0.6.2
26422026-08-21T21:31:16.880Z Checking globset v0.4.18
26432026-08-21T21:31:16.917Z Checking crossbeam-deque v0.8.6
26442026-08-21T21:31:16.935Z Checking phf_shared v0.11.3
26452026-08-21T21:31:16.992Z Checking hkdf v0.12.4
26462026-08-21T21:31:17.033Z Checking regex v1.12.3
26472026-08-21T21:31:17.068Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26482026-08-21T21:31:17.081Z Checking dtrace-parser v0.2.0
26492026-08-21T21:31:17.092Z Checking byte-wrapper v0.1.0
26502026-08-21T21:31:17.120Z Checking curve25519-dalek v4.1.3
26512026-08-21T21:31:17.132Z Checking ref-cast v1.0.25
26522026-08-21T21:31:17.224Z Checking strum v0.27.2
26532026-08-21T21:31:17.285Z Checking olpc-cjson v0.1.4
26542026-08-21T21:31:17.305Z Checking hubpack v0.1.2
26552026-08-21T21:31:17.308Z Checking ed25519 v2.2.3
26562026-08-21T21:31:17.331Z Checking memoffset v0.9.1
26572026-08-21T21:31:17.396Z Checking rustix v0.38.44
26582026-08-21T21:31:17.408Z Checking pem v3.0.6
26592026-08-21T21:31:17.419Z Checking serde-big-array v0.5.1
26602026-08-21T21:31:17.436Z Checking erased-serde v0.3.31
26612026-08-21T21:31:17.465Z Checking serde_plain v1.0.2
26622026-08-21T21:31:17.495Z Checking float-cmp v0.10.0
26632026-08-21T21:31:17.541Z Checking crypto-bigint v0.5.5
26642026-08-21T21:31:17.557Z Checking thread-id v4.2.2
26652026-08-21T21:31:17.601Z Checking memmap2 v0.9.10
26662026-08-21T21:31:17.620Z Checking new_debug_unreachable v1.0.6
26672026-08-21T21:31:17.630Z Checking normalize-line-endings v0.3.0
26682026-08-21T21:31:17.682Z Checking winnow v0.7.14
26692026-08-21T21:31:17.713Z Checking data-encoding v2.10.0
26702026-08-21T21:31:17.756Z Checking difflib v0.4.0
26712026-08-21T21:31:17.814Z Checking unicode-segmentation v1.12.0
26722026-08-21T21:31:17.887Z Checking typed-path v0.9.3
26732026-08-21T21:31:17.929Z Checking const-oid v0.10.2
26742026-08-21T21:31:17.976Z Checking toml_write v0.1.2
26752026-08-21T21:31:18.083Z Checking predicates-core v1.0.10
26762026-08-21T21:31:18.121Z Checking keccak v0.1.6
26772026-08-21T21:31:18.136Z Checking static_assertions v1.1.0
26782026-08-21T21:31:18.187Z Checking precomputed-hash v0.1.1
26792026-08-21T21:31:18.200Z Checking cpufeatures v0.3.0
26802026-08-21T21:31:18.203Z Checking fixedbitset v0.5.7
26812026-08-21T21:31:18.265Z Checking whoami v2.1.0
26822026-08-21T21:31:18.269Z Checking fixedbitset v0.4.2
26832026-08-21T21:31:18.289Z Checking winnow v1.0.3
26842026-08-21T21:31:18.301Z Checking zip v4.6.1
26852026-08-21T21:31:18.399Z Checking petgraph v0.8.3
26862026-08-21T21:31:18.419Z Checking petgraph v0.6.5
26872026-08-21T21:31:18.439Z Checking elliptic-curve v0.13.8
26882026-08-21T21:31:18.453Z Checking tokio-postgres v0.7.16
26892026-08-21T21:31:18.568Z Checking toml_parser v1.1.2+spec-1.1.0
26902026-08-21T21:31:18.652Z Checking tough v0.22.0
26912026-08-21T21:31:18.743Z Checking sha3 v0.10.8
26922026-08-21T21:31:18.862Z Checking chacha20 v0.10.0
26932026-08-21T21:31:18.875Z Checking toml_edit v0.22.27
26942026-08-21T21:31:18.887Z Checking string_cache v0.8.9
26952026-08-21T21:31:18.945Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26962026-08-21T21:31:19.047Z Checking predicates v3.1.4
26972026-08-21T21:31:19.111Z Checking crossterm v0.28.1
26982026-08-21T21:31:19.346Z Checking similar v2.7.0
26992026-08-21T21:31:19.658Z Checking digest v0.11.3
27002026-08-21T21:31:19.720Z Checking hickory-proto v0.25.2
27012026-08-21T21:31:19.723Z Checking ed25519-dalek v2.2.0
27022026-08-21T21:31:19.818Z Checking slog v2.8.2
27032026-08-21T21:31:19.831Z Checking usdt v0.6.0
27042026-08-21T21:31:19.944Z Checking usdt-impl v0.5.0
27052026-08-21T21:31:19.957Z Checking nix v0.31.2
27062026-08-21T21:31:19.970Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27072026-08-21T21:31:19.990Z Checking iddqd v0.4.2
27082026-08-21T21:31:20.219Z Checking reqwest v0.13.2
27092026-08-21T21:31:20.400Z Checking itertools v0.15.0
27102026-08-21T21:31:20.545Z Checking itertools v0.13.0
27112026-08-21T21:31:20.674Z Checking strum v0.26.3
27122026-08-21T21:31:20.785Z Checking serde_with v3.21.0
27132026-08-21T21:31:20.961Z Checking fs-err v3.3.0
27142026-08-21T21:31:21.058Z Checking object v0.37.3
27152026-08-21T21:31:21.145Z Checking tokio-stream v0.1.18
27162026-08-21T21:31:21.210Z Checking buf-list v1.1.2
27172026-08-21T21:31:21.222Z Checking camino v1.2.2
27182026-08-21T21:31:21.391Z Checking anyhow v1.0.102
27192026-08-21T21:31:21.483Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27202026-08-21T21:31:21.499Z Checking openapiv3 v2.2.0
27212026-08-21T21:31:21.542Z Checking lalrpop-util v0.19.12
27222026-08-21T21:31:21.576Z Checking peg-runtime v0.8.5
27232026-08-21T21:31:21.591Z Checking rayon v1.11.0
27242026-08-21T21:31:21.701Z Checking sigpipe v0.1.3
27252026-08-21T21:31:21.717Z Checking glob v0.3.3
27262026-08-21T21:31:23.234Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27272026-08-21T21:31:23.311Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27282026-08-21T21:31:23.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.94s
27292026-08-21T21:31:23.741Z
27302026-08-21T21:31:23.742Zinfo: running `cargo check --bins` on internal-dns-types (79/303)
27312026-08-21T21:31:24.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322026-08-21T21:31:24.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332026-08-21T21:31:24.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342026-08-21T21:31:24.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27352026-08-21T21:31:24.304Z
27362026-08-21T21:31:24.304Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/303)
27372026-08-21T21:31:24.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382026-08-21T21:31:24.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392026-08-21T21:31:24.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402026-08-21T21:31:24.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27412026-08-21T21:31:24.867Z
27422026-08-21T21:31:24.867Zinfo: running `cargo check --bins` on nexus-types-versions (81/303)
27432026-08-21T21:31:25.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442026-08-21T21:31:25.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452026-08-21T21:31:25.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462026-08-21T21:31:25.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27472026-08-21T21:31:25.447Z
27482026-08-21T21:31:25.447Zinfo: running `cargo check --bins` on oxql-types (82/303)
27492026-08-21T21:31:25.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502026-08-21T21:31:25.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512026-08-21T21:31:25.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27522026-08-21T21:31:25.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27532026-08-21T21:31:26.010Z
27542026-08-21T21:31:26.010Zinfo: running `cargo check --bins` on oximeter-types (83/303)
27552026-08-21T21:31:26.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-08-21T21:31:26.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-08-21T21:31:26.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582026-08-21T21:31:26.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27592026-08-21T21:31:26.582Z
27602026-08-21T21:31:26.582Zinfo: running `cargo check --bins` on oximeter-types-versions (84/303)
27612026-08-21T21:31:27.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-08-21T21:31:27.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-08-21T21:31:27.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-08-21T21:31:27.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27652026-08-21T21:31:27.143Z
27662026-08-21T21:31:27.143Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/303)
27672026-08-21T21:31:27.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-08-21T21:31:27.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-08-21T21:31:27.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-08-21T21:31:27.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27712026-08-21T21:31:27.688Z
27722026-08-21T21:31:27.688Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/303)
27732026-08-21T21:31:28.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-08-21T21:31:28.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-08-21T21:31:28.358Z Compiling multer v3.1.0
27762026-08-21T21:31:28.471Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27772026-08-21T21:31:28.474Z Compiling async-stream-impl v0.3.6
27782026-08-21T21:31:28.488Z Compiling dropshot v0.17.1
27792026-08-21T21:31:28.500Z Compiling parse-display-derive v0.10.0
27802026-08-21T21:31:28.513Z Compiling dropshot_endpoint v0.17.1
27812026-08-21T21:31:28.516Z Compiling newtype-uuid-macros v0.1.0
27822026-08-21T21:31:28.542Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27832026-08-21T21:31:28.681Z Checking thread_local v1.1.9
27842026-08-21T21:31:28.704Z Checking match_cfg v0.1.0
27852026-08-21T21:31:28.770Z Checking compression-core v0.4.31
27862026-08-21T21:31:28.846Z Checking hostname v0.3.1
27872026-08-21T21:31:28.866Z Checking crossbeam-channel v0.5.15
27882026-08-21T21:31:28.908Z Checking compression-codecs v0.4.37
27892026-08-21T21:31:28.930Z Checking atomicwrites v0.4.4
27902026-08-21T21:31:28.970Z Checking slog-json v2.6.1
27912026-08-21T21:31:29.045Z Checking is-terminal v0.4.17
27922026-08-21T21:31:29.057Z Checking serde_spanned v1.1.1
27932026-08-21T21:31:29.070Z Checking toml_datetime v1.1.1+spec-1.1.0
27942026-08-21T21:31:29.123Z Checking take_mut v0.2.2
27952026-08-21T21:31:29.134Z Checking term v1.2.1
27962026-08-21T21:31:29.184Z Checking toml_writer v1.1.1+spec-1.1.0
27972026-08-21T21:31:29.222Z Checking debug-ignore v1.0.5
27982026-08-21T21:31:29.222Z Checking slog-async v2.8.0
27992026-08-21T21:31:29.265Z Checking slog-bunyan v2.5.0
28002026-08-21T21:31:29.278Z Checking async-compression v0.4.41
28012026-08-21T21:31:29.317Z Checking async-stream v0.3.6
28022026-08-21T21:31:29.352Z Checking slog-term v2.9.2
28032026-08-21T21:31:29.365Z Checking toml v1.1.2+spec-1.1.0
28042026-08-21T21:31:29.376Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28052026-08-21T21:31:29.406Z Checking progenitor-client v0.14.0
28062026-08-21T21:31:29.492Z Checking sha1 v0.11.0
28072026-08-21T21:31:29.515Z Checking waitgroup v0.1.2
28082026-08-21T21:31:29.606Z Checking rustls-pemfile v2.2.0
28092026-08-21T21:31:29.618Z Checking backon v1.6.0
28102026-08-21T21:31:29.630Z Checking serde_path_to_error v0.1.20
28112026-08-21T21:31:29.643Z Checking hostname v0.4.2
28122026-08-21T21:31:29.690Z Checking instant v0.1.13
28132026-08-21T21:31:29.770Z Checking backoff v0.4.0
28142026-08-21T21:31:29.774Z Checking progenitor-extras v0.2.0
28152026-08-21T21:31:29.907Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28162026-08-21T21:31:29.934Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28172026-08-21T21:31:29.938Z Checking regress v0.10.5
28182026-08-21T21:31:29.961Z Checking itertools v0.14.0
28192026-08-21T21:31:30.107Z Checking macaddr v1.0.1
28202026-08-21T21:31:30.172Z Checking parse-display v0.10.0
28212026-08-21T21:31:30.276Z Checking humantime v2.3.0
28222026-08-21T21:31:31.079Z Compiling prettyplease v0.2.37
28232026-08-21T21:31:31.352Z Checking num-rational v0.4.2
28242026-08-21T21:31:31.629Z Checking num-complex v0.4.6
28252026-08-21T21:31:32.144Z Compiling num v0.4.3
28262026-08-21T21:31:32.193Z Compiling usdt-macro v0.5.0
28272026-08-21T21:31:32.223Z Compiling usdt-attr-macro v0.5.0
28282026-08-21T21:31:32.241Z Checking memmap v0.7.0
28292026-08-21T21:31:32.264Z Compiling float-ord v0.3.2
28302026-08-21T21:31:32.317Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28312026-08-21T21:31:32.380Z Checking unicode-width v0.2.0
28322026-08-21T21:31:32.468Z Compiling convert_case v0.4.0
28332026-08-21T21:31:32.623Z Checking console v0.15.11
28342026-08-21T21:31:32.830Z Compiling derive_more v0.99.20
28352026-08-21T21:31:32.913Z Checking newline-converter v0.3.0
28362026-08-21T21:31:32.936Z Compiling toml v0.8.23
28372026-08-21T21:31:33.001Z Checking usdt v0.5.0
28382026-08-21T21:31:33.020Z Checking linked-hash-map v0.5.6
28392026-08-21T21:31:33.170Z Compiling minimal-lexical v0.2.1
28402026-08-21T21:31:33.188Z Checking lru-cache v0.1.2
28412026-08-21T21:31:33.306Z Checking expectorate v1.2.0
28422026-08-21T21:31:33.421Z Compiling nom v7.1.3
28432026-08-21T21:31:33.821Z Checking camino-tempfile v1.4.1
28442026-08-21T21:31:33.879Z Checking hickory-proto v0.24.4
28452026-08-21T21:31:33.939Z Checking phf_shared v0.12.1
28462026-08-21T21:31:33.981Z Compiling slog-dtrace v0.3.0
28472026-08-21T21:31:34.080Z Checking resolv-conf v0.7.6
28482026-08-21T21:31:34.168Z Checking heck v0.5.0
28492026-08-21T21:31:34.295Z Compiling unicode-xid v0.2.6
28502026-08-21T21:31:34.420Z Compiling chrono-tz v0.10.4
28512026-08-21T21:31:34.452Z Compiling const_format_proc_macros v0.2.34
28522026-08-21T21:31:34.661Z Checking phf v0.12.1
28532026-08-21T21:31:34.763Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-08-21T21:31:34.801Z Checking tokio-dtrace v0.1.1
28552026-08-21T21:31:34.991Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28562026-08-21T21:31:35.234Z Compiling derive-where v1.6.0
28572026-08-21T21:31:35.271Z Checking highway v1.3.0
28582026-08-21T21:31:35.341Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28592026-08-21T21:31:35.415Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28602026-08-21T21:31:35.518Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28612026-08-21T21:31:35.724Z Checking hickory-resolver v0.24.4
28622026-08-21T21:31:36.008Z Checking const_format v0.2.35
28632026-08-21T21:31:36.265Z Checking oxide-tokio-rt v0.1.4
28642026-08-21T21:31:36.562Z Checking qorb v0.4.1
28652026-08-21T21:31:36.755Z Checking gethostname v0.5.0
28662026-08-21T21:31:36.844Z Checking bcs v0.1.6
28672026-08-21T21:31:36.847Z Checking termtree v0.5.1
28682026-08-21T21:31:36.902Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28692026-08-21T21:31:36.986Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28702026-08-21T21:31:37.173Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28712026-08-21T21:31:37.176Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28722026-08-21T21:31:40.261Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28732026-08-21T21:31:43.371Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28742026-08-21T21:31:45.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.91s
28752026-08-21T21:31:45.773Z
28762026-08-21T21:31:45.773Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/303)
28772026-08-21T21:31:46.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-08-21T21:31:46.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-08-21T21:31:46.445Z Compiling ar_archive_writer v0.5.1
28802026-08-21T21:31:46.556Z Compiling stacker v0.1.23
28812026-08-21T21:31:46.560Z Compiling cfg_aliases v0.1.1
28822026-08-21T21:31:46.573Z Compiling convert_case v0.10.0
28832026-08-21T21:31:46.574Z Checking unicode-width v0.1.14
28842026-08-21T21:31:46.591Z Compiling proc-macro-error v1.0.4
28852026-08-21T21:31:46.602Z Checking fd-lock v4.0.4
28862026-08-21T21:31:46.602Z Checking nibble_vec v0.1.0
28872026-08-21T21:31:46.624Z Compiling nix v0.28.0
28882026-08-21T21:31:46.713Z Checking vte v0.14.1
28892026-08-21T21:31:46.730Z Compiling recursive-proc-macro-impl v0.1.1
28902026-08-21T21:31:46.810Z Checking bytecount v0.6.9
28912026-08-21T21:31:46.822Z Checking endian-type v0.1.2
28922026-08-21T21:31:46.858Z Checking strip-ansi-escapes v0.2.1
28932026-08-21T21:31:46.871Z Compiling derive_more-impl v2.1.1
28942026-08-21T21:31:46.882Z Compiling tabled_derive v0.7.0
28952026-08-21T21:31:46.906Z Checking papergrid v0.11.0
28962026-08-21T21:31:46.942Z Checking radix_trie v0.2.1
28972026-08-21T21:31:46.955Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28982026-08-21T21:31:47.130Z Compiling peg-macros v0.8.5
28992026-08-21T21:31:47.238Z Compiling sqlparser_derive v0.5.0
29002026-08-21T21:31:47.371Z Compiling psm v0.1.30
29012026-08-21T21:31:47.461Z Checking winnow v0.6.26
29022026-08-21T21:31:47.535Z Checking home v0.5.12
29032026-08-21T21:31:47.640Z Checking nu-ansi-term v0.50.3
29042026-08-21T21:31:47.672Z Checking derive_more v2.1.1
29052026-08-21T21:31:47.747Z Checking unicode_categories v0.1.1
29062026-08-21T21:31:47.840Z Checking tabled v0.15.0
29072026-08-21T21:31:47.853Z Checking reedline v0.40.0
29082026-08-21T21:31:47.896Z Checking crossterm v0.29.0
29092026-08-21T21:31:47.937Z Checking display-error-chain v0.2.2
29102026-08-21T21:31:47.960Z Checking rustyline v14.0.0
29112026-08-21T21:31:48.138Z Checking recursive v0.1.1
29122026-08-21T21:31:48.228Z Checking sqlparser v0.61.0
29132026-08-21T21:31:48.395Z Checking peg v0.8.5
29142026-08-21T21:31:48.594Z Checking sqlformat v0.3.5
29152026-08-21T21:31:59.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
29162026-08-21T21:31:59.742Z
29172026-08-21T21:31:59.742Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/303)
29182026-08-21T21:32:00.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-08-21T21:32:00.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-08-21T21:32:00.404Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29212026-08-21T21:32:03.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
29222026-08-21T21:32:04.149Z
29232026-08-21T21:32:04.149Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/303)
29242026-08-21T21:32:04.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-08-21T21:32:04.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-08-21T21:32:04.812Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29272026-08-21T21:32:07.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
29282026-08-21T21:32:07.573Z
29292026-08-21T21:32:07.573Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/303)
29302026-08-21T21:32:08.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-08-21T21:32:08.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-08-21T21:32:08.230Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29332026-08-21T21:32:11.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
29342026-08-21T21:32:11.767Z
29352026-08-21T21:32:11.767Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/303)
29362026-08-21T21:32:12.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-08-21T21:32:12.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-08-21T21:32:12.429Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-08-21T21:32:15.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
29402026-08-21T21:32:16.032Z
29412026-08-21T21:32:16.032Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/303)
29422026-08-21T21:32:16.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-08-21T21:32:16.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-08-21T21:32:16.698Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29452026-08-21T21:32:19.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
29462026-08-21T21:32:19.582Z
29472026-08-21T21:32:19.582Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/303)
29482026-08-21T21:32:20.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-08-21T21:32:20.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-08-21T21:32:20.242Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29512026-08-21T21:32:22.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
29522026-08-21T21:32:23.153Z
29532026-08-21T21:32:23.153Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/303)
29542026-08-21T21:32:23.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-08-21T21:32:23.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-08-21T21:32:23.817Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29572026-08-21T21:32:27.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
29582026-08-21T21:32:27.535Z
29592026-08-21T21:32:27.535Zinfo: running `cargo check --bins` on oximeter (95/303)
29602026-08-21T21:32:28.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-08-21T21:32:28.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-08-21T21:32:28.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632026-08-21T21:32:28.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29642026-08-21T21:32:28.102Z
29652026-08-21T21:32:28.104Zinfo: running `cargo check --bins` on oximeter-schema (96/303)
29662026-08-21T21:32:28.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-08-21T21:32:28.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-08-21T21:32:28.718Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29692026-08-21T21:32:29.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
29702026-08-21T21:32:29.262Z
29712026-08-21T21:32:29.262Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/303)
29722026-08-21T21:32:29.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-08-21T21:32:29.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-08-21T21:32:29.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752026-08-21T21:32:29.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29762026-08-21T21:32:29.828Z
29772026-08-21T21:32:29.828Zinfo: running `cargo check --bins` on oximeter-test-utils (98/303)
29782026-08-21T21:32:30.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792026-08-21T21:32:30.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802026-08-21T21:32:30.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812026-08-21T21:32:30.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29822026-08-21T21:32:30.430Z
29832026-08-21T21:32:30.430Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/303)
29842026-08-21T21:32:30.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852026-08-21T21:32:30.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862026-08-21T21:32:30.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872026-08-21T21:32:30.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29882026-08-21T21:32:31.002Z
29892026-08-21T21:32:31.002Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/303)
29902026-08-21T21:32:31.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912026-08-21T21:32:31.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922026-08-21T21:32:31.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932026-08-21T21:32:31.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29942026-08-21T21:32:31.576Z
29952026-08-21T21:32:31.576Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/303)
29962026-08-21T21:32:32.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-08-21T21:32:32.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-08-21T21:32:32.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992026-08-21T21:32:32.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30002026-08-21T21:32:32.151Z
30012026-08-21T21:32:32.151Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/303)
30022026-08-21T21:32:32.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-08-21T21:32:32.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-08-21T21:32:32.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052026-08-21T21:32:32.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30062026-08-21T21:32:32.727Z
30072026-08-21T21:32:32.727Zinfo: running `cargo check --bins` on trust-quorum-types (103/303)
30082026-08-21T21:32:33.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-08-21T21:32:33.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-08-21T21:32:33.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112026-08-21T21:32:33.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30122026-08-21T21:32:33.283Z
30132026-08-21T21:32:33.283Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/303)
30142026-08-21T21:32:33.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-08-21T21:32:33.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-08-21T21:32:33.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172026-08-21T21:32:33.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30182026-08-21T21:32:33.865Z
30192026-08-21T21:32:33.865Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (105/303)
30202026-08-21T21:32:34.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-08-21T21:32:34.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-08-21T21:32:34.574Z Compiling crucible-workspace-hack v0.1.0
30232026-08-21T21:32:34.690Z Checking secrecy v0.10.3
30242026-08-21T21:32:34.697Z Compiling heapless v0.8.0
30252026-08-21T21:32:34.700Z Compiling toml_datetime v0.7.5+spec-1.1.0
30262026-08-21T21:32:34.711Z Compiling ingot-macros v0.2.0
30272026-08-21T21:32:34.719Z Checking hash32 v0.3.1
30282026-08-21T21:32:34.722Z Checking inout v0.1.4
30292026-08-21T21:32:34.742Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30302026-08-21T21:32:34.789Z Compiling smoltcp v0.11.0
30312026-08-21T21:32:34.833Z Checking cobs v0.3.0
30322026-08-21T21:32:34.857Z Compiling toml_edit v0.23.10+spec-1.0.0
30332026-08-21T21:32:34.931Z Checking cipher v0.4.4
30342026-08-21T21:32:34.956Z Checking universal-hash v0.5.1
30352026-08-21T21:32:34.978Z Compiling thiserror-impl-no-std v2.0.2
30362026-08-21T21:32:34.981Z Checking half v2.7.1
30372026-08-21T21:32:35.070Z Checking ciborium-io v0.2.2
30382026-08-21T21:32:35.119Z Checking opaque-debug v0.3.1
30392026-08-21T21:32:35.142Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30402026-08-21T21:32:35.158Z Checking chacha20 v0.9.1
30412026-08-21T21:32:35.181Z Checking poly1305 v0.8.0
30422026-08-21T21:32:35.237Z Checking ciborium-ll v0.2.2
30432026-08-21T21:32:35.332Z Checking postcard v1.1.3
30442026-08-21T21:32:35.347Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30452026-08-21T21:32:35.411Z Compiling proc-macro-crate v3.4.0
30462026-08-21T21:32:35.441Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30472026-08-21T21:32:35.622Z Checking password-hash v0.5.0
30482026-08-21T21:32:35.702Z Compiling proc-macro-crate v1.3.1
30492026-08-21T21:32:35.751Z Checking blake2 v0.10.6
30502026-08-21T21:32:35.851Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30512026-08-21T21:32:35.888Z Checking aead v0.5.2
30522026-08-21T21:32:35.945Z Compiling num_enum_derive v0.7.6
30532026-08-21T21:32:35.986Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30542026-08-21T21:32:36.026Z Compiling foreign-types-macros v0.2.3
30552026-08-21T21:32:36.081Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30562026-08-21T21:32:36.120Z Checking foreign-types-shared v0.3.1
30572026-08-21T21:32:36.124Z Checking thiserror-no-std v2.0.2
30582026-08-21T21:32:36.189Z Compiling num_enum_derive v0.5.11
30592026-08-21T21:32:36.206Z Checking vsss-rs v3.3.4
30602026-08-21T21:32:36.218Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30612026-08-21T21:32:36.311Z Checking chacha20poly1305 v0.10.1
30622026-08-21T21:32:36.439Z Checking argon2 v0.5.3
30632026-08-21T21:32:36.639Z Checking foreign-types v0.5.0
30642026-08-21T21:32:36.704Z Checking ciborium v0.2.2
30652026-08-21T21:32:36.818Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30662026-08-21T21:32:36.896Z Checking tabwriter v1.4.1
30672026-08-21T21:32:37.001Z Checking num_enum v0.7.6
30682026-08-21T21:32:37.039Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30692026-08-21T21:32:37.097Z Checking cstr-argument v0.1.2
30702026-08-21T21:32:37.114Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30712026-08-21T21:32:37.135Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30722026-08-21T21:32:37.219Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30732026-08-21T21:32:37.223Z Checking num_enum v0.5.11
30742026-08-21T21:32:37.329Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30752026-08-21T21:32:37.343Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30762026-08-21T21:32:37.356Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30772026-08-21T21:32:37.396Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30782026-08-21T21:32:37.471Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30792026-08-21T21:32:37.493Z Checking rand v0.10.1
30802026-08-21T21:32:37.557Z Checking ingot-types v0.2.0
30812026-08-21T21:32:37.559Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30822026-08-21T21:32:37.583Z Checking indent_write v2.2.0
30832026-08-21T21:32:37.596Z Checking colored v3.1.1
30842026-08-21T21:32:37.711Z Compiling zone_cfg_derive v0.3.1
30852026-08-21T21:32:37.790Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30862026-08-21T21:32:37.874Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30872026-08-21T21:32:37.904Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30882026-08-21T21:32:37.917Z Checking ingot v0.2.1
30892026-08-21T21:32:37.957Z Checking itertools v0.12.1
30902026-08-21T21:32:37.984Z Compiling num-derive v0.4.2
30912026-08-21T21:32:37.998Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30922026-08-21T21:32:38.039Z Checking swrite v0.1.0
30932026-08-21T21:32:38.129Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30942026-08-21T21:32:38.283Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30952026-08-21T21:32:38.346Z Checking dropshot-api-manager-types v0.7.2
30962026-08-21T21:32:38.359Z Checking smf v0.2.3
30972026-08-21T21:32:38.392Z Checking nanorand v0.7.0
30982026-08-21T21:32:38.469Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30992026-08-21T21:32:38.510Z Checking whoami v1.6.1
31002026-08-21T21:32:38.581Z Checking flume v0.11.1
31012026-08-21T21:32:38.594Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31022026-08-21T21:32:38.901Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31032026-08-21T21:32:38.948Z Checking zone v0.3.1
31042026-08-21T21:32:39.484Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31052026-08-21T21:32:40.447Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31062026-08-21T21:32:41.333Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31072026-08-21T21:32:44.900Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31082026-08-21T21:32:47.044Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31092026-08-21T21:32:48.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s
31102026-08-21T21:32:48.415Z
31112026-08-21T21:32:48.415Zinfo: running `cargo check --bins` on clickhouse-admin-api (106/303)
31122026-08-21T21:32:48.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-08-21T21:32:48.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-08-21T21:32:48.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-08-21T21:32:48.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31162026-08-21T21:32:48.983Z
31172026-08-21T21:32:48.983Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (107/303)
31182026-08-21T21:32:49.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-08-21T21:32:49.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-08-21T21:32:49.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-08-21T21:32:49.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31222026-08-21T21:32:49.558Z
31232026-08-21T21:32:49.558Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/303)
31242026-08-21T21:32:50.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-08-21T21:32:50.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-08-21T21:32:50.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-08-21T21:32:50.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31282026-08-21T21:32:50.133Z
31292026-08-21T21:32:50.133Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/303)
31302026-08-21T21:32:50.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-08-21T21:32:50.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-08-21T21:32:50.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-08-21T21:32:50.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31342026-08-21T21:32:50.706Z
31352026-08-21T21:32:50.706Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/303)
31362026-08-21T21:32:51.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-08-21T21:32:51.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-08-21T21:32:51.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-08-21T21:32:51.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31402026-08-21T21:32:51.283Z
31412026-08-21T21:32:51.283Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/303)
31422026-08-21T21:32:51.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-08-21T21:32:51.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-08-21T21:32:51.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-08-21T21:32:51.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31462026-08-21T21:32:51.858Z
31472026-08-21T21:32:51.858Zinfo: running `cargo check --bins` on cockroach-admin-client (112/303)
31482026-08-21T21:32:52.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-08-21T21:32:52.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-08-21T21:32:52.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-08-21T21:32:52.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31522026-08-21T21:32:52.410Z
31532026-08-21T21:32:52.410Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/303)
31542026-08-21T21:32:52.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-08-21T21:32:52.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-08-21T21:32:52.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-08-21T21:32:52.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31582026-08-21T21:32:52.978Z
31592026-08-21T21:32:52.978Zinfo: running `cargo check --bins` on dns-service-client (114/303)
31602026-08-21T21:32:53.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-08-21T21:32:53.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-08-21T21:32:53.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-08-21T21:32:53.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31642026-08-21T21:32:53.542Z
31652026-08-21T21:32:53.542Zinfo: running `cargo check --bins` on installinator-client (115/303)
31662026-08-21T21:32:54.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-08-21T21:32:54.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-08-21T21:32:54.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-08-21T21:32:54.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31702026-08-21T21:32:54.114Z
31712026-08-21T21:32:54.114Zinfo: running `cargo check --bins` on nexus-client (116/303)
31722026-08-21T21:32:54.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-08-21T21:32:54.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-08-21T21:32:54.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-08-21T21:32:54.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31762026-08-21T21:32:54.725Z
31772026-08-21T21:32:54.725Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/303)
31782026-08-21T21:32:55.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-08-21T21:32:55.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-08-21T21:32:55.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-08-21T21:32:55.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31822026-08-21T21:32:55.334Z
31832026-08-21T21:32:55.334Zinfo: running `cargo check --bins` on ntp-admin-client (118/303)
31842026-08-21T21:32:55.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-08-21T21:32:55.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-08-21T21:32:55.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-08-21T21:32:55.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31882026-08-21T21:32:55.891Z
31892026-08-21T21:32:55.891Zinfo: running `cargo check --bins` on oxide-client (119/303)
31902026-08-21T21:32:56.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-08-21T21:32:56.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-08-21T21:32:56.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-08-21T21:32:56.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31942026-08-21T21:32:56.450Z
31952026-08-21T21:32:56.450Zinfo: running `cargo check --bins` on oximeter-client (120/303)
31962026-08-21T21:32:56.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-08-21T21:32:56.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-08-21T21:32:56.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-08-21T21:32:56.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32002026-08-21T21:32:57.026Z
32012026-08-21T21:32:57.027Zinfo: running `cargo check --bins` on repo-depot-client (121/303)
32022026-08-21T21:32:57.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-08-21T21:32:57.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-08-21T21:32:57.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-08-21T21:32:57.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32062026-08-21T21:32:57.593Z
32072026-08-21T21:32:57.593Zinfo: running `cargo check --bins` on sled-agent-client (122/303)
32082026-08-21T21:32:58.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-08-21T21:32:58.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-08-21T21:32:58.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-08-21T21:32:58.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32122026-08-21T21:32:58.161Z
32132026-08-21T21:32:58.161Zinfo: running `cargo check --bins` on wicketd-client (123/303)
32142026-08-21T21:32:58.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-08-21T21:32:58.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-08-21T21:32:58.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-08-21T21:32:58.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32182026-08-21T21:32:58.762Z
32192026-08-21T21:32:58.762Zinfo: running `cargo check --bins` on installinator-common (124/303)
32202026-08-21T21:32:59.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-08-21T21:32:59.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-08-21T21:32:59.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-08-21T21:32:59.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32242026-08-21T21:32:59.357Z
32252026-08-21T21:32:59.357Zinfo: running `cargo check --bins` on installinator-common-versions (125/303)
32262026-08-21T21:32:59.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-08-21T21:32:59.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-08-21T21:32:59.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292026-08-21T21:32:59.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32302026-08-21T21:32:59.913Z
32312026-08-21T21:32:59.913Zinfo: running `cargo check --bins` on wicket-common (126/303)
32322026-08-21T21:33:00.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-08-21T21:33:00.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-08-21T21:33:00.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352026-08-21T21:33:00.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32362026-08-21T21:33:00.497Z
32372026-08-21T21:33:00.497Zinfo: running `cargo check --bins` on wicketd-commission-client (127/303)
32382026-08-21T21:33:00.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392026-08-21T21:33:00.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402026-08-21T21:33:00.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412026-08-21T21:33:01.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32422026-08-21T21:33:01.077Z
32432026-08-21T21:33:01.077Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/303)
32442026-08-21T21:33:01.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452026-08-21T21:33:01.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462026-08-21T21:33:01.752Z Checking csv-core v0.1.13
32472026-08-21T21:33:01.760Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32482026-08-21T21:33:01.870Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32492026-08-21T21:33:01.885Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32502026-08-21T21:33:01.998Z Checking csv v1.4.0
32512026-08-21T21:33:02.025Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32522026-08-21T21:33:02.312Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-08-21T21:33:02.651Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32542026-08-21T21:33:02.657Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-08-21T21:33:03.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
32562026-08-21T21:33:03.904Z
32572026-08-21T21:33:03.904Zinfo: running `cargo check --bins` on cockroach-admin-api (129/303)
32582026-08-21T21:33:04.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592026-08-21T21:33:04.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602026-08-21T21:33:04.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32612026-08-21T21:33:04.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32622026-08-21T21:33:04.467Z
32632026-08-21T21:33:04.467Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/303)
32642026-08-21T21:33:05.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652026-08-21T21:33:05.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662026-08-21T21:33:05.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672026-08-21T21:33:05.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32682026-08-21T21:33:05.118Z
32692026-08-21T21:33:05.118Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/303)
32702026-08-21T21:33:05.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-08-21T21:33:05.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-08-21T21:33:05.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732026-08-21T21:33:05.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32742026-08-21T21:33:05.765Z
32752026-08-21T21:33:05.765Zinfo: running `cargo check --bins` on gateway-test-utils (132/303)
32762026-08-21T21:33:06.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-08-21T21:33:06.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-08-21T21:33:06.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-08-21T21:33:06.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32802026-08-21T21:33:06.375Z
32812026-08-21T21:33:06.375Zinfo: running `cargo check --bins` on omicron-gateway (133/303)
32822026-08-21T21:33:06.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-08-21T21:33:06.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-08-21T21:33:07.124Z Compiling regress v0.11.1
32852026-08-21T21:33:07.260Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32862026-08-21T21:33:07.268Z Compiling unsafe-libyaml v0.2.11
32872026-08-21T21:33:07.279Z Compiling semver v0.1.20
32882026-08-21T21:33:07.290Z Checking nom v8.0.0
32892026-08-21T21:33:07.304Z Compiling cancel-safe-futures v0.1.5
32902026-08-21T21:33:07.320Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32912026-08-21T21:33:07.498Z Compiling rustc_version v0.1.7
32922026-08-21T21:33:07.577Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32932026-08-21T21:33:07.747Z Compiling newtype_derive v0.1.6
32942026-08-21T21:33:07.886Z Compiling serde_yaml v0.9.34+deprecated
32952026-08-21T21:33:07.922Z Compiling owo-colors v4.3.0
32962026-08-21T21:33:07.984Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32972026-08-21T21:33:08.049Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32982026-08-21T21:33:08.280Z Checking oxide-update-engine-types v0.1.2
32992026-08-21T21:33:08.300Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33002026-08-21T21:33:08.428Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33012026-08-21T21:33:08.488Z Checking linear-map v1.2.0
33022026-08-21T21:33:08.664Z Checking unicode-linebreak v0.1.5
33032026-08-21T21:33:08.694Z Checking typify-impl v0.6.2
33042026-08-21T21:33:08.886Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33052026-08-21T21:33:08.900Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33062026-08-21T21:33:09.108Z Checking tagptr v0.2.0
33072026-08-21T21:33:09.180Z Checking smawk v0.3.2
33082026-08-21T21:33:09.234Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33092026-08-21T21:33:09.248Z Checking moka v0.12.13
33102026-08-21T21:33:09.301Z Checking oxide-update-engine v0.1.2
33112026-08-21T21:33:09.315Z Checking textwrap v0.16.2
33122026-08-21T21:33:09.532Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33132026-08-21T21:33:09.857Z Checking steno v0.4.1
33142026-08-21T21:33:09.926Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33152026-08-21T21:33:10.114Z Checking hickory-resolver v0.25.2
33162026-08-21T21:33:10.292Z Checking sha1 v0.10.6
33172026-08-21T21:33:10.356Z Checking utf-8 v0.7.6
33182026-08-21T21:33:10.438Z Checking void v1.0.2
33192026-08-21T21:33:10.456Z Checking half v1.8.3
33202026-08-21T21:33:10.486Z Checking tungstenite v0.23.0
33212026-08-21T21:33:10.548Z Checking lzss v0.8.2
33222026-08-21T21:33:10.649Z Checking serde_cbor v0.11.2
33232026-08-21T21:33:10.873Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33242026-08-21T21:33:10.878Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33252026-08-21T21:33:10.878Z Checking nix v0.27.1
33262026-08-21T21:33:10.894Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33272026-08-21T21:33:10.917Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33282026-08-21T21:33:11.031Z Checking kstat-rs v0.2.5
33292026-08-21T21:33:11.064Z Checking fxhash v0.2.1
33302026-08-21T21:33:11.124Z Checking serde_bytes v0.11.19
33312026-08-21T21:33:11.156Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33322026-08-21T21:33:11.175Z Checking tokio-tungstenite v0.23.1
33332026-08-21T21:33:11.210Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33342026-08-21T21:33:11.249Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33352026-08-21T21:33:11.286Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33362026-08-21T21:33:11.368Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33372026-08-21T21:33:11.453Z Checking signal-hook-tokio v0.3.1
33382026-08-21T21:33:12.172Z Compiling typify-macro v0.6.2
33392026-08-21T21:33:13.146Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33402026-08-21T21:33:13.329Z Compiling typify v0.6.2
33412026-08-21T21:33:13.404Z Compiling progenitor-impl v0.14.0
33422026-08-21T21:33:14.801Z Compiling progenitor-macro v0.14.0
33432026-08-21T21:33:17.149Z Checking progenitor v0.14.0
33442026-08-21T21:33:17.257Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33452026-08-21T21:33:17.263Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33462026-08-21T21:33:19.937Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33472026-08-21T21:33:28.313Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33482026-08-21T21:33:37.383Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33492026-08-21T21:33:37.383Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33502026-08-21T21:33:37.410Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33512026-08-21T21:33:39.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.16s
33522026-08-21T21:33:39.731Z
33532026-08-21T21:33:39.731Zinfo: running `cargo check --bins` on gateway-api (134/303)
33542026-08-21T21:33:40.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-08-21T21:33:40.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-08-21T21:33:40.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-08-21T21:33:40.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33582026-08-21T21:33:40.299Z
33592026-08-21T21:33:40.299Zinfo: running `cargo check --bins` on ipcc (135/303)
33602026-08-21T21:33:40.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-08-21T21:33:40.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-08-21T21:33:40.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-08-21T21:33:40.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33642026-08-21T21:33:40.859Z
33652026-08-21T21:33:40.859Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/303)
33662026-08-21T21:33:41.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-08-21T21:33:41.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-08-21T21:33:41.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-08-21T21:33:41.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33702026-08-21T21:33:41.414Z
33712026-08-21T21:33:41.414Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/303)
33722026-08-21T21:33:41.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-08-21T21:33:41.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-08-21T21:33:41.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-08-21T21:33:41.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33762026-08-21T21:33:41.998Z
33772026-08-21T21:33:41.998Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/303)
33782026-08-21T21:33:42.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-08-21T21:33:42.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-08-21T21:33:42.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-08-21T21:33:42.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33822026-08-21T21:33:42.564Z
33832026-08-21T21:33:42.564Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/303)
33842026-08-21T21:33:43.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-08-21T21:33:43.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-08-21T21:33:43.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-08-21T21:33:43.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33882026-08-21T21:33:43.131Z
33892026-08-21T21:33:43.131Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/303)
33902026-08-21T21:33:43.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-08-21T21:33:43.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-08-21T21:33:43.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-08-21T21:33:43.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33942026-08-21T21:33:43.696Z
33952026-08-21T21:33:43.696Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/303)
33962026-08-21T21:33:44.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-08-21T21:33:44.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-08-21T21:33:44.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-08-21T21:33:44.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34002026-08-21T21:33:44.273Z
34012026-08-21T21:33:44.273Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/303)
34022026-08-21T21:33:44.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-08-21T21:33:44.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-08-21T21:33:44.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-08-21T21:33:44.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34062026-08-21T21:33:44.836Z
34072026-08-21T21:33:44.836Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/303)
34082026-08-21T21:33:45.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-08-21T21:33:45.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-08-21T21:33:45.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-08-21T21:33:45.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34122026-08-21T21:33:45.400Z
34132026-08-21T21:33:45.401Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/303)
34142026-08-21T21:33:45.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-08-21T21:33:45.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-08-21T21:33:45.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-08-21T21:33:45.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34182026-08-21T21:33:45.969Z
34192026-08-21T21:33:45.969Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/303)
34202026-08-21T21:33:46.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-08-21T21:33:46.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-08-21T21:33:46.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-08-21T21:33:46.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34242026-08-21T21:33:46.540Z
34252026-08-21T21:33:46.540Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/303)
34262026-08-21T21:33:47.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-08-21T21:33:47.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-08-21T21:33:47.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-08-21T21:33:47.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34302026-08-21T21:33:47.107Z
34312026-08-21T21:33:47.107Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/303)
34322026-08-21T21:33:47.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-08-21T21:33:47.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-08-21T21:33:47.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-08-21T21:33:47.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34362026-08-21T21:33:47.674Z
34372026-08-21T21:33:47.674Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/303)
34382026-08-21T21:33:48.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-08-21T21:33:48.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-08-21T21:33:48.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-08-21T21:33:48.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34422026-08-21T21:33:48.256Z
34432026-08-21T21:33:48.256Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/303)
34442026-08-21T21:33:48.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-08-21T21:33:48.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-08-21T21:33:48.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-08-21T21:33:48.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34482026-08-21T21:33:48.839Z
34492026-08-21T21:33:48.839Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/303)
34502026-08-21T21:33:49.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-08-21T21:33:49.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-08-21T21:33:49.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-08-21T21:33:49.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34542026-08-21T21:33:49.423Z
34552026-08-21T21:33:49.423Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/303)
34562026-08-21T21:33:49.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-08-21T21:33:49.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-08-21T21:33:49.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-08-21T21:33:49.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34602026-08-21T21:33:50.003Z
34612026-08-21T21:33:50.003Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/303)
34622026-08-21T21:33:50.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-08-21T21:33:50.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-08-21T21:33:50.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-08-21T21:33:50.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34662026-08-21T21:33:50.588Z
34672026-08-21T21:33:50.588Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/303)
34682026-08-21T21:33:51.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-08-21T21:33:51.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-08-21T21:33:51.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-08-21T21:33:51.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34722026-08-21T21:33:51.173Z
34732026-08-21T21:33:51.176Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/303)
34742026-08-21T21:33:51.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-08-21T21:33:51.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-08-21T21:33:51.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-08-21T21:33:51.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34782026-08-21T21:33:51.759Z
34792026-08-21T21:33:51.759Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/303)
34802026-08-21T21:33:52.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-08-21T21:33:52.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-08-21T21:33:52.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-08-21T21:33:52.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34842026-08-21T21:33:52.341Z
34852026-08-21T21:33:52.341Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/303)
34862026-08-21T21:33:52.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-08-21T21:33:52.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-08-21T21:33:52.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-08-21T21:33:52.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34902026-08-21T21:33:52.923Z
34912026-08-21T21:33:52.923Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/303)
34922026-08-21T21:33:53.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-08-21T21:33:53.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-08-21T21:33:53.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-08-21T21:33:53.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34962026-08-21T21:33:53.507Z
34972026-08-21T21:33:53.507Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/303)
34982026-08-21T21:33:53.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-08-21T21:33:53.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-08-21T21:33:53.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-08-21T21:33:53.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35022026-08-21T21:33:54.079Z
35032026-08-21T21:33:54.079Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/303)
35042026-08-21T21:33:54.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-08-21T21:33:54.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-08-21T21:33:54.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-08-21T21:33:54.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35082026-08-21T21:33:54.643Z
35092026-08-21T21:33:54.643Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/303)
35102026-08-21T21:33:55.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-08-21T21:33:55.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-08-21T21:33:55.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-08-21T21:33:55.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35142026-08-21T21:33:55.210Z
35152026-08-21T21:33:55.210Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/303)
35162026-08-21T21:33:55.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-08-21T21:33:55.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-08-21T21:33:55.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-08-21T21:33:55.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35202026-08-21T21:33:55.780Z
35212026-08-21T21:33:55.780Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/303)
35222026-08-21T21:33:56.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-08-21T21:33:56.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-08-21T21:33:56.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-08-21T21:33:56.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35262026-08-21T21:33:56.346Z
35272026-08-21T21:33:56.346Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/303)
35282026-08-21T21:33:56.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-08-21T21:33:56.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-08-21T21:33:56.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-08-21T21:33:56.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35322026-08-21T21:33:56.913Z
35332026-08-21T21:33:56.913Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/303)
35342026-08-21T21:33:57.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-08-21T21:33:57.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-08-21T21:33:57.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-08-21T21:33:57.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35382026-08-21T21:33:57.478Z
35392026-08-21T21:33:57.478Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/303)
35402026-08-21T21:33:57.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-08-21T21:33:57.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-08-21T21:33:57.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-08-21T21:33:57.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35442026-08-21T21:33:58.042Z
35452026-08-21T21:33:58.042Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/303)
35462026-08-21T21:33:58.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-08-21T21:33:58.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-08-21T21:33:58.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-08-21T21:33:58.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35502026-08-21T21:33:58.625Z
35512026-08-21T21:33:58.625Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/303)
35522026-08-21T21:33:59.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-08-21T21:33:59.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-08-21T21:33:59.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-08-21T21:33:59.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35562026-08-21T21:33:59.206Z
35572026-08-21T21:33:59.206Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/303)
35582026-08-21T21:33:59.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-08-21T21:33:59.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-08-21T21:33:59.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-08-21T21:33:59.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35622026-08-21T21:33:59.787Z
35632026-08-21T21:33:59.787Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/303)
35642026-08-21T21:34:00.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-08-21T21:34:00.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-08-21T21:34:00.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-08-21T21:34:00.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35682026-08-21T21:34:00.375Z
35692026-08-21T21:34:00.375Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/303)
35702026-08-21T21:34:00.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-08-21T21:34:00.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-08-21T21:34:00.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-08-21T21:34:00.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35742026-08-21T21:34:00.957Z
35752026-08-21T21:34:00.957Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/303)
35762026-08-21T21:34:01.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-08-21T21:34:01.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-08-21T21:34:01.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-08-21T21:34:01.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35802026-08-21T21:34:01.542Z
35812026-08-21T21:34:01.542Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/303)
35822026-08-21T21:34:02.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-08-21T21:34:02.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-08-21T21:34:02.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-08-21T21:34:02.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35862026-08-21T21:34:02.125Z
35872026-08-21T21:34:02.125Zinfo: running `cargo check --bins` on oximeter-producer (173/303)
35882026-08-21T21:34:02.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-08-21T21:34:02.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-08-21T21:34:02.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-08-21T21:34:02.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35922026-08-21T21:34:02.731Z
35932026-08-21T21:34:02.731Zinfo: running `cargo check --bins` on internal-dns-resolver (174/303)
35942026-08-21T21:34:03.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-08-21T21:34:03.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-08-21T21:34:03.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-08-21T21:34:03.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35982026-08-21T21:34:03.304Z
35992026-08-21T21:34:03.305Zinfo: running `cargo check --bins` on dns-server (175/303)
36002026-08-21T21:34:03.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-08-21T21:34:03.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-08-21T21:34:03.937Z Compiling parking_lot_core v0.8.6
36032026-08-21T21:34:03.941Z Compiling git-stub v1.0.0
36042026-08-21T21:34:03.941Z Checking prefix-trie v0.7.0
36052026-08-21T21:34:04.056Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36062026-08-21T21:34:04.169Z Compiling git-stub-vcs v0.1.0
36072026-08-21T21:34:04.328Z Checking hickory-server v0.25.2
36082026-08-21T21:34:04.432Z Checking parking_lot v0.11.2
36092026-08-21T21:34:04.468Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36102026-08-21T21:34:04.599Z Checking sled v0.34.7
36112026-08-21T21:34:06.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
36122026-08-21T21:34:06.709Z
36132026-08-21T21:34:06.709Zinfo: running `cargo check --bins` on dns-server-api (176/303)
36142026-08-21T21:34:07.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-08-21T21:34:07.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-08-21T21:34:07.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-08-21T21:34:07.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36182026-08-21T21:34:07.270Z
36192026-08-21T21:34:07.270Zinfo: running `cargo check --bins` on oximeter-producer-api (177/303)
36202026-08-21T21:34:07.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-08-21T21:34:07.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-08-21T21:34:07.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-08-21T21:34:07.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36242026-08-21T21:34:07.832Z
36252026-08-21T21:34:07.833Zinfo: running `cargo check --bins` on sp-sim (178/303)
36262026-08-21T21:34:08.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-08-21T21:34:08.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-08-21T21:34:08.531Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36292026-08-21T21:34:10.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
36302026-08-21T21:34:10.506Z
36312026-08-21T21:34:10.506Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/303)
36322026-08-21T21:34:11.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-08-21T21:34:11.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-08-21T21:34:11.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-08-21T21:34:11.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36362026-08-21T21:34:11.130Z
36372026-08-21T21:34:11.130Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/303)
36382026-08-21T21:34:11.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-08-21T21:34:11.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-08-21T21:34:11.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-08-21T21:34:11.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36422026-08-21T21:34:11.757Z
36432026-08-21T21:34:11.757Zinfo: running `cargo check --bins` on db-macros (181/303)
36442026-08-21T21:34:12.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-08-21T21:34:12.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-08-21T21:34:12.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-08-21T21:34:12.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36482026-08-21T21:34:12.316Z
36492026-08-21T21:34:12.316Zinfo: running `cargo check --bins` on nexus-macros-common (182/303)
36502026-08-21T21:34:12.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-08-21T21:34:12.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-08-21T21:34:12.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-08-21T21:34:12.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36542026-08-21T21:34:12.875Z
36552026-08-21T21:34:12.876Zinfo: running `cargo check --bins` on nexus-auth (183/303)
36562026-08-21T21:34:13.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-08-21T21:34:13.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-08-21T21:34:13.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-08-21T21:34:13.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36602026-08-21T21:34:13.501Z
36612026-08-21T21:34:13.501Zinfo: running `cargo check --bins` on authz-macros (184/303)
36622026-08-21T21:34:13.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-08-21T21:34:13.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-08-21T21:34:13.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-08-21T21:34:13.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36662026-08-21T21:34:14.062Z
36672026-08-21T21:34:14.062Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/303)
36682026-08-21T21:34:14.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-08-21T21:34:14.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-08-21T21:34:14.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-08-21T21:34:14.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36722026-08-21T21:34:14.681Z
36732026-08-21T21:34:14.681Zinfo: running `cargo check --bins` on nexus-db-model (186/303)
36742026-08-21T21:34:15.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-08-21T21:34:15.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-08-21T21:34:15.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-08-21T21:34:15.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36782026-08-21T21:34:15.296Z
36792026-08-21T21:34:15.299Zinfo: running `cargo check --bins` on nexus-db-schema (187/303)
36802026-08-21T21:34:15.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-08-21T21:34:15.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-08-21T21:34:15.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-08-21T21:34:15.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36842026-08-21T21:34:15.859Z
36852026-08-21T21:34:15.860Zinfo: running `cargo check --bins` on omicron-rpaths (188/303)
36862026-08-21T21:34:16.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-08-21T21:34:16.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-08-21T21:34:16.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-08-21T21:34:16.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36902026-08-21T21:34:16.415Z
36912026-08-21T21:34:16.415Zinfo: running `cargo check --bins` on nexus-defaults (189/303)
36922026-08-21T21:34:16.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-08-21T21:34:16.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-08-21T21:34:16.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-08-21T21:34:16.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36962026-08-21T21:34:16.981Z
36972026-08-21T21:34:16.981Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/303)
36982026-08-21T21:34:17.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-08-21T21:34:17.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-08-21T21:34:17.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-08-21T21:34:17.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37022026-08-21T21:34:17.542Z
37032026-08-21T21:34:17.542Zinfo: running `cargo check --bins` on parallel-task-set (191/303)
37042026-08-21T21:34:18.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-08-21T21:34:18.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-08-21T21:34:18.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-08-21T21:34:18.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37082026-08-21T21:34:18.094Z
37092026-08-21T21:34:18.094Zinfo: running `cargo check --bins` on omicron-git-version (192/303)
37102026-08-21T21:34:18.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-08-21T21:34:18.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-08-21T21:34:18.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-08-21T21:34:18.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37142026-08-21T21:34:18.651Z
37152026-08-21T21:34:18.651Zinfo: running `cargo check --bins` on nexus-db-errors (193/303)
37162026-08-21T21:34:19.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-08-21T21:34:19.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-08-21T21:34:19.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-08-21T21:34:19.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37202026-08-21T21:34:19.274Z
37212026-08-21T21:34:19.274Zinfo: running `cargo check --bins` on nexus-db-lookup (194/303)
37222026-08-21T21:34:19.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-08-21T21:34:19.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-08-21T21:34:19.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-08-21T21:34:19.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37262026-08-21T21:34:19.896Z
37272026-08-21T21:34:19.896Zinfo: running `cargo check --bins` on nexus-inventory (195/303)
37282026-08-21T21:34:20.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-08-21T21:34:20.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-08-21T21:34:20.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-08-21T21:34:20.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37322026-08-21T21:34:20.511Z
37332026-08-21T21:34:20.511Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/303)
37342026-08-21T21:34:21.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-08-21T21:34:21.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-08-21T21:34:21.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-08-21T21:34:21.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37382026-08-21T21:34:21.100Z
37392026-08-21T21:34:21.100Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/303)
37402026-08-21T21:34:21.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-08-21T21:34:21.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-08-21T21:34:21.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-08-21T21:34:21.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37442026-08-21T21:34:21.688Z
37452026-08-21T21:34:21.688Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/303)
37462026-08-21T21:34:22.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-08-21T21:34:22.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-08-21T21:34:22.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-08-21T21:34:22.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37502026-08-21T21:34:22.274Z
37512026-08-21T21:34:22.274Zinfo: running `cargo check --bins` on key-manager (199/303)
37522026-08-21T21:34:22.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-08-21T21:34:22.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-08-21T21:34:22.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-08-21T21:34:22.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37562026-08-21T21:34:22.844Z
37572026-08-21T21:34:22.844Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/303)
37582026-08-21T21:34:23.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-08-21T21:34:23.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-08-21T21:34:23.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-08-21T21:34:23.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37622026-08-21T21:34:23.431Z
37632026-08-21T21:34:23.431Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/303)
37642026-08-21T21:34:23.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-08-21T21:34:23.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-08-21T21:34:23.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-08-21T21:34:23.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37682026-08-21T21:34:24.017Z
37692026-08-21T21:34:24.017Zinfo: running `cargo check --bins` on typed-rng (202/303)
37702026-08-21T21:34:24.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-08-21T21:34:24.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-08-21T21:34:24.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-08-21T21:34:24.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37742026-08-21T21:34:24.572Z
37752026-08-21T21:34:24.572Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/303)
37762026-08-21T21:34:25.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-08-21T21:34:25.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-08-21T21:34:25.405Z Compiling libefi-sys v0.1.0
37792026-08-21T21:34:25.410Z Compiling bitfield-struct v0.6.2
37802026-08-21T21:34:25.539Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37812026-08-21T21:34:25.547Z Compiling xshell-macros v0.2.7
37822026-08-21T21:34:25.567Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37832026-08-21T21:34:25.572Z Compiling salty v0.3.0
37842026-08-21T21:34:25.583Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37852026-08-21T21:34:25.600Z Checking libscf-sys v1.2.0
37862026-08-21T21:34:25.600Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37872026-08-21T21:34:25.707Z Checking rfc6979 v0.4.0
37882026-08-21T21:34:25.747Z Compiling proc-macro-error-attr2 v2.0.0
37892026-08-21T21:34:25.848Z Checking ecdsa v0.16.9
37902026-08-21T21:34:25.897Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37912026-08-21T21:34:25.922Z Checking xshell v0.2.7
37922026-08-21T21:34:25.938Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37932026-08-21T21:34:26.056Z Checking primeorder v0.13.6
37942026-08-21T21:34:26.086Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37952026-08-21T21:34:26.097Z Checking tungstenite v0.21.0
37962026-08-21T21:34:26.101Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37972026-08-21T21:34:26.137Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37982026-08-21T21:34:26.137Z Compiling proc-macro-error2 v2.0.1
37992026-08-21T21:34:26.182Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38002026-08-21T21:34:26.227Z Checking papergrid v0.17.0
38012026-08-21T21:34:26.273Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38022026-08-21T21:34:26.291Z Checking p384 v0.13.1
38032026-08-21T21:34:26.374Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38042026-08-21T21:34:26.395Z Checking testing_table v0.3.0
38052026-08-21T21:34:26.443Z Compiling tabled_derive v0.11.0
38062026-08-21T21:34:26.486Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38072026-08-21T21:34:26.501Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38082026-08-21T21:34:26.604Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38092026-08-21T21:34:26.632Z Checking tokio-tungstenite v0.21.0
38102026-08-21T21:34:26.736Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38112026-08-21T21:34:26.776Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38122026-08-21T21:34:26.832Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38132026-08-21T21:34:26.905Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38142026-08-21T21:34:27.032Z Compiling unicase v2.9.0
38152026-08-21T21:34:27.036Z Checking corncobs v0.1.4
38162026-08-21T21:34:27.096Z Compiling illumos-nvpair-sys v0.2.0
38172026-08-21T21:34:27.111Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38182026-08-21T21:34:27.142Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38192026-08-21T21:34:27.167Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38202026-08-21T21:34:27.228Z Compiling mime_guess v2.0.5
38212026-08-21T21:34:27.258Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38222026-08-21T21:34:27.318Z Compiling progenitor-impl v0.13.0
38232026-08-21T21:34:27.418Z Checking secrecy v0.8.0
38242026-08-21T21:34:27.432Z Checking crc8 v0.1.1
38252026-08-21T21:34:27.436Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38262026-08-21T21:34:27.523Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38272026-08-21T21:34:27.539Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38282026-08-21T21:34:27.585Z Checking tabled v0.20.0
38292026-08-21T21:34:27.772Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38302026-08-21T21:34:27.790Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38312026-08-21T21:34:28.101Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38322026-08-21T21:34:28.130Z Checking progenitor-client v0.13.0
38332026-08-21T21:34:28.250Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38342026-08-21T21:34:28.360Z Checking filetime v0.2.27
38352026-08-21T21:34:28.500Z Checking http-range v0.1.5
38362026-08-21T21:34:28.587Z Checking xattr v1.6.1
38372026-08-21T21:34:28.721Z Checking tar v0.4.46
38382026-08-21T21:34:28.739Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38392026-08-21T21:34:28.755Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38402026-08-21T21:34:28.920Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38412026-08-21T21:34:28.998Z Checking illumos-nvpair v0.3.0
38422026-08-21T21:34:29.117Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38432026-08-21T21:34:29.154Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38442026-08-21T21:34:29.239Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38452026-08-21T21:34:29.317Z Checking scuffle v0.1.0
38462026-08-21T21:34:29.484Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38472026-08-21T21:34:29.530Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38482026-08-21T21:34:29.546Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38492026-08-21T21:34:29.626Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38502026-08-21T21:34:29.879Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38512026-08-21T21:34:29.895Z Compiling progenitor-macro v0.13.0
38522026-08-21T21:34:30.060Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38532026-08-21T21:34:30.110Z Checking hyper-staticfile v0.10.1
38542026-08-21T21:34:30.206Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
38552026-08-21T21:34:30.227Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38562026-08-21T21:34:30.275Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38572026-08-21T21:34:30.392Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38582026-08-21T21:34:30.476Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38592026-08-21T21:34:30.585Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38602026-08-21T21:34:30.732Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38612026-08-21T21:34:30.773Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38622026-08-21T21:34:31.007Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38632026-08-21T21:34:31.318Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38642026-08-21T21:34:31.658Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38652026-08-21T21:34:31.989Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38662026-08-21T21:34:32.544Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38672026-08-21T21:34:33.088Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38682026-08-21T21:34:33.538Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38692026-08-21T21:34:34.161Z Checking progenitor v0.13.0
38702026-08-21T21:34:34.306Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38712026-08-21T21:34:35.045Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38722026-08-21T21:34:35.720Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38732026-08-21T21:34:50.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.56s
38742026-08-21T21:34:50.146Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38752026-08-21T21:34:50.147Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38762026-08-21T21:34:50.344Z
38772026-08-21T21:34:50.344Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/303)
38782026-08-21T21:34:50.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-08-21T21:34:50.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-08-21T21:34:51.108Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-08-21T21:35:01.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
38822026-08-21T21:35:01.693Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38832026-08-21T21:35:01.693Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38842026-08-21T21:35:01.886Z
38852026-08-21T21:35:01.886Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/303)
38862026-08-21T21:35:02.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-08-21T21:35:02.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-08-21T21:35:02.645Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38892026-08-21T21:35:13.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
38902026-08-21T21:35:13.241Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38912026-08-21T21:35:13.241Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38922026-08-21T21:35:13.438Z
38932026-08-21T21:35:13.438Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/303)
38942026-08-21T21:35:13.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-08-21T21:35:13.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-08-21T21:35:14.203Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38972026-08-21T21:35:24.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
38982026-08-21T21:35:24.763Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38992026-08-21T21:35:24.763Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39002026-08-21T21:35:24.962Z
39012026-08-21T21:35:24.962Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/303)
39022026-08-21T21:35:25.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-08-21T21:35:25.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-08-21T21:35:25.729Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39052026-08-21T21:35:36.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
39062026-08-21T21:35:36.290Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39072026-08-21T21:35:36.290Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39082026-08-21T21:35:36.487Z
39092026-08-21T21:35:36.487Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/303)
39102026-08-21T21:35:37.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-08-21T21:35:37.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-08-21T21:35:37.247Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39132026-08-21T21:35:47.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
39142026-08-21T21:35:47.847Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39152026-08-21T21:35:47.847Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39162026-08-21T21:35:48.052Z
39172026-08-21T21:35:48.052Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/303)
39182026-08-21T21:35:48.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-08-21T21:35:48.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-08-21T21:35:48.818Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39212026-08-21T21:35:59.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
39222026-08-21T21:35:59.367Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39232026-08-21T21:35:59.367Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39242026-08-21T21:35:59.563Z
39252026-08-21T21:35:59.563Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/303)
39262026-08-21T21:36:00.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-08-21T21:36:00.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-08-21T21:36:00.324Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39292026-08-21T21:36:10.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
39302026-08-21T21:36:10.931Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39312026-08-21T21:36:10.931Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39322026-08-21T21:36:11.132Z
39332026-08-21T21:36:11.132Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/303)
39342026-08-21T21:36:11.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-08-21T21:36:11.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-08-21T21:36:11.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-08-21T21:36:11.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39382026-08-21T21:36:11.703Z
39392026-08-21T21:36:11.703Zinfo: running `cargo check --bins` on range-requests (212/303)
39402026-08-21T21:36:12.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-08-21T21:36:12.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-08-21T21:36:12.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-08-21T21:36:12.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39442026-08-21T21:36:12.259Z
39452026-08-21T21:36:12.259Zinfo: running `cargo check --bins` on repo-depot-api (213/303)
39462026-08-21T21:36:12.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-08-21T21:36:12.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-08-21T21:36:12.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-08-21T21:36:12.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39502026-08-21T21:36:12.822Z
39512026-08-21T21:36:12.822Zinfo: running `cargo check --bins` on sled-agent-api (214/303)
39522026-08-21T21:36:13.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-08-21T21:36:13.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-08-21T21:36:13.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-08-21T21:36:13.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39562026-08-21T21:36:13.408Z
39572026-08-21T21:36:13.408Zinfo: running `cargo check --bins` on sled-diagnostics (215/303)
39582026-08-21T21:36:13.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-08-21T21:36:13.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-08-21T21:36:13.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-08-21T21:36:13.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39622026-08-21T21:36:13.988Z
39632026-08-21T21:36:13.988Zinfo: running `cargo check --bins` on zfs-test-harness (216/303)
39642026-08-21T21:36:14.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-08-21T21:36:14.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-08-21T21:36:14.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-08-21T21:36:14.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39682026-08-21T21:36:14.574Z
39692026-08-21T21:36:14.574Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/303)
39702026-08-21T21:36:15.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-08-21T21:36:15.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-08-21T21:36:15.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-08-21T21:36:15.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39742026-08-21T21:36:15.164Z
39752026-08-21T21:36:15.164Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/303)
39762026-08-21T21:36:15.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-08-21T21:36:15.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-08-21T21:36:15.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-08-21T21:36:15.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39802026-08-21T21:36:15.755Z
39812026-08-21T21:36:15.755Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/303)
39822026-08-21T21:36:16.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-08-21T21:36:16.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-08-21T21:36:16.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-08-21T21:36:16.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39862026-08-21T21:36:16.335Z
39872026-08-21T21:36:16.335Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/303)
39882026-08-21T21:36:16.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-08-21T21:36:16.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-08-21T21:36:16.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-08-21T21:36:16.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39922026-08-21T21:36:16.918Z
39932026-08-21T21:36:16.918Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/303)
39942026-08-21T21:36:17.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-08-21T21:36:17.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-08-21T21:36:17.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-08-21T21:36:17.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39982026-08-21T21:36:17.508Z
39992026-08-21T21:36:17.508Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/303)
40002026-08-21T21:36:18.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-08-21T21:36:18.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-08-21T21:36:18.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-08-21T21:36:18.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40042026-08-21T21:36:18.095Z
40052026-08-21T21:36:18.095Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/303)
40062026-08-21T21:36:18.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-08-21T21:36:18.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-08-21T21:36:18.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-08-21T21:36:18.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40102026-08-21T21:36:18.684Z
40112026-08-21T21:36:18.684Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/303)
40122026-08-21T21:36:19.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-08-21T21:36:19.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-08-21T21:36:19.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-08-21T21:36:19.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40162026-08-21T21:36:19.300Z
40172026-08-21T21:36:19.300Zinfo: running `cargo check --bins` on trust-quorum (225/303)
40182026-08-21T21:36:19.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-08-21T21:36:19.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-08-21T21:36:19.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-08-21T21:36:19.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40222026-08-21T21:36:19.887Z
40232026-08-21T21:36:19.887Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/303)
40242026-08-21T21:36:20.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-08-21T21:36:20.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-08-21T21:36:20.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-08-21T21:36:20.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40282026-08-21T21:36:20.491Z
40292026-08-21T21:36:20.491Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/303)
40302026-08-21T21:36:21.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-08-21T21:36:21.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-08-21T21:36:21.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-08-21T21:36:21.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40342026-08-21T21:36:21.101Z
40352026-08-21T21:36:21.101Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (228/303)
40362026-08-21T21:36:21.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-08-21T21:36:21.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-08-21T21:36:21.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-08-21T21:36:21.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40402026-08-21T21:36:21.720Z
40412026-08-21T21:36:21.721Zinfo: running `cargo check --bins` on omicron-deployment-graph (229/303)
40422026-08-21T21:36:22.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-08-21T21:36:22.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-08-21T21:36:22.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-08-21T21:36:22.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40462026-08-21T21:36:22.268Z
40472026-08-21T21:36:22.269Zinfo: running `cargo check --bins` on reconfigurator-cli (230/303)
40482026-08-21T21:36:22.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-08-21T21:36:22.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-08-21T21:36:23.016Z Checking ignore v0.4.25
40512026-08-21T21:36:23.019Z Checking predicates-tree v1.0.13
40522026-08-21T21:36:23.019Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40532026-08-21T21:36:23.149Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
40542026-08-21T21:36:23.149Z Checking rand_seeder v0.4.0
40552026-08-21T21:36:23.166Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40562026-08-21T21:36:23.179Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40572026-08-21T21:36:23.182Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40582026-08-21T21:36:23.225Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
40592026-08-21T21:36:23.269Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
40602026-08-21T21:36:23.287Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40612026-08-21T21:36:23.324Z Checking digest-io v0.1.0
40622026-08-21T21:36:23.427Z Checking sha2 v0.11.0
40632026-08-21T21:36:23.492Z Compiling petname v2.0.2
40642026-08-21T21:36:23.518Z Checking globwalk v0.9.1
40652026-08-21T21:36:23.694Z Checking camino-tempfile-ext v0.3.3
40662026-08-21T21:36:23.709Z Checking rawzip v0.4.4
40672026-08-21T21:36:23.846Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40682026-08-21T21:36:23.888Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40692026-08-21T21:36:24.076Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40702026-08-21T21:36:24.149Z Checking sapling-renderdag v0.1.0
40712026-08-21T21:36:24.204Z Checking subprocess v0.2.15
40722026-08-21T21:36:24.254Z Checking sync-ptr v0.1.4
40732026-08-21T21:36:24.288Z Checking colored v2.2.0
40742026-08-21T21:36:24.364Z Checking assert_matches v1.5.0
40752026-08-21T21:36:24.475Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40762026-08-21T21:36:25.101Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
40772026-08-21T21:36:26.100Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40782026-08-21T21:36:27.373Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40792026-08-21T21:36:29.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.31s
40802026-08-21T21:36:29.786Z
40812026-08-21T21:36:29.786Zinfo: running `cargo check --bins` on omicron-repl-utils (231/303)
40822026-08-21T21:36:30.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-08-21T21:36:30.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-08-21T21:36:30.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-08-21T21:36:30.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40862026-08-21T21:36:30.341Z
40872026-08-21T21:36:30.341Zinfo: running `cargo check --bins` on transient-dns-server (232/303)
40882026-08-21T21:36:30.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-08-21T21:36:30.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-08-21T21:36:30.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-08-21T21:36:30.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40922026-08-21T21:36:30.915Z
40932026-08-21T21:36:30.915Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (233/303)
40942026-08-21T21:36:31.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-08-21T21:36:31.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-08-21T21:36:31.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40972026-08-21T21:36:31.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40982026-08-21T21:36:31.505Z
40992026-08-21T21:36:31.505Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (234/303)
41002026-08-21T21:36:31.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-08-21T21:36:31.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-08-21T21:36:31.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41032026-08-21T21:36:32.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41042026-08-21T21:36:32.089Z
41052026-08-21T21:36:32.089Zinfo: running `cargo check --bins` on nexus-test-interface (235/303)
41062026-08-21T21:36:32.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-08-21T21:36:32.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-08-21T21:36:32.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41092026-08-21T21:36:32.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41102026-08-21T21:36:32.715Z
41112026-08-21T21:36:32.718Zinfo: running `cargo check --bins` on oximeter-collector (236/303)
41122026-08-21T21:36:33.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-08-21T21:36:33.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-08-21T21:36:33.431Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41152026-08-21T21:36:33.431Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41162026-08-21T21:36:34.105Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41172026-08-21T21:36:35.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
41182026-08-21T21:36:36.012Z
41192026-08-21T21:36:36.012Zinfo: running `cargo check --bins` on oximeter-api (237/303)
41202026-08-21T21:36:36.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-08-21T21:36:36.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-08-21T21:36:36.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-08-21T21:36:36.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41242026-08-21T21:36:36.585Z
41252026-08-21T21:36:36.585Zinfo: running `cargo check --bins` on cert-dev (238/303)
41262026-08-21T21:36:37.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-08-21T21:36:37.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-08-21T21:36:37.184Z Checking yasna v0.5.2
41292026-08-21T21:36:37.588Z Checking rcgen v0.12.1
41302026-08-21T21:36:37.835Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41312026-08-21T21:36:38.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41322026-08-21T21:36:38.189Z
41332026-08-21T21:36:38.189Zinfo: running `cargo check --bins` on clickana (239/303)
41342026-08-21T21:36:38.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-08-21T21:36:38.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-08-21T21:36:38.818Z Compiling instability v0.3.11
41372026-08-21T21:36:38.818Z Checking castaway v0.2.4
41382026-08-21T21:36:38.822Z Compiling indoc v2.0.7
41392026-08-21T21:36:38.822Z Checking unicode-truncate v1.1.0
41402026-08-21T21:36:38.822Z Checking lru v0.12.5
41412026-08-21T21:36:38.822Z Checking cassowary v0.3.0
41422026-08-21T21:36:39.007Z Checking compact_str v0.8.1
41432026-08-21T21:36:39.805Z Checking ratatui v0.29.0
41442026-08-21T21:36:40.854Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41452026-08-21T21:36:41.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
41462026-08-21T21:36:41.749Z
41472026-08-21T21:36:41.749Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/303)
41482026-08-21T21:36:42.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-08-21T21:36:42.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-08-21T21:36:42.462Z Checking headers-core v0.3.0
41512026-08-21T21:36:42.466Z Checking port-file v0.1.0
41522026-08-21T21:36:42.466Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41532026-08-21T21:36:42.658Z Checking headers v0.4.1
41542026-08-21T21:36:43.019Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41552026-08-21T21:36:43.973Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41562026-08-21T21:36:44.493Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41572026-08-21T21:36:44.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
41582026-08-21T21:36:45.121Z
41592026-08-21T21:36:45.121Zinfo: running `cargo check --bins` on ch-dev (241/303)
41602026-08-21T21:36:45.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-08-21T21:36:45.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-08-21T21:36:45.832Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41632026-08-21T21:36:46.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41642026-08-21T21:36:46.781Z
41652026-08-21T21:36:46.781Zinfo: running `cargo check --bins` on dev-tools-common (242/303)
41662026-08-21T21:36:47.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41672026-08-21T21:36:47.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41682026-08-21T21:36:47.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41692026-08-21T21:36:47.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
41702026-08-21T21:36:47.202Z
41712026-08-21T21:36:47.202Zinfo: running `cargo check --bins` on corpus-adjust (243/303)
41722026-08-21T21:36:47.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41732026-08-21T21:36:47.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41742026-08-21T21:36:47.821Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41752026-08-21T21:36:48.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
41762026-08-21T21:36:48.360Z
41772026-08-21T21:36:48.360Zinfo: running `cargo check --bins` on crdb-seed (244/303)
41782026-08-21T21:36:48.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41792026-08-21T21:36:48.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41802026-08-21T21:36:49.068Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41812026-08-21T21:36:50.160Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41822026-08-21T21:36:50.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
41832026-08-21T21:36:50.703Z
41842026-08-21T21:36:50.703Zinfo: running `cargo check --bins` on db-dev (245/303)
41852026-08-21T21:36:51.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41862026-08-21T21:36:51.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41872026-08-21T21:36:51.491Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41882026-08-21T21:36:52.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41892026-08-21T21:36:52.363Z
41902026-08-21T21:36:52.363Zinfo: running `cargo check --bins` on omicron-dev-lib (246/303)
41912026-08-21T21:36:52.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-08-21T21:36:52.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-08-21T21:36:52.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-08-21T21:36:52.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41952026-08-21T21:36:52.968Z
41962026-08-21T21:36:52.968Zinfo: running `cargo check --bins` on xtask-downloader (247/303)
41972026-08-21T21:36:53.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-08-21T21:36:53.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-08-21T21:36:53.575Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42002026-08-21T21:36:54.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
42012026-08-21T21:36:54.436Z
42022026-08-21T21:36:54.436Zinfo: running `cargo check --bins` on omicron-dropshot-apis (248/303)
42032026-08-21T21:36:54.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-08-21T21:36:54.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-08-21T21:36:55.188Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42062026-08-21T21:36:55.188Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42072026-08-21T21:36:55.191Z Checking git-stub v1.0.0
42082026-08-21T21:36:55.191Z Compiling trait-variant v0.1.2
42092026-08-21T21:36:55.191Z Checking is_ci v1.2.0
42102026-08-21T21:36:55.191Z Checking maplit v1.0.2
42112026-08-21T21:36:55.191Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42122026-08-21T21:36:55.305Z Checking drift v0.2.0
42132026-08-21T21:36:55.393Z Checking supports-color v3.0.2
42142026-08-21T21:36:55.406Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42152026-08-21T21:36:55.495Z Checking git-stub-vcs v0.1.0
42162026-08-21T21:36:55.510Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42172026-08-21T21:36:55.522Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42182026-08-21T21:36:55.537Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42192026-08-21T21:36:55.659Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
42202026-08-21T21:36:55.685Z Checking dropshot-api-manager v0.7.2
42212026-08-21T21:36:55.746Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42222026-08-21T21:36:55.825Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42232026-08-21T21:36:56.115Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42242026-08-21T21:36:56.539Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42252026-08-21T21:36:57.581Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42262026-08-21T21:36:58.599Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42272026-08-21T21:36:59.214Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42282026-08-21T21:36:59.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
42292026-08-21T21:36:59.666Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42302026-08-21T21:36:59.666Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42312026-08-21T21:36:59.855Z
42322026-08-21T21:36:59.855Zinfo: running `cargo check --bins` on installinator-api (249/303)
42332026-08-21T21:37:00.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-08-21T21:37:00.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-08-21T21:37:00.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-08-21T21:37:00.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42372026-08-21T21:37:00.430Z
42382026-08-21T21:37:00.430Zinfo: running `cargo check --bins` on nexus-external-api (250/303)
42392026-08-21T21:37:00.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-08-21T21:37:00.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-08-21T21:37:00.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-08-21T21:37:00.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42432026-08-21T21:37:01.040Z
42442026-08-21T21:37:01.040Zinfo: running `cargo check --bins` on nexus-internal-api (251/303)
42452026-08-21T21:37:01.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-08-21T21:37:01.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-08-21T21:37:01.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-08-21T21:37:01.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42492026-08-21T21:37:01.651Z
42502026-08-21T21:37:01.651Zinfo: running `cargo check --bins` on nexus-lockstep-api (252/303)
42512026-08-21T21:37:02.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-08-21T21:37:02.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-08-21T21:37:02.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-08-21T21:37:02.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42552026-08-21T21:37:02.256Z
42562026-08-21T21:37:02.256Zinfo: running `cargo check --bins` on ntp-admin-api (253/303)
42572026-08-21T21:37:02.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-08-21T21:37:02.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-08-21T21:37:02.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-08-21T21:37:02.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42612026-08-21T21:37:02.825Z
42622026-08-21T21:37:02.825Zinfo: running `cargo check --bins` on ntp-admin-types-versions (254/303)
42632026-08-21T21:37:03.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-08-21T21:37:03.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-08-21T21:37:03.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-08-21T21:37:03.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42672026-08-21T21:37:03.380Z
42682026-08-21T21:37:03.380Zinfo: running `cargo check --bins` on wicketd-api (255/303)
42692026-08-21T21:37:03.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-08-21T21:37:03.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-08-21T21:37:03.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-08-21T21:37:03.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42732026-08-21T21:37:03.958Z
42742026-08-21T21:37:03.958Zinfo: running `cargo check --bins` on wicketd-commission-api (256/303)
42752026-08-21T21:37:04.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-08-21T21:37:04.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-08-21T21:37:04.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-08-21T21:37:04.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42792026-08-21T21:37:04.534Z
42802026-08-21T21:37:04.534Zinfo: running `cargo check --bins` on omicron-ls-apis (257/303)
42812026-08-21T21:37:05.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-08-21T21:37:05.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-08-21T21:37:05.143Z Compiling blake3 v1.8.5
42842026-08-21T21:37:05.252Z Checking arrayvec v0.7.6
42852026-08-21T21:37:05.253Z Checking arrayref v0.3.9
42862026-08-21T21:37:05.263Z Checking constant_time_eq v0.4.2
42872026-08-21T21:37:05.276Z Checking cargo-platform v0.3.2
42882026-08-21T21:37:05.280Z Checking topological-sort v0.2.2
42892026-08-21T21:37:05.280Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42902026-08-21T21:37:05.425Z Checking cargo_metadata v0.23.1
42912026-08-21T21:37:06.023Z Checking omicron-zone-package v0.12.3
42922026-08-21T21:37:06.737Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42932026-08-21T21:37:07.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
42942026-08-21T21:37:07.734Z
42952026-08-21T21:37:07.734Zinfo: running `cargo check --bins` on mgs-dev (258/303)
42962026-08-21T21:37:08.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-08-21T21:37:08.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-08-21T21:37:08.449Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42992026-08-21T21:37:09.080Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43002026-08-21T21:37:09.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
43012026-08-21T21:37:09.791Z
43022026-08-21T21:37:09.791Zinfo: running `cargo check --bins` on omicron-omdb (259/303)
43032026-08-21T21:37:10.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-08-21T21:37:10.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-08-21T21:37:10.753Z Compiling darling_core v0.21.3
43062026-08-21T21:37:10.753Z Compiling vergen-lib v0.1.6
43072026-08-21T21:37:10.753Z Compiling diesel_derives v2.3.7
43082026-08-21T21:37:10.753Z Checking scheduled-thread-pool v0.2.7
43092026-08-21T21:37:10.753Z Compiling vergen-gitcl v1.0.8
43102026-08-21T21:37:10.757Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43112026-08-21T21:37:10.757Z Compiling diesel_table_macro_syntax v0.3.0
43122026-08-21T21:37:10.757Z Compiling dirs-sys-next v0.1.2
43132026-08-21T21:37:11.035Z Compiling glob v0.3.3
43142026-08-21T21:37:11.107Z Compiling crunchy v0.2.4
43152026-08-21T21:37:11.169Z Checking r2d2 v0.8.10
43162026-08-21T21:37:11.172Z Compiling dirs-next v2.0.0
43172026-08-21T21:37:11.201Z Checking downcast-rs v2.0.2
43182026-08-21T21:37:11.291Z Compiling tiny-keccak v2.0.2
43192026-08-21T21:37:11.308Z Compiling term v0.7.0
43202026-08-21T21:37:11.365Z Compiling bit-vec v0.6.3
43212026-08-21T21:37:11.408Z Compiling clang-sys v1.8.1
43222026-08-21T21:37:11.580Z Compiling ascii-canvas v3.0.0
43232026-08-21T21:37:11.593Z Compiling bit-set v0.5.3
43242026-08-21T21:37:11.780Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43252026-08-21T21:37:11.803Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43262026-08-21T21:37:11.853Z Compiling itertools v0.10.5
43272026-08-21T21:37:11.870Z Compiling ena v0.14.4
43282026-08-21T21:37:11.931Z Compiling libloading v0.8.9
43292026-08-21T21:37:11.951Z Compiling diff v0.1.13
43302026-08-21T21:37:11.969Z Compiling regex-syntax v0.6.29
43312026-08-21T21:37:12.040Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43322026-08-21T21:37:12.076Z Compiling bindgen v0.71.1
43332026-08-21T21:37:12.236Z Compiling cexpr v0.6.0
43342026-08-21T21:37:12.471Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43352026-08-21T21:37:12.660Z Compiling rustc-hash v2.1.1
43362026-08-21T21:37:12.692Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43372026-08-21T21:37:12.920Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43382026-08-21T21:37:12.940Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43392026-08-21T21:37:12.959Z Compiling libxml v0.3.3
43402026-08-21T21:37:13.039Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43412026-08-21T21:37:13.211Z Compiling strum_macros v0.24.3
43422026-08-21T21:37:13.227Z Compiling indoc v1.0.9
43432026-08-21T21:37:13.266Z Compiling lalrpop v0.19.12
43442026-08-21T21:37:13.398Z Compiling darling_macro v0.21.3
43452026-08-21T21:37:13.904Z Compiling darling v0.21.3
43462026-08-21T21:37:13.997Z Compiling dsl_auto_type v0.2.0
43472026-08-21T21:37:14.179Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43482026-08-21T21:37:14.368Z Checking derive_builder v0.20.2
43492026-08-21T21:37:14.494Z Compiling oso-derive v0.27.3
43502026-08-21T21:37:14.543Z Checking quick-xml v0.37.5
43512026-08-21T21:37:14.590Z Compiling impl-trait-for-tuples v0.2.3
43522026-08-21T21:37:14.988Z Checking openssl-probe v0.1.6
43532026-08-21T21:37:15.143Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43542026-08-21T21:37:15.415Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43552026-08-21T21:37:15.601Z Checking bb8 v0.8.6
43562026-08-21T21:37:15.707Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43572026-08-21T21:37:15.871Z Checking nonempty v0.12.0
43582026-08-21T21:37:15.888Z Compiling libz-sys v1.1.24
43592026-08-21T21:37:15.927Z Compiling strsim v0.10.0
43602026-08-21T21:37:16.038Z Compiling libgit2-sys v0.18.3+1.9.2
43612026-08-21T21:37:16.137Z Compiling darling_core v0.13.4
43622026-08-21T21:37:16.257Z Compiling vergen-git2 v9.1.0
43632026-08-21T21:37:16.503Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43642026-08-21T21:37:16.537Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43652026-08-21T21:37:16.712Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43662026-08-21T21:37:16.924Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43672026-08-21T21:37:17.108Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43682026-08-21T21:37:17.291Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43692026-08-21T21:37:17.475Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43702026-08-21T21:37:17.521Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43712026-08-21T21:37:17.661Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43722026-08-21T21:37:17.846Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43732026-08-21T21:37:18.030Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43742026-08-21T21:37:18.068Z Compiling darling_macro v0.13.4
43752026-08-21T21:37:18.214Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43762026-08-21T21:37:18.570Z Compiling darling v0.13.4
43772026-08-21T21:37:18.617Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43782026-08-21T21:37:18.662Z Compiling serde_with_macros v1.5.2
43792026-08-21T21:37:18.992Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43802026-08-21T21:37:19.495Z Compiling serde_with v1.14.0
43812026-08-21T21:37:19.536Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43822026-08-21T21:37:19.563Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43832026-08-21T21:37:19.899Z Checking diesel v2.3.7
43842026-08-21T21:37:20.632Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43852026-08-21T21:37:21.230Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43862026-08-21T21:37:21.365Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43872026-08-21T21:37:22.121Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43882026-08-21T21:37:22.297Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43892026-08-21T21:37:22.916Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43902026-08-21T21:37:22.963Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43912026-08-21T21:37:23.263Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43922026-08-21T21:37:23.456Z Checking twox-hash v2.1.2
43932026-08-21T21:37:23.480Z Checking libsw-core v0.3.2
43942026-08-21T21:37:23.637Z Checking atty v0.2.14
43952026-08-21T21:37:23.739Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43962026-08-21T21:37:23.756Z Checking libsw v3.5.0
43972026-08-21T21:37:23.773Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43982026-08-21T21:37:23.911Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43992026-08-21T21:37:24.074Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44002026-08-21T21:37:24.201Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44012026-08-21T21:37:25.385Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44022026-08-21T21:37:25.492Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44032026-08-21T21:37:25.955Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44042026-08-21T21:37:26.096Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
44052026-08-21T21:37:26.194Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44062026-08-21T21:37:26.392Z Checking console v0.16.2
44072026-08-21T21:37:26.711Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
44082026-08-21T21:37:26.858Z Checking fatfs v0.3.6
44092026-08-21T21:37:27.072Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44102026-08-21T21:37:27.310Z Compiling seq-macro v0.3.6
44112026-08-21T21:37:27.814Z Checking unit-prefix v0.5.2
44122026-08-21T21:37:27.949Z Checking indicatif v0.18.4
44132026-08-21T21:37:28.362Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44142026-08-21T21:37:28.407Z Checking oxide-update-engine-display v0.1.2
44152026-08-21T21:37:28.712Z Checking support-bundle-viewer v0.1.2
44162026-08-21T21:37:28.970Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44172026-08-21T21:37:29.039Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
44182026-08-21T21:37:29.125Z Checking multimap v0.10.1
44192026-08-21T21:37:35.105Z Checking diesel-dtrace v0.5.0
44202026-08-21T21:37:35.351Z Checking async-bb8-diesel v0.2.1
44212026-08-21T21:37:38.441Z Compiling samael v0.0.19
44222026-08-21T21:37:44.002Z Compiling git2 v0.20.4
44232026-08-21T21:37:44.644Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
44242026-08-21T21:37:45.431Z Compiling polar-core v0.27.3
44252026-08-21T21:37:46.465Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
44262026-08-21T21:37:49.972Z Checking oso v0.27.3
44272026-08-21T21:38:22.918Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44282026-08-21T21:39:38.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
44292026-08-21T21:39:38.082Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44302026-08-21T21:39:38.082Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44312026-08-21T21:39:38.298Z
44322026-08-21T21:39:38.298Zinfo: running `cargo check --bins` on nexus-networking (260/303)
44332026-08-21T21:39:38.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-08-21T21:39:38.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-08-21T21:39:38.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-08-21T21:39:38.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44372026-08-21T21:39:38.966Z
44382026-08-21T21:39:38.966Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (261/303)
44392026-08-21T21:39:39.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-08-21T21:39:39.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-08-21T21:39:39.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-08-21T21:39:39.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44432026-08-21T21:39:39.601Z
44442026-08-21T21:39:39.601Zinfo: running `cargo check --bins` on nexus-saga-recovery (262/303)
44452026-08-21T21:39:40.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-08-21T21:39:40.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-08-21T21:39:40.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-08-21T21:39:40.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44492026-08-21T21:39:40.235Z
44502026-08-21T21:39:40.235Zinfo: running `cargo check --bins` on nexus-test-utils-macros (263/303)
44512026-08-21T21:39:40.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-08-21T21:39:40.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-08-21T21:39:40.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-08-21T21:39:40.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44552026-08-21T21:39:40.805Z
44562026-08-21T21:39:40.805Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (264/303)
44572026-08-21T21:39:41.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-08-21T21:39:41.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-08-21T21:39:41.636Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44602026-08-21T21:39:42.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
44612026-08-21T21:39:42.450Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44622026-08-21T21:39:42.450Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44632026-08-21T21:39:42.655Z
44642026-08-21T21:39:42.655Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (265/303)
44652026-08-21T21:39:43.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-08-21T21:39:43.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-08-21T21:39:43.475Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44682026-08-21T21:40:22.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.81s
44692026-08-21T21:40:22.485Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44702026-08-21T21:40:22.485Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44712026-08-21T21:40:22.685Z
44722026-08-21T21:40:22.685Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (266/303)
44732026-08-21T21:40:23.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-08-21T21:40:23.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-08-21T21:40:23.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44762026-08-21T21:40:23.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44772026-08-21T21:40:23.252Z
44782026-08-21T21:40:23.252Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (267/303)
44792026-08-21T21:40:23.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-08-21T21:40:23.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-08-21T21:40:23.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44822026-08-21T21:40:23.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44832026-08-21T21:40:23.819Z
44842026-08-21T21:40:23.819Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (268/303)
44852026-08-21T21:40:24.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-08-21T21:40:24.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-08-21T21:40:24.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44882026-08-21T21:40:24.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44892026-08-21T21:40:24.424Z
44902026-08-21T21:40:24.424Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (269/303)
44912026-08-21T21:40:24.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-08-21T21:40:24.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-08-21T21:40:24.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44942026-08-21T21:40:24.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44952026-08-21T21:40:25.043Z
44962026-08-21T21:40:25.043Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (270/303)
44972026-08-21T21:40:25.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-08-21T21:40:25.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-08-21T21:40:25.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45002026-08-21T21:40:25.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45012026-08-21T21:40:25.673Z
45022026-08-21T21:40:25.673Zinfo: running `cargo check --bins` on nexus-mgs-updates (271/303)
45032026-08-21T21:40:26.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-08-21T21:40:26.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-08-21T21:40:26.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45062026-08-21T21:40:26.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45072026-08-21T21:40:26.287Z
45082026-08-21T21:40:26.287Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (272/303)
45092026-08-21T21:40:26.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-08-21T21:40:26.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-08-21T21:40:26.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45122026-08-21T21:40:26.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45132026-08-21T21:40:26.920Z
45142026-08-21T21:40:26.920Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (273/303)
45152026-08-21T21:40:27.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-08-21T21:40:27.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-08-21T21:40:27.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-08-21T21:40:27.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45192026-08-21T21:40:27.557Z
45202026-08-21T21:40:27.557Zinfo: running `cargo check --bins` on nexus-switch-config (274/303)
45212026-08-21T21:40:28.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-08-21T21:40:28.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-08-21T21:40:28.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45242026-08-21T21:40:28.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45252026-08-21T21:40:28.180Z
45262026-08-21T21:40:28.180Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (275/303)
45272026-08-21T21:40:28.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-08-21T21:40:28.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-08-21T21:40:28.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45302026-08-21T21:40:28.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45312026-08-21T21:40:28.807Z
45322026-08-21T21:40:28.807Zinfo: running `cargo check --bins` on support-bundle-collection (276/303)
45332026-08-21T21:40:29.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-08-21T21:40:29.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-08-21T21:40:29.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45362026-08-21T21:40:29.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45372026-08-21T21:40:29.438Z
45382026-08-21T21:40:29.438Zinfo: running `cargo check --bins` on omicron-dev (277/303)
45392026-08-21T21:40:29.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-08-21T21:40:29.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-08-21T21:40:30.329Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45422026-08-21T21:40:30.329Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45432026-08-21T21:40:30.518Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45442026-08-21T21:40:30.548Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45452026-08-21T21:40:30.553Z Checking diff v0.1.13
45462026-08-21T21:40:30.564Z Checking yansi v1.0.1
45472026-08-21T21:40:30.591Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45482026-08-21T21:40:30.594Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45492026-08-21T21:40:30.813Z Checking pretty_assertions v1.4.1
45502026-08-21T21:40:31.603Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45512026-08-21T21:40:31.621Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45522026-08-21T21:40:56.787Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45532026-08-21T21:40:56.793Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45542026-08-21T21:40:56.793Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45552026-08-21T21:40:56.793Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45562026-08-21T21:40:56.793Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45572026-08-21T21:40:56.793Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45582026-08-21T21:40:56.793Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45592026-08-21T21:40:57.663Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45602026-08-21T21:40:57.667Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45612026-08-21T21:40:58.972Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45622026-08-21T21:41:37.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
45632026-08-21T21:41:37.680Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45642026-08-21T21:41:37.680Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45652026-08-21T21:41:37.881Z
45662026-08-21T21:41:37.881Zinfo: running `cargo check --bins` on oximeter-load-test (278/303)
45672026-08-21T21:41:38.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-08-21T21:41:38.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-08-21T21:41:38.584Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45702026-08-21T21:41:39.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45712026-08-21T21:41:39.417Z
45722026-08-21T21:41:39.417Zinfo: running `cargo check --bins` on omicron-pins (279/303)
45732026-08-21T21:41:39.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-08-21T21:41:39.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-08-21T21:41:39.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45762026-08-21T21:41:39.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45772026-08-21T21:41:39.972Z
45782026-08-21T21:41:39.972Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (280/303)
45792026-08-21T21:41:40.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-08-21T21:41:40.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-08-21T21:41:40.738Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45822026-08-21T21:41:40.859Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45832026-08-21T21:41:40.867Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45842026-08-21T21:42:07.838Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45852026-08-21T21:42:08.247Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45862026-08-21T21:42:10.047Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45872026-08-21T21:42:10.529Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45882026-08-21T21:42:13.672Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45892026-08-21T21:42:37.662Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45902026-08-21T21:42:38.404Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45912026-08-21T21:42:40.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
45922026-08-21T21:42:40.315Z
45932026-08-21T21:42:40.315Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (281/303)
45942026-08-21T21:42:40.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-08-21T21:42:40.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-08-21T21:42:41.035Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45972026-08-21T21:42:41.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45982026-08-21T21:42:41.931Z
45992026-08-21T21:42:41.931Zinfo: running `cargo check --bins` on omicron-releng (282/303)
46002026-08-21T21:42:42.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-08-21T21:42:42.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-08-21T21:42:42.572Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
46032026-08-21T21:42:42.577Z Compiling fs-err v2.11.0
46042026-08-21T21:42:42.691Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
46052026-08-21T21:42:42.700Z Checking parse-size v1.1.0
46062026-08-21T21:42:42.710Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
46072026-08-21T21:42:42.710Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46082026-08-21T21:42:42.713Z Checking shell-words v1.1.1
46092026-08-21T21:42:42.803Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
46102026-08-21T21:42:43.131Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
46112026-08-21T21:42:43.312Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
46122026-08-21T21:42:43.990Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46132026-08-21T21:42:44.601Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46142026-08-21T21:42:45.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s
46152026-08-21T21:42:45.801Z
46162026-08-21T21:42:45.801Zinfo: running `cargo check --bins` on update-common (283/303)
46172026-08-21T21:42:46.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-08-21T21:42:46.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-08-21T21:42:46.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46202026-08-21T21:42:46.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46212026-08-21T21:42:46.373Z
46222026-08-21T21:42:46.373Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (284/303)
46232026-08-21T21:42:46.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-08-21T21:42:46.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-08-21T21:42:47.006Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
46262026-08-21T21:42:47.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
46272026-08-21T21:42:47.698Z
46282026-08-21T21:42:47.698Zinfo: running `cargo check --bins` on schema (285/303)
46292026-08-21T21:42:48.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-08-21T21:42:48.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-08-21T21:42:48.419Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46322026-08-21T21:42:49.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46332026-08-21T21:42:49.325Z
46342026-08-21T21:42:49.325Zinfo: running `cargo check --bins` on xtask (286/303)
46352026-08-21T21:42:49.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46362026-08-21T21:42:49.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46372026-08-21T21:42:49.730Z Checking serde_core v1.0.228
46382026-08-21T21:42:49.730Z Checking libc v0.2.185
46392026-08-21T21:42:49.808Z Checking bitflags v2.11.0
46402026-08-21T21:42:49.818Z Checking scroll v0.12.0
46412026-08-21T21:42:49.821Z Checking thiserror v1.0.69
46422026-08-21T21:42:49.829Z Checking log v0.4.29
46432026-08-21T21:42:49.834Z Checking indexmap v2.14.0
46442026-08-21T21:42:49.837Z Checking zerocopy v0.7.35
46452026-08-21T21:42:49.902Z Checking syn v2.0.117
46462026-08-21T21:42:49.948Z Checking dtrace-parser v0.2.0
46472026-08-21T21:42:49.967Z Checking once_cell v1.21.3
46482026-08-21T21:42:50.033Z Checking goblin v0.8.2
46492026-08-21T21:42:50.087Z Checking errno v0.3.14
46502026-08-21T21:42:50.141Z Checking getrandom v0.4.1
46512026-08-21T21:42:50.176Z Checking thread-id v4.2.2
46522026-08-21T21:42:50.203Z Checking rustix v1.1.3
46532026-08-21T21:42:50.253Z Checking memmap v0.7.0
46542026-08-21T21:42:50.269Z Checking thiserror v2.0.18
46552026-08-21T21:42:50.322Z Checking fs-err v3.3.0
46562026-08-21T21:42:50.366Z Checking anyhow v1.0.102
46572026-08-21T21:42:50.377Z Checking tabled v0.15.0
46582026-08-21T21:42:50.971Z Checking terminal_size v0.4.3
46592026-08-21T21:42:50.972Z Checking tempfile v3.25.0
46602026-08-21T21:42:51.080Z Checking clap_builder v4.6.0
46612026-08-21T21:42:51.084Z Checking textwrap v0.16.2
46622026-08-21T21:42:51.258Z Checking serde v1.0.228
46632026-08-21T21:42:51.262Z Checking serde_json v1.0.151
46642026-08-21T21:42:51.262Z Checking camino v1.2.2
46652026-08-21T21:42:51.284Z Checking semver v1.0.28
46662026-08-21T21:42:51.472Z Checking cargo-platform v0.3.2
46672026-08-21T21:42:51.506Z Checking camino-tempfile v1.4.1
46682026-08-21T21:42:51.654Z Checking toml_datetime v0.6.11
46692026-08-21T21:42:51.654Z Checking serde_spanned v0.6.9
46702026-08-21T21:42:51.657Z Checking macaddr v1.0.1
46712026-08-21T21:42:51.677Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46722026-08-21T21:42:51.823Z Checking toml_edit v0.22.27
46732026-08-21T21:42:51.867Z Checking cargo_metadata v0.23.1
46742026-08-21T21:42:51.870Z Checking dof v0.3.0
46752026-08-21T21:42:52.132Z Checking usdt-impl v0.5.0
46762026-08-21T21:42:52.278Z Checking clap v4.6.1
46772026-08-21T21:42:52.390Z Checking usdt v0.5.0
46782026-08-21T21:42:52.810Z Checking toml v0.8.23
46792026-08-21T21:42:53.074Z Checking cargo_toml v0.21.0
46802026-08-21T21:42:53.728Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46812026-08-21T21:42:54.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
46822026-08-21T21:42:54.244Z
46832026-08-21T21:42:54.244Zinfo: running `cargo check --bins` on dnsadm (287/303)
46842026-08-21T21:42:54.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46852026-08-21T21:42:54.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46862026-08-21T21:42:54.854Z Checking arc-swap v1.8.2
46872026-08-21T21:42:55.135Z Checking slog-scope v4.4.1
46882026-08-21T21:42:55.249Z Checking slog-stdlog v4.1.1
46892026-08-21T21:42:55.348Z Checking slog-envlogger v2.2.0
46902026-08-21T21:42:55.467Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46912026-08-21T21:42:55.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46922026-08-21T21:42:56.071Z
46932026-08-21T21:42:56.071Zinfo: running `cargo check --bins` on end-to-end-tests (288/303)
46942026-08-21T21:42:56.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-08-21T21:42:56.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-08-21T21:42:56.882Z Checking cpubits v0.1.1
46972026-08-21T21:42:57.008Z Checking pem-rfc7468 v1.0.0
46982026-08-21T21:42:57.019Z Checking hmac v0.13.0
46992026-08-21T21:42:57.019Z Checking universal-hash v0.6.1
47002026-08-21T21:42:57.043Z Checking ctr v0.10.1
47012026-08-21T21:42:57.043Z Checking aead v0.6.1
47022026-08-21T21:42:57.069Z Checking aes v0.9.1
47032026-08-21T21:42:57.072Z Checking crypto-bigint v0.7.5
47042026-08-21T21:42:57.096Z Checking salsa20 v0.11.0
47052026-08-21T21:42:57.139Z Checking polyval v0.7.1
47062026-08-21T21:42:57.153Z Checking der v0.8.0
47072026-08-21T21:42:57.170Z Checking pbkdf2 v0.13.0
47082026-08-21T21:42:57.186Z Checking cbc v0.2.1
47092026-08-21T21:42:57.234Z Checking ff v0.14.0
47102026-08-21T21:42:57.264Z Checking signature v3.0.0
47112026-08-21T21:42:57.285Z Checking scrypt v0.12.0
47122026-08-21T21:42:57.303Z Checking ghash v0.6.0
47132026-08-21T21:42:57.316Z Checking base16ct v1.0.0
47142026-08-21T21:42:57.385Z Checking group v0.14.0
47152026-08-21T21:42:57.412Z Checking hkdf v0.13.0
47162026-08-21T21:42:57.433Z Compiling curve25519-dalek v5.0.0
47172026-08-21T21:42:57.450Z Checking keccak v0.2.0
47182026-08-21T21:42:57.465Z Checking aes-gcm v0.11.0
47192026-08-21T21:42:57.479Z Checking poly1305 v0.9.0
47202026-08-21T21:42:57.532Z Checking wnaf v0.14.0
47212026-08-21T21:42:57.548Z Checking blowfish v0.10.0
47222026-08-21T21:42:57.606Z Checking blake2 v0.11.0-rc.6
47232026-08-21T21:42:57.623Z Checking sha3 v0.11.0
47242026-08-21T21:42:57.693Z Checking bcrypt-pbkdf v0.11.0
47252026-08-21T21:42:57.709Z Checking kem v0.3.0
47262026-08-21T21:42:57.742Z Checking module-lattice v0.2.3
47272026-08-21T21:42:57.824Z Checking sponge-cursor v0.1.0
47282026-08-21T21:42:57.854Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47292026-08-21T21:42:57.869Z Checking argon2 v0.6.0-rc.8
47302026-08-21T21:42:57.948Z Checking sha3 v0.12.0
47312026-08-21T21:42:57.951Z Checking spki v0.8.0
47322026-08-21T21:42:57.977Z Checking sec1 v0.8.1
47332026-08-21T21:42:57.986Z Checking ml-kem v0.3.2
47342026-08-21T21:42:58.033Z Checking internal-russh-num-bigint v0.5.0
47352026-08-21T21:42:58.133Z Checking pkcs5 v0.8.1
47362026-08-21T21:42:58.149Z Checking pkcs1 v0.8.0-rc.4
47372026-08-21T21:42:58.176Z Checking num-bigint v0.4.6
47382026-08-21T21:42:58.176Z Checking generic-array v1.4.3
47392026-08-21T21:42:58.350Z Compiling enum_dispatch v0.3.13
47402026-08-21T21:42:58.416Z Checking pkcs8 v0.11.0
47412026-08-21T21:42:58.579Z Checking russh-util v0.52.0
47422026-08-21T21:42:58.617Z Checking ed25519 v3.0.0
47432026-08-21T21:42:58.703Z Compiling delegate v0.13.5
47442026-08-21T21:42:58.719Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47452026-08-21T21:42:58.785Z Checking md5 v0.8.0
47462026-08-21T21:42:58.817Z Checking ed25519-dalek v3.0.0
47472026-08-21T21:42:58.884Z Checking hex-literal v1.1.0
47482026-08-21T21:42:59.010Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47492026-08-21T21:42:59.016Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47502026-08-21T21:42:59.046Z Checking socket2 v0.5.10
47512026-08-21T21:42:59.119Z Checking internet-checksum v0.2.1
47522026-08-21T21:42:59.134Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47532026-08-21T21:42:59.321Z Checking elliptic-curve v0.14.1
47542026-08-21T21:42:59.321Z Checking primefield v0.14.0
47552026-08-21T21:42:59.324Z Checking rfc6979 v0.6.0
47562026-08-21T21:42:59.324Z Checking ssh-encoding v0.3.0
47572026-08-21T21:42:59.324Z Checking crypto-primes v0.7.2
47582026-08-21T21:42:59.556Z Checking ssh-cipher v0.3.0
47592026-08-21T21:42:59.556Z Checking russh-cryptovec v0.62.0
47602026-08-21T21:42:59.704Z Checking ecdsa v0.17.0
47612026-08-21T21:42:59.707Z Checking primeorder v0.14.0
47622026-08-21T21:43:00.078Z Checking p384 v0.14.0
47632026-08-21T21:43:00.079Z Checking p256 v0.14.0
47642026-08-21T21:43:00.081Z Checking p521 v0.14.0
47652026-08-21T21:43:00.280Z Checking rsa v0.10.0-rc.18
47662026-08-21T21:43:02.936Z Checking ssh-key v0.7.0-rc.11
47672026-08-21T21:43:03.692Z Checking russh v0.62.4
47682026-08-21T21:43:17.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.09s
47692026-08-21T21:43:17.175Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47702026-08-21T21:43:17.175Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47712026-08-21T21:43:17.383Z
47722026-08-21T21:43:17.383Zinfo: running `cargo check --bins` on gateway-cli (289/303)
47732026-08-21T21:43:17.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-08-21T21:43:17.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-08-21T21:43:18.016Z Checking termios v0.3.3
47762026-08-21T21:43:18.212Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47772026-08-21T21:43:18.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
47782026-08-21T21:43:18.979Z
47792026-08-21T21:43:18.979Zinfo: running `cargo check --bins --no-default-features` on installinator (290/303)
47802026-08-21T21:43:19.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47812026-08-21T21:43:19.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47822026-08-21T21:43:19.654Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47832026-08-21T21:43:20.350Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47842026-08-21T21:43:21.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
47852026-08-21T21:43:22.135Z
47862026-08-21T21:43:22.135Zinfo: running `cargo check --bins` on internal-dns-cli (291/303)
47872026-08-21T21:43:22.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-08-21T21:43:22.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-08-21T21:43:22.768Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47902026-08-21T21:43:23.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47912026-08-21T21:43:23.393Z
47922026-08-21T21:43:23.393Zinfo: running `cargo check --bins` on omicron-live-tests (292/303)
47932026-08-21T21:43:23.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-08-21T21:43:23.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-08-21T21:43:23.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47962026-08-21T21:43:23.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47972026-08-21T21:43:23.953Z
47982026-08-21T21:43:23.953Zinfo: running `cargo check --bins` on live-tests-macros (293/303)
47992026-08-21T21:43:24.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48002026-08-21T21:43:24.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48012026-08-21T21:43:24.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48022026-08-21T21:43:24.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48032026-08-21T21:43:24.524Z
48042026-08-21T21:43:24.524Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (294/303)
48052026-08-21T21:43:25.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48062026-08-21T21:43:25.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48072026-08-21T21:43:25.261Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48082026-08-21T21:43:25.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
48092026-08-21T21:43:26.049Z
48102026-08-21T21:43:26.049Zinfo: running `cargo check --bins` on omicron-ntp-admin (295/303)
48112026-08-21T21:43:26.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48122026-08-21T21:43:26.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48132026-08-21T21:43:26.696Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48142026-08-21T21:43:26.696Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48152026-08-21T21:43:27.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
48162026-08-21T21:43:27.799Z
48172026-08-21T21:43:27.799Zinfo: running `cargo check --bins` on ntp-admin-types (296/303)
48182026-08-21T21:43:28.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48192026-08-21T21:43:28.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48202026-08-21T21:43:28.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48212026-08-21T21:43:28.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48222026-08-21T21:43:28.368Z
48232026-08-21T21:43:28.368Zinfo: running `cargo check --bins` on omicron-package (297/303)
48242026-08-21T21:43:28.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48252026-08-21T21:43:28.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48262026-08-21T21:43:29.042Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48272026-08-21T21:43:30.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
48282026-08-21T21:43:30.324Z
48292026-08-21T21:43:30.324Zinfo: running `cargo check --bins` on tqdb (298/303)
48302026-08-21T21:43:30.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48312026-08-21T21:43:30.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48322026-08-21T21:43:31.099Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48332026-08-21T21:43:31.454Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48342026-08-21T21:43:31.968Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48352026-08-21T21:43:31.968Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48362026-08-21T21:43:38.210Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48372026-08-21T21:43:38.213Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48382026-08-21T21:43:38.214Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48392026-08-21T21:43:38.838Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48402026-08-21T21:43:38.841Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48412026-08-21T21:43:38.841Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48422026-08-21T21:43:39.624Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48432026-08-21T21:43:40.066Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48442026-08-21T21:43:40.302Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48452026-08-21T21:43:40.694Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48462026-08-21T21:43:41.549Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48472026-08-21T21:43:42.210Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48482026-08-21T21:43:46.889Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48492026-08-21T21:43:53.951Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48502026-08-21T21:43:53.954Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48512026-08-21T21:43:53.954Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48522026-08-21T21:43:53.954Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48532026-08-21T21:43:55.450Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48542026-08-21T21:43:56.751Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48552026-08-21T21:43:57.440Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48562026-08-21T21:43:58.711Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48572026-08-21T21:43:59.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.93s
48582026-08-21T21:43:59.460Z
48592026-08-21T21:43:59.460Zinfo: running `cargo check --bins` on wicket-dbg (299/303)
48602026-08-21T21:43:59.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48612026-08-21T21:43:59.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48622026-08-21T21:44:00.173Z Checking rtoolbox v0.0.3
48632026-08-21T21:44:00.184Z Checking tui-tree-widget v0.23.1
48642026-08-21T21:44:00.184Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48652026-08-21T21:44:00.295Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
48662026-08-21T21:44:00.390Z Checking rpassword v7.5.4
48672026-08-21T21:44:03.279Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48682026-08-21T21:44:05.133Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48692026-08-21T21:44:06.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s
48702026-08-21T21:44:06.078Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48712026-08-21T21:44:06.078Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48722026-08-21T21:44:06.262Z
48732026-08-21T21:44:06.262Zinfo: running `cargo check --bins` on wicket (300/303)
48742026-08-21T21:44:06.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48752026-08-21T21:44:06.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48762026-08-21T21:44:06.953Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48772026-08-21T21:44:07.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
48782026-08-21T21:44:07.319Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48792026-08-21T21:44:07.319Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48802026-08-21T21:44:07.503Z
48812026-08-21T21:44:07.503Zinfo: running `cargo check --bins` on wicketd (301/303)
48822026-08-21T21:44:08.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48832026-08-21T21:44:08.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48842026-08-21T21:44:08.201Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48852026-08-21T21:44:11.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
48862026-08-21T21:44:11.897Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48872026-08-21T21:44:11.897Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48882026-08-21T21:44:12.088Z
48892026-08-21T21:44:12.089Zinfo: running `cargo check --bins` on omicron-workspace-hack (302/303)
48902026-08-21T21:44:12.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48912026-08-21T21:44:12.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48922026-08-21T21:44:12.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48932026-08-21T21:44:12.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48942026-08-21T21:44:12.640Z
48952026-08-21T21:44:12.640Zinfo: running `cargo check --bins` on zone-setup (303/303)
48962026-08-21T21:44:13.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48972026-08-21T21:44:13.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48982026-08-21T21:44:13.305Z Checking uzers v0.12.2
48992026-08-21T21:44:13.574Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
49002026-08-21T21:44:14.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
49012026-08-21T21:44:14.557Z
49022026-08-21T21:44:14.557Zreal 13:58.023249596
49032026-08-21T21:44:14.557Zuser 20:57.294706350
49042026-08-21T21:44:14.557Zsys 4:13.323099134
49052026-08-21T21:44:14.557Ztrap 0.328477441
49062026-08-21T21:44:14.557Ztflt 0.693420970
49072026-08-21T21:44:14.557Zdflt 0.903178116
49082026-08-21T21:44:14.557Zkflt 0.005761350
49092026-08-21T21:44:14.557Zlock 1:30:10.891334079
49102026-08-21T21:44:14.557Zslp 1:40:18.149603807
49112026-08-21T21:44:14.557Zlat 54.414590130
49122026-08-21T21:44:14.557Zstop 3:56.853373191
49132026-08-21T21:44:14.561Zprocess exited: duration 966693 ms, exit code 0
 
49142026-08-21T21:44:14.575Zfound 0 output files