01M0XH0P4PQAAQF0B2M66K5Q23: 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: 01M0XH11V4RVKX113WSPAFCB14

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T22:36:20.273Zjob assigned to worker 01M0XH15QGVGP3TJJRSD4GV6PH [factory aws, i-0e180e25e8ec5d5f0] (queued for 46 s)
 
22026-08-25T22:36:26.999Zstarting task 0: "setup"
32026-08-25T22:36:27.004Z++ uname -s
42026-08-25T22:36:27.007Z+ kern=SunOS
52026-08-25T22:36:27.007Z+ build_user=build
62026-08-25T22:36:27.007Z+ build_uid=12345
72026-08-25T22:36:27.007Z+ work_dir=/work
82026-08-25T22:36:27.007Z+ input_dir=/input
92026-08-25T22:36:27.007Z+ [[ 0 == 12345 ]]
102026-08-25T22:36:27.007Z+ case "$kern" in
112026-08-25T22:36:27.007Z+ groupadd -g 12345 build
122026-08-25T22:36:27.010Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T22:36:29.012Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T22:36:29.060Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T22:36:29.063Z+ home_fs=zfs
162026-08-25T22:36:29.063Z+ [[ zfs == autofs ]]
172026-08-25T22:36:29.063Z+ mkdir -p /home/build
182026-08-25T22:36:29.063Z+ chown build:build /home/build /work
192026-08-25T22:36:31.065Z+ chmod 0700 /home/build /work
202026-08-25T22:36:31.069Zprocess exited: duration 4066 ms, exit code 0
 
212026-08-25T22:36:31.074Zstarting task 1: "rust-toolchain"
222026-08-25T22:36:31.078Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T22:36:31.078Z * rust toolchain channel = "1.97.1"
242026-08-25T22:36:31.078Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-25T22:36:31.078Z * rust toolchain profile = "default"
262026-08-25T22:36:31.078Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T22:36:31.078Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T22:36:31.081Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T22:36:31.081Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T22:36:31.195Zinfo: downloading installer
312026-08-25T22:36:32.556Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T22:36:32.556Zwarn: /home/build/.rustup/settings.toml
332026-08-25T22:36:32.556Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T22:36:32.556Zwarn: instead of the one inferred from the default host triple.
352026-08-25T22:36:32.568Zinfo: profile set to default
362026-08-25T22:36:32.568Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T22:36:32.571Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T22:36:32.710Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T22:36:32.713Zinfo: downloading 6 components
402026-08-25T22:36:47.859Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T22:36:47.859Z
422026-08-25T22:36:47.886Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T22:36:47.886Z
442026-08-25T22:36:47.886Z
452026-08-25T22:36:47.886ZRust is installed now. Great!
462026-08-25T22:36:47.886Z
472026-08-25T22:36:47.886ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T22:36:47.886Zenvironment variable. This has not been done automatically.
492026-08-25T22:36:47.886Z
502026-08-25T22:36:47.886ZTo configure your current shell, you need to source
512026-08-25T22:36:47.887Zthe corresponding env file under $HOME/.cargo.
522026-08-25T22:36:47.887Z
532026-08-25T22:36:47.887ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T22:36:47.889Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T22:36:47.890Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T22:36:47.890Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T22:36:47.890Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T22:36:47.890Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T22:36:47.890Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T22:36:47.890Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T22:36:47.890Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T22:36:47.965Z+ rustup --version
632026-08-25T22:36:47.975Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T22:36:47.978Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T22:36:47.995Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T22:36:47.998Z+ cargo --version
672026-08-25T22:36:48.013Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T22:36:48.015Z+ rustc --version
692026-08-25T22:36:48.034Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T22:36:48.037Zprocess exited: duration 16961 ms, exit code 0
 
712026-08-25T22:36:48.042Zstarting task 2: "authentication"
722026-08-25T22:36:48.058Zprocess exited: duration 15 ms, exit code 0
 
732026-08-25T22:36:48.063Zstarting task 3: "clone repository"
742026-08-25T22:36:48.066Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T22:36:48.069Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T22:36:48.097ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T22:37:00.013Z+ cd /work/oxidecomputer/omicron
782026-08-25T22:37:00.013Z+ git fetch origin 1f434a86565fc333096a97e446b86bdac323e6f1
792026-08-25T22:37:00.412ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T22:37:00.412Z * branch 1f434a86565fc333096a97e446b86bdac323e6f1 -> FETCH_HEAD
812026-08-25T22:37:00.422Z+ [[ -n alan/gzip-to-lz4 ]]
822026-08-25T22:37:00.425Z++ git branch --show-current
832026-08-25T22:37:00.425Z+ current=main
842026-08-25T22:37:00.425Z+ [[ main != alan/gzip-to-lz4 ]]
852026-08-25T22:37:00.425Z+ git branch -f alan/gzip-to-lz4 1f434a86565fc333096a97e446b86bdac323e6f1
862026-08-25T22:37:00.428Z+ git checkout -f alan/gzip-to-lz4
872026-08-25T22:37:00.573ZSwitched to branch 'alan/gzip-to-lz4'
882026-08-25T22:37:00.577Z+ git reset --hard 1f434a86565fc333096a97e446b86bdac323e6f1
892026-08-25T22:37:00.730ZHEAD is now at 1f434a865 fix expected test output
902026-08-25T22:37:00.734Zprocess exited: duration 12668 ms, exit code 0
 
912026-08-25T22:37:00.740Zstarting task 4: "build"
922026-08-25T22:37:00.744Z+ source .github/buildomat/ci-env.sh
932026-08-25T22:37:00.746Z++ export CARGO_TERM_COLOR=always
942026-08-25T22:37:00.746Z++ CARGO_TERM_COLOR=always
952026-08-25T22:37:00.747Z+++ uname -s
962026-08-25T22:37:00.747Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-25T22:37:00.747Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-25T22:37:00.749Z+ cargo --version
992026-08-25T22:37:00.756Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-25T22:37:00.759Z+ rustc --version
1012026-08-25T22:37:00.778Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-25T22:37:00.781Z+ source ./env.sh
1032026-08-25T22:37:00.781Z++ OLD_SHELL_OPTS=ehxB
1042026-08-25T22:37:00.781Z++ set -o xtrace
1052026-08-25T22:37:00.784Z++++ dirname ./env.sh
1062026-08-25T22:37:00.793Z+++ readlink -f .
1072026-08-25T22:37:00.797Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-25T22:37:00.797Z++ 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-25T22:37:00.797Z++ 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-25T22:37:00.797Z++ 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-25T22:37:00.797Z++ 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-25T22:37:00.797Z++ 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-25T22:37:00.797Z++ 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-25T22:37:00.797Z++ 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-25T22:37:00.797Z++ 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-25T22:37:00.797Z++ 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-25T22:37:00.797Z++ 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-25T22:37:00.797Z++ case $OLD_SHELL_OPTS in
1192026-08-25T22:37:00.797Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-25T22:37:00.797Z+ 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-25T22:37:00.797Z+ 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-25T22:37:00.797Z+ banner prerequisites
1232026-08-25T22:37:00.815Z
1242026-08-25T22:37:00.815Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-25T22:37:00.815Z # # # # # # # # # # # # # # #
1262026-08-25T22:37:00.815Z # # # # ##### # # ##### # # # # # #### #
1272026-08-25T22:37:00.815Z ##### ##### # ##### # # # # # # # # #
1282026-08-25T22:37:00.815Z # # # # # # # # # # # # # # #
1292026-08-25T22:37:00.815Z # # # ###### # # ###### ### # #### # #### #
1302026-08-25T22:37:00.815Z
1312026-08-25T22:37:00.815Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-25T22:37:02.747Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-25T22:37:03.132Z Startup: Caching catalogs ... Done
1342026-08-25T22:37:05.303ZPlanning: Solver setup ... Done (2.052s)
1352026-08-25T22:37:05.365ZPlanning: Running solver ... Done (0.062s)
1362026-08-25T22:37:05.410ZPlanning: Finding local manifests ... Done (0.002s)
1372026-08-25T22:37:05.421ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-25T22:37:05.441ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-25T22:37:05.454ZPlanning: Package planning ... Done (0.013s)
1402026-08-25T22:37:05.457ZPlanning: Merging actions ... Done (0.001s)
1412026-08-25T22:37:05.675ZPlanning: Checking for conflicting actions ... Done (0.219s)
1422026-08-25T22:37:05.678ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-25T22:37:06.235ZPlanning: Evaluating mediators ... Done (0.559s)
1442026-08-25T22:37:06.238ZPlanning: Planning completed in 3.07 seconds
1452026-08-25T22:37:06.244Z Packages to install: 2
1462026-08-25T22:37:06.246Z Estimated space available: 156.01 GB
1472026-08-25T22:37:06.247ZEstimated space to be consumed: 80.56 MB
1482026-08-25T22:37:06.247Z Create boot environment: No
1492026-08-25T22:37:06.247ZCreate backup boot environment: No
1502026-08-25T22:37:06.247Z Rebuild boot archive: No
1512026-08-25T22:37:06.247Z
1522026-08-25T22:37:06.247ZChanged packages:
1532026-08-25T22:37:06.247Zhelios
1542026-08-25T22:37:06.247Z developer/build-essential
1552026-08-25T22:37:06.247Z None -> 11-3.0
1562026-08-25T22:37:06.247Z library/libxmlsec1
1572026-08-25T22:37:06.247Z None -> 1.2.35-3.0
1582026-08-25T22:37:06.267Z
1592026-08-25T22:37:06.267ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-25T22:37:06.336ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1612026-08-25T22:37:06.389Z Actions: 1/268 actions (Installing new actions)
1622026-08-25T22:37:06.425Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-25T22:37:06.461ZFinalize: Updating package state database ... Done (0.035s)
1642026-08-25T22:37:06.464ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-25T22:37:06.549ZFinalize: Updating image state ... Done (0.088s)
1662026-08-25T22:37:08.984ZFinalize: Creating fast lookup database ... Done (2.381s)
1672026-08-25T22:37:09.050ZFinalize: Reading search index ... Done (0.012s)
1682026-08-25T22:37:09.053ZFinalize: Updating search index ... Done (0.000s)
1692026-08-25T22:37:09.150ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-25T22:37:09.520ZPlanning: Evaluating mediator changes ... Done
1712026-08-25T22:37:09.624ZPlanning: Checking for conflicting actions ... Done
1722026-08-25T22:37:09.627ZPlanning: Consolidating action changes ... Done
1732026-08-25T22:37:09.780ZPlanning: Evaluating mediators ... Done
1742026-08-25T22:37:09.783ZPlanning: Planning completed in 0.26 seconds
1752026-08-25T22:37:09.803Z Mediators to change: 2
1762026-08-25T22:37:09.803Z Create boot environment: No
1772026-08-25T22:37:09.803ZCreate backup boot environment: No
1782026-08-25T22:37:09.868ZFinalize: Updating package state database ... Done
1792026-08-25T22:37:09.868ZFinalize: Updating package cache ... Done
1802026-08-25T22:37:09.921ZFinalize: Updating image state ... Done
1812026-08-25T22:37:11.874ZFinalize: Creating fast lookup database ... Done
1822026-08-25T22:37:11.937ZFinalize: Reading search index ... Done
1832026-08-25T22:37:11.939ZFinalize: Updating search index ... Done
1842026-08-25T22:37:12.022ZFinalize: Updating package cache ... Done
1852026-08-25T22:37:12.308ZPlanning: Evaluating mediator changes ... Done
1862026-08-25T22:37:12.414ZPlanning: Checking for conflicting actions ... Done
1872026-08-25T22:37:12.417ZPlanning: Consolidating action changes ... Done
1882026-08-25T22:37:12.574ZPlanning: Evaluating mediators ... Done
1892026-08-25T22:37:12.576ZPlanning: Planning completed in 0.27 seconds
1902026-08-25T22:37:12.597Z Mediators to change: 1
1912026-08-25T22:37:12.597Z Create boot environment: No
1922026-08-25T22:37:12.599ZCreate backup boot environment: No
1932026-08-25T22:37:12.649ZFinalize: Updating package state database ... Done
1942026-08-25T22:37:12.652ZFinalize: Updating package cache ... Done
1952026-08-25T22:37:12.702ZFinalize: Updating image state ... Done
1962026-08-25T22:37:14.650ZFinalize: Creating fast lookup database ... Done
1972026-08-25T22:37:14.719ZFinalize: Reading search index ... Done
1982026-08-25T22:37:14.722ZFinalize: Updating search index ... Done
1992026-08-25T22:37:14.821ZFinalize: Updating package cache ... Done
2002026-08-25T22:37:15.129ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-25T22:37:15.129Zapache system 2.4 system
2022026-08-25T22:37:15.130Zclang system 15 system
2032026-08-25T22:37:15.130Zcsh system system illumos
2042026-08-25T22:37:15.130Zctags system system illumos
2052026-08-25T22:37:15.130Zfile vendor vendor darwinsys
2062026-08-25T22:37:15.130Zfile system system illumos
2072026-08-25T22:37:15.130Zgcc vendor 14 vendor
2082026-08-25T22:37:15.130Zgcc system 13 system
2092026-08-25T22:37:15.130Zgcc system 10 system
2102026-08-25T22:37:15.130Zgo system 1.25 system
2112026-08-25T22:37:15.130Zllvm system 15 system
2122026-08-25T22:37:15.130Zmariadb system 11.4 system
2132026-08-25T22:37:15.130Zmta vendor vendor dma
2142026-08-25T22:37:15.130Zopenjdk system 17 system
2152026-08-25T22:37:15.130Zopenjdk system 11 system
2162026-08-25T22:37:15.130Zopenssl vendor 3 vendor
2172026-08-25T22:37:15.130Zperl system 5.40 system
2182026-08-25T22:37:15.130Zpostgresql system 18 system
2192026-08-25T22:37:15.130Zpostgresql system 17 system
2202026-08-25T22:37:15.130Zpython vendor 3 vendor
2212026-08-25T22:37:15.130Zpython system 2 system
2222026-08-25T22:37:15.130Zpython3 vendor 3.13 vendor
2232026-08-25T22:37:15.130Zruby system 3.4 system
2242026-08-25T22:37:15.130Zruby system 3.0 system
2252026-08-25T22:37:15.130Zwords vendor vendor american-english
2262026-08-25T22:37:15.130Zwords system system australian-english
2272026-08-25T22:37:15.130Zwords system system british-english
2282026-08-25T22:37:15.131Zwords system system canadian-english
2292026-08-25T22:37:15.131Zwords system system french
2302026-08-25T22:37:15.131Zwords system system italian
2312026-08-25T22:37:15.131Zwords system system ngerman
2322026-08-25T22:37:15.131Zwords system system ogerman
2332026-08-25T22:37:15.131Zwords system system spanish
2342026-08-25T22:37:15.383ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-25T22:37:15.383Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-25T22:37:15.879ZFMRI IFO
2372026-08-25T22:37:15.879Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-25T22:37:15.879Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-25T22:37:15.879Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-25T22:37:15.879Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-25T22:37:15.879Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-25T22:37:15.879Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-25T22:37:15.879Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-25T22:37:15.879Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-25T22:37:15.879Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-25T22:37:16.217Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-25T22:37:16.622Z Updating crates.io index
2482026-08-25T22:37:16.625Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-25T22:37:17.032Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-25T22:37:17.537Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-25T22:37:18.959Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-25T22:37:19.545Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-25T22:37:21.383Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-25T22:37:22.321Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-25T22:37:22.604Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-25T22:37:23.003Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-25T22:37:24.706Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-25T22:37:25.315Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-25T22:37:25.723Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-25T22:37:26.001Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-25T22:37:26.303Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-25T22:37:26.608Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-25T22:37:26.934Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-25T22:37:27.235Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-25T22:37:27.580Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-25T22:37:28.079Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-25T22:37:28.515Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-08-25T22:37:28.968Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-08-25T22:37:29.311Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-08-25T22:37:29.913Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-08-25T22:37:30.263Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-25T22:37:30.541Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-25T22:37:31.005Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-25T22:37:31.303Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-25T22:37:31.714Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-25T22:37:32.127Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-25T22:37:32.408Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-25T22:37:32.735Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-25T22:37:33.104Z Updating git repository `https://github.com/oxidecomputer/tough`
2802026-08-25T22:37:33.657Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-25T22:37:33.955Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-25T22:37:34.246Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-25T22:37:34.573Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-25T22:37:34.977Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-25T22:37:35.284Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-25T22:37:35.594Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-25T22:37:35.918Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-25T22:37:36.234Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-08-25T22:37:36.566Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2902026-08-25T22:37:39.615Z Downloading crates ...
2912026-08-25T22:37:39.676Z Downloaded anstyle-query v1.1.5
2922026-08-25T22:37:39.681Z Downloaded cfg-if v1.0.4
2932026-08-25T22:37:39.681Z Downloaded colorchoice v1.0.4
2942026-08-25T22:37:39.681Z Downloaded anstyle-parse v1.0.0
2952026-08-25T22:37:39.681Z Downloaded digest v0.10.7
2962026-08-25T22:37:39.681Z Downloaded strsim v0.11.1
2972026-08-25T22:37:39.681Z Downloaded cpufeatures v0.2.17
2982026-08-25T22:37:39.681Z Downloaded is_terminal_polyfill v1.70.2
2992026-08-25T22:37:39.681Z Downloaded papergrid v0.11.0
3002026-08-25T22:37:39.685Z Downloaded zmij v1.0.21
3012026-08-25T22:37:39.685Z Downloaded itoa v1.0.17
3022026-08-25T22:37:39.685Z Downloaded anstyle v1.0.14
3032026-08-25T22:37:39.685Z Downloaded semver v1.0.28
3042026-08-25T22:37:39.685Z Downloaded toml v0.8.23
3052026-08-25T22:37:39.688Z Downloaded anstream v1.0.0
3062026-08-25T22:37:39.692Z Downloaded pest_meta v2.8.6
3072026-08-25T22:37:39.692Z Downloaded clap_lex v1.0.0
3082026-08-25T22:37:39.695Z Downloaded zerocopy v0.7.35
3092026-08-25T22:37:39.702Z Downloaded equivalent v1.0.2
3102026-08-25T22:37:39.706Z Downloaded block-buffer v0.10.4
3112026-08-25T22:37:39.706Z Downloaded memmap v0.7.0
3122026-08-25T22:37:39.709Z Downloaded cargo-platform v0.3.2
3132026-08-25T22:37:39.709Z Downloaded clap_builder v4.6.0
3142026-08-25T22:37:39.712Z Downloaded fastrand v2.3.0
3152026-08-25T22:37:39.712Z Downloaded camino-tempfile v1.4.1
3162026-08-25T22:37:39.712Z Downloaded macaddr v1.0.1
3172026-08-25T22:37:39.716Z Downloaded dtrace-parser v0.2.0
3182026-08-25T22:37:39.716Z Downloaded fnv v1.0.7
3192026-08-25T22:37:39.719Z Downloaded heck v0.5.0
3202026-08-25T22:37:39.726Z Downloaded crypto-common v0.1.7
3212026-08-25T22:37:39.730Z Downloaded errno v0.3.14
3222026-08-25T22:37:39.730Z Downloaded generic-array v0.14.7
3232026-08-25T22:37:39.730Z Downloaded cargo_metadata v0.23.1
3242026-08-25T22:37:39.733Z Downloaded heck v0.4.1
3252026-08-25T22:37:39.737Z Downloaded usdt-attr-macro v0.5.0
3262026-08-25T22:37:39.744Z Downloaded tabled_derive v0.7.0
3272026-08-25T22:37:39.748Z Downloaded swrite v0.1.0
3282026-08-25T22:37:39.751Z Downloaded toml_datetime v0.6.11
3292026-08-25T22:37:39.751Z Downloaded usdt v0.5.0
3302026-08-25T22:37:39.755Z Downloaded thread-id v4.2.2
3312026-08-25T22:37:39.755Z Downloaded proc-macro-error-attr v1.0.4
3322026-08-25T22:37:39.758Z Downloaded version_check v0.9.5
3332026-08-25T22:37:39.758Z Downloaded usdt-macro v0.5.0
3342026-08-25T22:37:39.761Z Downloaded unicode-linebreak v0.1.5
3352026-08-25T22:37:39.771Z Downloaded scroll_derive v0.12.1
3362026-08-25T22:37:39.774Z Downloaded bytecount v0.6.9
3372026-08-25T22:37:39.777Z Downloaded toml_write v0.1.2
3382026-08-25T22:37:39.777Z Downloaded pretty-hex v0.4.1
3392026-08-25T22:37:39.780Z Downloaded serde_spanned v0.6.9
3402026-08-25T22:37:39.784Z Downloaded plain v0.2.3
3412026-08-25T22:37:39.784Z Downloaded dof v0.3.0
3422026-08-25T22:37:39.787Z Downloaded smawk v0.3.2
3432026-08-25T22:37:39.791Z Downloaded utf8parse v0.2.2
3442026-08-25T22:37:39.791Z Downloaded anyhow v1.0.104
3452026-08-25T22:37:39.802Z Downloaded quote v1.0.45
3462026-08-25T22:37:39.805Z Downloaded sha2 v0.10.9
3472026-08-25T22:37:39.808Z Downloaded fs-err v3.3.0
3482026-08-25T22:37:39.812Z Downloaded usdt-impl v0.5.0
3492026-08-25T22:37:39.812Z Downloaded byteorder v1.5.0
3502026-08-25T22:37:39.816Z Downloaded bitflags v2.11.0
3512026-08-25T22:37:39.819Z Downloaded pest_derive v2.8.6
3522026-08-25T22:37:39.822Z Downloaded serde_tokenstream v0.2.3
3532026-08-25T22:37:39.822Z Downloaded thiserror-impl v2.0.18
3542026-08-25T22:37:39.825Z Downloaded thiserror-impl v1.0.69
3552026-08-25T22:37:39.829Z Downloaded camino v1.2.5
3562026-08-25T22:37:39.832Z Downloaded getrandom v0.4.3
3572026-08-25T22:37:39.832Z Downloaded proc-macro-error v1.0.4
3582026-08-25T22:37:39.835Z Downloaded pest_generator v2.8.6
3592026-08-25T22:37:39.839Z Downloaded scroll v0.12.0
3602026-08-25T22:37:39.843Z Downloaded tempfile v3.27.0
3612026-08-25T22:37:39.845Z Downloaded once_cell v1.21.3
3622026-08-25T22:37:39.845Z Downloaded terminal_size v0.4.3
3632026-08-25T22:37:39.845Z Downloaded thiserror v1.0.69
3642026-08-25T22:37:39.851Z Downloaded autocfg v1.5.0
3652026-08-25T22:37:39.855Z Downloaded cargo_toml v0.21.0
3662026-08-25T22:37:39.855Z Downloaded clap v4.6.1
3672026-08-25T22:37:39.858Z Downloaded zerocopy-derive v0.7.35
3682026-08-25T22:37:39.862Z Downloaded thiserror v2.0.18
3692026-08-25T22:37:39.865Z Downloaded ucd-trie v0.1.7
3702026-08-25T22:37:39.865Z Downloaded clap_derive v4.6.1
3712026-08-25T22:37:39.868Z Downloaded log v0.4.33
3722026-08-25T22:37:39.868Z Downloaded textwrap v0.16.2
3732026-08-25T22:37:39.872Z Downloaded serde_core v1.0.228
3742026-08-25T22:37:39.875Z Downloaded unicode-ident v1.0.24
3752026-08-25T22:37:39.875Z Downloaded serde_derive v1.0.228
3762026-08-25T22:37:39.896Z Downloaded toml_edit v0.22.27
3772026-08-25T22:37:39.899Z Downloaded proc-macro2 v1.0.106
3782026-08-25T22:37:39.906Z Downloaded serde v1.0.228
3792026-08-25T22:37:39.916Z Downloaded memchr v2.8.0
3802026-08-25T22:37:39.919Z Downloaded typenum v1.20.1
3812026-08-25T22:37:39.931Z Downloaded indexmap v2.14.0
3822026-08-25T22:37:39.934Z Downloaded hashbrown v0.17.0
3832026-08-25T22:37:39.951Z Downloaded pest v2.8.6
3842026-08-25T22:37:39.954Z Downloaded serde_json v1.0.151
3852026-08-25T22:37:39.974Z Downloaded goblin v0.8.2
3862026-08-25T22:37:39.980Z Downloaded winnow v0.7.14
3872026-08-25T22:37:39.984Z Downloaded tabled v0.15.0
3882026-08-25T22:37:39.994Z Downloaded syn v1.0.109
3892026-08-25T22:37:39.999Z Downloaded unicode-width v0.2.0
3902026-08-25T22:37:40.011Z Downloaded unicode-width v0.1.14
3912026-08-25T22:37:40.018Z Downloaded syn v2.0.117
3922026-08-25T22:37:40.033Z Downloaded rustix v1.1.4
3932026-08-25T22:37:40.053Z Downloaded libc v0.2.185
3942026-08-25T22:37:40.115Z Compiling proc-macro2 v1.0.106
3952026-08-25T22:37:40.118Z Compiling unicode-ident v1.0.24
3962026-08-25T22:37:40.118Z Compiling quote v1.0.45
3972026-08-25T22:37:40.119Z Compiling serde_core v1.0.228
3982026-08-25T22:37:40.119Z Compiling libc v0.2.185
3992026-08-25T22:37:40.119Z Compiling version_check v0.9.5
4002026-08-25T22:37:40.119Z Compiling memchr v2.8.0
4012026-08-25T22:37:40.119Z Compiling serde v1.0.228
4022026-08-25T22:37:40.441Z Compiling zmij v1.0.21
4032026-08-25T22:37:40.859Z Compiling itoa v1.0.17
4042026-08-25T22:37:41.022Z Compiling thiserror v1.0.69
4052026-08-25T22:37:41.290Z Compiling ucd-trie v0.1.7
4062026-08-25T22:37:41.463Z Compiling pest v2.8.6
4072026-08-25T22:37:41.623Z Compiling rustix v1.1.4
4082026-08-25T22:37:41.682Z Compiling byteorder v1.5.0
4092026-08-25T22:37:41.772Z Compiling errno v0.3.14
4102026-08-25T22:37:41.867Z Compiling bitflags v2.11.0
4112026-08-25T22:37:41.906Z Compiling serde_json v1.0.151
4122026-08-25T22:37:42.130Z Compiling thread-id v4.2.2
4132026-08-25T22:37:42.146Z Compiling proc-macro-error-attr v1.0.4
4142026-08-25T22:37:42.209Z Compiling usdt-impl v0.5.0
4152026-08-25T22:37:42.226Z Compiling syn v1.0.109
4162026-08-25T22:37:42.327Z Compiling syn v2.0.117
4172026-08-25T22:37:42.343Z Compiling camino v1.2.5
4182026-08-25T22:37:42.519Z Compiling pest_meta v2.8.6
4192026-08-25T22:37:42.638Z Compiling proc-macro-error v1.0.4
4202026-08-25T22:37:42.683Z Compiling hashbrown v0.17.0
4212026-08-25T22:37:42.705Z Compiling equivalent v1.0.2
4222026-08-25T22:37:42.795Z Compiling plain v0.2.3
4232026-08-25T22:37:42.817Z Compiling utf8parse v0.2.2
4242026-08-25T22:37:42.904Z Compiling log v0.4.33
4252026-08-25T22:37:42.926Z Compiling getrandom v0.4.3
4262026-08-25T22:37:43.264Z Compiling indexmap v2.14.0
4272026-08-25T22:37:43.301Z Compiling terminal_size v0.4.3
4282026-08-25T22:37:43.317Z Compiling anstyle-parse v1.0.0
4292026-08-25T22:37:43.822Z Compiling anstyle v1.0.14
4302026-08-25T22:37:43.880Z Compiling is_terminal_polyfill v1.70.2
4312026-08-25T22:37:43.967Z Compiling toml_write v0.1.2
4322026-08-25T22:37:43.984Z Compiling cfg-if v1.0.4
4332026-08-25T22:37:44.040Z Compiling colorchoice v1.0.4
4342026-08-25T22:37:44.058Z Compiling thiserror v2.0.18
4352026-08-25T22:37:44.081Z Compiling anstyle-query v1.1.5
4362026-08-25T22:37:44.108Z Compiling autocfg v1.5.0
4372026-08-25T22:37:44.151Z Compiling pretty-hex v0.4.1
4382026-08-25T22:37:44.168Z Compiling winnow v0.7.14
4392026-08-25T22:37:44.188Z Compiling anstream v1.0.0
4402026-08-25T22:37:44.390Z Compiling heck v0.5.0
4412026-08-25T22:37:44.407Z Compiling bytecount v0.6.9
4422026-08-25T22:37:44.491Z Compiling fnv v1.0.7
4432026-08-25T22:37:44.541Z Compiling pest_generator v2.8.6
4442026-08-25T22:37:44.559Z Compiling fs-err v3.3.0
4452026-08-25T22:37:44.576Z Compiling unicode-width v0.1.14
4462026-08-25T22:37:44.596Z Compiling anyhow v1.0.104
4472026-08-25T22:37:44.751Z Compiling heck v0.4.1
4482026-08-25T22:37:44.903Z Compiling once_cell v1.21.3
4492026-08-25T22:37:44.925Z Compiling strsim v0.11.1
4502026-08-25T22:37:44.990Z Compiling fastrand v2.3.0
4512026-08-25T22:37:45.029Z Compiling clap_lex v1.0.0
4522026-08-25T22:37:45.250Z Compiling clap_builder v4.6.0
4532026-08-25T22:37:45.267Z Compiling tempfile v3.27.0
4542026-08-25T22:37:45.283Z Compiling papergrid v0.11.0
4552026-08-25T22:37:45.335Z Compiling semver v1.0.28
4562026-08-25T22:37:45.406Z Compiling cargo-platform v0.3.2
4572026-08-25T22:37:45.579Z Compiling tabled_derive v0.7.0
4582026-08-25T22:37:45.636Z Compiling memmap v0.7.0
4592026-08-25T22:37:45.655Z Compiling smawk v0.3.2
4602026-08-25T22:37:45.676Z Compiling unicode-linebreak v0.1.5
4612026-08-25T22:37:45.712Z Compiling unicode-width v0.2.0
4622026-08-25T22:37:45.791Z Compiling camino-tempfile v1.4.1
4632026-08-25T22:37:45.988Z Compiling textwrap v0.16.2
4642026-08-25T22:37:46.024Z Compiling swrite v0.1.0
4652026-08-25T22:37:46.240Z Compiling serde_derive v1.0.228
4662026-08-25T22:37:46.240Z Compiling thiserror-impl v1.0.69
4672026-08-25T22:37:46.274Z Compiling zerocopy-derive v0.7.35
4682026-08-25T22:37:46.370Z Compiling pest_derive v2.8.6
4692026-08-25T22:37:46.446Z Compiling scroll_derive v0.12.1
4702026-08-25T22:37:46.463Z Compiling thiserror-impl v2.0.18
4712026-08-25T22:37:46.479Z Compiling clap_derive v4.6.1
4722026-08-25T22:37:46.816Z Compiling tabled v0.15.0
4732026-08-25T22:37:47.104Z Compiling scroll v0.12.0
4742026-08-25T22:37:47.150Z Compiling zerocopy v0.7.35
4752026-08-25T22:37:47.381Z Compiling goblin v0.8.2
4762026-08-25T22:37:47.611Z Compiling dtrace-parser v0.2.0
4772026-08-25T22:37:48.227Z Compiling clap v4.6.1
4782026-08-25T22:37:48.972Z Compiling toml_datetime v0.6.11
4792026-08-25T22:37:48.973Z Compiling serde_spanned v0.6.9
4802026-08-25T22:37:48.975Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-08-25T22:37:48.975Z Compiling macaddr v1.0.1
4822026-08-25T22:37:48.975Z Compiling cargo_metadata v0.23.1
4832026-08-25T22:37:49.054Z Compiling dof v0.3.0
4842026-08-25T22:37:49.057Z Compiling serde_tokenstream v0.2.3
4852026-08-25T22:37:49.161Z Compiling toml_edit v0.22.27
4862026-08-25T22:37:49.810Z Compiling usdt-attr-macro v0.5.0
4872026-08-25T22:37:49.827Z Compiling usdt-macro v0.5.0
4882026-08-25T22:37:50.430Z Compiling usdt v0.5.0
4892026-08-25T22:37:50.564Z Compiling toml v0.8.23
4902026-08-25T22:37:50.896Z Compiling cargo_toml v0.21.0
4912026-08-25T22:37:52.165Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-25T22:37:54.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.14s
4932026-08-25T22:37:54.396Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-25T22:37:54.917Z Downloading crates ...
4952026-08-25T22:37:54.960Z Downloaded aead v0.6.1
4962026-08-25T22:37:54.964Z Downloaded addr2line v0.25.1
4972026-08-25T22:37:54.967Z Downloaded bit-set v0.5.3
4982026-08-25T22:37:54.970Z Downloaded atomic-waker v1.1.2
4992026-08-25T22:37:54.973Z Downloaded base16ct v0.2.0
5002026-08-25T22:37:54.973Z Downloaded base16ct v1.0.0
5012026-08-25T22:37:54.982Z Downloaded base64ct v1.8.3
5022026-08-25T22:37:54.985Z Downloaded bit-vec v0.6.3
5032026-08-25T22:37:54.985Z Downloaded async-bb8-diesel v0.2.1
5042026-08-25T22:37:54.989Z Downloaded bitflags v1.3.2
5052026-08-25T22:37:54.992Z Downloaded cexpr v0.6.0
5062026-08-25T22:37:54.992Z Downloaded chacha20 v0.9.1
5072026-08-25T22:37:54.992Z Downloaded cmake v0.1.57
5082026-08-25T22:37:54.995Z Downloaded argon2 v0.5.3
5092026-08-25T22:37:54.996Z Downloaded fd-lock v4.0.4
5102026-08-25T22:37:54.996Z Downloaded ff v0.13.1
5112026-08-25T22:37:54.999Z Downloaded cipher v0.4.4
5122026-08-25T22:37:54.999Z Downloaded colored v3.1.1
5132026-08-25T22:37:54.999Z Downloaded fatfs v0.3.6
5142026-08-25T22:37:55.003Z Downloaded const-oid v0.10.2
5152026-08-25T22:37:55.003Z Downloaded foreign-types v0.3.2
5162026-08-25T22:37:55.003Z Downloaded fixedbitset v0.4.2
5172026-08-25T22:37:55.003Z Downloaded foreign-types-shared v0.1.1
5182026-08-25T22:37:55.003Z Downloaded endian-type v0.1.2
5192026-08-25T22:37:55.007Z Downloaded flagset v0.4.7
5202026-08-25T22:37:55.007Z Downloaded ar_archive_writer v0.5.1
5212026-08-25T22:37:55.007Z Downloaded const-oid v0.9.6
5222026-08-25T22:37:55.007Z Downloaded bb8 v0.8.6
5232026-08-25T22:37:55.008Z Downloaded ff v0.14.0
5242026-08-25T22:37:55.011Z Downloaded find-msvc-tools v0.1.9
5252026-08-25T22:37:55.011Z Downloaded fixedbitset v0.5.7
5262026-08-25T22:37:55.011Z Downloaded form_urlencoded v1.2.2
5272026-08-25T22:37:55.011Z Downloaded foreign-types v0.5.0
5282026-08-25T22:37:55.011Z Downloaded futures-task v0.3.32
5292026-08-25T22:37:55.012Z Downloaded enum-as-inner v0.6.1
5302026-08-25T22:37:55.015Z Downloaded float-ord v0.3.2
5312026-08-25T22:37:55.015Z Downloaded futures-macro v0.3.32
5322026-08-25T22:37:55.015Z Downloaded gethostname v0.5.0
5332026-08-25T22:37:55.015Z Downloaded aead v0.5.2
5342026-08-25T22:37:55.015Z Downloaded async-stream v0.3.6
5352026-08-25T22:37:55.015Z Downloaded bcrypt-pbkdf v0.11.0
5362026-08-25T22:37:55.020Z Downloaded foreign-types-macros v0.2.3
5372026-08-25T22:37:55.020Z Downloaded atty v0.2.14
5382026-08-25T22:37:55.020Z Downloaded allocator-api2 v0.2.21
5392026-08-25T22:37:55.027Z Downloaded fs-err v2.11.0
5402026-08-25T22:37:55.027Z Downloaded futures-sink v0.3.32
5412026-08-25T22:37:55.027Z Downloaded fxhash v0.2.1
5422026-08-25T22:37:55.027Z Downloaded getrandom v0.2.17
5432026-08-25T22:37:55.033Z Downloaded bitfield-struct v0.6.2
5442026-08-25T22:37:55.033Z Downloaded backtrace-ext v0.2.1
5452026-08-25T22:37:55.034Z Downloaded env_filter v2.0.0
5462026-08-25T22:37:55.034Z Downloaded futures-core v0.3.32
5472026-08-25T22:37:55.034Z Downloaded git-stub v1.0.0
5482026-08-25T22:37:55.034Z Downloaded bitfield-macros v0.19.4
5492026-08-25T22:37:55.034Z Downloaded castaway v0.2.4
5502026-08-25T22:37:55.034Z Downloaded array-init v0.0.4
5512026-08-25T22:37:55.034Z Downloaded ascii-canvas v3.0.0
5522026-08-25T22:37:55.043Z Downloaded funty v2.0.0
5532026-08-25T22:37:55.043Z Downloaded float-cmp v0.10.0
5542026-08-25T22:37:55.044Z Downloaded ghash v0.6.0
5552026-08-25T22:37:55.044Z Downloaded arrayref v0.3.9
5562026-08-25T22:37:55.044Z Downloaded async-stream-impl v0.3.6
5572026-08-25T22:37:55.044Z Downloaded async-trait v0.1.89
5582026-08-25T22:37:55.055Z Downloaded bcs v0.1.6
5592026-08-25T22:37:55.055Z Downloaded backon v1.6.0
5602026-08-25T22:37:55.056Z Downloaded futures-io v0.3.32
5612026-08-25T22:37:55.056Z Downloaded enum_dispatch v0.3.13
5622026-08-25T22:37:55.056Z Downloaded adler2 v2.0.1
5632026-08-25T22:37:55.056Z Downloaded assert_matches v1.5.0
5642026-08-25T22:37:55.056Z Downloaded foldhash v0.2.0
5652026-08-25T22:37:55.056Z Downloaded futures-executor v0.3.32
5662026-08-25T22:37:55.056Z Downloaded async-recursion v1.1.1
5672026-08-25T22:37:55.079Z Downloaded hostname v0.4.2
5682026-08-25T22:37:55.079Z Downloaded hubpack_derive v0.1.1
5692026-08-25T22:37:55.079Z Downloaded globwalk v0.9.1
5702026-08-25T22:37:55.080Z Downloaded ciborium-io v0.2.2
5712026-08-25T22:37:55.135Z Downloaded hash32 v0.3.1
5722026-08-25T22:37:55.135Z Downloaded home v0.5.12
5732026-08-25T22:37:55.135Z Downloaded hostname v0.3.1
5742026-08-25T22:37:55.135Z Downloaded block-buffer v0.12.1
5752026-08-25T22:37:55.135Z Downloaded httpdate v1.0.3
5762026-08-25T22:37:55.135Z Downloaded cfg_aliases v0.1.1
5772026-08-25T22:37:55.135Z Downloaded cfg_aliases v0.2.1
5782026-08-25T22:37:55.135Z Downloaded hubpack v0.1.2
5792026-08-25T22:37:55.135Z Downloaded block-padding v0.4.2
5802026-08-25T22:37:55.136Z Downloaded bit-set v0.8.0
5812026-08-25T22:37:55.136Z Downloaded hex v0.4.3
5822026-08-25T22:37:55.136Z Downloaded cobs v0.3.0
5832026-08-25T22:37:55.136Z Downloaded hash32 v0.2.1
5842026-08-25T22:37:55.136Z Downloaded hex-literal v1.1.0
5852026-08-25T22:37:55.136Z Downloaded normalize-line-endings v0.3.0
5862026-08-25T22:37:55.136Z Downloaded headers-core v0.3.0
5872026-08-25T22:37:55.136Z Downloaded nibble_vec v0.1.0
5882026-08-25T22:37:55.136Z Downloaded foreign-types-shared v0.3.1
5892026-08-25T22:37:55.136Z Downloaded nodrop v0.1.14
5902026-08-25T22:37:55.136Z Downloaded atomicwrites v0.4.4
5912026-08-25T22:37:55.136Z Downloaded ciborium-ll v0.2.2
5922026-08-25T22:37:55.136Z Downloaded fs_extra v1.3.0
5932026-08-25T22:37:55.136Z Downloaded git-stub-vcs v0.1.0
5942026-08-25T22:37:55.137Z Downloaded erased-serde v0.3.31
5952026-08-25T22:37:55.137Z Downloaded foldhash v0.1.5
5962026-08-25T22:37:55.137Z Downloaded bit-vec v0.8.0
5972026-08-25T22:37:55.137Z Downloaded camino-tempfile-ext v0.3.3
5982026-08-25T22:37:55.192Z Downloaded phf_shared v0.13.1
5992026-08-25T22:37:55.192Z Downloaded openssl-macros v0.1.1
6002026-08-25T22:37:55.192Z Downloaded openssl-probe v0.1.6
6012026-08-25T22:37:55.192Z Downloaded openssl-probe v0.2.1
6022026-08-25T22:37:55.193Z Downloaded precomputed-hash v0.1.1
6032026-08-25T22:37:55.193Z Downloaded fallible-iterator v0.2.0
6042026-08-25T22:37:55.193Z Downloaded filetime v0.2.27
6052026-08-25T22:37:55.193Z Downloaded rand_xorshift v0.4.0
6062026-08-25T22:37:55.193Z Downloaded rfc6979 v0.4.0
6072026-08-25T22:37:55.193Z Downloaded quick-error v1.2.3
6082026-08-25T22:37:55.193Z Downloaded seq-macro v0.3.6
6092026-08-25T22:37:55.193Z Downloaded progenitor-macro v0.14.0
6102026-08-25T22:37:55.193Z Downloaded radium v0.7.0
6112026-08-25T22:37:55.193Z Downloaded rtoolbox v0.0.3
6122026-08-25T22:37:55.193Z Downloaded bs58 v0.5.1
6132026-08-25T22:37:55.194Z Downloaded cmov v0.5.4
6142026-08-25T22:37:55.194Z Downloaded env_logger v0.11.11
6152026-08-25T22:37:55.194Z Downloaded byte-wrapper v0.1.0
6162026-08-25T22:37:55.194Z Downloaded cassowary v0.3.0
6172026-08-25T22:37:55.194Z Downloaded globset v0.4.18
6182026-08-25T22:37:55.194Z Downloaded http-range v0.1.5
6192026-08-25T22:37:55.194Z Downloaded bitfield v0.19.4
6202026-08-25T22:37:55.194Z Downloaded anstyle-parse v0.2.7
6212026-08-25T22:37:55.194Z Downloaded glob v0.3.3
6222026-08-25T22:37:55.194Z Downloaded cbc v0.2.1
6232026-08-25T22:37:55.194Z Downloaded compression-core v0.4.31
6242026-08-25T22:37:55.194Z Downloaded http-body-util v0.1.3
6252026-08-25T22:37:55.195Z Downloaded blowfish v0.10.0
6262026-08-25T22:37:55.195Z Downloaded cipher v0.5.2
6272026-08-25T22:37:55.195Z Downloaded group v0.14.0
6282026-08-25T22:37:55.195Z Downloaded http-body v1.0.1
6292026-08-25T22:37:55.195Z Downloaded group v0.13.0
6302026-08-25T22:37:55.195Z Downloaded anstream v0.6.21
6312026-08-25T22:37:55.195Z Downloaded backoff v0.4.0
6322026-08-25T22:37:55.195Z Downloaded highway v1.3.0
6332026-08-25T22:37:55.195Z Downloaded compression-codecs v0.4.37
6342026-08-25T22:37:55.195Z Downloaded argon2 v0.6.0-rc.8
6352026-08-25T22:37:55.195Z Downloaded blake2 v0.10.6
6362026-08-25T22:37:55.196Z Downloaded slog-envlogger v2.2.0
6372026-08-25T22:37:55.230Z Downloaded humantime v2.3.0
6382026-08-25T22:37:55.230Z Downloaded stable_deref_trait v1.2.1
6392026-08-25T22:37:55.230Z Downloaded subtle v2.6.1
6402026-08-25T22:37:55.230Z Downloaded paste v1.0.15
6412026-08-25T22:37:55.231Z Downloaded pem-rfc7468 v0.7.0
6422026-08-25T22:37:55.231Z Downloaded num-integer v0.1.46
6432026-08-25T22:37:55.231Z Downloaded num_enum v0.5.11
6442026-08-25T22:37:55.231Z Downloaded password-hash v0.6.1
6452026-08-25T22:37:55.231Z Downloaded num_enum v0.7.6
6462026-08-25T22:37:55.231Z Downloaded phf v0.12.1
6472026-08-25T22:37:55.231Z Downloaded futures v0.3.32
6482026-08-25T22:37:55.231Z Downloaded futures-channel v0.3.32
6492026-08-25T22:37:55.231Z Downloaded httparse v1.10.1
6502026-08-25T22:37:55.231Z Downloaded getrandom v0.3.4
6512026-08-25T22:37:55.231Z Downloaded password-hash v0.5.0
6522026-08-25T22:37:55.231Z Downloaded postgres-protocol v0.6.10
6532026-08-25T22:37:55.231Z Downloaded sec1 v0.7.3
6542026-08-25T22:37:55.232Z Downloaded flume v0.11.1
6552026-08-25T22:37:55.232Z Downloaded pkcs8 v0.10.2
6562026-08-25T22:37:55.232Z Downloaded primeorder v0.14.0
6572026-08-25T22:37:55.232Z Downloaded supports-unicode v3.0.0
6582026-08-25T22:37:55.232Z Downloaded sync-ptr v0.1.4
6592026-08-25T22:37:55.232Z Downloaded testing_table v0.3.0
6602026-08-25T22:37:55.232Z Downloaded tokio-macros v2.7.0
6612026-08-25T22:37:55.232Z Downloaded primefield v0.14.0
6622026-08-25T22:37:55.232Z Downloaded primeorder v0.13.6
6632026-08-25T22:37:55.232Z Downloaded unit-prefix v0.5.2
6642026-08-25T22:37:55.232Z Downloaded void v1.0.2
6652026-08-25T22:37:55.232Z Downloaded want v0.3.1
6662026-08-25T22:37:55.232Z Downloaded rpassword v7.5.4
6672026-08-25T22:37:55.232Z Downloaded serde_path_to_error v0.1.20
6682026-08-25T22:37:55.232Z Downloaded signal-hook-registry v1.4.8
6692026-08-25T22:37:55.232Z Downloaded simd-adler32 v0.3.8
6702026-08-25T22:37:55.232Z Downloaded topological-sort v0.2.2
6712026-08-25T22:37:55.232Z Downloaded typify-macro v0.6.2
6722026-08-25T22:37:55.232Z Downloaded clang-sys v1.8.1
6732026-08-25T22:37:55.232Z Downloaded usdt-attr-macro v0.6.0
6742026-08-25T22:37:55.233Z Downloaded usdt v0.6.0
6752026-08-25T22:37:55.233Z Downloaded buf-list v1.1.2
6762026-08-25T22:37:55.233Z Downloaded blake2 v0.11.0-rc.6
6772026-08-25T22:37:55.233Z Downloaded bzip2 v0.4.4
6782026-08-25T22:37:55.233Z Downloaded console v0.16.2
6792026-08-25T22:37:55.233Z Downloaded zeroize_derive v1.5.0
6802026-08-25T22:37:55.233Z Downloaded convert_case v0.4.0
6812026-08-25T22:37:55.233Z Downloaded hmac v0.12.1
6822026-08-25T22:37:55.233Z Downloaded bzip2 v0.6.1
6832026-08-25T22:37:55.233Z Downloaded ciborium v0.2.2
6842026-08-25T22:37:55.233Z Downloaded serde_tokenstream v0.3.0
6852026-08-25T22:37:55.233Z Downloaded console v0.15.11
6862026-08-25T22:37:55.242Z Downloaded arrayvec v0.7.6
6872026-08-25T22:37:55.242Z Downloaded yoke-derive v0.8.1
6882026-08-25T22:37:55.242Z Downloaded zone_cfg_derive v0.3.1
6892026-08-25T22:37:55.242Z Downloaded hmac v0.13.0
6902026-08-25T22:37:55.242Z Downloaded hyper-rustls v0.27.7
6912026-08-25T22:37:55.242Z Downloaded half v1.8.3
6922026-08-25T22:37:55.242Z Downloaded cancel-safe-futures v0.1.5
6932026-08-25T22:37:55.242Z Downloaded hybrid-array v0.4.13
6942026-08-25T22:37:55.242Z Downloaded crunchy v0.2.4
6952026-08-25T22:37:55.242Z Downloaded slog-term v2.9.2
6962026-08-25T22:37:55.242Z Downloaded spki v0.7.3
6972026-08-25T22:37:55.242Z Downloaded spki v0.8.0
6982026-08-25T22:37:55.243Z Downloaded strum v0.26.3
6992026-08-25T22:37:55.243Z Downloaded crc-catalog v2.4.0
7002026-08-25T22:37:55.243Z Downloaded debug-ignore v1.0.5
7012026-08-25T22:37:55.243Z Downloaded colored v2.2.0
7022026-08-25T22:37:55.243Z Downloaded ahash v0.8.12
7032026-08-25T22:37:55.243Z Downloaded parking_lot_core v0.9.12
7042026-08-25T22:37:55.243Z Downloaded postcard v1.1.3
7052026-08-25T22:37:55.261Z Downloaded flate2 v1.1.9
7062026-08-25T22:37:55.261Z Downloaded string_cache v0.8.9
7072026-08-25T22:37:55.261Z Downloaded stringprep v0.1.5
7082026-08-25T22:37:55.261Z Downloaded thread_local v1.1.9
7092026-08-25T22:37:55.261Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7102026-08-25T22:37:55.261Z Downloaded difflib v0.4.0
7112026-08-25T22:37:55.261Z Downloaded dof v0.4.0
7122026-08-25T22:37:55.261Z Downloaded downcast-rs v2.0.2
7132026-08-25T22:37:55.261Z Downloaded dtrace-parser v0.3.0
7142026-08-25T22:37:55.283Z Downloaded embedded-io v0.6.1
7152026-08-25T22:37:55.284Z Downloaded idna_adapter v1.2.1
7162026-08-25T22:37:55.284Z Downloaded tui-tree-widget v0.23.1
7172026-08-25T22:37:55.284Z Downloaded tls_codec v0.4.2
7182026-08-25T22:37:55.284Z Downloaded toml_writer v1.1.1+spec-1.1.0
7192026-08-25T22:37:55.284Z Downloaded elliptic-curve v0.14.1
7202026-08-25T22:37:55.284Z Downloaded instant v0.1.13
7212026-08-25T22:37:55.284Z Downloaded lalrpop-util v0.19.12
7222026-08-25T22:37:55.284Z Downloaded omicron-zone-package v0.12.3
7232026-08-25T22:37:55.284Z Downloaded indoc v1.0.9
7242026-08-25T22:37:55.284Z Downloaded multimap v0.10.1
7252026-08-25T22:37:55.284Z Downloaded managed v0.8.0
7262026-08-25T22:37:55.326Z Downloaded wyz v0.5.1
7272026-08-25T22:37:55.326Z Downloaded oxide-update-engine-types v0.1.2
7282026-08-25T22:37:55.326Z Downloaded generic-array v1.4.3
7292026-08-25T22:37:55.326Z Downloaded lzss v0.8.2
7302026-08-25T22:37:55.326Z Downloaded olpc-cjson v0.1.4
7312026-08-25T22:37:55.326Z Downloaded oso-derive v0.27.3
7322026-08-25T22:37:55.327Z Downloaded corncobs v0.1.4
7332026-08-25T22:37:55.327Z Downloaded term v1.2.1
7342026-08-25T22:37:55.327Z Downloaded serde_with_macros v1.5.2
7352026-08-25T22:37:55.327Z Downloaded serde_with_macros v3.21.0
7362026-08-25T22:37:55.327Z Downloaded new_debug_unreachable v1.0.6
7372026-08-25T22:37:55.327Z Downloaded defmt-macros v1.0.1
7382026-08-25T22:37:55.327Z Downloaded csv-core v0.1.13
7392026-08-25T22:37:55.327Z Downloaded num-iter v0.1.45
7402026-08-25T22:37:55.327Z Downloaded packed_struct_codegen v0.10.1
7412026-08-25T22:37:55.327Z Downloaded potential_utf v0.1.4
7422026-08-25T22:37:55.342Z Downloaded papergrid v0.18.0
7432026-08-25T22:37:55.342Z Downloaded peg-runtime v0.8.5
7442026-08-25T22:37:55.342Z Downloaded pin-project v1.1.11
7452026-08-25T22:37:55.342Z Downloaded digest v0.11.3
7462026-08-25T22:37:55.342Z Downloaded rustls-platform-verifier v0.6.2
7472026-08-25T22:37:55.342Z Downloaded ctr v0.10.1
7482026-08-25T22:37:55.342Z Downloaded progenitor-macro v0.13.0
7492026-08-25T22:37:55.342Z Downloaded tracing-attributes v0.1.31
7502026-08-25T22:37:55.342Z Downloaded ref-cast v1.0.25
7512026-08-25T22:37:55.342Z Downloaded scheduled-thread-pool v0.2.7
7522026-08-25T22:37:55.342Z Downloaded scopeguard v1.2.0
7532026-08-25T22:37:55.342Z Downloaded sapling-renderdag v0.1.0
7542026-08-25T22:37:55.343Z Downloaded signal-hook-mio v0.2.5
7552026-08-25T22:37:55.343Z Downloaded serde_urlencoded v0.7.1
7562026-08-25T22:37:55.343Z Downloaded diesel-dtrace v0.5.0
7572026-08-25T22:37:55.343Z Downloaded ingot-types v0.2.0
7582026-08-25T22:37:55.357Z Downloaded schemars v0.8.22
7592026-08-25T22:37:55.358Z Downloaded base64 v0.22.1
7602026-08-25T22:37:55.358Z Downloaded bytes v1.11.1
7612026-08-25T22:37:55.358Z Downloaded chacha20poly1305 v0.10.1
7622026-08-25T22:37:55.358Z Downloaded vergen v9.1.0
7632026-08-25T22:37:55.358Z Downloaded impl-trait-for-tuples v0.2.3
7642026-08-25T22:37:55.369Z Downloaded libloading v0.8.9
7652026-08-25T22:37:55.370Z Downloaded sigpipe v0.1.3
7662026-08-25T22:37:55.370Z Downloaded lock_api v0.4.14
7672026-08-25T22:37:55.370Z Downloaded chumsky v0.9.3
7682026-08-25T22:37:55.370Z Downloaded bumpalo v3.20.2
7692026-08-25T22:37:55.370Z Downloaded base64 v0.21.7
7702026-08-25T22:37:55.370Z Downloaded num-rational v0.4.2
7712026-08-25T22:37:55.370Z Downloaded memoffset v0.9.1
7722026-08-25T22:37:55.382Z Downloaded headers v0.4.1
7732026-08-25T22:37:55.382Z Downloaded heapless v0.8.0
7742026-08-25T22:37:55.382Z Downloaded slog v2.8.2
7752026-08-25T22:37:55.382Z Downloaded aws-lc-rs v1.16.3
7762026-08-25T22:37:55.396Z Downloaded nanorand v0.7.0
7772026-08-25T22:37:55.396Z Downloaded native-tls v0.2.18
7782026-08-25T22:37:55.396Z Downloaded strip-ansi-escapes v0.2.1
7792026-08-25T22:37:55.396Z Downloaded phc v0.6.1
7802026-08-25T22:37:55.396Z Downloaded oxnet v0.1.6
7812026-08-25T22:37:55.396Z Downloaded pkcs5 v0.8.1
7822026-08-25T22:37:55.396Z Downloaded crossbeam-utils v0.8.21
7832026-08-25T22:37:55.396Z Downloaded half v2.7.1
7842026-08-25T22:37:55.396Z Downloaded derive_builder v0.20.2
7852026-08-25T22:37:55.410Z Downloaded derive_builder_core v0.20.2
7862026-08-25T22:37:55.410Z Downloaded openssl-sys v0.9.117
7872026-08-25T22:37:55.410Z Downloaded peg-macros v0.8.5
7882026-08-25T22:37:55.410Z Downloaded time-core v0.1.8
7892026-08-25T22:37:55.410Z Downloaded tinyvec_macros v0.1.1
7902026-08-25T22:37:55.410Z Downloaded tower-layer v0.3.3
7912026-08-25T22:37:55.411Z Downloaded unicode-truncate v1.1.0
7922026-08-25T22:37:55.411Z Downloaded proc-macro-error2 v2.0.1
7932026-08-25T22:37:55.411Z Downloaded pin-project-internal v1.1.11
7942026-08-25T22:37:55.429Z Downloaded progenitor v0.13.0
7952026-08-25T22:37:55.429Z Downloaded recursive-proc-macro-impl v0.1.1
7962026-08-25T22:37:55.429Z Downloaded resolv-conf v0.7.6
7972026-08-25T22:37:55.429Z Downloaded rand_core v0.10.0
7982026-08-25T22:37:55.429Z Downloaded trait-variant v0.1.2
7992026-08-25T22:37:55.429Z Downloaded usdt-macro v0.6.0
8002026-08-25T22:37:55.429Z Downloaded cpubits v0.1.1
8012026-08-25T22:37:55.429Z Downloaded prettyplease v0.2.37
8022026-08-25T22:37:55.430Z Downloaded wait-timeout v0.2.1
8032026-08-25T22:37:55.430Z Downloaded zerofrom-derive v0.1.6
8042026-08-25T22:37:55.430Z Downloaded ecdsa v0.17.0
8052026-08-25T22:37:55.430Z Downloaded backtrace v0.3.76
8062026-08-25T22:37:55.430Z Downloaded arc-swap v1.8.2
8072026-08-25T22:37:55.430Z Downloaded tungstenite v0.21.0
8082026-08-25T22:37:55.430Z Downloaded ipnetwork v0.21.1
8092026-08-25T22:37:55.430Z Downloaded mime_guess v2.0.5
8102026-08-25T22:37:55.449Z Downloaded scuffle v0.1.0
8112026-08-25T22:37:55.449Z Downloaded schemars_derive v0.8.22
8122026-08-25T22:37:55.449Z Downloaded crc v3.4.0
8132026-08-25T22:37:55.450Z Downloaded serdect v0.4.3
8142026-08-25T22:37:55.450Z Downloaded aes-gcm v0.11.0
8152026-08-25T22:37:55.450Z Downloaded chacha20 v0.10.0
8162026-08-25T22:37:55.450Z Downloaded cpufeatures v0.3.0
8172026-08-25T22:37:55.450Z Downloaded slog-dtrace v0.3.0
8182026-08-25T22:37:55.450Z Downloaded strum_macros v0.27.2
8192026-08-25T22:37:55.450Z Downloaded support-bundle-viewer v0.1.2
8202026-08-25T22:37:55.450Z Downloaded snafu-derive v0.8.9
8212026-08-25T22:37:55.450Z Downloaded sqlformat v0.3.5
8222026-08-25T22:37:55.450Z Downloaded dirs-next v2.0.0
8232026-08-25T22:37:55.461Z Downloaded dropshot-api-manager-types v0.8.0
8242026-08-25T22:37:55.462Z Downloaded heapless v0.7.17
8252026-08-25T22:37:55.462Z Downloaded slog-json v2.6.1
8262026-08-25T22:37:55.462Z Downloaded hickory-resolver v0.25.2
8272026-08-25T22:37:55.462Z Downloaded packed_struct v0.10.1
8282026-08-25T22:37:55.462Z Downloaded poly1305 v0.9.0
8292026-08-25T22:37:55.462Z Downloaded dyn-clone v1.0.20
8302026-08-25T22:37:55.462Z Downloaded expectorate v1.2.0
8312026-08-25T22:37:55.462Z Downloaded is-terminal v0.4.17
8322026-08-25T22:37:55.480Z Downloaded keccak v0.1.6
8332026-08-25T22:37:55.480Z Downloaded crc-any v2.5.0
8342026-08-25T22:37:55.480Z Downloaded illumos-nvpair v0.3.0
8352026-08-25T22:37:55.480Z Downloaded socket2 v0.5.10
8362026-08-25T22:37:55.480Z Downloaded postgres-types v0.2.12
8372026-08-25T22:37:55.480Z Downloaded pkcs8 v0.11.0
8382026-08-25T22:37:55.480Z Downloaded russh-cryptovec v0.62.0
8392026-08-25T22:37:55.480Z Downloaded tokio-rustls v0.26.4
8402026-08-25T22:37:55.481Z Downloaded whoami v2.1.0
8412026-08-25T22:37:55.490Z Downloaded xshell v0.2.7
8422026-08-25T22:37:55.490Z Downloaded kstat-rs v0.2.5
8432026-08-25T22:37:55.490Z Downloaded usdt-impl v0.6.0
8442026-08-25T22:37:55.490Z Downloaded lru-cache v0.1.2
8452026-08-25T22:37:55.491Z Downloaded rustls-pki-types v1.14.0
8462026-08-25T22:37:55.491Z Downloaded lru v0.12.5
8472026-08-25T22:37:55.491Z Downloaded rsa v0.9.10
8482026-08-25T22:37:55.491Z Downloaded samael v0.0.19
8492026-08-25T22:37:55.491Z Downloaded schemars v0.9.0
8502026-08-25T22:37:55.504Z Downloaded constant_time_eq v0.4.2
8512026-08-25T22:37:55.504Z Downloaded cc v1.2.56
8522026-08-25T22:37:55.504Z Downloaded compact_str v0.8.1
8532026-08-25T22:37:55.504Z Downloaded async-compression v0.4.41
8542026-08-25T22:37:55.536Z Downloaded zstd v0.13.3
8552026-08-25T22:37:55.536Z Downloaded num-conv v0.2.0
8562026-08-25T22:37:55.536Z Downloaded num-derive v0.4.2
8572026-08-25T22:37:55.536Z Downloaded powerfmt v0.2.0
8582026-08-25T22:37:55.536Z Downloaded predicates-core v1.0.10
8592026-08-25T22:37:55.536Z Downloaded data-encoding v2.10.0
8602026-08-25T22:37:55.536Z Downloaded hickory-resolver v0.24.4
8612026-08-25T22:37:55.536Z Downloaded daft v0.1.8
8622026-08-25T22:37:55.536Z Downloaded ctutils v0.4.2
8632026-08-25T22:37:55.537Z Downloaded hashbrown v0.12.3
8642026-08-25T22:37:55.537Z Downloaded oso v0.27.3
8652026-08-25T22:37:55.537Z Downloaded delegate v0.13.5
8662026-08-25T22:37:55.537Z Downloaded document-features v0.2.12
8672026-08-25T22:37:55.537Z Downloaded recursive v0.1.1
8682026-08-25T22:37:55.545Z Downloaded toml_parser v1.1.2+spec-1.1.0
8692026-08-25T22:37:55.546Z Downloaded either v1.15.0
8702026-08-25T22:37:55.546Z Downloaded hickory-server v0.25.2
8712026-08-25T22:37:55.546Z Downloaded http v1.4.2
8722026-08-25T22:37:55.546Z Downloaded same-file v1.0.6
8732026-08-25T22:37:55.546Z Downloaded siphasher v1.0.2
8742026-08-25T22:37:55.546Z Downloaded secrecy v0.8.0
8752026-08-25T22:37:55.546Z Downloaded sha1 v0.10.6
8762026-08-25T22:37:55.546Z Downloaded darling_core v0.20.11
8772026-08-25T22:37:55.547Z Downloaded libefi-sys v0.1.0
8782026-08-25T22:37:55.547Z Downloaded darling_core v0.21.3
8792026-08-25T22:37:55.572Z Downloaded icu_normalizer v2.1.1
8802026-08-25T22:37:55.572Z Downloaded miette-derive v7.6.0
8812026-08-25T22:37:55.572Z Downloaded vergen-lib v0.1.6
8822026-08-25T22:37:55.572Z Downloaded tabwriter v1.4.1
8832026-08-25T22:37:55.572Z Downloaded tagptr v0.2.0
8842026-08-25T22:37:55.572Z Downloaded icu_normalizer_data v2.1.1
8852026-08-25T22:37:55.572Z Downloaded thread-id v5.1.0
8862026-08-25T22:37:55.572Z Downloaded tower-service v0.3.3
8872026-08-25T22:37:55.572Z Downloaded universal-hash v0.6.1
8882026-08-25T22:37:55.589Z Downloaded rsa v0.10.0-rc.18
8892026-08-25T22:37:55.589Z Downloaded ryu v1.0.23
8902026-08-25T22:37:55.589Z Downloaded zerotrie v0.2.3
8912026-08-25T22:37:55.589Z Downloaded module-lattice v0.2.3
8922026-08-25T22:37:55.589Z Downloaded num-complex v0.4.6
8932026-08-25T22:37:55.589Z Downloaded owo-colors v4.3.0
8942026-08-25T22:37:55.590Z Downloaded oxide-generation v0.1.3
8952026-08-25T22:37:55.590Z Downloaded parking_lot_core v0.8.6
8962026-08-25T22:37:55.590Z Downloaded pbkdf2 v0.13.0
8972026-08-25T22:37:55.590Z Downloaded peg v0.8.5
8982026-08-25T22:37:55.590Z Downloaded pem v3.0.6
8992026-08-25T22:37:55.590Z Downloaded pem-rfc7468 v1.0.0
9002026-08-25T22:37:55.590Z Downloaded poly1305 v0.8.0
9012026-08-25T22:37:55.619Z Downloaded try-lock v0.2.5
9022026-08-25T22:37:55.619Z Downloaded aes v0.9.1
9032026-08-25T22:37:55.620Z Downloaded knus v3.4.0
9042026-08-25T22:37:55.620Z Downloaded darling v0.21.3
9052026-08-25T22:37:55.620Z Downloaded proc-macro-error-attr2 v2.0.0
9062026-08-25T22:37:55.620Z Downloaded xattr v1.6.1
9072026-08-25T22:37:55.620Z Downloaded curve25519-dalek-derive v0.1.1
9082026-08-25T22:37:55.620Z Downloaded darling v0.23.0
9092026-08-25T22:37:55.620Z Downloaded psm v0.1.30
9102026-08-25T22:37:55.620Z Downloaded rand_chacha v0.9.0
9112026-08-25T22:37:55.620Z Downloaded rustc-demangle v0.1.27
9122026-08-25T22:37:55.620Z Downloaded subprocess v0.2.15
9132026-08-25T22:37:55.620Z Downloaded crypto-bigint v0.5.5
9142026-08-25T22:37:55.620Z Downloaded progenitor-extras v0.2.0
9152026-08-25T22:37:55.621Z Downloaded ingot-macros v0.2.0
9162026-08-25T22:37:55.621Z Downloaded test-strategy v0.4.5
9172026-08-25T22:37:55.621Z Downloaded serde_derive_internals v0.29.1
9182026-08-25T22:37:55.621Z Downloaded strum v0.27.2
9192026-08-25T22:37:55.621Z Downloaded rand_seeder v0.4.0
9202026-08-25T22:37:55.621Z Downloaded defmt-parser v1.0.0
9212026-08-25T22:37:55.621Z Downloaded inout v0.2.2
9222026-08-25T22:37:55.621Z Downloaded tinyvec v1.10.0
9232026-08-25T22:37:55.621Z Downloaded toml v0.7.8
9242026-08-25T22:37:55.621Z Downloaded unsafe-libyaml v0.2.11
9252026-08-25T22:37:55.648Z Downloaded strum_macros v0.24.3
9262026-08-25T22:37:55.648Z Downloaded ssh-cipher v0.3.0
9272026-08-25T22:37:55.648Z Downloaded ssh-encoding v0.3.0
9282026-08-25T22:37:55.648Z Downloaded thiserror-no-std v2.0.2
9292026-08-25T22:37:55.648Z Downloaded typify v0.6.2
9302026-08-25T22:37:55.648Z Downloaded unicode_categories v0.1.1
9312026-08-25T22:37:55.648Z Downloaded kem v0.3.0
9322026-08-25T22:37:55.649Z Downloaded x509-cert v0.2.5
9332026-08-25T22:37:55.649Z Downloaded tokio-tungstenite v0.23.1
9342026-08-25T22:37:55.649Z Downloaded linked-hash-map v0.5.6
9352026-08-25T22:37:55.649Z Downloaded md-5 v0.10.6
9362026-08-25T22:37:55.649Z Downloaded nonempty v0.12.0
9372026-08-25T22:37:55.649Z Downloaded rand v0.8.6
9382026-08-25T22:37:55.666Z Downloaded mime v0.3.17
9392026-08-25T22:37:55.666Z Downloaded walkdir v2.5.0
9402026-08-25T22:37:55.667Z Downloaded uzers v0.12.2
9412026-08-25T22:37:55.667Z Downloaded newtype-uuid-macros v0.1.0
9422026-08-25T22:37:55.667Z Downloaded num_enum_derive v0.5.11
9432026-08-25T22:37:55.667Z Downloaded oxide-generation-macros v0.2.0
9442026-08-25T22:37:55.667Z Downloaded hashbrown v0.13.2
9452026-08-25T22:37:55.667Z Downloaded writeable v0.6.2
9462026-08-25T22:37:55.667Z Downloaded percent-encoding v2.3.2
9472026-08-25T22:37:55.667Z Downloaded proc-macro-crate v3.4.0
9482026-08-25T22:37:55.667Z Downloaded quinn-udp v0.5.14
9492026-08-25T22:37:55.667Z Downloaded rustc-hash v2.1.1
9502026-08-25T22:37:55.685Z Downloaded phf_shared v0.11.3
9512026-08-25T22:37:55.686Z Downloaded tar v0.4.46
9522026-08-25T22:37:55.686Z Downloaded ignore v0.4.25
9532026-08-25T22:37:55.686Z Downloaded sec1 v0.8.1
9542026-08-25T22:37:55.686Z Downloaded dsl_auto_type v0.2.0
9552026-08-25T22:37:55.686Z Downloaded serde_bytes v0.11.19
9562026-08-25T22:37:55.704Z Downloaded num-bigint-dig v0.8.6
9572026-08-25T22:37:55.706Z Downloaded icu_provider v2.1.1
9582026-08-25T22:37:55.707Z Downloaded pretty_assertions v1.4.1
9592026-08-25T22:37:55.707Z Downloaded qorb v0.4.1
9602026-08-25T22:37:55.707Z Downloaded ml-kem v0.3.2
9612026-08-25T22:37:55.707Z Downloaded schemars v1.2.1
9622026-08-25T22:37:55.730Z Downloaded smallvec v1.15.1
9632026-08-25T22:37:55.730Z Downloaded universal-hash v0.5.1
9642026-08-25T22:37:55.730Z Downloaded hyper-staticfile v0.10.1
9652026-08-25T22:37:55.730Z Downloaded utf-8 v0.7.6
9662026-08-25T22:37:55.730Z Downloaded waitgroup v0.1.2
9672026-08-25T22:37:55.730Z Downloaded zerofrom v0.1.6
9682026-08-25T22:37:55.730Z Downloaded secrecy v0.10.3
9692026-08-25T22:37:55.730Z Downloaded signature v2.2.0
9702026-08-25T22:37:55.731Z Downloaded shell-words v1.1.1
9712026-08-25T22:37:55.731Z Downloaded signal-hook-tokio v0.3.1
9722026-08-25T22:37:55.731Z Downloaded signature v3.0.0
9732026-08-25T22:37:55.731Z Downloaded linear-map v1.2.0
9742026-08-25T22:37:55.731Z Downloaded zone v0.3.1
9752026-08-25T22:37:55.731Z Downloaded multer v3.1.0
9762026-08-25T22:37:55.731Z Downloaded darling_macro v0.23.0
9772026-08-25T22:37:55.731Z Downloaded dirs-sys-next v0.1.2
9782026-08-25T22:37:55.768Z Downloaded zerocopy-derive v0.8.55
9792026-08-25T22:37:55.768Z Downloaded zerocopy v0.6.6
9802026-08-25T22:37:55.768Z Downloaded hashbrown v0.14.5
9812026-08-25T22:37:55.768Z Downloaded hashbrown v0.15.5
9822026-08-25T22:37:55.768Z Downloaded phf v0.13.1
9832026-08-25T22:37:55.768Z Downloaded defmt v0.3.100
9842026-08-25T22:37:55.768Z Downloaded predicates v3.1.4
9852026-08-25T22:37:55.768Z Downloaded progenitor v0.14.0
9862026-08-25T22:37:55.768Z Downloaded dunce v1.0.5
9872026-08-25T22:37:55.768Z Downloaded libscf-sys v1.2.0
9882026-08-25T22:37:55.769Z Downloaded signal-hook v0.3.18
9892026-08-25T22:37:55.769Z Downloaded similar v2.7.0
9902026-08-25T22:37:55.769Z Downloaded polyval v0.7.1
9912026-08-25T22:37:55.769Z Downloaded serde-hex v0.1.0
9922026-08-25T22:37:55.786Z Downloaded ipnet v2.12.0
9932026-08-25T22:37:55.786Z Downloaded reedline v0.40.0
9942026-08-25T22:37:55.786Z Downloaded rustls-pemfile v2.2.0
9952026-08-25T22:37:55.787Z Downloaded ed25519-dalek v3.0.0
9962026-08-25T22:37:55.787Z Downloaded rustyline v14.0.0
9972026-08-25T22:37:55.787Z Downloaded tiny-keccak v2.0.2
9982026-08-25T22:37:55.787Z Downloaded instability v0.3.11
9992026-08-25T22:37:55.788Z Downloaded md5 v0.8.0
10002026-08-25T22:37:55.788Z Downloaded unicase v2.9.0
10012026-08-25T22:37:55.788Z Downloaded toml v1.1.2+spec-1.1.0
10022026-08-25T22:37:55.788Z Downloaded static_assertions v1.1.0
10032026-08-25T22:37:55.788Z Downloaded time-macros v0.2.27
10042026-08-25T22:37:55.788Z Downloaded rand v0.9.2
10052026-08-25T22:37:55.788Z Downloaded socket2 v0.6.3
10062026-08-25T22:37:55.788Z Downloaded ed25519 v3.0.0
10072026-08-25T22:37:55.799Z Downloaded shlex v1.3.0
10082026-08-25T22:37:55.799Z Downloaded const_format_proc_macros v0.2.34
10092026-08-25T22:37:55.799Z Downloaded tokio-tungstenite v0.21.0
10102026-08-25T22:37:55.799Z Downloaded vergen-lib v9.1.0
10112026-08-25T22:37:55.799Z Downloaded rustc_version v0.4.1
10122026-08-25T22:37:55.799Z Downloaded sha1 v0.11.0
10132026-08-25T22:37:55.800Z Downloaded convert_case v0.10.0
10142026-08-25T22:37:55.800Z Downloaded unicode-bidi v0.3.18
10152026-08-25T22:37:55.800Z Downloaded uuid v1.23.4
10162026-08-25T22:37:55.800Z Downloaded critical-section v1.2.0
10172026-08-25T22:37:55.800Z Downloaded itertools v0.10.5
10182026-08-25T22:37:55.800Z Downloaded num-bigint v0.4.6
10192026-08-25T22:37:55.822Z Downloaded mio v1.2.0
10202026-08-25T22:37:55.822Z Downloaded defmt v1.0.1
10212026-08-25T22:37:55.822Z Downloaded serde_repr v0.1.20
10222026-08-25T22:37:55.822Z Downloaded tokio-test v0.4.5
10232026-08-25T22:37:55.822Z Downloaded keccak v0.2.0
10242026-08-25T22:37:55.822Z Downloaded hyper v1.10.1
10252026-08-25T22:37:55.852Z Downloaded steno v0.4.1
10262026-08-25T22:37:55.853Z Downloaded ed25519-dalek v2.2.0
10272026-08-25T22:37:55.853Z Downloaded hashbrown v0.16.1
10282026-08-25T22:37:55.853Z Downloaded derive_more v2.1.1
10292026-08-25T22:37:55.853Z Downloaded p521 v0.14.0
10302026-08-25T22:37:55.853Z Downloaded derive-where v1.6.0
10312026-08-25T22:37:55.853Z Downloaded drift v0.2.0
10322026-08-25T22:37:55.853Z Downloaded newtype-uuid v1.3.2
10332026-08-25T22:37:55.853Z Downloaded stacker v0.1.23
10342026-08-25T22:37:55.853Z Downloaded strsim v0.10.0
10352026-08-25T22:37:55.853Z Downloaded sqlparser_derive v0.5.0
10362026-08-25T22:37:55.853Z Downloaded structmeta v0.3.0
10372026-08-25T22:37:55.853Z Downloaded port-file v0.1.0
10382026-08-25T22:37:55.853Z Downloaded hyper-util v0.1.20
10392026-08-25T22:37:55.868Z Downloaded cookie v0.18.1
10402026-08-25T22:37:55.868Z Downloaded darling_core v0.13.4
10412026-08-25T22:37:55.868Z Downloaded diesel_table_macro_syntax v0.3.0
10422026-08-25T22:37:55.869Z Downloaded libsw v3.5.0
10432026-08-25T22:37:55.869Z Downloaded maybe-uninit v2.0.0
10442026-08-25T22:37:55.869Z Downloaded num_enum_derive v0.7.6
10452026-08-25T22:37:55.869Z Downloaded illumos-nvpair-sys v0.2.0
10462026-08-25T22:37:55.869Z Downloaded oxide-tokio-rt v0.1.4
10472026-08-25T22:37:55.869Z Downloaded pin-project-lite v0.2.17
10482026-08-25T22:37:55.869Z Downloaded der v0.8.0
10492026-08-25T22:37:55.869Z Downloaded libbz2-rs-sys v0.2.2
10502026-08-25T22:37:55.869Z Downloaded sha2 v0.11.0
10512026-08-25T22:37:55.869Z Downloaded futures-util v0.3.32
10522026-08-25T22:37:55.869Z Downloaded maplit v1.0.2
10532026-08-25T22:37:55.869Z Downloaded match_cfg v0.1.0
10542026-08-25T22:37:55.870Z Downloaded num_threads v0.1.7
10552026-08-25T22:37:55.870Z Downloaded icu_properties v2.1.2
10562026-08-25T22:37:55.884Z Downloaded scrypt v0.12.0
10572026-08-25T22:37:55.885Z Downloaded slog-scope v4.4.1
10582026-08-25T22:37:55.885Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10592026-08-25T22:37:55.885Z Downloaded predicates-tree v1.0.13
10602026-08-25T22:37:55.885Z Downloaded serde_spanned v1.1.1
10612026-08-25T22:37:55.885Z Downloaded zip v0.6.6
10622026-08-25T22:37:55.902Z Downloaded aho-corasick v1.1.4
10632026-08-25T22:37:55.903Z Downloaded icu_collections v2.1.1
10642026-08-25T22:37:55.903Z Downloaded rand_chacha v0.3.1
10652026-08-25T22:37:55.903Z Downloaded ref-cast-impl v1.0.25
10662026-08-25T22:37:55.903Z Downloaded tap v1.0.1
10672026-08-25T22:37:55.903Z Downloaded darling v0.13.4
10682026-08-25T22:37:55.903Z Downloaded semver v0.1.20
10692026-08-25T22:37:55.903Z Downloaded sync_wrapper v1.0.2
10702026-08-25T22:37:55.903Z Downloaded der v0.7.10
10712026-08-25T22:37:55.903Z Downloaded hkdf v0.13.0
10722026-08-25T22:37:55.903Z Downloaded derive_more-impl v2.1.1
10732026-08-25T22:37:55.903Z Downloaded hkdf v0.12.4
10742026-08-25T22:37:55.903Z Downloaded indicatif v0.18.4
10752026-08-25T22:37:55.914Z Downloaded typed-path v0.9.3
10762026-08-25T22:37:55.914Z Downloaded tinystr v0.8.2
10772026-08-25T22:37:55.914Z Downloaded whoami v1.6.1
10782026-08-25T22:37:55.914Z Downloaded vsss-rs v3.3.4
10792026-08-25T22:37:55.914Z Downloaded tokio-postgres v0.7.16
10802026-08-25T22:37:55.914Z Downloaded unarray v0.1.4
10812026-08-25T22:37:55.914Z Downloaded displaydoc v0.2.5
10822026-08-25T22:37:55.930Z Downloaded inout v0.1.4
10832026-08-25T22:37:55.930Z Downloaded ingot v0.2.1
10842026-08-25T22:37:55.930Z Downloaded crc8 v0.1.1
10852026-08-25T22:37:55.930Z Downloaded darling_core v0.23.0
10862026-08-25T22:37:55.930Z Downloaded ident_case v1.0.1
10872026-08-25T22:37:55.930Z Downloaded hyper-tls v0.6.0
10882026-08-25T22:37:55.930Z Downloaded zstd-safe v7.2.4
10892026-08-25T22:37:55.943Z Downloaded ppv-lite86 v0.2.21
10902026-08-25T22:37:55.943Z Downloaded newtype_derive v0.1.6
10912026-08-25T22:37:55.943Z Downloaded internal-russh-num-bigint v0.5.0
10922026-08-25T22:37:55.943Z Downloaded p384 v0.14.0
10932026-08-25T22:37:55.943Z Downloaded path-slash v0.1.5
10942026-08-25T22:37:55.943Z Downloaded zip v4.6.1
10952026-08-25T22:37:55.944Z Downloaded salsa20 v0.11.0
10962026-08-25T22:37:55.944Z Downloaded itertools v0.13.0
10972026-08-25T22:37:55.944Z Downloaded rand_core v0.9.5
10982026-08-25T22:37:55.944Z Downloaded term v0.7.0
10992026-08-25T22:37:55.956Z Downloaded libsw-core v0.3.2
11002026-08-25T22:37:55.956Z Downloaded pkg-config v0.3.32
11012026-08-25T22:37:55.956Z Downloaded rustversion v1.0.22
11022026-08-25T22:37:55.956Z Downloaded rustls-webpki v0.103.13
11032026-08-25T22:37:55.956Z Downloaded indexmap v1.9.3
11042026-08-25T22:37:55.956Z Downloaded slog-bunyan v2.5.0
11052026-08-25T22:37:55.956Z Downloaded thiserror-impl-no-std v2.0.2
11062026-08-25T22:37:55.956Z Downloaded tokio-util v0.7.18
11072026-08-25T22:37:55.963Z Downloaded tokio-stream v0.1.18
11082026-08-25T22:37:55.963Z Downloaded winnow v0.6.26
11092026-08-25T22:37:55.963Z Downloaded p256 v0.14.0
11102026-08-25T22:37:55.976Z Downloaded crossbeam-epoch v0.9.18
11112026-08-25T22:37:55.976Z Downloaded cstr-argument v0.1.2
11122026-08-25T22:37:55.976Z Downloaded daft-derive v0.1.8
11132026-08-25T22:37:55.976Z Downloaded indent_write v2.2.0
11142026-08-25T22:37:55.976Z Downloaded embedded-io v0.4.0
11152026-08-25T22:37:55.976Z Downloaded oxide-update-engine-display v0.1.2
11162026-08-25T22:37:55.976Z Downloaded slog-async v2.8.0
11172026-08-25T22:37:55.976Z Downloaded derive-ex v0.1.8
11182026-08-25T22:37:55.976Z Downloaded vergen-gitcl v1.0.8
11192026-08-25T22:37:55.990Z Downloaded termtree v0.5.1
11202026-08-25T22:37:55.990Z Downloaded wnaf v0.14.0
11212026-08-25T22:37:55.990Z Downloaded vergen-git2 v9.1.0
11222026-08-25T22:37:55.991Z Downloaded zeroize v1.9.0
11232026-08-25T22:37:55.991Z Downloaded darling_macro v0.21.3
11242026-08-25T22:37:55.991Z Downloaded h2 v0.4.15
11252026-08-25T22:37:55.991Z Downloaded prefix-trie v0.7.0
11262026-08-25T22:37:55.991Z Downloaded progenitor-impl v0.14.0
11272026-08-25T22:37:55.991Z Downloaded dropshot_endpoint v0.17.1
11282026-08-25T22:37:56.014Z Downloaded der_derive v0.7.3
11292026-08-25T22:37:56.014Z Downloaded ed25519 v2.2.3
11302026-08-25T22:37:56.014Z Downloaded parse-size v1.1.0
11312026-08-25T22:37:56.014Z Downloaded smf v0.2.3
11322026-08-25T22:37:56.014Z Downloaded phf_shared v0.12.1
11332026-08-25T22:37:56.015Z Downloaded rustc_version v0.1.7
11342026-08-25T22:37:56.015Z Downloaded lazy_static v1.5.0
11352026-08-25T22:37:56.015Z Downloaded deranged v0.5.8
11362026-08-25T22:37:56.015Z Downloaded parse-display-derive v0.10.0
11372026-08-25T22:37:56.015Z Downloaded structmeta-derive v0.3.0
11382026-08-25T22:37:56.015Z Downloaded ecdsa v0.16.9
11392026-08-25T22:37:56.015Z Downloaded jobserver v0.1.34
11402026-08-25T22:37:56.015Z Downloaded itertools v0.12.1
11412026-08-25T22:37:56.015Z Downloaded serde-big-array v0.5.1
11422026-08-25T22:37:56.015Z Downloaded scroll v0.13.0
11432026-08-25T22:37:56.034Z Downloaded supports-hyperlinks v3.2.0
11442026-08-25T22:37:56.034Z Downloaded russh-util v0.52.0
11452026-08-25T22:37:56.034Z Downloaded scroll_derive v0.13.1
11462026-08-25T22:37:56.034Z Downloaded serde_plain v1.0.2
11472026-08-25T22:37:56.034Z Downloaded sha3 v0.12.0
11482026-08-25T22:37:56.034Z Downloaded utf8_iter v1.0.4
11492026-08-25T22:37:56.034Z Downloaded internet-checksum v0.2.1
11502026-08-25T22:37:56.034Z Downloaded is_ci v1.2.0
11512026-08-25T22:37:56.035Z Downloaded proc-macro-crate v1.3.1
11522026-08-25T22:37:56.035Z Downloaded opaque-debug v0.3.1
11532026-08-25T22:37:56.062Z Downloaded num v0.4.3
11542026-08-25T22:37:56.062Z Downloaded cookie_store v0.22.1
11552026-08-25T22:37:56.062Z Downloaded libm v0.2.16
11562026-08-25T22:37:56.062Z Downloaded nu-ansi-term v0.50.3
11572026-08-25T22:37:56.062Z Downloaded termios v0.3.3
11582026-08-25T22:37:56.062Z Downloaded tokio-dtrace v0.1.1
11592026-08-25T22:37:56.063Z Downloaded progenitor-impl v0.13.0
11602026-08-25T22:37:56.063Z Downloaded rand_pcg v0.10.2
11612026-08-25T22:37:56.063Z Downloaded untrusted v0.9.0
11622026-08-25T22:37:56.063Z Downloaded crypto-common v0.2.2
11632026-08-25T22:37:56.063Z Downloaded rfc6979 v0.6.0
11642026-08-25T22:37:56.088Z Downloaded derive_builder_macro v0.20.2
11652026-08-25T22:37:56.088Z Downloaded litrs v1.0.0
11662026-08-25T22:37:56.089Z Downloaded blake3 v1.8.5
11672026-08-25T22:37:56.089Z Downloaded vte v0.14.1
11682026-08-25T22:37:56.089Z Downloaded lru-slab v0.1.2
11692026-08-25T22:37:56.089Z Downloaded tls_codec_derive v0.4.2
11702026-08-25T22:37:56.089Z Downloaded darling_macro v0.20.11
11712026-08-25T22:37:56.089Z Downloaded newline-converter v0.3.0
11722026-08-25T22:37:56.089Z Downloaded supports-color v3.0.2
11732026-08-25T22:37:56.089Z Downloaded zopfli v0.8.3
11742026-08-25T22:37:56.089Z Downloaded rayon-core v1.13.0
11752026-08-25T22:37:56.089Z Downloaded sponge-cursor v0.1.0
11762026-08-25T22:37:56.089Z Downloaded digest-io v0.1.0
11772026-08-25T22:37:56.089Z Downloaded quinn v0.11.11
11782026-08-25T22:37:56.089Z Downloaded serde_with v1.14.0
11792026-08-25T22:37:56.089Z Downloaded ena v0.14.4
11802026-08-25T22:37:56.102Z Downloaded serde_cbor v0.11.2
11812026-08-25T22:37:56.102Z Downloaded psl-types v2.0.11
11822026-08-25T22:37:56.102Z Downloaded darling_macro v0.13.4
11832026-08-25T22:37:56.103Z Downloaded untrusted v0.7.1
11842026-08-25T22:37:56.103Z Downloaded jiff-static v0.2.34
11852026-08-25T22:37:56.103Z Downloaded progenitor-client v0.14.0
11862026-08-25T22:37:56.103Z Downloaded slab v0.4.12
11872026-08-25T22:37:56.103Z Downloaded reqwest v0.13.2
11882026-08-25T22:37:56.103Z Downloaded zerovec-derive v0.11.2
11892026-08-25T22:37:56.103Z Downloaded yansi v1.0.1
11902026-08-25T22:37:56.103Z Downloaded ron v0.8.1
11912026-08-25T22:37:56.103Z Downloaded diesel_derives v2.3.7
11922026-08-25T22:37:56.128Z Downloaded progenitor-client v0.13.0
11932026-08-25T22:37:56.128Z Downloaded crossbeam-deque v0.8.6
11942026-08-25T22:37:56.128Z Downloaded spin v0.9.8
11952026-08-25T22:37:56.128Z Downloaded display-error-chain v0.2.2
11962026-08-25T22:37:56.128Z Downloaded parse-display v0.10.0
11972026-08-25T22:37:56.128Z Downloaded take_mut v0.2.2
11982026-08-25T22:37:56.128Z Downloaded crc32fast v1.5.0
11992026-08-25T22:37:56.129Z Downloaded synstructure v0.13.2
12002026-08-25T22:37:56.129Z Downloaded rawzip v0.4.4
12012026-08-25T22:37:56.129Z Downloaded yoke v0.8.1
12022026-08-25T22:37:56.129Z Downloaded xshell-macros v0.2.7
12032026-08-25T22:37:56.129Z Downloaded num-traits v0.2.19
12042026-08-25T22:37:56.129Z Downloaded crucible-workspace-hack v0.1.0
12052026-08-25T22:37:56.129Z Downloaded diff v0.1.13
12062026-08-25T22:37:56.151Z Downloaded slog-stdlog v4.1.1
12072026-08-25T22:37:56.151Z Downloaded bitvec v1.0.1
12082026-08-25T22:37:56.151Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-08-25T22:37:56.152Z Downloaded unicode-properties v0.1.4
12102026-08-25T22:37:56.152Z Downloaded strum_macros v0.26.4
12112026-08-25T22:37:56.152Z Downloaded parking_lot v0.11.2
12122026-08-25T22:37:56.152Z Downloaded smallvec v0.6.14
12132026-08-25T22:37:56.152Z Downloaded crossterm v0.28.1
12142026-08-25T22:37:56.152Z Downloaded des v0.9.0
12152026-08-25T22:37:56.152Z Downloaded knus-derive v3.4.0
12162026-08-25T22:37:56.152Z Downloaded rusty-fork v0.3.1
12172026-08-25T22:37:56.152Z Downloaded tokio-native-tls v0.3.1
12182026-08-25T22:37:56.171Z Downloaded rustls-native-certs v0.8.3
12192026-08-25T22:37:56.171Z Downloaded oxide-update-engine v0.1.2
12202026-08-25T22:37:56.171Z Downloaded rand_core v0.6.4
12212026-08-25T22:37:56.171Z Downloaded r2d2 v0.8.10
12222026-08-25T22:37:56.171Z Downloaded libxml v0.3.3
12232026-08-25T22:37:56.171Z Downloaded rcgen v0.12.1
12242026-08-25T22:37:56.171Z Downloaded iana-time-zone v0.1.65
12252026-08-25T22:37:56.171Z Downloaded winnow v0.5.40
12262026-08-25T22:37:56.189Z Downloaded indoc v2.0.7
12272026-08-25T22:37:56.190Z Downloaded nom v8.0.0
12282026-08-25T22:37:56.190Z Downloaded unicode-xid v0.2.6
12292026-08-25T22:37:56.190Z Downloaded snafu v0.8.9
12302026-08-25T22:37:56.190Z Downloaded toml_edit v0.19.15
12312026-08-25T22:37:56.200Z Downloaded unicode-normalization v0.1.25
12322026-08-25T22:37:56.200Z Downloaded pkcs1 v0.8.0-rc.4
12332026-08-25T22:37:56.200Z Downloaded tower v0.5.3
12342026-08-25T22:37:56.219Z Downloaded parking_lot v0.12.5
12352026-08-25T22:37:56.219Z Downloaded nom v7.1.3
12362026-08-25T22:37:56.234Z Downloaded tungstenite v0.23.0
12372026-08-25T22:37:56.234Z Downloaded pkcs1 v0.7.5
12382026-08-25T22:37:56.234Z Downloaded elliptic-curve v0.13.8
12392026-08-25T22:37:56.234Z Downloaded quick-xml v0.37.5
12402026-08-25T22:37:56.234Z Downloaded time v0.3.47
12412026-08-25T22:37:56.241Z Downloaded jiff-core v0.1.0
12422026-08-25T22:37:56.241Z Downloaded litemap v0.8.1
12432026-08-25T22:37:56.242Z Downloaded derive_more v0.99.20
12442026-08-25T22:37:56.242Z Downloaded yasna v0.5.2
12452026-08-25T22:37:56.242Z Downloaded memmap2 v0.9.10
12462026-08-25T22:37:56.242Z Downloaded bindgen v0.71.1
12472026-08-25T22:37:56.242Z Downloaded chrono v0.4.45
12482026-08-25T22:37:56.265Z Downloaded tracing-core v0.1.36
12492026-08-25T22:37:56.265Z Downloaded serde_yaml v0.9.34+deprecated
12502026-08-25T22:37:56.266Z Downloaded miniz_oxide v0.8.9
12512026-08-25T22:37:56.266Z Downloaded twox-hash v2.1.2
12522026-08-25T22:37:56.266Z Downloaded darling v0.20.11
12532026-08-25T22:37:56.266Z Downloaded proptest v1.11.0
12542026-08-25T22:37:56.284Z Downloaded radix_trie v0.2.1
12552026-08-25T22:37:56.284Z Downloaded crossbeam-channel v0.5.15
12562026-08-25T22:37:56.284Z Downloaded git2 v0.20.4
12572026-08-25T22:37:56.284Z Downloaded goblin v0.10.5
12582026-08-25T22:37:56.284Z Downloaded minimal-lexical v0.2.1
12592026-08-25T22:37:56.284Z Downloaded rand v0.10.1
12602026-08-25T22:37:56.284Z Downloaded tough v0.22.0
12612026-08-25T22:37:56.299Z Downloaded idna v1.1.0
12622026-08-25T22:37:56.299Z Downloaded smoltcp v0.9.1
12632026-08-25T22:37:56.299Z Downloaded vcpkg v0.2.15
12642026-08-25T22:37:56.317Z Downloaded crossterm v0.29.0
12652026-08-25T22:37:56.328Z Downloaded publicsuffix v2.3.0
12662026-08-25T22:37:56.329Z Downloaded ssh-key v0.7.0-rc.11
12672026-08-25T22:37:56.329Z Downloaded gimli v0.32.3
12682026-08-25T22:37:56.329Z Downloaded url v2.5.8
12692026-08-25T22:37:56.329Z Downloaded icu_locale_core v2.1.1
12702026-08-25T22:37:56.329Z Downloaded itertools v0.14.0
12712026-08-25T22:37:56.354Z Downloaded dropshot-api-manager v0.8.0
12722026-08-25T22:37:56.354Z Downloaded miette v7.6.0
12732026-08-25T22:37:56.354Z Downloaded const_format v0.2.35
12742026-08-25T22:37:56.354Z Downloaded regex v1.12.3
12752026-08-25T22:37:56.368Z Downloaded unicode-segmentation v1.12.0
12762026-08-25T22:37:56.374Z Downloaded crypto-primes v0.7.2
12772026-08-25T22:37:56.374Z Downloaded rayon v1.11.0
12782026-08-25T22:37:56.374Z Downloaded iddqd v0.4.2
12792026-08-25T22:37:56.379Z Downloaded salty v0.3.0
12802026-08-25T22:37:56.389Z Downloaded p384 v0.13.1
12812026-08-25T22:37:56.395Z Downloaded zerovec v0.11.5
12822026-08-25T22:37:56.395Z Downloaded iri-string v0.7.10
12832026-08-25T22:37:56.407Z Downloaded tower-http v0.6.8
12842026-08-25T22:37:56.416Z Downloaded zlib-rs v0.6.2
12852026-08-25T22:37:56.416Z Downloaded icu_properties_data v2.1.2
12862026-08-25T22:37:56.425Z Downloaded zerocopy v0.8.55
12872026-08-25T22:37:56.430Z Downloaded syn v3.0.3
12882026-08-25T22:37:56.453Z Downloaded nix v0.27.1
12892026-08-25T22:37:56.467Z Downloaded reqwest v0.12.28
12902026-08-25T22:37:56.478Z Downloaded winnow v1.0.3
12912026-08-25T22:37:56.478Z Downloaded regress v0.10.5
12922026-08-25T22:37:56.486Z Downloaded crypto-bigint v0.7.5
12932026-08-25T22:37:56.486Z Downloaded portable-atomic v1.13.1
12942026-08-25T22:37:56.495Z Downloaded bstr v1.12.1
12952026-08-25T22:37:56.510Z Downloaded itertools v0.15.0
12962026-08-25T22:37:56.514Z Downloaded petname v2.0.2
12972026-08-25T22:37:56.518Z Downloaded lalrpop v0.19.12
12982026-08-25T22:37:56.522Z Downloaded hickory-proto v0.24.4
12992026-08-25T22:37:56.533Z Downloaded hickory-proto v0.25.2
13002026-08-25T22:37:56.540Z Downloaded russh v0.62.4
13012026-08-25T22:37:56.548Z Downloaded serde_with v3.21.0
13022026-08-25T22:37:56.552Z Downloaded quinn-proto v0.11.16
13032026-08-25T22:37:56.558Z Downloaded rustix v0.38.44
13042026-08-25T22:37:56.566Z Downloaded openssl v0.10.80
13052026-08-25T22:37:56.585Z Downloaded tabled v0.21.0
13062026-08-25T22:37:56.586Z Downloaded curve25519-dalek v4.1.3
13072026-08-25T22:37:56.594Z Downloaded moka v0.12.13
13082026-08-25T22:37:56.595Z Downloaded regex-syntax v0.6.29
13092026-08-25T22:37:56.599Z Downloaded object v0.30.4
13102026-08-25T22:37:56.605Z Downloaded regress v0.11.1
13112026-08-25T22:37:56.612Z Downloaded nix v0.31.2
13122026-08-25T22:37:56.618Z Downloaded smoltcp v0.11.0
13132026-08-25T22:37:56.625Z Downloaded rustls v0.23.41
13142026-08-25T22:37:56.631Z Downloaded curve25519-dalek v5.0.0
13152026-08-25T22:37:56.636Z Downloaded regex-syntax v0.8.10
13162026-08-25T22:37:56.640Z Downloaded polar-core v0.27.3
13172026-08-25T22:37:56.647Z Downloaded object v0.37.3
13182026-08-25T22:37:56.655Z Downloaded dropshot v0.17.1
13192026-08-25T22:37:56.664Z Downloaded typify-impl v0.6.2
13202026-08-25T22:37:56.670Z Downloaded sqlparser v0.61.0
13212026-08-25T22:37:56.676Z Downloaded nix v0.28.0
13222026-08-25T22:37:56.682Z Downloaded openapiv3 v2.2.0
13232026-08-25T22:37:56.691Z Downloaded sled v0.34.7
13242026-08-25T22:37:56.694Z Downloaded sha3 v0.11.0
13252026-08-25T22:37:56.697Z Downloaded ratatui v0.29.0
13262026-08-25T22:37:56.706Z Downloaded regex-automata v0.4.14
13272026-08-25T22:37:56.714Z Downloaded tracing v0.1.44
13282026-08-25T22:37:56.727Z Downloaded diesel v2.3.7
13292026-08-25T22:37:56.738Z Downloaded bzip2-sys v0.1.13+1.0.8
13302026-08-25T22:37:56.769Z Downloaded zerocopy-derive v0.6.6
13312026-08-25T22:37:56.794Z Downloaded jiff v0.2.34
13322026-08-25T22:37:56.803Z Downloaded chrono-tz v0.10.4
13332026-08-25T22:37:56.814Z Downloaded libz-sys v1.1.24
13342026-08-25T22:37:56.825Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13352026-08-25T22:37:56.835Z Downloaded petgraph v0.8.3
13362026-08-25T22:37:56.848Z Downloaded petgraph v0.6.5
13372026-08-25T22:37:56.858Z Downloaded tokio v1.52.1
13382026-08-25T22:37:56.880Z Downloaded csv v1.4.0
13392026-08-25T22:37:56.892Z Downloaded sha3 v0.10.8
13402026-08-25T22:37:56.908Z Downloaded encoding_rs v0.8.35
13412026-08-25T22:37:56.940Z Downloaded ring v0.17.14
13422026-08-25T22:37:56.964Z Downloaded libgit2-sys v0.18.3+1.9.2
13432026-08-25T22:37:57.353Z Downloaded aws-lc-sys v0.40.0
13442026-08-25T22:37:57.620Z Compiling serde_core v1.0.228
13452026-08-25T22:37:57.620Z Compiling libc v0.2.185
13462026-08-25T22:37:57.620Z Compiling serde v1.0.228
13472026-08-25T22:37:57.633Z Compiling log v0.4.33
13482026-08-25T22:37:57.633Z Compiling smallvec v1.15.1
13492026-08-25T22:37:57.633Z Compiling shlex v1.3.0
13502026-08-25T22:37:57.745Z Compiling find-msvc-tools v0.1.9
13512026-08-25T22:37:57.749Z Compiling syn v2.0.117
13522026-08-25T22:37:57.943Z Compiling subtle v2.6.1
13532026-08-25T22:37:57.956Z Compiling scopeguard v1.2.0
13542026-08-25T22:37:57.985Z Compiling stable_deref_trait v1.2.1
13552026-08-25T22:37:58.037Z Compiling lock_api v0.4.14
13562026-08-25T22:37:58.053Z Compiling zerocopy v0.8.55
13572026-08-25T22:37:58.053Z Compiling typenum v1.20.1
13582026-08-25T22:37:58.087Z Compiling portable-atomic v1.13.1
13592026-08-25T22:37:58.126Z Compiling serde_json v1.0.151
13602026-08-25T22:37:58.277Z Compiling critical-section v1.2.0
13612026-08-25T22:37:58.333Z Compiling libm v0.2.16
13622026-08-25T22:37:58.384Z Compiling num-traits v0.2.19
13632026-08-25T22:37:58.498Z Compiling pkg-config v0.3.32
13642026-08-25T22:37:58.598Z Compiling errno v0.3.14
13652026-08-25T22:37:58.620Z Compiling jobserver v0.1.34
13662026-08-25T22:37:58.728Z Compiling getrandom v0.2.17
13672026-08-25T22:37:58.859Z Compiling cc v1.2.56
13682026-08-25T22:37:58.952Z Compiling rand_core v0.6.4
13692026-08-25T22:37:58.982Z Compiling getrandom v0.4.3
13702026-08-25T22:37:59.021Z Compiling generic-array v0.14.7
13712026-08-25T22:37:59.129Z Compiling once_cell v1.21.3
13722026-08-25T22:37:59.342Z Compiling rand_core v0.10.0
13732026-08-25T22:37:59.361Z Compiling pin-project-lite v0.2.17
13742026-08-25T22:37:59.417Z Compiling const-oid v0.9.6
13752026-08-25T22:37:59.445Z Compiling parking_lot_core v0.9.12
13762026-08-25T22:37:59.506Z Compiling litemap v0.8.1
13772026-08-25T22:37:59.728Z Compiling percent-encoding v2.3.2
13782026-08-25T22:37:59.744Z Compiling writeable v0.6.2
13792026-08-25T22:37:59.885Z Compiling bitflags v2.11.0
13802026-08-25T22:37:59.949Z Compiling semver v1.0.28
13812026-08-25T22:38:00.122Z Compiling signal-hook-registry v1.4.8
13822026-08-25T22:38:00.178Z Compiling icu_properties_data v2.1.2
13832026-08-25T22:38:00.284Z Compiling futures-core v0.3.32
13842026-08-25T22:38:00.298Z Compiling icu_normalizer_data v2.1.1
13852026-08-25T22:38:00.326Z Compiling parking_lot v0.12.5
13862026-08-25T22:38:00.383Z Compiling mio v1.2.0
13872026-08-25T22:38:00.442Z Compiling getrandom v0.3.4
13882026-08-25T22:38:00.516Z Compiling rustix v1.1.4
13892026-08-25T22:38:00.536Z Compiling socket2 v0.6.3
13902026-08-25T22:38:00.582Z Compiling futures-sink v0.3.32
13912026-08-25T22:38:00.693Z Compiling utf8_iter v1.0.4
13922026-08-25T22:38:00.710Z Compiling synstructure v0.13.2
13932026-08-25T22:38:00.851Z Compiling indexmap v2.14.0
13942026-08-25T22:38:00.854Z Compiling futures-channel v0.3.32
13952026-08-25T22:38:00.961Z Compiling form_urlencoded v1.2.2
13962026-08-25T22:38:01.072Z Compiling futures-task v0.3.32
13972026-08-25T22:38:01.103Z Compiling futures-io v0.3.32
13982026-08-25T22:38:01.143Z Compiling slab v0.4.12
13992026-08-25T22:38:01.246Z Compiling rustversion v1.0.22
14002026-08-25T22:38:01.270Z Compiling iana-time-zone v0.1.65
14012026-08-25T22:38:01.321Z Compiling regex-syntax v0.8.10
14022026-08-25T22:38:01.337Z Compiling base64ct v1.8.3
14032026-08-25T22:38:01.353Z Compiling rand_core v0.9.5
14042026-08-25T22:38:01.470Z Compiling uuid v1.23.4
14052026-08-25T22:38:01.521Z Compiling cmake v0.1.57
14062026-08-25T22:38:01.623Z Compiling pem-rfc7468 v0.7.0
14072026-08-25T22:38:01.637Z Compiling fs_extra v1.3.0
14082026-08-25T22:38:01.919Z Compiling ident_case v1.0.1
14092026-08-25T22:38:01.922Z Compiling flagset v0.4.7
14102026-08-25T22:38:01.946Z Compiling dunce v1.0.5
14112026-08-25T22:38:02.047Z Compiling aws-lc-sys v0.40.0
14122026-08-25T22:38:02.050Z Compiling base64 v0.22.1
14132026-08-25T22:38:02.075Z Compiling serde_derive_internals v0.29.1
14142026-08-25T22:38:02.178Z Compiling schemars v0.8.22
14152026-08-25T22:38:02.229Z Compiling syn v1.0.109
14162026-08-25T22:38:02.263Z Compiling vcpkg v0.2.15
14172026-08-25T22:38:02.376Z Compiling dyn-clone v1.0.20
14182026-08-25T22:38:02.409Z Compiling rustc_version v0.4.1
14192026-08-25T22:38:02.465Z Compiling serde_derive v1.0.228
14202026-08-25T22:38:02.519Z Compiling zeroize_derive v1.5.0
14212026-08-25T22:38:02.534Z Compiling zerocopy-derive v0.8.55
14222026-08-25T22:38:02.736Z Compiling zerofrom-derive v0.1.6
14232026-08-25T22:38:02.975Z Compiling yoke-derive v0.8.1
14242026-08-25T22:38:02.989Z Compiling zerovec-derive v0.11.2
14252026-08-25T22:38:03.177Z Compiling displaydoc v0.2.5
14262026-08-25T22:38:03.710Z Compiling tokio-macros v2.7.0
14272026-08-25T22:38:03.941Z Compiling futures-macro v0.3.32
14282026-08-25T22:38:04.138Z Compiling der_derive v0.7.3
14292026-08-25T22:38:04.153Z Compiling thiserror-impl v2.0.18
14302026-08-25T22:38:04.156Z Compiling zerofrom v0.1.6
14312026-08-25T22:38:04.327Z Compiling yoke v0.8.1
14322026-08-25T22:38:04.463Z Compiling openssl-sys v0.9.117
14332026-08-25T22:38:04.518Z Compiling zerovec v0.11.5
14342026-08-25T22:38:04.802Z Compiling zerotrie v0.2.3
14352026-08-25T22:38:04.989Z Compiling futures-util v0.3.32
14362026-08-25T22:38:05.068Z Compiling tinystr v0.8.2
14372026-08-25T22:38:05.107Z Compiling potential_utf v0.1.4
14382026-08-25T22:38:05.154Z Compiling schemars_derive v0.8.22
14392026-08-25T22:38:05.270Z Compiling icu_locale_core v2.1.1
14402026-08-25T22:38:05.274Z Compiling icu_collections v2.1.1
14412026-08-25T22:38:05.554Z Compiling thiserror v2.0.18
14422026-08-25T22:38:05.714Z Compiling tracing-attributes v0.1.31
14432026-08-25T22:38:05.773Z Compiling tracing-core v0.1.36
14442026-08-25T22:38:06.046Z Compiling zeroize v1.9.0
14452026-08-25T22:38:06.139Z Compiling bytes v1.11.1
14462026-08-25T22:38:06.318Z Compiling icu_provider v2.1.1
14472026-08-25T22:38:06.404Z Compiling chrono v0.4.45
14482026-08-25T22:38:06.609Z Compiling icu_normalizer v2.1.1
14492026-08-25T22:38:06.756Z Compiling icu_properties v2.1.2
14502026-08-25T22:38:06.825Z Compiling block-buffer v0.10.4
14512026-08-25T22:38:07.004Z Compiling ppv-lite86 v0.2.21
14522026-08-25T22:38:07.025Z Compiling crypto-common v0.1.7
14532026-08-25T22:38:07.127Z Compiling tokio v1.52.1
14542026-08-25T22:38:07.144Z Compiling digest v0.10.7
14552026-08-25T22:38:07.176Z Compiling der v0.7.10
14562026-08-25T22:38:07.265Z Compiling http v1.4.2
14572026-08-25T22:38:07.325Z Compiling rand_chacha v0.9.0
14582026-08-25T22:38:07.398Z Compiling aws-lc-rs v1.16.3
14592026-08-25T22:38:07.688Z Compiling idna_adapter v1.2.1
14602026-08-25T22:38:07.764Z Compiling rand v0.9.2
14612026-08-25T22:38:07.829Z Compiling idna v1.1.0
14622026-08-25T22:38:07.857Z Compiling simd-adler32 v0.3.8
14632026-08-25T22:38:08.033Z Compiling spki v0.7.3
14642026-08-25T22:38:08.093Z Compiling cpufeatures v0.2.17
14652026-08-25T22:38:08.157Z Compiling url v2.5.8
14662026-08-25T22:38:08.172Z Compiling http-body v1.0.1
14672026-08-25T22:38:08.239Z Compiling pkcs8 v0.10.2
14682026-08-25T22:38:08.322Z Compiling tempfile v3.27.0
14692026-08-25T22:38:08.352Z Compiling tracing v0.1.44
14702026-08-25T22:38:08.459Z Compiling rustls-pki-types v1.14.0
14712026-08-25T22:38:08.613Z Compiling spin v0.9.8
14722026-08-25T22:38:08.817Z Compiling tinyvec_macros v0.1.1
14732026-08-25T22:38:08.886Z Compiling crc32fast v1.5.0
14742026-08-25T22:38:08.901Z Compiling httparse v1.10.1
14752026-08-25T22:38:08.915Z Compiling openssl-probe v0.2.1
14762026-08-25T22:38:09.077Z Compiling cmov v0.5.4
14772026-08-25T22:38:09.135Z Compiling adler2 v2.0.1
14782026-08-25T22:38:09.286Z Compiling ctutils v0.4.2
14792026-08-25T22:38:09.306Z Compiling miniz_oxide v0.8.9
14802026-08-25T22:38:09.361Z Compiling tinyvec v1.10.0
14812026-08-25T22:38:09.507Z Compiling pest_generator v2.8.6
14822026-08-25T22:38:09.523Z Compiling sha2 v0.10.9
14832026-08-25T22:38:09.706Z Compiling terminal_size v0.4.3
14842026-08-25T22:38:09.848Z Compiling aho-corasick v1.1.4
14852026-08-25T22:38:09.895Z Compiling try-lock v0.2.5
14862026-08-25T22:38:09.977Z Compiling atomic-waker v1.1.2
14872026-08-25T22:38:10.006Z Compiling untrusted v0.7.1
14882026-08-25T22:38:10.104Z Compiling tower-layer v0.3.3
14892026-08-25T22:38:10.129Z Compiling tower-service v0.3.3
14902026-08-25T22:38:10.186Z Compiling radium v0.7.0
14912026-08-25T22:38:10.225Z Compiling pest_derive v2.8.6
14922026-08-25T22:38:10.264Z Compiling want v0.3.1
14932026-08-25T22:38:10.428Z Compiling hybrid-array v0.4.13
14942026-08-25T22:38:10.649Z Compiling regex-automata v0.4.14
14952026-08-25T22:38:10.818Z Compiling ipnet v2.12.0
14962026-08-25T22:38:10.954Z Compiling tokio-util v0.7.18
14972026-08-25T22:38:11.195Z Compiling scroll_derive v0.13.1
14982026-08-25T22:38:11.305Z Compiling darling_core v0.20.11
14992026-08-25T22:38:11.482Z Compiling wait-timeout v0.2.1
15002026-08-25T22:38:11.742Z Compiling h2 v0.4.15
15012026-08-25T22:38:11.957Z Compiling foreign-types-shared v0.1.1
15022026-08-25T22:38:11.972Z Compiling bit-vec v0.8.0
15032026-08-25T22:38:12.046Z Compiling maybe-uninit v2.0.0
15042026-08-25T22:38:12.196Z Compiling rustls v0.23.41
15052026-08-25T22:38:12.291Z Compiling quick-error v1.2.3
15062026-08-25T22:38:12.303Z Compiling tap v1.0.1
15072026-08-25T22:38:12.365Z Compiling openssl v0.10.80
15082026-08-25T22:38:12.397Z Compiling httpdate v1.0.3
15092026-08-25T22:38:12.411Z Compiling untrusted v0.9.0
15102026-08-25T22:38:12.532Z Compiling wyz v0.5.1
15112026-08-25T22:38:12.605Z Compiling rusty-fork v0.3.1
15122026-08-25T22:38:12.665Z Compiling bit-set v0.8.0
15132026-08-25T22:38:12.722Z Compiling foreign-types v0.3.2
15142026-08-25T22:38:12.739Z Compiling scroll v0.13.0
15152026-08-25T22:38:12.822Z Compiling unicode-normalization v0.1.25
15162026-08-25T22:38:12.993Z Compiling signature v2.2.0
15172026-08-25T22:38:13.008Z Compiling rand_chacha v0.3.1
15182026-08-25T22:38:13.180Z Compiling hex v0.4.3
15192026-08-25T22:38:13.274Z Compiling thiserror-impl v1.0.69
15202026-08-25T22:38:13.307Z Compiling openssl-macros v0.1.1
15212026-08-25T22:38:13.447Z Compiling rand_xorshift v0.4.0
15222026-08-25T22:38:13.532Z Compiling darling_macro v0.20.11
15232026-08-25T22:38:13.612Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15242026-08-25T22:38:13.694Z Compiling bzip2-sys v0.1.13+1.0.8
15252026-08-25T22:38:13.762Z Compiling num-integer v0.1.46
15262026-08-25T22:38:13.972Z Compiling ahash v0.8.12
15272026-08-25T22:38:13.991Z Compiling powerfmt v0.2.0
15282026-08-25T22:38:14.009Z Compiling num-bigint-dig v0.8.6
15292026-08-25T22:38:14.076Z Compiling paste v1.0.15
15302026-08-25T22:38:14.174Z Compiling time-core v0.1.8
15312026-08-25T22:38:14.189Z Compiling num-conv v0.2.0
15322026-08-25T22:38:14.212Z Compiling packed_struct v0.10.1
15332026-08-25T22:38:14.345Z Compiling funty v2.0.0
15342026-08-25T22:38:14.348Z Compiling unarray v0.1.4
15352026-08-25T22:38:14.389Z Compiling native-tls v0.2.18
15362026-08-25T22:38:14.472Z Compiling proptest v1.11.0
15372026-08-25T22:38:14.518Z Compiling thiserror v1.0.69
15382026-08-25T22:38:14.550Z Compiling time-macros v0.2.27
15392026-08-25T22:38:14.619Z Compiling clap_builder v4.6.0
15402026-08-25T22:38:14.660Z Compiling deranged v0.5.8
15412026-08-25T22:38:14.681Z Compiling bitvec v1.0.1
15422026-08-25T22:38:14.919Z Compiling hyper v1.10.1
15432026-08-25T22:38:15.601Z Compiling darling v0.20.11
15442026-08-25T22:38:15.686Z Compiling num-iter v0.1.45
15452026-08-25T22:38:16.090Z Compiling hyper-util v0.1.20
15462026-08-25T22:38:16.444Z Compiling rand v0.8.6
15472026-08-25T22:38:16.553Z Compiling goblin v0.10.5
15482026-08-25T22:38:17.300Z Compiling packed_struct_codegen v0.10.1
15492026-08-25T22:38:17.521Z Compiling ipnetwork v0.21.1
15502026-08-25T22:38:17.786Z Compiling lazy_static v1.5.0
15512026-08-25T22:38:17.881Z Compiling hmac v0.12.1
15522026-08-25T22:38:17.896Z Compiling toml_datetime v0.6.11
15532026-08-25T22:38:18.043Z Compiling serde_spanned v0.6.9
15542026-08-25T22:38:18.152Z Compiling zerocopy-derive v0.6.6
15552026-08-25T22:38:18.187Z Compiling bitfield-macros v0.19.4
15562026-08-25T22:38:18.333Z Compiling clap_derive v4.6.1
15572026-08-25T22:38:18.759Z Compiling slog v2.8.2
15582026-08-25T22:38:18.877Z Compiling sync_wrapper v1.0.2
15592026-08-25T22:38:18.949Z Compiling indexmap v1.9.3
15602026-08-25T22:38:18.977Z Compiling syn v3.0.3
15612026-08-25T22:38:18.990Z Compiling zlib-rs v0.6.2
15622026-08-25T22:38:19.134Z Compiling num_threads v0.1.7
15632026-08-25T22:38:19.279Z Compiling crossbeam-utils v0.8.21
15642026-08-25T22:38:19.571Z Compiling object v0.37.3
15652026-08-25T22:38:19.846Z Compiling usdt-impl v0.6.0
15662026-08-25T22:38:20.052Z Compiling crc-catalog v2.4.0
15672026-08-25T22:38:20.103Z Compiling nodrop v0.1.14
15682026-08-25T22:38:20.144Z Compiling siphasher v1.0.2
15692026-08-25T22:38:20.204Z Compiling array-init v0.0.4
15702026-08-25T22:38:20.345Z Compiling crc v3.4.0
15712026-08-25T22:38:20.539Z Compiling clap v4.6.1
15722026-08-25T22:38:20.633Z Compiling time v0.3.47
15732026-08-25T22:38:20.650Z Compiling dof v0.4.0
15742026-08-25T22:38:20.791Z Compiling tower v0.5.3
15752026-08-25T22:38:21.250Z Compiling zerocopy v0.6.6
15762026-08-25T22:38:21.592Z Compiling bitfield v0.19.4
15772026-08-25T22:38:21.883Z Compiling flate2 v1.1.9
15782026-08-25T22:38:22.291Z Compiling oxnet v0.1.6
15792026-08-25T22:38:22.306Z Compiling smallvec v0.6.14
15802026-08-25T22:38:22.422Z Compiling daft-derive v0.1.8
15812026-08-25T22:38:22.461Z Compiling newtype-uuid v1.3.2
15822026-08-25T22:38:22.605Z Compiling derive_builder_core v0.20.2
15832026-08-25T22:38:22.934Z Compiling dtrace-parser v0.3.0
15842026-08-25T22:38:23.066Z Compiling pkcs1 v0.7.5
15852026-08-25T22:38:23.121Z Compiling http-body-util v0.1.3
15862026-08-25T22:38:23.286Z Compiling erased-serde v0.3.31
15872026-08-25T22:38:23.365Z Compiling heapless v0.7.17
15882026-08-25T22:38:23.442Z Compiling scroll_derive v0.12.1
15892026-08-25T22:38:23.457Z Compiling structmeta-derive v0.3.0
15902026-08-25T22:38:23.604Z Compiling darling_core v0.23.0
15912026-08-25T22:38:23.667Z Compiling thread-id v5.1.0
15922026-08-25T22:38:23.752Z Compiling cookie v0.18.1
15932026-08-25T22:38:23.776Z Compiling env_filter v2.0.0
15942026-08-25T22:38:23.937Z Compiling hashbrown v0.12.3
15952026-08-25T22:38:24.077Z Compiling allocator-api2 v0.2.21
15962026-08-25T22:38:24.100Z Compiling unicode-properties v0.1.4
15972026-08-25T22:38:24.337Z Compiling signal-hook v0.3.18
15982026-08-25T22:38:24.411Z Compiling unicode-bidi v0.3.18
15992026-08-25T22:38:24.413Z Compiling anyhow v1.0.104
16002026-08-25T22:38:24.509Z Compiling base64 v0.21.7
16012026-08-25T22:38:24.552Z Compiling gimli v0.32.3
16022026-08-25T22:38:24.727Z Compiling iri-string v0.7.10
16032026-08-25T22:38:24.825Z Compiling winnow v0.5.40
16042026-08-25T22:38:24.946Z Compiling ryu v1.0.23
16052026-08-25T22:38:25.144Z Compiling zstd-safe v7.2.4
16062026-08-25T22:38:25.364Z Compiling serde_urlencoded v0.7.1
16072026-08-25T22:38:25.389Z Compiling ron v0.8.1
16082026-08-25T22:38:25.608Z Compiling stringprep v0.1.5
16092026-08-25T22:38:26.052Z Compiling tower-http v0.6.8
16102026-08-25T22:38:26.178Z Compiling darling_macro v0.23.0
16112026-08-25T22:38:26.246Z Compiling addr2line v0.25.1
16122026-08-25T22:38:26.249Z Compiling toml_edit v0.19.15
16132026-08-25T22:38:26.444Z Compiling structmeta v0.3.0
16142026-08-25T22:38:26.524Z Compiling scroll v0.12.0
16152026-08-25T22:38:26.629Z Compiling env_logger v0.11.11
16162026-08-25T22:38:26.836Z Compiling derive_builder_macro v0.20.2
16172026-08-25T22:38:26.871Z Compiling rsa v0.9.10
16182026-08-25T22:38:26.976Z Compiling daft v0.1.8
16192026-08-25T22:38:27.051Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16202026-08-25T22:38:27.227Z Compiling hashbrown v0.13.2
16212026-08-25T22:38:27.250Z Compiling bzip2 v0.4.4
16222026-08-25T22:38:27.303Z Compiling serde-hex v0.1.0
16232026-08-25T22:38:27.459Z Compiling tokio-native-tls v0.3.1
16242026-08-25T22:38:27.711Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16252026-08-25T22:38:27.895Z Compiling camino v1.2.5
16262026-08-25T22:38:28.253Z Compiling bstr v1.12.1
16272026-08-25T22:38:28.281Z Compiling crypto-common v0.2.2
16282026-08-25T22:38:28.868Z Compiling block-buffer v0.12.1
16292026-08-25T22:38:28.882Z Compiling block-padding v0.4.2
16302026-08-25T22:38:29.021Z Compiling rustls-native-certs v0.8.3
16312026-08-25T22:38:29.050Z Compiling x509-cert v0.2.5
16322026-08-25T22:38:29.070Z Compiling md-5 v0.10.6
16332026-08-25T22:38:29.252Z Compiling serde_tokenstream v0.2.3
16342026-08-25T22:38:29.354Z Compiling curve25519-dalek v4.1.3
16352026-08-25T22:38:29.578Z Compiling pin-project-internal v1.1.11
16362026-08-25T22:38:29.694Z Compiling async-trait v0.1.89
16372026-08-25T22:38:29.908Z Compiling zerocopy-derive v0.7.35
16382026-08-25T22:38:30.070Z Compiling vergen-lib v9.1.0
16392026-08-25T22:38:30.254Z Compiling hash32 v0.2.1
16402026-08-25T22:38:30.447Z Compiling memoffset v0.9.1
16412026-08-25T22:38:30.597Z Compiling encoding_rs v0.8.35
16422026-08-25T22:38:30.641Z Compiling rustix v0.38.44
16432026-08-25T22:38:30.684Z Compiling crc-any v2.5.0
16442026-08-25T22:38:30.687Z Compiling mime v0.3.17
16452026-08-25T22:38:30.713Z Compiling fallible-iterator v0.2.0
16462026-08-25T22:38:30.777Z Compiling rustc-demangle v0.1.27
16472026-08-25T22:38:30.916Z Compiling smoltcp v0.9.1
16482026-08-25T22:38:30.953Z Compiling ref-cast v1.0.25
16492026-08-25T22:38:30.974Z Compiling cfg_aliases v0.2.1
16502026-08-25T22:38:31.018Z Compiling owo-colors v4.3.0
16512026-08-25T22:38:31.050Z Compiling litrs v1.0.0
16522026-08-25T22:38:31.174Z Compiling psl-types v2.0.11
16532026-08-25T22:38:31.275Z Compiling publicsuffix v2.3.0
16542026-08-25T22:38:31.298Z Compiling nix v0.31.2
16552026-08-25T22:38:31.312Z Compiling backtrace v0.3.76
16562026-08-25T22:38:31.376Z Compiling postgres-protocol v0.6.10
16572026-08-25T22:38:31.529Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16582026-08-25T22:38:31.551Z Compiling document-features v0.2.12
16592026-08-25T22:38:31.654Z Compiling zerocopy v0.7.35
16602026-08-25T22:38:31.668Z Compiling pin-project v1.1.11
16612026-08-25T22:38:32.021Z Compiling inout v0.2.2
16622026-08-25T22:38:32.088Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16632026-08-25T22:38:32.201Z Compiling object v0.30.4
16642026-08-25T22:38:32.215Z Compiling hyper-tls v0.6.0
16652026-08-25T22:38:32.331Z Compiling toml v0.7.8
16662026-08-25T22:38:32.345Z Compiling zip v0.6.6
16672026-08-25T22:38:32.362Z Compiling derive_builder v0.20.2
16682026-08-25T22:38:32.432Z Compiling goblin v0.8.2
16692026-08-25T22:38:32.447Z Compiling derive-ex v0.1.8
16702026-08-25T22:38:32.485Z Compiling darling v0.23.0
16712026-08-25T22:38:33.091Z Compiling phf_shared v0.13.1
16722026-08-25T22:38:33.215Z Compiling regex v1.12.3
16732026-08-25T22:38:33.250Z Compiling hubpack_derive v0.1.1
16742026-08-25T22:38:33.326Z Compiling futures-executor v0.3.32
16752026-08-25T22:38:33.583Z Compiling curve25519-dalek-derive v0.1.1
16762026-08-25T22:38:33.634Z Compiling ref-cast-impl v1.0.25
16772026-08-25T22:38:33.697Z Compiling strum_macros v0.27.2
16782026-08-25T22:38:34.080Z Compiling snafu-derive v0.8.9
16792026-08-25T22:38:34.170Z Compiling vergen v9.1.0
16802026-08-25T22:38:34.267Z Compiling cargo-platform v0.3.2
16812026-08-25T22:38:34.354Z Compiling ff v0.13.1
16822026-08-25T22:38:34.499Z Compiling fs-err v3.3.0
16832026-08-25T22:38:34.543Z Compiling base16ct v0.2.0
16842026-08-25T22:38:34.686Z Compiling bitflags v1.3.2
16852026-08-25T22:38:34.724Z Compiling is_ci v1.2.0
16862026-08-25T22:38:34.764Z Compiling foldhash v0.1.5
16872026-08-25T22:38:34.863Z Compiling bumpalo v3.20.2
16882026-08-25T22:38:34.941Z Compiling libbz2-rs-sys v0.2.2
16892026-08-25T22:38:35.101Z Compiling same-file v1.0.6
16902026-08-25T22:38:35.118Z Compiling path-slash v0.1.5
16912026-08-25T22:38:35.250Z Compiling unicode-segmentation v1.12.0
16922026-08-25T22:38:35.271Z Compiling foldhash v0.2.0
16932026-08-25T22:38:35.498Z Compiling managed v0.8.0
16942026-08-25T22:38:35.631Z Compiling either v1.15.0
16952026-08-25T22:38:35.646Z Compiling jiff-core v0.1.0
16962026-08-25T22:38:35.696Z Compiling strum v0.27.2
16972026-08-25T22:38:35.827Z Compiling textwrap v0.16.2
16982026-08-25T22:38:35.843Z Compiling hashbrown v0.16.1
16992026-08-25T22:38:35.886Z Compiling bzip2 v0.6.1
17002026-08-25T22:38:36.039Z Compiling snafu v0.8.9
17012026-08-25T22:38:36.092Z Compiling walkdir v2.5.0
17022026-08-25T22:38:36.284Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17032026-08-25T22:38:36.392Z Compiling jiff v0.2.34
17042026-08-25T22:38:36.395Z Compiling zopfli v0.8.3
17052026-08-25T22:38:36.420Z Compiling hashbrown v0.15.5
17062026-08-25T22:38:36.514Z Compiling supports-color v3.0.2
17072026-08-25T22:38:36.697Z Compiling sec1 v0.7.3
17082026-08-25T22:38:36.782Z Compiling dof v0.3.0
17092026-08-25T22:38:36.967Z Compiling group v0.13.0
17102026-08-25T22:38:36.971Z Compiling cargo_metadata v0.23.1
17112026-08-25T22:38:37.271Z Compiling test-strategy v0.4.5
17122026-08-25T22:38:37.501Z Compiling hubpack v0.1.2
17132026-08-25T22:38:37.675Z Compiling futures v0.3.32
17142026-08-25T22:38:37.719Z Compiling phf v0.13.1
17152026-08-25T22:38:37.882Z Compiling signal-hook-mio v0.2.5
17162026-08-25T22:38:38.009Z Compiling cookie_store v0.22.1
17172026-08-25T22:38:38.123Z Compiling serde_with_macros v3.21.0
17182026-08-25T22:38:38.321Z Compiling reqwest v0.12.28
17192026-08-25T22:38:38.680Z Compiling zstd v0.13.3
17202026-08-25T22:38:38.730Z Compiling cipher v0.5.2
17212026-08-25T22:38:39.029Z Compiling postgres-types v0.2.12
17222026-08-25T22:38:39.046Z Compiling backtrace-ext v0.2.1
17232026-08-25T22:38:39.647Z Compiling usdt-attr-macro v0.6.0
17242026-08-25T22:38:39.962Z Compiling usdt-macro v0.6.0
17252026-08-25T22:38:40.020Z Compiling globset v0.4.18
17262026-08-25T22:38:40.064Z Compiling phf_shared v0.11.3
17272026-08-25T22:38:40.262Z Compiling hkdf v0.12.4
17282026-08-25T22:38:40.398Z Compiling dtrace-parser v0.2.0
17292026-08-25T22:38:40.441Z Compiling byte-wrapper v0.1.0
17302026-08-25T22:38:40.465Z Compiling olpc-cjson v0.1.4
17312026-08-25T22:38:40.635Z Compiling ed25519 v2.2.3
17322026-08-25T22:38:40.641Z Compiling crypto-bigint v0.5.5
17332026-08-25T22:38:40.703Z Compiling serde-big-array v0.5.1
17342026-08-25T22:38:40.710Z Compiling serde_plain v1.0.2
17352026-08-25T22:38:40.767Z Compiling miette-derive v7.6.0
17362026-08-25T22:38:40.854Z Compiling serde_repr v0.1.20
17372026-08-25T22:38:40.910Z Compiling strum_macros v0.26.4
17382026-08-25T22:38:41.138Z Compiling enum-as-inner v0.6.1
17392026-08-25T22:38:41.381Z Compiling async-recursion v1.1.1
17402026-08-25T22:38:41.549Z Compiling pem v3.0.6
17412026-08-25T22:38:41.640Z Compiling float-cmp v0.10.0
17422026-08-25T22:38:41.792Z Compiling memmap2 v0.9.10
17432026-08-25T22:38:41.876Z Compiling thread-id v4.2.2
17442026-08-25T22:38:41.918Z Compiling keccak v0.1.6
17452026-08-25T22:38:41.963Z Compiling supports-hyperlinks v3.2.0
17462026-08-25T22:38:42.011Z Compiling precomputed-hash v0.1.1
17472026-08-25T22:38:42.031Z Compiling normalize-line-endings v0.3.0
17482026-08-25T22:38:42.101Z Compiling supports-unicode v3.0.0
17492026-08-25T22:38:42.116Z Compiling new_debug_unreachable v1.0.6
17502026-08-25T22:38:42.129Z Compiling typed-path v0.9.3
17512026-08-25T22:38:42.133Z Compiling difflib v0.4.0
17522026-08-25T22:38:42.186Z Compiling static_assertions v1.1.0
17532026-08-25T22:38:42.250Z Compiling fixedbitset v0.4.2
17542026-08-25T22:38:42.272Z Compiling data-encoding v2.10.0
17552026-08-25T22:38:42.471Z Compiling whoami v2.1.0
17562026-08-25T22:38:42.636Z Compiling fixedbitset v0.5.7
17572026-08-25T22:38:42.657Z Compiling predicates-core v1.0.10
17582026-08-25T22:38:42.694Z Compiling const-oid v0.10.2
17592026-08-25T22:38:42.748Z Compiling winnow v1.0.3
17602026-08-25T22:38:42.820Z Compiling cpufeatures v0.3.0
17612026-08-25T22:38:42.843Z Compiling toml_edit v0.22.27
17622026-08-25T22:38:42.900Z Compiling chacha20 v0.10.0
17632026-08-25T22:38:42.904Z Compiling digest v0.11.3
17642026-08-25T22:38:42.934Z Compiling petgraph v0.8.3
17652026-08-25T22:38:42.950Z Compiling predicates v3.1.4
17662026-08-25T22:38:43.132Z Compiling tokio-postgres v0.7.16
17672026-08-25T22:38:43.291Z Compiling strum v0.26.3
17682026-08-25T22:38:43.340Z Compiling hickory-proto v0.25.2
17692026-08-25T22:38:43.427Z Compiling petgraph v0.6.5
17702026-08-25T22:38:43.583Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17712026-08-25T22:38:43.803Z Compiling toml_parser v1.1.2+spec-1.1.0
17722026-08-25T22:38:44.474Z Compiling miette v7.6.0
17732026-08-25T22:38:44.889Z Compiling string_cache v0.8.9
17742026-08-25T22:38:44.957Z Compiling sha3 v0.10.8
17752026-08-25T22:38:45.124Z Compiling usdt-impl v0.5.0
17762026-08-25T22:38:45.434Z Compiling usdt v0.6.0
17772026-08-25T22:38:45.452Z Compiling elliptic-curve v0.13.8
17782026-08-25T22:38:45.613Z Compiling ed25519-dalek v2.2.0
17792026-08-25T22:38:45.654Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17802026-08-25T22:38:45.695Z Compiling crossterm v0.28.1
17812026-08-25T22:38:45.853Z Compiling serde_with v3.21.0
17822026-08-25T22:38:46.139Z Compiling zip v4.6.1
17832026-08-25T22:38:46.843Z Compiling iddqd v0.4.2
17842026-08-25T22:38:47.075Z Compiling itertools v0.13.0
17852026-08-25T22:38:47.146Z Compiling itertools v0.15.0
17862026-08-25T22:38:47.365Z Compiling heck v0.4.1
17872026-08-25T22:38:47.397Z Compiling similar v2.7.0
17882026-08-25T22:38:47.590Z Compiling crossbeam-epoch v0.9.18
17892026-08-25T22:38:47.649Z Compiling oxide-generation v0.1.3
17902026-08-25T22:38:47.913Z Compiling tokio-stream v0.1.18
17912026-08-25T22:38:47.950Z Compiling buf-list v1.1.2
17922026-08-25T22:38:48.072Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17932026-08-25T22:38:48.113Z Compiling openapiv3 v2.2.0
17942026-08-25T22:38:48.212Z Compiling peg-runtime v0.8.5
17952026-08-25T22:38:48.235Z Compiling lalrpop-util v0.19.12
17962026-08-25T22:38:48.301Z Compiling thread_local v1.1.9
17972026-08-25T22:38:48.367Z Compiling slog-async v2.8.0
17982026-08-25T22:38:48.388Z Compiling crossbeam-channel v0.5.15
17992026-08-25T22:38:48.429Z Compiling is-terminal v0.4.17
18002026-08-25T22:38:48.458Z Compiling filetime v0.2.27
18012026-08-25T22:38:48.486Z Compiling take_mut v0.2.2
18022026-08-25T22:38:48.523Z Compiling xattr v1.6.1
18032026-08-25T22:38:48.551Z Compiling term v1.2.1
18042026-08-25T22:38:48.596Z Compiling camino-tempfile v1.4.1
18052026-08-25T22:38:48.673Z Compiling tar v0.4.46
18062026-08-25T22:38:48.816Z Compiling slog-term v2.9.2
18072026-08-25T22:38:55.153Z Compiling rustls-webpki v0.103.13
18082026-08-25T22:38:57.831Z Compiling tokio-rustls v0.26.4
18092026-08-25T22:38:57.831Z Compiling rustls-platform-verifier v0.6.2
18102026-08-25T22:38:57.834Z Compiling tough v0.22.0
18112026-08-25T22:38:58.051Z Compiling hyper-rustls v0.27.7
18122026-08-25T22:38:58.253Z Compiling reqwest v0.13.2
18132026-08-25T22:39:00.454Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-08-25T22:39:00.667Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-08-25T22:39:03.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18162026-08-25T22:39:03.751Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18172026-08-25T22:39:03.804ZAug 25 22:39:02.924 INFO Starting download, target: Console
18182026-08-25T22:39:03.804ZAug 25 22:39:02.925 INFO Starting download, target: Cockroach
18192026-08-25T22:39:03.804ZAug 25 22:39:02.925 INFO Starting download, target: Clickhouse
18202026-08-25T22:39:03.808ZAug 25 22:39:02.925 INFO Starting download, target: DendriteStub
18212026-08-25T22:39:03.808ZAug 25 22:39:02.925 INFO Starting download, target: MaghemiteMgd
18222026-08-25T22:39:03.808ZAug 25 22:39:02.925 INFO Starting download, target: MaghemiteDdmd
18232026-08-25T22:39:03.808ZAug 25 22:39:02.925 INFO Starting download, target: TransceiverControl
18242026-08-25T22:39:03.808ZAug 25 22:39:02.925 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18252026-08-25T22:39:03.808ZAug 25 22:39:02.925 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18262026-08-25T22:39:03.808ZAug 25 22:39:02.925 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18272026-08-25T22:39:03.808ZAug 25 22:39:02.925 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18282026-08-25T22:39:03.808ZAug 25 22:39:02.925 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18292026-08-25T22:39:03.809ZAug 25 22:39:02.925 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18302026-08-25T22:39:03.809ZAug 25 22:39:02.925 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18312026-08-25T22:39:04.525ZAug 25 22:39:03.624 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18322026-08-25T22:39:04.750ZAug 25 22:39:03.832 INFO Download complete, target: TransceiverControl
18332026-08-25T22:39:05.617ZAug 25 22:39:04.728 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18342026-08-25T22:39:05.760ZAug 25 22:39:04.873 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18352026-08-25T22:39:05.929ZAug 25 22:39:05.026 INFO Download complete, target: Console
18362026-08-25T22:39:06.514ZAug 25 22:39:05.615 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18372026-08-25T22:39:06.835ZAug 25 22:39:05.951 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18382026-08-25T22:39:07.130ZAug 25 22:39:06.209 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18392026-08-25T22:39:08.161ZAug 25 22:39:07.273 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18402026-08-25T22:39:08.161ZAug 25 22:39:07.273 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18412026-08-25T22:39:08.982ZAug 25 22:39:08.098 INFO Download complete, target: DendriteStub
18422026-08-25T22:39:09.140ZAug 25 22:39:08.260 INFO Download complete, target: MaghemiteDdmd
18432026-08-25T22:39:09.410ZAug 25 22:39:08.529 INFO Download complete, target: MaghemiteMgd
18442026-08-25T22:39:12.578ZAug 25 22:39:11.698 INFO Checking that binary works, target: Clickhouse
18452026-08-25T22:39:12.736ZAug 25 22:39:11.858 INFO Download complete, target: Clickhouse
18462026-08-25T22:39:12.811ZAug 25 22:39:11.932 INFO Checking that binary works, target: Cockroach
18472026-08-25T22:39:12.982ZAug 25 22:39:12.103 INFO Download complete, target: Cockroach
18482026-08-25T22:39:13.030ZAll builder prerequisites installed successfully, and PATH looks valid
18492026-08-25T22:39:13.033Z
18502026-08-25T22:39:13.033Zreal 2:12.218985667
18512026-08-25T22:39:13.033Zuser 7:22.246519834
18522026-08-25T22:39:13.033Zsys 1:26.968107979
18532026-08-25T22:39:13.033Ztrap 0.254665280
18542026-08-25T22:39:13.033Ztflt 2.702396301
18552026-08-25T22:39:13.033Zdflt 3.510839798
18562026-08-25T22:39:13.033Zkflt 0.029678644
18572026-08-25T22:39:13.033Zlock 27:34.300919060
18582026-08-25T22:39:13.033Zslp 22:33.992262431
18592026-08-25T22:39:13.033Zlat 45.897550629
18602026-08-25T22:39:13.033Zstop 2:41.372502657
18612026-08-25T22:39:13.033Z+ banner hack-check
18622026-08-25T22:39:13.033Z
18632026-08-25T22:39:13.033Z # # ## #### # # #### # # ###### #### # #
18642026-08-25T22:39:13.033Z # # # # # # # # # # # # # # # # #
18652026-08-25T22:39:13.033Z ###### # # # #### ##### # ###### ##### # ####
18662026-08-25T22:39:13.033Z # # ###### # # # # # # # # # #
18672026-08-25T22:39:13.033Z # # # # # # # # # # # # # # # # #
18682026-08-25T22:39:13.033Z # # # # #### # # #### # # ###### #### # #
18692026-08-25T22:39:13.033Z
18702026-08-25T22:39:13.033Z+ export CARGO_INCREMENTAL=0
18712026-08-25T22:39:13.033Z+ CARGO_INCREMENTAL=0
18722026-08-25T22:39:13.033Z+ ptime -m timeout 2h cargo xtask check-features --ci
18732026-08-25T22:39:13.506Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18742026-08-25T22:39:13.792Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18752026-08-25T22:39:15.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18762026-08-25T22:39:15.696Z Running `target/debug/xtask check-features --ci`
18772026-08-25T22:39:15.720Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18782026-08-25T22:39:15.720Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18792026-08-25T22:39:16.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18802026-08-25T22:39:16.172Z Running `target/debug/xtask download cargo-hack`
18812026-08-25T22:39:16.963Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18822026-08-25T22:39:17.280Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18832026-08-25T22:39:19.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
18842026-08-25T22:39:20.046Z Running `target/debug/xtask-downloader cargo-hack`
18852026-08-25T22:39:20.084ZAug 25 22:39:19.204 INFO Starting download, target: CargoHack
18862026-08-25T22:39:20.103ZAug 25 22:39:19.205 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18872026-08-25T22:39:20.445ZAug 25 22:39:19.560 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18882026-08-25T22:39:20.491ZAug 25 22:39:19.610 INFO Download complete, target: CargoHack
18892026-08-25T22:39:20.497Zrunning: "/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"
18902026-08-25T22:39:20.508Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18912026-08-25T22:39:20.686Zinfo: running `cargo check --bins` on api_identity (1/377)
18922026-08-25T22:39:21.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-25T22:39:21.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-25T22:39:21.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-25T22:39:21.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18962026-08-25T22:39:21.229Z
18972026-08-25T22:39:21.229Zinfo: running `cargo check --bins` on bootstore (2/377)
18982026-08-25T22:39:21.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-25T22:39:21.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-25T22:39:21.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-25T22:39:21.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-08-25T22:39:21.790Z
19032026-08-25T22:39:21.790Zinfo: running `cargo check --bins` on omicron-ledger (3/377)
19042026-08-25T22:39:22.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-25T22:39:22.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-25T22:39:22.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-25T22:39:22.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19082026-08-25T22:39:22.322Z
19092026-08-25T22:39:22.322Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377)
19102026-08-25T22:39:22.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-25T22:39:22.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-25T22:39:22.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-25T22:39:22.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19142026-08-25T22:39:22.867Z
19152026-08-25T22:39:22.867Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377)
19162026-08-25T22:39:23.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-25T22:39:23.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-25T22:39:23.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-25T22:39:23.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19202026-08-25T22:39:23.429Z
19212026-08-25T22:39:23.429Zinfo: running `cargo check --bins` on omicron-certificates (6/377)
19222026-08-25T22:39:23.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-25T22:39:23.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-25T22:39:23.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-25T22:39:23.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19262026-08-25T22:39:23.994Z
19272026-08-25T22:39:23.994Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/377)
19282026-08-25T22:39:24.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-25T22:39:24.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-25T22:39:24.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-25T22:39:24.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19322026-08-25T22:39:24.566Z
19332026-08-25T22:39:24.566Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377)
19342026-08-25T22:39:25.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-25T22:39:25.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-25T22:39:25.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-25T22:39:25.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19382026-08-25T22:39:25.141Z
19392026-08-25T22:39:25.141Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/377)
19402026-08-25T22:39:25.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-25T22:39:25.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-25T22:39:25.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-25T22:39:25.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-08-25T22:39:25.555Z
19452026-08-25T22:39:25.556Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/377)
19462026-08-25T22:39:25.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-25T22:39:25.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-25T22:39:25.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-25T22:39:25.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19502026-08-25T22:39:25.984Z
19512026-08-25T22:39:25.984Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/377)
19522026-08-25T22:39:26.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-25T22:39:26.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-25T22:39:26.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-25T22:39:26.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-25T22:39:26.406Z
19572026-08-25T22:39:26.407Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/377)
19582026-08-25T22:39:26.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-25T22:39:26.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-25T22:39:26.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-25T22:39:26.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19622026-08-25T22:39:26.832Z
19632026-08-25T22:39:26.832Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/377)
19642026-08-25T22:39:27.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-25T22:39:27.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-25T22:39:27.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-25T22:39:27.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19682026-08-25T22:39:27.257Z
19692026-08-25T22:39:27.257Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/377)
19702026-08-25T22:39:27.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-25T22:39:27.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-25T22:39:27.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-25T22:39:27.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19742026-08-25T22:39:27.681Z
19752026-08-25T22:39:27.681Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/377)
19762026-08-25T22:39:28.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-25T22:39:28.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-25T22:39:28.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-25T22:39:28.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19802026-08-25T22:39:28.107Z
19812026-08-25T22:39:28.107Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/377)
19822026-08-25T22:39:28.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-25T22:39:28.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-25T22:39:28.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-25T22:39:28.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-25T22:39:28.532Z
19872026-08-25T22:39:28.532Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/377)
19882026-08-25T22:39:28.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-25T22:39:28.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-25T22:39:28.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-25T22:39:28.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19922026-08-25T22:39:28.960Z
19932026-08-25T22:39:28.960Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/377)
19942026-08-25T22:39:29.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-25T22:39:29.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-25T22:39:29.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-25T22:39:29.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-25T22:39:29.381Z
19992026-08-25T22:39:29.381Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/377)
20002026-08-25T22:39:29.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-25T22:39:29.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-25T22:39:29.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-25T22:39:29.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-25T22:39:29.800Z
20052026-08-25T22:39:29.800Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/377)
20062026-08-25T22:39:30.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-25T22:39:30.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-25T22:39:30.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-25T22:39:30.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20102026-08-25T22:39:30.227Z
20112026-08-25T22:39:30.227Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/377)
20122026-08-25T22:39:30.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-25T22:39:30.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-25T22:39:30.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-25T22:39:30.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-25T22:39:30.648Z
20172026-08-25T22:39:30.648Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/377)
20182026-08-25T22:39:31.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-25T22:39:31.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-25T22:39:31.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-25T22:39:31.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20222026-08-25T22:39:31.074Z
20232026-08-25T22:39:31.074Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/377)
20242026-08-25T22:39:31.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-25T22:39:31.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-25T22:39:31.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-25T22:39:31.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20282026-08-25T22:39:31.497Z
20292026-08-25T22:39:31.497Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/377)
20302026-08-25T22:39:31.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-25T22:39:31.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-25T22:39:31.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-25T22:39:31.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-25T22:39:31.920Z
20352026-08-25T22:39:31.920Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/377)
20362026-08-25T22:39:32.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-25T22:39:32.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-25T22:39:32.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-25T22:39:32.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20402026-08-25T22:39:32.346Z
20412026-08-25T22:39:32.346Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/377)
20422026-08-25T22:39:32.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-25T22:39:32.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-25T22:39:32.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-25T22:39:32.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-08-25T22:39:32.777Z
20472026-08-25T22:39:32.777Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/377)
20482026-08-25T22:39:33.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-25T22:39:33.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-25T22:39:33.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-25T22:39:33.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-25T22:39:33.194Z
20532026-08-25T22:39:33.195Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/377)
20542026-08-25T22:39:33.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-25T22:39:33.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-25T22:39:33.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-25T22:39:33.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-25T22:39:33.665Z
20592026-08-25T22:39:33.665Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/377)
20602026-08-25T22:39:33.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-25T22:39:33.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-25T22:39:33.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-25T22:39:33.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20642026-08-25T22:39:34.040Z
20652026-08-25T22:39:34.040Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/377)
20662026-08-25T22:39:34.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-25T22:39:34.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-25T22:39:34.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-25T22:39:34.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-25T22:39:34.462Z
20712026-08-25T22:39:34.462Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/377)
20722026-08-25T22:39:34.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-25T22:39:34.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-25T22:39:34.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-25T22:39:34.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-25T22:39:34.888Z
20772026-08-25T22:39:34.888Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/377)
20782026-08-25T22:39:35.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-25T22:39:35.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-25T22:39:35.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-25T22:39:35.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-25T22:39:35.310Z
20832026-08-25T22:39:35.310Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/377)
20842026-08-25T22:39:35.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-25T22:39:35.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-25T22:39:35.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-25T22:39:35.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20882026-08-25T22:39:35.735Z
20892026-08-25T22:39:35.735Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/377)
20902026-08-25T22:39:36.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-25T22:39:36.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-25T22:39:36.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-25T22:39:36.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-25T22:39:36.169Z
20952026-08-25T22:39:36.169Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/377)
20962026-08-25T22:39:36.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-25T22:39:36.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-25T22:39:36.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-25T22:39:36.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-25T22:39:36.578Z
21012026-08-25T22:39:36.578Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/377)
21022026-08-25T22:39:36.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-25T22:39:36.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-25T22:39:36.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-25T22:39:36.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21062026-08-25T22:39:37.001Z
21072026-08-25T22:39:37.002Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/377)
21082026-08-25T22:39:37.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-25T22:39:37.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-25T22:39:37.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-25T22:39:37.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-25T22:39:37.420Z
21132026-08-25T22:39:37.420Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/377)
21142026-08-25T22:39:37.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-25T22:39:37.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-25T22:39:37.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-25T22:39:37.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-25T22:39:37.856Z
21192026-08-25T22:39:37.856Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/377)
21202026-08-25T22:39:38.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-25T22:39:38.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-25T22:39:38.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-25T22:39:38.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-25T22:39:38.263Z
21252026-08-25T22:39:38.263Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/377)
21262026-08-25T22:39:38.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-25T22:39:38.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-25T22:39:38.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-25T22:39:38.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-25T22:39:38.688Z
21312026-08-25T22:39:38.688Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/377)
21322026-08-25T22:39:39.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-25T22:39:39.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-25T22:39:39.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-25T22:39:39.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21362026-08-25T22:39:39.110Z
21372026-08-25T22:39:39.110Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/377)
21382026-08-25T22:39:39.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-25T22:39:39.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-25T22:39:39.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-25T22:39:39.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21422026-08-25T22:39:39.533Z
21432026-08-25T22:39:39.533Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/377)
21442026-08-25T22:39:39.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-25T22:39:39.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-25T22:39:39.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-25T22:39:39.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21482026-08-25T22:39:39.958Z
21492026-08-25T22:39:39.958Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/377)
21502026-08-25T22:39:40.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-25T22:39:40.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-25T22:39:40.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-25T22:39:40.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21542026-08-25T22:39:40.386Z
21552026-08-25T22:39:40.386Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/377)
21562026-08-25T22:39:40.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-25T22:39:40.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-25T22:39:40.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-25T22:39:40.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21602026-08-25T22:39:40.814Z
21612026-08-25T22:39:40.814Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/377)
21622026-08-25T22:39:41.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-25T22:39:41.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-25T22:39:41.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-25T22:39:41.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21662026-08-25T22:39:41.241Z
21672026-08-25T22:39:41.241Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/377)
21682026-08-25T22:39:41.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-25T22:39:41.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-25T22:39:41.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-25T22:39:41.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21722026-08-25T22:39:41.668Z
21732026-08-25T22:39:41.669Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/377)
21742026-08-25T22:39:42.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-25T22:39:42.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-25T22:39:42.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-25T22:39:42.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21782026-08-25T22:39:42.095Z
21792026-08-25T22:39:42.095Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/377)
21802026-08-25T22:39:42.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-25T22:39:42.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-25T22:39:42.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-25T22:39:42.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21842026-08-25T22:39:42.711Z
21852026-08-25T22:39:42.712Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/377)
21862026-08-25T22:39:43.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-25T22:39:43.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-25T22:39:43.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-25T22:39:43.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21902026-08-25T22:39:43.328Z
21912026-08-25T22:39:43.329Zinfo: running `cargo check --bins` on nexus-config (51/377)
21922026-08-25T22:39:43.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-25T22:39:43.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-25T22:39:43.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-25T22:39:43.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-08-25T22:39:43.940Z
21972026-08-25T22:39:43.940Zinfo: running `cargo check --bins` on nexus-types (52/377)
21982026-08-25T22:39:44.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-25T22:39:44.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-25T22:39:44.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-25T22:39:44.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22022026-08-25T22:39:44.553Z
22032026-08-25T22:39:44.553Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/377)
22042026-08-25T22:39:45.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-25T22:39:45.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-25T22:39:45.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-25T22:39:45.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22082026-08-25T22:39:45.134Z
22092026-08-25T22:39:45.134Zinfo: running `cargo check --bins` on omicron-passwords (54/377)
22102026-08-25T22:39:45.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-25T22:39:45.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-25T22:39:45.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-25T22:39:45.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22142026-08-25T22:39:45.693Z
22152026-08-25T22:39:45.693Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/377)
22162026-08-25T22:39:46.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-25T22:39:46.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-25T22:39:46.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-25T22:39:46.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-08-25T22:39:46.271Z
22212026-08-25T22:39:46.271Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/377)
22222026-08-25T22:39:46.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-25T22:39:46.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-25T22:39:46.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-25T22:39:46.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-08-25T22:39:46.850Z
22272026-08-25T22:39:46.850Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/377)
22282026-08-25T22:39:47.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-25T22:39:47.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-25T22:39:47.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-25T22:39:47.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22322026-08-25T22:39:47.434Z
22332026-08-25T22:39:47.434Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/377)
22342026-08-25T22:39:47.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-25T22:39:47.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-25T22:39:47.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-25T22:39:47.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22382026-08-25T22:39:48.018Z
22392026-08-25T22:39:48.018Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/377)
22402026-08-25T22:39:48.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-25T22:39:48.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-25T22:39:48.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-25T22:39:48.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22442026-08-25T22:39:48.584Z
22452026-08-25T22:39:48.585Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/377)
22462026-08-25T22:39:49.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-25T22:39:49.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-25T22:39:49.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-25T22:39:49.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22502026-08-25T22:39:49.153Z
22512026-08-25T22:39:49.153Zinfo: running `cargo check --bins --no-default-features` on gfss (61/377)
22522026-08-25T22:39:49.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-25T22:39:49.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-25T22:39:49.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-25T22:39:49.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-25T22:39:49.714Z
22572026-08-25T22:39:49.714Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/377)
22582026-08-25T22:39:50.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-25T22:39:50.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-25T22:39:50.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-25T22:39:50.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22622026-08-25T22:39:50.435Z
22632026-08-25T22:39:50.436Zinfo: running `cargo check --bins` on trust-quorum-types (63/377)
22642026-08-25T22:39:50.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-25T22:39:50.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-25T22:39:50.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-25T22:39:50.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22682026-08-25T22:39:50.961Z
22692026-08-25T22:39:50.961Zinfo: running `cargo check --bins` on wicketd-commission-types (64/377)
22702026-08-25T22:39:51.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-25T22:39:51.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-25T22:39:51.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-25T22:39:51.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22742026-08-25T22:39:51.431Z
22752026-08-25T22:39:51.431Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/377)
22762026-08-25T22:39:51.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-25T22:39:51.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-25T22:39:51.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-25T22:39:51.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22802026-08-25T22:39:52.011Z
22812026-08-25T22:39:52.011Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/377)
22822026-08-25T22:39:52.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-25T22:39:52.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-25T22:39:52.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-25T22:39:52.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22862026-08-25T22:39:52.579Z
22872026-08-25T22:39:52.579Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/377)
22882026-08-25T22:39:53.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-25T22:39:53.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-25T22:39:53.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-25T22:39:53.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22922026-08-25T22:39:53.152Z
22932026-08-25T22:39:53.152Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/377)
22942026-08-25T22:39:53.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-25T22:39:53.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-25T22:39:53.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-25T22:39:53.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22982026-08-25T22:39:53.727Z
22992026-08-25T22:39:53.727Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/377)
23002026-08-25T22:39:54.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-25T22:39:54.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-25T22:39:54.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-25T22:39:54.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23042026-08-25T22:39:54.301Z
23052026-08-25T22:39:54.301Zinfo: running `cargo check --bins` on cockroach-admin-types (70/377)
23062026-08-25T22:39:54.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-25T22:39:54.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-25T22:39:54.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-25T22:39:54.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23102026-08-25T22:39:54.860Z
23112026-08-25T22:39:54.860Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/377)
23122026-08-25T22:39:55.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-25T22:39:55.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-25T22:39:55.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-25T22:39:55.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23162026-08-25T22:39:55.421Z
23172026-08-25T22:39:55.421Zinfo: running `cargo check --bins` on ereport-types (72/377)
23182026-08-25T22:39:55.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-25T22:39:55.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-25T22:39:55.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-25T22:39:55.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23222026-08-25T22:39:55.993Z
23232026-08-25T22:39:55.993Zinfo: running `cargo check --bins` on gateway-client (73/377)
23242026-08-25T22:39:56.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-25T22:39:56.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-25T22:39:56.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272026-08-25T22:39:56.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23282026-08-25T22:39:56.570Z
23292026-08-25T22:39:56.570Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/377)
23302026-08-25T22:39:57.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312026-08-25T22:39:57.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322026-08-25T22:39:57.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332026-08-25T22:39:57.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23342026-08-25T22:39:57.143Z
23352026-08-25T22:39:57.143Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/377)
23362026-08-25T22:39:57.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372026-08-25T22:39:57.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382026-08-25T22:39:57.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392026-08-25T22:39:57.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23402026-08-25T22:39:57.706Z
23412026-08-25T22:39:57.706Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/377)
23422026-08-25T22:39:58.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432026-08-25T22:39:58.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442026-08-25T22:39:58.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452026-08-25T22:39:58.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23462026-08-25T22:39:58.295Z
23472026-08-25T22:39:58.295Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/377)
23482026-08-25T22:39:58.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492026-08-25T22:39:58.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502026-08-25T22:39:58.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512026-08-25T22:39:58.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23522026-08-25T22:39:58.882Z
23532026-08-25T22:39:58.882Zinfo: running `cargo check --bins` on key-manager-types (78/377)
23542026-08-25T22:39:59.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552026-08-25T22:39:59.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562026-08-25T22:39:59.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23572026-08-25T22:39:59.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23582026-08-25T22:39:59.447Z
23592026-08-25T22:39:59.447Zinfo: running `cargo check --bins` on oxlog (79/377)
23602026-08-25T22:39:59.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23612026-08-25T22:39:59.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23622026-08-25T22:40:00.058Z Checking cfg-if v1.0.4
23632026-08-25T22:40:00.061Z Checking serde_core v1.0.228
23642026-08-25T22:40:00.061Z Checking libc v0.2.185
23652026-08-25T22:40:00.176Z Checking memchr v2.8.0
23662026-08-25T22:40:00.186Z Checking smallvec v1.15.1
23672026-08-25T22:40:00.186Z Checking log v0.4.33
23682026-08-25T22:40:00.206Z Checking subtle v2.6.1
23692026-08-25T22:40:00.216Z Checking itoa v1.0.17
23702026-08-25T22:40:00.227Z Checking scopeguard v1.2.0
23712026-08-25T22:40:00.325Z Checking lock_api v0.4.14
23722026-08-25T22:40:00.343Z Checking stable_deref_trait v1.2.1
23732026-08-25T22:40:00.356Z Checking typenum v1.20.1
23742026-08-25T22:40:00.370Z Checking zerofrom v0.1.6
23752026-08-25T22:40:00.380Z Checking portable-atomic v1.13.1
23762026-08-25T22:40:00.412Z Checking zerocopy v0.8.55
23772026-08-25T22:40:00.479Z Checking yoke v0.8.1
23782026-08-25T22:40:00.518Z Checking critical-section v1.2.0
23792026-08-25T22:40:00.544Z Checking libm v0.2.16
23802026-08-25T22:40:00.559Z Checking errno v0.3.14
23812026-08-25T22:40:00.612Z Checking getrandom v0.2.17
23822026-08-25T22:40:00.644Z Checking zerovec v0.11.5
23832026-08-25T22:40:00.672Z Checking zmij v1.0.21
23842026-08-25T22:40:00.755Z Checking rand_core v0.6.4
23852026-08-25T22:40:00.788Z Checking once_cell v1.21.3
23862026-08-25T22:40:00.880Z Checking const-oid v0.9.6
23872026-08-25T22:40:00.928Z Checking pin-project-lite v0.2.17
23882026-08-25T22:40:00.958Z Checking rand_core v0.10.0
23892026-08-25T22:40:01.028Z Checking writeable v0.6.2
23902026-08-25T22:40:01.085Z Checking tinystr v0.8.2
23912026-08-25T22:40:01.099Z Checking percent-encoding v2.3.2
23922026-08-25T22:40:01.110Z Checking litemap v0.8.1
23932026-08-25T22:40:01.188Z Checking getrandom v0.4.3
23942026-08-25T22:40:01.234Z Checking potential_utf v0.1.4
23952026-08-25T22:40:01.238Z Checking num-traits v0.2.19
23962026-08-25T22:40:01.279Z Checking signal-hook-registry v1.4.8
23972026-08-25T22:40:01.282Z Checking icu_locale_core v2.1.1
23982026-08-25T22:40:01.331Z Checking zerotrie v0.2.3
23992026-08-25T22:40:01.379Z Checking parking_lot_core v0.9.12
24002026-08-25T22:40:01.437Z Checking futures-core v0.3.32
24012026-08-25T22:40:01.557Z Checking icu_collections v2.1.1
24022026-08-25T22:40:01.571Z Checking mio v1.2.0
24032026-08-25T22:40:01.574Z Checking parking_lot v0.12.5
24042026-08-25T22:40:01.590Z Checking equivalent v1.0.2
24052026-08-25T22:40:01.632Z Checking serde v1.0.228
24062026-08-25T22:40:01.668Z Checking bitflags v2.11.0
24072026-08-25T22:40:01.764Z Checking serde_json v1.0.151
24082026-08-25T22:40:01.788Z Checking icu_normalizer_data v2.1.1
24092026-08-25T22:40:01.827Z Checking icu_properties_data v2.1.2
24102026-08-25T22:40:01.840Z Checking icu_provider v2.1.1
24112026-08-25T22:40:01.854Z Checking socket2 v0.6.3
24122026-08-25T22:40:01.868Z Checking byteorder v1.5.0
24132026-08-25T22:40:01.882Z Checking getrandom v0.3.4
24142026-08-25T22:40:01.949Z Checking hashbrown v0.17.0
24152026-08-25T22:40:02.022Z Checking futures-sink v0.3.32
24162026-08-25T22:40:02.036Z Checking zeroize v1.9.0
24172026-08-25T22:40:02.060Z Checking bytes v1.11.1
24182026-08-25T22:40:02.063Z Checking icu_normalizer v2.1.1
24192026-08-25T22:40:02.086Z Checking icu_properties v2.1.2
24202026-08-25T22:40:02.116Z Checking utf8_iter v1.0.4
24212026-08-25T22:40:02.201Z Checking generic-array v0.14.7
24222026-08-25T22:40:02.234Z Checking futures-channel v0.3.32
24232026-08-25T22:40:02.355Z Checking rustix v1.1.4
24242026-08-25T22:40:02.412Z Checking indexmap v2.14.0
24252026-08-25T22:40:02.424Z Checking form_urlencoded v1.2.2
24262026-08-25T22:40:02.435Z Checking futures-io v0.3.32
24272026-08-25T22:40:02.504Z Checking tokio v1.52.1
24282026-08-25T22:40:02.541Z Checking futures-task v0.3.32
24292026-08-25T22:40:02.553Z Checking slab v0.4.12
24302026-08-25T22:40:02.649Z Checking block-buffer v0.10.4
24312026-08-25T22:40:02.680Z Checking crypto-common v0.1.7
24322026-08-25T22:40:02.709Z Checking futures-util v0.3.32
24332026-08-25T22:40:02.789Z Checking fnv v1.0.7
24342026-08-25T22:40:02.804Z Checking digest v0.10.7
24352026-08-25T22:40:02.885Z Checking base64ct v1.8.3
24362026-08-25T22:40:02.898Z Checking idna_adapter v1.2.1
24372026-08-25T22:40:02.960Z Checking iana-time-zone v0.1.65
24382026-08-25T22:40:03.002Z Checking rand_core v0.9.5
24392026-08-25T22:40:03.014Z Checking idna v1.1.0
24402026-08-25T22:40:03.069Z Checking chrono v0.4.45
24412026-08-25T22:40:03.118Z Checking pem-rfc7468 v0.7.0
24422026-08-25T22:40:03.174Z Checking uuid v1.23.4
24432026-08-25T22:40:03.187Z Checking ppv-lite86 v0.2.21
24442026-08-25T22:40:03.200Z Checking flagset v0.4.7
24452026-08-25T22:40:03.259Z Checking url v2.5.8
24462026-08-25T22:40:03.272Z Checking regex-syntax v0.8.10
24472026-08-25T22:40:03.319Z Checking der v0.7.10
24482026-08-25T22:40:03.481Z Checking base64 v0.22.1
24492026-08-25T22:40:03.495Z Checking rand_chacha v0.9.0
24502026-08-25T22:40:03.690Z Checking http v1.4.2
24512026-08-25T22:40:03.705Z Checking dyn-clone v1.0.20
24522026-08-25T22:40:03.718Z Checking rand v0.9.2
24532026-08-25T22:40:03.802Z Checking semver v1.0.28
24542026-08-25T22:40:03.917Z Checking tracing-core v0.1.36
24552026-08-25T22:40:04.012Z Checking simd-adler32 v0.3.8
24562026-08-25T22:40:04.057Z Checking spki v0.7.3
24572026-08-25T22:40:04.192Z Checking cpufeatures v0.2.17
24582026-08-25T22:40:04.205Z Checking schemars v0.8.22
24592026-08-25T22:40:04.225Z Checking tracing v0.1.44
24602026-08-25T22:40:04.238Z Checking pkcs8 v0.10.2
24612026-08-25T22:40:04.260Z Checking rustls-pki-types v1.14.0
24622026-08-25T22:40:04.273Z Checking http-body v1.0.1
24632026-08-25T22:40:04.392Z Checking spin v0.9.8
24642026-08-25T22:40:04.406Z Checking utf8parse v0.2.2
24652026-08-25T22:40:04.430Z Checking openssl-probe v0.2.1
24662026-08-25T22:40:04.506Z Checking fastrand v2.3.0
24672026-08-25T22:40:04.540Z Checking adler2 v2.0.1
24682026-08-25T22:40:04.562Z Checking cmov v0.5.4
24692026-08-25T22:40:04.574Z Checking anstyle v1.0.14
24702026-08-25T22:40:04.578Z Checking tinyvec_macros v0.1.1
24712026-08-25T22:40:04.643Z Checking miniz_oxide v0.8.9
24722026-08-25T22:40:04.655Z Checking tinyvec v1.10.0
24732026-08-25T22:40:04.668Z Checking anstyle-parse v1.0.0
24742026-08-25T22:40:04.684Z Checking tempfile v3.27.0
24752026-08-25T22:40:04.750Z Checking ctutils v0.4.2
24762026-08-25T22:40:04.764Z Checking sha2 v0.10.9
24772026-08-25T22:40:04.814Z Checking terminal_size v0.4.3
24782026-08-25T22:40:04.865Z Checking aws-lc-sys v0.40.0
24792026-08-25T22:40:04.878Z Checking thiserror v2.0.18
24802026-08-25T22:40:04.925Z Checking atomic-waker v1.1.2
24812026-08-25T22:40:04.957Z Checking try-lock v0.2.5
24822026-08-25T22:40:04.970Z Checking colorchoice v1.0.4
24832026-08-25T22:40:04.983Z Checking tower-layer v0.3.3
24842026-08-25T22:40:04.996Z Checking tower-service v0.3.3
24852026-08-25T22:40:05.019Z Checking untrusted v0.7.1
24862026-08-25T22:40:05.042Z Checking anstyle-query v1.1.5
24872026-08-25T22:40:05.055Z Checking is_terminal_polyfill v1.70.2
24882026-08-25T22:40:05.067Z Checking want v0.3.1
24892026-08-25T22:40:05.080Z Checking hybrid-array v0.4.13
24902026-08-25T22:40:05.128Z Checking ipnet v2.12.0
24912026-08-25T22:40:05.128Z Checking crc32fast v1.5.0
24922026-08-25T22:40:05.128Z Checking httparse v1.10.1
24932026-08-25T22:40:05.162Z Checking anstream v1.0.0
24942026-08-25T22:40:05.179Z Checking wait-timeout v0.2.1
24952026-08-25T22:40:05.285Z Checking aho-corasick v1.1.4
24962026-08-25T22:40:05.303Z Checking quick-error v1.2.3
24972026-08-25T22:40:05.342Z Checking httpdate v1.0.3
24982026-08-25T22:40:05.355Z Checking plain v0.2.3
24992026-08-25T22:40:05.368Z Checking aws-lc-rs v1.16.3
25002026-08-25T22:40:05.381Z Checking tap v1.0.1
25012026-08-25T22:40:05.398Z Checking foreign-types-shared v0.1.1
25022026-08-25T22:40:05.453Z Checking bit-vec v0.8.0
25032026-08-25T22:40:05.478Z Checking untrusted v0.9.0
25042026-08-25T22:40:05.490Z Checking wyz v0.5.1
25052026-08-25T22:40:05.495Z Checking foreign-types v0.3.2
25062026-08-25T22:40:05.555Z Checking rusty-fork v0.3.1
25072026-08-25T22:40:05.589Z Checking unicode-normalization v0.1.25
25082026-08-25T22:40:05.643Z Checking bit-set v0.8.0
25092026-08-25T22:40:05.672Z Checking rand_chacha v0.3.1
25102026-08-25T22:40:05.721Z Checking rand_xorshift v0.4.0
25112026-08-25T22:40:05.765Z Checking tokio-util v0.7.18
25122026-08-25T22:40:05.788Z Checking signature v2.2.0
25132026-08-25T22:40:05.826Z Checking radium v0.7.0
25142026-08-25T22:40:05.839Z Checking hex v0.4.3
25152026-08-25T22:40:05.881Z Checking openssl-sys v0.9.117
25162026-08-25T22:40:05.922Z Checking num-integer v0.1.46
25172026-08-25T22:40:05.960Z Checking regex-automata v0.4.14
25182026-08-25T22:40:05.990Z Checking strsim v0.11.1
25192026-08-25T22:40:06.005Z Checking unarray v0.1.4
25202026-08-25T22:40:06.058Z Checking funty v2.0.0
25212026-08-25T22:40:06.104Z Checking ucd-trie v0.1.7
25222026-08-25T22:40:06.145Z Checking clap_lex v1.0.0
25232026-08-25T22:40:06.158Z Checking unicode-ident v1.0.24
25242026-08-25T22:40:06.207Z Checking rustls-webpki v0.103.13
25252026-08-25T22:40:06.237Z Checking pest v2.8.6
25262026-08-25T22:40:06.250Z Checking openssl v0.10.80
25272026-08-25T22:40:06.262Z Checking proc-macro2 v1.0.106
25282026-08-25T22:40:06.294Z Checking clap_builder v4.6.0
25292026-08-25T22:40:06.375Z Checking bitvec v1.0.1
25302026-08-25T22:40:06.387Z Checking h2 v0.4.15
25312026-08-25T22:40:06.567Z Checking num-iter v0.1.45
25322026-08-25T22:40:06.620Z Checking rustls v0.23.41
25332026-08-25T22:40:06.675Z Checking proptest v1.11.0
25342026-08-25T22:40:07.284Z Checking rand v0.8.6
25352026-08-25T22:40:07.502Z Checking ipnetwork v0.21.1
25362026-08-25T22:40:07.677Z Checking lazy_static v1.5.0
25372026-08-25T22:40:07.717Z Checking hmac v0.12.1
25382026-08-25T22:40:07.732Z Checking thiserror v1.0.69
25392026-08-25T22:40:07.764Z Checking maybe-uninit v2.0.0
25402026-08-25T22:40:07.804Z Checking serde_spanned v0.6.9
25412026-08-25T22:40:07.828Z Checking toml_datetime v0.6.11
25422026-08-25T22:40:07.831Z Checking sync_wrapper v1.0.2
25432026-08-25T22:40:07.856Z Checking pretty-hex v0.4.1
25442026-08-25T22:40:07.926Z Checking crc-catalog v2.4.0
25452026-08-25T22:40:07.939Z Checking siphasher v1.0.2
25462026-08-25T22:40:07.967Z Checking nodrop v0.1.14
25472026-08-25T22:40:08.010Z Checking zlib-rs v0.6.2
25482026-08-25T22:40:08.022Z Checking powerfmt v0.2.0
25492026-08-25T22:40:08.055Z Checking array-init v0.0.4
25502026-08-25T22:40:08.093Z Checking crc v3.4.0
25512026-08-25T22:40:08.169Z Checking deranged v0.5.8
25522026-08-25T22:40:08.238Z Checking native-tls v0.2.18
25532026-08-25T22:40:08.264Z Checking tower v0.5.3
25542026-08-25T22:40:08.354Z Checking smallvec v0.6.14
25552026-08-25T22:40:08.418Z Checking num-bigint-dig v0.8.6
25562026-08-25T22:40:08.460Z Checking newtype-uuid v1.3.2
25572026-08-25T22:40:08.546Z Checking oxnet v0.1.6
25582026-08-25T22:40:08.648Z Checking packed_struct v0.10.1
25592026-08-25T22:40:08.670Z Checking clap v4.6.1
25602026-08-25T22:40:08.750Z Checking quote v1.0.45
25612026-08-25T22:40:08.800Z Checking http-body-util v0.1.3
25622026-08-25T22:40:08.857Z Checking pkcs1 v0.7.5
25632026-08-25T22:40:08.885Z Checking flate2 v1.1.9
25642026-08-25T22:40:08.917Z Checking crossbeam-utils v0.8.21
25652026-08-25T22:40:09.018Z Checking bitfield v0.19.4
25662026-08-25T22:40:09.067Z Checking zerocopy v0.6.6
25672026-08-25T22:40:09.091Z Checking bzip2-sys v0.1.13+1.0.8
25682026-08-25T22:40:09.183Z Checking ahash v0.8.12
25692026-08-25T22:40:09.187Z Checking hyper v1.10.1
25702026-08-25T22:40:09.209Z Checking scroll v0.13.0
25712026-08-25T22:40:09.244Z Checking env_filter v2.0.0
25722026-08-25T22:40:09.277Z Checking num_threads v0.1.7
25732026-08-25T22:40:09.307Z Checking num-conv v0.2.0
25742026-08-25T22:40:09.363Z Checking iri-string v0.7.10
25752026-08-25T22:40:09.363Z Checking allocator-api2 v0.2.21
25762026-08-25T22:40:09.387Z Checking time-core v0.1.8
25772026-08-25T22:40:09.400Z Checking unicode-bidi v0.3.18
25782026-08-25T22:40:09.421Z Checking base64 v0.21.7
25792026-08-25T22:40:09.435Z Checking winnow v0.5.40
25802026-08-25T22:40:09.526Z Checking unicode-properties v0.1.4
25812026-08-25T22:40:09.653Z Checking gimli v0.32.3
25822026-08-25T22:40:09.664Z Checking hashbrown v0.12.3
25832026-08-25T22:40:09.698Z Checking ryu v1.0.23
25842026-08-25T22:40:09.714Z Checking stringprep v0.1.5
25852026-08-25T22:40:09.733Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25862026-08-25T22:40:09.832Z Checking serde_urlencoded v0.7.1
25872026-08-25T22:40:09.864Z Checking ron v0.8.1
25882026-08-25T22:40:10.037Z Checking time v0.3.47
25892026-08-25T22:40:10.052Z Checking indexmap v1.9.3
25902026-08-25T22:40:10.142Z Checking hyper-util v0.1.20
25912026-08-25T22:40:10.365Z Checking goblin v0.10.5
25922026-08-25T22:40:10.377Z Checking env_logger v0.11.11
25932026-08-25T22:40:10.401Z Checking tower-http v0.6.8
25942026-08-25T22:40:10.567Z Checking hashbrown v0.13.2
25952026-08-25T22:40:10.584Z Checking toml_edit v0.19.15
25962026-08-25T22:40:10.680Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25972026-08-25T22:40:10.836Z Checking crossbeam-epoch v0.9.18
25982026-08-25T22:40:10.986Z Checking rsa v0.9.10
25992026-08-25T22:40:11.058Z Checking bzip2 v0.4.4
26002026-08-25T22:40:11.171Z Checking syn v2.0.117
26012026-08-25T22:40:11.183Z Checking addr2line v0.25.1
26022026-08-25T22:40:11.218Z Checking daft v0.1.8
26032026-08-25T22:40:11.398Z Checking serde-hex v0.1.0
26042026-08-25T22:40:11.436Z Checking tokio-native-tls v0.3.1
26052026-08-25T22:40:11.462Z Checking bstr v1.12.1
26062026-08-25T22:40:11.481Z Checking crypto-common v0.2.2
26072026-08-25T22:40:11.592Z Checking block-padding v0.4.2
26082026-08-25T22:40:11.605Z Checking block-buffer v0.12.1
26092026-08-25T22:40:11.733Z Checking rustls-native-certs v0.8.3
26102026-08-25T22:40:11.767Z Checking x509-cert v0.2.5
26112026-08-25T22:40:11.855Z Checking scroll v0.12.0
26122026-08-25T22:40:11.871Z Checking object v0.37.3
26132026-08-25T22:40:12.075Z Checking zstd-sys v2.0.16+zstd.1.5.7
26142026-08-25T22:40:12.090Z Checking md-5 v0.10.6
26152026-08-25T22:40:12.190Z Checking hash32 v0.2.1
26162026-08-25T22:40:12.232Z Checking encoding_rs v0.8.35
26172026-08-25T22:40:12.349Z Checking psl-types v2.0.11
26182026-08-25T22:40:12.431Z Checking rustc-demangle v0.1.27
26192026-08-25T22:40:12.467Z Checking fallible-iterator v0.2.0
26202026-08-25T22:40:12.663Z Checking mime v0.3.17
26212026-08-25T22:40:12.671Z Checking crc-any v2.5.0
26222026-08-25T22:40:12.749Z Checking either v1.15.0
26232026-08-25T22:40:12.764Z Checking postgres-protocol v0.6.10
26242026-08-25T22:40:12.827Z Checking dof v0.4.0
26252026-08-25T22:40:12.841Z Checking publicsuffix v2.3.0
26262026-08-25T22:40:12.894Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26272026-08-25T22:40:12.937Z Checking heapless v0.7.17
26282026-08-25T22:40:12.997Z Checking zstd-safe v7.2.4
26292026-08-25T22:40:13.077Z Checking goblin v0.8.2
26302026-08-25T22:40:13.161Z Checking inout v0.2.2
26312026-08-25T22:40:13.161Z Checking toml v0.7.8
26322026-08-25T22:40:13.315Z Checking hyper-tls v0.6.0
26332026-08-25T22:40:13.349Z Checking zip v0.6.6
26342026-08-25T22:40:13.423Z Checking cookie v0.18.1
26352026-08-25T22:40:13.441Z Checking object v0.30.4
26362026-08-25T22:40:13.483Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-08-25T22:40:13.496Z Checking tokio-rustls v0.26.4
26382026-08-25T22:40:13.641Z Checking phf_shared v0.13.1
26392026-08-25T22:40:13.654Z Checking dtrace-parser v0.3.0
26402026-08-25T22:40:13.669Z Checking zerocopy v0.7.35
26412026-08-25T22:40:13.719Z Checking pin-project v1.1.11
26422026-08-25T22:40:13.813Z Checking signal-hook v0.3.18
26432026-08-25T22:40:13.834Z Checking futures-executor v0.3.32
26442026-08-25T22:40:13.850Z Checking erased-serde v0.3.31
26452026-08-25T22:40:13.888Z Checking ff v0.13.1
26462026-08-25T22:40:13.980Z Checking thread-id v5.1.0
26472026-08-25T22:40:14.002Z Checking unicode-width v0.2.0
26482026-08-25T22:40:14.015Z Checking foldhash v0.1.5
26492026-08-25T22:40:14.057Z Checking smawk v0.3.2
26502026-08-25T22:40:14.149Z Checking bumpalo v3.20.2
26512026-08-25T22:40:14.170Z Checking jiff-core v0.1.0
26522026-08-25T22:40:14.185Z Checking managed v0.8.0
26532026-08-25T22:40:14.202Z Checking backtrace v0.3.76
26542026-08-25T22:40:14.248Z Checking bitflags v1.3.2
26552026-08-25T22:40:14.260Z Checking path-slash v0.1.5
26562026-08-25T22:40:14.320Z Compiling rayon-core v1.13.0
26572026-08-25T22:40:14.351Z Checking unicode-linebreak v0.1.5
26582026-08-25T22:40:14.362Z Checking is_ci v1.2.0
26592026-08-25T22:40:14.376Z Checking libbz2-rs-sys v0.2.2
26602026-08-25T22:40:14.457Z Checking base16ct v0.2.0
26612026-08-25T22:40:14.496Z Checking foldhash v0.2.0
26622026-08-25T22:40:14.509Z Checking same-file v1.0.6
26632026-08-25T22:40:14.557Z Checking textwrap v0.16.2
26642026-08-25T22:40:14.581Z Checking sec1 v0.7.3
26652026-08-25T22:40:14.621Z Checking walkdir v2.5.0
26662026-08-25T22:40:14.650Z Checking hashbrown v0.16.1
26672026-08-25T22:40:14.759Z Checking bzip2 v0.6.1
26682026-08-25T22:40:14.771Z Checking backtrace-ext v0.2.1
26692026-08-25T22:40:14.784Z Checking supports-color v3.0.2
26702026-08-25T22:40:14.810Z Checking smoltcp v0.9.1
26712026-08-25T22:40:14.852Z Checking jiff v0.2.34
26722026-08-25T22:40:14.871Z Checking zopfli v0.8.3
26732026-08-25T22:40:14.914Z Checking slog v2.8.2
26742026-08-25T22:40:14.927Z Checking hashbrown v0.15.5
26752026-08-25T22:40:15.004Z Checking dof v0.3.0
26762026-08-25T22:40:15.144Z Checking usdt-impl v0.6.0
26772026-08-25T22:40:15.175Z Checking group v0.13.0
26782026-08-25T22:40:15.194Z Checking signal-hook-mio v0.2.5
26792026-08-25T22:40:15.290Z Checking futures v0.3.32
26802026-08-25T22:40:15.303Z Checking phf v0.13.1
26812026-08-25T22:40:15.320Z Checking snafu v0.8.9
26822026-08-25T22:40:15.367Z Checking hyper-rustls v0.27.7
26832026-08-25T22:40:15.388Z Checking cookie_store v0.22.1
26842026-08-25T22:40:15.408Z Checking reqwest v0.12.28
26852026-08-25T22:40:15.420Z Checking cipher v0.5.2
26862026-08-25T22:40:15.445Z Checking zstd v0.13.3
26872026-08-25T22:40:15.553Z Checking postgres-types v0.2.12
26882026-08-25T22:40:15.556Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26892026-08-25T22:40:15.577Z Checking rustls-platform-verifier v0.6.2
26902026-08-25T22:40:15.628Z Checking globset v0.4.18
26912026-08-25T22:40:15.657Z Checking crossbeam-deque v0.8.6
26922026-08-25T22:40:15.711Z Checking phf_shared v0.11.3
26932026-08-25T22:40:15.724Z Checking hkdf v0.12.4
26942026-08-25T22:40:15.834Z Checking dtrace-parser v0.2.0
26952026-08-25T22:40:15.854Z Checking regex v1.12.3
26962026-08-25T22:40:15.857Z Checking byte-wrapper v0.1.0
26972026-08-25T22:40:15.878Z Checking curve25519-dalek v4.1.3
26982026-08-25T22:40:15.881Z Checking ref-cast v1.0.25
26992026-08-25T22:40:15.902Z Checking strum v0.27.2
27002026-08-25T22:40:15.973Z Checking olpc-cjson v0.1.4
27012026-08-25T22:40:16.009Z Checking hubpack v0.1.2
27022026-08-25T22:40:16.063Z Checking ed25519 v2.2.3
27032026-08-25T22:40:16.067Z Checking memoffset v0.9.1
27042026-08-25T22:40:16.107Z Checking rustix v0.38.44
27052026-08-25T22:40:16.130Z Checking owo-colors v4.3.0
27062026-08-25T22:40:16.148Z Checking pem v3.0.6
27072026-08-25T22:40:16.161Z Checking crypto-bigint v0.5.5
27082026-08-25T22:40:16.174Z Checking serde_plain v1.0.2
27092026-08-25T22:40:16.247Z Checking serde-big-array v0.5.1
27102026-08-25T22:40:16.302Z Checking float-cmp v0.10.0
27112026-08-25T22:40:16.316Z Checking thread-id v4.2.2
27122026-08-25T22:40:16.379Z Checking memmap2 v0.9.10
27132026-08-25T22:40:16.392Z Checking fixedbitset v0.4.2
27142026-08-25T22:40:16.427Z Checking const-oid v0.10.2
27152026-08-25T22:40:16.536Z Checking difflib v0.4.0
27162026-08-25T22:40:16.538Z Checking data-encoding v2.10.0
27172026-08-25T22:40:16.581Z Checking winnow v1.0.3
27182026-08-25T22:40:16.676Z Checking normalize-line-endings v0.3.0
27192026-08-25T22:40:16.689Z Checking fixedbitset v0.5.7
27202026-08-25T22:40:16.715Z Checking keccak v0.1.6
27212026-08-25T22:40:16.742Z Checking winnow v0.7.14
27222026-08-25T22:40:16.763Z Checking supports-unicode v3.0.0
27232026-08-25T22:40:16.815Z Checking whoami v2.1.0
27242026-08-25T22:40:16.869Z Checking precomputed-hash v0.1.1
27252026-08-25T22:40:16.882Z Checking toml_write v0.1.2
27262026-08-25T22:40:16.885Z Checking unicode-segmentation v1.12.0
27272026-08-25T22:40:16.905Z Checking supports-hyperlinks v3.2.0
27282026-08-25T22:40:16.950Z Checking static_assertions v1.1.0
27292026-08-25T22:40:17.008Z Checking new_debug_unreachable v1.0.6
27302026-08-25T22:40:17.011Z Checking typed-path v0.9.3
27312026-08-25T22:40:17.032Z Checking cpufeatures v0.3.0
27322026-08-25T22:40:17.044Z Checking unicode-width v0.1.14
27332026-08-25T22:40:17.064Z Checking predicates-core v1.0.10
27342026-08-25T22:40:17.077Z Checking string_cache v0.8.9
27352026-08-25T22:40:17.096Z Checking chacha20 v0.10.0
27362026-08-25T22:40:17.186Z Checking predicates v3.1.4
27372026-08-25T22:40:17.202Z Checking similar v2.7.0
27382026-08-25T22:40:17.242Z Checking elliptic-curve v0.13.8
27392026-08-25T22:40:17.283Z Checking miette v7.6.0
27402026-08-25T22:40:17.351Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27412026-08-25T22:40:17.431Z Checking toml_parser v1.1.2+spec-1.1.0
27422026-08-25T22:40:17.473Z Checking tokio-postgres v0.7.16
27432026-08-25T22:40:17.549Z Checking crossterm v0.28.1
27442026-08-25T22:40:17.583Z Checking petgraph v0.8.3
27452026-08-25T22:40:17.757Z Checking sha3 v0.10.8
27462026-08-25T22:40:17.776Z Checking tough v0.22.0
27472026-08-25T22:40:17.792Z Checking hickory-proto v0.25.2
27482026-08-25T22:40:17.921Z Checking toml_edit v0.22.27
27492026-08-25T22:40:17.963Z Checking zip v4.6.1
27502026-08-25T22:40:18.253Z Checking ed25519-dalek v2.2.0
27512026-08-25T22:40:18.486Z Checking digest v0.11.3
27522026-08-25T22:40:18.546Z Checking petgraph v0.6.5
27532026-08-25T22:40:18.671Z Checking usdt v0.6.0
27542026-08-25T22:40:18.739Z Checking usdt-impl v0.5.0
27552026-08-25T22:40:18.843Z Checking nix v0.31.2
27562026-08-25T22:40:18.990Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27572026-08-25T22:40:19.022Z Checking iddqd v0.4.2
27582026-08-25T22:40:19.484Z Checking reqwest v0.13.2
27592026-08-25T22:40:19.597Z Checking oxide-generation v0.1.3
27602026-08-25T22:40:19.639Z Checking itertools v0.15.0
27612026-08-25T22:40:19.807Z Checking itertools v0.13.0
27622026-08-25T22:40:19.820Z Checking strum v0.26.3
27632026-08-25T22:40:19.823Z Checking serde_with v3.21.0
27642026-08-25T22:40:19.933Z Checking fs-err v3.3.0
27652026-08-25T22:40:19.947Z Checking tokio-stream v0.1.18
27662026-08-25T22:40:20.048Z Checking buf-list v1.1.2
27672026-08-25T22:40:20.234Z Checking camino v1.2.5
27682026-08-25T22:40:20.237Z Checking anyhow v1.0.104
27692026-08-25T22:40:20.327Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27702026-08-25T22:40:20.330Z Checking openapiv3 v2.2.0
27712026-08-25T22:40:20.442Z Checking lalrpop-util v0.19.12
27722026-08-25T22:40:20.489Z Checking peg-runtime v0.8.5
27732026-08-25T22:40:20.584Z Checking rayon v1.11.0
27742026-08-25T22:40:20.597Z Checking sigpipe v0.1.3
27752026-08-25T22:40:20.609Z Checking glob v0.3.3
27762026-08-25T22:40:21.507Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27772026-08-25T22:40:21.861Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27782026-08-25T22:40:22.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.69s
27792026-08-25T22:40:22.302Z
27802026-08-25T22:40:22.302Zinfo: running `cargo check --bins` on internal-dns-types (80/377)
27812026-08-25T22:40:22.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-08-25T22:40:22.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-08-25T22:40:22.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842026-08-25T22:40:22.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27852026-08-25T22:40:22.875Z
27862026-08-25T22:40:22.876Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/377)
27872026-08-25T22:40:23.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-08-25T22:40:23.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-08-25T22:40:23.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-08-25T22:40:23.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27912026-08-25T22:40:23.457Z
27922026-08-25T22:40:23.457Zinfo: running `cargo check --bins` on nexus-types-versions (82/377)
27932026-08-25T22:40:23.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-08-25T22:40:23.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-08-25T22:40:23.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-08-25T22:40:23.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27972026-08-25T22:40:24.046Z
27982026-08-25T22:40:24.046Zinfo: running `cargo check --bins` on oxql-types (83/377)
27992026-08-25T22:40:24.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-08-25T22:40:24.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-08-25T22:40:24.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-08-25T22:40:24.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28032026-08-25T22:40:24.616Z
28042026-08-25T22:40:24.616Zinfo: running `cargo check --bins` on oximeter-types (84/377)
28052026-08-25T22:40:25.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-08-25T22:40:25.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-08-25T22:40:25.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-08-25T22:40:25.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28092026-08-25T22:40:25.184Z
28102026-08-25T22:40:25.184Zinfo: running `cargo check --bins` on oximeter-types-versions (85/377)
28112026-08-25T22:40:25.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-08-25T22:40:25.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-08-25T22:40:25.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-08-25T22:40:25.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28152026-08-25T22:40:25.756Z
28162026-08-25T22:40:25.756Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/377)
28172026-08-25T22:40:26.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-08-25T22:40:26.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-08-25T22:40:26.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202026-08-25T22:40:26.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28212026-08-25T22:40:26.313Z
28222026-08-25T22:40:26.313Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (87/377)
28232026-08-25T22:40:26.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-08-25T22:40:26.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-08-25T22:40:26.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262026-08-25T22:40:26.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28272026-08-25T22:40:26.730Z
28282026-08-25T22:40:26.730Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (88/377)
28292026-08-25T22:40:27.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-08-25T22:40:27.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-08-25T22:40:27.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322026-08-25T22:40:27.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28332026-08-25T22:40:27.152Z
28342026-08-25T22:40:27.153Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (89/377)
28352026-08-25T22:40:27.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-08-25T22:40:27.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-08-25T22:40:27.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382026-08-25T22:40:27.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28392026-08-25T22:40:27.573Z
28402026-08-25T22:40:27.573Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (90/377)
28412026-08-25T22:40:27.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-08-25T22:40:27.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-08-25T22:40:27.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442026-08-25T22:40:27.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28452026-08-25T22:40:27.995Z
28462026-08-25T22:40:27.995Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (91/377)
28472026-08-25T22:40:28.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-08-25T22:40:28.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-08-25T22:40:28.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502026-08-25T22:40:28.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28512026-08-25T22:40:28.416Z
28522026-08-25T22:40:28.417Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (92/377)
28532026-08-25T22:40:28.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-08-25T22:40:28.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-08-25T22:40:28.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562026-08-25T22:40:28.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28572026-08-25T22:40:28.837Z
28582026-08-25T22:40:28.837Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (93/377)
28592026-08-25T22:40:29.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-08-25T22:40:29.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-08-25T22:40:29.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622026-08-25T22:40:29.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28632026-08-25T22:40:29.257Z
28642026-08-25T22:40:29.257Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (94/377)
28652026-08-25T22:40:29.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-08-25T22:40:29.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-08-25T22:40:29.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682026-08-25T22:40:29.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28692026-08-25T22:40:29.681Z
28702026-08-25T22:40:29.681Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (95/377)
28712026-08-25T22:40:30.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-08-25T22:40:30.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-08-25T22:40:30.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742026-08-25T22:40:30.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28752026-08-25T22:40:30.099Z
28762026-08-25T22:40:30.099Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (96/377)
28772026-08-25T22:40:30.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-08-25T22:40:30.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-08-25T22:40:30.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-08-25T22:40:30.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28812026-08-25T22:40:30.517Z
28822026-08-25T22:40:30.517Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (97/377)
28832026-08-25T22:40:30.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-08-25T22:40:30.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-08-25T22:40:30.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-08-25T22:40:30.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28872026-08-25T22:40:30.939Z
28882026-08-25T22:40:30.939Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (98/377)
28892026-08-25T22:40:31.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-08-25T22:40:31.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-08-25T22:40:31.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-08-25T22:40:31.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28932026-08-25T22:40:31.359Z
28942026-08-25T22:40:31.359Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (99/377)
28952026-08-25T22:40:31.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-08-25T22:40:31.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-08-25T22:40:31.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-08-25T22:40:31.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28992026-08-25T22:40:31.781Z
29002026-08-25T22:40:31.781Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (100/377)
29012026-08-25T22:40:32.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-08-25T22:40:32.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-08-25T22:40:32.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-08-25T22:40:32.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29052026-08-25T22:40:32.202Z
29062026-08-25T22:40:32.202Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (101/377)
29072026-08-25T22:40:32.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-08-25T22:40:32.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-08-25T22:40:32.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-08-25T22:40:32.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29112026-08-25T22:40:32.623Z
29122026-08-25T22:40:32.623Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (102/377)
29132026-08-25T22:40:32.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-08-25T22:40:32.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-08-25T22:40:32.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-08-25T22:40:32.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29172026-08-25T22:40:33.043Z
29182026-08-25T22:40:33.043Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (103/377)
29192026-08-25T22:40:33.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-08-25T22:40:33.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-08-25T22:40:33.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-08-25T22:40:33.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29232026-08-25T22:40:33.463Z
29242026-08-25T22:40:33.463Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (104/377)
29252026-08-25T22:40:33.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-08-25T22:40:33.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-08-25T22:40:33.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-08-25T22:40:33.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29292026-08-25T22:40:33.880Z
29302026-08-25T22:40:33.880Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (105/377)
29312026-08-25T22:40:34.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-08-25T22:40:34.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-08-25T22:40:34.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-08-25T22:40:34.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29352026-08-25T22:40:34.300Z
29362026-08-25T22:40:34.300Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (106/377)
29372026-08-25T22:40:34.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-08-25T22:40:34.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-08-25T22:40:34.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-08-25T22:40:34.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29412026-08-25T22:40:34.717Z
29422026-08-25T22:40:34.717Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (107/377)
29432026-08-25T22:40:35.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-08-25T22:40:35.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-08-25T22:40:35.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-08-25T22:40:35.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29472026-08-25T22:40:35.133Z
29482026-08-25T22:40:35.134Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (108/377)
29492026-08-25T22:40:35.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-08-25T22:40:35.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-08-25T22:40:35.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522026-08-25T22:40:35.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29532026-08-25T22:40:35.553Z
29542026-08-25T22:40:35.553Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (109/377)
29552026-08-25T22:40:35.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562026-08-25T22:40:35.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572026-08-25T22:40:35.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29582026-08-25T22:40:35.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29592026-08-25T22:40:35.970Z
29602026-08-25T22:40:35.970Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (110/377)
29612026-08-25T22:40:36.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622026-08-25T22:40:36.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632026-08-25T22:40:36.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29642026-08-25T22:40:36.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29652026-08-25T22:40:36.392Z
29662026-08-25T22:40:36.392Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (111/377)
29672026-08-25T22:40:36.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682026-08-25T22:40:36.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692026-08-25T22:40:36.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29702026-08-25T22:40:36.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29712026-08-25T22:40:36.813Z
29722026-08-25T22:40:36.813Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (112/377)
29732026-08-25T22:40:37.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742026-08-25T22:40:37.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752026-08-25T22:40:37.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29762026-08-25T22:40:37.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29772026-08-25T22:40:37.236Z
29782026-08-25T22:40:37.236Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (113/377)
29792026-08-25T22:40:37.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802026-08-25T22:40:37.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812026-08-25T22:40:37.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29822026-08-25T22:40:37.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29832026-08-25T22:40:37.660Z
29842026-08-25T22:40:37.660Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (114/377)
29852026-08-25T22:40:38.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862026-08-25T22:40:38.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872026-08-25T22:40:38.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29882026-08-25T22:40:38.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29892026-08-25T22:40:38.079Z
29902026-08-25T22:40:38.079Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (115/377)
29912026-08-25T22:40:38.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922026-08-25T22:40:38.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932026-08-25T22:40:38.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29942026-08-25T22:40:38.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29952026-08-25T22:40:38.500Z
29962026-08-25T22:40:38.500Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (116/377)
29972026-08-25T22:40:38.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-08-25T22:40:38.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-08-25T22:40:38.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30002026-08-25T22:40:38.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30012026-08-25T22:40:38.920Z
30022026-08-25T22:40:38.920Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (117/377)
30032026-08-25T22:40:39.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-08-25T22:40:39.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-08-25T22:40:39.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062026-08-25T22:40:39.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30072026-08-25T22:40:39.348Z
30082026-08-25T22:40:39.348Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (118/377)
30092026-08-25T22:40:39.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-08-25T22:40:39.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-08-25T22:40:39.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122026-08-25T22:40:39.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30132026-08-25T22:40:39.764Z
30142026-08-25T22:40:39.764Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (119/377)
30152026-08-25T22:40:40.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-08-25T22:40:40.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-08-25T22:40:40.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182026-08-25T22:40:40.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30192026-08-25T22:40:40.185Z
30202026-08-25T22:40:40.185Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (120/377)
30212026-08-25T22:40:40.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-08-25T22:40:40.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-08-25T22:40:40.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242026-08-25T22:40:40.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30252026-08-25T22:40:40.603Z
30262026-08-25T22:40:40.603Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (121/377)
30272026-08-25T22:40:40.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-08-25T22:40:40.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-08-25T22:40:40.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-08-25T22:40:40.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30312026-08-25T22:40:41.020Z
30322026-08-25T22:40:41.020Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (122/377)
30332026-08-25T22:40:41.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-08-25T22:40:41.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-08-25T22:40:41.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-08-25T22:40:41.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30372026-08-25T22:40:41.442Z
30382026-08-25T22:40:41.442Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (123/377)
30392026-08-25T22:40:41.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-08-25T22:40:41.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-08-25T22:40:41.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-08-25T22:40:41.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30432026-08-25T22:40:41.864Z
30442026-08-25T22:40:41.864Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (124/377)
30452026-08-25T22:40:42.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-08-25T22:40:42.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-08-25T22:40:42.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-08-25T22:40:42.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30492026-08-25T22:40:42.284Z
30502026-08-25T22:40:42.284Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (125/377)
30512026-08-25T22:40:42.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-08-25T22:40:42.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-08-25T22:40:42.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-08-25T22:40:42.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30552026-08-25T22:40:42.704Z
30562026-08-25T22:40:42.704Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (126/377)
30572026-08-25T22:40:43.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-08-25T22:40:43.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-08-25T22:40:43.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-08-25T22:40:43.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30612026-08-25T22:40:43.123Z
30622026-08-25T22:40:43.123Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/377)
30632026-08-25T22:40:43.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-08-25T22:40:43.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-08-25T22:40:43.803Z Compiling multer v3.1.0
30662026-08-25T22:40:43.916Z Compiling async-stream-impl v0.3.6
30672026-08-25T22:40:43.920Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-08-25T22:40:43.934Z Compiling dropshot v0.17.1
30692026-08-25T22:40:43.946Z Compiling parse-display-derive v0.10.0
30702026-08-25T22:40:43.957Z Compiling dropshot_endpoint v0.17.1
30712026-08-25T22:40:43.960Z Compiling newtype-uuid-macros v0.1.0
30722026-08-25T22:40:43.991Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30732026-08-25T22:40:44.166Z Checking thread_local v1.1.9
30742026-08-25T22:40:44.166Z Checking match_cfg v0.1.0
30752026-08-25T22:40:44.262Z Checking compression-core v0.4.31
30762026-08-25T22:40:44.300Z Checking hostname v0.3.1
30772026-08-25T22:40:44.347Z Checking crossbeam-channel v0.5.15
30782026-08-25T22:40:44.386Z Checking compression-codecs v0.4.37
30792026-08-25T22:40:44.400Z Checking atomicwrites v0.4.4
30802026-08-25T22:40:44.417Z Checking slog-json v2.6.1
30812026-08-25T22:40:44.491Z Checking toml_datetime v1.1.1+spec-1.1.0
30822026-08-25T22:40:44.522Z Checking serde_spanned v1.1.1
30832026-08-25T22:40:44.553Z Checking is-terminal v0.4.17
30842026-08-25T22:40:44.574Z Checking toml_writer v1.1.1+spec-1.1.0
30852026-08-25T22:40:44.647Z Checking take_mut v0.2.2
30862026-08-25T22:40:44.663Z Checking debug-ignore v1.0.5
30872026-08-25T22:40:44.674Z Checking term v1.2.1
30882026-08-25T22:40:44.690Z Checking slog-bunyan v2.5.0
30892026-08-25T22:40:44.722Z Checking async-compression v0.4.41
30902026-08-25T22:40:44.747Z Checking slog-async v2.8.0
30912026-08-25T22:40:44.750Z Checking async-stream v0.3.6
30922026-08-25T22:40:44.750Z Checking toml v1.1.2+spec-1.1.0
30932026-08-25T22:40:44.799Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30942026-08-25T22:40:44.892Z Checking slog-term v2.9.2
30952026-08-25T22:40:44.906Z Checking progenitor-client v0.14.0
30962026-08-25T22:40:44.919Z Checking sha1 v0.11.0
30972026-08-25T22:40:44.966Z Checking waitgroup v0.1.2
30982026-08-25T22:40:45.067Z Checking rustls-pemfile v2.2.0
30992026-08-25T22:40:45.107Z Checking backon v1.6.0
31002026-08-25T22:40:45.135Z Checking serde_path_to_error v0.1.20
31012026-08-25T22:40:45.147Z Checking hostname v0.4.2
31022026-08-25T22:40:45.150Z Checking instant v0.1.13
31032026-08-25T22:40:45.260Z Checking backoff v0.4.0
31042026-08-25T22:40:45.270Z Checking progenitor-extras v0.2.0
31052026-08-25T22:40:45.365Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31062026-08-25T22:40:45.408Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31072026-08-25T22:40:45.429Z Checking regress v0.10.5
31082026-08-25T22:40:45.442Z Checking itertools v0.14.0
31092026-08-25T22:40:45.575Z Checking macaddr v1.0.1
31102026-08-25T22:40:45.608Z Checking parse-display v0.10.0
31112026-08-25T22:40:45.753Z Checking humantime v2.3.0
31122026-08-25T22:40:46.552Z Compiling prettyplease v0.2.37
31132026-08-25T22:40:46.837Z Checking num-rational v0.4.2
31142026-08-25T22:40:47.108Z Checking num-complex v0.4.6
31152026-08-25T22:40:47.582Z Compiling num v0.4.3
31162026-08-25T22:40:47.641Z Compiling usdt-macro v0.5.0
31172026-08-25T22:40:47.658Z Compiling usdt-attr-macro v0.5.0
31182026-08-25T22:40:47.671Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31192026-08-25T22:40:47.688Z Checking memmap v0.7.0
31202026-08-25T22:40:47.701Z Checking float-ord v0.3.2
31212026-08-25T22:40:47.819Z Compiling convert_case v0.4.0
31222026-08-25T22:40:48.179Z Compiling derive_more v0.99.20
31232026-08-25T22:40:48.212Z Checking newline-converter v0.3.0
31242026-08-25T22:40:48.325Z Checking console v0.15.11
31252026-08-25T22:40:48.372Z Compiling toml v0.8.23
31262026-08-25T22:40:48.442Z Checking usdt v0.5.0
31272026-08-25T22:40:48.602Z Checking linked-hash-map v0.5.6
31282026-08-25T22:40:48.618Z Compiling minimal-lexical v0.2.1
31292026-08-25T22:40:48.772Z Checking lru-cache v0.1.2
31302026-08-25T22:40:48.871Z Compiling nom v7.1.3
31312026-08-25T22:40:48.894Z Checking expectorate v1.2.0
31322026-08-25T22:40:49.043Z Checking camino-tempfile v1.4.1
31332026-08-25T22:40:49.247Z Checking hickory-proto v0.24.4
31342026-08-25T22:40:49.363Z Checking phf_shared v0.12.1
31352026-08-25T22:40:49.504Z Compiling slog-dtrace v0.3.0
31362026-08-25T22:40:49.554Z Compiling chrono-tz v0.10.4
31372026-08-25T22:40:49.735Z Checking resolv-conf v0.7.6
31382026-08-25T22:40:49.928Z Compiling unicode-xid v0.2.6
31392026-08-25T22:40:49.961Z Checking heck v0.5.0
31402026-08-25T22:40:50.058Z Compiling const_format_proc_macros v0.2.34
31412026-08-25T22:40:50.161Z Checking phf v0.12.1
31422026-08-25T22:40:50.281Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31432026-08-25T22:40:50.315Z Checking tokio-dtrace v0.1.1
31442026-08-25T22:40:50.496Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31452026-08-25T22:40:50.511Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31462026-08-25T22:40:50.750Z Compiling derive-where v1.6.0
31472026-08-25T22:40:50.794Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31482026-08-25T22:40:51.030Z Checking highway v1.3.0
31492026-08-25T22:40:51.098Z Checking hickory-resolver v0.24.4
31502026-08-25T22:40:51.262Z Checking const_format v0.2.35
31512026-08-25T22:40:51.525Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31522026-08-25T22:40:51.870Z Checking oxide-tokio-rt v0.1.4
31532026-08-25T22:40:52.043Z Checking qorb v0.4.1
31542026-08-25T22:40:52.069Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31552026-08-25T22:40:52.142Z Checking gethostname v0.5.0
31562026-08-25T22:40:52.217Z Checking bcs v0.1.6
31572026-08-25T22:40:52.231Z Checking termtree v0.5.1
31582026-08-25T22:40:52.309Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31592026-08-25T22:40:52.375Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31602026-08-25T22:40:52.375Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31612026-08-25T22:40:55.385Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31622026-08-25T22:40:58.446Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31632026-08-25T22:41:00.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.58s
31642026-08-25T22:41:00.902Z
31652026-08-25T22:41:00.902Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377)
31662026-08-25T22:41:01.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-08-25T22:41:01.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-08-25T22:41:01.600Z Compiling ar_archive_writer v0.5.1
31692026-08-25T22:41:01.715Z Compiling stacker v0.1.23
31702026-08-25T22:41:01.776Z Compiling cfg_aliases v0.1.1
31712026-08-25T22:41:01.776Z Compiling convert_case v0.10.0
31722026-08-25T22:41:01.776Z Compiling proc-macro-error v1.0.4
31732026-08-25T22:41:01.776Z Checking fd-lock v4.0.4
31742026-08-25T22:41:01.776Z Checking nibble_vec v0.1.0
31752026-08-25T22:41:01.776Z Checking vte v0.14.1
31762026-08-25T22:41:01.788Z Compiling nix v0.28.0
31772026-08-25T22:41:01.837Z Compiling recursive-proc-macro-impl v0.1.1
31782026-08-25T22:41:01.875Z Checking endian-type v0.1.2
31792026-08-25T22:41:01.904Z Checking bytecount v0.6.9
31802026-08-25T22:41:01.973Z Checking strip-ansi-escapes v0.2.1
31812026-08-25T22:41:02.043Z Checking papergrid v0.11.0
31822026-08-25T22:41:02.043Z Checking radix_trie v0.2.1
31832026-08-25T22:41:02.043Z Compiling derive_more-impl v2.1.1
31842026-08-25T22:41:02.108Z Compiling tabled_derive v0.7.0
31852026-08-25T22:41:02.108Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31862026-08-25T22:41:02.205Z Compiling peg-macros v0.8.5
31872026-08-25T22:41:02.260Z Compiling sqlparser_derive v0.5.0
31882026-08-25T22:41:02.514Z Compiling psm v0.1.30
31892026-08-25T22:41:02.536Z Checking winnow v0.6.26
31902026-08-25T22:41:02.594Z Checking home v0.5.12
31912026-08-25T22:41:02.735Z Checking unicode_categories v0.1.1
31922026-08-25T22:41:02.802Z Checking derive_more v2.1.1
31932026-08-25T22:41:02.862Z Checking nu-ansi-term v0.50.3
31942026-08-25T22:41:02.910Z Checking crossterm v0.29.0
31952026-08-25T22:41:02.970Z Checking tabled v0.15.0
31962026-08-25T22:41:03.038Z Checking rustyline v14.0.0
31972026-08-25T22:41:03.069Z Checking display-error-chain v0.2.2
31982026-08-25T22:41:03.132Z Checking reedline v0.40.0
31992026-08-25T22:41:03.275Z Checking recursive v0.1.1
32002026-08-25T22:41:03.368Z Checking sqlparser v0.61.0
32012026-08-25T22:41:03.461Z Checking peg v0.8.5
32022026-08-25T22:41:03.633Z Checking sqlformat v0.3.5
32032026-08-25T22:41:14.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s
32042026-08-25T22:41:14.808Z
32052026-08-25T22:41:14.808Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377)
32062026-08-25T22:41:15.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-08-25T22:41:15.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-08-25T22:41:15.479Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32092026-08-25T22:41:18.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
32102026-08-25T22:41:19.172Z
32112026-08-25T22:41:19.172Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377)
32122026-08-25T22:41:19.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-08-25T22:41:19.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-08-25T22:41:19.901Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32152026-08-25T22:41:22.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
32162026-08-25T22:41:22.555Z
32172026-08-25T22:41:22.555Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377)
32182026-08-25T22:41:23.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-08-25T22:41:23.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-08-25T22:41:23.237Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-08-25T22:41:26.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
32222026-08-25T22:41:26.745Z
32232026-08-25T22:41:26.745Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377)
32242026-08-25T22:41:27.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-08-25T22:41:27.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-08-25T22:41:27.421Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-08-25T22:41:30.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
32282026-08-25T22:41:30.967Z
32292026-08-25T22:41:30.967Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377)
32302026-08-25T22:41:31.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-08-25T22:41:31.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-08-25T22:41:31.640Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-08-25T22:41:34.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
32342026-08-25T22:41:34.498Z
32352026-08-25T22:41:34.498Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377)
32362026-08-25T22:41:35.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-08-25T22:41:35.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-08-25T22:41:35.178Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-08-25T22:41:37.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
32402026-08-25T22:41:38.076Z
32412026-08-25T22:41:38.076Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377)
32422026-08-25T22:41:38.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-08-25T22:41:38.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-08-25T22:41:38.755Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32452026-08-25T22:41:42.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
32462026-08-25T22:41:42.456Z
32472026-08-25T22:41:42.456Zinfo: running `cargo check --bins` on oximeter (136/377)
32482026-08-25T22:41:42.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-08-25T22:41:42.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-08-25T22:41:42.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-08-25T22:41:42.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32522026-08-25T22:41:43.030Z
32532026-08-25T22:41:43.031Zinfo: running `cargo check --bins` on oximeter-schema (137/377)
32542026-08-25T22:41:43.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-08-25T22:41:43.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-08-25T22:41:43.659Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32572026-08-25T22:41:44.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
32582026-08-25T22:41:44.206Z
32592026-08-25T22:41:44.206Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/377)
32602026-08-25T22:41:44.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612026-08-25T22:41:44.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622026-08-25T22:41:44.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32632026-08-25T22:41:44.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32642026-08-25T22:41:44.782Z
32652026-08-25T22:41:44.782Zinfo: running `cargo check --bins` on oximeter-test-utils (139/377)
32662026-08-25T22:41:45.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672026-08-25T22:41:45.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682026-08-25T22:41:45.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692026-08-25T22:41:45.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32702026-08-25T22:41:45.396Z
32712026-08-25T22:41:45.396Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377)
32722026-08-25T22:41:45.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732026-08-25T22:41:45.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742026-08-25T22:41:45.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752026-08-25T22:41:45.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32762026-08-25T22:41:45.980Z
32772026-08-25T22:41:45.980Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377)
32782026-08-25T22:41:46.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-08-25T22:41:46.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-08-25T22:41:46.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-08-25T22:41:46.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32822026-08-25T22:41:46.566Z
32832026-08-25T22:41:46.566Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377)
32842026-08-25T22:41:47.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-08-25T22:41:47.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-08-25T22:41:47.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-08-25T22:41:47.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32882026-08-25T22:41:47.153Z
32892026-08-25T22:41:47.153Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377)
32902026-08-25T22:41:47.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-08-25T22:41:47.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-08-25T22:41:47.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932026-08-25T22:41:47.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32942026-08-25T22:41:47.734Z
32952026-08-25T22:41:47.734Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/377)
32962026-08-25T22:41:48.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-08-25T22:41:48.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-08-25T22:41:48.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992026-08-25T22:41:48.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33002026-08-25T22:41:48.310Z
33012026-08-25T22:41:48.310Zinfo: running `cargo check --bins` on reconfigurator-cli (145/377)
33022026-08-25T22:41:48.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-08-25T22:41:48.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-08-25T22:41:49.134Z Compiling crucible-workspace-hack v0.1.0
33052026-08-25T22:41:49.134Z Compiling regress v0.11.1
33062026-08-25T22:41:49.134Z Checking secrecy v0.10.3
33072026-08-25T22:41:49.137Z Checking half v2.7.1
33082026-08-25T22:41:49.137Z Checking ciborium-io v0.2.2
33092026-08-25T22:41:49.137Z Checking inout v0.1.4
33102026-08-25T22:41:49.137Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33112026-08-25T22:41:49.137Z Checking universal-hash v0.5.1
33122026-08-25T22:41:49.340Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33132026-08-25T22:41:49.367Z Compiling thiserror-impl-no-std v2.0.2
33142026-08-25T22:41:49.404Z Checking cipher v0.4.4
33152026-08-25T22:41:49.407Z Checking opaque-debug v0.3.1
33162026-08-25T22:41:49.486Z Checking poly1305 v0.8.0
33172026-08-25T22:41:49.522Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33182026-08-25T22:41:49.547Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33192026-08-25T22:41:49.576Z Checking ciborium-ll v0.2.2
33202026-08-25T22:41:49.607Z Checking chacha20 v0.9.1
33212026-08-25T22:41:49.745Z Checking ciborium v0.2.2
33222026-08-25T22:41:49.748Z Checking password-hash v0.5.0
33232026-08-25T22:41:49.807Z Checking blake2 v0.10.6
33242026-08-25T22:41:49.823Z Checking aead v0.5.2
33252026-08-25T22:41:49.908Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33262026-08-25T22:41:49.969Z Compiling toml_datetime v0.7.5+spec-1.1.0
33272026-08-25T22:41:49.984Z Checking indent_write v2.2.0
33282026-08-25T22:41:50.048Z Checking argon2 v0.5.3
33292026-08-25T22:41:50.114Z Checking chacha20poly1305 v0.10.1
33302026-08-25T22:41:50.172Z Compiling toml_edit v0.23.10+spec-1.0.0
33312026-08-25T22:41:50.213Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33322026-08-25T22:41:50.248Z Compiling unsafe-libyaml v0.2.11
33332026-08-25T22:41:50.400Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33342026-08-25T22:41:50.521Z Checking thiserror-no-std v2.0.2
33352026-08-25T22:41:50.610Z Checking vsss-rs v3.3.4
33362026-08-25T22:41:50.628Z Compiling heapless v0.8.0
33372026-08-25T22:41:50.842Z Compiling typify-impl v0.6.2
33382026-08-25T22:41:50.911Z Compiling serde_yaml v0.9.34+deprecated
33392026-08-25T22:41:50.991Z Compiling proc-macro-crate v3.4.0
33402026-08-25T22:41:51.384Z Compiling ingot-macros v0.2.0
33412026-08-25T22:41:51.524Z Compiling num_enum_derive v0.7.6
33422026-08-25T22:41:51.562Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33432026-08-25T22:41:51.658Z Checking hash32 v0.3.1
33442026-08-25T22:41:51.708Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33452026-08-25T22:41:51.791Z Compiling smoltcp v0.11.0
33462026-08-25T22:41:52.135Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33472026-08-25T22:41:52.328Z Checking tabwriter v1.4.1
33482026-08-25T22:41:52.366Z Checking cobs v0.3.0
33492026-08-25T22:41:52.459Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33502026-08-25T22:41:52.482Z Checking swrite v0.1.0
33512026-08-25T22:41:52.518Z Checking postcard v1.1.3
33522026-08-25T22:41:52.559Z Checking num_enum v0.7.6
33532026-08-25T22:41:52.592Z Compiling proc-macro-crate v1.3.1
33542026-08-25T22:41:52.661Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33552026-08-25T22:41:52.677Z Compiling foreign-types-macros v0.2.3
33562026-08-25T22:41:52.813Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33572026-08-25T22:41:52.829Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33582026-08-25T22:41:52.869Z Checking colored v3.1.1
33592026-08-25T22:41:52.996Z Checking foreign-types-shared v0.3.1
33602026-08-25T22:41:53.059Z Compiling num_enum_derive v0.5.11
33612026-08-25T22:41:53.182Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33622026-08-25T22:41:53.200Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33632026-08-25T22:41:53.260Z Checking foreign-types v0.5.0
33642026-08-25T22:41:53.344Z Checking cstr-argument v0.1.2
33652026-08-25T22:41:53.477Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33662026-08-25T22:41:53.619Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33672026-08-25T22:41:53.651Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33682026-08-25T22:41:53.686Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33692026-08-25T22:41:53.728Z Checking rand v0.10.1
33702026-08-25T22:41:53.743Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33712026-08-25T22:41:53.819Z Compiling zone_cfg_derive v0.3.1
33722026-08-25T22:41:53.855Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33732026-08-25T22:41:53.977Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33742026-08-25T22:41:54.066Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33752026-08-25T22:41:54.084Z Checking num_enum v0.5.11
33762026-08-25T22:41:54.237Z Checking ingot-types v0.2.0
33772026-08-25T22:41:54.265Z Checking itertools v0.12.1
33782026-08-25T22:41:54.269Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33792026-08-25T22:41:54.457Z Compiling num-derive v0.4.2
33802026-08-25T22:41:54.515Z Compiling semver v0.1.20
33812026-08-25T22:41:54.609Z Checking ingot v0.2.1
33822026-08-25T22:41:54.812Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33832026-08-25T22:41:55.022Z Compiling rustc_version v0.1.7
33842026-08-25T22:41:55.254Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33852026-08-25T22:41:55.271Z Checking smf v0.2.3
33862026-08-25T22:41:55.312Z Checking zone v0.3.1
33872026-08-25T22:41:55.388Z Compiling typify-macro v0.6.2
33882026-08-25T22:41:55.412Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33892026-08-25T22:41:55.427Z Checking csv-core v0.1.13
33902026-08-25T22:41:55.507Z Checking nom v8.0.0
33912026-08-25T22:41:55.601Z Checking whoami v1.6.1
33922026-08-25T22:41:55.620Z Checking csv v1.4.0
33932026-08-25T22:41:55.635Z Compiling newtype_derive v0.1.6
33942026-08-25T22:41:55.675Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33952026-08-25T22:41:55.779Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33962026-08-25T22:41:55.806Z Compiling cancel-safe-futures v0.1.5
33972026-08-25T22:41:55.873Z Compiling serde_tokenstream v0.3.0
33982026-08-25T22:41:55.985Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33992026-08-25T22:41:56.035Z Compiling libefi-sys v0.1.0
34002026-08-25T22:41:56.194Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34012026-08-25T22:41:56.241Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34022026-08-25T22:41:56.245Z Compiling oxide-generation-macros v0.2.0
34032026-08-25T22:41:56.343Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34042026-08-25T22:41:56.406Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34052026-08-25T22:41:56.581Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34062026-08-25T22:41:56.597Z Checking oxide-update-engine-types v0.1.2
34072026-08-25T22:41:56.769Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34082026-08-25T22:41:56.787Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34092026-08-25T22:41:57.021Z Compiling bitfield-struct v0.6.2
34102026-08-25T22:41:57.121Z Compiling typify v0.6.2
34112026-08-25T22:41:57.239Z Compiling progenitor-impl v0.14.0
34122026-08-25T22:41:57.268Z Checking linear-map v1.2.0
34132026-08-25T22:41:57.345Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34142026-08-25T22:41:57.436Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34152026-08-25T22:41:57.452Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
34162026-08-25T22:41:57.484Z Checking oxide-update-engine v0.1.2
34172026-08-25T22:41:57.623Z Checking steno v0.4.1
34182026-08-25T22:41:57.637Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34192026-08-25T22:41:57.907Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34202026-08-25T22:41:58.059Z Checking sha1 v0.10.6
34212026-08-25T22:41:58.075Z Checking utf-8 v0.7.6
34222026-08-25T22:41:58.142Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34232026-08-25T22:41:58.208Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34242026-08-25T22:41:58.224Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34252026-08-25T22:41:58.238Z Checking tungstenite v0.21.0
34262026-08-25T22:41:58.364Z Checking ignore v0.4.25
34272026-08-25T22:41:58.380Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34282026-08-25T22:41:58.457Z Checking anstyle-parse v0.2.7
34292026-08-25T22:41:58.602Z Compiling xshell-macros v0.2.7
34302026-08-25T22:41:58.618Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34312026-08-25T22:41:58.618Z Checking anstream v0.6.21
34322026-08-25T22:41:58.655Z Checking tokio-tungstenite v0.21.0
34332026-08-25T22:41:58.776Z Checking globwalk v0.9.1
34342026-08-25T22:41:58.822Z Checking predicates-tree v1.0.13
34352026-08-25T22:41:58.837Z Checking filetime v0.2.27
34362026-08-25T22:41:58.937Z Checking xattr v1.6.1
34372026-08-25T22:41:58.940Z Checking tagptr v0.2.0
34382026-08-25T22:41:58.967Z Checking camino-tempfile-ext v0.3.3
34392026-08-25T22:41:58.981Z Checking xshell v0.2.7
34402026-08-25T22:41:58.996Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34412026-08-25T22:41:59.071Z Checking tar v0.4.46
34422026-08-25T22:41:59.114Z Checking moka v0.12.13
34432026-08-25T22:41:59.171Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34442026-08-25T22:41:59.210Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34452026-08-25T22:41:59.226Z Checking rand_seeder v0.4.0
34462026-08-25T22:41:59.308Z Checking half v1.8.3
34472026-08-25T22:41:59.358Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34482026-08-25T22:41:59.376Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34492026-08-25T22:41:59.504Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34502026-08-25T22:41:59.518Z Checking serde_cbor v0.11.2
34512026-08-25T22:41:59.685Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34522026-08-25T22:41:59.762Z Checking sha2 v0.11.0
34532026-08-25T22:41:59.786Z Checking hickory-resolver v0.25.2
34542026-08-25T22:41:59.864Z Compiling progenitor-macro v0.14.0
34552026-08-25T22:41:59.905Z Checking digest-io v0.1.0
34562026-08-25T22:42:00.042Z Compiling petname v2.0.2
34572026-08-25T22:42:00.327Z Checking rawzip v0.4.4
34582026-08-25T22:42:00.425Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34592026-08-25T22:42:00.500Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34602026-08-25T22:42:00.765Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34612026-08-25T22:42:00.915Z Checking sapling-renderdag v0.1.0
34622026-08-25T22:42:00.947Z Checking subprocess v0.2.15
34632026-08-25T22:42:00.964Z Checking sync-ptr v0.1.4
34642026-08-25T22:42:01.014Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34652026-08-25T22:42:01.031Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34662026-08-25T22:42:01.152Z Checking colored v2.2.0
34672026-08-25T22:42:01.233Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34682026-08-25T22:42:01.247Z Checking assert_matches v1.5.0
34692026-08-25T22:42:01.268Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34702026-08-25T22:42:01.463Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34712026-08-25T22:42:01.731Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34722026-08-25T22:42:01.798Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34732026-08-25T22:42:03.088Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34742026-08-25T22:42:03.128Z Checking progenitor v0.14.0
34752026-08-25T22:42:03.257Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34762026-08-25T22:42:03.261Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34772026-08-25T22:42:03.261Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34782026-08-25T22:42:03.261Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34792026-08-25T22:42:03.261Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34802026-08-25T22:42:03.261Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34812026-08-25T22:42:03.341Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34822026-08-25T22:42:03.519Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34832026-08-25T22:42:03.601Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34842026-08-25T22:42:03.890Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34852026-08-25T22:42:04.118Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34862026-08-25T22:42:04.451Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34872026-08-25T22:42:05.024Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34882026-08-25T22:42:05.138Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34892026-08-25T22:42:06.266Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34902026-08-25T22:42:14.850Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34912026-08-25T22:42:22.079Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34922026-08-25T22:42:22.082Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34932026-08-25T22:42:22.083Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34942026-08-25T22:42:23.568Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34952026-08-25T22:42:24.837Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34962026-08-25T22:42:27.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.76s
34972026-08-25T22:42:27.284Z
34982026-08-25T22:42:27.284Zinfo: running `cargo check --bins` on nexus-inventory (146/377)
34992026-08-25T22:42:27.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-08-25T22:42:27.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-08-25T22:42:27.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-08-25T22:42:27.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35032026-08-25T22:42:27.907Z
35042026-08-25T22:42:27.907Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377)
35052026-08-25T22:42:28.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-08-25T22:42:28.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-08-25T22:42:28.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-08-25T22:42:28.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35092026-08-25T22:42:28.493Z
35102026-08-25T22:42:28.493Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/377)
35112026-08-25T22:42:28.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-08-25T22:42:28.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-08-25T22:42:28.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-08-25T22:42:28.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35152026-08-25T22:42:29.081Z
35162026-08-25T22:42:29.081Zinfo: running `cargo check --bins` on dns-service-client (149/377)
35172026-08-25T22:42:29.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-08-25T22:42:29.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-08-25T22:42:29.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-08-25T22:42:29.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35212026-08-25T22:42:29.651Z
35222026-08-25T22:42:29.651Zinfo: running `cargo check --bins` on ntp-admin-client (150/377)
35232026-08-25T22:42:30.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-08-25T22:42:30.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-08-25T22:42:30.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-08-25T22:42:30.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35272026-08-25T22:42:30.214Z
35282026-08-25T22:42:30.214Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/377)
35292026-08-25T22:42:30.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-08-25T22:42:30.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-08-25T22:42:30.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-08-25T22:42:30.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35332026-08-25T22:42:30.786Z
35342026-08-25T22:42:30.787Zinfo: running `cargo check --bins` on cockroach-admin-client (152/377)
35352026-08-25T22:42:31.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-08-25T22:42:31.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-08-25T22:42:31.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-08-25T22:42:31.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35392026-08-25T22:42:31.355Z
35402026-08-25T22:42:31.356Zinfo: running `cargo check --bins` on parallel-task-set (153/377)
35412026-08-25T22:42:31.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-08-25T22:42:31.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-08-25T22:42:31.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-08-25T22:42:31.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35452026-08-25T22:42:31.923Z
35462026-08-25T22:42:31.923Zinfo: running `cargo check --bins` on sled-agent-client (154/377)
35472026-08-25T22:42:32.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-08-25T22:42:32.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-08-25T22:42:32.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-08-25T22:42:32.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35512026-08-25T22:42:32.516Z
35522026-08-25T22:42:32.516Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377)
35532026-08-25T22:42:33.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-08-25T22:42:33.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-08-25T22:42:33.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-08-25T22:42:33.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35572026-08-25T22:42:33.113Z
35582026-08-25T22:42:33.114Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/377)
35592026-08-25T22:42:33.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-08-25T22:42:33.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-08-25T22:42:33.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-08-25T22:42:33.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35632026-08-25T22:42:33.698Z
35642026-08-25T22:42:33.698Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377)
35652026-08-25T22:42:34.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-08-25T22:42:34.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-08-25T22:42:34.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-08-25T22:42:34.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35692026-08-25T22:42:34.281Z
35702026-08-25T22:42:34.281Zinfo: running `cargo check --bins` on key-manager (158/377)
35712026-08-25T22:42:34.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-08-25T22:42:34.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-08-25T22:42:34.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-08-25T22:42:34.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35752026-08-25T22:42:34.862Z
35762026-08-25T22:42:34.862Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/377)
35772026-08-25T22:42:35.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-08-25T22:42:35.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-08-25T22:42:35.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-08-25T22:42:35.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35812026-08-25T22:42:35.457Z
35822026-08-25T22:42:35.457Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377)
35832026-08-25T22:42:35.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-08-25T22:42:35.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-08-25T22:42:35.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-08-25T22:42:35.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35872026-08-25T22:42:36.054Z
35882026-08-25T22:42:36.054Zinfo: running `cargo check --bins` on typed-rng (161/377)
35892026-08-25T22:42:36.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-08-25T22:42:36.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-08-25T22:42:36.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-08-25T22:42:36.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35932026-08-25T22:42:36.622Z
35942026-08-25T22:42:36.622Zinfo: running `cargo check --bins` on gateway-test-utils (162/377)
35952026-08-25T22:42:37.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-08-25T22:42:37.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-08-25T22:42:37.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-08-25T22:42:37.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35992026-08-25T22:42:37.249Z
36002026-08-25T22:42:37.249Zinfo: running `cargo check --bins` on omicron-gateway (163/377)
36012026-08-25T22:42:37.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-08-25T22:42:37.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-08-25T22:42:37.988Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36042026-08-25T22:42:37.991Z Checking void v1.0.2
36052026-08-25T22:42:37.991Z Checking tungstenite v0.23.0
36062026-08-25T22:42:37.992Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36072026-08-25T22:42:38.107Z Checking dropshot-api-manager-types v0.8.0
36082026-08-25T22:42:38.110Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36092026-08-25T22:42:38.110Z Checking nix v0.27.1
36102026-08-25T22:42:38.114Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36112026-08-25T22:42:38.190Z Checking lzss v0.8.2
36122026-08-25T22:42:38.281Z Checking kstat-rs v0.2.5
36132026-08-25T22:42:38.293Z Checking fxhash v0.2.1
36142026-08-25T22:42:38.369Z Checking serde_bytes v0.11.19
36152026-08-25T22:42:38.403Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36162026-08-25T22:42:38.417Z Checking signal-hook-tokio v0.3.1
36172026-08-25T22:42:38.430Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36182026-08-25T22:42:38.458Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36192026-08-25T22:42:38.559Z Checking tokio-tungstenite v0.23.1
36202026-08-25T22:42:38.585Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36212026-08-25T22:42:39.683Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36222026-08-25T22:42:40.236Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36232026-08-25T22:42:42.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
36242026-08-25T22:42:42.565Z
36252026-08-25T22:42:42.565Zinfo: running `cargo check --bins` on gateway-api (164/377)
36262026-08-25T22:42:43.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-08-25T22:42:43.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-08-25T22:42:43.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-08-25T22:42:43.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36302026-08-25T22:42:43.146Z
36312026-08-25T22:42:43.146Zinfo: running `cargo check --bins` on ipcc (165/377)
36322026-08-25T22:42:43.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-08-25T22:42:43.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-08-25T22:42:43.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-08-25T22:42:43.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36362026-08-25T22:42:43.720Z
36372026-08-25T22:42:43.720Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377)
36382026-08-25T22:42:44.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-08-25T22:42:44.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-08-25T22:42:44.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-08-25T22:42:44.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36422026-08-25T22:42:44.283Z
36432026-08-25T22:42:44.283Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377)
36442026-08-25T22:42:44.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-08-25T22:42:44.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-08-25T22:42:44.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-08-25T22:42:44.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36482026-08-25T22:42:44.879Z
36492026-08-25T22:42:44.879Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377)
36502026-08-25T22:42:45.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-08-25T22:42:45.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-08-25T22:42:45.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-08-25T22:42:45.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36542026-08-25T22:42:45.464Z
36552026-08-25T22:42:45.464Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377)
36562026-08-25T22:42:45.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-08-25T22:42:45.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-08-25T22:42:45.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-08-25T22:42:45.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36602026-08-25T22:42:46.051Z
36612026-08-25T22:42:46.051Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377)
36622026-08-25T22:42:46.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-08-25T22:42:46.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-08-25T22:42:46.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-08-25T22:42:46.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36662026-08-25T22:42:46.632Z
36672026-08-25T22:42:46.632Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377)
36682026-08-25T22:42:47.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-08-25T22:42:47.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-08-25T22:42:47.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-08-25T22:42:47.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36722026-08-25T22:42:47.235Z
36732026-08-25T22:42:47.235Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377)
36742026-08-25T22:42:47.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-08-25T22:42:47.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-08-25T22:42:47.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-08-25T22:42:47.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36782026-08-25T22:42:47.823Z
36792026-08-25T22:42:47.823Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377)
36802026-08-25T22:42:48.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-08-25T22:42:48.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-08-25T22:42:48.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-08-25T22:42:48.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36842026-08-25T22:42:48.407Z
36852026-08-25T22:42:48.407Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377)
36862026-08-25T22:42:48.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-08-25T22:42:48.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-08-25T22:42:48.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-08-25T22:42:48.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36902026-08-25T22:42:48.992Z
36912026-08-25T22:42:48.992Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377)
36922026-08-25T22:42:49.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-08-25T22:42:49.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-08-25T22:42:49.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-08-25T22:42:49.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36962026-08-25T22:42:49.577Z
36972026-08-25T22:42:49.577Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377)
36982026-08-25T22:42:50.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-08-25T22:42:50.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-08-25T22:42:50.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-08-25T22:42:50.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37022026-08-25T22:42:50.160Z
37032026-08-25T22:42:50.160Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377)
37042026-08-25T22:42:50.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-08-25T22:42:50.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-08-25T22:42:50.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-08-25T22:42:50.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37082026-08-25T22:42:50.740Z
37092026-08-25T22:42:50.740Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377)
37102026-08-25T22:42:51.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-08-25T22:42:51.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-08-25T22:42:51.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-08-25T22:42:51.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37142026-08-25T22:42:51.323Z
37152026-08-25T22:42:51.323Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377)
37162026-08-25T22:42:51.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-08-25T22:42:51.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-08-25T22:42:51.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-08-25T22:42:51.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37202026-08-25T22:42:51.910Z
37212026-08-25T22:42:51.910Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377)
37222026-08-25T22:42:52.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-08-25T22:42:52.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-08-25T22:42:52.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-08-25T22:42:52.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37262026-08-25T22:42:52.496Z
37272026-08-25T22:42:52.496Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377)
37282026-08-25T22:42:52.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-08-25T22:42:52.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-08-25T22:42:52.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-08-25T22:42:52.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37322026-08-25T22:42:53.082Z
37332026-08-25T22:42:53.082Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377)
37342026-08-25T22:42:53.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-08-25T22:42:53.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-08-25T22:42:53.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-08-25T22:42:53.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37382026-08-25T22:42:53.668Z
37392026-08-25T22:42:53.668Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377)
37402026-08-25T22:42:54.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-08-25T22:42:54.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-08-25T22:42:54.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-08-25T22:42:54.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37442026-08-25T22:42:54.258Z
37452026-08-25T22:42:54.258Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377)
37462026-08-25T22:42:54.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-08-25T22:42:54.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-08-25T22:42:54.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-08-25T22:42:54.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37502026-08-25T22:42:54.846Z
37512026-08-25T22:42:54.846Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377)
37522026-08-25T22:42:55.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-08-25T22:42:55.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-08-25T22:42:55.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-08-25T22:42:55.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37562026-08-25T22:42:55.430Z
37572026-08-25T22:42:55.430Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377)
37582026-08-25T22:42:55.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-08-25T22:42:55.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-08-25T22:42:55.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-08-25T22:42:55.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37622026-08-25T22:42:56.033Z
37632026-08-25T22:42:56.033Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377)
37642026-08-25T22:42:56.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-08-25T22:42:56.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-08-25T22:42:56.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-08-25T22:42:56.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37682026-08-25T22:42:56.636Z
37692026-08-25T22:42:56.636Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377)
37702026-08-25T22:42:57.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-08-25T22:42:57.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-08-25T22:42:57.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-08-25T22:42:57.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37742026-08-25T22:42:57.239Z
37752026-08-25T22:42:57.239Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377)
37762026-08-25T22:42:57.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-08-25T22:42:57.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-08-25T22:42:57.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-08-25T22:42:57.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37802026-08-25T22:42:57.830Z
37812026-08-25T22:42:57.830Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377)
37822026-08-25T22:42:58.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-08-25T22:42:58.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-08-25T22:42:58.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-08-25T22:42:58.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37862026-08-25T22:42:58.425Z
37872026-08-25T22:42:58.425Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377)
37882026-08-25T22:42:58.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-08-25T22:42:58.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-08-25T22:42:58.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-08-25T22:42:58.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37922026-08-25T22:42:59.028Z
37932026-08-25T22:42:59.028Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377)
37942026-08-25T22:42:59.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-08-25T22:42:59.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-08-25T22:42:59.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-08-25T22:42:59.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37982026-08-25T22:42:59.623Z
37992026-08-25T22:42:59.623Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377)
38002026-08-25T22:43:00.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-08-25T22:43:00.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-08-25T22:43:00.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-08-25T22:43:00.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38042026-08-25T22:43:00.220Z
38052026-08-25T22:43:00.220Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377)
38062026-08-25T22:43:00.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-08-25T22:43:00.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-08-25T22:43:00.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-08-25T22:43:00.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38102026-08-25T22:43:00.820Z
38112026-08-25T22:43:00.820Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377)
38122026-08-25T22:43:01.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-08-25T22:43:01.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-08-25T22:43:01.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-08-25T22:43:01.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38162026-08-25T22:43:01.423Z
38172026-08-25T22:43:01.423Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377)
38182026-08-25T22:43:01.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-08-25T22:43:01.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-08-25T22:43:01.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-08-25T22:43:01.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38222026-08-25T22:43:02.031Z
38232026-08-25T22:43:02.031Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377)
38242026-08-25T22:43:02.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-08-25T22:43:02.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-08-25T22:43:02.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-08-25T22:43:02.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38282026-08-25T22:43:02.632Z
38292026-08-25T22:43:02.632Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377)
38302026-08-25T22:43:03.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-08-25T22:43:03.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-08-25T22:43:03.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-08-25T22:43:03.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38342026-08-25T22:43:03.235Z
38352026-08-25T22:43:03.235Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377)
38362026-08-25T22:43:03.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-08-25T22:43:03.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-08-25T22:43:03.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-08-25T22:43:03.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38402026-08-25T22:43:03.840Z
38412026-08-25T22:43:03.840Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377)
38422026-08-25T22:43:04.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-08-25T22:43:04.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-08-25T22:43:04.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-08-25T22:43:04.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38462026-08-25T22:43:04.438Z
38472026-08-25T22:43:04.438Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377)
38482026-08-25T22:43:04.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-08-25T22:43:04.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-08-25T22:43:04.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-08-25T22:43:04.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38522026-08-25T22:43:05.039Z
38532026-08-25T22:43:05.040Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377)
38542026-08-25T22:43:05.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-08-25T22:43:05.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-08-25T22:43:05.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-08-25T22:43:05.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38582026-08-25T22:43:05.642Z
38592026-08-25T22:43:05.642Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377)
38602026-08-25T22:43:06.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-08-25T22:43:06.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-08-25T22:43:06.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-08-25T22:43:06.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38642026-08-25T22:43:06.244Z
38652026-08-25T22:43:06.244Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377)
38662026-08-25T22:43:06.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-08-25T22:43:06.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-08-25T22:43:06.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-08-25T22:43:06.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38702026-08-25T22:43:06.828Z
38712026-08-25T22:43:06.828Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377)
38722026-08-25T22:43:07.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-08-25T22:43:07.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-08-25T22:43:07.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-08-25T22:43:07.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38762026-08-25T22:43:07.413Z
38772026-08-25T22:43:07.413Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377)
38782026-08-25T22:43:07.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-08-25T22:43:07.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-08-25T22:43:07.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-08-25T22:43:07.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38822026-08-25T22:43:07.998Z
38832026-08-25T22:43:07.999Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377)
38842026-08-25T22:43:08.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-08-25T22:43:08.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-08-25T22:43:08.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-08-25T22:43:08.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38882026-08-25T22:43:08.582Z
38892026-08-25T22:43:08.582Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377)
38902026-08-25T22:43:09.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-08-25T22:43:09.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-08-25T22:43:09.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-08-25T22:43:09.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38942026-08-25T22:43:09.168Z
38952026-08-25T22:43:09.168Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377)
38962026-08-25T22:43:09.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-08-25T22:43:09.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-08-25T22:43:09.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-08-25T22:43:09.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39002026-08-25T22:43:09.753Z
39012026-08-25T22:43:09.753Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377)
39022026-08-25T22:43:10.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-08-25T22:43:10.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-08-25T22:43:10.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-08-25T22:43:10.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39062026-08-25T22:43:10.337Z
39072026-08-25T22:43:10.337Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377)
39082026-08-25T22:43:10.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-08-25T22:43:10.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-08-25T22:43:10.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-08-25T22:43:10.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39122026-08-25T22:43:10.919Z
39132026-08-25T22:43:10.919Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377)
39142026-08-25T22:43:11.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-08-25T22:43:11.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-08-25T22:43:11.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-08-25T22:43:11.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39182026-08-25T22:43:11.503Z
39192026-08-25T22:43:11.503Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377)
39202026-08-25T22:43:11.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-08-25T22:43:11.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-08-25T22:43:11.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-08-25T22:43:12.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39242026-08-25T22:43:12.088Z
39252026-08-25T22:43:12.088Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377)
39262026-08-25T22:43:12.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-08-25T22:43:12.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-08-25T22:43:12.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-08-25T22:43:12.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39302026-08-25T22:43:12.670Z
39312026-08-25T22:43:12.670Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377)
39322026-08-25T22:43:13.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-08-25T22:43:13.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-08-25T22:43:13.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-08-25T22:43:13.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39362026-08-25T22:43:13.251Z
39372026-08-25T22:43:13.252Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377)
39382026-08-25T22:43:13.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-08-25T22:43:13.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-08-25T22:43:13.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-08-25T22:43:13.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39422026-08-25T22:43:13.831Z
39432026-08-25T22:43:13.831Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377)
39442026-08-25T22:43:14.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-08-25T22:43:14.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-08-25T22:43:14.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-08-25T22:43:14.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39482026-08-25T22:43:14.416Z
39492026-08-25T22:43:14.416Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377)
39502026-08-25T22:43:14.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-08-25T22:43:14.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-08-25T22:43:14.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-08-25T22:43:14.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39542026-08-25T22:43:15.001Z
39552026-08-25T22:43:15.001Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377)
39562026-08-25T22:43:15.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-08-25T22:43:15.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-08-25T22:43:15.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-08-25T22:43:15.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39602026-08-25T22:43:15.584Z
39612026-08-25T22:43:15.584Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377)
39622026-08-25T22:43:16.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-08-25T22:43:16.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-08-25T22:43:16.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-08-25T22:43:16.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39662026-08-25T22:43:16.186Z
39672026-08-25T22:43:16.186Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377)
39682026-08-25T22:43:16.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-08-25T22:43:16.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-08-25T22:43:16.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-08-25T22:43:16.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39722026-08-25T22:43:16.788Z
39732026-08-25T22:43:16.788Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377)
39742026-08-25T22:43:17.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-08-25T22:43:17.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-08-25T22:43:17.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-08-25T22:43:17.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39782026-08-25T22:43:17.392Z
39792026-08-25T22:43:17.392Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377)
39802026-08-25T22:43:17.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-08-25T22:43:17.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-08-25T22:43:17.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-08-25T22:43:17.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39842026-08-25T22:43:17.994Z
39852026-08-25T22:43:17.994Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377)
39862026-08-25T22:43:18.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-08-25T22:43:18.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-08-25T22:43:18.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-08-25T22:43:18.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39902026-08-25T22:43:18.594Z
39912026-08-25T22:43:18.594Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377)
39922026-08-25T22:43:19.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-08-25T22:43:19.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-08-25T22:43:19.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-08-25T22:43:19.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39962026-08-25T22:43:19.197Z
39972026-08-25T22:43:19.197Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377)
39982026-08-25T22:43:19.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-08-25T22:43:19.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-08-25T22:43:19.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-08-25T22:43:19.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40022026-08-25T22:43:19.799Z
40032026-08-25T22:43:19.799Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377)
40042026-08-25T22:43:20.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-08-25T22:43:20.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-08-25T22:43:20.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-08-25T22:43:20.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40082026-08-25T22:43:20.399Z
40092026-08-25T22:43:20.399Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377)
40102026-08-25T22:43:20.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-08-25T22:43:20.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-08-25T22:43:20.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-08-25T22:43:20.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40142026-08-25T22:43:21.001Z
40152026-08-25T22:43:21.001Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377)
40162026-08-25T22:43:21.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-08-25T22:43:21.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-08-25T22:43:21.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-08-25T22:43:21.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40202026-08-25T22:43:21.600Z
40212026-08-25T22:43:21.600Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377)
40222026-08-25T22:43:22.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-08-25T22:43:22.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-08-25T22:43:22.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-08-25T22:43:22.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40262026-08-25T22:43:22.201Z
40272026-08-25T22:43:22.201Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377)
40282026-08-25T22:43:22.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-08-25T22:43:22.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-08-25T22:43:22.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-08-25T22:43:22.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40322026-08-25T22:43:22.800Z
40332026-08-25T22:43:22.800Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377)
40342026-08-25T22:43:23.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-08-25T22:43:23.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-08-25T22:43:23.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-08-25T22:43:23.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40382026-08-25T22:43:23.395Z
40392026-08-25T22:43:23.395Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377)
40402026-08-25T22:43:23.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-08-25T22:43:23.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-08-25T22:43:23.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-08-25T22:43:23.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40442026-08-25T22:43:24.001Z
40452026-08-25T22:43:24.001Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377)
40462026-08-25T22:43:24.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-08-25T22:43:24.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-08-25T22:43:24.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40492026-08-25T22:43:24.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40502026-08-25T22:43:24.603Z
40512026-08-25T22:43:24.603Zinfo: running `cargo check --bins` on oximeter-producer (235/377)
40522026-08-25T22:43:25.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-08-25T22:43:25.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-08-25T22:43:25.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40552026-08-25T22:43:25.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40562026-08-25T22:43:25.228Z
40572026-08-25T22:43:25.228Zinfo: running `cargo check --bins` on internal-dns-resolver (236/377)
40582026-08-25T22:43:25.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-08-25T22:43:25.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-08-25T22:43:25.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-08-25T22:43:25.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40622026-08-25T22:43:25.818Z
40632026-08-25T22:43:25.818Zinfo: running `cargo check --bins` on dns-server (237/377)
40642026-08-25T22:43:26.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-08-25T22:43:26.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-08-25T22:43:26.469Z Compiling parking_lot_core v0.8.6
40672026-08-25T22:43:26.472Z Compiling git-stub v1.0.0
40682026-08-25T22:43:26.472Z Checking prefix-trie v0.7.0
40692026-08-25T22:43:26.590Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40702026-08-25T22:43:26.703Z Compiling git-stub-vcs v0.1.0
40712026-08-25T22:43:26.860Z Checking hickory-server v0.25.2
40722026-08-25T22:43:26.976Z Checking parking_lot v0.11.2
40732026-08-25T22:43:27.007Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40742026-08-25T22:43:27.145Z Checking sled v0.34.7
40752026-08-25T22:43:29.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
40762026-08-25T22:43:29.264Z
40772026-08-25T22:43:29.264Zinfo: running `cargo check --bins` on dns-server-api (238/377)
40782026-08-25T22:43:29.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-08-25T22:43:29.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-08-25T22:43:29.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-08-25T22:43:29.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40822026-08-25T22:43:29.833Z
40832026-08-25T22:43:29.833Zinfo: running `cargo check --bins` on nexus-client (239/377)
40842026-08-25T22:43:30.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-08-25T22:43:30.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-08-25T22:43:30.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-08-25T22:43:30.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40882026-08-25T22:43:30.445Z
40892026-08-25T22:43:30.445Zinfo: running `cargo check --bins` on oximeter-producer-api (240/377)
40902026-08-25T22:43:30.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-08-25T22:43:30.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-08-25T22:43:30.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-08-25T22:43:30.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40942026-08-25T22:43:31.026Z
40952026-08-25T22:43:31.026Zinfo: running `cargo check --bins` on sp-sim (241/377)
40962026-08-25T22:43:31.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-08-25T22:43:31.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-08-25T22:43:31.740Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40992026-08-25T22:43:32.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41002026-08-25T22:43:32.447Z
41012026-08-25T22:43:32.447Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377)
41022026-08-25T22:43:32.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-08-25T22:43:32.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-08-25T22:43:33.282Z Compiling proc-macro-error-attr2 v2.0.0
41052026-08-25T22:43:33.411Z Compiling hashbrown v0.14.5
41062026-08-25T22:43:33.413Z Compiling rfc6979 v0.4.0
41072026-08-25T22:43:33.426Z Compiling salty v0.3.0
41082026-08-25T22:43:33.434Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41092026-08-25T22:43:33.447Z Compiling primeorder v0.13.6
41102026-08-25T22:43:33.459Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41112026-08-25T22:43:33.531Z Compiling ecdsa v0.16.9
41122026-08-25T22:43:33.590Z Compiling sha1 v0.10.6
41132026-08-25T22:43:33.698Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41142026-08-25T22:43:33.776Z Compiling proc-macro-error2 v2.0.1
41152026-08-25T22:43:33.882Z Compiling p384 v0.13.1
41162026-08-25T22:43:33.900Z Compiling chumsky v0.9.3
41172026-08-25T22:43:33.922Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41182026-08-25T22:43:33.956Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41192026-08-25T22:43:34.118Z Compiling knus-derive v3.4.0
41202026-08-25T22:43:34.134Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41212026-08-25T22:43:34.187Z Checking libscf-sys v1.2.0
41222026-08-25T22:43:34.202Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41232026-08-25T22:43:34.321Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41242026-08-25T22:43:34.438Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41252026-08-25T22:43:34.529Z Checking corncobs v0.1.4
41262026-08-25T22:43:34.606Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41272026-08-25T22:43:34.632Z Checking papergrid v0.18.0
41282026-08-25T22:43:34.647Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41292026-08-25T22:43:34.661Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41302026-08-25T22:43:34.676Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41312026-08-25T22:43:34.806Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41322026-08-25T22:43:34.824Z Checking secrecy v0.8.0
41332026-08-25T22:43:34.911Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41342026-08-25T22:43:34.952Z Compiling illumos-nvpair-sys v0.2.0
41352026-08-25T22:43:35.103Z Compiling unicase v2.9.0
41362026-08-25T22:43:35.159Z Compiling progenitor-impl v0.13.0
41372026-08-25T22:43:35.173Z Checking crc8 v0.1.1
41382026-08-25T22:43:35.187Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41392026-08-25T22:43:35.303Z Compiling mime_guess v2.0.5
41402026-08-25T22:43:35.394Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41412026-08-25T22:43:35.410Z Checking tabled v0.21.0
41422026-08-25T22:43:35.410Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41432026-08-25T22:43:35.473Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41442026-08-25T22:43:35.489Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41452026-08-25T22:43:35.564Z Compiling knus v3.4.0
41462026-08-25T22:43:36.039Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41472026-08-25T22:43:36.275Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41482026-08-25T22:43:36.385Z Checking progenitor-client v0.13.0
41492026-08-25T22:43:36.438Z Checking http-range v0.1.5
41502026-08-25T22:43:36.568Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41512026-08-25T22:43:36.628Z Checking illumos-nvpair v0.3.0
41522026-08-25T22:43:36.746Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41532026-08-25T22:43:36.777Z Checking scuffle v0.1.0
41542026-08-25T22:43:36.790Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41552026-08-25T22:43:36.942Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41562026-08-25T22:43:37.337Z Checking nanorand v0.7.0
41572026-08-25T22:43:37.340Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41582026-08-25T22:43:37.545Z Checking flume v0.11.1
41592026-08-25T22:43:37.561Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41602026-08-25T22:43:37.676Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41612026-08-25T22:43:37.692Z Checking hyper-staticfile v0.10.1
41622026-08-25T22:43:37.712Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41632026-08-25T22:43:37.744Z Compiling progenitor-macro v0.13.0
41642026-08-25T22:43:37.808Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41652026-08-25T22:43:37.876Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41662026-08-25T22:43:37.968Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41672026-08-25T22:43:38.133Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
41682026-08-25T22:43:38.162Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41692026-08-25T22:43:38.217Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41702026-08-25T22:43:38.358Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41712026-08-25T22:43:38.557Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41722026-08-25T22:43:38.667Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41732026-08-25T22:43:38.686Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41742026-08-25T22:43:40.036Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41752026-08-25T22:43:41.165Z Checking progenitor v0.13.0
41762026-08-25T22:43:41.308Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41772026-08-25T22:43:42.017Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41782026-08-25T22:43:43.092Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41792026-08-25T22:43:43.469Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41802026-08-25T22:43:43.670Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41812026-08-25T22:43:43.670Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41822026-08-25T22:43:57.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.69s
41832026-08-25T22:43:57.146Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41842026-08-25T22:43:57.146Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41852026-08-25T22:43:57.344Z
41862026-08-25T22:43:57.344Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377)
41872026-08-25T22:43:57.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-08-25T22:43:57.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-08-25T22:43:58.132Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41902026-08-25T22:44:08.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
41912026-08-25T22:44:08.713Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41922026-08-25T22:44:08.713Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41932026-08-25T22:44:08.913Z
41942026-08-25T22:44:08.914Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377)
41952026-08-25T22:44:09.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-08-25T22:44:09.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-08-25T22:44:09.696Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41982026-08-25T22:44:20.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
41992026-08-25T22:44:20.247Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42002026-08-25T22:44:20.247Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42012026-08-25T22:44:20.447Z
42022026-08-25T22:44:20.447Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377)
42032026-08-25T22:44:20.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-08-25T22:44:20.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-08-25T22:44:21.225Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42062026-08-25T22:44:31.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
42072026-08-25T22:44:31.766Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42082026-08-25T22:44:31.766Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42092026-08-25T22:44:31.968Z
42102026-08-25T22:44:31.969Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377)
42112026-08-25T22:44:32.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-08-25T22:44:32.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-08-25T22:44:32.747Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42142026-08-25T22:44:43.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
42152026-08-25T22:44:43.365Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42162026-08-25T22:44:43.365Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42172026-08-25T22:44:43.563Z
42182026-08-25T22:44:43.563Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377)
42192026-08-25T22:44:44.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-08-25T22:44:44.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-08-25T22:44:44.344Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42222026-08-25T22:44:54.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
42232026-08-25T22:44:54.910Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42242026-08-25T22:44:54.910Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42252026-08-25T22:44:55.107Z
42262026-08-25T22:44:55.107Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377)
42272026-08-25T22:44:55.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-08-25T22:44:55.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-08-25T22:44:55.892Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42302026-08-25T22:45:06.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
42312026-08-25T22:45:06.481Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42322026-08-25T22:45:06.481Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42332026-08-25T22:45:06.682Z
42342026-08-25T22:45:06.682Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377)
42352026-08-25T22:45:07.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-08-25T22:45:07.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-08-25T22:45:07.462Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42382026-08-25T22:45:18.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
42392026-08-25T22:45:18.121Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42402026-08-25T22:45:18.121Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42412026-08-25T22:45:18.322Z
42422026-08-25T22:45:18.322Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377)
42432026-08-25T22:45:18.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-08-25T22:45:18.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-08-25T22:45:18.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-08-25T22:45:18.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42472026-08-25T22:45:18.906Z
42482026-08-25T22:45:18.906Zinfo: running `cargo check --bins` on installinator-common (251/377)
42492026-08-25T22:45:19.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-08-25T22:45:19.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-08-25T22:45:19.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-08-25T22:45:19.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42532026-08-25T22:45:19.495Z
42542026-08-25T22:45:19.495Zinfo: running `cargo check --bins` on installinator-common-versions (252/377)
42552026-08-25T22:45:19.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-08-25T22:45:19.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-08-25T22:45:19.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42582026-08-25T22:45:19.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42592026-08-25T22:45:20.056Z
42602026-08-25T22:45:20.056Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/377)
42612026-08-25T22:45:20.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-08-25T22:45:20.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-08-25T22:45:20.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42642026-08-25T22:45:20.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42652026-08-25T22:45:20.668Z
42662026-08-25T22:45:20.668Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/377)
42672026-08-25T22:45:21.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-08-25T22:45:21.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-08-25T22:45:21.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42702026-08-25T22:45:21.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42712026-08-25T22:45:21.250Z
42722026-08-25T22:45:21.250Zinfo: running `cargo check --bins` on range-requests (255/377)
42732026-08-25T22:45:21.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-08-25T22:45:21.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-08-25T22:45:21.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-08-25T22:45:21.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42772026-08-25T22:45:21.824Z
42782026-08-25T22:45:21.824Zinfo: running `cargo check --bins` on repo-depot-api (256/377)
42792026-08-25T22:45:22.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-08-25T22:45:22.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-08-25T22:45:22.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42822026-08-25T22:45:22.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42832026-08-25T22:45:22.401Z
42842026-08-25T22:45:22.401Zinfo: running `cargo check --bins` on repo-depot-client (257/377)
42852026-08-25T22:45:22.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-08-25T22:45:22.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-08-25T22:45:22.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42882026-08-25T22:45:22.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42892026-08-25T22:45:22.971Z
42902026-08-25T22:45:22.971Zinfo: running `cargo check --bins` on sled-agent-api (258/377)
42912026-08-25T22:45:23.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-08-25T22:45:23.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-08-25T22:45:23.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42942026-08-25T22:45:23.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42952026-08-25T22:45:23.569Z
42962026-08-25T22:45:23.569Zinfo: running `cargo check --bins` on sled-diagnostics (259/377)
42972026-08-25T22:45:24.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42982026-08-25T22:45:24.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42992026-08-25T22:45:24.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43002026-08-25T22:45:24.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43012026-08-25T22:45:24.166Z
43022026-08-25T22:45:24.166Zinfo: running `cargo check --bins` on zfs-test-harness (260/377)
43032026-08-25T22:45:24.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-08-25T22:45:24.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-08-25T22:45:24.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43062026-08-25T22:45:24.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43072026-08-25T22:45:24.765Z
43082026-08-25T22:45:24.765Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/377)
43092026-08-25T22:45:25.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-08-25T22:45:25.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-08-25T22:45:25.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43122026-08-25T22:45:25.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43132026-08-25T22:45:25.371Z
43142026-08-25T22:45:25.371Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377)
43152026-08-25T22:45:25.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-08-25T22:45:25.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-08-25T22:45:25.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43182026-08-25T22:45:25.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43192026-08-25T22:45:25.969Z
43202026-08-25T22:45:25.969Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377)
43212026-08-25T22:45:26.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43222026-08-25T22:45:26.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43232026-08-25T22:45:26.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43242026-08-25T22:45:26.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43252026-08-25T22:45:26.571Z
43262026-08-25T22:45:26.571Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377)
43272026-08-25T22:45:27.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43282026-08-25T22:45:27.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43292026-08-25T22:45:27.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43302026-08-25T22:45:27.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43312026-08-25T22:45:27.182Z
43322026-08-25T22:45:27.182Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377)
43332026-08-25T22:45:27.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43342026-08-25T22:45:27.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43352026-08-25T22:45:27.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43362026-08-25T22:45:27.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43372026-08-25T22:45:27.788Z
43382026-08-25T22:45:27.789Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/377)
43392026-08-25T22:45:28.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43402026-08-25T22:45:28.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43412026-08-25T22:45:28.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43422026-08-25T22:45:28.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43432026-08-25T22:45:28.397Z
43442026-08-25T22:45:28.397Zinfo: running `cargo check --bins` on trust-quorum (267/377)
43452026-08-25T22:45:28.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43462026-08-25T22:45:28.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43472026-08-25T22:45:28.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43482026-08-25T22:45:28.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43492026-08-25T22:45:29.011Z
43502026-08-25T22:45:29.012Zinfo: running `cargo check --bins` on sled-agent-early-networking (268/377)
43512026-08-25T22:45:29.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43522026-08-25T22:45:29.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43532026-08-25T22:45:29.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43542026-08-25T22:45:29.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43552026-08-25T22:45:29.606Z
43562026-08-25T22:45:29.606Zinfo: running `cargo check --bins` on sled-agent-health-monitor (269/377)
43572026-08-25T22:45:30.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-08-25T22:45:30.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-08-25T22:45:30.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43602026-08-25T22:45:30.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43612026-08-25T22:45:30.210Z
43622026-08-25T22:45:30.210Zinfo: running `cargo check --bins` on sled-agent-multirack-join (270/377)
43632026-08-25T22:45:30.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-25T22:45:30.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-25T22:45:30.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-25T22:45:30.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43672026-08-25T22:45:30.837Z
43682026-08-25T22:45:30.837Zinfo: running `cargo check --bins` on sled-agent-rack-setup (271/377)
43692026-08-25T22:45:31.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-25T22:45:31.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-25T22:45:31.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43722026-08-25T22:45:31.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43732026-08-25T22:45:31.469Z
43742026-08-25T22:45:31.469Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (272/377)
43752026-08-25T22:45:31.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-08-25T22:45:31.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-08-25T22:45:31.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43782026-08-25T22:45:31.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43792026-08-25T22:45:32.091Z
43802026-08-25T22:45:32.091Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (273/377)
43812026-08-25T22:45:32.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-08-25T22:45:32.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-08-25T22:45:32.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43842026-08-25T22:45:32.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43852026-08-25T22:45:32.723Z
43862026-08-25T22:45:32.723Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (274/377)
43872026-08-25T22:45:33.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-08-25T22:45:33.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-08-25T22:45:33.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43902026-08-25T22:45:33.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43912026-08-25T22:45:33.359Z
43922026-08-25T22:45:33.359Zinfo: running `cargo check --bins` on omicron-deployment-graph (275/377)
43932026-08-25T22:45:33.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-08-25T22:45:33.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-08-25T22:45:33.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43962026-08-25T22:45:33.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43972026-08-25T22:45:33.926Z
43982026-08-25T22:45:33.927Zinfo: running `cargo check --bins` on transient-dns-server (276/377)
43992026-08-25T22:45:34.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-08-25T22:45:34.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-08-25T22:45:34.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44022026-08-25T22:45:34.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44032026-08-25T22:45:34.517Z
44042026-08-25T22:45:34.517Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/377)
44052026-08-25T22:45:35.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-08-25T22:45:35.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-08-25T22:45:35.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44082026-08-25T22:45:35.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44092026-08-25T22:45:35.114Z
44102026-08-25T22:45:35.114Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/377)
44112026-08-25T22:45:35.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-08-25T22:45:35.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-08-25T22:45:35.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44142026-08-25T22:45:35.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44152026-08-25T22:45:35.709Z
44162026-08-25T22:45:35.709Zinfo: running `cargo check --bins` on omicron-rpaths (279/377)
44172026-08-25T22:45:36.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-08-25T22:45:36.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-08-25T22:45:36.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-08-25T22:45:36.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44212026-08-25T22:45:36.274Z
44222026-08-25T22:45:36.275Zinfo: running `cargo check --bins` on omicron-repl-utils (280/377)
44232026-08-25T22:45:36.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-08-25T22:45:36.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-08-25T22:45:36.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-08-25T22:45:36.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44272026-08-25T22:45:36.842Z
44282026-08-25T22:45:36.842Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (281/377)
44292026-08-25T22:45:37.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-08-25T22:45:37.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-08-25T22:45:37.558Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44322026-08-25T22:45:37.984Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44332026-08-25T22:45:39.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s
44342026-08-25T22:45:39.401Z
44352026-08-25T22:45:39.401Zinfo: running `cargo check --bins` on clickhouse-admin-api (282/377)
44362026-08-25T22:45:39.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-08-25T22:45:39.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-08-25T22:45:39.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-08-25T22:45:39.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44402026-08-25T22:45:39.988Z
44412026-08-25T22:45:39.988Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (283/377)
44422026-08-25T22:45:40.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-08-25T22:45:40.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-08-25T22:45:40.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-08-25T22:45:40.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44462026-08-25T22:45:40.573Z
44472026-08-25T22:45:40.573Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/377)
44482026-08-25T22:45:41.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-08-25T22:45:41.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-08-25T22:45:41.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-08-25T22:45:41.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44522026-08-25T22:45:41.168Z
44532026-08-25T22:45:41.168Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (285/377)
44542026-08-25T22:45:41.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-08-25T22:45:41.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-08-25T22:45:41.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-08-25T22:45:41.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44582026-08-25T22:45:41.757Z
44592026-08-25T22:45:41.757Zinfo: running `cargo check --bins` on installinator-client (286/377)
44602026-08-25T22:45:42.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-08-25T22:45:42.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-08-25T22:45:42.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-08-25T22:45:42.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44642026-08-25T22:45:42.344Z
44652026-08-25T22:45:42.344Zinfo: running `cargo check --bins` on oxide-client (287/377)
44662026-08-25T22:45:42.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-08-25T22:45:42.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-08-25T22:45:42.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-08-25T22:45:42.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44702026-08-25T22:45:42.924Z
44712026-08-25T22:45:42.924Zinfo: running `cargo check --bins` on oximeter-client (288/377)
44722026-08-25T22:45:43.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-08-25T22:45:43.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-08-25T22:45:43.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-08-25T22:45:43.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44762026-08-25T22:45:43.510Z
44772026-08-25T22:45:43.511Zinfo: running `cargo check --bins` on wicketd-client (289/377)
44782026-08-25T22:45:44.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-08-25T22:45:44.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-08-25T22:45:44.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-08-25T22:45:44.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44822026-08-25T22:45:44.116Z
44832026-08-25T22:45:44.116Zinfo: running `cargo check --bins` on wicket-common (290/377)
44842026-08-25T22:45:44.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-08-25T22:45:44.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-08-25T22:45:44.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-08-25T22:45:44.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44882026-08-25T22:45:44.714Z
44892026-08-25T22:45:44.714Zinfo: running `cargo check --bins` on wicketd-commission-client (291/377)
44902026-08-25T22:45:45.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-25T22:45:45.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-25T22:45:45.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-08-25T22:45:45.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44942026-08-25T22:45:45.299Z
44952026-08-25T22:45:45.299Zinfo: running `cargo check --bins` on omicron-cockroach-admin (292/377)
44962026-08-25T22:45:45.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-08-25T22:45:45.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-08-25T22:45:45.981Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44992026-08-25T22:45:45.984Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45002026-08-25T22:45:47.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
45012026-08-25T22:45:47.373Z
45022026-08-25T22:45:47.373Zinfo: running `cargo check --bins` on cockroach-admin-api (293/377)
45032026-08-25T22:45:47.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-08-25T22:45:47.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-08-25T22:45:47.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45062026-08-25T22:45:47.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45072026-08-25T22:45:47.949Z
45082026-08-25T22:45:47.949Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (294/377)
45092026-08-25T22:45:48.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-08-25T22:45:48.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-08-25T22:45:48.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45122026-08-25T22:45:48.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45132026-08-25T22:45:48.611Z
45142026-08-25T22:45:48.611Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/377)
45152026-08-25T22:45:49.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-08-25T22:45:49.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-08-25T22:45:49.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-08-25T22:45:49.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
45192026-08-25T22:45:49.279Z
45202026-08-25T22:45:49.279Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (296/377)
45212026-08-25T22:45:49.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-08-25T22:45:49.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-08-25T22:45:49.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45242026-08-25T22:45:49.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45252026-08-25T22:45:49.909Z
45262026-08-25T22:45:49.909Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/377)
45272026-08-25T22:45:50.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-08-25T22:45:50.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-08-25T22:45:50.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45302026-08-25T22:45:50.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45312026-08-25T22:45:50.541Z
45322026-08-25T22:45:50.541Zinfo: running `cargo check --bins` on db-macros (298/377)
45332026-08-25T22:45:51.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-08-25T22:45:51.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-08-25T22:45:51.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45362026-08-25T22:45:51.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45372026-08-25T22:45:51.114Z
45382026-08-25T22:45:51.114Zinfo: running `cargo check --bins` on nexus-macros-common (299/377)
45392026-08-25T22:45:51.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-08-25T22:45:51.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-08-25T22:45:51.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45422026-08-25T22:45:51.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45432026-08-25T22:45:51.682Z
45442026-08-25T22:45:51.682Zinfo: running `cargo check --bins` on nexus-auth (300/377)
45452026-08-25T22:45:52.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-08-25T22:45:52.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-08-25T22:45:52.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45482026-08-25T22:45:52.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45492026-08-25T22:45:52.321Z
45502026-08-25T22:45:52.321Zinfo: running `cargo check --bins` on authz-macros (301/377)
45512026-08-25T22:45:52.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-08-25T22:45:52.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-08-25T22:45:52.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45542026-08-25T22:45:52.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45552026-08-25T22:45:52.889Z
45562026-08-25T22:45:52.889Zinfo: running `cargo check --bins` on nexus-db-fixed-data (302/377)
45572026-08-25T22:45:53.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-08-25T22:45:53.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-08-25T22:45:53.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45602026-08-25T22:45:53.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45612026-08-25T22:45:53.517Z
45622026-08-25T22:45:53.517Zinfo: running `cargo check --bins` on nexus-db-model (303/377)
45632026-08-25T22:45:54.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-08-25T22:45:54.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-08-25T22:45:54.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45662026-08-25T22:45:54.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45672026-08-25T22:45:54.140Z
45682026-08-25T22:45:54.140Zinfo: running `cargo check --bins` on nexus-db-schema (304/377)
45692026-08-25T22:45:54.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-08-25T22:45:54.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-08-25T22:45:54.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45722026-08-25T22:45:54.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45732026-08-25T22:45:54.710Z
45742026-08-25T22:45:54.710Zinfo: running `cargo check --bins` on nexus-defaults (305/377)
45752026-08-25T22:45:55.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45762026-08-25T22:45:55.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45772026-08-25T22:45:55.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45782026-08-25T22:45:55.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45792026-08-25T22:45:55.292Z
45802026-08-25T22:45:55.292Zinfo: running `cargo check --bins` on omicron-git-version (306/377)
45812026-08-25T22:45:55.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-08-25T22:45:55.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-08-25T22:45:55.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45842026-08-25T22:45:55.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45852026-08-25T22:45:55.858Z
45862026-08-25T22:45:55.858Zinfo: running `cargo check --bins` on nexus-db-errors (307/377)
45872026-08-25T22:45:56.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-08-25T22:45:56.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-08-25T22:45:56.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45902026-08-25T22:45:56.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45912026-08-25T22:45:56.491Z
45922026-08-25T22:45:56.492Zinfo: running `cargo check --bins` on nexus-db-lookup (308/377)
45932026-08-25T22:45:57.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45942026-08-25T22:45:57.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45952026-08-25T22:45:57.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45962026-08-25T22:45:57.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45972026-08-25T22:45:57.132Z
45982026-08-25T22:45:57.132Zinfo: running `cargo check --bins` on nexus-test-interface (309/377)
45992026-08-25T22:45:57.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46002026-08-25T22:45:57.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46012026-08-25T22:45:57.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46022026-08-25T22:45:57.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46032026-08-25T22:45:57.771Z
46042026-08-25T22:45:57.771Zinfo: running `cargo check --bins` on oximeter-collector (310/377)
46052026-08-25T22:45:58.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-08-25T22:45:58.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-08-25T22:45:58.502Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46082026-08-25T22:45:58.506Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46092026-08-25T22:45:59.182Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46102026-08-25T22:46:00.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
46112026-08-25T22:46:01.110Z
46122026-08-25T22:46:01.111Zinfo: running `cargo check --bins` on oximeter-api (311/377)
46132026-08-25T22:46:01.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-08-25T22:46:01.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-08-25T22:46:01.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46162026-08-25T22:46:01.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46172026-08-25T22:46:01.690Z
46182026-08-25T22:46:01.690Zinfo: running `cargo check --bins` on cert-dev (312/377)
46192026-08-25T22:46:02.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-08-25T22:46:02.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-08-25T22:46:02.300Z Checking yasna v0.5.2
46222026-08-25T22:46:02.713Z Checking rcgen v0.12.1
46232026-08-25T22:46:02.972Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46242026-08-25T22:46:03.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
46252026-08-25T22:46:03.338Z
46262026-08-25T22:46:03.338Zinfo: running `cargo check --bins` on clickana (313/377)
46272026-08-25T22:46:03.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-08-25T22:46:03.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-08-25T22:46:03.981Z Compiling instability v0.3.11
46302026-08-25T22:46:03.984Z Checking castaway v0.2.4
46312026-08-25T22:46:03.984Z Compiling indoc v2.0.7
46322026-08-25T22:46:03.984Z Checking unicode-truncate v1.1.0
46332026-08-25T22:46:03.984Z Checking lru v0.12.5
46342026-08-25T22:46:04.089Z Checking cassowary v0.3.0
46352026-08-25T22:46:04.217Z Checking compact_str v0.8.1
46362026-08-25T22:46:04.997Z Checking ratatui v0.29.0
46372026-08-25T22:46:06.050Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46382026-08-25T22:46:06.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
46392026-08-25T22:46:06.952Z
46402026-08-25T22:46:06.952Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (314/377)
46412026-08-25T22:46:07.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-08-25T22:46:07.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-08-25T22:46:07.670Z Checking headers-core v0.3.0
46442026-08-25T22:46:07.670Z Checking port-file v0.1.0
46452026-08-25T22:46:07.673Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46462026-08-25T22:46:07.870Z Checking headers v0.4.1
46472026-08-25T22:46:08.239Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46482026-08-25T22:46:09.200Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46492026-08-25T22:46:09.728Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46502026-08-25T22:46:10.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
46512026-08-25T22:46:10.365Z
46522026-08-25T22:46:10.365Zinfo: running `cargo check --bins` on ch-dev (315/377)
46532026-08-25T22:46:10.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46542026-08-25T22:46:10.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46552026-08-25T22:46:11.086Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46562026-08-25T22:46:11.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
46572026-08-25T22:46:12.046Z
46582026-08-25T22:46:12.046Zinfo: running `cargo check --bins` on dev-tools-common (316/377)
46592026-08-25T22:46:12.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-08-25T22:46:12.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-08-25T22:46:12.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46622026-08-25T22:46:12.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
46632026-08-25T22:46:12.469Z
46642026-08-25T22:46:12.469Zinfo: running `cargo check --bins` on corpus-adjust (317/377)
46652026-08-25T22:46:12.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46662026-08-25T22:46:12.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46672026-08-25T22:46:13.102Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46682026-08-25T22:46:13.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
46692026-08-25T22:46:13.659Z
46702026-08-25T22:46:13.659Zinfo: running `cargo check --bins` on crdb-seed (318/377)
46712026-08-25T22:46:14.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-08-25T22:46:14.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-08-25T22:46:14.376Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46742026-08-25T22:46:15.479Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46752026-08-25T22:46:15.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
46762026-08-25T22:46:16.032Z
46772026-08-25T22:46:16.033Zinfo: running `cargo check --bins` on db-dev (319/377)
46782026-08-25T22:46:16.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46792026-08-25T22:46:16.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46802026-08-25T22:46:16.763Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46812026-08-25T22:46:17.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
46822026-08-25T22:46:17.730Z
46832026-08-25T22:46:17.730Zinfo: running `cargo check --bins` on omicron-dev-lib (320/377)
46842026-08-25T22:46:18.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46852026-08-25T22:46:18.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46862026-08-25T22:46:18.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46872026-08-25T22:46:18.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46882026-08-25T22:46:18.358Z
46892026-08-25T22:46:18.358Zinfo: running `cargo check --bins` on xtask-downloader (321/377)
46902026-08-25T22:46:18.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46912026-08-25T22:46:18.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46922026-08-25T22:46:18.988Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46932026-08-25T22:46:19.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
46942026-08-25T22:46:19.855Z
46952026-08-25T22:46:19.855Zinfo: running `cargo check --bins` on omicron-dropshot-apis (322/377)
46962026-08-25T22:46:20.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46972026-08-25T22:46:20.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46982026-08-25T22:46:20.614Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46992026-08-25T22:46:20.614Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47002026-08-25T22:46:20.618Z Checking git-stub v1.0.0
47012026-08-25T22:46:20.618Z Compiling trait-variant v0.1.2
47022026-08-25T22:46:20.731Z Checking maplit v1.0.2
47032026-08-25T22:46:20.760Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47042026-08-25T22:46:20.763Z Checking drift v0.2.0
47052026-08-25T22:46:20.763Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47062026-08-25T22:46:20.811Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47072026-08-25T22:46:20.866Z Checking git-stub-vcs v0.1.0
47082026-08-25T22:46:20.947Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47092026-08-25T22:46:20.964Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47102026-08-25T22:46:21.060Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47112026-08-25T22:46:21.117Z Checking dropshot-api-manager v0.8.0
47122026-08-25T22:46:21.133Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47132026-08-25T22:46:21.247Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47142026-08-25T22:46:21.501Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47152026-08-25T22:46:21.952Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47162026-08-25T22:46:22.941Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47172026-08-25T22:46:23.962Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47182026-08-25T22:46:24.725Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47192026-08-25T22:46:25.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
47202026-08-25T22:46:25.376Z
47212026-08-25T22:46:25.376Zinfo: running `cargo check --bins` on installinator-api (323/377)
47222026-08-25T22:46:25.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47232026-08-25T22:46:25.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47242026-08-25T22:46:25.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47252026-08-25T22:46:25.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47262026-08-25T22:46:25.959Z
47272026-08-25T22:46:25.960Zinfo: running `cargo check --bins` on nexus-external-api (324/377)
47282026-08-25T22:46:26.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47292026-08-25T22:46:26.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47302026-08-25T22:46:26.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47312026-08-25T22:46:26.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47322026-08-25T22:46:26.583Z
47332026-08-25T22:46:26.583Zinfo: running `cargo check --bins` on nexus-internal-api (325/377)
47342026-08-25T22:46:27.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47352026-08-25T22:46:27.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47362026-08-25T22:46:27.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47372026-08-25T22:46:27.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47382026-08-25T22:46:27.200Z
47392026-08-25T22:46:27.200Zinfo: running `cargo check --bins` on nexus-lockstep-api (326/377)
47402026-08-25T22:46:27.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47412026-08-25T22:46:27.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47422026-08-25T22:46:27.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47432026-08-25T22:46:27.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47442026-08-25T22:46:27.819Z
47452026-08-25T22:46:27.819Zinfo: running `cargo check --bins` on ntp-admin-api (327/377)
47462026-08-25T22:46:28.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47472026-08-25T22:46:28.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47482026-08-25T22:46:28.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47492026-08-25T22:46:28.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47502026-08-25T22:46:28.403Z
47512026-08-25T22:46:28.403Zinfo: running `cargo check --bins` on ntp-admin-types-versions (328/377)
47522026-08-25T22:46:28.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47532026-08-25T22:46:28.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47542026-08-25T22:46:28.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47552026-08-25T22:46:28.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47562026-08-25T22:46:28.972Z
47572026-08-25T22:46:28.972Zinfo: running `cargo check --bins` on wicketd-api (329/377)
47582026-08-25T22:46:29.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47592026-08-25T22:46:29.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47602026-08-25T22:46:29.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47612026-08-25T22:46:29.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47622026-08-25T22:46:29.572Z
47632026-08-25T22:46:29.572Zinfo: running `cargo check --bins` on wicketd-commission-api (330/377)
47642026-08-25T22:46:30.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47652026-08-25T22:46:30.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47662026-08-25T22:46:30.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47672026-08-25T22:46:30.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47682026-08-25T22:46:30.158Z
47692026-08-25T22:46:30.159Zinfo: running `cargo check --bins` on omicron-ls-apis (331/377)
47702026-08-25T22:46:30.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47712026-08-25T22:46:30.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47722026-08-25T22:46:30.786Z Compiling blake3 v1.8.5
47732026-08-25T22:46:30.895Z Checking constant_time_eq v0.4.2
47742026-08-25T22:46:30.898Z Checking arrayref v0.3.9
47752026-08-25T22:46:30.898Z Checking arrayvec v0.7.6
47762026-08-25T22:46:30.924Z Checking cargo-platform v0.3.2
47772026-08-25T22:46:30.924Z Checking topological-sort v0.2.2
47782026-08-25T22:46:30.927Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47792026-08-25T22:46:31.083Z Checking cargo_metadata v0.23.1
47802026-08-25T22:46:31.671Z Checking omicron-zone-package v0.12.3
47812026-08-25T22:46:32.386Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47822026-08-25T22:46:33.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
47832026-08-25T22:46:33.400Z
47842026-08-25T22:46:33.400Zinfo: running `cargo check --bins` on mgs-dev (332/377)
47852026-08-25T22:46:33.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-08-25T22:46:33.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-08-25T22:46:34.131Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47882026-08-25T22:46:34.767Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47892026-08-25T22:46:35.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
47902026-08-25T22:46:35.480Z
47912026-08-25T22:46:35.480Zinfo: running `cargo check --bins` on omicron-omdb (333/377)
47922026-08-25T22:46:36.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47932026-08-25T22:46:36.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47942026-08-25T22:46:36.471Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47952026-08-25T22:46:36.471Z Compiling darling_core v0.21.3
47962026-08-25T22:46:36.471Z Compiling vergen-lib v0.1.6
47972026-08-25T22:46:36.474Z Compiling diesel_derives v2.3.7
47982026-08-25T22:46:36.474Z Checking scheduled-thread-pool v0.2.7
47992026-08-25T22:46:36.474Z Compiling vergen-gitcl v1.0.8
48002026-08-25T22:46:36.474Z Compiling diesel_table_macro_syntax v0.3.0
48012026-08-25T22:46:36.474Z Compiling dirs-sys-next v0.1.2
48022026-08-25T22:46:36.760Z Compiling crunchy v0.2.4
48032026-08-25T22:46:36.803Z Compiling glob v0.3.3
48042026-08-25T22:46:36.867Z Compiling dirs-next v2.0.0
48052026-08-25T22:46:36.907Z Checking r2d2 v0.8.10
48062026-08-25T22:46:36.924Z Checking downcast-rs v2.0.2
48072026-08-25T22:46:36.989Z Compiling tiny-keccak v2.0.2
48082026-08-25T22:46:37.089Z Compiling term v0.7.0
48092026-08-25T22:46:37.138Z Compiling bit-vec v0.6.3
48102026-08-25T22:46:37.176Z Compiling clang-sys v1.8.1
48112026-08-25T22:46:37.194Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48122026-08-25T22:46:37.357Z Compiling ascii-canvas v3.0.0
48132026-08-25T22:46:37.395Z Compiling bit-set v0.5.3
48142026-08-25T22:46:37.552Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48152026-08-25T22:46:37.568Z Compiling itertools v0.10.5
48162026-08-25T22:46:37.598Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48172026-08-25T22:46:37.614Z Compiling ena v0.14.4
48182026-08-25T22:46:37.629Z Compiling libloading v0.8.9
48192026-08-25T22:46:37.685Z Compiling regex-syntax v0.6.29
48202026-08-25T22:46:37.704Z Compiling bindgen v0.71.1
48212026-08-25T22:46:37.826Z Compiling diff v0.1.13
48222026-08-25T22:46:38.123Z Compiling cexpr v0.6.0
48232026-08-25T22:46:38.140Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48242026-08-25T22:46:38.304Z Compiling rustc-hash v2.1.1
48252026-08-25T22:46:38.367Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48262026-08-25T22:46:38.603Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48272026-08-25T22:46:38.620Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48282026-08-25T22:46:38.720Z Compiling libxml v0.3.3
48292026-08-25T22:46:38.784Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48302026-08-25T22:46:38.907Z Compiling strum_macros v0.24.3
48312026-08-25T22:46:38.976Z Compiling lalrpop v0.19.12
48322026-08-25T22:46:39.005Z Compiling indoc v1.0.9
48332026-08-25T22:46:39.213Z Compiling darling_macro v0.21.3
48342026-08-25T22:46:39.733Z Compiling darling v0.21.3
48352026-08-25T22:46:39.831Z Compiling dsl_auto_type v0.2.0
48362026-08-25T22:46:39.928Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48372026-08-25T22:46:40.120Z Checking derive_builder v0.20.2
48382026-08-25T22:46:40.245Z Compiling oso-derive v0.27.3
48392026-08-25T22:46:40.262Z Checking quick-xml v0.37.5
48402026-08-25T22:46:40.362Z Compiling impl-trait-for-tuples v0.2.3
48412026-08-25T22:46:40.751Z Checking openssl-probe v0.1.6
48422026-08-25T22:46:40.895Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48432026-08-25T22:46:41.150Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48442026-08-25T22:46:41.344Z Checking bb8 v0.8.6
48452026-08-25T22:46:41.505Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48462026-08-25T22:46:41.628Z Checking nonempty v0.12.0
48472026-08-25T22:46:41.631Z Compiling libz-sys v1.1.24
48482026-08-25T22:46:41.720Z Compiling strsim v0.10.0
48492026-08-25T22:46:41.799Z Compiling libgit2-sys v0.18.3+1.9.2
48502026-08-25T22:46:41.904Z Compiling darling_core v0.13.4
48512026-08-25T22:46:42.054Z Compiling vergen-git2 v9.1.0
48522026-08-25T22:46:42.235Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48532026-08-25T22:46:42.279Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48542026-08-25T22:46:42.449Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48552026-08-25T22:46:42.668Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48562026-08-25T22:46:42.858Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48572026-08-25T22:46:43.050Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48582026-08-25T22:46:43.241Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48592026-08-25T22:46:43.258Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48602026-08-25T22:46:43.432Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48612026-08-25T22:46:43.624Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48622026-08-25T22:46:43.776Z Compiling darling_macro v0.13.4
48632026-08-25T22:46:43.810Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48642026-08-25T22:46:44.002Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48652026-08-25T22:46:44.321Z Compiling darling v0.13.4
48662026-08-25T22:46:44.449Z Compiling serde_with_macros v1.5.2
48672026-08-25T22:46:44.472Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48682026-08-25T22:46:44.864Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48692026-08-25T22:46:45.305Z Compiling serde_with v1.14.0
48702026-08-25T22:46:45.456Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48712026-08-25T22:46:45.559Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48722026-08-25T22:46:45.648Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48732026-08-25T22:46:45.758Z Checking diesel v2.3.7
48742026-08-25T22:46:46.446Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48752026-08-25T22:46:47.265Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48762026-08-25T22:46:47.432Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48772026-08-25T22:46:48.053Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48782026-08-25T22:46:48.140Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48792026-08-25T22:46:48.808Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48802026-08-25T22:46:48.864Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48812026-08-25T22:46:48.901Z Checking twox-hash v2.1.2
48822026-08-25T22:46:49.211Z Checking libsw-core v0.3.2
48832026-08-25T22:46:49.345Z Checking atty v0.2.14
48842026-08-25T22:46:49.374Z Checking libsw v3.5.0
48852026-08-25T22:46:49.453Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48862026-08-25T22:46:49.541Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48872026-08-25T22:46:49.842Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48882026-08-25T22:46:50.000Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48892026-08-25T22:46:50.057Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48902026-08-25T22:46:51.324Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48912026-08-25T22:46:51.607Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48922026-08-25T22:46:51.684Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48932026-08-25T22:46:52.049Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48942026-08-25T22:46:52.315Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48952026-08-25T22:46:52.507Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48962026-08-25T22:46:52.667Z Checking fatfs v0.3.6
48972026-08-25T22:46:53.024Z Checking console v0.16.2
48982026-08-25T22:46:53.123Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48992026-08-25T22:46:53.337Z Compiling seq-macro v0.3.6
49002026-08-25T22:46:53.841Z Checking unit-prefix v0.5.2
49012026-08-25T22:46:53.983Z Checking indicatif v0.18.4
49022026-08-25T22:46:54.403Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
49032026-08-25T22:46:54.463Z Checking oxide-update-engine-display v0.1.2
49042026-08-25T22:46:54.774Z Checking support-bundle-viewer v0.1.2
49052026-08-25T22:46:54.987Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49062026-08-25T22:46:55.026Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49072026-08-25T22:46:55.071Z Checking multimap v0.10.1
49082026-08-25T22:47:01.138Z Checking async-bb8-diesel v0.2.1
49092026-08-25T22:47:01.494Z Checking diesel-dtrace v0.5.0
49102026-08-25T22:47:04.639Z Compiling samael v0.0.19
49112026-08-25T22:47:09.958Z Compiling git2 v0.20.4
49122026-08-25T22:47:10.267Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49132026-08-25T22:47:11.752Z Compiling polar-core v0.27.3
49142026-08-25T22:47:12.421Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49152026-08-25T22:47:16.297Z Checking oso v0.27.3
49162026-08-25T22:47:48.751Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49172026-08-25T22:49:04.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
49182026-08-25T22:49:04.680Z
49192026-08-25T22:49:04.680Zinfo: running `cargo check --bins` on nexus-networking (334/377)
49202026-08-25T22:49:05.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49212026-08-25T22:49:05.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49222026-08-25T22:49:05.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49232026-08-25T22:49:05.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
49242026-08-25T22:49:05.364Z
49252026-08-25T22:49:05.365Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (335/377)
49262026-08-25T22:49:05.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49272026-08-25T22:49:05.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49282026-08-25T22:49:05.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49292026-08-25T22:49:05.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
49302026-08-25T22:49:06.037Z
49312026-08-25T22:49:06.037Zinfo: running `cargo check --bins` on nexus-saga-recovery (336/377)
49322026-08-25T22:49:06.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49332026-08-25T22:49:06.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49342026-08-25T22:49:06.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49352026-08-25T22:49:06.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49362026-08-25T22:49:06.680Z
49372026-08-25T22:49:06.680Zinfo: running `cargo check --bins` on nexus-test-utils-macros (337/377)
49382026-08-25T22:49:07.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49392026-08-25T22:49:07.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49402026-08-25T22:49:07.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49412026-08-25T22:49:07.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49422026-08-25T22:49:07.252Z
49432026-08-25T22:49:07.252Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (338/377)
49442026-08-25T22:49:07.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49452026-08-25T22:49:07.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49462026-08-25T22:49:08.102Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49472026-08-25T22:49:08.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
49482026-08-25T22:49:09.069Z
49492026-08-25T22:49:09.069Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (339/377)
49502026-08-25T22:49:09.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49512026-08-25T22:49:09.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49522026-08-25T22:49:09.904Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49532026-08-25T22:49:48.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.71s
49542026-08-25T22:49:48.995Z
49552026-08-25T22:49:48.995Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (340/377)
49562026-08-25T22:49:49.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49572026-08-25T22:49:49.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49582026-08-25T22:49:49.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49592026-08-25T22:49:49.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49602026-08-25T22:49:49.564Z
49612026-08-25T22:49:49.564Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (341/377)
49622026-08-25T22:49:50.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49632026-08-25T22:49:50.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49642026-08-25T22:49:50.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49652026-08-25T22:49:50.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49662026-08-25T22:49:50.137Z
49672026-08-25T22:49:50.138Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (342/377)
49682026-08-25T22:49:50.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49692026-08-25T22:49:50.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49702026-08-25T22:49:50.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49712026-08-25T22:49:50.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49722026-08-25T22:49:50.772Z
49732026-08-25T22:49:50.772Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (343/377)
49742026-08-25T22:49:51.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49752026-08-25T22:49:51.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49762026-08-25T22:49:51.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49772026-08-25T22:49:51.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49782026-08-25T22:49:51.417Z
49792026-08-25T22:49:51.417Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (344/377)
49802026-08-25T22:49:51.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49812026-08-25T22:49:51.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49822026-08-25T22:49:51.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49832026-08-25T22:49:51.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49842026-08-25T22:49:52.062Z
49852026-08-25T22:49:52.062Zinfo: running `cargo check --bins` on nexus-mgs-updates (345/377)
49862026-08-25T22:49:52.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49872026-08-25T22:49:52.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49882026-08-25T22:49:52.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49892026-08-25T22:49:52.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49902026-08-25T22:49:52.691Z
49912026-08-25T22:49:52.691Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (346/377)
49922026-08-25T22:49:53.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49932026-08-25T22:49:53.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49942026-08-25T22:49:53.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49952026-08-25T22:49:53.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49962026-08-25T22:49:53.334Z
49972026-08-25T22:49:53.334Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377)
49982026-08-25T22:49:53.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49992026-08-25T22:49:53.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50002026-08-25T22:49:53.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50012026-08-25T22:49:53.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
50022026-08-25T22:49:53.980Z
50032026-08-25T22:49:53.980Zinfo: running `cargo check --bins` on nexus-switch-config (348/377)
50042026-08-25T22:49:54.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50052026-08-25T22:49:54.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50062026-08-25T22:49:54.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50072026-08-25T22:49:54.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50082026-08-25T22:49:54.604Z
50092026-08-25T22:49:54.605Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (349/377)
50102026-08-25T22:49:55.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50112026-08-25T22:49:55.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50122026-08-25T22:49:55.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50132026-08-25T22:49:55.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
50142026-08-25T22:49:55.250Z
50152026-08-25T22:49:55.251Zinfo: running `cargo check --bins` on support-bundle-collection (350/377)
50162026-08-25T22:49:55.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50172026-08-25T22:49:55.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50182026-08-25T22:49:55.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50192026-08-25T22:49:55.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
50202026-08-25T22:49:55.897Z
50212026-08-25T22:49:55.897Zinfo: running `cargo check --bins` on omicron-dev (351/377)
50222026-08-25T22:49:56.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50232026-08-25T22:49:56.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50242026-08-25T22:49:56.796Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50252026-08-25T22:49:56.796Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50262026-08-25T22:49:56.989Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50272026-08-25T22:49:57.018Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50282026-08-25T22:49:57.036Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50292026-08-25T22:49:57.038Z Checking yansi v1.0.1
50302026-08-25T22:49:57.039Z Checking diff v0.1.13
50312026-08-25T22:49:57.068Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50322026-08-25T22:49:57.121Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50332026-08-25T22:49:57.323Z Checking pretty_assertions v1.4.1
50342026-08-25T22:49:58.081Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50352026-08-25T22:49:58.112Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50362026-08-25T22:50:23.407Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50372026-08-25T22:50:23.410Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50382026-08-25T22:50:23.410Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50392026-08-25T22:50:23.410Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50402026-08-25T22:50:23.410Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50412026-08-25T22:50:23.410Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50422026-08-25T22:50:23.410Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50432026-08-25T22:50:24.307Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50442026-08-25T22:50:24.307Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50452026-08-25T22:50:25.589Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50462026-08-25T22:51:04.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
50472026-08-25T22:51:04.275Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50482026-08-25T22:51:04.275Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50492026-08-25T22:51:04.487Z
50502026-08-25T22:51:04.487Zinfo: running `cargo check --bins` on oximeter-load-test (352/377)
50512026-08-25T22:51:05.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-25T22:51:05.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-25T22:51:05.221Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50542026-08-25T22:51:05.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
50552026-08-25T22:51:06.070Z
50562026-08-25T22:51:06.070Zinfo: running `cargo check --bins` on omicron-pins (353/377)
50572026-08-25T22:51:06.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-25T22:51:06.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-25T22:51:06.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50602026-08-25T22:51:06.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50612026-08-25T22:51:06.633Z
50622026-08-25T22:51:06.634Zinfo: running `cargo check --bins` on rack-init-config (354/377)
50632026-08-25T22:51:07.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50642026-08-25T22:51:07.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50652026-08-25T22:51:07.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50662026-08-25T22:51:07.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
50672026-08-25T22:51:07.222Z
50682026-08-25T22:51:07.222Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377)
50692026-08-25T22:51:07.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50702026-08-25T22:51:07.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50712026-08-25T22:51:08.015Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50722026-08-25T22:51:08.136Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50732026-08-25T22:51:08.144Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50742026-08-25T22:51:35.433Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50752026-08-25T22:51:35.841Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50762026-08-25T22:51:37.607Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50772026-08-25T22:51:38.086Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50782026-08-25T22:51:41.200Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50792026-08-25T22:52:05.566Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50802026-08-25T22:52:06.307Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50812026-08-25T22:52:08.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
50822026-08-25T22:52:08.233Z
50832026-08-25T22:52:08.233Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (356/377)
50842026-08-25T22:52:08.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50852026-08-25T22:52:08.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50862026-08-25T22:52:08.950Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50872026-08-25T22:52:09.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
50882026-08-25T22:52:09.836Z
50892026-08-25T22:52:09.836Zinfo: running `cargo check --bins` on omicron-releng (357/377)
50902026-08-25T22:52:10.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50912026-08-25T22:52:10.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50922026-08-25T22:52:10.463Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
50932026-08-25T22:52:10.466Z Compiling fs-err v2.11.0
50942026-08-25T22:52:10.580Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
50952026-08-25T22:52:10.591Z Checking parse-size v1.1.0
50962026-08-25T22:52:10.599Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50972026-08-25T22:52:10.599Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
50982026-08-25T22:52:10.603Z Checking shell-words v1.1.1
50992026-08-25T22:52:10.688Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51002026-08-25T22:52:11.017Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51012026-08-25T22:52:11.196Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51022026-08-25T22:52:11.864Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51032026-08-25T22:52:12.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
51042026-08-25T22:52:12.999Z
51052026-08-25T22:52:13.000Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (358/377)
51062026-08-25T22:52:13.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51072026-08-25T22:52:13.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51082026-08-25T22:52:13.633Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51092026-08-25T22:52:14.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
51102026-08-25T22:52:14.299Z
51112026-08-25T22:52:14.299Zinfo: running `cargo check --bins` on schema (359/377)
51122026-08-25T22:52:14.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51132026-08-25T22:52:14.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51142026-08-25T22:52:15.030Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51152026-08-25T22:52:15.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
51162026-08-25T22:52:15.932Z
51172026-08-25T22:52:15.932Zinfo: running `cargo check --bins` on xtask (360/377)
51182026-08-25T22:52:16.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51192026-08-25T22:52:16.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51202026-08-25T22:52:16.334Z Checking serde_core v1.0.228
51212026-08-25T22:52:16.334Z Checking libc v0.2.185
51222026-08-25T22:52:16.413Z Checking bitflags v2.11.0
51232026-08-25T22:52:16.420Z Checking scroll v0.12.0
51242026-08-25T22:52:16.423Z Checking thiserror v1.0.69
51252026-08-25T22:52:16.431Z Checking log v0.4.33
51262026-08-25T22:52:16.438Z Checking zerocopy v0.7.35
51272026-08-25T22:52:16.440Z Checking indexmap v2.14.0
51282026-08-25T22:52:16.512Z Checking syn v2.0.117
51292026-08-25T22:52:16.554Z Checking dtrace-parser v0.2.0
51302026-08-25T22:52:16.569Z Checking once_cell v1.21.3
51312026-08-25T22:52:16.631Z Checking goblin v0.8.2
51322026-08-25T22:52:16.696Z Checking errno v0.3.14
51332026-08-25T22:52:16.744Z Checking thread-id v4.2.2
51342026-08-25T22:52:16.786Z Checking getrandom v0.4.3
51352026-08-25T22:52:16.813Z Checking rustix v1.1.4
51362026-08-25T22:52:16.825Z Checking memmap v0.7.0
51372026-08-25T22:52:16.918Z Checking thiserror v2.0.18
51382026-08-25T22:52:16.928Z Checking fs-err v3.3.0
51392026-08-25T22:52:16.948Z Checking anyhow v1.0.104
51402026-08-25T22:52:16.971Z Checking tabled v0.15.0
51412026-08-25T22:52:17.583Z Checking terminal_size v0.4.3
51422026-08-25T22:52:17.584Z Checking tempfile v3.27.0
51432026-08-25T22:52:17.698Z Checking clap_builder v4.6.0
51442026-08-25T22:52:17.701Z Checking textwrap v0.16.2
51452026-08-25T22:52:17.849Z Checking serde v1.0.228
51462026-08-25T22:52:17.849Z Checking serde_json v1.0.151
51472026-08-25T22:52:17.849Z Checking camino v1.2.5
51482026-08-25T22:52:17.899Z Checking cargo-platform v0.3.2
51492026-08-25T22:52:18.056Z Checking semver v1.0.28
51502026-08-25T22:52:18.110Z Checking camino-tempfile v1.4.1
51512026-08-25T22:52:18.248Z Checking toml_datetime v0.6.11
51522026-08-25T22:52:18.248Z Checking serde_spanned v0.6.9
51532026-08-25T22:52:18.266Z Checking macaddr v1.0.1
51542026-08-25T22:52:18.277Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51552026-08-25T22:52:18.421Z Checking toml_edit v0.22.27
51562026-08-25T22:52:18.461Z Checking dof v0.3.0
51572026-08-25T22:52:18.461Z Checking cargo_metadata v0.23.1
51582026-08-25T22:52:18.726Z Checking usdt-impl v0.5.0
51592026-08-25T22:52:18.878Z Checking clap v4.6.1
51602026-08-25T22:52:18.992Z Checking usdt v0.5.0
51612026-08-25T22:52:19.382Z Checking toml v0.8.23
51622026-08-25T22:52:19.641Z Checking cargo_toml v0.21.0
51632026-08-25T22:52:20.276Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51642026-08-25T22:52:20.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
51652026-08-25T22:52:20.771Z
51662026-08-25T22:52:20.771Zinfo: running `cargo check --bins` on dnsadm (361/377)
51672026-08-25T22:52:21.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51682026-08-25T22:52:21.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51692026-08-25T22:52:21.413Z Checking arc-swap v1.8.2
51702026-08-25T22:52:21.691Z Checking slog-scope v4.4.1
51712026-08-25T22:52:21.804Z Checking slog-stdlog v4.1.1
51722026-08-25T22:52:21.908Z Checking slog-envlogger v2.2.0
51732026-08-25T22:52:22.024Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51742026-08-25T22:52:22.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
51752026-08-25T22:52:22.615Z
51762026-08-25T22:52:22.615Zinfo: running `cargo check --bins` on end-to-end-tests (362/377)
51772026-08-25T22:52:23.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51782026-08-25T22:52:23.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51792026-08-25T22:52:23.423Z Checking cpubits v0.1.1
51802026-08-25T22:52:23.548Z Checking pem-rfc7468 v1.0.0
51812026-08-25T22:52:23.561Z Checking hmac v0.13.0
51822026-08-25T22:52:23.565Z Checking universal-hash v0.6.1
51832026-08-25T22:52:23.583Z Checking ctr v0.10.1
51842026-08-25T22:52:23.584Z Checking aead v0.6.1
51852026-08-25T22:52:23.611Z Checking aes v0.9.1
51862026-08-25T22:52:23.611Z Checking crypto-bigint v0.7.5
51872026-08-25T22:52:23.639Z Checking salsa20 v0.11.0
51882026-08-25T22:52:23.698Z Checking der v0.8.0
51892026-08-25T22:52:23.703Z Checking polyval v0.7.1
51902026-08-25T22:52:23.724Z Checking pbkdf2 v0.13.0
51912026-08-25T22:52:23.740Z Checking cbc v0.2.1
51922026-08-25T22:52:23.760Z Checking ff v0.14.0
51932026-08-25T22:52:23.824Z Checking signature v3.0.0
51942026-08-25T22:52:23.839Z Checking scrypt v0.12.0
51952026-08-25T22:52:23.874Z Checking base16ct v1.0.0
51962026-08-25T22:52:23.877Z Checking ghash v0.6.0
51972026-08-25T22:52:23.902Z Checking group v0.14.0
51982026-08-25T22:52:23.978Z Checking hkdf v0.13.0
51992026-08-25T22:52:24.002Z Compiling curve25519-dalek v5.0.0
52002026-08-25T22:52:24.017Z Checking aes-gcm v0.11.0
52012026-08-25T22:52:24.033Z Checking keccak v0.2.0
52022026-08-25T22:52:24.047Z Checking wnaf v0.14.0
52032026-08-25T22:52:24.063Z Checking poly1305 v0.9.0
52042026-08-25T22:52:24.111Z Checking blowfish v0.10.0
52052026-08-25T22:52:24.178Z Checking blake2 v0.11.0-rc.6
52062026-08-25T22:52:24.194Z Checking sha3 v0.11.0
52072026-08-25T22:52:24.215Z Checking kem v0.3.0
52082026-08-25T22:52:24.265Z Checking bcrypt-pbkdf v0.11.0
52092026-08-25T22:52:24.332Z Checking module-lattice v0.2.3
52102026-08-25T22:52:24.332Z Checking sponge-cursor v0.1.0
52112026-08-25T22:52:24.424Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52122026-08-25T22:52:24.440Z Checking argon2 v0.6.0-rc.8
52132026-08-25T22:52:24.473Z Checking sha3 v0.12.0
52142026-08-25T22:52:24.487Z Checking spki v0.8.0
52152026-08-25T22:52:24.533Z Checking sec1 v0.8.1
52162026-08-25T22:52:24.550Z Checking ml-kem v0.3.2
52172026-08-25T22:52:24.604Z Checking internal-russh-num-bigint v0.5.0
52182026-08-25T22:52:24.658Z Checking pkcs5 v0.8.1
52192026-08-25T22:52:24.673Z Checking pkcs1 v0.8.0-rc.4
52202026-08-25T22:52:24.741Z Checking num-bigint v0.4.6
52212026-08-25T22:52:24.755Z Checking generic-array v1.4.3
52222026-08-25T22:52:24.880Z Checking russh-util v0.52.0
52232026-08-25T22:52:24.953Z Checking pkcs8 v0.11.0
52242026-08-25T22:52:25.005Z Compiling enum_dispatch v0.3.13
52252026-08-25T22:52:25.147Z Compiling delegate v0.13.5
52262026-08-25T22:52:25.163Z Checking ed25519 v3.0.0
52272026-08-25T22:52:25.268Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52282026-08-25T22:52:25.312Z Checking md5 v0.8.0
52292026-08-25T22:52:25.363Z Checking ed25519-dalek v3.0.0
52302026-08-25T22:52:25.447Z Checking hex-literal v1.1.0
52312026-08-25T22:52:25.500Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52322026-08-25T22:52:25.547Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52332026-08-25T22:52:25.589Z Checking socket2 v0.5.10
52342026-08-25T22:52:25.672Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52352026-08-25T22:52:25.672Z Checking internet-checksum v0.2.1
52362026-08-25T22:52:25.842Z Checking elliptic-curve v0.14.1
52372026-08-25T22:52:25.842Z Checking rfc6979 v0.6.0
52382026-08-25T22:52:25.846Z Checking primefield v0.14.0
52392026-08-25T22:52:25.847Z Checking ssh-encoding v0.3.0
52402026-08-25T22:52:25.938Z Checking crypto-primes v0.7.2
52412026-08-25T22:52:26.065Z Checking ssh-cipher v0.3.0
52422026-08-25T22:52:26.068Z Checking russh-cryptovec v0.62.0
52432026-08-25T22:52:26.251Z Checking ecdsa v0.17.0
52442026-08-25T22:52:26.254Z Checking primeorder v0.14.0
52452026-08-25T22:52:26.612Z Checking p256 v0.14.0
52462026-08-25T22:52:26.612Z Checking p521 v0.14.0
52472026-08-25T22:52:26.615Z Checking p384 v0.14.0
52482026-08-25T22:52:26.863Z Checking rsa v0.10.0-rc.18
52492026-08-25T22:52:29.506Z Checking ssh-key v0.7.0-rc.11
52502026-08-25T22:52:30.251Z Checking russh v0.62.4
52512026-08-25T22:52:43.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.94s
52522026-08-25T22:52:43.568Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52532026-08-25T22:52:43.568Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52542026-08-25T22:52:43.785Z
52552026-08-25T22:52:43.785Zinfo: running `cargo check --bins` on gateway-cli (363/377)
52562026-08-25T22:52:44.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52572026-08-25T22:52:44.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52582026-08-25T22:52:44.416Z Checking termios v0.3.3
52592026-08-25T22:52:44.611Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52602026-08-25T22:52:45.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
52612026-08-25T22:52:45.376Z
52622026-08-25T22:52:45.376Zinfo: running `cargo check --bins --no-default-features` on installinator (364/377)
52632026-08-25T22:52:45.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52642026-08-25T22:52:45.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52652026-08-25T22:52:46.050Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52662026-08-25T22:52:46.741Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52672026-08-25T22:52:48.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
52682026-08-25T22:52:48.527Z
52692026-08-25T22:52:48.527Zinfo: running `cargo check --bins` on internal-dns-cli (365/377)
52702026-08-25T22:52:49.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52712026-08-25T22:52:49.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52722026-08-25T22:52:49.170Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52732026-08-25T22:52:49.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
52742026-08-25T22:52:49.779Z
52752026-08-25T22:52:49.779Zinfo: running `cargo check --bins` on omicron-live-tests (366/377)
52762026-08-25T22:52:50.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52772026-08-25T22:52:50.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52782026-08-25T22:52:50.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52792026-08-25T22:52:50.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52802026-08-25T22:52:50.337Z
52812026-08-25T22:52:50.337Zinfo: running `cargo check --bins` on live-tests-macros (367/377)
52822026-08-25T22:52:50.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52832026-08-25T22:52:50.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52842026-08-25T22:52:50.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52852026-08-25T22:52:50.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52862026-08-25T22:52:50.892Z
52872026-08-25T22:52:50.892Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377)
52882026-08-25T22:52:51.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52892026-08-25T22:52:51.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52902026-08-25T22:52:51.629Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52912026-08-25T22:52:52.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
52922026-08-25T22:52:52.413Z
52932026-08-25T22:52:52.414Zinfo: running `cargo check --bins` on omicron-ntp-admin (369/377)
52942026-08-25T22:52:52.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52952026-08-25T22:52:52.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52962026-08-25T22:52:53.047Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
52972026-08-25T22:52:53.047Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
52982026-08-25T22:52:53.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
52992026-08-25T22:52:54.154Z
53002026-08-25T22:52:54.154Zinfo: running `cargo check --bins` on ntp-admin-types (370/377)
53012026-08-25T22:52:54.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53022026-08-25T22:52:54.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53032026-08-25T22:52:54.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53042026-08-25T22:52:54.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
53052026-08-25T22:52:54.705Z
53062026-08-25T22:52:54.705Zinfo: running `cargo check --bins` on omicron-package (371/377)
53072026-08-25T22:52:55.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53082026-08-25T22:52:55.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53092026-08-25T22:52:55.373Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53102026-08-25T22:52:56.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
53112026-08-25T22:52:56.642Z
53122026-08-25T22:52:56.642Zinfo: running `cargo check --bins` on tqdb (372/377)
53132026-08-25T22:52:57.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53142026-08-25T22:52:57.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53152026-08-25T22:52:57.415Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53162026-08-25T22:52:57.769Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53172026-08-25T22:52:58.292Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53182026-08-25T22:52:58.292Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53192026-08-25T22:53:04.989Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53202026-08-25T22:53:04.989Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53212026-08-25T22:53:04.992Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53222026-08-25T22:53:05.632Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53232026-08-25T22:53:05.637Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53242026-08-25T22:53:05.637Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53252026-08-25T22:53:05.637Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53262026-08-25T22:53:06.397Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53272026-08-25T22:53:07.016Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53282026-08-25T22:53:07.252Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53292026-08-25T22:53:07.518Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53302026-08-25T22:53:08.397Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53312026-08-25T22:53:09.037Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53322026-08-25T22:53:13.861Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53332026-08-25T22:53:21.207Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53342026-08-25T22:53:21.207Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53352026-08-25T22:53:21.210Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53362026-08-25T22:53:21.210Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53372026-08-25T22:53:22.714Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53382026-08-25T22:53:24.017Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53392026-08-25T22:53:24.693Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53402026-08-25T22:53:25.990Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53412026-08-25T22:53:26.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.89s
53422026-08-25T22:53:26.739Z
53432026-08-25T22:53:26.739Zinfo: running `cargo check --bins` on wicket-dbg (373/377)
53442026-08-25T22:53:27.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53452026-08-25T22:53:27.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53462026-08-25T22:53:27.440Z Checking rtoolbox v0.0.3
53472026-08-25T22:53:27.440Z Checking tui-tree-widget v0.23.1
53482026-08-25T22:53:27.443Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53492026-08-25T22:53:27.566Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53502026-08-25T22:53:27.657Z Checking rpassword v7.5.4
53512026-08-25T22:53:30.377Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53522026-08-25T22:53:32.213Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53532026-08-25T22:53:33.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s
53542026-08-25T22:53:33.328Z
53552026-08-25T22:53:33.328Zinfo: running `cargo check --bins` on wicket (374/377)
53562026-08-25T22:53:33.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53572026-08-25T22:53:33.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53582026-08-25T22:53:34.013Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53592026-08-25T22:53:34.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
53602026-08-25T22:53:34.557Z
53612026-08-25T22:53:34.557Zinfo: running `cargo check --bins` on wicketd (375/377)
53622026-08-25T22:53:35.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53632026-08-25T22:53:35.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53642026-08-25T22:53:35.249Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53652026-08-25T22:53:38.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
53662026-08-25T22:53:38.980Z
53672026-08-25T22:53:38.981Zinfo: running `cargo check --bins` on omicron-workspace-hack (376/377)
53682026-08-25T22:53:39.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53692026-08-25T22:53:39.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53702026-08-25T22:53:39.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53712026-08-25T22:53:39.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53722026-08-25T22:53:39.535Z
53732026-08-25T22:53:39.536Zinfo: running `cargo check --bins` on zone-setup (377/377)
53742026-08-25T22:53:40.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53752026-08-25T22:53:40.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53762026-08-25T22:53:40.198Z Checking uzers v0.12.2
53772026-08-25T22:53:40.469Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53782026-08-25T22:53:41.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
53792026-08-25T22:53:41.444Z
53802026-08-25T22:53:41.444Zreal 14:28.403624751
53812026-08-25T22:53:41.444Zuser 21:41.641694169
53822026-08-25T22:53:41.444Zsys 4:29.977865000
53832026-08-25T22:53:41.444Ztrap 0.343698206
53842026-08-25T22:53:41.444Ztflt 2.836230023
53852026-08-25T22:53:41.444Zdflt 2.243882208
53862026-08-25T22:53:41.444Zkflt 0.059227280
53872026-08-25T22:53:41.445Zlock 1:30:20.759271863
53882026-08-25T22:53:41.445Zslp 1:43:24.668699725
53892026-08-25T22:53:41.445Zlat 57.264339015
53902026-08-25T22:53:41.445Zstop 4:08.632620996
53912026-08-25T22:53:41.449Zprocess exited: duration 1000697 ms, exit code 0
 
53922026-08-25T22:53:41.456Zfound 0 output files