01M1540FVAKH3M43MARE8RB15E: 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: 01M1540X47P3HRRHW5CZ11ZRGG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-28T21:23:06.894Zjob assigned to worker 01M15418868QRXAVZFRCKMRE41 [factory aws, i-03875098286481a03] (queued for 53 s)
 
22026-08-28T21:23:13.039Zstarting task 0: "setup"
32026-08-28T21:23:13.044Z++ uname -s
42026-08-28T21:23:13.047Z+ kern=SunOS
52026-08-28T21:23:13.047Z+ build_user=build
62026-08-28T21:23:13.047Z+ build_uid=12345
72026-08-28T21:23:13.047Z+ work_dir=/work
82026-08-28T21:23:13.047Z+ input_dir=/input
92026-08-28T21:23:13.047Z+ [[ 0 == 12345 ]]
102026-08-28T21:23:13.047Z+ case "$kern" in
112026-08-28T21:23:13.047Z+ groupadd -g 12345 build
122026-08-28T21:23:13.050Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-28T21:23:15.053Z+ zfs create -o mountpoint=/work rpool/work
142026-08-28T21:23:15.111Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-28T21:23:15.115Z+ home_fs=zfs
162026-08-28T21:23:15.115Z+ [[ zfs == autofs ]]
172026-08-28T21:23:15.115Z+ mkdir -p /home/build
182026-08-28T21:23:15.115Z+ chown build:build /home/build /work
192026-08-28T21:23:17.116Z+ chmod 0700 /home/build /work
202026-08-28T21:23:17.120Zprocess exited: duration 4077 ms, exit code 0
 
212026-08-28T21:23:17.128Zstarting task 1: "rust-toolchain"
222026-08-28T21:23:17.131Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-28T21:23:17.131Z * rust toolchain channel = "1.97.1"
242026-08-28T21:23:17.131Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-28T21:23:17.131Z * rust toolchain profile = "default"
262026-08-28T21:23:17.131Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-28T21:23:17.131Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-28T21:23:17.134Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-28T21:23:17.134Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-28T21:23:17.235Zinfo: downloading installer
312026-08-28T21:23:18.551Zwarn: It looks like you have an existing rustup settings file at:
322026-08-28T21:23:18.551Zwarn: /home/build/.rustup/settings.toml
332026-08-28T21:23:18.551Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-28T21:23:18.551Zwarn: instead of the one inferred from the default host triple.
352026-08-28T21:23:18.563Zinfo: profile set to default
362026-08-28T21:23:18.563Zinfo: default host triple is x86_64-unknown-illumos
372026-08-28T21:23:18.566Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-28T21:23:18.709Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-28T21:23:18.712Zinfo: downloading 6 components
402026-08-28T21:23:32.260Z
412026-08-28T21:23:32.260Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-28T21:23:32.293Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-28T21:23:32.293Z
442026-08-28T21:23:32.293Z
452026-08-28T21:23:32.293ZRust is installed now. Great!
462026-08-28T21:23:32.293Z
472026-08-28T21:23:32.293ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-28T21:23:32.293Zenvironment variable. This has not been done automatically.
492026-08-28T21:23:32.293Z
502026-08-28T21:23:32.293ZTo configure your current shell, you need to source
512026-08-28T21:23:32.293Zthe corresponding env file under $HOME/.cargo.
522026-08-28T21:23:32.293Z
532026-08-28T21:23:32.293ZThis is usually done by running one of the following (note the leading DOT):
542026-08-28T21:23:32.293Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-28T21:23:32.293Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-28T21:23:32.293Zsource "~/.cargo/env.nu" # For nushell
572026-08-28T21:23:32.296Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-28T21:23:32.296Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-28T21:23:32.296Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-28T21:23:32.296Zwarn: no default linker (`cc`) was found in your PATH
612026-08-28T21:23:32.296Zwarn: many Rust crates require a system C toolchain to build
622026-08-28T21:23:32.384Z+ rustup --version
632026-08-28T21:23:32.393Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-28T21:23:32.396Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-28T21:23:32.415Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-28T21:23:32.418Z+ cargo --version
672026-08-28T21:23:32.432Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-28T21:23:32.435Z+ rustc --version
692026-08-28T21:23:32.454Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-28T21:23:32.457Zprocess exited: duration 15328 ms, exit code 0
 
712026-08-28T21:23:32.463Zstarting task 2: "authentication"
722026-08-28T21:23:32.479Zprocess exited: duration 16 ms, exit code 0
 
732026-08-28T21:23:32.486Zstarting task 3: "clone repository"
742026-08-28T21:23:32.489Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-28T21:23:32.491Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-28T21:23:32.520ZCloning into '/work/oxidecomputer/omicron'...
772026-08-28T21:23:45.553Z+ cd /work/oxidecomputer/omicron
782026-08-28T21:23:45.553Z+ git fetch origin ad815caef8f2a8b4a573ffc8e12ae552af2333ab
792026-08-28T21:23:45.874ZFrom https://github.com/oxidecomputer/omicron
802026-08-28T21:23:45.874Z * branch ad815caef8f2a8b4a573ffc8e12ae552af2333ab -> FETCH_HEAD
812026-08-28T21:23:45.883Z+ [[ -n ben/multiple-eips-in-database-inventory ]]
822026-08-28T21:23:45.886Z++ git branch --show-current
832026-08-28T21:23:45.886Z+ current=main
842026-08-28T21:23:45.886Z+ [[ main != ben/multiple-eips-in-database-inventory ]]
852026-08-28T21:23:45.886Z+ git branch -f ben/multiple-eips-in-database-inventory ad815caef8f2a8b4a573ffc8e12ae552af2333ab
862026-08-28T21:23:45.889Z+ git checkout -f ben/multiple-eips-in-database-inventory
872026-08-28T21:23:46.027ZSwitched to branch 'ben/multiple-eips-in-database-inventory'
882026-08-28T21:23:46.031Z+ git reset --hard ad815caef8f2a8b4a573ffc8e12ae552af2333ab
892026-08-28T21:23:46.171ZHEAD is now at ad815caef Make data migration ignore conflicts
902026-08-28T21:23:46.174Zprocess exited: duration 13687 ms, exit code 0
 
912026-08-28T21:23:46.180Zstarting task 4: "build"
922026-08-28T21:23:46.185Z+ source .github/buildomat/ci-env.sh
932026-08-28T21:23:46.187Z++ export CARGO_TERM_COLOR=always
942026-08-28T21:23:46.188Z++ CARGO_TERM_COLOR=always
952026-08-28T21:23:46.188Z+++ uname -s
962026-08-28T21:23:46.188Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-28T21:23:46.188Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-28T21:23:46.188Z+ cargo --version
992026-08-28T21:23:46.196Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-28T21:23:46.199Z+ rustc --version
1012026-08-28T21:23:46.219Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-28T21:23:46.222Z+ source ./env.sh
1032026-08-28T21:23:46.222Z++ OLD_SHELL_OPTS=ehxB
1042026-08-28T21:23:46.222Z++ set -o xtrace
1052026-08-28T21:23:46.225Z++++ dirname ./env.sh
1062026-08-28T21:23:46.225Z+++ readlink -f .
1072026-08-28T21:23:46.229Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-28T21:23:46.229Z++ 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-28T21:23:46.229Z++ 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-28T21:23:46.229Z++ 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-28T21:23:46.229Z++ 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-28T21:23:46.229Z++ 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-28T21:23:46.229Z++ 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-28T21:23:46.229Z++ 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-28T21:23:46.229Z++ 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-28T21:23:46.229Z++ 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-28T21:23:46.229Z++ 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-28T21:23:46.229Z++ case $OLD_SHELL_OPTS in
1192026-08-28T21:23:46.229Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-28T21:23:46.229Z+ 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-28T21:23:46.229Z+ 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-28T21:23:46.229Z+ banner prerequisites
1232026-08-28T21:23:46.232Z
1242026-08-28T21:23:46.232Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-28T21:23:46.232Z # # # # # # # # # # # # # # #
1262026-08-28T21:23:46.232Z # # # # ##### # # ##### # # # # # #### #
1272026-08-28T21:23:46.232Z ##### ##### # ##### # # # # # # # # #
1282026-08-28T21:23:46.232Z # # # # # # # # # # # # # # #
1292026-08-28T21:23:46.232Z # # # ###### # # ###### ### # #### # #### #
1302026-08-28T21:23:46.232Z
1312026-08-28T21:23:46.232Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-28T21:23:48.331Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-28T21:23:48.740Z Startup: Caching catalogs ... Done
1342026-08-28T21:23:51.091ZPlanning: Solver setup ... Done (2.226s)
1352026-08-28T21:23:51.156ZPlanning: Running solver ... Done (0.064s)
1362026-08-28T21:23:51.207ZPlanning: Finding local manifests ... Done (0.002s)
1372026-08-28T21:23:51.218ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-28T21:23:51.234ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-28T21:23:51.248ZPlanning: Package planning ... Done (0.013s)
1402026-08-28T21:23:51.251ZPlanning: Merging actions ... Done (0.001s)
1412026-08-28T21:23:51.484ZPlanning: Checking for conflicting actions ... Done (0.234s)
1422026-08-28T21:23:51.487ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-28T21:23:52.209ZPlanning: Evaluating mediators ... Done (0.724s)
1442026-08-28T21:23:52.212ZPlanning: Planning completed in 3.43 seconds
1452026-08-28T21:23:52.217Z Packages to install: 2
1462026-08-28T21:23:52.220Z Estimated space available: 156.01 GB
1472026-08-28T21:23:52.221ZEstimated space to be consumed: 83.65 MB
1482026-08-28T21:23:52.221Z Create boot environment: No
1492026-08-28T21:23:52.221ZCreate backup boot environment: No
1502026-08-28T21:23:52.221Z Rebuild boot archive: No
1512026-08-28T21:23:52.221Z
1522026-08-28T21:23:52.221ZChanged packages:
1532026-08-28T21:23:52.221Zhelios
1542026-08-28T21:23:52.221Z developer/build-essential
1552026-08-28T21:23:52.221Z None -> 11-3.0
1562026-08-28T21:23:52.221Z library/libxmlsec1
1572026-08-28T21:23:52.221Z None -> 1.2.35-3.0
1582026-08-28T21:23:52.242Z
1592026-08-28T21:23:52.242ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-28T21:23:52.311ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1612026-08-28T21:23:52.371Z Actions: 1/268 actions (Installing new actions)
1622026-08-28T21:23:52.409Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-28T21:23:52.446ZFinalize: Updating package state database ... Done (0.037s)
1642026-08-28T21:23:52.449ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-28T21:23:52.540ZFinalize: Updating image state ... Done (0.093s)
1662026-08-28T21:23:54.981ZFinalize: Creating fast lookup database ... Done (2.385s)
1672026-08-28T21:23:55.046ZFinalize: Reading search index ... Done (0.012s)
1682026-08-28T21:23:55.049ZFinalize: Updating search index ... Done (0.000s)
1692026-08-28T21:23:55.160ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-28T21:23:55.535ZPlanning: Evaluating mediator changes ... Done
1712026-08-28T21:23:55.641ZPlanning: Checking for conflicting actions ... Done
1722026-08-28T21:23:55.645ZPlanning: Consolidating action changes ... Done
1732026-08-28T21:23:55.796ZPlanning: Evaluating mediators ... Done
1742026-08-28T21:23:55.799ZPlanning: Planning completed in 0.26 seconds
1752026-08-28T21:23:55.818Z Mediators to change: 2
1762026-08-28T21:23:55.819Z Create boot environment: No
1772026-08-28T21:23:55.819ZCreate backup boot environment: No
1782026-08-28T21:23:55.858ZFinalize: Updating package state database ... Done
1792026-08-28T21:23:55.861ZFinalize: Updating package cache ... Done
1802026-08-28T21:23:55.914ZFinalize: Updating image state ... Done
1812026-08-28T21:23:57.841ZFinalize: Creating fast lookup database ... Done
1822026-08-28T21:23:57.899ZFinalize: Reading search index ... Done
1832026-08-28T21:23:57.902ZFinalize: Updating search index ... Done
1842026-08-28T21:23:57.993ZFinalize: Updating package cache ... Done
1852026-08-28T21:23:58.276ZPlanning: Evaluating mediator changes ... Done
1862026-08-28T21:23:58.382ZPlanning: Checking for conflicting actions ... Done
1872026-08-28T21:23:58.386ZPlanning: Consolidating action changes ... Done
1882026-08-28T21:23:58.538ZPlanning: Evaluating mediators ... Done
1892026-08-28T21:23:58.541ZPlanning: Planning completed in 0.26 seconds
1902026-08-28T21:23:58.560Z Mediators to change: 1
1912026-08-28T21:23:58.561Z Create boot environment: No
1922026-08-28T21:23:58.561ZCreate backup boot environment: No
1932026-08-28T21:23:58.607ZFinalize: Updating package state database ... Done
1942026-08-28T21:23:58.607ZFinalize: Updating package cache ... Done
1952026-08-28T21:23:58.663ZFinalize: Updating image state ... Done
1962026-08-28T21:24:00.606ZFinalize: Creating fast lookup database ... Done
1972026-08-28T21:24:00.669ZFinalize: Reading search index ... Done
1982026-08-28T21:24:00.672ZFinalize: Updating search index ... Done
1992026-08-28T21:24:00.755ZFinalize: Updating package cache ... Done
2002026-08-28T21:24:01.063ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-28T21:24:01.063Zapache system 2.4 system
2022026-08-28T21:24:01.063Zclang system 15 system
2032026-08-28T21:24:01.063Zcsh system system illumos
2042026-08-28T21:24:01.063Zctags system system illumos
2052026-08-28T21:24:01.063Zfile vendor vendor darwinsys
2062026-08-28T21:24:01.063Zfile system system illumos
2072026-08-28T21:24:01.063Zgcc vendor 14 vendor
2082026-08-28T21:24:01.063Zgcc system 13 system
2092026-08-28T21:24:01.063Zgcc system 10 system
2102026-08-28T21:24:01.063Zgo system 1.25 system
2112026-08-28T21:24:01.063Zllvm system 15 system
2122026-08-28T21:24:01.063Zmariadb system 11.4 system
2132026-08-28T21:24:01.063Zmta vendor vendor dma
2142026-08-28T21:24:01.063Zopenjdk system 17 system
2152026-08-28T21:24:01.063Zopenjdk system 11 system
2162026-08-28T21:24:01.063Zopenssl vendor 3 vendor
2172026-08-28T21:24:01.063Zperl system 5.40 system
2182026-08-28T21:24:01.063Zpostgresql system 18 system
2192026-08-28T21:24:01.063Zpostgresql system 17 system
2202026-08-28T21:24:01.063Zpython vendor 3 vendor
2212026-08-28T21:24:01.063Zpython system 2 system
2222026-08-28T21:24:01.063Zpython3 vendor 3.13 vendor
2232026-08-28T21:24:01.063Zruby system 3.4 system
2242026-08-28T21:24:01.063Zruby system 3.0 system
2252026-08-28T21:24:01.063Zwords vendor vendor american-english
2262026-08-28T21:24:01.063Zwords system system australian-english
2272026-08-28T21:24:01.063Zwords system system british-english
2282026-08-28T21:24:01.063Zwords system system canadian-english
2292026-08-28T21:24:01.063Zwords system system french
2302026-08-28T21:24:01.063Zwords system system italian
2312026-08-28T21:24:01.064Zwords system system ngerman
2322026-08-28T21:24:01.064Zwords system system ogerman
2332026-08-28T21:24:01.064Zwords system system spanish
2342026-08-28T21:24:01.316ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-28T21:24:01.316Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-28T21:24:01.824ZFMRI IFO
2372026-08-28T21:24:01.824Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-28T21:24:01.824Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-28T21:24:01.824Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-28T21:24:01.824Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-28T21:24:01.824Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-28T21:24:01.824Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-28T21:24:01.824Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-28T21:24:01.824Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-28T21:24:01.825Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-28T21:24:02.180Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-28T21:24:02.533Z Updating crates.io index
2482026-08-28T21:24:02.536Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-28T21:24:02.849Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-28T21:24:03.437Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2512026-08-28T21:24:03.730Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-08-28T21:24:04.735Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532026-08-28T21:24:05.303Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542026-08-28T21:24:07.360Z Updating git repository `https://github.com/oxidecomputer/opte`
2552026-08-28T21:24:08.338Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-08-28T21:24:08.625Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-08-28T21:24:08.970Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-08-28T21:24:10.544Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-08-28T21:24:10.861Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-08-28T21:24:11.304Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-08-28T21:24:11.886Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-08-28T21:24:12.372Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-08-28T21:24:12.687Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-08-28T21:24:13.003Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2652026-08-28T21:24:13.277Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662026-08-28T21:24:13.619Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-28T21:24:14.122Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-28T21:24:14.537Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-28T21:24:15.002Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-28T21:24:15.336Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-28T21:24:15.966Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-28T21:24:16.315Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-28T21:24:16.637Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-28T21:24:17.066Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-28T21:24:17.407Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-28T21:24:17.844Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-28T21:24:18.498Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-28T21:24:18.795Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-28T21:24:19.165Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-28T21:24:19.572Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-28T21:24:20.178Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-28T21:24:20.761Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-28T21:24:21.066Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-28T21:24:21.393Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-28T21:24:21.969Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-28T21:24:22.278Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-28T21:24:22.567Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-28T21:24:22.900Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-28T21:24:23.198Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-28T21:24:23.489Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-08-28T21:24:26.512Z Downloading crates ...
2922026-08-28T21:24:26.566Z Downloaded fastrand v2.3.0
2932026-08-28T21:24:26.575Z Downloaded clap_lex v1.0.0
2942026-08-28T21:24:26.587Z Downloaded anstyle-query v1.1.5
2952026-08-28T21:24:26.598Z Downloaded zmij v1.0.21
2962026-08-28T21:24:26.601Z Downloaded anstyle v1.0.14
2972026-08-28T21:24:26.601Z Downloaded anstream v1.0.0
2982026-08-28T21:24:26.604Z Downloaded zerocopy v0.7.35
2992026-08-28T21:24:26.615Z Downloaded zerocopy-derive v0.7.35
3002026-08-28T21:24:26.618Z Downloaded generic-array v0.14.7
3012026-08-28T21:24:26.618Z Downloaded bytecount v0.6.9
3022026-08-28T21:24:26.618Z Downloaded anstyle-parse v1.0.0
3032026-08-28T21:24:26.618Z Downloaded byteorder v1.5.0
3042026-08-28T21:24:26.618Z Downloaded camino v1.2.5
3052026-08-28T21:24:26.621Z Downloaded textwrap v0.16.2
3062026-08-28T21:24:26.621Z Downloaded toml v0.8.23
3072026-08-28T21:24:26.621Z Downloaded equivalent v1.0.2
3082026-08-28T21:24:26.621Z Downloaded cfg-if v1.0.4
3092026-08-28T21:24:26.624Z Downloaded usdt v0.5.0
3102026-08-28T21:24:26.624Z Downloaded terminal_size v0.4.3
3112026-08-28T21:24:26.624Z Downloaded cargo-platform v0.3.2
3122026-08-28T21:24:26.627Z Downloaded colorchoice v1.0.4
3132026-08-28T21:24:26.627Z Downloaded macaddr v1.0.1
3142026-08-28T21:24:26.632Z Downloaded block-buffer v0.10.4
3152026-08-28T21:24:26.635Z Downloaded memmap v0.7.0
3162026-08-28T21:24:26.638Z Downloaded fnv v1.0.7
3172026-08-28T21:24:26.641Z Downloaded version_check v0.9.5
3182026-08-28T21:24:26.641Z Downloaded proc-macro2 v1.0.106
3192026-08-28T21:24:26.647Z Downloaded anyhow v1.0.104
3202026-08-28T21:24:26.650Z Downloaded hashbrown v0.17.0
3212026-08-28T21:24:26.653Z Downloaded utf8parse v0.2.2
3222026-08-28T21:24:26.653Z Downloaded is_terminal_polyfill v1.70.2
3232026-08-28T21:24:26.653Z Downloaded cpufeatures v0.2.17
3242026-08-28T21:24:26.655Z Downloaded itoa v1.0.17
3252026-08-28T21:24:26.655Z Downloaded tabled_derive v0.7.0
3262026-08-28T21:24:26.655Z Downloaded dof v0.3.0
3272026-08-28T21:24:26.658Z Downloaded smawk v0.3.2
3282026-08-28T21:24:26.658Z Downloaded heck v0.4.1
3292026-08-28T21:24:26.661Z Downloaded plain v0.2.3
3302026-08-28T21:24:26.664Z Downloaded usdt-macro v0.5.0
3312026-08-28T21:24:26.664Z Downloaded thread-id v4.2.2
3322026-08-28T21:24:26.664Z Downloaded crypto-common v0.1.7
3332026-08-28T21:24:26.664Z Downloaded pretty-hex v0.4.1
3342026-08-28T21:24:26.664Z Downloaded cargo_metadata v0.23.1
3352026-08-28T21:24:26.668Z Downloaded autocfg v1.5.0
3362026-08-28T21:24:26.671Z Downloaded fs-err v3.3.0
3372026-08-28T21:24:26.671Z Downloaded usdt-attr-macro v0.5.0
3382026-08-28T21:24:26.676Z Downloaded strsim v0.11.1
3392026-08-28T21:24:26.679Z Downloaded unicode-linebreak v0.1.5
3402026-08-28T21:24:26.679Z Downloaded errno v0.3.14
3412026-08-28T21:24:26.685Z Downloaded proc-macro-error-attr v1.0.4
3422026-08-28T21:24:26.688Z Downloaded swrite v0.1.0
3432026-08-28T21:24:26.688Z Downloaded toml_datetime v0.6.11
3442026-08-28T21:24:26.688Z Downloaded dtrace-parser v0.2.0
3452026-08-28T21:24:26.688Z Downloaded scroll_derive v0.12.1
3462026-08-28T21:24:26.692Z Downloaded heck v0.5.0
3472026-08-28T21:24:26.695Z Downloaded cargo_toml v0.21.0
3482026-08-28T21:24:26.695Z Downloaded digest v0.10.7
3492026-08-28T21:24:26.695Z Downloaded clap_derive v4.6.1
3502026-08-28T21:24:26.699Z Downloaded unicode-ident v1.0.24
3512026-08-28T21:24:26.702Z Downloaded camino-tempfile v1.4.1
3522026-08-28T21:24:26.706Z Downloaded thiserror v2.0.18
3532026-08-28T21:24:26.709Z Downloaded serde_spanned v0.6.9
3542026-08-28T21:24:26.712Z Downloaded serde_tokenstream v0.2.3
3552026-08-28T21:24:26.712Z Downloaded thiserror v1.0.69
3562026-08-28T21:24:26.714Z Downloaded pest_derive v2.8.6
3572026-08-28T21:24:26.714Z Downloaded scroll v0.12.0
3582026-08-28T21:24:26.718Z Downloaded thiserror-impl v1.0.69
3592026-08-28T21:24:26.718Z Downloaded toml_write v0.1.2
3602026-08-28T21:24:26.721Z Downloaded thiserror-impl v2.0.18
3612026-08-28T21:24:26.721Z Downloaded usdt-impl v0.5.0
3622026-08-28T21:24:26.724Z Downloaded proc-macro-error v1.0.4
3632026-08-28T21:24:26.726Z Downloaded papergrid v0.11.0
3642026-08-28T21:24:26.729Z Downloaded sha2 v0.10.9
3652026-08-28T21:24:26.729Z Downloaded pest_generator v2.8.6
3662026-08-28T21:24:26.733Z Downloaded bitflags v2.11.0
3672026-08-28T21:24:26.737Z Downloaded quote v1.0.45
3682026-08-28T21:24:26.741Z Downloaded log v0.4.33
3692026-08-28T21:24:26.743Z Downloaded once_cell v1.21.3
3702026-08-28T21:24:26.743Z Downloaded ucd-trie v0.1.7
3712026-08-28T21:24:26.746Z Downloaded semver v1.0.28
3722026-08-28T21:24:26.746Z Downloaded tempfile v3.27.0
3732026-08-28T21:24:26.757Z Downloaded serde_derive v1.0.228
3742026-08-28T21:24:26.763Z Downloaded getrandom v0.4.3
3752026-08-28T21:24:26.766Z Downloaded serde_core v1.0.228
3762026-08-28T21:24:26.772Z Downloaded clap v4.6.1
3772026-08-28T21:24:26.777Z Downloaded pest_meta v2.8.6
3782026-08-28T21:24:26.787Z Downloaded toml_edit v0.22.27
3792026-08-28T21:24:26.794Z Downloaded typenum v1.20.1
3802026-08-28T21:24:26.801Z Downloaded memchr v2.8.0
3812026-08-28T21:24:26.807Z Downloaded serde v1.0.228
3822026-08-28T21:24:26.810Z Downloaded indexmap v2.14.0
3832026-08-28T21:24:26.821Z Downloaded pest v2.8.6
3842026-08-28T21:24:26.837Z Downloaded goblin v0.8.2
3852026-08-28T21:24:26.840Z Downloaded serde_json v1.0.151
3862026-08-28T21:24:26.844Z Downloaded clap_builder v4.6.0
3872026-08-28T21:24:26.854Z Downloaded winnow v0.7.14
3882026-08-28T21:24:26.869Z Downloaded tabled v0.15.0
3892026-08-28T21:24:26.881Z Downloaded unicode-width v0.1.14
3902026-08-28T21:24:27.290Z Downloaded syn v1.0.109
3912026-08-28T21:24:27.295Z Downloaded syn v2.0.117
3922026-08-28T21:24:27.295Z Downloaded unicode-width v0.2.0
3932026-08-28T21:24:27.295Z Downloaded rustix v1.1.4
3942026-08-28T21:24:27.295Z Downloaded libc v0.2.185
3952026-08-28T21:24:27.295Z Compiling proc-macro2 v1.0.106
3962026-08-28T21:24:27.295Z Compiling quote v1.0.45
3972026-08-28T21:24:27.295Z Compiling unicode-ident v1.0.24
3982026-08-28T21:24:27.295Z Compiling serde_core v1.0.228
3992026-08-28T21:24:27.296Z Compiling libc v0.2.185
4002026-08-28T21:24:27.296Z Compiling version_check v0.9.5
4012026-08-28T21:24:27.296Z Compiling memchr v2.8.0
4022026-08-28T21:24:27.296Z Compiling serde v1.0.228
4032026-08-28T21:24:27.357Z Compiling zmij v1.0.21
4042026-08-28T21:24:27.550Z Compiling itoa v1.0.17
4052026-08-28T21:24:27.673Z Compiling thiserror v1.0.69
4062026-08-28T21:24:27.755Z Compiling ucd-trie v0.1.7
4072026-08-28T21:24:27.879Z Compiling pest v2.8.6
4082026-08-28T21:24:27.984Z Compiling rustix v1.1.4
4092026-08-28T21:24:28.089Z Compiling byteorder v1.5.0
4102026-08-28T21:24:28.317Z Compiling errno v0.3.14
4112026-08-28T21:24:28.318Z Compiling bitflags v2.11.0
4122026-08-28T21:24:28.432Z Compiling serde_json v1.0.151
4132026-08-28T21:24:28.475Z Compiling syn v2.0.117
4142026-08-28T21:24:28.561Z Compiling thread-id v4.2.2
4152026-08-28T21:24:28.606Z Compiling proc-macro-error-attr v1.0.4
4162026-08-28T21:24:28.606Z Compiling usdt-impl v0.5.0
4172026-08-28T21:24:28.704Z Compiling syn v1.0.109
4182026-08-28T21:24:28.729Z Compiling camino v1.2.5
4192026-08-28T21:24:28.894Z Compiling pest_meta v2.8.6
4202026-08-28T21:24:29.047Z Compiling proc-macro-error v1.0.4
4212026-08-28T21:24:29.064Z Compiling hashbrown v0.17.0
4222026-08-28T21:24:29.079Z Compiling log v0.4.33
4232026-08-28T21:24:29.226Z Compiling plain v0.2.3
4242026-08-28T21:24:29.267Z Compiling equivalent v1.0.2
4252026-08-28T21:24:29.361Z Compiling utf8parse v0.2.2
4262026-08-28T21:24:29.444Z Compiling getrandom v0.4.3
4272026-08-28T21:24:29.478Z Compiling anstyle-parse v1.0.0
4282026-08-28T21:24:29.622Z Compiling indexmap v2.14.0
4292026-08-28T21:24:29.663Z Compiling terminal_size v0.4.3
4302026-08-28T21:24:30.224Z Compiling thiserror v2.0.18
4312026-08-28T21:24:30.241Z Compiling toml_write v0.1.2
4322026-08-28T21:24:30.320Z Compiling anstyle v1.0.14
4332026-08-28T21:24:30.353Z Compiling pretty-hex v0.4.1
4342026-08-28T21:24:30.446Z Compiling cfg-if v1.0.4
4352026-08-28T21:24:30.498Z Compiling autocfg v1.5.0
4362026-08-28T21:24:30.517Z Compiling anstyle-query v1.1.5
4372026-08-28T21:24:30.533Z Compiling is_terminal_polyfill v1.70.2
4382026-08-28T21:24:30.544Z Compiling colorchoice v1.0.4
4392026-08-28T21:24:30.549Z Compiling winnow v0.7.14
4402026-08-28T21:24:30.632Z Compiling anstream v1.0.0
4412026-08-28T21:24:30.659Z Compiling pest_generator v2.8.6
4422026-08-28T21:24:30.860Z Compiling fnv v1.0.7
4432026-08-28T21:24:30.952Z Compiling bytecount v0.6.9
4442026-08-28T21:24:30.982Z Compiling clap_lex v1.0.0
4452026-08-28T21:24:30.996Z Compiling fs-err v3.3.0
4462026-08-28T21:24:31.001Z Compiling anyhow v1.0.104
4472026-08-28T21:24:31.216Z Compiling once_cell v1.21.3
4482026-08-28T21:24:31.225Z Compiling unicode-width v0.1.14
4492026-08-28T21:24:31.324Z Compiling heck v0.5.0
4502026-08-28T21:24:31.405Z Compiling fastrand v2.3.0
4512026-08-28T21:24:31.408Z Compiling heck v0.4.1
4522026-08-28T21:24:31.439Z Compiling strsim v0.11.1
4532026-08-28T21:24:31.487Z Compiling papergrid v0.11.0
4542026-08-28T21:24:31.655Z Compiling clap_builder v4.6.0
4552026-08-28T21:24:31.683Z Compiling tempfile v3.27.0
4562026-08-28T21:24:31.803Z Compiling semver v1.0.28
4572026-08-28T21:24:31.883Z Compiling cargo-platform v0.3.2
4582026-08-28T21:24:31.987Z Compiling tabled_derive v0.7.0
4592026-08-28T21:24:32.073Z Compiling memmap v0.7.0
4602026-08-28T21:24:32.100Z Compiling smawk v0.3.2
4612026-08-28T21:24:32.130Z Compiling unicode-width v0.2.0
4622026-08-28T21:24:32.159Z Compiling unicode-linebreak v0.1.5
4632026-08-28T21:24:32.240Z Compiling camino-tempfile v1.4.1
4642026-08-28T21:24:32.399Z Compiling textwrap v0.16.2
4652026-08-28T21:24:32.433Z Compiling serde_derive v1.0.228
4662026-08-28T21:24:32.470Z Compiling thiserror-impl v1.0.69
4672026-08-28T21:24:32.540Z Compiling zerocopy-derive v0.7.35
4682026-08-28T21:24:32.759Z Compiling pest_derive v2.8.6
4692026-08-28T21:24:32.849Z Compiling scroll_derive v0.12.1
4702026-08-28T21:24:32.881Z Compiling thiserror-impl v2.0.18
4712026-08-28T21:24:32.934Z Compiling clap_derive v4.6.1
4722026-08-28T21:24:33.191Z Compiling tabled v0.15.0
4732026-08-28T21:24:33.398Z Compiling zerocopy v0.7.35
4742026-08-28T21:24:33.506Z Compiling scroll v0.12.0
4752026-08-28T21:24:33.797Z Compiling dtrace-parser v0.2.0
4762026-08-28T21:24:33.813Z Compiling goblin v0.8.2
4772026-08-28T21:24:33.987Z Compiling swrite v0.1.0
4782026-08-28T21:24:34.661Z Compiling clap v4.6.1
4792026-08-28T21:24:35.311Z Compiling dof v0.3.0
4802026-08-28T21:24:35.311Z Compiling serde_tokenstream v0.2.3
4812026-08-28T21:24:35.328Z Compiling serde_spanned v0.6.9
4822026-08-28T21:24:35.332Z Compiling toml_datetime v0.6.11
4832026-08-28T21:24:35.332Z Compiling cargo_metadata v0.23.1
4842026-08-28T21:24:35.391Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4852026-08-28T21:24:35.391Z Compiling macaddr v1.0.1
4862026-08-28T21:24:35.536Z Compiling toml_edit v0.22.27
4872026-08-28T21:24:36.065Z Compiling usdt-macro v0.5.0
4882026-08-28T21:24:36.082Z Compiling usdt-attr-macro v0.5.0
4892026-08-28T21:24:36.730Z Compiling usdt v0.5.0
4902026-08-28T21:24:36.953Z Compiling toml v0.8.23
4912026-08-28T21:24:37.289Z Compiling cargo_toml v0.21.0
4922026-08-28T21:24:38.539Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932026-08-28T21:24:40.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.55s
4942026-08-28T21:24:40.763Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4952026-08-28T21:24:41.287Z Downloading crates ...
4962026-08-28T21:24:41.341Z Downloaded atomic-waker v1.1.2
4972026-08-28T21:24:41.346Z Downloaded ascii-canvas v3.0.0
4982026-08-28T21:24:41.349Z Downloaded addr2line v0.25.1
4992026-08-28T21:24:41.357Z Downloaded async-recursion v1.1.1
5002026-08-28T21:24:41.369Z Downloaded const-oid v0.10.2
5012026-08-28T21:24:41.372Z Downloaded async-stream v0.3.6
5022026-08-28T21:24:41.375Z Downloaded env_logger v0.11.11
5032026-08-28T21:24:41.377Z Downloaded bitfield-macros v0.19.4
5042026-08-28T21:24:41.380Z Downloaded float-cmp v0.10.0
5052026-08-28T21:24:41.383Z Downloaded base16ct v1.0.0
5062026-08-28T21:24:41.383Z Downloaded bcrypt-pbkdf v0.11.0
5072026-08-28T21:24:41.383Z Downloaded bit-set v0.8.0
5082026-08-28T21:24:41.386Z Downloaded env_filter v2.0.0
5092026-08-28T21:24:41.389Z Downloaded foreign-types-macros v0.2.3
5102026-08-28T21:24:41.392Z Downloaded fs_extra v1.3.0
5112026-08-28T21:24:41.395Z Downloaded base16ct v0.2.0
5122026-08-28T21:24:41.395Z Downloaded atty v0.2.14
5132026-08-28T21:24:41.398Z Downloaded ciborium-io v0.2.2
5142026-08-28T21:24:41.400Z Downloaded bb8 v0.8.6
5152026-08-28T21:24:41.403Z Downloaded adler2 v2.0.1
5162026-08-28T21:24:41.403Z Downloaded aead v0.6.1
5172026-08-28T21:24:41.403Z Downloaded anstyle-parse v0.2.7
5182026-08-28T21:24:41.406Z Downloaded bit-set v0.5.3
5192026-08-28T21:24:41.406Z Downloaded fixedbitset v0.4.2
5202026-08-28T21:24:41.406Z Downloaded form_urlencoded v1.2.2
5212026-08-28T21:24:41.406Z Downloaded embedded-io v0.6.1
5222026-08-28T21:24:41.409Z Downloaded hex-literal v1.1.0
5232026-08-28T21:24:41.409Z Downloaded anstream v0.6.21
5242026-08-28T21:24:41.409Z Downloaded argon2 v0.5.3
5252026-08-28T21:24:41.412Z Downloaded fd-lock v4.0.4
5262026-08-28T21:24:41.412Z Downloaded backoff v0.4.0
5272026-08-28T21:24:41.412Z Downloaded bcs v0.1.6
5282026-08-28T21:24:41.414Z Downloaded ff v0.14.0
5292026-08-28T21:24:41.415Z Downloaded futures-sink v0.3.32
5302026-08-28T21:24:41.415Z Downloaded hostname v0.3.1
5312026-08-28T21:24:41.419Z Downloaded backtrace-ext v0.2.1
5322026-08-28T21:24:41.419Z Downloaded arrayref v0.3.9
5332026-08-28T21:24:41.419Z Downloaded embedded-io v0.4.0
5342026-08-28T21:24:41.419Z Downloaded gethostname v0.5.0
5352026-08-28T21:24:41.422Z Downloaded futures-io v0.3.32
5362026-08-28T21:24:41.422Z Downloaded futures-macro v0.3.32
5372026-08-28T21:24:41.422Z Downloaded fxhash v0.2.1
5382026-08-28T21:24:41.422Z Downloaded assert_matches v1.5.0
5392026-08-28T21:24:41.425Z Downloaded bitfield-struct v0.6.2
5402026-08-28T21:24:41.425Z Downloaded cfg_aliases v0.1.1
5412026-08-28T21:24:41.425Z Downloaded enum_dispatch v0.3.13
5422026-08-28T21:24:41.428Z Downloaded flagset v0.4.7
5432026-08-28T21:24:41.428Z Downloaded float-ord v0.3.2
5442026-08-28T21:24:41.428Z Downloaded foreign-types v0.5.0
5452026-08-28T21:24:41.428Z Downloaded fs-err v2.11.0
5462026-08-28T21:24:41.428Z Downloaded array-init v0.0.4
5472026-08-28T21:24:41.432Z Downloaded erased-serde v0.3.31
5482026-08-28T21:24:41.432Z Downloaded fallible-iterator v0.2.0
5492026-08-28T21:24:41.432Z Downloaded headers-core v0.3.0
5502026-08-28T21:24:41.432Z Downloaded http-range v0.1.5
5512026-08-28T21:24:41.432Z Downloaded foreign-types-shared v0.3.1
5522026-08-28T21:24:41.432Z Downloaded funty v2.0.0
5532026-08-28T21:24:41.435Z Downloaded hash32 v0.2.1
5542026-08-28T21:24:41.435Z Downloaded http-body v1.0.1
5552026-08-28T21:24:41.435Z Downloaded atomicwrites v0.4.4
5562026-08-28T21:24:41.435Z Downloaded block-buffer v0.12.1
5572026-08-28T21:24:41.435Z Downloaded cobs v0.3.0
5582026-08-28T21:24:41.435Z Downloaded httpdate v1.0.3
5592026-08-28T21:24:41.435Z Downloaded aead v0.5.2
5602026-08-28T21:24:41.438Z Downloaded endian-type v0.1.2
5612026-08-28T21:24:41.441Z Downloaded block-padding v0.4.2
5622026-08-28T21:24:41.444Z Downloaded enum-as-inner v0.6.1
5632026-08-28T21:24:41.444Z Downloaded foreign-types-shared v0.1.1
5642026-08-28T21:24:41.444Z Downloaded git-stub v1.0.0
5652026-08-28T21:24:41.450Z Downloaded futures-task v0.3.32
5662026-08-28T21:24:41.453Z Downloaded hostname v0.4.2
5672026-08-28T21:24:41.453Z Downloaded hex v0.4.3
5682026-08-28T21:24:41.453Z Downloaded async-trait v0.1.89
5692026-08-28T21:24:41.456Z Downloaded bit-vec v0.8.0
5702026-08-28T21:24:41.456Z Downloaded foreign-types v0.3.2
5712026-08-28T21:24:41.458Z Downloaded async-stream-impl v0.3.6
5722026-08-28T21:24:41.461Z Downloaded castaway v0.2.4
5732026-08-28T21:24:41.461Z Downloaded hubpack_derive v0.1.1
5742026-08-28T21:24:41.465Z Downloaded futures-core v0.3.32
5752026-08-28T21:24:41.467Z Downloaded hash32 v0.3.1
5762026-08-28T21:24:41.467Z Downloaded ciborium-ll v0.2.2
5772026-08-28T21:24:41.467Z Downloaded fixedbitset v0.5.7
5782026-08-28T21:24:41.470Z Downloaded cfg_aliases v0.2.1
5792026-08-28T21:24:41.470Z Downloaded ena v0.14.4
5802026-08-28T21:24:41.470Z Downloaded newline-converter v0.3.0
5812026-08-28T21:24:41.473Z Downloaded nodrop v0.1.14
5822026-08-28T21:24:41.473Z Downloaded normalize-line-endings v0.3.0
5832026-08-28T21:24:41.473Z Downloaded futures-executor v0.3.32
5842026-08-28T21:24:41.473Z Downloaded find-msvc-tools v0.1.9
5852026-08-28T21:24:41.477Z Downloaded futures-channel v0.3.32
5862026-08-28T21:24:41.477Z Downloaded arrayvec v0.7.6
5872026-08-28T21:24:41.477Z Downloaded hubpack v0.1.2
5882026-08-28T21:24:41.479Z Downloaded ghash v0.6.0
5892026-08-28T21:24:41.479Z Downloaded compression-core v0.4.31
5902026-08-28T21:24:41.484Z Downloaded home v0.5.12
5912026-08-28T21:24:41.487Z Downloaded num_threads v0.1.7
5922026-08-28T21:24:41.487Z Downloaded openssl-macros v0.1.1
5932026-08-28T21:24:41.487Z Downloaded openssl-probe v0.1.6
5942026-08-28T21:24:41.490Z Downloaded powerfmt v0.2.0
5952026-08-28T21:24:41.490Z Downloaded oxide-generation-macros v0.2.0
5962026-08-28T21:24:41.492Z Downloaded cmake v0.1.57
5972026-08-28T21:24:41.493Z Downloaded proc-macro-crate v1.3.1
5982026-08-28T21:24:41.496Z Downloaded progenitor-macro v0.14.0
5992026-08-28T21:24:41.496Z Downloaded rand_chacha v0.3.1
6002026-08-28T21:24:41.496Z Downloaded filetime v0.2.27
6012026-08-28T21:24:41.499Z Downloaded foldhash v0.1.5
6022026-08-28T21:24:41.499Z Downloaded globset v0.4.18
6032026-08-28T21:24:41.499Z Downloaded group v0.13.0
6042026-08-28T21:24:41.499Z Downloaded base64ct v1.8.3
6052026-08-28T21:24:41.502Z Downloaded ff v0.13.1
6062026-08-28T21:24:41.502Z Downloaded group v0.14.0
6072026-08-28T21:24:41.502Z Downloaded globwalk v0.9.1
6082026-08-28T21:24:41.505Z Downloaded num_enum v0.5.11
6092026-08-28T21:24:41.508Z Downloaded buf-list v1.1.2
6102026-08-28T21:24:41.508Z Downloaded cipher v0.5.2
6112026-08-28T21:24:41.508Z Downloaded compression-codecs v0.4.37
6122026-08-28T21:24:41.511Z Downloaded http-body-util v0.1.3
6132026-08-28T21:24:41.514Z Downloaded parse-size v1.1.0
6142026-08-28T21:24:41.514Z Downloaded ref-cast-impl v1.0.25
6152026-08-28T21:24:41.514Z Downloaded russh-cryptovec v0.62.0
6162026-08-28T21:24:41.517Z Downloaded russh-util v0.52.0
6172026-08-28T21:24:41.520Z Downloaded rustc-hash v2.1.1
6182026-08-28T21:24:41.525Z Downloaded half v1.8.3
6192026-08-28T21:24:41.528Z Downloaded rfc6979 v0.4.0
6202026-08-28T21:24:41.531Z Downloaded bitfield v0.19.4
6212026-08-28T21:24:41.533Z Downloaded cexpr v0.6.0
6222026-08-28T21:24:41.534Z Downloaded cipher v0.4.4
6232026-08-28T21:24:41.536Z Downloaded argon2 v0.6.0-rc.8
6242026-08-28T21:24:41.536Z Downloaded backon v1.6.0
6252026-08-28T21:24:41.540Z Downloaded serde_plain v1.0.2
6262026-08-28T21:24:41.540Z Downloaded byte-wrapper v0.1.0
6272026-08-28T21:24:41.540Z Downloaded serde_repr v0.1.20
6282026-08-28T21:24:41.543Z Downloaded shell-words v1.1.1
6292026-08-28T21:24:41.543Z Downloaded cassowary v0.3.0
6302026-08-28T21:24:41.543Z Downloaded bitflags v1.3.2
6312026-08-28T21:24:41.543Z Downloaded camino-tempfile-ext v0.3.3
6322026-08-28T21:24:41.546Z Downloaded cbc v0.2.1
6332026-08-28T21:24:41.546Z Downloaded git-stub-vcs v0.1.0
6342026-08-28T21:24:41.546Z Downloaded glob v0.3.3
6352026-08-28T21:24:41.549Z Downloaded sha1 v0.10.6
6362026-08-28T21:24:41.549Z Downloaded cmov v0.5.4
6372026-08-28T21:24:41.553Z Downloaded blowfish v0.10.0
6382026-08-28T21:24:41.556Z Downloaded stable_deref_trait v1.2.1
6392026-08-28T21:24:41.558Z Downloaded nibble_vec v0.1.0
6402026-08-28T21:24:41.561Z Downloaded hmac v0.13.0
6412026-08-28T21:24:41.561Z Downloaded slog-envlogger v2.2.0
6422026-08-28T21:24:41.565Z Downloaded testing_table v0.3.0
6432026-08-28T21:24:41.568Z Downloaded tinyvec_macros v0.1.1
6442026-08-28T21:24:41.568Z Downloaded async-bb8-diesel v0.2.1
6452026-08-28T21:24:41.568Z Downloaded httparse v1.10.1
6462026-08-28T21:24:41.571Z Downloaded blake2 v0.10.6
6472026-08-28T21:24:41.571Z Downloaded bs58 v0.5.1
6482026-08-28T21:24:41.574Z Downloaded num-integer v0.1.46
6492026-08-28T21:24:41.574Z Downloaded bzip2 v0.4.4
6502026-08-28T21:24:41.574Z Downloaded console v0.15.11
6512026-08-28T21:24:41.577Z Downloaded getrandom v0.2.17
6522026-08-28T21:24:41.579Z Downloaded clang-sys v1.8.1
6532026-08-28T21:24:41.582Z Downloaded ahash v0.8.12
6542026-08-28T21:24:41.582Z Downloaded take_mut v0.2.2
6552026-08-28T21:24:41.582Z Downloaded tap v1.0.1
6562026-08-28T21:24:41.585Z Downloaded pbkdf2 v0.13.0
6572026-08-28T21:24:41.588Z Downloaded pem v3.0.6
6582026-08-28T21:24:41.588Z Downloaded phc v0.6.1
6592026-08-28T21:24:41.588Z Downloaded predicates v3.1.4
6602026-08-28T21:24:41.591Z Downloaded radium v0.7.0
6612026-08-28T21:24:41.591Z Downloaded progenitor v0.13.0
6622026-08-28T21:24:41.591Z Downloaded progenitor v0.14.0
6632026-08-28T21:24:41.594Z Downloaded highway v1.3.0
6642026-08-28T21:24:41.594Z Downloaded unarray v0.1.4
6652026-08-28T21:24:41.594Z Downloaded universal-hash v0.5.1
6662026-08-28T21:24:41.594Z Downloaded unit-prefix v0.5.2
6672026-08-28T21:24:41.597Z Downloaded cancel-safe-futures v0.1.5
6682026-08-28T21:24:41.599Z Downloaded colored v3.1.1
6692026-08-28T21:24:41.600Z Downloaded half v2.7.1
6702026-08-28T21:24:41.611Z Downloaded resolv-conf v0.7.6
6712026-08-28T21:24:41.611Z Downloaded topological-sort v0.2.2
6722026-08-28T21:24:41.611Z Downloaded utf-8 v0.7.6
6732026-08-28T21:24:41.611Z Downloaded void v1.0.2
6742026-08-28T21:24:41.611Z Downloaded bit-vec v0.6.3
6752026-08-28T21:24:41.611Z Downloaded blake2 v0.11.0-rc.6
6762026-08-28T21:24:41.611Z Downloaded colored v2.2.0
6772026-08-28T21:24:41.611Z Downloaded rustc-demangle v0.1.27
6782026-08-28T21:24:41.611Z Downloaded sec1 v0.7.3
6792026-08-28T21:24:41.611Z Downloaded serde_path_to_error v0.1.20
6802026-08-28T21:24:41.611Z Downloaded zeroize_derive v1.5.0
6812026-08-28T21:24:41.611Z Downloaded serde-hex v0.1.0
6822026-08-28T21:24:41.615Z Downloaded chacha20 v0.9.1
6832026-08-28T21:24:41.615Z Downloaded slog-json v2.6.1
6842026-08-28T21:24:41.615Z Downloaded xshell-macros v0.2.7
6852026-08-28T21:24:41.615Z Downloaded hmac v0.12.1
6862026-08-28T21:24:41.618Z Downloaded foldhash v0.2.0
6872026-08-28T21:24:41.622Z Downloaded pkcs1 v0.7.5
6882026-08-28T21:24:41.625Z Downloaded postcard v1.1.3
6892026-08-28T21:24:41.625Z Downloaded console v0.16.2
6902026-08-28T21:24:41.628Z Downloaded const-oid v0.9.6
6912026-08-28T21:24:41.628Z Downloaded subtle v2.6.1
6922026-08-28T21:24:41.628Z Downloaded bzip2 v0.6.1
6932026-08-28T21:24:41.628Z Downloaded string_cache v0.8.9
6942026-08-28T21:24:41.631Z Downloaded stringprep v0.1.5
6952026-08-28T21:24:41.631Z Downloaded strum_macros v0.24.3
6962026-08-28T21:24:41.631Z Downloaded synstructure v0.13.2
6972026-08-28T21:24:41.634Z Downloaded support-bundle-viewer v0.1.2
6982026-08-28T21:24:41.634Z Downloaded tiny-keccak v2.0.2
6992026-08-28T21:24:41.634Z Downloaded tinystr v0.8.2
7002026-08-28T21:24:41.637Z Downloaded chacha20 v0.10.0
7012026-08-28T21:24:41.637Z Downloaded spki v0.8.0
7022026-08-28T21:24:41.637Z Downloaded ciborium v0.2.2
7032026-08-28T21:24:41.640Z Downloaded parking_lot_core v0.9.12
7042026-08-28T21:24:41.642Z Downloaded debug-ignore v1.0.5
7052026-08-28T21:24:41.645Z Downloaded defmt-parser v1.0.0
7062026-08-28T21:24:41.648Z Downloaded difflib v0.4.0
7072026-08-28T21:24:41.651Z Downloaded base64 v0.22.1
7082026-08-28T21:24:41.654Z Downloaded rand_chacha v0.9.0
7092026-08-28T21:24:41.654Z Downloaded thread_local v1.1.9
7102026-08-28T21:24:41.654Z Downloaded tls_codec v0.4.2
7112026-08-28T21:24:41.657Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7122026-08-28T21:24:41.657Z Downloaded dirs-sys-next v0.1.2
7132026-08-28T21:24:41.657Z Downloaded dof v0.4.0
7142026-08-28T21:24:41.660Z Downloaded generic-array v1.4.3
7152026-08-28T21:24:41.663Z Downloaded ar_archive_writer v0.5.1
7162026-08-28T21:24:41.666Z Downloaded dtrace-parser v0.3.0
7172026-08-28T21:24:41.666Z Downloaded fatfs v0.3.6
7182026-08-28T21:24:41.666Z Downloaded tui-tree-widget v0.23.1
7192026-08-28T21:24:41.668Z Downloaded futures v0.3.32
7202026-08-28T21:24:41.671Z Downloaded vergen-lib v0.1.6
7212026-08-28T21:24:41.674Z Downloaded critical-section v1.2.0
7222026-08-28T21:24:41.677Z Downloaded writeable v0.6.2
7232026-08-28T21:24:41.677Z Downloaded instability v0.3.11
7242026-08-28T21:24:41.680Z Downloaded jiff-static v0.2.34
7252026-08-28T21:24:41.682Z Downloaded aes v0.9.1
7262026-08-28T21:24:41.685Z Downloaded memoffset v0.9.1
7272026-08-28T21:24:41.685Z Downloaded kem v0.3.0
7282026-08-28T21:24:41.685Z Downloaded getrandom v0.3.4
7292026-08-28T21:24:41.688Z Downloaded oxide-update-engine-types v0.1.2
7302026-08-28T21:24:41.688Z Downloaded xshell v0.2.7
7312026-08-28T21:24:41.688Z Downloaded lru-slab v0.1.2
7322026-08-28T21:24:41.691Z Downloaded papergrid v0.18.0
7332026-08-28T21:24:41.691Z Downloaded pkcs1 v0.8.0-rc.4
7342026-08-28T21:24:41.694Z Downloaded const_format_proc_macros v0.2.34
7352026-08-28T21:24:41.695Z Downloaded ctr v0.10.1
7362026-08-28T21:24:41.695Z Downloaded allocator-api2 v0.2.21
7372026-08-28T21:24:41.698Z Downloaded ctutils v0.4.2
7382026-08-28T21:24:41.698Z Downloaded num_enum_derive v0.5.11
7392026-08-28T21:24:41.701Z Downloaded phf_shared v0.11.3
7402026-08-28T21:24:41.704Z Downloaded potential_utf v0.1.4
7412026-08-28T21:24:41.707Z Downloaded delegate v0.13.5
7422026-08-28T21:24:41.707Z Downloaded dsl_auto_type v0.2.0
7432026-08-28T21:24:41.710Z Downloaded elliptic-curve v0.14.1
7442026-08-28T21:24:41.710Z Downloaded derive-ex v0.1.8
7452026-08-28T21:24:41.710Z Downloaded olpc-cjson v0.1.4
7462026-08-28T21:24:41.713Z Downloaded flume v0.11.1
7472026-08-28T21:24:41.716Z Downloaded headers v0.4.1
7482026-08-28T21:24:41.716Z Downloaded omicron-zone-package v0.12.3
7492026-08-28T21:24:41.718Z Downloaded tracing-attributes v0.1.31
7502026-08-28T21:24:41.718Z Downloaded heapless v0.7.17
7512026-08-28T21:24:41.721Z Downloaded backtrace v0.3.76
7522026-08-28T21:24:41.724Z Downloaded bytes v1.11.1
7532026-08-28T21:24:41.727Z Downloaded chumsky v0.9.3
7542026-08-28T21:24:41.727Z Downloaded diesel-dtrace v0.5.0
7552026-08-28T21:24:41.729Z Downloaded maplit v1.0.2
7562026-08-28T21:24:41.729Z Downloaded toml_writer v1.1.1+spec-1.1.0
7572026-08-28T21:24:41.730Z Downloaded heapless v0.8.0
7582026-08-28T21:24:41.732Z Downloaded flate2 v1.1.9
7592026-08-28T21:24:41.732Z Downloaded twox-hash v2.1.2
7602026-08-28T21:24:41.735Z Downloaded illumos-nvpair v0.3.0
7612026-08-28T21:24:41.735Z Downloaded unicode-properties v0.1.4
7622026-08-28T21:24:41.735Z Downloaded vergen-lib v9.1.0
7632026-08-28T21:24:41.738Z Downloaded schemars v0.8.22
7642026-08-28T21:24:41.741Z Downloaded similar v2.7.0
7652026-08-28T21:24:41.744Z Downloaded chacha20poly1305 v0.10.1
7662026-08-28T21:24:41.747Z Downloaded slog v2.8.2
7672026-08-28T21:24:41.747Z Downloaded proc-macro-crate v3.4.0
7682026-08-28T21:24:41.750Z Downloaded progenitor-client v0.14.0
7692026-08-28T21:24:41.750Z Downloaded strip-ansi-escapes v0.2.1
7702026-08-28T21:24:41.755Z Downloaded p384 v0.14.0
7712026-08-28T21:24:41.755Z Downloaded compact_str v0.8.1
7722026-08-28T21:24:41.758Z Downloaded ipnet v2.12.0
7732026-08-28T21:24:41.758Z Downloaded darling v0.20.11
7742026-08-28T21:24:41.763Z Downloaded ipnetwork v0.21.1
7752026-08-28T21:24:41.763Z Downloaded libefi-sys v0.1.0
7762026-08-28T21:24:41.763Z Downloaded postgres-protocol v0.6.10
7772026-08-28T21:24:41.766Z Downloaded scroll_derive v0.13.1
7782026-08-28T21:24:41.766Z Downloaded sponge-cursor v0.1.0
7792026-08-28T21:24:41.766Z Downloaded scopeguard v1.2.0
7802026-08-28T21:24:41.766Z Downloaded arc-swap v1.8.2
7812026-08-28T21:24:41.769Z Downloaded base64 v0.21.7
7822026-08-28T21:24:41.772Z Downloaded bumpalo v3.20.2
7832026-08-28T21:24:41.776Z Downloaded tinyvec v1.10.0
7842026-08-28T21:24:41.782Z Downloaded sigpipe v0.1.3
7852026-08-28T21:24:41.786Z Downloaded rayon-core v1.13.0
7862026-08-28T21:24:41.787Z Downloaded supports-unicode v3.0.0
7872026-08-28T21:24:41.791Z Downloaded rand_core v0.10.0
7882026-08-28T21:24:41.794Z Downloaded universal-hash v0.6.1
7892026-08-28T21:24:41.794Z Downloaded expectorate v1.2.0
7902026-08-28T21:24:41.794Z Downloaded hybrid-array v0.4.13
7912026-08-28T21:24:41.797Z Downloaded module-lattice v0.2.3
7922026-08-28T21:24:41.797Z Downloaded num-complex v0.4.6
7932026-08-28T21:24:41.801Z Downloaded usdt-macro v0.6.0
7942026-08-28T21:24:41.805Z Downloaded multer v3.1.0
7952026-08-28T21:24:41.805Z Downloaded owo-colors v4.3.0
7962026-08-28T21:24:41.805Z Downloaded waitgroup v0.1.2
7972026-08-28T21:24:41.808Z Downloaded supports-hyperlinks v3.2.0
7982026-08-28T21:24:41.808Z Downloaded schemars v0.9.0
7992026-08-28T21:24:41.813Z Downloaded pin-project-lite v0.2.17
8002026-08-28T21:24:41.816Z Downloaded scuffle v0.1.0
8012026-08-28T21:24:41.819Z Downloaded ingot-macros v0.2.0
8022026-08-28T21:24:41.819Z Downloaded litrs v1.0.0
8032026-08-28T21:24:41.822Z Downloaded crc-any v2.5.0
8042026-08-28T21:24:41.822Z Downloaded pin-project-internal v1.1.11
8052026-08-28T21:24:41.822Z Downloaded crypto-common v0.2.2
8062026-08-28T21:24:41.825Z Downloaded cstr-argument v0.1.2
8072026-08-28T21:24:41.825Z Downloaded darling_macro v0.13.4
8082026-08-28T21:24:41.825Z Downloaded document-features v0.2.12
8092026-08-28T21:24:41.825Z Downloaded usdt-attr-macro v0.6.0
8102026-08-28T21:24:41.825Z Downloaded oxnet v0.1.6
8112026-08-28T21:24:41.825Z Downloaded crossbeam-utils v0.8.21
8122026-08-28T21:24:41.828Z Downloaded snafu-derive v0.8.9
8132026-08-28T21:24:41.831Z Downloaded memmap2 v0.9.10
8142026-08-28T21:24:41.831Z Downloaded peg v0.8.5
8152026-08-28T21:24:41.840Z Downloaded pem-rfc7468 v1.0.0
8162026-08-28T21:24:41.843Z Downloaded sqlformat v0.3.5
8172026-08-28T21:24:41.847Z Downloaded strum_macros v0.27.2
8182026-08-28T21:24:41.847Z Downloaded rpassword v7.5.4
8192026-08-28T21:24:41.847Z Downloaded rustls-pemfile v2.2.0
8202026-08-28T21:24:41.850Z Downloaded scroll v0.13.0
8212026-08-28T21:24:41.850Z Downloaded digest-io v0.1.0
8222026-08-28T21:24:41.850Z Downloaded dropshot-api-manager-types v0.8.0
8232026-08-28T21:24:41.850Z Downloaded rustls-native-certs v0.8.3
8242026-08-28T21:24:41.850Z Downloaded serde_derive_internals v0.29.1
8252026-08-28T21:24:41.851Z Downloaded async-compression v0.4.41
8262026-08-28T21:24:41.854Z Downloaded quinn v0.11.11
8272026-08-28T21:24:41.857Z Downloaded cc v1.2.56
8282026-08-28T21:24:41.860Z Downloaded postgres-types v0.2.12
8292026-08-28T21:24:41.860Z Downloaded prettyplease v0.2.37
8302026-08-28T21:24:41.863Z Downloaded hashbrown v0.13.2
8312026-08-28T21:24:41.863Z Downloaded derive-where v1.6.0
8322026-08-28T21:24:41.867Z Downloaded serdect v0.4.3
8332026-08-28T21:24:41.867Z Downloaded signal-hook-registry v1.4.8
8342026-08-28T21:24:41.867Z Downloaded hickory-resolver v0.25.2
8352026-08-28T21:24:41.871Z Downloaded defmt v0.3.100
8362026-08-28T21:24:41.871Z Downloaded progenitor-extras v0.2.0
8372026-08-28T21:24:41.871Z Downloaded hickory-resolver v0.24.4
8382026-08-28T21:24:41.873Z Downloaded keccak v0.1.6
8392026-08-28T21:24:41.873Z Downloaded hickory-proto v0.25.2
8402026-08-28T21:24:41.881Z Downloaded rustls-pki-types v1.14.0
8412026-08-28T21:24:41.884Z Downloaded usdt-impl v0.6.0
8422026-08-28T21:24:41.884Z Downloaded whoami v2.1.0
8432026-08-28T21:24:41.884Z Downloaded instant v0.1.13
8442026-08-28T21:24:41.884Z Downloaded oxide-update-engine-display v0.1.2
8452026-08-28T21:24:41.884Z Downloaded is_ci v1.2.0
8462026-08-28T21:24:41.884Z Downloaded maybe-uninit v2.0.0
8472026-08-28T21:24:41.887Z Downloaded samael v0.0.19
8482026-08-28T21:24:41.890Z Downloaded yansi v1.0.1
8492026-08-28T21:24:41.891Z Downloaded zeroize v1.9.0
8502026-08-28T21:24:41.891Z Downloaded zip v0.6.6
8512026-08-28T21:24:41.894Z Downloaded const_format v0.2.35
8522026-08-28T21:24:41.898Z Downloaded constant_time_eq v0.4.2
8532026-08-28T21:24:41.898Z Downloaded parking_lot_core v0.8.6
8542026-08-28T21:24:41.898Z Downloaded tower-layer v0.3.3
8552026-08-28T21:24:41.898Z Downloaded linked-hash-map v0.5.6
8562026-08-28T21:24:41.898Z Downloaded smallvec v1.15.1
8572026-08-28T21:24:41.901Z Downloaded darling_core v0.21.3
8582026-08-28T21:24:41.901Z Downloaded new_debug_unreachable v1.0.6
8592026-08-28T21:24:41.901Z Downloaded term v0.7.0
8602026-08-28T21:24:41.905Z Downloaded bitvec v1.0.1
8612026-08-28T21:24:41.910Z Downloaded either v1.15.0
8622026-08-28T21:24:41.914Z Downloaded libbz2-rs-sys v0.2.2
8632026-08-28T21:24:41.914Z Downloaded parse-display v0.10.0
8642026-08-28T21:24:41.914Z Downloaded wyz v0.5.1
8652026-08-28T21:24:41.914Z Downloaded num-conv v0.2.0
8662026-08-28T21:24:41.917Z Downloaded zstd-safe v7.2.4
8672026-08-28T21:24:41.917Z Downloaded hashbrown v0.12.3
8682026-08-28T21:24:41.917Z Downloaded ingot v0.2.1
8692026-08-28T21:24:41.917Z Downloaded opaque-debug v0.3.1
8702026-08-28T21:24:41.917Z Downloaded http v1.4.2
8712026-08-28T21:24:41.925Z Downloaded defmt v1.0.1
8722026-08-28T21:24:41.925Z Downloaded hickory-server v0.25.2
8732026-08-28T21:24:41.928Z Downloaded tokio-tungstenite v0.21.0
8742026-08-28T21:24:41.928Z Downloaded toml_parser v1.1.2+spec-1.1.0
8752026-08-28T21:24:41.928Z Downloaded rand_xorshift v0.4.0
8762026-08-28T21:24:41.928Z Downloaded slog-scope v4.4.1
8772026-08-28T21:24:41.928Z Downloaded darling_core v0.20.11
8782026-08-28T21:24:41.932Z Downloaded data-encoding v2.10.0
8792026-08-28T21:24:41.932Z Downloaded phf_shared v0.12.1
8802026-08-28T21:24:41.932Z Downloaded sapling-renderdag v0.1.0
8812026-08-28T21:24:41.932Z Downloaded rand v0.10.1
8822026-08-28T21:24:41.937Z Downloaded rustls-platform-verifier v0.6.2
8832026-08-28T21:24:41.937Z Downloaded unicase v2.9.0
8842026-08-28T21:24:41.937Z Downloaded ml-kem v0.3.2
8852026-08-28T21:24:41.941Z Downloaded rustc_version v0.1.7
8862026-08-28T21:24:41.941Z Downloaded rustc_version v0.4.1
8872026-08-28T21:24:41.941Z Downloaded unicode_categories v0.1.1
8882026-08-28T21:24:41.941Z Downloaded libsw v3.5.0
8892026-08-28T21:24:41.941Z Downloaded rcgen v0.12.1
8902026-08-28T21:24:41.944Z Downloaded slog-bunyan v2.5.0
8912026-08-28T21:24:41.944Z Downloaded strum v0.26.3
8922026-08-28T21:24:41.944Z Downloaded yasna v0.5.2
8932026-08-28T21:24:41.947Z Downloaded supports-color v3.0.2
8942026-08-28T21:24:41.947Z Downloaded tower-service v0.3.3
8952026-08-28T21:24:41.951Z Downloaded icu_locale_core v2.1.1
8962026-08-28T21:24:41.954Z Downloaded icu_normalizer v2.1.1
8972026-08-28T21:24:41.954Z Downloaded jobserver v0.1.34
8982026-08-28T21:24:41.955Z Downloaded pkcs5 v0.8.1
8992026-08-28T21:24:41.958Z Downloaded packed_struct v0.10.1
9002026-08-28T21:24:41.958Z Downloaded pem-rfc7468 v0.7.0
9012026-08-28T21:24:41.958Z Downloaded newtype-uuid v1.3.2
9022026-08-28T21:24:41.961Z Downloaded p256 v0.14.0
9032026-08-28T21:24:41.961Z Downloaded semver v0.1.20
9042026-08-28T21:24:41.961Z Downloaded test-strategy v0.4.5
9052026-08-28T21:24:41.964Z Downloaded parse-display-derive v0.10.0
9062026-08-28T21:24:41.964Z Downloaded port-file v0.1.0
9072026-08-28T21:24:41.964Z Downloaded primeorder v0.14.0
9082026-08-28T21:24:41.967Z Downloaded psm v0.1.30
9092026-08-28T21:24:41.967Z Downloaded rand_core v0.6.4
9102026-08-28T21:24:41.967Z Downloaded miette-derive v7.6.0
9112026-08-28T21:24:41.970Z Downloaded want v0.3.1
9122026-08-28T21:24:41.970Z Downloaded yoke-derive v0.8.1
9132026-08-28T21:24:41.970Z Downloaded convert_case v0.4.0
9142026-08-28T21:24:41.970Z Downloaded indicatif v0.18.4
9152026-08-28T21:24:41.973Z Downloaded crunchy v0.2.4
9162026-08-28T21:24:41.973Z Downloaded zstd v0.13.3
9172026-08-28T21:24:41.973Z Downloaded tabwriter v1.4.1
9182026-08-28T21:24:41.980Z Downloaded crc32fast v1.5.0
9192026-08-28T21:24:41.983Z Downloaded oxide-tokio-rt v0.1.4
9202026-08-28T21:24:41.988Z Downloaded serde_yaml v0.9.34+deprecated
9212026-08-28T21:24:41.991Z Downloaded phf_shared v0.13.1
9222026-08-28T21:24:41.991Z Downloaded unicode-bidi v0.3.18
9232026-08-28T21:24:41.994Z Downloaded hyper-tls v0.6.0
9242026-08-28T21:24:41.997Z Downloaded typify-macro v0.6.2
9252026-08-28T21:24:41.997Z Downloaded shlex v1.3.0
9262026-08-28T21:24:41.997Z Downloaded smallvec v0.6.14
9272026-08-28T21:24:42.001Z Downloaded polyval v0.7.1
9282026-08-28T21:24:42.004Z Downloaded tls_codec_derive v0.4.2
9292026-08-28T21:24:42.007Z Downloaded match_cfg v0.1.0
9302026-08-28T21:24:42.007Z Downloaded inout v0.1.4
9312026-08-28T21:24:42.010Z Downloaded num-iter v0.1.45
9322026-08-28T21:24:42.013Z Downloaded cpubits v0.1.1
9332026-08-28T21:24:42.016Z Downloaded crucible-workspace-hack v0.1.0
9342026-08-28T21:24:42.016Z Downloaded num-bigint-dig v0.8.6
9352026-08-28T21:24:42.021Z Downloaded downcast-rs v2.0.2
9362026-08-28T21:24:42.024Z Downloaded dropshot_endpoint v0.17.1
9372026-08-28T21:24:42.024Z Downloaded elliptic-curve v0.13.8
9382026-08-28T21:24:42.027Z Downloaded vsss-rs v3.3.4
9392026-08-28T21:24:42.027Z Downloaded scrypt v0.12.0
9402026-08-28T21:24:42.031Z Downloaded whoami v1.6.1
9412026-08-28T21:24:42.031Z Downloaded percent-encoding v2.3.2
9422026-08-28T21:24:42.031Z Downloaded toml v1.1.2+spec-1.1.0
9432026-08-28T21:24:42.034Z Downloaded predicates-tree v1.0.13
9442026-08-28T21:24:42.034Z Downloaded litemap v0.8.1
9452026-08-28T21:24:42.034Z Downloaded serde_bytes v0.11.19
9462026-08-28T21:24:42.035Z Downloaded publicsuffix v2.3.0
9472026-08-28T21:24:42.038Z Downloaded is-terminal v0.4.17
9482026-08-28T21:24:42.038Z Downloaded lazy_static v1.5.0
9492026-08-28T21:24:42.038Z Downloaded qorb v0.4.1
9502026-08-28T21:24:42.042Z Downloaded hashbrown v0.16.1
9512026-08-28T21:24:42.042Z Downloaded hashbrown v0.14.5
9522026-08-28T21:24:42.044Z Downloaded hashbrown v0.15.5
9532026-08-28T21:24:42.048Z Downloaded rtoolbox v0.0.3
9542026-08-28T21:24:42.052Z Downloaded tokio-native-tls v0.3.1
9552026-08-28T21:24:42.052Z Downloaded static_assertions v1.1.0
9562026-08-28T21:24:42.052Z Downloaded termtree v0.5.1
9572026-08-28T21:24:42.052Z Downloaded mime v0.3.17
9582026-08-28T21:24:42.052Z Downloaded quick-error v1.2.3
9592026-08-28T21:24:42.055Z Downloaded same-file v1.0.6
9602026-08-28T21:24:42.055Z Downloaded tracing-core v0.1.36
9612026-08-28T21:24:42.057Z Downloaded crossbeam-epoch v0.9.18
9622026-08-28T21:24:42.057Z Downloaded secrecy v0.8.0
9632026-08-28T21:24:42.060Z Downloaded strsim v0.10.0
9642026-08-28T21:24:42.064Z Downloaded thread-id v5.1.0
9652026-08-28T21:24:42.064Z Downloaded ed25519 v3.0.0
9662026-08-28T21:24:42.067Z Downloaded uzers v0.12.2
9672026-08-28T21:24:42.067Z Downloaded sha2 v0.11.0
9682026-08-28T21:24:42.070Z Downloaded oso-derive v0.27.3
9692026-08-28T21:24:42.070Z Downloaded peg-runtime v0.8.5
9702026-08-28T21:24:42.073Z Downloaded time-core v0.1.8
9712026-08-28T21:24:42.073Z Downloaded ed25519-dalek v3.0.0
9722026-08-28T21:24:42.076Z Downloaded icu_provider v2.1.1
9732026-08-28T21:24:42.079Z Downloaded unicode-xid v0.2.6
9742026-08-28T21:24:42.083Z Downloaded xattr v1.6.1
9752026-08-28T21:24:42.083Z Downloaded poly1305 v0.9.0
9762026-08-28T21:24:42.086Z Downloaded quinn-udp v0.5.14
9772026-08-28T21:24:42.086Z Downloaded corncobs v0.1.4
9782026-08-28T21:24:42.086Z Downloaded daft v0.1.8
9792026-08-28T21:24:42.086Z Downloaded digest v0.11.3
9802026-08-28T21:24:42.089Z Downloaded dyn-clone v1.0.20
9812026-08-28T21:24:42.089Z Downloaded sha1 v0.11.0
9822026-08-28T21:24:42.089Z Downloaded serde_urlencoded v0.7.1
9832026-08-28T21:24:42.092Z Downloaded sync-ptr v0.1.4
9842026-08-28T21:24:42.092Z Downloaded aho-corasick v1.1.4
9852026-08-28T21:24:42.096Z Downloaded nanorand v0.7.0
9862026-08-28T21:24:42.096Z Downloaded zerovec-derive v0.11.2
9872026-08-28T21:24:42.096Z Downloaded oxide-update-engine v0.1.2
9882026-08-28T21:24:42.106Z Downloaded zerofrom v0.1.6
9892026-08-28T21:24:42.108Z Downloaded zone v0.3.1
9902026-08-28T21:24:42.108Z Downloaded crc-catalog v2.4.0
9912026-08-28T21:24:42.109Z Downloaded libloading v0.8.9
9922026-08-28T21:24:42.114Z Downloaded darling_macro v0.23.0
9932026-08-28T21:24:42.118Z Downloaded spin v0.9.8
9942026-08-28T21:24:42.121Z Downloaded ident_case v1.0.1
9952026-08-28T21:24:42.121Z Downloaded rand v0.9.2
9962026-08-28T21:24:42.123Z Downloaded indent_write v2.2.0
9972026-08-28T21:24:42.124Z Downloaded des v0.9.0
9982026-08-28T21:24:42.124Z Downloaded futures-util v0.3.32
9992026-08-28T21:24:42.129Z Downloaded newtype_derive v0.1.6
10002026-08-28T21:24:42.133Z Downloaded num-traits v0.2.19
10012026-08-28T21:24:42.133Z Downloaded smf v0.2.3
10022026-08-28T21:24:42.133Z Downloaded lru v0.12.5
10032026-08-28T21:24:42.133Z Downloaded md5 v0.8.0
10042026-08-28T21:24:42.136Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10052026-08-28T21:24:42.142Z Downloaded oxide-generation v0.1.3
10062026-08-28T21:24:42.146Z Downloaded libscf-sys v1.2.0
10072026-08-28T21:24:42.147Z Downloaded inout v0.2.2
10082026-08-28T21:24:42.147Z Downloaded tokio-tungstenite v0.23.1
10092026-08-28T21:24:42.147Z Downloaded nonempty v0.12.0
10102026-08-28T21:24:42.149Z Downloaded packed_struct_codegen v0.10.1
10112026-08-28T21:24:42.152Z Downloaded serde_with_macros v1.5.2
10122026-08-28T21:24:42.152Z Downloaded ref-cast v1.0.25
10132026-08-28T21:24:42.152Z Downloaded siphasher v1.0.2
10142026-08-28T21:24:42.155Z Downloaded derive_more v2.1.1
10152026-08-28T21:24:42.161Z Downloaded structmeta v0.3.0
10162026-08-28T21:24:42.164Z Downloaded vergen-gitcl v1.0.8
10172026-08-28T21:24:42.164Z Downloaded openssl-sys v0.9.117
10182026-08-28T21:24:42.164Z Downloaded progenitor-impl v0.13.0
10192026-08-28T21:24:42.167Z Downloaded derive_builder_core v0.20.2
10202026-08-28T21:24:42.167Z Downloaded newtype-uuid-macros v0.1.0
10212026-08-28T21:24:42.167Z Downloaded password-hash v0.6.1
10222026-08-28T21:24:42.170Z Downloaded zip v4.6.1
10232026-08-28T21:24:42.170Z Downloaded crossterm v0.28.1
10242026-08-28T21:24:42.175Z Downloaded walkdir v2.5.0
10252026-08-28T21:24:42.178Z Downloaded aes-gcm v0.11.0
10262026-08-28T21:24:42.178Z Downloaded tokio-postgres v0.7.16
10272026-08-28T21:24:42.178Z Downloaded num-rational v0.4.2
10282026-08-28T21:24:42.181Z Downloaded stacker v0.1.23
10292026-08-28T21:24:42.181Z Downloaded ed25519-dalek v2.2.0
10302026-08-28T21:24:42.183Z Downloaded darling v0.23.0
10312026-08-28T21:24:42.184Z Downloaded precomputed-hash v0.1.1
10322026-08-28T21:24:42.187Z Downloaded scheduled-thread-pool v0.2.7
10332026-08-28T21:24:42.187Z Downloaded serde_spanned v1.1.1
10342026-08-28T21:24:42.187Z Downloaded rsa v0.9.10
10352026-08-28T21:24:42.189Z Downloaded hkdf v0.13.0
10362026-08-28T21:24:42.189Z Downloaded socket2 v0.6.3
10372026-08-28T21:24:42.190Z Downloaded darling_core v0.13.4
10382026-08-28T21:24:42.194Z Downloaded deranged v0.5.8
10392026-08-28T21:24:42.194Z Downloaded sqlparser_derive v0.5.0
10402026-08-28T21:24:42.197Z Downloaded utf8_iter v1.0.4
10412026-08-28T21:24:42.197Z Downloaded zone_cfg_derive v0.3.1
10422026-08-28T21:24:42.197Z Downloaded sec1 v0.8.1
10432026-08-28T21:24:42.200Z Downloaded tungstenite v0.21.0
10442026-08-28T21:24:42.203Z Downloaded kstat-rs v0.2.5
10452026-08-28T21:24:42.203Z Downloaded miniz_oxide v0.8.9
10462026-08-28T21:24:42.203Z Downloaded ignore v0.4.25
10472026-08-28T21:24:42.219Z Downloaded lock_api v0.4.14
10482026-08-28T21:24:42.219Z Downloaded keccak v0.2.0
10492026-08-28T21:24:42.225Z Downloaded trait-variant v0.1.2
10502026-08-28T21:24:42.225Z Downloaded unicode-truncate v1.1.0
10512026-08-28T21:24:42.225Z Downloaded num_enum v0.7.6
10522026-08-28T21:24:42.225Z Downloaded progenitor-client v0.13.0
10532026-08-28T21:24:42.225Z Downloaded cpufeatures v0.3.0
10542026-08-28T21:24:42.225Z Downloaded crc v3.4.0
10552026-08-28T21:24:42.225Z Downloaded rand_seeder v0.4.0
10562026-08-28T21:24:42.225Z Downloaded progenitor-macro v0.13.0
10572026-08-28T21:24:42.228Z Downloaded num-bigint v0.4.6
10582026-08-28T21:24:42.228Z Downloaded crc8 v0.1.1
10592026-08-28T21:24:42.228Z Downloaded h2 v0.4.15
10602026-08-28T21:24:42.231Z Downloaded steno v0.4.1
10612026-08-28T21:24:42.234Z Downloaded slog-stdlog v4.1.1
10622026-08-28T21:24:42.234Z Downloaded illumos-nvpair-sys v0.2.0
10632026-08-28T21:24:42.234Z Downloaded ppv-lite86 v0.2.21
10642026-08-28T21:24:42.238Z Downloaded time-macros v0.2.27
10652026-08-28T21:24:42.238Z Downloaded indexmap v1.9.3
10662026-08-28T21:24:42.241Z Downloaded strum v0.27.2
10672026-08-28T21:24:42.244Z Downloaded prefix-trie v0.7.0
10682026-08-28T21:24:42.244Z Downloaded md-5 v0.10.6
10692026-08-28T21:24:42.244Z Downloaded cookie v0.18.1
10702026-08-28T21:24:42.256Z Downloaded tagptr v0.2.0
10712026-08-28T21:24:42.259Z Downloaded untrusted v0.7.1
10722026-08-28T21:24:42.259Z Downloaded serde_tokenstream v0.3.0
10732026-08-28T21:24:42.262Z Downloaded toml_edit v0.23.10+spec-1.0.0
10742026-08-28T21:24:42.265Z Downloaded ed25519 v2.2.3
10752026-08-28T21:24:42.265Z Downloaded ingot-types v0.2.0
10762026-08-28T21:24:42.268Z Downloaded wait-timeout v0.2.1
10772026-08-28T21:24:42.272Z Downloaded num v0.4.3
10782026-08-28T21:24:42.276Z Downloaded winnow v0.6.26
10792026-08-28T21:24:42.280Z Downloaded signature v3.0.0
10802026-08-28T21:24:42.283Z Downloaded vergen-git2 v9.1.0
10812026-08-28T21:24:42.283Z Downloaded pkcs8 v0.11.0
10822026-08-28T21:24:42.286Z Downloaded toml v0.7.8
10832026-08-28T21:24:42.286Z Downloaded unsafe-libyaml v0.2.11
10842026-08-28T21:24:42.289Z Downloaded num_enum_derive v0.7.6
10852026-08-28T21:24:42.289Z Downloaded password-hash v0.5.0
10862026-08-28T21:24:42.289Z Downloaded serde_with_macros v3.21.0
10872026-08-28T21:24:42.294Z Downloaded dropshot-api-manager v0.8.0
10882026-08-28T21:24:42.294Z Downloaded mio v1.2.0
10892026-08-28T21:24:42.298Z Downloaded url v2.5.8
10902026-08-28T21:24:42.298Z Downloaded primefield v0.14.0
10912026-08-28T21:24:42.301Z Downloaded crossterm v0.29.0
10922026-08-28T21:24:42.302Z Downloaded daft-derive v0.1.8
10932026-08-28T21:24:42.304Z Downloaded diesel_table_macro_syntax v0.3.0
10942026-08-28T21:24:42.305Z Downloaded darling v0.21.3
10952026-08-28T21:24:42.307Z Downloaded term v1.2.1
10962026-08-28T21:24:42.310Z Downloaded idna_adapter v1.2.1
10972026-08-28T21:24:42.310Z Downloaded openssl-probe v0.2.1
10982026-08-28T21:24:42.310Z Downloaded humantime v2.3.0
10992026-08-28T21:24:42.311Z Downloaded structmeta-derive v0.3.0
11002026-08-28T21:24:42.311Z Downloaded tokio-test v0.4.5
11012026-08-28T21:24:42.314Z Downloaded wnaf v0.14.0
11022026-08-28T21:24:42.314Z Downloaded icu_normalizer_data v2.1.1
11032026-08-28T21:24:42.314Z Downloaded linear-map v1.2.0
11042026-08-28T21:24:42.314Z Downloaded phf v0.12.1
11052026-08-28T21:24:42.317Z Downloaded darling_macro v0.21.3
11062026-08-28T21:24:42.317Z Downloaded typed-path v0.9.3
11072026-08-28T21:24:42.320Z Downloaded recursive-proc-macro-impl v0.1.1
11082026-08-28T21:24:42.320Z Downloaded hkdf v0.12.4
11092026-08-28T21:24:42.320Z Downloaded hyper v1.10.1
11102026-08-28T21:24:42.323Z Downloaded rusty-fork v0.3.1
11112026-08-28T21:24:42.329Z Downloaded idna v1.1.0
11122026-08-28T21:24:42.332Z Downloaded knus v3.4.0
11132026-08-28T21:24:42.332Z Downloaded lalrpop-util v0.19.12
11142026-08-28T21:24:42.335Z Downloaded path-slash v0.1.5
11152026-08-28T21:24:42.335Z Downloaded iri-string v0.7.10
11162026-08-28T21:24:42.340Z Downloaded tokio-dtrace v0.1.1
11172026-08-28T21:24:42.340Z Downloaded slog-async v2.8.0
11182026-08-28T21:24:42.340Z Downloaded tokio-stream v0.1.18
11192026-08-28T21:24:42.342Z Downloaded signature v2.2.0
11202026-08-28T21:24:42.346Z Downloaded serde_with v1.14.0
11212026-08-28T21:24:42.349Z Downloaded oso v0.27.3
11222026-08-28T21:24:42.352Z Downloaded progenitor-impl v0.14.0
11232026-08-28T21:24:42.352Z Downloaded diesel_derives v2.3.7
11242026-08-28T21:24:42.356Z Downloaded phf v0.13.1
11252026-08-28T21:24:42.356Z Downloaded ssh-cipher v0.3.0
11262026-08-28T21:24:42.360Z Downloaded managed v0.8.0
11272026-08-28T21:24:42.360Z Downloaded ron v0.8.1
11282026-08-28T21:24:42.362Z Downloaded psl-types v2.0.11
11292026-08-28T21:24:42.362Z Downloaded zerocopy-derive v0.8.55
11302026-08-28T21:24:42.365Z Downloaded r2d2 v0.8.10
11312026-08-28T21:24:42.370Z Downloaded slab v0.4.12
11322026-08-28T21:24:42.370Z Downloaded displaydoc v0.2.5
11332026-08-28T21:24:42.370Z Downloaded subprocess v0.2.15
11342026-08-28T21:24:42.373Z Downloaded salsa20 v0.11.0
11352026-08-28T21:24:42.373Z Downloaded convert_case v0.10.0
11362026-08-28T21:24:42.373Z Downloaded darling v0.13.4
11372026-08-28T21:24:42.376Z Downloaded der_derive v0.7.3
11382026-08-28T21:24:42.376Z Downloaded derive_builder v0.20.2
11392026-08-28T21:24:42.379Z Downloaded ecdsa v0.17.0
11402026-08-28T21:24:42.379Z Downloaded seq-macro v0.3.6
11412026-08-28T21:24:42.379Z Downloaded simd-adler32 v0.3.8
11422026-08-28T21:24:42.382Z Downloaded impl-trait-for-tuples v0.2.3
11432026-08-28T21:24:42.382Z Downloaded mime_guess v2.0.5
11442026-08-28T21:24:42.388Z Downloaded primeorder v0.13.6
11452026-08-28T21:24:42.391Z Downloaded schemars_derive v0.8.22
11462026-08-28T21:24:42.391Z Downloaded zerofrom-derive v0.1.6
11472026-08-28T21:24:42.395Z Downloaded usdt v0.6.0
11482026-08-28T21:24:42.400Z Downloaded untrusted v0.9.0
11492026-08-28T21:24:42.406Z Downloaded vergen v9.1.0
11502026-08-28T21:24:42.409Z Downloaded cookie_store v0.22.1
11512026-08-28T21:24:42.409Z Downloaded multimap v0.10.1
11522026-08-28T21:24:42.411Z Downloaded hyper-staticfile v0.10.1
11532026-08-28T21:24:42.411Z Downloaded tar v0.4.46
11542026-08-28T21:24:42.415Z Downloaded internet-checksum v0.2.1
11552026-08-28T21:24:42.415Z Downloaded termios v0.3.3
11562026-08-28T21:24:42.415Z Downloaded snafu v0.8.9
11572026-08-28T21:24:42.419Z Downloaded vte v0.14.1
11582026-08-28T21:24:42.422Z Downloaded crossbeam-deque v0.8.6
11592026-08-28T21:24:42.422Z Downloaded ecdsa v0.16.9
11602026-08-28T21:24:42.422Z Downloaded spki v0.7.3
11612026-08-28T21:24:42.426Z Downloaded derive_builder_macro v0.20.2
11622026-08-28T21:24:42.426Z Downloaded rfc6979 v0.6.0
11632026-08-28T21:24:42.429Z Downloaded ryu v1.0.23
11642026-08-28T21:24:42.432Z Downloaded proc-macro-error2 v2.0.1
11652026-08-28T21:24:42.435Z Downloaded defmt-macros v1.0.1
11662026-08-28T21:24:42.435Z Downloaded num-derive v0.4.2
11672026-08-28T21:24:42.439Z Downloaded tokio-rustls v0.26.4
11682026-08-28T21:24:42.441Z Downloaded try-lock v0.2.5
11692026-08-28T21:24:42.441Z Downloaded parking_lot v0.11.2
11702026-08-28T21:24:42.441Z Downloaded indoc v1.0.9
11712026-08-28T21:24:42.444Z Downloaded secrecy v0.10.3
11722026-08-28T21:24:42.444Z Downloaded tokio-macros v2.7.0
11732026-08-28T21:24:42.447Z Downloaded indoc v2.0.7
11742026-08-28T21:24:42.451Z Downloaded knus-derive v3.4.0
11752026-08-28T21:24:42.451Z Downloaded recursive v0.1.1
11762026-08-28T21:24:42.451Z Downloaded signal-hook-tokio v0.3.1
11772026-08-28T21:24:42.451Z Downloaded thiserror-no-std v2.0.2
11782026-08-28T21:24:42.454Z Downloaded signal-hook-mio v0.2.5
11792026-08-28T21:24:42.454Z Downloaded zerocopy v0.6.6
11802026-08-28T21:24:42.457Z Downloaded peg-macros v0.8.5
11812026-08-28T21:24:42.460Z Downloaded pkg-config v0.3.32
11822026-08-28T21:24:42.460Z Downloaded pkcs8 v0.10.2
11832026-08-28T21:24:42.463Z Downloaded sync_wrapper v1.0.2
11842026-08-28T21:24:42.463Z Downloaded lzss v0.8.2
11852026-08-28T21:24:42.467Z Downloaded csv-core v0.1.13
11862026-08-28T21:24:42.473Z Downloaded drift v0.2.0
11872026-08-28T21:24:42.479Z Downloaded serde_cbor v0.11.2
11882026-08-28T21:24:42.481Z Downloaded dirs-next v2.0.0
11892026-08-28T21:24:42.482Z Downloaded curve25519-dalek-derive v0.1.1
11902026-08-28T21:24:42.482Z Downloaded rand_pcg v0.10.2
11912026-08-28T21:24:42.482Z Downloaded poly1305 v0.8.0
11922026-08-28T21:24:42.485Z Downloaded blake3 v1.8.5
11932026-08-28T21:24:42.489Z Downloaded slog-term v2.9.2
11942026-08-28T21:24:42.493Z Downloaded strum_macros v0.26.4
11952026-08-28T21:24:42.496Z Downloaded ssh-encoding v0.3.0
11962026-08-28T21:24:42.496Z Downloaded bindgen v0.71.1
11972026-08-28T21:24:42.499Z Downloaded dunce v1.0.5
11982026-08-28T21:24:42.499Z Downloaded nu-ansi-term v0.50.3
11992026-08-28T21:24:42.499Z Downloaded pin-project v1.1.11
12002026-08-28T21:24:42.505Z Downloaded display-error-chain v0.2.2
12012026-08-28T21:24:42.508Z Downloaded thiserror-impl-no-std v2.0.2
12022026-08-28T21:24:42.508Z Downloaded signal-hook v0.3.18
12032026-08-28T21:24:42.508Z Downloaded rand_core v0.9.5
12042026-08-28T21:24:42.511Z Downloaded slog-dtrace v0.3.0
12052026-08-28T21:24:42.511Z Downloaded iana-time-zone v0.1.65
12062026-08-28T21:24:42.511Z Downloaded darling_macro v0.20.11
12072026-08-28T21:24:42.511Z Downloaded lru-cache v0.1.2
12082026-08-28T21:24:42.514Z Downloaded predicates-core v1.0.10
12092026-08-28T21:24:42.514Z Downloaded serde-big-array v0.5.1
12102026-08-28T21:24:42.514Z Downloaded proc-macro-error-attr2 v2.0.0
12112026-08-28T21:24:42.514Z Downloaded sha3 v0.12.0
12122026-08-28T21:24:42.514Z Downloaded itertools v0.14.0
12132026-08-28T21:24:42.517Z Downloaded proptest v1.11.0
12142026-08-28T21:24:42.523Z Downloaded rustversion v1.0.22
12152026-08-28T21:24:42.526Z Downloaded derive_more-impl v2.1.1
12162026-08-28T21:24:42.529Z Downloaded rsa v0.10.0-rc.18
12172026-08-28T21:24:42.532Z Downloaded rawzip v0.4.4
12182026-08-28T21:24:42.532Z Downloaded hyper-util v0.1.20
12192026-08-28T21:24:42.536Z Downloaded libsw-core v0.3.2
12202026-08-28T21:24:42.540Z Downloaded paste v1.0.15
12212026-08-28T21:24:42.540Z Downloaded nom v8.0.0
12222026-08-28T21:24:42.546Z Downloaded russh v0.62.4
12232026-08-28T21:24:42.548Z Downloaded crypto-bigint v0.5.5
12242026-08-28T21:24:42.548Z Downloaded tungstenite v0.23.0
12252026-08-28T21:24:42.551Z Downloaded diff v0.1.13
12262026-08-28T21:24:42.551Z Downloaded aws-lc-rs v1.16.3
12272026-08-28T21:24:42.556Z Downloaded chrono v0.4.45
12282026-08-28T21:24:42.560Z Downloaded native-tls v0.2.18
12292026-08-28T21:24:42.563Z Downloaded yoke v0.8.1
12302026-08-28T21:24:42.563Z Downloaded parking_lot v0.12.5
12312026-08-28T21:24:42.566Z Downloaded typify v0.6.2
12322026-08-28T21:24:42.566Z Downloaded unicode-normalization v0.1.25
12332026-08-28T21:24:42.569Z Downloaded hyper-rustls v0.27.7
12342026-08-28T21:24:42.569Z Downloaded petname v2.0.2
12352026-08-28T21:24:42.572Z Downloaded der v0.8.0
12362026-08-28T21:24:42.574Z Downloaded git2 v0.20.4
12372026-08-28T21:24:42.578Z Downloaded icu_properties_data v2.1.2
12382026-08-28T21:24:42.584Z Downloaded goblin v0.10.5
12392026-08-28T21:24:42.587Z Downloaded rayon v1.11.0
12402026-08-28T21:24:42.592Z Downloaded zopfli v0.8.3
12412026-08-28T21:24:42.595Z Downloaded crypto-primes v0.7.2
12422026-08-28T21:24:42.597Z Downloaded darling_core v0.23.0
12432026-08-28T21:24:42.601Z Downloaded rustls-webpki v0.103.13
12442026-08-28T21:24:42.604Z Downloaded rand v0.8.6
12452026-08-28T21:24:42.606Z Downloaded iddqd v0.4.2
12462026-08-28T21:24:42.610Z Downloaded toml_edit v0.19.15
12472026-08-28T21:24:42.618Z Downloaded internal-russh-num-bigint v0.5.0
12482026-08-28T21:24:42.625Z Downloaded libm v0.2.16
12492026-08-28T21:24:42.630Z Downloaded uuid v1.23.4
12502026-08-28T21:24:42.633Z Downloaded tokio-util v0.7.18
12512026-08-28T21:24:42.635Z Downloaded smoltcp v0.9.1
12522026-08-28T21:24:42.643Z Downloaded itertools v0.15.0
12532026-08-28T21:24:42.646Z Downloaded socket2 v0.5.10
12542026-08-28T21:24:42.646Z Downloaded tower v0.5.3
12552026-08-28T21:24:42.652Z Downloaded der v0.7.10
12562026-08-28T21:24:42.661Z Downloaded zlib-rs v0.6.2
12572026-08-28T21:24:42.665Z Downloaded gimli v0.32.3
12582026-08-28T21:24:42.672Z Downloaded crossbeam-channel v0.5.15
12592026-08-28T21:24:42.675Z Downloaded derive_more v0.99.20
12602026-08-28T21:24:42.675Z Downloaded itertools v0.10.5
12612026-08-28T21:24:42.678Z Downloaded schemars v1.2.1
12622026-08-28T21:24:42.685Z Downloaded icu_properties v2.1.2
12632026-08-28T21:24:42.689Z Downloaded miette v7.6.0
12642026-08-28T21:24:42.689Z Downloaded itertools v0.13.0
12652026-08-28T21:24:42.692Z Downloaded nom v7.1.3
12662026-08-28T21:24:42.695Z Downloaded regex v1.12.3
12672026-08-28T21:24:42.698Z Downloaded time v0.3.47
12682026-08-28T21:24:42.703Z Downloaded quick-xml v0.37.5
12692026-08-28T21:24:42.706Z Downloaded serde_with v3.21.0
12702026-08-28T21:24:42.713Z Downloaded zerotrie v0.2.3
12712026-08-28T21:24:42.716Z Downloaded libxml v0.3.3
12722026-08-28T21:24:42.719Z Downloaded vcpkg v0.2.15
12732026-08-28T21:24:42.740Z Downloaded moka v0.12.13
12742026-08-28T21:24:42.743Z Downloaded rustyline v14.0.0
12752026-08-28T21:24:42.746Z Downloaded winnow v0.5.40
12762026-08-28T21:24:42.750Z Downloaded icu_collections v2.1.1
12772026-08-28T21:24:42.753Z Downloaded unicode-segmentation v1.12.0
12782026-08-28T21:24:42.756Z Downloaded smoltcp v0.11.0
12792026-08-28T21:24:42.763Z Downloaded p521 v0.14.0
12802026-08-28T21:24:42.765Z Downloaded reqwest v0.13.2
12812026-08-28T21:24:42.769Z Downloaded pretty_assertions v1.4.1
12822026-08-28T21:24:42.769Z Downloaded minimal-lexical v0.2.1
12832026-08-28T21:24:42.772Z Downloaded hickory-proto v0.24.4
12842026-08-28T21:24:42.778Z Downloaded lalrpop v0.19.12
12852026-08-28T21:24:42.784Z Downloaded reqwest v0.12.28
12862026-08-28T21:24:42.787Z Downloaded reedline v0.40.0
12872026-08-28T21:24:42.790Z Downloaded quinn-proto v0.11.16
12882026-08-28T21:24:42.794Z Downloaded radix_trie v0.2.1
12892026-08-28T21:24:42.804Z Downloaded nix v0.27.1
12902026-08-28T21:24:42.809Z Downloaded x509-cert v0.2.5
12912026-08-28T21:24:42.812Z Downloaded salty v0.3.0
12922026-08-28T21:24:42.829Z Downloaded bstr v1.12.1
12932026-08-28T21:24:42.844Z Downloaded zerocopy v0.8.55
12942026-08-28T21:24:42.851Z Downloaded zerovec v0.11.5
12952026-08-28T21:24:42.854Z Downloaded tabled v0.21.0
12962026-08-28T21:24:42.863Z Downloaded sqlparser v0.61.0
12972026-08-28T21:24:42.868Z Downloaded ssh-key v0.7.0-rc.11
12982026-08-28T21:24:42.873Z Downloaded object v0.30.4
12992026-08-28T21:24:42.877Z Downloaded tough v0.22.0
13002026-08-28T21:24:42.883Z Downloaded rustix v0.38.44
13012026-08-28T21:24:42.894Z Downloaded tower-http v0.6.8
13022026-08-28T21:24:42.898Z Downloaded jiff-core v0.1.0
13032026-08-28T21:24:42.902Z Downloaded p384 v0.13.1
13042026-08-28T21:24:42.905Z Downloaded nix v0.28.0
13052026-08-28T21:24:42.908Z Downloaded portable-atomic v1.13.1
13062026-08-28T21:24:42.912Z Downloaded curve25519-dalek v4.1.3
13072026-08-28T21:24:42.917Z Downloaded regress v0.11.1
13082026-08-28T21:24:42.922Z Downloaded rustls v0.23.41
13092026-08-28T21:24:42.928Z Downloaded regex-syntax v0.6.29
13102026-08-28T21:24:42.933Z Downloaded crypto-bigint v0.7.5
13112026-08-28T21:24:42.940Z Downloaded itertools v0.12.1
13122026-08-28T21:24:42.943Z Downloaded diesel v2.3.7
13132026-08-28T21:24:42.955Z Downloaded openapiv3 v2.2.0
13142026-08-28T21:24:42.962Z Downloaded zerocopy-derive v0.6.6
13152026-08-28T21:24:42.967Z Downloaded tracing v0.1.44
13162026-08-28T21:24:42.979Z Downloaded ratatui v0.29.0
13172026-08-28T21:24:42.989Z Downloaded winnow v1.0.3
13182026-08-28T21:24:42.995Z Downloaded regex-automata v0.4.14
13192026-08-28T21:24:43.003Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13202026-08-28T21:24:43.012Z Downloaded object v0.37.3
13212026-08-28T21:24:43.018Z Downloaded sha3 v0.10.8
13222026-08-28T21:24:43.021Z Downloaded regex-syntax v0.8.10
13232026-08-28T21:24:43.033Z Downloaded encoding_rs v0.8.35
13242026-08-28T21:24:43.046Z Downloaded regress v0.10.5
13252026-08-28T21:24:43.051Z Downloaded openssl v0.10.80
13262026-08-28T21:24:43.091Z Downloaded curve25519-dalek v5.0.0
13272026-08-28T21:24:43.100Z Downloaded syn v3.0.3
13282026-08-28T21:24:43.106Z Downloaded dropshot v0.17.1
13292026-08-28T21:24:43.119Z Downloaded polar-core v0.27.3
13302026-08-28T21:24:43.135Z Downloaded sled v0.34.7
13312026-08-28T21:24:43.142Z Downloaded nix v0.31.2
13322026-08-28T21:24:43.161Z Downloaded sha3 v0.11.0
13332026-08-28T21:24:43.187Z Downloaded typify-impl v0.6.2
13342026-08-28T21:24:43.212Z Downloaded bzip2-sys v0.1.13+1.0.8
13352026-08-28T21:24:43.264Z Downloaded petgraph v0.6.5
13362026-08-28T21:24:43.311Z Downloaded chrono-tz v0.10.4
13372026-08-28T21:24:43.329Z Downloaded petgraph v0.8.3
13382026-08-28T21:24:43.342Z Downloaded jiff v0.2.34
13392026-08-28T21:24:43.369Z Downloaded libz-sys v1.1.24
13402026-08-28T21:24:43.391Z Downloaded tokio v1.52.1
13412026-08-28T21:24:43.414Z Downloaded csv v1.4.0
13422026-08-28T21:24:43.521Z Downloaded ring v0.17.14
13432026-08-28T21:24:43.564Z Downloaded libgit2-sys v0.18.3+1.9.2
13442026-08-28T21:24:44.062Z Downloaded aws-lc-sys v0.40.0
13452026-08-28T21:24:44.318Z Compiling serde_core v1.0.228
13462026-08-28T21:24:44.318Z Compiling libc v0.2.185
13472026-08-28T21:24:44.318Z Compiling serde v1.0.228
13482026-08-28T21:24:44.322Z Compiling log v0.4.33
13492026-08-28T21:24:44.322Z Compiling smallvec v1.15.1
13502026-08-28T21:24:44.322Z Compiling shlex v1.3.0
13512026-08-28T21:24:44.449Z Compiling find-msvc-tools v0.1.9
13522026-08-28T21:24:44.453Z Compiling syn v2.0.117
13532026-08-28T21:24:44.657Z Compiling subtle v2.6.1
13542026-08-28T21:24:44.681Z Compiling scopeguard v1.2.0
13552026-08-28T21:24:44.681Z Compiling typenum v1.20.1
13562026-08-28T21:24:44.748Z Compiling stable_deref_trait v1.2.1
13572026-08-28T21:24:44.765Z Compiling lock_api v0.4.14
13582026-08-28T21:24:44.779Z Compiling zerocopy v0.8.55
13592026-08-28T21:24:44.818Z Compiling portable-atomic v1.13.1
13602026-08-28T21:24:44.821Z Compiling serde_json v1.0.151
13612026-08-28T21:24:44.986Z Compiling critical-section v1.2.0
13622026-08-28T21:24:45.026Z Compiling libm v0.2.16
13632026-08-28T21:24:45.088Z Compiling num-traits v0.2.19
13642026-08-28T21:24:45.198Z Compiling pkg-config v0.3.32
13652026-08-28T21:24:45.256Z Compiling errno v0.3.14
13662026-08-28T21:24:45.270Z Compiling jobserver v0.1.34
13672026-08-28T21:24:45.326Z Compiling getrandom v0.2.17
13682026-08-28T21:24:45.477Z Compiling cc v1.2.56
13692026-08-28T21:24:45.544Z Compiling rand_core v0.6.4
13702026-08-28T21:24:45.866Z Compiling generic-array v0.14.7
13712026-08-28T21:24:45.880Z Compiling once_cell v1.21.3
13722026-08-28T21:24:45.945Z Compiling getrandom v0.4.3
13732026-08-28T21:24:45.969Z Compiling const-oid v0.9.6
13742026-08-28T21:24:46.058Z Compiling parking_lot_core v0.9.12
13752026-08-28T21:24:46.093Z Compiling pin-project-lite v0.2.17
13762026-08-28T21:24:46.316Z Compiling rand_core v0.10.0
13772026-08-28T21:24:46.596Z Compiling bitflags v2.11.0
13782026-08-28T21:24:46.732Z Compiling signal-hook-registry v1.4.8
13792026-08-28T21:24:46.769Z Compiling writeable v0.6.2
13802026-08-28T21:24:46.788Z Compiling futures-core v0.3.32
13812026-08-28T21:24:46.860Z Compiling percent-encoding v2.3.2
13822026-08-28T21:24:46.906Z Compiling litemap v0.8.1
13832026-08-28T21:24:46.955Z Compiling semver v1.0.28
13842026-08-28T21:24:46.975Z Compiling parking_lot v0.12.5
13852026-08-28T21:24:47.046Z Compiling mio v1.2.0
13862026-08-28T21:24:47.060Z Compiling icu_properties_data v2.1.2
13872026-08-28T21:24:47.099Z Compiling icu_normalizer_data v2.1.1
13882026-08-28T21:24:47.168Z Compiling socket2 v0.6.3
13892026-08-28T21:24:47.282Z Compiling synstructure v0.13.2
13902026-08-28T21:24:47.354Z Compiling getrandom v0.3.4
13912026-08-28T21:24:47.392Z Compiling rustix v1.1.4
13922026-08-28T21:24:47.405Z Compiling futures-sink v0.3.32
13932026-08-28T21:24:47.511Z Compiling futures-channel v0.3.32
13942026-08-28T21:24:47.514Z Compiling indexmap v2.14.0
13952026-08-28T21:24:47.583Z Compiling futures-task v0.3.32
13962026-08-28T21:24:47.755Z Compiling futures-io v0.3.32
13972026-08-28T21:24:47.759Z Compiling utf8_iter v1.0.4
13982026-08-28T21:24:47.815Z Compiling slab v0.4.12
13992026-08-28T21:24:47.885Z Compiling form_urlencoded v1.2.2
14002026-08-28T21:24:47.904Z Compiling rustversion v1.0.22
14012026-08-28T21:24:47.917Z Compiling base64ct v1.8.3
14022026-08-28T21:24:47.995Z Compiling iana-time-zone v0.1.65
14032026-08-28T21:24:48.062Z Compiling cmake v0.1.57
14042026-08-28T21:24:48.186Z Compiling pem-rfc7468 v0.7.0
14052026-08-28T21:24:48.202Z Compiling flagset v0.4.7
14062026-08-28T21:24:48.217Z Compiling dunce v1.0.5
14072026-08-28T21:24:48.249Z Compiling fs_extra v1.3.0
14082026-08-28T21:24:48.318Z Compiling regex-syntax v0.8.10
14092026-08-28T21:24:48.333Z Compiling ident_case v1.0.1
14102026-08-28T21:24:48.455Z Compiling rand_core v0.9.5
14112026-08-28T21:24:48.468Z Compiling uuid v1.23.4
14122026-08-28T21:24:48.494Z Compiling base64 v0.22.1
14132026-08-28T21:24:48.522Z Compiling aws-lc-sys v0.40.0
14142026-08-28T21:24:48.731Z Compiling syn v1.0.109
14152026-08-28T21:24:48.824Z Compiling vcpkg v0.2.15
14162026-08-28T21:24:48.876Z Compiling serde_derive_internals v0.29.1
14172026-08-28T21:24:49.048Z Compiling serde_derive v1.0.228
14182026-08-28T21:24:49.080Z Compiling zeroize_derive v1.5.0
14192026-08-28T21:24:49.117Z Compiling zerofrom-derive v0.1.6
14202026-08-28T21:24:49.164Z Compiling zerocopy-derive v0.8.55
14212026-08-28T21:24:49.563Z Compiling yoke-derive v0.8.1
14222026-08-28T21:24:49.730Z Compiling zerovec-derive v0.11.2
14232026-08-28T21:24:49.794Z Compiling displaydoc v0.2.5
14242026-08-28T21:24:50.551Z Compiling zerofrom v0.1.6
14252026-08-28T21:24:50.554Z Compiling tokio-macros v2.7.0
14262026-08-28T21:24:50.677Z Compiling futures-macro v0.3.32
14272026-08-28T21:24:50.714Z Compiling der_derive v0.7.3
14282026-08-28T21:24:50.782Z Compiling yoke v0.8.1
14292026-08-28T21:24:50.903Z Compiling thiserror-impl v2.0.18
14302026-08-28T21:24:50.971Z Compiling zerovec v0.11.5
14312026-08-28T21:24:51.330Z Compiling zerotrie v0.2.3
14322026-08-28T21:24:51.494Z Compiling tinystr v0.8.2
14332026-08-28T21:24:51.514Z Compiling potential_utf v0.1.4
14342026-08-28T21:24:51.633Z Compiling futures-util v0.3.32
14352026-08-28T21:24:51.677Z Compiling icu_locale_core v2.1.1
14362026-08-28T21:24:51.699Z Compiling icu_collections v2.1.1
14372026-08-28T21:24:51.712Z Compiling openssl-sys v0.9.117
14382026-08-28T21:24:52.190Z Compiling tracing-attributes v0.1.31
14392026-08-28T21:24:52.240Z Compiling rustc_version v0.4.1
14402026-08-28T21:24:52.255Z Compiling thiserror v2.0.18
14412026-08-28T21:24:52.359Z Compiling icu_provider v2.1.1
14422026-08-28T21:24:52.551Z Compiling zeroize v1.9.0
14432026-08-28T21:24:52.567Z Compiling bytes v1.11.1
14442026-08-28T21:24:52.626Z Compiling icu_properties v2.1.2
14452026-08-28T21:24:52.655Z Compiling icu_normalizer v2.1.1
14462026-08-28T21:24:53.166Z Compiling tokio v1.52.1
14472026-08-28T21:24:53.180Z Compiling chrono v0.4.45
14482026-08-28T21:24:53.322Z Compiling block-buffer v0.10.4
14492026-08-28T21:24:53.939Z Compiling crypto-common v0.1.7
14502026-08-28T21:24:53.951Z Compiling idna_adapter v1.2.1
14512026-08-28T21:24:53.951Z Compiling digest v0.10.7
14522026-08-28T21:24:53.951Z Compiling ppv-lite86 v0.2.21
14532026-08-28T21:24:53.951Z Compiling idna v1.1.0
14542026-08-28T21:24:53.951Z Compiling der v0.7.10
14552026-08-28T21:24:53.951Z Compiling http v1.4.2
14562026-08-28T21:24:53.952Z Compiling tracing-core v0.1.36
14572026-08-28T21:24:53.966Z Compiling rand_chacha v0.9.0
14582026-08-28T21:24:57.305Z Compiling url v2.5.8
14592026-08-28T21:24:57.329Z Compiling cpufeatures v0.2.17
14602026-08-28T21:24:57.329Z Compiling simd-adler32 v0.3.8
14612026-08-28T21:24:57.329Z Compiling dyn-clone v1.0.20
14622026-08-28T21:24:57.329Z Compiling spki v0.7.3
14632026-08-28T21:24:57.329Z Compiling schemars v0.8.22
14642026-08-28T21:24:57.329Z Compiling aws-lc-rs v1.16.3
14652026-08-28T21:24:57.329Z Compiling http-body v1.0.1
14662026-08-28T21:24:57.329Z Compiling pkcs8 v0.10.2
14672026-08-28T21:24:57.329Z Compiling tracing v0.1.44
14682026-08-28T21:24:57.329Z Compiling rand v0.9.2
14692026-08-28T21:24:57.329Z Compiling rustls-pki-types v1.14.0
14702026-08-28T21:24:57.329Z Compiling schemars_derive v0.8.22
14712026-08-28T21:24:57.329Z Compiling spin v0.9.8
14722026-08-28T21:24:57.329Z Compiling adler2 v2.0.1
14732026-08-28T21:24:57.329Z Compiling cmov v0.5.4
14742026-08-28T21:24:57.329Z Compiling crc32fast v1.5.0
14752026-08-28T21:24:57.329Z Compiling openssl-probe v0.2.1
14762026-08-28T21:24:57.329Z Compiling httparse v1.10.1
14772026-08-28T21:24:57.330Z Compiling tinyvec_macros v0.1.1
14782026-08-28T21:24:57.330Z Compiling tinyvec v1.10.0
14792026-08-28T21:24:57.330Z Compiling ctutils v0.4.2
14802026-08-28T21:24:57.330Z Compiling miniz_oxide v0.8.9
14812026-08-28T21:24:57.330Z Compiling tempfile v3.27.0
14822026-08-28T21:24:57.330Z Compiling pest_generator v2.8.6
14832026-08-28T21:24:57.330Z Compiling sha2 v0.10.9
14842026-08-28T21:24:57.330Z Compiling terminal_size v0.4.3
14852026-08-28T21:24:57.330Z Compiling aho-corasick v1.1.4
14862026-08-28T21:24:57.330Z Compiling untrusted v0.7.1
14872026-08-28T21:24:57.330Z Compiling radium v0.7.0
14882026-08-28T21:24:57.330Z Compiling try-lock v0.2.5
14892026-08-28T21:24:57.330Z Compiling atomic-waker v1.1.2
14902026-08-28T21:24:57.330Z Compiling tower-layer v0.3.3
14912026-08-28T21:24:57.330Z Compiling tower-service v0.3.3
14922026-08-28T21:24:57.330Z Compiling tokio-util v0.7.18
14932026-08-28T21:24:57.330Z Compiling want v0.3.1
14942026-08-28T21:24:57.330Z Compiling regex-automata v0.4.14
14952026-08-28T21:24:57.330Z Compiling pest_derive v2.8.6
14962026-08-28T21:24:59.079Z Compiling h2 v0.4.15
14972026-08-28T21:24:59.106Z Compiling hybrid-array v0.4.13
14982026-08-28T21:24:59.106Z Compiling ipnet v2.12.0
14992026-08-28T21:24:59.124Z Compiling scroll_derive v0.13.1
15002026-08-28T21:24:59.124Z Compiling darling_core v0.20.11
15012026-08-28T21:24:59.124Z Compiling foreign-types-shared v0.1.1
15022026-08-28T21:24:59.124Z Compiling rustls v0.23.41
15032026-08-28T21:24:59.124Z Compiling untrusted v0.9.0
15042026-08-28T21:24:59.124Z Compiling tap v1.0.1
15052026-08-28T21:24:59.124Z Compiling openssl v0.10.80
15062026-08-28T21:24:59.124Z Compiling maybe-uninit v2.0.0
15072026-08-28T21:24:59.124Z Compiling httpdate v1.0.3
15082026-08-28T21:24:59.124Z Compiling wyz v0.5.1
15092026-08-28T21:24:59.165Z Compiling scroll v0.13.0
15102026-08-28T21:24:59.280Z Compiling foreign-types v0.3.2
15112026-08-28T21:24:59.291Z Compiling unicode-normalization v0.1.25
15122026-08-28T21:24:59.496Z Compiling rand_chacha v0.3.1
15132026-08-28T21:24:59.505Z Compiling signature v2.2.0
15142026-08-28T21:25:00.849Z Compiling hex v0.4.3
15152026-08-28T21:25:00.874Z Compiling thiserror-impl v1.0.69
15162026-08-28T21:25:00.874Z Compiling openssl-macros v0.1.1
15172026-08-28T21:25:00.874Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15182026-08-28T21:25:00.874Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-08-28T21:25:00.874Z Compiling num-integer v0.1.46
15202026-08-28T21:25:00.874Z Compiling wait-timeout v0.2.1
15212026-08-28T21:25:00.874Z Compiling ahash v0.8.12
15222026-08-28T21:25:00.874Z Compiling bit-vec v0.8.0
15232026-08-28T21:25:00.874Z Compiling powerfmt v0.2.0
15242026-08-28T21:25:00.874Z Compiling packed_struct v0.10.1
15252026-08-28T21:25:00.874Z Compiling hyper v1.10.1
15262026-08-28T21:25:00.874Z Compiling native-tls v0.2.18
15272026-08-28T21:25:00.874Z Compiling darling_macro v0.20.11
15282026-08-28T21:25:00.874Z Compiling num-bigint-dig v0.8.6
15292026-08-28T21:25:00.898Z Compiling num-conv v0.2.0
15302026-08-28T21:25:00.999Z Compiling funty v2.0.0
15312026-08-28T21:25:01.009Z Compiling quick-error v1.2.3
15322026-08-28T21:25:01.028Z Compiling time-core v0.1.8
15332026-08-28T21:25:01.121Z Compiling rusty-fork v0.3.1
15342026-08-28T21:25:01.186Z Compiling time-macros v0.2.27
15352026-08-28T21:25:01.201Z Compiling thiserror v1.0.69
15362026-08-28T21:25:01.284Z Compiling darling v0.20.11
15372026-08-28T21:25:01.304Z Compiling bitvec v1.0.1
15382026-08-28T21:25:01.389Z Compiling clap_builder v4.6.0
15392026-08-28T21:25:01.424Z Compiling deranged v0.5.8
15402026-08-28T21:25:01.532Z Compiling bit-set v0.8.0
15412026-08-28T21:25:01.741Z Compiling num-iter v0.1.45
15422026-08-28T21:25:01.861Z Compiling hyper-util v0.1.20
15432026-08-28T21:25:02.393Z Compiling rand v0.8.6
15442026-08-28T21:25:02.512Z Compiling goblin v0.10.5
15452026-08-28T21:25:02.798Z Compiling packed_struct_codegen v0.10.1
15462026-08-28T21:25:03.157Z Compiling lazy_static v1.5.0
15472026-08-28T21:25:03.249Z Compiling hmac v0.12.1
15482026-08-28T21:25:03.407Z Compiling toml_datetime v0.6.11
15492026-08-28T21:25:03.555Z Compiling serde_spanned v0.6.9
15502026-08-28T21:25:03.658Z Compiling bitfield-macros v0.19.4
15512026-08-28T21:25:03.698Z Compiling zerocopy-derive v0.6.6
15522026-08-28T21:25:03.838Z Compiling clap_derive v4.6.1
15532026-08-28T21:25:04.320Z Compiling rand_xorshift v0.4.0
15542026-08-28T21:25:04.345Z Compiling sync_wrapper v1.0.2
15552026-08-28T21:25:04.475Z Compiling indexmap v1.9.3
15562026-08-28T21:25:04.488Z Compiling usdt-impl v0.6.0
15572026-08-28T21:25:04.526Z Compiling zlib-rs v0.6.2
15582026-08-28T21:25:04.657Z Compiling object v0.37.3
15592026-08-28T21:25:04.686Z Compiling siphasher v1.0.2
15602026-08-28T21:25:04.866Z Compiling nodrop v0.1.14
15612026-08-28T21:25:04.909Z Compiling crossbeam-utils v0.8.21
15622026-08-28T21:25:04.957Z Compiling unicode-segmentation v1.12.0
15632026-08-28T21:25:05.186Z Compiling num_threads v0.1.7
15642026-08-28T21:25:05.283Z Compiling unarray v0.1.4
15652026-08-28T21:25:05.297Z Compiling paste v1.0.15
15662026-08-28T21:25:05.328Z Compiling crc-catalog v2.4.0
15672026-08-28T21:25:05.391Z Compiling proptest v1.11.0
15682026-08-28T21:25:05.419Z Compiling crc v3.4.0
15692026-08-28T21:25:05.568Z Compiling clap v4.6.1
15702026-08-28T21:25:05.600Z Compiling time v0.3.47
15712026-08-28T21:25:05.632Z Compiling dof v0.4.0
15722026-08-28T21:25:05.646Z Compiling array-init v0.0.4
15732026-08-28T21:25:06.403Z Compiling zerocopy v0.6.6
15742026-08-28T21:25:06.711Z Compiling tower v0.5.3
15752026-08-28T21:25:06.724Z Compiling bitfield v0.19.4
15762026-08-28T21:25:07.175Z Compiling smallvec v0.6.14
15772026-08-28T21:25:07.369Z Compiling flate2 v1.1.9
15782026-08-28T21:25:07.526Z Compiling derive_builder_core v0.20.2
15792026-08-28T21:25:07.709Z Compiling dtrace-parser v0.3.0
15802026-08-28T21:25:07.764Z Compiling ipnetwork v0.21.1
15812026-08-28T21:25:08.102Z Compiling pkcs1 v0.7.5
15822026-08-28T21:25:08.140Z Compiling http-body-util v0.1.3
15832026-08-28T21:25:08.360Z Compiling heapless v0.7.17
15842026-08-28T21:25:08.380Z Compiling scroll_derive v0.12.1
15852026-08-28T21:25:08.423Z Compiling structmeta-derive v0.3.0
15862026-08-28T21:25:08.490Z Compiling slog v2.8.2
15872026-08-28T21:25:08.595Z Compiling darling_core v0.23.0
15882026-08-28T21:25:08.670Z Compiling thread-id v5.1.0
15892026-08-28T21:25:08.741Z Compiling cookie v0.18.1
15902026-08-28T21:25:08.755Z Compiling env_filter v2.0.0
15912026-08-28T21:25:08.921Z Compiling syn v3.0.3
15922026-08-28T21:25:09.033Z Compiling hashbrown v0.12.3
15932026-08-28T21:25:09.046Z Compiling winnow v0.5.40
15942026-08-28T21:25:09.488Z Compiling allocator-api2 v0.2.21
15952026-08-28T21:25:09.502Z Compiling ryu v1.0.23
15962026-08-28T21:25:09.678Z Compiling base64 v0.21.7
15972026-08-28T21:25:09.815Z Compiling signal-hook v0.3.18
15982026-08-28T21:25:09.983Z Compiling zstd-safe v7.2.4
15992026-08-28T21:25:09.997Z Compiling gimli v0.32.3
16002026-08-28T21:25:10.173Z Compiling anyhow v1.0.104
16012026-08-28T21:25:10.459Z Compiling unicode-bidi v0.3.18
16022026-08-28T21:25:10.474Z Compiling iri-string v0.7.10
16032026-08-28T21:25:11.025Z Compiling unicode-properties v0.1.4
16042026-08-28T21:25:11.140Z Compiling darling_macro v0.23.0
16052026-08-28T21:25:11.235Z Compiling stringprep v0.1.5
16062026-08-28T21:25:11.724Z Compiling addr2line v0.25.1
16072026-08-28T21:25:11.840Z Compiling tower-http v0.6.8
16082026-08-28T21:25:11.980Z Compiling toml_edit v0.19.15
16092026-08-28T21:25:12.055Z Compiling ron v0.8.1
16102026-08-28T21:25:12.068Z Compiling serde_urlencoded v0.7.1
16112026-08-28T21:25:12.235Z Compiling structmeta v0.3.0
16122026-08-28T21:25:12.381Z Compiling daft-derive v0.1.8
16132026-08-28T21:25:12.423Z Compiling scroll v0.12.0
16142026-08-28T21:25:12.493Z Compiling env_logger v0.11.11
16152026-08-28T21:25:12.842Z Compiling derive_builder_macro v0.20.2
16162026-08-28T21:25:12.862Z Compiling rsa v0.9.10
16172026-08-28T21:25:12.973Z Compiling oxnet v0.1.6
16182026-08-28T21:25:13.077Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16192026-08-28T21:25:13.253Z Compiling newtype-uuid v1.3.2
16202026-08-28T21:25:13.306Z Compiling hashbrown v0.13.2
16212026-08-28T21:25:13.405Z Compiling serde-hex v0.1.0
16222026-08-28T21:25:13.581Z Compiling bzip2 v0.4.4
16232026-08-28T21:25:13.783Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16242026-08-28T21:25:13.786Z Compiling tokio-native-tls v0.3.1
16252026-08-28T21:25:14.591Z Compiling camino v1.2.5
16262026-08-28T21:25:14.957Z Compiling bstr v1.12.1
16272026-08-28T21:25:14.974Z Compiling block-buffer v0.12.1
16282026-08-28T21:25:15.124Z Compiling crypto-common v0.2.2
16292026-08-28T21:25:15.171Z Compiling block-padding v0.4.2
16302026-08-28T21:25:15.341Z Compiling rustls-native-certs v0.8.3
16312026-08-28T21:25:15.594Z Compiling x509-cert v0.2.5
16322026-08-28T21:25:15.634Z Compiling md-5 v0.10.6
16332026-08-28T21:25:15.837Z Compiling curve25519-dalek v4.1.3
16342026-08-28T21:25:15.919Z Compiling erased-serde v0.3.31
16352026-08-28T21:25:16.169Z Compiling serde_tokenstream v0.2.3
16362026-08-28T21:25:16.420Z Compiling zerocopy-derive v0.7.35
16372026-08-28T21:25:16.435Z Compiling pin-project-internal v1.1.11
16382026-08-28T21:25:16.488Z Compiling async-trait v0.1.89
16392026-08-28T21:25:16.762Z Compiling vergen-lib v9.1.0
16402026-08-28T21:25:16.890Z Compiling hash32 v0.2.1
16412026-08-28T21:25:16.935Z Compiling memoffset v0.9.1
16422026-08-28T21:25:17.076Z Compiling encoding_rs v0.8.35
16432026-08-28T21:25:17.122Z Compiling owo-colors v4.3.0
16442026-08-28T21:25:17.249Z Compiling crc-any v2.5.0
16452026-08-28T21:25:17.279Z Compiling fallible-iterator v0.2.0
16462026-08-28T21:25:17.428Z Compiling litrs v1.0.0
16472026-08-28T21:25:17.469Z Compiling psl-types v2.0.11
16482026-08-28T21:25:17.487Z Compiling cfg_aliases v0.2.1
16492026-08-28T21:25:17.532Z Compiling ref-cast v1.0.25
16502026-08-28T21:25:17.560Z Compiling rustix v0.38.44
16512026-08-28T21:25:17.588Z Compiling smoltcp v0.9.1
16522026-08-28T21:25:17.602Z Compiling rustc-demangle v0.1.27
16532026-08-28T21:25:17.662Z Compiling mime v0.3.17
16542026-08-28T21:25:17.861Z Compiling backtrace v0.3.76
16552026-08-28T21:25:17.905Z Compiling publicsuffix v2.3.0
16562026-08-28T21:25:17.919Z Compiling document-features v0.2.12
16572026-08-28T21:25:17.948Z Compiling nix v0.31.2
16582026-08-28T21:25:17.963Z Compiling postgres-protocol v0.6.10
16592026-08-28T21:25:17.984Z Compiling pin-project v1.1.11
16602026-08-28T21:25:18.082Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16612026-08-28T21:25:18.112Z Compiling zerocopy v0.7.35
16622026-08-28T21:25:18.546Z Compiling inout v0.2.2
16632026-08-28T21:25:18.603Z Compiling daft v0.1.8
16642026-08-28T21:25:18.661Z Compiling hyper-tls v0.6.0
16652026-08-28T21:25:18.716Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16662026-08-28T21:25:18.860Z Compiling object v0.30.4
16672026-08-28T21:25:18.874Z Compiling zip v0.6.6
16682026-08-28T21:25:18.887Z Compiling derive_builder v0.20.2
16692026-08-28T21:25:18.902Z Compiling toml v0.7.8
16702026-08-28T21:25:19.011Z Compiling goblin v0.8.2
16712026-08-28T21:25:19.197Z Compiling derive-ex v0.1.8
16722026-08-28T21:25:19.533Z Compiling darling v0.23.0
16732026-08-28T21:25:19.617Z Compiling convert_case v0.10.0
16742026-08-28T21:25:19.718Z Compiling phf_shared v0.13.1
16752026-08-28T21:25:19.804Z Compiling regex v1.12.3
16762026-08-28T21:25:19.914Z Compiling hubpack_derive v0.1.1
16772026-08-28T21:25:19.953Z Compiling futures-executor v0.3.32
16782026-08-28T21:25:20.206Z Compiling ref-cast-impl v1.0.25
16792026-08-28T21:25:20.226Z Compiling strum_macros v0.27.2
16802026-08-28T21:25:20.352Z Compiling curve25519-dalek-derive v0.1.1
16812026-08-28T21:25:20.786Z Compiling snafu-derive v0.8.9
16822026-08-28T21:25:20.842Z Compiling vergen v9.1.0
16832026-08-28T21:25:21.023Z Compiling cargo-platform v0.3.2
16842026-08-28T21:25:21.035Z Compiling ff v0.13.1
16852026-08-28T21:25:21.173Z Compiling fs-err v3.3.0
16862026-08-28T21:25:21.292Z Compiling same-file v1.0.6
16872026-08-28T21:25:21.359Z Compiling bitflags v1.3.2
16882026-08-28T21:25:21.438Z Compiling is_ci v1.2.0
16892026-08-28T21:25:21.460Z Compiling base16ct v0.2.0
16902026-08-28T21:25:21.576Z Compiling either v1.15.0
16912026-08-28T21:25:21.639Z Compiling foldhash v0.1.5
16922026-08-28T21:25:21.764Z Compiling libbz2-rs-sys v0.2.2
16932026-08-28T21:25:21.787Z Compiling jiff-core v0.1.0
16942026-08-28T21:25:21.813Z Compiling path-slash v0.1.5
16952026-08-28T21:25:21.948Z Compiling bumpalo v3.20.2
16962026-08-28T21:25:22.195Z Compiling managed v0.8.0
16972026-08-28T21:25:22.210Z Compiling foldhash v0.2.0
16982026-08-28T21:25:22.429Z Compiling hashbrown v0.16.1
16992026-08-28T21:25:22.449Z Compiling bzip2 v0.6.1
17002026-08-28T21:25:22.487Z Compiling strum v0.27.2
17012026-08-28T21:25:22.619Z Compiling jiff v0.2.34
17022026-08-28T21:25:22.658Z Compiling zopfli v0.8.3
17032026-08-28T21:25:22.710Z Compiling snafu v0.8.9
17042026-08-28T21:25:22.864Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17052026-08-28T21:25:23.020Z Compiling hashbrown v0.15.5
17062026-08-28T21:25:23.057Z Compiling sec1 v0.7.3
17072026-08-28T21:25:23.204Z Compiling textwrap v0.16.2
17082026-08-28T21:25:23.313Z Compiling supports-color v3.0.2
17092026-08-28T21:25:23.330Z Compiling walkdir v2.5.0
17102026-08-28T21:25:23.573Z Compiling dof v0.3.0
17112026-08-28T21:25:23.588Z Compiling cargo_metadata v0.23.1
17122026-08-28T21:25:23.639Z Compiling group v0.13.0
17132026-08-28T21:25:23.838Z Compiling test-strategy v0.4.5
17142026-08-28T21:25:24.271Z Compiling hubpack v0.1.2
17152026-08-28T21:25:24.375Z Compiling futures v0.3.32
17162026-08-28T21:25:24.460Z Compiling derive_more-impl v2.1.1
17172026-08-28T21:25:24.499Z Compiling phf v0.13.1
17182026-08-28T21:25:24.950Z Compiling serde_with_macros v3.21.0
17192026-08-28T21:25:25.028Z Compiling signal-hook-mio v0.2.5
17202026-08-28T21:25:25.154Z Compiling cookie_store v0.22.1
17212026-08-28T21:25:25.302Z Compiling zstd v0.13.3
17222026-08-28T21:25:25.566Z Compiling reqwest v0.12.28
17232026-08-28T21:25:25.593Z Compiling cipher v0.5.2
17242026-08-28T21:25:25.926Z Compiling postgres-types v0.2.12
17252026-08-28T21:25:25.965Z Compiling backtrace-ext v0.2.1
17262026-08-28T21:25:26.238Z Compiling usdt-macro v0.6.0
17272026-08-28T21:25:26.481Z Compiling usdt-attr-macro v0.6.0
17282026-08-28T21:25:26.700Z Compiling globset v0.4.18
17292026-08-28T21:25:26.826Z Compiling phf_shared v0.11.3
17302026-08-28T21:25:26.992Z Compiling hkdf v0.12.4
17312026-08-28T21:25:27.014Z Compiling dtrace-parser v0.2.0
17322026-08-28T21:25:27.162Z Compiling byte-wrapper v0.1.0
17332026-08-28T21:25:27.198Z Compiling olpc-cjson v0.1.4
17342026-08-28T21:25:27.240Z Compiling ed25519 v2.2.3
17352026-08-28T21:25:27.284Z Compiling crypto-bigint v0.5.5
17362026-08-28T21:25:27.355Z Compiling serde-big-array v0.5.1
17372026-08-28T21:25:27.369Z Compiling serde_plain v1.0.2
17382026-08-28T21:25:27.488Z Compiling serde_repr v0.1.20
17392026-08-28T21:25:27.503Z Compiling miette-derive v7.6.0
17402026-08-28T21:25:27.559Z Compiling async-recursion v1.1.1
17412026-08-28T21:25:27.751Z Compiling enum-as-inner v0.6.1
17422026-08-28T21:25:28.017Z Compiling strum_macros v0.26.4
17432026-08-28T21:25:28.142Z Compiling pem v3.0.6
17442026-08-28T21:25:28.218Z Compiling float-cmp v0.10.0
17452026-08-28T21:25:28.263Z Compiling thread-id v4.2.2
17462026-08-28T21:25:28.351Z Compiling memmap2 v0.9.10
17472026-08-28T21:25:28.366Z Compiling supports-unicode v3.0.0
17482026-08-28T21:25:28.470Z Compiling fixedbitset v0.5.7
17492026-08-28T21:25:28.515Z Compiling const-oid v0.10.2
17502026-08-28T21:25:28.561Z Compiling winnow v1.0.3
17512026-08-28T21:25:28.654Z Compiling static_assertions v1.1.0
17522026-08-28T21:25:28.721Z Compiling fixedbitset v0.4.2
17532026-08-28T21:25:28.735Z Compiling data-encoding v2.10.0
17542026-08-28T21:25:28.772Z Compiling whoami v2.1.0
17552026-08-28T21:25:28.941Z Compiling difflib v0.4.0
17562026-08-28T21:25:29.160Z Compiling precomputed-hash v0.1.1
17572026-08-28T21:25:29.252Z Compiling typed-path v0.9.3
17582026-08-28T21:25:29.399Z Compiling supports-hyperlinks v3.2.0
17592026-08-28T21:25:29.399Z Compiling predicates-core v1.0.10
17602026-08-28T21:25:29.425Z Compiling normalize-line-endings v0.3.0
17612026-08-28T21:25:29.486Z Compiling new_debug_unreachable v1.0.6
17622026-08-28T21:25:29.515Z Compiling keccak v0.1.6
17632026-08-28T21:25:29.548Z Compiling cpufeatures v0.3.0
17642026-08-28T21:25:29.562Z Compiling string_cache v0.8.9
17652026-08-28T21:25:29.580Z Compiling predicates v3.1.4
17662026-08-28T21:25:29.622Z Compiling chacha20 v0.10.0
17672026-08-28T21:25:29.637Z Compiling miette v7.6.0
17682026-08-28T21:25:29.762Z Compiling strum v0.26.3
17692026-08-28T21:25:29.782Z Compiling sha3 v0.10.8
17702026-08-28T21:25:29.889Z Compiling toml_parser v1.1.2+spec-1.1.0
17712026-08-28T21:25:29.991Z Compiling hickory-proto v0.25.2
17722026-08-28T21:25:30.215Z Compiling tokio-postgres v0.7.16
17732026-08-28T21:25:30.232Z Compiling petgraph v0.6.5
17742026-08-28T21:25:30.247Z Compiling toml_edit v0.22.27
17752026-08-28T21:25:30.458Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17762026-08-28T21:25:30.504Z Compiling digest v0.11.3
17772026-08-28T21:25:30.786Z Compiling petgraph v0.8.3
17782026-08-28T21:25:30.813Z Compiling usdt v0.6.0
17792026-08-28T21:25:31.078Z Compiling usdt-impl v0.5.0
17802026-08-28T21:25:31.648Z Compiling elliptic-curve v0.13.8
17812026-08-28T21:25:31.745Z Compiling ed25519-dalek v2.2.0
17822026-08-28T21:25:32.064Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17832026-08-28T21:25:32.284Z Compiling crossterm v0.28.1
17842026-08-28T21:25:32.483Z Compiling serde_with v3.21.0
17852026-08-28T21:25:33.035Z Compiling derive_more v2.1.1
17862026-08-28T21:25:33.143Z Compiling zip v4.6.1
17872026-08-28T21:25:33.547Z Compiling iddqd v0.4.2
17882026-08-28T21:25:33.731Z Compiling itertools v0.15.0
17892026-08-28T21:25:33.966Z Compiling itertools v0.13.0
17902026-08-28T21:25:34.072Z Compiling similar v2.7.0
17912026-08-28T21:25:34.286Z Compiling crossbeam-epoch v0.9.18
17922026-08-28T21:25:34.451Z Compiling heck v0.4.1
17932026-08-28T21:25:34.607Z Compiling tokio-stream v0.1.18
17942026-08-28T21:25:34.678Z Compiling buf-list v1.1.2
17952026-08-28T21:25:34.732Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17962026-08-28T21:25:34.819Z Compiling openapiv3 v2.2.0
17972026-08-28T21:25:34.906Z Compiling peg-runtime v0.8.5
17982026-08-28T21:25:34.946Z Compiling lalrpop-util v0.19.12
17992026-08-28T21:25:35.038Z Compiling thread_local v1.1.9
18002026-08-28T21:25:35.046Z Compiling slog-async v2.8.0
18012026-08-28T21:25:35.060Z Compiling crossbeam-channel v0.5.15
18022026-08-28T21:25:35.137Z Compiling filetime v0.2.27
18032026-08-28T21:25:35.177Z Compiling is-terminal v0.4.17
18042026-08-28T21:25:35.196Z Compiling term v1.2.1
18052026-08-28T21:25:35.269Z Compiling take_mut v0.2.2
18062026-08-28T21:25:35.283Z Compiling xattr v1.6.1
18072026-08-28T21:25:35.296Z Compiling camino-tempfile v1.4.1
18082026-08-28T21:25:35.509Z Compiling slog-term v2.9.2
18092026-08-28T21:25:35.523Z Compiling tar v0.4.46
18102026-08-28T21:25:41.464Z Compiling rustls-webpki v0.103.13
18112026-08-28T21:25:44.131Z Compiling tokio-rustls v0.26.4
18122026-08-28T21:25:44.131Z Compiling rustls-platform-verifier v0.6.2
18132026-08-28T21:25:44.131Z Compiling tough v0.22.0
18142026-08-28T21:25:44.346Z Compiling hyper-rustls v0.27.7
18152026-08-28T21:25:44.543Z Compiling reqwest v0.13.2
18162026-08-28T21:25:46.770Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18172026-08-28T21:25:46.977Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18182026-08-28T21:25:49.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18192026-08-28T21:25:50.054Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18202026-08-28T21:25:50.107ZAug 28 21:25:48.703 INFO Starting download, target: Cockroach
18212026-08-28T21:25:50.107ZAug 28 21:25:48.703 INFO Starting download, target: DendriteStub
18222026-08-28T21:25:50.107ZAug 28 21:25:48.703 INFO Starting download, target: Console
18232026-08-28T21:25:50.107ZAug 28 21:25:48.703 INFO Starting download, target: MaghemiteMgd
18242026-08-28T21:25:50.110ZAug 28 21:25:48.703 INFO Starting download, target: Clickhouse
18252026-08-28T21:25:50.110ZAug 28 21:25:48.703 INFO Starting download, target: MaghemiteDdmd
18262026-08-28T21:25:50.110ZAug 28 21:25:48.703 INFO Starting download, target: TransceiverControl
18272026-08-28T21:25:50.110ZAug 28 21:25:48.704 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18282026-08-28T21:25:50.110ZAug 28 21:25:48.704 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18292026-08-28T21:25:50.111ZAug 28 21:25:48.704 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18302026-08-28T21:25:50.111ZAug 28 21:25:48.704 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18312026-08-28T21:25:50.111ZAug 28 21:25:48.704 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18322026-08-28T21:25:50.111ZAug 28 21:25:48.704 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18332026-08-28T21:25:50.111ZAug 28 21:25:48.704 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18342026-08-28T21:25:50.541ZAug 28 21:25:49.121 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18352026-08-28T21:25:50.756ZAug 28 21:25:49.344 INFO Download complete, target: TransceiverControl
18362026-08-28T21:25:51.756ZAug 28 21:25:50.351 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18372026-08-28T21:25:51.919ZAug 28 21:25:50.513 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18382026-08-28T21:25:52.061ZAug 28 21:25:50.651 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18392026-08-28T21:25:52.123ZAug 28 21:25:50.719 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18402026-08-28T21:25:52.374ZAug 28 21:25:50.969 INFO Download complete, target: Console
18412026-08-28T21:25:52.492ZAug 28 21:25:51.087 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18422026-08-28T21:25:52.972ZAug 28 21:25:51.568 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18432026-08-28T21:25:52.972ZAug 28 21:25:51.568 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18442026-08-28T21:25:53.720ZAug 28 21:25:52.316 INFO Download complete, target: MaghemiteDdmd
18452026-08-28T21:25:54.392ZAug 28 21:25:52.988 INFO Download complete, target: DendriteStub
18462026-08-28T21:25:54.656ZAug 28 21:25:53.252 INFO Download complete, target: MaghemiteMgd
18472026-08-28T21:25:57.650ZAug 28 21:25:56.237 INFO Checking that binary works, target: Cockroach
18482026-08-28T21:25:57.861ZAug 28 21:25:56.397 INFO Download complete, target: Cockroach
18492026-08-28T21:25:59.175ZAug 28 21:25:57.759 INFO Checking that binary works, target: Clickhouse
18502026-08-28T21:25:59.278ZAug 28 21:25:57.871 INFO Download complete, target: Clickhouse
18512026-08-28T21:25:59.289ZAll builder prerequisites installed successfully, and PATH looks valid
18522026-08-28T21:25:59.313Z
18532026-08-28T21:25:59.313Zreal 2:13.058552754
18542026-08-28T21:25:59.313Zuser 7:23.756435143
18552026-08-28T21:25:59.313Zsys 1:26.942263695
18562026-08-28T21:25:59.313Ztrap 0.261711557
18572026-08-28T21:25:59.313Ztflt 0.585028070
18582026-08-28T21:25:59.313Zdflt 0.932390576
18592026-08-28T21:25:59.313Zkflt 0.033663563
18602026-08-28T21:25:59.313Zlock 27:56.486761454
18612026-08-28T21:25:59.313Zslp 22:19.637395504
18622026-08-28T21:25:59.313Zlat 50.101515858
18632026-08-28T21:25:59.313Zstop 2:40.770215598
18642026-08-28T21:25:59.314Z+ banner hack-check
18652026-08-28T21:25:59.314Z
18662026-08-28T21:25:59.314Z # # ## #### # # #### # # ###### #### # #
18672026-08-28T21:25:59.314Z # # # # # # # # # # # # # # # # #
18682026-08-28T21:25:59.314Z ###### # # # #### ##### # ###### ##### # ####
18692026-08-28T21:25:59.314Z # # ###### # # # # # # # # # #
18702026-08-28T21:25:59.314Z # # # # # # # # # # # # # # # # #
18712026-08-28T21:25:59.314Z # # # # #### # # #### # # ###### #### # #
18722026-08-28T21:25:59.314Z
18732026-08-28T21:25:59.314Z+ export CARGO_INCREMENTAL=0
18742026-08-28T21:25:59.314Z+ CARGO_INCREMENTAL=0
18752026-08-28T21:25:59.314Z+ ptime -m timeout 2h cargo xtask check-features --ci
18762026-08-28T21:25:59.778Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18772026-08-28T21:26:00.071Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18782026-08-28T21:26:01.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18792026-08-28T21:26:01.906Z Running `target/debug/xtask check-features --ci`
18802026-08-28T21:26:01.927Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18812026-08-28T21:26:01.927Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18822026-08-28T21:26:02.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18832026-08-28T21:26:02.377Z Running `target/debug/xtask download cargo-hack`
18842026-08-28T21:26:03.172Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18852026-08-28T21:26:03.475Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18862026-08-28T21:26:06.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
18872026-08-28T21:26:06.163Z Running `target/debug/xtask-downloader cargo-hack`
18882026-08-28T21:26:06.204ZAug 28 21:26:04.800 INFO Starting download, target: CargoHack
18892026-08-28T21:26:06.207ZAug 28 21:26:04.801 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18902026-08-28T21:26:06.666ZAug 28 21:26:05.262 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18912026-08-28T21:26:06.716ZAug 28 21:26:05.312 INFO Download complete, target: CargoHack
18922026-08-28T21:26:06.720Zrunning: "/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"
18932026-08-28T21:26:06.731Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18942026-08-28T21:26:06.890Zinfo: running `cargo check --bins` on api_identity (1/377)
18952026-08-28T21:26:07.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-08-28T21:26:07.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-08-28T21:26:07.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-08-28T21:26:07.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18992026-08-28T21:26:07.443Z
19002026-08-28T21:26:07.443Zinfo: running `cargo check --bins` on bootstore (2/377)
19012026-08-28T21:26:07.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-08-28T21:26:07.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-08-28T21:26:07.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-08-28T21:26:07.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19052026-08-28T21:26:08.001Z
19062026-08-28T21:26:08.001Zinfo: running `cargo check --bins` on omicron-ledger (3/377)
19072026-08-28T21:26:08.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-08-28T21:26:08.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-08-28T21:26:08.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-08-28T21:26:08.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19112026-08-28T21:26:08.557Z
19122026-08-28T21:26:08.557Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377)
19132026-08-28T21:26:09.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-08-28T21:26:09.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-08-28T21:26:09.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-08-28T21:26:09.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19172026-08-28T21:26:09.114Z
19182026-08-28T21:26:09.114Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377)
19192026-08-28T21:26:09.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-08-28T21:26:09.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-08-28T21:26:09.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-08-28T21:26:09.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19232026-08-28T21:26:09.670Z
19242026-08-28T21:26:09.670Zinfo: running `cargo check --bins` on omicron-certificates (6/377)
19252026-08-28T21:26:10.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-08-28T21:26:10.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-08-28T21:26:10.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-08-28T21:26:10.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19292026-08-28T21:26:10.240Z
19302026-08-28T21:26:10.240Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/377)
19312026-08-28T21:26:10.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-08-28T21:26:10.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-08-28T21:26:10.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-08-28T21:26:10.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19352026-08-28T21:26:10.813Z
19362026-08-28T21:26:10.813Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377)
19372026-08-28T21:26:11.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-08-28T21:26:11.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-08-28T21:26:11.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-08-28T21:26:11.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19412026-08-28T21:26:11.380Z
19422026-08-28T21:26:11.380Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/377)
19432026-08-28T21:26:11.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-08-28T21:26:11.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-08-28T21:26:11.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-08-28T21:26:11.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19472026-08-28T21:26:11.800Z
19482026-08-28T21:26:11.800Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/377)
19492026-08-28T21:26:12.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-08-28T21:26:12.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-08-28T21:26:12.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-08-28T21:26:12.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19532026-08-28T21:26:12.216Z
19542026-08-28T21:26:12.216Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/377)
19552026-08-28T21:26:12.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-08-28T21:26:12.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-08-28T21:26:12.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-08-28T21:26:12.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19592026-08-28T21:26:12.637Z
19602026-08-28T21:26:12.637Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/377)
19612026-08-28T21:26:13.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-08-28T21:26:13.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-08-28T21:26:13.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-08-28T21:26:13.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19652026-08-28T21:26:13.049Z
19662026-08-28T21:26:13.049Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/377)
19672026-08-28T21:26:13.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-08-28T21:26:13.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-08-28T21:26:13.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-08-28T21:26:13.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19712026-08-28T21:26:13.469Z
19722026-08-28T21:26:13.469Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/377)
19732026-08-28T21:26:13.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-08-28T21:26:13.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-08-28T21:26:13.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-08-28T21:26:13.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19772026-08-28T21:26:13.888Z
19782026-08-28T21:26:13.888Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/377)
19792026-08-28T21:26:14.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-08-28T21:26:14.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-08-28T21:26:14.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-08-28T21:26:14.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19832026-08-28T21:26:14.311Z
19842026-08-28T21:26:14.311Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/377)
19852026-08-28T21:26:14.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-08-28T21:26:14.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-08-28T21:26:14.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-08-28T21:26:14.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19892026-08-28T21:26:14.726Z
19902026-08-28T21:26:14.726Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/377)
19912026-08-28T21:26:15.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-08-28T21:26:15.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-08-28T21:26:15.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-08-28T21:26:15.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19952026-08-28T21:26:15.141Z
19962026-08-28T21:26:15.141Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/377)
19972026-08-28T21:26:15.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-08-28T21:26:15.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-08-28T21:26:15.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-08-28T21:26:15.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20012026-08-28T21:26:15.558Z
20022026-08-28T21:26:15.558Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/377)
20032026-08-28T21:26:15.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-08-28T21:26:15.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-08-28T21:26:15.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-08-28T21:26:15.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20072026-08-28T21:26:15.974Z
20082026-08-28T21:26:15.974Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/377)
20092026-08-28T21:26:16.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-08-28T21:26:16.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-08-28T21:26:16.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-08-28T21:26:16.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20132026-08-28T21:26:16.393Z
20142026-08-28T21:26:16.393Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/377)
20152026-08-28T21:26:16.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-08-28T21:26:16.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-08-28T21:26:16.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-08-28T21:26:16.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20192026-08-28T21:26:16.811Z
20202026-08-28T21:26:16.811Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/377)
20212026-08-28T21:26:17.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-08-28T21:26:17.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-08-28T21:26:17.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-08-28T21:26:17.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20252026-08-28T21:26:17.231Z
20262026-08-28T21:26:17.231Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/377)
20272026-08-28T21:26:17.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-08-28T21:26:17.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-08-28T21:26:17.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-08-28T21:26:17.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20312026-08-28T21:26:17.647Z
20322026-08-28T21:26:17.647Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/377)
20332026-08-28T21:26:18.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-08-28T21:26:18.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-08-28T21:26:18.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-08-28T21:26:18.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20372026-08-28T21:26:18.069Z
20382026-08-28T21:26:18.069Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/377)
20392026-08-28T21:26:18.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-08-28T21:26:18.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-08-28T21:26:18.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-08-28T21:26:18.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20432026-08-28T21:26:18.493Z
20442026-08-28T21:26:18.494Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/377)
20452026-08-28T21:26:18.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-08-28T21:26:18.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-08-28T21:26:18.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-08-28T21:26:18.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20492026-08-28T21:26:18.910Z
20502026-08-28T21:26:18.910Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/377)
20512026-08-28T21:26:19.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-08-28T21:26:19.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-08-28T21:26:19.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-08-28T21:26:19.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20552026-08-28T21:26:19.327Z
20562026-08-28T21:26:19.327Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/377)
20572026-08-28T21:26:19.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-08-28T21:26:19.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-08-28T21:26:19.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-08-28T21:26:19.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20612026-08-28T21:26:19.744Z
20622026-08-28T21:26:19.744Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/377)
20632026-08-28T21:26:20.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-08-28T21:26:20.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-08-28T21:26:20.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-08-28T21:26:20.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20672026-08-28T21:26:20.160Z
20682026-08-28T21:26:20.160Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/377)
20692026-08-28T21:26:20.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-08-28T21:26:20.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-08-28T21:26:20.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-08-28T21:26:20.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20732026-08-28T21:26:20.577Z
20742026-08-28T21:26:20.577Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/377)
20752026-08-28T21:26:20.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-08-28T21:26:20.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-08-28T21:26:20.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-08-28T21:26:20.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20792026-08-28T21:26:20.995Z
20802026-08-28T21:26:20.995Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/377)
20812026-08-28T21:26:21.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-08-28T21:26:21.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-08-28T21:26:21.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-08-28T21:26:21.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20852026-08-28T21:26:21.417Z
20862026-08-28T21:26:21.417Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/377)
20872026-08-28T21:26:21.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-08-28T21:26:21.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-08-28T21:26:21.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-08-28T21:26:21.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20912026-08-28T21:26:21.836Z
20922026-08-28T21:26:21.836Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/377)
20932026-08-28T21:26:22.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-08-28T21:26:22.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-08-28T21:26:22.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-08-28T21:26:22.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20972026-08-28T21:26:22.257Z
20982026-08-28T21:26:22.257Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/377)
20992026-08-28T21:26:22.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-08-28T21:26:22.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-08-28T21:26:22.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-08-28T21:26:22.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21032026-08-28T21:26:22.680Z
21042026-08-28T21:26:22.680Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/377)
21052026-08-28T21:26:23.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-08-28T21:26:23.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-08-28T21:26:23.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-08-28T21:26:23.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21092026-08-28T21:26:23.104Z
21102026-08-28T21:26:23.104Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/377)
21112026-08-28T21:26:23.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-08-28T21:26:23.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-08-28T21:26:23.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-08-28T21:26:23.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21152026-08-28T21:26:23.533Z
21162026-08-28T21:26:23.533Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/377)
21172026-08-28T21:26:23.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-08-28T21:26:23.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-08-28T21:26:23.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-08-28T21:26:23.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21212026-08-28T21:26:23.954Z
21222026-08-28T21:26:23.954Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/377)
21232026-08-28T21:26:24.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-08-28T21:26:24.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-08-28T21:26:24.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-08-28T21:26:24.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21272026-08-28T21:26:24.376Z
21282026-08-28T21:26:24.376Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/377)
21292026-08-28T21:26:24.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-08-28T21:26:24.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-08-28T21:26:24.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-08-28T21:26:24.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21332026-08-28T21:26:24.798Z
21342026-08-28T21:26:24.798Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/377)
21352026-08-28T21:26:25.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-08-28T21:26:25.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-08-28T21:26:25.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-08-28T21:26:25.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21392026-08-28T21:26:25.221Z
21402026-08-28T21:26:25.221Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/377)
21412026-08-28T21:26:25.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-08-28T21:26:25.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-08-28T21:26:25.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-08-28T21:26:25.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21452026-08-28T21:26:25.653Z
21462026-08-28T21:26:25.653Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/377)
21472026-08-28T21:26:26.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-08-28T21:26:26.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-08-28T21:26:26.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-08-28T21:26:26.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21512026-08-28T21:26:26.065Z
21522026-08-28T21:26:26.065Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/377)
21532026-08-28T21:26:26.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-08-28T21:26:26.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-08-28T21:26:26.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-08-28T21:26:26.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21572026-08-28T21:26:26.483Z
21582026-08-28T21:26:26.483Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/377)
21592026-08-28T21:26:26.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-08-28T21:26:26.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-08-28T21:26:26.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-08-28T21:26:26.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21632026-08-28T21:26:26.912Z
21642026-08-28T21:26:26.913Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/377)
21652026-08-28T21:26:27.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-08-28T21:26:27.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-08-28T21:26:27.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-08-28T21:26:27.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21692026-08-28T21:26:27.326Z
21702026-08-28T21:26:27.326Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/377)
21712026-08-28T21:26:27.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-08-28T21:26:27.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-08-28T21:26:27.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-08-28T21:26:27.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21752026-08-28T21:26:27.749Z
21762026-08-28T21:26:27.749Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/377)
21772026-08-28T21:26:28.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-08-28T21:26:28.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-08-28T21:26:28.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-08-28T21:26:28.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21812026-08-28T21:26:28.166Z
21822026-08-28T21:26:28.166Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/377)
21832026-08-28T21:26:28.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-08-28T21:26:28.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-08-28T21:26:28.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-08-28T21:26:28.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21872026-08-28T21:26:28.585Z
21882026-08-28T21:26:28.585Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/377)
21892026-08-28T21:26:28.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-08-28T21:26:28.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-08-28T21:26:28.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-08-28T21:26:28.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21932026-08-28T21:26:29.005Z
21942026-08-28T21:26:29.005Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/377)
21952026-08-28T21:26:29.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-08-28T21:26:29.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-08-28T21:26:29.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-08-28T21:26:29.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21992026-08-28T21:26:29.425Z
22002026-08-28T21:26:29.425Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/377)
22012026-08-28T21:26:29.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-08-28T21:26:29.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-08-28T21:26:29.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-08-28T21:26:29.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22052026-08-28T21:26:29.845Z
22062026-08-28T21:26:29.845Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/377)
22072026-08-28T21:26:30.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-08-28T21:26:30.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-08-28T21:26:30.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-08-28T21:26:30.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22112026-08-28T21:26:30.265Z
22122026-08-28T21:26:30.265Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/377)
22132026-08-28T21:26:30.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-08-28T21:26:30.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-08-28T21:26:30.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-08-28T21:26:30.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22172026-08-28T21:26:30.682Z
22182026-08-28T21:26:30.683Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/377)
22192026-08-28T21:26:31.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-08-28T21:26:31.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-08-28T21:26:31.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-08-28T21:26:31.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22232026-08-28T21:26:31.105Z
22242026-08-28T21:26:31.105Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/377)
22252026-08-28T21:26:31.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-08-28T21:26:31.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-08-28T21:26:31.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-08-28T21:26:31.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22292026-08-28T21:26:31.529Z
22302026-08-28T21:26:31.529Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/377)
22312026-08-28T21:26:31.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-08-28T21:26:31.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-08-28T21:26:31.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-08-28T21:26:31.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22352026-08-28T21:26:31.947Z
22362026-08-28T21:26:31.947Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/377)
22372026-08-28T21:26:32.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-08-28T21:26:32.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-08-28T21:26:32.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-08-28T21:26:32.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22412026-08-28T21:26:32.367Z
22422026-08-28T21:26:32.367Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/377)
22432026-08-28T21:26:32.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-08-28T21:26:32.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-08-28T21:26:32.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-08-28T21:26:32.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22472026-08-28T21:26:32.785Z
22482026-08-28T21:26:32.785Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/377)
22492026-08-28T21:26:33.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-08-28T21:26:33.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-08-28T21:26:33.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-08-28T21:26:33.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22532026-08-28T21:26:33.208Z
22542026-08-28T21:26:33.208Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/377)
22552026-08-28T21:26:33.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-08-28T21:26:33.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-08-28T21:26:33.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-08-28T21:26:33.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22592026-08-28T21:26:33.634Z
22602026-08-28T21:26:33.634Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/377)
22612026-08-28T21:26:34.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-08-28T21:26:34.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-08-28T21:26:34.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-08-28T21:26:34.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22652026-08-28T21:26:34.060Z
22662026-08-28T21:26:34.060Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/377)
22672026-08-28T21:26:34.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-08-28T21:26:34.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-08-28T21:26:34.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-08-28T21:26:34.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22712026-08-28T21:26:34.488Z
22722026-08-28T21:26:34.488Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/377)
22732026-08-28T21:26:34.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-08-28T21:26:34.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-08-28T21:26:34.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762026-08-28T21:26:34.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22772026-08-28T21:26:34.911Z
22782026-08-28T21:26:34.911Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/377)
22792026-08-28T21:26:35.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802026-08-28T21:26:35.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812026-08-28T21:26:35.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822026-08-28T21:26:35.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22832026-08-28T21:26:35.333Z
22842026-08-28T21:26:35.333Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/377)
22852026-08-28T21:26:35.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862026-08-28T21:26:35.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872026-08-28T21:26:35.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882026-08-28T21:26:35.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22892026-08-28T21:26:35.754Z
22902026-08-28T21:26:35.754Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/377)
22912026-08-28T21:26:36.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922026-08-28T21:26:36.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932026-08-28T21:26:36.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942026-08-28T21:26:36.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22952026-08-28T21:26:36.174Z
22962026-08-28T21:26:36.174Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/377)
22972026-08-28T21:26:36.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982026-08-28T21:26:36.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992026-08-28T21:26:36.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23002026-08-28T21:26:36.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23012026-08-28T21:26:36.600Z
23022026-08-28T21:26:36.600Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/377)
23032026-08-28T21:26:36.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23042026-08-28T21:26:36.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23052026-08-28T21:26:36.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23062026-08-28T21:26:36.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23072026-08-28T21:26:37.022Z
23082026-08-28T21:26:37.022Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/377)
23092026-08-28T21:26:37.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102026-08-28T21:26:37.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112026-08-28T21:26:37.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122026-08-28T21:26:37.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23132026-08-28T21:26:37.444Z
23142026-08-28T21:26:37.444Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/377)
23152026-08-28T21:26:37.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162026-08-28T21:26:37.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172026-08-28T21:26:37.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23182026-08-28T21:26:37.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23192026-08-28T21:26:37.869Z
23202026-08-28T21:26:37.869Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/377)
23212026-08-28T21:26:38.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222026-08-28T21:26:38.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232026-08-28T21:26:38.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23242026-08-28T21:26:38.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23252026-08-28T21:26:38.294Z
23262026-08-28T21:26:38.294Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/377)
23272026-08-28T21:26:38.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282026-08-28T21:26:38.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292026-08-28T21:26:38.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23302026-08-28T21:26:38.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23312026-08-28T21:26:38.705Z
23322026-08-28T21:26:38.705Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/377)
23332026-08-28T21:26:39.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342026-08-28T21:26:39.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352026-08-28T21:26:39.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362026-08-28T21:26:39.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23372026-08-28T21:26:39.127Z
23382026-08-28T21:26:39.127Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/377)
23392026-08-28T21:26:39.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402026-08-28T21:26:39.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412026-08-28T21:26:39.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422026-08-28T21:26:39.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23432026-08-28T21:26:39.541Z
23442026-08-28T21:26:39.541Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/377)
23452026-08-28T21:26:39.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462026-08-28T21:26:39.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472026-08-28T21:26:39.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23482026-08-28T21:26:39.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23492026-08-28T21:26:39.961Z
23502026-08-28T21:26:39.961Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/377)
23512026-08-28T21:26:40.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522026-08-28T21:26:40.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532026-08-28T21:26:40.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23542026-08-28T21:26:40.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23552026-08-28T21:26:40.381Z
23562026-08-28T21:26:40.381Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/377)
23572026-08-28T21:26:40.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582026-08-28T21:26:40.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592026-08-28T21:26:40.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23602026-08-28T21:26:40.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23612026-08-28T21:26:40.802Z
23622026-08-28T21:26:40.802Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/377)
23632026-08-28T21:26:41.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642026-08-28T21:26:41.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652026-08-28T21:26:41.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23662026-08-28T21:26:41.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23672026-08-28T21:26:41.218Z
23682026-08-28T21:26:41.218Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/377)
23692026-08-28T21:26:41.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702026-08-28T21:26:41.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712026-08-28T21:26:41.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23722026-08-28T21:26:41.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23732026-08-28T21:26:41.639Z
23742026-08-28T21:26:41.639Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/377)
23752026-08-28T21:26:42.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762026-08-28T21:26:42.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772026-08-28T21:26:42.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23782026-08-28T21:26:42.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23792026-08-28T21:26:42.059Z
23802026-08-28T21:26:42.059Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/377)
23812026-08-28T21:26:42.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822026-08-28T21:26:42.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832026-08-28T21:26:42.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842026-08-28T21:26:42.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23852026-08-28T21:26:42.481Z
23862026-08-28T21:26:42.481Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/377)
23872026-08-28T21:26:42.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882026-08-28T21:26:42.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892026-08-28T21:26:42.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902026-08-28T21:26:42.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23912026-08-28T21:26:42.900Z
23922026-08-28T21:26:42.900Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/377)
23932026-08-28T21:26:43.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942026-08-28T21:26:43.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952026-08-28T21:26:43.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23962026-08-28T21:26:43.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23972026-08-28T21:26:43.330Z
23982026-08-28T21:26:43.330Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/377)
23992026-08-28T21:26:43.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002026-08-28T21:26:43.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012026-08-28T21:26:43.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24022026-08-28T21:26:43.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24032026-08-28T21:26:43.748Z
24042026-08-28T21:26:43.748Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/377)
24052026-08-28T21:26:44.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062026-08-28T21:26:44.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072026-08-28T21:26:44.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24082026-08-28T21:26:44.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24092026-08-28T21:26:44.169Z
24102026-08-28T21:26:44.169Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/377)
24112026-08-28T21:26:44.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122026-08-28T21:26:44.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132026-08-28T21:26:44.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24142026-08-28T21:26:44.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24152026-08-28T21:26:44.591Z
24162026-08-28T21:26:44.591Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/377)
24172026-08-28T21:26:44.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182026-08-28T21:26:44.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192026-08-28T21:26:44.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202026-08-28T21:26:44.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24212026-08-28T21:26:45.013Z
24222026-08-28T21:26:45.013Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (89/377)
24232026-08-28T21:26:45.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242026-08-28T21:26:45.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252026-08-28T21:26:45.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262026-08-28T21:26:45.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24272026-08-28T21:26:45.626Z
24282026-08-28T21:26:45.626Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/377)
24292026-08-28T21:26:46.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302026-08-28T21:26:46.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312026-08-28T21:26:46.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322026-08-28T21:26:46.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24332026-08-28T21:26:46.236Z
24342026-08-28T21:26:46.236Zinfo: running `cargo check --bins` on nexus-config (91/377)
24352026-08-28T21:26:46.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362026-08-28T21:26:46.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372026-08-28T21:26:46.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382026-08-28T21:26:46.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24392026-08-28T21:26:46.845Z
24402026-08-28T21:26:46.845Zinfo: running `cargo check --bins` on nexus-types (92/377)
24412026-08-28T21:26:47.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422026-08-28T21:26:47.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432026-08-28T21:26:47.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442026-08-28T21:26:47.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24452026-08-28T21:26:47.455Z
24462026-08-28T21:26:47.455Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/377)
24472026-08-28T21:26:47.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482026-08-28T21:26:47.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492026-08-28T21:26:47.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502026-08-28T21:26:47.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24512026-08-28T21:26:48.032Z
24522026-08-28T21:26:48.033Zinfo: running `cargo check --bins` on omicron-passwords (94/377)
24532026-08-28T21:26:48.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542026-08-28T21:26:48.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552026-08-28T21:26:48.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562026-08-28T21:26:48.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24572026-08-28T21:26:48.591Z
24582026-08-28T21:26:48.591Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (95/377)
24592026-08-28T21:26:49.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602026-08-28T21:26:49.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612026-08-28T21:26:49.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622026-08-28T21:26:49.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24632026-08-28T21:26:49.168Z
24642026-08-28T21:26:49.168Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/377)
24652026-08-28T21:26:49.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662026-08-28T21:26:49.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672026-08-28T21:26:49.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682026-08-28T21:26:49.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24692026-08-28T21:26:49.744Z
24702026-08-28T21:26:49.744Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/377)
24712026-08-28T21:26:50.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722026-08-28T21:26:50.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732026-08-28T21:26:50.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742026-08-28T21:26:50.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24752026-08-28T21:26:50.314Z
24762026-08-28T21:26:50.314Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/377)
24772026-08-28T21:26:50.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782026-08-28T21:26:50.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792026-08-28T21:26:50.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802026-08-28T21:26:50.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24812026-08-28T21:26:50.885Z
24822026-08-28T21:26:50.885Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/377)
24832026-08-28T21:26:51.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842026-08-28T21:26:51.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852026-08-28T21:26:51.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862026-08-28T21:26:51.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24872026-08-28T21:26:51.446Z
24882026-08-28T21:26:51.446Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/377)
24892026-08-28T21:26:51.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902026-08-28T21:26:51.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912026-08-28T21:26:51.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922026-08-28T21:26:51.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24932026-08-28T21:26:52.007Z
24942026-08-28T21:26:52.007Zinfo: running `cargo check --bins --no-default-features` on gfss (101/377)
24952026-08-28T21:26:52.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962026-08-28T21:26:52.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972026-08-28T21:26:52.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982026-08-28T21:26:52.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24992026-08-28T21:26:52.565Z
25002026-08-28T21:26:52.565Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/377)
25012026-08-28T21:26:53.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022026-08-28T21:26:53.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032026-08-28T21:26:53.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25042026-08-28T21:26:53.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25052026-08-28T21:26:53.118Z
25062026-08-28T21:26:53.118Zinfo: running `cargo check --bins` on trust-quorum-types (103/377)
25072026-08-28T21:26:53.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082026-08-28T21:26:53.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092026-08-28T21:26:53.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102026-08-28T21:26:53.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25112026-08-28T21:26:53.675Z
25122026-08-28T21:26:53.675Zinfo: running `cargo check --bins` on wicketd-commission-types (104/377)
25132026-08-28T21:26:54.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142026-08-28T21:26:54.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152026-08-28T21:26:54.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25162026-08-28T21:26:54.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25172026-08-28T21:26:54.247Z
25182026-08-28T21:26:54.247Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (105/377)
25192026-08-28T21:26:54.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202026-08-28T21:26:54.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212026-08-28T21:26:54.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25222026-08-28T21:26:54.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25232026-08-28T21:26:54.827Z
25242026-08-28T21:26:54.827Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (106/377)
25252026-08-28T21:26:55.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262026-08-28T21:26:55.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272026-08-28T21:26:55.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282026-08-28T21:26:55.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25292026-08-28T21:26:55.391Z
25302026-08-28T21:26:55.391Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/377)
25312026-08-28T21:26:55.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322026-08-28T21:26:55.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332026-08-28T21:26:55.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342026-08-28T21:26:55.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25352026-08-28T21:26:55.952Z
25362026-08-28T21:26:55.952Zinfo: running `cargo check --bins` on clickhouse-admin-types (108/377)
25372026-08-28T21:26:56.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382026-08-28T21:26:56.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392026-08-28T21:26:56.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402026-08-28T21:26:56.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25412026-08-28T21:26:56.524Z
25422026-08-28T21:26:56.524Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (109/377)
25432026-08-28T21:26:57.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442026-08-28T21:26:57.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452026-08-28T21:26:57.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462026-08-28T21:26:57.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25472026-08-28T21:26:57.098Z
25482026-08-28T21:26:57.098Zinfo: running `cargo check --bins` on cockroach-admin-types (110/377)
25492026-08-28T21:26:57.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502026-08-28T21:26:57.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512026-08-28T21:26:57.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522026-08-28T21:26:57.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25532026-08-28T21:26:57.656Z
25542026-08-28T21:26:57.656Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (111/377)
25552026-08-28T21:26:58.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562026-08-28T21:26:58.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572026-08-28T21:26:58.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582026-08-28T21:26:58.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25592026-08-28T21:26:58.211Z
25602026-08-28T21:26:58.211Zinfo: running `cargo check --bins` on ereport-types (112/377)
25612026-08-28T21:26:58.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622026-08-28T21:26:58.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632026-08-28T21:26:58.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642026-08-28T21:26:58.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25652026-08-28T21:26:58.773Z
25662026-08-28T21:26:58.773Zinfo: running `cargo check --bins` on gateway-client (113/377)
25672026-08-28T21:26:59.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682026-08-28T21:26:59.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692026-08-28T21:26:59.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702026-08-28T21:26:59.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25712026-08-28T21:26:59.339Z
25722026-08-28T21:26:59.340Zinfo: running `cargo check --bins --no-default-features` on gateway-types (114/377)
25732026-08-28T21:26:59.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742026-08-28T21:26:59.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752026-08-28T21:26:59.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762026-08-28T21:26:59.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25772026-08-28T21:26:59.906Z
25782026-08-28T21:26:59.906Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/377)
25792026-08-28T21:27:00.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802026-08-28T21:27:00.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812026-08-28T21:27:00.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822026-08-28T21:27:00.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25832026-08-28T21:27:00.472Z
25842026-08-28T21:27:00.472Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (116/377)
25852026-08-28T21:27:00.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862026-08-28T21:27:00.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872026-08-28T21:27:00.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882026-08-28T21:27:00.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25892026-08-28T21:27:01.060Z
25902026-08-28T21:27:01.060Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/377)
25912026-08-28T21:27:01.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922026-08-28T21:27:01.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932026-08-28T21:27:01.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942026-08-28T21:27:01.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25952026-08-28T21:27:01.654Z
25962026-08-28T21:27:01.654Zinfo: running `cargo check --bins` on key-manager-types (118/377)
25972026-08-28T21:27:02.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982026-08-28T21:27:02.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992026-08-28T21:27:02.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002026-08-28T21:27:02.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26012026-08-28T21:27:02.215Z
26022026-08-28T21:27:02.215Zinfo: running `cargo check --bins` on oxlog (119/377)
26032026-08-28T21:27:02.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042026-08-28T21:27:02.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052026-08-28T21:27:02.826Z Checking cfg-if v1.0.4
26062026-08-28T21:27:02.830Z Checking serde_core v1.0.228
26072026-08-28T21:27:02.830Z Checking libc v0.2.185
26082026-08-28T21:27:02.945Z Checking memchr v2.8.0
26092026-08-28T21:27:02.955Z Checking smallvec v1.15.1
26102026-08-28T21:27:02.958Z Checking log v0.4.33
26112026-08-28T21:27:02.976Z Checking subtle v2.6.1
26122026-08-28T21:27:02.986Z Checking itoa v1.0.17
26132026-08-28T21:27:02.996Z Checking scopeguard v1.2.0
26142026-08-28T21:27:03.089Z Checking lock_api v0.4.14
26152026-08-28T21:27:03.114Z Checking stable_deref_trait v1.2.1
26162026-08-28T21:27:03.117Z Checking typenum v1.20.1
26172026-08-28T21:27:03.138Z Checking zerofrom v0.1.6
26182026-08-28T21:27:03.150Z Checking zerocopy v0.8.55
26192026-08-28T21:27:03.182Z Checking portable-atomic v1.13.1
26202026-08-28T21:27:03.246Z Checking yoke v0.8.1
26212026-08-28T21:27:03.285Z Checking critical-section v1.2.0
26222026-08-28T21:27:03.310Z Checking pin-project-lite v0.2.17
26232026-08-28T21:27:03.325Z Checking errno v0.3.14
26242026-08-28T21:27:03.376Z Checking getrandom v0.2.17
26252026-08-28T21:27:03.397Z Checking const-oid v0.9.6
26262026-08-28T21:27:03.409Z Checking zerovec v0.11.5
26272026-08-28T21:27:03.437Z Checking libm v0.2.16
26282026-08-28T21:27:03.519Z Checking rand_core v0.6.4
26292026-08-28T21:27:03.589Z Checking once_cell v1.21.3
26302026-08-28T21:27:03.697Z Checking zmij v1.0.21
26312026-08-28T21:27:03.758Z Checking signal-hook-registry v1.4.8
26322026-08-28T21:27:03.849Z Checking tinystr v0.8.2
26332026-08-28T21:27:03.862Z Checking parking_lot_core v0.9.12
26342026-08-28T21:27:03.903Z Checking rand_core v0.10.0
26352026-08-28T21:27:03.917Z Checking percent-encoding v2.3.2
26362026-08-28T21:27:04.020Z Checking litemap v0.8.1
26372026-08-28T21:27:04.041Z Checking writeable v0.6.2
26382026-08-28T21:27:04.041Z Checking futures-core v0.3.32
26392026-08-28T21:27:04.065Z Checking parking_lot v0.12.5
26402026-08-28T21:27:04.076Z Checking getrandom v0.4.3
26412026-08-28T21:27:04.123Z Checking num-traits v0.2.19
26422026-08-28T21:27:04.166Z Checking potential_utf v0.1.4
26432026-08-28T21:27:04.181Z Checking zerotrie v0.2.3
26442026-08-28T21:27:04.205Z Checking icu_locale_core v2.1.1
26452026-08-28T21:27:04.208Z Checking mio v1.2.0
26462026-08-28T21:27:04.241Z Checking equivalent v1.0.2
26472026-08-28T21:27:04.282Z Checking icu_collections v2.1.1
26482026-08-28T21:27:04.321Z Checking socket2 v0.6.3
26492026-08-28T21:27:04.424Z Checking icu_normalizer_data v2.1.1
26502026-08-28T21:27:04.438Z Checking serde v1.0.228
26512026-08-28T21:27:04.487Z Checking bitflags v2.11.0
26522026-08-28T21:27:04.499Z Checking serde_json v1.0.151
26532026-08-28T21:27:04.552Z Checking icu_properties_data v2.1.2
26542026-08-28T21:27:04.577Z Checking byteorder v1.5.0
26552026-08-28T21:27:04.648Z Checking hashbrown v0.17.0
26562026-08-28T21:27:04.672Z Checking futures-sink v0.3.32
26572026-08-28T21:27:04.687Z Checking getrandom v0.3.4
26582026-08-28T21:27:04.751Z Checking icu_provider v2.1.1
26592026-08-28T21:27:04.769Z Checking futures-channel v0.3.32
26602026-08-28T21:27:04.784Z Checking futures-io v0.3.32
26612026-08-28T21:27:04.825Z Checking utf8_iter v1.0.4
26622026-08-28T21:27:04.845Z Checking zeroize v1.9.0
26632026-08-28T21:27:04.893Z Checking bytes v1.11.1
26642026-08-28T21:27:04.942Z Checking futures-task v0.3.32
26652026-08-28T21:27:04.956Z Checking slab v0.4.12
26662026-08-28T21:27:04.975Z Checking icu_normalizer v2.1.1
26672026-08-28T21:27:05.011Z Checking generic-array v0.14.7
26682026-08-28T21:27:05.074Z Checking icu_properties v2.1.2
26692026-08-28T21:27:05.103Z Checking futures-util v0.3.32
26702026-08-28T21:27:05.119Z Checking indexmap v2.14.0
26712026-08-28T21:27:05.173Z Checking rustix v1.1.4
26722026-08-28T21:27:05.270Z Checking form_urlencoded v1.2.2
26732026-08-28T21:27:05.322Z Checking tokio v1.52.1
26742026-08-28T21:27:05.399Z Checking fnv v1.0.7
26752026-08-28T21:27:05.469Z Checking crypto-common v0.1.7
26762026-08-28T21:27:05.489Z Checking block-buffer v0.10.4
26772026-08-28T21:27:05.589Z Checking base64ct v1.8.3
26782026-08-28T21:27:05.627Z Checking digest v0.10.7
26792026-08-28T21:27:05.669Z Checking iana-time-zone v0.1.65
26802026-08-28T21:27:05.774Z Checking flagset v0.4.7
26812026-08-28T21:27:05.818Z Checking pem-rfc7468 v0.7.0
26822026-08-28T21:27:05.832Z Checking chrono v0.4.45
26832026-08-28T21:27:05.884Z Checking idna_adapter v1.2.1
26842026-08-28T21:27:05.897Z Checking rand_core v0.9.5
26852026-08-28T21:27:05.935Z Checking ppv-lite86 v0.2.21
26862026-08-28T21:27:05.973Z Checking der v0.7.10
26872026-08-28T21:27:05.992Z Checking uuid v1.23.4
26882026-08-28T21:27:06.003Z Checking idna v1.1.0
26892026-08-28T21:27:06.066Z Checking regex-syntax v0.8.10
26902026-08-28T21:27:06.220Z Checking base64 v0.22.1
26912026-08-28T21:27:06.239Z Checking url v2.5.8
26922026-08-28T21:27:06.308Z Checking http v1.4.2
26932026-08-28T21:27:06.452Z Checking rand_chacha v0.9.0
26942026-08-28T21:27:06.654Z Checking tracing-core v0.1.36
26952026-08-28T21:27:06.670Z Checking cpufeatures v0.2.17
26962026-08-28T21:27:06.688Z Checking dyn-clone v1.0.20
26972026-08-28T21:27:06.707Z Checking spki v0.7.3
26982026-08-28T21:27:06.732Z Checking simd-adler32 v0.3.8
26992026-08-28T21:27:06.786Z Checking rand v0.9.2
27002026-08-28T21:27:06.863Z Checking http-body v1.0.1
27012026-08-28T21:27:06.867Z Checking pkcs8 v0.10.2
27022026-08-28T21:27:06.897Z Checking rustls-pki-types v1.14.0
27032026-08-28T21:27:06.963Z Checking tracing v0.1.44
27042026-08-28T21:27:06.989Z Checking semver v1.0.28
27052026-08-28T21:27:07.024Z Checking spin v0.9.8
27062026-08-28T21:27:07.038Z Checking anstyle v1.0.14
27072026-08-28T21:27:07.162Z Checking cmov v0.5.4
27082026-08-28T21:27:07.179Z Checking utf8parse v0.2.2
27092026-08-28T21:27:07.193Z Checking tinyvec_macros v0.1.1
27102026-08-28T21:27:07.204Z Checking adler2 v2.0.1
27112026-08-28T21:27:07.216Z Checking openssl-probe v0.2.1
27122026-08-28T21:27:07.254Z Checking tinyvec v1.10.0
27132026-08-28T21:27:07.265Z Checking schemars v0.8.22
27142026-08-28T21:27:07.277Z Checking anstyle-parse v1.0.0
27152026-08-28T21:27:07.326Z Checking miniz_oxide v0.8.9
27162026-08-28T21:27:07.331Z Checking sha2 v0.10.9
27172026-08-28T21:27:07.342Z Checking ctutils v0.4.2
27182026-08-28T21:27:07.368Z Checking terminal_size v0.4.3
27192026-08-28T21:27:07.417Z Checking aws-lc-sys v0.40.0
27202026-08-28T21:27:07.475Z Checking thiserror v2.0.18
27212026-08-28T21:27:07.545Z Checking tower-layer v0.3.3
27222026-08-28T21:27:07.558Z Checking untrusted v0.7.1
27232026-08-28T21:27:07.570Z Checking anstyle-query v1.1.5
27242026-08-28T21:27:07.582Z Checking fastrand v2.3.0
27252026-08-28T21:27:07.647Z Checking atomic-waker v1.1.2
27262026-08-28T21:27:07.659Z Checking tower-service v0.3.3
27272026-08-28T21:27:07.670Z Checking is_terminal_polyfill v1.70.2
27282026-08-28T21:27:07.687Z Checking try-lock v0.2.5
27292026-08-28T21:27:07.738Z Checking colorchoice v1.0.4
27302026-08-28T21:27:07.751Z Checking tempfile v3.27.0
27312026-08-28T21:27:07.763Z Checking hybrid-array v0.4.13
27322026-08-28T21:27:07.776Z Checking want v0.3.1
27332026-08-28T21:27:07.779Z Checking ipnet v2.12.0
27342026-08-28T21:27:07.829Z Checking anstream v1.0.0
27352026-08-28T21:27:07.891Z Checking httparse v1.10.1
27362026-08-28T21:27:07.912Z Checking aws-lc-rs v1.16.3
27372026-08-28T21:27:07.924Z Checking crc32fast v1.5.0
27382026-08-28T21:27:07.935Z Checking aho-corasick v1.1.4
27392026-08-28T21:27:08.024Z Checking plain v0.2.3
27402026-08-28T21:27:08.039Z Checking foreign-types-shared v0.1.1
27412026-08-28T21:27:08.052Z Checking httpdate v1.0.3
27422026-08-28T21:27:08.090Z Checking untrusted v0.9.0
27432026-08-28T21:27:08.115Z Checking tap v1.0.1
27442026-08-28T21:27:08.127Z Checking foreign-types v0.3.2
27452026-08-28T21:27:08.190Z Checking unicode-normalization v0.1.25
27462026-08-28T21:27:08.204Z Checking rand_chacha v0.3.1
27472026-08-28T21:27:08.215Z Checking wyz v0.5.1
27482026-08-28T21:27:08.215Z Checking signature v2.2.0
27492026-08-28T21:27:08.352Z Checking radium v0.7.0
27502026-08-28T21:27:08.384Z Checking hex v0.4.3
27512026-08-28T21:27:08.400Z Checking num-integer v0.1.46
27522026-08-28T21:27:08.506Z Checking openssl-sys v0.9.117
27532026-08-28T21:27:08.523Z Checking wait-timeout v0.2.1
27542026-08-28T21:27:08.589Z Checking ucd-trie v0.1.7
27552026-08-28T21:27:08.593Z Checking tokio-util v0.7.18
27562026-08-28T21:27:08.614Z Checking regex-automata v0.4.14
27572026-08-28T21:27:08.625Z Checking bit-vec v0.8.0
27582026-08-28T21:27:08.636Z Checking strsim v0.11.1
27592026-08-28T21:27:08.648Z Checking clap_lex v1.0.0
27602026-08-28T21:27:08.717Z Checking quick-error v1.2.3
27612026-08-28T21:27:08.748Z Checking rustls-webpki v0.103.13
27622026-08-28T21:27:08.791Z Checking unicode-ident v1.0.24
27632026-08-28T21:27:08.795Z Checking funty v2.0.0
27642026-08-28T21:27:08.815Z Checking rusty-fork v0.3.1
27652026-08-28T21:27:08.819Z Checking bit-set v0.8.0
27662026-08-28T21:27:08.871Z Checking openssl v0.10.80
27672026-08-28T21:27:08.891Z Checking proc-macro2 v1.0.106
27682026-08-28T21:27:08.962Z Checking clap_builder v4.6.0
27692026-08-28T21:27:08.975Z Checking pest v2.8.6
27702026-08-28T21:27:09.107Z Checking bitvec v1.0.1
27712026-08-28T21:27:09.155Z Checking rustls v0.23.41
27722026-08-28T21:27:09.193Z Checking num-iter v0.1.45
27732026-08-28T21:27:09.208Z Checking h2 v0.4.15
27742026-08-28T21:27:09.302Z Checking rand v0.8.6
27752026-08-28T21:27:09.830Z Checking lazy_static v1.5.0
27762026-08-28T21:27:09.934Z Checking rand_xorshift v0.4.0
27772026-08-28T21:27:10.039Z Checking hmac v0.12.1
27782026-08-28T21:27:10.052Z Checking thiserror v1.0.69
27792026-08-28T21:27:10.143Z Checking maybe-uninit v2.0.0
27802026-08-28T21:27:10.177Z Checking toml_datetime v0.6.11
27812026-08-28T21:27:10.192Z Checking serde_spanned v0.6.9
27822026-08-28T21:27:10.207Z Checking sync_wrapper v1.0.2
27832026-08-28T21:27:10.304Z Checking nodrop v0.1.14
27842026-08-28T21:27:10.319Z Checking siphasher v1.0.2
27852026-08-28T21:27:10.351Z Checking unarray v0.1.4
27862026-08-28T21:27:10.389Z Checking pretty-hex v0.4.1
27872026-08-28T21:27:10.423Z Checking crc-catalog v2.4.0
27882026-08-28T21:27:10.448Z Checking zlib-rs v0.6.2
27892026-08-28T21:27:10.452Z Checking powerfmt v0.2.0
27902026-08-28T21:27:10.472Z Checking proptest v1.11.0
27912026-08-28T21:27:10.497Z Checking packed_struct v0.10.1
27922026-08-28T21:27:10.510Z Checking crc v3.4.0
27932026-08-28T21:27:10.603Z Checking deranged v0.5.8
27942026-08-28T21:27:10.675Z Checking array-init v0.0.4
27952026-08-28T21:27:10.887Z Checking native-tls v0.2.18
27962026-08-28T21:27:10.961Z Checking tower v0.5.3
27972026-08-28T21:27:11.061Z Checking smallvec v0.6.14
27982026-08-28T21:27:11.246Z Checking clap v4.6.1
27992026-08-28T21:27:11.307Z Checking flate2 v1.1.9
28002026-08-28T21:27:11.323Z Checking num-bigint-dig v0.8.6
28012026-08-28T21:27:11.346Z Checking quote v1.0.45
28022026-08-28T21:27:11.427Z Checking ipnetwork v0.21.1
28032026-08-28T21:27:11.513Z Checking pkcs1 v0.7.5
28042026-08-28T21:27:11.526Z Checking http-body-util v0.1.3
28052026-08-28T21:27:11.552Z Checking crossbeam-utils v0.8.21
28062026-08-28T21:27:11.595Z Checking zerocopy v0.6.6
28072026-08-28T21:27:11.636Z Checking bitfield v0.19.4
28082026-08-28T21:27:11.717Z Checking ahash v0.8.12
28092026-08-28T21:27:11.734Z Checking bzip2-sys v0.1.13+1.0.8
28102026-08-28T21:27:11.814Z Checking scroll v0.13.0
28112026-08-28T21:27:11.882Z Checking env_filter v2.0.0
28122026-08-28T21:27:11.895Z Checking winnow v0.5.40
28132026-08-28T21:27:11.907Z Checking num-conv v0.2.0
28142026-08-28T21:27:11.909Z Checking time-core v0.1.8
28152026-08-28T21:27:12.018Z Checking unicode-bidi v0.3.18
28162026-08-28T21:27:12.018Z Checking unicode-properties v0.1.4
28172026-08-28T21:27:12.042Z Checking hyper v1.10.1
28182026-08-28T21:27:12.042Z Checking ryu v1.0.23
28192026-08-28T21:27:12.065Z Checking iri-string v0.7.10
28202026-08-28T21:27:12.126Z Checking allocator-api2 v0.2.21
28212026-08-28T21:27:12.172Z Checking base64 v0.21.7
28222026-08-28T21:27:12.198Z Checking gimli v0.32.3
28232026-08-28T21:27:12.243Z Checking num_threads v0.1.7
28242026-08-28T21:27:12.313Z Checking hashbrown v0.12.3
28252026-08-28T21:27:12.327Z Checking time v0.3.47
28262026-08-28T21:27:12.399Z Checking ron v0.8.1
28272026-08-28T21:27:12.412Z Checking stringprep v0.1.5
28282026-08-28T21:27:12.558Z Checking newtype-uuid v1.3.2
28292026-08-28T21:27:12.722Z Checking indexmap v1.9.3
28302026-08-28T21:27:12.756Z Checking serde_urlencoded v0.7.1
28312026-08-28T21:27:12.902Z Checking rsa v0.9.10
28322026-08-28T21:27:12.955Z Checking goblin v0.10.5
28332026-08-28T21:27:12.979Z Checking hyper-util v0.1.20
28342026-08-28T21:27:13.032Z Checking toml_edit v0.19.15
28352026-08-28T21:27:13.032Z Checking env_logger v0.11.11
28362026-08-28T21:27:13.063Z Checking tower-http v0.6.8
28372026-08-28T21:27:13.229Z Checking hashbrown v0.13.2
28382026-08-28T21:27:13.341Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28392026-08-28T21:27:13.365Z Checking crossbeam-epoch v0.9.18
28402026-08-28T21:27:13.421Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28412026-08-28T21:27:13.576Z Checking bzip2 v0.4.4
28422026-08-28T21:27:13.588Z Checking oxnet v0.1.6
28432026-08-28T21:27:13.649Z Checking syn v2.0.117
28442026-08-28T21:27:13.733Z Checking serde-hex v0.1.0
28452026-08-28T21:27:13.746Z Checking addr2line v0.25.1
28462026-08-28T21:27:13.843Z Checking tokio-native-tls v0.3.1
28472026-08-28T21:27:14.001Z Checking bstr v1.12.1
28482026-08-28T21:27:14.015Z Checking crypto-common v0.2.2
28492026-08-28T21:27:14.048Z Checking block-padding v0.4.2
28502026-08-28T21:27:14.185Z Checking block-buffer v0.12.1
28512026-08-28T21:27:14.221Z Checking rustls-native-certs v0.8.3
28522026-08-28T21:27:14.347Z Checking x509-cert v0.2.5
28532026-08-28T21:27:14.361Z Checking scroll v0.12.0
28542026-08-28T21:27:14.380Z Checking object v0.37.3
28552026-08-28T21:27:14.578Z Checking zstd-sys v2.0.16+zstd.1.5.7
28562026-08-28T21:27:14.616Z Checking md-5 v0.10.6
28572026-08-28T21:27:14.700Z Checking hash32 v0.2.1
28582026-08-28T21:27:14.761Z Checking encoding_rs v0.8.35
28592026-08-28T21:27:14.856Z Checking mime v0.3.17
28602026-08-28T21:27:15.017Z Checking either v1.15.0
28612026-08-28T21:27:15.031Z Checking crc-any v2.5.0
28622026-08-28T21:27:15.196Z Checking fallible-iterator v0.2.0
28632026-08-28T21:27:15.209Z Checking psl-types v2.0.11
28642026-08-28T21:27:15.261Z Checking rustc-demangle v0.1.27
28652026-08-28T21:27:15.292Z Checking dof v0.4.0
28662026-08-28T21:27:15.317Z Checking publicsuffix v2.3.0
28672026-08-28T21:27:15.465Z Checking postgres-protocol v0.6.10
28682026-08-28T21:27:15.499Z Checking heapless v0.7.17
28692026-08-28T21:27:15.499Z Checking zstd-safe v7.2.4
28702026-08-28T21:27:15.651Z Checking goblin v0.8.2
28712026-08-28T21:27:15.691Z Checking hyper-tls v0.6.0
28722026-08-28T21:27:15.775Z Checking inout v0.2.2
28732026-08-28T21:27:15.857Z Checking toml v0.7.8
28742026-08-28T21:27:15.889Z Checking daft v0.1.8
28752026-08-28T21:27:15.923Z Checking zip v0.6.6
28762026-08-28T21:27:15.923Z Checking object v0.30.4
28772026-08-28T21:27:15.926Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28782026-08-28T21:27:16.102Z Checking cookie v0.18.1
28792026-08-28T21:27:16.132Z Checking tokio-rustls v0.26.4
28802026-08-28T21:27:16.164Z Checking phf_shared v0.13.1
28812026-08-28T21:27:16.246Z Checking dtrace-parser v0.3.0
28822026-08-28T21:27:16.331Z Checking pin-project v1.1.11
28832026-08-28T21:27:16.355Z Checking zerocopy v0.7.35
28842026-08-28T21:27:16.366Z Checking signal-hook v0.3.18
28852026-08-28T21:27:16.389Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28862026-08-28T21:27:16.416Z Checking futures-executor v0.3.32
28872026-08-28T21:27:16.480Z Checking ff v0.13.1
28882026-08-28T21:27:16.546Z Checking thread-id v5.1.0
28892026-08-28T21:27:16.559Z Checking jiff-core v0.1.0
28902026-08-28T21:27:16.601Z Checking is_ci v1.2.0
28912026-08-28T21:27:16.619Z Checking smawk v0.3.2
28922026-08-28T21:27:16.693Z Checking bitflags v1.3.2
28932026-08-28T21:27:16.696Z Checking backtrace v0.3.76
28942026-08-28T21:27:16.739Z Checking foldhash v0.1.5
28952026-08-28T21:27:16.764Z Checking foldhash v0.2.0
28962026-08-28T21:27:16.831Z Checking managed v0.8.0
28972026-08-28T21:27:16.868Z Checking libbz2-rs-sys v0.2.2
28982026-08-28T21:27:16.914Z Checking unicode-linebreak v0.1.5
28992026-08-28T21:27:16.984Z Checking base16ct v0.2.0
29002026-08-28T21:27:17.009Z Checking bumpalo v3.20.2
29012026-08-28T21:27:17.105Z Checking path-slash v0.1.5
29022026-08-28T21:27:17.118Z Compiling rayon-core v1.13.0
29032026-08-28T21:27:17.201Z Checking unicode-width v0.2.0
29042026-08-28T21:27:17.204Z Checking same-file v1.0.6
29052026-08-28T21:27:17.226Z Compiling illumos-nvpair-sys v0.2.0
29062026-08-28T21:27:17.257Z Checking bzip2 v0.6.1
29072026-08-28T21:27:17.301Z Checking jiff v0.2.34
29082026-08-28T21:27:17.320Z Checking walkdir v2.5.0
29092026-08-28T21:27:17.345Z Checking zopfli v0.8.3
29102026-08-28T21:27:17.406Z Checking sec1 v0.7.3
29112026-08-28T21:27:17.418Z Checking smoltcp v0.9.1
29122026-08-28T21:27:17.442Z Checking textwrap v0.16.2
29132026-08-28T21:27:17.477Z Checking backtrace-ext v0.2.1
29142026-08-28T21:27:17.553Z Checking dof v0.3.0
29152026-08-28T21:27:17.577Z Checking hashbrown v0.16.1
29162026-08-28T21:27:17.606Z Checking hashbrown v0.15.5
29172026-08-28T21:27:17.646Z Checking supports-color v3.0.2
29182026-08-28T21:27:17.668Z Checking usdt-impl v0.6.0
29192026-08-28T21:27:17.764Z Checking group v0.13.0
29202026-08-28T21:27:17.835Z Checking futures v0.3.32
29212026-08-28T21:27:17.905Z Checking signal-hook-mio v0.2.5
29222026-08-28T21:27:17.919Z Checking snafu v0.8.9
29232026-08-28T21:27:17.942Z Checking hyper-rustls v0.27.7
29242026-08-28T21:27:17.999Z Checking phf v0.13.1
29252026-08-28T21:27:18.010Z Checking cookie_store v0.22.1
29262026-08-28T21:27:18.033Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
29272026-08-28T21:27:18.064Z Checking cipher v0.5.2
29282026-08-28T21:27:18.078Z Checking reqwest v0.12.28
29292026-08-28T21:27:18.135Z Checking postgres-types v0.2.12
29302026-08-28T21:27:18.138Z Checking zstd v0.13.3
29312026-08-28T21:27:18.160Z Checking globset v0.4.18
29322026-08-28T21:27:18.298Z Checking rustls-platform-verifier v0.6.2
29332026-08-28T21:27:18.330Z Checking crossbeam-deque v0.8.6
29342026-08-28T21:27:18.340Z Checking phf_shared v0.11.3
29352026-08-28T21:27:18.353Z Checking regex v1.12.3
29362026-08-28T21:27:18.408Z Checking hkdf v0.12.4
29372026-08-28T21:27:18.431Z Checking dtrace-parser v0.2.0
29382026-08-28T21:27:18.444Z Checking byte-wrapper v0.1.0
29392026-08-28T21:27:18.474Z Checking curve25519-dalek v4.1.3
29402026-08-28T21:27:18.496Z Checking ref-cast v1.0.25
29412026-08-28T21:27:18.535Z Checking strum v0.27.2
29422026-08-28T21:27:18.588Z Checking olpc-cjson v0.1.4
29432026-08-28T21:27:18.621Z Checking hubpack v0.1.2
29442026-08-28T21:27:18.637Z Checking ed25519 v2.2.3
29452026-08-28T21:27:18.649Z Checking memoffset v0.9.1
29462026-08-28T21:27:18.660Z Checking owo-colors v4.3.0
29472026-08-28T21:27:18.718Z Checking rustix v0.38.44
29482026-08-28T21:27:18.731Z Checking pem v3.0.6
29492026-08-28T21:27:18.782Z Checking crypto-bigint v0.5.5
29502026-08-28T21:27:18.817Z Checking erased-serde v0.3.31
29512026-08-28T21:27:18.830Z Checking serde-big-array v0.5.1
29522026-08-28T21:27:18.880Z Checking serde_plain v1.0.2
29532026-08-28T21:27:18.956Z Checking float-cmp v0.10.0
29542026-08-28T21:27:19.020Z Checking memmap2 v0.9.10
29552026-08-28T21:27:19.079Z Checking thread-id v4.2.2
29562026-08-28T21:27:19.156Z Checking winnow v1.0.3
29572026-08-28T21:27:19.178Z Checking unicode-segmentation v1.12.0
29582026-08-28T21:27:19.190Z Checking const-oid v0.10.2
29592026-08-28T21:27:19.202Z Checking supports-unicode v3.0.0
29602026-08-28T21:27:19.213Z Checking fixedbitset v0.5.7
29612026-08-28T21:27:19.242Z Checking whoami v2.1.0
29622026-08-28T21:27:19.300Z Checking toml_write v0.1.2
29632026-08-28T21:27:19.337Z Checking new_debug_unreachable v1.0.6
29642026-08-28T21:27:19.400Z Checking static_assertions v1.1.0
29652026-08-28T21:27:19.403Z Checking cpufeatures v0.3.0
29662026-08-28T21:27:19.428Z Checking keccak v0.1.6
29672026-08-28T21:27:19.461Z Checking typed-path v0.9.3
29682026-08-28T21:27:19.473Z Checking winnow v0.7.14
29692026-08-28T21:27:19.486Z Checking supports-hyperlinks v3.2.0
29702026-08-28T21:27:19.490Z Checking predicates-core v1.0.10
29712026-08-28T21:27:19.511Z Checking precomputed-hash v0.1.1
29722026-08-28T21:27:19.586Z Checking normalize-line-endings v0.3.0
29732026-08-28T21:27:19.589Z Checking difflib v0.4.0
29742026-08-28T21:27:19.609Z Checking data-encoding v2.10.0
29752026-08-28T21:27:19.612Z Checking unicode-width v0.1.14
29762026-08-28T21:27:19.672Z Checking fixedbitset v0.4.2
29772026-08-28T21:27:19.707Z Checking elliptic-curve v0.13.8
29782026-08-28T21:27:19.785Z Checking predicates v3.1.4
29792026-08-28T21:27:19.831Z Checking petgraph v0.6.5
29802026-08-28T21:27:19.862Z Checking miette v7.6.0
29812026-08-28T21:27:19.878Z Checking hickory-proto v0.25.2
29822026-08-28T21:27:20.022Z Checking toml_parser v1.1.2+spec-1.1.0
29832026-08-28T21:27:20.025Z Checking sha3 v0.10.8
29842026-08-28T21:27:20.082Z Checking string_cache v0.8.9
29852026-08-28T21:27:20.226Z Checking crossterm v0.28.1
29862026-08-28T21:27:20.244Z Checking chacha20 v0.10.0
29872026-08-28T21:27:20.256Z Checking tough v0.22.0
29882026-08-28T21:27:20.355Z Checking similar v2.7.0
29892026-08-28T21:27:20.370Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29902026-08-28T21:27:20.500Z Checking tokio-postgres v0.7.16
29912026-08-28T21:27:20.680Z Checking toml_edit v0.22.27
29922026-08-28T21:27:20.729Z Checking petgraph v0.8.3
29932026-08-28T21:27:20.927Z Checking digest v0.11.3
29942026-08-28T21:27:21.072Z Checking ed25519-dalek v2.2.0
29952026-08-28T21:27:21.104Z Checking zip v4.6.1
29962026-08-28T21:27:21.299Z Checking slog v2.8.2
29972026-08-28T21:27:21.561Z Checking usdt v0.6.0
29982026-08-28T21:27:21.694Z Checking usdt-impl v0.5.0
29992026-08-28T21:27:21.727Z Checking nix v0.31.2
30002026-08-28T21:27:21.773Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
30012026-08-28T21:27:21.786Z Checking iddqd v0.4.2
30022026-08-28T21:27:22.252Z Checking reqwest v0.13.2
30032026-08-28T21:27:22.283Z Checking itertools v0.13.0
30042026-08-28T21:27:22.356Z Checking itertools v0.15.0
30052026-08-28T21:27:22.384Z Checking strum v0.26.3
30062026-08-28T21:27:22.493Z Checking serde_with v3.21.0
30072026-08-28T21:27:22.615Z Checking derive_more v2.1.1
30082026-08-28T21:27:22.657Z Checking fs-err v3.3.0
30092026-08-28T21:27:22.698Z Checking tokio-stream v0.1.18
30102026-08-28T21:27:22.712Z Checking buf-list v1.1.2
30112026-08-28T21:27:22.889Z Checking anyhow v1.0.104
30122026-08-28T21:27:22.923Z Checking camino v1.2.5
30132026-08-28T21:27:22.962Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30142026-08-28T21:27:23.073Z Checking openapiv3 v2.2.0
30152026-08-28T21:27:23.086Z Checking peg-runtime v0.8.5
30162026-08-28T21:27:23.099Z Checking lalrpop-util v0.19.12
30172026-08-28T21:27:23.169Z Checking illumos-nvpair v0.3.0
30182026-08-28T21:27:23.217Z Checking rayon v1.11.0
30192026-08-28T21:27:23.220Z Checking sigpipe v0.1.3
30202026-08-28T21:27:23.251Z Checking glob v0.3.3
30212026-08-28T21:27:24.214Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30222026-08-28T21:27:24.528Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30232026-08-28T21:27:24.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.59s
30242026-08-28T21:27:24.974Z
30252026-08-28T21:27:24.974Zinfo: running `cargo check --bins` on internal-dns-types (120/377)
30262026-08-28T21:27:25.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-08-28T21:27:25.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-08-28T21:27:25.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-08-28T21:27:25.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30302026-08-28T21:27:25.546Z
30312026-08-28T21:27:25.547Zinfo: running `cargo check --bins` on internal-dns-types-versions (121/377)
30322026-08-28T21:27:26.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-08-28T21:27:26.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-08-28T21:27:26.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-08-28T21:27:26.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30362026-08-28T21:27:26.106Z
30372026-08-28T21:27:26.106Zinfo: running `cargo check --bins` on nexus-types-versions (122/377)
30382026-08-28T21:27:26.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-08-28T21:27:26.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-08-28T21:27:26.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-08-28T21:27:26.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30422026-08-28T21:27:26.697Z
30432026-08-28T21:27:26.697Zinfo: running `cargo check --bins` on oxql-types (123/377)
30442026-08-28T21:27:27.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-08-28T21:27:27.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-08-28T21:27:27.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-08-28T21:27:27.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30482026-08-28T21:27:27.268Z
30492026-08-28T21:27:27.268Zinfo: running `cargo check --bins` on oximeter-types (124/377)
30502026-08-28T21:27:27.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-08-28T21:27:27.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-08-28T21:27:27.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-08-28T21:27:27.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30542026-08-28T21:27:27.843Z
30552026-08-28T21:27:27.843Zinfo: running `cargo check --bins` on oximeter-types-versions (125/377)
30562026-08-28T21:27:28.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-08-28T21:27:28.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-08-28T21:27:28.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-08-28T21:27:28.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30602026-08-28T21:27:28.421Z
30612026-08-28T21:27:28.421Zinfo: running `cargo check --bins` on oximeter-macro-impl (126/377)
30622026-08-28T21:27:28.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-08-28T21:27:28.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-08-28T21:27:28.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-08-28T21:27:28.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30662026-08-28T21:27:28.979Z
30672026-08-28T21:27:28.979Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/377)
30682026-08-28T21:27:29.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-08-28T21:27:29.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-08-28T21:27:29.668Z Compiling multer v3.1.0
30712026-08-28T21:27:29.782Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-08-28T21:27:29.782Z Compiling async-stream-impl v0.3.6
30732026-08-28T21:27:29.797Z Compiling serde_tokenstream v0.3.0
30742026-08-28T21:27:29.807Z Compiling dropshot v0.17.1
30752026-08-28T21:27:29.818Z Compiling parse-display-derive v0.10.0
30762026-08-28T21:27:29.830Z Compiling newtype-uuid-macros v0.1.0
30772026-08-28T21:27:29.830Z Compiling dropshot_endpoint v0.17.1
30782026-08-28T21:27:29.995Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30792026-08-28T21:27:30.064Z Checking thread_local v1.1.9
30802026-08-28T21:27:30.091Z Compiling oxide-generation-macros v0.2.0
30812026-08-28T21:27:30.152Z Checking match_cfg v0.1.0
30822026-08-28T21:27:30.219Z Checking compression-core v0.4.31
30832026-08-28T21:27:30.236Z Checking hostname v0.3.1
30842026-08-28T21:27:30.332Z Checking crossbeam-channel v0.5.15
30852026-08-28T21:27:30.346Z Checking compression-codecs v0.4.37
30862026-08-28T21:27:30.358Z Checking atomicwrites v0.4.4
30872026-08-28T21:27:30.388Z Checking slog-json v2.6.1
30882026-08-28T21:27:30.479Z Checking is-terminal v0.4.17
30892026-08-28T21:27:30.509Z Checking toml_datetime v1.1.1+spec-1.1.0
30902026-08-28T21:27:30.539Z Checking serde_spanned v1.1.1
30912026-08-28T21:27:30.565Z Checking toml_writer v1.1.1+spec-1.1.0
30922026-08-28T21:27:30.579Z Checking term v1.2.1
30932026-08-28T21:27:30.664Z Checking take_mut v0.2.2
30942026-08-28T21:27:30.678Z Checking debug-ignore v1.0.5
30952026-08-28T21:27:30.701Z Checking slog-bunyan v2.5.0
30962026-08-28T21:27:30.739Z Checking toml v1.1.2+spec-1.1.0
30972026-08-28T21:27:30.766Z Checking slog-async v2.8.0
30982026-08-28T21:27:30.778Z Checking async-compression v0.4.41
30992026-08-28T21:27:30.792Z Checking slog-term v2.9.2
31002026-08-28T21:27:30.811Z Checking async-stream v0.3.6
31012026-08-28T21:27:30.824Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31022026-08-28T21:27:30.926Z Checking progenitor-client v0.14.0
31032026-08-28T21:27:30.939Z Checking sha1 v0.11.0
31042026-08-28T21:27:31.010Z Checking oxide-generation v0.1.3
31052026-08-28T21:27:31.038Z Checking waitgroup v0.1.2
31062026-08-28T21:27:31.123Z Checking rustls-pemfile v2.2.0
31072026-08-28T21:27:31.136Z Checking backon v1.6.0
31082026-08-28T21:27:31.150Z Checking serde_path_to_error v0.1.20
31092026-08-28T21:27:31.163Z Checking hostname v0.4.2
31102026-08-28T21:27:31.224Z Checking instant v0.1.13
31112026-08-28T21:27:31.290Z Checking progenitor-extras v0.2.0
31122026-08-28T21:27:31.303Z Checking backoff v0.4.0
31132026-08-28T21:27:31.316Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31142026-08-28T21:27:31.417Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31152026-08-28T21:27:31.461Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31162026-08-28T21:27:31.474Z Checking parse-display v0.10.0
31172026-08-28T21:27:31.477Z Checking regress v0.10.5
31182026-08-28T21:27:31.495Z Checking itertools v0.14.0
31192026-08-28T21:27:31.606Z Checking macaddr v1.0.1
31202026-08-28T21:27:31.759Z Checking humantime v2.3.0
31212026-08-28T21:27:32.571Z Compiling prettyplease v0.2.37
31222026-08-28T21:27:32.897Z Checking num-rational v0.4.2
31232026-08-28T21:27:33.166Z Checking num-complex v0.4.6
31242026-08-28T21:27:33.546Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31252026-08-28T21:27:33.559Z Compiling num v0.4.3
31262026-08-28T21:27:33.702Z Compiling usdt-macro v0.5.0
31272026-08-28T21:27:33.714Z Compiling usdt-attr-macro v0.5.0
31282026-08-28T21:27:33.717Z Checking memmap v0.7.0
31292026-08-28T21:27:33.769Z Checking float-ord v0.3.2
31302026-08-28T21:27:33.870Z Compiling convert_case v0.4.0
31312026-08-28T21:27:34.233Z Compiling derive_more v0.99.20
31322026-08-28T21:27:34.326Z Checking newline-converter v0.3.0
31332026-08-28T21:27:34.433Z Checking console v0.15.11
31342026-08-28T21:27:34.436Z Compiling toml v0.8.23
31352026-08-28T21:27:34.494Z Checking usdt v0.5.0
31362026-08-28T21:27:34.682Z Compiling minimal-lexical v0.2.1
31372026-08-28T21:27:34.769Z Checking linked-hash-map v0.5.6
31382026-08-28T21:27:34.942Z Checking lru-cache v0.1.2
31392026-08-28T21:27:34.965Z Compiling nom v7.1.3
31402026-08-28T21:27:35.062Z Checking expectorate v1.2.0
31412026-08-28T21:27:35.191Z Checking camino-tempfile v1.4.1
31422026-08-28T21:27:35.355Z Checking hickory-proto v0.24.4
31432026-08-28T21:27:35.486Z Checking phf_shared v0.12.1
31442026-08-28T21:27:35.602Z Compiling slog-dtrace v0.3.0
31452026-08-28T21:27:35.631Z Compiling unicode-xid v0.2.6
31462026-08-28T21:27:35.761Z Compiling chrono-tz v0.10.4
31472026-08-28T21:27:35.933Z Checking heck v0.5.0
31482026-08-28T21:27:36.017Z Checking resolv-conf v0.7.6
31492026-08-28T21:27:36.123Z Compiling const_format_proc_macros v0.2.34
31502026-08-28T21:27:36.199Z Checking phf v0.12.1
31512026-08-28T21:27:36.327Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31522026-08-28T21:27:36.341Z Checking tokio-dtrace v0.1.1
31532026-08-28T21:27:36.408Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31542026-08-28T21:27:36.526Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31552026-08-28T21:27:36.798Z Compiling derive-where v1.6.0
31562026-08-28T21:27:36.869Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31572026-08-28T21:27:36.934Z Checking highway v1.3.0
31582026-08-28T21:27:37.160Z Checking const_format v0.2.35
31592026-08-28T21:27:37.206Z Checking hickory-resolver v0.24.4
31602026-08-28T21:27:37.390Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31612026-08-28T21:27:37.903Z Checking oxide-tokio-rt v0.1.4
31622026-08-28T21:27:37.974Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31632026-08-28T21:27:38.097Z Checking qorb v0.4.1
31642026-08-28T21:27:38.253Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31652026-08-28T21:27:38.295Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31662026-08-28T21:27:38.312Z Checking gethostname v0.5.0
31672026-08-28T21:27:38.397Z Checking bcs v0.1.6
31682026-08-28T21:27:38.412Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31692026-08-28T21:27:38.429Z Checking termtree v0.5.1
31702026-08-28T21:27:41.499Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31712026-08-28T21:27:44.567Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31722026-08-28T21:27:46.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.83s
31732026-08-28T21:27:46.985Z
31742026-08-28T21:27:46.985Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377)
31752026-08-28T21:27:47.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-08-28T21:27:47.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-08-28T21:27:47.671Z Compiling ar_archive_writer v0.5.1
31782026-08-28T21:27:47.782Z Compiling stacker v0.1.23
31792026-08-28T21:27:47.790Z Compiling cfg_aliases v0.1.1
31802026-08-28T21:27:47.798Z Compiling proc-macro-error v1.0.4
31812026-08-28T21:27:47.804Z Checking fd-lock v4.0.4
31822026-08-28T21:27:47.805Z Checking nibble_vec v0.1.0
31832026-08-28T21:27:47.808Z Checking vte v0.14.1
31842026-08-28T21:27:47.808Z Compiling recursive-proc-macro-impl v0.1.1
31852026-08-28T21:27:47.846Z Compiling nix v0.28.0
31862026-08-28T21:27:47.908Z Checking bytecount v0.6.9
31872026-08-28T21:27:47.925Z Checking endian-type v0.1.2
31882026-08-28T21:27:47.961Z Checking strip-ansi-escapes v0.2.1
31892026-08-28T21:27:48.005Z Checking papergrid v0.11.0
31902026-08-28T21:27:48.044Z Checking radix_trie v0.2.1
31912026-08-28T21:27:48.078Z Compiling tabled_derive v0.7.0
31922026-08-28T21:27:48.092Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31932026-08-28T21:27:48.096Z Compiling peg-macros v0.8.5
31942026-08-28T21:27:48.221Z Compiling sqlparser_derive v0.5.0
31952026-08-28T21:27:48.260Z Checking winnow v0.6.26
31962026-08-28T21:27:48.546Z Checking unicode_categories v0.1.1
31972026-08-28T21:27:48.574Z Compiling psm v0.1.30
31982026-08-28T21:27:48.609Z Checking nu-ansi-term v0.50.3
31992026-08-28T21:27:48.696Z Checking home v0.5.12
32002026-08-28T21:27:48.814Z Checking reedline v0.40.0
32012026-08-28T21:27:48.826Z Checking crossterm v0.29.0
32022026-08-28T21:27:48.961Z Checking display-error-chain v0.2.2
32032026-08-28T21:27:49.028Z Checking tabled v0.15.0
32042026-08-28T21:27:49.103Z Checking rustyline v14.0.0
32052026-08-28T21:27:49.330Z Checking recursive v0.1.1
32062026-08-28T21:27:49.379Z Checking peg v0.8.5
32072026-08-28T21:27:49.383Z Checking sqlformat v0.3.5
32082026-08-28T21:27:49.414Z Checking sqlparser v0.61.0
32092026-08-28T21:28:00.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.65s
32102026-08-28T21:28:00.811Z
32112026-08-28T21:28:00.811Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377)
32122026-08-28T21:28:01.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-08-28T21:28:01.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-08-28T21:28:01.488Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32152026-08-28T21:28:05.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
32162026-08-28T21:28:05.205Z
32172026-08-28T21:28:05.205Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377)
32182026-08-28T21:28:05.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-08-28T21:28:05.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-08-28T21:28:05.876Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-08-28T21:28:08.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
32222026-08-28T21:28:08.563Z
32232026-08-28T21:28:08.563Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377)
32242026-08-28T21:28:09.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-08-28T21:28:09.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-08-28T21:28:09.232Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-08-28T21:28:12.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
32282026-08-28T21:28:12.704Z
32292026-08-28T21:28:12.704Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377)
32302026-08-28T21:28:13.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-08-28T21:28:13.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-08-28T21:28:13.381Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-08-28T21:28:16.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
32342026-08-28T21:28:16.892Z
32352026-08-28T21:28:16.892Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377)
32362026-08-28T21:28:17.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-08-28T21:28:17.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-08-28T21:28:17.566Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-08-28T21:28:20.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
32402026-08-28T21:28:20.408Z
32412026-08-28T21:28:20.408Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377)
32422026-08-28T21:28:20.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-08-28T21:28:20.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-08-28T21:28:21.086Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32452026-08-28T21:28:23.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
32462026-08-28T21:28:23.954Z
32472026-08-28T21:28:23.954Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377)
32482026-08-28T21:28:24.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-08-28T21:28:24.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-08-28T21:28:24.635Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32512026-08-28T21:28:28.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
32522026-08-28T21:28:28.313Z
32532026-08-28T21:28:28.313Zinfo: running `cargo check --bins` on oximeter (136/377)
32542026-08-28T21:28:28.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-08-28T21:28:28.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-08-28T21:28:28.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32572026-08-28T21:28:28.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32582026-08-28T21:28:28.896Z
32592026-08-28T21:28:28.896Zinfo: running `cargo check --bins` on oximeter-schema (137/377)
32602026-08-28T21:28:29.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612026-08-28T21:28:29.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622026-08-28T21:28:29.534Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32632026-08-28T21:28:29.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
32642026-08-28T21:28:30.076Z
32652026-08-28T21:28:30.076Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/377)
32662026-08-28T21:28:30.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672026-08-28T21:28:30.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682026-08-28T21:28:30.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692026-08-28T21:28:30.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32702026-08-28T21:28:30.659Z
32712026-08-28T21:28:30.659Zinfo: running `cargo check --bins` on oximeter-test-utils (139/377)
32722026-08-28T21:28:31.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732026-08-28T21:28:31.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742026-08-28T21:28:31.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752026-08-28T21:28:31.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32762026-08-28T21:28:31.279Z
32772026-08-28T21:28:31.280Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377)
32782026-08-28T21:28:31.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-08-28T21:28:31.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-08-28T21:28:31.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-08-28T21:28:31.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32822026-08-28T21:28:31.866Z
32832026-08-28T21:28:31.866Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377)
32842026-08-28T21:28:32.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-08-28T21:28:32.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-08-28T21:28:32.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-08-28T21:28:32.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32882026-08-28T21:28:32.452Z
32892026-08-28T21:28:32.453Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377)
32902026-08-28T21:28:32.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-08-28T21:28:32.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-08-28T21:28:32.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932026-08-28T21:28:32.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32942026-08-28T21:28:33.034Z
32952026-08-28T21:28:33.034Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377)
32962026-08-28T21:28:33.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-08-28T21:28:33.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-08-28T21:28:33.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992026-08-28T21:28:33.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33002026-08-28T21:28:33.620Z
33012026-08-28T21:28:33.620Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/377)
33022026-08-28T21:28:34.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-08-28T21:28:34.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-08-28T21:28:34.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052026-08-28T21:28:34.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33062026-08-28T21:28:34.208Z
33072026-08-28T21:28:34.208Zinfo: running `cargo check --bins` on reconfigurator-cli (145/377)
33082026-08-28T21:28:34.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-08-28T21:28:34.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-08-28T21:28:35.038Z Compiling crucible-workspace-hack v0.1.0
33112026-08-28T21:28:35.041Z Compiling regress v0.11.1
33122026-08-28T21:28:35.041Z Checking secrecy v0.10.3
33132026-08-28T21:28:35.041Z Checking half v2.7.1
33142026-08-28T21:28:35.041Z Checking ciborium-io v0.2.2
33152026-08-28T21:28:35.041Z Checking inout v0.1.4
33162026-08-28T21:28:35.041Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33172026-08-28T21:28:35.172Z Checking universal-hash v0.5.1
33182026-08-28T21:28:35.276Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33192026-08-28T21:28:35.296Z Checking cipher v0.4.4
33202026-08-28T21:28:35.296Z Compiling thiserror-impl-no-std v2.0.2
33212026-08-28T21:28:35.343Z Checking opaque-debug v0.3.1
33222026-08-28T21:28:35.403Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33232026-08-28T21:28:35.418Z Checking poly1305 v0.8.0
33242026-08-28T21:28:35.432Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33252026-08-28T21:28:35.457Z Checking ciborium-ll v0.2.2
33262026-08-28T21:28:35.486Z Checking chacha20 v0.9.1
33272026-08-28T21:28:35.621Z Checking ciborium v0.2.2
33282026-08-28T21:28:35.676Z Checking password-hash v0.5.0
33292026-08-28T21:28:35.676Z Checking blake2 v0.10.6
33302026-08-28T21:28:35.705Z Checking aead v0.5.2
33312026-08-28T21:28:35.821Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33322026-08-28T21:28:35.847Z Checking indent_write v2.2.0
33332026-08-28T21:28:35.897Z Compiling toml_datetime v0.7.5+spec-1.1.0
33342026-08-28T21:28:35.923Z Checking argon2 v0.5.3
33352026-08-28T21:28:35.972Z Checking chacha20poly1305 v0.10.1
33362026-08-28T21:28:36.031Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33372026-08-28T21:28:36.099Z Compiling toml_edit v0.23.10+spec-1.0.0
33382026-08-28T21:28:36.141Z Compiling unsafe-libyaml v0.2.11
33392026-08-28T21:28:36.262Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33402026-08-28T21:28:36.457Z Checking thiserror-no-std v2.0.2
33412026-08-28T21:28:36.473Z Compiling heapless v0.8.0
33422026-08-28T21:28:36.545Z Checking vsss-rs v3.3.4
33432026-08-28T21:28:36.644Z Compiling proc-macro-crate v3.4.0
33442026-08-28T21:28:36.753Z Compiling typify-impl v0.6.2
33452026-08-28T21:28:36.881Z Compiling serde_yaml v0.9.34+deprecated
33462026-08-28T21:28:37.175Z Compiling num_enum_derive v0.7.6
33472026-08-28T21:28:37.296Z Compiling ingot-macros v0.2.0
33482026-08-28T21:28:37.483Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33492026-08-28T21:28:37.583Z Checking hash32 v0.3.1
33502026-08-28T21:28:37.646Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33512026-08-28T21:28:37.712Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33522026-08-28T21:28:37.916Z Compiling smoltcp v0.11.0
33532026-08-28T21:28:38.217Z Checking num_enum v0.7.6
33542026-08-28T21:28:38.272Z Checking tabwriter v1.4.1
33552026-08-28T21:28:38.323Z Checking cobs v0.3.0
33562026-08-28T21:28:38.337Z Checking swrite v0.1.0
33572026-08-28T21:28:38.399Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33582026-08-28T21:28:38.419Z Compiling proc-macro-crate v1.3.1
33592026-08-28T21:28:38.436Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33602026-08-28T21:28:38.465Z Checking postcard v1.1.3
33612026-08-28T21:28:38.594Z Compiling foreign-types-macros v0.2.3
33622026-08-28T21:28:38.639Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33632026-08-28T21:28:38.758Z Checking foreign-types-shared v0.3.1
33642026-08-28T21:28:38.774Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33652026-08-28T21:28:38.822Z Checking colored v3.1.1
33662026-08-28T21:28:38.852Z Compiling num_enum_derive v0.5.11
33672026-08-28T21:28:39.020Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33682026-08-28T21:28:39.095Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33692026-08-28T21:28:39.182Z Checking foreign-types v0.5.0
33702026-08-28T21:28:39.261Z Checking cstr-argument v0.1.2
33712026-08-28T21:28:39.388Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33722026-08-28T21:28:39.453Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33732026-08-28T21:28:39.545Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33742026-08-28T21:28:39.560Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33752026-08-28T21:28:39.596Z Checking rand v0.10.1
33762026-08-28T21:28:39.737Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33772026-08-28T21:28:39.760Z Compiling zone_cfg_derive v0.3.1
33782026-08-28T21:28:39.760Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33792026-08-28T21:28:39.892Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33802026-08-28T21:28:39.907Z Checking num_enum v0.5.11
33812026-08-28T21:28:40.022Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33822026-08-28T21:28:40.061Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33832026-08-28T21:28:40.170Z Checking ingot-types v0.2.0
33842026-08-28T21:28:40.197Z Checking itertools v0.12.1
33852026-08-28T21:28:40.234Z Compiling num-derive v0.4.2
33862026-08-28T21:28:40.426Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33872026-08-28T21:28:40.546Z Checking ingot v0.2.1
33882026-08-28T21:28:40.610Z Compiling semver v0.1.20
33892026-08-28T21:28:40.901Z Compiling rustc_version v0.1.7
33902026-08-28T21:28:40.980Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33912026-08-28T21:28:41.143Z Checking smf v0.2.3
33922026-08-28T21:28:41.158Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33932026-08-28T21:28:41.221Z Checking zone v0.3.1
33942026-08-28T21:28:41.276Z Checking nom v8.0.0
33952026-08-28T21:28:41.349Z Compiling typify-macro v0.6.2
33962026-08-28T21:28:41.370Z Checking csv-core v0.1.13
33972026-08-28T21:28:41.384Z Checking whoami v1.6.1
33982026-08-28T21:28:41.488Z Compiling newtype_derive v0.1.6
33992026-08-28T21:28:41.546Z Checking csv v1.4.0
34002026-08-28T21:28:41.561Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34012026-08-28T21:28:41.577Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34022026-08-28T21:28:41.667Z Compiling cancel-safe-futures v0.1.5
34032026-08-28T21:28:41.739Z Compiling libefi-sys v0.1.0
34042026-08-28T21:28:41.893Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34052026-08-28T21:28:41.908Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34062026-08-28T21:28:41.978Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34072026-08-28T21:28:42.037Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34082026-08-28T21:28:42.172Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34092026-08-28T21:28:42.186Z Checking oxide-update-engine-types v0.1.2
34102026-08-28T21:28:42.236Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34112026-08-28T21:28:42.331Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34122026-08-28T21:28:42.409Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34132026-08-28T21:28:42.502Z Compiling bitfield-struct v0.6.2
34142026-08-28T21:28:42.585Z Checking linear-map v1.2.0
34152026-08-28T21:28:42.758Z Checking steno v0.4.1
34162026-08-28T21:28:43.051Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34172026-08-28T21:28:43.066Z Checking oxide-update-engine v0.1.2
34182026-08-28T21:28:43.106Z Compiling typify v0.6.2
34192026-08-28T21:28:43.201Z Compiling progenitor-impl v0.14.0
34202026-08-28T21:28:43.216Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34212026-08-28T21:28:43.219Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34222026-08-28T21:28:43.265Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34232026-08-28T21:28:43.465Z Checking sha1 v0.10.6
34242026-08-28T21:28:43.480Z Checking utf-8 v0.7.6
34252026-08-28T21:28:43.613Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34262026-08-28T21:28:43.633Z Checking tungstenite v0.21.0
34272026-08-28T21:28:43.690Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34282026-08-28T21:28:43.763Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34292026-08-28T21:28:43.916Z Checking ignore v0.4.25
34302026-08-28T21:28:43.931Z Checking anstyle-parse v0.2.7
34312026-08-28T21:28:44.060Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34322026-08-28T21:28:44.088Z Compiling xshell-macros v0.2.7
34332026-08-28T21:28:44.121Z Checking anstream v0.6.21
34342026-08-28T21:28:44.264Z Checking tokio-tungstenite v0.21.0
34352026-08-28T21:28:44.298Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34362026-08-28T21:28:44.320Z Checking globwalk v0.9.1
34372026-08-28T21:28:44.335Z Checking predicates-tree v1.0.13
34382026-08-28T21:28:44.445Z Checking filetime v0.2.27
34392026-08-28T21:28:44.462Z Checking xshell v0.2.7
34402026-08-28T21:28:44.494Z Checking xattr v1.6.1
34412026-08-28T21:28:44.514Z Checking tagptr v0.2.0
34422026-08-28T21:28:44.539Z Checking camino-tempfile-ext v0.3.3
34432026-08-28T21:28:44.578Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34442026-08-28T21:28:44.623Z Checking tar v0.4.46
34452026-08-28T21:28:44.696Z Checking moka v0.12.13
34462026-08-28T21:28:44.712Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34472026-08-28T21:28:44.754Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34482026-08-28T21:28:44.799Z Checking rand_seeder v0.4.0
34492026-08-28T21:28:44.841Z Checking half v1.8.3
34502026-08-28T21:28:44.898Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34512026-08-28T21:28:44.950Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34522026-08-28T21:28:45.046Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34532026-08-28T21:28:45.049Z Checking serde_cbor v0.11.2
34542026-08-28T21:28:45.250Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34552026-08-28T21:28:45.299Z Checking sha2 v0.11.0
34562026-08-28T21:28:45.362Z Checking hickory-resolver v0.25.2
34572026-08-28T21:28:45.444Z Checking digest-io v0.1.0
34582026-08-28T21:28:45.578Z Compiling petname v2.0.2
34592026-08-28T21:28:45.861Z Compiling progenitor-macro v0.14.0
34602026-08-28T21:28:45.892Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34612026-08-28T21:28:45.973Z Checking rawzip v0.4.4
34622026-08-28T21:28:46.089Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34632026-08-28T21:28:46.289Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34642026-08-28T21:28:46.414Z Checking sapling-renderdag v0.1.0
34652026-08-28T21:28:46.472Z Checking subprocess v0.2.15
34662026-08-28T21:28:46.557Z Checking sync-ptr v0.1.4
34672026-08-28T21:28:46.649Z Checking colored v2.2.0
34682026-08-28T21:28:46.685Z Checking assert_matches v1.5.0
34692026-08-28T21:28:46.760Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34702026-08-28T21:28:46.846Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34712026-08-28T21:28:47.201Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34722026-08-28T21:28:47.235Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34732026-08-28T21:28:47.249Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34742026-08-28T21:28:47.855Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34752026-08-28T21:28:47.855Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34762026-08-28T21:28:48.718Z Checking progenitor v0.14.0
34772026-08-28T21:28:48.853Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34782026-08-28T21:28:48.853Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34792026-08-28T21:28:48.856Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34802026-08-28T21:28:48.856Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34812026-08-28T21:28:48.856Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34822026-08-28T21:28:48.856Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34832026-08-28T21:28:49.274Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34842026-08-28T21:28:49.459Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34852026-08-28T21:28:49.520Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34862026-08-28T21:28:49.785Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34872026-08-28T21:28:50.001Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34882026-08-28T21:28:50.001Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34892026-08-28T21:28:50.635Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34902026-08-28T21:28:50.703Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34912026-08-28T21:28:51.351Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34922026-08-28T21:28:51.889Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34932026-08-28T21:29:00.503Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34942026-08-28T21:29:07.730Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34952026-08-28T21:29:07.730Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34962026-08-28T21:29:07.754Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34972026-08-28T21:29:09.212Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34982026-08-28T21:29:10.494Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34992026-08-28T21:29:12.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.49s
35002026-08-28T21:29:12.911Z
35012026-08-28T21:29:12.911Zinfo: running `cargo check --bins` on nexus-inventory (146/377)
35022026-08-28T21:29:13.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-28T21:29:13.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-28T21:29:13.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-28T21:29:13.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35062026-08-28T21:29:13.535Z
35072026-08-28T21:29:13.535Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377)
35082026-08-28T21:29:14.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-28T21:29:14.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-28T21:29:14.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-28T21:29:14.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35122026-08-28T21:29:14.117Z
35132026-08-28T21:29:14.117Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/377)
35142026-08-28T21:29:14.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-28T21:29:14.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-28T21:29:14.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-28T21:29:14.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35182026-08-28T21:29:14.700Z
35192026-08-28T21:29:14.700Zinfo: running `cargo check --bins` on dns-service-client (149/377)
35202026-08-28T21:29:15.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-28T21:29:15.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-28T21:29:15.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-28T21:29:15.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35242026-08-28T21:29:15.264Z
35252026-08-28T21:29:15.264Zinfo: running `cargo check --bins` on ntp-admin-client (150/377)
35262026-08-28T21:29:15.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-28T21:29:15.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-28T21:29:15.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-28T21:29:15.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35302026-08-28T21:29:15.833Z
35312026-08-28T21:29:15.834Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/377)
35322026-08-28T21:29:16.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-28T21:29:16.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-28T21:29:16.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-28T21:29:16.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35362026-08-28T21:29:16.403Z
35372026-08-28T21:29:16.403Zinfo: running `cargo check --bins` on cockroach-admin-client (152/377)
35382026-08-28T21:29:16.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-28T21:29:16.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-28T21:29:16.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-28T21:29:16.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35422026-08-28T21:29:16.961Z
35432026-08-28T21:29:16.961Zinfo: running `cargo check --bins` on parallel-task-set (153/377)
35442026-08-28T21:29:17.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-28T21:29:17.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-28T21:29:17.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-28T21:29:17.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35482026-08-28T21:29:17.528Z
35492026-08-28T21:29:17.528Zinfo: running `cargo check --bins` on sled-agent-client (154/377)
35502026-08-28T21:29:18.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-28T21:29:18.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-28T21:29:18.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-28T21:29:18.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-08-28T21:29:18.118Z
35552026-08-28T21:29:18.118Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377)
35562026-08-28T21:29:18.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-28T21:29:18.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-28T21:29:18.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-28T21:29:18.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35602026-08-28T21:29:18.723Z
35612026-08-28T21:29:18.723Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/377)
35622026-08-28T21:29:19.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-28T21:29:19.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-28T21:29:19.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-28T21:29:19.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-08-28T21:29:19.319Z
35672026-08-28T21:29:19.319Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377)
35682026-08-28T21:29:19.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-28T21:29:19.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-28T21:29:19.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-28T21:29:19.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35722026-08-28T21:29:19.914Z
35732026-08-28T21:29:19.914Zinfo: running `cargo check --bins` on key-manager (158/377)
35742026-08-28T21:29:20.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-28T21:29:20.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-28T21:29:20.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-28T21:29:20.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35782026-08-28T21:29:20.497Z
35792026-08-28T21:29:20.497Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/377)
35802026-08-28T21:29:20.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-28T21:29:21.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-28T21:29:21.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-28T21:29:21.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-08-28T21:29:21.095Z
35852026-08-28T21:29:21.095Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377)
35862026-08-28T21:29:21.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-28T21:29:21.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-28T21:29:21.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-28T21:29:21.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35902026-08-28T21:29:21.699Z
35912026-08-28T21:29:21.699Zinfo: running `cargo check --bins` on typed-rng (161/377)
35922026-08-28T21:29:22.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-28T21:29:22.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-28T21:29:22.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-28T21:29:22.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35962026-08-28T21:29:22.266Z
35972026-08-28T21:29:22.266Zinfo: running `cargo check --bins` on gateway-test-utils (162/377)
35982026-08-28T21:29:22.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-28T21:29:22.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-28T21:29:22.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-28T21:29:22.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36022026-08-28T21:29:22.894Z
36032026-08-28T21:29:22.894Zinfo: running `cargo check --bins` on omicron-gateway (163/377)
36042026-08-28T21:29:23.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-28T21:29:23.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-28T21:29:23.636Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36072026-08-28T21:29:23.639Z Checking void v1.0.2
36082026-08-28T21:29:23.639Z Checking tungstenite v0.23.0
36092026-08-28T21:29:23.639Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36102026-08-28T21:29:23.752Z Checking dropshot-api-manager-types v0.8.0
36112026-08-28T21:29:23.755Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36122026-08-28T21:29:23.759Z Checking nix v0.27.1
36132026-08-28T21:29:23.761Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36142026-08-28T21:29:23.833Z Checking lzss v0.8.2
36152026-08-28T21:29:23.900Z Checking kstat-rs v0.2.5
36162026-08-28T21:29:23.932Z Checking fxhash v0.2.1
36172026-08-28T21:29:24.007Z Checking serde_bytes v0.11.19
36182026-08-28T21:29:24.044Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36192026-08-28T21:29:24.058Z Checking signal-hook-tokio v0.3.1
36202026-08-28T21:29:24.061Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36212026-08-28T21:29:24.084Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36222026-08-28T21:29:24.197Z Checking tokio-tungstenite v0.23.1
36232026-08-28T21:29:24.226Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36242026-08-28T21:29:25.352Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36252026-08-28T21:29:25.893Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36262026-08-28T21:29:28.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
36272026-08-28T21:29:28.217Z
36282026-08-28T21:29:28.217Zinfo: running `cargo check --bins` on gateway-api (164/377)
36292026-08-28T21:29:28.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-28T21:29:28.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-28T21:29:28.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-28T21:29:28.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36332026-08-28T21:29:28.781Z
36342026-08-28T21:29:28.781Zinfo: running `cargo check --bins` on ipcc (165/377)
36352026-08-28T21:29:29.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-28T21:29:29.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-28T21:29:29.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-28T21:29:29.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36392026-08-28T21:29:29.339Z
36402026-08-28T21:29:29.339Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377)
36412026-08-28T21:29:29.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-28T21:29:29.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-28T21:29:29.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-28T21:29:29.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36452026-08-28T21:29:29.901Z
36462026-08-28T21:29:29.901Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377)
36472026-08-28T21:29:30.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-28T21:29:30.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-28T21:29:30.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-28T21:29:30.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36512026-08-28T21:29:30.491Z
36522026-08-28T21:29:30.491Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377)
36532026-08-28T21:29:30.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-28T21:29:30.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-28T21:29:30.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-28T21:29:30.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36572026-08-28T21:29:31.059Z
36582026-08-28T21:29:31.059Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377)
36592026-08-28T21:29:31.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-28T21:29:31.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-28T21:29:31.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-28T21:29:31.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36632026-08-28T21:29:31.629Z
36642026-08-28T21:29:31.629Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377)
36652026-08-28T21:29:32.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-28T21:29:32.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-28T21:29:32.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-28T21:29:32.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36692026-08-28T21:29:32.198Z
36702026-08-28T21:29:32.198Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377)
36712026-08-28T21:29:32.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-28T21:29:32.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-28T21:29:32.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-28T21:29:32.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36752026-08-28T21:29:32.788Z
36762026-08-28T21:29:32.788Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377)
36772026-08-28T21:29:33.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-28T21:29:33.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-28T21:29:33.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-28T21:29:33.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36812026-08-28T21:29:33.355Z
36822026-08-28T21:29:33.355Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377)
36832026-08-28T21:29:33.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-28T21:29:33.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-28T21:29:33.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-28T21:29:33.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36872026-08-28T21:29:33.925Z
36882026-08-28T21:29:33.925Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377)
36892026-08-28T21:29:34.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-28T21:29:34.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-28T21:29:34.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-28T21:29:34.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36932026-08-28T21:29:34.499Z
36942026-08-28T21:29:34.499Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377)
36952026-08-28T21:29:34.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-28T21:29:34.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-28T21:29:34.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-28T21:29:34.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36992026-08-28T21:29:35.074Z
37002026-08-28T21:29:35.074Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377)
37012026-08-28T21:29:35.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-28T21:29:35.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-28T21:29:35.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-28T21:29:35.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37052026-08-28T21:29:35.647Z
37062026-08-28T21:29:35.647Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377)
37072026-08-28T21:29:36.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-28T21:29:36.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-28T21:29:36.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-28T21:29:36.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37112026-08-28T21:29:36.220Z
37122026-08-28T21:29:36.220Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377)
37132026-08-28T21:29:36.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-28T21:29:36.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-28T21:29:36.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-28T21:29:36.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37172026-08-28T21:29:36.796Z
37182026-08-28T21:29:36.796Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377)
37192026-08-28T21:29:37.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-28T21:29:37.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-28T21:29:37.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-28T21:29:37.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37232026-08-28T21:29:37.370Z
37242026-08-28T21:29:37.370Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377)
37252026-08-28T21:29:37.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-28T21:29:37.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-28T21:29:37.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-28T21:29:37.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37292026-08-28T21:29:37.943Z
37302026-08-28T21:29:37.944Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377)
37312026-08-28T21:29:38.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-28T21:29:38.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-28T21:29:38.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-28T21:29:38.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37352026-08-28T21:29:38.518Z
37362026-08-28T21:29:38.518Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377)
37372026-08-28T21:29:39.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-28T21:29:39.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-28T21:29:39.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-28T21:29:39.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37412026-08-28T21:29:39.090Z
37422026-08-28T21:29:39.090Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377)
37432026-08-28T21:29:39.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-28T21:29:39.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-28T21:29:39.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-28T21:29:39.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37472026-08-28T21:29:39.669Z
37482026-08-28T21:29:39.669Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377)
37492026-08-28T21:29:40.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-28T21:29:40.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-28T21:29:40.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-28T21:29:40.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37532026-08-28T21:29:40.243Z
37542026-08-28T21:29:40.243Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377)
37552026-08-28T21:29:40.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-28T21:29:40.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-28T21:29:40.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-28T21:29:40.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37592026-08-28T21:29:40.816Z
37602026-08-28T21:29:40.816Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377)
37612026-08-28T21:29:41.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-28T21:29:41.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-28T21:29:41.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-28T21:29:41.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37652026-08-28T21:29:41.407Z
37662026-08-28T21:29:41.407Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377)
37672026-08-28T21:29:41.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-28T21:29:41.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-28T21:29:41.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-08-28T21:29:41.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37712026-08-28T21:29:41.996Z
37722026-08-28T21:29:41.997Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377)
37732026-08-28T21:29:42.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-08-28T21:29:42.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-08-28T21:29:42.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-08-28T21:29:42.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37772026-08-28T21:29:42.589Z
37782026-08-28T21:29:42.590Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377)
37792026-08-28T21:29:43.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-08-28T21:29:43.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-08-28T21:29:43.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-08-28T21:29:43.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37832026-08-28T21:29:43.179Z
37842026-08-28T21:29:43.179Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377)
37852026-08-28T21:29:43.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-08-28T21:29:43.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-08-28T21:29:43.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-08-28T21:29:43.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37892026-08-28T21:29:43.771Z
37902026-08-28T21:29:43.772Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377)
37912026-08-28T21:29:44.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-08-28T21:29:44.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-08-28T21:29:44.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-08-28T21:29:44.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37952026-08-28T21:29:44.359Z
37962026-08-28T21:29:44.359Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377)
37972026-08-28T21:29:44.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-08-28T21:29:44.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-08-28T21:29:44.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-08-28T21:29:44.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38012026-08-28T21:29:44.948Z
38022026-08-28T21:29:44.948Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377)
38032026-08-28T21:29:45.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-08-28T21:29:45.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-08-28T21:29:45.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-08-28T21:29:45.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38072026-08-28T21:29:45.541Z
38082026-08-28T21:29:45.541Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377)
38092026-08-28T21:29:46.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-08-28T21:29:46.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-08-28T21:29:46.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-08-28T21:29:46.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38132026-08-28T21:29:46.130Z
38142026-08-28T21:29:46.130Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377)
38152026-08-28T21:29:46.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-08-28T21:29:46.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-08-28T21:29:46.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-08-28T21:29:46.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38192026-08-28T21:29:46.720Z
38202026-08-28T21:29:46.720Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377)
38212026-08-28T21:29:47.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-08-28T21:29:47.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-08-28T21:29:47.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-08-28T21:29:47.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38252026-08-28T21:29:47.311Z
38262026-08-28T21:29:47.311Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377)
38272026-08-28T21:29:47.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-08-28T21:29:47.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-08-28T21:29:47.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-08-28T21:29:47.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38312026-08-28T21:29:47.903Z
38322026-08-28T21:29:47.903Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377)
38332026-08-28T21:29:48.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-08-28T21:29:48.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-08-28T21:29:48.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-08-28T21:29:48.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38372026-08-28T21:29:48.497Z
38382026-08-28T21:29:48.497Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377)
38392026-08-28T21:29:48.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-08-28T21:29:48.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-08-28T21:29:48.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-08-28T21:29:49.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38432026-08-28T21:29:49.089Z
38442026-08-28T21:29:49.089Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377)
38452026-08-28T21:29:49.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-08-28T21:29:49.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-08-28T21:29:49.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-08-28T21:29:49.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38492026-08-28T21:29:49.679Z
38502026-08-28T21:29:49.679Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377)
38512026-08-28T21:29:50.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-08-28T21:29:50.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-08-28T21:29:50.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-08-28T21:29:50.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38552026-08-28T21:29:50.267Z
38562026-08-28T21:29:50.267Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377)
38572026-08-28T21:29:50.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-08-28T21:29:50.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-08-28T21:29:50.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-08-28T21:29:50.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38612026-08-28T21:29:50.856Z
38622026-08-28T21:29:50.856Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377)
38632026-08-28T21:29:51.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-08-28T21:29:51.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-08-28T21:29:51.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-08-28T21:29:51.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38672026-08-28T21:29:51.449Z
38682026-08-28T21:29:51.449Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377)
38692026-08-28T21:29:51.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-08-28T21:29:51.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-08-28T21:29:51.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-08-28T21:29:51.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38732026-08-28T21:29:52.025Z
38742026-08-28T21:29:52.025Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377)
38752026-08-28T21:29:52.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-08-28T21:29:52.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-08-28T21:29:52.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-08-28T21:29:52.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38792026-08-28T21:29:52.594Z
38802026-08-28T21:29:52.594Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377)
38812026-08-28T21:29:53.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-08-28T21:29:53.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-08-28T21:29:53.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-08-28T21:29:53.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38852026-08-28T21:29:53.167Z
38862026-08-28T21:29:53.167Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377)
38872026-08-28T21:29:53.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-08-28T21:29:53.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-08-28T21:29:53.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-08-28T21:29:53.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38912026-08-28T21:29:53.744Z
38922026-08-28T21:29:53.745Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377)
38932026-08-28T21:29:54.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-08-28T21:29:54.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-08-28T21:29:54.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-08-28T21:29:54.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38972026-08-28T21:29:54.314Z
38982026-08-28T21:29:54.314Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377)
38992026-08-28T21:29:54.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-08-28T21:29:54.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-08-28T21:29:54.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-08-28T21:29:54.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39032026-08-28T21:29:54.934Z
39042026-08-28T21:29:54.934Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377)
39052026-08-28T21:29:55.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-08-28T21:29:55.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-08-28T21:29:55.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-08-28T21:29:55.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39092026-08-28T21:29:55.463Z
39102026-08-28T21:29:55.463Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377)
39112026-08-28T21:29:55.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-08-28T21:29:55.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-08-28T21:29:55.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-08-28T21:29:55.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39152026-08-28T21:29:56.034Z
39162026-08-28T21:29:56.034Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377)
39172026-08-28T21:29:56.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-08-28T21:29:56.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-08-28T21:29:56.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-08-28T21:29:56.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39212026-08-28T21:29:56.609Z
39222026-08-28T21:29:56.609Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377)
39232026-08-28T21:29:57.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-08-28T21:29:57.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-08-28T21:29:57.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-08-28T21:29:57.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39272026-08-28T21:29:57.182Z
39282026-08-28T21:29:57.182Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377)
39292026-08-28T21:29:57.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-08-28T21:29:57.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-08-28T21:29:57.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-08-28T21:29:57.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39332026-08-28T21:29:57.753Z
39342026-08-28T21:29:57.753Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377)
39352026-08-28T21:29:58.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-08-28T21:29:58.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-08-28T21:29:58.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-08-28T21:29:58.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39392026-08-28T21:29:58.320Z
39402026-08-28T21:29:58.320Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377)
39412026-08-28T21:29:58.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-08-28T21:29:58.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-08-28T21:29:58.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-08-28T21:29:58.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39452026-08-28T21:29:58.901Z
39462026-08-28T21:29:58.901Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377)
39472026-08-28T21:29:59.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-28T21:29:59.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-28T21:29:59.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-08-28T21:29:59.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39512026-08-28T21:29:59.477Z
39522026-08-28T21:29:59.477Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377)
39532026-08-28T21:29:59.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-28T21:29:59.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-28T21:29:59.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-08-28T21:29:59.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39572026-08-28T21:30:00.050Z
39582026-08-28T21:30:00.050Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377)
39592026-08-28T21:30:00.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-08-28T21:30:00.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-08-28T21:30:00.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-08-28T21:30:00.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39632026-08-28T21:30:00.626Z
39642026-08-28T21:30:00.626Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377)
39652026-08-28T21:30:01.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-08-28T21:30:01.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-08-28T21:30:01.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-08-28T21:30:01.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39692026-08-28T21:30:01.218Z
39702026-08-28T21:30:01.218Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377)
39712026-08-28T21:30:01.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-28T21:30:01.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-28T21:30:01.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-08-28T21:30:01.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39752026-08-28T21:30:01.810Z
39762026-08-28T21:30:01.811Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377)
39772026-08-28T21:30:02.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-28T21:30:02.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-28T21:30:02.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-08-28T21:30:02.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39812026-08-28T21:30:02.398Z
39822026-08-28T21:30:02.398Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377)
39832026-08-28T21:30:02.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-08-28T21:30:02.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-08-28T21:30:02.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-08-28T21:30:02.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39872026-08-28T21:30:02.993Z
39882026-08-28T21:30:02.993Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377)
39892026-08-28T21:30:03.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-08-28T21:30:03.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-08-28T21:30:03.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-08-28T21:30:03.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39932026-08-28T21:30:03.589Z
39942026-08-28T21:30:03.589Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377)
39952026-08-28T21:30:04.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-08-28T21:30:04.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-08-28T21:30:04.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-08-28T21:30:04.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39992026-08-28T21:30:04.184Z
40002026-08-28T21:30:04.184Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377)
40012026-08-28T21:30:04.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-08-28T21:30:04.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-08-28T21:30:04.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-08-28T21:30:04.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40052026-08-28T21:30:04.780Z
40062026-08-28T21:30:04.780Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377)
40072026-08-28T21:30:05.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-08-28T21:30:05.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-08-28T21:30:05.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-08-28T21:30:05.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40112026-08-28T21:30:05.376Z
40122026-08-28T21:30:05.376Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377)
40132026-08-28T21:30:05.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-08-28T21:30:05.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-08-28T21:30:05.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-08-28T21:30:05.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40172026-08-28T21:30:05.974Z
40182026-08-28T21:30:05.974Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377)
40192026-08-28T21:30:06.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-08-28T21:30:06.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-08-28T21:30:06.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-08-28T21:30:06.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40232026-08-28T21:30:06.577Z
40242026-08-28T21:30:06.577Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377)
40252026-08-28T21:30:07.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-08-28T21:30:07.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-08-28T21:30:07.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-08-28T21:30:07.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40292026-08-28T21:30:07.176Z
40302026-08-28T21:30:07.176Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377)
40312026-08-28T21:30:07.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-08-28T21:30:07.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-08-28T21:30:07.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-08-28T21:30:07.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40352026-08-28T21:30:07.779Z
40362026-08-28T21:30:07.780Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377)
40372026-08-28T21:30:08.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-08-28T21:30:08.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-08-28T21:30:08.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-08-28T21:30:08.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40412026-08-28T21:30:08.379Z
40422026-08-28T21:30:08.379Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377)
40432026-08-28T21:30:08.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-08-28T21:30:08.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-08-28T21:30:08.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-08-28T21:30:08.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40472026-08-28T21:30:08.976Z
40482026-08-28T21:30:08.976Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377)
40492026-08-28T21:30:09.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-08-28T21:30:09.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-08-28T21:30:09.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-08-28T21:30:09.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40532026-08-28T21:30:09.579Z
40542026-08-28T21:30:09.579Zinfo: running `cargo check --bins` on oximeter-producer (235/377)
40552026-08-28T21:30:10.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-08-28T21:30:10.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-08-28T21:30:10.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-08-28T21:30:10.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40592026-08-28T21:30:10.199Z
40602026-08-28T21:30:10.199Zinfo: running `cargo check --bins` on internal-dns-resolver (236/377)
40612026-08-28T21:30:10.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-08-28T21:30:10.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-08-28T21:30:10.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-08-28T21:30:10.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40652026-08-28T21:30:10.787Z
40662026-08-28T21:30:10.787Zinfo: running `cargo check --bins` on dns-server (237/377)
40672026-08-28T21:30:11.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-08-28T21:30:11.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-08-28T21:30:11.447Z Compiling parking_lot_core v0.8.6
40702026-08-28T21:30:11.555Z Compiling git-stub v1.0.0
40712026-08-28T21:30:11.566Z Checking prefix-trie v0.7.0
40722026-08-28T21:30:11.572Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40732026-08-28T21:30:11.671Z Compiling git-stub-vcs v0.1.0
40742026-08-28T21:30:11.835Z Checking hickory-server v0.25.2
40752026-08-28T21:30:11.926Z Checking parking_lot v0.11.2
40762026-08-28T21:30:11.970Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40772026-08-28T21:30:12.094Z Checking sled v0.34.7
40782026-08-28T21:30:14.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
40792026-08-28T21:30:14.178Z
40802026-08-28T21:30:14.178Zinfo: running `cargo check --bins` on dns-server-api (238/377)
40812026-08-28T21:30:14.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-08-28T21:30:14.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-08-28T21:30:14.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-08-28T21:30:14.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40852026-08-28T21:30:14.751Z
40862026-08-28T21:30:14.751Zinfo: running `cargo check --bins` on nexus-client (239/377)
40872026-08-28T21:30:15.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-08-28T21:30:15.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-08-28T21:30:15.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-08-28T21:30:15.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40912026-08-28T21:30:15.363Z
40922026-08-28T21:30:15.363Zinfo: running `cargo check --bins` on oximeter-producer-api (240/377)
40932026-08-28T21:30:15.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-08-28T21:30:15.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-08-28T21:30:15.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-08-28T21:30:15.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40972026-08-28T21:30:15.940Z
40982026-08-28T21:30:15.940Zinfo: running `cargo check --bins` on sp-sim (241/377)
40992026-08-28T21:30:16.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-08-28T21:30:16.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-08-28T21:30:16.660Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41022026-08-28T21:30:17.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
41032026-08-28T21:30:17.359Z
41042026-08-28T21:30:17.359Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377)
41052026-08-28T21:30:17.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-08-28T21:30:17.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-08-28T21:30:18.195Z Compiling proc-macro-error-attr2 v2.0.0
41082026-08-28T21:30:18.324Z Compiling hashbrown v0.14.5
41092026-08-28T21:30:18.325Z Compiling rfc6979 v0.4.0
41102026-08-28T21:30:18.342Z Compiling salty v0.3.0
41112026-08-28T21:30:18.358Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41122026-08-28T21:30:18.370Z Compiling primeorder v0.13.6
41132026-08-28T21:30:18.380Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41142026-08-28T21:30:18.441Z Compiling ecdsa v0.16.9
41152026-08-28T21:30:18.503Z Compiling sha1 v0.10.6
41162026-08-28T21:30:18.615Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41172026-08-28T21:30:18.692Z Compiling proc-macro-error2 v2.0.1
41182026-08-28T21:30:18.788Z Compiling p384 v0.13.1
41192026-08-28T21:30:18.807Z Compiling chumsky v0.9.3
41202026-08-28T21:30:18.823Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41212026-08-28T21:30:18.858Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41222026-08-28T21:30:19.022Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41232026-08-28T21:30:19.036Z Compiling knus-derive v3.4.0
41242026-08-28T21:30:19.074Z Checking libscf-sys v1.2.0
41252026-08-28T21:30:19.109Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41262026-08-28T21:30:19.201Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41272026-08-28T21:30:19.327Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41282026-08-28T21:30:19.330Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41292026-08-28T21:30:19.531Z Checking corncobs v0.1.4
41302026-08-28T21:30:19.543Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41312026-08-28T21:30:19.571Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41322026-08-28T21:30:19.586Z Checking papergrid v0.18.0
41332026-08-28T21:30:19.601Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41342026-08-28T21:30:19.648Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41352026-08-28T21:30:19.710Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41362026-08-28T21:30:19.762Z Checking secrecy v0.8.0
41372026-08-28T21:30:19.890Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41382026-08-28T21:30:19.909Z Compiling unicase v2.9.0
41392026-08-28T21:30:20.026Z Compiling progenitor-impl v0.13.0
41402026-08-28T21:30:20.090Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41412026-08-28T21:30:20.103Z Compiling mime_guess v2.0.5
41422026-08-28T21:30:20.123Z Checking crc8 v0.1.1
41432026-08-28T21:30:20.219Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41442026-08-28T21:30:20.367Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41452026-08-28T21:30:20.373Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41462026-08-28T21:30:20.373Z Checking tabled v0.21.0
41472026-08-28T21:30:20.414Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41482026-08-28T21:30:20.500Z Compiling knus v3.4.0
41492026-08-28T21:30:20.932Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41502026-08-28T21:30:21.188Z Checking progenitor-client v0.13.0
41512026-08-28T21:30:21.248Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41522026-08-28T21:30:21.387Z Checking http-range v0.1.5
41532026-08-28T21:30:21.426Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41542026-08-28T21:30:21.511Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41552026-08-28T21:30:21.543Z Checking scuffle v0.1.0
41562026-08-28T21:30:21.606Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41572026-08-28T21:30:21.815Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41582026-08-28T21:30:22.102Z Checking nanorand v0.7.0
41592026-08-28T21:30:22.206Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41602026-08-28T21:30:22.304Z Checking flume v0.11.1
41612026-08-28T21:30:22.475Z Checking hyper-staticfile v0.10.1
41622026-08-28T21:30:22.504Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41632026-08-28T21:30:22.559Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41642026-08-28T21:30:22.577Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41652026-08-28T21:30:22.625Z Compiling progenitor-macro v0.13.0
41662026-08-28T21:30:22.648Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41672026-08-28T21:30:22.724Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41682026-08-28T21:30:22.748Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41692026-08-28T21:30:22.929Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
41702026-08-28T21:30:22.977Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41712026-08-28T21:30:23.137Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41722026-08-28T21:30:23.196Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41732026-08-28T21:30:23.339Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41742026-08-28T21:30:23.444Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41752026-08-28T21:30:23.646Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41762026-08-28T21:30:25.050Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41772026-08-28T21:30:25.968Z Checking progenitor v0.13.0
41782026-08-28T21:30:26.111Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41792026-08-28T21:30:26.976Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41802026-08-28T21:30:28.105Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41812026-08-28T21:30:28.477Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41822026-08-28T21:30:28.609Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41832026-08-28T21:30:28.609Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41842026-08-28T21:30:42.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.67s
41852026-08-28T21:30:42.045Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41862026-08-28T21:30:42.045Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41872026-08-28T21:30:42.235Z
41882026-08-28T21:30:42.235Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377)
41892026-08-28T21:30:42.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-08-28T21:30:42.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-08-28T21:30:43.018Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41922026-08-28T21:30:53.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
41932026-08-28T21:30:53.576Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41942026-08-28T21:30:53.576Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41952026-08-28T21:30:53.777Z
41962026-08-28T21:30:53.777Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377)
41972026-08-28T21:30:54.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-08-28T21:30:54.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-08-28T21:30:54.561Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42002026-08-28T21:31:05.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
42012026-08-28T21:31:05.186Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42022026-08-28T21:31:05.186Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42032026-08-28T21:31:05.384Z
42042026-08-28T21:31:05.384Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377)
42052026-08-28T21:31:05.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-08-28T21:31:05.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-08-28T21:31:06.166Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42082026-08-28T21:31:16.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
42092026-08-28T21:31:16.745Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42102026-08-28T21:31:16.745Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42112026-08-28T21:31:16.948Z
42122026-08-28T21:31:16.948Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377)
42132026-08-28T21:31:17.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-08-28T21:31:17.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-08-28T21:31:17.727Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42162026-08-28T21:31:28.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
42172026-08-28T21:31:28.311Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42182026-08-28T21:31:28.311Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42192026-08-28T21:31:28.509Z
42202026-08-28T21:31:28.509Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377)
42212026-08-28T21:31:29.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-08-28T21:31:29.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-08-28T21:31:29.285Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42242026-08-28T21:31:39.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
42252026-08-28T21:31:39.821Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42262026-08-28T21:31:39.821Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42272026-08-28T21:31:40.017Z
42282026-08-28T21:31:40.017Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377)
42292026-08-28T21:31:40.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-08-28T21:31:40.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-08-28T21:31:40.803Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42322026-08-28T21:31:51.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
42332026-08-28T21:31:51.341Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42342026-08-28T21:31:51.342Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42352026-08-28T21:31:51.537Z
42362026-08-28T21:31:51.537Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377)
42372026-08-28T21:31:52.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-08-28T21:31:52.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-08-28T21:31:52.320Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42402026-08-28T21:32:02.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
42412026-08-28T21:32:02.896Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42422026-08-28T21:32:02.896Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42432026-08-28T21:32:03.096Z
42442026-08-28T21:32:03.096Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377)
42452026-08-28T21:32:03.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-08-28T21:32:03.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-08-28T21:32:03.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-08-28T21:32:03.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42492026-08-28T21:32:03.678Z
42502026-08-28T21:32:03.678Zinfo: running `cargo check --bins` on installinator-common (251/377)
42512026-08-28T21:32:04.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-08-28T21:32:04.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-08-28T21:32:04.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-08-28T21:32:04.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42552026-08-28T21:32:04.274Z
42562026-08-28T21:32:04.275Zinfo: running `cargo check --bins` on installinator-common-versions (252/377)
42572026-08-28T21:32:04.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-08-28T21:32:04.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-08-28T21:32:04.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-08-28T21:32:04.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42612026-08-28T21:32:04.839Z
42622026-08-28T21:32:04.839Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/377)
42632026-08-28T21:32:05.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-08-28T21:32:05.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-08-28T21:32:05.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-08-28T21:32:05.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42672026-08-28T21:32:05.453Z
42682026-08-28T21:32:05.453Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/377)
42692026-08-28T21:32:05.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-08-28T21:32:05.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-08-28T21:32:05.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-08-28T21:32:05.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42732026-08-28T21:32:06.031Z
42742026-08-28T21:32:06.031Zinfo: running `cargo check --bins` on range-requests (255/377)
42752026-08-28T21:32:06.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-08-28T21:32:06.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-08-28T21:32:06.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-08-28T21:32:06.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42792026-08-28T21:32:06.608Z
42802026-08-28T21:32:06.608Zinfo: running `cargo check --bins` on repo-depot-api (256/377)
42812026-08-28T21:32:07.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-08-28T21:32:07.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-08-28T21:32:07.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-08-28T21:32:07.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42852026-08-28T21:32:07.179Z
42862026-08-28T21:32:07.179Zinfo: running `cargo check --bins` on repo-depot-client (257/377)
42872026-08-28T21:32:07.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-08-28T21:32:07.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-08-28T21:32:07.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-08-28T21:32:07.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42912026-08-28T21:32:07.747Z
42922026-08-28T21:32:07.747Zinfo: running `cargo check --bins` on sled-agent-api (258/377)
42932026-08-28T21:32:08.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-08-28T21:32:08.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-08-28T21:32:08.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-08-28T21:32:08.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42972026-08-28T21:32:08.342Z
42982026-08-28T21:32:08.342Zinfo: running `cargo check --bins` on sled-diagnostics (259/377)
42992026-08-28T21:32:08.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-08-28T21:32:08.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-08-28T21:32:08.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-08-28T21:32:08.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43032026-08-28T21:32:08.941Z
43042026-08-28T21:32:08.941Zinfo: running `cargo check --bins` on zfs-test-harness (260/377)
43052026-08-28T21:32:09.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-08-28T21:32:09.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-08-28T21:32:09.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-08-28T21:32:09.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43092026-08-28T21:32:09.536Z
43102026-08-28T21:32:09.536Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/377)
43112026-08-28T21:32:10.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-08-28T21:32:10.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-08-28T21:32:10.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-08-28T21:32:10.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43152026-08-28T21:32:10.139Z
43162026-08-28T21:32:10.139Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377)
43172026-08-28T21:32:10.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-08-28T21:32:10.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-08-28T21:32:10.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-08-28T21:32:10.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43212026-08-28T21:32:10.740Z
43222026-08-28T21:32:10.740Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377)
43232026-08-28T21:32:11.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-08-28T21:32:11.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-08-28T21:32:11.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-08-28T21:32:11.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43272026-08-28T21:32:11.344Z
43282026-08-28T21:32:11.344Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377)
43292026-08-28T21:32:11.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-08-28T21:32:11.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-08-28T21:32:11.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-08-28T21:32:11.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43332026-08-28T21:32:11.948Z
43342026-08-28T21:32:11.948Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377)
43352026-08-28T21:32:12.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-08-28T21:32:12.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-08-28T21:32:12.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-08-28T21:32:12.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43392026-08-28T21:32:12.549Z
43402026-08-28T21:32:12.549Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/377)
43412026-08-28T21:32:13.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-08-28T21:32:13.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-08-28T21:32:13.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-08-28T21:32:13.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43452026-08-28T21:32:13.154Z
43462026-08-28T21:32:13.155Zinfo: running `cargo check --bins` on trust-quorum (267/377)
43472026-08-28T21:32:13.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-08-28T21:32:13.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-08-28T21:32:13.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-08-28T21:32:13.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43512026-08-28T21:32:13.762Z
43522026-08-28T21:32:13.762Zinfo: running `cargo check --bins` on sled-agent-early-networking (268/377)
43532026-08-28T21:32:14.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-08-28T21:32:14.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-08-28T21:32:14.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-08-28T21:32:14.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43572026-08-28T21:32:14.353Z
43582026-08-28T21:32:14.353Zinfo: running `cargo check --bins` on sled-agent-health-monitor (269/377)
43592026-08-28T21:32:14.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-08-28T21:32:14.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-08-28T21:32:14.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43622026-08-28T21:32:14.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43632026-08-28T21:32:14.949Z
43642026-08-28T21:32:14.950Zinfo: running `cargo check --bins` on sled-agent-multirack-join (270/377)
43652026-08-28T21:32:15.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-08-28T21:32:15.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-08-28T21:32:15.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43682026-08-28T21:32:15.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43692026-08-28T21:32:15.571Z
43702026-08-28T21:32:15.571Zinfo: running `cargo check --bins` on sled-agent-rack-setup (271/377)
43712026-08-28T21:32:16.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-08-28T21:32:16.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-08-28T21:32:16.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-08-28T21:32:16.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43752026-08-28T21:32:16.200Z
43762026-08-28T21:32:16.200Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (272/377)
43772026-08-28T21:32:16.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-28T21:32:16.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-28T21:32:16.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-08-28T21:32:16.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43812026-08-28T21:32:16.817Z
43822026-08-28T21:32:16.817Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (273/377)
43832026-08-28T21:32:17.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-08-28T21:32:17.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-08-28T21:32:17.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-08-28T21:32:17.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43872026-08-28T21:32:17.435Z
43882026-08-28T21:32:17.435Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (274/377)
43892026-08-28T21:32:17.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-08-28T21:32:17.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-08-28T21:32:17.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-08-28T21:32:17.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43932026-08-28T21:32:18.064Z
43942026-08-28T21:32:18.064Zinfo: running `cargo check --bins` on omicron-deployment-graph (275/377)
43952026-08-28T21:32:18.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-08-28T21:32:18.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-08-28T21:32:18.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-08-28T21:32:18.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43992026-08-28T21:32:18.630Z
44002026-08-28T21:32:18.630Zinfo: running `cargo check --bins` on transient-dns-server (276/377)
44012026-08-28T21:32:19.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-08-28T21:32:19.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-08-28T21:32:19.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-08-28T21:32:19.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44052026-08-28T21:32:19.215Z
44062026-08-28T21:32:19.215Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/377)
44072026-08-28T21:32:19.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-08-28T21:32:19.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-08-28T21:32:19.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-08-28T21:32:19.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44112026-08-28T21:32:19.806Z
44122026-08-28T21:32:19.806Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/377)
44132026-08-28T21:32:20.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-08-28T21:32:20.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-08-28T21:32:20.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-08-28T21:32:20.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44172026-08-28T21:32:20.397Z
44182026-08-28T21:32:20.397Zinfo: running `cargo check --bins` on omicron-rpaths (279/377)
44192026-08-28T21:32:20.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-08-28T21:32:20.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-08-28T21:32:20.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-08-28T21:32:20.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44232026-08-28T21:32:20.958Z
44242026-08-28T21:32:20.959Zinfo: running `cargo check --bins` on omicron-repl-utils (280/377)
44252026-08-28T21:32:21.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-08-28T21:32:21.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-08-28T21:32:21.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-08-28T21:32:21.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44292026-08-28T21:32:21.523Z
44302026-08-28T21:32:21.523Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (281/377)
44312026-08-28T21:32:22.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-08-28T21:32:22.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-08-28T21:32:22.227Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44342026-08-28T21:32:22.632Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44352026-08-28T21:32:23.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
44362026-08-28T21:32:23.998Z
44372026-08-28T21:32:23.998Zinfo: running `cargo check --bins` on clickhouse-admin-api (282/377)
44382026-08-28T21:32:24.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-08-28T21:32:24.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-08-28T21:32:24.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-08-28T21:32:24.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44422026-08-28T21:32:24.584Z
44432026-08-28T21:32:24.584Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (283/377)
44442026-08-28T21:32:25.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-08-28T21:32:25.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-08-28T21:32:25.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-08-28T21:32:25.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44482026-08-28T21:32:25.168Z
44492026-08-28T21:32:25.168Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/377)
44502026-08-28T21:32:25.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-08-28T21:32:25.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-08-28T21:32:25.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-08-28T21:32:25.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44542026-08-28T21:32:25.758Z
44552026-08-28T21:32:25.758Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (285/377)
44562026-08-28T21:32:26.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-08-28T21:32:26.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-08-28T21:32:26.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-08-28T21:32:26.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44602026-08-28T21:32:26.338Z
44612026-08-28T21:32:26.338Zinfo: running `cargo check --bins` on installinator-client (286/377)
44622026-08-28T21:32:26.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-08-28T21:32:26.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-08-28T21:32:26.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-08-28T21:32:26.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44662026-08-28T21:32:26.905Z
44672026-08-28T21:32:26.906Zinfo: running `cargo check --bins` on oxide-client (287/377)
44682026-08-28T21:32:27.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-08-28T21:32:27.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-08-28T21:32:27.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-08-28T21:32:27.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44722026-08-28T21:32:27.471Z
44732026-08-28T21:32:27.471Zinfo: running `cargo check --bins` on oximeter-client (288/377)
44742026-08-28T21:32:27.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-08-28T21:32:27.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-08-28T21:32:27.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-08-28T21:32:27.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44782026-08-28T21:32:28.048Z
44792026-08-28T21:32:28.048Zinfo: running `cargo check --bins` on wicketd-client (289/377)
44802026-08-28T21:32:28.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-08-28T21:32:28.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-08-28T21:32:28.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44832026-08-28T21:32:28.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44842026-08-28T21:32:28.652Z
44852026-08-28T21:32:28.652Zinfo: running `cargo check --bins` on wicket-common (290/377)
44862026-08-28T21:32:29.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-08-28T21:32:29.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-08-28T21:32:29.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44892026-08-28T21:32:29.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44902026-08-28T21:32:29.246Z
44912026-08-28T21:32:29.246Zinfo: running `cargo check --bins` on wicketd-commission-client (291/377)
44922026-08-28T21:32:29.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-08-28T21:32:29.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-08-28T21:32:29.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44952026-08-28T21:32:29.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44962026-08-28T21:32:29.832Z
44972026-08-28T21:32:29.832Zinfo: running `cargo check --bins` on omicron-cockroach-admin (292/377)
44982026-08-28T21:32:30.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-08-28T21:32:30.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-08-28T21:32:30.509Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45012026-08-28T21:32:30.512Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45022026-08-28T21:32:31.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
45032026-08-28T21:32:31.853Z
45042026-08-28T21:32:31.853Zinfo: running `cargo check --bins` on cockroach-admin-api (293/377)
45052026-08-28T21:32:32.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-08-28T21:32:32.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-08-28T21:32:32.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-08-28T21:32:32.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45092026-08-28T21:32:32.425Z
45102026-08-28T21:32:32.425Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (294/377)
45112026-08-28T21:32:32.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-08-28T21:32:32.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-08-28T21:32:32.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45142026-08-28T21:32:32.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45152026-08-28T21:32:33.081Z
45162026-08-28T21:32:33.081Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/377)
45172026-08-28T21:32:33.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-08-28T21:32:33.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-08-28T21:32:33.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45202026-08-28T21:32:33.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
45212026-08-28T21:32:33.745Z
45222026-08-28T21:32:33.745Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (296/377)
45232026-08-28T21:32:34.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-08-28T21:32:34.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-08-28T21:32:34.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45262026-08-28T21:32:34.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45272026-08-28T21:32:34.376Z
45282026-08-28T21:32:34.376Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/377)
45292026-08-28T21:32:34.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-08-28T21:32:34.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-08-28T21:32:34.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45322026-08-28T21:32:34.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45332026-08-28T21:32:35.010Z
45342026-08-28T21:32:35.010Zinfo: running `cargo check --bins` on db-macros (298/377)
45352026-08-28T21:32:35.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-28T21:32:35.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-28T21:32:35.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45382026-08-28T21:32:35.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45392026-08-28T21:32:35.578Z
45402026-08-28T21:32:35.578Zinfo: running `cargo check --bins` on nexus-macros-common (299/377)
45412026-08-28T21:32:36.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-08-28T21:32:36.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-08-28T21:32:36.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45442026-08-28T21:32:36.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45452026-08-28T21:32:36.143Z
45462026-08-28T21:32:36.143Zinfo: running `cargo check --bins` on nexus-auth (300/377)
45472026-08-28T21:32:36.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-08-28T21:32:36.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-08-28T21:32:36.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-08-28T21:32:36.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45512026-08-28T21:32:36.775Z
45522026-08-28T21:32:36.776Zinfo: running `cargo check --bins` on authz-macros (301/377)
45532026-08-28T21:32:37.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-08-28T21:32:37.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-08-28T21:32:37.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45562026-08-28T21:32:37.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45572026-08-28T21:32:37.340Z
45582026-08-28T21:32:37.340Zinfo: running `cargo check --bins` on nexus-db-fixed-data (302/377)
45592026-08-28T21:32:37.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-08-28T21:32:37.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-08-28T21:32:37.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-08-28T21:32:37.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45632026-08-28T21:32:37.958Z
45642026-08-28T21:32:37.958Zinfo: running `cargo check --bins` on nexus-db-model (303/377)
45652026-08-28T21:32:38.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-08-28T21:32:38.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-08-28T21:32:38.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-08-28T21:32:38.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45692026-08-28T21:32:38.580Z
45702026-08-28T21:32:38.580Zinfo: running `cargo check --bins` on nexus-db-schema (304/377)
45712026-08-28T21:32:39.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-08-28T21:32:39.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-08-28T21:32:39.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45742026-08-28T21:32:39.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45752026-08-28T21:32:39.145Z
45762026-08-28T21:32:39.145Zinfo: running `cargo check --bins` on nexus-defaults (305/377)
45772026-08-28T21:32:39.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-08-28T21:32:39.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-08-28T21:32:39.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45802026-08-28T21:32:39.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45812026-08-28T21:32:39.722Z
45822026-08-28T21:32:39.722Zinfo: running `cargo check --bins` on omicron-git-version (306/377)
45832026-08-28T21:32:40.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-08-28T21:32:40.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-08-28T21:32:40.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45862026-08-28T21:32:40.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45872026-08-28T21:32:40.285Z
45882026-08-28T21:32:40.285Zinfo: running `cargo check --bins` on nexus-db-errors (307/377)
45892026-08-28T21:32:40.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-08-28T21:32:40.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-08-28T21:32:40.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-08-28T21:32:40.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45932026-08-28T21:32:40.915Z
45942026-08-28T21:32:40.915Zinfo: running `cargo check --bins` on nexus-db-lookup (308/377)
45952026-08-28T21:32:41.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-08-28T21:32:41.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-08-28T21:32:41.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45982026-08-28T21:32:41.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45992026-08-28T21:32:41.546Z
46002026-08-28T21:32:41.546Zinfo: running `cargo check --bins` on nexus-test-interface (309/377)
46012026-08-28T21:32:42.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-08-28T21:32:42.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-08-28T21:32:42.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-08-28T21:32:42.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46052026-08-28T21:32:42.181Z
46062026-08-28T21:32:42.181Zinfo: running `cargo check --bins` on oximeter-collector (310/377)
46072026-08-28T21:32:42.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-08-28T21:32:42.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-08-28T21:32:42.906Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46102026-08-28T21:32:42.906Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46112026-08-28T21:32:43.580Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46122026-08-28T21:32:45.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
46132026-08-28T21:32:45.472Z
46142026-08-28T21:32:45.472Zinfo: running `cargo check --bins` on oximeter-api (311/377)
46152026-08-28T21:32:45.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-08-28T21:32:45.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-08-28T21:32:45.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46182026-08-28T21:32:45.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46192026-08-28T21:32:46.048Z
46202026-08-28T21:32:46.048Zinfo: running `cargo check --bins` on cert-dev (312/377)
46212026-08-28T21:32:46.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-08-28T21:32:46.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-08-28T21:32:46.666Z Checking yasna v0.5.2
46242026-08-28T21:32:47.059Z Checking rcgen v0.12.1
46252026-08-28T21:32:47.306Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46262026-08-28T21:32:47.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46272026-08-28T21:32:47.643Z
46282026-08-28T21:32:47.643Zinfo: running `cargo check --bins` on clickana (313/377)
46292026-08-28T21:32:48.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-08-28T21:32:48.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-08-28T21:32:48.289Z Compiling instability v0.3.11
46322026-08-28T21:32:48.289Z Checking castaway v0.2.4
46332026-08-28T21:32:48.293Z Compiling indoc v2.0.7
46342026-08-28T21:32:48.293Z Checking unicode-truncate v1.1.0
46352026-08-28T21:32:48.415Z Checking lru v0.12.5
46362026-08-28T21:32:48.415Z Checking cassowary v0.3.0
46372026-08-28T21:32:48.496Z Checking compact_str v0.8.1
46382026-08-28T21:32:49.255Z Checking ratatui v0.29.0
46392026-08-28T21:32:50.296Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46402026-08-28T21:32:51.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
46412026-08-28T21:32:51.181Z
46422026-08-28T21:32:51.181Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (314/377)
46432026-08-28T21:32:51.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-28T21:32:51.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-28T21:32:51.909Z Checking headers-core v0.3.0
46462026-08-28T21:32:51.909Z Checking port-file v0.1.0
46472026-08-28T21:32:51.912Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46482026-08-28T21:32:52.099Z Checking headers v0.4.1
46492026-08-28T21:32:52.459Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46502026-08-28T21:32:53.421Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46512026-08-28T21:32:53.937Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46522026-08-28T21:32:54.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
46532026-08-28T21:32:54.567Z
46542026-08-28T21:32:54.567Zinfo: running `cargo check --bins` on ch-dev (315/377)
46552026-08-28T21:32:55.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-28T21:32:55.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-28T21:32:55.288Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46582026-08-28T21:32:56.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
46592026-08-28T21:32:56.225Z
46602026-08-28T21:32:56.225Zinfo: running `cargo check --bins` on dev-tools-common (316/377)
46612026-08-28T21:32:56.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-28T21:32:56.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-28T21:32:56.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46642026-08-28T21:32:56.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
46652026-08-28T21:32:56.648Z
46662026-08-28T21:32:56.648Zinfo: running `cargo check --bins` on corpus-adjust (317/377)
46672026-08-28T21:32:57.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-28T21:32:57.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-28T21:32:57.284Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46702026-08-28T21:32:57.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
46712026-08-28T21:32:57.820Z
46722026-08-28T21:32:57.820Zinfo: running `cargo check --bins` on crdb-seed (318/377)
46732026-08-28T21:32:58.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-28T21:32:58.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-28T21:32:58.538Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46762026-08-28T21:32:59.641Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46772026-08-28T21:32:59.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
46782026-08-28T21:33:00.184Z
46792026-08-28T21:33:00.184Zinfo: running `cargo check --bins` on db-dev (319/377)
46802026-08-28T21:33:00.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-08-28T21:33:00.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-08-28T21:33:00.907Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46832026-08-28T21:33:01.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
46842026-08-28T21:33:01.845Z
46852026-08-28T21:33:01.845Zinfo: running `cargo check --bins` on omicron-dev-lib (320/377)
46862026-08-28T21:33:02.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-08-28T21:33:02.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-08-28T21:33:02.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46892026-08-28T21:33:02.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46902026-08-28T21:33:02.462Z
46912026-08-28T21:33:02.462Zinfo: running `cargo check --bins` on xtask-downloader (321/377)
46922026-08-28T21:33:02.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-08-28T21:33:02.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-08-28T21:33:03.079Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46952026-08-28T21:33:03.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
46962026-08-28T21:33:03.920Z
46972026-08-28T21:33:03.920Zinfo: running `cargo check --bins` on omicron-dropshot-apis (322/377)
46982026-08-28T21:33:04.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-08-28T21:33:04.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-08-28T21:33:04.675Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47012026-08-28T21:33:04.675Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47022026-08-28T21:33:04.679Z Checking git-stub v1.0.0
47032026-08-28T21:33:04.679Z Compiling trait-variant v0.1.2
47042026-08-28T21:33:04.679Z Checking maplit v1.0.2
47052026-08-28T21:33:04.822Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47062026-08-28T21:33:04.825Z Checking drift v0.2.0
47072026-08-28T21:33:04.825Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47082026-08-28T21:33:04.858Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47092026-08-28T21:33:04.945Z Checking git-stub-vcs v0.1.0
47102026-08-28T21:33:05.004Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47112026-08-28T21:33:05.020Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47122026-08-28T21:33:05.136Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47132026-08-28T21:33:05.173Z Checking dropshot-api-manager v0.8.0
47142026-08-28T21:33:05.189Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47152026-08-28T21:33:05.305Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47162026-08-28T21:33:05.557Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47172026-08-28T21:33:06.003Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47182026-08-28T21:33:06.988Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47192026-08-28T21:33:08.005Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47202026-08-28T21:33:08.805Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47212026-08-28T21:33:09.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
47222026-08-28T21:33:09.449Z
47232026-08-28T21:33:09.449Zinfo: running `cargo check --bins` on installinator-api (323/377)
47242026-08-28T21:33:09.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-28T21:33:09.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-28T21:33:09.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-28T21:33:09.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47282026-08-28T21:33:10.026Z
47292026-08-28T21:33:10.027Zinfo: running `cargo check --bins` on nexus-external-api (324/377)
47302026-08-28T21:33:10.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-28T21:33:10.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-28T21:33:10.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-28T21:33:10.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47342026-08-28T21:33:10.640Z
47352026-08-28T21:33:10.640Zinfo: running `cargo check --bins` on nexus-internal-api (325/377)
47362026-08-28T21:33:11.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-28T21:33:11.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-28T21:33:11.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-28T21:33:11.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47402026-08-28T21:33:11.252Z
47412026-08-28T21:33:11.252Zinfo: running `cargo check --bins` on nexus-lockstep-api (326/377)
47422026-08-28T21:33:11.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-28T21:33:11.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-28T21:33:11.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-28T21:33:11.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47462026-08-28T21:33:11.865Z
47472026-08-28T21:33:11.865Zinfo: running `cargo check --bins` on ntp-admin-api (327/377)
47482026-08-28T21:33:12.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-28T21:33:12.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-28T21:33:12.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-28T21:33:12.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47522026-08-28T21:33:12.435Z
47532026-08-28T21:33:12.435Zinfo: running `cargo check --bins` on ntp-admin-types-versions (328/377)
47542026-08-28T21:33:12.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-28T21:33:12.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-28T21:33:12.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-28T21:33:12.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47582026-08-28T21:33:12.997Z
47592026-08-28T21:33:12.997Zinfo: running `cargo check --bins` on wicketd-api (329/377)
47602026-08-28T21:33:13.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-28T21:33:13.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-28T21:33:13.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-28T21:33:13.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47642026-08-28T21:33:13.585Z
47652026-08-28T21:33:13.585Zinfo: running `cargo check --bins` on wicketd-commission-api (330/377)
47662026-08-28T21:33:14.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-28T21:33:14.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-28T21:33:14.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47692026-08-28T21:33:14.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47702026-08-28T21:33:14.164Z
47712026-08-28T21:33:14.164Zinfo: running `cargo check --bins` on omicron-ls-apis (331/377)
47722026-08-28T21:33:14.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-08-28T21:33:14.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-08-28T21:33:14.778Z Compiling blake3 v1.8.5
47752026-08-28T21:33:14.887Z Checking arrayvec v0.7.6
47762026-08-28T21:33:14.887Z Checking constant_time_eq v0.4.2
47772026-08-28T21:33:14.902Z Checking arrayref v0.3.9
47782026-08-28T21:33:14.910Z Checking cargo-platform v0.3.2
47792026-08-28T21:33:14.910Z Checking topological-sort v0.2.2
47802026-08-28T21:33:14.913Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47812026-08-28T21:33:15.060Z Checking cargo_metadata v0.23.1
47822026-08-28T21:33:15.645Z Checking omicron-zone-package v0.12.3
47832026-08-28T21:33:16.352Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47842026-08-28T21:33:17.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
47852026-08-28T21:33:17.335Z
47862026-08-28T21:33:17.335Zinfo: running `cargo check --bins` on mgs-dev (332/377)
47872026-08-28T21:33:17.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-08-28T21:33:17.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-08-28T21:33:18.063Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47902026-08-28T21:33:18.690Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47912026-08-28T21:33:19.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
47922026-08-28T21:33:19.388Z
47932026-08-28T21:33:19.388Zinfo: running `cargo check --bins` on omicron-omdb (333/377)
47942026-08-28T21:33:19.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-08-28T21:33:19.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-08-28T21:33:20.357Z Compiling darling_core v0.21.3
47972026-08-28T21:33:20.357Z Compiling vergen-lib v0.1.6
47982026-08-28T21:33:20.357Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47992026-08-28T21:33:20.360Z Compiling diesel_derives v2.3.7
48002026-08-28T21:33:20.360Z Checking scheduled-thread-pool v0.2.7
48012026-08-28T21:33:20.360Z Compiling vergen-gitcl v1.0.8
48022026-08-28T21:33:20.360Z Compiling diesel_table_macro_syntax v0.3.0
48032026-08-28T21:33:20.360Z Compiling dirs-sys-next v0.1.2
48042026-08-28T21:33:20.684Z Compiling crunchy v0.2.4
48052026-08-28T21:33:20.698Z Compiling glob v0.3.3
48062026-08-28T21:33:20.764Z Checking r2d2 v0.8.10
48072026-08-28T21:33:20.785Z Compiling dirs-next v2.0.0
48082026-08-28T21:33:20.816Z Compiling tiny-keccak v2.0.2
48092026-08-28T21:33:20.902Z Checking downcast-rs v2.0.2
48102026-08-28T21:33:20.995Z Compiling term v0.7.0
48112026-08-28T21:33:21.034Z Compiling bit-vec v0.6.3
48122026-08-28T21:33:21.073Z Compiling clang-sys v1.8.1
48132026-08-28T21:33:21.090Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48142026-08-28T21:33:21.251Z Compiling ascii-canvas v3.0.0
48152026-08-28T21:33:21.270Z Compiling bit-set v0.5.3
48162026-08-28T21:33:21.436Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48172026-08-28T21:33:21.456Z Compiling itertools v0.10.5
48182026-08-28T21:33:21.472Z Compiling ena v0.14.4
48192026-08-28T21:33:21.490Z Compiling libloading v0.8.9
48202026-08-28T21:33:21.490Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48212026-08-28T21:33:21.521Z Compiling bindgen v0.71.1
48222026-08-28T21:33:21.577Z Compiling regex-syntax v0.6.29
48232026-08-28T21:33:21.678Z Compiling diff v0.1.13
48242026-08-28T21:33:21.939Z Compiling cexpr v0.6.0
48252026-08-28T21:33:21.954Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48262026-08-28T21:33:22.136Z Compiling rustc-hash v2.1.1
48272026-08-28T21:33:22.182Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48282026-08-28T21:33:22.456Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48292026-08-28T21:33:22.505Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48302026-08-28T21:33:22.530Z Compiling libxml v0.3.3
48312026-08-28T21:33:22.604Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48322026-08-28T21:33:22.777Z Compiling strum_macros v0.24.3
48332026-08-28T21:33:22.795Z Compiling indoc v1.0.9
48342026-08-28T21:33:23.060Z Compiling darling_macro v0.21.3
48352026-08-28T21:33:23.231Z Compiling lalrpop v0.19.12
48362026-08-28T21:33:23.566Z Compiling darling v0.21.3
48372026-08-28T21:33:23.617Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48382026-08-28T21:33:23.659Z Compiling dsl_auto_type v0.2.0
48392026-08-28T21:33:23.709Z Checking derive_builder v0.20.2
48402026-08-28T21:33:23.799Z Compiling oso-derive v0.27.3
48412026-08-28T21:33:23.824Z Checking quick-xml v0.37.5
48422026-08-28T21:33:24.096Z Compiling impl-trait-for-tuples v0.2.3
48432026-08-28T21:33:24.307Z Checking openssl-probe v0.1.6
48442026-08-28T21:33:24.447Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48452026-08-28T21:33:24.735Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48462026-08-28T21:33:24.924Z Checking bb8 v0.8.6
48472026-08-28T21:33:25.233Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48482026-08-28T21:33:25.255Z Checking nonempty v0.12.0
48492026-08-28T21:33:25.259Z Compiling libz-sys v1.1.24
48502026-08-28T21:33:25.434Z Compiling strsim v0.10.0
48512026-08-28T21:33:25.455Z Compiling libgit2-sys v0.18.3+1.9.2
48522026-08-28T21:33:25.698Z Compiling darling_core v0.13.4
48532026-08-28T21:33:25.772Z Compiling vergen-git2 v9.1.0
48542026-08-28T21:33:25.838Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48552026-08-28T21:33:25.991Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48562026-08-28T21:33:26.052Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48572026-08-28T21:33:26.263Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48582026-08-28T21:33:26.444Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48592026-08-28T21:33:26.622Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48602026-08-28T21:33:26.816Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48612026-08-28T21:33:26.962Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48622026-08-28T21:33:26.995Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48632026-08-28T21:33:27.177Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48642026-08-28T21:33:27.367Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48652026-08-28T21:33:27.550Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48662026-08-28T21:33:27.567Z Compiling darling_macro v0.13.4
48672026-08-28T21:33:27.931Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48682026-08-28T21:33:28.056Z Compiling darling v0.13.4
48692026-08-28T21:33:28.148Z Compiling serde_with_macros v1.5.2
48702026-08-28T21:33:28.306Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48712026-08-28T21:33:28.895Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48722026-08-28T21:33:28.989Z Compiling serde_with v1.14.0
48732026-08-28T21:33:29.081Z Checking twox-hash v2.1.2
48742026-08-28T21:33:29.376Z Checking libsw-core v0.3.2
48752026-08-28T21:33:29.443Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48762026-08-28T21:33:29.526Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48772026-08-28T21:33:29.543Z Checking diesel v2.3.7
48782026-08-28T21:33:30.206Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48792026-08-28T21:33:31.223Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48802026-08-28T21:33:31.411Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48812026-08-28T21:33:31.817Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48822026-08-28T21:33:32.107Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48832026-08-28T21:33:32.338Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48842026-08-28T21:33:32.820Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48852026-08-28T21:33:32.997Z Checking atty v0.2.14
48862026-08-28T21:33:33.102Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48872026-08-28T21:33:33.229Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48882026-08-28T21:33:33.556Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48892026-08-28T21:33:33.657Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48902026-08-28T21:33:33.708Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48912026-08-28T21:33:35.001Z Checking libsw v3.5.0
48922026-08-28T21:33:35.161Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48932026-08-28T21:33:35.266Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48942026-08-28T21:33:35.350Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48952026-08-28T21:33:36.018Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48962026-08-28T21:33:36.065Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48972026-08-28T21:33:36.248Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48982026-08-28T21:33:36.396Z Checking fatfs v0.3.6
48992026-08-28T21:33:36.851Z Checking console v0.16.2
49002026-08-28T21:33:36.981Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
49012026-08-28T21:33:37.152Z Checking unit-prefix v0.5.2
49022026-08-28T21:33:37.286Z Compiling seq-macro v0.3.6
49032026-08-28T21:33:37.785Z Checking indicatif v0.18.4
49042026-08-28T21:33:38.209Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
49052026-08-28T21:33:38.289Z Checking oxide-update-engine-display v0.1.2
49062026-08-28T21:33:38.454Z Checking support-bundle-viewer v0.1.2
49072026-08-28T21:33:38.585Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49082026-08-28T21:33:38.693Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49092026-08-28T21:33:38.854Z Checking multimap v0.10.1
49102026-08-28T21:33:44.746Z Checking diesel-dtrace v0.5.0
49112026-08-28T21:33:44.995Z Checking async-bb8-diesel v0.2.1
49122026-08-28T21:33:48.274Z Compiling samael v0.0.19
49132026-08-28T21:33:52.407Z Compiling git2 v0.20.4
49142026-08-28T21:33:54.069Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49152026-08-28T21:33:55.087Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49162026-08-28T21:33:55.616Z Compiling polar-core v0.27.3
49172026-08-28T21:34:00.091Z Checking oso v0.27.3
49182026-08-28T21:34:32.298Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49192026-08-28T21:35:47.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
49202026-08-28T21:35:48.043Z
49212026-08-28T21:35:48.043Zinfo: running `cargo check --bins` on nexus-networking (334/377)
49222026-08-28T21:35:48.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49232026-08-28T21:35:48.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49242026-08-28T21:35:48.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49252026-08-28T21:35:48.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
49262026-08-28T21:35:48.709Z
49272026-08-28T21:35:48.709Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (335/377)
49282026-08-28T21:35:49.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49292026-08-28T21:35:49.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49302026-08-28T21:35:49.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49312026-08-28T21:35:49.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49322026-08-28T21:35:49.332Z
49332026-08-28T21:35:49.332Zinfo: running `cargo check --bins` on nexus-saga-recovery (336/377)
49342026-08-28T21:35:49.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49352026-08-28T21:35:49.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49362026-08-28T21:35:49.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49372026-08-28T21:35:49.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49382026-08-28T21:35:49.959Z
49392026-08-28T21:35:49.960Zinfo: running `cargo check --bins` on nexus-test-utils-macros (337/377)
49402026-08-28T21:35:50.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49412026-08-28T21:35:50.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49422026-08-28T21:35:50.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49432026-08-28T21:35:50.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49442026-08-28T21:35:50.511Z
49452026-08-28T21:35:50.511Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (338/377)
49462026-08-28T21:35:51.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49472026-08-28T21:35:51.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49482026-08-28T21:35:51.337Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49492026-08-28T21:35:52.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
49502026-08-28T21:35:52.356Z
49512026-08-28T21:35:52.356Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (339/377)
49522026-08-28T21:35:52.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49532026-08-28T21:35:52.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49542026-08-28T21:35:53.180Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49552026-08-28T21:36:32.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.27s
49562026-08-28T21:36:32.883Z
49572026-08-28T21:36:32.883Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (340/377)
49582026-08-28T21:36:33.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49592026-08-28T21:36:33.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49602026-08-28T21:36:33.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49612026-08-28T21:36:33.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49622026-08-28T21:36:33.415Z
49632026-08-28T21:36:33.415Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (341/377)
49642026-08-28T21:36:33.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49652026-08-28T21:36:33.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49662026-08-28T21:36:33.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49672026-08-28T21:36:33.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49682026-08-28T21:36:33.977Z
49692026-08-28T21:36:33.977Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (342/377)
49702026-08-28T21:36:34.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49712026-08-28T21:36:34.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49722026-08-28T21:36:34.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49732026-08-28T21:36:34.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49742026-08-28T21:36:34.601Z
49752026-08-28T21:36:34.601Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (343/377)
49762026-08-28T21:36:35.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49772026-08-28T21:36:35.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49782026-08-28T21:36:35.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49792026-08-28T21:36:35.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49802026-08-28T21:36:35.237Z
49812026-08-28T21:36:35.238Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (344/377)
49822026-08-28T21:36:35.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49832026-08-28T21:36:35.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49842026-08-28T21:36:35.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49852026-08-28T21:36:35.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49862026-08-28T21:36:35.869Z
49872026-08-28T21:36:35.869Zinfo: running `cargo check --bins` on nexus-mgs-updates (345/377)
49882026-08-28T21:36:36.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49892026-08-28T21:36:36.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49902026-08-28T21:36:36.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49912026-08-28T21:36:36.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49922026-08-28T21:36:36.489Z
49932026-08-28T21:36:36.489Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (346/377)
49942026-08-28T21:36:37.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49952026-08-28T21:36:37.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49962026-08-28T21:36:37.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49972026-08-28T21:36:37.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49982026-08-28T21:36:37.126Z
49992026-08-28T21:36:37.126Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377)
50002026-08-28T21:36:37.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50012026-08-28T21:36:37.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50022026-08-28T21:36:37.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50032026-08-28T21:36:37.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50042026-08-28T21:36:37.753Z
50052026-08-28T21:36:37.753Zinfo: running `cargo check --bins` on nexus-switch-config (348/377)
50062026-08-28T21:36:38.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50072026-08-28T21:36:38.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50082026-08-28T21:36:38.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50092026-08-28T21:36:38.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
50102026-08-28T21:36:38.364Z
50112026-08-28T21:36:38.365Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (349/377)
50122026-08-28T21:36:38.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50132026-08-28T21:36:38.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50142026-08-28T21:36:38.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50152026-08-28T21:36:38.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50162026-08-28T21:36:39.003Z
50172026-08-28T21:36:39.003Zinfo: running `cargo check --bins` on support-bundle-collection (350/377)
50182026-08-28T21:36:39.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50192026-08-28T21:36:39.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50202026-08-28T21:36:39.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50212026-08-28T21:36:39.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50222026-08-28T21:36:39.628Z
50232026-08-28T21:36:39.628Zinfo: running `cargo check --bins` on omicron-dev (351/377)
50242026-08-28T21:36:40.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50252026-08-28T21:36:40.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50262026-08-28T21:36:40.526Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50272026-08-28T21:36:40.527Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50282026-08-28T21:36:40.720Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50292026-08-28T21:36:40.748Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50302026-08-28T21:36:40.763Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50312026-08-28T21:36:40.777Z Checking diff v0.1.13
50322026-08-28T21:36:40.782Z Checking yansi v1.0.1
50332026-08-28T21:36:40.804Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50342026-08-28T21:36:40.842Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50352026-08-28T21:36:41.029Z Checking pretty_assertions v1.4.1
50362026-08-28T21:36:41.819Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50372026-08-28T21:36:41.822Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50382026-08-28T21:37:07.065Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50392026-08-28T21:37:07.069Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50402026-08-28T21:37:07.069Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50412026-08-28T21:37:07.070Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50422026-08-28T21:37:07.070Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50432026-08-28T21:37:07.070Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50442026-08-28T21:37:07.070Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50452026-08-28T21:37:07.989Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50462026-08-28T21:37:07.989Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50472026-08-28T21:37:09.278Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50482026-08-28T21:37:48.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
50492026-08-28T21:37:48.192Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50502026-08-28T21:37:48.192Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50512026-08-28T21:37:48.342Z
50522026-08-28T21:37:48.342Zinfo: running `cargo check --bins` on oximeter-load-test (352/377)
50532026-08-28T21:37:48.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50542026-08-28T21:37:48.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50552026-08-28T21:37:49.059Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50562026-08-28T21:37:49.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
50572026-08-28T21:37:49.897Z
50582026-08-28T21:37:49.897Zinfo: running `cargo check --bins` on omicron-pins (353/377)
50592026-08-28T21:37:50.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50602026-08-28T21:37:50.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50612026-08-28T21:37:50.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50622026-08-28T21:37:50.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50632026-08-28T21:37:50.475Z
50642026-08-28T21:37:50.475Zinfo: running `cargo check --bins` on rack-init-config (354/377)
50652026-08-28T21:37:50.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50662026-08-28T21:37:51.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50672026-08-28T21:37:51.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50682026-08-28T21:37:51.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
50692026-08-28T21:37:51.050Z
50702026-08-28T21:37:51.050Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377)
50712026-08-28T21:37:51.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50722026-08-28T21:37:51.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50732026-08-28T21:37:51.802Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50742026-08-28T21:37:51.925Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50752026-08-28T21:37:51.933Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50762026-08-28T21:38:19.164Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50772026-08-28T21:38:19.572Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50782026-08-28T21:38:21.349Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50792026-08-28T21:38:21.829Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50802026-08-28T21:38:24.945Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50812026-08-28T21:38:49.016Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50822026-08-28T21:38:49.762Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50832026-08-28T21:38:51.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
50842026-08-28T21:38:51.683Z
50852026-08-28T21:38:51.683Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (356/377)
50862026-08-28T21:38:52.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50872026-08-28T21:38:52.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50882026-08-28T21:38:52.408Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50892026-08-28T21:38:53.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
50902026-08-28T21:38:53.299Z
50912026-08-28T21:38:53.299Zinfo: running `cargo check --bins` on omicron-releng (357/377)
50922026-08-28T21:38:53.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50932026-08-28T21:38:53.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50942026-08-28T21:38:53.922Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
50952026-08-28T21:38:53.926Z Compiling fs-err v2.11.0
50962026-08-28T21:38:54.041Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
50972026-08-28T21:38:54.053Z Checking parse-size v1.1.0
50982026-08-28T21:38:54.061Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50992026-08-28T21:38:54.064Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51002026-08-28T21:38:54.064Z Checking shell-words v1.1.1
51012026-08-28T21:38:54.146Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51022026-08-28T21:38:54.477Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51032026-08-28T21:38:54.652Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51042026-08-28T21:38:55.320Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51052026-08-28T21:38:56.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
51062026-08-28T21:38:56.446Z
51072026-08-28T21:38:56.446Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (358/377)
51082026-08-28T21:38:56.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51092026-08-28T21:38:56.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51102026-08-28T21:38:57.085Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51112026-08-28T21:38:57.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
51122026-08-28T21:38:57.762Z
51132026-08-28T21:38:57.762Zinfo: running `cargo check --bins` on schema (359/377)
51142026-08-28T21:38:58.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51152026-08-28T21:38:58.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51162026-08-28T21:38:58.485Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51172026-08-28T21:38:59.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
51182026-08-28T21:38:59.382Z
51192026-08-28T21:38:59.382Zinfo: running `cargo check --bins` on xtask (360/377)
51202026-08-28T21:38:59.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51212026-08-28T21:38:59.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51222026-08-28T21:38:59.786Z Checking serde_core v1.0.228
51232026-08-28T21:38:59.786Z Checking libc v0.2.185
51242026-08-28T21:38:59.865Z Checking bitflags v2.11.0
51252026-08-28T21:38:59.871Z Checking scroll v0.12.0
51262026-08-28T21:38:59.874Z Checking thiserror v1.0.69
51272026-08-28T21:38:59.882Z Checking log v0.4.33
51282026-08-28T21:38:59.890Z Checking zerocopy v0.7.35
51292026-08-28T21:38:59.892Z Checking indexmap v2.14.0
51302026-08-28T21:38:59.962Z Checking syn v2.0.117
51312026-08-28T21:39:00.002Z Checking dtrace-parser v0.2.0
51322026-08-28T21:39:00.018Z Checking once_cell v1.21.3
51332026-08-28T21:39:00.080Z Checking goblin v0.8.2
51342026-08-28T21:39:00.141Z Checking errno v0.3.14
51352026-08-28T21:39:00.184Z Checking thread-id v4.2.2
51362026-08-28T21:39:00.232Z Checking getrandom v0.4.3
51372026-08-28T21:39:00.254Z Checking rustix v1.1.4
51382026-08-28T21:39:00.266Z Checking memmap v0.7.0
51392026-08-28T21:39:00.356Z Checking thiserror v2.0.18
51402026-08-28T21:39:00.388Z Checking fs-err v3.3.0
51412026-08-28T21:39:00.388Z Checking anyhow v1.0.104
51422026-08-28T21:39:00.412Z Checking tabled v0.15.0
51432026-08-28T21:39:01.023Z Checking terminal_size v0.4.3
51442026-08-28T21:39:01.023Z Checking tempfile v3.27.0
51452026-08-28T21:39:01.151Z Checking clap_builder v4.6.0
51462026-08-28T21:39:01.153Z Checking textwrap v0.16.2
51472026-08-28T21:39:01.300Z Checking serde v1.0.228
51482026-08-28T21:39:01.300Z Checking serde_json v1.0.151
51492026-08-28T21:39:01.303Z Checking camino v1.2.5
51502026-08-28T21:39:01.351Z Checking semver v1.0.28
51512026-08-28T21:39:01.491Z Checking cargo-platform v0.3.2
51522026-08-28T21:39:01.554Z Checking camino-tempfile v1.4.1
51532026-08-28T21:39:01.712Z Checking serde_spanned v0.6.9
51542026-08-28T21:39:01.712Z Checking toml_datetime v0.6.11
51552026-08-28T21:39:01.715Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51562026-08-28T21:39:01.715Z Checking macaddr v1.0.1
51572026-08-28T21:39:01.895Z Checking toml_edit v0.22.27
51582026-08-28T21:39:01.897Z Checking dof v0.3.0
51592026-08-28T21:39:01.898Z Checking cargo_metadata v0.23.1
51602026-08-28T21:39:02.168Z Checking usdt-impl v0.5.0
51612026-08-28T21:39:02.342Z Checking clap v4.6.1
51622026-08-28T21:39:02.430Z Checking usdt v0.5.0
51632026-08-28T21:39:02.860Z Checking toml v0.8.23
51642026-08-28T21:39:03.113Z Checking cargo_toml v0.21.0
51652026-08-28T21:39:03.743Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51662026-08-28T21:39:04.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
51672026-08-28T21:39:04.233Z
51682026-08-28T21:39:04.233Zinfo: running `cargo check --bins` on dnsadm (361/377)
51692026-08-28T21:39:04.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51702026-08-28T21:39:04.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51712026-08-28T21:39:04.871Z Checking arc-swap v1.8.2
51722026-08-28T21:39:05.148Z Checking slog-scope v4.4.1
51732026-08-28T21:39:05.260Z Checking slog-stdlog v4.1.1
51742026-08-28T21:39:05.353Z Checking slog-envlogger v2.2.0
51752026-08-28T21:39:05.468Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51762026-08-28T21:39:05.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
51772026-08-28T21:39:06.058Z
51782026-08-28T21:39:06.058Zinfo: running `cargo check --bins` on end-to-end-tests (362/377)
51792026-08-28T21:39:06.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51802026-08-28T21:39:06.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51812026-08-28T21:39:06.867Z Checking cpubits v0.1.1
51822026-08-28T21:39:06.995Z Checking pem-rfc7468 v1.0.0
51832026-08-28T21:39:07.011Z Checking hmac v0.13.0
51842026-08-28T21:39:07.014Z Checking universal-hash v0.6.1
51852026-08-28T21:39:07.036Z Checking ctr v0.10.1
51862026-08-28T21:39:07.036Z Checking aead v0.6.1
51872026-08-28T21:39:07.063Z Checking crypto-bigint v0.7.5
51882026-08-28T21:39:07.063Z Checking aes v0.9.1
51892026-08-28T21:39:07.090Z Checking salsa20 v0.11.0
51902026-08-28T21:39:07.136Z Checking der v0.8.0
51912026-08-28T21:39:07.139Z Checking polyval v0.7.1
51922026-08-28T21:39:07.164Z Checking pbkdf2 v0.13.0
51932026-08-28T21:39:07.181Z Checking cbc v0.2.1
51942026-08-28T21:39:07.246Z Checking ff v0.14.0
51952026-08-28T21:39:07.268Z Checking signature v3.0.0
51962026-08-28T21:39:07.283Z Checking scrypt v0.12.0
51972026-08-28T21:39:07.315Z Checking ghash v0.6.0
51982026-08-28T21:39:07.361Z Checking base16ct v1.0.0
51992026-08-28T21:39:07.379Z Checking group v0.14.0
52002026-08-28T21:39:07.415Z Checking hkdf v0.13.0
52012026-08-28T21:39:07.440Z Compiling curve25519-dalek v5.0.0
52022026-08-28T21:39:07.457Z Checking keccak v0.2.0
52032026-08-28T21:39:07.471Z Checking aes-gcm v0.11.0
52042026-08-28T21:39:07.489Z Checking poly1305 v0.9.0
52052026-08-28T21:39:07.528Z Checking wnaf v0.14.0
52062026-08-28T21:39:07.549Z Checking blowfish v0.10.0
52072026-08-28T21:39:07.613Z Checking blake2 v0.11.0-rc.6
52082026-08-28T21:39:07.631Z Checking sha3 v0.11.0
52092026-08-28T21:39:07.695Z Checking kem v0.3.0
52102026-08-28T21:39:07.710Z Checking bcrypt-pbkdf v0.11.0
52112026-08-28T21:39:07.755Z Checking module-lattice v0.2.3
52122026-08-28T21:39:07.814Z Checking sponge-cursor v0.1.0
52132026-08-28T21:39:07.865Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52142026-08-28T21:39:07.881Z Checking argon2 v0.6.0-rc.8
52152026-08-28T21:39:07.930Z Checking spki v0.8.0
52162026-08-28T21:39:07.945Z Checking sec1 v0.8.1
52172026-08-28T21:39:07.967Z Checking sha3 v0.12.0
52182026-08-28T21:39:07.983Z Checking ml-kem v0.3.2
52192026-08-28T21:39:08.042Z Checking internal-russh-num-bigint v0.5.0
52202026-08-28T21:39:08.103Z Checking pkcs5 v0.8.1
52212026-08-28T21:39:08.147Z Checking pkcs1 v0.8.0-rc.4
52222026-08-28T21:39:08.166Z Checking num-bigint v0.4.6
52232026-08-28T21:39:08.189Z Checking generic-array v1.4.3
52242026-08-28T21:39:08.354Z Checking russh-util v0.52.0
52252026-08-28T21:39:08.394Z Checking pkcs8 v0.11.0
52262026-08-28T21:39:08.474Z Compiling enum_dispatch v0.3.13
52272026-08-28T21:39:08.588Z Checking ed25519 v3.0.0
52282026-08-28T21:39:08.589Z Compiling delegate v0.13.5
52292026-08-28T21:39:08.712Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52302026-08-28T21:39:08.756Z Checking md5 v0.8.0
52312026-08-28T21:39:08.788Z Checking ed25519-dalek v3.0.0
52322026-08-28T21:39:08.894Z Checking hex-literal v1.1.0
52332026-08-28T21:39:08.947Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52342026-08-28T21:39:08.993Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52352026-08-28T21:39:09.012Z Checking socket2 v0.5.10
52362026-08-28T21:39:09.084Z Checking internet-checksum v0.2.1
52372026-08-28T21:39:09.116Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52382026-08-28T21:39:09.276Z Checking elliptic-curve v0.14.1
52392026-08-28T21:39:09.276Z Checking rfc6979 v0.6.0
52402026-08-28T21:39:09.280Z Checking primefield v0.14.0
52412026-08-28T21:39:09.280Z Checking ssh-encoding v0.3.0
52422026-08-28T21:39:09.402Z Checking crypto-primes v0.7.2
52432026-08-28T21:39:09.491Z Checking ssh-cipher v0.3.0
52442026-08-28T21:39:09.491Z Checking russh-cryptovec v0.62.0
52452026-08-28T21:39:09.688Z Checking ecdsa v0.17.0
52462026-08-28T21:39:09.688Z Checking primeorder v0.14.0
52472026-08-28T21:39:10.047Z Checking p256 v0.14.0
52482026-08-28T21:39:10.047Z Checking p384 v0.14.0
52492026-08-28T21:39:10.050Z Checking p521 v0.14.0
52502026-08-28T21:39:10.394Z Checking rsa v0.10.0-rc.18
52512026-08-28T21:39:12.883Z Checking ssh-key v0.7.0-rc.11
52522026-08-28T21:39:13.647Z Checking russh v0.62.4
52532026-08-28T21:39:27.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.40s
52542026-08-28T21:39:27.466Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52552026-08-28T21:39:27.466Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52562026-08-28T21:39:27.667Z
52572026-08-28T21:39:27.667Zinfo: running `cargo check --bins` on gateway-cli (363/377)
52582026-08-28T21:39:28.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52592026-08-28T21:39:28.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52602026-08-28T21:39:28.300Z Checking termios v0.3.3
52612026-08-28T21:39:28.494Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52622026-08-28T21:39:29.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
52632026-08-28T21:39:29.257Z
52642026-08-28T21:39:29.257Zinfo: running `cargo check --bins --no-default-features` on installinator (364/377)
52652026-08-28T21:39:29.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52662026-08-28T21:39:29.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52672026-08-28T21:39:29.943Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52682026-08-28T21:39:30.636Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52692026-08-28T21:39:32.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
52702026-08-28T21:39:32.412Z
52712026-08-28T21:39:32.412Zinfo: running `cargo check --bins` on internal-dns-cli (365/377)
52722026-08-28T21:39:32.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52732026-08-28T21:39:32.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52742026-08-28T21:39:33.049Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52752026-08-28T21:39:33.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
52762026-08-28T21:39:33.660Z
52772026-08-28T21:39:33.660Zinfo: running `cargo check --bins` on omicron-live-tests (366/377)
52782026-08-28T21:39:34.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52792026-08-28T21:39:34.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52802026-08-28T21:39:34.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52812026-08-28T21:39:34.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52822026-08-28T21:39:34.217Z
52832026-08-28T21:39:34.217Zinfo: running `cargo check --bins` on live-tests-macros (367/377)
52842026-08-28T21:39:34.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52852026-08-28T21:39:34.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52862026-08-28T21:39:34.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52872026-08-28T21:39:34.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52882026-08-28T21:39:34.773Z
52892026-08-28T21:39:34.773Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377)
52902026-08-28T21:39:35.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52912026-08-28T21:39:35.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52922026-08-28T21:39:35.513Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52932026-08-28T21:39:36.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
52942026-08-28T21:39:36.286Z
52952026-08-28T21:39:36.286Zinfo: running `cargo check --bins` on omicron-ntp-admin (369/377)
52962026-08-28T21:39:36.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52972026-08-28T21:39:36.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52982026-08-28T21:39:36.929Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
52992026-08-28T21:39:37.036Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
53002026-08-28T21:39:37.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
53012026-08-28T21:39:38.034Z
53022026-08-28T21:39:38.034Zinfo: running `cargo check --bins` on ntp-admin-types (370/377)
53032026-08-28T21:39:38.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53042026-08-28T21:39:38.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53052026-08-28T21:39:38.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53062026-08-28T21:39:38.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
53072026-08-28T21:39:38.599Z
53082026-08-28T21:39:38.599Zinfo: running `cargo check --bins` on omicron-package (371/377)
53092026-08-28T21:39:39.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53102026-08-28T21:39:39.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53112026-08-28T21:39:39.276Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53122026-08-28T21:39:40.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
53132026-08-28T21:39:40.539Z
53142026-08-28T21:39:40.539Zinfo: running `cargo check --bins` on tqdb (372/377)
53152026-08-28T21:39:41.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53162026-08-28T21:39:41.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53172026-08-28T21:39:41.318Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53182026-08-28T21:39:41.671Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53192026-08-28T21:39:42.183Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53202026-08-28T21:39:42.183Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53212026-08-28T21:39:49.115Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53222026-08-28T21:39:49.118Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53232026-08-28T21:39:49.118Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53242026-08-28T21:39:49.749Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53252026-08-28T21:39:49.749Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53262026-08-28T21:39:49.752Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53272026-08-28T21:39:49.753Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53282026-08-28T21:39:50.552Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53292026-08-28T21:39:51.173Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53302026-08-28T21:39:51.408Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53312026-08-28T21:39:51.568Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53322026-08-28T21:39:52.439Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53332026-08-28T21:39:53.085Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53342026-08-28T21:39:58.089Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53352026-08-28T21:40:05.362Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53362026-08-28T21:40:05.364Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53372026-08-28T21:40:05.364Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53382026-08-28T21:40:05.364Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53392026-08-28T21:40:06.863Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53402026-08-28T21:40:08.140Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53412026-08-28T21:40:08.821Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53422026-08-28T21:40:10.094Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53432026-08-28T21:40:10.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.09s
53442026-08-28T21:40:10.844Z
53452026-08-28T21:40:10.844Zinfo: running `cargo check --bins` on wicket-dbg (373/377)
53462026-08-28T21:40:11.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53472026-08-28T21:40:11.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53482026-08-28T21:40:11.549Z Checking rtoolbox v0.0.3
53492026-08-28T21:40:11.549Z Checking tui-tree-widget v0.23.1
53502026-08-28T21:40:11.552Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53512026-08-28T21:40:11.676Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53522026-08-28T21:40:11.765Z Checking rpassword v7.5.4
53532026-08-28T21:40:14.502Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53542026-08-28T21:40:16.346Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53552026-08-28T21:40:17.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.42s
53562026-08-28T21:40:17.464Z
53572026-08-28T21:40:17.464Zinfo: running `cargo check --bins` on wicket (374/377)
53582026-08-28T21:40:17.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53592026-08-28T21:40:17.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53602026-08-28T21:40:18.150Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53612026-08-28T21:40:18.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
53622026-08-28T21:40:18.712Z
53632026-08-28T21:40:18.712Zinfo: running `cargo check --bins` on wicketd (375/377)
53642026-08-28T21:40:19.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53652026-08-28T21:40:19.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53662026-08-28T21:40:19.411Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53672026-08-28T21:40:22.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
53682026-08-28T21:40:23.133Z
53692026-08-28T21:40:23.133Zinfo: running `cargo check --bins` on omicron-workspace-hack (376/377)
53702026-08-28T21:40:23.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53712026-08-28T21:40:23.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53722026-08-28T21:40:23.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53732026-08-28T21:40:23.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53742026-08-28T21:40:23.692Z
53752026-08-28T21:40:23.692Zinfo: running `cargo check --bins` on zone-setup (377/377)
53762026-08-28T21:40:24.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53772026-08-28T21:40:24.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53782026-08-28T21:40:24.362Z Checking uzers v0.12.2
53792026-08-28T21:40:24.629Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53802026-08-28T21:40:25.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
53812026-08-28T21:40:25.604Z
53822026-08-28T21:40:25.605Zreal 14:26.312003018
53832026-08-28T21:40:25.605Zuser 21:43.406632692
53842026-08-28T21:40:25.608Zsys 4:26.279037334
53852026-08-28T21:40:25.608Ztrap 0.337157525
53862026-08-28T21:40:25.608Ztflt 0.567519810
53872026-08-28T21:40:25.608Zdflt 0.822102795
53882026-08-28T21:40:25.608Zkflt 0.004381567
53892026-08-28T21:40:25.608Zlock 1:27:51.981313231
53902026-08-28T21:40:25.608Zslp 1:42:55.694513178
53912026-08-28T21:40:25.609Zlat 55.929169938
53922026-08-28T21:40:25.609Zstop 4:03.846001328
53932026-08-28T21:40:25.609Zprocess exited: duration 999426 ms, exit code 0
 
53942026-08-28T21:40:25.615Zfound 0 output files