01KZ9P4TA27GQMTE5WFR25DSYK: 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: 01KZ9P560PMZ3HH9A4JTA1A4T7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-05T19:25:29.927Zjob assigned to worker 01KZ9P5DJFA1S4PEE1Q5ZRPNMN [factory aws, i-032d57a26bc4e7d88] (queued for 48 s)
 
22026-08-05T19:25:36.790Zstarting task 0: "setup"
32026-08-05T19:25:36.794Z++ uname -s
42026-08-05T19:25:36.797Z+ kern=SunOS
52026-08-05T19:25:36.797Z+ build_user=build
62026-08-05T19:25:36.797Z+ build_uid=12345
72026-08-05T19:25:36.797Z+ work_dir=/work
82026-08-05T19:25:36.797Z+ input_dir=/input
92026-08-05T19:25:36.797Z+ [[ 0 == 12345 ]]
102026-08-05T19:25:36.797Z+ case "$kern" in
112026-08-05T19:25:36.797Z+ groupadd -g 12345 build
122026-08-05T19:25:36.800Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-05T19:25:38.803Z+ zfs create -o mountpoint=/work rpool/work
142026-08-05T19:25:38.906Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-05T19:25:38.909Z+ home_fs=zfs
162026-08-05T19:25:38.909Z+ [[ zfs == autofs ]]
172026-08-05T19:25:38.909Z+ mkdir -p /home/build
182026-08-05T19:25:38.909Z+ chown build:build /home/build /work
192026-08-05T19:25:40.910Z+ chmod 0700 /home/build /work
202026-08-05T19:25:40.913Zprocess exited: duration 4123 ms, exit code 0
 
212026-08-05T19:25:40.919Zstarting task 1: "rust-toolchain"
222026-08-05T19:25:40.922Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-05T19:25:40.923Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-05T19:25:40.923Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-05T19:25:40.923Z * rust toolchain channel = "1.97.1"
262026-08-05T19:25:40.923Z * rust toolchain profile = "default"
272026-08-05T19:25:40.923Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-05T19:25:40.926Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-05T19:25:40.926Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-05T19:25:41.026Zinfo: downloading installer
312026-08-05T19:25:42.308Zwarn: It looks like you have an existing rustup settings file at:
322026-08-05T19:25:42.308Zwarn: /home/build/.rustup/settings.toml
332026-08-05T19:25:42.308Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-05T19:25:42.308Zwarn: instead of the one inferred from the default host triple.
352026-08-05T19:25:42.321Zinfo: profile set to default
362026-08-05T19:25:42.321Zinfo: default host triple is x86_64-unknown-illumos
372026-08-05T19:25:42.324Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-05T19:25:42.455Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-05T19:25:42.458Zinfo: downloading 6 components
402026-08-05T19:25:57.222Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-05T19:25:57.223Z
422026-08-05T19:25:57.251Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-05T19:25:57.251Z
442026-08-05T19:25:57.251Z
452026-08-05T19:25:57.251ZRust is installed now. Great!
462026-08-05T19:25:57.251Z
472026-08-05T19:25:57.251ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-05T19:25:57.251Zenvironment variable. This has not been done automatically.
492026-08-05T19:25:57.251Z
502026-08-05T19:25:57.251ZTo configure your current shell, you need to source
512026-08-05T19:25:57.251Zthe corresponding env file under $HOME/.cargo.
522026-08-05T19:25:57.252Z
532026-08-05T19:25:57.252ZThis is usually done by running one of the following (note the leading DOT):
542026-08-05T19:25:57.255Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-05T19:25:57.255Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-05T19:25:57.255Zsource "~/.cargo/env.nu" # For nushell
572026-08-05T19:25:57.255Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-05T19:25:57.255Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-05T19:25:57.255Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-05T19:25:57.255Zwarn: no default linker (`cc`) was found in your PATH
612026-08-05T19:25:57.255Zwarn: many Rust crates require a system C toolchain to build
622026-08-05T19:25:57.349Z+ rustup --version
632026-08-05T19:25:57.358Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-05T19:25:57.362Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-05T19:25:57.392Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-05T19:25:57.396Z+ cargo --version
672026-08-05T19:25:57.399Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-05T19:25:57.399Z+ rustc --version
692026-08-05T19:25:57.420Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-05T19:25:57.426Zprocess exited: duration 16501 ms, exit code 0
 
712026-08-05T19:25:57.433Zstarting task 2: "authentication"
722026-08-05T19:25:57.450Zprocess exited: duration 16 ms, exit code 0
 
732026-08-05T19:25:57.457Zstarting task 3: "clone repository"
742026-08-05T19:25:57.461Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-05T19:25:57.461Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-05T19:25:57.491ZCloning into '/work/oxidecomputer/omicron'...
772026-08-05T19:26:14.865Z+ cd /work/oxidecomputer/omicron
782026-08-05T19:26:14.865Z+ git fetch origin 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d
792026-08-05T19:26:15.147ZFrom https://github.com/oxidecomputer/omicron
802026-08-05T19:26:15.147Z * branch 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d -> FETCH_HEAD
812026-08-05T19:26:15.157Z+ [[ -n john/set-target-release-better-errors ]]
822026-08-05T19:26:15.160Z++ git branch --show-current
832026-08-05T19:26:15.160Z+ current=main
842026-08-05T19:26:15.160Z+ [[ main != john/set-target-release-better-errors ]]
852026-08-05T19:26:15.160Z+ git branch -f john/set-target-release-better-errors 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d
862026-08-05T19:26:15.163Z+ git checkout -f john/set-target-release-better-errors
872026-08-05T19:26:15.412ZSwitched to branch 'john/set-target-release-better-errors'
882026-08-05T19:26:15.416Z+ git reset --hard 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d
892026-08-05T19:26:15.668ZHEAD is now at 1f4f17af5 fix up integration test and error message typos
902026-08-05T19:26:15.672Zprocess exited: duration 18214 ms, exit code 0
 
912026-08-05T19:26:15.678Zstarting task 4: "build"
922026-08-05T19:26:15.682Z+ source .github/buildomat/ci-env.sh
932026-08-05T19:26:15.686Z++ export CARGO_TERM_COLOR=always
942026-08-05T19:26:15.686Z++ CARGO_TERM_COLOR=always
952026-08-05T19:26:15.687Z+++ uname -s
962026-08-05T19:26:15.687Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-05T19:26:15.687Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-05T19:26:15.687Z+ cargo --version
992026-08-05T19:26:15.695Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-05T19:26:15.698Z+ rustc --version
1012026-08-05T19:26:15.717Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-05T19:26:15.721Z+ source ./env.sh
1032026-08-05T19:26:15.721Z++ OLD_SHELL_OPTS=ehxB
1042026-08-05T19:26:15.721Z++ set -o xtrace
1052026-08-05T19:26:15.724Z++++ dirname ./env.sh
1062026-08-05T19:26:15.724Z+++ readlink -f .
1072026-08-05T19:26:15.727Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-05T19:26:15.727Z++ 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-05T19:26:15.727Z++ 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-05T19:26:15.728Z++ 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-05T19:26:15.728Z++ 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-05T19:26:15.728Z++ 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-05T19:26:15.728Z++ 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-05T19:26:15.728Z++ 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-05T19:26:15.728Z++ 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-05T19:26:15.728Z++ 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-05T19:26:15.728Z++ 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-05T19:26:15.728Z++ case $OLD_SHELL_OPTS in
1192026-08-05T19:26:15.728Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-05T19:26:15.728Z+ 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-05T19:26:15.728Z+ 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-05T19:26:15.728Z+ banner prerequisites
1232026-08-05T19:26:15.728Z
1242026-08-05T19:26:15.731Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-05T19:26:15.731Z # # # # # # # # # # # # # # #
1262026-08-05T19:26:15.731Z # # # # ##### # # ##### # # # # # #### #
1272026-08-05T19:26:15.732Z ##### ##### # ##### # # # # # # # # #
1282026-08-05T19:26:15.732Z # # # # # # # # # # # # # # #
1292026-08-05T19:26:15.732Z # # # ###### # # ###### ### # #### # #### #
1302026-08-05T19:26:15.732Z
1312026-08-05T19:26:15.732Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-05T19:26:17.437Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-05T19:26:17.682Z Startup: Caching catalogs ... Done
1342026-08-05T19:26:19.006ZPlanning: Solver setup ... Done (1.239s)
1352026-08-05T19:26:19.050ZPlanning: Running solver ... Done (0.044s)
1362026-08-05T19:26:19.082ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-05T19:26:19.093ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-05T19:26:19.111ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-05T19:26:19.124ZPlanning: Package planning ... Done (0.013s)
1402026-08-05T19:26:19.127ZPlanning: Merging actions ... Done (0.002s)
1412026-08-05T19:26:19.287ZPlanning: Checking for conflicting actions ... Done (0.161s)
1422026-08-05T19:26:19.290ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-05T19:26:20.063ZPlanning: Evaluating mediators ... Done (0.775s)
1442026-08-05T19:26:20.067ZPlanning: Planning completed in 2.35 seconds
1452026-08-05T19:26:20.072Z Packages to install: 2
1462026-08-05T19:26:20.072Z Estimated space available: 156.02 GB
1472026-08-05T19:26:20.075ZEstimated space to be consumed: 56.47 MB
1482026-08-05T19:26:20.075Z Create boot environment: No
1492026-08-05T19:26:20.075ZCreate backup boot environment: No
1502026-08-05T19:26:20.075Z Rebuild boot archive: No
1512026-08-05T19:26:20.075Z
1522026-08-05T19:26:20.075ZChanged packages:
1532026-08-05T19:26:20.075Zhelios
1542026-08-05T19:26:20.075Z developer/build-essential
1552026-08-05T19:26:20.075Z None -> 11-3.0
1562026-08-05T19:26:20.075Z library/libxmlsec1
1572026-08-05T19:26:20.075Z None -> 1.2.35-3.0
1582026-08-05T19:26:20.097Z
1592026-08-05T19:26:20.097ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-05T19:26:20.172ZDownload: Completed 1.28 MB in 0.07 seconds (17.2M/s)
1612026-08-05T19:26:20.250Z Actions: 1/268 actions (Installing new actions)
1622026-08-05T19:26:20.288Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-05T19:26:20.313ZFinalize: Updating package state database ... Done (0.023s)
1642026-08-05T19:26:20.315ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-05T19:26:20.371ZFinalize: Updating image state ... Done (0.058s)
1662026-08-05T19:26:22.868ZFinalize: Creating fast lookup database ... Done (2.458s)
1672026-08-05T19:26:22.939ZFinalize: Reading search index ... Done (0.012s)
1682026-08-05T19:26:22.942ZFinalize: Updating search index ... Done (0.000s)
1692026-08-05T19:26:23.035ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-05T19:26:23.389ZPlanning: Evaluating mediator changes ... Done
1712026-08-05T19:26:23.494ZPlanning: Checking for conflicting actions ... Done
1722026-08-05T19:26:23.497ZPlanning: Consolidating action changes ... Done
1732026-08-05T19:26:23.651ZPlanning: Evaluating mediators ... Done
1742026-08-05T19:26:23.654ZPlanning: Planning completed in 0.26 seconds
1752026-08-05T19:26:23.674Z Mediators to change: 2
1762026-08-05T19:26:23.674Z Create boot environment: No
1772026-08-05T19:26:23.677ZCreate backup boot environment: No
1782026-08-05T19:26:23.734ZFinalize: Updating package state database ... Done
1792026-08-05T19:26:23.734ZFinalize: Updating package cache ... Done
1802026-08-05T19:26:23.771ZFinalize: Updating image state ... Done
1812026-08-05T19:26:25.733ZFinalize: Creating fast lookup database ... Done
1822026-08-05T19:26:25.798ZFinalize: Reading search index ... Done
1832026-08-05T19:26:25.801ZFinalize: Updating search index ... Done
1842026-08-05T19:26:25.891ZFinalize: Updating package cache ... Done
1852026-08-05T19:26:26.177ZPlanning: Evaluating mediator changes ... Done
1862026-08-05T19:26:26.282ZPlanning: Checking for conflicting actions ... Done
1872026-08-05T19:26:26.286ZPlanning: Consolidating action changes ... Done
1882026-08-05T19:26:26.442ZPlanning: Evaluating mediators ... Done
1892026-08-05T19:26:26.445ZPlanning: Planning completed in 0.26 seconds
1902026-08-05T19:26:26.464Z Mediators to change: 1
1912026-08-05T19:26:26.464Z Create boot environment: No
1922026-08-05T19:26:26.467ZCreate backup boot environment: No
1932026-08-05T19:26:26.513ZFinalize: Updating package state database ... Done
1942026-08-05T19:26:26.513ZFinalize: Updating package cache ... Done
1952026-08-05T19:26:26.548ZFinalize: Updating image state ... Done
1962026-08-05T19:26:28.526ZFinalize: Creating fast lookup database ... Done
1972026-08-05T19:26:28.592ZFinalize: Reading search index ... Done
1982026-08-05T19:26:28.596ZFinalize: Updating search index ... Done
1992026-08-05T19:26:28.672ZFinalize: Updating package cache ... Done
2002026-08-05T19:26:28.983ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-05T19:26:28.983Zapache system 2.4 system
2022026-08-05T19:26:28.983Zclang system 15 system
2032026-08-05T19:26:28.983Zcsh system system illumos
2042026-08-05T19:26:28.983Zctags system system illumos
2052026-08-05T19:26:28.983Zfile vendor vendor darwinsys
2062026-08-05T19:26:28.983Zfile system system illumos
2072026-08-05T19:26:28.983Zgcc vendor 14 vendor
2082026-08-05T19:26:28.983Zgcc system 13 system
2092026-08-05T19:26:28.983Zgcc system 10 system
2102026-08-05T19:26:28.983Zgo system 1.25 system
2112026-08-05T19:26:28.983Zllvm system 15 system
2122026-08-05T19:26:28.983Zmariadb system 11.4 system
2132026-08-05T19:26:28.983Zmta vendor vendor dma
2142026-08-05T19:26:28.983Zopenjdk system 17 system
2152026-08-05T19:26:28.983Zopenjdk system 11 system
2162026-08-05T19:26:28.983Zopenssl vendor 3 vendor
2172026-08-05T19:26:28.983Zperl system 5.40 system
2182026-08-05T19:26:28.983Zpostgresql system 18 system
2192026-08-05T19:26:28.983Zpostgresql system 17 system
2202026-08-05T19:26:28.983Zpython vendor 3 vendor
2212026-08-05T19:26:28.983Zpython system 2 system
2222026-08-05T19:26:28.983Zpython3 vendor 3.13 vendor
2232026-08-05T19:26:28.983Zruby system 3.4 system
2242026-08-05T19:26:28.983Zruby system 3.0 system
2252026-08-05T19:26:28.983Zwords vendor vendor american-english
2262026-08-05T19:26:28.983Zwords system system australian-english
2272026-08-05T19:26:28.983Zwords system system british-english
2282026-08-05T19:26:28.983Zwords system system canadian-english
2292026-08-05T19:26:28.983Zwords system system french
2302026-08-05T19:26:28.983Zwords system system italian
2312026-08-05T19:26:28.983Zwords system system ngerman
2322026-08-05T19:26:28.983Zwords system system ogerman
2332026-08-05T19:26:28.983Zwords system system spanish
2342026-08-05T19:26:29.235ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-05T19:26:29.235Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-05T19:26:29.633ZFMRI IFO
2372026-08-05T19:26:29.633Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-05T19:26:29.633Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-05T19:26:29.633Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-05T19:26:29.633Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-05T19:26:29.633Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-05T19:26:29.633Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-05T19:26:29.633Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-05T19:26:29.633Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-05T19:26:29.633Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-05T19:26:29.945Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-05T19:26:30.217Z Updating crates.io index
2482026-08-05T19:26:30.220Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-05T19:26:30.444Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-05T19:26:30.908Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-05T19:26:32.244Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-05T19:26:32.819Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-05T19:26:34.762Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-05T19:26:35.852Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-05T19:26:36.134Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-05T19:26:36.466Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-05T19:26:37.767Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-05T19:26:38.022Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-05T19:26:38.367Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-08-05T19:26:38.647Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-05T19:26:39.199Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-08-05T19:26:39.788Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-08-05T19:26:40.064Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-05T19:26:40.289Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-05T19:26:40.552Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-08-05T19:26:40.884Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-08-05T19:26:41.112Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-08-05T19:26:41.352Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-08-05T19:26:41.632Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-08-05T19:26:41.984Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-08-05T19:26:42.297Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-05T19:26:42.552Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-05T19:26:42.969Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-05T19:26:43.256Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-05T19:26:43.878Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-05T19:26:44.263Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-05T19:26:44.489Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-05T19:26:44.813Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-05T19:26:45.162Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-08-05T19:26:45.493Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-05T19:26:45.708Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-05T19:26:46.008Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-05T19:26:46.333Z Updating git repository `https://github.com/oxidecomputer/tough`
2842026-08-05T19:26:47.067Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-05T19:26:47.357Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-05T19:26:47.590Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-05T19:26:47.821Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-05T19:26:48.086Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-05T19:26:48.329Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-05T19:26:51.699Z Downloading crates ...
2912026-08-05T19:26:51.751Z Downloaded anstyle-query v1.1.5
2922026-08-05T19:26:51.757Z Downloaded camino v1.2.2
2932026-08-05T19:26:51.760Z Downloaded bitflags v2.11.0
2942026-08-05T19:26:51.764Z Downloaded anstyle v1.0.14
2952026-08-05T19:26:51.767Z Downloaded anstyle-parse v1.0.0
2962026-08-05T19:26:51.767Z Downloaded fastrand v2.3.0
2972026-08-05T19:26:51.767Z Downloaded heck v0.5.0
2982026-08-05T19:26:51.770Z Downloaded memmap v0.7.0
2992026-08-05T19:26:51.773Z Downloaded macaddr v1.0.1
3002026-08-05T19:26:51.776Z Downloaded crypto-common v0.1.7
3012026-08-05T19:26:51.779Z Downloaded zerocopy v0.7.35
3022026-08-05T19:26:51.785Z Downloaded zmij v1.0.21
3032026-08-05T19:26:51.788Z Downloaded zerocopy-derive v0.7.35
3042026-08-05T19:26:51.794Z Downloaded colorchoice v1.0.4
3052026-08-05T19:26:51.794Z Downloaded fnv v1.0.7
3062026-08-05T19:26:51.798Z Downloaded cargo-platform v0.3.2
3072026-08-05T19:26:51.798Z Downloaded thread-id v4.2.2
3082026-08-05T19:26:51.798Z Downloaded autocfg v1.5.0
3092026-08-05T19:26:51.798Z Downloaded thiserror-impl v1.0.69
3102026-08-05T19:26:51.802Z Downloaded cfg-if v1.0.4
3112026-08-05T19:26:51.802Z Downloaded cpufeatures v0.2.17
3122026-08-05T19:26:51.802Z Downloaded terminal_size v0.4.3
3132026-08-05T19:26:51.805Z Downloaded pretty-hex v0.4.1
3142026-08-05T19:26:51.805Z Downloaded generic-array v0.14.7
3152026-08-05T19:26:51.805Z Downloaded errno v0.3.14
3162026-08-05T19:26:51.808Z Downloaded heck v0.4.1
3172026-08-05T19:26:51.808Z Downloaded is_terminal_polyfill v1.70.2
3182026-08-05T19:26:51.811Z Downloaded clap_lex v1.0.0
3192026-08-05T19:26:51.811Z Downloaded dof v0.3.0
3202026-08-05T19:26:51.813Z Downloaded itoa v1.0.17
3212026-08-05T19:26:51.818Z Downloaded version_check v0.9.5
3222026-08-05T19:26:51.820Z Downloaded toml_write v0.1.2
3232026-08-05T19:26:51.820Z Downloaded usdt-attr-macro v0.5.0
3242026-08-05T19:26:51.823Z Downloaded toml_datetime v0.6.11
3252026-08-05T19:26:51.826Z Downloaded equivalent v1.0.2
3262026-08-05T19:26:51.826Z Downloaded swrite v0.1.0
3272026-08-05T19:26:51.829Z Downloaded usdt v0.5.0
3282026-08-05T19:26:51.832Z Downloaded utf8parse v0.2.2
3292026-08-05T19:26:51.832Z Downloaded block-buffer v0.10.4
3302026-08-05T19:26:51.835Z Downloaded cargo_metadata v0.23.1
3312026-08-05T19:26:51.838Z Downloaded anyhow v1.0.102
3322026-08-05T19:26:51.838Z Downloaded pest_derive v2.8.6
3332026-08-05T19:26:51.842Z Downloaded smawk v0.3.2
3342026-08-05T19:26:51.844Z Downloaded dtrace-parser v0.2.0
3352026-08-05T19:26:51.856Z Downloaded tabled_derive v0.7.0
3362026-08-05T19:26:51.859Z Downloaded scroll_derive v0.12.1
3372026-08-05T19:26:51.859Z Downloaded proc-macro-error-attr v1.0.4
3382026-08-05T19:26:51.859Z Downloaded unicode-linebreak v0.1.5
3392026-08-05T19:26:51.859Z Downloaded serde_spanned v0.6.9
3402026-08-05T19:26:51.864Z Downloaded usdt-macro v0.5.0
3412026-08-05T19:26:51.867Z Downloaded plain v0.2.3
3422026-08-05T19:26:51.871Z Downloaded cargo_toml v0.21.0
3432026-08-05T19:26:51.874Z Downloaded byteorder v1.5.0
3442026-08-05T19:26:51.874Z Downloaded digest v0.10.7
3452026-08-05T19:26:51.876Z Downloaded bytecount v0.6.9
3462026-08-05T19:26:51.879Z Downloaded quote v1.0.45
3472026-08-05T19:26:51.879Z Downloaded camino-tempfile v1.4.1
3482026-08-05T19:26:51.882Z Downloaded thiserror v1.0.69
3492026-08-05T19:26:51.885Z Downloaded clap_derive v4.6.1
3502026-08-05T19:26:51.891Z Downloaded usdt-impl v0.5.0
3512026-08-05T19:26:51.894Z Downloaded strsim v0.11.1
3522026-08-05T19:26:51.896Z Downloaded thiserror-impl v2.0.18
3532026-08-05T19:26:51.899Z Downloaded proc-macro-error v1.0.4
3542026-08-05T19:26:51.902Z Downloaded sha2 v0.10.9
3552026-08-05T19:26:51.905Z Downloaded serde_tokenstream v0.2.3
3562026-08-05T19:26:51.905Z Downloaded anstream v1.0.0
3572026-08-05T19:26:51.908Z Downloaded thiserror v2.0.18
3582026-08-05T19:26:51.910Z Downloaded scroll v0.12.0
3592026-08-05T19:26:51.913Z Downloaded semver v1.0.28
3602026-08-05T19:26:51.913Z Downloaded toml v0.8.23
3612026-08-05T19:26:51.916Z Downloaded fs-err v3.3.0
3622026-08-05T19:26:51.924Z Downloaded tempfile v3.25.0
3632026-08-05T19:26:51.934Z Downloaded once_cell v1.21.3
3642026-08-05T19:26:51.938Z Downloaded proc-macro2 v1.0.106
3652026-08-05T19:26:51.941Z Downloaded papergrid v0.11.0
3662026-08-05T19:26:51.943Z Downloaded getrandom v0.4.1
3672026-08-05T19:26:51.946Z Downloaded pest_generator v2.8.6
3682026-08-05T19:26:51.946Z Downloaded log v0.4.29
3692026-08-05T19:26:51.949Z Downloaded serde_derive v1.0.228
3702026-08-05T19:26:51.949Z Downloaded clap v4.6.1
3712026-08-05T19:26:51.952Z Downloaded unicode-ident v1.0.24
3722026-08-05T19:26:51.958Z Downloaded textwrap v0.16.2
3732026-08-05T19:26:51.963Z Downloaded serde_core v1.0.228
3742026-08-05T19:26:51.966Z Downloaded pest_meta v2.8.6
3752026-08-05T19:26:51.969Z Downloaded clap_builder v4.6.0
3762026-08-05T19:26:51.971Z Downloaded toml_edit v0.22.27
3772026-08-05T19:26:51.974Z Downloaded ucd-trie v0.1.7
3782026-08-05T19:26:51.995Z Downloaded serde v1.0.228
3792026-08-05T19:26:52.007Z Downloaded indexmap v2.14.0
3802026-08-05T19:26:52.010Z Downloaded memchr v2.8.0
3812026-08-05T19:26:52.013Z Downloaded typenum v1.20.1
3822026-08-05T19:26:52.020Z Downloaded goblin v0.8.2
3832026-08-05T19:26:52.029Z Downloaded pest v2.8.6
3842026-08-05T19:26:52.046Z Downloaded hashbrown v0.17.0
3852026-08-05T19:26:52.049Z Downloaded serde_json v1.0.151
3862026-08-05T19:26:52.063Z Downloaded winnow v0.7.14
3872026-08-05T19:26:52.076Z Downloaded tabled v0.15.0
3882026-08-05T19:26:52.084Z Downloaded unicode-width v0.1.14
3892026-08-05T19:26:52.089Z Downloaded syn v1.0.109
3902026-08-05T19:26:52.094Z Downloaded unicode-width v0.2.0
3912026-08-05T19:26:52.101Z Downloaded syn v2.0.117
3922026-08-05T19:26:52.125Z Downloaded rustix v1.1.3
3932026-08-05T19:26:52.135Z Downloaded libc v0.2.185
3942026-08-05T19:26:52.198Z Compiling proc-macro2 v1.0.106
3952026-08-05T19:26:52.198Z Compiling unicode-ident v1.0.24
3962026-08-05T19:26:52.198Z Compiling quote v1.0.45
3972026-08-05T19:26:52.201Z Compiling serde_core v1.0.228
3982026-08-05T19:26:52.201Z Compiling libc v0.2.185
3992026-08-05T19:26:52.201Z Compiling version_check v0.9.5
4002026-08-05T19:26:52.201Z Compiling memchr v2.8.0
4012026-08-05T19:26:52.201Z Compiling serde v1.0.228
4022026-08-05T19:26:52.563Z Compiling zmij v1.0.21
4032026-08-05T19:26:52.707Z Compiling itoa v1.0.17
4042026-08-05T19:26:52.788Z Compiling ucd-trie v0.1.7
4052026-08-05T19:26:52.822Z Compiling thiserror v1.0.69
4062026-08-05T19:26:53.055Z Compiling pest v2.8.6
4072026-08-05T19:26:53.073Z Compiling rustix v1.1.3
4082026-08-05T19:26:53.218Z Compiling byteorder v1.5.0
4092026-08-05T19:26:53.303Z Compiling errno v0.3.14
4102026-08-05T19:26:53.454Z Compiling serde_json v1.0.151
4112026-08-05T19:26:53.546Z Compiling bitflags v2.11.0
4122026-08-05T19:26:53.670Z Compiling syn v2.0.117
4132026-08-05T19:26:53.727Z Compiling thread-id v4.2.2
4142026-08-05T19:26:53.815Z Compiling proc-macro-error-attr v1.0.4
4152026-08-05T19:26:53.835Z Compiling usdt-impl v0.5.0
4162026-08-05T19:26:53.937Z Compiling syn v1.0.109
4172026-08-05T19:26:54.006Z Compiling camino v1.2.2
4182026-08-05T19:26:54.166Z Compiling pest_meta v2.8.6
4192026-08-05T19:26:54.342Z Compiling proc-macro-error v1.0.4
4202026-08-05T19:26:54.357Z Compiling getrandom v0.4.1
4212026-08-05T19:26:54.379Z Compiling equivalent v1.0.2
4222026-08-05T19:26:54.477Z Compiling hashbrown v0.17.0
4232026-08-05T19:26:54.533Z Compiling log v0.4.29
4242026-08-05T19:26:54.750Z Compiling utf8parse v0.2.2
4252026-08-05T19:26:54.753Z Compiling plain v0.2.3
4262026-08-05T19:26:54.873Z Compiling anstyle-parse v1.0.0
4272026-08-05T19:26:54.914Z Compiling terminal_size v0.4.3
4282026-08-05T19:26:55.070Z Compiling indexmap v2.14.0
4292026-08-05T19:26:55.531Z Compiling colorchoice v1.0.4
4302026-08-05T19:26:55.548Z Compiling anstyle-query v1.1.5
4312026-08-05T19:26:55.654Z Compiling pretty-hex v0.4.1
4322026-08-05T19:26:55.673Z Compiling cfg-if v1.0.4
4332026-08-05T19:26:55.692Z Compiling winnow v0.7.14
4342026-08-05T19:26:55.746Z Compiling autocfg v1.5.0
4352026-08-05T19:26:55.763Z Compiling thiserror v2.0.18
4362026-08-05T19:26:55.793Z Compiling is_terminal_polyfill v1.70.2
4372026-08-05T19:26:55.812Z Compiling toml_write v0.1.2
4382026-08-05T19:26:55.897Z Compiling anstyle v1.0.14
4392026-08-05T19:26:56.011Z Compiling pest_generator v2.8.6
4402026-08-05T19:26:56.121Z Compiling anstream v1.0.0
4412026-08-05T19:26:56.178Z Compiling fs-err v3.3.0
4422026-08-05T19:26:56.363Z Compiling anyhow v1.0.102
4432026-08-05T19:26:56.390Z Compiling fastrand v2.3.0
4442026-08-05T19:26:56.449Z Compiling once_cell v1.21.3
4452026-08-05T19:26:56.633Z Compiling heck v0.5.0
4462026-08-05T19:26:56.662Z Compiling bytecount v0.6.9
4472026-08-05T19:26:56.681Z Compiling strsim v0.11.1
4482026-08-05T19:26:56.681Z Compiling unicode-width v0.1.14
4492026-08-05T19:26:56.740Z Compiling fnv v1.0.7
4502026-08-05T19:26:56.816Z Compiling clap_lex v1.0.0
4512026-08-05T19:26:56.863Z Compiling heck v0.4.1
4522026-08-05T19:26:56.979Z Compiling clap_builder v4.6.0
4532026-08-05T19:26:57.039Z Compiling papergrid v0.11.0
4542026-08-05T19:26:57.058Z Compiling tempfile v3.25.0
4552026-08-05T19:26:57.111Z Compiling cargo-platform v0.3.2
4562026-08-05T19:26:57.192Z Compiling semver v1.0.28
4572026-08-05T19:26:57.210Z Compiling memmap v0.7.0
4582026-08-05T19:26:57.227Z Compiling tabled_derive v0.7.0
4592026-08-05T19:26:57.382Z Compiling unicode-linebreak v0.1.5
4602026-08-05T19:26:57.400Z Compiling smawk v0.3.2
4612026-08-05T19:26:57.420Z Compiling unicode-width v0.2.0
4622026-08-05T19:26:57.510Z Compiling camino-tempfile v1.4.1
4632026-08-05T19:26:57.625Z Compiling serde_derive v1.0.228
4642026-08-05T19:26:57.640Z Compiling thiserror-impl v1.0.69
4652026-08-05T19:26:57.697Z Compiling zerocopy-derive v0.7.35
4662026-08-05T19:26:57.736Z Compiling pest_derive v2.8.6
4672026-08-05T19:26:57.822Z Compiling scroll_derive v0.12.1
4682026-08-05T19:26:58.129Z Compiling thiserror-impl v2.0.18
4692026-08-05T19:26:58.189Z Compiling clap_derive v4.6.1
4702026-08-05T19:26:58.448Z Compiling tabled v0.15.0
4712026-08-05T19:26:58.489Z Compiling scroll v0.12.0
4722026-08-05T19:26:58.596Z Compiling zerocopy v0.7.35
4732026-08-05T19:26:58.810Z Compiling goblin v0.8.2
4742026-08-05T19:26:59.050Z Compiling dtrace-parser v0.2.0
4752026-08-05T19:26:59.234Z Compiling textwrap v0.16.2
4762026-08-05T19:26:59.763Z Compiling swrite v0.1.0
4772026-08-05T19:27:00.054Z Compiling clap v4.6.1
4782026-08-05T19:27:00.774Z Compiling dof v0.3.0
4792026-08-05T19:27:00.774Z Compiling serde_tokenstream v0.2.3
4802026-08-05T19:27:00.791Z Compiling serde_spanned v0.6.9
4812026-08-05T19:27:00.806Z Compiling toml_datetime v0.6.11
4822026-08-05T19:27:00.809Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-05T19:27:00.857Z Compiling macaddr v1.0.1
4842026-08-05T19:27:00.860Z Compiling cargo_metadata v0.23.1
4852026-08-05T19:27:01.103Z Compiling toml_edit v0.22.27
4862026-08-05T19:27:01.598Z Compiling usdt-attr-macro v0.5.0
4872026-08-05T19:27:01.598Z Compiling usdt-macro v0.5.0
4882026-08-05T19:27:02.208Z Compiling usdt v0.5.0
4892026-08-05T19:27:02.409Z Compiling toml v0.8.23
4902026-08-05T19:27:02.738Z Compiling cargo_toml v0.21.0
4912026-08-05T19:27:04.016Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-05T19:27:06.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.28s
4932026-08-05T19:27:06.260Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-05T19:27:06.772Z Downloading crates ...
4952026-08-05T19:27:06.831Z Downloaded async-recursion v1.1.1
4962026-08-05T19:27:06.837Z Downloaded array-init v0.0.4
4972026-08-05T19:27:06.842Z Downloaded base16ct v1.0.0
4982026-08-05T19:27:06.845Z Downloaded convert_case v0.4.0
4992026-08-05T19:27:06.845Z Downloaded adler2 v2.0.1
5002026-08-05T19:27:06.848Z Downloaded cfg_aliases v0.2.1
5012026-08-05T19:27:06.848Z Downloaded ff v0.14.0
5022026-08-05T19:27:06.851Z Downloaded block-buffer v0.12.1
5032026-08-05T19:27:06.851Z Downloaded bitfield-struct v0.6.2
5042026-08-05T19:27:06.853Z Downloaded atomic-waker v1.1.2
5052026-08-05T19:27:06.859Z Downloaded anstyle-parse v0.2.7
5062026-08-05T19:27:06.862Z Downloaded anstream v0.6.21
5072026-08-05T19:27:06.862Z Downloaded backoff v0.4.0
5082026-08-05T19:27:06.865Z Downloaded bit-set v0.8.0
5092026-08-05T19:27:06.867Z Downloaded bit-set v0.5.3
5102026-08-05T19:27:06.867Z Downloaded atomicwrites v0.4.4
5112026-08-05T19:27:06.867Z Downloaded bcrypt-pbkdf v0.11.0
5122026-08-05T19:27:06.867Z Downloaded arrayref v0.3.9
5132026-08-05T19:27:06.870Z Downloaded futures-channel v0.3.32
5142026-08-05T19:27:06.873Z Downloaded ciborium-ll v0.2.2
5152026-08-05T19:27:06.873Z Downloaded aead v0.5.2
5162026-08-05T19:27:06.876Z Downloaded async-stream-impl v0.3.6
5172026-08-05T19:27:06.876Z Downloaded futures v0.3.32
5182026-08-05T19:27:06.879Z Downloaded fd-lock v4.0.4
5192026-08-05T19:27:06.879Z Downloaded assert_matches v1.5.0
5202026-08-05T19:27:06.879Z Downloaded futures-core v0.3.32
5212026-08-05T19:27:06.879Z Downloaded atty v0.2.14
5222026-08-05T19:27:06.882Z Downloaded globwalk v0.9.1
5232026-08-05T19:27:06.882Z Downloaded ff v0.13.1
5242026-08-05T19:27:06.882Z Downloaded fs-err v2.11.0
5252026-08-05T19:27:06.885Z Downloaded hashbrown v0.13.2
5262026-08-05T19:27:06.888Z Downloaded fixedbitset v0.5.7
5272026-08-05T19:27:06.888Z Downloaded bitfield-macros v0.19.4
5282026-08-05T19:27:06.891Z Downloaded fxhash v0.2.1
5292026-08-05T19:27:06.891Z Downloaded hex v0.4.3
5302026-08-05T19:27:06.893Z Downloaded base16ct v0.2.0
5312026-08-05T19:27:06.893Z Downloaded castaway v0.2.4
5322026-08-05T19:27:06.894Z Downloaded enum-as-inner v0.6.1
5332026-08-05T19:27:06.894Z Downloaded fs_extra v1.3.0
5342026-08-05T19:27:06.897Z Downloaded async-stream v0.3.6
5352026-08-05T19:27:06.900Z Downloaded cipher v0.5.2
5362026-08-05T19:27:06.900Z Downloaded cobs v0.3.0
5372026-08-05T19:27:06.903Z Downloaded bcs v0.1.6
5382026-08-05T19:27:06.903Z Downloaded getrandom v0.2.17
5392026-08-05T19:27:06.906Z Downloaded hash32 v0.3.1
5402026-08-05T19:27:06.909Z Downloaded const_format_proc_macros v0.2.34
5412026-08-05T19:27:06.909Z Downloaded futures-io v0.3.32
5422026-08-05T19:27:06.909Z Downloaded httpdate v1.0.3
5432026-08-05T19:27:06.912Z Downloaded block-padding v0.4.2
5442026-08-05T19:27:06.912Z Downloaded http-range v0.1.5
5452026-08-05T19:27:06.912Z Downloaded hubpack_derive v0.1.1
5462026-08-05T19:27:06.912Z Downloaded ciborium-io v0.2.2
5472026-08-05T19:27:06.912Z Downloaded compression-core v0.4.31
5482026-08-05T19:27:06.915Z Downloaded half v2.7.1
5492026-08-05T19:27:06.917Z Downloaded bb8 v0.8.6
5502026-08-05T19:27:06.917Z Downloaded endian-type v0.1.2
5512026-08-05T19:27:06.917Z Downloaded gethostname v0.5.0
5522026-08-05T19:27:06.920Z Downloaded hostname v0.4.2
5532026-08-05T19:27:06.920Z Downloaded float-cmp v0.10.0
5542026-08-05T19:27:06.923Z Downloaded enum_dispatch v0.3.13
5552026-08-05T19:27:06.926Z Downloaded foldhash v0.2.0
5562026-08-05T19:27:06.926Z Downloaded git-stub-vcs v0.1.0
5572026-08-05T19:27:06.926Z Downloaded hex-literal v1.1.0
5582026-08-05T19:27:06.926Z Downloaded futures-sink v0.3.32
5592026-08-05T19:27:06.926Z Downloaded hubpack v0.1.2
5602026-08-05T19:27:06.929Z Downloaded ahash v0.8.12
5612026-08-05T19:27:06.929Z Downloaded cmov v0.5.4
5622026-08-05T19:27:06.932Z Downloaded olpc-cjson v0.1.4
5632026-08-05T19:27:06.932Z Downloaded base64ct v1.8.3
5642026-08-05T19:27:06.935Z Downloaded arrayvec v0.7.6
5652026-08-05T19:27:06.935Z Downloaded foreign-types-shared v0.1.1
5662026-08-05T19:27:06.935Z Downloaded fixedbitset v0.4.2
5672026-08-05T19:27:06.935Z Downloaded argon2 v0.6.0-rc.8
5682026-08-05T19:27:06.938Z Downloaded blake2 v0.10.6
5692026-08-05T19:27:06.938Z Downloaded cfg_aliases v0.1.1
5702026-08-05T19:27:06.941Z Downloaded hostname v0.3.1
5712026-08-05T19:27:06.943Z Downloaded num v0.4.3
5722026-08-05T19:27:06.943Z Downloaded futures-task v0.3.32
5732026-08-05T19:27:06.947Z Downloaded num-conv v0.2.0
5742026-08-05T19:27:06.950Z Downloaded form_urlencoded v1.2.2
5752026-08-05T19:27:06.950Z Downloaded bitfield v0.19.4
5762026-08-05T19:27:06.950Z Downloaded http-body v1.0.1
5772026-08-05T19:27:06.952Z Downloaded funty v2.0.0
5782026-08-05T19:27:06.955Z Downloaded futures-macro v0.3.32
5792026-08-05T19:27:06.955Z Downloaded ascii-canvas v3.0.0
5802026-08-05T19:27:06.958Z Downloaded aead v0.6.1
5812026-08-05T19:27:06.958Z Downloaded argon2 v0.5.3
5822026-08-05T19:27:06.958Z Downloaded float-ord v0.3.2
5832026-08-05T19:27:06.961Z Downloaded foreign-types v0.5.0
5842026-08-05T19:27:06.961Z Downloaded foreign-types-macros v0.2.3
5852026-08-05T19:27:06.961Z Downloaded bit-vec v0.8.0
5862026-08-05T19:27:06.961Z Downloaded buf-list v1.1.2
5872026-08-05T19:27:06.964Z Downloaded byte-wrapper v0.1.0
5882026-08-05T19:27:06.964Z Downloaded git-stub v1.0.0
5892026-08-05T19:27:06.964Z Downloaded blowfish v0.10.0
5902026-08-05T19:27:06.964Z Downloaded hash32 v0.2.1
5912026-08-05T19:27:06.967Z Downloaded num_enum_derive v0.5.11
5922026-08-05T19:27:06.967Z Downloaded env_filter v1.0.0
5932026-08-05T19:27:06.967Z Downloaded foreign-types-shared v0.3.1
5942026-08-05T19:27:06.967Z Downloaded home v0.5.12
5952026-08-05T19:27:06.967Z Downloaded openssl-probe v0.2.1
5962026-08-05T19:27:06.967Z Downloaded packed_struct_codegen v0.10.1
5972026-08-05T19:27:06.970Z Downloaded foreign-types v0.3.2
5982026-08-05T19:27:06.970Z Downloaded peg-runtime v0.8.5
5992026-08-05T19:27:06.973Z Downloaded ghash v0.6.0
6002026-08-05T19:27:06.976Z Downloaded cexpr v0.6.0
6012026-08-05T19:27:06.976Z Downloaded colored v3.1.1
6022026-08-05T19:27:06.976Z Downloaded filetime v0.2.27
6032026-08-05T19:27:06.979Z Downloaded ciborium v0.2.2
6042026-08-05T19:27:06.979Z Downloaded flagset v0.4.7
6052026-08-05T19:27:06.979Z Downloaded predicates-tree v1.0.13
6062026-08-05T19:27:06.982Z Downloaded cipher v0.4.4
6072026-08-05T19:27:06.982Z Downloaded cassowary v0.3.0
6082026-08-05T19:27:06.982Z Downloaded chacha20 v0.9.1
6092026-08-05T19:27:06.982Z Downloaded cmake v0.1.57
6102026-08-05T19:27:06.985Z Downloaded powerfmt v0.2.0
6112026-08-05T19:27:06.985Z Downloaded camino-tempfile-ext v0.3.3
6122026-08-05T19:27:06.985Z Downloaded constant_time_eq v0.4.2
6132026-08-05T19:27:06.985Z Downloaded hyper-tls v0.6.0
6142026-08-05T19:27:06.988Z Downloaded phf_shared v0.13.1
6152026-08-05T19:27:06.988Z Downloaded async-trait v0.1.89
6162026-08-05T19:27:06.992Z Downloaded progenitor-macro v0.14.0
6172026-08-05T19:27:06.995Z Downloaded sigpipe v0.1.3
6182026-08-05T19:27:06.995Z Downloaded predicates-core v1.0.10
6192026-08-05T19:27:07.000Z Downloaded http-body-util v0.1.3
6202026-08-05T19:27:07.000Z Downloaded rand_xorshift v0.4.0
6212026-08-05T19:27:07.003Z Downloaded glob v0.3.3
6222026-08-05T19:27:07.003Z Downloaded headers-core v0.3.0
6232026-08-05T19:27:07.006Z Downloaded compression-codecs v0.4.37
6242026-08-05T19:27:07.006Z Downloaded group v0.14.0
6252026-08-05T19:27:07.006Z Downloaded futures-executor v0.3.32
6262026-08-05T19:27:07.009Z Downloaded hyper-staticfile v0.10.1
6272026-08-05T19:27:07.011Z Downloaded erased-serde v0.3.31
6282026-08-05T19:27:07.011Z Downloaded globset v0.4.18
6292026-08-05T19:27:07.011Z Downloaded semver v0.1.20
6302026-08-05T19:27:07.015Z Downloaded bs58 v0.5.1
6312026-08-05T19:27:07.018Z Downloaded bit-vec v0.6.3
6322026-08-05T19:27:07.021Z Downloaded cbc v0.2.1
6332026-08-05T19:27:07.021Z Downloaded humantime v2.3.0
6342026-08-05T19:27:07.025Z Downloaded env_logger v0.11.9
6352026-08-05T19:27:07.027Z Downloaded foldhash v0.1.5
6362026-08-05T19:27:07.028Z Downloaded bitflags v1.3.2
6372026-08-05T19:27:07.031Z Downloaded group v0.13.0
6382026-08-05T19:27:07.031Z Downloaded httparse v1.10.1
6392026-08-05T19:27:07.033Z Downloaded blake2 v0.11.0-rc.6
6402026-08-05T19:27:07.036Z Downloaded owo-colors v4.3.0
6412026-08-05T19:27:07.039Z Downloaded pbkdf2 v0.13.0
6422026-08-05T19:27:07.042Z Downloaded primeorder v0.14.0
6432026-08-05T19:27:07.045Z Downloaded progenitor-client v0.13.0
6442026-08-05T19:27:07.045Z Downloaded rustc_version v0.1.7
6452026-08-05T19:27:07.045Z Downloaded bzip2 v0.6.1
6462026-08-05T19:27:07.048Z Downloaded bzip2 v0.4.4
6472026-08-05T19:27:07.050Z Downloaded chacha20 v0.10.0
6482026-08-05T19:27:07.051Z Downloaded rustls-native-certs v0.8.3
6492026-08-05T19:27:07.053Z Downloaded serde_plain v1.0.2
6502026-08-05T19:27:07.053Z Downloaded strum v0.26.3
6512026-08-05T19:27:07.053Z Downloaded thread-id v5.1.0
6522026-08-05T19:27:07.053Z Downloaded supports-color v3.0.2
6532026-08-05T19:27:07.056Z Downloaded take_mut v0.2.2
6542026-08-05T19:27:07.056Z Downloaded pkg-config v0.3.32
6552026-08-05T19:27:07.059Z Downloaded scroll_derive v0.13.1
6562026-08-05T19:27:07.059Z Downloaded shell-words v1.1.1
6572026-08-05T19:27:07.059Z Downloaded clang-sys v1.8.1
6582026-08-05T19:27:07.061Z Downloaded colored v2.2.0
6592026-08-05T19:27:07.062Z Downloaded wait-timeout v0.2.1
6602026-08-05T19:27:07.065Z Downloaded allocator-api2 v0.2.21
6612026-08-05T19:27:07.065Z Downloaded usdt v0.6.0
6622026-08-05T19:27:07.065Z Downloaded rand_core v0.9.5
6632026-08-05T19:27:07.068Z Downloaded primeorder v0.13.6
6642026-08-05T19:27:07.068Z Downloaded scroll v0.13.0
6652026-08-05T19:27:07.068Z Downloaded sync-ptr v0.1.4
6662026-08-05T19:27:07.068Z Downloaded testing_table v0.3.0
6672026-08-05T19:27:07.069Z Downloaded fallible-iterator v0.2.0
6682026-08-05T19:27:07.069Z Downloaded num-rational v0.4.2
6692026-08-05T19:27:07.069Z Downloaded tokio-macros v2.7.0
6702026-08-05T19:27:07.072Z Downloaded half v1.8.3
6712026-08-05T19:27:07.075Z Downloaded tower-layer v0.3.3
6722026-08-05T19:27:07.075Z Downloaded unicode-truncate v1.1.0
6732026-08-05T19:27:07.075Z Downloaded utf-8 v0.7.6
6742026-08-05T19:27:07.078Z Downloaded hmac v0.12.1
6752026-08-05T19:27:07.078Z Downloaded highway v1.3.0
6762026-08-05T19:27:07.081Z Downloaded r2d2 v0.8.10
6772026-08-05T19:27:07.081Z Downloaded rand_seeder v0.4.0
6782026-08-05T19:27:07.081Z Downloaded password-hash v0.5.0
6792026-08-05T19:27:07.081Z Downloaded hmac v0.13.0
6802026-08-05T19:27:07.084Z Downloaded hybrid-array v0.4.13
6812026-08-05T19:27:07.084Z Downloaded seq-macro v0.3.6
6822026-08-05T19:27:07.087Z Downloaded find-msvc-tools v0.1.9
6832026-08-05T19:27:07.087Z Downloaded waitgroup v0.1.2
6842026-08-05T19:27:07.087Z Downloaded hyper-rustls v0.27.7
6852026-08-05T19:27:07.092Z Downloaded crunchy v0.2.4
6862026-08-05T19:27:07.095Z Downloaded debug-ignore v1.0.5
6872026-08-05T19:27:07.098Z Downloaded defmt-parser v1.0.0
6882026-08-05T19:27:07.098Z Downloaded serdect v0.4.3
6892026-08-05T19:27:07.101Z Downloaded signal-hook-registry v1.4.8
6902026-08-05T19:27:07.101Z Downloaded ssh-encoding v0.3.0
6912026-08-05T19:27:07.101Z Downloaded async-bb8-diesel v0.2.1
6922026-08-05T19:27:07.104Z Downloaded console v0.15.11
6932026-08-05T19:27:07.105Z Downloaded curve25519-dalek-derive v0.1.1
6942026-08-05T19:27:07.105Z Downloaded yoke-derive v0.8.1
6952026-08-05T19:27:07.110Z Downloaded darling_macro v0.20.11
6962026-08-05T19:27:07.110Z Downloaded dirs-sys-next v0.1.2
6972026-08-05T19:27:07.110Z Downloaded slog-scope v4.4.1
6982026-08-05T19:27:07.113Z Downloaded simd-adler32 v0.3.8
6992026-08-05T19:27:07.113Z Downloaded strum_macros v0.27.2
7002026-08-05T19:27:07.117Z Downloaded tls_codec v0.4.2
7012026-08-05T19:27:07.117Z Downloaded embedded-io v0.4.0
7022026-08-05T19:27:07.120Z Downloaded dtrace-parser v0.3.0
7032026-08-05T19:27:07.120Z Downloaded pem v3.0.6
7042026-08-05T19:27:07.120Z Downloaded display-error-chain v0.2.2
7052026-08-05T19:27:07.120Z Downloaded instant v0.1.13
7062026-08-05T19:27:07.124Z Downloaded embedded-io v0.6.1
7072026-08-05T19:27:07.124Z Downloaded illumos-nvpair-sys v0.2.0
7082026-08-05T19:27:07.124Z Downloaded inout v0.1.4
7092026-08-05T19:27:07.124Z Downloaded bytes v1.11.1
7102026-08-05T19:27:07.128Z Downloaded const-oid v0.9.6
7112026-08-05T19:27:07.128Z Downloaded fatfs v0.3.6
7122026-08-05T19:27:07.128Z Downloaded salsa20 v0.11.0
7132026-08-05T19:27:07.128Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7142026-08-05T19:27:07.131Z Downloaded spki v0.7.3
7152026-08-05T19:27:07.132Z Downloaded difflib v0.4.0
7162026-08-05T19:27:07.132Z Downloaded generic-array v1.4.3
7172026-08-05T19:27:07.138Z Downloaded stringprep v0.1.5
7182026-08-05T19:27:07.138Z Downloaded console v0.16.2
7192026-08-05T19:27:07.143Z Downloaded const-oid v0.10.2
7202026-08-05T19:27:07.144Z Downloaded pkcs1 v0.7.5
7212026-08-05T19:27:07.144Z Downloaded static_assertions v1.1.0
7222026-08-05T19:27:07.144Z Downloaded base64 v0.22.1
7232026-08-05T19:27:07.144Z Downloaded pkcs8 v0.11.0
7242026-08-05T19:27:07.147Z Downloaded tiny-keccak v2.0.2
7252026-08-05T19:27:07.147Z Downloaded illumos-nvpair v0.3.0
7262026-08-05T19:27:07.147Z Downloaded libscf-sys v1.2.0
7272026-08-05T19:27:07.147Z Downloaded smf v0.2.3
7282026-08-05T19:27:07.147Z Downloaded keccak v0.1.6
7292026-08-05T19:27:07.147Z Downloaded tui-tree-widget v0.23.1
7302026-08-05T19:27:07.147Z Downloaded getrandom v0.3.4
7312026-08-05T19:27:07.150Z Downloaded cancel-safe-futures v0.1.5
7322026-08-05T19:27:07.150Z Downloaded wyz v0.5.1
7332026-08-05T19:27:07.160Z Downloaded diesel-dtrace v0.5.0
7342026-08-05T19:27:07.163Z Downloaded vergen-gitcl v1.0.8
7352026-08-05T19:27:07.163Z Downloaded corncobs v0.1.4
7362026-08-05T19:27:07.163Z Downloaded num-iter v0.1.45
7372026-08-05T19:27:07.166Z Downloaded oso-derive v0.27.3
7382026-08-05T19:27:07.168Z Downloaded lru-slab v0.1.2
7392026-08-05T19:27:07.171Z Downloaded match_cfg v0.1.0
7402026-08-05T19:27:07.176Z Downloaded postcard v1.1.3
7412026-08-05T19:27:07.176Z Downloaded smallvec v1.15.1
7422026-08-05T19:27:07.179Z Downloaded term v1.2.1
7432026-08-05T19:27:07.183Z Downloaded chacha20poly1305 v0.10.1
7442026-08-05T19:27:07.186Z Downloaded rand_pcg v0.10.2
7452026-08-05T19:27:07.186Z Downloaded rfc6979 v0.6.0
7462026-08-05T19:27:07.190Z Downloaded papergrid v0.17.0
7472026-08-05T19:27:07.194Z Downloaded heapless v0.8.0
7482026-08-05T19:27:07.194Z Downloaded opaque-debug v0.3.1
7492026-08-05T19:27:07.194Z Downloaded oxide-update-engine-types v0.1.2
7502026-08-05T19:27:07.197Z Downloaded heapless v0.7.17
7512026-08-05T19:27:07.200Z Downloaded password-hash v0.6.1
7522026-08-05T19:27:07.200Z Downloaded path-slash v0.1.5
7532026-08-05T19:27:07.200Z Downloaded quick-error v1.2.3
7542026-08-05T19:27:07.203Z Downloaded flume v0.11.1
7552026-08-05T19:27:07.207Z Downloaded arc-swap v1.8.2
7562026-08-05T19:27:07.207Z Downloaded serde_repr v0.1.20
7572026-08-05T19:27:07.207Z Downloaded backon v1.6.0
7582026-08-05T19:27:07.211Z Downloaded bumpalo v3.20.2
7592026-08-05T19:27:07.211Z Downloaded cc v1.2.56
7602026-08-05T19:27:07.214Z Downloaded zeroize v1.9.0
7612026-08-05T19:27:07.214Z Downloaded libsw-core v0.3.2
7622026-08-05T19:27:07.214Z Downloaded libsw v3.5.0
7632026-08-05T19:27:07.214Z Downloaded module-lattice v0.2.3
7642026-08-05T19:27:07.217Z Downloaded ref-cast v1.0.25
7652026-08-05T19:27:07.217Z Downloaded nanorand v0.7.0
7662026-08-05T19:27:07.217Z Downloaded const_format v0.2.35
7672026-08-05T19:27:07.219Z Downloaded signature v2.2.0
7682026-08-05T19:27:07.222Z Downloaded russh-util v0.52.0
7692026-08-05T19:27:07.222Z Downloaded native-tls v0.2.18
7702026-08-05T19:27:07.224Z Downloaded ryu v1.0.23
7712026-08-05T19:27:07.224Z Downloaded critical-section v1.2.0
7722026-08-05T19:27:07.227Z Downloaded similar v2.7.0
7732026-08-05T19:27:07.229Z Downloaded serde_yaml v0.9.34+deprecated
7742026-08-05T19:27:07.229Z Downloaded secrecy v0.8.0
7752026-08-05T19:27:07.232Z Downloaded sqlparser_derive v0.5.0
7762026-08-05T19:27:07.232Z Downloaded unicode-properties v0.1.4
7772026-08-05T19:27:07.232Z Downloaded libefi-sys v0.1.0
7782026-08-05T19:27:07.232Z Downloaded derive_builder v0.20.2
7792026-08-05T19:27:07.235Z Downloaded num-integer v0.1.46
7802026-08-05T19:27:07.235Z Downloaded packed_struct v0.10.1
7812026-08-05T19:27:07.238Z Downloaded slog-envlogger v2.2.0
7822026-08-05T19:27:07.238Z Downloaded compact_str v0.8.1
7832026-08-05T19:27:07.238Z Downloaded subtle v2.6.1
7842026-08-05T19:27:07.241Z Downloaded strum v0.27.2
7852026-08-05T19:27:07.241Z Downloaded thiserror-impl-no-std v2.0.2
7862026-08-05T19:27:07.244Z Downloaded peg v0.8.5
7872026-08-05T19:27:07.246Z Downloaded peg-macros v0.8.5
7882026-08-05T19:27:07.247Z Downloaded pkcs8 v0.10.2
7892026-08-05T19:27:07.250Z Downloaded crossbeam-utils v0.8.21
7902026-08-05T19:27:07.250Z Downloaded tokio-stream v0.1.18
7912026-08-05T19:27:07.252Z Downloaded try-lock v0.2.5
7922026-08-05T19:27:07.252Z Downloaded progenitor-extras v0.2.0
7932026-08-05T19:27:07.252Z Downloaded der_derive v0.7.3
7942026-08-05T19:27:07.254Z Downloaded tower-service v0.3.3
7952026-08-05T19:27:07.255Z Downloaded darling v0.21.3
7962026-08-05T19:27:07.258Z Downloaded darling v0.20.11
7972026-08-05T19:27:07.261Z Downloaded rand_core v0.10.0
7982026-08-05T19:27:07.261Z Downloaded base64 v0.21.7
7992026-08-05T19:27:07.263Z Downloaded ar_archive_writer v0.5.1
8002026-08-05T19:27:07.267Z Downloaded tungstenite v0.21.0
8012026-08-05T19:27:07.267Z Downloaded p384 v0.14.0
8022026-08-05T19:27:07.270Z Downloaded headers v0.4.1
8032026-08-05T19:27:07.272Z Downloaded polyval v0.7.1
8042026-08-05T19:27:07.272Z Downloaded trait-variant v0.1.2
8052026-08-05T19:27:07.275Z Downloaded untrusted v0.7.1
8062026-08-05T19:27:07.275Z Downloaded untrusted v0.9.0
8072026-08-05T19:27:07.278Z Downloaded crucible-workspace-hack v0.1.0
8082026-08-05T19:27:07.281Z Downloaded zeroize_derive v1.5.0
8092026-08-05T19:27:07.281Z Downloaded spin v0.9.8
8102026-08-05T19:27:07.284Z Downloaded hickory-resolver v0.24.4
8112026-08-05T19:27:07.288Z Downloaded crc-any v2.5.0
8122026-08-05T19:27:07.288Z Downloaded predicates v3.1.4
8132026-08-05T19:27:07.288Z Downloaded paste v1.0.15
8142026-08-05T19:27:07.292Z Downloaded cpubits v0.1.1
8152026-08-05T19:27:07.295Z Downloaded dunce v1.0.5
8162026-08-05T19:27:07.298Z Downloaded hashbrown v0.16.1
8172026-08-05T19:27:07.300Z Downloaded tungstenite v0.23.0
8182026-08-05T19:27:07.303Z Downloaded rustversion v1.0.22
8192026-08-05T19:27:07.303Z Downloaded toml_writer v1.1.1+spec-1.1.0
8202026-08-05T19:27:07.306Z Downloaded slog-dtrace v0.3.0
8212026-08-05T19:27:07.306Z Downloaded dof v0.4.0
8222026-08-05T19:27:07.306Z Downloaded document-features v0.2.12
8232026-08-05T19:27:07.306Z Downloaded spki v0.8.0
8242026-08-05T19:27:07.308Z Downloaded stacker v0.1.23
8252026-08-05T19:27:07.308Z Downloaded strsim v0.10.0
8262026-08-05T19:27:07.308Z Downloaded publicsuffix v2.3.0
8272026-08-05T19:27:07.311Z Downloaded support-bundle-viewer v0.1.2
8282026-08-05T19:27:07.311Z Downloaded tokio-dtrace v0.1.1
8292026-08-05T19:27:07.314Z Downloaded schemars v0.9.0
8302026-08-05T19:27:07.321Z Downloaded lalrpop-util v0.19.12
8312026-08-05T19:27:07.324Z Downloaded lazy_static v1.5.0
8322026-08-05T19:27:07.327Z Downloaded md5 v0.8.0
8332026-08-05T19:27:07.332Z Downloaded normalize-line-endings v0.3.0
8342026-08-05T19:27:07.335Z Downloaded new_debug_unreachable v1.0.6
8352026-08-05T19:27:07.335Z Downloaded num-derive v0.4.2
8362026-08-05T19:27:07.338Z Downloaded phf_shared v0.11.3
8372026-08-05T19:27:07.338Z Downloaded ecdsa v0.17.0
8382026-08-05T19:27:07.338Z Downloaded walkdir v2.5.0
8392026-08-05T19:27:07.338Z Downloaded managed v0.8.0
8402026-08-05T19:27:07.341Z Downloaded num_threads v0.1.7
8412026-08-05T19:27:07.343Z Downloaded hickory-resolver v0.25.2
8422026-08-05T19:27:07.346Z Downloaded hickory-server v0.25.2
8432026-08-05T19:27:07.346Z Downloaded memmap2 v0.9.10
8442026-08-05T19:27:07.349Z Downloaded zstd v0.13.3
8452026-08-05T19:27:07.349Z Downloaded async-compression v0.4.41
8462026-08-05T19:27:07.351Z Downloaded parse-size v1.1.0
8472026-08-05T19:27:07.354Z Downloaded crossbeam-deque v0.8.6
8482026-08-05T19:27:07.354Z Downloaded precomputed-hash v0.1.1
8492026-08-05T19:27:07.354Z Downloaded proc-macro-crate v3.4.0
8502026-08-05T19:27:07.354Z Downloaded expectorate v1.2.0
8512026-08-05T19:27:07.357Z Downloaded writeable v0.6.2
8522026-08-05T19:27:07.359Z Downloaded oxnet v0.1.6
8532026-08-05T19:27:07.363Z Downloaded sha2 v0.11.0
8542026-08-05T19:27:07.366Z Downloaded vergen-lib v0.1.6
8552026-08-05T19:27:07.366Z Downloaded darling v0.13.4
8562026-08-05T19:27:07.368Z Downloaded deranged v0.5.8
8572026-08-05T19:27:07.368Z Downloaded proc-macro-error-attr2 v2.0.0
8582026-08-05T19:27:07.368Z Downloaded recursive v0.1.1
8592026-08-05T19:27:07.371Z Downloaded parking_lot_core v0.9.12
8602026-08-05T19:27:07.371Z Downloaded derive-ex v0.1.8
8612026-08-05T19:27:07.371Z Downloaded digest v0.11.3
8622026-08-05T19:27:07.374Z Downloaded ref-cast-impl v1.0.25
8632026-08-05T19:27:07.377Z Downloaded serde_urlencoded v0.7.1
8642026-08-05T19:27:07.380Z Downloaded hashbrown v0.12.3
8652026-08-05T19:27:07.382Z Downloaded defmt-macros v1.0.1
8662026-08-05T19:27:07.382Z Downloaded serde-hex v0.1.0
8672026-08-05T19:27:07.382Z Downloaded quinn v0.11.11
8682026-08-05T19:27:07.385Z Downloaded rfc6979 v0.4.0
8692026-08-05T19:27:07.385Z Downloaded postgres-types v0.2.12
8702026-08-05T19:27:07.388Z Downloaded rustc_version v0.4.1
8712026-08-05T19:27:07.388Z Downloaded scopeguard v1.2.0
8722026-08-05T19:27:07.388Z Downloaded zerocopy v0.6.6
8732026-08-05T19:27:07.391Z Downloaded sha1 v0.11.0
8742026-08-05T19:27:07.391Z Downloaded lock_api v0.4.14
8752026-08-05T19:27:07.391Z Downloaded siphasher v1.0.2
8762026-08-05T19:27:07.394Z Downloaded slog-bunyan v2.5.0
8772026-08-05T19:27:07.394Z Downloaded jobserver v0.1.34
8782026-08-05T19:27:07.394Z Downloaded structmeta-derive v0.3.0
8792026-08-05T19:27:07.396Z Downloaded tinyvec_macros v0.1.1
8802026-08-05T19:27:07.399Z Downloaded whoami v2.1.0
8812026-08-05T19:27:07.401Z Downloaded multer v3.1.0
8822026-08-05T19:27:07.405Z Downloaded rand v0.10.1
8832026-08-05T19:27:07.408Z Downloaded http v1.4.2
8842026-08-05T19:27:07.408Z Downloaded zip v0.6.6
8852026-08-05T19:27:07.410Z Downloaded flate2 v1.1.9
8862026-08-05T19:27:07.413Z Downloaded parse-display-derive v0.10.0
8872026-08-05T19:27:07.414Z Downloaded inout v0.2.2
8882026-08-05T19:27:07.414Z Downloaded universal-hash v0.5.1
8892026-08-05T19:27:07.414Z Downloaded void v1.0.2
8902026-08-05T19:27:07.414Z Downloaded want v0.3.1
8912026-08-05T19:27:07.414Z Downloaded ed25519 v3.0.0
8922026-08-05T19:27:07.416Z Downloaded linear-map v1.2.0
8932026-08-05T19:27:07.419Z Downloaded proc-macro-error2 v2.0.1
8942026-08-05T19:27:07.419Z Downloaded darling v0.23.0
8952026-08-05T19:27:07.422Z Downloaded sync_wrapper v1.0.2
8962026-08-05T19:27:07.422Z Downloaded tabwriter v1.4.1
8972026-08-05T19:27:07.425Z Downloaded schemars v0.8.22
8982026-08-05T19:27:07.429Z Downloaded ingot-types v0.2.0
8992026-08-05T19:27:07.432Z Downloaded num_enum_derive v0.7.6
9002026-08-05T19:27:07.432Z Downloaded vte v0.14.1
9012026-08-05T19:27:07.432Z Downloaded zone_cfg_derive v0.3.1
9022026-08-05T19:27:07.432Z Downloaded crc-catalog v2.4.0
9032026-08-05T19:27:07.435Z Downloaded tinyvec v1.10.0
9042026-08-05T19:27:07.435Z Downloaded sec1 v0.8.1
9052026-08-05T19:27:07.437Z Downloaded zerofrom-derive v0.1.6
9062026-08-05T19:27:07.437Z Downloaded zone v0.3.1
9072026-08-05T19:27:07.438Z Downloaded omicron-zone-package v0.12.3
9082026-08-05T19:27:07.438Z Downloaded twox-hash v2.1.2
9092026-08-05T19:27:07.441Z Downloaded darling_macro v0.21.3
9102026-08-05T19:27:07.444Z Downloaded cookie_store v0.22.1
9112026-08-05T19:27:07.447Z Downloaded icu_normalizer_data v2.1.1
9122026-08-05T19:27:07.449Z Downloaded toml v1.1.2+spec-1.1.0
9132026-08-05T19:27:07.449Z Downloaded phf v0.13.1
9142026-08-05T19:27:07.452Z Downloaded multimap v0.10.1
9152026-08-05T19:27:07.452Z Downloaded prefix-trie v0.7.0
9162026-08-05T19:27:07.453Z Downloaded ignore v0.4.25
9172026-08-05T19:27:07.456Z Downloaded universal-hash v0.6.1
9182026-08-05T19:27:07.456Z Downloaded smallvec v0.6.14
9192026-08-05T19:27:07.456Z Downloaded indoc v1.0.9
9202026-08-05T19:27:07.459Z Downloaded parking_lot v0.12.5
9212026-08-05T19:27:07.464Z Downloaded downcast-rs v2.0.2
9222026-08-05T19:27:07.467Z Downloaded is-terminal v0.4.17
9232026-08-05T19:27:07.471Z Downloaded vsss-rs v3.3.4
9242026-08-05T19:27:07.474Z Downloaded linked-hash-map v0.5.6
9252026-08-05T19:27:07.474Z Downloaded kem v0.3.0
9262026-08-05T19:27:07.474Z Downloaded lru-cache v0.1.2
9272026-08-05T19:27:07.477Z Downloaded rustls-webpki v0.103.13
9282026-08-05T19:27:07.477Z Downloaded md-5 v0.10.6
9292026-08-05T19:27:07.479Z Downloaded newtype-uuid-macros v0.1.0
9302026-08-05T19:27:07.479Z Downloaded hkdf v0.12.4
9312026-08-05T19:27:07.479Z Downloaded serde_with v1.14.0
9322026-08-05T19:27:07.483Z Downloaded test-strategy v0.4.5
9332026-08-05T19:27:07.486Z Downloaded darling_core v0.13.4
9342026-08-05T19:27:07.490Z Downloaded openssl-macros v0.1.1
9352026-08-05T19:27:07.490Z Downloaded memoffset v0.9.1
9362026-08-05T19:27:07.490Z Downloaded newtype_derive v0.1.6
9372026-08-05T19:27:07.490Z Downloaded ingot-macros v0.2.0
9382026-08-05T19:27:07.493Z Downloaded progenitor-client v0.14.0
9392026-08-05T19:27:07.493Z Downloaded parse-display v0.10.0
9402026-08-05T19:27:07.495Z Downloaded snafu v0.8.9
9412026-08-05T19:27:07.498Z Downloaded termios v0.3.3
9422026-08-05T19:27:07.498Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9432026-08-05T19:27:07.501Z Downloaded aes v0.9.1
9442026-08-05T19:27:07.501Z Downloaded dsl_auto_type v0.2.0
9452026-08-05T19:27:07.504Z Downloaded ctutils v0.4.2
9462026-08-05T19:27:07.504Z Downloaded same-file v1.0.6
9472026-08-05T19:27:07.507Z Downloaded secrecy v0.10.3
9482026-08-05T19:27:07.507Z Downloaded tracing-core v0.1.36
9492026-08-05T19:27:07.510Z Downloaded signal-hook-mio v0.2.5
9502026-08-05T19:27:07.513Z Downloaded psl-types v2.0.11
9512026-08-05T19:27:07.518Z Downloaded yoke v0.8.1
9522026-08-05T19:27:07.522Z Downloaded tracing-attributes v0.1.31
9532026-08-05T19:27:07.522Z Downloaded ena v0.14.4
9542026-08-05T19:27:07.525Z Downloaded sponge-cursor v0.1.0
9552026-08-05T19:27:07.528Z Downloaded sha1 v0.10.6
9562026-08-05T19:27:07.528Z Downloaded rsa v0.9.10
9572026-08-05T19:27:07.531Z Downloaded yansi v1.0.1
9582026-08-05T19:27:07.531Z Downloaded hashbrown v0.15.5
9592026-08-05T19:27:07.534Z Downloaded quinn-udp v0.5.14
9602026-08-05T19:27:07.537Z Downloaded defmt v1.0.1
9612026-08-05T19:27:07.540Z Downloaded idna_adapter v1.2.1
9622026-08-05T19:27:07.542Z Downloaded topological-sort v0.2.2
9632026-08-05T19:27:07.543Z Downloaded unarray v0.1.4
9642026-08-05T19:27:07.545Z Downloaded crc8 v0.1.1
9652026-08-05T19:27:07.545Z Downloaded defmt v0.3.100
9662026-08-05T19:27:07.548Z Downloaded unicode-segmentation v1.12.0
9672026-08-05T19:27:07.548Z Downloaded newtype-uuid v1.3.2
9682026-08-05T19:27:07.552Z Downloaded serde_cbor v0.11.2
9692026-08-05T19:27:07.552Z Downloaded x509-cert v0.2.5
9702026-08-05T19:27:07.555Z Downloaded elliptic-curve v0.14.1
9712026-08-05T19:27:07.557Z Downloaded zerocopy-derive v0.8.40
9722026-08-05T19:27:07.560Z Downloaded samael v0.0.19
9732026-08-05T19:27:07.563Z Downloaded schemars v1.2.1
9742026-08-05T19:27:07.571Z Downloaded num_enum v0.5.11
9752026-08-05T19:27:07.576Z Downloaded openssl-probe v0.1.6
9762026-08-05T19:27:07.579Z Downloaded tar v0.4.46
9772026-08-05T19:27:07.579Z Downloaded crypto-bigint v0.5.5
9782026-08-05T19:27:07.579Z Downloaded toml v0.7.8
9792026-08-05T19:27:07.582Z Downloaded libloading v0.8.9
9802026-08-05T19:27:07.582Z Downloaded rpassword v7.5.4
9812026-08-05T19:27:07.585Z Downloaded des v0.9.0
9822026-08-05T19:27:07.585Z Downloaded diesel_table_macro_syntax v0.3.0
9832026-08-05T19:27:07.585Z Downloaded dyn-clone v1.0.20
9842026-08-05T19:27:07.585Z Downloaded nonempty v0.12.0
9852026-08-05T19:27:07.585Z Downloaded serde_path_to_error v0.1.20
9862026-08-05T19:27:07.588Z Downloaded ed25519-dalek v3.0.0
9872026-08-05T19:27:07.588Z Downloaded unsafe-libyaml v0.2.11
9882026-08-05T19:27:07.591Z Downloaded indicatif v0.18.4
9892026-08-05T19:27:07.591Z Downloaded utf8_iter v1.0.4
9902026-08-05T19:27:07.594Z Downloaded snafu-derive v0.8.9
9912026-08-05T19:27:07.594Z Downloaded thread_local v1.1.9
9922026-08-05T19:27:07.594Z Downloaded tokio-native-tls v0.3.1
9932026-08-05T19:27:07.594Z Downloaded derive_more v2.1.1
9942026-08-05T19:27:07.599Z Downloaded pretty_assertions v1.4.1
9952026-08-05T19:27:07.602Z Downloaded rand_core v0.6.4
9962026-08-05T19:27:07.605Z Downloaded slog-term v2.9.2
9972026-08-05T19:27:07.605Z Downloaded synstructure v0.13.2
9982026-08-05T19:27:07.608Z Downloaded uzers v0.12.2
9992026-08-05T19:27:07.611Z Downloaded nom v8.0.0
10002026-08-05T19:27:07.614Z Downloaded signature v3.0.0
10012026-08-05T19:27:07.617Z Downloaded tap v1.0.1
10022026-08-05T19:27:07.617Z Downloaded strip-ansi-escapes v0.2.1
10032026-08-05T19:27:07.617Z Downloaded tls_codec_derive v0.4.2
10042026-08-05T19:27:07.617Z Downloaded rustc-hash v2.1.1
10052026-08-05T19:27:07.620Z Downloaded minimal-lexical v0.2.1
10062026-08-05T19:27:07.624Z Downloaded xshell v0.2.7
10072026-08-05T19:27:07.626Z Downloaded unicase v2.9.0
10082026-08-05T19:27:07.629Z Downloaded derive_builder_core v0.20.2
10092026-08-05T19:27:07.629Z Downloaded displaydoc v0.2.5
10102026-08-05T19:27:07.629Z Downloaded zip v4.6.1
10112026-08-05T19:27:07.632Z Downloaded rustls-platform-verifier v0.6.2
10122026-08-05T19:27:07.635Z Downloaded crossbeam-epoch v0.9.18
10132026-08-05T19:27:07.635Z Downloaded impl-trait-for-tuples v0.2.3
10142026-08-05T19:27:07.638Z Downloaded signal-hook v0.3.18
10152026-08-05T19:27:07.641Z Downloaded ingot v0.2.1
10162026-08-05T19:27:07.641Z Downloaded ipnetwork v0.21.1
10172026-08-05T19:27:07.644Z Downloaded typify-macro v0.6.2
10182026-08-05T19:27:07.644Z Downloaded zerofrom v0.1.6
10192026-08-05T19:27:07.644Z Downloaded unit-prefix v0.5.2
10202026-08-05T19:27:07.651Z Downloaded usdt-macro v0.6.0
10212026-08-05T19:27:07.651Z Downloaded p256 v0.14.0
10222026-08-05T19:27:07.651Z Downloaded toml_parser v1.1.2+spec-1.1.0
10232026-08-05T19:27:07.651Z Downloaded xattr v1.6.1
10242026-08-05T19:27:07.651Z Downloaded digest-io v0.1.0
10252026-08-05T19:27:07.651Z Downloaded primefield v0.14.0
10262026-08-05T19:27:07.654Z Downloaded mime_guess v2.0.5
10272026-08-05T19:27:07.654Z Downloaded oxide-update-engine v0.1.2
10282026-08-05T19:27:07.657Z Downloaded tokio-util v0.7.18
10292026-08-05T19:27:07.661Z Downloaded miniz_oxide v0.8.9
10302026-08-05T19:27:07.664Z Downloaded either v1.15.0
10312026-08-05T19:27:07.664Z Downloaded cstr-argument v0.1.2
10322026-08-05T19:27:07.664Z Downloaded darling_macro v0.23.0
10332026-08-05T19:27:07.667Z Downloaded nu-ansi-term v0.50.3
10342026-08-05T19:27:07.667Z Downloaded pin-project-internal v1.1.11
10352026-08-05T19:27:07.667Z Downloaded derive_builder_macro v0.20.2
10362026-08-05T19:27:07.667Z Downloaded ppv-lite86 v0.2.21
10372026-08-05T19:27:07.670Z Downloaded is_ci v1.2.0
10382026-08-05T19:27:07.673Z Downloaded dropshot-api-manager-types v0.7.2
10392026-08-05T19:27:07.673Z Downloaded hkdf v0.13.0
10402026-08-05T19:27:07.676Z Downloaded hyper v1.10.1
10412026-08-05T19:27:07.678Z Downloaded rand_chacha v0.9.0
10422026-08-05T19:27:07.681Z Downloaded sec1 v0.7.3
10432026-08-05T19:27:07.681Z Downloaded slog-stdlog v4.1.1
10442026-08-05T19:27:07.684Z Downloaded rand_chacha v0.3.1
10452026-08-05T19:27:07.699Z Downloaded rtoolbox v0.0.3
10462026-08-05T19:27:07.702Z Downloaded serde_spanned v1.1.1
10472026-08-05T19:27:07.702Z Downloaded rustls-pemfile v2.2.0
10482026-08-05T19:27:07.705Z Downloaded ssh-cipher v0.3.0
10492026-08-05T19:27:07.705Z Downloaded stable_deref_trait v1.2.1
10502026-08-05T19:27:07.705Z Downloaded pkcs5 v0.8.1
10512026-08-05T19:27:07.708Z Downloaded tinystr v0.8.2
10522026-08-05T19:27:07.710Z Downloaded darling_core v0.20.11
10532026-08-05T19:27:07.713Z Downloaded dropshot_endpoint v0.17.1
10542026-08-05T19:27:07.716Z Downloaded icu_collections v2.1.1
10552026-08-05T19:27:07.719Z Downloaded pin-project v1.1.11
10562026-08-05T19:27:07.725Z Downloaded litemap v0.8.1
10572026-08-05T19:27:07.728Z Downloaded convert_case v0.10.0
10582026-08-05T19:27:07.728Z Downloaded num-bigint v0.4.6
10592026-08-05T19:27:07.731Z Downloaded tokio-test v0.4.5
10602026-08-05T19:27:07.734Z Downloaded wnaf v0.14.0
10612026-08-05T19:27:07.734Z Downloaded usdt-attr-macro v0.6.0
10622026-08-05T19:27:07.734Z Downloaded crc v3.4.0
10632026-08-05T19:27:07.734Z Downloaded steno v0.4.1
10642026-08-05T19:27:07.737Z Downloaded daft-derive v0.1.7
10652026-08-05T19:27:07.740Z Downloaded slog v2.8.2
10662026-08-05T19:27:07.742Z Downloaded poly1305 v0.9.0
10672026-08-05T19:27:07.742Z Downloaded aes-gcm v0.11.0
10682026-08-05T19:27:07.745Z Downloaded futures-util v0.3.32
10692026-08-05T19:27:07.750Z Downloaded zstd-safe v7.2.4
10702026-08-05T19:27:07.753Z Downloaded postgres-protocol v0.6.10
10712026-08-05T19:27:07.753Z Downloaded url v2.5.8
10722026-08-05T19:27:07.769Z Downloaded aho-corasick v1.1.4
10732026-08-05T19:27:07.769Z Downloaded newline-converter v0.3.0
10742026-08-05T19:27:07.769Z Downloaded proc-macro-crate v1.3.1
10752026-08-05T19:27:07.769Z Downloaded russh-cryptovec v0.62.0
10762026-08-05T19:27:07.769Z Downloaded ecdsa v0.16.9
10772026-08-05T19:27:07.769Z Downloaded tagptr v0.2.0
10782026-08-05T19:27:07.769Z Downloaded h2 v0.4.15
10792026-08-05T19:27:07.769Z Downloaded phc v0.6.1
10802026-08-05T19:27:07.769Z Downloaded structmeta v0.3.0
10812026-08-05T19:27:07.769Z Downloaded nibble_vec v0.1.0
10822026-08-05T19:27:07.769Z Downloaded rand v0.9.2
10832026-08-05T19:27:07.772Z Downloaded cookie v0.18.1
10842026-08-05T19:27:07.772Z Downloaded derive-where v1.6.0
10852026-08-05T19:27:07.772Z Downloaded parking_lot v0.11.2
10862026-08-05T19:27:07.775Z Downloaded num_enum v0.7.6
10872026-08-05T19:27:07.778Z Downloaded tower-http v0.6.8
10882026-08-05T19:27:07.781Z Downloaded time-macros v0.2.27
10892026-08-05T19:27:07.784Z Downloaded parking_lot_core v0.8.6
10902026-08-05T19:27:07.784Z Downloaded cpufeatures v0.3.0
10912026-08-05T19:27:07.787Z Downloaded poly1305 v0.8.0
10922026-08-05T19:27:07.787Z Downloaded signal-hook-tokio v0.3.1
10932026-08-05T19:27:07.791Z Downloaded ident_case v1.0.1
10942026-08-05T19:27:07.794Z Downloaded indent_write v2.2.0
10952026-08-05T19:27:07.794Z Downloaded mime v0.3.17
10962026-08-05T19:27:07.800Z Downloaded socket2 v0.5.10
10972026-08-05T19:27:07.803Z Downloaded litrs v1.0.0
10982026-08-05T19:27:07.803Z Downloaded itertools v0.12.1
10992026-08-05T19:27:07.806Z Downloaded socket2 v0.6.3
11002026-08-05T19:27:07.809Z Downloaded libbz2-rs-sys v0.2.2
11012026-08-05T19:27:07.809Z Downloaded potential_utf v0.1.4
11022026-08-05T19:27:07.812Z Downloaded term v0.7.0
11032026-08-05T19:27:07.815Z Downloaded vergen-lib v9.1.0
11042026-08-05T19:27:07.822Z Downloaded uuid v1.23.4
11052026-08-05T19:27:07.826Z Downloaded ed25519 v2.2.3
11062026-08-05T19:27:07.829Z Downloaded num-complex v0.4.6
11072026-08-05T19:27:07.829Z Downloaded radium v0.7.0
11082026-08-05T19:27:07.832Z Downloaded dropshot-api-manager v0.7.2
11092026-08-05T19:27:07.836Z Downloaded indoc v2.0.7
11102026-08-05T19:27:07.838Z Downloaded ml-kem v0.3.2
11112026-08-05T19:27:07.841Z Downloaded zerotrie v0.2.3
11122026-08-05T19:27:07.844Z Downloaded unicode-xid v0.2.6
11132026-08-05T19:27:07.844Z Downloaded scrypt v0.12.0
11142026-08-05T19:27:07.847Z Downloaded serde_with_macros v1.5.2
11152026-08-05T19:27:07.847Z Downloaded serde_with_macros v3.21.0
11162026-08-05T19:27:07.847Z Downloaded instability v0.3.11
11172026-08-05T19:27:07.850Z Downloaded pem-rfc7468 v0.7.0
11182026-08-05T19:27:07.850Z Downloaded maplit v1.0.2
11192026-08-05T19:27:07.850Z Downloaded pem-rfc7468 v1.0.0
11202026-08-05T19:27:07.850Z Downloaded resolv-conf v0.7.6
11212026-08-05T19:27:07.853Z Downloaded icu_normalizer v2.1.1
11222026-08-05T19:27:07.856Z Downloaded derive_more-impl v2.1.1
11232026-08-05T19:27:07.859Z Downloaded rsa v0.10.0-rc.18
11242026-08-05T19:27:07.862Z Downloaded data-encoding v2.10.0
11252026-08-05T19:27:07.862Z Downloaded goblin v0.10.5
11262026-08-05T19:27:07.866Z Downloaded xshell-macros v0.2.7
11272026-08-05T19:27:07.869Z Downloaded pkcs1 v0.8.0-rc.4
11282026-08-05T19:27:07.869Z Downloaded keccak v0.2.0
11292026-08-05T19:27:07.869Z Downloaded tokio-tungstenite v0.21.0
11302026-08-05T19:27:07.871Z Downloaded nodrop v0.1.14
11312026-08-05T19:27:07.871Z Downloaded serde-big-array v0.5.1
11322026-08-05T19:27:07.871Z Downloaded serde_bytes v0.11.19
11332026-08-05T19:27:07.874Z Downloaded string_cache v0.8.9
11342026-08-05T19:27:07.874Z Downloaded subprocess v0.2.15
11352026-08-05T19:27:07.875Z Downloaded time-core v0.1.8
11362026-08-05T19:27:07.878Z Downloaded reqwest v0.13.2
11372026-08-05T19:27:07.880Z Downloaded tokio-postgres v0.7.16
11382026-08-05T19:27:07.883Z Downloaded usdt-impl v0.6.0
11392026-08-05T19:27:07.883Z Downloaded reqwest v0.12.28
11402026-08-05T19:27:07.887Z Downloaded iri-string v0.7.10
11412026-08-05T19:27:07.890Z Downloaded oxide-tokio-rt v0.1.4
11422026-08-05T19:27:07.893Z Downloaded phf v0.12.1
11432026-08-05T19:27:07.893Z Downloaded lzss v0.8.2
11442026-08-05T19:27:07.893Z Downloaded csv-core v0.1.13
11452026-08-05T19:27:07.896Z Downloaded scheduled-thread-pool v0.2.7
11462026-08-05T19:27:07.896Z Downloaded darling_macro v0.13.4
11472026-08-05T19:27:07.896Z Downloaded sapling-renderdag v0.1.0
11482026-08-05T19:27:07.896Z Downloaded serde_derive_internals v0.29.1
11492026-08-05T19:27:07.896Z Downloaded slog-json v2.6.1
11502026-08-05T19:27:07.899Z Downloaded maybe-uninit v2.0.0
11512026-08-05T19:27:07.899Z Downloaded tokio-rustls v0.26.4
11522026-08-05T19:27:07.902Z Downloaded indexmap v1.9.3
11532026-08-05T19:27:07.905Z Downloaded progenitor v0.13.0
11542026-08-05T19:27:07.908Z Downloaded iana-time-zone v0.1.65
11552026-08-05T19:27:07.911Z Downloaded psm v0.1.30
11562026-08-05T19:27:07.911Z Downloaded termtree v0.5.1
11572026-08-05T19:27:07.917Z Downloaded progenitor-impl v0.14.0
11582026-08-05T19:27:07.919Z Downloaded progenitor-macro v0.13.0
11592026-08-05T19:27:07.920Z Downloaded pin-project-lite v0.2.17
11602026-08-05T19:27:07.922Z Downloaded zerovec-derive v0.11.2
11612026-08-05T19:27:07.922Z Downloaded delegate v0.13.5
11622026-08-05T19:27:07.925Z Downloaded crypto-common v0.2.2
11632026-08-05T19:27:07.925Z Downloaded kstat-rs v0.2.4
11642026-08-05T19:27:07.929Z Downloaded oxide-update-engine-display v0.1.2
11652026-08-05T19:27:07.933Z Downloaded rusty-fork v0.3.1
11662026-08-05T19:27:07.936Z Downloaded crossbeam-channel v0.5.15
11672026-08-05T19:27:07.939Z Downloaded lru v0.12.5
11682026-08-05T19:27:07.939Z Downloaded dirs-next v2.0.0
11692026-08-05T19:27:07.939Z Downloaded oso v0.27.3
11702026-08-05T19:27:07.941Z Downloaded typify v0.6.2
11712026-08-05T19:27:07.944Z Downloaded hyper-util v0.1.20
11722026-08-05T19:27:07.947Z Downloaded phf_shared v0.12.1
11732026-08-05T19:27:07.947Z Downloaded tabled_derive v0.11.0
11742026-08-05T19:27:07.950Z Downloaded jiff-static v0.2.34
11752026-08-05T19:27:07.953Z Downloaded darling_core v0.23.0
11762026-08-05T19:27:07.956Z Downloaded ipnet v2.11.0
11772026-08-05T19:27:07.959Z Downloaded recursive-proc-macro-impl v0.1.1
11782026-08-05T19:27:07.962Z Downloaded sqlformat v0.3.5
11792026-08-05T19:27:07.965Z Downloaded internet-checksum v0.2.1
11802026-08-05T19:27:07.965Z Downloaded internal-russh-num-bigint v0.5.0
11812026-08-05T19:27:07.967Z Downloaded vergen-git2 v9.1.0
11822026-08-05T19:27:07.976Z Downloaded slab v0.4.12
11832026-08-05T19:27:07.979Z Downloaded progenitor v0.14.0
11842026-08-05T19:27:07.979Z Downloaded percent-encoding v2.3.2
11852026-08-05T19:27:07.984Z Downloaded slog-async v2.8.0
11862026-08-05T19:27:08.000Z Downloaded crossterm v0.28.1
11872026-08-05T19:27:08.004Z Downloaded rcgen v0.12.1
11882026-08-05T19:27:08.007Z Downloaded blake3 v1.8.5
11892026-08-05T19:27:08.010Z Downloaded shlex v1.3.0
11902026-08-05T19:27:08.013Z Downloaded qorb v0.4.1
11912026-08-05T19:27:08.015Z Downloaded thiserror-no-std v2.0.2
11922026-08-05T19:27:08.015Z Downloaded rustyline v14.0.0
11932026-08-05T19:27:08.018Z Downloaded scuffle v0.1.0
11942026-08-05T19:27:08.021Z Downloaded ctr v0.10.1
11952026-08-05T19:27:08.024Z Downloaded ron v0.8.1
11962026-08-05T19:27:08.027Z Downloaded itertools v0.14.0
11972026-08-05T19:27:08.029Z Downloaded yasna v0.5.2
11982026-08-05T19:27:08.032Z Downloaded idna v1.1.0
11992026-08-05T19:27:08.032Z Downloaded p521 v0.14.0
12002026-08-05T19:27:08.035Z Downloaded git2 v0.20.4
12012026-08-05T19:27:08.039Z Downloaded prettyplease v0.2.37
12022026-08-05T19:27:08.042Z Downloaded whoami v1.6.1
12032026-08-05T19:27:08.045Z Downloaded tokio-tungstenite v0.23.1
12042026-08-05T19:27:08.045Z Downloaded elliptic-curve v0.13.8
12052026-08-05T19:27:08.049Z Downloaded schemars_derive v0.8.22
12062026-08-05T19:27:08.049Z Downloaded strum_macros v0.24.3
12072026-08-05T19:27:08.049Z Downloaded typed-path v0.9.3
12082026-08-05T19:27:08.052Z Downloaded port-file v0.1.0
12092026-08-05T19:27:08.052Z Downloaded strum_macros v0.26.4
12102026-08-05T19:27:08.055Z Downloaded diff v0.1.13
12112026-08-05T19:27:08.058Z Downloaded zopfli v0.8.3
12122026-08-05T19:27:08.058Z Downloaded aws-lc-rs v1.16.3
12132026-08-05T19:27:08.062Z Downloaded bitvec v1.0.1
12142026-08-05T19:27:08.071Z Downloaded unicode-normalization v0.1.25
12152026-08-05T19:27:08.074Z Downloaded rand v0.8.6
12162026-08-05T19:27:08.077Z Downloaded icu_provider v2.1.1
12172026-08-05T19:27:08.077Z Downloaded iddqd v0.4.2
12182026-08-05T19:27:08.081Z Downloaded derive_more v0.99.20
12192026-08-05T19:27:08.084Z Downloaded progenitor-impl v0.13.0
12202026-08-05T19:27:08.087Z Downloaded unicode-bidi v0.3.18
12212026-08-05T19:27:08.087Z Downloaded bindgen v0.71.1
12222026-08-05T19:27:08.090Z Downloaded darling_core v0.21.3
12232026-08-05T19:27:08.093Z Downloaded vergen v9.1.0
12242026-08-05T19:27:08.096Z Downloaded der v0.7.10
12252026-08-05T19:27:08.099Z Downloaded crc32fast v1.5.0
12262026-08-05T19:27:08.099Z Downloaded ed25519-dalek v2.2.0
12272026-08-05T19:27:08.101Z Downloaded rustls-pki-types v1.14.0
12282026-08-05T19:27:08.101Z Downloaded quick-xml v0.37.5
12292026-08-05T19:27:08.104Z Downloaded vcpkg v0.2.15
12302026-08-05T19:27:08.125Z Downloaded daft v0.1.7
12312026-08-05T19:27:08.128Z Downloaded rayon-core v1.13.0
12322026-08-05T19:27:08.128Z Downloaded drift v0.2.0
12332026-08-05T19:27:08.133Z Downloaded unicode_categories v0.1.1
12342026-08-05T19:27:08.136Z Downloaded num-traits v0.2.19
12352026-08-05T19:27:08.136Z Downloaded itertools v0.10.5
12362026-08-05T19:27:08.139Z Downloaded icu_properties v2.1.2
12372026-08-05T19:27:08.142Z Downloaded jiff-core v0.1.0
12382026-08-05T19:27:08.144Z Downloaded petname v2.0.2
12392026-08-05T19:27:08.148Z Downloaded salty v0.3.0
12402026-08-05T19:27:08.151Z Downloaded itertools v0.15.0
12412026-08-05T19:27:08.154Z Downloaded serde_with v3.21.0
12422026-08-05T19:27:08.159Z Downloaded icu_properties_data v2.1.2
12432026-08-05T19:27:08.165Z Downloaded chrono v0.4.45
12442026-08-05T19:27:08.169Z Downloaded openssl-sys v0.9.117
12452026-08-05T19:27:08.171Z Downloaded libxml v0.3.3
12462026-08-05T19:27:08.176Z Downloaded proptest v1.11.0
12472026-08-05T19:27:08.179Z Downloaded nom v7.1.3
12482026-08-05T19:27:08.182Z Downloaded toml_edit v0.19.15
12492026-08-05T19:27:08.191Z Downloaded toml_edit v0.23.10+spec-1.0.0
12502026-08-05T19:27:08.193Z Downloaded portable-atomic v1.13.1
12512026-08-05T19:27:08.197Z Downloaded icu_locale_core v2.1.1
12522026-08-05T19:27:08.200Z Downloaded tower v0.5.3
12532026-08-05T19:27:08.205Z Downloaded russh v0.62.4
12542026-08-05T19:27:08.209Z Downloaded diesel_derives v2.3.7
12552026-08-05T19:27:08.213Z Downloaded tough v0.22.0
12562026-08-05T19:27:08.217Z Downloaded zerovec v0.11.5
12572026-08-05T19:27:08.220Z Downloaded zlib-rs v0.6.2
12582026-08-05T19:27:08.223Z Downloaded der v0.8.0
12592026-08-05T19:27:08.226Z Downloaded reedline v0.40.0
12602026-08-05T19:27:08.230Z Downloaded lalrpop v0.19.12
12612026-08-05T19:27:08.236Z Downloaded rawzip v0.4.4
12622026-08-05T19:27:08.239Z Downloaded ssh-key v0.7.0-rc.11
12632026-08-05T19:27:08.243Z Downloaded rayon v1.11.0
12642026-08-05T19:27:08.248Z Downloaded num-bigint-dig v0.8.6
12652026-08-05T19:27:08.250Z Downloaded mio v1.2.0
12662026-08-05T19:27:08.253Z Downloaded itertools v0.13.0
12672026-08-05T19:27:08.257Z Downloaded quinn-proto v0.11.16
12682026-08-05T19:27:08.260Z Downloaded winnow v0.5.40
12692026-08-05T19:27:08.284Z Downloaded time v0.3.47
12702026-08-05T19:27:08.291Z Downloaded nix v0.27.1
12712026-08-05T19:27:08.296Z Downloaded crossterm v0.29.0
12722026-08-05T19:27:08.300Z Downloaded object v0.30.4
12732026-08-05T19:27:08.305Z Downloaded crypto-primes v0.7.2
12742026-08-05T19:27:08.307Z Downloaded crypto-bigint v0.7.5
12752026-08-05T19:27:08.318Z Downloaded regex v1.12.3
12762026-08-05T19:27:08.322Z Downloaded bstr v1.12.1
12772026-08-05T19:27:08.329Z Downloaded object v0.37.3
12782026-08-05T19:27:08.335Z Downloaded regress v0.11.1
12792026-08-05T19:27:08.341Z Downloaded winnow v0.6.26
12802026-08-05T19:27:08.347Z Downloaded curve25519-dalek v4.1.3
12812026-08-05T19:27:08.356Z Downloaded sha3 v0.12.0
12822026-08-05T19:27:08.359Z Downloaded libm v0.2.16
12832026-08-05T19:27:08.362Z Downloaded moka v0.12.13
12842026-08-05T19:27:08.366Z Downloaded radix_trie v0.2.1
12852026-08-05T19:27:08.382Z Downloaded nix v0.28.0
12862026-08-05T19:27:08.388Z Downloaded hickory-proto v0.24.4
12872026-08-05T19:27:08.396Z Downloaded polar-core v0.27.3
12882026-08-05T19:27:08.400Z Downloaded p384 v0.13.1
12892026-08-05T19:27:08.403Z Downloaded winnow v1.0.3
12902026-08-05T19:27:08.409Z Downloaded hickory-proto v0.25.2
12912026-08-05T19:27:08.417Z Downloaded regex-syntax v0.6.29
12922026-08-05T19:27:08.421Z Downloaded regex-syntax v0.8.10
12932026-08-05T19:27:08.445Z Downloaded tabled v0.20.0
12942026-08-05T19:27:08.454Z Downloaded diesel v2.3.7
12952026-08-05T19:27:08.466Z Downloaded sqlparser v0.61.0
12962026-08-05T19:27:08.471Z Downloaded nix v0.31.2
12972026-08-05T19:27:08.478Z Downloaded rustls v0.23.41
12982026-08-05T19:27:08.485Z Downloaded openapiv3 v2.2.0
12992026-08-05T19:27:08.491Z Downloaded typify-impl v0.6.2
13002026-08-05T19:27:08.500Z Downloaded smoltcp v0.9.1
13012026-08-05T19:27:08.505Z Downloaded regress v0.10.5
13022026-08-05T19:27:08.510Z Downloaded curve25519-dalek v5.0.0
13032026-08-05T19:27:08.518Z Downloaded zerocopy v0.8.40
13042026-08-05T19:27:08.524Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-08-05T19:27:08.530Z Downloaded openssl v0.10.80
13062026-08-05T19:27:08.536Z Downloaded rustix v0.38.44
13072026-08-05T19:27:08.548Z Downloaded smoltcp v0.11.0
13082026-08-05T19:27:08.561Z Downloaded chrono-tz v0.10.4
13092026-08-05T19:27:08.579Z Downloaded petgraph v0.6.5
13102026-08-05T19:27:08.592Z Downloaded ratatui v0.29.0
13112026-08-05T19:27:08.602Z Downloaded csv v1.4.0
13122026-08-05T19:27:08.614Z Downloaded dropshot v0.17.1
13132026-08-05T19:27:08.651Z Downloaded sled v0.34.7
13142026-08-05T19:27:08.662Z Downloaded tokio v1.52.1
13152026-08-05T19:27:08.684Z Downloaded regex-automata v0.4.14
13162026-08-05T19:27:08.693Z Downloaded sha3 v0.11.0
13172026-08-05T19:27:08.696Z Downloaded zerocopy-derive v0.6.6
13182026-08-05T19:27:08.701Z Downloaded tracing v0.1.44
13192026-08-05T19:27:08.710Z Downloaded jiff v0.2.34
13202026-08-05T19:27:08.739Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13212026-08-05T19:27:08.781Z Downloaded petgraph v0.8.3
13222026-08-05T19:27:08.793Z Downloaded sha3 v0.10.8
13232026-08-05T19:27:08.817Z Downloaded libz-sys v1.1.24
13242026-08-05T19:27:08.880Z Downloaded encoding_rs v0.8.35
13252026-08-05T19:27:08.913Z Downloaded ring v0.17.14
13262026-08-05T19:27:08.935Z Downloaded libgit2-sys v0.18.3+1.9.2
13272026-08-05T19:27:09.219Z Downloaded aws-lc-sys v0.40.0
13282026-08-05T19:27:09.464Z Compiling libc v0.2.185
13292026-08-05T19:27:09.464Z Compiling serde_core v1.0.228
13302026-08-05T19:27:09.464Z Compiling serde v1.0.228
13312026-08-05T19:27:09.467Z Compiling log v0.4.29
13322026-08-05T19:27:09.467Z Compiling smallvec v1.15.1
13332026-08-05T19:27:09.616Z Compiling find-msvc-tools v0.1.9
13342026-08-05T19:27:09.619Z Compiling shlex v1.3.0
13352026-08-05T19:27:09.623Z Compiling syn v2.0.117
13362026-08-05T19:27:09.827Z Compiling subtle v2.6.1
13372026-08-05T19:27:09.854Z Compiling scopeguard v1.2.0
13382026-08-05T19:27:09.854Z Compiling typenum v1.20.1
13392026-08-05T19:27:09.935Z Compiling lock_api v0.4.14
13402026-08-05T19:27:09.950Z Compiling stable_deref_trait v1.2.1
13412026-08-05T19:27:09.979Z Compiling zerocopy v0.8.40
13422026-08-05T19:27:10.009Z Compiling portable-atomic v1.13.1
13432026-08-05T19:27:10.023Z Compiling serde_json v1.0.151
13442026-08-05T19:27:10.174Z Compiling critical-section v1.2.0
13452026-08-05T19:27:10.231Z Compiling libm v0.2.16
13462026-08-05T19:27:10.280Z Compiling num-traits v0.2.19
13472026-08-05T19:27:10.410Z Compiling pkg-config v0.3.32
13482026-08-05T19:27:10.478Z Compiling errno v0.3.14
13492026-08-05T19:27:10.530Z Compiling jobserver v0.1.34
13502026-08-05T19:27:10.620Z Compiling getrandom v0.2.17
13512026-08-05T19:27:10.695Z Compiling generic-array v0.14.7
13522026-08-05T19:27:10.858Z Compiling cc v1.2.56
13532026-08-05T19:27:10.896Z Compiling rand_core v0.6.4
13542026-08-05T19:27:10.916Z Compiling const-oid v0.9.6
13552026-08-05T19:27:10.968Z Compiling getrandom v0.4.1
13562026-08-05T19:27:11.121Z Compiling once_cell v1.21.3
13572026-08-05T19:27:11.177Z Compiling parking_lot_core v0.9.12
13582026-08-05T19:27:11.320Z Compiling pin-project-lite v0.2.17
13592026-08-05T19:27:11.410Z Compiling rand_core v0.10.0
13602026-08-05T19:27:11.666Z Compiling signal-hook-registry v1.4.8
13612026-08-05T19:27:11.750Z Compiling bitflags v2.11.0
13622026-08-05T19:27:11.810Z Compiling futures-core v0.3.32
13632026-08-05T19:27:11.900Z Compiling writeable v0.6.2
13642026-08-05T19:27:11.949Z Compiling litemap v0.8.1
13652026-08-05T19:27:11.967Z Compiling percent-encoding v2.3.2
13662026-08-05T19:27:11.989Z Compiling semver v1.0.28
13672026-08-05T19:27:12.105Z Compiling parking_lot v0.12.5
13682026-08-05T19:27:12.108Z Compiling mio v1.2.0
13692026-08-05T19:27:12.145Z Compiling icu_normalizer_data v2.1.1
13702026-08-05T19:27:12.166Z Compiling icu_properties_data v2.1.2
13712026-08-05T19:27:12.305Z Compiling socket2 v0.6.3
13722026-08-05T19:27:12.425Z Compiling getrandom v0.3.4
13732026-08-05T19:27:12.440Z Compiling futures-sink v0.3.32
13742026-08-05T19:27:12.474Z Compiling synstructure v0.13.2
13752026-08-05T19:27:12.518Z Compiling indexmap v2.14.0
13762026-08-05T19:27:12.543Z Compiling futures-channel v0.3.32
13772026-08-05T19:27:12.570Z Compiling rustix v1.1.3
13782026-08-05T19:27:12.712Z Compiling futures-task v0.3.32
13792026-08-05T19:27:12.772Z Compiling utf8_iter v1.0.4
13802026-08-05T19:27:12.884Z Compiling slab v0.4.12
13812026-08-05T19:27:12.915Z Compiling futures-io v0.3.32
13822026-08-05T19:27:12.929Z Compiling form_urlencoded v1.2.2
13832026-08-05T19:27:13.066Z Compiling rustversion v1.0.22
13842026-08-05T19:27:13.066Z Compiling iana-time-zone v0.1.65
13852026-08-05T19:27:13.087Z Compiling base64ct v1.8.3
13862026-08-05T19:27:13.117Z Compiling cmake v0.1.57
13872026-08-05T19:27:13.168Z Compiling dunce v1.0.5
13882026-08-05T19:27:13.262Z Compiling fs_extra v1.3.0
13892026-08-05T19:27:13.277Z Compiling regex-syntax v0.8.10
13902026-08-05T19:27:13.312Z Compiling pem-rfc7468 v0.7.0
13912026-08-05T19:27:13.371Z Compiling ident_case v1.0.1
13922026-08-05T19:27:13.511Z Compiling flagset v0.4.7
13932026-08-05T19:27:13.526Z Compiling rand_core v0.9.5
13942026-08-05T19:27:13.553Z Compiling aws-lc-sys v0.40.0
13952026-08-05T19:27:13.626Z Compiling uuid v1.23.4
13962026-08-05T19:27:13.704Z Compiling base64 v0.22.1
13972026-08-05T19:27:13.842Z Compiling syn v1.0.109
13982026-08-05T19:27:14.031Z Compiling vcpkg v0.2.15
13992026-08-05T19:27:14.100Z Compiling serde_derive_internals v0.29.1
14002026-08-05T19:27:14.203Z Compiling rustc_version v0.4.1
14012026-08-05T19:27:14.220Z Compiling serde_derive v1.0.228
14022026-08-05T19:27:14.338Z Compiling zeroize_derive v1.5.0
14032026-08-05T19:27:14.390Z Compiling zerocopy-derive v0.8.40
14042026-08-05T19:27:14.535Z Compiling zerofrom-derive v0.1.6
14052026-08-05T19:27:14.752Z Compiling yoke-derive v0.8.1
14062026-08-05T19:27:15.005Z Compiling zeroize v1.9.0
14072026-08-05T19:27:15.021Z Compiling zerovec-derive v0.11.2
14082026-08-05T19:27:15.225Z Compiling displaydoc v0.2.5
14092026-08-05T19:27:15.965Z Compiling tokio-macros v2.7.0
14102026-08-05T19:27:15.979Z Compiling zerofrom v0.1.6
14112026-08-05T19:27:16.003Z Compiling futures-macro v0.3.32
14122026-08-05T19:27:16.123Z Compiling yoke v0.8.1
14132026-08-05T19:27:16.181Z Compiling thiserror-impl v2.0.18
14142026-08-05T19:27:16.289Z Compiling zerovec v0.11.5
14152026-08-05T19:27:16.308Z Compiling zerotrie v0.2.3
14162026-08-05T19:27:16.616Z Compiling block-buffer v0.10.4
14172026-08-05T19:27:16.678Z Compiling crypto-common v0.1.7
14182026-08-05T19:27:16.789Z Compiling tinystr v0.8.2
14192026-08-05T19:27:16.804Z Compiling potential_utf v0.1.4
14202026-08-05T19:27:16.807Z Compiling digest v0.10.7
14212026-08-05T19:27:16.833Z Compiling futures-util v0.3.32
14222026-08-05T19:27:16.967Z Compiling icu_locale_core v2.1.1
14232026-08-05T19:27:16.988Z Compiling icu_collections v2.1.1
14242026-08-05T19:27:17.064Z Compiling der_derive v0.7.3
14252026-08-05T19:27:17.468Z Compiling openssl-sys v0.9.117
14262026-08-05T19:27:17.524Z Compiling thiserror v2.0.18
14272026-08-05T19:27:17.637Z Compiling icu_provider v2.1.1
14282026-08-05T19:27:17.776Z Compiling bytes v1.11.1
14292026-08-05T19:27:17.842Z Compiling chrono v0.4.45
14302026-08-05T19:27:17.939Z Compiling icu_normalizer v2.1.1
14312026-08-05T19:27:17.992Z Compiling icu_properties v2.1.2
14322026-08-05T19:27:18.025Z Compiling der v0.7.10
14332026-08-05T19:27:18.393Z Compiling tokio v1.52.1
14342026-08-05T19:27:18.470Z Compiling http v1.4.2
14352026-08-05T19:27:18.961Z Compiling idna_adapter v1.2.1
14362026-08-05T19:27:19.108Z Compiling ppv-lite86 v0.2.21
14372026-08-05T19:27:19.153Z Compiling idna v1.1.0
14382026-08-05T19:27:19.177Z Compiling spki v0.7.3
14392026-08-05T19:27:19.281Z Compiling tracing-attributes v0.1.31
14402026-08-05T19:27:19.305Z Compiling tracing-core v0.1.36
14412026-08-05T19:27:19.386Z Compiling aws-lc-rs v1.16.3
14422026-08-05T19:27:19.403Z Compiling rand_chacha v0.9.0
14432026-08-05T19:27:19.435Z Compiling schemars v0.8.22
14442026-08-05T19:27:19.634Z Compiling url v2.5.8
14452026-08-05T19:27:19.669Z Compiling cpufeatures v0.2.17
14462026-08-05T19:27:19.747Z Compiling dyn-clone v1.0.20
14472026-08-05T19:27:19.834Z Compiling rand v0.9.2
14482026-08-05T19:27:19.860Z Compiling pkcs8 v0.10.2
14492026-08-05T19:27:19.886Z Compiling http-body v1.0.1
14502026-08-05T19:27:20.110Z Compiling rustls-pki-types v1.14.0
14512026-08-05T19:27:20.122Z Compiling schemars_derive v0.8.22
14522026-08-05T19:27:20.431Z Compiling spin v0.9.8
14532026-08-05T19:27:20.546Z Compiling crc32fast v1.5.0
14542026-08-05T19:27:20.579Z Compiling httparse v1.10.1
14552026-08-05T19:27:20.603Z Compiling tracing v0.1.44
14562026-08-05T19:27:20.636Z Compiling cmov v0.5.4
14572026-08-05T19:27:20.806Z Compiling tinyvec_macros v0.1.1
14582026-08-05T19:27:20.839Z Compiling openssl-probe v0.2.1
14592026-08-05T19:27:20.864Z Compiling tinyvec v1.10.0
14602026-08-05T19:27:20.925Z Compiling ctutils v0.4.2
14612026-08-05T19:27:20.953Z Compiling tempfile v3.25.0
14622026-08-05T19:27:21.012Z Compiling pest_generator v2.8.6
14632026-08-05T19:27:21.151Z Compiling sha2 v0.10.9
14642026-08-05T19:27:21.200Z Compiling aho-corasick v1.1.4
14652026-08-05T19:27:21.313Z Compiling untrusted v0.7.1
14662026-08-05T19:27:21.437Z Compiling try-lock v0.2.5
14672026-08-05T19:27:21.550Z Compiling tower-service v0.3.3
14682026-08-05T19:27:21.648Z Compiling atomic-waker v1.1.2
14692026-08-05T19:27:21.690Z Compiling tower-layer v0.3.3
14702026-08-05T19:27:21.772Z Compiling radium v0.7.0
14712026-08-05T19:27:21.851Z Compiling pest_derive v2.8.6
14722026-08-05T19:27:22.036Z Compiling regex-automata v0.4.14
14732026-08-05T19:27:22.299Z Compiling tokio-util v0.7.18
14742026-08-05T19:27:22.432Z Compiling want v0.3.1
14752026-08-05T19:27:22.599Z Compiling hybrid-array v0.4.13
14762026-08-05T19:27:22.944Z Compiling ipnet v2.11.0
14772026-08-05T19:27:23.018Z Compiling h2 v0.4.15
14782026-08-05T19:27:23.314Z Compiling scroll_derive v0.13.1
14792026-08-05T19:27:23.360Z Compiling darling_core v0.20.11
14802026-08-05T19:27:23.427Z Compiling foreign-types-shared v0.1.1
14812026-08-05T19:27:23.519Z Compiling simd-adler32 v0.3.8
14822026-08-05T19:27:23.814Z Compiling tap v1.0.1
14832026-08-05T19:27:23.878Z Compiling openssl v0.10.80
14842026-08-05T19:27:23.928Z Compiling httpdate v1.0.3
14852026-08-05T19:27:24.113Z Compiling rustls v0.23.41
14862026-08-05T19:27:24.133Z Compiling untrusted v0.9.0
14872026-08-05T19:27:24.158Z Compiling maybe-uninit v2.0.0
14882026-08-05T19:27:24.172Z Compiling scroll v0.13.0
14892026-08-05T19:27:24.276Z Compiling wyz v0.5.1
14902026-08-05T19:27:24.291Z Compiling foreign-types v0.3.2
14912026-08-05T19:27:24.438Z Compiling unicode-normalization v0.1.25
14922026-08-05T19:27:24.483Z Compiling rand_chacha v0.3.1
14932026-08-05T19:27:24.568Z Compiling hex v0.4.3
14942026-08-05T19:27:24.844Z Compiling signature v2.2.0
14952026-08-05T19:27:24.880Z Compiling openssl-macros v0.1.1
14962026-08-05T19:27:24.902Z Compiling thiserror-impl v1.0.69
14972026-08-05T19:27:25.025Z Compiling terminal_size v0.4.3
14982026-08-05T19:27:25.167Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14992026-08-05T19:27:25.268Z Compiling bzip2-sys v0.1.13+1.0.8
15002026-08-05T19:27:25.282Z Compiling num-integer v0.1.46
15012026-08-05T19:27:25.545Z Compiling wait-timeout v0.2.1
15022026-08-05T19:27:25.562Z Compiling ahash v0.8.12
15032026-08-05T19:27:25.597Z Compiling powerfmt v0.2.0
15042026-08-05T19:27:25.671Z Compiling darling_macro v0.20.11
15052026-08-05T19:27:25.763Z Compiling num-bigint-dig v0.8.6
15062026-08-05T19:27:25.799Z Compiling native-tls v0.2.18
15072026-08-05T19:27:25.814Z Compiling packed_struct v0.10.1
15082026-08-05T19:27:25.945Z Compiling quick-error v1.2.3
15092026-08-05T19:27:26.455Z Compiling adler2 v2.0.1
15102026-08-05T19:27:26.458Z Compiling time-core v0.1.8
15112026-08-05T19:27:26.458Z Compiling funty v2.0.0
15122026-08-05T19:27:26.458Z Compiling num-conv v0.2.0
15132026-08-05T19:27:26.458Z Compiling bit-vec v0.8.0
15142026-08-05T19:27:26.458Z Compiling thiserror v1.0.69
15152026-08-05T19:27:26.458Z Compiling darling v0.20.11
15162026-08-05T19:27:26.458Z Compiling hyper v1.10.1
15172026-08-05T19:27:26.458Z Compiling miniz_oxide v0.8.9
15182026-08-05T19:27:26.459Z Compiling time-macros v0.2.27
15192026-08-05T19:27:26.459Z Compiling clap_builder v4.6.0
15202026-08-05T19:27:26.459Z Compiling bitvec v1.0.1
15212026-08-05T19:27:26.628Z Compiling bit-set v0.8.0
15222026-08-05T19:27:26.814Z Compiling rusty-fork v0.3.1
15232026-08-05T19:27:26.938Z Compiling deranged v0.5.8
15242026-08-05T19:27:27.293Z Compiling hyper-util v0.1.20
15252026-08-05T19:27:27.766Z Compiling num-iter v0.1.45
15262026-08-05T19:27:27.887Z Compiling rand v0.8.6
15272026-08-05T19:27:27.968Z Compiling goblin v0.10.5
15282026-08-05T19:27:27.983Z Compiling packed_struct_codegen v0.10.1
15292026-08-05T19:27:28.727Z Compiling lazy_static v1.5.0
15302026-08-05T19:27:28.826Z Compiling serde_spanned v0.6.9
15312026-08-05T19:27:28.976Z Compiling toml_datetime v0.6.11
15322026-08-05T19:27:29.050Z Compiling hmac v0.12.1
15332026-08-05T19:27:29.116Z Compiling bitfield-macros v0.19.4
15342026-08-05T19:27:29.210Z Compiling clap_derive v4.6.1
15352026-08-05T19:27:29.236Z Compiling zerocopy-derive v0.6.6
15362026-08-05T19:27:29.251Z Compiling anstyle-parse v0.2.7
15372026-08-05T19:27:29.434Z Compiling rand_xorshift v0.4.0
15382026-08-05T19:27:29.604Z Compiling sync_wrapper v1.0.2
15392026-08-05T19:27:29.715Z Compiling indexmap v1.9.3
15402026-08-05T19:27:29.830Z Compiling nodrop v0.1.14
15412026-08-05T19:27:29.905Z Compiling num_threads v0.1.7
15422026-08-05T19:27:29.925Z Compiling crc-catalog v2.4.0
15432026-08-05T19:27:30.006Z Compiling paste v1.0.15
15442026-08-05T19:27:30.023Z Compiling usdt-impl v0.6.0
15452026-08-05T19:27:30.072Z Compiling crossbeam-utils v0.8.21
15462026-08-05T19:27:30.228Z Compiling siphasher v1.0.2
15472026-08-05T19:27:30.274Z Compiling unarray v0.1.4
15482026-08-05T19:27:30.355Z Compiling zlib-rs v0.6.2
15492026-08-05T19:27:30.385Z Compiling unicode-segmentation v1.12.0
15502026-08-05T19:27:30.412Z Compiling proptest v1.11.0
15512026-08-05T19:27:30.770Z Compiling dof v0.4.0
15522026-08-05T19:27:30.967Z Compiling clap v4.6.1
15532026-08-05T19:27:31.050Z Compiling zerocopy v0.6.6
15542026-08-05T19:27:31.256Z Compiling crc v3.4.0
15552026-08-05T19:27:31.374Z Compiling time v0.3.47
15562026-08-05T19:27:31.473Z Compiling array-init v0.0.4
15572026-08-05T19:27:31.807Z Compiling bitfield v0.19.4
15582026-08-05T19:27:31.896Z Compiling tower v0.5.3
15592026-08-05T19:27:32.099Z Compiling anstream v0.6.21
15602026-08-05T19:27:32.392Z Compiling smallvec v0.6.14
15612026-08-05T19:27:32.899Z Compiling derive_builder_core v0.20.2
15622026-08-05T19:27:32.919Z Compiling dtrace-parser v0.3.0
15632026-08-05T19:27:33.524Z Compiling flate2 v1.1.9
15642026-08-05T19:27:33.528Z Compiling ipnetwork v0.21.1
15652026-08-05T19:27:33.607Z Compiling pkcs1 v0.7.5
15662026-08-05T19:27:33.662Z Compiling http-body-util v0.1.3
15672026-08-05T19:27:33.775Z Compiling heapless v0.7.17
15682026-08-05T19:27:33.916Z Compiling structmeta-derive v0.3.0
15692026-08-05T19:27:33.950Z Compiling scroll_derive v0.12.1
15702026-08-05T19:27:33.953Z Compiling slog v2.8.2
15712026-08-05T19:27:34.016Z Compiling darling_core v0.23.0
15722026-08-05T19:27:34.036Z Compiling thread-id v5.1.0
15732026-08-05T19:27:34.125Z Compiling cookie v0.18.1
15742026-08-05T19:27:34.153Z Compiling env_filter v1.0.0
15752026-08-05T19:27:34.313Z Compiling hashbrown v0.12.3
15762026-08-05T19:27:34.458Z Compiling anyhow v1.0.102
15772026-08-05T19:27:34.640Z Compiling unicode-properties v0.1.4
15782026-08-05T19:27:34.773Z Compiling unicode-bidi v0.3.18
15792026-08-05T19:27:34.804Z Compiling iri-string v0.7.10
15802026-08-05T19:27:34.854Z Compiling winnow v0.5.40
15812026-08-05T19:27:34.996Z Compiling base64 v0.21.7
15822026-08-05T19:27:35.302Z Compiling signal-hook v0.3.18
15832026-08-05T19:27:35.319Z Compiling zstd-safe v7.2.4
15842026-08-05T19:27:35.478Z Compiling ryu v1.0.23
15852026-08-05T19:27:35.519Z Compiling allocator-api2 v0.2.21
15862026-08-05T19:27:35.665Z Compiling serde_urlencoded v0.7.1
15872026-08-05T19:27:35.895Z Compiling ron v0.8.1
15882026-08-05T19:27:35.916Z Compiling stringprep v0.1.5
15892026-08-05T19:27:36.307Z Compiling toml_edit v0.19.15
15902026-08-05T19:27:36.330Z Compiling tower-http v0.6.8
15912026-08-05T19:27:36.362Z Compiling structmeta v0.3.0
15922026-08-05T19:27:36.534Z Compiling darling_macro v0.23.0
15932026-08-05T19:27:36.799Z Compiling scroll v0.12.0
15942026-08-05T19:27:36.879Z Compiling env_logger v0.11.9
15952026-08-05T19:27:37.103Z Compiling rsa v0.9.10
15962026-08-05T19:27:37.119Z Compiling oxnet v0.1.6
15972026-08-05T19:27:37.233Z Compiling derive_builder_macro v0.20.2
15982026-08-05T19:27:37.623Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15992026-08-05T19:27:37.682Z Compiling hashbrown v0.13.2
16002026-08-05T19:27:37.713Z Compiling newtype-uuid v1.3.2
16012026-08-05T19:27:37.810Z Compiling bzip2 v0.4.4
16022026-08-05T19:27:38.021Z Compiling serde-hex v0.1.0
16032026-08-05T19:27:38.042Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16042026-08-05T19:27:38.170Z Compiling camino v1.2.2
16052026-08-05T19:27:38.229Z Compiling tokio-native-tls v0.3.1
16062026-08-05T19:27:38.936Z Compiling heck v0.4.1
16072026-08-05T19:27:38.971Z Compiling bstr v1.12.1
16082026-08-05T19:27:39.086Z Compiling block-buffer v0.12.1
16092026-08-05T19:27:39.162Z Compiling crypto-common v0.2.2
16102026-08-05T19:27:39.293Z Compiling block-padding v0.4.2
16112026-08-05T19:27:39.469Z Compiling rustls-native-certs v0.8.3
16122026-08-05T19:27:39.626Z Compiling x509-cert v0.2.5
16132026-08-05T19:27:39.768Z Compiling serde_tokenstream v0.2.3
16142026-08-05T19:27:39.815Z Compiling erased-serde v0.3.31
16152026-08-05T19:27:40.088Z Compiling md-5 v0.10.6
16162026-08-05T19:27:40.184Z Compiling curve25519-dalek v4.1.3
16172026-08-05T19:27:40.260Z Compiling pin-project-internal v1.1.11
16182026-08-05T19:27:40.304Z Compiling zerocopy-derive v0.7.35
16192026-08-05T19:27:40.510Z Compiling daft-derive v0.1.7
16202026-08-05T19:27:40.903Z Compiling async-trait v0.1.89
16212026-08-05T19:27:41.171Z Compiling vergen-lib v9.1.0
16222026-08-05T19:27:41.237Z Compiling hash32 v0.2.1
16232026-08-05T19:27:41.240Z Compiling memoffset v0.9.1
16242026-08-05T19:27:41.352Z Compiling encoding_rs v0.8.35
16252026-08-05T19:27:41.367Z Compiling mime v0.3.17
16262026-08-05T19:27:41.394Z Compiling cfg_aliases v0.2.1
16272026-08-05T19:27:41.433Z Compiling litrs v1.0.0
16282026-08-05T19:27:41.446Z Compiling fallible-iterator v0.2.0
16292026-08-05T19:27:41.470Z Compiling rustix v0.38.44
16302026-08-05T19:27:41.623Z Compiling psl-types v2.0.11
16312026-08-05T19:27:41.751Z Compiling smoltcp v0.9.1
16322026-08-05T19:27:41.766Z Compiling ref-cast v1.0.25
16332026-08-05T19:27:41.808Z Compiling crc-any v2.5.0
16342026-08-05T19:27:41.942Z Compiling document-features v0.2.12
16352026-08-05T19:27:42.010Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16362026-08-05T19:27:42.034Z Compiling publicsuffix v2.3.0
16372026-08-05T19:27:42.099Z Compiling postgres-protocol v0.6.10
16382026-08-05T19:27:42.114Z Compiling nix v0.31.2
16392026-08-05T19:27:42.366Z Compiling pin-project v1.1.11
16402026-08-05T19:27:42.482Z Compiling daft v0.1.7
16412026-08-05T19:27:42.498Z Compiling zerocopy v0.7.35
16422026-08-05T19:27:42.630Z Compiling inout v0.2.2
16432026-08-05T19:27:42.759Z Compiling snafu-derive v0.8.9
16442026-08-05T19:27:42.783Z Compiling hyper-tls v0.6.0
16452026-08-05T19:27:42.802Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16462026-08-05T19:27:42.839Z Compiling object v0.30.4
16472026-08-05T19:27:42.972Z Compiling zip v0.6.6
16482026-08-05T19:27:43.003Z Compiling derive_builder v0.20.2
16492026-08-05T19:27:43.079Z Compiling toml v0.7.8
16502026-08-05T19:27:43.130Z Compiling darling v0.23.0
16512026-08-05T19:27:43.215Z Compiling goblin v0.8.2
16522026-08-05T19:27:43.673Z Compiling derive-ex v0.1.8
16532026-08-05T19:27:43.893Z Compiling phf_shared v0.13.1
16542026-08-05T19:27:44.139Z Compiling regex v1.12.3
16552026-08-05T19:27:44.152Z Compiling hubpack_derive v0.1.1
16562026-08-05T19:27:44.568Z Compiling futures-executor v0.3.32
16572026-08-05T19:27:44.605Z Compiling strum_macros v0.27.2
16582026-08-05T19:27:44.741Z Compiling curve25519-dalek-derive v0.1.1
16592026-08-05T19:27:44.841Z Compiling ref-cast-impl v1.0.25
16602026-08-05T19:27:45.376Z Compiling vergen v9.1.0
16612026-08-05T19:27:45.391Z Compiling cargo-platform v0.3.2
16622026-08-05T19:27:45.395Z Compiling ff v0.13.1
16632026-08-05T19:27:45.531Z Compiling fs-err v3.3.0
16642026-08-05T19:27:45.554Z Compiling managed v0.8.0
16652026-08-05T19:27:45.672Z Compiling libbz2-rs-sys v0.2.2
16662026-08-05T19:27:45.722Z Compiling jiff-core v0.1.0
16672026-08-05T19:27:45.777Z Compiling object v0.37.3
16682026-08-05T19:27:45.794Z Compiling bumpalo v3.20.2
16692026-08-05T19:27:46.048Z Compiling base16ct v0.2.0
16702026-08-05T19:27:46.063Z Compiling path-slash v0.1.5
16712026-08-05T19:27:46.194Z Compiling same-file v1.0.6
16722026-08-05T19:27:46.225Z Compiling foldhash v0.2.0
16732026-08-05T19:27:46.335Z Compiling foldhash v0.1.5
16742026-08-05T19:27:46.358Z Compiling bitflags v1.3.2
16752026-08-05T19:27:46.438Z Compiling jiff v0.2.34
16762026-08-05T19:27:46.453Z Compiling hashbrown v0.15.5
16772026-08-05T19:27:46.552Z Compiling strum v0.27.2
16782026-08-05T19:27:46.694Z Compiling hashbrown v0.16.1
16792026-08-05T19:27:46.724Z Compiling walkdir v2.5.0
16802026-08-05T19:27:46.772Z Compiling sec1 v0.7.3
16812026-08-05T19:27:47.004Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16822026-08-05T19:27:47.028Z Compiling bzip2 v0.6.1
16832026-08-05T19:27:47.089Z Compiling zopfli v0.8.3
16842026-08-05T19:27:47.278Z Compiling cargo_metadata v0.23.1
16852026-08-05T19:27:47.330Z Compiling group v0.13.0
16862026-08-05T19:27:47.346Z Compiling dof v0.3.0
16872026-08-05T19:27:47.736Z Compiling test-strategy v0.4.5
16882026-08-05T19:27:48.078Z Compiling snafu v0.8.9
16892026-08-05T19:27:48.397Z Compiling futures v0.3.32
16902026-08-05T19:27:48.440Z Compiling hubpack v0.1.2
16912026-08-05T19:27:48.485Z Compiling phf v0.13.1
16922026-08-05T19:27:48.644Z Compiling signal-hook-mio v0.2.5
16932026-08-05T19:27:48.705Z Compiling cookie_store v0.22.1
16942026-08-05T19:27:48.782Z Compiling serde_with_macros v3.21.0
16952026-08-05T19:27:49.061Z Compiling zstd v0.13.3
16962026-08-05T19:27:49.219Z Compiling reqwest v0.12.28
16972026-08-05T19:27:49.335Z Compiling cipher v0.5.2
16982026-08-05T19:27:49.403Z Compiling postgres-types v0.2.12
16992026-08-05T19:27:49.941Z Compiling usdt-macro v0.6.0
17002026-08-05T19:27:49.969Z Compiling usdt-attr-macro v0.6.0
17012026-08-05T19:27:50.049Z Compiling globset v0.4.18
17022026-08-05T19:27:50.681Z Compiling phf_shared v0.11.3
17032026-08-05T19:27:50.719Z Compiling hkdf v0.12.4
17042026-08-05T19:27:50.734Z Compiling dtrace-parser v0.2.0
17052026-08-05T19:27:50.787Z Compiling ed25519 v2.2.3
17062026-08-05T19:27:50.862Z Compiling olpc-cjson v0.1.4
17072026-08-05T19:27:50.877Z Compiling byte-wrapper v0.1.0
17082026-08-05T19:27:50.890Z Compiling serde_plain v1.0.2
17092026-08-05T19:27:51.026Z Compiling serde-big-array v0.5.1
17102026-08-05T19:27:51.087Z Compiling crypto-bigint v0.5.5
17112026-08-05T19:27:51.173Z Compiling serde_repr v0.1.20
17122026-08-05T19:27:51.200Z Compiling async-recursion v1.1.1
17132026-08-05T19:27:51.215Z Compiling enum-as-inner v0.6.1
17142026-08-05T19:27:51.477Z Compiling strum_macros v0.26.4
17152026-08-05T19:27:51.691Z Compiling pem v3.0.6
17162026-08-05T19:27:51.707Z Compiling float-cmp v0.10.0
17172026-08-05T19:27:51.724Z Compiling memmap2 v0.9.10
17182026-08-05T19:27:51.855Z Compiling thread-id v4.2.2
17192026-08-05T19:27:51.871Z Compiling const-oid v0.10.2
17202026-08-05T19:27:51.940Z Compiling cpufeatures v0.3.0
17212026-08-05T19:27:51.955Z Compiling winnow v1.0.3
17222026-08-05T19:27:52.012Z Compiling data-encoding v2.10.0
17232026-08-05T19:27:52.027Z Compiling static_assertions v1.1.0
17242026-08-05T19:27:52.080Z Compiling fixedbitset v0.5.7
17252026-08-05T19:27:52.102Z Compiling normalize-line-endings v0.3.0
17262026-08-05T19:27:52.201Z Compiling predicates-core v1.0.10
17272026-08-05T19:27:52.316Z Compiling keccak v0.1.6
17282026-08-05T19:27:52.384Z Compiling fixedbitset v0.4.2
17292026-08-05T19:27:52.388Z Compiling precomputed-hash v0.1.1
17302026-08-05T19:27:52.479Z Compiling whoami v2.1.0
17312026-08-05T19:27:52.622Z Compiling difflib v0.4.0
17322026-08-05T19:27:52.707Z Compiling either v1.15.0
17332026-08-05T19:27:52.862Z Compiling typed-path v0.9.3
17342026-08-05T19:27:52.916Z Compiling new_debug_unreachable v1.0.6
17352026-08-05T19:27:52.988Z Compiling string_cache v0.8.9
17362026-08-05T19:27:52.991Z Compiling itertools v0.13.0
17372026-08-05T19:27:53.087Z Compiling predicates v3.1.4
17382026-08-05T19:27:53.186Z Compiling tokio-postgres v0.7.16
17392026-08-05T19:27:53.189Z Compiling petgraph v0.6.5
17402026-08-05T19:27:53.216Z Compiling sha3 v0.10.8
17412026-08-05T19:27:53.261Z Compiling strum v0.26.3
17422026-08-05T19:27:53.391Z Compiling toml_edit v0.22.27
17432026-08-05T19:27:53.690Z Compiling hickory-proto v0.25.2
17442026-08-05T19:27:53.792Z Compiling petgraph v0.8.3
17452026-08-05T19:27:54.162Z Compiling toml_parser v1.1.2+spec-1.1.0
17462026-08-05T19:27:54.311Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17472026-08-05T19:27:54.788Z Compiling elliptic-curve v0.13.8
17482026-08-05T19:27:54.806Z Compiling digest v0.11.3
17492026-08-05T19:27:55.037Z Compiling chacha20 v0.10.0
17502026-08-05T19:27:55.189Z Compiling usdt-impl v0.5.0
17512026-08-05T19:27:55.411Z Compiling usdt v0.6.0
17522026-08-05T19:27:55.442Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17532026-08-05T19:27:55.678Z Compiling ed25519-dalek v2.2.0
17542026-08-05T19:27:55.770Z Compiling crossterm v0.28.1
17552026-08-05T19:27:55.774Z Compiling serde_with v3.21.0
17562026-08-05T19:27:56.203Z Compiling zip v4.6.1
17572026-08-05T19:27:57.058Z Compiling iddqd v0.4.2
17582026-08-05T19:27:57.354Z Compiling similar v2.7.0
17592026-08-05T19:27:57.554Z Compiling crossbeam-epoch v0.9.18
17602026-08-05T19:27:57.590Z Compiling tokio-stream v0.1.18
17612026-08-05T19:27:57.811Z Compiling buf-list v1.1.2
17622026-08-05T19:27:57.871Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-08-05T19:27:58.039Z Compiling openapiv3 v2.2.0
17642026-08-05T19:27:58.094Z Compiling lalrpop-util v0.19.12
17652026-08-05T19:27:58.179Z Compiling peg-runtime v0.8.5
17662026-08-05T19:27:58.206Z Compiling thread_local v1.1.9
17672026-08-05T19:27:58.287Z Compiling slog-async v2.8.0
17682026-08-05T19:27:58.322Z Compiling crossbeam-channel v0.5.15
17692026-08-05T19:27:58.402Z Compiling filetime v0.2.27
17702026-08-05T19:27:58.453Z Compiling is-terminal v0.4.17
17712026-08-05T19:27:58.469Z Compiling xattr v1.6.1
17722026-08-05T19:27:58.552Z Compiling term v1.2.1
17732026-08-05T19:27:58.581Z Compiling take_mut v0.2.2
17742026-08-05T19:27:58.601Z Compiling tar v0.4.46
17752026-08-05T19:27:58.643Z Compiling camino-tempfile v1.4.1
17762026-08-05T19:27:58.874Z Compiling slog-term v2.9.2
17772026-08-05T19:28:05.220Z Compiling rustls-webpki v0.103.13
17782026-08-05T19:28:07.927Z Compiling tokio-rustls v0.26.4
17792026-08-05T19:28:07.927Z Compiling rustls-platform-verifier v0.6.2
17802026-08-05T19:28:07.931Z Compiling tough v0.22.0
17812026-08-05T19:28:11.072Z Compiling hyper-rustls v0.27.7
17822026-08-05T19:28:11.102Z Compiling reqwest v0.13.2
17832026-08-05T19:28:11.102Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-08-05T19:28:11.102Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-08-05T19:28:13.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17862026-08-05T19:28:14.125Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17872026-08-05T19:28:14.126ZAug 05 19:28:12.540 INFO Starting download, target: Clickhouse
17882026-08-05T19:28:14.126ZAug 05 19:28:12.541 INFO Starting download, target: DendriteStub
17892026-08-05T19:28:14.126ZAug 05 19:28:12.541 INFO Starting download, target: Cockroach
17902026-08-05T19:28:14.126ZAug 05 19:28:12.541 INFO Starting download, target: Console
17912026-08-05T19:28:14.126ZAug 05 19:28:12.541 INFO Starting download, target: MaghemiteMgd
17922026-08-05T19:28:14.126ZAug 05 19:28:12.541 INFO Starting download, target: MaghemiteDdmd
17932026-08-05T19:28:14.126ZAug 05 19:28:12.541 INFO Starting download, target: TransceiverControl
17942026-08-05T19:28:14.126ZAug 05 19:28:12.541 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17952026-08-05T19:28:14.126ZAug 05 19:28:12.541 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17962026-08-05T19:28:14.126ZAug 05 19:28:12.541 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17972026-08-05T19:28:14.126ZAug 05 19:28:12.541 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17982026-08-05T19:28:14.127ZAug 05 19:28:12.541 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17992026-08-05T19:28:14.127ZAug 05 19:28:12.541 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18002026-08-05T19:28:14.127ZAug 05 19:28:12.541 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18012026-08-05T19:28:15.298ZAug 05 19:28:13.309 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18022026-08-05T19:28:15.320ZAug 05 19:28:13.535 INFO Download complete, target: TransceiverControl
18032026-08-05T19:28:16.061ZAug 05 19:28:14.591 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18042026-08-05T19:28:16.169ZAug 05 19:28:14.645 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18052026-08-05T19:28:16.361ZAug 05 19:28:14.894 INFO Download complete, target: Console
18062026-08-05T19:28:20.092ZAug 05 19:28:18.611 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18072026-08-05T19:28:20.327ZAug 05 19:28:18.850 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18082026-08-05T19:28:20.576ZAug 05 19:28:19.104 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18092026-08-05T19:28:20.785ZAug 05 19:28:19.318 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18102026-08-05T19:28:20.785ZAug 05 19:28:19.318 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18112026-08-05T19:28:22.371ZAug 05 19:28:20.905 INFO Download complete, target: MaghemiteDdmd
18122026-08-05T19:28:22.621ZAug 05 19:28:21.136 INFO Download complete, target: DendriteStub
18132026-08-05T19:28:23.078ZAug 05 19:28:21.611 INFO Checking that binary works, target: Clickhouse
18142026-08-05T19:28:23.190ZAug 05 19:28:21.724 INFO Download complete, target: MaghemiteMgd
18152026-08-05T19:28:23.219ZAug 05 19:28:21.753 INFO Download complete, target: Clickhouse
18162026-08-05T19:28:25.503ZAug 05 19:28:24.036 INFO Checking that binary works, target: Cockroach
18172026-08-05T19:28:25.615ZAug 05 19:28:24.148 INFO Download complete, target: Cockroach
18182026-08-05T19:28:25.630ZAll builder prerequisites installed successfully, and PATH looks valid
18192026-08-05T19:28:25.633Z
18202026-08-05T19:28:25.633Zreal 2:09.900121179
18212026-08-05T19:28:25.633Zuser 7:12.270842904
18222026-08-05T19:28:25.633Zsys 1:27.093707884
18232026-08-05T19:28:25.633Ztrap 0.239497412
18242026-08-05T19:28:25.633Ztflt 0.560159619
18252026-08-05T19:28:25.633Zdflt 0.903538894
18262026-08-05T19:28:25.633Zkflt 0.029644316
18272026-08-05T19:28:25.633Zlock 27:40.086892029
18282026-08-05T19:28:25.633Zslp 21:46.160207532
18292026-08-05T19:28:25.633Zlat 47.283516034
18302026-08-05T19:28:25.633Zstop 2:42.586122605
18312026-08-05T19:28:25.633Z+ banner hack-check
18322026-08-05T19:28:25.633Z
18332026-08-05T19:28:25.633Z # # ## #### # # #### # # ###### #### # #
18342026-08-05T19:28:25.633Z # # # # # # # # # # # # # # # # #
18352026-08-05T19:28:25.633Z ###### # # # #### ##### # ###### ##### # ####
18362026-08-05T19:28:25.633Z # # ###### # # # # # # # # # #
18372026-08-05T19:28:25.633Z # # # # # # # # # # # # # # # # #
18382026-08-05T19:28:25.634Z # # # # #### # # #### # # ###### #### # #
18392026-08-05T19:28:25.634Z
18402026-08-05T19:28:25.634Z+ export CARGO_INCREMENTAL=0
18412026-08-05T19:28:25.634Z+ CARGO_INCREMENTAL=0
18422026-08-05T19:28:25.634Z+ ptime -m timeout 2h cargo xtask check-features --ci
18432026-08-05T19:28:26.119Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18442026-08-05T19:28:26.412Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18452026-08-05T19:28:28.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18462026-08-05T19:28:28.318Z Running `target/debug/xtask check-features --ci`
18472026-08-05T19:28:28.345Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18482026-08-05T19:28:28.348Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18492026-08-05T19:28:28.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18502026-08-05T19:28:28.802Z Running `target/debug/xtask download cargo-hack`
18512026-08-05T19:28:29.598Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18522026-08-05T19:28:29.914Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18532026-08-05T19:28:32.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.72s
18542026-08-05T19:28:32.726Z Running `target/debug/xtask-downloader cargo-hack`
18552026-08-05T19:28:32.766ZAug 05 19:28:31.300 INFO Starting download, target: CargoHack
18562026-08-05T19:28:32.770ZAug 05 19:28:31.300 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18572026-08-05T19:28:33.156ZAug 05 19:28:31.690 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18582026-08-05T19:28:33.206ZAug 05 19:28:31.740 INFO Download complete, target: CargoHack
18592026-08-05T19:28:33.209Zrunning: "/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"
18602026-08-05T19:28:33.222Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18612026-08-05T19:28:33.382Zinfo: running `cargo check --bins` on api_identity (1/303)
18622026-08-05T19:28:33.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-08-05T19:28:33.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-08-05T19:28:33.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-08-05T19:28:33.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18662026-08-05T19:28:33.948Z
18672026-08-05T19:28:33.948Zinfo: running `cargo check --bins` on bootstore (2/303)
18682026-08-05T19:28:34.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-08-05T19:28:34.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-08-05T19:28:34.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-08-05T19:28:34.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18722026-08-05T19:28:34.515Z
18732026-08-05T19:28:34.515Zinfo: running `cargo check --bins` on omicron-ledger (3/303)
18742026-08-05T19:28:34.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-08-05T19:28:34.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-08-05T19:28:34.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-08-05T19:28:34.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18782026-08-05T19:28:35.068Z
18792026-08-05T19:28:35.068Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/303)
18802026-08-05T19:28:35.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-08-05T19:28:35.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-08-05T19:28:35.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-08-05T19:28:35.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18842026-08-05T19:28:35.619Z
18852026-08-05T19:28:35.619Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/303)
18862026-08-05T19:28:36.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-05T19:28:36.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-05T19:28:36.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-05T19:28:36.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18902026-08-05T19:28:36.181Z
18912026-08-05T19:28:36.181Zinfo: running `cargo check --bins` on omicron-certificates (6/303)
18922026-08-05T19:28:36.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-05T19:28:36.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-05T19:28:36.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-05T19:28:36.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18962026-08-05T19:28:36.755Z
18972026-08-05T19:28:36.755Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/303)
18982026-08-05T19:28:37.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-05T19:28:37.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-05T19:28:37.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-05T19:28:37.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19022026-08-05T19:28:37.326Z
19032026-08-05T19:28:37.326Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/303)
19042026-08-05T19:28:37.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-05T19:28:37.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-05T19:28:37.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-05T19:28:37.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19082026-08-05T19:28:37.900Z
19092026-08-05T19:28:37.900Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/303)
19102026-08-05T19:28:38.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-05T19:28:38.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-05T19:28:38.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-05T19:28:38.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19142026-08-05T19:28:38.322Z
19152026-08-05T19:28:38.322Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/303)
19162026-08-05T19:28:38.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-05T19:28:38.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-05T19:28:38.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-05T19:28:38.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19202026-08-05T19:28:38.750Z
19212026-08-05T19:28:38.751Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/303)
19222026-08-05T19:28:39.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-05T19:28:39.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-05T19:28:39.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-05T19:28:39.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19262026-08-05T19:28:39.170Z
19272026-08-05T19:28:39.170Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/303)
19282026-08-05T19:28:39.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-05T19:28:39.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-05T19:28:39.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-05T19:28:39.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19322026-08-05T19:28:39.594Z
19332026-08-05T19:28:39.594Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/303)
19342026-08-05T19:28:39.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-05T19:28:39.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-05T19:28:39.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-05T19:28:39.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-08-05T19:28:40.014Z
19392026-08-05T19:28:40.014Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/303)
19402026-08-05T19:28:40.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-05T19:28:40.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-05T19:28:40.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-05T19:28:40.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-08-05T19:28:40.436Z
19452026-08-05T19:28:40.436Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/303)
19462026-08-05T19:28:40.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-05T19:28:40.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-05T19:28:40.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-05T19:28:40.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-05T19:28:40.853Z
19512026-08-05T19:28:40.853Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/303)
19522026-08-05T19:28:41.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-05T19:28:41.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-05T19:28:41.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-05T19:28:41.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-05T19:28:41.276Z
19572026-08-05T19:28:41.276Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/303)
19582026-08-05T19:28:41.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-05T19:28:41.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-05T19:28:41.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-05T19:28:41.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19622026-08-05T19:28:41.698Z
19632026-08-05T19:28:41.698Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/303)
19642026-08-05T19:28:42.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-05T19:28:42.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-05T19:28:42.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-05T19:28:42.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-05T19:28:42.120Z
19692026-08-05T19:28:42.120Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/303)
19702026-08-05T19:28:42.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-05T19:28:42.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-05T19:28:42.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-05T19:28:42.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19742026-08-05T19:28:42.543Z
19752026-08-05T19:28:42.544Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/303)
19762026-08-05T19:28:42.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-05T19:28:42.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-05T19:28:42.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-05T19:28:42.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19802026-08-05T19:28:42.968Z
19812026-08-05T19:28:42.969Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/303)
19822026-08-05T19:28:43.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-05T19:28:43.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-05T19:28:43.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-05T19:28:43.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19862026-08-05T19:28:43.391Z
19872026-08-05T19:28:43.391Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/303)
19882026-08-05T19:28:43.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-05T19:28:43.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-05T19:28:43.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-05T19:28:43.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19922026-08-05T19:28:43.819Z
19932026-08-05T19:28:43.819Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/303)
19942026-08-05T19:28:44.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-05T19:28:44.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-05T19:28:44.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-05T19:28:44.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19982026-08-05T19:28:44.242Z
19992026-08-05T19:28:44.242Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/303)
20002026-08-05T19:28:44.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-05T19:28:44.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-05T19:28:44.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-05T19:28:44.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20042026-08-05T19:28:44.666Z
20052026-08-05T19:28:44.666Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/303)
20062026-08-05T19:28:45.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-05T19:28:45.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-05T19:28:45.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-05T19:28:45.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-05T19:28:45.088Z
20112026-08-05T19:28:45.088Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/303)
20122026-08-05T19:28:45.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-05T19:28:45.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-05T19:28:45.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-05T19:28:45.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-05T19:28:45.511Z
20172026-08-05T19:28:45.511Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/303)
20182026-08-05T19:28:45.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-05T19:28:45.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-05T19:28:45.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-05T19:28:45.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-05T19:28:45.934Z
20232026-08-05T19:28:45.934Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/303)
20242026-08-05T19:28:46.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-05T19:28:46.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-05T19:28:46.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-05T19:28:46.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20282026-08-05T19:28:46.357Z
20292026-08-05T19:28:46.358Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/303)
20302026-08-05T19:28:46.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-05T19:28:46.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-05T19:28:46.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-05T19:28:46.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-05T19:28:46.780Z
20352026-08-05T19:28:46.780Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/303)
20362026-08-05T19:28:47.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-05T19:28:47.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-05T19:28:47.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-05T19:28:47.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-05T19:28:47.200Z
20412026-08-05T19:28:47.201Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/303)
20422026-08-05T19:28:47.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-05T19:28:47.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-05T19:28:47.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-05T19:28:47.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-08-05T19:28:47.623Z
20472026-08-05T19:28:47.623Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/303)
20482026-08-05T19:28:47.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-05T19:28:47.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-05T19:28:47.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-05T19:28:47.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-05T19:28:48.043Z
20532026-08-05T19:28:48.043Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/303)
20542026-08-05T19:28:48.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-05T19:28:48.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-05T19:28:48.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-05T19:28:48.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-05T19:28:48.463Z
20592026-08-05T19:28:48.463Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/303)
20602026-08-05T19:28:48.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-05T19:28:48.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-05T19:28:48.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-05T19:28:48.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-05T19:28:48.884Z
20652026-08-05T19:28:48.884Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/303)
20662026-08-05T19:28:49.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-05T19:28:49.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-05T19:28:49.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-05T19:28:49.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-05T19:28:49.304Z
20712026-08-05T19:28:49.304Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/303)
20722026-08-05T19:28:49.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-05T19:28:49.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-05T19:28:49.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-05T19:28:49.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-05T19:28:49.721Z
20772026-08-05T19:28:49.722Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/303)
20782026-08-05T19:28:50.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-05T19:28:50.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-05T19:28:50.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-05T19:28:50.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-05T19:28:50.143Z
20832026-08-05T19:28:50.143Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/303)
20842026-08-05T19:28:50.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-05T19:28:50.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-05T19:28:50.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-05T19:28:50.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-05T19:28:50.563Z
20892026-08-05T19:28:50.563Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/303)
20902026-08-05T19:28:50.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-05T19:28:50.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-05T19:28:50.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-05T19:28:50.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-05T19:28:50.981Z
20952026-08-05T19:28:50.981Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/303)
20962026-08-05T19:28:51.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-05T19:28:51.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-05T19:28:51.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-05T19:28:51.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-05T19:28:51.400Z
21012026-08-05T19:28:51.400Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/303)
21022026-08-05T19:28:51.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-05T19:28:51.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-05T19:28:51.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-05T19:28:51.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-05T19:28:51.821Z
21072026-08-05T19:28:51.821Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/303)
21082026-08-05T19:28:52.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-05T19:28:52.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-05T19:28:52.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-05T19:28:52.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-05T19:28:52.235Z
21132026-08-05T19:28:52.235Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/303)
21142026-08-05T19:28:52.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-05T19:28:52.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-05T19:28:52.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-05T19:28:52.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-05T19:28:52.659Z
21192026-08-05T19:28:52.659Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/303)
21202026-08-05T19:28:53.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-05T19:28:53.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-05T19:28:53.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-05T19:28:53.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-05T19:28:53.082Z
21252026-08-05T19:28:53.082Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/303)
21262026-08-05T19:28:53.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-05T19:28:53.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-05T19:28:53.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-05T19:28:53.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-05T19:28:53.499Z
21312026-08-05T19:28:53.500Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/303)
21322026-08-05T19:28:53.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-05T19:28:53.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-05T19:28:53.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-05T19:28:53.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-05T19:28:53.919Z
21372026-08-05T19:28:53.919Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/303)
21382026-08-05T19:28:54.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-05T19:28:54.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-05T19:28:54.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-05T19:28:54.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21422026-08-05T19:28:54.345Z
21432026-08-05T19:28:54.345Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/303)
21442026-08-05T19:28:54.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-05T19:28:54.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-05T19:28:54.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-05T19:28:54.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-05T19:28:54.766Z
21492026-08-05T19:28:54.766Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/303)
21502026-08-05T19:28:55.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-05T19:28:55.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-05T19:28:55.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-05T19:28:55.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21542026-08-05T19:28:55.372Z
21552026-08-05T19:28:55.372Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/303)
21562026-08-05T19:28:55.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-05T19:28:55.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-05T19:28:55.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-05T19:28:55.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21602026-08-05T19:28:55.980Z
21612026-08-05T19:28:55.980Zinfo: running `cargo check --bins` on nexus-config (51/303)
21622026-08-05T19:28:56.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-05T19:28:56.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-05T19:28:56.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-05T19:28:56.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21662026-08-05T19:28:56.584Z
21672026-08-05T19:28:56.584Zinfo: running `cargo check --bins` on nexus-types (52/303)
21682026-08-05T19:28:57.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-05T19:28:57.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-05T19:28:57.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-05T19:28:57.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-08-05T19:28:57.189Z
21732026-08-05T19:28:57.189Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/303)
21742026-08-05T19:28:57.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-05T19:28:57.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-05T19:28:57.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-05T19:28:57.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21782026-08-05T19:28:57.765Z
21792026-08-05T19:28:57.765Zinfo: running `cargo check --bins` on omicron-passwords (54/303)
21802026-08-05T19:28:58.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-05T19:28:58.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-05T19:28:58.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-05T19:28:58.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21842026-08-05T19:28:58.324Z
21852026-08-05T19:28:58.324Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/303)
21862026-08-05T19:28:58.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-05T19:28:58.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-05T19:28:58.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-05T19:28:58.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-08-05T19:28:58.904Z
21912026-08-05T19:28:58.904Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/303)
21922026-08-05T19:28:59.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-05T19:28:59.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-05T19:28:59.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-05T19:28:59.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21962026-08-05T19:28:59.472Z
21972026-08-05T19:28:59.472Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/303)
21982026-08-05T19:28:59.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-05T19:28:59.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-05T19:28:59.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-05T19:28:59.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-08-05T19:29:00.052Z
22032026-08-05T19:29:00.052Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/303)
22042026-08-05T19:29:00.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-05T19:29:00.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-05T19:29:00.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-05T19:29:00.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22082026-08-05T19:29:00.630Z
22092026-08-05T19:29:00.630Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/303)
22102026-08-05T19:29:01.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-05T19:29:01.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-05T19:29:01.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-05T19:29:01.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22142026-08-05T19:29:01.174Z
22152026-08-05T19:29:01.174Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/303)
22162026-08-05T19:29:01.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-05T19:29:01.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-05T19:29:01.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-05T19:29:01.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22202026-08-05T19:29:01.720Z
22212026-08-05T19:29:01.720Zinfo: running `cargo check --bins --no-default-features` on gfss (61/303)
22222026-08-05T19:29:02.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-05T19:29:02.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-05T19:29:02.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-05T19:29:02.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22262026-08-05T19:29:02.269Z
22272026-08-05T19:29:02.269Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/303)
22282026-08-05T19:29:02.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-05T19:29:02.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-05T19:29:02.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-05T19:29:02.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22322026-08-05T19:29:02.821Z
22332026-08-05T19:29:02.821Zinfo: running `cargo check --bins` on wicketd-commission-types (63/303)
22342026-08-05T19:29:03.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-05T19:29:03.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-05T19:29:03.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-05T19:29:03.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22382026-08-05T19:29:03.386Z
22392026-08-05T19:29:03.386Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/303)
22402026-08-05T19:29:03.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-05T19:29:03.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-05T19:29:03.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-05T19:29:03.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22442026-08-05T19:29:03.957Z
22452026-08-05T19:29:03.957Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/303)
22462026-08-05T19:29:04.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-05T19:29:04.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-05T19:29:04.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-05T19:29:04.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22502026-08-05T19:29:04.516Z
22512026-08-05T19:29:04.516Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/303)
22522026-08-05T19:29:04.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-05T19:29:04.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-05T19:29:04.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-05T19:29:04.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-05T19:29:05.072Z
22572026-08-05T19:29:05.072Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/303)
22582026-08-05T19:29:05.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-05T19:29:05.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-05T19:29:05.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-05T19:29:05.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22622026-08-05T19:29:05.635Z
22632026-08-05T19:29:05.636Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/303)
22642026-08-05T19:29:06.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-05T19:29:06.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-05T19:29:06.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-05T19:29:06.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22682026-08-05T19:29:06.202Z
22692026-08-05T19:29:06.202Zinfo: running `cargo check --bins` on cockroach-admin-types (69/303)
22702026-08-05T19:29:06.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-05T19:29:06.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-05T19:29:06.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-05T19:29:06.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22742026-08-05T19:29:06.756Z
22752026-08-05T19:29:06.756Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/303)
22762026-08-05T19:29:07.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-05T19:29:07.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-05T19:29:07.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-05T19:29:07.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22802026-08-05T19:29:07.307Z
22812026-08-05T19:29:07.307Zinfo: running `cargo check --bins` on ereport-types (71/303)
22822026-08-05T19:29:07.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-05T19:29:07.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-05T19:29:07.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-05T19:29:07.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22862026-08-05T19:29:07.862Z
22872026-08-05T19:29:07.862Zinfo: running `cargo check --bins` on gateway-client (72/303)
22882026-08-05T19:29:08.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-05T19:29:08.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-05T19:29:08.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-05T19:29:08.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22922026-08-05T19:29:08.422Z
22932026-08-05T19:29:08.422Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/303)
22942026-08-05T19:29:08.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-05T19:29:08.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-05T19:29:08.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-05T19:29:08.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22982026-08-05T19:29:08.979Z
22992026-08-05T19:29:08.979Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/303)
23002026-08-05T19:29:09.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-05T19:29:09.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-05T19:29:09.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-05T19:29:09.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23042026-08-05T19:29:09.530Z
23052026-08-05T19:29:09.530Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/303)
23062026-08-05T19:29:10.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-05T19:29:10.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-05T19:29:10.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-05T19:29:10.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23102026-08-05T19:29:10.109Z
23112026-08-05T19:29:10.109Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/303)
23122026-08-05T19:29:10.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-05T19:29:10.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-05T19:29:10.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-05T19:29:10.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23162026-08-05T19:29:10.691Z
23172026-08-05T19:29:10.691Zinfo: running `cargo check --bins` on key-manager-types (77/303)
23182026-08-05T19:29:11.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-05T19:29:11.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-05T19:29:11.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-05T19:29:11.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23222026-08-05T19:29:11.239Z
23232026-08-05T19:29:11.240Zinfo: running `cargo check --bins` on oxlog (78/303)
23242026-08-05T19:29:11.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-05T19:29:11.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-05T19:29:11.834Z Checking cfg-if v1.0.4
23272026-08-05T19:29:11.837Z Checking libc v0.2.185
23282026-08-05T19:29:11.938Z Checking serde_core v1.0.228
23292026-08-05T19:29:11.951Z Checking memchr v2.8.0
23302026-08-05T19:29:11.958Z Checking zeroize v1.9.0
23312026-08-05T19:29:11.967Z Checking smallvec v1.15.1
23322026-08-05T19:29:11.970Z Checking log v0.4.29
23332026-08-05T19:29:11.989Z Checking subtle v2.6.1
23342026-08-05T19:29:12.001Z Checking itoa v1.0.17
23352026-08-05T19:29:12.107Z Checking scopeguard v1.2.0
23362026-08-05T19:29:12.131Z Checking typenum v1.20.1
23372026-08-05T19:29:12.131Z Checking stable_deref_trait v1.2.1
23382026-08-05T19:29:12.156Z Checking zerofrom v0.1.6
23392026-08-05T19:29:12.169Z Checking portable-atomic v1.13.1
23402026-08-05T19:29:12.203Z Checking lock_api v0.4.14
23412026-08-05T19:29:12.214Z Checking zerocopy v0.8.40
23422026-08-05T19:29:12.267Z Checking yoke v0.8.1
23432026-08-05T19:29:12.324Z Checking critical-section v1.2.0
23442026-08-05T19:29:12.342Z Checking errno v0.3.14
23452026-08-05T19:29:12.404Z Checking getrandom v0.2.17
23462026-08-05T19:29:12.435Z Checking zerovec v0.11.5
23472026-08-05T19:29:12.451Z Checking pin-project-lite v0.2.17
23482026-08-05T19:29:12.485Z Checking const-oid v0.9.6
23492026-08-05T19:29:12.543Z Checking libm v0.2.16
23502026-08-05T19:29:12.555Z Checking rand_core v0.6.4
23512026-08-05T19:29:12.573Z Checking once_cell v1.21.3
23522026-08-05T19:29:12.731Z Checking zmij v1.0.21
23532026-08-05T19:29:12.747Z Checking signal-hook-registry v1.4.8
23542026-08-05T19:29:12.870Z Checking tinystr v0.8.2
23552026-08-05T19:29:12.883Z Checking generic-array v0.14.7
23562026-08-05T19:29:12.908Z Checking parking_lot_core v0.9.12
23572026-08-05T19:29:12.942Z Checking futures-core v0.3.32
23582026-08-05T19:29:13.044Z Checking percent-encoding v2.3.2
23592026-08-05T19:29:13.068Z Checking litemap v0.8.1
23602026-08-05T19:29:13.098Z Checking rand_core v0.10.0
23612026-08-05T19:29:13.171Z Checking writeable v0.6.2
23622026-08-05T19:29:13.184Z Checking parking_lot v0.12.5
23632026-08-05T19:29:13.236Z Checking getrandom v0.4.1
23642026-08-05T19:29:13.239Z Checking potential_utf v0.1.4
23652026-08-05T19:29:13.259Z Checking num-traits v0.2.19
23662026-08-05T19:29:13.329Z Checking icu_locale_core v2.1.1
23672026-08-05T19:29:13.332Z Checking zerotrie v0.2.3
23682026-08-05T19:29:13.368Z Checking mio v1.2.0
23692026-08-05T19:29:13.381Z Checking equivalent v1.0.2
23702026-08-05T19:29:13.394Z Checking icu_collections v2.1.1
23712026-08-05T19:29:13.428Z Checking serde v1.0.228
23722026-08-05T19:29:13.460Z Checking bitflags v2.11.0
23732026-08-05T19:29:13.580Z Checking serde_json v1.0.151
23742026-08-05T19:29:13.629Z Checking socket2 v0.6.3
23752026-08-05T19:29:13.645Z Checking icu_properties_data v2.1.2
23762026-08-05T19:29:13.691Z Checking icu_normalizer_data v2.1.1
23772026-08-05T19:29:13.763Z Checking byteorder v1.5.0
23782026-08-05T19:29:13.777Z Checking block-buffer v0.10.4
23792026-08-05T19:29:13.790Z Checking crypto-common v0.1.7
23802026-08-05T19:29:13.831Z Checking bytes v1.11.1
23812026-08-05T19:29:13.872Z Checking futures-sink v0.3.32
23822026-08-05T19:29:13.890Z Checking icu_provider v2.1.1
23832026-08-05T19:29:13.909Z Checking hashbrown v0.17.0
23842026-08-05T19:29:13.921Z Checking digest v0.10.7
23852026-08-05T19:29:13.964Z Checking getrandom v0.3.4
23862026-08-05T19:29:13.976Z Checking futures-channel v0.3.32
23872026-08-05T19:29:14.108Z Checking futures-task v0.3.32
23882026-08-05T19:29:14.121Z Checking slab v0.4.12
23892026-08-05T19:29:14.124Z Checking icu_properties v2.1.2
23902026-08-05T19:29:14.166Z Checking icu_normalizer v2.1.1
23912026-08-05T19:29:14.244Z Checking utf8_iter v1.0.4
23922026-08-05T19:29:14.259Z Checking futures-io v0.3.32
23932026-08-05T19:29:14.271Z Checking tokio v1.52.1
23942026-08-05T19:29:14.288Z Checking form_urlencoded v1.2.2
23952026-08-05T19:29:14.370Z Checking rustix v1.1.3
23962026-08-05T19:29:14.381Z Checking futures-util v0.3.32
23972026-08-05T19:29:14.384Z Checking indexmap v2.14.0
23982026-08-05T19:29:14.416Z Checking base64ct v1.8.3
23992026-08-05T19:29:14.489Z Checking fnv v1.0.7
24002026-08-05T19:29:14.585Z Checking flagset v0.4.7
24012026-08-05T19:29:14.655Z Checking pem-rfc7468 v0.7.0
24022026-08-05T19:29:14.712Z Checking iana-time-zone v0.1.65
24032026-08-05T19:29:14.816Z Checking der v0.7.10
24042026-08-05T19:29:14.828Z Checking chrono v0.4.45
24052026-08-05T19:29:14.970Z Checking idna_adapter v1.2.1
24062026-08-05T19:29:14.983Z Checking rand_core v0.9.5
24072026-08-05T19:29:15.025Z Checking ppv-lite86 v0.2.21
24082026-08-05T19:29:15.089Z Checking idna v1.1.0
24092026-08-05T19:29:15.158Z Checking uuid v1.23.4
24102026-08-05T19:29:15.212Z Checking regex-syntax v0.8.10
24112026-08-05T19:29:15.320Z Checking base64 v0.22.1
24122026-08-05T19:29:15.341Z Checking url v2.5.8
24132026-08-05T19:29:15.478Z Checking http v1.4.2
24142026-08-05T19:29:15.553Z Checking spki v0.7.3
24152026-08-05T19:29:15.566Z Checking utf8parse v0.2.2
24162026-08-05T19:29:15.668Z Checking rand_chacha v0.9.0
24172026-08-05T19:29:15.688Z Checking tracing-core v0.1.36
24182026-08-05T19:29:15.715Z Checking dyn-clone v1.0.20
24192026-08-05T19:29:15.787Z Checking cpufeatures v0.2.17
24202026-08-05T19:29:15.819Z Checking anstyle v1.0.14
24212026-08-05T19:29:15.857Z Checking pkcs8 v0.10.2
24222026-08-05T19:29:15.873Z Checking rand v0.9.2
24232026-08-05T19:29:15.998Z Checking tracing v0.1.44
24242026-08-05T19:29:16.012Z Checking semver v1.0.28
24252026-08-05T19:29:16.023Z Checking spin v0.9.8
24262026-08-05T19:29:16.033Z Checking http-body v1.0.1
24272026-08-05T19:29:16.165Z Checking rustls-pki-types v1.14.0
24282026-08-05T19:29:16.197Z Checking openssl-probe v0.2.1
24292026-08-05T19:29:16.197Z Checking cmov v0.5.4
24302026-08-05T19:29:16.222Z Checking tinyvec_macros v0.1.1
24312026-08-05T19:29:16.285Z Checking anstyle-query v1.1.5
24322026-08-05T19:29:16.304Z Checking colorchoice v1.0.4
24332026-08-05T19:29:16.328Z Checking is_terminal_polyfill v1.70.2
24342026-08-05T19:29:16.350Z Checking tinyvec v1.10.0
24352026-08-05T19:29:16.376Z Checking schemars v0.8.22
24362026-08-05T19:29:16.395Z Checking ctutils v0.4.2
24372026-08-05T19:29:16.409Z Checking sha2 v0.10.9
24382026-08-05T19:29:16.423Z Checking aws-lc-sys v0.40.0
24392026-08-05T19:29:16.454Z Checking thiserror v2.0.18
24402026-08-05T19:29:16.530Z Checking tower-layer v0.3.3
24412026-08-05T19:29:16.555Z Checking atomic-waker v1.1.2
24422026-08-05T19:29:16.603Z Checking untrusted v0.7.1
24432026-08-05T19:29:16.652Z Checking try-lock v0.2.5
24442026-08-05T19:29:16.664Z Checking fastrand v2.3.0
24452026-08-05T19:29:16.677Z Checking tower-service v0.3.3
24462026-08-05T19:29:16.690Z Checking hybrid-array v0.4.13
24472026-08-05T19:29:16.716Z Checking anstyle-parse v1.0.0
24482026-08-05T19:29:16.747Z Checking want v0.3.1
24492026-08-05T19:29:16.765Z Checking ipnet v2.11.0
24502026-08-05T19:29:16.844Z Checking tempfile v3.25.0
24512026-08-05T19:29:16.865Z Checking crc32fast v1.5.0
24522026-08-05T19:29:16.869Z Checking httparse v1.10.1
24532026-08-05T19:29:16.920Z Checking aws-lc-rs v1.16.3
24542026-08-05T19:29:17.005Z Checking aho-corasick v1.1.4
24552026-08-05T19:29:17.024Z Checking plain v0.2.3
24562026-08-05T19:29:17.038Z Checking foreign-types-shared v0.1.1
24572026-08-05T19:29:17.038Z Checking untrusted v0.9.0
24582026-08-05T19:29:17.085Z Checking tap v1.0.1
24592026-08-05T19:29:17.117Z Checking simd-adler32 v0.3.8
24602026-08-05T19:29:17.130Z Checking httpdate v1.0.3
24612026-08-05T19:29:17.156Z Checking foreign-types v0.3.2
24622026-08-05T19:29:17.184Z Checking wyz v0.5.1
24632026-08-05T19:29:17.224Z Checking anstream v1.0.0
24642026-08-05T19:29:17.273Z Checking unicode-normalization v0.1.25
24652026-08-05T19:29:17.288Z Checking rand_chacha v0.3.1
24662026-08-05T19:29:17.354Z Checking terminal_size v0.4.3
24672026-08-05T19:29:17.425Z Checking radium v0.7.0
24682026-08-05T19:29:17.437Z Checking signature v2.2.0
24692026-08-05T19:29:17.468Z Checking hex v0.4.3
24702026-08-05T19:29:17.496Z Checking num-integer v0.1.46
24712026-08-05T19:29:17.559Z Checking openssl-sys v0.9.117
24722026-08-05T19:29:17.573Z Checking tokio-util v0.7.18
24732026-08-05T19:29:17.595Z Checking wait-timeout v0.2.1
24742026-08-05T19:29:17.679Z Checking bit-vec v0.8.0
24752026-08-05T19:29:17.692Z Checking clap_lex v1.0.0
24762026-08-05T19:29:17.704Z Checking regex-automata v0.4.14
24772026-08-05T19:29:17.717Z Checking strsim v0.11.1
24782026-08-05T19:29:17.720Z Checking unicode-ident v1.0.24
24792026-08-05T19:29:17.768Z Checking rustls-webpki v0.103.13
24802026-08-05T19:29:17.833Z Checking quick-error v1.2.3
24812026-08-05T19:29:17.847Z Checking adler2 v2.0.1
24822026-08-05T19:29:17.871Z Checking ucd-trie v0.1.7
24832026-08-05T19:29:17.886Z Checking funty v2.0.0
24842026-08-05T19:29:17.930Z Checking openssl v0.10.80
24852026-08-05T19:29:17.934Z Checking rusty-fork v0.3.1
24862026-08-05T19:29:17.954Z Checking miniz_oxide v0.8.9
24872026-08-05T19:29:18.001Z Checking pest v2.8.6
24882026-08-05T19:29:18.112Z Checking clap_builder v4.6.0
24892026-08-05T19:29:18.176Z Checking rustls v0.23.41
24902026-08-05T19:29:18.193Z Checking h2 v0.4.15
24912026-08-05T19:29:18.205Z Checking bitvec v1.0.1
24922026-08-05T19:29:18.306Z Checking bit-set v0.8.0
24932026-08-05T19:29:18.451Z Checking proc-macro2 v1.0.106
24942026-08-05T19:29:18.759Z Checking num-iter v0.1.45
24952026-08-05T19:29:18.871Z Checking rand v0.8.6
24962026-08-05T19:29:19.058Z Checking lazy_static v1.5.0
24972026-08-05T19:29:19.151Z Checking anstyle-parse v0.2.7
24982026-08-05T19:29:19.303Z Checking rand_xorshift v0.4.0
24992026-08-05T19:29:19.363Z Checking thiserror v1.0.69
25002026-08-05T19:29:19.379Z Checking maybe-uninit v2.0.0
25012026-08-05T19:29:19.421Z Checking hmac v0.12.1
25022026-08-05T19:29:19.467Z Checking serde_spanned v0.6.9
25032026-08-05T19:29:19.480Z Checking toml_datetime v0.6.11
25042026-08-05T19:29:19.535Z Checking sync_wrapper v1.0.2
25052026-08-05T19:29:19.550Z Checking nodrop v0.1.14
25062026-08-05T19:29:19.562Z Checking crc-catalog v2.4.0
25072026-08-05T19:29:19.592Z Checking zlib-rs v0.6.2
25082026-08-05T19:29:19.637Z Checking unarray v0.1.4
25092026-08-05T19:29:19.639Z Checking siphasher v1.0.2
25102026-08-05T19:29:19.661Z Checking powerfmt v0.2.0
25112026-08-05T19:29:19.673Z Checking pretty-hex v0.4.1
25122026-08-05T19:29:19.743Z Checking proptest v1.11.0
25132026-08-05T19:29:19.789Z Checking crc v3.4.0
25142026-08-05T19:29:19.806Z Checking tower v0.5.3
25152026-08-05T19:29:19.818Z Checking deranged v0.5.8
25162026-08-05T19:29:19.965Z Checking array-init v0.0.4
25172026-08-05T19:29:19.992Z Checking native-tls v0.2.18
25182026-08-05T19:29:20.176Z Checking packed_struct v0.10.1
25192026-08-05T19:29:20.198Z Checking smallvec v0.6.14
25202026-08-05T19:29:20.261Z Checking num-bigint-dig v0.8.6
25212026-08-05T19:29:20.386Z Checking clap v4.6.1
25222026-08-05T19:29:20.449Z Checking anstream v0.6.21
25232026-08-05T19:29:20.465Z Checking quote v1.0.45
25242026-08-05T19:29:20.478Z Checking flate2 v1.1.9
25252026-08-05T19:29:20.631Z Checking ipnetwork v0.21.1
25262026-08-05T19:29:20.652Z Checking http-body-util v0.1.3
25272026-08-05T19:29:20.755Z Checking pkcs1 v0.7.5
25282026-08-05T19:29:20.771Z Checking crossbeam-utils v0.8.21
25292026-08-05T19:29:20.846Z Checking bitfield v0.19.4
25302026-08-05T19:29:20.873Z Checking zerocopy v0.6.6
25312026-08-05T19:29:20.963Z Checking ahash v0.8.12
25322026-08-05T19:29:21.068Z Checking bzip2-sys v0.1.13+1.0.8
25332026-08-05T19:29:21.081Z Checking hyper v1.10.1
25342026-08-05T19:29:21.110Z Checking scroll v0.13.0
25352026-08-05T19:29:21.122Z Checking env_filter v1.0.0
25362026-08-05T19:29:21.152Z Checking iri-string v0.7.10
25372026-08-05T19:29:21.165Z Checking ryu v1.0.23
25382026-08-05T19:29:21.168Z Checking allocator-api2 v0.2.21
25392026-08-05T19:29:21.233Z Checking num-conv v0.2.0
25402026-08-05T19:29:21.262Z Checking hashbrown v0.12.3
25412026-08-05T19:29:21.298Z Checking unicode-properties v0.1.4
25422026-08-05T19:29:21.335Z Checking winnow v0.5.40
25432026-08-05T19:29:21.348Z Checking unicode-bidi v0.3.18
25442026-08-05T19:29:21.462Z Checking num_threads v0.1.7
25452026-08-05T19:29:21.485Z Checking time-core v0.1.8
25462026-08-05T19:29:21.549Z Checking base64 v0.21.7
25472026-08-05T19:29:21.562Z Checking newtype-uuid v1.3.2
25482026-08-05T19:29:21.624Z Checking time v0.3.47
25492026-08-05T19:29:21.645Z Checking stringprep v0.1.5
25502026-08-05T19:29:21.678Z Checking indexmap v1.9.3
25512026-08-05T19:29:21.765Z Checking goblin v0.10.5
25522026-08-05T19:29:21.786Z Checking ron v0.8.1
25532026-08-05T19:29:21.799Z Checking serde_urlencoded v0.7.1
25542026-08-05T19:29:22.001Z Checking env_logger v0.11.9
25552026-08-05T19:29:22.014Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25562026-08-05T19:29:22.030Z Checking hyper-util v0.1.20
25572026-08-05T19:29:22.182Z Checking tower-http v0.6.8
25582026-08-05T19:29:22.195Z Checking hashbrown v0.13.2
25592026-08-05T19:29:22.306Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25602026-08-05T19:29:22.461Z Checking bzip2 v0.4.4
25612026-08-05T19:29:22.476Z Checking crossbeam-epoch v0.9.18
25622026-08-05T19:29:22.493Z Checking toml_edit v0.19.15
25632026-08-05T19:29:22.614Z Checking rsa v0.9.10
25642026-08-05T19:29:22.626Z Checking oxnet v0.1.6
25652026-08-05T19:29:22.706Z Checking syn v2.0.117
25662026-08-05T19:29:22.779Z Checking serde-hex v0.1.0
25672026-08-05T19:29:22.882Z Checking tokio-native-tls v0.3.1
25682026-08-05T19:29:23.045Z Checking bstr v1.12.1
25692026-08-05T19:29:23.081Z Checking block-buffer v0.12.1
25702026-08-05T19:29:23.246Z Checking block-padding v0.4.2
25712026-08-05T19:29:23.304Z Checking crypto-common v0.2.2
25722026-08-05T19:29:23.383Z Checking rustls-native-certs v0.8.3
25732026-08-05T19:29:23.437Z Checking scroll v0.12.0
25742026-08-05T19:29:23.515Z Checking x509-cert v0.2.5
25752026-08-05T19:29:23.530Z Checking zstd-sys v2.0.16+zstd.1.5.7
25762026-08-05T19:29:23.641Z Checking md-5 v0.10.6
25772026-08-05T19:29:23.666Z Checking hash32 v0.2.1
25782026-08-05T19:29:23.780Z Checking encoding_rs v0.8.35
25792026-08-05T19:29:23.823Z Checking psl-types v2.0.11
25802026-08-05T19:29:23.906Z Checking crc-any v2.5.0
25812026-08-05T19:29:23.940Z Checking mime v0.3.17
25822026-08-05T19:29:24.079Z Checking fallible-iterator v0.2.0
25832026-08-05T19:29:24.095Z Checking dof v0.4.0
25842026-08-05T19:29:24.113Z Checking publicsuffix v2.3.0
25852026-08-05T19:29:24.171Z Checking heapless v0.7.17
25862026-08-05T19:29:24.270Z Checking goblin v0.8.2
25872026-08-05T19:29:24.294Z Checking zstd-safe v7.2.4
25882026-08-05T19:29:24.359Z Checking postgres-protocol v0.6.10
25892026-08-05T19:29:24.473Z Checking toml v0.7.8
25902026-08-05T19:29:24.595Z Checking inout v0.2.2
25912026-08-05T19:29:24.703Z Checking hyper-tls v0.6.0
25922026-08-05T19:29:24.750Z Checking daft v0.1.7
25932026-08-05T19:29:24.755Z Checking cookie v0.18.1
25942026-08-05T19:29:24.775Z Checking zip v0.6.6
25952026-08-05T19:29:24.798Z Checking object v0.30.4
25962026-08-05T19:29:24.879Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25972026-08-05T19:29:24.995Z Checking tokio-rustls v0.26.4
25982026-08-05T19:29:25.009Z Checking phf_shared v0.13.1
25992026-08-05T19:29:25.035Z Checking dtrace-parser v0.3.0
26002026-08-05T19:29:25.046Z Checking pin-project v1.1.11
26012026-08-05T19:29:25.104Z Checking zerocopy v0.7.35
26022026-08-05T19:29:25.116Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26032026-08-05T19:29:25.137Z Checking signal-hook v0.3.18
26042026-08-05T19:29:25.201Z Checking futures-executor v0.3.32
26052026-08-05T19:29:25.224Z Checking ff v0.13.1
26062026-08-05T19:29:25.273Z Checking thread-id v5.1.0
26072026-08-05T19:29:25.330Z Compiling rayon-core v1.13.0
26082026-08-05T19:29:25.346Z Checking managed v0.8.0
26092026-08-05T19:29:25.358Z Checking bumpalo v3.20.2
26102026-08-05T19:29:25.361Z Checking foldhash v0.2.0
26112026-08-05T19:29:25.505Z Checking libbz2-rs-sys v0.2.2
26122026-08-05T19:29:25.518Z Checking same-file v1.0.6
26132026-08-05T19:29:25.531Z Checking path-slash v0.1.5
26142026-08-05T19:29:25.570Z Checking jiff-core v0.1.0
26152026-08-05T19:29:25.598Z Checking base16ct v0.2.0
26162026-08-05T19:29:25.628Z Checking bitflags v1.3.2
26172026-08-05T19:29:25.632Z Checking foldhash v0.1.5
26182026-08-05T19:29:25.700Z Checking either v1.15.0
26192026-08-05T19:29:25.726Z Checking sec1 v0.7.3
26202026-08-05T19:29:25.773Z Checking hashbrown v0.15.5
26212026-08-05T19:29:25.885Z Checking smoltcp v0.9.1
26222026-08-05T19:29:25.897Z Checking bzip2 v0.6.1
26232026-08-05T19:29:25.934Z Checking walkdir v2.5.0
26242026-08-05T19:29:26.058Z Checking zopfli v0.8.3
26252026-08-05T19:29:26.079Z Checking hashbrown v0.16.1
26262026-08-05T19:29:26.113Z Checking group v0.13.0
26272026-08-05T19:29:26.223Z Checking dof v0.3.0
26282026-08-05T19:29:26.240Z Checking usdt-impl v0.6.0
26292026-08-05T19:29:26.264Z Checking futures v0.3.32
26302026-08-05T19:29:26.278Z Checking jiff v0.2.34
26312026-08-05T19:29:26.348Z Checking signal-hook-mio v0.2.5
26322026-08-05T19:29:26.403Z Checking hyper-rustls v0.27.7
26332026-08-05T19:29:26.466Z Checking phf v0.13.1
26342026-08-05T19:29:26.504Z Checking snafu v0.8.9
26352026-08-05T19:29:26.539Z Checking cookie_store v0.22.1
26362026-08-05T19:29:26.542Z Checking reqwest v0.12.28
26372026-08-05T19:29:26.604Z Checking cipher v0.5.2
26382026-08-05T19:29:26.626Z Checking postgres-types v0.2.12
26392026-08-05T19:29:26.639Z Checking zstd v0.13.3
26402026-08-05T19:29:26.751Z Checking rustls-platform-verifier v0.6.2
26412026-08-05T19:29:26.826Z Checking globset v0.4.18
26422026-08-05T19:29:26.846Z Checking crossbeam-deque v0.8.6
26432026-08-05T19:29:26.886Z Checking phf_shared v0.11.3
26442026-08-05T19:29:26.899Z Checking hkdf v0.12.4
26452026-08-05T19:29:26.943Z Checking regex v1.12.3
26462026-08-05T19:29:26.957Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26472026-08-05T19:29:27.023Z Checking dtrace-parser v0.2.0
26482026-08-05T19:29:27.034Z Checking byte-wrapper v0.1.0
26492026-08-05T19:29:27.038Z Checking ref-cast v1.0.25
26502026-08-05T19:29:27.073Z Checking curve25519-dalek v4.1.3
26512026-08-05T19:29:27.141Z Checking olpc-cjson v0.1.4
26522026-08-05T19:29:27.223Z Checking strum v0.27.2
26532026-08-05T19:29:27.236Z Checking hubpack v0.1.2
26542026-08-05T19:29:27.257Z Checking ed25519 v2.2.3
26552026-08-05T19:29:27.280Z Checking memoffset v0.9.1
26562026-08-05T19:29:27.291Z Checking rustix v0.38.44
26572026-08-05T19:29:27.308Z Checking pem v3.0.6
26582026-08-05T19:29:27.333Z Checking serde-big-array v0.5.1
26592026-08-05T19:29:27.353Z Checking erased-serde v0.3.31
26602026-08-05T19:29:27.398Z Checking serde_plain v1.0.2
26612026-08-05T19:29:27.435Z Checking float-cmp v0.10.0
26622026-08-05T19:29:27.461Z Checking crypto-bigint v0.5.5
26632026-08-05T19:29:27.464Z Checking memmap2 v0.9.10
26642026-08-05T19:29:27.544Z Checking thread-id v4.2.2
26652026-08-05T19:29:27.561Z Checking toml_write v0.1.2
26662026-08-05T19:29:27.624Z Checking static_assertions v1.1.0
26672026-08-05T19:29:27.636Z Checking data-encoding v2.10.0
26682026-08-05T19:29:27.694Z Checking winnow v1.0.3
26692026-08-05T19:29:27.725Z Checking fixedbitset v0.5.7
26702026-08-05T19:29:27.738Z Checking const-oid v0.10.2
26712026-08-05T19:29:27.859Z Checking precomputed-hash v0.1.1
26722026-08-05T19:29:27.895Z Checking winnow v0.7.14
26732026-08-05T19:29:27.907Z Checking typed-path v0.9.3
26742026-08-05T19:29:27.918Z Checking whoami v2.1.0
26752026-08-05T19:29:27.941Z Checking new_debug_unreachable v1.0.6
26762026-08-05T19:29:27.998Z Checking keccak v0.1.6
26772026-08-05T19:29:28.007Z Checking difflib v0.4.0
26782026-08-05T19:29:28.095Z Checking normalize-line-endings v0.3.0
26792026-08-05T19:29:28.112Z Checking fixedbitset v0.4.2
26802026-08-05T19:29:28.155Z Checking unicode-segmentation v1.12.0
26812026-08-05T19:29:28.183Z Checking predicates-core v1.0.10
26822026-08-05T19:29:28.195Z Checking cpufeatures v0.3.0
26832026-08-05T19:29:28.227Z Checking zip v4.6.1
26842026-08-05T19:29:28.260Z Checking petgraph v0.6.5
26852026-08-05T19:29:28.260Z Checking chacha20 v0.10.0
26862026-08-05T19:29:28.304Z Checking predicates v3.1.4
26872026-08-05T19:29:28.381Z Checking elliptic-curve v0.13.8
26882026-08-05T19:29:28.464Z Checking similar v2.7.0
26892026-08-05T19:29:28.527Z Checking sha3 v0.10.8
26902026-08-05T19:29:28.602Z Checking tokio-postgres v0.7.16
26912026-08-05T19:29:28.683Z Checking tough v0.22.0
26922026-08-05T19:29:28.696Z Checking crossterm v0.28.1
26932026-08-05T19:29:28.733Z Checking string_cache v0.8.9
26942026-08-05T19:29:28.805Z Checking toml_parser v1.1.2+spec-1.1.0
26952026-08-05T19:29:28.853Z Checking petgraph v0.8.3
26962026-08-05T19:29:28.899Z Checking hickory-proto v0.25.2
26972026-08-05T19:29:29.109Z Checking toml_edit v0.22.27
26982026-08-05T19:29:29.135Z Checking digest v0.11.3
26992026-08-05T19:29:29.321Z Checking ed25519-dalek v2.2.0
27002026-08-05T19:29:29.406Z Checking slog v2.8.2
27012026-08-05T19:29:29.552Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27022026-08-05T19:29:29.571Z Checking usdt v0.6.0
27032026-08-05T19:29:29.694Z Checking usdt-impl v0.5.0
27042026-08-05T19:29:29.747Z Checking nix v0.31.2
27052026-08-05T19:29:29.933Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27062026-08-05T19:29:29.983Z Checking iddqd v0.4.2
27072026-08-05T19:29:30.450Z Checking reqwest v0.13.2
27082026-08-05T19:29:30.521Z Checking itertools v0.13.0
27092026-08-05T19:29:30.567Z Checking strum v0.26.3
27102026-08-05T19:29:30.683Z Checking serde_with v3.21.0
27112026-08-05T19:29:30.757Z Checking fs-err v3.3.0
27122026-08-05T19:29:30.894Z Checking object v0.37.3
27132026-08-05T19:29:30.973Z Checking tokio-stream v0.1.18
27142026-08-05T19:29:31.060Z Checking buf-list v1.1.2
27152026-08-05T19:29:31.248Z Checking anyhow v1.0.102
27162026-08-05T19:29:31.299Z Checking camino v1.2.2
27172026-08-05T19:29:31.366Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27182026-08-05T19:29:31.454Z Checking openapiv3 v2.2.0
27192026-08-05T19:29:31.548Z Checking peg-runtime v0.8.5
27202026-08-05T19:29:31.560Z Checking lalrpop-util v0.19.12
27212026-08-05T19:29:31.631Z Checking rayon v1.11.0
27222026-08-05T19:29:31.690Z Checking sigpipe v0.1.3
27232026-08-05T19:29:31.724Z Checking glob v0.3.3
27242026-08-05T19:29:33.084Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27252026-08-05T19:29:33.154Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27262026-08-05T19:29:33.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.19s
27272026-08-05T19:29:33.601Z
27282026-08-05T19:29:33.601Zinfo: running `cargo check --bins` on internal-dns-types (79/303)
27292026-08-05T19:29:34.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302026-08-05T19:29:34.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312026-08-05T19:29:34.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27322026-08-05T19:29:34.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27332026-08-05T19:29:34.161Z
27342026-08-05T19:29:34.161Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/303)
27352026-08-05T19:29:34.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362026-08-05T19:29:34.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372026-08-05T19:29:34.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27382026-08-05T19:29:34.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27392026-08-05T19:29:34.736Z
27402026-08-05T19:29:34.737Zinfo: running `cargo check --bins` on nexus-types-versions (81/303)
27412026-08-05T19:29:35.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27422026-08-05T19:29:35.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27432026-08-05T19:29:35.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27442026-08-05T19:29:35.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27452026-08-05T19:29:35.327Z
27462026-08-05T19:29:35.328Zinfo: running `cargo check --bins` on oxql-types (82/303)
27472026-08-05T19:29:35.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27482026-08-05T19:29:35.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27492026-08-05T19:29:35.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27502026-08-05T19:29:35.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27512026-08-05T19:29:35.904Z
27522026-08-05T19:29:35.904Zinfo: running `cargo check --bins` on oximeter-types (83/303)
27532026-08-05T19:29:36.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27542026-08-05T19:29:36.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27552026-08-05T19:29:36.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27562026-08-05T19:29:36.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27572026-08-05T19:29:36.476Z
27582026-08-05T19:29:36.476Zinfo: running `cargo check --bins` on oximeter-types-versions (84/303)
27592026-08-05T19:29:36.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602026-08-05T19:29:36.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612026-08-05T19:29:36.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622026-08-05T19:29:36.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27632026-08-05T19:29:37.044Z
27642026-08-05T19:29:37.044Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/303)
27652026-08-05T19:29:37.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662026-08-05T19:29:37.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672026-08-05T19:29:37.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682026-08-05T19:29:37.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27692026-08-05T19:29:37.600Z
27702026-08-05T19:29:37.600Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/303)
27712026-08-05T19:29:38.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722026-08-05T19:29:38.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732026-08-05T19:29:38.279Z Compiling multer v3.1.0
27742026-08-05T19:29:38.393Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27752026-08-05T19:29:38.393Z Compiling async-stream-impl v0.3.6
27762026-08-05T19:29:38.408Z Compiling dropshot v0.17.1
27772026-08-05T19:29:38.421Z Compiling parse-display-derive v0.10.0
27782026-08-05T19:29:38.432Z Compiling newtype-uuid-macros v0.1.0
27792026-08-05T19:29:38.435Z Compiling dropshot_endpoint v0.17.1
27802026-08-05T19:29:38.461Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27812026-08-05T19:29:38.635Z Checking thread_local v1.1.9
27822026-08-05T19:29:38.638Z Checking compression-core v0.4.31
27832026-08-05T19:29:38.780Z Checking match_cfg v0.1.0
27842026-08-05T19:29:38.796Z Checking compression-codecs v0.4.37
27852026-08-05T19:29:38.813Z Checking crossbeam-channel v0.5.15
27862026-08-05T19:29:38.848Z Checking hostname v0.3.1
27872026-08-05T19:29:38.863Z Checking atomicwrites v0.4.4
27882026-08-05T19:29:38.944Z Checking slog-json v2.6.1
27892026-08-05T19:29:38.959Z Checking serde_spanned v1.1.1
27902026-08-05T19:29:38.974Z Checking toml_datetime v1.1.1+spec-1.1.0
27912026-08-05T19:29:38.986Z Checking is-terminal v0.4.17
27922026-08-05T19:29:39.076Z Checking term v1.2.1
27932026-08-05T19:29:39.089Z Checking take_mut v0.2.2
27942026-08-05T19:29:39.100Z Checking toml_writer v1.1.1+spec-1.1.0
27952026-08-05T19:29:39.151Z Checking debug-ignore v1.0.5
27962026-08-05T19:29:39.171Z Checking slog-bunyan v2.5.0
27972026-08-05T19:29:39.189Z Checking slog-async v2.8.0
27982026-08-05T19:29:39.193Z Checking async-stream v0.3.6
27992026-08-05T19:29:39.249Z Checking async-compression v0.4.41
28002026-08-05T19:29:39.276Z Checking toml v1.1.2+spec-1.1.0
28012026-08-05T19:29:39.290Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28022026-08-05T19:29:39.301Z Checking slog-term v2.9.2
28032026-08-05T19:29:39.328Z Checking progenitor-client v0.14.0
28042026-08-05T19:29:39.363Z Checking sha1 v0.11.0
28052026-08-05T19:29:39.514Z Checking waitgroup v0.1.2
28062026-08-05T19:29:39.567Z Checking rustls-pemfile v2.2.0
28072026-08-05T19:29:39.585Z Checking backon v1.6.0
28082026-08-05T19:29:39.588Z Checking serde_path_to_error v0.1.20
28092026-08-05T19:29:39.614Z Checking hostname v0.4.2
28102026-08-05T19:29:39.627Z Checking instant v0.1.13
28112026-08-05T19:29:39.721Z Checking backoff v0.4.0
28122026-08-05T19:29:39.748Z Checking progenitor-extras v0.2.0
28132026-08-05T19:29:39.878Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28142026-08-05T19:29:39.896Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28152026-08-05T19:29:39.909Z Checking itertools v0.14.0
28162026-08-05T19:29:39.941Z Checking regress v0.10.5
28172026-08-05T19:29:40.082Z Checking macaddr v1.0.1
28182026-08-05T19:29:40.119Z Checking parse-display v0.10.0
28192026-08-05T19:29:40.252Z Checking humantime v2.3.0
28202026-08-05T19:29:41.064Z Compiling prettyplease v0.2.37
28212026-08-05T19:29:41.344Z Checking num-rational v0.4.2
28222026-08-05T19:29:41.620Z Checking num-complex v0.4.6
28232026-08-05T19:29:42.139Z Compiling num v0.4.3
28242026-08-05T19:29:42.166Z Compiling usdt-macro v0.5.0
28252026-08-05T19:29:42.212Z Compiling usdt-attr-macro v0.5.0
28262026-08-05T19:29:42.226Z Checking memmap v0.7.0
28272026-08-05T19:29:42.229Z Checking float-ord v0.3.2
28282026-08-05T19:29:42.251Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28292026-08-05T19:29:42.356Z Compiling convert_case v0.4.0
28302026-08-05T19:29:42.462Z Checking unicode-width v0.2.0
28312026-08-05T19:29:42.714Z Checking console v0.15.11
28322026-08-05T19:29:42.727Z Compiling derive_more v0.99.20
28332026-08-05T19:29:42.908Z Checking newline-converter v0.3.0
28342026-08-05T19:29:42.984Z Checking usdt v0.5.0
28352026-08-05T19:29:42.997Z Compiling toml v0.8.23
28362026-08-05T19:29:43.016Z Checking linked-hash-map v0.5.6
28372026-08-05T19:29:43.153Z Compiling minimal-lexical v0.2.1
28382026-08-05T19:29:43.185Z Checking lru-cache v0.1.2
28392026-08-05T19:29:43.307Z Checking expectorate v1.2.0
28402026-08-05T19:29:43.406Z Compiling nom v7.1.3
28412026-08-05T19:29:43.751Z Checking camino-tempfile v1.4.1
28422026-08-05T19:29:43.918Z Checking hickory-proto v0.24.4
28432026-08-05T19:29:43.933Z Checking phf_shared v0.12.1
28442026-08-05T19:29:43.962Z Compiling slog-dtrace v0.3.0
28452026-08-05T19:29:44.073Z Checking heck v0.5.0
28462026-08-05T19:29:44.202Z Checking resolv-conf v0.7.6
28472026-08-05T19:29:44.390Z Compiling chrono-tz v0.10.4
28482026-08-05T19:29:44.545Z Compiling unicode-xid v0.2.6
28492026-08-05T19:29:44.678Z Compiling const_format_proc_macros v0.2.34
28502026-08-05T19:29:44.692Z Checking phf v0.12.1
28512026-08-05T19:29:44.817Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-08-05T19:29:44.841Z Checking tokio-dtrace v0.1.1
28532026-08-05T19:29:45.042Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28542026-08-05T19:29:45.308Z Compiling derive-where v1.6.0
28552026-08-05T19:29:45.323Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28562026-08-05T19:29:45.353Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28572026-08-05T19:29:45.521Z Checking highway v1.3.0
28582026-08-05T19:29:45.751Z Checking const_format v0.2.35
28592026-08-05T19:29:45.839Z Checking hickory-resolver v0.24.4
28602026-08-05T19:29:45.984Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28612026-08-05T19:29:46.502Z Checking oxide-tokio-rt v0.1.4
28622026-08-05T19:29:46.621Z Checking qorb v0.4.1
28632026-08-05T19:29:46.838Z Checking gethostname v0.5.0
28642026-08-05T19:29:46.864Z Checking bcs v0.1.6
28652026-08-05T19:29:46.882Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28662026-08-05T19:29:46.896Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28672026-08-05T19:29:46.911Z Checking termtree v0.5.1
28682026-08-05T19:29:47.149Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28692026-08-05T19:29:47.149Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28702026-08-05T19:29:50.288Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28712026-08-05T19:29:53.547Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28722026-08-05T19:29:55.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.23s
28732026-08-05T19:29:56.004Z
28742026-08-05T19:29:56.004Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/303)
28752026-08-05T19:29:56.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-08-05T19:29:56.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-08-05T19:29:56.674Z Compiling ar_archive_writer v0.5.1
28782026-08-05T19:29:56.785Z Compiling stacker v0.1.23
28792026-08-05T19:29:56.788Z Compiling cfg_aliases v0.1.1
28802026-08-05T19:29:56.797Z Compiling convert_case v0.10.0
28812026-08-05T19:29:56.800Z Checking unicode-width v0.1.14
28822026-08-05T19:29:56.813Z Compiling proc-macro-error v1.0.4
28832026-08-05T19:29:56.825Z Checking fd-lock v4.0.4
28842026-08-05T19:29:56.828Z Checking nibble_vec v0.1.0
28852026-08-05T19:29:56.846Z Compiling nix v0.28.0
28862026-08-05T19:29:56.937Z Checking vte v0.14.1
28872026-08-05T19:29:56.951Z Compiling recursive-proc-macro-impl v0.1.1
28882026-08-05T19:29:57.039Z Checking endian-type v0.1.2
28892026-08-05T19:29:57.051Z Checking bytecount v0.6.9
28902026-08-05T19:29:57.087Z Checking strip-ansi-escapes v0.2.1
28912026-08-05T19:29:57.099Z Compiling derive_more-impl v2.1.1
28922026-08-05T19:29:57.111Z Compiling tabled_derive v0.7.0
28932026-08-05T19:29:57.149Z Checking papergrid v0.11.0
28942026-08-05T19:29:57.160Z Checking radix_trie v0.2.1
28952026-08-05T19:29:57.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28962026-08-05T19:29:57.356Z Compiling peg-macros v0.8.5
28972026-08-05T19:29:57.369Z Compiling sqlparser_derive v0.5.0
28982026-08-05T19:29:57.602Z Compiling psm v0.1.30
28992026-08-05T19:29:57.656Z Checking winnow v0.6.26
29002026-08-05T19:29:57.768Z Checking nu-ansi-term v0.50.3
29012026-08-05T19:29:57.919Z Checking derive_more v2.1.1
29022026-08-05T19:29:57.980Z Checking unicode_categories v0.1.1
29032026-08-05T19:29:57.998Z Checking home v0.5.12
29042026-08-05T19:29:58.062Z Checking tabled v0.15.0
29052026-08-05T19:29:58.103Z Checking crossterm v0.29.0
29062026-08-05T19:29:58.115Z Checking reedline v0.40.0
29072026-08-05T19:29:58.140Z Checking rustyline v14.0.0
29082026-08-05T19:29:58.168Z Checking display-error-chain v0.2.2
29092026-08-05T19:29:58.403Z Checking recursive v0.1.1
29102026-08-05T19:29:58.498Z Checking sqlparser v0.61.0
29112026-08-05T19:29:58.642Z Checking peg v0.8.5
29122026-08-05T19:29:58.790Z Checking sqlformat v0.3.5
29132026-08-05T19:30:09.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s
29142026-08-05T19:30:10.122Z
29152026-08-05T19:30:10.122Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/303)
29162026-08-05T19:30:10.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-08-05T19:30:10.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-08-05T19:30:10.801Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29192026-08-05T19:30:14.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
29202026-08-05T19:30:14.549Z
29212026-08-05T19:30:14.550Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/303)
29222026-08-05T19:30:15.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-08-05T19:30:15.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-08-05T19:30:15.221Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29252026-08-05T19:30:17.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
29262026-08-05T19:30:17.969Z
29272026-08-05T19:30:17.969Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/303)
29282026-08-05T19:30:18.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-08-05T19:30:18.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-08-05T19:30:18.635Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29312026-08-05T19:30:21.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
29322026-08-05T19:30:22.168Z
29332026-08-05T19:30:22.168Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/303)
29342026-08-05T19:30:22.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-08-05T19:30:22.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-08-05T19:30:22.846Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29372026-08-05T19:30:26.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
29382026-08-05T19:30:26.430Z
29392026-08-05T19:30:26.430Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/303)
29402026-08-05T19:30:26.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-08-05T19:30:26.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-08-05T19:30:27.100Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29432026-08-05T19:30:29.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
29442026-08-05T19:30:29.973Z
29452026-08-05T19:30:29.973Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/303)
29462026-08-05T19:30:30.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-08-05T19:30:30.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-08-05T19:30:30.628Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29492026-08-05T19:30:33.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
29502026-08-05T19:30:33.533Z
29512026-08-05T19:30:33.533Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/303)
29522026-08-05T19:30:34.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-08-05T19:30:34.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-08-05T19:30:34.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29552026-08-05T19:30:37.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
29562026-08-05T19:30:37.900Z
29572026-08-05T19:30:37.900Zinfo: running `cargo check --bins` on oximeter (95/303)
29582026-08-05T19:30:38.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592026-08-05T19:30:38.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602026-08-05T19:30:38.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29612026-08-05T19:30:38.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29622026-08-05T19:30:38.463Z
29632026-08-05T19:30:38.463Zinfo: running `cargo check --bins` on oximeter-schema (96/303)
29642026-08-05T19:30:38.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652026-08-05T19:30:38.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662026-08-05T19:30:39.079Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29672026-08-05T19:30:39.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
29682026-08-05T19:30:39.633Z
29692026-08-05T19:30:39.633Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/303)
29702026-08-05T19:30:40.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712026-08-05T19:30:40.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722026-08-05T19:30:40.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29732026-08-05T19:30:40.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29742026-08-05T19:30:40.196Z
29752026-08-05T19:30:40.196Zinfo: running `cargo check --bins` on oximeter-test-utils (98/303)
29762026-08-05T19:30:40.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772026-08-05T19:30:40.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782026-08-05T19:30:40.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29792026-08-05T19:30:40.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29802026-08-05T19:30:40.803Z
29812026-08-05T19:30:40.803Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/303)
29822026-08-05T19:30:41.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832026-08-05T19:30:41.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842026-08-05T19:30:41.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29852026-08-05T19:30:41.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29862026-08-05T19:30:41.378Z
29872026-08-05T19:30:41.378Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/303)
29882026-08-05T19:30:41.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892026-08-05T19:30:41.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902026-08-05T19:30:41.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29912026-08-05T19:30:41.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29922026-08-05T19:30:41.952Z
29932026-08-05T19:30:41.953Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/303)
29942026-08-05T19:30:42.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952026-08-05T19:30:42.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962026-08-05T19:30:42.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29972026-08-05T19:30:42.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29982026-08-05T19:30:42.526Z
29992026-08-05T19:30:42.527Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/303)
30002026-08-05T19:30:43.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012026-08-05T19:30:43.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022026-08-05T19:30:43.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30032026-08-05T19:30:43.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30042026-08-05T19:30:43.100Z
30052026-08-05T19:30:43.100Zinfo: running `cargo check --bins` on trust-quorum-types (103/303)
30062026-08-05T19:30:43.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072026-08-05T19:30:43.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082026-08-05T19:30:43.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30092026-08-05T19:30:43.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30102026-08-05T19:30:43.657Z
30112026-08-05T19:30:43.657Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/303)
30122026-08-05T19:30:44.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132026-08-05T19:30:44.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142026-08-05T19:30:44.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30152026-08-05T19:30:44.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30162026-08-05T19:30:44.231Z
30172026-08-05T19:30:44.231Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (105/303)
30182026-08-05T19:30:44.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192026-08-05T19:30:44.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202026-08-05T19:30:44.936Z Compiling crucible-workspace-hack v0.1.0
30212026-08-05T19:30:45.054Z Compiling itertools v0.15.0
30222026-08-05T19:30:45.061Z Checking secrecy v0.10.3
30232026-08-05T19:30:45.066Z Compiling heapless v0.8.0
30242026-08-05T19:30:45.072Z Compiling toml_datetime v0.7.5+spec-1.1.0
30252026-08-05T19:30:45.083Z Checking inout v0.1.4
30262026-08-05T19:30:45.083Z Checking hash32 v0.3.1
30272026-08-05T19:30:45.105Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30282026-08-05T19:30:45.157Z Compiling smoltcp v0.11.0
30292026-08-05T19:30:45.218Z Compiling toml_edit v0.23.10+spec-1.0.0
30302026-08-05T19:30:45.218Z Checking cipher v0.4.4
30312026-08-05T19:30:45.315Z Checking cobs v0.3.0
30322026-08-05T19:30:45.321Z Checking universal-hash v0.5.1
30332026-08-05T19:30:45.326Z Compiling thiserror-impl-no-std v2.0.2
30342026-08-05T19:30:45.417Z Checking half v2.7.1
30352026-08-05T19:30:45.495Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30362026-08-05T19:30:45.509Z Checking opaque-debug v0.3.1
30372026-08-05T19:30:45.522Z Checking ciborium-io v0.2.2
30382026-08-05T19:30:45.578Z Checking poly1305 v0.8.0
30392026-08-05T19:30:45.609Z Checking postcard v1.1.3
30402026-08-05T19:30:45.684Z Checking ciborium-ll v0.2.2
30412026-08-05T19:30:45.701Z Checking chacha20 v0.9.1
30422026-08-05T19:30:45.842Z Compiling proc-macro-crate v3.4.0
30432026-08-05T19:30:45.857Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30442026-08-05T19:30:45.894Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30452026-08-05T19:30:45.897Z Checking password-hash v0.5.0
30462026-08-05T19:30:46.134Z Compiling proc-macro-crate v1.3.1
30472026-08-05T19:30:46.159Z Checking blake2 v0.10.6
30482026-08-05T19:30:46.257Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30492026-08-05T19:30:46.270Z Checking aead v0.5.2
30502026-08-05T19:30:46.354Z Compiling ingot-macros v0.2.0
30512026-08-05T19:30:46.373Z Compiling num_enum_derive v0.7.6
30522026-08-05T19:30:46.399Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30532026-08-05T19:30:46.412Z Compiling foreign-types-macros v0.2.3
30542026-08-05T19:30:46.490Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30552026-08-05T19:30:46.546Z Checking foreign-types-shared v0.3.1
30562026-08-05T19:30:46.562Z Checking thiserror-no-std v2.0.2
30572026-08-05T19:30:46.605Z Compiling num_enum_derive v0.5.11
30582026-08-05T19:30:46.637Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30592026-08-05T19:30:46.650Z Checking vsss-rs v3.3.4
30602026-08-05T19:30:46.729Z Checking chacha20poly1305 v0.10.1
30612026-08-05T19:30:46.861Z Checking argon2 v0.5.3
30622026-08-05T19:30:47.009Z Checking foreign-types v0.5.0
30632026-08-05T19:30:47.087Z Checking ciborium v0.2.2
30642026-08-05T19:30:47.207Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30652026-08-05T19:30:47.328Z Checking tabwriter v1.4.1
30662026-08-05T19:30:47.412Z Checking num_enum v0.7.6
30672026-08-05T19:30:47.482Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30682026-08-05T19:30:47.499Z Checking cstr-argument v0.1.2
30692026-08-05T19:30:47.513Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30702026-08-05T19:30:47.532Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30712026-08-05T19:30:47.620Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30722026-08-05T19:30:47.648Z Checking num_enum v0.5.11
30732026-08-05T19:30:47.741Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30742026-08-05T19:30:47.759Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30752026-08-05T19:30:47.762Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30762026-08-05T19:30:47.788Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30772026-08-05T19:30:47.909Z Checking rand v0.10.1
30782026-08-05T19:30:47.925Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30792026-08-05T19:30:47.964Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30802026-08-05T19:30:47.992Z Checking indent_write v2.2.0
30812026-08-05T19:30:48.030Z Checking colored v3.1.1
30822026-08-05T19:30:48.126Z Compiling zone_cfg_derive v0.3.1
30832026-08-05T19:30:48.237Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30842026-08-05T19:30:48.289Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30852026-08-05T19:30:48.347Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30862026-08-05T19:30:48.394Z Checking itertools v0.12.1
30872026-08-05T19:30:48.421Z Compiling num-derive v0.4.2
30882026-08-05T19:30:48.447Z Checking swrite v0.1.0
30892026-08-05T19:30:48.464Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30902026-08-05T19:30:48.541Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30912026-08-05T19:30:48.701Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30922026-08-05T19:30:48.783Z Checking dropshot-api-manager-types v0.7.2
30932026-08-05T19:30:48.816Z Checking smf v0.2.3
30942026-08-05T19:30:48.830Z Checking nanorand v0.7.0
30952026-08-05T19:30:48.927Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30962026-08-05T19:30:48.952Z Checking whoami v1.6.1
30972026-08-05T19:30:49.030Z Checking flume v0.11.1
30982026-08-05T19:30:49.050Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30992026-08-05T19:30:49.213Z Checking ingot-types v0.2.0
31002026-08-05T19:30:49.340Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31012026-08-05T19:30:49.400Z Checking zone v0.3.1
31022026-08-05T19:30:49.580Z Checking ingot v0.2.1
31032026-08-05T19:30:51.032Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31042026-08-05T19:30:51.976Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31052026-08-05T19:30:52.853Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31062026-08-05T19:30:55.501Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31072026-08-05T19:30:57.626Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31082026-08-05T19:30:58.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.58s
31092026-08-05T19:30:58.994Z
31102026-08-05T19:30:58.995Zinfo: running `cargo check --bins` on clickhouse-admin-api (106/303)
31112026-08-05T19:30:59.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-08-05T19:30:59.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-08-05T19:30:59.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-08-05T19:30:59.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31152026-08-05T19:30:59.563Z
31162026-08-05T19:30:59.563Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (107/303)
31172026-08-05T19:31:00.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-08-05T19:31:00.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-08-05T19:31:00.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-08-05T19:31:00.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31212026-08-05T19:31:00.128Z
31222026-08-05T19:31:00.128Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/303)
31232026-08-05T19:31:00.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-08-05T19:31:00.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-08-05T19:31:00.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-08-05T19:31:00.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31272026-08-05T19:31:00.704Z
31282026-08-05T19:31:00.705Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/303)
31292026-08-05T19:31:01.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-08-05T19:31:01.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-08-05T19:31:01.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-08-05T19:31:01.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31332026-08-05T19:31:01.274Z
31342026-08-05T19:31:01.274Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/303)
31352026-08-05T19:31:01.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-08-05T19:31:01.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-08-05T19:31:01.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-08-05T19:31:01.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31392026-08-05T19:31:01.845Z
31402026-08-05T19:31:01.845Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/303)
31412026-08-05T19:31:02.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-08-05T19:31:02.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-08-05T19:31:02.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-08-05T19:31:02.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31452026-08-05T19:31:02.417Z
31462026-08-05T19:31:02.417Zinfo: running `cargo check --bins` on cockroach-admin-client (112/303)
31472026-08-05T19:31:02.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-08-05T19:31:02.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-08-05T19:31:02.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-08-05T19:31:02.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31512026-08-05T19:31:02.972Z
31522026-08-05T19:31:02.972Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/303)
31532026-08-05T19:31:03.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-08-05T19:31:03.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-08-05T19:31:03.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-08-05T19:31:03.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31572026-08-05T19:31:03.544Z
31582026-08-05T19:31:03.544Zinfo: running `cargo check --bins` on dns-service-client (114/303)
31592026-08-05T19:31:04.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-08-05T19:31:04.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-08-05T19:31:04.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-08-05T19:31:04.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31632026-08-05T19:31:04.114Z
31642026-08-05T19:31:04.114Zinfo: running `cargo check --bins` on installinator-client (115/303)
31652026-08-05T19:31:04.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-08-05T19:31:04.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-08-05T19:31:04.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-08-05T19:31:04.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31692026-08-05T19:31:04.687Z
31702026-08-05T19:31:04.687Zinfo: running `cargo check --bins` on nexus-client (116/303)
31712026-08-05T19:31:05.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-08-05T19:31:05.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-08-05T19:31:05.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-08-05T19:31:05.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31752026-08-05T19:31:05.292Z
31762026-08-05T19:31:05.292Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/303)
31772026-08-05T19:31:05.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-08-05T19:31:05.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-08-05T19:31:05.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-08-05T19:31:05.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31812026-08-05T19:31:05.897Z
31822026-08-05T19:31:05.897Zinfo: running `cargo check --bins` on ntp-admin-client (118/303)
31832026-08-05T19:31:06.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-08-05T19:31:06.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-08-05T19:31:06.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862026-08-05T19:31:06.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31872026-08-05T19:31:06.468Z
31882026-08-05T19:31:06.468Zinfo: running `cargo check --bins` on oxide-client (119/303)
31892026-08-05T19:31:06.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-08-05T19:31:06.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-08-05T19:31:06.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-08-05T19:31:06.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31932026-08-05T19:31:07.031Z
31942026-08-05T19:31:07.031Zinfo: running `cargo check --bins` on oximeter-client (120/303)
31952026-08-05T19:31:07.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-08-05T19:31:07.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-08-05T19:31:07.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-08-05T19:31:07.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31992026-08-05T19:31:07.601Z
32002026-08-05T19:31:07.601Zinfo: running `cargo check --bins` on repo-depot-client (121/303)
32012026-08-05T19:31:08.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-08-05T19:31:08.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-08-05T19:31:08.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-08-05T19:31:08.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32052026-08-05T19:31:08.156Z
32062026-08-05T19:31:08.156Zinfo: running `cargo check --bins` on sled-agent-client (122/303)
32072026-08-05T19:31:08.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-08-05T19:31:08.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-08-05T19:31:08.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-08-05T19:31:08.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32112026-08-05T19:31:08.732Z
32122026-08-05T19:31:08.732Zinfo: running `cargo check --bins` on wicketd-client (123/303)
32132026-08-05T19:31:09.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-08-05T19:31:09.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-08-05T19:31:09.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-08-05T19:31:09.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32172026-08-05T19:31:09.318Z
32182026-08-05T19:31:09.318Zinfo: running `cargo check --bins` on installinator-common (124/303)
32192026-08-05T19:31:09.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-08-05T19:31:09.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-08-05T19:31:09.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-08-05T19:31:09.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32232026-08-05T19:31:09.903Z
32242026-08-05T19:31:09.903Zinfo: running `cargo check --bins` on installinator-common-versions (125/303)
32252026-08-05T19:31:10.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-08-05T19:31:10.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-08-05T19:31:10.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282026-08-05T19:31:10.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32292026-08-05T19:31:10.459Z
32302026-08-05T19:31:10.459Zinfo: running `cargo check --bins` on wicket-common (126/303)
32312026-08-05T19:31:10.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322026-08-05T19:31:10.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332026-08-05T19:31:10.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342026-08-05T19:31:10.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32352026-08-05T19:31:11.042Z
32362026-08-05T19:31:11.042Zinfo: running `cargo check --bins` on wicketd-commission-client (127/303)
32372026-08-05T19:31:11.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382026-08-05T19:31:11.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392026-08-05T19:31:11.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402026-08-05T19:31:11.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32412026-08-05T19:31:11.620Z
32422026-08-05T19:31:11.620Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/303)
32432026-08-05T19:31:12.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-08-05T19:31:12.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-08-05T19:31:12.286Z Checking csv-core v0.1.13
32462026-08-05T19:31:12.400Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32472026-08-05T19:31:12.403Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32482026-08-05T19:31:12.411Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32492026-08-05T19:31:12.541Z Checking csv v1.4.0
32502026-08-05T19:31:12.564Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32512026-08-05T19:31:12.863Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-08-05T19:31:13.203Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32532026-08-05T19:31:13.208Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32542026-08-05T19:31:14.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.67s
32552026-08-05T19:31:14.472Z
32562026-08-05T19:31:14.472Zinfo: running `cargo check --bins` on cockroach-admin-api (129/303)
32572026-08-05T19:31:14.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-08-05T19:31:14.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-08-05T19:31:14.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602026-08-05T19:31:14.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32612026-08-05T19:31:15.048Z
32622026-08-05T19:31:15.048Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/303)
32632026-08-05T19:31:15.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-08-05T19:31:15.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-08-05T19:31:15.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662026-08-05T19:31:15.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32672026-08-05T19:31:15.699Z
32682026-08-05T19:31:15.700Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/303)
32692026-08-05T19:31:16.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-08-05T19:31:16.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-08-05T19:31:16.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-08-05T19:31:16.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32732026-08-05T19:31:16.338Z
32742026-08-05T19:31:16.338Zinfo: running `cargo check --bins` on gateway-test-utils (132/303)
32752026-08-05T19:31:16.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-08-05T19:31:16.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-08-05T19:31:16.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-08-05T19:31:16.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32792026-08-05T19:31:16.951Z
32802026-08-05T19:31:16.951Zinfo: running `cargo check --bins` on omicron-gateway (133/303)
32812026-08-05T19:31:17.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-08-05T19:31:17.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-08-05T19:31:17.694Z Compiling regress v0.11.1
32842026-08-05T19:31:17.835Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32852026-08-05T19:31:17.843Z Compiling unsafe-libyaml v0.2.11
32862026-08-05T19:31:17.854Z Compiling semver v0.1.20
32872026-08-05T19:31:17.867Z Checking nom v8.0.0
32882026-08-05T19:31:17.882Z Compiling cancel-safe-futures v0.1.5
32892026-08-05T19:31:17.897Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32902026-08-05T19:31:18.084Z Compiling rustc_version v0.1.7
32912026-08-05T19:31:18.154Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32922026-08-05T19:31:18.306Z Compiling newtype_derive v0.1.6
32932026-08-05T19:31:18.457Z Compiling serde_yaml v0.9.34+deprecated
32942026-08-05T19:31:18.511Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32952026-08-05T19:31:18.545Z Compiling owo-colors v4.3.0
32962026-08-05T19:31:18.596Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32972026-08-05T19:31:18.910Z Checking oxide-update-engine-types v0.1.2
32982026-08-05T19:31:18.926Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32992026-08-05T19:31:19.035Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33002026-08-05T19:31:19.050Z Checking linear-map v1.2.0
33012026-08-05T19:31:19.222Z Checking tagptr v0.2.0
33022026-08-05T19:31:19.303Z Checking typify-impl v0.6.2
33032026-08-05T19:31:19.382Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33042026-08-05T19:31:19.510Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33052026-08-05T19:31:19.730Z Checking unicode-linebreak v0.1.5
33062026-08-05T19:31:19.829Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33072026-08-05T19:31:19.842Z Checking smawk v0.3.2
33082026-08-05T19:31:19.884Z Checking oxide-update-engine v0.1.2
33092026-08-05T19:31:19.945Z Checking moka v0.12.13
33102026-08-05T19:31:19.974Z Checking textwrap v0.16.2
33112026-08-05T19:31:20.200Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33122026-08-05T19:31:20.514Z Checking steno v0.4.1
33132026-08-05T19:31:20.598Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-08-05T19:31:20.811Z Checking hickory-resolver v0.25.2
33152026-08-05T19:31:20.885Z Checking sha1 v0.10.6
33162026-08-05T19:31:21.029Z Checking utf-8 v0.7.6
33172026-08-05T19:31:21.044Z Checking void v1.0.2
33182026-08-05T19:31:21.056Z Checking half v1.8.3
33192026-08-05T19:31:21.151Z Checking lzss v0.8.2
33202026-08-05T19:31:21.167Z Checking tungstenite v0.23.0
33212026-08-05T19:31:21.253Z Checking serde_cbor v0.11.2
33222026-08-05T19:31:21.458Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33232026-08-05T19:31:21.476Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33242026-08-05T19:31:21.527Z Checking nix v0.27.1
33252026-08-05T19:31:21.542Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33262026-08-05T19:31:21.590Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33272026-08-05T19:31:21.633Z Checking kstat-rs v0.2.4
33282026-08-05T19:31:21.693Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33292026-08-05T19:31:21.742Z Checking fxhash v0.2.1
33302026-08-05T19:31:21.756Z Checking serde_bytes v0.11.19
33312026-08-05T19:31:21.821Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33322026-08-05T19:31:21.864Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33332026-08-05T19:31:21.930Z Checking tokio-tungstenite v0.23.1
33342026-08-05T19:31:21.992Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33352026-08-05T19:31:22.031Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33362026-08-05T19:31:22.195Z Checking signal-hook-tokio v0.3.1
33372026-08-05T19:31:22.799Z Compiling typify-macro v0.6.2
33382026-08-05T19:31:23.730Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33392026-08-05T19:31:23.969Z Compiling typify v0.6.2
33402026-08-05T19:31:24.049Z Compiling progenitor-impl v0.14.0
33412026-08-05T19:31:25.474Z Compiling progenitor-macro v0.14.0
33422026-08-05T19:31:27.889Z Checking progenitor v0.14.0
33432026-08-05T19:31:28.006Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33442026-08-05T19:31:28.010Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33452026-08-05T19:31:30.698Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33462026-08-05T19:31:39.123Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33472026-08-05T19:31:45.884Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33482026-08-05T19:31:47.276Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33492026-08-05T19:31:47.809Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33502026-08-05T19:31:49.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.01s
33512026-08-05T19:31:50.163Z
33522026-08-05T19:31:50.163Zinfo: running `cargo check --bins` on gateway-api (134/303)
33532026-08-05T19:31:50.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-08-05T19:31:50.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-08-05T19:31:50.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-08-05T19:31:50.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33572026-08-05T19:31:50.725Z
33582026-08-05T19:31:50.725Zinfo: running `cargo check --bins` on ipcc (135/303)
33592026-08-05T19:31:51.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-08-05T19:31:51.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-08-05T19:31:51.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-08-05T19:31:51.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33632026-08-05T19:31:51.292Z
33642026-08-05T19:31:51.293Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/303)
33652026-08-05T19:31:51.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-08-05T19:31:51.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-08-05T19:31:51.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-08-05T19:31:51.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33692026-08-05T19:31:51.848Z
33702026-08-05T19:31:51.848Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/303)
33712026-08-05T19:31:52.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-08-05T19:31:52.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-08-05T19:31:52.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-08-05T19:31:52.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33752026-08-05T19:31:52.436Z
33762026-08-05T19:31:52.436Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/303)
33772026-08-05T19:31:52.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-08-05T19:31:52.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-08-05T19:31:52.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-08-05T19:31:52.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33812026-08-05T19:31:53.003Z
33822026-08-05T19:31:53.003Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/303)
33832026-08-05T19:31:53.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-08-05T19:31:53.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-08-05T19:31:53.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-08-05T19:31:53.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33872026-08-05T19:31:53.569Z
33882026-08-05T19:31:53.569Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/303)
33892026-08-05T19:31:54.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-08-05T19:31:54.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-08-05T19:31:54.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-08-05T19:31:54.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33932026-08-05T19:31:54.136Z
33942026-08-05T19:31:54.136Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/303)
33952026-08-05T19:31:54.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-08-05T19:31:54.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-08-05T19:31:54.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-08-05T19:31:54.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33992026-08-05T19:31:54.724Z
34002026-08-05T19:31:54.724Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/303)
34012026-08-05T19:31:55.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-08-05T19:31:55.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-08-05T19:31:55.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-08-05T19:31:55.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34052026-08-05T19:31:55.286Z
34062026-08-05T19:31:55.286Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/303)
34072026-08-05T19:31:55.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-08-05T19:31:55.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-08-05T19:31:55.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-08-05T19:31:55.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34112026-08-05T19:31:55.855Z
34122026-08-05T19:31:55.855Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/303)
34132026-08-05T19:31:56.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-08-05T19:31:56.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-08-05T19:31:56.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-08-05T19:31:56.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34172026-08-05T19:31:56.423Z
34182026-08-05T19:31:56.423Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/303)
34192026-08-05T19:31:56.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-08-05T19:31:56.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-08-05T19:31:56.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-08-05T19:31:56.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34232026-08-05T19:31:56.992Z
34242026-08-05T19:31:56.992Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/303)
34252026-08-05T19:31:57.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-08-05T19:31:57.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-08-05T19:31:57.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-08-05T19:31:57.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34292026-08-05T19:31:57.563Z
34302026-08-05T19:31:57.563Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/303)
34312026-08-05T19:31:58.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-08-05T19:31:58.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-08-05T19:31:58.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-08-05T19:31:58.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34352026-08-05T19:31:58.130Z
34362026-08-05T19:31:58.130Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/303)
34372026-08-05T19:31:58.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-08-05T19:31:58.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-08-05T19:31:58.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-08-05T19:31:58.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34412026-08-05T19:31:58.717Z
34422026-08-05T19:31:58.717Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/303)
34432026-08-05T19:31:59.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-08-05T19:31:59.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-08-05T19:31:59.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-08-05T19:31:59.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34472026-08-05T19:31:59.304Z
34482026-08-05T19:31:59.304Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/303)
34492026-08-05T19:31:59.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-08-05T19:31:59.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-08-05T19:31:59.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-08-05T19:31:59.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34532026-08-05T19:31:59.891Z
34542026-08-05T19:31:59.891Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/303)
34552026-08-05T19:32:00.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-08-05T19:32:00.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-08-05T19:32:00.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-08-05T19:32:00.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34592026-08-05T19:32:00.477Z
34602026-08-05T19:32:00.477Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/303)
34612026-08-05T19:32:00.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-08-05T19:32:00.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-08-05T19:32:00.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-08-05T19:32:00.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34652026-08-05T19:32:01.064Z
34662026-08-05T19:32:01.064Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/303)
34672026-08-05T19:32:01.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-08-05T19:32:01.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-08-05T19:32:01.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-08-05T19:32:01.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34712026-08-05T19:32:01.652Z
34722026-08-05T19:32:01.652Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/303)
34732026-08-05T19:32:02.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-08-05T19:32:02.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-08-05T19:32:02.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-08-05T19:32:02.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34772026-08-05T19:32:02.241Z
34782026-08-05T19:32:02.241Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/303)
34792026-08-05T19:32:02.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-08-05T19:32:02.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-08-05T19:32:02.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-08-05T19:32:02.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34832026-08-05T19:32:02.830Z
34842026-08-05T19:32:02.830Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/303)
34852026-08-05T19:32:03.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-08-05T19:32:03.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-08-05T19:32:03.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-08-05T19:32:03.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34892026-08-05T19:32:03.413Z
34902026-08-05T19:32:03.413Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/303)
34912026-08-05T19:32:03.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-08-05T19:32:03.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-08-05T19:32:03.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-08-05T19:32:03.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34952026-08-05T19:32:04.001Z
34962026-08-05T19:32:04.001Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/303)
34972026-08-05T19:32:04.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-08-05T19:32:04.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-08-05T19:32:04.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-08-05T19:32:04.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35012026-08-05T19:32:04.569Z
35022026-08-05T19:32:04.569Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/303)
35032026-08-05T19:32:05.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-08-05T19:32:05.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-08-05T19:32:05.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-08-05T19:32:05.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35072026-08-05T19:32:05.137Z
35082026-08-05T19:32:05.137Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/303)
35092026-08-05T19:32:05.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-08-05T19:32:05.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-08-05T19:32:05.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-08-05T19:32:05.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35132026-08-05T19:32:05.705Z
35142026-08-05T19:32:05.705Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/303)
35152026-08-05T19:32:06.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-08-05T19:32:06.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-08-05T19:32:06.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-08-05T19:32:06.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35192026-08-05T19:32:06.272Z
35202026-08-05T19:32:06.272Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/303)
35212026-08-05T19:32:06.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-08-05T19:32:06.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-08-05T19:32:06.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-08-05T19:32:06.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35252026-08-05T19:32:06.839Z
35262026-08-05T19:32:06.839Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/303)
35272026-08-05T19:32:07.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-08-05T19:32:07.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-08-05T19:32:07.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-08-05T19:32:07.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35312026-08-05T19:32:07.405Z
35322026-08-05T19:32:07.405Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/303)
35332026-08-05T19:32:07.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-08-05T19:32:07.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-08-05T19:32:07.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-08-05T19:32:07.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35372026-08-05T19:32:07.974Z
35382026-08-05T19:32:07.974Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/303)
35392026-08-05T19:32:08.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-08-05T19:32:08.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-08-05T19:32:08.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-08-05T19:32:08.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35432026-08-05T19:32:08.541Z
35442026-08-05T19:32:08.541Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/303)
35452026-08-05T19:32:09.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-08-05T19:32:09.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-08-05T19:32:09.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-08-05T19:32:09.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35492026-08-05T19:32:09.127Z
35502026-08-05T19:32:09.127Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/303)
35512026-08-05T19:32:09.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-08-05T19:32:09.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-08-05T19:32:09.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-08-05T19:32:09.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35552026-08-05T19:32:09.714Z
35562026-08-05T19:32:09.714Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/303)
35572026-08-05T19:32:10.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-08-05T19:32:10.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-08-05T19:32:10.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-08-05T19:32:10.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35612026-08-05T19:32:10.298Z
35622026-08-05T19:32:10.298Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/303)
35632026-08-05T19:32:10.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-08-05T19:32:10.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-08-05T19:32:10.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-08-05T19:32:10.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35672026-08-05T19:32:10.885Z
35682026-08-05T19:32:10.885Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/303)
35692026-08-05T19:32:11.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-08-05T19:32:11.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-08-05T19:32:11.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-08-05T19:32:11.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35732026-08-05T19:32:11.475Z
35742026-08-05T19:32:11.475Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/303)
35752026-08-05T19:32:11.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-08-05T19:32:11.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-08-05T19:32:11.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-08-05T19:32:11.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35792026-08-05T19:32:12.059Z
35802026-08-05T19:32:12.059Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/303)
35812026-08-05T19:32:12.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-08-05T19:32:12.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-08-05T19:32:12.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-08-05T19:32:12.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35852026-08-05T19:32:12.644Z
35862026-08-05T19:32:12.644Zinfo: running `cargo check --bins` on oximeter-producer (173/303)
35872026-08-05T19:32:13.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-08-05T19:32:13.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-08-05T19:32:13.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-08-05T19:32:13.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35912026-08-05T19:32:13.252Z
35922026-08-05T19:32:13.252Zinfo: running `cargo check --bins` on internal-dns-resolver (174/303)
35932026-08-05T19:32:13.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-08-05T19:32:13.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-08-05T19:32:13.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-08-05T19:32:13.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35972026-08-05T19:32:13.824Z
35982026-08-05T19:32:13.824Zinfo: running `cargo check --bins` on dns-server (175/303)
35992026-08-05T19:32:14.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-08-05T19:32:14.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-08-05T19:32:14.459Z Compiling parking_lot_core v0.8.6
36022026-08-05T19:32:14.462Z Compiling git-stub v1.0.0
36032026-08-05T19:32:14.462Z Checking prefix-trie v0.7.0
36042026-08-05T19:32:14.579Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36052026-08-05T19:32:14.690Z Compiling git-stub-vcs v0.1.0
36062026-08-05T19:32:14.847Z Checking hickory-server v0.25.2
36072026-08-05T19:32:14.958Z Checking parking_lot v0.11.2
36082026-08-05T19:32:14.992Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36092026-08-05T19:32:15.125Z Checking sled v0.34.7
36102026-08-05T19:32:17.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
36112026-08-05T19:32:17.250Z
36122026-08-05T19:32:17.250Zinfo: running `cargo check --bins` on dns-server-api (176/303)
36132026-08-05T19:32:17.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-08-05T19:32:17.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-08-05T19:32:17.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-08-05T19:32:17.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36172026-08-05T19:32:17.813Z
36182026-08-05T19:32:17.813Zinfo: running `cargo check --bins` on oximeter-producer-api (177/303)
36192026-08-05T19:32:18.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-08-05T19:32:18.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-08-05T19:32:18.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-08-05T19:32:18.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36232026-08-05T19:32:18.382Z
36242026-08-05T19:32:18.382Zinfo: running `cargo check --bins` on sp-sim (178/303)
36252026-08-05T19:32:18.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-08-05T19:32:18.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-08-05T19:32:19.086Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36282026-08-05T19:32:20.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
36292026-08-05T19:32:21.082Z
36302026-08-05T19:32:21.082Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/303)
36312026-08-05T19:32:21.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-08-05T19:32:21.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-08-05T19:32:21.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-08-05T19:32:21.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36352026-08-05T19:32:21.708Z
36362026-08-05T19:32:21.708Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/303)
36372026-08-05T19:32:22.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-08-05T19:32:22.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-08-05T19:32:22.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-08-05T19:32:22.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36412026-08-05T19:32:22.335Z
36422026-08-05T19:32:22.335Zinfo: running `cargo check --bins` on db-macros (181/303)
36432026-08-05T19:32:22.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-08-05T19:32:22.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-08-05T19:32:22.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-08-05T19:32:22.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36472026-08-05T19:32:22.886Z
36482026-08-05T19:32:22.886Zinfo: running `cargo check --bins` on nexus-macros-common (182/303)
36492026-08-05T19:32:23.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-08-05T19:32:23.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-08-05T19:32:23.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-08-05T19:32:23.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36532026-08-05T19:32:23.438Z
36542026-08-05T19:32:23.438Zinfo: running `cargo check --bins` on nexus-auth (183/303)
36552026-08-05T19:32:23.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-08-05T19:32:23.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-08-05T19:32:23.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-08-05T19:32:23.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36592026-08-05T19:32:24.057Z
36602026-08-05T19:32:24.057Zinfo: running `cargo check --bins` on authz-macros (184/303)
36612026-08-05T19:32:24.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-08-05T19:32:24.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-08-05T19:32:24.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-08-05T19:32:24.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36652026-08-05T19:32:24.615Z
36662026-08-05T19:32:24.615Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/303)
36672026-08-05T19:32:25.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-08-05T19:32:25.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-08-05T19:32:25.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-08-05T19:32:25.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36712026-08-05T19:32:25.232Z
36722026-08-05T19:32:25.232Zinfo: running `cargo check --bins` on nexus-db-model (186/303)
36732026-08-05T19:32:25.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-08-05T19:32:25.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-08-05T19:32:25.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-08-05T19:32:25.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36772026-08-05T19:32:25.858Z
36782026-08-05T19:32:25.858Zinfo: running `cargo check --bins` on nexus-db-schema (187/303)
36792026-08-05T19:32:26.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-08-05T19:32:26.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-08-05T19:32:26.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-08-05T19:32:26.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36832026-08-05T19:32:26.423Z
36842026-08-05T19:32:26.423Zinfo: running `cargo check --bins` on omicron-rpaths (188/303)
36852026-08-05T19:32:26.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-08-05T19:32:26.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-08-05T19:32:26.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-08-05T19:32:26.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36892026-08-05T19:32:26.986Z
36902026-08-05T19:32:26.986Zinfo: running `cargo check --bins` on nexus-defaults (189/303)
36912026-08-05T19:32:27.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-08-05T19:32:27.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-08-05T19:32:27.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-08-05T19:32:27.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36952026-08-05T19:32:27.561Z
36962026-08-05T19:32:27.561Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/303)
36972026-08-05T19:32:28.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-08-05T19:32:28.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-08-05T19:32:28.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-08-05T19:32:28.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37012026-08-05T19:32:28.122Z
37022026-08-05T19:32:28.122Zinfo: running `cargo check --bins` on parallel-task-set (191/303)
37032026-08-05T19:32:28.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-08-05T19:32:28.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-08-05T19:32:28.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-08-05T19:32:28.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37072026-08-05T19:32:28.687Z
37082026-08-05T19:32:28.687Zinfo: running `cargo check --bins` on omicron-git-version (192/303)
37092026-08-05T19:32:29.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-08-05T19:32:29.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-08-05T19:32:29.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-08-05T19:32:29.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37132026-08-05T19:32:29.242Z
37142026-08-05T19:32:29.242Zinfo: running `cargo check --bins` on nexus-db-errors (193/303)
37152026-08-05T19:32:29.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-08-05T19:32:29.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-08-05T19:32:29.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-08-05T19:32:29.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37192026-08-05T19:32:29.864Z
37202026-08-05T19:32:29.864Zinfo: running `cargo check --bins` on nexus-db-lookup (194/303)
37212026-08-05T19:32:30.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-08-05T19:32:30.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-08-05T19:32:30.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-08-05T19:32:30.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37252026-08-05T19:32:30.491Z
37262026-08-05T19:32:30.491Zinfo: running `cargo check --bins` on nexus-inventory (195/303)
37272026-08-05T19:32:31.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-08-05T19:32:31.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-08-05T19:32:31.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-08-05T19:32:31.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37312026-08-05T19:32:31.102Z
37322026-08-05T19:32:31.102Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/303)
37332026-08-05T19:32:31.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-08-05T19:32:31.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-08-05T19:32:31.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-08-05T19:32:31.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37372026-08-05T19:32:31.695Z
37382026-08-05T19:32:31.695Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/303)
37392026-08-05T19:32:32.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-08-05T19:32:32.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-08-05T19:32:32.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-08-05T19:32:32.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37432026-08-05T19:32:32.281Z
37442026-08-05T19:32:32.281Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/303)
37452026-08-05T19:32:32.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-08-05T19:32:32.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-08-05T19:32:32.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-08-05T19:32:32.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37492026-08-05T19:32:32.867Z
37502026-08-05T19:32:32.868Zinfo: running `cargo check --bins` on key-manager (199/303)
37512026-08-05T19:32:33.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-08-05T19:32:33.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-08-05T19:32:33.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-08-05T19:32:33.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37552026-08-05T19:32:33.435Z
37562026-08-05T19:32:33.435Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/303)
37572026-08-05T19:32:33.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-08-05T19:32:33.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-08-05T19:32:33.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-08-05T19:32:33.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37612026-08-05T19:32:34.025Z
37622026-08-05T19:32:34.025Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/303)
37632026-08-05T19:32:34.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-08-05T19:32:34.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-08-05T19:32:34.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-08-05T19:32:34.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37672026-08-05T19:32:34.611Z
37682026-08-05T19:32:34.611Zinfo: running `cargo check --bins` on typed-rng (202/303)
37692026-08-05T19:32:35.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-08-05T19:32:35.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-08-05T19:32:35.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-08-05T19:32:35.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37732026-08-05T19:32:35.162Z
37742026-08-05T19:32:35.163Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/303)
37752026-08-05T19:32:35.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-08-05T19:32:35.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-08-05T19:32:35.983Z Compiling libefi-sys v0.1.0
37782026-08-05T19:32:35.986Z Compiling bitfield-struct v0.6.2
37792026-08-05T19:32:36.123Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37802026-08-05T19:32:36.131Z Compiling xshell-macros v0.2.7
37812026-08-05T19:32:36.140Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37822026-08-05T19:32:36.153Z Compiling salty v0.3.0
37832026-08-05T19:32:36.167Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37842026-08-05T19:32:36.206Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37852026-08-05T19:32:36.206Z Checking rfc6979 v0.4.0
37862026-08-05T19:32:36.307Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37872026-08-05T19:32:36.338Z Checking ecdsa v0.16.9
37882026-08-05T19:32:36.463Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37892026-08-05T19:32:36.482Z Checking primeorder v0.13.6
37902026-08-05T19:32:36.497Z Checking xshell v0.2.7
37912026-08-05T19:32:36.513Z Compiling proc-macro-error-attr2 v2.0.0
37922026-08-05T19:32:36.612Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37932026-08-05T19:32:36.654Z Checking tungstenite v0.21.0
37942026-08-05T19:32:36.680Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37952026-08-05T19:32:36.694Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37962026-08-05T19:32:36.724Z Checking p384 v0.13.1
37972026-08-05T19:32:36.737Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37982026-08-05T19:32:36.819Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37992026-08-05T19:32:36.867Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38002026-08-05T19:32:36.905Z Compiling proc-macro-error2 v2.0.1
38012026-08-05T19:32:36.971Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38022026-08-05T19:32:37.075Z Checking tokio-tungstenite v0.21.0
38032026-08-05T19:32:37.143Z Checking papergrid v0.17.0
38042026-08-05T19:32:37.166Z Checking libscf-sys v1.2.0
38052026-08-05T19:32:37.185Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38062026-08-05T19:32:37.206Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38072026-08-05T19:32:37.221Z Compiling tabled_derive v0.11.0
38082026-08-05T19:32:37.244Z Compiling progenitor-impl v0.13.0
38092026-08-05T19:32:37.295Z Checking testing_table v0.3.0
38102026-08-05T19:32:37.347Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38112026-08-05T19:32:37.364Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38122026-08-05T19:32:37.385Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38132026-08-05T19:32:37.465Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38142026-08-05T19:32:37.565Z Compiling unicase v2.9.0
38152026-08-05T19:32:37.580Z Checking corncobs v0.1.4
38162026-08-05T19:32:37.660Z Compiling illumos-nvpair-sys v0.2.0
38172026-08-05T19:32:37.705Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38182026-08-05T19:32:37.768Z Compiling mime_guess v2.0.5
38192026-08-05T19:32:37.935Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38202026-08-05T19:32:37.953Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38212026-08-05T19:32:37.968Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38222026-08-05T19:32:38.122Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38232026-08-05T19:32:38.148Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38242026-08-05T19:32:38.301Z Checking progenitor-client v0.13.0
38252026-08-05T19:32:38.317Z Checking secrecy v0.8.0
38262026-08-05T19:32:38.373Z Checking tabled v0.20.0
38272026-08-05T19:32:38.440Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38282026-08-05T19:32:38.507Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38292026-08-05T19:32:38.682Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38302026-08-05T19:32:38.873Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38312026-08-05T19:32:39.015Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38322026-08-05T19:32:39.030Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38332026-08-05T19:32:39.051Z Checking filetime v0.2.27
38342026-08-05T19:32:39.112Z Checking xattr v1.6.1
38352026-08-05T19:32:39.189Z Checking crc8 v0.1.1
38362026-08-05T19:32:39.290Z Checking http-range v0.1.5
38372026-08-05T19:32:39.363Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38382026-08-05T19:32:39.426Z Checking tar v0.4.46
38392026-08-05T19:32:39.531Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38402026-08-05T19:32:39.691Z Checking illumos-nvpair v0.3.0
38412026-08-05T19:32:39.763Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38422026-08-05T19:32:39.846Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38432026-08-05T19:32:39.849Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38442026-08-05T19:32:39.877Z Compiling progenitor-macro v0.13.0
38452026-08-05T19:32:39.893Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
38462026-08-05T19:32:40.152Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38472026-08-05T19:32:40.168Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38482026-08-05T19:32:40.171Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38492026-08-05T19:32:40.325Z Checking hyper-staticfile v0.10.1
38502026-08-05T19:32:40.460Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38512026-08-05T19:32:40.481Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38522026-08-05T19:32:40.521Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38532026-08-05T19:32:40.618Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38542026-08-05T19:32:40.739Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38552026-08-05T19:32:40.786Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38562026-08-05T19:32:40.819Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38572026-08-05T19:32:40.995Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38582026-08-05T19:32:41.038Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38592026-08-05T19:32:41.127Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38602026-08-05T19:32:41.436Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38612026-08-05T19:32:43.129Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38622026-08-05T19:32:43.612Z Checking progenitor v0.13.0
38632026-08-05T19:32:43.650Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38642026-08-05T19:32:43.753Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38652026-08-05T19:32:44.089Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38662026-08-05T19:32:46.219Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38672026-08-05T19:32:49.177Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38682026-08-05T19:33:00.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.98s
38692026-08-05T19:33:00.160Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38702026-08-05T19:33:00.160Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38712026-08-05T19:33:00.358Z
38722026-08-05T19:33:00.358Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/303)
38732026-08-05T19:33:00.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-08-05T19:33:00.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-08-05T19:33:01.125Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-08-05T19:33:11.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38772026-08-05T19:33:11.760Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38782026-08-05T19:33:11.760Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38792026-08-05T19:33:11.955Z
38802026-08-05T19:33:11.955Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/303)
38812026-08-05T19:33:12.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-08-05T19:33:12.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-08-05T19:33:12.711Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-08-05T19:33:23.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38852026-08-05T19:33:23.404Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38862026-08-05T19:33:23.404Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38872026-08-05T19:33:23.603Z
38882026-08-05T19:33:23.603Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/303)
38892026-08-05T19:33:24.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-08-05T19:33:24.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-08-05T19:33:24.363Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38922026-08-05T19:33:35.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38932026-08-05T19:33:35.092Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38942026-08-05T19:33:35.092Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38952026-08-05T19:33:35.290Z
38962026-08-05T19:33:35.290Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/303)
38972026-08-05T19:33:35.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-08-05T19:33:35.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-08-05T19:33:36.050Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39002026-08-05T19:33:46.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
39012026-08-05T19:33:46.725Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39022026-08-05T19:33:46.725Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39032026-08-05T19:33:46.923Z
39042026-08-05T19:33:46.923Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/303)
39052026-08-05T19:33:47.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-08-05T19:33:47.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-08-05T19:33:47.684Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39082026-08-05T19:33:58.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
39092026-08-05T19:33:58.343Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39102026-08-05T19:33:58.343Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39112026-08-05T19:33:58.544Z
39122026-08-05T19:33:58.544Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/303)
39132026-08-05T19:33:59.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-08-05T19:33:59.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-08-05T19:33:59.308Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39162026-08-05T19:34:10.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
39172026-08-05T19:34:10.043Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39182026-08-05T19:34:10.043Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39192026-08-05T19:34:10.240Z
39202026-08-05T19:34:10.240Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/303)
39212026-08-05T19:34:10.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-08-05T19:34:10.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-08-05T19:34:11.006Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39242026-08-05T19:34:21.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
39252026-08-05T19:34:21.770Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39262026-08-05T19:34:21.770Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39272026-08-05T19:34:21.966Z
39282026-08-05T19:34:21.966Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/303)
39292026-08-05T19:34:22.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-08-05T19:34:22.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-08-05T19:34:22.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-08-05T19:34:22.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39332026-08-05T19:34:22.539Z
39342026-08-05T19:34:22.539Zinfo: running `cargo check --bins` on range-requests (212/303)
39352026-08-05T19:34:23.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-08-05T19:34:23.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-08-05T19:34:23.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-08-05T19:34:23.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39392026-08-05T19:34:23.096Z
39402026-08-05T19:34:23.096Zinfo: running `cargo check --bins` on repo-depot-api (213/303)
39412026-08-05T19:34:23.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-08-05T19:34:23.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-08-05T19:34:23.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-08-05T19:34:23.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39452026-08-05T19:34:23.661Z
39462026-08-05T19:34:23.661Zinfo: running `cargo check --bins` on sled-agent-api (214/303)
39472026-08-05T19:34:24.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-05T19:34:24.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-05T19:34:24.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-08-05T19:34:24.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39512026-08-05T19:34:24.243Z
39522026-08-05T19:34:24.243Zinfo: running `cargo check --bins` on sled-diagnostics (215/303)
39532026-08-05T19:34:24.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-05T19:34:24.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-05T19:34:24.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-08-05T19:34:24.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39572026-08-05T19:34:24.826Z
39582026-08-05T19:34:24.826Zinfo: running `cargo check --bins` on zfs-test-harness (216/303)
39592026-08-05T19:34:25.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-08-05T19:34:25.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-08-05T19:34:25.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-08-05T19:34:25.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39632026-08-05T19:34:25.411Z
39642026-08-05T19:34:25.411Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/303)
39652026-08-05T19:34:25.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-08-05T19:34:25.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-08-05T19:34:25.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-08-05T19:34:25.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39692026-08-05T19:34:26.003Z
39702026-08-05T19:34:26.003Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/303)
39712026-08-05T19:34:26.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-05T19:34:26.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-05T19:34:26.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-08-05T19:34:26.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39752026-08-05T19:34:26.591Z
39762026-08-05T19:34:26.591Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/303)
39772026-08-05T19:34:27.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-05T19:34:27.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-05T19:34:27.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-08-05T19:34:27.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39812026-08-05T19:34:27.178Z
39822026-08-05T19:34:27.179Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/303)
39832026-08-05T19:34:27.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-08-05T19:34:27.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-08-05T19:34:27.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-08-05T19:34:27.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39872026-08-05T19:34:27.767Z
39882026-08-05T19:34:27.767Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/303)
39892026-08-05T19:34:28.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-08-05T19:34:28.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-08-05T19:34:28.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-08-05T19:34:28.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39932026-08-05T19:34:28.357Z
39942026-08-05T19:34:28.357Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/303)
39952026-08-05T19:34:28.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-08-05T19:34:28.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-08-05T19:34:28.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-08-05T19:34:28.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39992026-08-05T19:34:28.944Z
40002026-08-05T19:34:28.944Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/303)
40012026-08-05T19:34:29.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-08-05T19:34:29.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-08-05T19:34:29.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-08-05T19:34:29.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40052026-08-05T19:34:29.536Z
40062026-08-05T19:34:29.536Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/303)
40072026-08-05T19:34:30.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-08-05T19:34:30.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-08-05T19:34:30.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-08-05T19:34:30.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40112026-08-05T19:34:30.149Z
40122026-08-05T19:34:30.149Zinfo: running `cargo check --bins` on trust-quorum (225/303)
40132026-08-05T19:34:30.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-08-05T19:34:30.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-08-05T19:34:30.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-08-05T19:34:30.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40172026-08-05T19:34:30.743Z
40182026-08-05T19:34:30.744Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/303)
40192026-08-05T19:34:31.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-08-05T19:34:31.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-08-05T19:34:31.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-08-05T19:34:31.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40232026-08-05T19:34:31.349Z
40242026-08-05T19:34:31.349Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/303)
40252026-08-05T19:34:31.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-08-05T19:34:31.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-08-05T19:34:31.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-08-05T19:34:31.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40292026-08-05T19:34:31.964Z
40302026-08-05T19:34:31.964Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (228/303)
40312026-08-05T19:34:32.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-08-05T19:34:32.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-08-05T19:34:32.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-08-05T19:34:32.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40352026-08-05T19:34:32.583Z
40362026-08-05T19:34:32.583Zinfo: running `cargo check --bins` on omicron-deployment-graph (229/303)
40372026-08-05T19:34:33.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-08-05T19:34:33.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-08-05T19:34:33.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-08-05T19:34:33.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40412026-08-05T19:34:33.132Z
40422026-08-05T19:34:33.132Zinfo: running `cargo check --bins` on reconfigurator-cli (230/303)
40432026-08-05T19:34:33.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-08-05T19:34:33.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-08-05T19:34:33.886Z Checking ignore v0.4.25
40462026-08-05T19:34:33.889Z Checking predicates-tree v1.0.13
40472026-08-05T19:34:34.014Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40482026-08-05T19:34:34.025Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
40492026-08-05T19:34:34.025Z Checking rand_seeder v0.4.0
40502026-08-05T19:34:34.029Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40512026-08-05T19:34:34.050Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40522026-08-05T19:34:34.050Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40532026-08-05T19:34:34.097Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
40542026-08-05T19:34:34.143Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
40552026-08-05T19:34:34.160Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40562026-08-05T19:34:34.196Z Checking digest-io v0.1.0
40572026-08-05T19:34:34.307Z Checking sha2 v0.11.0
40582026-08-05T19:34:34.321Z Compiling petname v2.0.2
40592026-08-05T19:34:34.384Z Checking globwalk v0.9.1
40602026-08-05T19:34:34.573Z Checking camino-tempfile-ext v0.3.3
40612026-08-05T19:34:34.589Z Checking rawzip v0.4.4
40622026-08-05T19:34:34.728Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40632026-08-05T19:34:34.773Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40642026-08-05T19:34:34.964Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40652026-08-05T19:34:35.035Z Checking sapling-renderdag v0.1.0
40662026-08-05T19:34:35.089Z Checking subprocess v0.2.15
40672026-08-05T19:34:35.145Z Checking sync-ptr v0.1.4
40682026-08-05T19:34:35.196Z Checking colored v2.2.0
40692026-08-05T19:34:35.261Z Checking assert_matches v1.5.0
40702026-08-05T19:34:35.370Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40712026-08-05T19:34:36.024Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
40722026-08-05T19:34:37.030Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40732026-08-05T19:34:38.333Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40742026-08-05T19:34:40.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.46s
40752026-08-05T19:34:40.802Z
40762026-08-05T19:34:40.802Zinfo: running `cargo check --bins` on omicron-repl-utils (231/303)
40772026-08-05T19:34:41.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-08-05T19:34:41.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-08-05T19:34:41.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-08-05T19:34:41.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40812026-08-05T19:34:41.356Z
40822026-08-05T19:34:41.356Zinfo: running `cargo check --bins` on transient-dns-server (232/303)
40832026-08-05T19:34:41.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-08-05T19:34:41.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-08-05T19:34:41.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-08-05T19:34:41.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40872026-08-05T19:34:41.930Z
40882026-08-05T19:34:41.930Zinfo: running `cargo check --bins` on nexus-test-interface (233/303)
40892026-08-05T19:34:42.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-08-05T19:34:42.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-08-05T19:34:42.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-08-05T19:34:42.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40932026-08-05T19:34:42.551Z
40942026-08-05T19:34:42.551Zinfo: running `cargo check --bins` on oximeter-collector (234/303)
40952026-08-05T19:34:43.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-08-05T19:34:43.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-08-05T19:34:43.261Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40982026-08-05T19:34:43.261Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40992026-08-05T19:34:43.936Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41002026-08-05T19:34:45.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
41012026-08-05T19:34:45.853Z
41022026-08-05T19:34:45.853Zinfo: running `cargo check --bins` on oximeter-api (235/303)
41032026-08-05T19:34:46.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-08-05T19:34:46.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-08-05T19:34:46.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-08-05T19:34:46.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41072026-08-05T19:34:46.421Z
41082026-08-05T19:34:46.421Zinfo: running `cargo check --bins` on cert-dev (236/303)
41092026-08-05T19:34:46.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-08-05T19:34:46.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-08-05T19:34:47.022Z Checking yasna v0.5.2
41122026-08-05T19:34:47.425Z Checking rcgen v0.12.1
41132026-08-05T19:34:47.702Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41142026-08-05T19:34:47.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41152026-08-05T19:34:48.039Z
41162026-08-05T19:34:48.039Zinfo: running `cargo check --bins` on clickana (237/303)
41172026-08-05T19:34:48.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-08-05T19:34:48.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-08-05T19:34:48.669Z Compiling instability v0.3.11
41202026-08-05T19:34:48.669Z Checking castaway v0.2.4
41212026-08-05T19:34:48.672Z Compiling indoc v2.0.7
41222026-08-05T19:34:48.672Z Checking unicode-truncate v1.1.0
41232026-08-05T19:34:48.792Z Checking lru v0.12.5
41242026-08-05T19:34:48.792Z Checking cassowary v0.3.0
41252026-08-05T19:34:48.866Z Checking compact_str v0.8.1
41262026-08-05T19:34:49.663Z Checking ratatui v0.29.0
41272026-08-05T19:34:50.720Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41282026-08-05T19:34:51.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
41292026-08-05T19:34:51.626Z
41302026-08-05T19:34:51.626Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (238/303)
41312026-08-05T19:34:52.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-08-05T19:34:52.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-08-05T19:34:52.330Z Checking headers-core v0.3.0
41342026-08-05T19:34:52.330Z Checking port-file v0.1.0
41352026-08-05T19:34:52.333Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41362026-08-05T19:34:52.530Z Checking headers v0.4.1
41372026-08-05T19:34:52.899Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41382026-08-05T19:34:53.853Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41392026-08-05T19:34:54.380Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41402026-08-05T19:34:54.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
41412026-08-05T19:34:55.018Z
41422026-08-05T19:34:55.018Zinfo: running `cargo check --bins` on ch-dev (239/303)
41432026-08-05T19:34:55.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-05T19:34:55.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-05T19:34:55.722Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41462026-08-05T19:34:56.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41472026-08-05T19:34:56.670Z
41482026-08-05T19:34:56.671Zinfo: running `cargo check --bins` on dev-tools-common (240/303)
41492026-08-05T19:34:57.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-05T19:34:57.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-05T19:34:57.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-05T19:34:57.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
41532026-08-05T19:34:57.084Z
41542026-08-05T19:34:57.085Zinfo: running `cargo check --bins` on corpus-adjust (241/303)
41552026-08-05T19:34:57.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-05T19:34:57.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-05T19:34:57.701Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41582026-08-05T19:34:58.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
41592026-08-05T19:34:58.260Z
41602026-08-05T19:34:58.260Zinfo: running `cargo check --bins` on crdb-seed (242/303)
41612026-08-05T19:34:58.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-05T19:34:58.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-05T19:34:58.970Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41642026-08-05T19:35:00.073Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41652026-08-05T19:35:00.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
41662026-08-05T19:35:00.621Z
41672026-08-05T19:35:00.621Zinfo: running `cargo check --bins` on db-dev (243/303)
41682026-08-05T19:35:01.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41692026-08-05T19:35:01.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41702026-08-05T19:35:01.333Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41712026-08-05T19:35:02.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41722026-08-05T19:35:02.294Z
41732026-08-05T19:35:02.294Zinfo: running `cargo check --bins` on omicron-dev-lib (244/303)
41742026-08-05T19:35:02.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41752026-08-05T19:35:02.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41762026-08-05T19:35:02.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41772026-08-05T19:35:02.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41782026-08-05T19:35:02.904Z
41792026-08-05T19:35:02.904Zinfo: running `cargo check --bins` on xtask-downloader (245/303)
41802026-08-05T19:35:03.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41812026-08-05T19:35:03.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41822026-08-05T19:35:03.510Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41832026-08-05T19:35:04.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
41842026-08-05T19:35:04.374Z
41852026-08-05T19:35:04.375Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/303)
41862026-08-05T19:35:04.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-08-05T19:35:04.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-08-05T19:35:05.115Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41892026-08-05T19:35:05.115Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41902026-08-05T19:35:05.115Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41912026-08-05T19:35:05.118Z Checking git-stub v1.0.0
41922026-08-05T19:35:05.118Z Compiling trait-variant v0.1.2
41932026-08-05T19:35:05.118Z Checking is_ci v1.2.0
41942026-08-05T19:35:05.118Z Checking maplit v1.0.2
41952026-08-05T19:35:05.287Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41962026-08-05T19:35:05.302Z Checking drift v0.2.0
41972026-08-05T19:35:05.355Z Checking supports-color v3.0.2
41982026-08-05T19:35:05.398Z Checking git-stub-vcs v0.1.0
41992026-08-05T19:35:05.461Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42002026-08-05T19:35:05.480Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42012026-08-05T19:35:05.497Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42022026-08-05T19:35:05.592Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42032026-08-05T19:35:05.646Z Checking dropshot-api-manager v0.7.2
42042026-08-05T19:35:05.714Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
42052026-08-05T19:35:05.778Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42062026-08-05T19:35:05.804Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42072026-08-05T19:35:06.033Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42082026-08-05T19:35:06.185Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42092026-08-05T19:35:06.521Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42102026-08-05T19:35:11.520Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42112026-08-05T19:35:12.469Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42122026-08-05T19:35:13.015Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42132026-08-05T19:35:13.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
42142026-08-05T19:35:13.469Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42152026-08-05T19:35:13.469Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42162026-08-05T19:35:13.658Z
42172026-08-05T19:35:13.658Zinfo: running `cargo check --bins` on installinator-api (247/303)
42182026-08-05T19:35:14.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-08-05T19:35:14.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-08-05T19:35:14.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-08-05T19:35:14.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42222026-08-05T19:35:14.224Z
42232026-08-05T19:35:14.224Zinfo: running `cargo check --bins` on nexus-external-api (248/303)
42242026-08-05T19:35:14.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-08-05T19:35:14.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-08-05T19:35:14.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-08-05T19:35:14.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42282026-08-05T19:35:14.840Z
42292026-08-05T19:35:14.840Zinfo: running `cargo check --bins` on nexus-internal-api (249/303)
42302026-08-05T19:35:15.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-08-05T19:35:15.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-08-05T19:35:15.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-08-05T19:35:15.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42342026-08-05T19:35:15.445Z
42352026-08-05T19:35:15.445Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/303)
42362026-08-05T19:35:15.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-08-05T19:35:15.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-08-05T19:35:15.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-08-05T19:35:15.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42402026-08-05T19:35:16.056Z
42412026-08-05T19:35:16.056Zinfo: running `cargo check --bins` on ntp-admin-api (251/303)
42422026-08-05T19:35:16.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-08-05T19:35:16.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-08-05T19:35:16.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-08-05T19:35:16.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42462026-08-05T19:35:16.623Z
42472026-08-05T19:35:16.623Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/303)
42482026-08-05T19:35:17.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-08-05T19:35:17.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-08-05T19:35:17.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-08-05T19:35:17.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42522026-08-05T19:35:17.177Z
42532026-08-05T19:35:17.177Zinfo: running `cargo check --bins` on wicketd-api (253/303)
42542026-08-05T19:35:17.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-08-05T19:35:17.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-08-05T19:35:17.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-08-05T19:35:17.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42582026-08-05T19:35:17.762Z
42592026-08-05T19:35:17.762Zinfo: running `cargo check --bins` on wicketd-commission-api (254/303)
42602026-08-05T19:35:18.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-08-05T19:35:18.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-08-05T19:35:18.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-08-05T19:35:18.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42642026-08-05T19:35:18.335Z
42652026-08-05T19:35:18.335Zinfo: running `cargo check --bins` on omicron-ls-apis (255/303)
42662026-08-05T19:35:18.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-08-05T19:35:18.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-08-05T19:35:18.948Z Compiling blake3 v1.8.5
42692026-08-05T19:35:19.058Z Checking arrayvec v0.7.6
42702026-08-05T19:35:19.061Z Checking arrayref v0.3.9
42712026-08-05T19:35:19.072Z Checking constant_time_eq v0.4.2
42722026-08-05T19:35:19.080Z Checking cargo-platform v0.3.2
42732026-08-05T19:35:19.083Z Checking topological-sort v0.2.2
42742026-08-05T19:35:19.083Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42752026-08-05T19:35:19.235Z Checking cargo_metadata v0.23.1
42762026-08-05T19:35:19.946Z Checking omicron-zone-package v0.12.3
42772026-08-05T19:35:20.655Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42782026-08-05T19:35:21.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
42792026-08-05T19:35:21.657Z
42802026-08-05T19:35:21.657Zinfo: running `cargo check --bins` on mgs-dev (256/303)
42812026-08-05T19:35:22.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-08-05T19:35:22.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-08-05T19:35:22.371Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42842026-08-05T19:35:23.011Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42852026-08-05T19:35:23.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
42862026-08-05T19:35:23.727Z
42872026-08-05T19:35:23.727Zinfo: running `cargo check --bins` on omicron-omdb (257/303)
42882026-08-05T19:35:24.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-08-05T19:35:24.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-08-05T19:35:24.696Z Compiling darling_core v0.21.3
42912026-08-05T19:35:24.696Z Compiling vergen-lib v0.1.6
42922026-08-05T19:35:24.696Z Compiling diesel_derives v2.3.7
42932026-08-05T19:35:24.696Z Checking scheduled-thread-pool v0.2.7
42942026-08-05T19:35:24.696Z Compiling vergen-gitcl v1.0.8
42952026-08-05T19:35:24.700Z Compiling diesel_table_macro_syntax v0.3.0
42962026-08-05T19:35:24.700Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42972026-08-05T19:35:24.701Z Compiling dirs-sys-next v0.1.2
42982026-08-05T19:35:25.033Z Compiling glob v0.3.3
42992026-08-05T19:35:25.048Z Compiling crunchy v0.2.4
43002026-08-05T19:35:25.064Z Checking r2d2 v0.8.10
43012026-08-05T19:35:25.102Z Compiling dirs-next v2.0.0
43022026-08-05T19:35:25.180Z Compiling tiny-keccak v2.0.2
43032026-08-05T19:35:25.243Z Checking downcast-rs v2.0.2
43042026-08-05T19:35:25.284Z Compiling term v0.7.0
43052026-08-05T19:35:25.343Z Compiling bit-vec v0.6.3
43062026-08-05T19:35:25.410Z Compiling clang-sys v1.8.1
43072026-08-05T19:35:25.558Z Compiling ascii-canvas v3.0.0
43082026-08-05T19:35:25.575Z Compiling bit-set v0.5.3
43092026-08-05T19:35:25.736Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43102026-08-05T19:35:25.792Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43112026-08-05T19:35:25.809Z Compiling itertools v0.10.5
43122026-08-05T19:35:25.834Z Compiling ena v0.14.4
43132026-08-05T19:35:25.851Z Compiling libloading v0.8.9
43142026-08-05T19:35:25.925Z Compiling bindgen v0.71.1
43152026-08-05T19:35:25.943Z Compiling regex-syntax v0.6.29
43162026-08-05T19:35:25.958Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43172026-08-05T19:35:26.049Z Compiling diff v0.1.13
43182026-08-05T19:35:26.339Z Compiling cexpr v0.6.0
43192026-08-05T19:35:26.356Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43202026-08-05T19:35:26.547Z Compiling rustc-hash v2.1.1
43212026-08-05T19:35:26.681Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43222026-08-05T19:35:26.768Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43232026-08-05T19:35:26.866Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43242026-08-05T19:35:27.009Z Compiling libxml v0.3.3
43252026-08-05T19:35:27.034Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43262026-08-05T19:35:27.163Z Compiling strum_macros v0.24.3
43272026-08-05T19:35:27.224Z Compiling indoc v1.0.9
43282026-08-05T19:35:27.272Z Compiling lalrpop v0.19.12
43292026-08-05T19:35:27.341Z Compiling darling_macro v0.21.3
43302026-08-05T19:35:27.861Z Compiling darling v0.21.3
43312026-08-05T19:35:27.961Z Compiling dsl_auto_type v0.2.0
43322026-08-05T19:35:28.067Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43332026-08-05T19:35:28.258Z Checking derive_builder v0.20.2
43342026-08-05T19:35:28.387Z Compiling oso-derive v0.27.3
43352026-08-05T19:35:28.497Z Checking quick-xml v0.37.5
43362026-08-05T19:35:28.603Z Compiling impl-trait-for-tuples v0.2.3
43372026-08-05T19:35:28.897Z Checking openssl-probe v0.1.6
43382026-08-05T19:35:29.042Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43392026-08-05T19:35:29.376Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43402026-08-05T19:35:29.623Z Checking bb8 v0.8.6
43412026-08-05T19:35:29.686Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43422026-08-05T19:35:29.780Z Checking nonempty v0.12.0
43432026-08-05T19:35:29.910Z Compiling libz-sys v1.1.24
43442026-08-05T19:35:29.927Z Compiling strsim v0.10.0
43452026-08-05T19:35:29.949Z Compiling libgit2-sys v0.18.3+1.9.2
43462026-08-05T19:35:30.197Z Compiling darling_core v0.13.4
43472026-08-05T19:35:30.264Z Compiling vergen-git2 v9.1.0
43482026-08-05T19:35:33.233Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43492026-08-05T19:35:33.268Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43502026-08-05T19:35:33.268Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43512026-08-05T19:35:33.268Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43522026-08-05T19:35:33.268Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43532026-08-05T19:35:33.268Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43542026-08-05T19:35:33.268Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43552026-08-05T19:35:33.268Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43562026-08-05T19:35:33.268Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43572026-08-05T19:35:33.275Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43582026-08-05T19:35:33.275Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43592026-08-05T19:35:33.275Z Compiling darling_macro v0.13.4
43602026-08-05T19:35:33.275Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43612026-08-05T19:35:33.275Z Compiling darling v0.13.4
43622026-08-05T19:35:33.275Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43632026-08-05T19:35:33.275Z Compiling serde_with_macros v1.5.2
43642026-08-05T19:35:33.275Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43652026-08-05T19:35:34.912Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43662026-08-05T19:35:34.926Z Compiling serde_with v1.14.0
43672026-08-05T19:35:34.926Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43682026-08-05T19:35:34.926Z Checking diesel v2.3.7
43692026-08-05T19:35:34.926Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43702026-08-05T19:35:35.261Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43712026-08-05T19:35:36.081Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43722026-08-05T19:35:36.287Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43732026-08-05T19:35:36.376Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43742026-08-05T19:35:36.900Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43752026-08-05T19:35:37.043Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43762026-08-05T19:35:37.122Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43772026-08-05T19:35:37.315Z Checking twox-hash v2.1.2
43782026-08-05T19:35:37.587Z Checking libsw-core v0.3.2
43792026-08-05T19:35:37.630Z Checking atty v0.2.14
43802026-08-05T19:35:37.739Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43812026-08-05T19:35:37.756Z Checking libsw v3.5.0
43822026-08-05T19:35:37.921Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43832026-08-05T19:35:38.040Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43842026-08-05T19:35:38.061Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43852026-08-05T19:35:38.195Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43862026-08-05T19:35:39.472Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43872026-08-05T19:35:39.686Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43882026-08-05T19:35:40.013Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43892026-08-05T19:35:40.412Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
43902026-08-05T19:35:40.736Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43912026-08-05T19:35:40.929Z Checking console v0.16.2
43922026-08-05T19:35:41.250Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43932026-08-05T19:35:41.384Z Checking fatfs v0.3.6
43942026-08-05T19:35:41.402Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43952026-08-05T19:35:41.847Z Checking unit-prefix v0.5.2
43962026-08-05T19:35:41.989Z Compiling seq-macro v0.3.6
43972026-08-05T19:35:42.505Z Checking indicatif v0.18.4
43982026-08-05T19:35:42.693Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43992026-08-05T19:35:42.716Z Checking oxide-update-engine-display v0.1.2
44002026-08-05T19:35:42.897Z Checking support-bundle-viewer v0.1.2
44012026-08-05T19:35:43.021Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44022026-08-05T19:35:43.140Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
44032026-08-05T19:35:43.336Z Checking multimap v0.10.1
44042026-08-05T19:35:49.040Z Checking async-bb8-diesel v0.2.1
44052026-08-05T19:35:49.397Z Checking diesel-dtrace v0.5.0
44062026-08-05T19:35:53.575Z Compiling samael v0.0.19
44072026-08-05T19:35:57.081Z Compiling git2 v0.20.4
44082026-08-05T19:35:59.023Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
44092026-08-05T19:35:59.522Z Compiling polar-core v0.27.3
44102026-08-05T19:35:59.673Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
44112026-08-05T19:36:04.037Z Checking oso v0.27.3
44122026-08-05T19:36:36.790Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44132026-08-05T19:37:51.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
44142026-08-05T19:37:51.992Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44152026-08-05T19:37:51.992Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44162026-08-05T19:37:52.206Z
44172026-08-05T19:37:52.206Zinfo: running `cargo check --bins` on nexus-networking (258/303)
44182026-08-05T19:37:52.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-08-05T19:37:52.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-08-05T19:37:52.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-08-05T19:37:52.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44222026-08-05T19:37:52.866Z
44232026-08-05T19:37:52.866Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/303)
44242026-08-05T19:37:53.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-08-05T19:37:53.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-08-05T19:37:53.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-08-05T19:37:53.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44282026-08-05T19:37:53.492Z
44292026-08-05T19:37:53.492Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/303)
44302026-08-05T19:37:54.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-08-05T19:37:54.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-08-05T19:37:54.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-08-05T19:37:54.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44342026-08-05T19:37:54.117Z
44352026-08-05T19:37:54.117Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/303)
44362026-08-05T19:37:54.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-08-05T19:37:54.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-08-05T19:37:54.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-08-05T19:37:54.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44402026-08-05T19:37:54.673Z
44412026-08-05T19:37:54.673Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/303)
44422026-08-05T19:37:55.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-08-05T19:37:55.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-08-05T19:37:55.490Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44452026-08-05T19:37:56.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
44462026-08-05T19:37:56.250Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44472026-08-05T19:37:56.250Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44482026-08-05T19:37:56.462Z
44492026-08-05T19:37:56.462Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/303)
44502026-08-05T19:37:56.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-08-05T19:37:57.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-08-05T19:37:57.267Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44532026-08-05T19:38:36.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.98s
44542026-08-05T19:38:36.462Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44552026-08-05T19:38:36.462Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44562026-08-05T19:38:36.666Z
44572026-08-05T19:38:36.666Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/303)
44582026-08-05T19:38:37.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-08-05T19:38:37.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-08-05T19:38:37.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-08-05T19:38:37.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44622026-08-05T19:38:37.226Z
44632026-08-05T19:38:37.226Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/303)
44642026-08-05T19:38:37.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-08-05T19:38:37.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-08-05T19:38:37.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-08-05T19:38:37.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44682026-08-05T19:38:37.783Z
44692026-08-05T19:38:37.783Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/303)
44702026-08-05T19:38:38.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-08-05T19:38:38.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-08-05T19:38:38.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-08-05T19:38:38.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44742026-08-05T19:38:38.397Z
44752026-08-05T19:38:38.397Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/303)
44762026-08-05T19:38:38.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-08-05T19:38:38.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-08-05T19:38:38.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44792026-08-05T19:38:38.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44802026-08-05T19:38:39.025Z
44812026-08-05T19:38:39.025Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/303)
44822026-08-05T19:38:39.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-08-05T19:38:39.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-08-05T19:38:39.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44852026-08-05T19:38:39.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44862026-08-05T19:38:39.661Z
44872026-08-05T19:38:39.661Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/303)
44882026-08-05T19:38:40.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-08-05T19:38:40.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-08-05T19:38:40.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44912026-08-05T19:38:40.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44922026-08-05T19:38:40.276Z
44932026-08-05T19:38:40.277Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/303)
44942026-08-05T19:38:40.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-08-05T19:38:40.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-08-05T19:38:40.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44972026-08-05T19:38:40.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44982026-08-05T19:38:40.913Z
44992026-08-05T19:38:40.913Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/303)
45002026-08-05T19:38:41.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-08-05T19:38:41.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-08-05T19:38:41.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45032026-08-05T19:38:41.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45042026-08-05T19:38:41.549Z
45052026-08-05T19:38:41.549Zinfo: running `cargo check --bins` on nexus-switch-config (272/303)
45062026-08-05T19:38:42.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-08-05T19:38:42.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-08-05T19:38:42.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45092026-08-05T19:38:42.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45102026-08-05T19:38:42.170Z
45112026-08-05T19:38:42.170Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/303)
45122026-08-05T19:38:42.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-08-05T19:38:42.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-08-05T19:38:42.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45152026-08-05T19:38:42.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45162026-08-05T19:38:42.812Z
45172026-08-05T19:38:42.812Zinfo: running `cargo check --bins` on support-bundle-collection (274/303)
45182026-08-05T19:38:43.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-08-05T19:38:43.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-08-05T19:38:43.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45212026-08-05T19:38:43.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45222026-08-05T19:38:43.446Z
45232026-08-05T19:38:43.447Zinfo: running `cargo check --bins` on omicron-dev (275/303)
45242026-08-05T19:38:44.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-08-05T19:38:44.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-08-05T19:38:44.345Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45272026-08-05T19:38:44.349Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45282026-08-05T19:38:44.538Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45292026-08-05T19:38:44.571Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45302026-08-05T19:38:44.584Z Checking yansi v1.0.1
45312026-08-05T19:38:44.587Z Checking diff v0.1.13
45322026-08-05T19:38:44.613Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45332026-08-05T19:38:44.627Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45342026-08-05T19:38:44.828Z Checking pretty_assertions v1.4.1
45352026-08-05T19:38:45.607Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45362026-08-05T19:38:45.637Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45372026-08-05T19:39:10.886Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45382026-08-05T19:39:10.890Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45392026-08-05T19:39:10.890Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45402026-08-05T19:39:10.890Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45412026-08-05T19:39:10.890Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45422026-08-05T19:39:10.890Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45432026-08-05T19:39:10.890Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45442026-08-05T19:39:11.762Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45452026-08-05T19:39:11.766Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45462026-08-05T19:39:13.059Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45472026-08-05T19:39:52.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
45482026-08-05T19:39:52.466Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45492026-08-05T19:39:52.466Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45502026-08-05T19:39:52.676Z
45512026-08-05T19:39:52.676Zinfo: running `cargo check --bins` on oximeter-load-test (276/303)
45522026-08-05T19:39:53.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-08-05T19:39:53.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-08-05T19:39:53.381Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45552026-08-05T19:39:54.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45562026-08-05T19:39:54.248Z
45572026-08-05T19:39:54.248Zinfo: running `cargo check --bins` on omicron-pins (277/303)
45582026-08-05T19:39:54.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-08-05T19:39:54.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-08-05T19:39:54.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45612026-08-05T19:39:54.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45622026-08-05T19:39:54.805Z
45632026-08-05T19:39:54.805Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (278/303)
45642026-08-05T19:39:55.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-08-05T19:39:55.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-08-05T19:39:55.579Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45672026-08-05T19:39:55.704Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45682026-08-05T19:39:55.711Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45692026-08-05T19:40:22.442Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45702026-08-05T19:40:22.850Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45712026-08-05T19:40:24.618Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45722026-08-05T19:40:25.097Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45732026-08-05T19:40:28.225Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45742026-08-05T19:40:52.060Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45752026-08-05T19:40:52.811Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45762026-08-05T19:40:54.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.73s
45772026-08-05T19:40:54.745Z
45782026-08-05T19:40:54.745Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (279/303)
45792026-08-05T19:40:55.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-08-05T19:40:55.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-08-05T19:40:55.463Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45822026-08-05T19:40:56.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45832026-08-05T19:40:56.364Z
45842026-08-05T19:40:56.364Zinfo: running `cargo check --bins` on omicron-releng (280/303)
45852026-08-05T19:40:56.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45862026-08-05T19:40:56.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45872026-08-05T19:40:57.010Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
45882026-08-05T19:40:57.119Z Compiling fs-err v2.11.0
45892026-08-05T19:40:57.130Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
45902026-08-05T19:40:57.139Z Checking parse-size v1.1.0
45912026-08-05T19:40:57.148Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45922026-08-05T19:40:57.148Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45932026-08-05T19:40:57.168Z Checking shell-words v1.1.1
45942026-08-05T19:40:57.241Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
45952026-08-05T19:40:57.576Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
45962026-08-05T19:40:57.757Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
45972026-08-05T19:40:58.429Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45982026-08-05T19:40:59.048Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45992026-08-05T19:41:00.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.71s
46002026-08-05T19:41:00.256Z
46012026-08-05T19:41:00.256Zinfo: running `cargo check --bins` on update-common (281/303)
46022026-08-05T19:41:00.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46032026-08-05T19:41:00.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46042026-08-05T19:41:00.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46052026-08-05T19:41:00.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46062026-08-05T19:41:00.843Z
46072026-08-05T19:41:00.843Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/303)
46082026-08-05T19:41:01.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-08-05T19:41:01.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-08-05T19:41:01.483Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
46112026-08-05T19:41:01.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
46122026-08-05T19:41:02.165Z
46132026-08-05T19:41:02.165Zinfo: running `cargo check --bins` on schema (283/303)
46142026-08-05T19:41:02.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-08-05T19:41:02.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-08-05T19:41:02.899Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46172026-08-05T19:41:03.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46182026-08-05T19:41:03.806Z
46192026-08-05T19:41:03.806Zinfo: running `cargo check --bins` on xtask (284/303)
46202026-08-05T19:41:04.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-08-05T19:41:04.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-08-05T19:41:04.210Z Checking serde_core v1.0.228
46232026-08-05T19:41:04.210Z Checking libc v0.2.185
46242026-08-05T19:41:04.213Z Checking bitflags v2.11.0
46252026-08-05T19:41:04.295Z Checking scroll v0.12.0
46262026-08-05T19:41:04.298Z Checking thiserror v1.0.69
46272026-08-05T19:41:04.307Z Checking log v0.4.29
46282026-08-05T19:41:04.314Z Checking zerocopy v0.7.35
46292026-08-05T19:41:04.317Z Checking indexmap v2.14.0
46302026-08-05T19:41:04.389Z Checking syn v2.0.117
46312026-08-05T19:41:04.432Z Checking dtrace-parser v0.2.0
46322026-08-05T19:41:04.448Z Checking once_cell v1.21.3
46332026-08-05T19:41:04.510Z Checking goblin v0.8.2
46342026-08-05T19:41:04.578Z Checking errno v0.3.14
46352026-08-05T19:41:04.621Z Checking getrandom v0.4.1
46362026-08-05T19:41:04.667Z Checking thread-id v4.2.2
46372026-08-05T19:41:04.695Z Checking rustix v1.1.3
46382026-08-05T19:41:04.747Z Checking memmap v0.7.0
46392026-08-05T19:41:04.759Z Checking thiserror v2.0.18
46402026-08-05T19:41:04.804Z Checking fs-err v3.3.0
46412026-08-05T19:41:04.856Z Checking tabled v0.15.0
46422026-08-05T19:41:04.859Z Checking anyhow v1.0.102
46432026-08-05T19:41:05.474Z Checking terminal_size v0.4.3
46442026-08-05T19:41:05.474Z Checking tempfile v3.25.0
46452026-08-05T19:41:05.583Z Checking clap_builder v4.6.0
46462026-08-05T19:41:05.586Z Checking textwrap v0.16.2
46472026-08-05T19:41:05.738Z Checking serde v1.0.228
46482026-08-05T19:41:05.741Z Checking serde_json v1.0.151
46492026-08-05T19:41:05.741Z Checking camino v1.2.2
46502026-08-05T19:41:05.784Z Checking semver v1.0.28
46512026-08-05T19:41:05.951Z Checking cargo-platform v0.3.2
46522026-08-05T19:41:05.991Z Checking camino-tempfile v1.4.1
46532026-08-05T19:41:06.159Z Checking serde_spanned v0.6.9
46542026-08-05T19:41:06.159Z Checking toml_datetime v0.6.11
46552026-08-05T19:41:06.163Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46562026-08-05T19:41:06.163Z Checking macaddr v1.0.1
46572026-08-05T19:41:06.345Z Checking cargo_metadata v0.23.1
46582026-08-05T19:41:06.356Z Checking toml_edit v0.22.27
46592026-08-05T19:41:06.364Z Checking dof v0.3.0
46602026-08-05T19:41:06.625Z Checking usdt-impl v0.5.0
46612026-08-05T19:41:06.781Z Checking clap v4.6.1
46622026-08-05T19:41:06.886Z Checking usdt v0.5.0
46632026-08-05T19:41:07.323Z Checking toml v0.8.23
46642026-08-05T19:41:07.588Z Checking cargo_toml v0.21.0
46652026-08-05T19:41:08.224Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46662026-08-05T19:41:08.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
46672026-08-05T19:41:08.724Z
46682026-08-05T19:41:08.724Zinfo: running `cargo check --bins` on dnsadm (285/303)
46692026-08-05T19:41:09.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-08-05T19:41:09.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-08-05T19:41:09.365Z Checking arc-swap v1.8.2
46722026-08-05T19:41:09.649Z Checking slog-scope v4.4.1
46732026-08-05T19:41:09.762Z Checking slog-stdlog v4.1.1
46742026-08-05T19:41:09.887Z Checking slog-envlogger v2.2.0
46752026-08-05T19:41:10.010Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46762026-08-05T19:41:10.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
46772026-08-05T19:41:10.590Z
46782026-08-05T19:41:10.590Zinfo: running `cargo check --bins` on end-to-end-tests (286/303)
46792026-08-05T19:41:11.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-08-05T19:41:11.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-08-05T19:41:11.401Z Checking cpubits v0.1.1
46822026-08-05T19:41:11.527Z Checking pem-rfc7468 v1.0.0
46832026-08-05T19:41:11.539Z Checking hmac v0.13.0
46842026-08-05T19:41:11.539Z Checking universal-hash v0.6.1
46852026-08-05T19:41:11.563Z Checking ctr v0.10.1
46862026-08-05T19:41:11.563Z Checking aead v0.6.1
46872026-08-05T19:41:11.591Z Checking crypto-bigint v0.7.5
46882026-08-05T19:41:11.591Z Checking aes v0.9.1
46892026-08-05T19:41:11.619Z Checking salsa20 v0.11.0
46902026-08-05T19:41:11.654Z Checking polyval v0.7.1
46912026-08-05T19:41:11.668Z Checking der v0.8.0
46922026-08-05T19:41:11.692Z Checking pbkdf2 v0.13.0
46932026-08-05T19:41:11.709Z Checking cbc v0.2.1
46942026-08-05T19:41:11.739Z Checking ff v0.14.0
46952026-08-05T19:41:11.787Z Checking signature v3.0.0
46962026-08-05T19:41:11.808Z Checking scrypt v0.12.0
46972026-08-05T19:41:11.824Z Checking ghash v0.6.0
46982026-08-05T19:41:11.885Z Checking base16ct v1.0.0
46992026-08-05T19:41:11.900Z Checking group v0.14.0
47002026-08-05T19:41:11.937Z Checking hkdf v0.13.0
47012026-08-05T19:41:11.957Z Compiling curve25519-dalek v5.0.0
47022026-08-05T19:41:11.976Z Checking keccak v0.2.0
47032026-08-05T19:41:11.991Z Checking aes-gcm v0.11.0
47042026-08-05T19:41:12.013Z Checking poly1305 v0.9.0
47052026-08-05T19:41:12.046Z Checking wnaf v0.14.0
47062026-08-05T19:41:12.069Z Checking blowfish v0.10.0
47072026-08-05T19:41:12.133Z Checking blake2 v0.11.0-rc.6
47082026-08-05T19:41:12.154Z Checking sha3 v0.11.0
47092026-08-05T19:41:12.209Z Checking kem v0.3.0
47102026-08-05T19:41:12.224Z Checking bcrypt-pbkdf v0.11.0
47112026-08-05T19:41:12.287Z Checking module-lattice v0.2.3
47122026-08-05T19:41:12.326Z Checking sponge-cursor v0.1.0
47132026-08-05T19:41:12.380Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47142026-08-05T19:41:12.395Z Checking argon2 v0.6.0-rc.8
47152026-08-05T19:41:12.455Z Checking sha3 v0.12.0
47162026-08-05T19:41:12.471Z Checking spki v0.8.0
47172026-08-05T19:41:12.494Z Checking sec1 v0.8.1
47182026-08-05T19:41:12.509Z Checking ml-kem v0.3.2
47192026-08-05T19:41:12.561Z Checking internal-russh-num-bigint v0.5.0
47202026-08-05T19:41:12.645Z Checking pkcs5 v0.8.1
47212026-08-05T19:41:12.659Z Checking pkcs1 v0.8.0-rc.4
47222026-08-05T19:41:12.702Z Checking num-bigint v0.4.6
47232026-08-05T19:41:12.705Z Checking generic-array v1.4.3
47242026-08-05T19:41:12.865Z Checking russh-util v0.52.0
47252026-08-05T19:41:12.931Z Checking pkcs8 v0.11.0
47262026-08-05T19:41:12.991Z Compiling enum_dispatch v0.3.13
47272026-08-05T19:41:13.106Z Compiling delegate v0.13.5
47282026-08-05T19:41:13.132Z Checking ed25519 v3.0.0
47292026-08-05T19:41:13.256Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47302026-08-05T19:41:13.289Z Checking md5 v0.8.0
47312026-08-05T19:41:13.328Z Checking ed25519-dalek v3.0.0
47322026-08-05T19:41:13.413Z Checking hex-literal v1.1.0
47332026-08-05T19:41:13.480Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47342026-08-05T19:41:13.517Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47352026-08-05T19:41:13.553Z Checking socket2 v0.5.10
47362026-08-05T19:41:13.636Z Checking internet-checksum v0.2.1
47372026-08-05T19:41:13.669Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47382026-08-05T19:41:13.827Z Checking elliptic-curve v0.14.1
47392026-08-05T19:41:13.827Z Checking rfc6979 v0.6.0
47402026-08-05T19:41:13.830Z Checking primefield v0.14.0
47412026-08-05T19:41:13.830Z Checking ssh-encoding v0.3.0
47422026-08-05T19:41:13.940Z Checking crypto-primes v0.7.2
47432026-08-05T19:41:14.070Z Checking ssh-cipher v0.3.0
47442026-08-05T19:41:14.073Z Checking russh-cryptovec v0.62.0
47452026-08-05T19:41:14.263Z Checking ecdsa v0.17.0
47462026-08-05T19:41:14.263Z Checking primeorder v0.14.0
47472026-08-05T19:41:14.637Z Checking p256 v0.14.0
47482026-08-05T19:41:14.637Z Checking p384 v0.14.0
47492026-08-05T19:41:14.637Z Checking p521 v0.14.0
47502026-08-05T19:41:14.870Z Checking rsa v0.10.0-rc.18
47512026-08-05T19:41:17.445Z Checking ssh-key v0.7.0-rc.11
47522026-08-05T19:41:18.193Z Checking russh v0.62.4
47532026-08-05T19:41:31.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.09s
47542026-08-05T19:41:31.688Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47552026-08-05T19:41:31.688Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47562026-08-05T19:41:31.890Z
47572026-08-05T19:41:31.890Zinfo: running `cargo check --bins` on gateway-cli (287/303)
47582026-08-05T19:41:32.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47592026-08-05T19:41:32.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47602026-08-05T19:41:32.535Z Checking termios v0.3.3
47612026-08-05T19:41:32.731Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47622026-08-05T19:41:33.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
47632026-08-05T19:41:33.510Z
47642026-08-05T19:41:33.510Zinfo: running `cargo check --bins --no-default-features` on installinator (288/303)
47652026-08-05T19:41:34.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47662026-08-05T19:41:34.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47672026-08-05T19:41:34.194Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47682026-08-05T19:41:34.892Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47692026-08-05T19:41:36.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
47702026-08-05T19:41:36.698Z
47712026-08-05T19:41:36.698Zinfo: running `cargo check --bins` on internal-dns-cli (289/303)
47722026-08-05T19:41:37.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-08-05T19:41:37.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-08-05T19:41:37.338Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47752026-08-05T19:41:37.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
47762026-08-05T19:41:37.958Z
47772026-08-05T19:41:37.959Zinfo: running `cargo check --bins` on omicron-live-tests (290/303)
47782026-08-05T19:41:38.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-08-05T19:41:38.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-08-05T19:41:38.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47812026-08-05T19:41:38.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47822026-08-05T19:41:38.524Z
47832026-08-05T19:41:38.524Zinfo: running `cargo check --bins` on live-tests-macros (291/303)
47842026-08-05T19:41:38.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47852026-08-05T19:41:39.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47862026-08-05T19:41:39.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47872026-08-05T19:41:39.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47882026-08-05T19:41:39.088Z
47892026-08-05T19:41:39.088Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/303)
47902026-08-05T19:41:39.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47912026-08-05T19:41:39.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47922026-08-05T19:41:39.837Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47932026-08-05T19:41:40.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
47942026-08-05T19:41:40.628Z
47952026-08-05T19:41:40.628Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/303)
47962026-08-05T19:41:41.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47972026-08-05T19:41:41.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47982026-08-05T19:41:41.273Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47992026-08-05T19:41:41.273Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48002026-08-05T19:41:42.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
48012026-08-05T19:41:42.382Z
48022026-08-05T19:41:42.382Zinfo: running `cargo check --bins` on ntp-admin-types (294/303)
48032026-08-05T19:41:42.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48042026-08-05T19:41:42.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48052026-08-05T19:41:42.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48062026-08-05T19:41:42.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48072026-08-05T19:41:42.947Z
48082026-08-05T19:41:42.947Zinfo: running `cargo check --bins` on omicron-package (295/303)
48092026-08-05T19:41:43.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48102026-08-05T19:41:43.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48112026-08-05T19:41:43.623Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48122026-08-05T19:41:44.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
48132026-08-05T19:41:44.915Z
48142026-08-05T19:41:44.915Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (296/303)
48152026-08-05T19:41:45.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48162026-08-05T19:41:45.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48172026-08-05T19:41:45.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48182026-08-05T19:41:45.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48192026-08-05T19:41:45.514Z
48202026-08-05T19:41:45.515Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (297/303)
48212026-08-05T19:41:46.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48222026-08-05T19:41:46.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48232026-08-05T19:41:46.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48242026-08-05T19:41:46.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48252026-08-05T19:41:46.111Z
48262026-08-05T19:41:46.111Zinfo: running `cargo check --bins` on tqdb (298/303)
48272026-08-05T19:41:46.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48282026-08-05T19:41:46.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48292026-08-05T19:41:46.880Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48302026-08-05T19:41:47.237Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48312026-08-05T19:41:47.751Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48322026-08-05T19:41:47.751Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48332026-08-05T19:41:53.969Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48342026-08-05T19:41:53.969Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48352026-08-05T19:41:53.972Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48362026-08-05T19:41:54.593Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48372026-08-05T19:41:54.596Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48382026-08-05T19:41:54.596Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48392026-08-05T19:41:55.388Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48402026-08-05T19:41:55.907Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48412026-08-05T19:41:56.146Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48422026-08-05T19:41:56.458Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48432026-08-05T19:41:57.330Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48442026-08-05T19:41:57.990Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48452026-08-05T19:42:02.755Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48462026-08-05T19:42:09.736Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48472026-08-05T19:42:09.739Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48482026-08-05T19:42:09.739Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48492026-08-05T19:42:09.739Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48502026-08-05T19:42:11.300Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48512026-08-05T19:42:12.608Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48522026-08-05T19:42:13.293Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48532026-08-05T19:42:14.575Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48542026-08-05T19:42:15.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.01s
48552026-08-05T19:42:15.334Z
48562026-08-05T19:42:15.334Zinfo: running `cargo check --bins` on wicket-dbg (299/303)
48572026-08-05T19:42:15.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48582026-08-05T19:42:15.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48592026-08-05T19:42:16.045Z Checking rtoolbox v0.0.3
48602026-08-05T19:42:16.048Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48612026-08-05T19:42:16.048Z Checking tui-tree-widget v0.23.1
48622026-08-05T19:42:16.176Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
48632026-08-05T19:42:16.268Z Checking rpassword v7.5.4
48642026-08-05T19:42:19.167Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48652026-08-05T19:42:21.015Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48662026-08-05T19:42:21.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s
48672026-08-05T19:42:21.959Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48682026-08-05T19:42:21.959Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48692026-08-05T19:42:22.142Z
48702026-08-05T19:42:22.143Zinfo: running `cargo check --bins` on wicket (300/303)
48712026-08-05T19:42:22.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48722026-08-05T19:42:22.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48732026-08-05T19:42:22.842Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48742026-08-05T19:42:23.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
48752026-08-05T19:42:23.213Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48762026-08-05T19:42:23.213Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48772026-08-05T19:42:23.397Z
48782026-08-05T19:42:23.397Zinfo: running `cargo check --bins` on wicketd (301/303)
48792026-08-05T19:42:23.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48802026-08-05T19:42:23.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48812026-08-05T19:42:24.097Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48822026-08-05T19:42:27.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
48832026-08-05T19:42:27.791Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48842026-08-05T19:42:27.791Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48852026-08-05T19:42:27.975Z
48862026-08-05T19:42:27.975Zinfo: running `cargo check --bins` on omicron-workspace-hack (302/303)
48872026-08-05T19:42:28.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48882026-08-05T19:42:28.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48892026-08-05T19:42:28.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48902026-08-05T19:42:28.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48912026-08-05T19:42:28.540Z
48922026-08-05T19:42:28.540Zinfo: running `cargo check --bins` on zone-setup (303/303)
48932026-08-05T19:42:29.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48942026-08-05T19:42:29.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48952026-08-05T19:42:29.211Z Checking uzers v0.12.2
48962026-08-05T19:42:29.485Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48972026-08-05T19:42:30.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
48982026-08-05T19:42:30.474Z
48992026-08-05T19:42:30.474Zreal 14:04.833711719
49002026-08-05T19:42:30.474Zuser 20:58.689192906
49012026-08-05T19:42:30.474Zsys 4:17.900975363
49022026-08-05T19:42:30.474Ztrap 0.318253549
49032026-08-05T19:42:30.474Ztflt 0.603790281
49042026-08-05T19:42:30.474Zdflt 0.967605156
49052026-08-05T19:42:30.474Zkflt 0.004420722
49062026-08-05T19:42:30.474Zlock 1:30:45.312193357
49072026-08-05T19:42:30.474Zslp 1:41:16.686299507
49082026-08-05T19:42:30.474Zlat 56.235598021
49092026-08-05T19:42:30.474Zstop 3:57.727411754
49102026-08-05T19:42:30.477Zprocess exited: duration 974790 ms, exit code 0
 
49112026-08-05T19:42:30.483Zfound 0 output files