01M1BZ1TW617TA7ZZ7BW1KEZ6R: 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: 01M1BZ26ZTZHW34DX9ECEE4WG1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T13:11:05.011Zjob assigned to worker 01M1BZ2FP4K5W1K2YFMNFNAYXG [factory aws, i-0fcba3dff53f87cb7] (queued for 50 s)
 
22026-08-31T13:11:11.790Zstarting task 0: "setup"
32026-08-31T13:11:11.794Z++ uname -s
42026-08-31T13:11:11.797Z+ kern=SunOS
52026-08-31T13:11:11.797Z+ build_user=build
62026-08-31T13:11:11.797Z+ build_uid=12345
72026-08-31T13:11:11.797Z+ work_dir=/work
82026-08-31T13:11:11.797Z+ input_dir=/input
92026-08-31T13:11:11.797Z+ [[ 0 == 12345 ]]
102026-08-31T13:11:11.797Z+ case "$kern" in
112026-08-31T13:11:11.797Z+ groupadd -g 12345 build
122026-08-31T13:11:11.800Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T13:11:13.804Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T13:11:13.886Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T13:11:13.889Z+ home_fs=zfs
162026-08-31T13:11:13.889Z+ [[ zfs == autofs ]]
172026-08-31T13:11:13.889Z+ mkdir -p /home/build
182026-08-31T13:11:13.889Z+ chown build:build /home/build /work
192026-08-31T13:11:15.890Z+ chmod 0700 /home/build /work
202026-08-31T13:11:15.893Zprocess exited: duration 4104 ms, exit code 0
 
212026-08-31T13:11:15.899Zstarting task 1: "rust-toolchain"
222026-08-31T13:11:15.904Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-31T13:11:15.904Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-31T13:11:15.904Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-31T13:11:15.904Z * rust toolchain channel = "1.97.1"
262026-08-31T13:11:15.904Z * rust toolchain profile = "default"
272026-08-31T13:11:15.907Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-31T13:11:15.907Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T13:11:15.907Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-31T13:11:16.007Zinfo: downloading installer
312026-08-31T13:11:17.336Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T13:11:17.336Zwarn: /home/build/.rustup/settings.toml
332026-08-31T13:11:17.336Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T13:11:17.336Zwarn: instead of the one inferred from the default host triple.
352026-08-31T13:11:17.348Zinfo: profile set to default
362026-08-31T13:11:17.348Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T13:11:17.351Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-31T13:11:17.476Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-31T13:11:17.479Zinfo: downloading 6 components
402026-08-31T13:11:31.749Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-31T13:11:31.749Z
422026-08-31T13:11:31.779Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-31T13:11:31.779Z
442026-08-31T13:11:31.779Z
452026-08-31T13:11:31.779ZRust is installed now. Great!
462026-08-31T13:11:31.779Z
472026-08-31T13:11:31.779ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T13:11:31.780Zenvironment variable. This has not been done automatically.
492026-08-31T13:11:31.781Z
502026-08-31T13:11:31.781ZTo configure your current shell, you need to source
512026-08-31T13:11:31.781Zthe corresponding env file under $HOME/.cargo.
522026-08-31T13:11:31.781Z
532026-08-31T13:11:31.781ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T13:11:31.781Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T13:11:31.781Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T13:11:31.781Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T13:11:31.781Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T13:11:31.781Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T13:11:31.781Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T13:11:31.785Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T13:11:31.785Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T13:11:31.878Z+ rustup --version
632026-08-31T13:11:31.886Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T13:11:31.890Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T13:11:31.907Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-31T13:11:31.911Z+ cargo --version
672026-08-31T13:11:31.925Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-31T13:11:31.928Z+ rustc --version
692026-08-31T13:11:31.947Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-31T13:11:31.951Zprocess exited: duration 16049 ms, exit code 0
 
712026-08-31T13:11:31.957Zstarting task 2: "authentication"
722026-08-31T13:11:31.974Zprocess exited: duration 16 ms, exit code 0
 
732026-08-31T13:11:31.981Zstarting task 3: "clone repository"
742026-08-31T13:11:31.986Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-31T13:11:31.989Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-31T13:11:32.017ZCloning into '/work/oxidecomputer/omicron'...
772026-08-31T13:11:52.821Z+ cd /work/oxidecomputer/omicron
782026-08-31T13:11:52.824Z+ git fetch origin 3ee2b62177c5755aef512a9883f4c8fa5edd1794
792026-08-31T13:11:53.206ZFrom https://github.com/oxidecomputer/omicron
802026-08-31T13:11:53.207Z * branch 3ee2b62177c5755aef512a9883f4c8fa5edd1794 -> FETCH_HEAD
812026-08-31T13:11:53.217Z+ [[ -n john/bump-min-schema-version ]]
822026-08-31T13:11:53.220Z++ git branch --show-current
832026-08-31T13:11:53.220Z+ current=main
842026-08-31T13:11:53.220Z+ [[ main != john/bump-min-schema-version ]]
852026-08-31T13:11:53.220Z+ git branch -f john/bump-min-schema-version 3ee2b62177c5755aef512a9883f4c8fa5edd1794
862026-08-31T13:11:53.223Z+ git checkout -f john/bump-min-schema-version
872026-08-31T13:11:53.477ZSwitched to branch 'john/bump-min-schema-version'
882026-08-31T13:11:53.480Z+ git reset --hard 3ee2b62177c5755aef512a9883f4c8fa5edd1794
892026-08-31T13:11:53.494ZHEAD is now at 3ee2b6217 Merge branch 'main' into john/bump-min-schema-version
902026-08-31T13:11:53.497Zprocess exited: duration 21514 ms, exit code 0
 
912026-08-31T13:11:53.503Zstarting task 4: "build"
922026-08-31T13:11:53.508Z+ source .github/buildomat/ci-env.sh
932026-08-31T13:11:53.508Z++ export CARGO_TERM_COLOR=always
942026-08-31T13:11:53.508Z++ CARGO_TERM_COLOR=always
952026-08-31T13:11:53.511Z+++ uname -s
962026-08-31T13:11:53.511Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-31T13:11:53.511Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-31T13:11:53.514Z+ cargo --version
992026-08-31T13:11:53.521Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-31T13:11:53.553Z+ rustc --version
1012026-08-31T13:11:53.553Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-31T13:11:53.553Z+ source ./env.sh
1032026-08-31T13:11:53.553Z++ OLD_SHELL_OPTS=ehxB
1042026-08-31T13:11:53.553Z++ set -o xtrace
1052026-08-31T13:11:53.553Z++++ dirname ./env.sh
1062026-08-31T13:11:53.553Z+++ readlink -f .
1072026-08-31T13:11:53.553Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-31T13:11:53.553Z++ 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-31T13:11:53.553Z++ 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-31T13:11:53.553Z++ 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-31T13:11:53.553Z++ 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-31T13:11:53.554Z++ 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-31T13:11:53.554Z++ 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-31T13:11:53.554Z++ 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-31T13:11:53.554Z++ 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-31T13:11:53.554Z++ 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-31T13:11:53.554Z++ 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-31T13:11:53.554Z++ case $OLD_SHELL_OPTS in
1192026-08-31T13:11:53.554Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-31T13:11:53.554Z+ 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-31T13:11:53.554Z+ 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-31T13:11:53.554Z+ banner prerequisites
1232026-08-31T13:11:53.558Z
1242026-08-31T13:11:53.558Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-31T13:11:53.559Z # # # # # # # # # # # # # # #
1262026-08-31T13:11:53.559Z # # # # ##### # # ##### # # # # # #### #
1272026-08-31T13:11:53.559Z ##### ##### # ##### # # # # # # # # #
1282026-08-31T13:11:53.559Z # # # # # # # # # # # # # # #
1292026-08-31T13:11:53.559Z # # # ###### # # ###### ### # #### # #### #
1302026-08-31T13:11:53.559Z
1312026-08-31T13:11:53.559Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-31T13:11:55.623Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-31T13:11:56.032Z Startup: Caching catalogs ... Done
1342026-08-31T13:11:58.388ZPlanning: Solver setup ... Done (2.228s)
1352026-08-31T13:11:58.451ZPlanning: Running solver ... Done (0.064s)
1362026-08-31T13:11:58.503ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-31T13:11:58.517ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-31T13:11:58.537ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-31T13:11:58.551ZPlanning: Package planning ... Done (0.014s)
1402026-08-31T13:11:58.555ZPlanning: Merging actions ... Done (0.001s)
1412026-08-31T13:11:58.772ZPlanning: Checking for conflicting actions ... Done (0.219s)
1422026-08-31T13:11:58.777ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-31T13:11:59.562ZPlanning: Evaluating mediators ... Done (0.789s)
1442026-08-31T13:11:59.565ZPlanning: Planning completed in 3.49 seconds
1452026-08-31T13:11:59.571Z Packages to install: 2
1462026-08-31T13:11:59.571Z Estimated space available: 156.00 GB
1472026-08-31T13:11:59.571ZEstimated space to be consumed: 83.65 MB
1482026-08-31T13:11:59.575Z Create boot environment: No
1492026-08-31T13:11:59.575ZCreate backup boot environment: No
1502026-08-31T13:11:59.575Z Rebuild boot archive: No
1512026-08-31T13:11:59.575Z
1522026-08-31T13:11:59.575ZChanged packages:
1532026-08-31T13:11:59.575Zhelios
1542026-08-31T13:11:59.575Z developer/build-essential
1552026-08-31T13:11:59.575Z None -> 11-3.0
1562026-08-31T13:11:59.575Z library/libxmlsec1
1572026-08-31T13:11:59.575Z None -> 1.2.35-3.0
1582026-08-31T13:11:59.596Z
1592026-08-31T13:11:59.596ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-31T13:11:59.663ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1612026-08-31T13:11:59.717Z Actions: 1/268 actions (Installing new actions)
1622026-08-31T13:11:59.755Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-31T13:11:59.792ZFinalize: Updating package state database ... Done (0.037s)
1642026-08-31T13:11:59.792ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-31T13:11:59.882ZFinalize: Updating image state ... Done (0.090s)
1662026-08-31T13:12:02.345ZFinalize: Creating fast lookup database ... Done (2.408s)
1672026-08-31T13:12:02.410ZFinalize: Reading search index ... Done (0.012s)
1682026-08-31T13:12:02.413ZFinalize: Updating search index ... Done (0.000s)
1692026-08-31T13:12:02.486ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-31T13:12:02.858ZPlanning: Evaluating mediator changes ... Done
1712026-08-31T13:12:02.963ZPlanning: Checking for conflicting actions ... Done
1722026-08-31T13:12:02.966ZPlanning: Consolidating action changes ... Done
1732026-08-31T13:12:03.120ZPlanning: Evaluating mediators ... Done
1742026-08-31T13:12:03.123ZPlanning: Planning completed in 0.26 seconds
1752026-08-31T13:12:03.143Z Mediators to change: 2
1762026-08-31T13:12:03.143Z Create boot environment: No
1772026-08-31T13:12:03.143ZCreate backup boot environment: No
1782026-08-31T13:12:03.186ZFinalize: Updating package state database ... Done
1792026-08-31T13:12:03.186ZFinalize: Updating package cache ... Done
1802026-08-31T13:12:03.240ZFinalize: Updating image state ... Done
1812026-08-31T13:12:05.194ZFinalize: Creating fast lookup database ... Done
1822026-08-31T13:12:05.257ZFinalize: Reading search index ... Done
1832026-08-31T13:12:05.257ZFinalize: Updating search index ... Done
1842026-08-31T13:12:05.333ZFinalize: Updating package cache ... Done
1852026-08-31T13:12:05.616ZPlanning: Evaluating mediator changes ... Done
1862026-08-31T13:12:05.724ZPlanning: Checking for conflicting actions ... Done
1872026-08-31T13:12:05.728ZPlanning: Consolidating action changes ... Done
1882026-08-31T13:12:05.879ZPlanning: Evaluating mediators ... Done
1892026-08-31T13:12:05.882ZPlanning: Planning completed in 0.26 seconds
1902026-08-31T13:12:05.902Z Mediators to change: 1
1912026-08-31T13:12:05.902Z Create boot environment: No
1922026-08-31T13:12:05.902ZCreate backup boot environment: No
1932026-08-31T13:12:05.958ZFinalize: Updating package state database ... Done
1942026-08-31T13:12:05.958ZFinalize: Updating package cache ... Done
1952026-08-31T13:12:06.013ZFinalize: Updating image state ... Done
1962026-08-31T13:12:07.966ZFinalize: Creating fast lookup database ... Done
1972026-08-31T13:12:08.030ZFinalize: Reading search index ... Done
1982026-08-31T13:12:08.033ZFinalize: Updating search index ... Done
1992026-08-31T13:12:08.103ZFinalize: Updating package cache ... Done
2002026-08-31T13:12:08.412ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-31T13:12:08.412Zapache system 2.4 system
2022026-08-31T13:12:08.412Zclang system 15 system
2032026-08-31T13:12:08.412Zcsh system system illumos
2042026-08-31T13:12:08.412Zctags system system illumos
2052026-08-31T13:12:08.412Zfile vendor vendor darwinsys
2062026-08-31T13:12:08.412Zfile system system illumos
2072026-08-31T13:12:08.412Zgcc vendor 14 vendor
2082026-08-31T13:12:08.412Zgcc system 13 system
2092026-08-31T13:12:08.412Zgcc system 10 system
2102026-08-31T13:12:08.412Zgo system 1.25 system
2112026-08-31T13:12:08.412Zllvm system 15 system
2122026-08-31T13:12:08.412Zmariadb system 11.4 system
2132026-08-31T13:12:08.412Zmta vendor vendor dma
2142026-08-31T13:12:08.413Zopenjdk system 17 system
2152026-08-31T13:12:08.413Zopenjdk system 11 system
2162026-08-31T13:12:08.413Zopenssl vendor 3 vendor
2172026-08-31T13:12:08.413Zperl system 5.40 system
2182026-08-31T13:12:08.413Zpostgresql system 18 system
2192026-08-31T13:12:08.413Zpostgresql system 17 system
2202026-08-31T13:12:08.413Zpython vendor 3 vendor
2212026-08-31T13:12:08.413Zpython system 2 system
2222026-08-31T13:12:08.413Zpython3 vendor 3.13 vendor
2232026-08-31T13:12:08.413Zruby system 3.4 system
2242026-08-31T13:12:08.413Zruby system 3.0 system
2252026-08-31T13:12:08.413Zwords vendor vendor american-english
2262026-08-31T13:12:08.413Zwords system system australian-english
2272026-08-31T13:12:08.413Zwords system system british-english
2282026-08-31T13:12:08.413Zwords system system canadian-english
2292026-08-31T13:12:08.413Zwords system system french
2302026-08-31T13:12:08.413Zwords system system italian
2312026-08-31T13:12:08.413Zwords system system ngerman
2322026-08-31T13:12:08.413Zwords system system ogerman
2332026-08-31T13:12:08.413Zwords system system spanish
2342026-08-31T13:12:08.663ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-31T13:12:08.663Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-31T13:12:09.164ZFMRI IFO
2372026-08-31T13:12:09.164Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-31T13:12:09.164Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-31T13:12:09.164Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-31T13:12:09.164Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-31T13:12:09.164Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-31T13:12:09.164Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-31T13:12:09.165Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-31T13:12:09.165Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-31T13:12:09.165Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-31T13:12:09.514Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-31T13:12:09.870Z Updating crates.io index
2482026-08-31T13:12:09.873Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-31T13:12:10.181Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-31T13:12:10.644Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2512026-08-31T13:12:11.010Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-08-31T13:12:12.340Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532026-08-31T13:12:13.005Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542026-08-31T13:12:14.996Z Updating git repository `https://github.com/oxidecomputer/opte`
2552026-08-31T13:12:16.136Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-08-31T13:12:16.469Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-08-31T13:12:16.874Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-08-31T13:12:18.354Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-08-31T13:12:18.685Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-08-31T13:12:19.107Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-08-31T13:12:19.472Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-08-31T13:12:19.828Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-08-31T13:12:20.140Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-08-31T13:12:20.480Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2652026-08-31T13:12:20.792Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662026-08-31T13:12:21.133Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-31T13:12:21.537Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-08-31T13:12:22.070Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-08-31T13:12:22.398Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-08-31T13:12:22.988Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-08-31T13:12:23.466Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-31T13:12:24.075Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-31T13:12:24.541Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-31T13:12:24.900Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-31T13:12:25.299Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-31T13:12:25.692Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-31T13:12:25.985Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-31T13:12:26.349Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-31T13:12:27.016Z Updating git repository `https://github.com/oxidecomputer/tough`
2802026-08-31T13:12:27.591Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-31T13:12:27.939Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-31T13:12:28.231Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-31T13:12:28.598Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-31T13:12:29.471Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-31T13:12:29.757Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-31T13:12:30.123Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-31T13:12:30.447Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-31T13:12:30.750Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2892026-08-31T13:12:31.200Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-31T13:12:33.651Z Downloading crates ...
2912026-08-31T13:12:33.773Z Downloaded cfg-if v1.0.4
2922026-08-31T13:12:33.773Z Downloaded memmap v0.7.0
2932026-08-31T13:12:33.773Z Downloaded colorchoice v1.0.4
2942026-08-31T13:12:33.773Z Downloaded fnv v1.0.7
2952026-08-31T13:12:33.773Z Downloaded block-buffer v0.10.4
2962026-08-31T13:12:33.773Z Downloaded is_terminal_polyfill v1.70.2
2972026-08-31T13:12:33.773Z Downloaded heck v0.4.1
2982026-08-31T13:12:33.773Z Downloaded anstream v1.0.0
2992026-08-31T13:12:33.773Z Downloaded zmij v1.0.21
3002026-08-31T13:12:33.773Z Downloaded smawk v0.3.2
3012026-08-31T13:12:33.774Z Downloaded equivalent v1.0.2
3022026-08-31T13:12:33.774Z Downloaded cargo-platform v0.3.2
3032026-08-31T13:12:33.774Z Downloaded serde_spanned v0.6.9
3042026-08-31T13:12:33.774Z Downloaded swrite v0.1.0
3052026-08-31T13:12:33.774Z Downloaded thread-id v4.2.2
3062026-08-31T13:12:33.774Z Downloaded terminal_size v0.4.3
3072026-08-31T13:12:33.774Z Downloaded zerocopy v0.7.35
3082026-08-31T13:12:33.774Z Downloaded bytecount v0.6.9
3092026-08-31T13:12:33.774Z Downloaded cargo_metadata v0.23.1
3102026-08-31T13:12:33.774Z Downloaded anstyle v1.0.14
3112026-08-31T13:12:33.774Z Downloaded anyhow v1.0.104
3122026-08-31T13:12:33.774Z Downloaded errno v0.3.14
3132026-08-31T13:12:33.774Z Downloaded dof v0.3.0
3142026-08-31T13:12:33.774Z Downloaded tabled_derive v0.7.0
3152026-08-31T13:12:33.774Z Downloaded itoa v1.0.17
3162026-08-31T13:12:33.774Z Downloaded macaddr v1.0.1
3172026-08-31T13:12:33.774Z Downloaded generic-array v0.14.7
3182026-08-31T13:12:33.774Z Downloaded heck v0.5.0
3192026-08-31T13:12:33.774Z Downloaded crypto-common v0.1.7
3202026-08-31T13:12:33.775Z Downloaded fastrand v2.3.0
3212026-08-31T13:12:33.775Z Downloaded clap_lex v1.0.0
3222026-08-31T13:12:33.775Z Downloaded dtrace-parser v0.2.0
3232026-08-31T13:12:33.894Z Downloaded utf8parse v0.2.2
3242026-08-31T13:12:33.894Z Downloaded usdt-attr-macro v0.5.0
3252026-08-31T13:12:33.894Z Downloaded anstyle-parse v1.0.0
3262026-08-31T13:12:33.894Z Downloaded digest v0.10.7
3272026-08-31T13:12:33.894Z Downloaded anstyle-query v1.1.5
3282026-08-31T13:12:33.895Z Downloaded autocfg v1.5.0
3292026-08-31T13:12:33.895Z Downloaded camino-tempfile v1.4.1
3302026-08-31T13:12:33.895Z Downloaded scroll v0.12.0
3312026-08-31T13:12:33.895Z Downloaded thiserror-impl v1.0.69
3322026-08-31T13:12:33.895Z Downloaded cpufeatures v0.2.17
3332026-08-31T13:12:33.895Z Downloaded pretty-hex v0.4.1
3342026-08-31T13:12:33.895Z Downloaded scroll_derive v0.12.1
3352026-08-31T13:12:33.895Z Downloaded unicode-linebreak v0.1.5
3362026-08-31T13:12:33.895Z Downloaded usdt v0.5.0
3372026-08-31T13:12:33.895Z Downloaded proc-macro-error-attr v1.0.4
3382026-08-31T13:12:33.895Z Downloaded toml_datetime v0.6.11
3392026-08-31T13:12:33.895Z Downloaded toml_write v0.1.2
3402026-08-31T13:12:33.895Z Downloaded plain v0.2.3
3412026-08-31T13:12:33.895Z Downloaded strsim v0.11.1
3422026-08-31T13:12:33.895Z Downloaded fs-err v3.3.0
3432026-08-31T13:12:33.895Z Downloaded byteorder v1.5.0
3442026-08-31T13:12:33.895Z Downloaded pest_generator v2.8.6
3452026-08-31T13:12:33.896Z Downloaded bitflags v2.11.0
3462026-08-31T13:12:33.896Z Downloaded papergrid v0.11.0
3472026-08-31T13:12:33.896Z Downloaded usdt-macro v0.5.0
3482026-08-31T13:12:33.896Z Downloaded thiserror-impl v2.0.18
3492026-08-31T13:12:33.896Z Downloaded quote v1.0.45
3502026-08-31T13:12:33.896Z Downloaded thiserror v1.0.69
3512026-08-31T13:12:33.896Z Downloaded version_check v0.9.5
3522026-08-31T13:12:33.896Z Downloaded usdt-impl v0.5.0
3532026-08-31T13:12:33.897Z Downloaded sha2 v0.10.9
3542026-08-31T13:12:33.897Z Downloaded serde_tokenstream v0.2.3
3552026-08-31T13:12:33.897Z Downloaded proc-macro-error v1.0.4
3562026-08-31T13:12:33.897Z Downloaded clap_derive v4.6.1
3572026-08-31T13:12:33.897Z Downloaded thiserror v2.0.18
3582026-08-31T13:12:33.897Z Downloaded cargo_toml v0.21.0
3592026-08-31T13:12:33.897Z Downloaded pest_derive v2.8.6
3602026-08-31T13:12:33.897Z Downloaded ucd-trie v0.1.7
3612026-08-31T13:12:33.897Z Downloaded tempfile v3.27.0
3622026-08-31T13:12:33.897Z Downloaded proc-macro2 v1.0.106
3632026-08-31T13:12:33.897Z Downloaded once_cell v1.21.3
3642026-08-31T13:12:33.897Z Downloaded toml v0.8.23
3652026-08-31T13:12:33.897Z Downloaded camino v1.2.5
3662026-08-31T13:12:33.897Z Downloaded zerocopy-derive v0.7.35
3672026-08-31T13:12:33.897Z Downloaded semver v1.0.28
3682026-08-31T13:12:33.897Z Downloaded clap v4.6.1
3692026-08-31T13:12:33.897Z Downloaded getrandom v0.4.3
3702026-08-31T13:12:33.897Z Downloaded log v0.4.33
3712026-08-31T13:12:33.961Z Downloaded textwrap v0.16.2
3722026-08-31T13:12:33.961Z Downloaded unicode-ident v1.0.24
3732026-08-31T13:12:33.961Z Downloaded serde_core v1.0.228
3742026-08-31T13:12:33.961Z Downloaded serde_derive v1.0.228
3752026-08-31T13:12:33.961Z Downloaded serde v1.0.228
3762026-08-31T13:12:33.961Z Downloaded toml_edit v0.22.27
3772026-08-31T13:12:33.961Z Downloaded pest_meta v2.8.6
3782026-08-31T13:12:33.961Z Downloaded indexmap v2.14.0
3792026-08-31T13:12:33.961Z Downloaded memchr v2.8.0
3802026-08-31T13:12:33.961Z Downloaded pest v2.8.6
3812026-08-31T13:12:33.961Z Downloaded typenum v1.20.1
3822026-08-31T13:12:33.962Z Downloaded clap_builder v4.6.0
3832026-08-31T13:12:33.962Z Downloaded goblin v0.8.2
3842026-08-31T13:12:34.041Z Downloaded hashbrown v0.17.0
3852026-08-31T13:12:34.041Z Downloaded serde_json v1.0.151
3862026-08-31T13:12:34.041Z Downloaded winnow v0.7.14
3872026-08-31T13:12:34.041Z Downloaded tabled v0.15.0
3882026-08-31T13:12:34.041Z Downloaded syn v1.0.109
3892026-08-31T13:12:34.041Z Downloaded unicode-width v0.1.14
3902026-08-31T13:12:34.041Z Downloaded unicode-width v0.2.0
3912026-08-31T13:12:34.042Z Downloaded syn v2.0.117
3922026-08-31T13:12:34.042Z Downloaded rustix v1.1.4
3932026-08-31T13:12:34.127Z Downloaded libc v0.2.185
3942026-08-31T13:12:34.127Z Compiling proc-macro2 v1.0.106
3952026-08-31T13:12:34.127Z Compiling quote v1.0.45
3962026-08-31T13:12:34.127Z Compiling unicode-ident v1.0.24
3972026-08-31T13:12:34.127Z Compiling serde_core v1.0.228
3982026-08-31T13:12:34.127Z Compiling libc v0.2.185
3992026-08-31T13:12:34.127Z Compiling version_check v0.9.5
4002026-08-31T13:12:34.127Z Compiling memchr v2.8.0
4012026-08-31T13:12:34.298Z Compiling serde v1.0.228
4022026-08-31T13:12:34.420Z Compiling zmij v1.0.21
4032026-08-31T13:12:34.598Z Compiling ucd-trie v0.1.7
4042026-08-31T13:12:34.638Z Compiling thiserror v1.0.69
4052026-08-31T13:12:34.848Z Compiling itoa v1.0.17
4062026-08-31T13:12:34.892Z Compiling pest v2.8.6
4072026-08-31T13:12:34.997Z Compiling byteorder v1.5.0
4082026-08-31T13:12:35.059Z Compiling rustix v1.1.4
4092026-08-31T13:12:35.102Z Compiling errno v0.3.14
4102026-08-31T13:12:35.230Z Compiling serde_json v1.0.151
4112026-08-31T13:12:35.251Z Compiling bitflags v2.11.0
4122026-08-31T13:12:35.499Z Compiling thread-id v4.2.2
4132026-08-31T13:12:35.521Z Compiling usdt-impl v0.5.0
4142026-08-31T13:12:35.579Z Compiling syn v2.0.117
4152026-08-31T13:12:35.610Z Compiling proc-macro-error-attr v1.0.4
4162026-08-31T13:12:35.683Z Compiling camino v1.2.5
4172026-08-31T13:12:35.722Z Compiling syn v1.0.109
4182026-08-31T13:12:35.945Z Compiling pest_meta v2.8.6
4192026-08-31T13:12:36.042Z Compiling proc-macro-error v1.0.4
4202026-08-31T13:12:36.075Z Compiling equivalent v1.0.2
4212026-08-31T13:12:36.102Z Compiling log v0.4.33
4222026-08-31T13:12:36.167Z Compiling utf8parse v0.2.2
4232026-08-31T13:12:36.227Z Compiling plain v0.2.3
4242026-08-31T13:12:36.285Z Compiling getrandom v0.4.3
4252026-08-31T13:12:36.288Z Compiling hashbrown v0.17.0
4262026-08-31T13:12:36.340Z Compiling anstyle-parse v1.0.0
4272026-08-31T13:12:36.527Z Compiling terminal_size v0.4.3
4282026-08-31T13:12:36.842Z Compiling indexmap v2.14.0
4292026-08-31T13:12:37.267Z Compiling winnow v0.7.14
4302026-08-31T13:12:37.320Z Compiling autocfg v1.5.0
4312026-08-31T13:12:37.459Z Compiling toml_write v0.1.2
4322026-08-31T13:12:37.513Z Compiling anstyle v1.0.14
4332026-08-31T13:12:37.558Z Compiling pretty-hex v0.4.1
4342026-08-31T13:12:37.667Z Compiling cfg-if v1.0.4
4352026-08-31T13:12:37.699Z Compiling thiserror v2.0.18
4362026-08-31T13:12:37.717Z Compiling anstyle-query v1.1.5
4372026-08-31T13:12:37.720Z Compiling colorchoice v1.0.4
4382026-08-31T13:12:37.750Z Compiling is_terminal_polyfill v1.70.2
4392026-08-31T13:12:37.825Z Compiling pest_generator v2.8.6
4402026-08-31T13:12:37.846Z Compiling anstream v1.0.0
4412026-08-31T13:12:37.846Z Compiling fs-err v3.3.0
4422026-08-31T13:12:38.173Z Compiling anyhow v1.0.104
4432026-08-31T13:12:38.236Z Compiling heck v0.4.1
4442026-08-31T13:12:38.272Z Compiling strsim v0.11.1
4452026-08-31T13:12:38.304Z Compiling once_cell v1.21.3
4462026-08-31T13:12:38.466Z Compiling fastrand v2.3.0
4472026-08-31T13:12:38.485Z Compiling clap_lex v1.0.0
4482026-08-31T13:12:38.526Z Compiling heck v0.5.0
4492026-08-31T13:12:38.583Z Compiling fnv v1.0.7
4502026-08-31T13:12:38.620Z Compiling bytecount v0.6.9
4512026-08-31T13:12:38.693Z Compiling unicode-width v0.1.14
4522026-08-31T13:12:38.720Z Compiling clap_builder v4.6.0
4532026-08-31T13:12:38.737Z Compiling tempfile v3.27.0
4542026-08-31T13:12:38.797Z Compiling semver v1.0.28
4552026-08-31T13:12:38.868Z Compiling cargo-platform v0.3.2
4562026-08-31T13:12:38.888Z Compiling tabled_derive v0.7.0
4572026-08-31T13:12:38.965Z Compiling papergrid v0.11.0
4582026-08-31T13:12:38.983Z Compiling memmap v0.7.0
4592026-08-31T13:12:39.119Z Compiling unicode-linebreak v0.1.5
4602026-08-31T13:12:39.137Z Compiling smawk v0.3.2
4612026-08-31T13:12:39.153Z Compiling unicode-width v0.2.0
4622026-08-31T13:12:39.281Z Compiling camino-tempfile v1.4.1
4632026-08-31T13:12:39.431Z Compiling textwrap v0.16.2
4642026-08-31T13:12:39.482Z Compiling serde_derive v1.0.228
4652026-08-31T13:12:39.514Z Compiling thiserror-impl v1.0.69
4662026-08-31T13:12:39.531Z Compiling zerocopy-derive v0.7.35
4672026-08-31T13:12:39.652Z Compiling pest_derive v2.8.6
4682026-08-31T13:12:39.805Z Compiling scroll_derive v0.12.1
4692026-08-31T13:12:39.893Z Compiling thiserror-impl v2.0.18
4702026-08-31T13:12:40.104Z Compiling clap_derive v4.6.1
4712026-08-31T13:12:40.407Z Compiling zerocopy v0.7.35
4722026-08-31T13:12:40.426Z Compiling tabled v0.15.0
4732026-08-31T13:12:40.480Z Compiling scroll v0.12.0
4742026-08-31T13:12:40.771Z Compiling goblin v0.8.2
4752026-08-31T13:12:40.914Z Compiling dtrace-parser v0.2.0
4762026-08-31T13:12:40.962Z Compiling swrite v0.1.0
4772026-08-31T13:12:41.679Z Compiling clap v4.6.1
4782026-08-31T13:12:42.422Z Compiling dof v0.3.0
4792026-08-31T13:12:42.422Z Compiling serde_tokenstream v0.2.3
4802026-08-31T13:12:42.422Z Compiling serde_spanned v0.6.9
4812026-08-31T13:12:42.422Z Compiling toml_datetime v0.6.11
4822026-08-31T13:12:42.426Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-31T13:12:42.501Z Compiling macaddr v1.0.1
4842026-08-31T13:12:42.506Z Compiling cargo_metadata v0.23.1
4852026-08-31T13:12:42.630Z Compiling toml_edit v0.22.27
4862026-08-31T13:12:43.263Z Compiling usdt-attr-macro v0.5.0
4872026-08-31T13:12:43.298Z Compiling usdt-macro v0.5.0
4882026-08-31T13:12:43.868Z Compiling usdt v0.5.0
4892026-08-31T13:12:44.045Z Compiling toml v0.8.23
4902026-08-31T13:12:44.375Z Compiling cargo_toml v0.21.0
4912026-08-31T13:12:45.633Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-31T13:12:47.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.36s
4932026-08-31T13:12:47.908Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-31T13:12:48.425Z Downloading crates ...
4952026-08-31T13:12:48.487Z Downloaded ahash v0.8.12
4962026-08-31T13:12:48.490Z Downloaded addr2line v0.25.1
4972026-08-31T13:12:48.497Z Downloaded base16ct v0.2.0
4982026-08-31T13:12:48.501Z Downloaded adler2 v2.0.1
4992026-08-31T13:12:48.503Z Downloaded embedded-io v0.6.1
5002026-08-31T13:12:48.506Z Downloaded const-oid v0.10.2
5012026-08-31T13:12:48.509Z Downloaded ascii-canvas v3.0.0
5022026-08-31T13:12:48.509Z Downloaded async-recursion v1.1.1
5032026-08-31T13:12:48.513Z Downloaded bcs v0.1.6
5042026-08-31T13:12:48.513Z Downloaded bit-vec v0.6.3
5052026-08-31T13:12:48.516Z Downloaded aead v0.6.1
5062026-08-31T13:12:48.516Z Downloaded endian-type v0.1.2
5072026-08-31T13:12:48.516Z Downloaded ff v0.13.1
5082026-08-31T13:12:48.516Z Downloaded embedded-io v0.4.0
5092026-08-31T13:12:48.516Z Downloaded foldhash v0.1.5
5102026-08-31T13:12:48.516Z Downloaded foldhash v0.2.0
5112026-08-31T13:12:48.519Z Downloaded atomicwrites v0.4.4
5122026-08-31T13:12:48.520Z Downloaded bcrypt-pbkdf v0.11.0
5132026-08-31T13:12:48.520Z Downloaded filetime v0.2.27
5142026-08-31T13:12:48.520Z Downloaded bit-set v0.5.3
5152026-08-31T13:12:48.525Z Downloaded aead v0.5.2
5162026-08-31T13:12:48.525Z Downloaded find-msvc-tools v0.1.9
5172026-08-31T13:12:48.525Z Downloaded futures-channel v0.3.32
5182026-08-31T13:12:48.525Z Downloaded array-init v0.0.4
5192026-08-31T13:12:48.525Z Downloaded futures-task v0.3.32
5202026-08-31T13:12:48.528Z Downloaded futures-io v0.3.32
5212026-08-31T13:12:48.528Z Downloaded bb8 v0.8.6
5222026-08-31T13:12:48.528Z Downloaded base64ct v1.8.3
5232026-08-31T13:12:48.531Z Downloaded globwalk v0.9.1
5242026-08-31T13:12:48.534Z Downloaded fallible-iterator v0.2.0
5252026-08-31T13:12:48.534Z Downloaded atomic-waker v1.1.2
5262026-08-31T13:12:48.539Z Downloaded fs_extra v1.3.0
5272026-08-31T13:12:48.539Z Downloaded group v0.13.0
5282026-08-31T13:12:48.542Z Downloaded enum_dispatch v0.3.13
5292026-08-31T13:12:48.542Z Downloaded fs-err v2.11.0
5302026-08-31T13:12:48.542Z Downloaded erased-serde v0.3.31
5312026-08-31T13:12:48.542Z Downloaded async-stream v0.3.6
5322026-08-31T13:12:48.545Z Downloaded fixedbitset v0.4.2
5332026-08-31T13:12:48.545Z Downloaded hash32 v0.2.1
5342026-08-31T13:12:48.545Z Downloaded enum-as-inner v0.6.1
5352026-08-31T13:12:48.548Z Downloaded arrayref v0.3.9
5362026-08-31T13:12:48.548Z Downloaded async-stream-impl v0.3.6
5372026-08-31T13:12:48.548Z Downloaded foreign-types-macros v0.2.3
5382026-08-31T13:12:48.551Z Downloaded assert_matches v1.5.0
5392026-08-31T13:12:48.551Z Downloaded block-buffer v0.12.1
5402026-08-31T13:12:48.551Z Downloaded hash32 v0.3.1
5412026-08-31T13:12:48.554Z Downloaded fixedbitset v0.5.7
5422026-08-31T13:12:48.554Z Downloaded atty v0.2.14
5432026-08-31T13:12:48.555Z Downloaded foreign-types v0.3.2
5442026-08-31T13:12:48.558Z Downloaded bit-set v0.8.0
5452026-08-31T13:12:48.558Z Downloaded anstream v0.6.21
5462026-08-31T13:12:48.558Z Downloaded arrayvec v0.7.6
5472026-08-31T13:12:48.561Z Downloaded bit-vec v0.8.0
5482026-08-31T13:12:48.561Z Downloaded bitfield-macros v0.19.4
5492026-08-31T13:12:48.561Z Downloaded async-trait v0.1.89
5502026-08-31T13:12:48.564Z Downloaded backoff v0.4.0
5512026-08-31T13:12:48.564Z Downloaded httpdate v1.0.3
5522026-08-31T13:12:48.564Z Downloaded futures-core v0.3.32
5532026-08-31T13:12:48.567Z Downloaded ghash v0.6.0
5542026-08-31T13:12:48.567Z Downloaded backon v1.6.0
5552026-08-31T13:12:48.567Z Downloaded float-cmp v0.10.0
5562026-08-31T13:12:48.570Z Downloaded foreign-types-shared v0.1.1
5572026-08-31T13:12:48.571Z Downloaded foreign-types v0.5.0
5582026-08-31T13:12:48.571Z Downloaded futures-macro v0.3.32
5592026-08-31T13:12:48.571Z Downloaded headers-core v0.3.0
5602026-08-31T13:12:48.573Z Downloaded argon2 v0.5.3
5612026-08-31T13:12:48.574Z Downloaded block-padding v0.4.2
5622026-08-31T13:12:48.574Z Downloaded hex v0.4.3
5632026-08-31T13:12:48.577Z Downloaded home v0.5.12
5642026-08-31T13:12:48.577Z Downloaded form_urlencoded v1.2.2
5652026-08-31T13:12:48.577Z Downloaded gethostname v0.5.0
5662026-08-31T13:12:48.577Z Downloaded hostname v0.3.1
5672026-08-31T13:12:48.580Z Downloaded cfg_aliases v0.1.1
5682026-08-31T13:12:48.580Z Downloaded backtrace-ext v0.2.1
5692026-08-31T13:12:48.581Z Downloaded base16ct v1.0.0
5702026-08-31T13:12:48.581Z Downloaded hostname v0.4.2
5712026-08-31T13:12:48.584Z Downloaded hubpack v0.1.2
5722026-08-31T13:12:48.584Z Downloaded elliptic-curve v0.14.1
5732026-08-31T13:12:48.587Z Downloaded futures-executor v0.3.32
5742026-08-31T13:12:48.587Z Downloaded fatfs v0.3.6
5752026-08-31T13:12:48.587Z Downloaded futures v0.3.32
5762026-08-31T13:12:48.590Z Downloaded cobs v0.3.0
5772026-08-31T13:12:48.593Z Downloaded env_filter v2.0.0
5782026-08-31T13:12:48.594Z Downloaded float-ord v0.3.2
5792026-08-31T13:12:48.594Z Downloaded futures-sink v0.3.32
5802026-08-31T13:12:48.596Z Downloaded castaway v0.2.4
5812026-08-31T13:12:48.597Z Downloaded foreign-types-shared v0.3.1
5822026-08-31T13:12:48.597Z Downloaded funty v2.0.0
5832026-08-31T13:12:48.597Z Downloaded fxhash v0.2.1
5842026-08-31T13:12:48.597Z Downloaded fd-lock v4.0.4
5852026-08-31T13:12:48.600Z Downloaded hex-literal v1.1.0
5862026-08-31T13:12:48.600Z Downloaded cfg_aliases v0.2.1
5872026-08-31T13:12:48.600Z Downloaded ciborium-ll v0.2.2
5882026-08-31T13:12:48.603Z Downloaded git-stub v1.0.0
5892026-08-31T13:12:48.606Z Downloaded http-body v1.0.1
5902026-08-31T13:12:48.609Z Downloaded nonempty v0.12.0
5912026-08-31T13:12:48.612Z Downloaded http-range v0.1.5
5922026-08-31T13:12:48.612Z Downloaded hubpack_derive v0.1.1
5932026-08-31T13:12:48.612Z Downloaded compression-core v0.4.31
5942026-08-31T13:12:48.615Z Downloaded bitfield-struct v0.6.2
5952026-08-31T13:12:48.615Z Downloaded oxide-generation-macros v0.2.0
5962026-08-31T13:12:48.615Z Downloaded phf_shared v0.12.1
5972026-08-31T13:12:48.615Z Downloaded bs58 v0.5.1
5982026-08-31T13:12:48.619Z Downloaded group v0.14.0
5992026-08-31T13:12:48.622Z Downloaded compression-codecs v0.4.37
6002026-08-31T13:12:48.625Z Downloaded ciborium-io v0.2.2
6012026-08-31T13:12:48.625Z Downloaded flagset v0.4.7
6022026-08-31T13:12:48.628Z Downloaded ff v0.14.0
6032026-08-31T13:12:48.628Z Downloaded http-body-util v0.1.3
6042026-08-31T13:12:48.628Z Downloaded nibble_vec v0.1.0
6052026-08-31T13:12:48.632Z Downloaded psl-types v2.0.11
6062026-08-31T13:12:48.634Z Downloaded ena v0.14.4
6072026-08-31T13:12:48.635Z Downloaded nodrop v0.1.14
6082026-08-31T13:12:48.635Z Downloaded bitfield v0.19.4
6092026-08-31T13:12:48.635Z Downloaded highway v1.3.0
6102026-08-31T13:12:48.637Z Downloaded newline-converter v0.3.0
6112026-08-31T13:12:48.640Z Downloaded proc-macro-crate v1.3.1
6122026-08-31T13:12:48.640Z Downloaded num_enum_derive v0.5.11
6132026-08-31T13:12:48.640Z Downloaded openssl-macros v0.1.1
6142026-08-31T13:12:48.640Z Downloaded rand_chacha v0.3.1
6152026-08-31T13:12:48.643Z Downloaded powerfmt v0.2.0
6162026-08-31T13:12:48.643Z Downloaded ref-cast-impl v1.0.25
6172026-08-31T13:12:48.646Z Downloaded env_logger v0.11.11
6182026-08-31T13:12:48.649Z Downloaded predicates-core v1.0.10
6192026-08-31T13:12:48.649Z Downloaded parse-display v0.10.0
6202026-08-31T13:12:48.649Z Downloaded rfc6979 v0.4.0
6212026-08-31T13:12:48.649Z Downloaded globset v0.4.18
6222026-08-31T13:12:48.652Z Downloaded cmake v0.1.57
6232026-08-31T13:12:48.655Z Downloaded rand_xorshift v0.4.0
6242026-08-31T13:12:48.661Z Downloaded sha1 v0.11.0
6252026-08-31T13:12:48.663Z Downloaded signature v2.2.0
6262026-08-31T13:12:48.663Z Downloaded getrandom v0.2.17
6272026-08-31T13:12:48.666Z Downloaded cipher v0.5.2
6282026-08-31T13:12:48.666Z Downloaded cmov v0.5.4
6292026-08-31T13:12:48.670Z Downloaded anstyle-parse v0.2.7
6302026-08-31T13:12:48.671Z Downloaded blowfish v0.10.0
6312026-08-31T13:12:48.671Z Downloaded git-stub-vcs v0.1.0
6322026-08-31T13:12:48.674Z Downloaded glob v0.3.3
6332026-08-31T13:12:48.674Z Downloaded cassowary v0.3.0
6342026-08-31T13:12:48.674Z Downloaded num-integer v0.1.46
6352026-08-31T13:12:48.674Z Downloaded oxide-tokio-rt v0.1.4
6362026-08-31T13:12:48.675Z Downloaded phf_shared v0.13.1
6372026-08-31T13:12:48.675Z Downloaded packed_struct v0.10.1
6382026-08-31T13:12:48.678Z Downloaded peg-macros v0.8.5
6392026-08-31T13:12:48.678Z Downloaded cexpr v0.6.0
6402026-08-31T13:12:48.678Z Downloaded subtle v2.6.1
6412026-08-31T13:12:48.678Z Downloaded chacha20 v0.9.1
6422026-08-31T13:12:48.681Z Downloaded sync-ptr v0.1.4
6432026-08-31T13:12:48.681Z Downloaded same-file v1.0.6
6442026-08-31T13:12:48.681Z Downloaded sync_wrapper v1.0.2
6452026-08-31T13:12:48.684Z Downloaded hmac v0.13.0
6462026-08-31T13:12:48.684Z Downloaded sapling-renderdag v0.1.0
6472026-08-31T13:12:48.687Z Downloaded colored v2.2.0
6482026-08-31T13:12:48.687Z Downloaded secrecy v0.10.3
6492026-08-31T13:12:48.687Z Downloaded argon2 v0.6.0-rc.8
6502026-08-31T13:12:48.687Z Downloaded cbc v0.2.1
6512026-08-31T13:12:48.692Z Downloaded progenitor-extras v0.2.0
6522026-08-31T13:12:48.695Z Downloaded tinyvec_macros v0.1.1
6532026-08-31T13:12:48.695Z Downloaded bzip2 v0.4.4
6542026-08-31T13:12:48.695Z Downloaded semver v0.1.20
6552026-08-31T13:12:48.700Z Downloaded psm v0.1.30
6562026-08-31T13:12:48.703Z Downloaded slog-envlogger v2.2.0
6572026-08-31T13:12:48.703Z Downloaded buf-list v1.1.2
6582026-08-31T13:12:48.707Z Downloaded structmeta v0.3.0
6592026-08-31T13:12:48.707Z Downloaded tokio-macros v2.7.0
6602026-08-31T13:12:48.707Z Downloaded trait-variant v0.1.2
6612026-08-31T13:12:48.707Z Downloaded unarray v0.1.4
6622026-08-31T13:12:48.710Z Downloaded arc-swap v1.8.2
6632026-08-31T13:12:48.710Z Downloaded untrusted v0.7.1
6642026-08-31T13:12:48.710Z Downloaded cipher v0.4.4
6652026-08-31T13:12:48.714Z Downloaded half v1.8.3
6662026-08-31T13:12:48.714Z Downloaded num_enum v0.7.6
6672026-08-31T13:12:48.717Z Downloaded num_enum_derive v0.7.6
6682026-08-31T13:12:48.717Z Downloaded parse-display-derive v0.10.0
6692026-08-31T13:12:48.720Z Downloaded serde_urlencoded v0.7.1
6702026-08-31T13:12:48.720Z Downloaded phf v0.12.1
6712026-08-31T13:12:48.720Z Downloaded progenitor v0.13.0
6722026-08-31T13:12:48.723Z Downloaded rfc6979 v0.6.0
6732026-08-31T13:12:48.723Z Downloaded rustc-demangle v0.1.27
6742026-08-31T13:12:48.723Z Downloaded serde_path_to_error v0.1.20
6752026-08-31T13:12:48.723Z Downloaded yoke-derive v0.8.1
6762026-08-31T13:12:48.727Z Downloaded utf-8 v0.7.6
6772026-08-31T13:12:48.727Z Downloaded serde_tokenstream v0.3.0
6782026-08-31T13:12:48.727Z Downloaded simd-adler32 v0.3.8
6792026-08-31T13:12:48.730Z Downloaded xshell-macros v0.2.7
6802026-08-31T13:12:48.730Z Downloaded allocator-api2 v0.2.21
6812026-08-31T13:12:48.730Z Downloaded async-bb8-diesel v0.2.1
6822026-08-31T13:12:48.733Z Downloaded console v0.15.11
6832026-08-31T13:12:48.733Z Downloaded cancel-safe-futures v0.1.5
6842026-08-31T13:12:48.737Z Downloaded bitflags v1.3.2
6852026-08-31T13:12:48.737Z Downloaded hmac v0.12.1
6862026-08-31T13:12:48.739Z Downloaded spki v0.8.0
6872026-08-31T13:12:48.740Z Downloaded sponge-cursor v0.1.0
6882026-08-31T13:12:48.740Z Downloaded support-bundle-viewer v0.1.2
6892026-08-31T13:12:48.740Z Downloaded bzip2 v0.6.1
6902026-08-31T13:12:48.743Z Downloaded ciborium v0.2.2
6912026-08-31T13:12:48.743Z Downloaded zone_cfg_derive v0.3.1
6922026-08-31T13:12:48.743Z Downloaded console v0.16.2
6932026-08-31T13:12:48.746Z Downloaded chacha20 v0.10.0
6942026-08-31T13:12:48.746Z Downloaded generic-array v1.4.3
6952026-08-31T13:12:48.750Z Downloaded sqlformat v0.3.5
6962026-08-31T13:12:48.750Z Downloaded ref-cast v1.0.25
6972026-08-31T13:12:48.750Z Downloaded const-oid v0.9.6
6982026-08-31T13:12:48.753Z Downloaded camino-tempfile-ext v0.3.3
6992026-08-31T13:12:48.753Z Downloaded poly1305 v0.9.0
7002026-08-31T13:12:48.753Z Downloaded crunchy v0.2.4
7012026-08-31T13:12:48.753Z Downloaded curve25519-dalek-derive v0.1.1
7022026-08-31T13:12:48.756Z Downloaded termios v0.3.3
7032026-08-31T13:12:48.758Z Downloaded dirs-sys-next v0.1.2
7042026-08-31T13:12:48.758Z Downloaded getrandom v0.3.4
7052026-08-31T13:12:48.761Z Downloaded blake2 v0.10.6
7062026-08-31T13:12:48.761Z Downloaded byte-wrapper v0.1.0
7072026-08-31T13:12:48.764Z Downloaded colored v3.1.1
7082026-08-31T13:12:48.764Z Downloaded tiny-keccak v2.0.2
7092026-08-31T13:12:48.767Z Downloaded quinn-udp v0.5.14
7102026-08-31T13:12:48.767Z Downloaded expectorate v1.2.0
7112026-08-31T13:12:48.767Z Downloaded sha1 v0.10.6
7122026-08-31T13:12:48.770Z Downloaded topological-sort v0.2.2
7132026-08-31T13:12:48.770Z Downloaded slog-term v2.9.2
7142026-08-31T13:12:48.771Z Downloaded stacker v0.1.23
7152026-08-31T13:12:48.774Z Downloaded strum_macros v0.24.3
7162026-08-31T13:12:48.774Z Downloaded thread_local v1.1.9
7172026-08-31T13:12:48.774Z Downloaded illumos-nvpair-sys v0.2.0
7182026-08-31T13:12:48.774Z Downloaded defmt v0.3.100
7192026-08-31T13:12:48.774Z Downloaded dof v0.4.0
7202026-08-31T13:12:48.778Z Downloaded dtrace-parser v0.3.0
7212026-08-31T13:12:48.778Z Downloaded backtrace v0.3.76
7222026-08-31T13:12:48.781Z Downloaded base64 v0.21.7
7232026-08-31T13:12:48.784Z Downloaded ar_archive_writer v0.5.1
7242026-08-31T13:12:48.784Z Downloaded sha2 v0.11.0
7252026-08-31T13:12:48.786Z Downloaded is_ci v1.2.0
7262026-08-31T13:12:48.786Z Downloaded instability v0.3.11
7272026-08-31T13:12:48.790Z Downloaded jiff-static v0.2.34
7282026-08-31T13:12:48.790Z Downloaded pkcs8 v0.11.0
7292026-08-31T13:12:48.790Z Downloaded num_enum v0.5.11
7302026-08-31T13:12:48.793Z Downloaded walkdir v2.5.0
7312026-08-31T13:12:48.793Z Downloaded kem v0.3.0
7322026-08-31T13:12:48.793Z Downloaded lru-slab v0.1.2
7332026-08-31T13:12:48.796Z Downloaded lzss v0.8.2
7342026-08-31T13:12:48.796Z Downloaded half v2.7.1
7352026-08-31T13:12:48.798Z Downloaded httparse v1.10.1
7362026-08-31T13:12:48.798Z Downloaded libscf-sys v1.2.0
7372026-08-31T13:12:48.802Z Downloaded zstd-safe v7.2.4
7382026-08-31T13:12:48.802Z Downloaded multimap v0.10.1
7392026-08-31T13:12:48.802Z Downloaded aes-gcm v0.11.0
7402026-08-31T13:12:48.804Z Downloaded wyz v0.5.1
7412026-08-31T13:12:48.804Z Downloaded blake2 v0.11.0-rc.6
7422026-08-31T13:12:48.807Z Downloaded clang-sys v1.8.1
7432026-08-31T13:12:48.807Z Downloaded num-iter v0.1.45
7442026-08-31T13:12:48.807Z Downloaded opaque-debug v0.3.1
7452026-08-31T13:12:48.810Z Downloaded flume v0.11.1
7462026-08-31T13:12:48.815Z Downloaded convert_case v0.4.0
7472026-08-31T13:12:48.818Z Downloaded convert_case v0.10.0
7482026-08-31T13:12:48.818Z Downloaded critical-section v1.2.0
7492026-08-31T13:12:48.818Z Downloaded mime v0.3.17
7502026-08-31T13:12:48.818Z Downloaded der_derive v0.7.3
7512026-08-31T13:12:48.821Z Downloaded openssl-probe v0.2.1
7522026-08-31T13:12:48.821Z Downloaded password-hash v0.6.1
7532026-08-31T13:12:48.825Z Downloaded diesel-dtrace v0.5.0
7542026-08-31T13:12:48.828Z Downloaded flate2 v1.1.9
7552026-08-31T13:12:48.830Z Downloaded base64 v0.22.1
7562026-08-31T13:12:48.833Z Downloaded bytes v1.11.1
7572026-08-31T13:12:48.836Z Downloaded precomputed-hash v0.1.1
7582026-08-31T13:12:48.836Z Downloaded either v1.15.0
7592026-08-31T13:12:48.838Z Downloaded russh-cryptovec v0.62.0
7602026-08-31T13:12:48.841Z Downloaded debug-ignore v1.0.5
7612026-08-31T13:12:48.845Z Downloaded peg-runtime v0.8.5
7622026-08-31T13:12:48.845Z Downloaded proc-macro-error-attr2 v2.0.0
7632026-08-31T13:12:48.845Z Downloaded unicode-properties v0.1.4
7642026-08-31T13:12:48.849Z Downloaded vergen v9.1.0
7652026-08-31T13:12:48.849Z Downloaded proc-macro-crate v3.4.0
7662026-08-31T13:12:48.851Z Downloaded rustc_version v0.4.1
7672026-08-31T13:12:48.854Z Downloaded serde-big-array v0.5.1
7682026-08-31T13:12:48.854Z Downloaded impl-trait-for-tuples v0.2.3
7692026-08-31T13:12:48.857Z Downloaded ipnet v2.12.0
7702026-08-31T13:12:48.860Z Downloaded rustls-platform-verifier v0.6.2
7712026-08-31T13:12:48.862Z Downloaded slog v2.8.2
7722026-08-31T13:12:48.865Z Downloaded headers v0.4.1
7732026-08-31T13:12:48.868Z Downloaded tokio-stream v0.1.18
7742026-08-31T13:12:48.872Z Downloaded dsl_auto_type v0.2.0
7752026-08-31T13:12:48.872Z Downloaded socket2 v0.5.10
7762026-08-31T13:12:48.872Z Downloaded darling v0.20.11
7772026-08-31T13:12:48.875Z Downloaded libefi-sys v0.1.0
7782026-08-31T13:12:48.875Z Downloaded signal-hook-mio v0.2.5
7792026-08-31T13:12:48.878Z Downloaded structmeta-derive v0.3.0
7802026-08-31T13:12:48.878Z Downloaded heapless v0.7.17
7812026-08-31T13:12:48.878Z Downloaded crossbeam-utils v0.8.21
7822026-08-31T13:12:48.881Z Downloaded heapless v0.8.0
7832026-08-31T13:12:48.883Z Downloaded hickory-resolver v0.25.2
7842026-08-31T13:12:48.886Z Downloaded compact_str v0.8.1
7852026-08-31T13:12:48.886Z Downloaded prettyplease v0.2.37
7862026-08-31T13:12:48.889Z Downloaded progenitor-impl v0.13.0
7872026-08-31T13:12:48.889Z Downloaded testing_table v0.3.0
7882026-08-31T13:12:48.892Z Downloaded tower-service v0.3.3
7892026-08-31T13:12:48.892Z Downloaded try-lock v0.2.5
7902026-08-31T13:12:48.892Z Downloaded chumsky v0.9.3
7912026-08-31T13:12:48.892Z Downloaded usdt-attr-macro v0.6.0
7922026-08-31T13:12:48.894Z Downloaded usdt-macro v0.6.0
7932026-08-31T13:12:48.895Z Downloaded pin-project-internal v1.1.11
7942026-08-31T13:12:48.895Z Downloaded pin-project-lite v0.2.17
7952026-08-31T13:12:48.897Z Downloaded tagptr v0.2.0
7962026-08-31T13:12:48.898Z Downloaded toml v0.7.8
7972026-08-31T13:12:48.900Z Downloaded rayon-core v1.13.0
7982026-08-31T13:12:48.903Z Downloaded toml v1.1.2+spec-1.1.0
7992026-08-31T13:12:48.906Z Downloaded supports-color v3.0.2
8002026-08-31T13:12:48.906Z Downloaded term v1.2.1
8012026-08-31T13:12:48.909Z Downloaded poly1305 v0.8.0
8022026-08-31T13:12:48.909Z Downloaded predicates v3.1.4
8032026-08-31T13:12:48.911Z Downloaded rand_core v0.9.5
8042026-08-31T13:12:48.911Z Downloaded oxnet v0.1.6
8052026-08-31T13:12:48.911Z Downloaded multer v3.1.0
8062026-08-31T13:12:48.914Z Downloaded zerofrom v0.1.6
8072026-08-31T13:12:48.914Z Downloaded unsafe-libyaml v0.2.11
8082026-08-31T13:12:48.914Z Downloaded tokio-test v0.4.5
8092026-08-31T13:12:48.917Z Downloaded universal-hash v0.6.1
8102026-08-31T13:12:48.917Z Downloaded hickory-resolver v0.24.4
8112026-08-31T13:12:48.920Z Downloaded vte v0.14.1
8122026-08-31T13:12:48.920Z Downloaded pem v3.0.6
8132026-08-31T13:12:48.920Z Downloaded async-compression v0.4.41
8142026-08-31T13:12:48.924Z Downloaded serde_derive_internals v0.29.1
8152026-08-31T13:12:48.927Z Downloaded derive_builder v0.20.2
8162026-08-31T13:12:48.929Z Downloaded crypto-common v0.2.2
8172026-08-31T13:12:48.930Z Downloaded postgres-protocol v0.6.10
8182026-08-31T13:12:48.930Z Downloaded peg v0.8.5
8192026-08-31T13:12:48.933Z Downloaded proc-macro-error2 v2.0.1
8202026-08-31T13:12:48.935Z Downloaded r2d2 v0.8.10
8212026-08-31T13:12:48.935Z Downloaded hashbrown v0.12.3
8222026-08-31T13:12:48.938Z Downloaded cpubits v0.1.1
8232026-08-31T13:12:48.938Z Downloaded crc-any v2.5.0
8242026-08-31T13:12:48.938Z Downloaded darling_macro v0.13.4
8252026-08-31T13:12:48.938Z Downloaded dirs-next v2.0.0
8262026-08-31T13:12:48.942Z Downloaded snafu-derive v0.8.9
8272026-08-31T13:12:48.942Z Downloaded ssh-encoding v0.3.0
8282026-08-31T13:12:48.942Z Downloaded diesel_table_macro_syntax v0.3.0
8292026-08-31T13:12:48.945Z Downloaded chacha20poly1305 v0.10.1
8302026-08-31T13:12:48.945Z Downloaded resolv-conf v0.7.6
8312026-08-31T13:12:48.945Z Downloaded dropshot-api-manager-types v0.8.0
8322026-08-31T13:12:48.945Z Downloaded idna_adapter v1.2.1
8332026-08-31T13:12:48.948Z Downloaded p384 v0.14.0
8342026-08-31T13:12:48.954Z Downloaded ingot-macros v0.2.0
8352026-08-31T13:12:48.957Z Downloaded usdt-impl v0.6.0
8362026-08-31T13:12:48.960Z Downloaded icu_provider v2.1.1
8372026-08-31T13:12:48.963Z Downloaded whoami v2.1.0
8382026-08-31T13:12:48.967Z Downloaded kstat-rs v0.2.5
8392026-08-31T13:12:48.970Z Downloaded maybe-uninit v2.0.0
8402026-08-31T13:12:48.970Z Downloaded num v0.4.3
8412026-08-31T13:12:48.978Z Downloaded digest-io v0.1.0
8422026-08-31T13:12:48.981Z Downloaded slog-async v2.8.0
8432026-08-31T13:12:48.983Z Downloaded slog-stdlog v4.1.1
8442026-08-31T13:12:48.983Z Downloaded elliptic-curve v0.13.8
8452026-08-31T13:12:48.986Z Downloaded data-encoding v2.10.0
8462026-08-31T13:12:48.986Z Downloaded newtype-uuid-macros v0.1.0
8472026-08-31T13:12:48.989Z Downloaded instant v0.1.13
8482026-08-31T13:12:48.989Z Downloaded linked-hash-map v0.5.6
8492026-08-31T13:12:48.989Z Downloaded olpc-cjson v0.1.4
8502026-08-31T13:12:48.992Z Downloaded parking_lot v0.11.2
8512026-08-31T13:12:48.995Z Downloaded signal-hook-registry v1.4.8
8522026-08-31T13:12:48.995Z Downloaded strum_macros v0.27.2
8532026-08-31T13:12:48.998Z Downloaded darling_core v0.21.3
8542026-08-31T13:12:49.001Z Downloaded tls_codec v0.4.2
8552026-08-31T13:12:49.004Z Downloaded toml_writer v1.1.1+spec-1.1.0
8562026-08-31T13:12:49.004Z Downloaded progenitor-macro v0.13.0
8572026-08-31T13:12:49.004Z Downloaded quick-error v1.2.3
8582026-08-31T13:12:49.007Z Downloaded tokio-tungstenite v0.21.0
8592026-08-31T13:12:49.007Z Downloaded usdt v0.6.0
8602026-08-31T13:12:49.008Z Downloaded lru-cache v0.1.2
8612026-08-31T13:12:49.008Z Downloaded progenitor v0.14.0
8622026-08-31T13:12:49.011Z Downloaded owo-colors v4.3.0
8632026-08-31T13:12:49.014Z Downloaded csv-core v0.1.13
8642026-08-31T13:12:49.017Z Downloaded delegate v0.13.5
8652026-08-31T13:12:49.020Z Downloaded ctutils v0.4.2
8662026-08-31T13:12:49.020Z Downloaded serde_spanned v1.1.1
8672026-08-31T13:12:49.020Z Downloaded twox-hash v2.1.2
8682026-08-31T13:12:49.026Z Downloaded icu_locale_core v2.1.1
8692026-08-31T13:12:49.031Z Downloaded writeable v0.6.2
8702026-08-31T13:12:49.034Z Downloaded crc32fast v1.5.0
8712026-08-31T13:12:49.034Z Downloaded libsw-core v0.3.2
8722026-08-31T13:12:49.037Z Downloaded supports-unicode v3.0.0
8732026-08-31T13:12:49.037Z Downloaded rustls-pki-types v1.14.0
8742026-08-31T13:12:49.037Z Downloaded litrs v1.0.0
8752026-08-31T13:12:49.039Z Downloaded memmap2 v0.9.10
8762026-08-31T13:12:49.042Z Downloaded ryu v1.0.23
8772026-08-31T13:12:49.042Z Downloaded unicode-truncate v1.1.0
8782026-08-31T13:12:49.045Z Downloaded hashbrown v0.13.2
8792026-08-31T13:12:49.045Z Downloaded rtoolbox v0.0.3
8802026-08-31T13:12:49.048Z Downloaded scroll_derive v0.13.1
8812026-08-31T13:12:49.048Z Downloaded secrecy v0.8.0
8822026-08-31T13:12:49.048Z Downloaded strum v0.26.3
8832026-08-31T13:12:49.051Z Downloaded string_cache v0.8.9
8842026-08-31T13:12:49.051Z Downloaded crossbeam-epoch v0.9.18
8852026-08-31T13:12:49.051Z Downloaded nanorand v0.7.0
8862026-08-31T13:12:49.054Z Downloaded cc v1.2.56
8872026-08-31T13:12:49.054Z Downloaded oxide-update-engine v0.1.2
8882026-08-31T13:12:49.058Z Downloaded packed_struct_codegen v0.10.1
8892026-08-31T13:12:49.058Z Downloaded bumpalo v3.20.2
8902026-08-31T13:12:49.058Z Downloaded want v0.3.1
8912026-08-31T13:12:49.061Z Downloaded ingot v0.2.1
8922026-08-31T13:12:49.064Z Downloaded sqlparser_derive v0.5.0
8932026-08-31T13:12:49.067Z Downloaded oxide-update-engine-display v0.1.2
8942026-08-31T13:12:49.067Z Downloaded tabwriter v1.4.1
8952026-08-31T13:12:49.070Z Downloaded thread-id v5.1.0
8962026-08-31T13:12:49.074Z Downloaded rand_seeder v0.4.0
8972026-08-31T13:12:49.074Z Downloaded jobserver v0.1.34
8982026-08-31T13:12:49.074Z Downloaded wnaf v0.14.0
8992026-08-31T13:12:49.077Z Downloaded ecdsa v0.16.9
9002026-08-31T13:12:49.077Z Downloaded rustversion v1.0.22
9012026-08-31T13:12:49.080Z Downloaded samael v0.0.19
9022026-08-31T13:12:49.087Z Downloaded cstr-argument v0.1.2
9032026-08-31T13:12:49.089Z Downloaded defmt-parser v1.0.0
9042026-08-31T13:12:49.089Z Downloaded derive_more v2.1.1
9052026-08-31T13:12:49.095Z Downloaded oxide-update-engine-types v0.1.2
9062026-08-31T13:12:49.098Z Downloaded darling_core v0.20.11
9072026-08-31T13:12:49.101Z Downloaded ctr v0.10.1
9082026-08-31T13:12:49.101Z Downloaded zstd v0.13.3
9092026-08-31T13:12:49.104Z Downloaded tungstenite v0.23.0
9102026-08-31T13:12:49.104Z Downloaded phf v0.13.1
9112026-08-31T13:12:49.107Z Downloaded rand_chacha v0.9.0
9122026-08-31T13:12:49.107Z Downloaded knus-derive v3.4.0
9132026-08-31T13:12:49.107Z Downloaded tokio-native-tls v0.3.1
9142026-08-31T13:12:49.107Z Downloaded downcast-rs v2.0.2
9152026-08-31T13:12:49.110Z Downloaded primeorder v0.14.0
9162026-08-31T13:12:49.110Z Downloaded hyper-tls v0.6.0
9172026-08-31T13:12:49.116Z Downloaded unicase v2.9.0
9182026-08-31T13:12:49.119Z Downloaded serde_yaml v0.9.34+deprecated
9192026-08-31T13:12:49.121Z Downloaded match_cfg v0.1.0
9202026-08-31T13:12:49.124Z Downloaded http v1.4.2
9212026-08-31T13:12:49.127Z Downloaded pkcs1 v0.8.0-rc.4
9222026-08-31T13:12:49.127Z Downloaded darling_macro v0.21.3
9232026-08-31T13:12:49.127Z Downloaded illumos-nvpair v0.3.0
9242026-08-31T13:12:49.127Z Downloaded hickory-server v0.25.2
9252026-08-31T13:12:49.130Z Downloaded num-bigint-dig v0.8.6
9262026-08-31T13:12:49.133Z Downloaded inout v0.1.4
9272026-08-31T13:12:49.133Z Downloaded derive_more v0.99.20
9282026-08-31T13:12:49.136Z Downloaded postgres-types v0.2.12
9292026-08-31T13:12:49.139Z Downloaded shlex v1.3.0
9302026-08-31T13:12:49.139Z Downloaded hyper-rustls v0.27.7
9312026-08-31T13:12:49.139Z Downloaded iana-time-zone v0.1.65
9322026-08-31T13:12:49.174Z Downloaded yoke v0.8.1
9332026-08-31T13:12:49.174Z Downloaded normalize-line-endings v0.3.0
9342026-08-31T13:12:49.174Z Downloaded slog-dtrace v0.3.0
9352026-08-31T13:12:49.174Z Downloaded ssh-cipher v0.3.0
9362026-08-31T13:12:49.174Z Downloaded num-derive v0.4.2
9372026-08-31T13:12:49.174Z Downloaded ignore v0.4.25
9382026-08-31T13:12:49.174Z Downloaded hashbrown v0.14.5
9392026-08-31T13:12:49.174Z Downloaded p521 v0.14.0
9402026-08-31T13:12:49.174Z Downloaded serde_cbor v0.11.2
9412026-08-31T13:12:49.174Z Downloaded path-slash v0.1.5
9422026-08-31T13:12:49.174Z Downloaded subprocess v0.2.15
9432026-08-31T13:12:49.174Z Downloaded tinyvec v1.10.0
9442026-08-31T13:12:49.174Z Downloaded vergen-git2 v9.1.0
9452026-08-31T13:12:49.174Z Downloaded hashbrown v0.16.1
9462026-08-31T13:12:49.174Z Downloaded smallvec v1.15.1
9472026-08-31T13:12:49.174Z Downloaded term v0.7.0
9482026-08-31T13:12:49.174Z Downloaded toml_parser v1.1.2+spec-1.1.0
9492026-08-31T13:12:49.174Z Downloaded hyper-staticfile v0.10.1
9502026-08-31T13:12:49.178Z Downloaded const_format_proc_macros v0.2.34
9512026-08-31T13:12:49.178Z Downloaded progenitor-macro v0.14.0
9522026-08-31T13:12:49.178Z Downloaded schemars v1.2.1
9532026-08-31T13:12:49.185Z Downloaded scheduled-thread-pool v0.2.7
9542026-08-31T13:12:49.188Z Downloaded num-traits v0.2.19
9552026-08-31T13:12:49.188Z Downloaded signature v3.0.0
9562026-08-31T13:12:49.188Z Downloaded vergen-gitcl v1.0.8
9572026-08-31T13:12:49.191Z Downloaded zerocopy-derive v0.8.55
9582026-08-31T13:12:49.194Z Downloaded constant_time_eq v0.4.2
9592026-08-31T13:12:49.197Z Downloaded unicode_categories v0.1.1
9602026-08-31T13:12:49.197Z Downloaded time-core v0.1.8
9612026-08-31T13:12:49.197Z Downloaded lock_api v0.4.14
9622026-08-31T13:12:49.200Z Downloaded rand v0.10.1
9632026-08-31T13:12:49.200Z Downloaded prefix-trie v0.7.0
9642026-08-31T13:12:49.203Z Downloaded miette-derive v7.6.0
9652026-08-31T13:12:49.203Z Downloaded digest v0.11.3
9662026-08-31T13:12:49.206Z Downloaded module-lattice v0.2.3
9672026-08-31T13:12:49.206Z Downloaded void v1.0.2
9682026-08-31T13:12:49.206Z Downloaded slog-bunyan v2.5.0
9692026-08-31T13:12:49.206Z Downloaded strum v0.27.2
9702026-08-31T13:12:49.209Z Downloaded yasna v0.5.2
9712026-08-31T13:12:49.209Z Downloaded password-hash v0.5.0
9722026-08-31T13:12:49.209Z Downloaded ed25519 v3.0.0
9732026-08-31T13:12:49.209Z Downloaded ron v0.8.1
9742026-08-31T13:12:49.212Z Downloaded ipnetwork v0.21.1
9752026-08-31T13:12:49.215Z Downloaded des v0.9.0
9762026-08-31T13:12:49.215Z Downloaded paste v1.0.15
9772026-08-31T13:12:49.218Z Downloaded crypto-bigint v0.5.5
9782026-08-31T13:12:49.221Z Downloaded thiserror-no-std v2.0.2
9792026-08-31T13:12:49.224Z Downloaded diesel_derives v2.3.7
9802026-08-31T13:12:49.228Z Downloaded rustls-pemfile v2.2.0
9812026-08-31T13:12:49.228Z Downloaded tracing-attributes v0.1.31
9822026-08-31T13:12:49.231Z Downloaded keccak v0.2.0
9832026-08-31T13:12:49.231Z Downloaded futures-util v0.3.32
9842026-08-31T13:12:49.237Z Downloaded unit-prefix v0.5.2
9852026-08-31T13:12:49.240Z Downloaded universal-hash v0.5.1
9862026-08-31T13:12:49.240Z Downloaded rustyline v14.0.0
9872026-08-31T13:12:49.243Z Downloaded xattr v1.6.1
9882026-08-31T13:12:49.243Z Downloaded serde-hex v0.1.0
9892026-08-31T13:12:49.243Z Downloaded keccak v0.1.6
9902026-08-31T13:12:49.246Z Downloaded yansi v1.0.1
9912026-08-31T13:12:49.246Z Downloaded crc-catalog v2.4.0
9922026-08-31T13:12:49.249Z Downloaded smallvec v0.6.14
9932026-08-31T13:12:49.249Z Downloaded spki v0.7.3
9942026-08-31T13:12:49.249Z Downloaded zip v0.6.6
9952026-08-31T13:12:49.251Z Downloaded synstructure v0.13.2
9962026-08-31T13:12:49.251Z Downloaded new_debug_unreachable v1.0.6
9972026-08-31T13:12:49.251Z Downloaded der v0.7.10
9982026-08-31T13:12:49.254Z Downloaded p256 v0.14.0
9992026-08-31T13:12:49.257Z Downloaded pkcs8 v0.10.2
10002026-08-31T13:12:49.260Z Downloaded pkg-config v0.3.32
10012026-08-31T13:12:49.260Z Downloaded primeorder v0.13.6
10022026-08-31T13:12:49.260Z Downloaded rand_core v0.10.0
10032026-08-31T13:12:49.260Z Downloaded scrypt v0.12.0
10042026-08-31T13:12:49.263Z Downloaded darling_macro v0.23.0
10052026-08-31T13:12:49.263Z Downloaded pkcs5 v0.8.1
10062026-08-31T13:12:49.266Z Downloaded mio v1.2.0
10072026-08-31T13:12:49.269Z Downloaded xshell v0.2.7
10082026-08-31T13:12:49.269Z Downloaded indoc v1.0.9
10092026-08-31T13:12:49.272Z Downloaded darling v0.23.0
10102026-08-31T13:12:49.275Z Downloaded serde_with_macros v1.5.2
10112026-08-31T13:12:49.275Z Downloaded whoami v1.6.1
10122026-08-31T13:12:49.275Z Downloaded aes v0.9.1
10132026-08-31T13:12:49.278Z Downloaded schemars v0.8.22
10142026-08-31T13:12:49.283Z Downloaded schemars v0.9.0
10152026-08-31T13:12:49.290Z Downloaded typed-path v0.9.3
10162026-08-31T13:12:49.294Z Downloaded potential_utf v0.1.4
10172026-08-31T13:12:49.297Z Downloaded rand_pcg v0.10.2
10182026-08-31T13:12:49.297Z Downloaded similar v2.7.0
10192026-08-31T13:12:49.299Z Downloaded tokio-util v0.7.18
10202026-08-31T13:12:49.302Z Downloaded tui-tree-widget v0.23.1
10212026-08-31T13:12:49.302Z Downloaded icu_properties v2.1.2
10222026-08-31T13:12:49.307Z Downloaded socket2 v0.6.3
10232026-08-31T13:12:49.307Z Downloaded ed25519 v2.2.3
10242026-08-31T13:12:49.310Z Downloaded maplit v1.0.2
10252026-08-31T13:12:49.310Z Downloaded hkdf v0.12.4
10262026-08-31T13:12:49.310Z Downloaded rustc_version v0.1.7
10272026-08-31T13:12:49.310Z Downloaded supports-hyperlinks v3.2.0
10282026-08-31T13:12:49.310Z Downloaded hashbrown v0.15.5
10292026-08-31T13:12:49.313Z Downloaded mime_guess v2.0.5
10302026-08-31T13:12:49.317Z Downloaded wait-timeout v0.2.1
10312026-08-31T13:12:49.320Z Downloaded zone v0.3.1
10322026-08-31T13:12:49.320Z Downloaded sigpipe v0.1.3
10332026-08-31T13:12:49.323Z Downloaded crucible-workspace-hack v0.1.0
10342026-08-31T13:12:49.323Z Downloaded indent_write v2.2.0
10352026-08-31T13:12:49.326Z Downloaded hkdf v0.13.0
10362026-08-31T13:12:49.326Z Downloaded qorb v0.4.1
10372026-08-31T13:12:49.329Z Downloaded cpufeatures v0.3.0
10382026-08-31T13:12:49.332Z Downloaded pkcs1 v0.7.5
10392026-08-31T13:12:49.332Z Downloaded aho-corasick v1.1.4
10402026-08-31T13:12:49.336Z Downloaded rand v0.9.2
10412026-08-31T13:12:49.340Z Downloaded const_format v0.2.35
10422026-08-31T13:12:49.340Z Downloaded deranged v0.5.8
10432026-08-31T13:12:49.343Z Downloaded num-rational v0.4.2
10442026-08-31T13:12:49.343Z Downloaded ed25519-dalek v2.2.0
10452026-08-31T13:12:49.343Z Downloaded md-5 v0.10.6
10462026-08-31T13:12:49.343Z Downloaded lazy_static v1.5.0
10472026-08-31T13:12:49.346Z Downloaded inout v0.2.2
10482026-08-31T13:12:49.346Z Downloaded ed25519-dalek v3.0.0
10492026-08-31T13:12:49.349Z Downloaded libloading v0.8.9
10502026-08-31T13:12:49.350Z Downloaded rpassword v7.5.4
10512026-08-31T13:12:49.353Z Downloaded progenitor-client v0.14.0
10522026-08-31T13:12:49.356Z Downloaded sec1 v0.8.1
10532026-08-31T13:12:49.356Z Downloaded strsim v0.10.0
10542026-08-31T13:12:49.356Z Downloaded cookie_store v0.22.1
10552026-08-31T13:12:49.359Z Downloaded scroll v0.13.0
10562026-08-31T13:12:49.359Z Downloaded scuffle v0.1.0
10572026-08-31T13:12:49.362Z Downloaded derive-where v1.6.0
10582026-08-31T13:12:49.362Z Downloaded dropshot_endpoint v0.17.1
10592026-08-31T13:12:49.365Z Downloaded stringprep v0.1.5
10602026-08-31T13:12:49.365Z Downloaded tough v0.22.0
10612026-08-31T13:12:49.369Z Downloaded tokio-postgres v0.7.16
10622026-08-31T13:12:49.372Z Downloaded darling v0.21.3
10632026-08-31T13:12:49.375Z Downloaded tower-layer v0.3.3
10642026-08-31T13:12:49.379Z Downloaded zerovec v0.11.5
10652026-08-31T13:12:49.383Z Downloaded tokio-tungstenite v0.23.1
10662026-08-31T13:12:49.385Z Downloaded time-macros v0.2.27
10672026-08-31T13:12:49.388Z Downloaded vsss-rs v3.3.4
10682026-08-31T13:12:49.391Z Downloaded crossbeam-deque v0.8.6
10692026-08-31T13:12:49.391Z Downloaded displaydoc v0.2.5
10702026-08-31T13:12:49.394Z Downloaded recursive-proc-macro-impl v0.1.1
10712026-08-31T13:12:49.395Z Downloaded shell-words v1.1.1
10722026-08-31T13:12:49.395Z Downloaded tap v1.0.1
10732026-08-31T13:12:49.395Z Downloaded unicode-xid v0.2.6
10742026-08-31T13:12:49.399Z Downloaded slog-scope v4.4.1
10752026-08-31T13:12:49.402Z Downloaded openssl-sys v0.9.117
10762026-08-31T13:12:49.405Z Downloaded omicron-zone-package v0.12.3
10772026-08-31T13:12:49.411Z Downloaded derive_builder_macro v0.20.2
10782026-08-31T13:12:49.414Z Downloaded postcard v1.1.3
10792026-08-31T13:12:49.414Z Downloaded sec1 v0.7.3
10802026-08-31T13:12:49.417Z Downloaded oxide-generation v0.1.3
10812026-08-31T13:12:49.417Z Downloaded polyval v0.7.1
10822026-08-31T13:12:49.417Z Downloaded ident_case v1.0.1
10832026-08-31T13:12:49.420Z Downloaded internet-checksum v0.2.1
10842026-08-31T13:12:49.420Z Downloaded num_threads v0.1.7
10852026-08-31T13:12:49.423Z Downloaded zeroize v1.9.0
10862026-08-31T13:12:49.428Z Downloaded spin v0.9.8
10872026-08-31T13:12:49.430Z Downloaded icu_properties_data v2.1.2
10882026-08-31T13:12:49.435Z Downloaded miette v7.6.0
10892026-08-31T13:12:49.438Z Downloaded serde_with v1.14.0
10902026-08-31T13:12:49.441Z Downloaded parking_lot v0.12.5
10912026-08-31T13:12:49.444Z Downloaded recursive v0.1.1
10922026-08-31T13:12:49.444Z Downloaded slog-json v2.6.1
10932026-08-31T13:12:49.444Z Downloaded url v2.5.8
10942026-08-31T13:12:49.447Z Downloaded parking_lot_core v0.8.6
10952026-08-31T13:12:49.450Z Downloaded md5 v0.8.0
10962026-08-31T13:12:49.450Z Downloaded winnow v0.6.26
10972026-08-31T13:12:49.455Z Downloaded seq-macro v0.3.6
10982026-08-31T13:12:49.458Z Downloaded nom v7.1.3
10992026-08-31T13:12:49.461Z Downloaded vergen-lib v0.1.6
11002026-08-31T13:12:49.461Z Downloaded difflib v0.4.0
11012026-08-31T13:12:49.461Z Downloaded nu-ansi-term v0.50.3
11022026-08-31T13:12:49.464Z Downloaded oso v0.27.3
11032026-08-31T13:12:49.464Z Downloaded pin-project v1.1.11
11042026-08-31T13:12:49.470Z Downloaded knus v3.4.0
11052026-08-31T13:12:49.473Z Downloaded daft-derive v0.1.8
11062026-08-31T13:12:49.476Z Downloaded document-features v0.2.12
11072026-08-31T13:12:49.476Z Downloaded display-error-chain v0.2.2
11082026-08-31T13:12:49.476Z Downloaded dunce v1.0.5
11092026-08-31T13:12:49.476Z Downloaded radium v0.7.0
11102026-08-31T13:12:49.479Z Downloaded portable-atomic v1.13.1
11112026-08-31T13:12:49.482Z Downloaded termtree v0.5.1
11122026-08-31T13:12:49.482Z Downloaded waitgroup v0.1.2
11132026-08-31T13:12:49.485Z Downloaded zeroize_derive v1.5.0
11142026-08-31T13:12:49.485Z Downloaded nom v8.0.0
11152026-08-31T13:12:49.488Z Downloaded quinn v0.11.11
11162026-08-31T13:12:49.491Z Downloaded crc v3.4.0
11172026-08-31T13:12:49.491Z Downloaded num-bigint v0.4.6
11182026-08-31T13:12:49.494Z Downloaded ml-kem v0.3.2
11192026-08-31T13:12:49.494Z Downloaded pem-rfc7468 v1.0.0
11202026-08-31T13:12:49.494Z Downloaded progenitor-client v0.13.0
11212026-08-31T13:12:49.497Z Downloaded newtype-uuid v1.3.2
11222026-08-31T13:12:49.497Z Downloaded take_mut v0.2.2
11232026-08-31T13:12:49.497Z Downloaded minimal-lexical v0.2.1
11242026-08-31T13:12:49.500Z Downloaded h2 v0.4.15
11252026-08-31T13:12:49.503Z Downloaded primefield v0.14.0
11262026-08-31T13:12:49.503Z Downloaded tinystr v0.8.2
11272026-08-31T13:12:49.506Z Downloaded managed v0.8.0
11282026-08-31T13:12:49.506Z Downloaded newtype_derive v0.1.6
11292026-08-31T13:12:49.506Z Downloaded tokio-rustls v0.26.4
11302026-08-31T13:12:49.509Z Downloaded rustls-native-certs v0.8.3
11312026-08-31T13:12:49.509Z Downloaded tokio-dtrace v0.1.1
11322026-08-31T13:12:49.509Z Downloaded phf_shared v0.11.3
11332026-08-31T13:12:49.509Z Downloaded memoffset v0.9.1
11342026-08-31T13:12:49.512Z Downloaded parse-size v1.1.0
11352026-08-31T13:12:49.512Z Downloaded ecdsa v0.17.0
11362026-08-31T13:12:49.517Z Downloaded serde_plain v1.0.2
11372026-08-31T13:12:49.520Z Downloaded signal-hook-tokio v0.3.1
11382026-08-31T13:12:49.520Z Downloaded untrusted v0.9.0
11392026-08-31T13:12:49.520Z Downloaded zerofrom-derive v0.1.6
11402026-08-31T13:12:49.524Z Downloaded crc8 v0.1.1
11412026-08-31T13:12:49.524Z Downloaded tracing-core v0.1.36
11422026-08-31T13:12:49.524Z Downloaded typify v0.6.2
11432026-08-31T13:12:49.527Z Downloaded cookie v0.18.1
11442026-08-31T13:12:49.527Z Downloaded darling v0.13.4
11452026-08-31T13:12:49.530Z Downloaded serde_repr v0.1.20
11462026-08-31T13:12:49.530Z Downloaded dropshot-api-manager v0.8.0
11472026-08-31T13:12:49.533Z Downloaded itertools v0.14.0
11482026-08-31T13:12:49.536Z Downloaded diff v0.1.13
11492026-08-31T13:12:49.539Z Downloaded zip v4.6.1
11502026-08-31T13:12:49.542Z Downloaded port-file v0.1.0
11512026-08-31T13:12:49.542Z Downloaded pem-rfc7468 v0.7.0
11522026-08-31T13:12:49.545Z Downloaded is-terminal v0.4.17
11532026-08-31T13:12:49.545Z Downloaded scopeguard v1.2.0
11542026-08-31T13:12:49.545Z Downloaded static_assertions v1.1.0
11552026-08-31T13:12:49.545Z Downloaded linear-map v1.2.0
11562026-08-31T13:12:49.548Z Downloaded itertools v0.13.0
11572026-08-31T13:12:49.551Z Downloaded git2 v0.20.4
11582026-08-31T13:12:49.553Z Downloaded lalrpop-util v0.19.12
11592026-08-31T13:12:49.556Z Downloaded salsa20 v0.11.0
11602026-08-31T13:12:49.557Z Downloaded parking_lot_core v0.9.12
11612026-08-31T13:12:49.557Z Downloaded percent-encoding v2.3.2
11622026-08-31T13:12:49.557Z Downloaded rustc-hash v2.1.1
11632026-08-31T13:12:49.559Z Downloaded papergrid v0.18.0
11642026-08-31T13:12:49.562Z Downloaded rawzip v0.4.4
11652026-08-31T13:12:49.565Z Downloaded serde_with_macros v3.21.0
11662026-08-31T13:12:49.568Z Downloaded corncobs v0.1.4
11672026-08-31T13:12:49.568Z Downloaded siphasher v1.0.2
11682026-08-31T13:12:49.571Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11692026-08-31T13:12:49.571Z Downloaded openssl-probe v0.1.6
11702026-08-31T13:12:49.574Z Downloaded dyn-clone v1.0.20
11712026-08-31T13:12:49.574Z Downloaded salty v0.3.0
11722026-08-31T13:12:49.577Z Downloaded rand_core v0.6.4
11732026-08-31T13:12:49.580Z Downloaded serde_bytes v0.11.19
11742026-08-31T13:12:49.580Z Downloaded steno v0.4.1
11752026-08-31T13:12:49.583Z Downloaded unicode-normalization v0.1.25
11762026-08-31T13:12:49.586Z Downloaded toml_edit v0.23.10+spec-1.0.0
11772026-08-31T13:12:49.586Z Downloaded defmt v1.0.1
11782026-08-31T13:12:49.589Z Downloaded num-conv v0.2.0
11792026-08-31T13:12:49.589Z Downloaded stable_deref_trait v1.2.1
11802026-08-31T13:12:49.589Z Downloaded strum_macros v0.26.4
11812026-08-31T13:12:49.592Z Downloaded typify-macro v0.6.2
11822026-08-31T13:12:49.592Z Downloaded indicatif v0.18.4
11832026-08-31T13:12:49.595Z Downloaded num-complex v0.4.6
11842026-08-31T13:12:49.595Z Downloaded rsa v0.9.10
11852026-08-31T13:12:49.598Z Downloaded libsw v3.5.0
11862026-08-31T13:12:49.598Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11872026-08-31T13:12:49.602Z Downloaded defmt-macros v1.0.1
11882026-08-31T13:12:49.602Z Downloaded derive-ex v0.1.8
11892026-08-31T13:12:49.602Z Downloaded progenitor-impl v0.14.0
11902026-08-31T13:12:49.606Z Downloaded hybrid-array v0.4.13
11912026-08-31T13:12:49.606Z Downloaded strip-ansi-escapes v0.2.1
11922026-08-31T13:12:49.606Z Downloaded darling_macro v0.20.11
11932026-08-31T13:12:49.606Z Downloaded pretty_assertions v1.4.1
11942026-08-31T13:12:49.606Z Downloaded thiserror-impl-no-std v2.0.2
11952026-08-31T13:12:49.609Z Downloaded oso-derive v0.27.3
11962026-08-31T13:12:49.609Z Downloaded utf8_iter v1.0.4
11972026-08-31T13:12:49.612Z Downloaded predicates-tree v1.0.13
11982026-08-31T13:12:49.616Z Downloaded libm v0.2.16
11992026-08-31T13:12:49.622Z Downloaded derive_more-impl v2.1.1
12002026-08-31T13:12:49.625Z Downloaded rayon v1.11.0
12012026-08-31T13:12:49.630Z Downloaded tar v0.4.46
12022026-08-31T13:12:49.633Z Downloaded libbz2-rs-sys v0.2.2
12032026-08-31T13:12:49.633Z Downloaded tungstenite v0.21.0
12042026-08-31T13:12:49.636Z Downloaded serdect v0.4.3
12052026-08-31T13:12:49.636Z Downloaded uzers v0.12.2
12062026-08-31T13:12:49.639Z Downloaded ingot-types v0.2.0
12072026-08-31T13:12:49.639Z Downloaded indoc v2.0.7
12082026-08-31T13:12:49.639Z Downloaded sha3 v0.12.0
12092026-08-31T13:12:49.642Z Downloaded goblin v0.10.5
12102026-08-31T13:12:49.645Z Downloaded regex v1.12.3
12112026-08-31T13:12:49.649Z Downloaded reedline v0.40.0
12122026-08-31T13:12:49.653Z Downloaded rusty-fork v0.3.1
12132026-08-31T13:12:49.656Z Downloaded zerovec-derive v0.11.2
12142026-08-31T13:12:49.656Z Downloaded smf v0.2.3
12152026-08-31T13:12:49.656Z Downloaded crossterm v0.28.1
12162026-08-31T13:12:49.659Z Downloaded russh-util v0.52.0
12172026-08-31T13:12:49.663Z Downloaded lru v0.12.5
12182026-08-31T13:12:49.663Z Downloaded pbkdf2 v0.13.0
12192026-08-31T13:12:49.663Z Downloaded slab v0.4.12
12202026-08-31T13:12:49.663Z Downloaded vergen-lib v9.1.0
12212026-08-31T13:12:49.666Z Downloaded schemars_derive v0.8.22
12222026-08-31T13:12:49.666Z Downloaded publicsuffix v2.3.0
12232026-08-31T13:12:49.666Z Downloaded test-strategy v0.4.5
12242026-08-31T13:12:49.669Z Downloaded itertools v0.10.5
12252026-08-31T13:12:49.671Z Downloaded native-tls v0.2.18
12262026-08-31T13:12:49.674Z Downloaded russh v0.62.4
12272026-08-31T13:12:49.678Z Downloaded uuid v1.23.4
12282026-08-31T13:12:49.681Z Downloaded rcgen v0.12.1
12292026-08-31T13:12:49.684Z Downloaded darling_core v0.23.0
12302026-08-31T13:12:49.687Z Downloaded drift v0.2.0
12312026-08-31T13:12:49.692Z Downloaded ppv-lite86 v0.2.21
12322026-08-31T13:12:49.696Z Downloaded reqwest v0.13.2
12332026-08-31T13:12:49.702Z Downloaded signal-hook v0.3.18
12342026-08-31T13:12:49.705Z Downloaded derive_builder_core v0.20.2
12352026-08-31T13:12:49.705Z Downloaded humantime v2.3.0
12362026-08-31T13:12:49.710Z Downloaded tower v0.5.3
12372026-08-31T13:12:49.717Z Downloaded smoltcp v0.9.1
12382026-08-31T13:12:49.723Z Downloaded p384 v0.13.1
12392026-08-31T13:12:49.726Z Downloaded iri-string v0.7.10
12402026-08-31T13:12:49.730Z Downloaded zerocopy v0.6.6
12412026-08-31T13:12:49.733Z Downloaded phc v0.6.1
12422026-08-31T13:12:49.733Z Downloaded snafu v0.8.9
12432026-08-31T13:12:49.736Z Downloaded darling_core v0.13.4
12442026-08-31T13:12:49.739Z Downloaded unicode-bidi v0.3.18
12452026-08-31T13:12:49.742Z Downloaded crossterm v0.29.0
12462026-08-31T13:12:49.745Z Downloaded daft v0.1.8
12472026-08-31T13:12:49.745Z Downloaded icu_normalizer_data v2.1.1
12482026-08-31T13:12:49.748Z Downloaded gimli v0.32.3
12492026-08-31T13:12:49.751Z Downloaded litemap v0.8.1
12502026-08-31T13:12:49.754Z Downloaded rand v0.8.6
12512026-08-31T13:12:49.758Z Downloaded toml_edit v0.19.15
12522026-08-31T13:12:49.763Z Downloaded icu_collections v2.1.1
12532026-08-31T13:12:49.767Z Downloaded indexmap v1.9.3
12542026-08-31T13:12:49.769Z Downloaded blake3 v1.8.5
12552026-08-31T13:12:49.774Z Downloaded hyper v1.10.1
12562026-08-31T13:12:49.778Z Downloaded zerotrie v0.2.3
12572026-08-31T13:12:49.781Z Downloaded tls_codec_derive v0.4.2
12582026-08-31T13:12:49.783Z Downloaded itertools v0.15.0
12592026-08-31T13:12:49.786Z Downloaded rustls-webpki v0.103.13
12602026-08-31T13:12:49.789Z Downloaded jiff-core v0.1.0
12612026-08-31T13:12:49.789Z Downloaded ssh-key v0.7.0-rc.11
12622026-08-31T13:12:49.794Z Downloaded libxml v0.3.3
12632026-08-31T13:12:49.797Z Downloaded bindgen v0.71.1
12642026-08-31T13:12:49.801Z Downloaded zopfli v0.8.3
12652026-08-31T13:12:49.804Z Downloaded crossbeam-channel v0.5.15
12662026-08-31T13:12:49.809Z Downloaded crypto-bigint v0.7.5
12672026-08-31T13:12:49.819Z Downloaded icu_normalizer v2.1.1
12682026-08-31T13:12:49.821Z Downloaded aws-lc-rs v1.16.3
12692026-08-31T13:12:49.826Z Downloaded bitvec v1.0.1
12702026-08-31T13:12:49.835Z Downloaded rsa v0.10.0-rc.18
12712026-08-31T13:12:49.838Z Downloaded zlib-rs v0.6.2
12722026-08-31T13:12:49.842Z Downloaded x509-cert v0.2.5
12732026-08-31T13:12:49.849Z Downloaded tabled v0.21.0
12742026-08-31T13:12:49.859Z Downloaded der v0.8.0
12752026-08-31T13:12:49.862Z Downloaded proptest v1.11.0
12762026-08-31T13:12:49.868Z Downloaded vcpkg v0.2.15
12772026-08-31T13:12:49.892Z Downloaded chrono v0.4.45
12782026-08-31T13:12:49.896Z Downloaded moka v0.12.13
12792026-08-31T13:12:49.900Z Downloaded quinn-proto v0.11.16
12802026-08-31T13:12:49.904Z Downloaded hickory-proto v0.24.4
12812026-08-31T13:12:49.913Z Downloaded unicode-segmentation v1.12.0
12822026-08-31T13:12:49.915Z Downloaded miniz_oxide v0.8.9
12832026-08-31T13:12:49.918Z Downloaded idna v1.1.0
12842026-08-31T13:12:49.918Z Downloaded lalrpop v0.19.12
12852026-08-31T13:12:49.924Z Downloaded hickory-proto v0.25.2
12862026-08-31T13:12:49.935Z Downloaded internal-russh-num-bigint v0.5.0
12872026-08-31T13:12:49.943Z Downloaded radix_trie v0.2.1
12882026-08-31T13:12:49.946Z Downloaded nix v0.28.0
12892026-08-31T13:12:49.952Z Downloaded regress v0.10.5
12902026-08-31T13:12:49.960Z Downloaded curve25519-dalek v5.0.0
12912026-08-31T13:12:49.965Z Downloaded time v0.3.47
12922026-08-31T13:12:49.977Z Downloaded regex-syntax v0.8.10
12932026-08-31T13:12:49.987Z Downloaded sqlparser v0.61.0
12942026-08-31T13:12:49.992Z Downloaded hyper-util v0.1.20
12952026-08-31T13:12:49.995Z Downloaded syn v3.0.3
12962026-08-31T13:12:50.002Z Downloaded object v0.37.3
12972026-08-31T13:12:50.008Z Downloaded reqwest v0.12.28
12982026-08-31T13:12:50.011Z Downloaded object v0.30.4
12992026-08-31T13:12:50.016Z Downloaded zerocopy-derive v0.6.6
13002026-08-31T13:12:50.022Z Downloaded iddqd v0.4.2
13012026-08-31T13:12:50.026Z Downloaded ratatui v0.29.0
13022026-08-31T13:12:50.037Z Downloaded diesel v2.3.7
13032026-08-31T13:12:50.049Z Downloaded typify-impl v0.6.2
13042026-08-31T13:12:50.057Z Downloaded tower-http v0.6.8
13052026-08-31T13:12:50.061Z Downloaded regex-automata v0.4.14
13062026-08-31T13:12:50.070Z Downloaded itertools v0.12.1
13072026-08-31T13:12:50.074Z Downloaded nix v0.27.1
13082026-08-31T13:12:50.079Z Downloaded winnow v1.0.3
13092026-08-31T13:12:50.086Z Downloaded winnow v0.5.40
13102026-08-31T13:12:50.091Z Downloaded jiff v0.2.34
13112026-08-31T13:12:50.100Z Downloaded serde_with v3.21.0
13122026-08-31T13:12:50.107Z Downloaded csv v1.4.0
13132026-08-31T13:12:50.119Z Downloaded crypto-primes v0.7.2
13142026-08-31T13:12:50.122Z Downloaded encoding_rs v0.8.35
13152026-08-31T13:12:50.134Z Downloaded quick-xml v0.37.5
13162026-08-31T13:12:50.137Z Downloaded zerocopy v0.8.55
13172026-08-31T13:12:50.148Z Downloaded bstr v1.12.1
13182026-08-31T13:12:50.153Z Downloaded petname v2.0.2
13192026-08-31T13:12:50.182Z Downloaded rustls v0.23.41
13202026-08-31T13:12:50.240Z Downloaded regex-syntax v0.6.29
13212026-08-31T13:12:50.245Z Downloaded polar-core v0.27.3
13222026-08-31T13:12:50.278Z Downloaded openssl v0.10.80
13232026-08-31T13:12:50.284Z Downloaded rustix v0.38.44
13242026-08-31T13:12:50.315Z Downloaded smoltcp v0.11.0
13252026-08-31T13:12:50.324Z Downloaded openapiv3 v2.2.0
13262026-08-31T13:12:50.337Z Downloaded curve25519-dalek v4.1.3
13272026-08-31T13:12:50.351Z Downloaded nix v0.31.2
13282026-08-31T13:12:50.360Z Downloaded dropshot v0.17.1
13292026-08-31T13:12:50.380Z Downloaded regress v0.11.1
13302026-08-31T13:12:50.389Z Downloaded tracing v0.1.44
13312026-08-31T13:12:50.413Z Downloaded sled v0.34.7
13322026-08-31T13:12:50.509Z Downloaded bzip2-sys v0.1.13+1.0.8
13332026-08-31T13:12:50.534Z Downloaded sha3 v0.11.0
13342026-08-31T13:12:50.538Z Downloaded petgraph v0.6.5
13352026-08-31T13:12:50.593Z Downloaded chrono-tz v0.10.4
13362026-08-31T13:12:50.646Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13372026-08-31T13:12:50.660Z Downloaded petgraph v0.8.3
13382026-08-31T13:12:50.673Z Downloaded sha3 v0.10.8
13392026-08-31T13:12:50.694Z Downloaded tokio v1.52.1
13402026-08-31T13:12:50.716Z Downloaded libz-sys v1.1.24
13412026-08-31T13:12:50.840Z Downloaded ring v0.17.14
13422026-08-31T13:12:50.883Z Downloaded libgit2-sys v0.18.3+1.9.2
13432026-08-31T13:12:51.409Z Downloaded aws-lc-sys v0.40.0
13442026-08-31T13:12:51.666Z Compiling serde_core v1.0.228
13452026-08-31T13:12:51.666Z Compiling libc v0.2.185
13462026-08-31T13:12:51.666Z Compiling serde v1.0.228
13472026-08-31T13:12:51.669Z Compiling log v0.4.33
13482026-08-31T13:12:51.670Z Compiling smallvec v1.15.1
13492026-08-31T13:12:51.809Z Compiling find-msvc-tools v0.1.9
13502026-08-31T13:12:51.809Z Compiling shlex v1.3.0
13512026-08-31T13:12:51.812Z Compiling syn v2.0.117
13522026-08-31T13:12:51.992Z Compiling subtle v2.6.1
13532026-08-31T13:12:52.007Z Compiling scopeguard v1.2.0
13542026-08-31T13:12:52.030Z Compiling typenum v1.20.1
13552026-08-31T13:12:52.088Z Compiling lock_api v0.4.14
13562026-08-31T13:12:52.113Z Compiling stable_deref_trait v1.2.1
13572026-08-31T13:12:52.142Z Compiling zerocopy v0.8.55
13582026-08-31T13:12:52.157Z Compiling portable-atomic v1.13.1
13592026-08-31T13:12:52.184Z Compiling serde_json v1.0.151
13602026-08-31T13:12:52.307Z Compiling critical-section v1.2.0
13612026-08-31T13:12:52.381Z Compiling libm v0.2.16
13622026-08-31T13:12:52.414Z Compiling num-traits v0.2.19
13632026-08-31T13:12:52.564Z Compiling pkg-config v0.3.32
13642026-08-31T13:12:52.648Z Compiling errno v0.3.14
13652026-08-31T13:12:52.678Z Compiling jobserver v0.1.34
13662026-08-31T13:12:52.736Z Compiling getrandom v0.2.17
13672026-08-31T13:12:52.827Z Compiling generic-array v0.14.7
13682026-08-31T13:12:52.955Z Compiling cc v1.2.56
13692026-08-31T13:12:53.024Z Compiling rand_core v0.6.4
13702026-08-31T13:12:53.038Z Compiling getrandom v0.4.3
13712026-08-31T13:12:53.147Z Compiling parking_lot_core v0.9.12
13722026-08-31T13:12:53.319Z Compiling once_cell v1.21.3
13732026-08-31T13:12:53.380Z Compiling pin-project-lite v0.2.17
13742026-08-31T13:12:53.414Z Compiling const-oid v0.9.6
13752026-08-31T13:12:53.511Z Compiling rand_core v0.10.0
13762026-08-31T13:12:53.557Z Compiling signal-hook-registry v1.4.8
13772026-08-31T13:12:53.844Z Compiling futures-core v0.3.32
13782026-08-31T13:12:54.007Z Compiling bitflags v2.11.0
13792026-08-31T13:12:54.056Z Compiling litemap v0.8.1
13802026-08-31T13:12:54.141Z Compiling percent-encoding v2.3.2
13812026-08-31T13:12:54.194Z Compiling writeable v0.6.2
13822026-08-31T13:12:54.259Z Compiling semver v1.0.28
13832026-08-31T13:12:54.274Z Compiling parking_lot v0.12.5
13842026-08-31T13:12:54.350Z Compiling mio v1.2.0
13852026-08-31T13:12:54.365Z Compiling icu_properties_data v2.1.2
13862026-08-31T13:12:54.395Z Compiling icu_normalizer_data v2.1.1
13872026-08-31T13:12:54.584Z Compiling socket2 v0.6.3
13882026-08-31T13:12:54.658Z Compiling rustix v1.1.4
13892026-08-31T13:12:54.672Z Compiling getrandom v0.3.4
13902026-08-31T13:12:54.688Z Compiling futures-sink v0.3.32
13912026-08-31T13:12:54.704Z Compiling indexmap v2.14.0
13922026-08-31T13:12:54.794Z Compiling synstructure v0.13.2
13932026-08-31T13:12:54.823Z Compiling futures-channel v0.3.32
13942026-08-31T13:12:55.020Z Compiling utf8_iter v1.0.4
13952026-08-31T13:12:55.059Z Compiling futures-io v0.3.32
13962026-08-31T13:12:55.166Z Compiling futures-task v0.3.32
13972026-08-31T13:12:55.187Z Compiling slab v0.4.12
13982026-08-31T13:12:55.216Z Compiling form_urlencoded v1.2.2
13992026-08-31T13:12:55.338Z Compiling rustversion v1.0.22
14002026-08-31T13:12:55.369Z Compiling iana-time-zone v0.1.65
14012026-08-31T13:12:55.384Z Compiling base64ct v1.8.3
14022026-08-31T13:12:55.387Z Compiling cmake v0.1.57
14032026-08-31T13:12:55.414Z Compiling fs_extra v1.3.0
14042026-08-31T13:12:55.567Z Compiling flagset v0.4.7
14052026-08-31T13:12:55.581Z Compiling dunce v1.0.5
14062026-08-31T13:12:55.693Z Compiling pem-rfc7468 v0.7.0
14072026-08-31T13:12:55.693Z Compiling regex-syntax v0.8.10
14082026-08-31T13:12:55.720Z Compiling ident_case v1.0.1
14092026-08-31T13:12:55.723Z Compiling rand_core v0.9.5
14102026-08-31T13:12:55.809Z Compiling aws-lc-sys v0.40.0
14112026-08-31T13:12:55.842Z Compiling uuid v1.23.4
14122026-08-31T13:12:56.000Z Compiling base64 v0.22.1
14132026-08-31T13:12:56.017Z Compiling vcpkg v0.2.15
14142026-08-31T13:12:56.327Z Compiling syn v1.0.109
14152026-08-31T13:12:56.330Z Compiling serde_derive_internals v0.29.1
14162026-08-31T13:12:56.372Z Compiling rustc_version v0.4.1
14172026-08-31T13:12:56.512Z Compiling serde_derive v1.0.228
14182026-08-31T13:12:56.554Z Compiling zeroize_derive v1.5.0
14192026-08-31T13:12:56.633Z Compiling zerofrom-derive v0.1.6
14202026-08-31T13:12:56.701Z Compiling zerocopy-derive v0.8.55
14212026-08-31T13:12:56.765Z Compiling yoke-derive v0.8.1
14222026-08-31T13:12:57.222Z Compiling zerovec-derive v0.11.2
14232026-08-31T13:12:57.270Z Compiling displaydoc v0.2.5
14242026-08-31T13:12:57.954Z Compiling tokio-macros v2.7.0
14252026-08-31T13:12:58.005Z Compiling futures-macro v0.3.32
14262026-08-31T13:12:58.090Z Compiling zerofrom v0.1.6
14272026-08-31T13:12:58.133Z Compiling thiserror-impl v2.0.18
14282026-08-31T13:12:58.249Z Compiling yoke v0.8.1
14292026-08-31T13:12:58.369Z Compiling der_derive v0.7.3
14302026-08-31T13:12:58.444Z Compiling zerovec v0.11.5
14312026-08-31T13:12:58.686Z Compiling zerotrie v0.2.3
14322026-08-31T13:12:58.857Z Compiling futures-util v0.3.32
14332026-08-31T13:12:58.968Z Compiling tinystr v0.8.2
14342026-08-31T13:12:59.002Z Compiling potential_utf v0.1.4
14352026-08-31T13:12:59.169Z Compiling icu_locale_core v2.1.1
14362026-08-31T13:12:59.172Z Compiling icu_collections v2.1.1
14372026-08-31T13:12:59.351Z Compiling openssl-sys v0.9.117
14382026-08-31T13:12:59.469Z Compiling thiserror v2.0.18
14392026-08-31T13:12:59.638Z Compiling tracing-attributes v0.1.31
14402026-08-31T13:12:59.670Z Compiling tracing-core v0.1.36
14412026-08-31T13:12:59.867Z Compiling icu_provider v2.1.1
14422026-08-31T13:13:00.065Z Compiling zeroize v1.9.0
14432026-08-31T13:13:00.130Z Compiling bytes v1.11.1
14442026-08-31T13:13:00.161Z Compiling icu_normalizer v2.1.1
14452026-08-31T13:13:00.207Z Compiling icu_properties v2.1.2
14462026-08-31T13:13:00.682Z Compiling tokio v1.52.1
14472026-08-31T13:13:00.730Z Compiling chrono v0.4.45
14482026-08-31T13:13:00.836Z Compiling block-buffer v0.10.4
14492026-08-31T13:13:00.942Z Compiling crypto-common v0.1.7
14502026-08-31T13:13:01.009Z Compiling der v0.7.10
14512026-08-31T13:13:01.097Z Compiling digest v0.10.7
14522026-08-31T13:13:01.123Z Compiling idna_adapter v1.2.1
14532026-08-31T13:13:01.263Z Compiling ppv-lite86 v0.2.21
14542026-08-31T13:13:01.282Z Compiling idna v1.1.0
14552026-08-31T13:13:01.347Z Compiling http v1.4.2
14562026-08-31T13:13:01.399Z Compiling aws-lc-rs v1.16.3
14572026-08-31T13:13:01.585Z Compiling url v2.5.8
14582026-08-31T13:13:01.674Z Compiling rand_chacha v0.9.0
14592026-08-31T13:13:01.921Z Compiling spki v0.7.3
14602026-08-31T13:13:02.108Z Compiling schemars v0.8.22
14612026-08-31T13:13:02.132Z Compiling cpufeatures v0.2.17
14622026-08-31T13:13:02.205Z Compiling dyn-clone v1.0.20
14632026-08-31T13:13:02.245Z Compiling simd-adler32 v0.3.8
14642026-08-31T13:13:02.260Z Compiling pkcs8 v0.10.2
14652026-08-31T13:13:02.322Z Compiling http-body v1.0.1
14662026-08-31T13:13:02.337Z Compiling rand v0.9.2
14672026-08-31T13:13:02.373Z Compiling tracing v0.1.44
14682026-08-31T13:13:02.387Z Compiling rustls-pki-types v1.14.0
14692026-08-31T13:13:02.519Z Compiling schemars_derive v0.8.22
14702026-08-31T13:13:02.534Z Compiling spin v0.9.8
14712026-08-31T13:13:02.627Z Compiling adler2 v2.0.1
14722026-08-31T13:13:02.739Z Compiling cmov v0.5.4
14732026-08-31T13:13:02.754Z Compiling openssl-probe v0.2.1
14742026-08-31T13:13:02.817Z Compiling httparse v1.10.1
14752026-08-31T13:13:02.953Z Compiling tinyvec_macros v0.1.1
14762026-08-31T13:13:02.958Z Compiling crc32fast v1.5.0
14772026-08-31T13:13:02.993Z Compiling tinyvec v1.10.0
14782026-08-31T13:13:03.063Z Compiling ctutils v0.4.2
14792026-08-31T13:13:03.250Z Compiling tempfile v3.27.0
14802026-08-31T13:13:03.282Z Compiling miniz_oxide v0.8.9
14812026-08-31T13:13:03.332Z Compiling pest_generator v2.8.6
14822026-08-31T13:13:03.377Z Compiling sha2 v0.10.9
14832026-08-31T13:13:03.609Z Compiling terminal_size v0.4.3
14842026-08-31T13:13:03.749Z Compiling aho-corasick v1.1.4
14852026-08-31T13:13:03.885Z Compiling unicode-segmentation v1.12.0
14862026-08-31T13:13:04.015Z Compiling try-lock v0.2.5
14872026-08-31T13:13:04.140Z Compiling untrusted v0.7.1
14882026-08-31T13:13:04.260Z Compiling atomic-waker v1.1.2
14892026-08-31T13:13:04.274Z Compiling radium v0.7.0
14902026-08-31T13:13:04.386Z Compiling tower-layer v0.3.3
14912026-08-31T13:13:04.516Z Compiling tokio-util v0.7.18
14922026-08-31T13:13:04.548Z Compiling tower-service v0.3.3
14932026-08-31T13:13:04.642Z Compiling regex-automata v0.4.14
14942026-08-31T13:13:04.696Z Compiling want v0.3.1
14952026-08-31T13:13:04.860Z Compiling pest_derive v2.8.6
14962026-08-31T13:13:05.057Z Compiling hybrid-array v0.4.13
14972026-08-31T13:13:05.288Z Compiling h2 v0.4.15
14982026-08-31T13:13:05.592Z Compiling ipnet v2.12.0
14992026-08-31T13:13:05.801Z Compiling scroll_derive v0.13.1
15002026-08-31T13:13:05.822Z Compiling darling_core v0.20.11
15012026-08-31T13:13:06.073Z Compiling rustls v0.23.41
15022026-08-31T13:13:06.239Z Compiling untrusted v0.9.0
15032026-08-31T13:13:06.308Z Compiling maybe-uninit v2.0.0
15042026-08-31T13:13:06.358Z Compiling tap v1.0.1
15052026-08-31T13:13:06.403Z Compiling openssl v0.10.80
15062026-08-31T13:13:06.466Z Compiling foreign-types-shared v0.1.1
15072026-08-31T13:13:06.553Z Compiling httpdate v1.0.3
15082026-08-31T13:13:06.585Z Compiling scroll v0.13.0
15092026-08-31T13:13:06.612Z Compiling foreign-types v0.3.2
15102026-08-31T13:13:06.644Z Compiling wyz v0.5.1
15112026-08-31T13:13:06.790Z Compiling unicode-normalization v0.1.25
15122026-08-31T13:13:06.845Z Compiling rand_chacha v0.3.1
15132026-08-31T13:13:06.872Z Compiling signature v2.2.0
15142026-08-31T13:13:07.053Z Compiling hex v0.4.3
15152026-08-31T13:13:07.221Z Compiling openssl-macros v0.1.1
15162026-08-31T13:13:07.224Z Compiling thiserror-impl v1.0.69
15172026-08-31T13:13:07.321Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15182026-08-31T13:13:07.601Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-08-31T13:13:07.615Z Compiling num-integer v0.1.46
15202026-08-31T13:13:07.705Z Compiling socket2 v0.5.10
15212026-08-31T13:13:07.871Z Compiling wait-timeout v0.2.1
15222026-08-31T13:13:07.940Z Compiling ahash v0.8.12
15232026-08-31T13:13:08.073Z Compiling darling_macro v0.20.11
15242026-08-31T13:13:08.118Z Compiling num-conv v0.2.0
15252026-08-31T13:13:08.172Z Compiling funty v2.0.0
15262026-08-31T13:13:08.187Z Compiling powerfmt v0.2.0
15272026-08-31T13:13:08.250Z Compiling native-tls v0.2.18
15282026-08-31T13:13:08.387Z Compiling hyper v1.10.1
15292026-08-31T13:13:08.452Z Compiling packed_struct v0.10.1
15302026-08-31T13:13:08.488Z Compiling num-bigint-dig v0.8.6
15312026-08-31T13:13:08.591Z Compiling time-core v0.1.8
15322026-08-31T13:13:08.672Z Compiling bit-vec v0.8.0
15332026-08-31T13:13:08.697Z Compiling quick-error v1.2.3
15342026-08-31T13:13:08.733Z Compiling time-macros v0.2.27
15352026-08-31T13:13:08.747Z Compiling clap_builder v4.6.0
15362026-08-31T13:13:08.780Z Compiling rusty-fork v0.3.1
15372026-08-31T13:13:08.795Z Compiling darling v0.20.11
15382026-08-31T13:13:08.876Z Compiling bit-set v0.8.0
15392026-08-31T13:13:08.904Z Compiling bitvec v1.0.1
15402026-08-31T13:13:09.039Z Compiling thiserror v1.0.69
15412026-08-31T13:13:09.111Z Compiling deranged v0.5.8
15422026-08-31T13:13:09.390Z Compiling num-iter v0.1.45
15432026-08-31T13:13:09.508Z Compiling hyper-util v0.1.20
15442026-08-31T13:13:10.005Z Compiling rand v0.8.6
15452026-08-31T13:13:10.068Z Compiling goblin v0.10.5
15462026-08-31T13:13:10.376Z Compiling packed_struct_codegen v0.10.1
15472026-08-31T13:13:10.779Z Compiling lazy_static v1.5.0
15482026-08-31T13:13:10.872Z Compiling hmac v0.12.1
15492026-08-31T13:13:11.033Z Compiling serde_spanned v0.6.9
15502026-08-31T13:13:11.175Z Compiling toml_datetime v0.6.11
15512026-08-31T13:13:11.237Z Compiling zerocopy-derive v0.6.6
15522026-08-31T13:13:11.423Z Compiling clap_derive v4.6.1
15532026-08-31T13:13:11.426Z Compiling bitfield-macros v0.19.4
15542026-08-31T13:13:11.699Z Compiling rand_xorshift v0.4.0
15552026-08-31T13:13:11.858Z Compiling sync_wrapper v1.0.2
15562026-08-31T13:13:11.968Z Compiling indexmap v1.9.3
15572026-08-31T13:13:12.053Z Compiling paste v1.0.15
15582026-08-31T13:13:12.126Z Compiling crossbeam-utils v0.8.21
15592026-08-31T13:13:12.151Z Compiling object v0.37.3
15602026-08-31T13:13:12.310Z Compiling nodrop v0.1.14
15612026-08-31T13:13:12.403Z Compiling num_threads v0.1.7
15622026-08-31T13:13:12.403Z Compiling siphasher v1.0.2
15632026-08-31T13:13:12.406Z Compiling crc-catalog v2.4.0
15642026-08-31T13:13:12.501Z Compiling usdt-impl v0.6.0
15652026-08-31T13:13:12.515Z Compiling zlib-rs v0.6.2
15662026-08-31T13:13:12.610Z Compiling unarray v0.1.4
15672026-08-31T13:13:12.720Z Compiling dof v0.4.0
15682026-08-31T13:13:12.723Z Compiling proptest v1.11.0
15692026-08-31T13:13:12.883Z Compiling crc v3.4.0
15702026-08-31T13:13:13.132Z Compiling time v0.3.47
15712026-08-31T13:13:13.183Z Compiling clap v4.6.1
15722026-08-31T13:13:13.336Z Compiling array-init v0.0.4
15732026-08-31T13:13:13.921Z Compiling bitfield v0.19.4
15742026-08-31T13:13:14.067Z Compiling zerocopy v0.6.6
15752026-08-31T13:13:14.213Z Compiling tower v0.5.3
15762026-08-31T13:13:14.677Z Compiling smallvec v0.6.14
15772026-08-31T13:13:14.870Z Compiling derive_builder_core v0.20.2
15782026-08-31T13:13:15.002Z Compiling dtrace-parser v0.3.0
15792026-08-31T13:13:15.556Z Compiling flate2 v1.1.9
15802026-08-31T13:13:15.690Z Compiling ipnetwork v0.21.1
15812026-08-31T13:13:15.720Z Compiling http-body-util v0.1.3
15822026-08-31T13:13:15.810Z Compiling pkcs1 v0.7.5
15832026-08-31T13:13:15.956Z Compiling heapless v0.7.17
15842026-08-31T13:13:15.973Z Compiling structmeta-derive v0.3.0
15852026-08-31T13:13:16.066Z Compiling scroll_derive v0.12.1
15862026-08-31T13:13:16.184Z Compiling slog v2.8.2
15872026-08-31T13:13:16.198Z Compiling darling_core v0.23.0
15882026-08-31T13:13:16.294Z Compiling thread-id v5.1.0
15892026-08-31T13:13:16.366Z Compiling cookie v0.18.1
15902026-08-31T13:13:16.381Z Compiling env_filter v2.0.0
15912026-08-31T13:13:16.547Z Compiling syn v3.0.3
15922026-08-31T13:13:16.673Z Compiling ryu v1.0.23
15932026-08-31T13:13:16.716Z Compiling anyhow v1.0.104
15942026-08-31T13:13:16.852Z Compiling gimli v0.32.3
15952026-08-31T13:13:17.017Z Compiling zstd-safe v7.2.4
15962026-08-31T13:13:17.032Z Compiling signal-hook v0.3.18
15972026-08-31T13:13:17.199Z Compiling allocator-api2 v0.2.21
15982026-08-31T13:13:17.213Z Compiling iri-string v0.7.10
15992026-08-31T13:13:17.525Z Compiling unicode-properties v0.1.4
16002026-08-31T13:13:17.732Z Compiling base64 v0.21.7
16012026-08-31T13:13:18.046Z Compiling hashbrown v0.12.3
16022026-08-31T13:13:18.521Z Compiling unicode-bidi v0.3.18
16032026-08-31T13:13:18.735Z Compiling winnow v0.5.40
16042026-08-31T13:13:18.762Z Compiling darling_macro v0.23.0
16052026-08-31T13:13:18.825Z Compiling addr2line v0.25.1
16062026-08-31T13:13:19.053Z Compiling stringprep v0.1.5
16072026-08-31T13:13:19.244Z Compiling tower-http v0.6.8
16082026-08-31T13:13:19.483Z Compiling ron v0.8.1
16092026-08-31T13:13:19.561Z Compiling structmeta v0.3.0
16102026-08-31T13:13:19.768Z Compiling serde_urlencoded v0.7.1
16112026-08-31T13:13:19.808Z Compiling scroll v0.12.0
16122026-08-31T13:13:19.903Z Compiling env_logger v0.11.11
16132026-08-31T13:13:19.997Z Compiling daft-derive v0.1.8
16142026-08-31T13:13:20.011Z Compiling toml_edit v0.19.15
16152026-08-31T13:13:20.279Z Compiling rsa v0.9.10
16162026-08-31T13:13:20.305Z Compiling oxnet v0.1.6
16172026-08-31T13:13:20.401Z Compiling derive_builder_macro v0.20.2
16182026-08-31T13:13:20.659Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16192026-08-31T13:13:20.694Z Compiling newtype-uuid v1.3.2
16202026-08-31T13:13:20.724Z Compiling hashbrown v0.13.2
16212026-08-31T13:13:20.867Z Compiling serde-hex v0.1.0
16222026-08-31T13:13:21.017Z Compiling bzip2 v0.4.4
16232026-08-31T13:13:21.198Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16242026-08-31T13:13:21.236Z Compiling tokio-native-tls v0.3.1
16252026-08-31T13:13:21.886Z Compiling camino v1.2.5
16262026-08-31T13:13:22.621Z Compiling bstr v1.12.1
16272026-08-31T13:13:22.656Z Compiling block-buffer v0.12.1
16282026-08-31T13:13:22.773Z Compiling block-padding v0.4.2
16292026-08-31T13:13:22.866Z Compiling crypto-common v0.2.2
16302026-08-31T13:13:22.944Z Compiling heck v0.4.1
16312026-08-31T13:13:23.220Z Compiling rustls-native-certs v0.8.3
16322026-08-31T13:13:23.297Z Compiling x509-cert v0.2.5
16332026-08-31T13:13:23.312Z Compiling md-5 v0.10.6
16342026-08-31T13:13:23.484Z Compiling erased-serde v0.3.31
16352026-08-31T13:13:23.518Z Compiling serde_tokenstream v0.2.3
16362026-08-31T13:13:23.805Z Compiling curve25519-dalek v4.1.3
16372026-08-31T13:13:23.839Z Compiling async-trait v0.1.89
16382026-08-31T13:13:23.989Z Compiling pin-project-internal v1.1.11
16392026-08-31T13:13:24.131Z Compiling zerocopy-derive v0.7.35
16402026-08-31T13:13:24.202Z Compiling vergen-lib v9.1.0
16412026-08-31T13:13:24.380Z Compiling hash32 v0.2.1
16422026-08-31T13:13:24.570Z Compiling memoffset v0.9.1
16432026-08-31T13:13:24.647Z Compiling encoding_rs v0.8.35
16442026-08-31T13:13:24.761Z Compiling rustix v0.38.44
16452026-08-31T13:13:24.847Z Compiling ref-cast v1.0.25
16462026-08-31T13:13:24.904Z Compiling mime v0.3.17
16472026-08-31T13:13:24.978Z Compiling crc-any v2.5.0
16482026-08-31T13:13:25.079Z Compiling psl-types v2.0.11
16492026-08-31T13:13:25.095Z Compiling owo-colors v4.3.0
16502026-08-31T13:13:25.138Z Compiling cfg_aliases v0.2.1
16512026-08-31T13:13:25.155Z Compiling smoltcp v0.9.1
16522026-08-31T13:13:25.198Z Compiling litrs v1.0.0
16532026-08-31T13:13:25.213Z Compiling fallible-iterator v0.2.0
16542026-08-31T13:13:25.216Z Compiling rustc-demangle v0.1.27
16552026-08-31T13:13:25.256Z Compiling nix v0.31.2
16562026-08-31T13:13:25.443Z Compiling publicsuffix v2.3.0
16572026-08-31T13:13:25.501Z Compiling postgres-protocol v0.6.10
16582026-08-31T13:13:25.516Z Compiling backtrace v0.3.76
16592026-08-31T13:13:25.644Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16602026-08-31T13:13:25.654Z Compiling pin-project v1.1.11
16612026-08-31T13:13:25.689Z Compiling document-features v0.2.12
16622026-08-31T13:13:25.713Z Compiling zerocopy v0.7.35
16632026-08-31T13:13:26.125Z Compiling snafu-derive v0.8.9
16642026-08-31T13:13:26.252Z Compiling inout v0.2.2
16652026-08-31T13:13:26.266Z Compiling daft v0.1.8
16662026-08-31T13:13:26.309Z Compiling hyper-tls v0.6.0
16672026-08-31T13:13:26.429Z Compiling toml v0.7.8
16682026-08-31T13:13:26.494Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16692026-08-31T13:13:26.525Z Compiling zip v0.6.6
16702026-08-31T13:13:26.540Z Compiling object v0.30.4
16712026-08-31T13:13:26.658Z Compiling derive_builder v0.20.2
16722026-08-31T13:13:26.783Z Compiling goblin v0.8.2
16732026-08-31T13:13:27.093Z Compiling derive-ex v0.1.8
16742026-08-31T13:13:27.485Z Compiling darling v0.23.0
16752026-08-31T13:13:27.570Z Compiling phf_shared v0.13.1
16762026-08-31T13:13:27.645Z Compiling regex v1.12.3
16772026-08-31T13:13:27.809Z Compiling hubpack_derive v0.1.1
16782026-08-31T13:13:28.021Z Compiling convert_case v0.10.0
16792026-08-31T13:13:28.063Z Compiling futures-executor v0.3.32
16802026-08-31T13:13:28.277Z Compiling curve25519-dalek-derive v0.1.1
16812026-08-31T13:13:28.369Z Compiling strum_macros v0.27.2
16822026-08-31T13:13:28.384Z Compiling ref-cast-impl v1.0.25
16832026-08-31T13:13:28.774Z Compiling vergen v9.1.0
16842026-08-31T13:13:28.936Z Compiling cargo-platform v0.3.2
16852026-08-31T13:13:28.941Z Compiling ff v0.13.1
16862026-08-31T13:13:28.953Z Compiling fs-err v3.3.0
16872026-08-31T13:13:29.068Z Compiling bumpalo v3.20.2
16882026-08-31T13:13:29.147Z Compiling path-slash v0.1.5
16892026-08-31T13:13:29.185Z Compiling same-file v1.0.6
16902026-08-31T13:13:29.277Z Compiling jiff-core v0.1.0
16912026-08-31T13:13:29.337Z Compiling base16ct v0.2.0
16922026-08-31T13:13:29.354Z Compiling foldhash v0.1.5
16932026-08-31T13:13:29.423Z Compiling managed v0.8.0
16942026-08-31T13:13:29.510Z Compiling bitflags v1.3.2
16952026-08-31T13:13:29.525Z Compiling libbz2-rs-sys v0.2.2
16962026-08-31T13:13:29.588Z Compiling foldhash v0.2.0
16972026-08-31T13:13:29.638Z Compiling is_ci v1.2.0
16982026-08-31T13:13:29.775Z Compiling textwrap v0.16.2
16992026-08-31T13:13:29.806Z Compiling hashbrown v0.16.1
17002026-08-31T13:13:30.205Z Compiling jiff v0.2.34
17012026-08-31T13:13:30.229Z Compiling bzip2 v0.6.1
17022026-08-31T13:13:30.262Z Compiling supports-color v3.0.2
17032026-08-31T13:13:30.346Z Compiling strum v0.27.2
17042026-08-31T13:13:30.396Z Compiling hashbrown v0.15.5
17052026-08-31T13:13:30.426Z Compiling sec1 v0.7.3
17062026-08-31T13:13:30.440Z Compiling walkdir v2.5.0
17072026-08-31T13:13:30.472Z Compiling zopfli v0.8.3
17082026-08-31T13:13:30.694Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17092026-08-31T13:13:30.836Z Compiling cargo_metadata v0.23.1
17102026-08-31T13:13:30.930Z Compiling group v0.13.0
17112026-08-31T13:13:31.107Z Compiling dof v0.3.0
17122026-08-31T13:13:31.245Z Compiling test-strategy v0.4.5
17132026-08-31T13:13:31.811Z Compiling derive_more-impl v2.1.1
17142026-08-31T13:13:32.089Z Compiling hubpack v0.1.2
17152026-08-31T13:13:32.185Z Compiling futures v0.3.32
17162026-08-31T13:13:32.271Z Compiling snafu v0.8.9
17172026-08-31T13:13:32.305Z Compiling phf v0.13.1
17182026-08-31T13:13:32.467Z Compiling serde_with_macros v3.21.0
17192026-08-31T13:13:32.650Z Compiling signal-hook-mio v0.2.5
17202026-08-31T13:13:32.701Z Compiling cookie_store v0.22.1
17212026-08-31T13:13:32.992Z Compiling zstd v0.13.3
17222026-08-31T13:13:33.116Z Compiling reqwest v0.12.28
17232026-08-31T13:13:33.308Z Compiling cipher v0.5.2
17242026-08-31T13:13:33.367Z Compiling backtrace-ext v0.2.1
17252026-08-31T13:13:33.545Z Compiling postgres-types v0.2.12
17262026-08-31T13:13:33.730Z Compiling usdt-attr-macro v0.6.0
17272026-08-31T13:13:34.106Z Compiling usdt-macro v0.6.0
17282026-08-31T13:13:34.255Z Compiling globset v0.4.18
17292026-08-31T13:13:34.456Z Compiling phf_shared v0.11.3
17302026-08-31T13:13:34.581Z Compiling hkdf v0.12.4
17312026-08-31T13:13:34.640Z Compiling dtrace-parser v0.2.0
17322026-08-31T13:13:34.736Z Compiling byte-wrapper v0.1.0
17332026-08-31T13:13:34.754Z Compiling olpc-cjson v0.1.4
17342026-08-31T13:13:34.789Z Compiling ed25519 v2.2.3
17352026-08-31T13:13:34.860Z Compiling crypto-bigint v0.5.5
17362026-08-31T13:13:34.909Z Compiling serde_plain v1.0.2
17372026-08-31T13:13:34.925Z Compiling serde-big-array v0.5.1
17382026-08-31T13:13:35.053Z Compiling strum_macros v0.26.4
17392026-08-31T13:13:35.073Z Compiling enum-as-inner v0.6.1
17402026-08-31T13:13:35.104Z Compiling async-recursion v1.1.1
17412026-08-31T13:13:35.373Z Compiling serde_repr v0.1.20
17422026-08-31T13:13:35.575Z Compiling miette-derive v7.6.0
17432026-08-31T13:13:35.689Z Compiling pem v3.0.6
17442026-08-31T13:13:35.753Z Compiling float-cmp v0.10.0
17452026-08-31T13:13:35.904Z Compiling thread-id v4.2.2
17462026-08-31T13:13:35.988Z Compiling memmap2 v0.9.10
17472026-08-31T13:13:35.992Z Compiling supports-hyperlinks v3.2.0
17482026-08-31T13:13:36.012Z Compiling predicates-core v1.0.10
17492026-08-31T13:13:36.134Z Compiling typed-path v0.9.3
17502026-08-31T13:13:36.149Z Compiling difflib v0.4.0
17512026-08-31T13:13:36.188Z Compiling fixedbitset v0.5.7
17522026-08-31T13:13:36.501Z Compiling whoami v2.1.0
17532026-08-31T13:13:36.695Z Compiling fixedbitset v0.4.2
17542026-08-31T13:13:36.738Z Compiling const-oid v0.10.2
17552026-08-31T13:13:36.795Z Compiling normalize-line-endings v0.3.0
17562026-08-31T13:13:36.874Z Compiling cpufeatures v0.3.0
17572026-08-31T13:13:36.891Z Compiling static_assertions v1.1.0
17582026-08-31T13:13:36.906Z Compiling data-encoding v2.10.0
17592026-08-31T13:13:36.921Z Compiling either v1.15.0
17602026-08-31T13:13:36.942Z Compiling precomputed-hash v0.1.1
17612026-08-31T13:13:36.957Z Compiling keccak v0.1.6
17622026-08-31T13:13:36.972Z Compiling winnow v1.0.3
17632026-08-31T13:13:36.972Z Compiling supports-unicode v3.0.0
17642026-08-31T13:13:37.026Z Compiling new_debug_unreachable v1.0.6
17652026-08-31T13:13:37.101Z Compiling sha3 v0.10.8
17662026-08-31T13:13:37.119Z Compiling itertools v0.13.0
17672026-08-31T13:13:37.133Z Compiling miette v7.6.0
17682026-08-31T13:13:37.403Z Compiling hickory-proto v0.25.2
17692026-08-31T13:13:37.551Z Compiling string_cache v0.8.9
17702026-08-31T13:13:37.622Z Compiling toml_edit v0.22.27
17712026-08-31T13:13:37.686Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17722026-08-31T13:13:37.772Z Compiling chacha20 v0.10.0
17732026-08-31T13:13:38.031Z Compiling toml_parser v1.1.2+spec-1.1.0
17742026-08-31T13:13:38.170Z Compiling digest v0.11.3
17752026-08-31T13:13:38.311Z Compiling predicates v3.1.4
17762026-08-31T13:13:38.405Z Compiling petgraph v0.6.5
17772026-08-31T13:13:38.419Z Compiling strum v0.26.3
17782026-08-31T13:13:38.548Z Compiling tokio-postgres v0.7.16
17792026-08-31T13:13:38.721Z Compiling petgraph v0.8.3
17802026-08-31T13:13:38.968Z Compiling usdt v0.6.0
17812026-08-31T13:13:39.242Z Compiling usdt-impl v0.5.0
17822026-08-31T13:13:39.815Z Compiling elliptic-curve v0.13.8
17832026-08-31T13:13:39.894Z Compiling ed25519-dalek v2.2.0
17842026-08-31T13:13:40.215Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17852026-08-31T13:13:40.412Z Compiling crossterm v0.28.1
17862026-08-31T13:13:40.557Z Compiling serde_with v3.21.0
17872026-08-31T13:13:40.641Z Compiling zip v4.6.1
17882026-08-31T13:13:40.796Z Compiling derive_more v2.1.1
17892026-08-31T13:13:41.300Z Compiling iddqd v0.4.2
17902026-08-31T13:13:41.665Z Compiling similar v2.7.0
17912026-08-31T13:13:41.709Z Compiling crossbeam-epoch v0.9.18
17922026-08-31T13:13:41.969Z Compiling tokio-stream v0.1.18
17932026-08-31T13:13:42.031Z Compiling buf-list v1.1.2
17942026-08-31T13:13:42.087Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17952026-08-31T13:13:42.180Z Compiling openapiv3 v2.2.0
17962026-08-31T13:13:42.297Z Compiling lalrpop-util v0.19.12
17972026-08-31T13:13:42.337Z Compiling peg-runtime v0.8.5
17982026-08-31T13:13:42.381Z Compiling thread_local v1.1.9
17992026-08-31T13:13:42.412Z Compiling slog-async v2.8.0
18002026-08-31T13:13:42.485Z Compiling crossbeam-channel v0.5.15
18012026-08-31T13:13:42.531Z Compiling filetime v0.2.27
18022026-08-31T13:13:42.552Z Compiling is-terminal v0.4.17
18032026-08-31T13:13:42.616Z Compiling xattr v1.6.1
18042026-08-31T13:13:42.631Z Compiling term v1.2.1
18052026-08-31T13:13:42.645Z Compiling take_mut v0.2.2
18062026-08-31T13:13:42.704Z Compiling camino-tempfile v1.4.1
18072026-08-31T13:13:42.748Z Compiling tar v0.4.46
18082026-08-31T13:13:42.920Z Compiling slog-term v2.9.2
18092026-08-31T13:13:48.939Z Compiling rustls-webpki v0.103.13
18102026-08-31T13:13:51.644Z Compiling tokio-rustls v0.26.4
18112026-08-31T13:13:51.645Z Compiling rustls-platform-verifier v0.6.2
18122026-08-31T13:13:51.645Z Compiling tough v0.22.0
18132026-08-31T13:13:51.868Z Compiling hyper-rustls v0.27.7
18142026-08-31T13:13:52.070Z Compiling reqwest v0.13.2
18152026-08-31T13:13:54.281Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18162026-08-31T13:13:54.488Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18172026-08-31T13:13:57.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18182026-08-31T13:13:57.602Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18192026-08-31T13:13:57.654ZAug 31 13:13:56.674 INFO Starting download, target: Cockroach
18202026-08-31T13:13:57.654ZAug 31 13:13:56.674 INFO Starting download, target: Console
18212026-08-31T13:13:57.654ZAug 31 13:13:56.674 INFO Starting download, target: Clickhouse
18222026-08-31T13:13:57.666ZAug 31 13:13:56.674 INFO Starting download, target: DendriteStub
18232026-08-31T13:13:57.667ZAug 31 13:13:56.674 INFO Starting download, target: MaghemiteMgd
18242026-08-31T13:13:57.667ZAug 31 13:13:56.674 INFO Starting download, target: MaghemiteDdmd
18252026-08-31T13:13:57.667ZAug 31 13:13:56.674 INFO Starting download, target: TransceiverControl
18262026-08-31T13:13:57.667ZAug 31 13:13:56.674 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18272026-08-31T13:13:57.667ZAug 31 13:13:56.674 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18282026-08-31T13:13:57.667ZAug 31 13:13:56.674 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18292026-08-31T13:13:57.667ZAug 31 13:13:56.674 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18302026-08-31T13:13:57.668ZAug 31 13:13:56.674 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18312026-08-31T13:13:57.668ZAug 31 13:13:56.674 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18322026-08-31T13:13:57.668ZAug 31 13:13:56.674 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18332026-08-31T13:13:58.331ZAug 31 13:13:57.328 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18342026-08-31T13:13:58.557ZAug 31 13:13:57.566 INFO Download complete, target: TransceiverControl
18352026-08-31T13:13:59.168ZAug 31 13:13:58.175 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18362026-08-31T13:13:59.412ZAug 31 13:13:58.414 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18372026-08-31T13:13:59.449ZAug 31 13:13:58.447 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18382026-08-31T13:13:59.675ZAug 31 13:13:58.683 INFO Download complete, target: Console
18392026-08-31T13:14:00.458ZAug 31 13:13:59.427 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18402026-08-31T13:14:00.727ZAug 31 13:13:59.734 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18412026-08-31T13:14:00.989ZAug 31 13:13:59.976 INFO Download complete, target: MaghemiteDdmd
18422026-08-31T13:14:01.697ZAug 31 13:14:00.724 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18432026-08-31T13:14:01.697ZAug 31 13:14:00.724 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18442026-08-31T13:14:02.876ZAug 31 13:14:01.902 INFO Download complete, target: DendriteStub
18452026-08-31T13:14:03.244ZAug 31 13:14:02.270 INFO Download complete, target: MaghemiteMgd
18462026-08-31T13:14:06.064ZAug 31 13:14:05.091 INFO Checking that binary works, target: Clickhouse
18472026-08-31T13:14:06.181ZAug 31 13:14:05.207 INFO Download complete, target: Clickhouse
18482026-08-31T13:14:06.234ZAug 31 13:14:05.260 INFO Checking that binary works, target: Cockroach
18492026-08-31T13:14:06.347ZAug 31 13:14:05.370 INFO Download complete, target: Cockroach
18502026-08-31T13:14:06.360ZAll builder prerequisites installed successfully, and PATH looks valid
18512026-08-31T13:14:06.367Z
18522026-08-31T13:14:06.367Zreal 2:12.803586806
18532026-08-31T13:14:06.367Zuser 7:24.649915932
18542026-08-31T13:14:06.367Zsys 1:26.455060146
18552026-08-31T13:14:06.367Ztrap 0.266140190
18562026-08-31T13:14:06.367Ztflt 0.605155212
18572026-08-31T13:14:06.368Zdflt 0.962798735
18582026-08-31T13:14:06.368Zkflt 0.023755594
18592026-08-31T13:14:06.368Zlock 27:34.828733032
18602026-08-31T13:14:06.368Zslp 22:20.117617773
18612026-08-31T13:14:06.368Zlat 48.548257638
18622026-08-31T13:14:06.368Zstop 2:42.403016441
18632026-08-31T13:14:06.368Z+ banner hack-check
18642026-08-31T13:14:06.368Z
18652026-08-31T13:14:06.368Z # # ## #### # # #### # # ###### #### # #
18662026-08-31T13:14:06.368Z # # # # # # # # # # # # # # # # #
18672026-08-31T13:14:06.368Z ###### # # # #### ##### # ###### ##### # ####
18682026-08-31T13:14:06.368Z # # ###### # # # # # # # # # #
18692026-08-31T13:14:06.368Z # # # # # # # # # # # # # # # # #
18702026-08-31T13:14:06.368Z # # # # #### # # #### # # ###### #### # #
18712026-08-31T13:14:06.368Z
18722026-08-31T13:14:06.369Z+ export CARGO_INCREMENTAL=0
18732026-08-31T13:14:06.369Z+ CARGO_INCREMENTAL=0
18742026-08-31T13:14:06.369Z+ ptime -m timeout 2h cargo xtask check-features --ci
18752026-08-31T13:14:06.837Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18762026-08-31T13:14:07.125Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18772026-08-31T13:14:08.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18782026-08-31T13:14:09.035Z Running `target/debug/xtask check-features --ci`
18792026-08-31T13:14:09.061Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18802026-08-31T13:14:09.068Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18812026-08-31T13:14:09.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18822026-08-31T13:14:09.505Z Running `target/debug/xtask download cargo-hack`
18832026-08-31T13:14:10.310Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18842026-08-31T13:14:10.604Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18852026-08-31T13:14:13.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s
18862026-08-31T13:14:13.360Z Running `target/debug/xtask-downloader cargo-hack`
18872026-08-31T13:14:13.403ZAug 31 13:14:12.427 INFO Starting download, target: CargoHack
18882026-08-31T13:14:13.408ZAug 31 13:14:12.428 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18892026-08-31T13:14:13.829ZAug 31 13:14:12.855 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18902026-08-31T13:14:13.875ZAug 31 13:14:12.902 INFO Download complete, target: CargoHack
18912026-08-31T13:14:13.878Zrunning: "/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"
18922026-08-31T13:14:13.892Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18932026-08-31T13:14:14.055Zinfo: running `cargo check --bins` on api_identity (1/376)
18942026-08-31T13:14:14.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-08-31T13:14:14.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-08-31T13:14:14.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-08-31T13:14:14.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18982026-08-31T13:14:14.602Z
18992026-08-31T13:14:14.602Zinfo: running `cargo check --bins` on bootstore (2/376)
19002026-08-31T13:14:15.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-08-31T13:14:15.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-08-31T13:14:15.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-08-31T13:14:15.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19042026-08-31T13:14:15.158Z
19052026-08-31T13:14:15.158Zinfo: running `cargo check --bins` on omicron-ledger (3/376)
19062026-08-31T13:14:15.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-08-31T13:14:15.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-08-31T13:14:15.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-08-31T13:14:15.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19102026-08-31T13:14:15.708Z
19112026-08-31T13:14:15.709Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/376)
19122026-08-31T13:14:16.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-08-31T13:14:16.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-08-31T13:14:16.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-08-31T13:14:16.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19162026-08-31T13:14:16.261Z
19172026-08-31T13:14:16.261Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/376)
19182026-08-31T13:14:16.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-08-31T13:14:16.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-08-31T13:14:16.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-08-31T13:14:16.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19222026-08-31T13:14:16.808Z
19232026-08-31T13:14:16.809Zinfo: running `cargo check --bins` on omicron-certificates (6/376)
19242026-08-31T13:14:17.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-08-31T13:14:17.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-08-31T13:14:17.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-08-31T13:14:17.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19282026-08-31T13:14:17.367Z
19292026-08-31T13:14:17.367Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/376)
19302026-08-31T13:14:17.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-08-31T13:14:17.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-08-31T13:14:17.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-08-31T13:14:17.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19342026-08-31T13:14:17.922Z
19352026-08-31T13:14:17.922Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/376)
19362026-08-31T13:14:18.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-08-31T13:14:18.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-08-31T13:14:18.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-08-31T13:14:18.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19402026-08-31T13:14:18.487Z
19412026-08-31T13:14:18.487Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/376)
19422026-08-31T13:14:18.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-08-31T13:14:18.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-08-31T13:14:18.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-08-31T13:14:18.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19462026-08-31T13:14:18.897Z
19472026-08-31T13:14:18.897Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/376)
19482026-08-31T13:14:19.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-08-31T13:14:19.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-08-31T13:14:19.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-08-31T13:14:19.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19522026-08-31T13:14:19.303Z
19532026-08-31T13:14:19.303Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/376)
19542026-08-31T13:14:19.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-08-31T13:14:19.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-08-31T13:14:19.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-08-31T13:14:19.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19582026-08-31T13:14:19.711Z
19592026-08-31T13:14:19.711Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/376)
19602026-08-31T13:14:20.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-08-31T13:14:20.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-08-31T13:14:20.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-08-31T13:14:20.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19642026-08-31T13:14:20.124Z
19652026-08-31T13:14:20.124Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/376)
19662026-08-31T13:14:20.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-08-31T13:14:20.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-08-31T13:14:20.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-08-31T13:14:20.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19702026-08-31T13:14:20.534Z
19712026-08-31T13:14:20.534Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/376)
19722026-08-31T13:14:20.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-08-31T13:14:20.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-08-31T13:14:20.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-08-31T13:14:20.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19762026-08-31T13:14:20.942Z
19772026-08-31T13:14:20.942Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/376)
19782026-08-31T13:14:21.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-08-31T13:14:21.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-08-31T13:14:21.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-08-31T13:14:21.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19822026-08-31T13:14:21.350Z
19832026-08-31T13:14:21.350Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/376)
19842026-08-31T13:14:21.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-08-31T13:14:21.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-08-31T13:14:21.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-08-31T13:14:21.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19882026-08-31T13:14:21.757Z
19892026-08-31T13:14:21.757Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/376)
19902026-08-31T13:14:22.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-08-31T13:14:22.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-08-31T13:14:22.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-08-31T13:14:22.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19942026-08-31T13:14:22.166Z
19952026-08-31T13:14:22.167Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/376)
19962026-08-31T13:14:22.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-08-31T13:14:22.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-08-31T13:14:22.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-08-31T13:14:22.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20002026-08-31T13:14:22.574Z
20012026-08-31T13:14:22.574Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/376)
20022026-08-31T13:14:22.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-08-31T13:14:22.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-08-31T13:14:22.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-08-31T13:14:22.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20062026-08-31T13:14:22.983Z
20072026-08-31T13:14:22.983Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/376)
20082026-08-31T13:14:23.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-08-31T13:14:23.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-08-31T13:14:23.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-08-31T13:14:23.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20122026-08-31T13:14:23.394Z
20132026-08-31T13:14:23.394Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/376)
20142026-08-31T13:14:23.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-08-31T13:14:23.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-08-31T13:14:23.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-08-31T13:14:23.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20182026-08-31T13:14:23.806Z
20192026-08-31T13:14:23.806Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/376)
20202026-08-31T13:14:24.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-08-31T13:14:24.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-08-31T13:14:24.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-08-31T13:14:24.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20242026-08-31T13:14:24.216Z
20252026-08-31T13:14:24.216Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/376)
20262026-08-31T13:14:24.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-08-31T13:14:24.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-08-31T13:14:24.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-08-31T13:14:24.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20302026-08-31T13:14:24.628Z
20312026-08-31T13:14:24.628Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/376)
20322026-08-31T13:14:24.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-08-31T13:14:24.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-08-31T13:14:24.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-08-31T13:14:24.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20362026-08-31T13:14:25.040Z
20372026-08-31T13:14:25.040Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/376)
20382026-08-31T13:14:25.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-08-31T13:14:25.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-08-31T13:14:25.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-08-31T13:14:25.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20422026-08-31T13:14:25.455Z
20432026-08-31T13:14:25.455Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/376)
20442026-08-31T13:14:25.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-08-31T13:14:25.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-08-31T13:14:25.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-08-31T13:14:25.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20482026-08-31T13:14:25.856Z
20492026-08-31T13:14:25.856Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/376)
20502026-08-31T13:14:26.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-08-31T13:14:26.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-08-31T13:14:26.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-08-31T13:14:26.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20542026-08-31T13:14:26.265Z
20552026-08-31T13:14:26.265Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/376)
20562026-08-31T13:14:26.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-08-31T13:14:26.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-08-31T13:14:26.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-08-31T13:14:26.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20602026-08-31T13:14:26.674Z
20612026-08-31T13:14:26.674Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/376)
20622026-08-31T13:14:27.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-08-31T13:14:27.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-08-31T13:14:27.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-08-31T13:14:27.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20662026-08-31T13:14:27.122Z
20672026-08-31T13:14:27.122Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/376)
20682026-08-31T13:14:27.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-08-31T13:14:27.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-08-31T13:14:27.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-08-31T13:14:27.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20722026-08-31T13:14:27.493Z
20732026-08-31T13:14:27.493Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/376)
20742026-08-31T13:14:27.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-08-31T13:14:27.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-08-31T13:14:27.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-08-31T13:14:27.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20782026-08-31T13:14:27.905Z
20792026-08-31T13:14:27.905Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/376)
20802026-08-31T13:14:28.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-08-31T13:14:28.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-08-31T13:14:28.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-08-31T13:14:28.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20842026-08-31T13:14:28.318Z
20852026-08-31T13:14:28.318Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/376)
20862026-08-31T13:14:28.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-08-31T13:14:28.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-08-31T13:14:28.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-08-31T13:14:28.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20902026-08-31T13:14:28.732Z
20912026-08-31T13:14:28.732Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/376)
20922026-08-31T13:14:29.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-08-31T13:14:29.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-08-31T13:14:29.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-08-31T13:14:29.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20962026-08-31T13:14:29.142Z
20972026-08-31T13:14:29.143Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/376)
20982026-08-31T13:14:29.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-08-31T13:14:29.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-08-31T13:14:29.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-08-31T13:14:29.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21022026-08-31T13:14:29.561Z
21032026-08-31T13:14:29.561Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/376)
21042026-08-31T13:14:29.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-08-31T13:14:29.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-08-31T13:14:29.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-08-31T13:14:29.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21082026-08-31T13:14:29.974Z
21092026-08-31T13:14:29.974Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/376)
21102026-08-31T13:14:30.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-08-31T13:14:30.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-08-31T13:14:30.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-08-31T13:14:30.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21142026-08-31T13:14:30.384Z
21152026-08-31T13:14:30.384Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/376)
21162026-08-31T13:14:30.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-08-31T13:14:30.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-08-31T13:14:30.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-08-31T13:14:30.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21202026-08-31T13:14:30.796Z
21212026-08-31T13:14:30.796Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/376)
21222026-08-31T13:14:31.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-08-31T13:14:31.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-08-31T13:14:31.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-08-31T13:14:31.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21262026-08-31T13:14:31.209Z
21272026-08-31T13:14:31.209Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/376)
21282026-08-31T13:14:31.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-08-31T13:14:31.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-08-31T13:14:31.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-08-31T13:14:31.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21322026-08-31T13:14:31.622Z
21332026-08-31T13:14:31.622Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/376)
21342026-08-31T13:14:31.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-08-31T13:14:31.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-08-31T13:14:31.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-08-31T13:14:31.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21382026-08-31T13:14:32.037Z
21392026-08-31T13:14:32.037Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/376)
21402026-08-31T13:14:32.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-08-31T13:14:32.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-08-31T13:14:32.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-08-31T13:14:32.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21442026-08-31T13:14:32.449Z
21452026-08-31T13:14:32.449Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/376)
21462026-08-31T13:14:32.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-08-31T13:14:32.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-08-31T13:14:32.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-08-31T13:14:32.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21502026-08-31T13:14:32.861Z
21512026-08-31T13:14:32.862Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/376)
21522026-08-31T13:14:33.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-08-31T13:14:33.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-08-31T13:14:33.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-08-31T13:14:33.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21562026-08-31T13:14:33.276Z
21572026-08-31T13:14:33.276Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/376)
21582026-08-31T13:14:33.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-08-31T13:14:33.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-08-31T13:14:33.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-08-31T13:14:33.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21622026-08-31T13:14:33.689Z
21632026-08-31T13:14:33.689Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/376)
21642026-08-31T13:14:34.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-08-31T13:14:34.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-08-31T13:14:34.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-08-31T13:14:34.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21682026-08-31T13:14:34.101Z
21692026-08-31T13:14:34.101Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/376)
21702026-08-31T13:14:34.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-08-31T13:14:34.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-08-31T13:14:34.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-08-31T13:14:34.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21742026-08-31T13:14:34.512Z
21752026-08-31T13:14:34.512Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/376)
21762026-08-31T13:14:34.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-08-31T13:14:34.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-08-31T13:14:34.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-08-31T13:14:34.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21802026-08-31T13:14:34.926Z
21812026-08-31T13:14:34.926Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/376)
21822026-08-31T13:14:35.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-08-31T13:14:35.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-08-31T13:14:35.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-08-31T13:14:35.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21862026-08-31T13:14:35.338Z
21872026-08-31T13:14:35.338Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/376)
21882026-08-31T13:14:35.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-08-31T13:14:35.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-08-31T13:14:35.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-08-31T13:14:35.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21922026-08-31T13:14:35.751Z
21932026-08-31T13:14:35.751Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/376)
21942026-08-31T13:14:36.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-08-31T13:14:36.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-08-31T13:14:36.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-08-31T13:14:36.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21982026-08-31T13:14:36.165Z
21992026-08-31T13:14:36.165Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/376)
22002026-08-31T13:14:36.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-08-31T13:14:36.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-08-31T13:14:36.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-08-31T13:14:36.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22042026-08-31T13:14:36.578Z
22052026-08-31T13:14:36.578Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/376)
22062026-08-31T13:14:36.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-08-31T13:14:36.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-08-31T13:14:36.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-08-31T13:14:36.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22102026-08-31T13:14:36.993Z
22112026-08-31T13:14:36.993Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/376)
22122026-08-31T13:14:37.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-08-31T13:14:37.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-08-31T13:14:37.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-08-31T13:14:37.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22162026-08-31T13:14:37.407Z
22172026-08-31T13:14:37.407Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/376)
22182026-08-31T13:14:37.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-08-31T13:14:37.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-08-31T13:14:37.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-08-31T13:14:37.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22222026-08-31T13:14:37.825Z
22232026-08-31T13:14:37.825Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/376)
22242026-08-31T13:14:38.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-08-31T13:14:38.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-08-31T13:14:38.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-08-31T13:14:38.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22282026-08-31T13:14:38.239Z
22292026-08-31T13:14:38.239Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/376)
22302026-08-31T13:14:38.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-08-31T13:14:38.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-08-31T13:14:38.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-08-31T13:14:38.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22342026-08-31T13:14:38.654Z
22352026-08-31T13:14:38.654Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/376)
22362026-08-31T13:14:39.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-08-31T13:14:39.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-08-31T13:14:39.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-08-31T13:14:39.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22402026-08-31T13:14:39.109Z
22412026-08-31T13:14:39.109Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/376)
22422026-08-31T13:14:39.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-08-31T13:14:39.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-08-31T13:14:39.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-08-31T13:14:39.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22462026-08-31T13:14:39.490Z
22472026-08-31T13:14:39.490Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/376)
22482026-08-31T13:14:39.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-08-31T13:14:39.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-08-31T13:14:39.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-08-31T13:14:39.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22522026-08-31T13:14:39.906Z
22532026-08-31T13:14:39.906Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/376)
22542026-08-31T13:14:40.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-08-31T13:14:40.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-08-31T13:14:40.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-08-31T13:14:40.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22582026-08-31T13:14:40.324Z
22592026-08-31T13:14:40.324Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/376)
22602026-08-31T13:14:40.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-08-31T13:14:40.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-08-31T13:14:40.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-08-31T13:14:40.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22642026-08-31T13:14:40.742Z
22652026-08-31T13:14:40.742Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/376)
22662026-08-31T13:14:41.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-08-31T13:14:41.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-08-31T13:14:41.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692026-08-31T13:14:41.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22702026-08-31T13:14:41.164Z
22712026-08-31T13:14:41.164Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/376)
22722026-08-31T13:14:41.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732026-08-31T13:14:41.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742026-08-31T13:14:41.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22752026-08-31T13:14:41.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22762026-08-31T13:14:41.583Z
22772026-08-31T13:14:41.583Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/376)
22782026-08-31T13:14:41.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22792026-08-31T13:14:41.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22802026-08-31T13:14:41.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22812026-08-31T13:14:41.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22822026-08-31T13:14:42.002Z
22832026-08-31T13:14:42.002Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/376)
22842026-08-31T13:14:42.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22852026-08-31T13:14:42.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22862026-08-31T13:14:42.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22872026-08-31T13:14:42.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22882026-08-31T13:14:42.421Z
22892026-08-31T13:14:42.421Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/376)
22902026-08-31T13:14:42.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22912026-08-31T13:14:42.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22922026-08-31T13:14:42.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22932026-08-31T13:14:42.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22942026-08-31T13:14:42.840Z
22952026-08-31T13:14:42.840Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/376)
22962026-08-31T13:14:43.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972026-08-31T13:14:43.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982026-08-31T13:14:43.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22992026-08-31T13:14:43.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23002026-08-31T13:14:43.258Z
23012026-08-31T13:14:43.258Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/376)
23022026-08-31T13:14:43.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23032026-08-31T13:14:43.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23042026-08-31T13:14:43.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23052026-08-31T13:14:43.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23062026-08-31T13:14:43.677Z
23072026-08-31T13:14:43.677Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/376)
23082026-08-31T13:14:44.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23092026-08-31T13:14:44.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23102026-08-31T13:14:44.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23112026-08-31T13:14:44.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23122026-08-31T13:14:44.097Z
23132026-08-31T13:14:44.097Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/376)
23142026-08-31T13:14:44.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152026-08-31T13:14:44.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162026-08-31T13:14:44.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23172026-08-31T13:14:44.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23182026-08-31T13:14:44.513Z
23192026-08-31T13:14:44.515Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/376)
23202026-08-31T13:14:44.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23212026-08-31T13:14:44.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23222026-08-31T13:14:44.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23232026-08-31T13:14:44.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23242026-08-31T13:14:44.926Z
23252026-08-31T13:14:44.926Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/376)
23262026-08-31T13:14:45.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23272026-08-31T13:14:45.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23282026-08-31T13:14:45.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23292026-08-31T13:14:45.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23302026-08-31T13:14:45.346Z
23312026-08-31T13:14:45.346Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/376)
23322026-08-31T13:14:45.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23332026-08-31T13:14:45.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23342026-08-31T13:14:45.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23352026-08-31T13:14:45.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23362026-08-31T13:14:45.762Z
23372026-08-31T13:14:45.762Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/376)
23382026-08-31T13:14:46.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23392026-08-31T13:14:46.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23402026-08-31T13:14:46.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23412026-08-31T13:14:46.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23422026-08-31T13:14:46.177Z
23432026-08-31T13:14:46.178Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/376)
23442026-08-31T13:14:46.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452026-08-31T13:14:46.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462026-08-31T13:14:46.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23472026-08-31T13:14:46.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23482026-08-31T13:14:46.593Z
23492026-08-31T13:14:46.593Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/376)
23502026-08-31T13:14:46.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23512026-08-31T13:14:46.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23522026-08-31T13:14:46.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23532026-08-31T13:14:46.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23542026-08-31T13:14:47.009Z
23552026-08-31T13:14:47.009Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/376)
23562026-08-31T13:14:47.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23572026-08-31T13:14:47.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23582026-08-31T13:14:47.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23592026-08-31T13:14:47.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23602026-08-31T13:14:47.425Z
23612026-08-31T13:14:47.426Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/376)
23622026-08-31T13:14:47.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632026-08-31T13:14:47.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642026-08-31T13:14:47.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23652026-08-31T13:14:47.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23662026-08-31T13:14:47.840Z
23672026-08-31T13:14:47.840Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/376)
23682026-08-31T13:14:48.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692026-08-31T13:14:48.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702026-08-31T13:14:48.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23712026-08-31T13:14:48.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23722026-08-31T13:14:48.256Z
23732026-08-31T13:14:48.256Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/376)
23742026-08-31T13:14:48.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752026-08-31T13:14:48.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762026-08-31T13:14:48.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772026-08-31T13:14:48.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23782026-08-31T13:14:48.676Z
23792026-08-31T13:14:48.676Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/376)
23802026-08-31T13:14:49.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812026-08-31T13:14:49.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822026-08-31T13:14:49.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832026-08-31T13:14:49.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23842026-08-31T13:14:49.095Z
23852026-08-31T13:14:49.095Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/376)
23862026-08-31T13:14:49.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872026-08-31T13:14:49.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882026-08-31T13:14:49.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892026-08-31T13:14:49.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23902026-08-31T13:14:49.514Z
23912026-08-31T13:14:49.514Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/376)
23922026-08-31T13:14:49.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932026-08-31T13:14:49.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942026-08-31T13:14:49.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952026-08-31T13:14:49.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23962026-08-31T13:14:49.932Z
23972026-08-31T13:14:49.932Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/376)
23982026-08-31T13:14:50.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992026-08-31T13:14:50.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002026-08-31T13:14:50.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012026-08-31T13:14:50.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24022026-08-31T13:14:50.352Z
24032026-08-31T13:14:50.352Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/376)
24042026-08-31T13:14:50.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052026-08-31T13:14:50.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062026-08-31T13:14:50.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072026-08-31T13:14:50.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24082026-08-31T13:14:50.771Z
24092026-08-31T13:14:50.771Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/376)
24102026-08-31T13:14:51.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112026-08-31T13:14:51.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122026-08-31T13:14:51.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132026-08-31T13:14:51.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24142026-08-31T13:14:51.189Z
24152026-08-31T13:14:51.189Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/376)
24162026-08-31T13:14:51.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172026-08-31T13:14:51.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182026-08-31T13:14:51.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24192026-08-31T13:14:51.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24202026-08-31T13:14:51.609Z
24212026-08-31T13:14:51.610Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (89/376)
24222026-08-31T13:14:52.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232026-08-31T13:14:52.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242026-08-31T13:14:52.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252026-08-31T13:14:52.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24262026-08-31T13:14:52.216Z
24272026-08-31T13:14:52.216Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/376)
24282026-08-31T13:14:52.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292026-08-31T13:14:52.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302026-08-31T13:14:52.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312026-08-31T13:14:52.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24322026-08-31T13:14:52.822Z
24332026-08-31T13:14:52.822Zinfo: running `cargo check --bins` on nexus-config (91/376)
24342026-08-31T13:14:53.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352026-08-31T13:14:53.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362026-08-31T13:14:53.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372026-08-31T13:14:53.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24382026-08-31T13:14:53.423Z
24392026-08-31T13:14:53.424Zinfo: running `cargo check --bins` on nexus-types (92/376)
24402026-08-31T13:14:53.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412026-08-31T13:14:53.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422026-08-31T13:14:53.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432026-08-31T13:14:53.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24442026-08-31T13:14:54.026Z
24452026-08-31T13:14:54.026Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/376)
24462026-08-31T13:14:54.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472026-08-31T13:14:54.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482026-08-31T13:14:54.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492026-08-31T13:14:54.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24502026-08-31T13:14:54.601Z
24512026-08-31T13:14:54.601Zinfo: running `cargo check --bins` on omicron-passwords (94/376)
24522026-08-31T13:14:55.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532026-08-31T13:14:55.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542026-08-31T13:14:55.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552026-08-31T13:14:55.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24562026-08-31T13:14:55.157Z
24572026-08-31T13:14:55.157Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (95/376)
24582026-08-31T13:14:55.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592026-08-31T13:14:55.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602026-08-31T13:14:55.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612026-08-31T13:14:55.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24622026-08-31T13:14:55.729Z
24632026-08-31T13:14:55.730Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/376)
24642026-08-31T13:14:56.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652026-08-31T13:14:56.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662026-08-31T13:14:56.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672026-08-31T13:14:56.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24682026-08-31T13:14:56.302Z
24692026-08-31T13:14:56.302Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/376)
24702026-08-31T13:14:56.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712026-08-31T13:14:56.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722026-08-31T13:14:56.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732026-08-31T13:14:56.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24742026-08-31T13:14:56.873Z
24752026-08-31T13:14:56.873Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/376)
24762026-08-31T13:14:57.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772026-08-31T13:14:57.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782026-08-31T13:14:57.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792026-08-31T13:14:57.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24802026-08-31T13:14:57.444Z
24812026-08-31T13:14:57.445Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/376)
24822026-08-31T13:14:57.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832026-08-31T13:14:57.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842026-08-31T13:14:57.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852026-08-31T13:14:57.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24862026-08-31T13:14:57.999Z
24872026-08-31T13:14:57.999Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/376)
24882026-08-31T13:14:58.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892026-08-31T13:14:58.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902026-08-31T13:14:58.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912026-08-31T13:14:58.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24922026-08-31T13:14:58.555Z
24932026-08-31T13:14:58.555Zinfo: running `cargo check --bins --no-default-features` on gfss (101/376)
24942026-08-31T13:14:59.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952026-08-31T13:14:59.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962026-08-31T13:14:59.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972026-08-31T13:14:59.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24982026-08-31T13:14:59.108Z
24992026-08-31T13:14:59.108Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/376)
25002026-08-31T13:14:59.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012026-08-31T13:14:59.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022026-08-31T13:14:59.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032026-08-31T13:14:59.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25042026-08-31T13:14:59.662Z
25052026-08-31T13:14:59.662Zinfo: running `cargo check --bins` on trust-quorum-types (103/376)
25062026-08-31T13:15:00.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072026-08-31T13:15:00.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082026-08-31T13:15:00.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092026-08-31T13:15:00.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25102026-08-31T13:15:00.217Z
25112026-08-31T13:15:00.217Zinfo: running `cargo check --bins` on wicketd-commission-types (104/376)
25122026-08-31T13:15:00.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132026-08-31T13:15:00.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142026-08-31T13:15:00.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152026-08-31T13:15:00.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25162026-08-31T13:15:00.789Z
25172026-08-31T13:15:00.789Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (105/376)
25182026-08-31T13:15:01.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192026-08-31T13:15:01.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202026-08-31T13:15:01.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212026-08-31T13:15:01.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25222026-08-31T13:15:01.364Z
25232026-08-31T13:15:01.364Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (106/376)
25242026-08-31T13:15:01.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252026-08-31T13:15:01.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262026-08-31T13:15:01.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272026-08-31T13:15:01.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25282026-08-31T13:15:01.920Z
25292026-08-31T13:15:01.920Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/376)
25302026-08-31T13:15:02.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312026-08-31T13:15:02.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322026-08-31T13:15:02.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332026-08-31T13:15:02.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25342026-08-31T13:15:02.482Z
25352026-08-31T13:15:02.482Zinfo: running `cargo check --bins` on clickhouse-admin-types (108/376)
25362026-08-31T13:15:02.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372026-08-31T13:15:02.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382026-08-31T13:15:02.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392026-08-31T13:15:02.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25402026-08-31T13:15:03.053Z
25412026-08-31T13:15:03.053Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (109/376)
25422026-08-31T13:15:03.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432026-08-31T13:15:03.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442026-08-31T13:15:03.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452026-08-31T13:15:03.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25462026-08-31T13:15:03.623Z
25472026-08-31T13:15:03.623Zinfo: running `cargo check --bins` on cockroach-admin-types (110/376)
25482026-08-31T13:15:04.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492026-08-31T13:15:04.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502026-08-31T13:15:04.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512026-08-31T13:15:04.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25522026-08-31T13:15:04.180Z
25532026-08-31T13:15:04.180Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (111/376)
25542026-08-31T13:15:04.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552026-08-31T13:15:04.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562026-08-31T13:15:04.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572026-08-31T13:15:04.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25582026-08-31T13:15:04.735Z
25592026-08-31T13:15:04.735Zinfo: running `cargo check --bins` on ereport-types (112/376)
25602026-08-31T13:15:05.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612026-08-31T13:15:05.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622026-08-31T13:15:05.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632026-08-31T13:15:05.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25642026-08-31T13:15:05.300Z
25652026-08-31T13:15:05.300Zinfo: running `cargo check --bins` on gateway-client (113/376)
25662026-08-31T13:15:05.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672026-08-31T13:15:05.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682026-08-31T13:15:05.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692026-08-31T13:15:05.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25702026-08-31T13:15:05.866Z
25712026-08-31T13:15:05.866Zinfo: running `cargo check --bins --no-default-features` on gateway-types (114/376)
25722026-08-31T13:15:06.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732026-08-31T13:15:06.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742026-08-31T13:15:06.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752026-08-31T13:15:06.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25762026-08-31T13:15:06.425Z
25772026-08-31T13:15:06.425Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/376)
25782026-08-31T13:15:06.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792026-08-31T13:15:06.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802026-08-31T13:15:06.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812026-08-31T13:15:06.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25822026-08-31T13:15:06.987Z
25832026-08-31T13:15:06.987Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (116/376)
25842026-08-31T13:15:07.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852026-08-31T13:15:07.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862026-08-31T13:15:07.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872026-08-31T13:15:07.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25882026-08-31T13:15:07.572Z
25892026-08-31T13:15:07.572Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/376)
25902026-08-31T13:15:08.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912026-08-31T13:15:08.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922026-08-31T13:15:08.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932026-08-31T13:15:08.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25942026-08-31T13:15:08.148Z
25952026-08-31T13:15:08.148Zinfo: running `cargo check --bins` on key-manager-types (118/376)
25962026-08-31T13:15:08.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972026-08-31T13:15:08.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982026-08-31T13:15:08.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992026-08-31T13:15:08.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26002026-08-31T13:15:08.695Z
26012026-08-31T13:15:08.695Zinfo: running `cargo check --bins` on oxlog (119/376)
26022026-08-31T13:15:09.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032026-08-31T13:15:09.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042026-08-31T13:15:09.295Z Checking cfg-if v1.0.4
26052026-08-31T13:15:09.298Z Checking serde_core v1.0.228
26062026-08-31T13:15:09.298Z Checking libc v0.2.185
26072026-08-31T13:15:09.412Z Checking memchr v2.8.0
26082026-08-31T13:15:09.421Z Checking smallvec v1.15.1
26092026-08-31T13:15:09.425Z Checking log v0.4.33
26102026-08-31T13:15:09.442Z Checking subtle v2.6.1
26112026-08-31T13:15:09.452Z Checking itoa v1.0.17
26122026-08-31T13:15:09.463Z Checking scopeguard v1.2.0
26132026-08-31T13:15:09.560Z Checking lock_api v0.4.14
26142026-08-31T13:15:09.582Z Checking typenum v1.20.1
26152026-08-31T13:15:09.585Z Checking stable_deref_trait v1.2.1
26162026-08-31T13:15:09.606Z Checking zerofrom v0.1.6
26172026-08-31T13:15:09.619Z Checking zerocopy v0.8.55
26182026-08-31T13:15:09.662Z Checking portable-atomic v1.13.1
26192026-08-31T13:15:09.717Z Checking yoke v0.8.1
26202026-08-31T13:15:09.752Z Checking critical-section v1.2.0
26212026-08-31T13:15:09.772Z Checking const-oid v0.9.6
26222026-08-31T13:15:09.789Z Checking errno v0.3.14
26232026-08-31T13:15:09.846Z Checking getrandom v0.2.17
26242026-08-31T13:15:09.884Z Checking zerovec v0.11.5
26252026-08-31T13:15:09.901Z Checking pin-project-lite v0.2.17
26262026-08-31T13:15:09.991Z Checking rand_core v0.6.4
26272026-08-31T13:15:10.004Z Checking libm v0.2.16
26282026-08-31T13:15:10.068Z Checking once_cell v1.21.3
26292026-08-31T13:15:10.167Z Checking zmij v1.0.21
26302026-08-31T13:15:10.242Z Checking signal-hook-registry v1.4.8
26312026-08-31T13:15:10.316Z Checking parking_lot_core v0.9.12
26322026-08-31T13:15:10.329Z Checking tinystr v0.8.2
26332026-08-31T13:15:10.382Z Checking writeable v0.6.2
26342026-08-31T13:15:10.397Z Checking rand_core v0.10.0
26352026-08-31T13:15:10.439Z Checking litemap v0.8.1
26362026-08-31T13:15:10.498Z Checking percent-encoding v2.3.2
26372026-08-31T13:15:10.511Z Checking futures-core v0.3.32
26382026-08-31T13:15:10.533Z Checking getrandom v0.4.3
26392026-08-31T13:15:10.545Z Checking parking_lot v0.12.5
26402026-08-31T13:15:10.604Z Checking icu_locale_core v2.1.1
26412026-08-31T13:15:10.626Z Checking potential_utf v0.1.4
26422026-08-31T13:15:10.639Z Checking zerotrie v0.2.3
26432026-08-31T13:15:10.678Z Checking mio v1.2.0
26442026-08-31T13:15:10.694Z Checking num-traits v0.2.19
26452026-08-31T13:15:10.735Z Checking equivalent v1.0.2
26462026-08-31T13:15:10.751Z Checking icu_collections v2.1.1
26472026-08-31T13:15:10.815Z Checking socket2 v0.6.3
26482026-08-31T13:15:10.870Z Checking icu_properties_data v2.1.2
26492026-08-31T13:15:10.914Z Checking serde v1.0.228
26502026-08-31T13:15:10.953Z Checking bitflags v2.11.0
26512026-08-31T13:15:10.991Z Checking serde_json v1.0.151
26522026-08-31T13:15:11.054Z Checking icu_normalizer_data v2.1.1
26532026-08-31T13:15:11.067Z Checking byteorder v1.5.0
26542026-08-31T13:15:11.118Z Checking futures-sink v0.3.32
26552026-08-31T13:15:11.131Z Checking hashbrown v0.17.0
26562026-08-31T13:15:11.149Z Checking icu_provider v2.1.1
26572026-08-31T13:15:11.216Z Checking futures-channel v0.3.32
26582026-08-31T13:15:11.242Z Checking getrandom v0.3.4
26592026-08-31T13:15:11.262Z Checking utf8_iter v1.0.4
26602026-08-31T13:15:11.318Z Checking zeroize v1.9.0
26612026-08-31T13:15:11.377Z Checking bytes v1.11.1
26622026-08-31T13:15:11.380Z Checking icu_properties v2.1.2
26632026-08-31T13:15:11.390Z Checking icu_normalizer v2.1.1
26642026-08-31T13:15:11.412Z Checking slab v0.4.12
26652026-08-31T13:15:11.486Z Checking generic-array v0.14.7
26662026-08-31T13:15:11.566Z Checking futures-task v0.3.32
26672026-08-31T13:15:11.600Z Checking indexmap v2.14.0
26682026-08-31T13:15:11.662Z Checking futures-io v0.3.32
26692026-08-31T13:15:11.696Z Checking rustix v1.1.4
26702026-08-31T13:15:11.709Z Checking form_urlencoded v1.2.2
26712026-08-31T13:15:11.774Z Checking futures-util v0.3.32
26722026-08-31T13:15:11.823Z Checking tokio v1.52.1
26732026-08-31T13:15:11.839Z Checking base64ct v1.8.3
26742026-08-31T13:15:11.939Z Checking crypto-common v0.1.7
26752026-08-31T13:15:12.064Z Checking block-buffer v0.10.4
26762026-08-31T13:15:12.077Z Checking fnv v1.0.7
26772026-08-31T13:15:12.174Z Checking pem-rfc7468 v0.7.0
26782026-08-31T13:15:12.181Z Checking iana-time-zone v0.1.65
26792026-08-31T13:15:12.203Z Checking digest v0.10.7
26802026-08-31T13:15:12.206Z Checking idna_adapter v1.2.1
26812026-08-31T13:15:12.282Z Checking flagset v0.4.7
26822026-08-31T13:15:12.322Z Checking chrono v0.4.45
26832026-08-31T13:15:12.335Z Checking idna v1.1.0
26842026-08-31T13:15:12.400Z Checking der v0.7.10
26852026-08-31T13:15:12.413Z Checking rand_core v0.9.5
26862026-08-31T13:15:12.416Z Checking ppv-lite86 v0.2.21
26872026-08-31T13:15:12.528Z Checking uuid v1.23.4
26882026-08-31T13:15:12.576Z Checking url v2.5.8
26892026-08-31T13:15:12.590Z Checking base64 v0.22.1
26902026-08-31T13:15:12.721Z Checking regex-syntax v0.8.10
26912026-08-31T13:15:12.823Z Checking http v1.4.2
26922026-08-31T13:15:12.841Z Checking rand_chacha v0.9.0
26932026-08-31T13:15:13.021Z Checking tracing-core v0.1.36
26942026-08-31T13:15:13.051Z Checking dyn-clone v1.0.20
26952026-08-31T13:15:13.154Z Checking cpufeatures v0.2.17
26962026-08-31T13:15:13.167Z Checking spki v0.7.3
26972026-08-31T13:15:13.178Z Checking simd-adler32 v0.3.8
26982026-08-31T13:15:13.223Z Checking rand v0.9.2
26992026-08-31T13:15:13.333Z Checking pkcs8 v0.10.2
27002026-08-31T13:15:13.336Z Checking tracing v0.1.44
27012026-08-31T13:15:13.358Z Checking rustls-pki-types v1.14.0
27022026-08-31T13:15:13.421Z Checking http-body v1.0.1
27032026-08-31T13:15:13.499Z Checking semver v1.0.28
27042026-08-31T13:15:13.536Z Checking spin v0.9.8
27052026-08-31T13:15:13.551Z Checking openssl-probe v0.2.1
27062026-08-31T13:15:13.645Z Checking tinyvec_macros v0.1.1
27072026-08-31T13:15:13.657Z Checking utf8parse v0.2.2
27082026-08-31T13:15:13.697Z Checking cmov v0.5.4
27092026-08-31T13:15:13.710Z Checking anstyle v1.0.14
27102026-08-31T13:15:13.713Z Checking adler2 v2.0.1
27112026-08-31T13:15:13.733Z Checking schemars v0.8.22
27122026-08-31T13:15:13.735Z Checking tinyvec v1.10.0
27132026-08-31T13:15:13.755Z Checking anstyle-parse v1.0.0
27142026-08-31T13:15:13.821Z Checking miniz_oxide v0.8.9
27152026-08-31T13:15:13.880Z Checking ctutils v0.4.2
27162026-08-31T13:15:13.895Z Checking sha2 v0.10.9
27172026-08-31T13:15:13.910Z Checking terminal_size v0.4.3
27182026-08-31T13:15:14.019Z Checking aws-lc-sys v0.40.0
27192026-08-31T13:15:14.037Z Checking thiserror v2.0.18
27202026-08-31T13:15:14.052Z Checking anstyle-query v1.1.5
27212026-08-31T13:15:14.085Z Checking try-lock v0.2.5
27222026-08-31T13:15:14.134Z Checking untrusted v0.7.1
27232026-08-31T13:15:14.147Z Checking tower-layer v0.3.3
27242026-08-31T13:15:14.169Z Checking colorchoice v1.0.4
27252026-08-31T13:15:14.173Z Checking fastrand v2.3.0
27262026-08-31T13:15:14.194Z Checking tower-service v0.3.3
27272026-08-31T13:15:14.240Z Checking atomic-waker v1.1.2
27282026-08-31T13:15:14.265Z Checking is_terminal_polyfill v1.70.2
27292026-08-31T13:15:14.278Z Checking want v0.3.1
27302026-08-31T13:15:14.291Z Checking hybrid-array v0.4.13
27312026-08-31T13:15:14.335Z Checking ipnet v2.12.0
27322026-08-31T13:15:14.351Z Checking anstream v1.0.0
27332026-08-31T13:15:14.363Z Checking tempfile v3.27.0
27342026-08-31T13:15:14.396Z Checking crc32fast v1.5.0
27352026-08-31T13:15:14.409Z Checking httparse v1.10.1
27362026-08-31T13:15:14.521Z Checking aws-lc-rs v1.16.3
27372026-08-31T13:15:14.533Z Checking aho-corasick v1.1.4
27382026-08-31T13:15:14.545Z Checking plain v0.2.3
27392026-08-31T13:15:14.557Z Checking untrusted v0.9.0
27402026-08-31T13:15:14.585Z Checking httpdate v1.0.3
27412026-08-31T13:15:14.615Z Checking foreign-types-shared v0.1.1
27422026-08-31T13:15:14.641Z Checking tap v1.0.1
27432026-08-31T13:15:14.663Z Checking unicode-normalization v0.1.25
27442026-08-31T13:15:14.694Z Checking foreign-types v0.3.2
27452026-08-31T13:15:14.727Z Checking rand_chacha v0.3.1
27462026-08-31T13:15:14.740Z Checking wyz v0.5.1
27472026-08-31T13:15:14.759Z Checking signature v2.2.0
27482026-08-31T13:15:14.892Z Checking radium v0.7.0
27492026-08-31T13:15:14.910Z Checking hex v0.4.3
27502026-08-31T13:15:14.929Z Checking num-integer v0.1.46
27512026-08-31T13:15:15.044Z Checking openssl-sys v0.9.117
27522026-08-31T13:15:15.061Z Checking socket2 v0.5.10
27532026-08-31T13:15:15.073Z Checking wait-timeout v0.2.1
27542026-08-31T13:15:15.130Z Checking ucd-trie v0.1.7
27552026-08-31T13:15:15.134Z Checking tokio-util v0.7.18
27562026-08-31T13:15:15.156Z Checking quick-error v1.2.3
27572026-08-31T13:15:15.187Z Checking funty v2.0.0
27582026-08-31T13:15:15.211Z Checking regex-automata v0.4.14
27592026-08-31T13:15:15.258Z Checking clap_lex v1.0.0
27602026-08-31T13:15:15.272Z Checking bit-vec v0.8.0
27612026-08-31T13:15:15.299Z Checking unicode-ident v1.0.24
27622026-08-31T13:15:15.352Z Checking rustls-webpki v0.103.13
27632026-08-31T13:15:15.405Z Checking strsim v0.11.1
27642026-08-31T13:15:15.405Z Checking openssl v0.10.80
27652026-08-31T13:15:15.430Z Checking proc-macro2 v1.0.106
27662026-08-31T13:15:15.458Z Checking bit-set v0.8.0
27672026-08-31T13:15:15.502Z Checking bitvec v1.0.1
27682026-08-31T13:15:15.562Z Checking clap_builder v4.6.0
27692026-08-31T13:15:15.602Z Checking pest v2.8.6
27702026-08-31T13:15:15.734Z Checking rusty-fork v0.3.1
27712026-08-31T13:15:15.757Z Checking h2 v0.4.15
27722026-08-31T13:15:15.770Z Checking rustls v0.23.41
27732026-08-31T13:15:15.901Z Checking num-iter v0.1.45
27742026-08-31T13:15:16.011Z Checking rand v0.8.6
27752026-08-31T13:15:16.534Z Checking lazy_static v1.5.0
27762026-08-31T13:15:16.625Z Checking rand_xorshift v0.4.0
27772026-08-31T13:15:16.640Z Checking hmac v0.12.1
27782026-08-31T13:15:16.803Z Checking thiserror v1.0.69
27792026-08-31T13:15:16.807Z Checking maybe-uninit v2.0.0
27802026-08-31T13:15:16.810Z Checking toml_datetime v0.6.11
27812026-08-31T13:15:16.810Z Checking serde_spanned v0.6.9
27822026-08-31T13:15:16.837Z Checking sync_wrapper v1.0.2
27832026-08-31T13:15:16.849Z Checking unarray v0.1.4
27842026-08-31T13:15:16.930Z Checking nodrop v0.1.14
27852026-08-31T13:15:16.944Z Checking pretty-hex v0.4.1
27862026-08-31T13:15:16.955Z Checking powerfmt v0.2.0
27872026-08-31T13:15:16.970Z Checking zlib-rs v0.6.2
27882026-08-31T13:15:17.015Z Checking crc-catalog v2.4.0
27892026-08-31T13:15:17.032Z Checking siphasher v1.0.2
27902026-08-31T13:15:17.053Z Checking array-init v0.0.4
27912026-08-31T13:15:17.101Z Checking crc v3.4.0
27922026-08-31T13:15:17.104Z Checking deranged v0.5.8
27932026-08-31T13:15:17.189Z Checking proptest v1.11.0
27942026-08-31T13:15:17.281Z Checking tower v0.5.3
27952026-08-31T13:15:17.342Z Checking smallvec v0.6.14
27962026-08-31T13:15:17.455Z Checking native-tls v0.2.18
27972026-08-31T13:15:17.526Z Checking packed_struct v0.10.1
27982026-08-31T13:15:17.631Z Checking clap v4.6.1
27992026-08-31T13:15:17.663Z Checking num-bigint-dig v0.8.6
28002026-08-31T13:15:17.710Z Checking quote v1.0.45
28012026-08-31T13:15:17.835Z Checking flate2 v1.1.9
28022026-08-31T13:15:17.877Z Checking ipnetwork v0.21.1
28032026-08-31T13:15:18.029Z Checking http-body-util v0.1.3
28042026-08-31T13:15:18.043Z Checking pkcs1 v0.7.5
28052026-08-31T13:15:18.102Z Checking crossbeam-utils v0.8.21
28062026-08-31T13:15:18.133Z Checking zerocopy v0.6.6
28072026-08-31T13:15:18.248Z Checking bitfield v0.19.4
28082026-08-31T13:15:18.251Z Checking ahash v0.8.12
28092026-08-31T13:15:18.430Z Checking bzip2-sys v0.1.13+1.0.8
28102026-08-31T13:15:18.443Z Checking scroll v0.13.0
28112026-08-31T13:15:18.458Z Checking env_filter v2.0.0
28122026-08-31T13:15:18.512Z Checking base64 v0.21.7
28132026-08-31T13:15:18.525Z Checking unicode-bidi v0.3.18
28142026-08-31T13:15:18.525Z Checking gimli v0.32.3
28152026-08-31T13:15:18.578Z Checking hyper v1.10.1
28162026-08-31T13:15:18.598Z Checking winnow v0.5.40
28172026-08-31T13:15:18.615Z Checking iri-string v0.7.10
28182026-08-31T13:15:18.671Z Checking allocator-api2 v0.2.21
28192026-08-31T13:15:18.740Z Checking hashbrown v0.12.3
28202026-08-31T13:15:18.812Z Checking num_threads v0.1.7
28212026-08-31T13:15:18.899Z Checking ryu v1.0.23
28222026-08-31T13:15:18.958Z Checking unicode-properties v0.1.4
28232026-08-31T13:15:19.001Z Checking time-core v0.1.8
28242026-08-31T13:15:19.032Z Checking num-conv v0.2.0
28252026-08-31T13:15:19.137Z Checking stringprep v0.1.5
28262026-08-31T13:15:19.140Z Checking serde_urlencoded v0.7.1
28272026-08-31T13:15:19.161Z Checking time v0.3.47
28282026-08-31T13:15:19.165Z Checking indexmap v1.9.3
28292026-08-31T13:15:19.286Z Checking newtype-uuid v1.3.2
28302026-08-31T13:15:19.348Z Checking ron v0.8.1
28312026-08-31T13:15:19.468Z Checking goblin v0.10.5
28322026-08-31T13:15:19.488Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28332026-08-31T13:15:19.513Z Checking hyper-util v0.1.20
28342026-08-31T13:15:19.619Z Checking tower-http v0.6.8
28352026-08-31T13:15:19.753Z Checking toml_edit v0.19.15
28362026-08-31T13:15:19.860Z Checking env_logger v0.11.11
28372026-08-31T13:15:19.893Z Checking rsa v0.9.10
28382026-08-31T13:15:20.048Z Checking bzip2 v0.4.4
28392026-08-31T13:15:20.075Z Checking addr2line v0.25.1
28402026-08-31T13:15:20.216Z Checking hashbrown v0.13.2
28412026-08-31T13:15:20.318Z Checking crossbeam-epoch v0.9.18
28422026-08-31T13:15:20.337Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28432026-08-31T13:15:20.370Z Checking oxnet v0.1.6
28442026-08-31T13:15:20.490Z Checking syn v2.0.117
28452026-08-31T13:15:20.536Z Checking tokio-native-tls v0.3.1
28462026-08-31T13:15:20.625Z Checking serde-hex v0.1.0
28472026-08-31T13:15:20.639Z Checking bstr v1.12.1
28482026-08-31T13:15:20.691Z Checking crypto-common v0.2.2
28492026-08-31T13:15:20.786Z Checking block-padding v0.4.2
28502026-08-31T13:15:20.806Z Checking block-buffer v0.12.1
28512026-08-31T13:15:20.933Z Checking rustls-native-certs v0.8.3
28522026-08-31T13:15:20.971Z Checking x509-cert v0.2.5
28532026-08-31T13:15:21.032Z Checking scroll v0.12.0
28542026-08-31T13:15:21.062Z Checking object v0.37.3
28552026-08-31T13:15:21.251Z Checking zstd-sys v2.0.16+zstd.1.5.7
28562026-08-31T13:15:21.310Z Checking md-5 v0.10.6
28572026-08-31T13:15:21.360Z Checking hash32 v0.2.1
28582026-08-31T13:15:21.450Z Checking encoding_rs v0.8.35
28592026-08-31T13:15:21.519Z Checking crc-any v2.5.0
28602026-08-31T13:15:21.620Z Checking fallible-iterator v0.2.0
28612026-08-31T13:15:21.692Z Checking psl-types v2.0.11
28622026-08-31T13:15:21.786Z Checking rustc-demangle v0.1.27
28632026-08-31T13:15:21.806Z Checking mime v0.3.17
28642026-08-31T13:15:21.902Z Checking postgres-protocol v0.6.10
28652026-08-31T13:15:21.980Z Checking publicsuffix v2.3.0
28662026-08-31T13:15:22.004Z Checking dof v0.4.0
28672026-08-31T13:15:22.110Z Checking heapless v0.7.17
28682026-08-31T13:15:22.140Z Checking zstd-safe v7.2.4
28692026-08-31T13:15:22.232Z Checking goblin v0.8.2
28702026-08-31T13:15:22.308Z Checking inout v0.2.2
28712026-08-31T13:15:22.401Z Checking hyper-tls v0.6.0
28722026-08-31T13:15:22.456Z Checking toml v0.7.8
28732026-08-31T13:15:22.521Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28742026-08-31T13:15:22.534Z Checking object v0.30.4
28752026-08-31T13:15:22.569Z Checking daft v0.1.8
28762026-08-31T13:15:22.641Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28772026-08-31T13:15:22.767Z Checking cookie v0.18.1
28782026-08-31T13:15:22.770Z Checking zip v0.6.6
28792026-08-31T13:15:22.797Z Checking tokio-rustls v0.26.4
28802026-08-31T13:15:22.813Z Checking phf_shared v0.13.1
28812026-08-31T13:15:22.999Z Checking dtrace-parser v0.3.0
28822026-08-31T13:15:23.017Z Checking zerocopy v0.7.35
28832026-08-31T13:15:23.030Z Checking pin-project v1.1.11
28842026-08-31T13:15:23.112Z Checking signal-hook v0.3.18
28852026-08-31T13:15:23.126Z Checking futures-executor v0.3.32
28862026-08-31T13:15:23.243Z Checking ff v0.13.1
28872026-08-31T13:15:23.271Z Checking thread-id v5.1.0
28882026-08-31T13:15:23.301Z Checking bitflags v1.3.2
28892026-08-31T13:15:23.347Z Checking smawk v0.3.2
28902026-08-31T13:15:23.360Z Checking libbz2-rs-sys v0.2.2
28912026-08-31T13:15:23.371Z Checking either v1.15.0
28922026-08-31T13:15:23.426Z Checking backtrace v0.3.76
28932026-08-31T13:15:23.467Z Compiling illumos-nvpair-sys v0.2.0
28942026-08-31T13:15:23.511Z Checking foldhash v0.1.5
28952026-08-31T13:15:23.524Z Checking bumpalo v3.20.2
28962026-08-31T13:15:23.553Z Checking managed v0.8.0
28972026-08-31T13:15:23.639Z Checking same-file v1.0.6
28982026-08-31T13:15:23.642Z Compiling rayon-core v1.13.0
28992026-08-31T13:15:23.718Z Checking base16ct v0.2.0
29002026-08-31T13:15:23.721Z Checking path-slash v0.1.5
29012026-08-31T13:15:23.742Z Checking foldhash v0.2.0
29022026-08-31T13:15:23.742Z Checking unicode-linebreak v0.1.5
29032026-08-31T13:15:23.764Z Checking jiff-core v0.1.0
29042026-08-31T13:15:23.819Z Checking unicode-width v0.2.0
29052026-08-31T13:15:23.831Z Checking is_ci v1.2.0
29062026-08-31T13:15:23.846Z Checking sec1 v0.7.3
29072026-08-31T13:15:23.892Z Checking hashbrown v0.16.1
29082026-08-31T13:15:23.927Z Checking supports-color v3.0.2
29092026-08-31T13:15:23.971Z Checking walkdir v2.5.0
29102026-08-31T13:15:24.046Z Checking smoltcp v0.9.1
29112026-08-31T13:15:24.059Z Checking textwrap v0.16.2
29122026-08-31T13:15:24.063Z Checking bzip2 v0.6.1
29132026-08-31T13:15:24.133Z Checking backtrace-ext v0.2.1
29142026-08-31T13:15:24.191Z Checking dof v0.3.0
29152026-08-31T13:15:24.225Z Checking zopfli v0.8.3
29162026-08-31T13:15:24.238Z Checking hashbrown v0.15.5
29172026-08-31T13:15:24.285Z Checking group v0.13.0
29182026-08-31T13:15:24.395Z Checking usdt-impl v0.6.0
29192026-08-31T13:15:24.429Z Checking signal-hook-mio v0.2.5
29202026-08-31T13:15:24.443Z Checking jiff v0.2.34
29212026-08-31T13:15:24.466Z Checking futures v0.3.32
29222026-08-31T13:15:24.529Z Checking snafu v0.8.9
29232026-08-31T13:15:24.542Z Checking hyper-rustls v0.27.7
29242026-08-31T13:15:24.554Z Checking phf v0.13.1
29252026-08-31T13:15:24.630Z Checking cookie_store v0.22.1
29262026-08-31T13:15:24.643Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
29272026-08-31T13:15:24.678Z Checking reqwest v0.12.28
29282026-08-31T13:15:24.694Z Checking cipher v0.5.2
29292026-08-31T13:15:24.707Z Checking zstd v0.13.3
29302026-08-31T13:15:24.740Z Checking postgres-types v0.2.12
29312026-08-31T13:15:24.765Z Checking rustls-platform-verifier v0.6.2
29322026-08-31T13:15:24.886Z Checking globset v0.4.18
29332026-08-31T13:15:24.904Z Checking crossbeam-deque v0.8.6
29342026-08-31T13:15:24.925Z Checking phf_shared v0.11.3
29352026-08-31T13:15:24.957Z Checking regex v1.12.3
29362026-08-31T13:15:24.971Z Checking dtrace-parser v0.2.0
29372026-08-31T13:15:25.055Z Checking hkdf v0.12.4
29382026-08-31T13:15:25.071Z Checking ref-cast v1.0.25
29392026-08-31T13:15:25.084Z Checking curve25519-dalek v4.1.3
29402026-08-31T13:15:25.129Z Checking byte-wrapper v0.1.0
29412026-08-31T13:15:25.165Z Checking olpc-cjson v0.1.4
29422026-08-31T13:15:25.184Z Checking strum v0.27.2
29432026-08-31T13:15:25.199Z Checking hubpack v0.1.2
29442026-08-31T13:15:25.227Z Checking ed25519 v2.2.3
29452026-08-31T13:15:25.293Z Checking memoffset v0.9.1
29462026-08-31T13:15:25.297Z Checking rustix v0.38.44
29472026-08-31T13:15:25.329Z Checking owo-colors v4.3.0
29482026-08-31T13:15:25.360Z Checking pem v3.0.6
29492026-08-31T13:15:25.373Z Checking crypto-bigint v0.5.5
29502026-08-31T13:15:25.414Z Checking serde-big-array v0.5.1
29512026-08-31T13:15:25.426Z Checking serde_plain v1.0.2
29522026-08-31T13:15:25.514Z Checking erased-serde v0.3.31
29532026-08-31T13:15:25.543Z Checking float-cmp v0.10.0
29542026-08-31T13:15:25.565Z Checking memmap2 v0.9.10
29552026-08-31T13:15:25.667Z Checking thread-id v4.2.2
29562026-08-31T13:15:25.724Z Checking new_debug_unreachable v1.0.6
29572026-08-31T13:15:25.748Z Checking winnow v1.0.3
29582026-08-31T13:15:25.792Z Checking static_assertions v1.1.0
29592026-08-31T13:15:25.850Z Checking winnow v0.7.14
29602026-08-31T13:15:25.863Z Checking fixedbitset v0.4.2
29612026-08-31T13:15:25.875Z Checking difflib v0.4.0
29622026-08-31T13:15:25.896Z Checking predicates-core v1.0.10
29632026-08-31T13:15:26.008Z Checking normalize-line-endings v0.3.0
29642026-08-31T13:15:26.019Z Checking typed-path v0.9.3
29652026-08-31T13:15:26.042Z Checking unicode-segmentation v1.12.0
29662026-08-31T13:15:26.093Z Checking data-encoding v2.10.0
29672026-08-31T13:15:26.106Z Checking cpufeatures v0.3.0
29682026-08-31T13:15:26.176Z Checking whoami v2.1.0
29692026-08-31T13:15:26.289Z Checking supports-hyperlinks v3.2.0
29702026-08-31T13:15:26.352Z Checking keccak v0.1.6
29712026-08-31T13:15:26.365Z Checking fixedbitset v0.5.7
29722026-08-31T13:15:26.371Z Checking const-oid v0.10.2
29732026-08-31T13:15:26.371Z Checking toml_write v0.1.2
29742026-08-31T13:15:26.402Z Checking unicode-width v0.1.14
29752026-08-31T13:15:26.515Z Checking precomputed-hash v0.1.1
29762026-08-31T13:15:26.535Z Checking supports-unicode v3.0.0
29772026-08-31T13:15:26.547Z Checking digest v0.11.3
29782026-08-31T13:15:26.559Z Checking petgraph v0.8.3
29792026-08-31T13:15:26.587Z Checking toml_parser v1.1.2+spec-1.1.0
29802026-08-31T13:15:26.600Z Checking string_cache v0.8.9
29812026-08-31T13:15:26.634Z Checking sha3 v0.10.8
29822026-08-31T13:15:26.647Z Checking miette v7.6.0
29832026-08-31T13:15:26.724Z Checking tokio-postgres v0.7.16
29842026-08-31T13:15:26.762Z Checking hickory-proto v0.25.2
29852026-08-31T13:15:26.788Z Checking tough v0.22.0
29862026-08-31T13:15:26.839Z Checking similar v2.7.0
29872026-08-31T13:15:26.911Z Checking zip v4.6.1
29882026-08-31T13:15:27.040Z Checking toml_edit v0.22.27
29892026-08-31T13:15:27.154Z Checking elliptic-curve v0.13.8
29902026-08-31T13:15:27.214Z Checking chacha20 v0.10.0
29912026-08-31T13:15:27.469Z Checking crossterm v0.28.1
29922026-08-31T13:15:27.473Z Checking predicates v3.1.4
29932026-08-31T13:15:27.495Z Checking petgraph v0.6.5
29942026-08-31T13:15:27.794Z Checking slog v2.8.2
29952026-08-31T13:15:28.028Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29962026-08-31T13:15:28.042Z Checking ed25519-dalek v2.2.0
29972026-08-31T13:15:28.127Z Checking usdt-impl v0.5.0
29982026-08-31T13:15:28.141Z Checking usdt v0.6.0
29992026-08-31T13:15:28.197Z Checking nix v0.31.2
30002026-08-31T13:15:28.277Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
30012026-08-31T13:15:28.306Z Checking iddqd v0.4.2
30022026-08-31T13:15:28.734Z Checking reqwest v0.13.2
30032026-08-31T13:15:28.850Z Checking itertools v0.13.0
30042026-08-31T13:15:28.866Z Checking strum v0.26.3
30052026-08-31T13:15:28.887Z Checking serde_with v3.21.0
30062026-08-31T13:15:28.972Z Checking derive_more v2.1.1
30072026-08-31T13:15:29.072Z Checking fs-err v3.3.0
30082026-08-31T13:15:29.212Z Checking tokio-stream v0.1.18
30092026-08-31T13:15:29.375Z Checking buf-list v1.1.2
30102026-08-31T13:15:29.390Z Checking camino v1.2.5
30112026-08-31T13:15:29.554Z Checking anyhow v1.0.104
30122026-08-31T13:15:29.567Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30132026-08-31T13:15:29.580Z Checking openapiv3 v2.2.0
30142026-08-31T13:15:29.592Z Checking lalrpop-util v0.19.12
30152026-08-31T13:15:29.642Z Checking peg-runtime v0.8.5
30162026-08-31T13:15:29.746Z Checking illumos-nvpair v0.3.0
30172026-08-31T13:15:29.750Z Checking rayon v1.11.0
30182026-08-31T13:15:29.780Z Checking sigpipe v0.1.3
30192026-08-31T13:15:29.823Z Checking glob v0.3.3
30202026-08-31T13:15:30.747Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30212026-08-31T13:15:31.055Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30222026-08-31T13:15:31.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.64s
30232026-08-31T13:15:31.505Z
30242026-08-31T13:15:31.505Zinfo: running `cargo check --bins` on internal-dns-types (120/376)
30252026-08-31T13:15:31.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-08-31T13:15:31.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-08-31T13:15:31.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-08-31T13:15:31.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30292026-08-31T13:15:32.072Z
30302026-08-31T13:15:32.072Zinfo: running `cargo check --bins` on internal-dns-types-versions (121/376)
30312026-08-31T13:15:32.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-31T13:15:32.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-31T13:15:32.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-31T13:15:32.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30352026-08-31T13:15:32.626Z
30362026-08-31T13:15:32.626Zinfo: running `cargo check --bins` on nexus-types-versions (122/376)
30372026-08-31T13:15:33.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-31T13:15:33.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-31T13:15:33.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-31T13:15:33.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30412026-08-31T13:15:33.217Z
30422026-08-31T13:15:33.218Zinfo: running `cargo check --bins` on oxql-types (123/376)
30432026-08-31T13:15:33.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-31T13:15:33.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-31T13:15:33.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-31T13:15:33.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30472026-08-31T13:15:33.785Z
30482026-08-31T13:15:33.785Zinfo: running `cargo check --bins` on oximeter-types (124/376)
30492026-08-31T13:15:34.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-31T13:15:34.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-31T13:15:34.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-08-31T13:15:34.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30532026-08-31T13:15:34.354Z
30542026-08-31T13:15:34.354Zinfo: running `cargo check --bins` on oximeter-types-versions (125/376)
30552026-08-31T13:15:34.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-08-31T13:15:34.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-08-31T13:15:34.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-08-31T13:15:34.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30592026-08-31T13:15:34.925Z
30602026-08-31T13:15:34.925Zinfo: running `cargo check --bins` on oximeter-macro-impl (126/376)
30612026-08-31T13:15:35.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-08-31T13:15:35.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-08-31T13:15:35.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-08-31T13:15:35.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30652026-08-31T13:15:35.481Z
30662026-08-31T13:15:35.481Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/376)
30672026-08-31T13:15:35.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-08-31T13:15:35.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-08-31T13:15:36.164Z Compiling multer v3.1.0
30702026-08-31T13:15:36.276Z Compiling async-stream-impl v0.3.6
30712026-08-31T13:15:36.276Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-08-31T13:15:36.292Z Compiling serde_tokenstream v0.3.0
30732026-08-31T13:15:36.301Z Compiling dropshot v0.17.1
30742026-08-31T13:15:36.314Z Compiling parse-display-derive v0.10.0
30752026-08-31T13:15:36.326Z Compiling dropshot_endpoint v0.17.1
30762026-08-31T13:15:36.330Z Compiling newtype-uuid-macros v0.1.0
30772026-08-31T13:15:36.516Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30782026-08-31T13:15:36.548Z Checking thread_local v1.1.9
30792026-08-31T13:15:36.583Z Compiling oxide-generation-macros v0.2.0
30802026-08-31T13:15:36.661Z Checking compression-core v0.4.31
30812026-08-31T13:15:36.715Z Checking match_cfg v0.1.0
30822026-08-31T13:15:36.785Z Checking compression-codecs v0.4.37
30832026-08-31T13:15:36.800Z Checking hostname v0.3.1
30842026-08-31T13:15:36.847Z Checking crossbeam-channel v0.5.15
30852026-08-31T13:15:36.889Z Checking atomicwrites v0.4.4
30862026-08-31T13:15:36.928Z Checking slog-json v2.6.1
30872026-08-31T13:15:36.948Z Checking is-terminal v0.4.17
30882026-08-31T13:15:37.011Z Checking toml_datetime v1.1.1+spec-1.1.0
30892026-08-31T13:15:37.036Z Checking serde_spanned v1.1.1
30902026-08-31T13:15:37.073Z Checking take_mut v0.2.2
30912026-08-31T13:15:37.086Z Checking toml_writer v1.1.1+spec-1.1.0
30922026-08-31T13:15:37.163Z Checking term v1.2.1
30932026-08-31T13:15:37.176Z Checking debug-ignore v1.0.5
30942026-08-31T13:15:37.191Z Checking slog-async v2.8.0
30952026-08-31T13:15:37.209Z Checking slog-bunyan v2.5.0
30962026-08-31T13:15:37.263Z Checking toml v1.1.2+spec-1.1.0
30972026-08-31T13:15:37.277Z Checking async-compression v0.4.41
30982026-08-31T13:15:37.303Z Checking async-stream v0.3.6
30992026-08-31T13:15:37.320Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31002026-08-31T13:15:37.361Z Checking progenitor-client v0.14.0
31012026-08-31T13:15:37.381Z Checking slog-term v2.9.2
31022026-08-31T13:15:37.423Z Checking sha1 v0.11.0
31032026-08-31T13:15:37.516Z Checking oxide-generation v0.1.3
31042026-08-31T13:15:37.587Z Checking waitgroup v0.1.2
31052026-08-31T13:15:37.608Z Checking rustls-pemfile v2.2.0
31062026-08-31T13:15:37.631Z Checking backon v1.6.0
31072026-08-31T13:15:37.649Z Checking serde_path_to_error v0.1.20
31082026-08-31T13:15:37.682Z Checking hostname v0.4.2
31092026-08-31T13:15:37.732Z Checking instant v0.1.13
31102026-08-31T13:15:37.794Z Checking progenitor-extras v0.2.0
31112026-08-31T13:15:37.814Z Checking backoff v0.4.0
31122026-08-31T13:15:37.841Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31132026-08-31T13:15:37.932Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31142026-08-31T13:15:37.960Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31152026-08-31T13:15:37.980Z Checking parse-display v0.10.0
31162026-08-31T13:15:38.014Z Checking itertools v0.14.0
31172026-08-31T13:15:38.044Z Checking regress v0.10.5
31182026-08-31T13:15:38.119Z Checking macaddr v1.0.1
31192026-08-31T13:15:38.286Z Checking humantime v2.3.0
31202026-08-31T13:15:39.135Z Compiling prettyplease v0.2.37
31212026-08-31T13:15:39.457Z Checking num-rational v0.4.2
31222026-08-31T13:15:39.693Z Checking num-complex v0.4.6
31232026-08-31T13:15:40.109Z Compiling num v0.4.3
31242026-08-31T13:15:40.135Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31252026-08-31T13:15:40.239Z Compiling usdt-attr-macro v0.5.0
31262026-08-31T13:15:40.253Z Compiling usdt-macro v0.5.0
31272026-08-31T13:15:40.256Z Checking memmap v0.7.0
31282026-08-31T13:15:40.348Z Compiling float-ord v0.3.2
31292026-08-31T13:15:40.465Z Compiling convert_case v0.4.0
31302026-08-31T13:15:40.734Z Checking newline-converter v0.3.0
31312026-08-31T13:15:40.829Z Compiling derive_more v0.99.20
31322026-08-31T13:15:40.848Z Checking console v0.15.11
31332026-08-31T13:15:40.989Z Compiling toml v0.8.23
31342026-08-31T13:15:41.010Z Checking usdt v0.5.0
31352026-08-31T13:15:41.120Z Checking linked-hash-map v0.5.6
31362026-08-31T13:15:41.178Z Compiling minimal-lexical v0.2.1
31372026-08-31T13:15:41.288Z Checking lru-cache v0.1.2
31382026-08-31T13:15:41.407Z Compiling nom v7.1.3
31392026-08-31T13:15:41.428Z Checking expectorate v1.2.0
31402026-08-31T13:15:41.655Z Checking camino-tempfile v1.4.1
31412026-08-31T13:15:41.817Z Checking hickory-proto v0.24.4
31422026-08-31T13:15:41.913Z Checking phf_shared v0.12.1
31432026-08-31T13:15:42.058Z Compiling slog-dtrace v0.3.0
31442026-08-31T13:15:42.061Z Compiling unicode-xid v0.2.6
31452026-08-31T13:15:42.198Z Checking resolv-conf v0.7.6
31462026-08-31T13:15:42.250Z Checking heck v0.5.0
31472026-08-31T13:15:42.390Z Compiling chrono-tz v0.10.4
31482026-08-31T13:15:42.634Z Compiling const_format_proc_macros v0.2.34
31492026-08-31T13:15:42.670Z Checking phf v0.12.1
31502026-08-31T13:15:42.748Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31512026-08-31T13:15:42.812Z Checking tokio-dtrace v0.1.1
31522026-08-31T13:15:42.894Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31532026-08-31T13:15:43.050Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31542026-08-31T13:15:43.260Z Compiling derive-where v1.6.0
31552026-08-31T13:15:43.413Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31562026-08-31T13:15:43.592Z Checking highway v1.3.0
31572026-08-31T13:15:43.715Z Checking hickory-resolver v0.24.4
31582026-08-31T13:15:43.829Z Checking const_format v0.2.35
31592026-08-31T13:15:44.063Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31602026-08-31T13:15:44.474Z Checking oxide-tokio-rt v0.1.4
31612026-08-31T13:15:44.511Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31622026-08-31T13:15:44.577Z Checking qorb v0.4.1
31632026-08-31T13:15:44.783Z Checking gethostname v0.5.0
31642026-08-31T13:15:44.798Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31652026-08-31T13:15:44.870Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31662026-08-31T13:15:44.873Z Checking bcs v0.1.6
31672026-08-31T13:15:44.936Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31682026-08-31T13:15:44.951Z Checking termtree v0.5.1
31692026-08-31T13:15:48.107Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31702026-08-31T13:15:51.219Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31712026-08-31T13:15:53.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.97s
31722026-08-31T13:15:53.632Z
31732026-08-31T13:15:53.632Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/376)
31742026-08-31T13:15:54.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-08-31T13:15:54.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-08-31T13:15:54.313Z Compiling ar_archive_writer v0.5.1
31772026-08-31T13:15:54.423Z Compiling stacker v0.1.23
31782026-08-31T13:15:54.431Z Compiling cfg_aliases v0.1.1
31792026-08-31T13:15:54.438Z Compiling proc-macro-error v1.0.4
31802026-08-31T13:15:54.447Z Checking fd-lock v4.0.4
31812026-08-31T13:15:54.450Z Checking nibble_vec v0.1.0
31822026-08-31T13:15:54.450Z Checking vte v0.14.1
31832026-08-31T13:15:54.450Z Compiling recursive-proc-macro-impl v0.1.1
31842026-08-31T13:15:54.490Z Compiling nix v0.28.0
31852026-08-31T13:15:54.553Z Checking endian-type v0.1.2
31862026-08-31T13:15:54.580Z Checking bytecount v0.6.9
31872026-08-31T13:15:54.593Z Checking strip-ansi-escapes v0.2.1
31882026-08-31T13:15:54.671Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31892026-08-31T13:15:54.684Z Checking radix_trie v0.2.1
31902026-08-31T13:15:54.687Z Checking papergrid v0.11.0
31912026-08-31T13:15:54.707Z Compiling peg-macros v0.8.5
31922026-08-31T13:15:54.719Z Compiling tabled_derive v0.7.0
31932026-08-31T13:15:54.871Z Compiling sqlparser_derive v0.5.0
31942026-08-31T13:15:54.895Z Checking winnow v0.6.26
31952026-08-31T13:15:55.130Z Checking home v0.5.12
31962026-08-31T13:15:55.226Z Compiling psm v0.1.30
31972026-08-31T13:15:55.239Z Checking nu-ansi-term v0.50.3
31982026-08-31T13:15:55.300Z Checking unicode_categories v0.1.1
31992026-08-31T13:15:55.442Z Checking reedline v0.40.0
32002026-08-31T13:15:55.477Z Checking crossterm v0.29.0
32012026-08-31T13:15:55.620Z Checking display-error-chain v0.2.2
32022026-08-31T13:15:55.677Z Checking tabled v0.15.0
32032026-08-31T13:15:55.771Z Checking rustyline v14.0.0
32042026-08-31T13:15:56.001Z Checking recursive v0.1.1
32052026-08-31T13:15:56.022Z Checking peg v0.8.5
32062026-08-31T13:15:56.055Z Checking sqlformat v0.3.5
32072026-08-31T13:15:56.085Z Checking sqlparser v0.61.0
32082026-08-31T13:16:07.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s
32092026-08-31T13:16:07.534Z
32102026-08-31T13:16:07.534Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/376)
32112026-08-31T13:16:08.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-08-31T13:16:08.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-08-31T13:16:08.203Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32142026-08-31T13:16:11.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
32152026-08-31T13:16:11.913Z
32162026-08-31T13:16:11.913Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/376)
32172026-08-31T13:16:12.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-08-31T13:16:12.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-08-31T13:16:12.585Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32202026-08-31T13:16:15.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
32212026-08-31T13:16:15.310Z
32222026-08-31T13:16:15.310Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/376)
32232026-08-31T13:16:15.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-08-31T13:16:15.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-08-31T13:16:15.971Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32262026-08-31T13:16:19.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
32272026-08-31T13:16:19.508Z
32282026-08-31T13:16:19.508Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/376)
32292026-08-31T13:16:20.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-08-31T13:16:20.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-08-31T13:16:20.178Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32322026-08-31T13:16:23.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
32332026-08-31T13:16:23.729Z
32342026-08-31T13:16:23.729Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/376)
32352026-08-31T13:16:24.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-08-31T13:16:24.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-08-31T13:16:24.397Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32382026-08-31T13:16:27.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
32392026-08-31T13:16:27.262Z
32402026-08-31T13:16:27.262Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/376)
32412026-08-31T13:16:27.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-08-31T13:16:27.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-08-31T13:16:27.933Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32442026-08-31T13:16:30.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
32452026-08-31T13:16:30.827Z
32462026-08-31T13:16:30.827Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/376)
32472026-08-31T13:16:31.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-08-31T13:16:31.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-08-31T13:16:31.492Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32502026-08-31T13:16:35.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
32512026-08-31T13:16:35.200Z
32522026-08-31T13:16:35.200Zinfo: running `cargo check --bins` on oximeter (136/376)
32532026-08-31T13:16:35.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542026-08-31T13:16:35.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552026-08-31T13:16:35.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32562026-08-31T13:16:35.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32572026-08-31T13:16:35.768Z
32582026-08-31T13:16:35.768Zinfo: running `cargo check --bins` on oximeter-schema (137/376)
32592026-08-31T13:16:36.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602026-08-31T13:16:36.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612026-08-31T13:16:36.392Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32622026-08-31T13:16:36.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
32632026-08-31T13:16:36.938Z
32642026-08-31T13:16:36.938Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/376)
32652026-08-31T13:16:37.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662026-08-31T13:16:37.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672026-08-31T13:16:37.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682026-08-31T13:16:37.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32692026-08-31T13:16:37.505Z
32702026-08-31T13:16:37.505Zinfo: running `cargo check --bins` on oximeter-test-utils (139/376)
32712026-08-31T13:16:38.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-08-31T13:16:38.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-08-31T13:16:38.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-08-31T13:16:38.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32752026-08-31T13:16:38.112Z
32762026-08-31T13:16:38.112Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/376)
32772026-08-31T13:16:38.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-08-31T13:16:38.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-08-31T13:16:38.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-08-31T13:16:38.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32812026-08-31T13:16:38.678Z
32822026-08-31T13:16:38.678Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/376)
32832026-08-31T13:16:39.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-08-31T13:16:39.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-08-31T13:16:39.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-08-31T13:16:39.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32872026-08-31T13:16:39.253Z
32882026-08-31T13:16:39.253Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/376)
32892026-08-31T13:16:39.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-08-31T13:16:39.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-08-31T13:16:39.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922026-08-31T13:16:39.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32932026-08-31T13:16:39.825Z
32942026-08-31T13:16:39.825Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/376)
32952026-08-31T13:16:40.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962026-08-31T13:16:40.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972026-08-31T13:16:40.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982026-08-31T13:16:40.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32992026-08-31T13:16:40.398Z
33002026-08-31T13:16:40.398Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/376)
33012026-08-31T13:16:40.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022026-08-31T13:16:40.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032026-08-31T13:16:40.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042026-08-31T13:16:40.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33052026-08-31T13:16:40.972Z
33062026-08-31T13:16:40.972Zinfo: running `cargo check --bins` on reconfigurator-cli (145/376)
33072026-08-31T13:16:41.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082026-08-31T13:16:41.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092026-08-31T13:16:41.795Z Compiling crucible-workspace-hack v0.1.0
33102026-08-31T13:16:41.795Z Compiling regress v0.11.1
33112026-08-31T13:16:41.795Z Checking secrecy v0.10.3
33122026-08-31T13:16:41.795Z Checking half v2.7.1
33132026-08-31T13:16:41.795Z Checking ciborium-io v0.2.2
33142026-08-31T13:16:41.795Z Checking inout v0.1.4
33152026-08-31T13:16:41.795Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33162026-08-31T13:16:41.796Z Checking universal-hash v0.5.1
33172026-08-31T13:16:42.038Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33182026-08-31T13:16:42.052Z Compiling thiserror-impl-no-std v2.0.2
33192026-08-31T13:16:42.066Z Checking cipher v0.4.4
33202026-08-31T13:16:42.101Z Checking opaque-debug v0.3.1
33212026-08-31T13:16:42.169Z Checking poly1305 v0.8.0
33222026-08-31T13:16:42.184Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33232026-08-31T13:16:42.200Z Checking ciborium-ll v0.2.2
33242026-08-31T13:16:42.216Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33252026-08-31T13:16:42.259Z Checking chacha20 v0.9.1
33262026-08-31T13:16:42.373Z Checking ciborium v0.2.2
33272026-08-31T13:16:42.430Z Checking password-hash v0.5.0
33282026-08-31T13:16:42.448Z Checking blake2 v0.10.6
33292026-08-31T13:16:42.506Z Checking aead v0.5.2
33302026-08-31T13:16:42.584Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33312026-08-31T13:16:42.652Z Compiling toml_datetime v0.7.5+spec-1.1.0
33322026-08-31T13:16:42.666Z Checking indent_write v2.2.0
33332026-08-31T13:16:42.685Z Checking argon2 v0.5.3
33342026-08-31T13:16:42.790Z Checking chacha20poly1305 v0.10.1
33352026-08-31T13:16:42.793Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33362026-08-31T13:16:42.906Z Compiling toml_edit v0.23.10+spec-1.0.0
33372026-08-31T13:16:42.921Z Compiling unsafe-libyaml v0.2.11
33382026-08-31T13:16:43.040Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33392026-08-31T13:16:43.219Z Checking thiserror-no-std v2.0.2
33402026-08-31T13:16:43.240Z Compiling itertools v0.15.0
33412026-08-31T13:16:43.308Z Checking vsss-rs v3.3.4
33422026-08-31T13:16:43.439Z Compiling heapless v0.8.0
33432026-08-31T13:16:43.658Z Compiling typify-impl v0.6.2
33442026-08-31T13:16:43.722Z Compiling proc-macro-crate v3.4.0
33452026-08-31T13:16:44.007Z Compiling serde_yaml v0.9.34+deprecated
33462026-08-31T13:16:44.247Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33472026-08-31T13:16:44.273Z Compiling num_enum_derive v0.7.6
33482026-08-31T13:16:44.401Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33492026-08-31T13:16:44.522Z Checking hash32 v0.3.1
33502026-08-31T13:16:44.585Z Compiling ingot-macros v0.2.0
33512026-08-31T13:16:44.656Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33522026-08-31T13:16:44.864Z Compiling smoltcp v0.11.0
33532026-08-31T13:16:45.144Z Checking tabwriter v1.4.1
33542026-08-31T13:16:45.222Z Checking cobs v0.3.0
33552026-08-31T13:16:45.291Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33562026-08-31T13:16:45.306Z Checking swrite v0.1.0
33572026-08-31T13:16:45.322Z Checking num_enum v0.7.6
33582026-08-31T13:16:45.371Z Checking postcard v1.1.3
33592026-08-31T13:16:45.437Z Compiling proc-macro-crate v1.3.1
33602026-08-31T13:16:45.455Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33612026-08-31T13:16:45.490Z Compiling foreign-types-macros v0.2.3
33622026-08-31T13:16:45.534Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33632026-08-31T13:16:45.660Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33642026-08-31T13:16:45.679Z Checking colored v3.1.1
33652026-08-31T13:16:45.847Z Checking foreign-types-shared v0.3.1
33662026-08-31T13:16:45.881Z Compiling num_enum_derive v0.5.11
33672026-08-31T13:16:46.022Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33682026-08-31T13:16:46.054Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33692026-08-31T13:16:46.085Z Checking foreign-types v0.5.0
33702026-08-31T13:16:46.165Z Checking cstr-argument v0.1.2
33712026-08-31T13:16:46.297Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33722026-08-31T13:16:46.458Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33732026-08-31T13:16:46.505Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33742026-08-31T13:16:46.521Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33752026-08-31T13:16:46.567Z Checking rand v0.10.1
33762026-08-31T13:16:46.587Z Checking itertools v0.12.1
33772026-08-31T13:16:46.676Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33782026-08-31T13:16:46.692Z Compiling zone_cfg_derive v0.3.1
33792026-08-31T13:16:46.910Z Checking num_enum v0.5.11
33802026-08-31T13:16:46.998Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33812026-08-31T13:16:47.079Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33822026-08-31T13:16:47.113Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33832026-08-31T13:16:47.208Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33842026-08-31T13:16:47.344Z Compiling num-derive v0.4.2
33852026-08-31T13:16:47.383Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33862026-08-31T13:16:47.415Z Checking ingot-types v0.2.0
33872026-08-31T13:16:47.567Z Compiling semver v0.1.20
33882026-08-31T13:16:47.609Z Checking zone v0.3.1
33892026-08-31T13:16:47.790Z Checking ingot v0.2.1
33902026-08-31T13:16:47.859Z Compiling rustc_version v0.1.7
33912026-08-31T13:16:47.917Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33922026-08-31T13:16:48.130Z Checking smf v0.2.3
33932026-08-31T13:16:48.146Z Checking nom v8.0.0
33942026-08-31T13:16:48.181Z Checking csv-core v0.1.13
33952026-08-31T13:16:48.206Z Compiling typify-macro v0.6.2
33962026-08-31T13:16:48.337Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33972026-08-31T13:16:48.364Z Checking whoami v1.6.1
33982026-08-31T13:16:48.380Z Checking csv v1.4.0
33992026-08-31T13:16:48.543Z Compiling newtype_derive v0.1.6
34002026-08-31T13:16:48.562Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34012026-08-31T13:16:48.694Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34022026-08-31T13:16:48.712Z Compiling cancel-safe-futures v0.1.5
34032026-08-31T13:16:48.745Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34042026-08-31T13:16:48.781Z Compiling libefi-sys v0.1.0
34052026-08-31T13:16:48.945Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34062026-08-31T13:16:49.095Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34072026-08-31T13:16:49.111Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34082026-08-31T13:16:49.166Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34092026-08-31T13:16:49.237Z Checking oxide-update-engine-types v0.1.2
34102026-08-31T13:16:49.308Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34112026-08-31T13:16:49.342Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34122026-08-31T13:16:49.521Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34132026-08-31T13:16:49.544Z Compiling bitfield-struct v0.6.2
34142026-08-31T13:16:49.661Z Checking linear-map v1.2.0
34152026-08-31T13:16:49.827Z Checking steno v0.4.1
34162026-08-31T13:16:49.956Z Compiling typify v0.6.2
34172026-08-31T13:16:50.073Z Compiling progenitor-impl v0.14.0
34182026-08-31T13:16:50.145Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34192026-08-31T13:16:50.148Z Checking oxide-update-engine v0.1.2
34202026-08-31T13:16:50.184Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34212026-08-31T13:16:50.422Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34222026-08-31T13:16:50.584Z Checking sha1 v0.10.6
34232026-08-31T13:16:50.587Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34242026-08-31T13:16:50.614Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34252026-08-31T13:16:50.677Z Checking utf-8 v0.7.6
34262026-08-31T13:16:50.756Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34272026-08-31T13:16:50.815Z Checking tungstenite v0.21.0
34282026-08-31T13:16:50.830Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34292026-08-31T13:16:50.985Z Checking ignore v0.4.25
34302026-08-31T13:16:51.000Z Checking anstyle-parse v0.2.7
34312026-08-31T13:16:51.031Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34322026-08-31T13:16:51.156Z Compiling xshell-macros v0.2.7
34332026-08-31T13:16:51.238Z Checking anstream v0.6.21
34342026-08-31T13:16:51.252Z Checking tokio-tungstenite v0.21.0
34352026-08-31T13:16:51.389Z Checking globwalk v0.9.1
34362026-08-31T13:16:51.444Z Checking predicates-tree v1.0.13
34372026-08-31T13:16:51.527Z Checking filetime v0.2.27
34382026-08-31T13:16:51.549Z Checking xshell v0.2.7
34392026-08-31T13:16:51.564Z Checking tagptr v0.2.0
34402026-08-31T13:16:51.578Z Checking xattr v1.6.1
34412026-08-31T13:16:51.635Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34422026-08-31T13:16:51.661Z Checking camino-tempfile-ext v0.3.3
34432026-08-31T13:16:51.702Z Checking moka v0.12.13
34442026-08-31T13:16:51.703Z Checking tar v0.4.46
34452026-08-31T13:16:51.739Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34462026-08-31T13:16:51.853Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34472026-08-31T13:16:51.856Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34482026-08-31T13:16:51.924Z Checking rand_seeder v0.4.0
34492026-08-31T13:16:51.988Z Checking half v1.8.3
34502026-08-31T13:16:52.014Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34512026-08-31T13:16:52.071Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34522026-08-31T13:16:52.097Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34532026-08-31T13:16:52.187Z Checking serde_cbor v0.11.2
34542026-08-31T13:16:52.338Z Checking hickory-resolver v0.25.2
34552026-08-31T13:16:52.354Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34562026-08-31T13:16:52.370Z Checking digest-io v0.1.0
34572026-08-31T13:16:52.501Z Checking sha2 v0.11.0
34582026-08-31T13:16:52.567Z Compiling petname v2.0.2
34592026-08-31T13:16:52.663Z Compiling progenitor-macro v0.14.0
34602026-08-31T13:16:53.028Z Checking rawzip v0.4.4
34612026-08-31T13:16:53.043Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34622026-08-31T13:16:53.068Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34632026-08-31T13:16:53.456Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34642026-08-31T13:16:53.477Z Checking sapling-renderdag v0.1.0
34652026-08-31T13:16:53.545Z Checking subprocess v0.2.15
34662026-08-31T13:16:53.648Z Checking sync-ptr v0.1.4
34672026-08-31T13:16:53.761Z Checking colored v2.2.0
34682026-08-31T13:16:53.776Z Checking assert_matches v1.5.0
34692026-08-31T13:16:53.849Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34702026-08-31T13:16:54.010Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34712026-08-31T13:16:54.197Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34722026-08-31T13:16:54.277Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34732026-08-31T13:16:54.353Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34742026-08-31T13:16:54.858Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34752026-08-31T13:16:54.858Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34762026-08-31T13:16:55.709Z Checking progenitor v0.14.0
34772026-08-31T13:16:55.845Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34782026-08-31T13:16:55.848Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34792026-08-31T13:16:55.848Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34802026-08-31T13:16:55.848Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34812026-08-31T13:16:55.848Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34822026-08-31T13:16:55.848Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34832026-08-31T13:16:56.213Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34842026-08-31T13:16:56.317Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34852026-08-31T13:16:56.494Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34862026-08-31T13:16:56.569Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34872026-08-31T13:16:56.586Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34882026-08-31T13:16:56.766Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34892026-08-31T13:16:57.582Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34902026-08-31T13:16:57.717Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34912026-08-31T13:16:58.344Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34922026-08-31T13:16:58.884Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34932026-08-31T13:17:07.531Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34942026-08-31T13:17:14.848Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34952026-08-31T13:17:14.848Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34962026-08-31T13:17:14.851Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34972026-08-31T13:17:16.410Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34982026-08-31T13:17:17.694Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34992026-08-31T13:17:19.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.97s
35002026-08-31T13:17:20.160Z
35012026-08-31T13:17:20.160Zinfo: running `cargo check --bins` on nexus-inventory (146/376)
35022026-08-31T13:17:20.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-31T13:17:20.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-31T13:17:20.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-31T13:17:20.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35062026-08-31T13:17:20.778Z
35072026-08-31T13:17:20.779Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/376)
35082026-08-31T13:17:21.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-31T13:17:21.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-31T13:17:21.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-31T13:17:21.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35122026-08-31T13:17:21.355Z
35132026-08-31T13:17:21.355Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/376)
35142026-08-31T13:17:21.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-31T13:17:21.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-31T13:17:21.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-31T13:17:21.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35182026-08-31T13:17:21.934Z
35192026-08-31T13:17:21.935Zinfo: running `cargo check --bins` on dns-service-client (149/376)
35202026-08-31T13:17:22.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-31T13:17:22.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-31T13:17:22.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-31T13:17:22.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35242026-08-31T13:17:22.500Z
35252026-08-31T13:17:22.500Zinfo: running `cargo check --bins` on ntp-admin-client (150/376)
35262026-08-31T13:17:22.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-31T13:17:22.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-31T13:17:22.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-31T13:17:22.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35302026-08-31T13:17:23.062Z
35312026-08-31T13:17:23.062Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/376)
35322026-08-31T13:17:23.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-31T13:17:23.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-31T13:17:23.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-31T13:17:23.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35362026-08-31T13:17:23.627Z
35372026-08-31T13:17:23.627Zinfo: running `cargo check --bins` on cockroach-admin-client (152/376)
35382026-08-31T13:17:24.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-31T13:17:24.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-31T13:17:24.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-31T13:17:24.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35422026-08-31T13:17:24.190Z
35432026-08-31T13:17:24.190Zinfo: running `cargo check --bins` on parallel-task-set (153/376)
35442026-08-31T13:17:24.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-31T13:17:24.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-31T13:17:24.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-31T13:17:24.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35482026-08-31T13:17:24.753Z
35492026-08-31T13:17:24.753Zinfo: running `cargo check --bins` on sled-agent-client (154/376)
35502026-08-31T13:17:25.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-31T13:17:25.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-31T13:17:25.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-31T13:17:25.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-08-31T13:17:25.340Z
35552026-08-31T13:17:25.340Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/376)
35562026-08-31T13:17:25.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-31T13:17:25.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-31T13:17:25.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-31T13:17:25.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-08-31T13:17:25.936Z
35612026-08-31T13:17:25.936Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/376)
35622026-08-31T13:17:26.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-31T13:17:26.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-31T13:17:26.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-31T13:17:26.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-08-31T13:17:26.531Z
35672026-08-31T13:17:26.531Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/376)
35682026-08-31T13:17:27.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-31T13:17:27.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-31T13:17:27.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-31T13:17:27.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35722026-08-31T13:17:27.123Z
35732026-08-31T13:17:27.123Zinfo: running `cargo check --bins` on key-manager (158/376)
35742026-08-31T13:17:27.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-31T13:17:27.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-31T13:17:27.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-31T13:17:27.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35782026-08-31T13:17:27.703Z
35792026-08-31T13:17:27.703Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/376)
35802026-08-31T13:17:28.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-31T13:17:28.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-31T13:17:28.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-31T13:17:28.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-08-31T13:17:28.296Z
35852026-08-31T13:17:28.296Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/376)
35862026-08-31T13:17:28.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-31T13:17:28.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-31T13:17:28.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-31T13:17:28.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-08-31T13:17:28.891Z
35912026-08-31T13:17:28.891Zinfo: running `cargo check --bins` on typed-rng (161/376)
35922026-08-31T13:17:29.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-31T13:17:29.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-31T13:17:29.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-31T13:17:29.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35962026-08-31T13:17:29.452Z
35972026-08-31T13:17:29.453Zinfo: running `cargo check --bins` on gateway-test-utils (162/376)
35982026-08-31T13:17:29.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-31T13:17:29.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-31T13:17:29.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-31T13:17:29.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36022026-08-31T13:17:30.076Z
36032026-08-31T13:17:30.076Zinfo: running `cargo check --bins` on omicron-gateway (163/376)
36042026-08-31T13:17:30.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-31T13:17:30.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-31T13:17:30.812Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36072026-08-31T13:17:30.815Z Checking void v1.0.2
36082026-08-31T13:17:30.815Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36092026-08-31T13:17:30.815Z Checking nix v0.27.1
36102026-08-31T13:17:30.816Z Checking tungstenite v0.23.0
36112026-08-31T13:17:30.816Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36122026-08-31T13:17:30.816Z Checking dropshot-api-manager-types v0.8.0
36132026-08-31T13:17:30.928Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36142026-08-31T13:17:31.012Z Checking lzss v0.8.2
36152026-08-31T13:17:31.075Z Checking kstat-rs v0.2.5
36162026-08-31T13:17:31.133Z Checking fxhash v0.2.1
36172026-08-31T13:17:31.189Z Checking serde_bytes v0.11.19
36182026-08-31T13:17:31.226Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36192026-08-31T13:17:31.240Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36202026-08-31T13:17:31.252Z Checking signal-hook-tokio v0.3.1
36212026-08-31T13:17:31.255Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36222026-08-31T13:17:31.355Z Checking tokio-tungstenite v0.23.1
36232026-08-31T13:17:31.441Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36242026-08-31T13:17:32.509Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36252026-08-31T13:17:33.057Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36262026-08-31T13:17:35.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
36272026-08-31T13:17:35.407Z
36282026-08-31T13:17:35.407Zinfo: running `cargo check --bins` on gateway-api (164/376)
36292026-08-31T13:17:35.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-31T13:17:35.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-31T13:17:35.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-31T13:17:35.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36332026-08-31T13:17:35.973Z
36342026-08-31T13:17:35.973Zinfo: running `cargo check --bins` on ipcc (165/376)
36352026-08-31T13:17:36.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-31T13:17:36.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-31T13:17:36.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-31T13:17:36.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36392026-08-31T13:17:36.532Z
36402026-08-31T13:17:36.532Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/376)
36412026-08-31T13:17:37.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-31T13:17:37.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-31T13:17:37.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-31T13:17:37.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36452026-08-31T13:17:37.087Z
36462026-08-31T13:17:37.088Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/376)
36472026-08-31T13:17:37.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-31T13:17:37.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-31T13:17:37.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-31T13:17:37.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36512026-08-31T13:17:37.679Z
36522026-08-31T13:17:37.679Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/376)
36532026-08-31T13:17:38.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-31T13:17:38.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-31T13:17:38.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-31T13:17:38.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36572026-08-31T13:17:38.254Z
36582026-08-31T13:17:38.254Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/376)
36592026-08-31T13:17:38.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-31T13:17:38.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-31T13:17:38.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-31T13:17:38.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36632026-08-31T13:17:38.832Z
36642026-08-31T13:17:38.832Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/376)
36652026-08-31T13:17:39.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-31T13:17:39.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-31T13:17:39.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-31T13:17:39.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36692026-08-31T13:17:39.410Z
36702026-08-31T13:17:39.410Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/376)
36712026-08-31T13:17:39.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-31T13:17:39.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-31T13:17:39.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-31T13:17:39.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36752026-08-31T13:17:40.008Z
36762026-08-31T13:17:40.008Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/376)
36772026-08-31T13:17:40.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-31T13:17:40.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-31T13:17:40.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-31T13:17:40.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36812026-08-31T13:17:40.590Z
36822026-08-31T13:17:40.590Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/376)
36832026-08-31T13:17:41.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-31T13:17:41.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-31T13:17:41.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-31T13:17:41.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36872026-08-31T13:17:41.177Z
36882026-08-31T13:17:41.177Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/376)
36892026-08-31T13:17:41.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-31T13:17:41.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-31T13:17:41.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-31T13:17:41.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36932026-08-31T13:17:41.753Z
36942026-08-31T13:17:41.753Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/376)
36952026-08-31T13:17:42.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-31T13:17:42.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-31T13:17:42.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-31T13:17:42.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36992026-08-31T13:17:42.331Z
37002026-08-31T13:17:42.332Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/376)
37012026-08-31T13:17:42.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-31T13:17:42.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-31T13:17:42.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-31T13:17:42.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37052026-08-31T13:17:42.912Z
37062026-08-31T13:17:42.912Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/376)
37072026-08-31T13:17:43.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-31T13:17:43.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-31T13:17:43.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-31T13:17:43.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37112026-08-31T13:17:43.493Z
37122026-08-31T13:17:43.493Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/376)
37132026-08-31T13:17:43.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-31T13:17:43.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-31T13:17:43.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-31T13:17:43.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37172026-08-31T13:17:44.070Z
37182026-08-31T13:17:44.070Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/376)
37192026-08-31T13:17:44.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-31T13:17:44.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-31T13:17:44.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-31T13:17:44.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37232026-08-31T13:17:44.650Z
37242026-08-31T13:17:44.650Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/376)
37252026-08-31T13:17:45.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-31T13:17:45.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-31T13:17:45.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-31T13:17:45.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37292026-08-31T13:17:45.231Z
37302026-08-31T13:17:45.231Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/376)
37312026-08-31T13:17:45.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-31T13:17:45.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-31T13:17:45.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-31T13:17:45.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37352026-08-31T13:17:45.809Z
37362026-08-31T13:17:45.809Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/376)
37372026-08-31T13:17:46.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-31T13:17:46.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-31T13:17:46.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-31T13:17:46.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37412026-08-31T13:17:46.390Z
37422026-08-31T13:17:46.390Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/376)
37432026-08-31T13:17:46.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-31T13:17:46.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-31T13:17:46.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-31T13:17:46.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37472026-08-31T13:17:46.959Z
37482026-08-31T13:17:46.959Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/376)
37492026-08-31T13:17:47.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-31T13:17:47.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-31T13:17:47.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-31T13:17:47.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37532026-08-31T13:17:47.523Z
37542026-08-31T13:17:47.523Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/376)
37552026-08-31T13:17:48.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-31T13:17:48.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-31T13:17:48.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-31T13:17:48.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37592026-08-31T13:17:48.092Z
37602026-08-31T13:17:48.092Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/376)
37612026-08-31T13:17:48.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-31T13:17:48.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-31T13:17:48.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-31T13:17:48.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37652026-08-31T13:17:48.684Z
37662026-08-31T13:17:48.684Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/376)
37672026-08-31T13:17:49.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-31T13:17:49.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-31T13:17:49.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-08-31T13:17:49.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37712026-08-31T13:17:49.276Z
37722026-08-31T13:17:49.276Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/376)
37732026-08-31T13:17:49.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-08-31T13:17:49.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-08-31T13:17:49.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-08-31T13:17:49.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37772026-08-31T13:17:49.869Z
37782026-08-31T13:17:49.869Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/376)
37792026-08-31T13:17:50.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-08-31T13:17:50.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-08-31T13:17:50.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-08-31T13:17:50.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37832026-08-31T13:17:50.465Z
37842026-08-31T13:17:50.465Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/376)
37852026-08-31T13:17:50.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-08-31T13:17:50.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-08-31T13:17:50.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-08-31T13:17:50.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37892026-08-31T13:17:51.063Z
37902026-08-31T13:17:51.063Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/376)
37912026-08-31T13:17:51.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-08-31T13:17:51.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-08-31T13:17:51.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-08-31T13:17:51.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37952026-08-31T13:17:51.659Z
37962026-08-31T13:17:51.659Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/376)
37972026-08-31T13:17:52.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-08-31T13:17:52.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-08-31T13:17:52.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-08-31T13:17:52.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38012026-08-31T13:17:52.257Z
38022026-08-31T13:17:52.257Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/376)
38032026-08-31T13:17:52.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-08-31T13:17:52.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-08-31T13:17:52.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-08-31T13:17:52.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38072026-08-31T13:17:52.854Z
38082026-08-31T13:17:52.854Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/376)
38092026-08-31T13:17:53.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-08-31T13:17:53.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-08-31T13:17:53.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-08-31T13:17:53.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38132026-08-31T13:17:53.453Z
38142026-08-31T13:17:53.453Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/376)
38152026-08-31T13:17:53.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-08-31T13:17:53.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-08-31T13:17:53.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-08-31T13:17:53.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38192026-08-31T13:17:54.054Z
38202026-08-31T13:17:54.054Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/376)
38212026-08-31T13:17:54.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-08-31T13:17:54.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-08-31T13:17:54.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-08-31T13:17:54.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38252026-08-31T13:17:54.650Z
38262026-08-31T13:17:54.650Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/376)
38272026-08-31T13:17:55.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-08-31T13:17:55.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-08-31T13:17:55.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-08-31T13:17:55.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38312026-08-31T13:17:55.241Z
38322026-08-31T13:17:55.241Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/376)
38332026-08-31T13:17:55.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-08-31T13:17:55.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-08-31T13:17:55.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-08-31T13:17:55.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38372026-08-31T13:17:55.835Z
38382026-08-31T13:17:55.835Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/376)
38392026-08-31T13:17:56.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-08-31T13:17:56.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-08-31T13:17:56.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-08-31T13:17:56.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38432026-08-31T13:17:56.435Z
38442026-08-31T13:17:56.436Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/376)
38452026-08-31T13:17:56.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-08-31T13:17:56.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-08-31T13:17:56.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-08-31T13:17:56.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38492026-08-31T13:17:57.037Z
38502026-08-31T13:17:57.037Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/376)
38512026-08-31T13:17:57.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-08-31T13:17:57.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-08-31T13:17:57.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-08-31T13:17:57.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38552026-08-31T13:17:57.634Z
38562026-08-31T13:17:57.634Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/376)
38572026-08-31T13:17:58.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-08-31T13:17:58.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-08-31T13:17:58.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-08-31T13:17:58.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38612026-08-31T13:17:58.236Z
38622026-08-31T13:17:58.236Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/376)
38632026-08-31T13:17:58.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-08-31T13:17:58.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-08-31T13:17:58.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-08-31T13:17:58.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38672026-08-31T13:17:58.834Z
38682026-08-31T13:17:58.834Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/376)
38692026-08-31T13:17:59.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-08-31T13:17:59.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-08-31T13:17:59.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-08-31T13:17:59.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38732026-08-31T13:17:59.414Z
38742026-08-31T13:17:59.414Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/376)
38752026-08-31T13:17:59.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-08-31T13:17:59.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-08-31T13:17:59.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-08-31T13:17:59.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38792026-08-31T13:17:59.995Z
38802026-08-31T13:17:59.995Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/376)
38812026-08-31T13:18:00.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-08-31T13:18:00.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-08-31T13:18:00.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-08-31T13:18:00.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38852026-08-31T13:18:00.576Z
38862026-08-31T13:18:00.576Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/376)
38872026-08-31T13:18:01.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-08-31T13:18:01.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-08-31T13:18:01.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-08-31T13:18:01.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38912026-08-31T13:18:01.154Z
38922026-08-31T13:18:01.154Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/376)
38932026-08-31T13:18:01.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-08-31T13:18:01.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-08-31T13:18:01.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-08-31T13:18:01.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38972026-08-31T13:18:01.735Z
38982026-08-31T13:18:01.735Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/376)
38992026-08-31T13:18:02.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-08-31T13:18:02.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-08-31T13:18:02.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-08-31T13:18:02.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39032026-08-31T13:18:02.318Z
39042026-08-31T13:18:02.318Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/376)
39052026-08-31T13:18:02.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-08-31T13:18:02.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-08-31T13:18:02.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-08-31T13:18:02.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39092026-08-31T13:18:02.900Z
39102026-08-31T13:18:02.900Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/376)
39112026-08-31T13:18:03.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-08-31T13:18:03.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-08-31T13:18:03.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-08-31T13:18:03.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39152026-08-31T13:18:03.481Z
39162026-08-31T13:18:03.481Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/376)
39172026-08-31T13:18:03.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-08-31T13:18:03.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-08-31T13:18:03.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-08-31T13:18:03.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39212026-08-31T13:18:04.058Z
39222026-08-31T13:18:04.058Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/376)
39232026-08-31T13:18:04.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-08-31T13:18:04.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-08-31T13:18:04.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-08-31T13:18:04.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39272026-08-31T13:18:04.636Z
39282026-08-31T13:18:04.636Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/376)
39292026-08-31T13:18:05.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-08-31T13:18:05.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-08-31T13:18:05.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-08-31T13:18:05.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39332026-08-31T13:18:05.217Z
39342026-08-31T13:18:05.217Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/376)
39352026-08-31T13:18:05.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-08-31T13:18:05.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-08-31T13:18:05.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-08-31T13:18:05.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39392026-08-31T13:18:05.795Z
39402026-08-31T13:18:05.795Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/376)
39412026-08-31T13:18:06.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-08-31T13:18:06.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-08-31T13:18:06.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-08-31T13:18:06.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39452026-08-31T13:18:06.387Z
39462026-08-31T13:18:06.388Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/376)
39472026-08-31T13:18:06.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-31T13:18:06.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-31T13:18:06.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-08-31T13:18:06.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39512026-08-31T13:18:06.962Z
39522026-08-31T13:18:06.962Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/376)
39532026-08-31T13:18:07.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-31T13:18:07.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-31T13:18:07.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-08-31T13:18:07.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39572026-08-31T13:18:07.532Z
39582026-08-31T13:18:07.532Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/376)
39592026-08-31T13:18:08.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-08-31T13:18:08.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-08-31T13:18:08.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-08-31T13:18:08.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39632026-08-31T13:18:08.107Z
39642026-08-31T13:18:08.107Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/376)
39652026-08-31T13:18:08.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-08-31T13:18:08.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-08-31T13:18:08.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-08-31T13:18:08.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39692026-08-31T13:18:08.704Z
39702026-08-31T13:18:08.704Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/376)
39712026-08-31T13:18:09.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-31T13:18:09.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-31T13:18:09.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-08-31T13:18:09.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39752026-08-31T13:18:09.304Z
39762026-08-31T13:18:09.304Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/376)
39772026-08-31T13:18:09.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-31T13:18:09.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-31T13:18:09.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-08-31T13:18:09.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39812026-08-31T13:18:09.896Z
39822026-08-31T13:18:09.896Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/376)
39832026-08-31T13:18:10.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-08-31T13:18:10.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-08-31T13:18:10.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-08-31T13:18:10.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39872026-08-31T13:18:10.494Z
39882026-08-31T13:18:10.494Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/376)
39892026-08-31T13:18:10.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-08-31T13:18:10.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-08-31T13:18:10.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-08-31T13:18:11.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39932026-08-31T13:18:11.092Z
39942026-08-31T13:18:11.092Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/376)
39952026-08-31T13:18:11.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-08-31T13:18:11.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-08-31T13:18:11.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-08-31T13:18:11.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39992026-08-31T13:18:11.688Z
40002026-08-31T13:18:11.688Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/376)
40012026-08-31T13:18:12.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-08-31T13:18:12.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-08-31T13:18:12.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-08-31T13:18:12.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40052026-08-31T13:18:12.278Z
40062026-08-31T13:18:12.278Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/376)
40072026-08-31T13:18:12.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-08-31T13:18:12.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-08-31T13:18:12.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-08-31T13:18:12.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40112026-08-31T13:18:12.872Z
40122026-08-31T13:18:12.872Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/376)
40132026-08-31T13:18:13.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-08-31T13:18:13.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-08-31T13:18:13.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-08-31T13:18:13.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40172026-08-31T13:18:13.470Z
40182026-08-31T13:18:13.470Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/376)
40192026-08-31T13:18:13.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-08-31T13:18:13.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-08-31T13:18:13.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-08-31T13:18:13.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40232026-08-31T13:18:14.071Z
40242026-08-31T13:18:14.071Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/376)
40252026-08-31T13:18:14.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-08-31T13:18:14.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-08-31T13:18:14.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-08-31T13:18:14.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40292026-08-31T13:18:14.672Z
40302026-08-31T13:18:14.672Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/376)
40312026-08-31T13:18:15.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-08-31T13:18:15.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-08-31T13:18:15.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-08-31T13:18:15.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40352026-08-31T13:18:15.274Z
40362026-08-31T13:18:15.274Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/376)
40372026-08-31T13:18:15.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-08-31T13:18:15.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-08-31T13:18:15.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-08-31T13:18:15.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40412026-08-31T13:18:15.875Z
40422026-08-31T13:18:15.875Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/376)
40432026-08-31T13:18:16.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-08-31T13:18:16.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-08-31T13:18:16.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-08-31T13:18:16.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40472026-08-31T13:18:16.477Z
40482026-08-31T13:18:16.477Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/376)
40492026-08-31T13:18:16.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-08-31T13:18:16.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-08-31T13:18:16.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-08-31T13:18:16.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40532026-08-31T13:18:17.078Z
40542026-08-31T13:18:17.078Zinfo: running `cargo check --bins` on oximeter-producer (235/376)
40552026-08-31T13:18:17.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-08-31T13:18:17.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-08-31T13:18:17.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-08-31T13:18:17.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40592026-08-31T13:18:17.701Z
40602026-08-31T13:18:17.701Zinfo: running `cargo check --bins` on internal-dns-resolver (236/376)
40612026-08-31T13:18:18.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-08-31T13:18:18.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-08-31T13:18:18.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-08-31T13:18:18.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40652026-08-31T13:18:18.273Z
40662026-08-31T13:18:18.273Zinfo: running `cargo check --bins` on dns-server (237/376)
40672026-08-31T13:18:18.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-08-31T13:18:18.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-08-31T13:18:18.916Z Compiling parking_lot_core v0.8.6
40702026-08-31T13:18:19.025Z Compiling git-stub v1.0.0
40712026-08-31T13:18:19.035Z Checking prefix-trie v0.7.0
40722026-08-31T13:18:19.038Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40732026-08-31T13:18:19.150Z Compiling git-stub-vcs v0.1.0
40742026-08-31T13:18:19.317Z Checking hickory-server v0.25.2
40752026-08-31T13:18:19.413Z Checking parking_lot v0.11.2
40762026-08-31T13:18:19.451Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40772026-08-31T13:18:19.580Z Checking sled v0.34.7
40782026-08-31T13:18:21.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
40792026-08-31T13:18:21.695Z
40802026-08-31T13:18:21.695Zinfo: running `cargo check --bins` on dns-server-api (238/376)
40812026-08-31T13:18:22.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-08-31T13:18:22.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-08-31T13:18:22.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-08-31T13:18:22.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40852026-08-31T13:18:22.277Z
40862026-08-31T13:18:22.277Zinfo: running `cargo check --bins` on nexus-client (239/376)
40872026-08-31T13:18:22.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-08-31T13:18:22.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-08-31T13:18:22.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-08-31T13:18:22.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40912026-08-31T13:18:22.883Z
40922026-08-31T13:18:22.883Zinfo: running `cargo check --bins` on oximeter-producer-api (240/376)
40932026-08-31T13:18:23.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-08-31T13:18:23.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-08-31T13:18:23.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-08-31T13:18:23.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40972026-08-31T13:18:23.456Z
40982026-08-31T13:18:23.456Zinfo: running `cargo check --bins` on sp-sim (241/376)
40992026-08-31T13:18:23.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-08-31T13:18:23.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-08-31T13:18:24.163Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41022026-08-31T13:18:24.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
41032026-08-31T13:18:24.868Z
41042026-08-31T13:18:24.868Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/376)
41052026-08-31T13:18:25.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-08-31T13:18:25.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-08-31T13:18:25.689Z Compiling proc-macro-error-attr2 v2.0.0
41082026-08-31T13:18:25.693Z Compiling hashbrown v0.14.5
41092026-08-31T13:18:25.693Z Compiling rfc6979 v0.4.0
41102026-08-31T13:18:25.836Z Compiling salty v0.3.0
41112026-08-31T13:18:25.845Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41122026-08-31T13:18:25.856Z Compiling primeorder v0.13.6
41132026-08-31T13:18:25.870Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41142026-08-31T13:18:25.936Z Compiling ecdsa v0.16.9
41152026-08-31T13:18:25.987Z Compiling sha1 v0.10.6
41162026-08-31T13:18:26.109Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41172026-08-31T13:18:26.191Z Compiling proc-macro-error2 v2.0.1
41182026-08-31T13:18:26.291Z Compiling p384 v0.13.1
41192026-08-31T13:18:26.334Z Compiling chumsky v0.9.3
41202026-08-31T13:18:26.338Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41212026-08-31T13:18:26.359Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41222026-08-31T13:18:26.497Z Compiling knus-derive v3.4.0
41232026-08-31T13:18:26.602Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41242026-08-31T13:18:26.606Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41252026-08-31T13:18:26.640Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41262026-08-31T13:18:26.774Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41272026-08-31T13:18:26.852Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41282026-08-31T13:18:26.976Z Checking corncobs v0.1.4
41292026-08-31T13:18:27.044Z Checking libscf-sys v1.2.0
41302026-08-31T13:18:27.044Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41312026-08-31T13:18:27.072Z Checking secrecy v0.8.0
41322026-08-31T13:18:27.086Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41332026-08-31T13:18:27.100Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41342026-08-31T13:18:27.175Z Checking papergrid v0.18.0
41352026-08-31T13:18:27.194Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41362026-08-31T13:18:27.225Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41372026-08-31T13:18:27.348Z Compiling unicase v2.9.0
41382026-08-31T13:18:27.429Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41392026-08-31T13:18:27.464Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41402026-08-31T13:18:27.522Z Checking itertools v0.15.0
41412026-08-31T13:18:27.544Z Compiling mime_guess v2.0.5
41422026-08-31T13:18:27.666Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41432026-08-31T13:18:27.719Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41442026-08-31T13:18:27.922Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41452026-08-31T13:18:27.955Z Compiling knus v3.4.0
41462026-08-31T13:18:27.958Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41472026-08-31T13:18:27.991Z Checking tabled v0.21.0
41482026-08-31T13:18:28.098Z Checking http-range v0.1.5
41492026-08-31T13:18:28.225Z Checking crc8 v0.1.1
41502026-08-31T13:18:28.306Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41512026-08-31T13:18:28.655Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41522026-08-31T13:18:28.671Z Checking scuffle v0.1.0
41532026-08-31T13:18:28.713Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41542026-08-31T13:18:28.817Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41552026-08-31T13:18:28.841Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41562026-08-31T13:18:28.858Z Checking nanorand v0.7.0
41572026-08-31T13:18:28.900Z Checking hyper-staticfile v0.10.1
41582026-08-31T13:18:29.057Z Checking flume v0.11.1
41592026-08-31T13:18:29.182Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41602026-08-31T13:18:29.219Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41612026-08-31T13:18:29.234Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41622026-08-31T13:18:29.298Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41632026-08-31T13:18:29.345Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41642026-08-31T13:18:29.550Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41652026-08-31T13:18:29.566Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41662026-08-31T13:18:29.587Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41672026-08-31T13:18:29.737Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41682026-08-31T13:18:29.874Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41692026-08-31T13:18:30.143Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41702026-08-31T13:18:30.179Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41712026-08-31T13:18:30.707Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41722026-08-31T13:18:31.528Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41732026-08-31T13:18:33.475Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41742026-08-31T13:18:34.507Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41752026-08-31T13:18:35.060Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41762026-08-31T13:18:35.060Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41772026-08-31T13:18:35.756Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41782026-08-31T13:18:47.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.16s
41792026-08-31T13:18:47.037Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41802026-08-31T13:18:47.037Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41812026-08-31T13:18:47.245Z
41822026-08-31T13:18:47.245Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/376)
41832026-08-31T13:18:47.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-08-31T13:18:47.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-08-31T13:18:48.025Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41862026-08-31T13:18:58.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
41872026-08-31T13:18:58.559Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41882026-08-31T13:18:58.559Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41892026-08-31T13:18:58.762Z
41902026-08-31T13:18:58.762Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/376)
41912026-08-31T13:18:59.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-08-31T13:18:59.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-08-31T13:18:59.530Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41942026-08-31T13:19:09.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.05s
41952026-08-31T13:19:09.824Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41962026-08-31T13:19:09.824Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41972026-08-31T13:19:10.028Z
41982026-08-31T13:19:10.029Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/376)
41992026-08-31T13:19:10.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-08-31T13:19:10.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-08-31T13:19:10.810Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42022026-08-31T13:19:21.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.08s
42032026-08-31T13:19:21.119Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42042026-08-31T13:19:21.120Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42052026-08-31T13:19:21.321Z
42062026-08-31T13:19:21.321Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/376)
42072026-08-31T13:19:21.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-08-31T13:19:21.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-08-31T13:19:22.095Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42102026-08-31T13:19:32.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.02s
42112026-08-31T13:19:32.352Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42122026-08-31T13:19:32.352Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42132026-08-31T13:19:32.554Z
42142026-08-31T13:19:32.554Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/376)
42152026-08-31T13:19:33.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-08-31T13:19:33.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-08-31T13:19:33.329Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42182026-08-31T13:19:43.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
42192026-08-31T13:19:43.868Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42202026-08-31T13:19:43.868Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42212026-08-31T13:19:44.072Z
42222026-08-31T13:19:44.072Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/376)
42232026-08-31T13:19:44.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-08-31T13:19:44.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-08-31T13:19:44.848Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42262026-08-31T13:19:55.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.06s
42272026-08-31T13:19:55.148Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42282026-08-31T13:19:55.148Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42292026-08-31T13:19:55.353Z
42302026-08-31T13:19:55.353Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/376)
42312026-08-31T13:19:55.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-08-31T13:19:55.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-08-31T13:19:56.139Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42342026-08-31T13:20:06.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.07s
42352026-08-31T13:20:06.434Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42362026-08-31T13:20:06.434Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42372026-08-31T13:20:06.630Z
42382026-08-31T13:20:06.630Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/376)
42392026-08-31T13:20:07.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-08-31T13:20:07.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-08-31T13:20:07.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-08-31T13:20:07.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42432026-08-31T13:20:07.213Z
42442026-08-31T13:20:07.213Zinfo: running `cargo check --bins` on installinator-common (251/376)
42452026-08-31T13:20:07.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-08-31T13:20:07.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-08-31T13:20:07.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-08-31T13:20:07.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42492026-08-31T13:20:07.812Z
42502026-08-31T13:20:07.812Zinfo: running `cargo check --bins` on installinator-common-versions (252/376)
42512026-08-31T13:20:08.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-08-31T13:20:08.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-08-31T13:20:08.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-08-31T13:20:08.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42552026-08-31T13:20:08.378Z
42562026-08-31T13:20:08.378Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/376)
42572026-08-31T13:20:08.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-08-31T13:20:08.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-08-31T13:20:08.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-08-31T13:20:08.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42612026-08-31T13:20:08.994Z
42622026-08-31T13:20:08.994Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/376)
42632026-08-31T13:20:09.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-08-31T13:20:09.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-08-31T13:20:09.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-08-31T13:20:09.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42672026-08-31T13:20:09.575Z
42682026-08-31T13:20:09.575Zinfo: running `cargo check --bins` on range-requests (255/376)
42692026-08-31T13:20:10.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-08-31T13:20:10.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-08-31T13:20:10.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-08-31T13:20:10.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42732026-08-31T13:20:10.148Z
42742026-08-31T13:20:10.148Zinfo: running `cargo check --bins` on repo-depot-api (256/376)
42752026-08-31T13:20:10.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-08-31T13:20:10.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-08-31T13:20:10.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-08-31T13:20:10.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42792026-08-31T13:20:10.720Z
42802026-08-31T13:20:10.720Zinfo: running `cargo check --bins` on repo-depot-client (257/376)
42812026-08-31T13:20:11.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-08-31T13:20:11.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-08-31T13:20:11.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-08-31T13:20:11.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42852026-08-31T13:20:11.283Z
42862026-08-31T13:20:11.283Zinfo: running `cargo check --bins` on sled-agent-api (258/376)
42872026-08-31T13:20:11.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-08-31T13:20:11.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-08-31T13:20:11.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-08-31T13:20:11.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42912026-08-31T13:20:11.878Z
42922026-08-31T13:20:11.878Zinfo: running `cargo check --bins` on sled-diagnostics (259/376)
42932026-08-31T13:20:12.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-08-31T13:20:12.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-08-31T13:20:12.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-08-31T13:20:12.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42972026-08-31T13:20:12.477Z
42982026-08-31T13:20:12.477Zinfo: running `cargo check --bins` on zfs-test-harness (260/376)
42992026-08-31T13:20:12.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-08-31T13:20:12.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-08-31T13:20:12.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-08-31T13:20:12.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43032026-08-31T13:20:13.080Z
43042026-08-31T13:20:13.080Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/376)
43052026-08-31T13:20:13.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-08-31T13:20:13.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-08-31T13:20:13.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-08-31T13:20:13.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43092026-08-31T13:20:13.688Z
43102026-08-31T13:20:13.688Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/376)
43112026-08-31T13:20:14.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-08-31T13:20:14.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-08-31T13:20:14.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-08-31T13:20:14.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43152026-08-31T13:20:14.295Z
43162026-08-31T13:20:14.295Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/376)
43172026-08-31T13:20:14.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-08-31T13:20:14.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-08-31T13:20:14.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-08-31T13:20:14.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43212026-08-31T13:20:14.898Z
43222026-08-31T13:20:14.898Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/376)
43232026-08-31T13:20:15.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-08-31T13:20:15.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-08-31T13:20:15.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-08-31T13:20:15.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43272026-08-31T13:20:15.503Z
43282026-08-31T13:20:15.503Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/376)
43292026-08-31T13:20:16.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-08-31T13:20:16.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-08-31T13:20:16.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-08-31T13:20:16.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43332026-08-31T13:20:16.107Z
43342026-08-31T13:20:16.107Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/376)
43352026-08-31T13:20:16.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-08-31T13:20:16.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-08-31T13:20:16.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-08-31T13:20:16.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43392026-08-31T13:20:16.711Z
43402026-08-31T13:20:16.711Zinfo: running `cargo check --bins` on trust-quorum (267/376)
43412026-08-31T13:20:17.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-08-31T13:20:17.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-08-31T13:20:17.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-08-31T13:20:17.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43452026-08-31T13:20:17.323Z
43462026-08-31T13:20:17.323Zinfo: running `cargo check --bins` on sled-agent-health-monitor (268/376)
43472026-08-31T13:20:17.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-08-31T13:20:17.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-08-31T13:20:17.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-08-31T13:20:17.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43512026-08-31T13:20:17.912Z
43522026-08-31T13:20:17.912Zinfo: running `cargo check --bins` on sled-agent-multirack-join (269/376)
43532026-08-31T13:20:18.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-08-31T13:20:18.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-08-31T13:20:18.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-08-31T13:20:18.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43572026-08-31T13:20:18.537Z
43582026-08-31T13:20:18.538Zinfo: running `cargo check --bins` on sled-agent-rack-setup (270/376)
43592026-08-31T13:20:19.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-08-31T13:20:19.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-08-31T13:20:19.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43622026-08-31T13:20:19.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43632026-08-31T13:20:19.158Z
43642026-08-31T13:20:19.161Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (271/376)
43652026-08-31T13:20:19.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-08-31T13:20:19.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-08-31T13:20:19.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43682026-08-31T13:20:19.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43692026-08-31T13:20:19.772Z
43702026-08-31T13:20:19.772Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (272/376)
43712026-08-31T13:20:20.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-08-31T13:20:20.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-08-31T13:20:20.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-08-31T13:20:20.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43752026-08-31T13:20:20.395Z
43762026-08-31T13:20:20.395Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (273/376)
43772026-08-31T13:20:20.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-31T13:20:20.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-31T13:20:20.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-08-31T13:20:20.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43812026-08-31T13:20:21.019Z
43822026-08-31T13:20:21.019Zinfo: running `cargo check --bins` on omicron-deployment-graph (274/376)
43832026-08-31T13:20:21.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-08-31T13:20:21.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-08-31T13:20:21.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-08-31T13:20:21.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43872026-08-31T13:20:21.581Z
43882026-08-31T13:20:21.581Zinfo: running `cargo check --bins` on transient-dns-server (275/376)
43892026-08-31T13:20:22.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-08-31T13:20:22.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-08-31T13:20:22.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-08-31T13:20:22.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43932026-08-31T13:20:22.173Z
43942026-08-31T13:20:22.173Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (276/376)
43952026-08-31T13:20:22.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-08-31T13:20:22.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-08-31T13:20:22.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-08-31T13:20:22.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43992026-08-31T13:20:22.765Z
44002026-08-31T13:20:22.765Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (277/376)
44012026-08-31T13:20:23.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-08-31T13:20:23.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-08-31T13:20:23.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-08-31T13:20:23.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44052026-08-31T13:20:23.355Z
44062026-08-31T13:20:23.355Zinfo: running `cargo check --bins` on omicron-rpaths (278/376)
44072026-08-31T13:20:23.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-08-31T13:20:23.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-08-31T13:20:23.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-08-31T13:20:23.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44112026-08-31T13:20:23.915Z
44122026-08-31T13:20:23.915Zinfo: running `cargo check --bins` on omicron-repl-utils (279/376)
44132026-08-31T13:20:24.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-08-31T13:20:24.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-08-31T13:20:24.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-08-31T13:20:24.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44172026-08-31T13:20:24.480Z
44182026-08-31T13:20:24.480Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (280/376)
44192026-08-31T13:20:24.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-08-31T13:20:24.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-08-31T13:20:25.182Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44222026-08-31T13:20:25.611Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44232026-08-31T13:20:26.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
44242026-08-31T13:20:26.978Z
44252026-08-31T13:20:26.978Zinfo: running `cargo check --bins` on clickhouse-admin-api (281/376)
44262026-08-31T13:20:27.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-08-31T13:20:27.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-08-31T13:20:27.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44292026-08-31T13:20:27.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44302026-08-31T13:20:27.557Z
44312026-08-31T13:20:27.557Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (282/376)
44322026-08-31T13:20:28.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-08-31T13:20:28.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-08-31T13:20:28.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-08-31T13:20:28.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44362026-08-31T13:20:28.135Z
44372026-08-31T13:20:28.135Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (283/376)
44382026-08-31T13:20:28.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-08-31T13:20:28.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-08-31T13:20:28.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-08-31T13:20:28.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44422026-08-31T13:20:28.720Z
44432026-08-31T13:20:28.720Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (284/376)
44442026-08-31T13:20:29.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-08-31T13:20:29.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-08-31T13:20:29.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-08-31T13:20:29.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44482026-08-31T13:20:29.302Z
44492026-08-31T13:20:29.302Zinfo: running `cargo check --bins` on installinator-client (285/376)
44502026-08-31T13:20:29.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-08-31T13:20:29.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-08-31T13:20:29.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-08-31T13:20:29.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44542026-08-31T13:20:29.873Z
44552026-08-31T13:20:29.874Zinfo: running `cargo check --bins` on oxide-client (286/376)
44562026-08-31T13:20:30.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-08-31T13:20:30.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-08-31T13:20:30.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-08-31T13:20:30.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44602026-08-31T13:20:30.440Z
44612026-08-31T13:20:30.440Zinfo: running `cargo check --bins` on oximeter-client (287/376)
44622026-08-31T13:20:30.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-08-31T13:20:30.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-08-31T13:20:30.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-08-31T13:20:30.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44662026-08-31T13:20:31.021Z
44672026-08-31T13:20:31.021Zinfo: running `cargo check --bins` on wicketd-client (288/376)
44682026-08-31T13:20:31.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-08-31T13:20:31.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-08-31T13:20:31.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-08-31T13:20:31.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44722026-08-31T13:20:31.622Z
44732026-08-31T13:20:31.622Zinfo: running `cargo check --bins` on wicket-common (289/376)
44742026-08-31T13:20:32.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-08-31T13:20:32.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-08-31T13:20:32.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-08-31T13:20:32.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44782026-08-31T13:20:32.221Z
44792026-08-31T13:20:32.221Zinfo: running `cargo check --bins` on wicketd-commission-client (290/376)
44802026-08-31T13:20:32.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-08-31T13:20:32.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-08-31T13:20:32.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44832026-08-31T13:20:32.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44842026-08-31T13:20:32.812Z
44852026-08-31T13:20:32.812Zinfo: running `cargo check --bins` on omicron-cockroach-admin (291/376)
44862026-08-31T13:20:33.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-08-31T13:20:33.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-08-31T13:20:33.477Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44892026-08-31T13:20:33.480Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
44902026-08-31T13:20:34.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
44912026-08-31T13:20:34.844Z
44922026-08-31T13:20:34.844Zinfo: running `cargo check --bins` on cockroach-admin-api (292/376)
44932026-08-31T13:20:35.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-08-31T13:20:35.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-08-31T13:20:35.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44962026-08-31T13:20:35.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44972026-08-31T13:20:35.410Z
44982026-08-31T13:20:35.410Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (293/376)
44992026-08-31T13:20:35.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-08-31T13:20:35.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-08-31T13:20:35.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45022026-08-31T13:20:35.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45032026-08-31T13:20:36.071Z
45042026-08-31T13:20:36.071Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (294/376)
45052026-08-31T13:20:36.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-08-31T13:20:36.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-08-31T13:20:36.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-08-31T13:20:36.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45092026-08-31T13:20:36.728Z
45102026-08-31T13:20:36.728Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (295/376)
45112026-08-31T13:20:37.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-08-31T13:20:37.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-08-31T13:20:37.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45142026-08-31T13:20:37.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45152026-08-31T13:20:37.350Z
45162026-08-31T13:20:37.350Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (296/376)
45172026-08-31T13:20:37.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-08-31T13:20:37.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-08-31T13:20:37.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45202026-08-31T13:20:37.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45212026-08-31T13:20:37.980Z
45222026-08-31T13:20:37.980Zinfo: running `cargo check --bins` on db-macros (297/376)
45232026-08-31T13:20:38.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-08-31T13:20:38.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-08-31T13:20:38.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45262026-08-31T13:20:38.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45272026-08-31T13:20:38.529Z
45282026-08-31T13:20:38.529Zinfo: running `cargo check --bins` on nexus-macros-common (298/376)
45292026-08-31T13:20:39.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-08-31T13:20:39.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-08-31T13:20:39.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45322026-08-31T13:20:39.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45332026-08-31T13:20:39.104Z
45342026-08-31T13:20:39.104Zinfo: running `cargo check --bins` on nexus-auth (299/376)
45352026-08-31T13:20:39.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-31T13:20:39.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-31T13:20:39.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45382026-08-31T13:20:39.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45392026-08-31T13:20:39.722Z
45402026-08-31T13:20:39.722Zinfo: running `cargo check --bins` on authz-macros (300/376)
45412026-08-31T13:20:40.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-08-31T13:20:40.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-08-31T13:20:40.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45442026-08-31T13:20:40.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45452026-08-31T13:20:40.276Z
45462026-08-31T13:20:40.276Zinfo: running `cargo check --bins` on nexus-db-fixed-data (301/376)
45472026-08-31T13:20:40.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-08-31T13:20:40.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-08-31T13:20:40.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-08-31T13:20:40.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45512026-08-31T13:20:40.888Z
45522026-08-31T13:20:40.888Zinfo: running `cargo check --bins` on nexus-db-model (302/376)
45532026-08-31T13:20:41.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-08-31T13:20:41.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-08-31T13:20:41.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45562026-08-31T13:20:41.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45572026-08-31T13:20:41.503Z
45582026-08-31T13:20:41.503Zinfo: running `cargo check --bins` on nexus-db-schema (303/376)
45592026-08-31T13:20:41.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-08-31T13:20:41.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-08-31T13:20:41.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-08-31T13:20:41.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45632026-08-31T13:20:42.075Z
45642026-08-31T13:20:42.075Zinfo: running `cargo check --bins` on nexus-defaults (304/376)
45652026-08-31T13:20:42.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-08-31T13:20:42.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-08-31T13:20:42.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-08-31T13:20:42.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45692026-08-31T13:20:42.644Z
45702026-08-31T13:20:42.644Zinfo: running `cargo check --bins` on omicron-git-version (305/376)
45712026-08-31T13:20:43.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-08-31T13:20:43.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-08-31T13:20:43.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45742026-08-31T13:20:43.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45752026-08-31T13:20:43.203Z
45762026-08-31T13:20:43.203Zinfo: running `cargo check --bins` on nexus-db-errors (306/376)
45772026-08-31T13:20:43.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-08-31T13:20:43.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-08-31T13:20:43.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45802026-08-31T13:20:43.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45812026-08-31T13:20:43.826Z
45822026-08-31T13:20:43.826Zinfo: running `cargo check --bins` on nexus-db-lookup (307/376)
45832026-08-31T13:20:44.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-08-31T13:20:44.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-08-31T13:20:44.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45862026-08-31T13:20:44.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45872026-08-31T13:20:44.449Z
45882026-08-31T13:20:44.449Zinfo: running `cargo check --bins` on nexus-test-interface (308/376)
45892026-08-31T13:20:44.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-08-31T13:20:44.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-08-31T13:20:44.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-08-31T13:20:44.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45932026-08-31T13:20:45.074Z
45942026-08-31T13:20:45.074Zinfo: running `cargo check --bins` on oximeter-collector (309/376)
45952026-08-31T13:20:45.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-08-31T13:20:45.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-08-31T13:20:45.796Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
45982026-08-31T13:20:45.796Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
45992026-08-31T13:20:46.467Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46002026-08-31T13:20:48.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
46012026-08-31T13:20:48.370Z
46022026-08-31T13:20:48.370Zinfo: running `cargo check --bins` on oximeter-api (310/376)
46032026-08-31T13:20:48.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-08-31T13:20:48.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-08-31T13:20:48.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46062026-08-31T13:20:48.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46072026-08-31T13:20:48.941Z
46082026-08-31T13:20:48.941Zinfo: running `cargo check --bins` on cert-dev (311/376)
46092026-08-31T13:20:49.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-08-31T13:20:49.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-08-31T13:20:49.551Z Checking yasna v0.5.2
46122026-08-31T13:20:49.953Z Checking rcgen v0.12.1
46132026-08-31T13:20:50.207Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46142026-08-31T13:20:50.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46152026-08-31T13:20:50.568Z
46162026-08-31T13:20:50.568Zinfo: running `cargo check --bins` on clickana (312/376)
46172026-08-31T13:20:51.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-08-31T13:20:51.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-08-31T13:20:51.210Z Compiling instability v0.3.11
46202026-08-31T13:20:51.210Z Checking castaway v0.2.4
46212026-08-31T13:20:51.213Z Compiling indoc v2.0.7
46222026-08-31T13:20:51.213Z Checking unicode-truncate v1.1.0
46232026-08-31T13:20:51.333Z Checking lru v0.12.5
46242026-08-31T13:20:51.336Z Checking cassowary v0.3.0
46252026-08-31T13:20:51.407Z Checking compact_str v0.8.1
46262026-08-31T13:20:52.199Z Checking ratatui v0.29.0
46272026-08-31T13:20:53.250Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46282026-08-31T13:20:53.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
46292026-08-31T13:20:54.144Z
46302026-08-31T13:20:54.144Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (313/376)
46312026-08-31T13:20:54.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-08-31T13:20:54.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-08-31T13:20:54.890Z Checking headers-core v0.3.0
46342026-08-31T13:20:54.890Z Checking port-file v0.1.0
46352026-08-31T13:20:54.893Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46362026-08-31T13:20:55.087Z Checking headers v0.4.1
46372026-08-31T13:20:55.453Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46382026-08-31T13:20:56.432Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46392026-08-31T13:20:56.973Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46402026-08-31T13:20:57.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
46412026-08-31T13:20:57.607Z
46422026-08-31T13:20:57.607Zinfo: running `cargo check --bins` on ch-dev (314/376)
46432026-08-31T13:20:58.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-31T13:20:58.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-31T13:20:58.338Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46462026-08-31T13:20:59.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
46472026-08-31T13:20:59.294Z
46482026-08-31T13:20:59.294Zinfo: running `cargo check --bins` on dev-tools-common (315/376)
46492026-08-31T13:20:59.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-08-31T13:20:59.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-08-31T13:20:59.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46522026-08-31T13:20:59.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
46532026-08-31T13:20:59.706Z
46542026-08-31T13:20:59.706Zinfo: running `cargo check --bins` on corpus-adjust (316/376)
46552026-08-31T13:21:00.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-31T13:21:00.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-31T13:21:00.329Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46582026-08-31T13:21:00.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
46592026-08-31T13:21:00.883Z
46602026-08-31T13:21:00.883Zinfo: running `cargo check --bins` on crdb-seed (317/376)
46612026-08-31T13:21:01.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-31T13:21:01.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-31T13:21:01.590Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46642026-08-31T13:21:02.700Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46652026-08-31T13:21:03.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
46662026-08-31T13:21:03.247Z
46672026-08-31T13:21:03.247Zinfo: running `cargo check --bins` on db-dev (318/376)
46682026-08-31T13:21:03.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46692026-08-31T13:21:03.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46702026-08-31T13:21:03.960Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46712026-08-31T13:21:04.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
46722026-08-31T13:21:04.918Z
46732026-08-31T13:21:04.918Zinfo: running `cargo check --bins` on omicron-dev-lib (319/376)
46742026-08-31T13:21:05.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-08-31T13:21:05.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-08-31T13:21:05.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46772026-08-31T13:21:05.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46782026-08-31T13:21:05.518Z
46792026-08-31T13:21:05.518Zinfo: running `cargo check --bins` on xtask-downloader (320/376)
46802026-08-31T13:21:05.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-08-31T13:21:05.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-08-31T13:21:06.124Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46832026-08-31T13:21:06.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
46842026-08-31T13:21:06.973Z
46852026-08-31T13:21:06.973Zinfo: running `cargo check --bins` on omicron-dropshot-apis (321/376)
46862026-08-31T13:21:07.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-08-31T13:21:07.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-08-31T13:21:07.706Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
46892026-08-31T13:21:07.706Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
46902026-08-31T13:21:07.710Z Checking git-stub v1.0.0
46912026-08-31T13:21:07.710Z Compiling trait-variant v0.1.2
46922026-08-31T13:21:07.710Z Checking maplit v1.0.2
46932026-08-31T13:21:07.839Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46942026-08-31T13:21:07.846Z Checking drift v0.2.0
46952026-08-31T13:21:07.856Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46962026-08-31T13:21:07.917Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46972026-08-31T13:21:07.972Z Checking git-stub-vcs v0.1.0
46982026-08-31T13:21:08.043Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46992026-08-31T13:21:08.060Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47002026-08-31T13:21:08.174Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47012026-08-31T13:21:08.222Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47022026-08-31T13:21:08.236Z Checking dropshot-api-manager v0.8.0
47032026-08-31T13:21:08.379Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47042026-08-31T13:21:08.573Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
47052026-08-31T13:21:09.083Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47062026-08-31T13:21:10.008Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47072026-08-31T13:21:11.012Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47082026-08-31T13:21:11.830Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47092026-08-31T13:21:12.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
47102026-08-31T13:21:12.473Z
47112026-08-31T13:21:12.473Zinfo: running `cargo check --bins` on installinator-api (322/376)
47122026-08-31T13:21:12.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-08-31T13:21:12.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-08-31T13:21:12.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47152026-08-31T13:21:12.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47162026-08-31T13:21:13.035Z
47172026-08-31T13:21:13.035Zinfo: running `cargo check --bins` on nexus-external-api (323/376)
47182026-08-31T13:21:13.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-31T13:21:13.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-31T13:21:13.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-31T13:21:13.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47222026-08-31T13:21:13.641Z
47232026-08-31T13:21:13.641Zinfo: running `cargo check --bins` on nexus-internal-api (324/376)
47242026-08-31T13:21:14.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-31T13:21:14.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-31T13:21:14.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-31T13:21:14.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47282026-08-31T13:21:14.243Z
47292026-08-31T13:21:14.243Zinfo: running `cargo check --bins` on nexus-lockstep-api (325/376)
47302026-08-31T13:21:14.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-31T13:21:14.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-31T13:21:14.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-31T13:21:14.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47342026-08-31T13:21:14.849Z
47352026-08-31T13:21:14.849Zinfo: running `cargo check --bins` on ntp-admin-api (326/376)
47362026-08-31T13:21:15.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-31T13:21:15.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-31T13:21:15.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-31T13:21:15.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47402026-08-31T13:21:15.415Z
47412026-08-31T13:21:15.415Zinfo: running `cargo check --bins` on ntp-admin-types-versions (327/376)
47422026-08-31T13:21:15.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-31T13:21:15.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-31T13:21:15.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-31T13:21:15.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47462026-08-31T13:21:15.974Z
47472026-08-31T13:21:15.974Zinfo: running `cargo check --bins` on wicketd-api (328/376)
47482026-08-31T13:21:16.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-31T13:21:16.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-31T13:21:16.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-31T13:21:16.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47522026-08-31T13:21:16.558Z
47532026-08-31T13:21:16.558Zinfo: running `cargo check --bins` on wicketd-commission-api (329/376)
47542026-08-31T13:21:17.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-31T13:21:17.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-31T13:21:17.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-31T13:21:17.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47582026-08-31T13:21:17.149Z
47592026-08-31T13:21:17.149Zinfo: running `cargo check --bins` on omicron-ls-apis (330/376)
47602026-08-31T13:21:17.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-31T13:21:17.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-31T13:21:17.759Z Compiling blake3 v1.8.5
47632026-08-31T13:21:17.868Z Checking arrayref v0.3.9
47642026-08-31T13:21:17.868Z Checking arrayvec v0.7.6
47652026-08-31T13:21:17.868Z Checking constant_time_eq v0.4.2
47662026-08-31T13:21:17.893Z Checking cargo-platform v0.3.2
47672026-08-31T13:21:17.893Z Checking topological-sort v0.2.2
47682026-08-31T13:21:17.896Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47692026-08-31T13:21:18.049Z Checking cargo_metadata v0.23.1
47702026-08-31T13:21:18.741Z Checking omicron-zone-package v0.12.3
47712026-08-31T13:21:19.448Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47722026-08-31T13:21:20.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
47732026-08-31T13:21:20.462Z
47742026-08-31T13:21:20.462Zinfo: running `cargo check --bins` on mgs-dev (331/376)
47752026-08-31T13:21:20.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47762026-08-31T13:21:21.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47772026-08-31T13:21:21.211Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47782026-08-31T13:21:21.841Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47792026-08-31T13:21:22.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
47802026-08-31T13:21:22.565Z
47812026-08-31T13:21:22.565Zinfo: running `cargo check --bins` on omicron-omdb (332/376)
47822026-08-31T13:21:23.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-08-31T13:21:23.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-08-31T13:21:23.534Z Compiling darling_core v0.21.3
47852026-08-31T13:21:23.534Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47862026-08-31T13:21:23.534Z Compiling vergen-lib v0.1.6
47872026-08-31T13:21:23.537Z Compiling diesel_derives v2.3.7
47882026-08-31T13:21:23.537Z Checking scheduled-thread-pool v0.2.7
47892026-08-31T13:21:23.537Z Compiling vergen-gitcl v1.0.8
47902026-08-31T13:21:23.537Z Compiling diesel_table_macro_syntax v0.3.0
47912026-08-31T13:21:23.537Z Compiling dirs-sys-next v0.1.2
47922026-08-31T13:21:23.868Z Compiling crunchy v0.2.4
47932026-08-31T13:21:23.898Z Compiling glob v0.3.3
47942026-08-31T13:21:23.902Z Checking r2d2 v0.8.10
47952026-08-31T13:21:23.968Z Compiling dirs-next v2.0.0
47962026-08-31T13:21:23.987Z Checking downcast-rs v2.0.2
47972026-08-31T13:21:24.085Z Compiling tiny-keccak v2.0.2
47982026-08-31T13:21:24.089Z Compiling term v0.7.0
47992026-08-31T13:21:24.241Z Compiling bit-vec v0.6.3
48002026-08-31T13:21:24.271Z Compiling clang-sys v1.8.1
48012026-08-31T13:21:24.287Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48022026-08-31T13:21:24.459Z Compiling bit-set v0.5.3
48032026-08-31T13:21:24.478Z Compiling ascii-canvas v3.0.0
48042026-08-31T13:21:24.618Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48052026-08-31T13:21:24.651Z Compiling itertools v0.10.5
48062026-08-31T13:21:24.667Z Compiling ena v0.14.4
48072026-08-31T13:21:24.691Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48082026-08-31T13:21:24.718Z Compiling libloading v0.8.9
48092026-08-31T13:21:24.738Z Compiling bindgen v0.71.1
48102026-08-31T13:21:24.781Z Compiling regex-syntax v0.6.29
48112026-08-31T13:21:24.876Z Compiling diff v0.1.13
48122026-08-31T13:21:25.148Z Compiling cexpr v0.6.0
48132026-08-31T13:21:25.168Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48142026-08-31T13:21:25.293Z Compiling rustc-hash v2.1.1
48152026-08-31T13:21:25.352Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48162026-08-31T13:21:25.614Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48172026-08-31T13:21:25.704Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48182026-08-31T13:21:25.723Z Compiling libxml v0.3.3
48192026-08-31T13:21:25.808Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48202026-08-31T13:21:25.978Z Compiling strum_macros v0.24.3
48212026-08-31T13:21:25.995Z Compiling indoc v1.0.9
48222026-08-31T13:21:26.319Z Compiling darling_macro v0.21.3
48232026-08-31T13:21:26.453Z Compiling lalrpop v0.19.12
48242026-08-31T13:21:26.826Z Compiling darling v0.21.3
48252026-08-31T13:21:26.843Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48262026-08-31T13:21:26.871Z Checking derive_builder v0.20.2
48272026-08-31T13:21:26.919Z Compiling dsl_auto_type v0.2.0
48282026-08-31T13:21:26.988Z Compiling oso-derive v0.27.3
48292026-08-31T13:21:27.031Z Checking quick-xml v0.37.5
48302026-08-31T13:21:27.307Z Compiling impl-trait-for-tuples v0.2.3
48312026-08-31T13:21:27.486Z Checking openssl-probe v0.1.6
48322026-08-31T13:21:27.628Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48332026-08-31T13:21:27.909Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48342026-08-31T13:21:28.161Z Checking bb8 v0.8.6
48352026-08-31T13:21:28.441Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48362026-08-31T13:21:28.457Z Checking nonempty v0.12.0
48372026-08-31T13:21:28.476Z Compiling libz-sys v1.1.24
48382026-08-31T13:21:28.620Z Compiling strsim v0.10.0
48392026-08-31T13:21:28.661Z Compiling libgit2-sys v0.18.3+1.9.2
48402026-08-31T13:21:28.870Z Compiling darling_core v0.13.4
48412026-08-31T13:21:28.953Z Compiling progenitor-impl v0.13.0
48422026-08-31T13:21:29.054Z Compiling vergen-git2 v9.1.0
48432026-08-31T13:21:30.164Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48442026-08-31T13:21:30.350Z Checking progenitor-client v0.13.0
48452026-08-31T13:21:30.624Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48462026-08-31T13:21:30.728Z Compiling darling_macro v0.13.4
48472026-08-31T13:21:31.218Z Compiling darling v0.13.4
48482026-08-31T13:21:31.312Z Compiling serde_with_macros v1.5.2
48492026-08-31T13:21:31.516Z Compiling progenitor-macro v0.13.0
48502026-08-31T13:21:31.585Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48512026-08-31T13:21:31.798Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48522026-08-31T13:21:31.987Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48532026-08-31T13:21:32.170Z Compiling serde_with v1.14.0
48542026-08-31T13:21:32.188Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48552026-08-31T13:21:32.372Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48562026-08-31T13:21:32.556Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48572026-08-31T13:21:32.718Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48582026-08-31T13:21:32.741Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48592026-08-31T13:21:32.826Z Checking diesel v2.3.7
48602026-08-31T13:21:33.389Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48612026-08-31T13:21:34.475Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48622026-08-31T13:21:34.603Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48632026-08-31T13:21:34.959Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48642026-08-31T13:21:35.148Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48652026-08-31T13:21:35.317Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48662026-08-31T13:21:35.484Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48672026-08-31T13:21:35.531Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48682026-08-31T13:21:35.993Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48692026-08-31T13:21:36.090Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48702026-08-31T13:21:36.485Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48712026-08-31T13:21:36.534Z Checking progenitor v0.13.0
48722026-08-31T13:21:36.639Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48732026-08-31T13:21:36.687Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48742026-08-31T13:21:36.857Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48752026-08-31T13:21:37.047Z Checking twox-hash v2.1.2
48762026-08-31T13:21:37.205Z Checking libsw-core v0.3.2
48772026-08-31T13:21:37.223Z Checking atty v0.2.14
48782026-08-31T13:21:37.324Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48792026-08-31T13:21:37.348Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48802026-08-31T13:21:37.365Z Checking libsw v3.5.0
48812026-08-31T13:21:37.543Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48822026-08-31T13:21:39.190Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48832026-08-31T13:21:39.452Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48842026-08-31T13:21:39.907Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48852026-08-31T13:21:40.627Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48862026-08-31T13:21:41.593Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48872026-08-31T13:21:41.783Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48882026-08-31T13:21:41.935Z Checking fatfs v0.3.6
48892026-08-31T13:21:42.393Z Checking console v0.16.2
48902026-08-31T13:21:42.706Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48912026-08-31T13:21:42.774Z Checking unit-prefix v0.5.2
48922026-08-31T13:21:42.911Z Compiling seq-macro v0.3.6
48932026-08-31T13:21:43.101Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48942026-08-31T13:21:43.256Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48952026-08-31T13:21:43.420Z Checking indicatif v0.18.4
48962026-08-31T13:21:43.834Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48972026-08-31T13:21:44.024Z Checking oxide-update-engine-display v0.1.2
48982026-08-31T13:21:44.327Z Checking support-bundle-viewer v0.1.2
48992026-08-31T13:21:44.478Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49002026-08-31T13:21:44.591Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49012026-08-31T13:21:44.609Z Checking multimap v0.10.1
49022026-08-31T13:21:50.637Z Checking diesel-dtrace v0.5.0
49032026-08-31T13:21:50.889Z Checking async-bb8-diesel v0.2.1
49042026-08-31T13:21:53.531Z Compiling samael v0.0.19
49052026-08-31T13:21:57.638Z Compiling git2 v0.20.4
49062026-08-31T13:21:58.563Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49072026-08-31T13:22:00.179Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49082026-08-31T13:22:00.334Z Compiling polar-core v0.27.3
49092026-08-31T13:22:04.874Z Checking oso v0.27.3
49102026-08-31T13:22:36.166Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49112026-08-31T13:23:51.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
49122026-08-31T13:23:52.211Z
49132026-08-31T13:23:52.211Zinfo: running `cargo check --bins` on nexus-networking (333/376)
49142026-08-31T13:23:52.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49152026-08-31T13:23:52.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49162026-08-31T13:23:52.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49172026-08-31T13:23:52.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
49182026-08-31T13:23:52.896Z
49192026-08-31T13:23:52.896Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (334/376)
49202026-08-31T13:23:53.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49212026-08-31T13:23:53.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49222026-08-31T13:23:53.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49232026-08-31T13:23:53.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49242026-08-31T13:23:53.546Z
49252026-08-31T13:23:53.546Zinfo: running `cargo check --bins` on nexus-saga-recovery (335/376)
49262026-08-31T13:23:54.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49272026-08-31T13:23:54.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49282026-08-31T13:23:54.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49292026-08-31T13:23:54.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49302026-08-31T13:23:54.192Z
49312026-08-31T13:23:54.192Zinfo: running `cargo check --bins` on nexus-test-utils-macros (336/376)
49322026-08-31T13:23:54.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49332026-08-31T13:23:54.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49342026-08-31T13:23:54.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49352026-08-31T13:23:54.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
49362026-08-31T13:23:54.771Z
49372026-08-31T13:23:54.771Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (337/376)
49382026-08-31T13:23:55.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49392026-08-31T13:23:55.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49402026-08-31T13:23:55.623Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49412026-08-31T13:23:56.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
49422026-08-31T13:23:56.621Z
49432026-08-31T13:23:56.621Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (338/376)
49442026-08-31T13:23:57.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49452026-08-31T13:23:57.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49462026-08-31T13:23:57.455Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49472026-08-31T13:24:37.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.45s
49482026-08-31T13:24:37.286Z
49492026-08-31T13:24:37.286Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (339/376)
49502026-08-31T13:24:37.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49512026-08-31T13:24:37.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49522026-08-31T13:24:37.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49532026-08-31T13:24:37.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
49542026-08-31T13:24:37.866Z
49552026-08-31T13:24:37.867Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (340/376)
49562026-08-31T13:24:38.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49572026-08-31T13:24:38.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49582026-08-31T13:24:38.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49592026-08-31T13:24:38.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
49602026-08-31T13:24:38.440Z
49612026-08-31T13:24:38.440Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (341/376)
49622026-08-31T13:24:38.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49632026-08-31T13:24:38.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49642026-08-31T13:24:38.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49652026-08-31T13:24:38.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49662026-08-31T13:24:39.077Z
49672026-08-31T13:24:39.077Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (342/376)
49682026-08-31T13:24:39.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49692026-08-31T13:24:39.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49702026-08-31T13:24:39.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49712026-08-31T13:24:39.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49722026-08-31T13:24:39.725Z
49732026-08-31T13:24:39.725Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (343/376)
49742026-08-31T13:24:40.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49752026-08-31T13:24:40.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49762026-08-31T13:24:40.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49772026-08-31T13:24:40.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49782026-08-31T13:24:40.374Z
49792026-08-31T13:24:40.374Zinfo: running `cargo check --bins` on nexus-mgs-updates (344/376)
49802026-08-31T13:24:40.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49812026-08-31T13:24:40.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49822026-08-31T13:24:40.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49832026-08-31T13:24:40.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49842026-08-31T13:24:41.009Z
49852026-08-31T13:24:41.009Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (345/376)
49862026-08-31T13:24:41.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49872026-08-31T13:24:41.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49882026-08-31T13:24:41.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49892026-08-31T13:24:41.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49902026-08-31T13:24:41.655Z
49912026-08-31T13:24:41.655Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (346/376)
49922026-08-31T13:24:42.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49932026-08-31T13:24:42.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49942026-08-31T13:24:42.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49952026-08-31T13:24:42.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49962026-08-31T13:24:42.284Z
49972026-08-31T13:24:42.284Zinfo: running `cargo check --bins` on nexus-switch-config (347/376)
49982026-08-31T13:24:42.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49992026-08-31T13:24:42.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50002026-08-31T13:24:42.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50012026-08-31T13:24:42.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
50022026-08-31T13:24:42.891Z
50032026-08-31T13:24:42.892Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (348/376)
50042026-08-31T13:24:43.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50052026-08-31T13:24:43.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50062026-08-31T13:24:43.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50072026-08-31T13:24:43.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50082026-08-31T13:24:43.515Z
50092026-08-31T13:24:43.515Zinfo: running `cargo check --bins` on support-bundle-collection (349/376)
50102026-08-31T13:24:44.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50112026-08-31T13:24:44.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50122026-08-31T13:24:44.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50132026-08-31T13:24:44.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
50142026-08-31T13:24:44.156Z
50152026-08-31T13:24:44.156Zinfo: running `cargo check --bins` on omicron-dev (350/376)
50162026-08-31T13:24:44.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50172026-08-31T13:24:44.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50182026-08-31T13:24:45.079Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50192026-08-31T13:24:45.082Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50202026-08-31T13:24:45.268Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50212026-08-31T13:24:45.294Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50222026-08-31T13:24:45.309Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50232026-08-31T13:24:45.321Z Checking diff v0.1.13
50242026-08-31T13:24:45.325Z Checking yansi v1.0.1
50252026-08-31T13:24:45.351Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50262026-08-31T13:24:45.397Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50272026-08-31T13:24:45.570Z Checking pretty_assertions v1.4.1
50282026-08-31T13:24:46.356Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50292026-08-31T13:24:46.374Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50302026-08-31T13:25:11.782Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50312026-08-31T13:25:11.782Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50322026-08-31T13:25:11.785Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50332026-08-31T13:25:11.786Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50342026-08-31T13:25:11.786Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50352026-08-31T13:25:11.786Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50362026-08-31T13:25:11.786Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50372026-08-31T13:25:12.644Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50382026-08-31T13:25:12.644Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50392026-08-31T13:25:13.921Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50402026-08-31T13:25:53.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
50412026-08-31T13:25:53.346Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50422026-08-31T13:25:53.346Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50432026-08-31T13:25:53.552Z
50442026-08-31T13:25:53.552Zinfo: running `cargo check --bins` on oximeter-load-test (351/376)
50452026-08-31T13:25:54.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50462026-08-31T13:25:54.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50472026-08-31T13:25:54.275Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50482026-08-31T13:25:54.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
50492026-08-31T13:25:55.113Z
50502026-08-31T13:25:55.113Zinfo: running `cargo check --bins` on omicron-pins (352/376)
50512026-08-31T13:25:55.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-31T13:25:55.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-31T13:25:55.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50542026-08-31T13:25:55.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
50552026-08-31T13:25:55.689Z
50562026-08-31T13:25:55.689Zinfo: running `cargo check --bins` on rack-init-config (353/376)
50572026-08-31T13:25:56.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-31T13:25:56.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-31T13:25:56.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50602026-08-31T13:25:56.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
50612026-08-31T13:25:56.279Z
50622026-08-31T13:25:56.279Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (354/376)
50632026-08-31T13:25:56.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50642026-08-31T13:25:56.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50652026-08-31T13:25:57.079Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50662026-08-31T13:25:57.224Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50672026-08-31T13:25:57.232Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50682026-08-31T13:26:24.470Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50692026-08-31T13:26:24.879Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50702026-08-31T13:26:26.661Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50712026-08-31T13:26:27.150Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50722026-08-31T13:26:30.301Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50732026-08-31T13:26:54.657Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50742026-08-31T13:26:55.399Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50752026-08-31T13:26:57.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
50762026-08-31T13:26:57.338Z
50772026-08-31T13:26:57.339Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (355/376)
50782026-08-31T13:26:57.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50792026-08-31T13:26:57.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50802026-08-31T13:26:58.081Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50812026-08-31T13:26:58.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
50822026-08-31T13:26:58.974Z
50832026-08-31T13:26:58.974Zinfo: running `cargo check --bins` on omicron-releng (356/376)
50842026-08-31T13:26:59.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50852026-08-31T13:26:59.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50862026-08-31T13:26:59.617Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
50872026-08-31T13:26:59.620Z Compiling fs-err v2.11.0
50882026-08-31T13:26:59.734Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
50892026-08-31T13:26:59.744Z Checking parse-size v1.1.0
50902026-08-31T13:26:59.753Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50912026-08-31T13:26:59.758Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
50922026-08-31T13:26:59.758Z Checking shell-words v1.1.1
50932026-08-31T13:26:59.842Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50942026-08-31T13:27:00.183Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50952026-08-31T13:27:00.364Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50962026-08-31T13:27:01.039Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50972026-08-31T13:27:02.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
50982026-08-31T13:27:02.176Z
50992026-08-31T13:27:02.176Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (357/376)
51002026-08-31T13:27:02.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51012026-08-31T13:27:02.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51022026-08-31T13:27:02.834Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51032026-08-31T13:27:03.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
51042026-08-31T13:27:03.512Z
51052026-08-31T13:27:03.512Zinfo: running `cargo check --bins` on schema (358/376)
51062026-08-31T13:27:04.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51072026-08-31T13:27:04.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51082026-08-31T13:27:04.250Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51092026-08-31T13:27:04.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
51102026-08-31T13:27:05.153Z
51112026-08-31T13:27:05.153Zinfo: running `cargo check --bins` on xtask (359/376)
51122026-08-31T13:27:05.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51132026-08-31T13:27:05.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51142026-08-31T13:27:05.565Z Checking serde_core v1.0.228
51152026-08-31T13:27:05.566Z Checking libc v0.2.185
51162026-08-31T13:27:05.569Z Checking bitflags v2.11.0
51172026-08-31T13:27:05.651Z Checking scroll v0.12.0
51182026-08-31T13:27:05.655Z Checking thiserror v1.0.69
51192026-08-31T13:27:05.662Z Checking log v0.4.33
51202026-08-31T13:27:05.670Z Checking indexmap v2.14.0
51212026-08-31T13:27:05.670Z Checking zerocopy v0.7.35
51222026-08-31T13:27:05.739Z Checking syn v2.0.117
51232026-08-31T13:27:05.782Z Checking dtrace-parser v0.2.0
51242026-08-31T13:27:05.799Z Checking once_cell v1.21.3
51252026-08-31T13:27:05.868Z Checking goblin v0.8.2
51262026-08-31T13:27:05.929Z Checking errno v0.3.14
51272026-08-31T13:27:05.967Z Checking getrandom v0.4.3
51282026-08-31T13:27:06.016Z Checking thread-id v4.2.2
51292026-08-31T13:27:06.046Z Checking rustix v1.1.4
51302026-08-31T13:27:06.093Z Checking memmap v0.7.0
51312026-08-31T13:27:06.104Z Checking thiserror v2.0.18
51322026-08-31T13:27:06.163Z Checking fs-err v3.3.0
51332026-08-31T13:27:06.201Z Checking anyhow v1.0.104
51342026-08-31T13:27:06.218Z Checking tabled v0.15.0
51352026-08-31T13:27:06.815Z Checking terminal_size v0.4.3
51362026-08-31T13:27:06.818Z Checking tempfile v3.27.0
51372026-08-31T13:27:06.945Z Checking clap_builder v4.6.0
51382026-08-31T13:27:06.948Z Checking textwrap v0.16.2
51392026-08-31T13:27:07.095Z Checking serde v1.0.228
51402026-08-31T13:27:07.098Z Checking serde_json v1.0.151
51412026-08-31T13:27:07.098Z Checking camino v1.2.5
51422026-08-31T13:27:07.154Z Checking cargo-platform v0.3.2
51432026-08-31T13:27:07.306Z Checking semver v1.0.28
51442026-08-31T13:27:07.364Z Checking camino-tempfile v1.4.1
51452026-08-31T13:27:07.504Z Checking toml_datetime v0.6.11
51462026-08-31T13:27:07.504Z Checking serde_spanned v0.6.9
51472026-08-31T13:27:07.522Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51482026-08-31T13:27:07.532Z Checking macaddr v1.0.1
51492026-08-31T13:27:07.684Z Checking toml_edit v0.22.27
51502026-08-31T13:27:07.688Z Checking cargo_metadata v0.23.1
51512026-08-31T13:27:07.745Z Checking dof v0.3.0
51522026-08-31T13:27:08.007Z Checking usdt-impl v0.5.0
51532026-08-31T13:27:08.198Z Checking clap v4.6.1
51542026-08-31T13:27:08.268Z Checking usdt v0.5.0
51552026-08-31T13:27:08.657Z Checking toml v0.8.23
51562026-08-31T13:27:08.917Z Checking cargo_toml v0.21.0
51572026-08-31T13:27:09.556Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51582026-08-31T13:27:09.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s
51592026-08-31T13:27:10.070Z
51602026-08-31T13:27:10.070Zinfo: running `cargo check --bins` on dnsadm (360/376)
51612026-08-31T13:27:10.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51622026-08-31T13:27:10.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51632026-08-31T13:27:10.731Z Checking arc-swap v1.8.2
51642026-08-31T13:27:11.013Z Checking slog-scope v4.4.1
51652026-08-31T13:27:11.127Z Checking slog-stdlog v4.1.1
51662026-08-31T13:27:11.226Z Checking slog-envlogger v2.2.0
51672026-08-31T13:27:11.346Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51682026-08-31T13:27:11.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
51692026-08-31T13:27:11.938Z
51702026-08-31T13:27:11.938Zinfo: running `cargo check --bins` on end-to-end-tests (361/376)
51712026-08-31T13:27:12.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51722026-08-31T13:27:12.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51732026-08-31T13:27:12.747Z Checking cpubits v0.1.1
51742026-08-31T13:27:12.873Z Checking pem-rfc7468 v1.0.0
51752026-08-31T13:27:12.887Z Checking hmac v0.13.0
51762026-08-31T13:27:12.887Z Checking universal-hash v0.6.1
51772026-08-31T13:27:12.911Z Checking ctr v0.10.1
51782026-08-31T13:27:12.911Z Checking aead v0.6.1
51792026-08-31T13:27:12.939Z Checking crypto-bigint v0.7.5
51802026-08-31T13:27:12.939Z Checking aes v0.9.1
51812026-08-31T13:27:12.968Z Checking salsa20 v0.11.0
51822026-08-31T13:27:13.014Z Checking der v0.8.0
51832026-08-31T13:27:13.017Z Checking polyval v0.7.1
51842026-08-31T13:27:13.042Z Checking pbkdf2 v0.13.0
51852026-08-31T13:27:13.059Z Checking cbc v0.2.1
51862026-08-31T13:27:13.125Z Checking ff v0.14.0
51872026-08-31T13:27:13.129Z Checking signature v3.0.0
51882026-08-31T13:27:13.171Z Checking scrypt v0.12.0
51892026-08-31T13:27:13.191Z Checking base16ct v1.0.0
51902026-08-31T13:27:13.206Z Checking ghash v0.6.0
51912026-08-31T13:27:13.270Z Checking group v0.14.0
51922026-08-31T13:27:13.302Z Checking hkdf v0.13.0
51932026-08-31T13:27:13.322Z Compiling curve25519-dalek v5.0.0
51942026-08-31T13:27:13.339Z Checking aes-gcm v0.11.0
51952026-08-31T13:27:13.355Z Checking keccak v0.2.0
51962026-08-31T13:27:13.371Z Checking poly1305 v0.9.0
51972026-08-31T13:27:13.415Z Checking wnaf v0.14.0
51982026-08-31T13:27:13.439Z Checking blowfish v0.10.0
51992026-08-31T13:27:13.501Z Checking blake2 v0.11.0-rc.6
52002026-08-31T13:27:13.518Z Checking sha3 v0.11.0
52012026-08-31T13:27:13.587Z Checking kem v0.3.0
52022026-08-31T13:27:13.603Z Checking bcrypt-pbkdf v0.11.0
52032026-08-31T13:27:13.638Z Checking module-lattice v0.2.3
52042026-08-31T13:27:13.708Z Checking sponge-cursor v0.1.0
52052026-08-31T13:27:13.759Z Checking argon2 v0.6.0-rc.8
52062026-08-31T13:27:13.775Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52072026-08-31T13:27:13.812Z Checking spki v0.8.0
52082026-08-31T13:27:13.832Z Checking sec1 v0.8.1
52092026-08-31T13:27:13.852Z Checking sha3 v0.12.0
52102026-08-31T13:27:13.855Z Checking ml-kem v0.3.2
52112026-08-31T13:27:13.956Z Checking internal-russh-num-bigint v0.5.0
52122026-08-31T13:27:13.989Z Checking pkcs5 v0.8.1
52132026-08-31T13:27:14.041Z Checking pkcs1 v0.8.0-rc.4
52142026-08-31T13:27:14.063Z Checking num-bigint v0.4.6
52152026-08-31T13:27:14.078Z Checking generic-array v1.4.3
52162026-08-31T13:27:14.248Z Checking russh-util v0.52.0
52172026-08-31T13:27:14.284Z Checking pkcs8 v0.11.0
52182026-08-31T13:27:14.373Z Compiling enum_dispatch v0.3.13
52192026-08-31T13:27:14.469Z Compiling delegate v0.13.5
52202026-08-31T13:27:14.485Z Checking ed25519 v3.0.0
52212026-08-31T13:27:14.648Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52222026-08-31T13:27:14.663Z Checking md5 v0.8.0
52232026-08-31T13:27:14.682Z Checking ed25519-dalek v3.0.0
52242026-08-31T13:27:14.800Z Checking hex-literal v1.1.0
52252026-08-31T13:27:14.852Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52262026-08-31T13:27:14.900Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52272026-08-31T13:27:14.915Z Checking internet-checksum v0.2.1
52282026-08-31T13:27:15.052Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52292026-08-31T13:27:15.182Z Checking elliptic-curve v0.14.1
52302026-08-31T13:27:15.182Z Checking rfc6979 v0.6.0
52312026-08-31T13:27:15.185Z Checking primefield v0.14.0
52322026-08-31T13:27:15.185Z Checking ssh-encoding v0.3.0
52332026-08-31T13:27:15.291Z Checking crypto-primes v0.7.2
52342026-08-31T13:27:15.411Z Checking ssh-cipher v0.3.0
52352026-08-31T13:27:15.411Z Checking russh-cryptovec v0.62.0
52362026-08-31T13:27:15.566Z Checking ecdsa v0.17.0
52372026-08-31T13:27:15.569Z Checking primeorder v0.14.0
52382026-08-31T13:27:15.936Z Checking p256 v0.14.0
52392026-08-31T13:27:15.937Z Checking p521 v0.14.0
52402026-08-31T13:27:15.937Z Checking p384 v0.14.0
52412026-08-31T13:27:16.223Z Checking rsa v0.10.0-rc.18
52422026-08-31T13:27:18.809Z Checking ssh-key v0.7.0-rc.11
52432026-08-31T13:27:19.560Z Checking russh v0.62.4
52442026-08-31T13:27:33.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.12s
52452026-08-31T13:27:33.070Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52462026-08-31T13:27:33.070Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52472026-08-31T13:27:33.287Z
52482026-08-31T13:27:33.288Zinfo: running `cargo check --bins` on gateway-cli (362/376)
52492026-08-31T13:27:33.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52502026-08-31T13:27:33.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52512026-08-31T13:27:33.938Z Checking termios v0.3.3
52522026-08-31T13:27:34.132Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52532026-08-31T13:27:34.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
52542026-08-31T13:27:34.899Z
52552026-08-31T13:27:34.899Zinfo: running `cargo check --bins --no-default-features` on installinator (363/376)
52562026-08-31T13:27:35.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52572026-08-31T13:27:35.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52582026-08-31T13:27:35.605Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52592026-08-31T13:27:36.295Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52602026-08-31T13:27:37.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
52612026-08-31T13:27:38.092Z
52622026-08-31T13:27:38.092Zinfo: running `cargo check --bins` on internal-dns-cli (364/376)
52632026-08-31T13:27:38.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52642026-08-31T13:27:38.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52652026-08-31T13:27:38.748Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52662026-08-31T13:27:39.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
52672026-08-31T13:27:39.357Z
52682026-08-31T13:27:39.357Zinfo: running `cargo check --bins` on omicron-live-tests (365/376)
52692026-08-31T13:27:39.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52702026-08-31T13:27:39.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52712026-08-31T13:27:39.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52722026-08-31T13:27:39.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
52732026-08-31T13:27:39.936Z
52742026-08-31T13:27:39.936Zinfo: running `cargo check --bins` on live-tests-macros (366/376)
52752026-08-31T13:27:40.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52762026-08-31T13:27:40.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52772026-08-31T13:27:40.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52782026-08-31T13:27:40.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
52792026-08-31T13:27:40.519Z
52802026-08-31T13:27:40.519Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (367/376)
52812026-08-31T13:27:41.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52822026-08-31T13:27:41.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52832026-08-31T13:27:41.284Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52842026-08-31T13:27:41.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
52852026-08-31T13:27:42.072Z
52862026-08-31T13:27:42.072Zinfo: running `cargo check --bins` on omicron-ntp-admin (368/376)
52872026-08-31T13:27:42.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52882026-08-31T13:27:42.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52892026-08-31T13:27:42.712Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
52902026-08-31T13:27:42.715Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
52912026-08-31T13:27:43.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
52922026-08-31T13:27:43.825Z
52932026-08-31T13:27:43.825Zinfo: running `cargo check --bins` on ntp-admin-types (369/376)
52942026-08-31T13:27:44.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52952026-08-31T13:27:44.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52962026-08-31T13:27:44.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52972026-08-31T13:27:44.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
52982026-08-31T13:27:44.404Z
52992026-08-31T13:27:44.404Zinfo: running `cargo check --bins` on omicron-package (370/376)
53002026-08-31T13:27:44.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53012026-08-31T13:27:44.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53022026-08-31T13:27:45.097Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53032026-08-31T13:27:46.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
53042026-08-31T13:27:46.373Z
53052026-08-31T13:27:46.373Zinfo: running `cargo check --bins` on tqdb (371/376)
53062026-08-31T13:27:46.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53072026-08-31T13:27:46.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53082026-08-31T13:27:47.171Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53092026-08-31T13:27:47.523Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53102026-08-31T13:27:48.036Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53112026-08-31T13:27:48.039Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53122026-08-31T13:27:55.044Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53132026-08-31T13:27:55.047Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53142026-08-31T13:27:55.047Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53152026-08-31T13:27:55.673Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53162026-08-31T13:27:55.673Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53172026-08-31T13:27:55.676Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53182026-08-31T13:27:55.676Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53192026-08-31T13:27:56.471Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53202026-08-31T13:27:57.198Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53212026-08-31T13:27:57.436Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53222026-08-31T13:27:57.511Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53232026-08-31T13:27:58.387Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53242026-08-31T13:27:59.051Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53252026-08-31T13:28:03.917Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53262026-08-31T13:28:11.179Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53272026-08-31T13:28:11.183Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53282026-08-31T13:28:11.183Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53292026-08-31T13:28:11.183Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53302026-08-31T13:28:12.687Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53312026-08-31T13:28:13.975Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53322026-08-31T13:28:14.655Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53332026-08-31T13:28:15.997Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53342026-08-31T13:28:16.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.18s
53352026-08-31T13:28:16.767Z
53362026-08-31T13:28:16.767Zinfo: running `cargo check --bins` on wicket-dbg (372/376)
53372026-08-31T13:28:17.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53382026-08-31T13:28:17.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53392026-08-31T13:28:17.469Z Checking rtoolbox v0.0.3
53402026-08-31T13:28:17.469Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53412026-08-31T13:28:17.474Z Checking tui-tree-widget v0.23.1
53422026-08-31T13:28:17.474Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53432026-08-31T13:28:17.692Z Checking rpassword v7.5.4
53442026-08-31T13:28:20.423Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53452026-08-31T13:28:22.380Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53462026-08-31T13:28:23.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.54s
53472026-08-31T13:28:23.503Z
53482026-08-31T13:28:23.503Zinfo: running `cargo check --bins` on wicket (373/376)
53492026-08-31T13:28:24.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53502026-08-31T13:28:24.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53512026-08-31T13:28:24.189Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53522026-08-31T13:28:24.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
53532026-08-31T13:28:24.736Z
53542026-08-31T13:28:24.736Zinfo: running `cargo check --bins` on wicketd (374/376)
53552026-08-31T13:28:25.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53562026-08-31T13:28:25.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53572026-08-31T13:28:25.426Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53582026-08-31T13:28:28.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
53592026-08-31T13:28:29.168Z
53602026-08-31T13:28:29.168Zinfo: running `cargo check --bins` on omicron-workspace-hack (375/376)
53612026-08-31T13:28:29.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53622026-08-31T13:28:29.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53632026-08-31T13:28:29.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53642026-08-31T13:28:29.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53652026-08-31T13:28:29.725Z
53662026-08-31T13:28:29.725Zinfo: running `cargo check --bins` on zone-setup (376/376)
53672026-08-31T13:28:30.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53682026-08-31T13:28:30.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53692026-08-31T13:28:30.393Z Checking uzers v0.12.2
53702026-08-31T13:28:30.663Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53712026-08-31T13:28:31.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
53722026-08-31T13:28:31.647Z
53732026-08-31T13:28:31.647Zreal 14:25.278406633
53742026-08-31T13:28:31.648Zuser 21:41.780653266
53752026-08-31T13:28:31.648Zsys 4:25.888910472
53762026-08-31T13:28:31.648Ztrap 0.344998972
53772026-08-31T13:28:31.648Ztflt 0.553735556
53782026-08-31T13:28:31.648Zdflt 0.863089958
53792026-08-31T13:28:31.648Zkflt 0.004866110
53802026-08-31T13:28:31.648Zlock 1:30:08.070323372
53812026-08-31T13:28:31.648Zslp 1:43:05.474664587
53822026-08-31T13:28:31.648Zlat 59.463498902
53832026-08-31T13:28:31.648Zstop 4:10.543539178
53842026-08-31T13:28:31.651Zprocess exited: duration 998139 ms, exit code 0
 
53852026-08-31T13:28:31.658Zfound 0 output files