01M014EM6Y80MAP4XYYT401CAF: 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: 01M014EZ7KAS5CMYNPKGBQ0BDG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-14T21:58:00.772Zjob assigned to worker 01M014F36T6WC6T9WJ437GXH7R [factory aws, i-0f9b5d50b401a204b] (queued for 46 s)
 
22026-08-14T21:58:07.833Zstarting task 0: "setup"
32026-08-14T21:58:07.839Z++ uname -s
42026-08-14T21:58:07.841Z+ kern=SunOS
52026-08-14T21:58:07.841Z+ build_user=build
62026-08-14T21:58:07.841Z+ build_uid=12345
72026-08-14T21:58:07.841Z+ work_dir=/work
82026-08-14T21:58:07.842Z+ input_dir=/input
92026-08-14T21:58:07.842Z+ [[ 0 == 12345 ]]
102026-08-14T21:58:07.842Z+ case "$kern" in
112026-08-14T21:58:07.842Z+ groupadd -g 12345 build
122026-08-14T21:58:07.844Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-14T21:58:09.847Z+ zfs create -o mountpoint=/work rpool/work
142026-08-14T21:58:10.004Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-14T21:58:10.007Z+ home_fs=zfs
162026-08-14T21:58:10.007Z+ [[ zfs == autofs ]]
172026-08-14T21:58:10.007Z+ mkdir -p /home/build
182026-08-14T21:58:10.007Z+ chown build:build /home/build /work
192026-08-14T21:58:12.007Z+ chmod 0700 /home/build /work
202026-08-14T21:58:12.011Zprocess exited: duration 4175 ms, exit code 0
 
212026-08-14T21:58:12.017Zstarting task 1: "rust-toolchain"
222026-08-14T21:58:12.021Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-14T21:58:12.021Z * rust toolchain channel = "1.97.1"
242026-08-14T21:58:12.021Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-14T21:58:12.021Z * rust toolchain profile = "default"
262026-08-14T21:58:12.021Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-14T21:58:12.021Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-14T21:58:12.024Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-14T21:58:12.024Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-14T21:58:12.079Zinfo: downloading installer
312026-08-14T21:58:13.468Zwarn: It looks like you have an existing rustup settings file at:
322026-08-14T21:58:13.468Zwarn: /home/build/.rustup/settings.toml
332026-08-14T21:58:13.468Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-14T21:58:13.468Zwarn: instead of the one inferred from the default host triple.
352026-08-14T21:58:13.480Zinfo: profile set to default
362026-08-14T21:58:13.480Zinfo: default host triple is x86_64-unknown-illumos
372026-08-14T21:58:13.483Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-14T21:58:13.630Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-14T21:58:13.633Zinfo: downloading 6 components
402026-08-14T21:58:28.876Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-14T21:58:28.876Z
422026-08-14T21:58:28.903Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-14T21:58:28.903Z
442026-08-14T21:58:28.903Z
452026-08-14T21:58:28.903ZRust is installed now. Great!
462026-08-14T21:58:28.904Z
472026-08-14T21:58:28.907ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-14T21:58:28.907Zenvironment variable. This has not been done automatically.
492026-08-14T21:58:28.907Z
502026-08-14T21:58:28.907ZTo configure your current shell, you need to source
512026-08-14T21:58:28.907Zthe corresponding env file under $HOME/.cargo.
522026-08-14T21:58:28.907Z
532026-08-14T21:58:28.907ZThis is usually done by running one of the following (note the leading DOT):
542026-08-14T21:58:28.907Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-14T21:58:28.907Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-14T21:58:28.907Zsource "~/.cargo/env.nu" # For nushell
572026-08-14T21:58:28.907Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-14T21:58:28.907Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-14T21:58:28.907Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-14T21:58:28.907Zwarn: no default linker (`cc`) was found in your PATH
612026-08-14T21:58:28.907Zwarn: many Rust crates require a system C toolchain to build
622026-08-14T21:58:29.002Z+ rustup --version
632026-08-14T21:58:29.010Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-14T21:58:29.013Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-14T21:58:29.033Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-14T21:58:29.036Z+ cargo --version
672026-08-14T21:58:29.050Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-14T21:58:29.053Z+ rustc --version
692026-08-14T21:58:29.072Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-14T21:58:29.075Zprocess exited: duration 17057 ms, exit code 0
 
712026-08-14T21:58:29.081Zstarting task 2: "authentication"
722026-08-14T21:58:29.097Zprocess exited: duration 16 ms, exit code 0
 
732026-08-14T21:58:29.103Zstarting task 3: "clone repository"
742026-08-14T21:58:29.106Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-14T21:58:29.109Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-14T21:58:29.138ZCloning into '/work/oxidecomputer/omicron'...
772026-08-14T21:58:40.282Z+ cd /work/oxidecomputer/omicron
782026-08-14T21:58:40.282Z+ git fetch origin 0f84ff4f0a9085b6d733e62274104d9743f337b6
792026-08-14T21:58:40.626ZFrom https://github.com/oxidecomputer/omicron
802026-08-14T21:58:40.626Z * branch 0f84ff4f0a9085b6d733e62274104d9743f337b6 -> FETCH_HEAD
812026-08-14T21:58:40.636Z+ [[ -n ben/opte-setup-for-ipv6 ]]
822026-08-14T21:58:40.639Z++ git branch --show-current
832026-08-14T21:58:40.639Z+ current=main
842026-08-14T21:58:40.639Z+ [[ main != ben/opte-setup-for-ipv6 ]]
852026-08-14T21:58:40.639Z+ git branch -f ben/opte-setup-for-ipv6 0f84ff4f0a9085b6d733e62274104d9743f337b6
862026-08-14T21:58:40.642Z+ git checkout -f ben/opte-setup-for-ipv6
872026-08-14T21:58:40.895ZSwitched to branch 'ben/opte-setup-for-ipv6'
882026-08-14T21:58:40.898Z+ git reset --hard 0f84ff4f0a9085b6d733e62274104d9743f337b6
892026-08-14T21:58:40.912ZHEAD is now at 0f84ff4f0 Support IPv6 addresses in the OPTE zone setup service
902026-08-14T21:58:40.915Zprocess exited: duration 11809 ms, exit code 0
 
912026-08-14T21:58:40.928Zstarting task 4: "build"
922026-08-14T21:58:40.931Z+ source .github/buildomat/ci-env.sh
932026-08-14T21:58:40.934Z++ export CARGO_TERM_COLOR=always
942026-08-14T21:58:40.934Z++ CARGO_TERM_COLOR=always
952026-08-14T21:58:40.934Z+++ uname -s
962026-08-14T21:58:40.934Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-14T21:58:40.934Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-14T21:58:40.937Z+ cargo --version
992026-08-14T21:58:40.944Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-14T21:58:40.946Z+ rustc --version
1012026-08-14T21:58:40.966Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-14T21:58:40.969Z+ source ./env.sh
1032026-08-14T21:58:40.969Z++ OLD_SHELL_OPTS=ehxB
1042026-08-14T21:58:40.969Z++ set -o xtrace
1052026-08-14T21:58:40.972Z++++ dirname ./env.sh
1062026-08-14T21:58:40.972Z+++ readlink -f .
1072026-08-14T21:58:40.975Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-14T21:58:40.975Z++ 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-14T21:58:40.975Z++ 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-14T21:58:40.975Z++ 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-14T21:58:40.975Z++ 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-14T21:58:40.975Z++ 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-14T21:58:40.975Z++ 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-14T21:58:40.975Z++ 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-14T21:58:40.975Z++ 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-14T21:58:40.975Z++ 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-14T21:58:40.975Z++ 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-14T21:58:40.975Z++ case $OLD_SHELL_OPTS in
1192026-08-14T21:58:40.975Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-14T21:58:40.975Z+ 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-14T21:58:40.975Z+ 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-14T21:58:40.975Z+ banner prerequisites
1232026-08-14T21:58:40.978Z
1242026-08-14T21:58:40.978Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-14T21:58:40.978Z # # # # # # # # # # # # # # #
1262026-08-14T21:58:40.978Z # # # # ##### # # ##### # # # # # #### #
1272026-08-14T21:58:40.978Z ##### ##### # ##### # # # # # # # # #
1282026-08-14T21:58:40.978Z # # # # # # # # # # # # # # #
1292026-08-14T21:58:40.978Z # # # ###### # # ###### ### # #### # #### #
1302026-08-14T21:58:40.978Z
1312026-08-14T21:58:40.978Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-14T21:58:42.970Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-14T21:58:43.279Z Startup: Caching catalogs ... Done
1342026-08-14T21:58:45.027ZPlanning: Solver setup ... Done (1.647s)
1352026-08-14T21:58:45.080ZPlanning: Running solver ... Done (0.054s)
1362026-08-14T21:58:45.119ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-14T21:58:45.130ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-14T21:58:45.145ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-14T21:58:45.158ZPlanning: Package planning ... Done (0.013s)
1402026-08-14T21:58:45.172ZPlanning: Merging actions ... Done (0.002s)
1412026-08-14T21:58:45.324ZPlanning: Checking for conflicting actions ... Done (0.164s)
1422026-08-14T21:58:45.327ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-14T21:58:46.094ZPlanning: Evaluating mediators ... Done (0.769s)
1442026-08-14T21:58:46.097ZPlanning: Planning completed in 2.79 seconds
1452026-08-14T21:58:46.103Z Packages to install: 2
1462026-08-14T21:58:46.103Z Estimated space available: 156.02 GB
1472026-08-14T21:58:46.106ZEstimated space to be consumed: 67.96 MB
1482026-08-14T21:58:46.106Z Create boot environment: No
1492026-08-14T21:58:46.106ZCreate backup boot environment: No
1502026-08-14T21:58:46.106Z Rebuild boot archive: No
1512026-08-14T21:58:46.106Z
1522026-08-14T21:58:46.106ZChanged packages:
1532026-08-14T21:58:46.106Zhelios
1542026-08-14T21:58:46.106Z developer/build-essential
1552026-08-14T21:58:46.106Z None -> 11-3.0
1562026-08-14T21:58:46.106Z library/libxmlsec1
1572026-08-14T21:58:46.106Z None -> 1.2.35-3.0
1582026-08-14T21:58:46.127Z
1592026-08-14T21:58:46.127ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-14T21:58:46.194ZDownload: Completed 1.28 MB in 0.07 seconds (19.3M/s)
1612026-08-14T21:58:46.280Z Actions: 1/268 actions (Installing new actions)
1622026-08-14T21:58:46.318Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-14T21:58:46.348ZFinalize: Updating package state database ... Done (0.029s)
1642026-08-14T21:58:46.348ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-14T21:58:46.420ZFinalize: Updating image state ... Done (0.072s)
1662026-08-14T21:58:48.876ZFinalize: Creating fast lookup database ... Done (2.409s)
1672026-08-14T21:58:48.944ZFinalize: Reading search index ... Done (0.012s)
1682026-08-14T21:58:48.947ZFinalize: Updating search index ... Done (0.000s)
1692026-08-14T21:58:49.062ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-14T21:58:49.425ZPlanning: Evaluating mediator changes ... Done
1712026-08-14T21:58:49.530ZPlanning: Checking for conflicting actions ... Done
1722026-08-14T21:58:49.534ZPlanning: Consolidating action changes ... Done
1732026-08-14T21:58:49.690ZPlanning: Evaluating mediators ... Done
1742026-08-14T21:58:49.694ZPlanning: Planning completed in 0.27 seconds
1752026-08-14T21:58:49.714Z Mediators to change: 2
1762026-08-14T21:58:49.714Z Create boot environment: No
1772026-08-14T21:58:49.714ZCreate backup boot environment: No
1782026-08-14T21:58:49.779ZFinalize: Updating package state database ... Done
1792026-08-14T21:58:49.779ZFinalize: Updating package cache ... Done
1802026-08-14T21:58:49.822ZFinalize: Updating image state ... Done
1812026-08-14T21:58:51.777ZFinalize: Creating fast lookup database ... Done
1822026-08-14T21:58:51.842ZFinalize: Reading search index ... Done
1832026-08-14T21:58:51.845ZFinalize: Updating search index ... Done
1842026-08-14T21:58:51.917ZFinalize: Updating package cache ... Done
1852026-08-14T21:58:52.209ZPlanning: Evaluating mediator changes ... Done
1862026-08-14T21:58:52.316ZPlanning: Checking for conflicting actions ... Done
1872026-08-14T21:58:52.320ZPlanning: Consolidating action changes ... Done
1882026-08-14T21:58:52.474ZPlanning: Evaluating mediators ... Done
1892026-08-14T21:58:52.477ZPlanning: Planning completed in 0.27 seconds
1902026-08-14T21:58:52.497Z Mediators to change: 1
1912026-08-14T21:58:52.497Z Create boot environment: No
1922026-08-14T21:58:52.497ZCreate backup boot environment: No
1932026-08-14T21:58:52.549ZFinalize: Updating package state database ... Done
1942026-08-14T21:58:52.549ZFinalize: Updating package cache ... Done
1952026-08-14T21:58:52.592ZFinalize: Updating image state ... Done
1962026-08-14T21:58:54.544ZFinalize: Creating fast lookup database ... Done
1972026-08-14T21:58:54.606ZFinalize: Reading search index ... Done
1982026-08-14T21:58:54.609ZFinalize: Updating search index ... Done
1992026-08-14T21:58:54.682ZFinalize: Updating package cache ... Done
2002026-08-14T21:58:54.998ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-14T21:58:54.998Zapache system 2.4 system
2022026-08-14T21:58:54.998Zclang system 15 system
2032026-08-14T21:58:54.998Zcsh system system illumos
2042026-08-14T21:58:54.999Zctags system system illumos
2052026-08-14T21:58:54.999Zfile vendor vendor darwinsys
2062026-08-14T21:58:54.999Zfile system system illumos
2072026-08-14T21:58:54.999Zgcc vendor 14 vendor
2082026-08-14T21:58:54.999Zgcc system 13 system
2092026-08-14T21:58:54.999Zgcc system 10 system
2102026-08-14T21:58:54.999Zgo system 1.25 system
2112026-08-14T21:58:54.999Zllvm system 15 system
2122026-08-14T21:58:54.999Zmariadb system 11.4 system
2132026-08-14T21:58:54.999Zmta vendor vendor dma
2142026-08-14T21:58:54.999Zopenjdk system 17 system
2152026-08-14T21:58:54.999Zopenjdk system 11 system
2162026-08-14T21:58:54.999Zopenssl vendor 3 vendor
2172026-08-14T21:58:54.999Zperl system 5.40 system
2182026-08-14T21:58:54.999Zpostgresql system 18 system
2192026-08-14T21:58:54.999Zpostgresql system 17 system
2202026-08-14T21:58:54.999Zpython vendor 3 vendor
2212026-08-14T21:58:54.999Zpython system 2 system
2222026-08-14T21:58:54.999Zpython3 vendor 3.13 vendor
2232026-08-14T21:58:54.999Zruby system 3.4 system
2242026-08-14T21:58:54.999Zruby system 3.0 system
2252026-08-14T21:58:54.999Zwords vendor vendor american-english
2262026-08-14T21:58:54.999Zwords system system australian-english
2272026-08-14T21:58:54.999Zwords system system british-english
2282026-08-14T21:58:54.999Zwords system system canadian-english
2292026-08-14T21:58:54.999Zwords system system french
2302026-08-14T21:58:54.999Zwords system system italian
2312026-08-14T21:58:54.999Zwords system system ngerman
2322026-08-14T21:58:54.999Zwords system system ogerman
2332026-08-14T21:58:54.999Zwords system system spanish
2342026-08-14T21:58:55.258ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-14T21:58:55.258Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-14T21:58:55.708ZFMRI IFO
2372026-08-14T21:58:55.708Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-14T21:58:55.708Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-14T21:58:55.708Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-14T21:58:55.708Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-14T21:58:55.708Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-14T21:58:55.708Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-14T21:58:55.708Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-14T21:58:55.708Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-14T21:58:55.708Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-14T21:58:56.030Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-14T21:58:56.383Z Updating crates.io index
2482026-08-14T21:58:56.386Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-14T21:58:56.672Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-14T21:58:57.032Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-14T21:58:58.095Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-14T21:58:58.649Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-14T21:59:00.595Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-14T21:59:01.528Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-14T21:59:01.840Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-14T21:59:02.220Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-14T21:59:03.698Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-14T21:59:04.029Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-14T21:59:04.394Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-14T21:59:04.984Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-14T21:59:05.304Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-14T21:59:05.609Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-14T21:59:05.921Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-14T21:59:06.216Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-14T21:59:06.568Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-08-14T21:59:07.093Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-14T21:59:07.580Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-14T21:59:07.965Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-14T21:59:08.457Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-14T21:59:08.779Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-14T21:59:09.362Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-14T21:59:09.718Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-14T21:59:10.007Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-14T21:59:10.938Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-14T21:59:11.512Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-14T21:59:11.961Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-14T21:59:12.335Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-14T21:59:12.600Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-14T21:59:12.959Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-14T21:59:13.360Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-14T21:59:13.978Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-14T21:59:14.566Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-14T21:59:14.891Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-14T21:59:15.218Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-14T21:59:15.885Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-14T21:59:16.158Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-14T21:59:16.458Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-14T21:59:16.751Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-14T21:59:17.060Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-14T21:59:19.755Z Downloading crates ...
2912026-08-14T21:59:19.800Z Downloaded fnv v1.0.7
2922026-08-14T21:59:19.806Z Downloaded cargo-platform v0.3.2
2932026-08-14T21:59:19.809Z Downloaded bitflags v2.11.0
2942026-08-14T21:59:19.812Z Downloaded thread-id v4.2.2
2952026-08-14T21:59:19.812Z Downloaded usdt-attr-macro v0.5.0
2962026-08-14T21:59:19.812Z Downloaded anstream v1.0.0
2972026-08-14T21:59:19.815Z Downloaded clap v4.6.1
2982026-08-14T21:59:19.819Z Downloaded macaddr v1.0.1
2992026-08-14T21:59:19.822Z Downloaded heck v0.4.1
3002026-08-14T21:59:19.822Z Downloaded heck v0.5.0
3012026-08-14T21:59:19.822Z Downloaded itoa v1.0.17
3022026-08-14T21:59:19.822Z Downloaded zerocopy-derive v0.7.35
3032026-08-14T21:59:19.825Z Downloaded digest v0.10.7
3042026-08-14T21:59:19.825Z Downloaded cfg-if v1.0.4
3052026-08-14T21:59:19.828Z Downloaded zmij v1.0.21
3062026-08-14T21:59:19.828Z Downloaded log v0.4.29
3072026-08-14T21:59:19.831Z Downloaded zerocopy v0.7.35
3082026-08-14T21:59:19.836Z Downloaded pest_meta v2.8.6
3092026-08-14T21:59:19.839Z Downloaded clap_derive v4.6.1
3102026-08-14T21:59:19.839Z Downloaded pest v2.8.6
3112026-08-14T21:59:19.842Z Downloaded clap_lex v1.0.0
3122026-08-14T21:59:19.842Z Downloaded crypto-common v0.1.7
3132026-08-14T21:59:19.845Z Downloaded fastrand v2.3.0
3142026-08-14T21:59:19.845Z Downloaded errno v0.3.14
3152026-08-14T21:59:19.845Z Downloaded dtrace-parser v0.2.0
3162026-08-14T21:59:19.845Z Downloaded generic-array v0.14.7
3172026-08-14T21:59:19.849Z Downloaded anstyle-parse v1.0.0
3182026-08-14T21:59:19.852Z Downloaded camino-tempfile v1.4.1
3192026-08-14T21:59:19.852Z Downloaded fs-err v3.3.0
3202026-08-14T21:59:19.852Z Downloaded equivalent v1.0.2
3212026-08-14T21:59:19.857Z Downloaded block-buffer v0.10.4
3222026-08-14T21:59:19.860Z Downloaded dof v0.3.0
3232026-08-14T21:59:19.866Z Downloaded smawk v0.3.2
3242026-08-14T21:59:19.869Z Downloaded memmap v0.7.0
3252026-08-14T21:59:19.872Z Downloaded is_terminal_polyfill v1.70.2
3262026-08-14T21:59:19.878Z Downloaded toml_datetime v0.6.11
3272026-08-14T21:59:19.881Z Downloaded utf8parse v0.2.2
3282026-08-14T21:59:19.885Z Downloaded swrite v0.1.0
3292026-08-14T21:59:19.892Z Downloaded bytecount v0.6.9
3302026-08-14T21:59:19.898Z Downloaded colorchoice v1.0.4
3312026-08-14T21:59:19.900Z Downloaded serde_spanned v0.6.9
3322026-08-14T21:59:19.900Z Downloaded usdt v0.5.0
3332026-08-14T21:59:19.900Z Downloaded plain v0.2.3
3342026-08-14T21:59:19.900Z Downloaded strsim v0.11.1
3352026-08-14T21:59:19.904Z Downloaded anstyle-query v1.1.5
3362026-08-14T21:59:19.907Z Downloaded tabled_derive v0.7.0
3372026-08-14T21:59:19.907Z Downloaded unicode-linebreak v0.1.5
3382026-08-14T21:59:19.907Z Downloaded toml_write v0.1.2
3392026-08-14T21:59:19.907Z Downloaded usdt-macro v0.5.0
3402026-08-14T21:59:19.913Z Downloaded pretty-hex v0.4.1
3412026-08-14T21:59:19.915Z Downloaded terminal_size v0.4.3
3422026-08-14T21:59:19.915Z Downloaded version_check v0.9.5
3432026-08-14T21:59:19.919Z Downloaded proc-macro-error-attr v1.0.4
3442026-08-14T21:59:19.921Z Downloaded cpufeatures v0.2.17
3452026-08-14T21:59:19.921Z Downloaded anstyle v1.0.14
3462026-08-14T21:59:19.926Z Downloaded thiserror-impl v2.0.18
3472026-08-14T21:59:19.928Z Downloaded sha2 v0.10.9
3482026-08-14T21:59:19.932Z Downloaded cargo_toml v0.21.0
3492026-08-14T21:59:19.935Z Downloaded serde_tokenstream v0.2.3
3502026-08-14T21:59:19.938Z Downloaded pest_derive v2.8.6
3512026-08-14T21:59:19.941Z Downloaded cargo_metadata v0.23.1
3522026-08-14T21:59:19.944Z Downloaded scroll v0.12.0
3532026-08-14T21:59:19.946Z Downloaded camino v1.2.2
3542026-08-14T21:59:19.946Z Downloaded quote v1.0.45
3552026-08-14T21:59:19.946Z Downloaded thiserror v1.0.69
3562026-08-14T21:59:19.949Z Downloaded scroll_derive v0.12.1
3572026-08-14T21:59:19.952Z Downloaded usdt-impl v0.5.0
3582026-08-14T21:59:19.952Z Downloaded proc-macro-error v1.0.4
3592026-08-14T21:59:19.955Z Downloaded thiserror v2.0.18
3602026-08-14T21:59:19.957Z Downloaded autocfg v1.5.0
3612026-08-14T21:59:19.957Z Downloaded byteorder v1.5.0
3622026-08-14T21:59:19.958Z Downloaded pest_generator v2.8.6
3632026-08-14T21:59:19.964Z Downloaded anyhow v1.0.102
3642026-08-14T21:59:19.966Z Downloaded ucd-trie v0.1.7
3652026-08-14T21:59:19.969Z Downloaded tempfile v3.25.0
3662026-08-14T21:59:19.969Z Downloaded toml v0.8.23
3672026-08-14T21:59:19.980Z Downloaded thiserror-impl v1.0.69
3682026-08-14T21:59:19.990Z Downloaded once_cell v1.21.3
3692026-08-14T21:59:19.993Z Downloaded serde_core v1.0.228
3702026-08-14T21:59:19.993Z Downloaded unicode-ident v1.0.24
3712026-08-14T21:59:19.998Z Downloaded papergrid v0.11.0
3722026-08-14T21:59:20.001Z Downloaded semver v1.0.28
3732026-08-14T21:59:20.007Z Downloaded textwrap v0.16.2
3742026-08-14T21:59:20.012Z Downloaded serde_derive v1.0.228
3752026-08-14T21:59:20.014Z Downloaded proc-macro2 v1.0.106
3762026-08-14T21:59:20.017Z Downloaded getrandom v0.4.1
3772026-08-14T21:59:20.034Z Downloaded hashbrown v0.17.0
3782026-08-14T21:59:20.037Z Downloaded memchr v2.8.0
3792026-08-14T21:59:20.040Z Downloaded serde v1.0.228
3802026-08-14T21:59:20.045Z Downloaded indexmap v2.14.0
3812026-08-14T21:59:20.052Z Downloaded typenum v1.20.1
3822026-08-14T21:59:20.055Z Downloaded toml_edit v0.22.27
3832026-08-14T21:59:20.060Z Downloaded clap_builder v4.6.0
3842026-08-14T21:59:20.090Z Downloaded serde_json v1.0.151
3852026-08-14T21:59:20.103Z Downloaded tabled v0.15.0
3862026-08-14T21:59:20.112Z Downloaded winnow v0.7.14
3872026-08-14T21:59:20.116Z Downloaded goblin v0.8.2
3882026-08-14T21:59:20.120Z Downloaded syn v1.0.109
3892026-08-14T21:59:20.134Z Downloaded unicode-width v0.1.14
3902026-08-14T21:59:20.137Z Downloaded unicode-width v0.2.0
3912026-08-14T21:59:20.140Z Downloaded syn v2.0.117
3922026-08-14T21:59:20.153Z Downloaded rustix v1.1.3
3932026-08-14T21:59:20.179Z Downloaded libc v0.2.185
3942026-08-14T21:59:20.244Z Compiling proc-macro2 v1.0.106
3952026-08-14T21:59:20.244Z Compiling unicode-ident v1.0.24
3962026-08-14T21:59:20.244Z Compiling quote v1.0.45
3972026-08-14T21:59:20.244Z Compiling serde_core v1.0.228
3982026-08-14T21:59:20.244Z Compiling libc v0.2.185
3992026-08-14T21:59:20.249Z Compiling version_check v0.9.5
4002026-08-14T21:59:20.249Z Compiling memchr v2.8.0
4012026-08-14T21:59:20.249Z Compiling serde v1.0.228
4022026-08-14T21:59:20.616Z Compiling zmij v1.0.21
4032026-08-14T21:59:20.739Z Compiling itoa v1.0.17
4042026-08-14T21:59:20.820Z Compiling thiserror v1.0.69
4052026-08-14T21:59:20.920Z Compiling ucd-trie v0.1.7
4062026-08-14T21:59:21.100Z Compiling pest v2.8.6
4072026-08-14T21:59:21.215Z Compiling rustix v1.1.3
4082026-08-14T21:59:21.233Z Compiling byteorder v1.5.0
4092026-08-14T21:59:21.283Z Compiling errno v0.3.14
4102026-08-14T21:59:21.438Z Compiling serde_json v1.0.151
4112026-08-14T21:59:21.474Z Compiling bitflags v2.11.0
4122026-08-14T21:59:21.696Z Compiling thread-id v4.2.2
4132026-08-14T21:59:21.757Z Compiling syn v2.0.117
4142026-08-14T21:59:21.790Z Compiling usdt-impl v0.5.0
4152026-08-14T21:59:21.806Z Compiling proc-macro-error-attr v1.0.4
4162026-08-14T21:59:21.858Z Compiling syn v1.0.109
4172026-08-14T21:59:21.995Z Compiling camino v1.2.2
4182026-08-14T21:59:22.149Z Compiling pest_meta v2.8.6
4192026-08-14T21:59:22.218Z Compiling proc-macro-error v1.0.4
4202026-08-14T21:59:22.348Z Compiling equivalent v1.0.2
4212026-08-14T21:59:22.374Z Compiling hashbrown v0.17.0
4222026-08-14T21:59:22.404Z Compiling log v0.4.29
4232026-08-14T21:59:22.438Z Compiling utf8parse v0.2.2
4242026-08-14T21:59:22.553Z Compiling getrandom v0.4.1
4252026-08-14T21:59:22.711Z Compiling plain v0.2.3
4262026-08-14T21:59:22.829Z Compiling terminal_size v0.4.3
4272026-08-14T21:59:22.930Z Compiling indexmap v2.14.0
4282026-08-14T21:59:22.970Z Compiling anstyle-parse v1.0.0
4292026-08-14T21:59:23.541Z Compiling anstyle-query v1.1.5
4302026-08-14T21:59:23.544Z Compiling anstyle v1.0.14
4312026-08-14T21:59:23.574Z Compiling is_terminal_polyfill v1.70.2
4322026-08-14T21:59:23.597Z Compiling pretty-hex v0.4.1
4332026-08-14T21:59:23.652Z Compiling winnow v0.7.14
4342026-08-14T21:59:23.675Z Compiling colorchoice v1.0.4
4352026-08-14T21:59:23.738Z Compiling toml_write v0.1.2
4362026-08-14T21:59:23.762Z Compiling thiserror v2.0.18
4372026-08-14T21:59:23.783Z Compiling autocfg v1.5.0
4382026-08-14T21:59:23.799Z Compiling cfg-if v1.0.4
4392026-08-14T21:59:23.895Z Compiling anstream v1.0.0
4402026-08-14T21:59:24.042Z Compiling pest_generator v2.8.6
4412026-08-14T21:59:24.063Z Compiling fastrand v2.3.0
4422026-08-14T21:59:24.199Z Compiling fs-err v3.3.0
4432026-08-14T21:59:24.202Z Compiling clap_lex v1.0.0
4442026-08-14T21:59:24.329Z Compiling heck v0.5.0
4452026-08-14T21:59:24.389Z Compiling anyhow v1.0.102
4462026-08-14T21:59:24.475Z Compiling strsim v0.11.1
4472026-08-14T21:59:24.583Z Compiling heck v0.4.1
4482026-08-14T21:59:24.613Z Compiling once_cell v1.21.3
4492026-08-14T21:59:24.763Z Compiling fnv v1.0.7
4502026-08-14T21:59:24.782Z Compiling unicode-width v0.1.14
4512026-08-14T21:59:24.867Z Compiling bytecount v0.6.9
4522026-08-14T21:59:24.884Z Compiling tempfile v3.25.0
4532026-08-14T21:59:24.900Z Compiling clap_builder v4.6.0
4542026-08-14T21:59:25.066Z Compiling papergrid v0.11.0
4552026-08-14T21:59:25.109Z Compiling semver v1.0.28
4562026-08-14T21:59:25.126Z Compiling cargo-platform v0.3.2
4572026-08-14T21:59:25.150Z Compiling tabled_derive v0.7.0
4582026-08-14T21:59:25.187Z Compiling memmap v0.7.0
4592026-08-14T21:59:25.261Z Compiling unicode-linebreak v0.1.5
4602026-08-14T21:59:25.376Z Compiling unicode-width v0.2.0
4612026-08-14T21:59:25.405Z Compiling smawk v0.3.2
4622026-08-14T21:59:25.551Z Compiling camino-tempfile v1.4.1
4632026-08-14T21:59:25.655Z Compiling textwrap v0.16.2
4642026-08-14T21:59:25.682Z Compiling serde_derive v1.0.228
4652026-08-14T21:59:25.787Z Compiling thiserror-impl v1.0.69
4662026-08-14T21:59:25.806Z Compiling zerocopy-derive v0.7.35
4672026-08-14T21:59:25.824Z Compiling pest_derive v2.8.6
4682026-08-14T21:59:26.066Z Compiling scroll_derive v0.12.1
4692026-08-14T21:59:26.130Z Compiling thiserror-impl v2.0.18
4702026-08-14T21:59:26.277Z Compiling clap_derive v4.6.1
4712026-08-14T21:59:26.511Z Compiling tabled v0.15.0
4722026-08-14T21:59:26.703Z Compiling zerocopy v0.7.35
4732026-08-14T21:59:26.752Z Compiling scroll v0.12.0
4742026-08-14T21:59:27.043Z Compiling goblin v0.8.2
4752026-08-14T21:59:27.214Z Compiling dtrace-parser v0.2.0
4762026-08-14T21:59:27.265Z Compiling swrite v0.1.0
4772026-08-14T21:59:28.032Z Compiling clap v4.6.1
4782026-08-14T21:59:28.629Z Compiling dof v0.3.0
4792026-08-14T21:59:28.629Z Compiling serde_tokenstream v0.2.3
4802026-08-14T21:59:28.647Z Compiling toml_datetime v0.6.11
4812026-08-14T21:59:28.651Z Compiling serde_spanned v0.6.9
4822026-08-14T21:59:28.651Z Compiling cargo_metadata v0.23.1
4832026-08-14T21:59:28.711Z Compiling macaddr v1.0.1
4842026-08-14T21:59:28.728Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4852026-08-14T21:59:28.825Z Compiling toml_edit v0.22.27
4862026-08-14T21:59:29.389Z Compiling usdt-attr-macro v0.5.0
4872026-08-14T21:59:29.459Z Compiling usdt-macro v0.5.0
4882026-08-14T21:59:30.148Z Compiling usdt v0.5.0
4892026-08-14T21:59:30.260Z Compiling toml v0.8.23
4902026-08-14T21:59:30.589Z Compiling cargo_toml v0.21.0
4912026-08-14T21:59:31.838Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-14T21:59:33.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.99s
4932026-08-14T21:59:34.076Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-14T21:59:34.595Z Downloading crates ...
4952026-08-14T21:59:34.648Z Downloaded base16ct v1.0.0
4962026-08-14T21:59:34.651Z Downloaded adler2 v2.0.1
4972026-08-14T21:59:34.651Z Downloaded block-padding v0.4.2
4982026-08-14T21:59:34.655Z Downloaded ciborium-io v0.2.2
4992026-08-14T21:59:34.655Z Downloaded cipher v0.5.2
5002026-08-14T21:59:34.659Z Downloaded cbc v0.2.1
5012026-08-14T21:59:34.662Z Downloaded bb8 v0.8.6
5022026-08-14T21:59:34.665Z Downloaded async-compression v0.4.41
5032026-08-14T21:59:34.669Z Downloaded assert_matches v1.5.0
5042026-08-14T21:59:34.669Z Downloaded array-init v0.0.4
5052026-08-14T21:59:34.669Z Downloaded bitfield-struct v0.6.2
5062026-08-14T21:59:34.669Z Downloaded atomicwrites v0.4.4
5072026-08-14T21:59:34.672Z Downloaded convert_case v0.4.0
5082026-08-14T21:59:34.672Z Downloaded arrayvec v0.7.6
5092026-08-14T21:59:34.676Z Downloaded ascii-canvas v3.0.0
5102026-08-14T21:59:34.676Z Downloaded async-recursion v1.1.1
5112026-08-14T21:59:34.676Z Downloaded arrayref v0.3.9
5122026-08-14T21:59:34.679Z Downloaded enum-as-inner v0.6.1
5132026-08-14T21:59:34.679Z Downloaded foldhash v0.2.0
5142026-08-14T21:59:34.683Z Downloaded argon2 v0.5.3
5152026-08-14T21:59:34.683Z Downloaded bit-vec v0.6.3
5162026-08-14T21:59:34.683Z Downloaded generic-array v1.4.3
5172026-08-14T21:59:34.687Z Downloaded argon2 v0.6.0-rc.8
5182026-08-14T21:59:34.687Z Downloaded expectorate v1.2.0
5192026-08-14T21:59:34.687Z Downloaded bitfield v0.19.4
5202026-08-14T21:59:34.690Z Downloaded bit-set v0.5.3
5212026-08-14T21:59:34.694Z Downloaded home v0.5.12
5222026-08-14T21:59:34.694Z Downloaded bitfield-macros v0.19.4
5232026-08-14T21:59:34.694Z Downloaded endian-type v0.1.2
5242026-08-14T21:59:34.697Z Downloaded ahash v0.8.12
5252026-08-14T21:59:34.697Z Downloaded async-bb8-diesel v0.2.1
5262026-08-14T21:59:34.701Z Downloaded bitflags v1.3.2
5272026-08-14T21:59:34.701Z Downloaded fxhash v0.2.1
5282026-08-14T21:59:34.701Z Downloaded atty v0.2.14
5292026-08-14T21:59:34.704Z Downloaded float-ord v0.3.2
5302026-08-14T21:59:34.704Z Downloaded env_filter v1.0.0
5312026-08-14T21:59:34.708Z Downloaded foreign-types-macros v0.2.3
5322026-08-14T21:59:34.708Z Downloaded git-stub v1.0.0
5332026-08-14T21:59:34.708Z Downloaded anstream v0.6.21
5342026-08-14T21:59:34.708Z Downloaded async-stream v0.3.6
5352026-08-14T21:59:34.712Z Downloaded aead v0.6.1
5362026-08-14T21:59:34.716Z Downloaded ff v0.13.1
5372026-08-14T21:59:34.716Z Downloaded futures-executor v0.3.32
5382026-08-14T21:59:34.716Z Downloaded ghash v0.6.0
5392026-08-14T21:59:34.716Z Downloaded hash32 v0.3.1
5402026-08-14T21:59:34.716Z Downloaded aead v0.5.2
5412026-08-14T21:59:34.719Z Downloaded async-stream-impl v0.3.6
5422026-08-14T21:59:34.719Z Downloaded env_logger v0.11.9
5432026-08-14T21:59:34.723Z Downloaded futures-sink v0.3.32
5442026-08-14T21:59:34.723Z Downloaded block-buffer v0.12.1
5452026-08-14T21:59:34.726Z Downloaded foreign-types v0.5.0
5462026-08-14T21:59:34.726Z Downloaded base16ct v0.2.0
5472026-08-14T21:59:34.730Z Downloaded base64ct v1.8.3
5482026-08-14T21:59:34.730Z Downloaded futures-task v0.3.32
5492026-08-14T21:59:34.734Z Downloaded async-trait v0.1.89
5502026-08-14T21:59:34.734Z Downloaded funty v2.0.0
5512026-08-14T21:59:34.734Z Downloaded foreign-types v0.3.2
5522026-08-14T21:59:34.734Z Downloaded futures-core v0.3.32
5532026-08-14T21:59:34.734Z Downloaded foreign-types-shared v0.3.1
5542026-08-14T21:59:34.738Z Downloaded bcrypt-pbkdf v0.11.0
5552026-08-14T21:59:34.741Z Downloaded cobs v0.3.0
5562026-08-14T21:59:34.741Z Downloaded foldhash v0.1.5
5572026-08-14T21:59:34.741Z Downloaded getrandom v0.3.4
5582026-08-14T21:59:34.744Z Downloaded cfg_aliases v0.1.1
5592026-08-14T21:59:34.747Z Downloaded bit-set v0.8.0
5602026-08-14T21:59:34.747Z Downloaded castaway v0.2.4
5612026-08-14T21:59:34.747Z Downloaded fd-lock v4.0.4
5622026-08-14T21:59:34.747Z Downloaded globwalk v0.9.1
5632026-08-14T21:59:34.751Z Downloaded headers-core v0.3.0
5642026-08-14T21:59:34.751Z Downloaded ciborium-ll v0.2.2
5652026-08-14T21:59:34.751Z Downloaded gethostname v0.5.0
5662026-08-14T21:59:34.751Z Downloaded hubpack_derive v0.1.1
5672026-08-14T21:59:34.755Z Downloaded cfg_aliases v0.2.1
5682026-08-14T21:59:34.755Z Downloaded fixedbitset v0.4.2
5692026-08-14T21:59:34.755Z Downloaded compression-core v0.4.31
5702026-08-14T21:59:34.758Z Downloaded hex v0.4.3
5712026-08-14T21:59:34.761Z Downloaded hex-literal v1.1.0
5722026-08-14T21:59:34.761Z Downloaded float-cmp v0.10.0
5732026-08-14T21:59:34.761Z Downloaded foreign-types-shared v0.1.1
5742026-08-14T21:59:34.761Z Downloaded backon v1.6.0
5752026-08-14T21:59:34.765Z Downloaded httpdate v1.0.3
5762026-08-14T21:59:34.769Z Downloaded hash32 v0.2.1
5772026-08-14T21:59:34.769Z Downloaded hostname v0.3.1
5782026-08-14T21:59:34.769Z Downloaded hubpack v0.1.2
5792026-08-14T21:59:34.769Z Downloaded hyper-tls v0.6.0
5802026-08-14T21:59:34.773Z Downloaded http-range v0.1.5
5812026-08-14T21:59:34.777Z Downloaded futures-macro v0.3.32
5822026-08-14T21:59:34.777Z Downloaded hostname v0.4.2
5832026-08-14T21:59:34.780Z Downloaded num v0.4.3
5842026-08-14T21:59:34.780Z Downloaded phf_shared v0.13.1
5852026-08-14T21:59:34.780Z Downloaded num-conv v0.2.0
5862026-08-14T21:59:34.783Z Downloaded anstyle-parse v0.2.7
5872026-08-14T21:59:34.784Z Downloaded const_format_proc_macros v0.2.34
5882026-08-14T21:59:34.784Z Downloaded fixedbitset v0.5.7
5892026-08-14T21:59:34.789Z Downloaded futures-io v0.3.32
5902026-08-14T21:59:34.789Z Downloaded erased-serde v0.3.31
5912026-08-14T21:59:34.789Z Downloaded ff v0.14.0
5922026-08-14T21:59:34.789Z Downloaded fs_extra v1.3.0
5932026-08-14T21:59:34.793Z Downloaded humantime v2.3.0
5942026-08-14T21:59:34.793Z Downloaded cassowary v0.3.0
5952026-08-14T21:59:34.793Z Downloaded openssl-probe v0.2.1
5962026-08-14T21:59:34.793Z Downloaded flagset v0.4.7
5972026-08-14T21:59:34.793Z Downloaded glob v0.3.3
5982026-08-14T21:59:34.793Z Downloaded group v0.14.0
5992026-08-14T21:59:34.793Z Downloaded atomic-waker v1.1.2
6002026-08-14T21:59:34.793Z Downloaded backoff v0.4.0
6012026-08-14T21:59:34.797Z Downloaded bcs v0.1.6
6022026-08-14T21:59:34.797Z Downloaded camino-tempfile-ext v0.3.3
6032026-08-14T21:59:34.797Z Downloaded fs-err v2.11.0
6042026-08-14T21:59:34.797Z Downloaded http-body-util v0.1.3
6052026-08-14T21:59:34.797Z Downloaded http-body v1.0.1
6062026-08-14T21:59:34.801Z Downloaded powerfmt v0.2.0
6072026-08-14T21:59:34.801Z Downloaded cipher v0.4.4
6082026-08-14T21:59:34.801Z Downloaded blake2 v0.10.6
6092026-08-14T21:59:34.801Z Downloaded packed_struct_codegen v0.10.1
6102026-08-14T21:59:34.804Z Downloaded proc-macro-crate v1.3.1
6112026-08-14T21:59:34.807Z Downloaded quick-error v1.2.3
6122026-08-14T21:59:34.807Z Downloaded rand_chacha v0.3.1
6132026-08-14T21:59:34.807Z Downloaded rfc6979 v0.6.0
6142026-08-14T21:59:34.811Z Downloaded ref-cast v1.0.25
6152026-08-14T21:59:34.815Z Downloaded chacha20 v0.9.1
6162026-08-14T21:59:34.815Z Downloaded filetime v0.2.27
6172026-08-14T21:59:34.815Z Downloaded rtoolbox v0.0.3
6182026-08-14T21:59:34.815Z Downloaded scheduled-thread-pool v0.2.7
6192026-08-14T21:59:34.818Z Downloaded git-stub-vcs v0.1.0
6202026-08-14T21:59:34.821Z Downloaded form_urlencoded v1.2.2
6212026-08-14T21:59:34.822Z Downloaded compression-codecs v0.4.37
6222026-08-14T21:59:34.825Z Downloaded enum_dispatch v0.3.13
6232026-08-14T21:59:34.825Z Downloaded scroll_derive v0.13.1
6242026-08-14T21:59:34.825Z Downloaded seq-macro v0.3.6
6252026-08-14T21:59:34.828Z Downloaded cexpr v0.6.0
6262026-08-14T21:59:34.832Z Downloaded cmov v0.5.4
6272026-08-14T21:59:34.832Z Downloaded globset v0.4.18
6282026-08-14T21:59:34.836Z Downloaded group v0.13.0
6292026-08-14T21:59:34.836Z Downloaded cancel-safe-futures v0.1.5
6302026-08-14T21:59:34.836Z Downloaded base64 v0.21.7
6312026-08-14T21:59:34.839Z Downloaded cmake v0.1.57
6322026-08-14T21:59:34.843Z Downloaded sapling-renderdag v0.1.0
6332026-08-14T21:59:34.843Z Downloaded serde_plain v1.0.2
6342026-08-14T21:59:34.843Z Downloaded buf-list v1.1.2
6352026-08-14T21:59:34.846Z Downloaded hyper-rustls v0.27.7
6362026-08-14T21:59:34.846Z Downloaded byte-wrapper v0.1.0
6372026-08-14T21:59:34.851Z Downloaded highway v1.3.0
6382026-08-14T21:59:34.851Z Downloaded bs58 v0.5.1
6392026-08-14T21:59:34.855Z Downloaded find-msvc-tools v0.1.9
6402026-08-14T21:59:34.855Z Downloaded pbkdf2 v0.13.0
6412026-08-14T21:59:34.858Z Downloaded sponge-cursor v0.1.0
6422026-08-14T21:59:34.858Z Downloaded strum v0.27.2
6432026-08-14T21:59:34.862Z Downloaded ciborium v0.2.2
6442026-08-14T21:59:34.862Z Downloaded strsim v0.10.0
6452026-08-14T21:59:34.862Z Downloaded sync-ptr v0.1.4
6462026-08-14T21:59:34.862Z Downloaded blowfish v0.10.0
6472026-08-14T21:59:34.862Z Downloaded oxide-update-engine-display v0.1.2
6482026-08-14T21:59:34.865Z Downloaded password-hash v0.5.0
6492026-08-14T21:59:34.865Z Downloaded heapless v0.8.0
6502026-08-14T21:59:34.869Z Downloaded owo-colors v4.3.0
6512026-08-14T21:59:34.869Z Downloaded peg v0.8.5
6522026-08-14T21:59:34.869Z Downloaded phf v0.12.1
6532026-08-14T21:59:34.872Z Downloaded stable_deref_trait v1.2.1
6542026-08-14T21:59:34.872Z Downloaded pem-rfc7468 v1.0.0
6552026-08-14T21:59:34.872Z Downloaded pin-project-lite v0.2.17
6562026-08-14T21:59:34.875Z Downloaded unarray v0.1.4
6572026-08-14T21:59:34.876Z Downloaded rand_core v0.10.0
6582026-08-14T21:59:34.876Z Downloaded sec1 v0.8.1
6592026-08-14T21:59:34.876Z Downloaded progenitor v0.14.0
6602026-08-14T21:59:34.879Z Downloaded tabwriter v1.4.1
6612026-08-14T21:59:34.879Z Downloaded termtree v0.5.1
6622026-08-14T21:59:34.879Z Downloaded clang-sys v1.8.1
6632026-08-14T21:59:34.879Z Downloaded const-oid v0.9.6
6642026-08-14T21:59:34.883Z Downloaded bit-vec v0.8.0
6652026-08-14T21:59:34.883Z Downloaded chacha20 v0.10.0
6662026-08-14T21:59:34.883Z Downloaded topological-sort v0.2.2
6672026-08-14T21:59:34.886Z Downloaded try-lock v0.2.5
6682026-08-14T21:59:34.886Z Downloaded rustversion v1.0.22
6692026-08-14T21:59:34.890Z Downloaded utf-8 v0.7.6
6702026-08-14T21:59:34.890Z Downloaded void v1.0.2
6712026-08-14T21:59:34.890Z Downloaded yoke-derive v0.8.1
6722026-08-14T21:59:34.894Z Downloaded untrusted v0.7.1
6732026-08-14T21:59:34.894Z Downloaded bzip2 v0.4.4
6742026-08-14T21:59:34.904Z Downloaded console v0.16.2
6752026-08-14T21:59:34.904Z Downloaded base64 v0.22.1
6762026-08-14T21:59:34.907Z Downloaded blake2 v0.11.0-rc.6
6772026-08-14T21:59:34.907Z Downloaded futures-channel v0.3.32
6782026-08-14T21:59:34.907Z Downloaded getrandom v0.2.17
6792026-08-14T21:59:34.907Z Downloaded hybrid-array v0.4.13
6802026-08-14T21:59:34.907Z Downloaded fallible-iterator v0.2.0
6812026-08-14T21:59:34.908Z Downloaded hmac v0.13.0
6822026-08-14T21:59:34.908Z Downloaded hyper-staticfile v0.10.1
6832026-08-14T21:59:34.911Z Downloaded half v1.8.3
6842026-08-14T21:59:34.911Z Downloaded hmac v0.12.1
6852026-08-14T21:59:34.911Z Downloaded zone v0.3.1
6862026-08-14T21:59:34.915Z Downloaded serdect v0.4.3
6872026-08-14T21:59:34.919Z Downloaded simd-adler32 v0.3.8
6882026-08-14T21:59:34.919Z Downloaded crc-catalog v2.4.0
6892026-08-14T21:59:34.922Z Downloaded num-rational v0.4.2
6902026-08-14T21:59:34.922Z Downloaded snafu-derive v0.8.9
6912026-08-14T21:59:34.926Z Downloaded fatfs v0.3.6
6922026-08-14T21:59:34.926Z Downloaded allocator-api2 v0.2.21
6932026-08-14T21:59:34.945Z Downloaded parking_lot_core v0.9.12
6942026-08-14T21:59:34.945Z Downloaded pkcs1 v0.7.5
6952026-08-14T21:59:34.945Z Downloaded predicates-core v1.0.10
6962026-08-14T21:59:34.945Z Downloaded console v0.15.11
6972026-08-14T21:59:34.951Z Downloaded defmt-parser v1.0.0
6982026-08-14T21:59:34.951Z Downloaded slog-async v2.8.0
6992026-08-14T21:59:34.951Z Downloaded tls_codec_derive v0.4.2
7002026-08-14T21:59:34.951Z Downloaded darling_macro v0.20.11
7012026-08-14T21:59:34.951Z Downloaded darling_macro v0.21.3
7022026-08-14T21:59:34.951Z Downloaded dof v0.4.0
7032026-08-14T21:59:34.951Z Downloaded dtrace-parser v0.3.0
7042026-08-14T21:59:34.951Z Downloaded dunce v1.0.5
7052026-08-14T21:59:34.951Z Downloaded difflib v0.4.0
7062026-08-14T21:59:34.951Z Downloaded dirs-sys-next v0.1.2
7072026-08-14T21:59:34.951Z Downloaded headers v0.4.1
7082026-08-14T21:59:34.951Z Downloaded derive_builder_macro v0.20.2
7092026-08-14T21:59:34.951Z Downloaded flume v0.11.1
7102026-08-14T21:59:34.951Z Downloaded thiserror-no-std v2.0.2
7112026-08-14T21:59:34.951Z Downloaded embedded-io v0.4.0
7122026-08-14T21:59:34.952Z Downloaded idna_adapter v1.2.1
7132026-08-14T21:59:34.952Z Downloaded postcard v1.1.3
7142026-08-14T21:59:34.952Z Downloaded colored v2.2.0
7152026-08-14T21:59:34.952Z Downloaded const-oid v0.10.2
7162026-08-14T21:59:34.952Z Downloaded constant_time_eq v0.4.2
7172026-08-14T21:59:34.952Z Downloaded poly1305 v0.9.0
7182026-08-14T21:59:34.955Z Downloaded strum_macros v0.24.3
7192026-08-14T21:59:34.955Z Downloaded salsa20 v0.11.0
7202026-08-14T21:59:34.955Z Downloaded tokio-tungstenite v0.21.0
7212026-08-14T21:59:34.955Z Downloaded unicase v2.9.0
7222026-08-14T21:59:34.959Z Downloaded utf8_iter v1.0.4
7232026-08-14T21:59:34.959Z Downloaded bzip2 v0.6.1
7242026-08-14T21:59:34.959Z Downloaded indent_write v2.2.0
7252026-08-14T21:59:34.959Z Downloaded toml_writer v1.1.1+spec-1.1.0
7262026-08-14T21:59:34.959Z Downloaded vergen-lib v0.1.6
7272026-08-14T21:59:34.962Z Downloaded vergen-lib v9.1.0
7282026-08-14T21:59:34.963Z Downloaded vsss-rs v3.3.4
7292026-08-14T21:59:34.963Z Downloaded indoc v1.0.9
7302026-08-14T21:59:34.966Z Downloaded inout v0.1.4
7312026-08-14T21:59:34.966Z Downloaded libscf-sys v1.2.0
7322026-08-14T21:59:34.966Z Downloaded aes v0.9.1
7332026-08-14T21:59:34.969Z Downloaded colored v3.1.1
7342026-08-14T21:59:34.969Z Downloaded half v2.7.1
7352026-08-14T21:59:34.972Z Downloaded futures v0.3.32
7362026-08-14T21:59:34.972Z Downloaded serde_cbor v0.11.2
7372026-08-14T21:59:34.976Z Downloaded wyz v0.5.1
7382026-08-14T21:59:34.976Z Downloaded csv-core v0.1.13
7392026-08-14T21:59:34.976Z Downloaded sha2 v0.11.0
7402026-08-14T21:59:34.980Z Downloaded signal-hook-mio v0.2.5
7412026-08-14T21:59:34.980Z Downloaded lru-cache v0.1.2
7422026-08-14T21:59:34.980Z Downloaded lru-slab v0.1.2
7432026-08-14T21:59:34.980Z Downloaded newline-converter v0.3.0
7442026-08-14T21:59:34.983Z Downloaded newtype-uuid-macros v0.1.0
7452026-08-14T21:59:34.983Z Downloaded openssl-macros v0.1.1
7462026-08-14T21:59:34.983Z Downloaded openssl-probe v0.1.6
7472026-08-14T21:59:34.983Z Downloaded smf v0.2.3
7482026-08-14T21:59:34.988Z Downloaded num-iter v0.1.45
7492026-08-14T21:59:34.995Z Downloaded der_derive v0.7.3
7502026-08-14T21:59:34.998Z Downloaded olpc-cjson v0.1.4
7512026-08-14T21:59:34.999Z Downloaded potential_utf v0.1.4
7522026-08-14T21:59:34.999Z Downloaded password-hash v0.6.1
7532026-08-14T21:59:35.003Z Downloaded derive_builder_core v0.20.2
7542026-08-14T21:59:35.007Z Downloaded arc-swap v1.8.2
7552026-08-14T21:59:35.012Z Downloaded bytes v1.11.1
7562026-08-14T21:59:35.015Z Downloaded chacha20poly1305 v0.10.1
7572026-08-14T21:59:35.015Z Downloaded ref-cast-impl v1.0.25
7582026-08-14T21:59:35.015Z Downloaded keccak v0.1.6
7592026-08-14T21:59:35.019Z Downloaded tokio-tungstenite v0.23.1
7602026-08-14T21:59:35.019Z Downloaded tracing-attributes v0.1.31
7612026-08-14T21:59:35.022Z Downloaded rfc6979 v0.4.0
7622026-08-14T21:59:35.022Z Downloaded russh-cryptovec v0.62.0
7632026-08-14T21:59:35.023Z Downloaded russh-util v0.52.0
7642026-08-14T21:59:35.023Z Downloaded ar_archive_writer v0.5.1
7652026-08-14T21:59:35.026Z Downloaded serde_bytes v0.11.19
7662026-08-14T21:59:35.026Z Downloaded slog-bunyan v2.5.0
7672026-08-14T21:59:35.026Z Downloaded strum v0.26.3
7682026-08-14T21:59:35.029Z Downloaded libefi-sys v0.1.0
7692026-08-14T21:59:35.029Z Downloaded const_format v0.2.35
7702026-08-14T21:59:35.035Z Downloaded structmeta-derive v0.3.0
7712026-08-14T21:59:35.035Z Downloaded num-traits v0.2.19
7722026-08-14T21:59:35.038Z Downloaded newtype-uuid v1.3.2
7732026-08-14T21:59:35.038Z Downloaded secrecy v0.8.0
7742026-08-14T21:59:35.038Z Downloaded libsw v3.5.0
7752026-08-14T21:59:35.038Z Downloaded httparse v1.10.1
7762026-08-14T21:59:35.045Z Downloaded slog v2.8.2
7772026-08-14T21:59:35.049Z Downloaded zerocopy v0.6.6
7782026-08-14T21:59:35.049Z Downloaded crossbeam-utils v0.8.21
7792026-08-14T21:59:35.052Z Downloaded mime_guess v2.0.5
7802026-08-14T21:59:35.052Z Downloaded nanorand v0.7.0
7812026-08-14T21:59:35.056Z Downloaded universal-hash v0.5.1
7822026-08-14T21:59:35.060Z Downloaded universal-hash v0.6.1
7832026-08-14T21:59:35.060Z Downloaded darling v0.20.11
7842026-08-14T21:59:35.063Z Downloaded p384 v0.14.0
7852026-08-14T21:59:35.063Z Downloaded num-integer v0.1.46
7862026-08-14T21:59:35.066Z Downloaded packed_struct v0.10.1
7872026-08-14T21:59:35.066Z Downloaded oxnet v0.1.6
7882026-08-14T21:59:35.066Z Downloaded paste v1.0.15
7892026-08-14T21:59:35.072Z Downloaded phc v0.6.1
7902026-08-14T21:59:35.072Z Downloaded want v0.3.1
7912026-08-14T21:59:35.075Z Downloaded hashbrown v0.13.2
7922026-08-14T21:59:35.078Z Downloaded compact_str v0.8.1
7932026-08-14T21:59:35.078Z Downloaded prettyplease v0.2.37
7942026-08-14T21:59:35.081Z Downloaded iana-time-zone v0.1.65
7952026-08-14T21:59:35.081Z Downloaded rand_chacha v0.9.0
7962026-08-14T21:59:35.085Z Downloaded rand_core v0.6.4
7972026-08-14T21:59:35.085Z Downloaded progenitor-client v0.13.0
7982026-08-14T21:59:35.085Z Downloaded polyval v0.7.1
7992026-08-14T21:59:35.085Z Downloaded crucible-workspace-hack v0.1.0
8002026-08-14T21:59:35.089Z Downloaded crc v3.4.0
8012026-08-14T21:59:35.089Z Downloaded crypto-common v0.2.2
8022026-08-14T21:59:35.094Z Downloaded progenitor-impl v0.13.0
8032026-08-14T21:59:35.094Z Downloaded rand_core v0.9.5
8042026-08-14T21:59:35.098Z Downloaded unsafe-libyaml v0.2.11
8052026-08-14T21:59:35.098Z Downloaded proc-macro-error2 v2.0.1
8062026-08-14T21:59:35.101Z Downloaded rusty-fork v0.3.1
8072026-08-14T21:59:35.101Z Downloaded bumpalo v3.20.2
8082026-08-14T21:59:35.102Z Downloaded slab v0.4.12
8092026-08-14T21:59:35.105Z Downloaded termios v0.3.3
8102026-08-14T21:59:35.105Z Downloaded thread-id v5.1.0
8112026-08-14T21:59:35.105Z Downloaded flate2 v1.1.9
8122026-08-14T21:59:35.108Z Downloaded memmap2 v0.9.10
8132026-08-14T21:59:35.108Z Downloaded rustls-pemfile v2.2.0
8142026-08-14T21:59:35.112Z Downloaded dsl_auto_type v0.2.0
8152026-08-14T21:59:35.112Z Downloaded hickory-resolver v0.24.4
8162026-08-14T21:59:35.119Z Downloaded heapless v0.7.17
8172026-08-14T21:59:35.119Z Downloaded scrypt v0.12.0
8182026-08-14T21:59:35.122Z Downloaded crc-any v2.5.0
8192026-08-14T21:59:35.122Z Downloaded socket2 v0.5.10
8202026-08-14T21:59:35.122Z Downloaded strum_macros v0.26.4
8212026-08-14T21:59:35.122Z Downloaded typify-macro v0.6.2
8222026-08-14T21:59:35.122Z Downloaded serde_spanned v1.1.1
8232026-08-14T21:59:35.125Z Downloaded serde_with_macros v1.5.2
8242026-08-14T21:59:35.125Z Downloaded signal-hook-registry v1.4.8
8252026-08-14T21:59:35.125Z Downloaded ssh-cipher v0.3.0
8262026-08-14T21:59:35.125Z Downloaded ssh-encoding v0.3.0
8272026-08-14T21:59:35.129Z Downloaded smallvec v0.6.14
8282026-08-14T21:59:35.129Z Downloaded jiff-static v0.2.34
8292026-08-14T21:59:35.132Z Downloaded pkcs8 v0.11.0
8302026-08-14T21:59:35.136Z Downloaded qorb v0.4.1
8312026-08-14T21:59:35.136Z Downloaded stacker v0.1.23
8322026-08-14T21:59:35.136Z Downloaded tinystr v0.8.2
8332026-08-14T21:59:35.140Z Downloaded derive_builder v0.20.2
8342026-08-14T21:59:35.140Z Downloaded md-5 v0.10.6
8352026-08-14T21:59:35.143Z Downloaded memoffset v0.9.1
8362026-08-14T21:59:35.143Z Downloaded nonempty v0.12.0
8372026-08-14T21:59:35.143Z Downloaded progenitor v0.13.0
8382026-08-14T21:59:35.147Z Downloaded vergen-git2 v9.1.0
8392026-08-14T21:59:35.147Z Downloaded vergen-gitcl v1.0.8
8402026-08-14T21:59:35.154Z Downloaded postgres-types v0.2.12
8412026-08-14T21:59:35.159Z Downloaded ppv-lite86 v0.2.21
8422026-08-14T21:59:35.159Z Downloaded tinyvec v1.10.0
8432026-08-14T21:59:35.162Z Downloaded managed v0.8.0
8442026-08-14T21:59:35.162Z Downloaded new_debug_unreachable v1.0.6
8452026-08-14T21:59:35.162Z Downloaded usdt-impl v0.6.0
8462026-08-14T21:59:35.163Z Downloaded whoami v2.1.0
8472026-08-14T21:59:35.163Z Downloaded zeroize v1.9.0
8482026-08-14T21:59:35.163Z Downloaded zstd-safe v7.2.4
8492026-08-14T21:59:35.163Z Downloaded opaque-debug v0.3.1
8502026-08-14T21:59:35.166Z Downloaded num_enum_derive v0.5.11
8512026-08-14T21:59:35.166Z Downloaded phf_shared v0.12.1
8522026-08-14T21:59:35.166Z Downloaded cc v1.2.56
8532026-08-14T21:59:35.167Z Downloaded daft-derive v0.1.7
8542026-08-14T21:59:35.171Z Downloaded zip v0.6.6
8552026-08-14T21:59:35.175Z Downloaded defmt-macros v1.0.1
8562026-08-14T21:59:35.179Z Downloaded progenitor-client v0.14.0
8572026-08-14T21:59:35.179Z Downloaded digest v0.11.3
8582026-08-14T21:59:35.179Z Downloaded defmt v1.0.1
8592026-08-14T21:59:35.183Z Downloaded ed25519 v2.2.3
8602026-08-14T21:59:35.183Z Downloaded litrs v1.0.0
8612026-08-14T21:59:35.186Z Downloaded progenitor-macro v0.14.0
8622026-08-14T21:59:35.190Z Downloaded serde_with_macros v3.21.0
8632026-08-14T21:59:35.190Z Downloaded smallvec v1.15.1
8642026-08-14T21:59:35.194Z Downloaded rsa v0.9.10
8652026-08-14T21:59:35.194Z Downloaded impl-trait-for-tuples v0.2.3
8662026-08-14T21:59:35.197Z Downloaded tiny-keccak v2.0.2
8672026-08-14T21:59:35.197Z Downloaded hickory-resolver v0.25.2
8682026-08-14T21:59:35.201Z Downloaded papergrid v0.18.0
8692026-08-14T21:59:35.204Z Downloaded term v1.2.1
8702026-08-14T21:59:35.204Z Downloaded darling_core v0.20.11
8712026-08-14T21:59:35.208Z Downloaded tar v0.4.46
8722026-08-14T21:59:35.208Z Downloaded toml_parser v1.1.2+spec-1.1.0
8732026-08-14T21:59:35.212Z Downloaded serde_urlencoded v0.7.1
8742026-08-14T21:59:35.212Z Downloaded slog-envlogger v2.2.0
8752026-08-14T21:59:35.217Z Downloaded testing_table v0.3.0
8762026-08-14T21:59:35.217Z Downloaded jobserver v0.1.34
8772026-08-14T21:59:35.222Z Downloaded libloading v0.8.9
8782026-08-14T21:59:35.222Z Downloaded md5 v0.8.0
8792026-08-14T21:59:35.222Z Downloaded pin-project v1.1.11
8802026-08-14T21:59:35.227Z Downloaded sigpipe v0.1.3
8812026-08-14T21:59:35.227Z Downloaded structmeta v0.3.0
8822026-08-14T21:59:35.227Z Downloaded tagptr v0.2.0
8832026-08-14T21:59:35.231Z Downloaded cookie_store v0.22.1
8842026-08-14T21:59:35.231Z Downloaded ctutils v0.4.2
8852026-08-14T21:59:35.231Z Downloaded hickory-server v0.25.2
8862026-08-14T21:59:35.231Z Downloaded num-complex v0.4.6
8872026-08-14T21:59:35.234Z Downloaded unicode_categories v0.1.1
8882026-08-14T21:59:35.234Z Downloaded whoami v1.6.1
8892026-08-14T21:59:35.238Z Downloaded tower-service v0.3.3
8902026-08-14T21:59:35.241Z Downloaded usdt-macro v0.6.0
8912026-08-14T21:59:35.241Z Downloaded unicode-truncate v1.1.0
8922026-08-14T21:59:35.241Z Downloaded xattr v1.6.1
8932026-08-14T21:59:35.241Z Downloaded cstr-argument v0.1.2
8942026-08-14T21:59:35.245Z Downloaded primefield v0.14.0
8952026-08-14T21:59:35.245Z Downloaded crc8 v0.1.1
8962026-08-14T21:59:35.248Z Downloaded tokio-postgres v0.7.16
8972026-08-14T21:59:35.252Z Downloaded diff v0.1.13
8982026-08-14T21:59:35.256Z Downloaded port-file v0.1.0
8992026-08-14T21:59:35.259Z Downloaded pkcs8 v0.10.2
9002026-08-14T21:59:35.262Z Downloaded curve25519-dalek-derive v0.1.1
9012026-08-14T21:59:35.266Z Downloaded resolv-conf v0.7.6
9022026-08-14T21:59:35.266Z Downloaded dirs-next v2.0.0
9032026-08-14T21:59:35.270Z Downloaded display-error-chain v0.2.2
9042026-08-14T21:59:35.273Z Downloaded hashbrown v0.12.3
9052026-08-14T21:59:35.277Z Downloaded rustls-native-certs v0.8.3
9062026-08-14T21:59:35.277Z Downloaded schemars_derive v0.8.22
9072026-08-14T21:59:35.280Z Downloaded slog-term v2.9.2
9082026-08-14T21:59:35.280Z Downloaded ipnetwork v0.21.1
9092026-08-14T21:59:35.283Z Downloaded serde-hex v0.1.0
9102026-08-14T21:59:35.286Z Downloaded is_ci v1.2.0
9112026-08-14T21:59:35.286Z Downloaded lalrpop-util v0.19.12
9122026-08-14T21:59:35.293Z Downloaded http v1.4.2
9132026-08-14T21:59:35.296Z Downloaded maplit v1.0.2
9142026-08-14T21:59:35.296Z Downloaded newtype_derive v0.1.6
9152026-08-14T21:59:35.296Z Downloaded strum_macros v0.27.2
9162026-08-14T21:59:35.300Z Downloaded num-derive v0.4.2
9172026-08-14T21:59:35.306Z Downloaded derive_more v0.99.20
9182026-08-14T21:59:35.310Z Downloaded uzers v0.12.2
9192026-08-14T21:59:35.315Z Downloaded tui-tree-widget v0.23.1
9202026-08-14T21:59:35.315Z Downloaded writeable v0.6.2
9212026-08-14T21:59:35.318Z Downloaded percent-encoding v2.3.2
9222026-08-14T21:59:35.318Z Downloaded phf_shared v0.11.3
9232026-08-14T21:59:35.318Z Downloaded rustc_version v0.1.7
9242026-08-14T21:59:35.322Z Downloaded parking_lot_core v0.8.6
9252026-08-14T21:59:35.322Z Downloaded darling_core v0.13.4
9262026-08-14T21:59:35.327Z Downloaded drift v0.2.0
9272026-08-14T21:59:35.330Z Downloaded zstd v0.13.3
9282026-08-14T21:59:35.330Z Downloaded parking_lot v0.11.2
9292026-08-14T21:59:35.334Z Downloaded parking_lot v0.12.5
9302026-08-14T21:59:35.334Z Downloaded icu_properties v2.1.2
9312026-08-14T21:59:35.334Z Downloaded indexmap v1.9.3
9322026-08-14T21:59:35.341Z Downloaded serde_yaml v0.9.34+deprecated
9332026-08-14T21:59:35.341Z Downloaded quinn-udp v0.5.14
9342026-08-14T21:59:35.341Z Downloaded corncobs v0.1.4
9352026-08-14T21:59:35.348Z Downloaded critical-section v1.2.0
9362026-08-14T21:59:35.348Z Downloaded serde-big-array v0.5.1
9372026-08-14T21:59:35.348Z Downloaded diesel-dtrace v0.5.0
9382026-08-14T21:59:35.348Z Downloaded either v1.15.0
9392026-08-14T21:59:35.348Z Downloaded shell-words v1.1.1
9402026-08-14T21:59:35.352Z Downloaded displaydoc v0.2.5
9412026-08-14T21:59:35.355Z Downloaded signature v3.0.0
9422026-08-14T21:59:35.355Z Downloaded rsa v0.10.0-rc.18
9432026-08-14T21:59:35.359Z Downloaded siphasher v1.0.2
9442026-08-14T21:59:35.368Z Downloaded omicron-zone-package v0.12.3
9452026-08-14T21:59:35.371Z Downloaded spin v0.9.8
9462026-08-14T21:59:35.375Z Downloaded unicode-xid v0.2.6
9472026-08-14T21:59:35.375Z Downloaded usdt v0.6.0
9482026-08-14T21:59:35.375Z Downloaded thiserror-impl-no-std v2.0.2
9492026-08-14T21:59:35.379Z Downloaded xshell-macros v0.2.7
9502026-08-14T21:59:35.379Z Downloaded nodrop v0.1.14
9512026-08-14T21:59:35.379Z Downloaded tinyvec_macros v0.1.1
9522026-08-14T21:59:35.382Z Downloaded nom v8.0.0
9532026-08-14T21:59:35.386Z Downloaded x509-cert v0.2.5
9542026-08-14T21:59:35.389Z Downloaded peg-macros v0.8.5
9552026-08-14T21:59:35.389Z Downloaded zip v4.6.1
9562026-08-14T21:59:35.393Z Downloaded tokio-rustls v0.26.4
9572026-08-14T21:59:35.393Z Downloaded hyper-util v0.1.20
9582026-08-14T21:59:35.396Z Downloaded oxide-update-engine-types v0.1.2
9592026-08-14T21:59:35.396Z Downloaded predicates v3.1.4
9602026-08-14T21:59:35.399Z Downloaded psm v0.1.30
9612026-08-14T21:59:35.399Z Downloaded samael v0.0.19
9622026-08-14T21:59:35.403Z Downloaded debug-ignore v1.0.5
9632026-08-14T21:59:35.406Z Downloaded minimal-lexical v0.2.1
9642026-08-14T21:59:35.406Z Downloaded elliptic-curve v0.13.8
9652026-08-14T21:59:35.409Z Downloaded darling_core v0.21.3
9662026-08-14T21:59:35.413Z Downloaded typed-path v0.9.3
9672026-08-14T21:59:35.417Z Downloaded data-encoding v2.10.0
9682026-08-14T21:59:35.417Z Downloaded slog-dtrace v0.3.0
9692026-08-14T21:59:35.420Z Downloaded daft v0.1.7
9702026-08-14T21:59:35.420Z Downloaded support-bundle-viewer v0.1.2
9712026-08-14T21:59:35.420Z Downloaded tls_codec v0.4.2
9722026-08-14T21:59:35.424Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9732026-08-14T21:59:35.428Z Downloaded hashbrown v0.15.5
9742026-08-14T21:59:35.428Z Downloaded hashbrown v0.16.1
9752026-08-14T21:59:35.431Z Downloaded signal-hook v0.3.18
9762026-08-14T21:59:35.435Z Downloaded lazy_static v1.5.0
9772026-08-14T21:59:35.435Z Downloaded ingot-types v0.2.0
9782026-08-14T21:59:35.435Z Downloaded internet-checksum v0.2.1
9792026-08-14T21:59:35.435Z Downloaded ingot-macros v0.2.0
9802026-08-14T21:59:35.439Z Downloaded test-strategy v0.4.5
9812026-08-14T21:59:35.442Z Downloaded string_cache v0.8.9
9822026-08-14T21:59:35.442Z Downloaded publicsuffix v2.3.0
9832026-08-14T21:59:35.446Z Downloaded zerovec-derive v0.11.2
9842026-08-14T21:59:35.446Z Downloaded oso-derive v0.27.3
9852026-08-14T21:59:35.446Z Downloaded internal-russh-num-bigint v0.5.0
9862026-08-14T21:59:35.449Z Downloaded parse-display v0.10.0
9872026-08-14T21:59:35.449Z Downloaded predicates-tree v1.0.13
9882026-08-14T21:59:35.449Z Downloaded recursive-proc-macro-impl v0.1.1
9892026-08-14T21:59:35.449Z Downloaded same-file v1.0.6
9902026-08-14T21:59:35.453Z Downloaded kstat-rs v0.2.5
9912026-08-14T21:59:35.453Z Downloaded lzss v0.8.2
9922026-08-14T21:59:35.453Z Downloaded lru v0.12.5
9932026-08-14T21:59:35.456Z Downloaded num_threads v0.1.7
9942026-08-14T21:59:35.460Z Downloaded toml v0.7.8
9952026-08-14T21:59:35.460Z Downloaded crossbeam-channel v0.5.15
9962026-08-14T21:59:35.463Z Downloaded unicode-properties v0.1.4
9972026-08-14T21:59:35.463Z Downloaded crossbeam-deque v0.8.6
9982026-08-14T21:59:35.466Z Downloaded sha1 v0.11.0
9992026-08-14T21:59:35.466Z Downloaded typify v0.6.2
10002026-08-14T21:59:35.469Z Downloaded uuid v1.23.4
10012026-08-14T21:59:35.473Z Downloaded deranged v0.5.8
10022026-08-14T21:59:35.473Z Downloaded proc-macro-error-attr2 v2.0.0
10032026-08-14T21:59:35.476Z Downloaded radium v0.7.0
10042026-08-14T21:59:35.479Z Downloaded oxide-update-engine v0.1.2
10052026-08-14T21:59:35.479Z Downloaded rcgen v0.12.1
10062026-08-14T21:59:35.479Z Downloaded aes-gcm v0.11.0
10072026-08-14T21:59:35.483Z Downloaded strip-ansi-escapes v0.2.1
10082026-08-14T21:59:35.487Z Downloaded icu_collections v2.1.1
10092026-08-14T21:59:35.491Z Downloaded icu_provider v2.1.1
10102026-08-14T21:59:35.491Z Downloaded indicatif v0.18.4
10112026-08-14T21:59:35.494Z Downloaded derive-where v1.6.0
10122026-08-14T21:59:35.494Z Downloaded tower v0.5.3
10132026-08-14T21:59:35.498Z Downloaded crossterm v0.28.1
10142026-08-14T21:59:35.501Z Downloaded ctr v0.10.1
10152026-08-14T21:59:35.502Z Downloaded signature v2.2.0
10162026-08-14T21:59:35.505Z Downloaded num-bigint v0.4.6
10172026-08-14T21:59:35.505Z Downloaded scuffle v0.1.0
10182026-08-14T21:59:35.509Z Downloaded unit-prefix v0.5.2
10192026-08-14T21:59:35.509Z Downloaded zerofrom v0.1.6
10202026-08-14T21:59:35.509Z Downloaded toml_edit v0.19.15
10212026-08-14T21:59:35.524Z Downloaded ingot v0.2.1
10222026-08-14T21:59:35.528Z Downloaded multer v3.1.0
10232026-08-14T21:59:35.528Z Downloaded futures-util v0.3.32
10242026-08-14T21:59:35.528Z Downloaded hkdf v0.13.0
10252026-08-14T21:59:35.528Z Downloaded sqlformat v0.3.5
10262026-08-14T21:59:35.528Z Downloaded ed25519 v3.0.0
10272026-08-14T21:59:35.528Z Downloaded tap v1.0.1
10282026-08-14T21:59:35.528Z Downloaded tower-layer v0.3.3
10292026-08-14T21:59:35.528Z Downloaded defmt v0.3.100
10302026-08-14T21:59:35.532Z Downloaded scroll v0.13.0
10312026-08-14T21:59:35.532Z Downloaded downcast-rs v2.0.2
10322026-08-14T21:59:35.532Z Downloaded embedded-io v0.6.1
10332026-08-14T21:59:35.532Z Downloaded is-terminal v0.4.17
10342026-08-14T21:59:35.532Z Downloaded crc32fast v1.5.0
10352026-08-14T21:59:35.532Z Downloaded parse-display-derive v0.10.0
10362026-08-14T21:59:35.532Z Downloaded zerotrie v0.2.3
10372026-08-14T21:59:35.536Z Downloaded ed25519-dalek v3.0.0
10382026-08-14T21:59:35.536Z Downloaded inout v0.2.2
10392026-08-14T21:59:35.536Z Downloaded kem v0.3.0
10402026-08-14T21:59:35.539Z Downloaded parse-size v1.1.0
10412026-08-14T21:59:35.539Z Downloaded progenitor-macro v0.13.0
10422026-08-14T21:59:35.539Z Downloaded des v0.9.0
10432026-08-14T21:59:35.539Z Downloaded document-features v0.2.12
10442026-08-14T21:59:35.539Z Downloaded ssh-key v0.7.0-rc.11
10452026-08-14T21:59:35.543Z Downloaded phf v0.13.1
10462026-08-14T21:59:35.546Z Downloaded spki v0.8.0
10472026-08-14T21:59:35.546Z Downloaded stringprep v0.1.5
10482026-08-14T21:59:35.550Z Downloaded scopeguard v1.2.0
10492026-08-14T21:59:35.550Z Downloaded progenitor-impl v0.14.0
10502026-08-14T21:59:35.554Z Downloaded darling v0.23.0
10512026-08-14T21:59:35.554Z Downloaded r2d2 v0.8.10
10522026-08-14T21:59:35.557Z Downloaded serde_derive_internals v0.29.1
10532026-08-14T21:59:35.560Z Downloaded quinn v0.11.11
10542026-08-14T21:59:35.573Z Downloaded aho-corasick v1.1.4
10552026-08-14T21:59:35.573Z Downloaded serde_repr v0.1.20
10562026-08-14T21:59:35.577Z Downloaded sha1 v0.10.6
10572026-08-14T21:59:35.578Z Downloaded wait-timeout v0.2.1
10582026-08-14T21:59:35.578Z Downloaded convert_case v0.10.0
10592026-08-14T21:59:35.578Z Downloaded h2 v0.4.15
10602026-08-14T21:59:35.578Z Downloaded hyper v1.10.1
10612026-08-14T21:59:35.581Z Downloaded vte v0.14.1
10622026-08-14T21:59:35.581Z Downloaded hkdf v0.12.4
10632026-08-14T21:59:35.581Z Downloaded unicode-segmentation v1.12.0
10642026-08-14T21:59:35.586Z Downloaded usdt-attr-macro v0.6.0
10652026-08-14T21:59:35.586Z Downloaded instability v0.3.11
10662026-08-14T21:59:35.586Z Downloaded openssl-sys v0.9.117
10672026-08-14T21:59:35.590Z Downloaded ena v0.14.4
10682026-08-14T21:59:35.590Z Downloaded time-core v0.1.8
10692026-08-14T21:59:35.590Z Downloaded darling_macro v0.13.4
10702026-08-14T21:59:35.590Z Downloaded pretty_assertions v1.4.1
10712026-08-14T21:59:35.593Z Downloaded ryu v1.0.23
10722026-08-14T21:59:35.593Z Downloaded keccak v0.2.0
10732026-08-14T21:59:35.597Z Downloaded module-lattice v0.2.3
10742026-08-14T21:59:35.597Z Downloaded num_enum v0.7.6
10752026-08-14T21:59:35.602Z Downloaded pkg-config v0.3.32
10762026-08-14T21:59:35.602Z Downloaded rustc-hash v2.1.1
10772026-08-14T21:59:35.602Z Downloaded rustc_version v0.4.1
10782026-08-14T21:59:35.602Z Downloaded itertools v0.12.1
10792026-08-14T21:59:35.608Z Downloaded miniz_oxide v0.8.9
10802026-08-14T21:59:35.608Z Downloaded tungstenite v0.23.0
10812026-08-14T21:59:35.612Z Downloaded pin-project-internal v1.1.11
10822026-08-14T21:59:35.612Z Downloaded dropshot_endpoint v0.17.1
10832026-08-14T21:59:35.612Z Downloaded zone_cfg_derive v0.3.1
10842026-08-14T21:59:35.612Z Downloaded schemars v1.2.1
10852026-08-14T21:59:35.619Z Downloaded tracing-core v0.1.36
10862026-08-14T21:59:35.622Z Downloaded thread_local v1.1.9
10872026-08-14T21:59:35.625Z Downloaded crunchy v0.2.4
10882026-08-14T21:59:35.625Z Downloaded instant v0.1.13
10892026-08-14T21:59:35.629Z Downloaded rawzip v0.4.4
10902026-08-14T21:59:35.629Z Downloaded mime v0.3.17
10912026-08-14T21:59:35.633Z Downloaded psl-types v2.0.11
10922026-08-14T21:59:35.636Z Downloaded cookie v0.18.1
10932026-08-14T21:59:35.636Z Downloaded wnaf v0.14.0
10942026-08-14T21:59:35.640Z Downloaded der v0.7.10
10952026-08-14T21:59:35.643Z Downloaded multimap v0.10.1
10962026-08-14T21:59:35.643Z Downloaded match_cfg v0.1.0
10972026-08-14T21:59:35.643Z Downloaded path-slash v0.1.5
10982026-08-14T21:59:35.650Z Downloaded ed25519-dalek v2.2.0
10992026-08-14T21:59:35.654Z Downloaded similar v2.7.0
11002026-08-14T21:59:35.660Z Downloaded term v0.7.0
11012026-08-14T21:59:35.664Z Downloaded twox-hash v2.1.2
11022026-08-14T21:59:35.664Z Downloaded secrecy v0.10.3
11032026-08-14T21:59:35.664Z Downloaded semver v0.1.20
11042026-08-14T21:59:35.664Z Downloaded sqlparser_derive v0.5.0
11052026-08-14T21:59:35.667Z Downloaded rand_pcg v0.10.2
11062026-08-14T21:59:35.667Z Downloaded static_assertions v1.1.0
11072026-08-14T21:59:35.671Z Downloaded tokio-native-tls v0.3.1
11082026-08-14T21:59:35.671Z Downloaded walkdir v2.5.0
11092026-08-14T21:59:35.675Z Downloaded primeorder v0.13.6
11102026-08-14T21:59:35.678Z Downloaded darling_macro v0.23.0
11112026-08-14T21:59:35.678Z Downloaded normalize-line-endings v0.3.0
11122026-08-14T21:59:35.678Z Downloaded nu-ansi-term v0.50.3
11132026-08-14T21:59:35.678Z Downloaded linked-hash-map v0.5.6
11142026-08-14T21:59:35.682Z Downloaded slog-scope v4.4.1
11152026-08-14T21:59:35.685Z Downloaded spki v0.7.3
11162026-08-14T21:59:35.685Z Downloaded derive-ex v0.1.8
11172026-08-14T21:59:35.685Z Downloaded iri-string v0.7.10
11182026-08-14T21:59:35.689Z Downloaded rustls-webpki v0.103.13
11192026-08-14T21:59:35.692Z Downloaded sync_wrapper v1.0.2
11202026-08-14T21:59:35.692Z Downloaded trait-variant v0.1.2
11212026-08-14T21:59:35.692Z Downloaded cpufeatures v0.3.0
11222026-08-14T21:59:35.692Z Downloaded icu_normalizer v2.1.1
11232026-08-14T21:59:35.696Z Downloaded blake3 v1.8.5
11242026-08-14T21:59:35.699Z Downloaded zerocopy-derive v0.8.40
11252026-08-14T21:59:35.702Z Downloaded p256 v0.14.0
11262026-08-14T21:59:35.706Z Downloaded recursive v0.1.1
11272026-08-14T21:59:35.706Z Downloaded signal-hook-tokio v0.3.1
11282026-08-14T21:59:35.706Z Downloaded waitgroup v0.1.2
11292026-08-14T21:59:35.706Z Downloaded zerofrom-derive v0.1.6
11302026-08-14T21:59:35.709Z Downloaded native-tls v0.2.18
11312026-08-14T21:59:35.709Z Downloaded pem v3.0.6
11322026-08-14T21:59:35.709Z Downloaded precomputed-hash v0.1.1
11332026-08-14T21:59:35.709Z Downloaded rayon-core v1.13.0
11342026-08-14T21:59:35.713Z Downloaded xshell v0.2.7
11352026-08-14T21:59:35.713Z Downloaded sec1 v0.7.3
11362026-08-14T21:59:35.713Z Downloaded time-macros v0.2.27
11372026-08-14T21:59:35.716Z Downloaded tokio-macros v2.7.0
11382026-08-14T21:59:35.716Z Downloaded num_enum_derive v0.7.6
11392026-08-14T21:59:35.716Z Downloaded rand_xorshift v0.4.0
11402026-08-14T21:59:35.720Z Downloaded dropshot-api-manager-types v0.7.2
11412026-08-14T21:59:35.720Z Downloaded dyn-clone v1.0.20
11422026-08-14T21:59:35.724Z Downloaded maybe-uninit v2.0.0
11432026-08-14T21:59:35.724Z Downloaded tokio-test v0.4.5
11442026-08-14T21:59:35.724Z Downloaded tokio-util v0.7.18
11452026-08-14T21:59:35.728Z Downloaded tough v0.22.0
11462026-08-14T21:59:35.731Z Downloaded yasna v0.5.2
11472026-08-14T21:59:35.738Z Downloaded indoc v2.0.7
11482026-08-14T21:59:35.738Z Downloaded ecdsa v0.17.0
11492026-08-14T21:59:35.742Z Downloaded peg-runtime v0.8.5
11502026-08-14T21:59:35.742Z Downloaded aws-lc-rs v1.16.3
11512026-08-14T21:59:35.742Z Downloaded dropshot-api-manager v0.7.2
11522026-08-14T21:59:35.746Z Downloaded git2 v0.20.4
11532026-08-14T21:59:35.749Z Downloaded ident_case v1.0.1
11542026-08-14T21:59:35.749Z Downloaded zerovec v0.11.5
11552026-08-14T21:59:35.752Z Downloaded crossbeam-epoch v0.9.18
11562026-08-14T21:59:35.752Z Downloaded libbz2-rs-sys v0.2.2
11572026-08-14T21:59:35.756Z Downloaded oso v0.27.3
11582026-08-14T21:59:35.756Z Downloaded oxide-tokio-rt v0.1.4
11592026-08-14T21:59:35.757Z Downloaded rpassword v7.5.4
11602026-08-14T21:59:35.760Z Downloaded supports-color v3.0.2
11612026-08-14T21:59:35.760Z Downloaded digest-io v0.1.0
11622026-08-14T21:59:35.760Z Downloaded num_enum v0.5.11
11632026-08-14T21:59:35.760Z Downloaded tokio-dtrace v0.1.1
11642026-08-14T21:59:35.763Z Downloaded icu_locale_core v2.1.1
11652026-08-14T21:59:35.763Z Downloaded idna v1.1.0
11662026-08-14T21:59:35.767Z Downloaded ipnet v2.11.0
11672026-08-14T21:59:35.767Z Downloaded ron v0.8.1
11682026-08-14T21:59:35.771Z Downloaded lock_api v0.4.14
11692026-08-14T21:59:35.771Z Downloaded diesel_table_macro_syntax v0.3.0
11702026-08-14T21:59:35.771Z Downloaded untrusted v0.9.0
11712026-08-14T21:59:35.783Z Downloaded illumos-nvpair v0.3.0
11722026-08-14T21:59:35.783Z Downloaded pkcs1 v0.8.0-rc.4
11732026-08-14T21:59:35.784Z Downloaded darling v0.13.4
11742026-08-14T21:59:35.787Z Downloaded yansi v1.0.1
11752026-08-14T21:59:35.787Z Downloaded take_mut v0.2.2
11762026-08-14T21:59:35.787Z Downloaded subtle v2.6.1
11772026-08-14T21:59:35.788Z Downloaded tokio-stream v0.1.18
11782026-08-14T21:59:35.788Z Downloaded zeroize_derive v1.5.0
11792026-08-14T21:59:35.788Z Downloaded itertools v0.13.0
11802026-08-14T21:59:35.791Z Downloaded linear-map v1.2.0
11812026-08-14T21:59:35.791Z Downloaded nibble_vec v0.1.0
11822026-08-14T21:59:35.791Z Downloaded proptest v1.11.0
11832026-08-14T21:59:35.795Z Downloaded prefix-trie v0.7.0
11842026-08-14T21:59:35.799Z Downloaded primeorder v0.14.0
11852026-08-14T21:59:35.799Z Downloaded bindgen v0.71.1
11862026-08-14T21:59:35.802Z Downloaded cpubits v0.1.1
11872026-08-14T21:59:35.802Z Downloaded litemap v0.8.1
11882026-08-14T21:59:35.811Z Downloaded delegate v0.13.5
11892026-08-14T21:59:35.811Z Downloaded winnow v0.5.40
11902026-08-14T21:59:35.815Z Downloaded iddqd v0.4.2
11912026-08-14T21:59:35.815Z Downloaded chrono v0.4.45
11922026-08-14T21:59:35.818Z Downloaded darling v0.21.3
11932026-08-14T21:59:35.821Z Downloaded libsw-core v0.3.2
11942026-08-14T21:59:35.821Z Downloaded yoke v0.8.1
11952026-08-14T21:59:35.822Z Downloaded diesel_derives v2.3.7
11962026-08-14T21:59:35.825Z Downloaded ignore v0.4.25
11972026-08-14T21:59:35.825Z Downloaded illumos-nvpair-sys v0.2.0
11982026-08-14T21:59:35.829Z Downloaded rand_seeder v0.4.0
11992026-08-14T21:59:35.829Z Downloaded shlex v1.3.0
12002026-08-14T21:59:35.829Z Downloaded bitvec v1.0.1
12012026-08-14T21:59:35.834Z Downloaded socket2 v0.6.3
12022026-08-14T21:59:35.838Z Downloaded ecdsa v0.16.9
12032026-08-14T21:59:35.838Z Downloaded postgres-protocol v0.6.10
12042026-08-14T21:59:35.838Z Downloaded crypto-primes v0.7.2
12052026-08-14T21:59:35.841Z Downloaded serde_path_to_error v0.1.20
12062026-08-14T21:59:35.842Z Downloaded tungstenite v0.21.0
12072026-08-14T21:59:35.844Z Downloaded rand v0.10.1
12082026-08-14T21:59:35.845Z Downloaded pem-rfc7468 v0.7.0
12092026-08-14T21:59:35.848Z Downloaded slog-stdlog v4.1.1
12102026-08-14T21:59:35.848Z Downloaded synstructure v0.13.2
12112026-08-14T21:59:35.851Z Downloaded pkcs5 v0.8.1
12122026-08-14T21:59:35.855Z Downloaded vergen v9.1.0
12132026-08-14T21:59:35.858Z Downloaded slog-json v2.6.1
12142026-08-14T21:59:35.858Z Downloaded quick-xml v0.37.5
12152026-08-14T21:59:35.862Z Downloaded rustyline v14.0.0
12162026-08-14T21:59:35.866Z Downloaded jiff-core v0.1.0
12172026-08-14T21:59:35.870Z Downloaded libxml v0.3.3
12182026-08-14T21:59:35.874Z Downloaded derive_more v2.1.1
12192026-08-14T21:59:35.877Z Downloaded russh v0.62.4
12202026-08-14T21:59:35.881Z Downloaded elliptic-curve v0.14.1
12212026-08-14T21:59:35.884Z Downloaded unicode-bidi v0.3.18
12222026-08-14T21:59:35.884Z Downloaded zlib-rs v0.6.2
12232026-08-14T21:59:35.887Z Downloaded num-bigint-dig v0.8.6
12242026-08-14T21:59:35.891Z Downloaded progenitor-extras v0.2.0
12252026-08-14T21:59:35.891Z Downloaded icu_normalizer_data v2.1.1
12262026-08-14T21:59:35.894Z Downloaded rustls-pki-types v1.14.0
12272026-08-14T21:59:35.897Z Downloaded schemars v0.8.22
12282026-08-14T21:59:35.900Z Downloaded libm v0.2.16
12292026-08-14T21:59:35.906Z Downloaded reqwest v0.13.2
12302026-08-14T21:59:35.910Z Downloaded subprocess v0.2.15
12312026-08-14T21:59:35.913Z Downloaded steno v0.4.1
12322026-08-14T21:59:35.913Z Downloaded goblin v0.10.5
12332026-08-14T21:59:35.917Z Downloaded darling_core v0.23.0
12342026-08-14T21:59:35.920Z Downloaded ml-kem v0.3.2
12352026-08-14T21:59:35.924Z Downloaded radix_trie v0.2.1
12362026-08-14T21:59:35.924Z Downloaded serde_with v1.14.0
12372026-08-14T21:59:35.927Z Downloaded rand v0.8.6
12382026-08-14T21:59:35.931Z Downloaded rustls-platform-verifier v0.6.2
12392026-08-14T21:59:35.931Z Downloaded snafu v0.8.9
12402026-08-14T21:59:35.934Z Downloaded poly1305 v0.8.0
12412026-08-14T21:59:35.934Z Downloaded icu_properties_data v2.1.2
12422026-08-14T21:59:35.940Z Downloaded regex v1.12.3
12432026-08-14T21:59:35.944Z Downloaded serde_with v3.21.0
12442026-08-14T21:59:35.948Z Downloaded schemars v0.9.0
12452026-08-14T21:59:35.955Z Downloaded toml v1.1.2+spec-1.1.0
12462026-08-14T21:59:35.958Z Downloaded nom v7.1.3
12472026-08-14T21:59:35.961Z Downloaded portable-atomic v1.13.1
12482026-08-14T21:59:35.965Z Downloaded lalrpop v0.19.12
12492026-08-14T21:59:35.969Z Downloaded derive_more-impl v2.1.1
12502026-08-14T21:59:35.973Z Downloaded zopfli v0.8.3
12512026-08-14T21:59:35.976Z Downloaded unicode-normalization v0.1.25
12522026-08-14T21:59:35.980Z Downloaded url v2.5.8
12532026-08-14T21:59:35.980Z Downloaded time v0.3.47
12542026-08-14T21:59:36.002Z Downloaded winnow v0.6.26
12552026-08-14T21:59:36.006Z Downloaded rayon v1.11.0
12562026-08-14T21:59:36.013Z Downloaded zerocopy v0.8.40
12572026-08-14T21:59:36.018Z Downloaded reedline v0.40.0
12582026-08-14T21:59:36.022Z Downloaded crypto-bigint v0.5.5
12592026-08-14T21:59:36.026Z Downloaded itertools v0.14.0
12602026-08-14T21:59:36.032Z Downloaded rand v0.9.2
12612026-08-14T21:59:36.040Z Downloaded p521 v0.14.0
12622026-08-14T21:59:36.043Z Downloaded reqwest v0.12.28
12632026-08-14T21:59:36.043Z Downloaded mio v1.2.0
12642026-08-14T21:59:36.048Z Downloaded tower-http v0.6.8
12652026-08-14T21:59:36.053Z Downloaded crossterm v0.29.0
12662026-08-14T21:59:36.056Z Downloaded itertools v0.15.0
12672026-08-14T21:59:36.062Z Downloaded der v0.8.0
12682026-08-14T21:59:36.066Z Downloaded smoltcp v0.9.1
12692026-08-14T21:59:36.070Z Downloaded regex-syntax v0.6.29
12702026-08-14T21:59:36.075Z Downloaded itertools v0.10.5
12712026-08-14T21:59:36.110Z Downloaded quinn-proto v0.11.16
12722026-08-14T21:59:36.113Z Downloaded object v0.37.3
12732026-08-14T21:59:36.121Z Downloaded salty v0.3.0
12742026-08-14T21:59:36.125Z Downloaded sha3 v0.12.0
12752026-08-14T21:59:36.128Z Downloaded winnow v1.0.3
12762026-08-14T21:59:36.131Z Downloaded moka v0.12.13
12772026-08-14T21:59:36.135Z Downloaded tabled v0.21.0
12782026-08-14T21:59:36.145Z Downloaded bstr v1.12.1
12792026-08-14T21:59:36.150Z Downloaded polar-core v0.27.3
12802026-08-14T21:59:36.154Z Downloaded p384 v0.13.1
12812026-08-14T21:59:36.157Z Downloaded nix v0.27.1
12822026-08-14T21:59:36.162Z Downloaded curve25519-dalek v5.0.0
12832026-08-14T21:59:36.169Z Downloaded hickory-proto v0.25.2
12842026-08-14T21:59:36.178Z Downloaded hickory-proto v0.24.4
12852026-08-14T21:59:36.185Z Downloaded openapiv3 v2.2.0
12862026-08-14T21:59:36.206Z Downloaded vcpkg v0.2.15
12872026-08-14T21:59:36.227Z Downloaded regress v0.11.1
12882026-08-14T21:59:36.231Z Downloaded nix v0.28.0
12892026-08-14T21:59:36.239Z Downloaded rustix v0.38.44
12902026-08-14T21:59:36.252Z Downloaded object v0.30.4
12912026-08-14T21:59:36.257Z Downloaded petname v2.0.2
12922026-08-14T21:59:36.272Z Downloaded rustls v0.23.41
12932026-08-14T21:59:36.277Z Downloaded nix v0.31.2
12942026-08-14T21:59:36.284Z Downloaded diesel v2.3.7
12952026-08-14T21:59:36.295Z Downloaded openssl v0.10.80
12962026-08-14T21:59:36.300Z Downloaded crypto-bigint v0.7.5
12972026-08-14T21:59:36.309Z Downloaded ratatui v0.29.0
12982026-08-14T21:59:36.319Z Downloaded smoltcp v0.11.0
12992026-08-14T21:59:36.326Z Downloaded regress v0.10.5
13002026-08-14T21:59:36.330Z Downloaded sled v0.34.7
13012026-08-14T21:59:36.336Z Downloaded curve25519-dalek v4.1.3
13022026-08-14T21:59:36.355Z Downloaded sqlparser v0.61.0
13032026-08-14T21:59:36.361Z Downloaded regex-syntax v0.8.10
13042026-08-14T21:59:36.365Z Downloaded tracing v0.1.44
13052026-08-14T21:59:36.377Z Downloaded dropshot v0.17.1
13062026-08-14T21:59:36.395Z Downloaded jiff v0.2.34
13072026-08-14T21:59:36.414Z Downloaded sha3 v0.11.0
13082026-08-14T21:59:36.424Z Downloaded typify-impl v0.6.2
13092026-08-14T21:59:36.431Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-08-14T21:59:36.437Z Downloaded regex-automata v0.4.14
13112026-08-14T21:59:36.445Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13122026-08-14T21:59:36.456Z Downloaded sha3 v0.10.8
13132026-08-14T21:59:36.459Z Downloaded zerocopy-derive v0.6.6
13142026-08-14T21:59:36.464Z Downloaded csv v1.4.0
13152026-08-14T21:59:36.493Z Downloaded petgraph v0.6.5
13162026-08-14T21:59:36.512Z Downloaded chrono-tz v0.10.4
13172026-08-14T21:59:36.515Z Downloaded encoding_rs v0.8.35
13182026-08-14T21:59:36.531Z Downloaded petgraph v0.8.3
13192026-08-14T21:59:36.544Z Downloaded libgit2-sys v0.18.3+1.9.2
13202026-08-14T21:59:36.582Z Downloaded libz-sys v1.1.24
13212026-08-14T21:59:36.600Z Downloaded tokio v1.52.1
13222026-08-14T21:59:36.637Z Downloaded ring v0.17.14
13232026-08-14T21:59:37.143Z Downloaded aws-lc-sys v0.40.0
13242026-08-14T21:59:37.400Z Compiling libc v0.2.185
13252026-08-14T21:59:37.400Z Compiling serde_core v1.0.228
13262026-08-14T21:59:37.400Z Compiling serde v1.0.228
13272026-08-14T21:59:37.402Z Compiling log v0.4.29
13282026-08-14T21:59:37.403Z Compiling smallvec v1.15.1
13292026-08-14T21:59:37.403Z Compiling find-msvc-tools v0.1.9
13302026-08-14T21:59:37.539Z Compiling shlex v1.3.0
13312026-08-14T21:59:37.542Z Compiling syn v2.0.117
13322026-08-14T21:59:37.740Z Compiling subtle v2.6.1
13332026-08-14T21:59:37.752Z Compiling scopeguard v1.2.0
13342026-08-14T21:59:37.780Z Compiling stable_deref_trait v1.2.1
13352026-08-14T21:59:37.811Z Compiling typenum v1.20.1
13362026-08-14T21:59:37.852Z Compiling lock_api v0.4.14
13372026-08-14T21:59:37.855Z Compiling zerocopy v0.8.40
13382026-08-14T21:59:37.880Z Compiling portable-atomic v1.13.1
13392026-08-14T21:59:37.918Z Compiling serde_json v1.0.151
13402026-08-14T21:59:38.090Z Compiling critical-section v1.2.0
13412026-08-14T21:59:38.144Z Compiling libm v0.2.16
13422026-08-14T21:59:38.194Z Compiling num-traits v0.2.19
13432026-08-14T21:59:38.311Z Compiling pkg-config v0.3.32
13442026-08-14T21:59:38.371Z Compiling errno v0.3.14
13452026-08-14T21:59:38.385Z Compiling jobserver v0.1.34
13462026-08-14T21:59:38.434Z Compiling getrandom v0.2.17
13472026-08-14T21:59:38.601Z Compiling cc v1.2.56
13482026-08-14T21:59:38.652Z Compiling rand_core v0.6.4
13492026-08-14T21:59:38.832Z Compiling once_cell v1.21.3
13502026-08-14T21:59:38.904Z Compiling generic-array v0.14.7
13512026-08-14T21:59:38.917Z Compiling parking_lot_core v0.9.12
13522026-08-14T21:59:38.931Z Compiling const-oid v0.9.6
13532026-08-14T21:59:39.046Z Compiling pin-project-lite v0.2.17
13542026-08-14T21:59:39.090Z Compiling getrandom v0.4.1
13552026-08-14T21:59:39.175Z Compiling rand_core v0.10.0
13562026-08-14T21:59:39.588Z Compiling signal-hook-registry v1.4.8
13572026-08-14T21:59:39.755Z Compiling bitflags v2.11.0
13582026-08-14T21:59:39.784Z Compiling litemap v0.8.1
13592026-08-14T21:59:39.847Z Compiling futures-core v0.3.32
13602026-08-14T21:59:39.872Z Compiling percent-encoding v2.3.2
13612026-08-14T21:59:39.979Z Compiling writeable v0.6.2
13622026-08-14T21:59:39.994Z Compiling semver v1.0.28
13632026-08-14T21:59:40.007Z Compiling parking_lot v0.12.5
13642026-08-14T21:59:40.060Z Compiling mio v1.2.0
13652026-08-14T21:59:40.108Z Compiling icu_properties_data v2.1.2
13662026-08-14T21:59:40.177Z Compiling icu_normalizer_data v2.1.1
13672026-08-14T21:59:40.180Z Compiling socket2 v0.6.3
13682026-08-14T21:59:40.328Z Compiling getrandom v0.3.4
13692026-08-14T21:59:40.399Z Compiling futures-sink v0.3.32
13702026-08-14T21:59:40.450Z Compiling synstructure v0.13.2
13712026-08-14T21:59:40.465Z Compiling indexmap v2.14.0
13722026-08-14T21:59:40.503Z Compiling futures-channel v0.3.32
13732026-08-14T21:59:40.533Z Compiling futures-task v0.3.32
13742026-08-14T21:59:40.610Z Compiling rustix v1.1.3
13752026-08-14T21:59:40.712Z Compiling utf8_iter v1.0.4
13762026-08-14T21:59:40.743Z Compiling slab v0.4.12
13772026-08-14T21:59:40.868Z Compiling futures-io v0.3.32
13782026-08-14T21:59:40.925Z Compiling form_urlencoded v1.2.2
13792026-08-14T21:59:40.940Z Compiling rustversion v1.0.22
13802026-08-14T21:59:41.039Z Compiling base64ct v1.8.3
13812026-08-14T21:59:41.067Z Compiling iana-time-zone v0.1.65
13822026-08-14T21:59:41.104Z Compiling cmake v0.1.57
13832026-08-14T21:59:41.147Z Compiling regex-syntax v0.8.10
13842026-08-14T21:59:41.245Z Compiling fs_extra v1.3.0
13852026-08-14T21:59:41.265Z Compiling pem-rfc7468 v0.7.0
13862026-08-14T21:59:41.333Z Compiling ident_case v1.0.1
13872026-08-14T21:59:41.470Z Compiling flagset v0.4.7
13882026-08-14T21:59:41.499Z Compiling dunce v1.0.5
13892026-08-14T21:59:41.513Z Compiling rand_core v0.9.5
13902026-08-14T21:59:41.564Z Compiling uuid v1.23.4
13912026-08-14T21:59:41.594Z Compiling aws-lc-sys v0.40.0
13922026-08-14T21:59:41.609Z Compiling base64 v0.22.1
13932026-08-14T21:59:41.791Z Compiling vcpkg v0.2.15
13942026-08-14T21:59:41.915Z Compiling syn v1.0.109
13952026-08-14T21:59:41.937Z Compiling serde_derive_internals v0.29.1
13962026-08-14T21:59:42.201Z Compiling serde_derive v1.0.228
13972026-08-14T21:59:42.233Z Compiling zeroize_derive v1.5.0
13982026-08-14T21:59:42.268Z Compiling zerofrom-derive v0.1.6
13992026-08-14T21:59:42.367Z Compiling zerocopy-derive v0.8.40
14002026-08-14T21:59:42.533Z Compiling yoke-derive v0.8.1
14012026-08-14T21:59:42.865Z Compiling zerovec-derive v0.11.2
14022026-08-14T21:59:42.919Z Compiling zeroize v1.9.0
14032026-08-14T21:59:43.141Z Compiling displaydoc v0.2.5
14042026-08-14T21:59:43.722Z Compiling zerofrom v0.1.6
14052026-08-14T21:59:43.762Z Compiling tokio-macros v2.7.0
14062026-08-14T21:59:43.851Z Compiling yoke v0.8.1
14072026-08-14T21:59:43.905Z Compiling futures-macro v0.3.32
14082026-08-14T21:59:44.016Z Compiling zerovec v0.11.5
14092026-08-14T21:59:44.035Z Compiling zerotrie v0.2.3
14102026-08-14T21:59:44.144Z Compiling block-buffer v0.10.4
14112026-08-14T21:59:44.313Z Compiling crypto-common v0.1.7
14122026-08-14T21:59:44.338Z Compiling thiserror-impl v2.0.18
14132026-08-14T21:59:44.513Z Compiling tinystr v0.8.2
14142026-08-14T21:59:44.540Z Compiling potential_utf v0.1.4
14152026-08-14T21:59:44.556Z Compiling digest v0.10.7
14162026-08-14T21:59:44.706Z Compiling icu_locale_core v2.1.1
14172026-08-14T21:59:44.720Z Compiling icu_collections v2.1.1
14182026-08-14T21:59:44.794Z Compiling futures-util v0.3.32
14192026-08-14T21:59:44.813Z Compiling der_derive v0.7.3
14202026-08-14T21:59:45.217Z Compiling openssl-sys v0.9.117
14212026-08-14T21:59:45.624Z Compiling icu_provider v2.1.1
14222026-08-14T21:59:45.723Z Compiling thiserror v2.0.18
14232026-08-14T21:59:45.747Z Compiling bytes v1.11.1
14242026-08-14T21:59:45.793Z Compiling chrono v0.4.45
14252026-08-14T21:59:45.815Z Compiling der v0.7.10
14262026-08-14T21:59:45.875Z Compiling icu_properties v2.1.2
14272026-08-14T21:59:45.924Z Compiling icu_normalizer v2.1.1
14282026-08-14T21:59:46.371Z Compiling tokio v1.52.1
14292026-08-14T21:59:46.451Z Compiling http v1.4.2
14302026-08-14T21:59:46.954Z Compiling ppv-lite86 v0.2.21
14312026-08-14T21:59:46.969Z Compiling idna_adapter v1.2.1
14322026-08-14T21:59:46.986Z Compiling spki v0.7.3
14332026-08-14T21:59:47.079Z Compiling idna v1.1.0
14342026-08-14T21:59:47.104Z Compiling tracing-attributes v0.1.31
14352026-08-14T21:59:47.134Z Compiling rustc_version v0.4.1
14362026-08-14T21:59:47.184Z Compiling tracing-core v0.1.36
14372026-08-14T21:59:47.279Z Compiling rand_chacha v0.9.0
14382026-08-14T21:59:47.367Z Compiling url v2.5.8
14392026-08-14T21:59:47.450Z Compiling schemars v0.8.22
14402026-08-14T21:59:47.648Z Compiling dyn-clone v1.0.20
14412026-08-14T21:59:47.722Z Compiling cpufeatures v0.2.17
14422026-08-14T21:59:47.737Z Compiling aws-lc-rs v1.16.3
14432026-08-14T21:59:47.800Z Compiling rand v0.9.2
14442026-08-14T21:59:47.817Z Compiling pkcs8 v0.10.2
14452026-08-14T21:59:47.972Z Compiling http-body v1.0.1
14462026-08-14T21:59:48.123Z Compiling rustls-pki-types v1.14.0
14472026-08-14T21:59:48.140Z Compiling schemars_derive v0.8.22
14482026-08-14T21:59:48.160Z Compiling spin v0.9.8
14492026-08-14T21:59:48.365Z Compiling crc32fast v1.5.0
14502026-08-14T21:59:48.392Z Compiling tracing v0.1.44
14512026-08-14T21:59:48.535Z Compiling httparse v1.10.1
14522026-08-14T21:59:48.559Z Compiling cmov v0.5.4
14532026-08-14T21:59:48.625Z Compiling tinyvec_macros v0.1.1
14542026-08-14T21:59:48.655Z Compiling openssl-probe v0.2.1
14552026-08-14T21:59:48.695Z Compiling tinyvec v1.10.0
14562026-08-14T21:59:48.763Z Compiling ctutils v0.4.2
14572026-08-14T21:59:48.872Z Compiling tempfile v3.25.0
14582026-08-14T21:59:48.904Z Compiling pest_generator v2.8.6
14592026-08-14T21:59:48.990Z Compiling sha2 v0.10.9
14602026-08-14T21:59:49.032Z Compiling aho-corasick v1.1.4
14612026-08-14T21:59:49.230Z Compiling tower-layer v0.3.3
14622026-08-14T21:59:49.436Z Compiling untrusted v0.7.1
14632026-08-14T21:59:49.564Z Compiling radium v0.7.0
14642026-08-14T21:59:49.647Z Compiling tower-service v0.3.3
14652026-08-14T21:59:49.746Z Compiling atomic-waker v1.1.2
14662026-08-14T21:59:49.809Z Compiling try-lock v0.2.5
14672026-08-14T21:59:49.895Z Compiling want v0.3.1
14682026-08-14T21:59:49.920Z Compiling regex-automata v0.4.14
14692026-08-14T21:59:50.059Z Compiling pest_derive v2.8.6
14702026-08-14T21:59:50.338Z Compiling tokio-util v0.7.18
14712026-08-14T21:59:50.504Z Compiling hybrid-array v0.4.13
14722026-08-14T21:59:50.934Z Compiling ipnet v2.11.0
14732026-08-14T21:59:50.988Z Compiling scroll_derive v0.13.1
14742026-08-14T21:59:51.269Z Compiling h2 v0.4.15
14752026-08-14T21:59:51.358Z Compiling darling_core v0.20.11
14762026-08-14T21:59:51.421Z Compiling maybe-uninit v2.0.0
14772026-08-14T21:59:51.682Z Compiling rustls v0.23.41
14782026-08-14T21:59:51.766Z Compiling openssl v0.10.80
14792026-08-14T21:59:51.806Z Compiling httpdate v1.0.3
14802026-08-14T21:59:51.849Z Compiling tap v1.0.1
14812026-08-14T21:59:51.964Z Compiling untrusted v0.9.0
14822026-08-14T21:59:51.996Z Compiling foreign-types-shared v0.1.1
14832026-08-14T21:59:52.030Z Compiling simd-adler32 v0.3.8
14842026-08-14T21:59:52.078Z Compiling foreign-types v0.3.2
14852026-08-14T21:59:52.108Z Compiling wyz v0.5.1
14862026-08-14T21:59:52.124Z Compiling scroll v0.13.0
14872026-08-14T21:59:52.265Z Compiling unicode-normalization v0.1.25
14882026-08-14T21:59:52.386Z Compiling rand_chacha v0.3.1
14892026-08-14T21:59:52.401Z Compiling hex v0.4.3
14902026-08-14T21:59:52.668Z Compiling signature v2.2.0
14912026-08-14T21:59:52.699Z Compiling thiserror-impl v1.0.69
14922026-08-14T21:59:52.715Z Compiling openssl-macros v0.1.1
14932026-08-14T21:59:52.847Z Compiling terminal_size v0.4.3
14942026-08-14T21:59:52.989Z Compiling bzip2-sys v0.1.13+1.0.8
14952026-08-14T21:59:53.105Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-08-14T21:59:53.148Z Compiling num-integer v0.1.46
14972026-08-14T21:59:53.264Z Compiling socket2 v0.5.10
14982026-08-14T21:59:53.465Z Compiling wait-timeout v0.2.1
14992026-08-14T21:59:53.487Z Compiling ahash v0.8.12
15002026-08-14T21:59:53.621Z Compiling darling_macro v0.20.11
15012026-08-14T21:59:53.662Z Compiling time-core v0.1.8
15022026-08-14T21:59:53.690Z Compiling num-conv v0.2.0
15032026-08-14T21:59:53.729Z Compiling packed_struct v0.10.1
15042026-08-14T21:59:53.810Z Compiling adler2 v2.0.1
15052026-08-14T21:59:53.822Z Compiling quick-error v1.2.3
15062026-08-14T21:59:53.926Z Compiling bit-vec v0.8.0
15072026-08-14T21:59:53.926Z Compiling num-bigint-dig v0.8.6
15082026-08-14T21:59:53.956Z Compiling powerfmt v0.2.0
15092026-08-14T21:59:53.968Z Compiling native-tls v0.2.18
15102026-08-14T21:59:53.972Z Compiling funty v2.0.0
15112026-08-14T21:59:54.101Z Compiling clap_builder v4.6.0
15122026-08-14T21:59:54.138Z Compiling bit-set v0.8.0
15132026-08-14T21:59:54.153Z Compiling darling v0.20.11
15142026-08-14T21:59:54.166Z Compiling deranged v0.5.8
15152026-08-14T21:59:54.217Z Compiling thiserror v1.0.69
15162026-08-14T21:59:54.231Z Compiling rusty-fork v0.3.1
15172026-08-14T21:59:54.295Z Compiling miniz_oxide v0.8.9
15182026-08-14T21:59:54.318Z Compiling bitvec v1.0.1
15192026-08-14T21:59:54.570Z Compiling hyper v1.10.1
15202026-08-14T21:59:54.587Z Compiling time-macros v0.2.27
15212026-08-14T21:59:55.174Z Compiling num-iter v0.1.45
15222026-08-14T21:59:55.639Z Compiling rand v0.8.6
15232026-08-14T21:59:55.800Z Compiling hyper-util v0.1.20
15242026-08-14T21:59:56.051Z Compiling goblin v0.10.5
15252026-08-14T21:59:56.224Z Compiling packed_struct_codegen v0.10.1
15262026-08-14T21:59:56.443Z Compiling lazy_static v1.5.0
15272026-08-14T21:59:56.540Z Compiling toml_datetime v0.6.11
15282026-08-14T21:59:56.794Z Compiling serde_spanned v0.6.9
15292026-08-14T21:59:56.940Z Compiling hmac v0.12.1
15302026-08-14T21:59:57.101Z Compiling zerocopy-derive v0.6.6
15312026-08-14T21:59:57.145Z Compiling clap_derive v4.6.1
15322026-08-14T21:59:57.276Z Compiling bitfield-macros v0.19.4
15332026-08-14T21:59:57.517Z Compiling anstyle-parse v0.2.7
15342026-08-14T21:59:57.700Z Compiling rand_xorshift v0.4.0
15352026-08-14T21:59:57.864Z Compiling sync_wrapper v1.0.2
15362026-08-14T21:59:57.929Z Compiling indexmap v1.9.3
15372026-08-14T21:59:57.971Z Compiling siphasher v1.0.2
15382026-08-14T21:59:57.975Z Compiling paste v1.0.15
15392026-08-14T21:59:58.111Z Compiling unicode-segmentation v1.12.0
15402026-08-14T21:59:58.157Z Compiling unarray v0.1.4
15412026-08-14T21:59:58.248Z Compiling zlib-rs v0.6.2
15422026-08-14T21:59:58.271Z Compiling crc-catalog v2.4.0
15432026-08-14T21:59:58.364Z Compiling nodrop v0.1.14
15442026-08-14T21:59:58.378Z Compiling num_threads v0.1.7
15452026-08-14T21:59:58.458Z Compiling crossbeam-utils v0.8.21
15462026-08-14T21:59:58.475Z Compiling usdt-impl v0.6.0
15472026-08-14T21:59:58.494Z Compiling time v0.3.47
15482026-08-14T21:59:58.692Z Compiling array-init v0.0.4
15492026-08-14T21:59:58.757Z Compiling dof v0.4.0
15502026-08-14T21:59:58.879Z Compiling clap v4.6.1
15512026-08-14T21:59:58.960Z Compiling crc v3.4.0
15522026-08-14T21:59:59.077Z Compiling proptest v1.11.0
15532026-08-14T21:59:59.171Z Compiling bitfield v0.19.4
15542026-08-14T21:59:59.495Z Compiling tower v0.5.3
15552026-08-14T21:59:59.923Z Compiling zerocopy v0.6.6
15562026-08-14T21:59:59.965Z Compiling anstream v0.6.21
15572026-08-14T22:00:00.304Z Compiling smallvec v0.6.14
15582026-08-14T22:00:00.507Z Compiling derive_builder_core v0.20.2
15592026-08-14T22:00:00.703Z Compiling dtrace-parser v0.3.0
15602026-08-14T22:00:01.327Z Compiling flate2 v1.1.9
15612026-08-14T22:00:01.415Z Compiling ipnetwork v0.21.1
15622026-08-14T22:00:01.492Z Compiling http-body-util v0.1.3
15632026-08-14T22:00:01.508Z Compiling pkcs1 v0.7.5
15642026-08-14T22:00:01.521Z Compiling heapless v0.7.17
15652026-08-14T22:00:01.726Z Compiling scroll_derive v0.12.1
15662026-08-14T22:00:01.742Z Compiling structmeta-derive v0.3.0
15672026-08-14T22:00:01.763Z Compiling slog v2.8.2
15682026-08-14T22:00:01.827Z Compiling darling_core v0.23.0
15692026-08-14T22:00:01.896Z Compiling thread-id v5.1.0
15702026-08-14T22:00:01.946Z Compiling cookie v0.18.1
15712026-08-14T22:00:01.981Z Compiling env_filter v1.0.0
15722026-08-14T22:00:02.130Z Compiling base64 v0.21.7
15732026-08-14T22:00:02.275Z Compiling anyhow v1.0.102
15742026-08-14T22:00:02.393Z Compiling unicode-bidi v0.3.18
15752026-08-14T22:00:02.444Z Compiling hashbrown v0.12.3
15762026-08-14T22:00:02.577Z Compiling zstd-safe v7.2.4
15772026-08-14T22:00:02.814Z Compiling iri-string v0.7.10
15782026-08-14T22:00:02.832Z Compiling signal-hook v0.3.18
15792026-08-14T22:00:02.918Z Compiling winnow v0.5.40
15802026-08-14T22:00:02.933Z Compiling allocator-api2 v0.2.21
15812026-08-14T22:00:03.010Z Compiling ryu v1.0.23
15822026-08-14T22:00:03.195Z Compiling unicode-properties v0.1.4
15832026-08-14T22:00:03.273Z Compiling serde_urlencoded v0.7.1
15842026-08-14T22:00:03.410Z Compiling stringprep v0.1.5
15852026-08-14T22:00:03.853Z Compiling structmeta v0.3.0
15862026-08-14T22:00:03.942Z Compiling tower-http v0.6.8
15872026-08-14T22:00:04.287Z Compiling toml_edit v0.19.15
15882026-08-14T22:00:04.323Z Compiling scroll v0.12.0
15892026-08-14T22:00:04.337Z Compiling darling_macro v0.23.0
15902026-08-14T22:00:04.384Z Compiling ron v0.8.1
15912026-08-14T22:00:04.387Z Compiling env_logger v0.11.9
15922026-08-14T22:00:04.807Z Compiling rsa v0.9.10
15932026-08-14T22:00:04.873Z Compiling oxnet v0.1.6
15942026-08-14T22:00:05.308Z Compiling newtype-uuid v1.3.2
15952026-08-14T22:00:05.342Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15962026-08-14T22:00:05.362Z Compiling derive_builder_macro v0.20.2
15972026-08-14T22:00:05.635Z Compiling hashbrown v0.13.2
15982026-08-14T22:00:05.727Z Compiling serde-hex v0.1.0
15992026-08-14T22:00:05.842Z Compiling bzip2 v0.4.4
16002026-08-14T22:00:06.055Z Compiling tokio-native-tls v0.3.1
16012026-08-14T22:00:06.122Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16022026-08-14T22:00:06.308Z Compiling camino v1.2.2
16032026-08-14T22:00:06.733Z Compiling heck v0.4.1
16042026-08-14T22:00:06.959Z Compiling bstr v1.12.1
16052026-08-14T22:00:06.977Z Compiling crypto-common v0.2.2
16062026-08-14T22:00:07.193Z Compiling block-buffer v0.12.1
16072026-08-14T22:00:07.392Z Compiling block-padding v0.4.2
16082026-08-14T22:00:07.452Z Compiling rustls-native-certs v0.8.3
16092026-08-14T22:00:07.565Z Compiling curve25519-dalek v4.1.3
16102026-08-14T22:00:07.599Z Compiling x509-cert v0.2.5
16112026-08-14T22:00:07.739Z Compiling serde_tokenstream v0.2.3
16122026-08-14T22:00:07.896Z Compiling erased-serde v0.3.31
16132026-08-14T22:00:07.896Z Compiling md-5 v0.10.6
16142026-08-14T22:00:08.059Z Compiling daft-derive v0.1.7
16152026-08-14T22:00:08.077Z Compiling async-trait v0.1.89
16162026-08-14T22:00:08.391Z Compiling zerocopy-derive v0.7.35
16172026-08-14T22:00:08.705Z Compiling pin-project-internal v1.1.11
16182026-08-14T22:00:08.799Z Compiling vergen-lib v9.1.0
16192026-08-14T22:00:08.984Z Compiling hash32 v0.2.1
16202026-08-14T22:00:09.095Z Compiling memoffset v0.9.1
16212026-08-14T22:00:09.176Z Compiling encoding_rs v0.8.35
16222026-08-14T22:00:09.211Z Compiling smoltcp v0.9.1
16232026-08-14T22:00:09.264Z Compiling psl-types v2.0.11
16242026-08-14T22:00:09.286Z Compiling mime v0.3.17
16252026-08-14T22:00:09.439Z Compiling crc-any v2.5.0
16262026-08-14T22:00:09.580Z Compiling fallible-iterator v0.2.0
16272026-08-14T22:00:09.594Z Compiling litrs v1.0.0
16282026-08-14T22:00:09.675Z Compiling rustix v0.38.44
16292026-08-14T22:00:09.830Z Compiling ref-cast v1.0.25
16302026-08-14T22:00:09.896Z Compiling cfg_aliases v0.2.1
16312026-08-14T22:00:09.953Z Compiling postgres-protocol v0.6.10
16322026-08-14T22:00:09.973Z Compiling nix v0.31.2
16332026-08-14T22:00:10.062Z Compiling pin-project v1.1.11
16342026-08-14T22:00:10.101Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16352026-08-14T22:00:10.116Z Compiling document-features v0.2.12
16362026-08-14T22:00:10.174Z Compiling publicsuffix v2.3.0
16372026-08-14T22:00:10.290Z Compiling zerocopy v0.7.35
16382026-08-14T22:00:10.368Z Compiling daft v0.1.7
16392026-08-14T22:00:10.698Z Compiling inout v0.2.2
16402026-08-14T22:00:10.714Z Compiling snafu-derive v0.8.9
16412026-08-14T22:00:10.728Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16422026-08-14T22:00:10.794Z Compiling hyper-tls v0.6.0
16432026-08-14T22:00:10.826Z Compiling object v0.30.4
16442026-08-14T22:00:10.869Z Compiling zip v0.6.6
16452026-08-14T22:00:10.873Z Compiling derive_builder v0.20.2
16462026-08-14T22:00:11.002Z Compiling toml v0.7.8
16472026-08-14T22:00:11.030Z Compiling darling v0.23.0
16482026-08-14T22:00:11.222Z Compiling goblin v0.8.2
16492026-08-14T22:00:11.581Z Compiling derive-ex v0.1.8
16502026-08-14T22:00:11.774Z Compiling phf_shared v0.13.1
16512026-08-14T22:00:11.934Z Compiling regex v1.12.3
16522026-08-14T22:00:12.015Z Compiling hubpack_derive v0.1.1
16532026-08-14T22:00:12.355Z Compiling futures-executor v0.3.32
16542026-08-14T22:00:12.462Z Compiling curve25519-dalek-derive v0.1.1
16552026-08-14T22:00:12.605Z Compiling strum_macros v0.27.2
16562026-08-14T22:00:12.620Z Compiling ref-cast-impl v1.0.25
16572026-08-14T22:00:13.108Z Compiling vergen v9.1.0
16582026-08-14T22:00:13.167Z Compiling cargo-platform v0.3.2
16592026-08-14T22:00:13.252Z Compiling ff v0.13.1
16602026-08-14T22:00:13.287Z Compiling fs-err v3.3.0
16612026-08-14T22:00:13.392Z Compiling base16ct v0.2.0
16622026-08-14T22:00:13.435Z Compiling foldhash v0.2.0
16632026-08-14T22:00:13.474Z Compiling foldhash v0.1.5
16642026-08-14T22:00:13.570Z Compiling path-slash v0.1.5
16652026-08-14T22:00:13.646Z Compiling libbz2-rs-sys v0.2.2
16662026-08-14T22:00:13.660Z Compiling object v0.37.3
16672026-08-14T22:00:13.675Z Compiling jiff-core v0.1.0
16682026-08-14T22:00:13.701Z Compiling same-file v1.0.6
16692026-08-14T22:00:13.866Z Compiling bumpalo v3.20.2
16702026-08-14T22:00:13.925Z Compiling bitflags v1.3.2
16712026-08-14T22:00:14.006Z Compiling managed v0.8.0
16722026-08-14T22:00:14.125Z Compiling zopfli v0.8.3
16732026-08-14T22:00:14.314Z Compiling bzip2 v0.6.1
16742026-08-14T22:00:14.578Z Compiling jiff v0.2.34
16752026-08-14T22:00:14.581Z Compiling strum v0.27.2
16762026-08-14T22:00:14.737Z Compiling walkdir v2.5.0
16772026-08-14T22:00:14.762Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16782026-08-14T22:00:14.798Z Compiling hashbrown v0.15.5
16792026-08-14T22:00:14.831Z Compiling hashbrown v0.16.1
16802026-08-14T22:00:15.045Z Compiling sec1 v0.7.3
16812026-08-14T22:00:15.162Z Compiling dof v0.3.0
16822026-08-14T22:00:15.321Z Compiling group v0.13.0
16832026-08-14T22:00:15.355Z Compiling cargo_metadata v0.23.1
16842026-08-14T22:00:15.445Z Compiling test-strategy v0.4.5
16852026-08-14T22:00:15.889Z Compiling snafu v0.8.9
16862026-08-14T22:00:16.185Z Compiling futures v0.3.32
16872026-08-14T22:00:16.250Z Compiling hubpack v0.1.2
16882026-08-14T22:00:16.271Z Compiling phf v0.13.1
16892026-08-14T22:00:16.436Z Compiling signal-hook-mio v0.2.5
16902026-08-14T22:00:16.563Z Compiling cookie_store v0.22.1
16912026-08-14T22:00:16.716Z Compiling zstd v0.13.3
16922026-08-14T22:00:16.834Z Compiling serde_with_macros v3.21.0
16932026-08-14T22:00:16.920Z Compiling reqwest v0.12.28
16942026-08-14T22:00:16.982Z Compiling cipher v0.5.2
16952026-08-14T22:00:17.246Z Compiling postgres-types v0.2.12
16962026-08-14T22:00:17.796Z Compiling usdt-macro v0.6.0
16972026-08-14T22:00:17.980Z Compiling usdt-attr-macro v0.6.0
16982026-08-14T22:00:18.192Z Compiling globset v0.4.18
16992026-08-14T22:00:18.505Z Compiling phf_shared v0.11.3
17002026-08-14T22:00:18.571Z Compiling hkdf v0.12.4
17012026-08-14T22:00:18.586Z Compiling dtrace-parser v0.2.0
17022026-08-14T22:00:18.698Z Compiling ed25519 v2.2.3
17032026-08-14T22:00:18.744Z Compiling olpc-cjson v0.1.4
17042026-08-14T22:00:18.799Z Compiling byte-wrapper v0.1.0
17052026-08-14T22:00:18.888Z Compiling serde_plain v1.0.2
17062026-08-14T22:00:18.909Z Compiling serde-big-array v0.5.1
17072026-08-14T22:00:19.056Z Compiling crypto-bigint v0.5.5
17082026-08-14T22:00:19.080Z Compiling serde_repr v0.1.20
17092026-08-14T22:00:19.137Z Compiling enum-as-inner v0.6.1
17102026-08-14T22:00:19.194Z Compiling async-recursion v1.1.1
17112026-08-14T22:00:19.326Z Compiling strum_macros v0.26.4
17122026-08-14T22:00:19.622Z Compiling pem v3.0.6
17132026-08-14T22:00:19.658Z Compiling float-cmp v0.10.0
17142026-08-14T22:00:19.690Z Compiling thread-id v4.2.2
17152026-08-14T22:00:19.779Z Compiling memmap2 v0.9.10
17162026-08-14T22:00:19.809Z Compiling typed-path v0.9.3
17172026-08-14T22:00:19.903Z Compiling predicates-core v1.0.10
17182026-08-14T22:00:19.950Z Compiling precomputed-hash v0.1.1
17192026-08-14T22:00:19.998Z Compiling winnow v1.0.3
17202026-08-14T22:00:20.041Z Compiling keccak v0.1.6
17212026-08-14T22:00:20.082Z Compiling normalize-line-endings v0.3.0
17222026-08-14T22:00:20.183Z Compiling new_debug_unreachable v1.0.6
17232026-08-14T22:00:20.260Z Compiling whoami v2.1.0
17242026-08-14T22:00:20.649Z Compiling cpufeatures v0.3.0
17252026-08-14T22:00:20.701Z Compiling const-oid v0.10.2
17262026-08-14T22:00:20.736Z Compiling either v1.15.0
17272026-08-14T22:00:20.787Z Compiling fixedbitset v0.5.7
17282026-08-14T22:00:20.911Z Compiling difflib v0.4.0
17292026-08-14T22:00:20.946Z Compiling fixedbitset v0.4.2
17302026-08-14T22:00:21.067Z Compiling data-encoding v2.10.0
17312026-08-14T22:00:21.092Z Compiling static_assertions v1.1.0
17322026-08-14T22:00:21.110Z Compiling petgraph v0.8.3
17332026-08-14T22:00:21.143Z Compiling strum v0.26.3
17342026-08-14T22:00:21.168Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17352026-08-14T22:00:21.173Z Compiling predicates v3.1.4
17362026-08-14T22:00:21.246Z Compiling petgraph v0.6.5
17372026-08-14T22:00:21.263Z Compiling toml_parser v1.1.2+spec-1.1.0
17382026-08-14T22:00:21.468Z Compiling hickory-proto v0.25.2
17392026-08-14T22:00:21.757Z Compiling itertools v0.13.0
17402026-08-14T22:00:21.818Z Compiling digest v0.11.3
17412026-08-14T22:00:21.895Z Compiling chacha20 v0.10.0
17422026-08-14T22:00:22.042Z Compiling toml_edit v0.22.27
17432026-08-14T22:00:22.265Z Compiling tokio-postgres v0.7.16
17442026-08-14T22:00:22.727Z Compiling string_cache v0.8.9
17452026-08-14T22:00:22.958Z Compiling sha3 v0.10.8
17462026-08-14T22:00:22.988Z Compiling elliptic-curve v0.13.8
17472026-08-14T22:00:23.026Z Compiling usdt v0.6.0
17482026-08-14T22:00:23.290Z Compiling usdt-impl v0.5.0
17492026-08-14T22:00:23.388Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17502026-08-14T22:00:23.403Z Compiling ed25519-dalek v2.2.0
17512026-08-14T22:00:23.878Z Compiling crossterm v0.28.1
17522026-08-14T22:00:23.919Z Compiling serde_with v3.21.0
17532026-08-14T22:00:24.573Z Compiling zip v4.6.1
17542026-08-14T22:00:24.935Z Compiling iddqd v0.4.2
17552026-08-14T22:00:25.550Z Compiling similar v2.7.0
17562026-08-14T22:00:25.566Z Compiling crossbeam-epoch v0.9.18
17572026-08-14T22:00:25.659Z Compiling tokio-stream v0.1.18
17582026-08-14T22:00:25.775Z Compiling buf-list v1.1.2
17592026-08-14T22:00:25.892Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17602026-08-14T22:00:26.050Z Compiling openapiv3 v2.2.0
17612026-08-14T22:00:26.121Z Compiling lalrpop-util v0.19.12
17622026-08-14T22:00:26.193Z Compiling peg-runtime v0.8.5
17632026-08-14T22:00:26.210Z Compiling thread_local v1.1.9
17642026-08-14T22:00:26.229Z Compiling slog-async v2.8.0
17652026-08-14T22:00:26.311Z Compiling crossbeam-channel v0.5.15
17662026-08-14T22:00:26.391Z Compiling filetime v0.2.27
17672026-08-14T22:00:26.456Z Compiling is-terminal v0.4.17
17682026-08-14T22:00:26.473Z Compiling term v1.2.1
17692026-08-14T22:00:26.542Z Compiling take_mut v0.2.2
17702026-08-14T22:00:26.556Z Compiling xattr v1.6.1
17712026-08-14T22:00:26.570Z Compiling camino-tempfile v1.4.1
17722026-08-14T22:00:26.722Z Compiling tar v0.4.46
17732026-08-14T22:00:26.766Z Compiling slog-term v2.9.2
17742026-08-14T22:00:33.267Z Compiling rustls-webpki v0.103.13
17752026-08-14T22:00:35.991Z Compiling tokio-rustls v0.26.4
17762026-08-14T22:00:35.991Z Compiling rustls-platform-verifier v0.6.2
17772026-08-14T22:00:35.991Z Compiling tough v0.22.0
17782026-08-14T22:00:36.196Z Compiling hyper-rustls v0.27.7
17792026-08-14T22:00:36.404Z Compiling reqwest v0.13.2
17802026-08-14T22:00:38.653Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17812026-08-14T22:00:38.844Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17822026-08-14T22:00:41.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17832026-08-14T22:00:41.938Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17842026-08-14T22:00:41.996ZAug 14 22:00:40.288 INFO Starting download, target: Cockroach
17852026-08-14T22:00:41.996ZAug 14 22:00:40.288 INFO Starting download, target: DendriteStub
17862026-08-14T22:00:41.996ZAug 14 22:00:40.288 INFO Starting download, target: Console
17872026-08-14T22:00:41.996ZAug 14 22:00:40.288 INFO Starting download, target: Clickhouse
17882026-08-14T22:00:42.002ZAug 14 22:00:40.288 INFO Starting download, target: MaghemiteMgd
17892026-08-14T22:00:42.002ZAug 14 22:00:40.288 INFO Starting download, target: MaghemiteDdmd
17902026-08-14T22:00:42.002ZAug 14 22:00:40.288 INFO Starting download, target: TransceiverControl
17912026-08-14T22:00:42.002ZAug 14 22:00:40.288 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17922026-08-14T22:00:42.002ZAug 14 22:00:40.288 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17932026-08-14T22:00:42.002ZAug 14 22:00:40.288 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17942026-08-14T22:00:42.002ZAug 14 22:00:40.288 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17952026-08-14T22:00:42.002ZAug 14 22:00:40.288 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17962026-08-14T22:00:42.002ZAug 14 22:00:40.289 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17972026-08-14T22:00:42.003ZAug 14 22:00:40.289 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17982026-08-14T22:00:42.804ZAug 14 22:00:41.065 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17992026-08-14T22:00:43.105ZAug 14 22:00:41.273 INFO Download complete, target: TransceiverControl
18002026-08-14T22:00:43.826ZAug 14 22:00:42.060 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18012026-08-14T22:00:44.099ZAug 14 22:00:42.321 INFO Download complete, target: Console
18022026-08-14T22:00:44.272ZAug 14 22:00:42.524 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18032026-08-14T22:00:44.387ZAug 14 22:00:42.534 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18042026-08-14T22:00:45.425ZAug 14 22:00:43.681 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18052026-08-14T22:00:45.962ZAug 14 22:00:44.225 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18062026-08-14T22:00:46.037ZAug 14 22:00:44.301 INFO Download complete, target: MaghemiteDdmd
18072026-08-14T22:00:46.787ZAug 14 22:00:45.042 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18082026-08-14T22:00:46.788ZAug 14 22:00:45.042 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18092026-08-14T22:00:47.760ZAug 14 22:00:46.048 INFO Download complete, target: DendriteStub
18102026-08-14T22:00:48.419ZAug 14 22:00:46.703 INFO Download complete, target: MaghemiteMgd
18112026-08-14T22:00:50.791ZAug 14 22:00:49.083 INFO Checking that binary works, target: Clickhouse
18122026-08-14T22:00:50.874ZAug 14 22:00:49.167 INFO Download complete, target: Clickhouse
18132026-08-14T22:00:51.341ZAug 14 22:00:49.633 INFO Checking that binary works, target: Cockroach
18142026-08-14T22:00:51.466ZAug 14 22:00:49.758 INFO Download complete, target: Cockroach
18152026-08-14T22:00:51.483ZAll builder prerequisites installed successfully, and PATH looks valid
18162026-08-14T22:00:51.486Z
18172026-08-14T22:00:51.486Zreal 2:10.504087325
18182026-08-14T22:00:51.486Zuser 7:12.111525672
18192026-08-14T22:00:51.486Zsys 1:26.360254311
18202026-08-14T22:00:51.487Ztrap 0.247584206
18212026-08-14T22:00:51.487Ztflt 0.571126623
18222026-08-14T22:00:51.487Zdflt 0.831328315
18232026-08-14T22:00:51.487Zkflt 0.023969094
18242026-08-14T22:00:51.487Zlock 27:09.673016831
18252026-08-14T22:00:51.487Zslp 21:44.964064871
18262026-08-14T22:00:51.487Zlat 48.208691770
18272026-08-14T22:00:51.487Zstop 2:43.728768353
18282026-08-14T22:00:51.487Z+ banner hack-check
18292026-08-14T22:00:51.487Z
18302026-08-14T22:00:51.487Z # # ## #### # # #### # # ###### #### # #
18312026-08-14T22:00:51.487Z # # # # # # # # # # # # # # # # #
18322026-08-14T22:00:51.487Z ###### # # # #### ##### # ###### ##### # ####
18332026-08-14T22:00:51.487Z # # ###### # # # # # # # # # #
18342026-08-14T22:00:51.487Z # # # # # # # # # # # # # # # # #
18352026-08-14T22:00:51.487Z # # # # #### # # #### # # ###### #### # #
18362026-08-14T22:00:51.487Z
18372026-08-14T22:00:51.487Z+ export CARGO_INCREMENTAL=0
18382026-08-14T22:00:51.487Z+ CARGO_INCREMENTAL=0
18392026-08-14T22:00:51.487Z+ ptime -m timeout 2h cargo xtask check-features --ci
18402026-08-14T22:00:51.967Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18412026-08-14T22:00:52.259Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18422026-08-14T22:00:54.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18432026-08-14T22:00:54.149Z Running `target/debug/xtask check-features --ci`
18442026-08-14T22:00:54.176Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18452026-08-14T22:00:54.179Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18462026-08-14T22:00:54.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18472026-08-14T22:00:54.627Z Running `target/debug/xtask download cargo-hack`
18482026-08-14T22:00:55.403Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18492026-08-14T22:00:55.712Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18502026-08-14T22:00:58.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s
18512026-08-14T22:00:58.507Z Running `target/debug/xtask-downloader cargo-hack`
18522026-08-14T22:00:58.546ZAug 14 22:00:56.839 INFO Starting download, target: CargoHack
18532026-08-14T22:00:58.550ZAug 14 22:00:56.839 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18542026-08-14T22:00:59.012ZAug 14 22:00:57.303 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18552026-08-14T22:00:59.058ZAug 14 22:00:57.351 INFO Download complete, target: CargoHack
18562026-08-14T22:00:59.061Zrunning: "/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"
18572026-08-14T22:00:59.081Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18582026-08-14T22:00:59.232Zinfo: running `cargo check --bins` on api_identity (1/335)
18592026-08-14T22:00:59.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-08-14T22:00:59.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-08-14T22:00:59.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-08-14T22:00:59.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18632026-08-14T22:00:59.785Z
18642026-08-14T22:00:59.786Zinfo: running `cargo check --bins` on bootstore (2/335)
18652026-08-14T22:01:00.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-08-14T22:01:00.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-08-14T22:01:00.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-08-14T22:01:00.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18692026-08-14T22:01:00.319Z
18702026-08-14T22:01:00.319Zinfo: running `cargo check --bins` on omicron-ledger (3/335)
18712026-08-14T22:01:00.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-08-14T22:01:00.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-08-14T22:01:00.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-08-14T22:01:00.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18752026-08-14T22:01:00.860Z
18762026-08-14T22:01:00.860Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/335)
18772026-08-14T22:01:01.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-08-14T22:01:01.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-08-14T22:01:01.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-08-14T22:01:01.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18812026-08-14T22:01:01.409Z
18822026-08-14T22:01:01.409Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/335)
18832026-08-14T22:01:01.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-08-14T22:01:01.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-08-14T22:01:01.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-08-14T22:01:01.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18872026-08-14T22:01:01.960Z
18882026-08-14T22:01:01.960Zinfo: running `cargo check --bins` on omicron-certificates (6/335)
18892026-08-14T22:01:02.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-08-14T22:01:02.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-08-14T22:01:02.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-08-14T22:01:02.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18932026-08-14T22:01:02.521Z
18942026-08-14T22:01:02.521Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/335)
18952026-08-14T22:01:02.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-08-14T22:01:03.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-08-14T22:01:03.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-08-14T22:01:03.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18992026-08-14T22:01:03.083Z
19002026-08-14T22:01:03.083Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/335)
19012026-08-14T22:01:03.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-08-14T22:01:03.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-08-14T22:01:03.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-08-14T22:01:03.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19052026-08-14T22:01:03.646Z
19062026-08-14T22:01:03.647Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/335)
19072026-08-14T22:01:04.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-08-14T22:01:04.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-08-14T22:01:04.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-08-14T22:01:04.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19112026-08-14T22:01:04.055Z
19122026-08-14T22:01:04.055Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/335)
19132026-08-14T22:01:04.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-08-14T22:01:04.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-08-14T22:01:04.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-08-14T22:01:04.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19172026-08-14T22:01:04.473Z
19182026-08-14T22:01:04.473Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/335)
19192026-08-14T22:01:04.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-08-14T22:01:04.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-08-14T22:01:04.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-08-14T22:01:04.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19232026-08-14T22:01:04.889Z
19242026-08-14T22:01:04.889Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/335)
19252026-08-14T22:01:05.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-08-14T22:01:05.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-08-14T22:01:05.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-08-14T22:01:05.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19292026-08-14T22:01:05.308Z
19302026-08-14T22:01:05.308Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/335)
19312026-08-14T22:01:05.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-08-14T22:01:05.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-08-14T22:01:05.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-08-14T22:01:05.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19352026-08-14T22:01:05.717Z
19362026-08-14T22:01:05.717Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/335)
19372026-08-14T22:01:06.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-08-14T22:01:06.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-08-14T22:01:06.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-08-14T22:01:06.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19412026-08-14T22:01:06.132Z
19422026-08-14T22:01:06.133Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/335)
19432026-08-14T22:01:06.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-08-14T22:01:06.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-08-14T22:01:06.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-08-14T22:01:06.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19472026-08-14T22:01:06.545Z
19482026-08-14T22:01:06.546Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/335)
19492026-08-14T22:01:06.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-08-14T22:01:06.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-08-14T22:01:06.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-08-14T22:01:06.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19532026-08-14T22:01:06.959Z
19542026-08-14T22:01:06.959Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/335)
19552026-08-14T22:01:07.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-08-14T22:01:07.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-08-14T22:01:07.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-08-14T22:01:07.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19592026-08-14T22:01:07.371Z
19602026-08-14T22:01:07.372Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/335)
19612026-08-14T22:01:07.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-08-14T22:01:07.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-08-14T22:01:07.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-08-14T22:01:07.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19652026-08-14T22:01:07.792Z
19662026-08-14T22:01:07.792Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/335)
19672026-08-14T22:01:08.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-08-14T22:01:08.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-08-14T22:01:08.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-08-14T22:01:08.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19712026-08-14T22:01:08.208Z
19722026-08-14T22:01:08.209Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/335)
19732026-08-14T22:01:08.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-08-14T22:01:08.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-08-14T22:01:08.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-08-14T22:01:08.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19772026-08-14T22:01:08.625Z
19782026-08-14T22:01:08.625Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/335)
19792026-08-14T22:01:08.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-08-14T22:01:08.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-08-14T22:01:08.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-08-14T22:01:08.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19832026-08-14T22:01:09.047Z
19842026-08-14T22:01:09.047Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/335)
19852026-08-14T22:01:09.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-08-14T22:01:09.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-08-14T22:01:09.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-08-14T22:01:09.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19892026-08-14T22:01:09.462Z
19902026-08-14T22:01:09.462Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/335)
19912026-08-14T22:01:09.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-08-14T22:01:09.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-08-14T22:01:09.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-08-14T22:01:09.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19952026-08-14T22:01:09.879Z
19962026-08-14T22:01:09.879Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/335)
19972026-08-14T22:01:10.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-08-14T22:01:10.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-08-14T22:01:10.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-08-14T22:01:10.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20012026-08-14T22:01:10.294Z
20022026-08-14T22:01:10.294Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/335)
20032026-08-14T22:01:10.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-08-14T22:01:10.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-08-14T22:01:10.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-08-14T22:01:10.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20072026-08-14T22:01:10.716Z
20082026-08-14T22:01:10.716Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/335)
20092026-08-14T22:01:11.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-08-14T22:01:11.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-08-14T22:01:11.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-08-14T22:01:11.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20132026-08-14T22:01:11.129Z
20142026-08-14T22:01:11.129Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/335)
20152026-08-14T22:01:11.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-08-14T22:01:11.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-08-14T22:01:11.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-08-14T22:01:11.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20192026-08-14T22:01:11.547Z
20202026-08-14T22:01:11.547Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/335)
20212026-08-14T22:01:11.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-08-14T22:01:11.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-08-14T22:01:11.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-08-14T22:01:11.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20252026-08-14T22:01:11.965Z
20262026-08-14T22:01:11.965Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/335)
20272026-08-14T22:01:12.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-08-14T22:01:12.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-08-14T22:01:12.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-08-14T22:01:12.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20312026-08-14T22:01:12.382Z
20322026-08-14T22:01:12.382Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/335)
20332026-08-14T22:01:12.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-08-14T22:01:12.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-08-14T22:01:12.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-08-14T22:01:12.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20372026-08-14T22:01:12.798Z
20382026-08-14T22:01:12.798Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/335)
20392026-08-14T22:01:13.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-08-14T22:01:13.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-08-14T22:01:13.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-08-14T22:01:13.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20432026-08-14T22:01:13.215Z
20442026-08-14T22:01:13.215Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/335)
20452026-08-14T22:01:13.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-08-14T22:01:13.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-08-14T22:01:13.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-08-14T22:01:13.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20492026-08-14T22:01:13.631Z
20502026-08-14T22:01:13.631Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/335)
20512026-08-14T22:01:13.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-08-14T22:01:13.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-08-14T22:01:13.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-08-14T22:01:13.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20552026-08-14T22:01:14.058Z
20562026-08-14T22:01:14.059Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/335)
20572026-08-14T22:01:14.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-08-14T22:01:14.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-08-14T22:01:14.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-08-14T22:01:14.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20612026-08-14T22:01:14.464Z
20622026-08-14T22:01:14.464Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/335)
20632026-08-14T22:01:14.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-08-14T22:01:14.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-08-14T22:01:14.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-08-14T22:01:14.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20672026-08-14T22:01:14.883Z
20682026-08-14T22:01:14.883Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/335)
20692026-08-14T22:01:15.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-08-14T22:01:15.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-08-14T22:01:15.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-08-14T22:01:15.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20732026-08-14T22:01:15.293Z
20742026-08-14T22:01:15.293Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/335)
20752026-08-14T22:01:15.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-08-14T22:01:15.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-08-14T22:01:15.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-08-14T22:01:15.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20792026-08-14T22:01:15.706Z
20802026-08-14T22:01:15.706Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/335)
20812026-08-14T22:01:16.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-08-14T22:01:16.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-08-14T22:01:16.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-08-14T22:01:16.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20852026-08-14T22:01:16.122Z
20862026-08-14T22:01:16.122Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/335)
20872026-08-14T22:01:16.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-08-14T22:01:16.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-08-14T22:01:16.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-08-14T22:01:16.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20912026-08-14T22:01:16.537Z
20922026-08-14T22:01:16.537Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/335)
20932026-08-14T22:01:16.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-08-14T22:01:16.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-08-14T22:01:16.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-08-14T22:01:16.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20972026-08-14T22:01:16.954Z
20982026-08-14T22:01:16.955Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/335)
20992026-08-14T22:01:17.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-08-14T22:01:17.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-08-14T22:01:17.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-08-14T22:01:17.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21032026-08-14T22:01:17.372Z
21042026-08-14T22:01:17.373Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/335)
21052026-08-14T22:01:17.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-08-14T22:01:17.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-08-14T22:01:17.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-08-14T22:01:17.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21092026-08-14T22:01:17.792Z
21102026-08-14T22:01:17.792Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/335)
21112026-08-14T22:01:18.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-08-14T22:01:18.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-08-14T22:01:18.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-08-14T22:01:18.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21152026-08-14T22:01:18.207Z
21162026-08-14T22:01:18.207Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/335)
21172026-08-14T22:01:18.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-08-14T22:01:18.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-08-14T22:01:18.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-08-14T22:01:18.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21212026-08-14T22:01:18.622Z
21222026-08-14T22:01:18.622Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/335)
21232026-08-14T22:01:18.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-08-14T22:01:18.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-08-14T22:01:18.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-08-14T22:01:18.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21272026-08-14T22:01:19.039Z
21282026-08-14T22:01:19.039Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/335)
21292026-08-14T22:01:19.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-08-14T22:01:19.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-08-14T22:01:19.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-08-14T22:01:19.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21332026-08-14T22:01:19.456Z
21342026-08-14T22:01:19.457Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/335)
21352026-08-14T22:01:19.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-08-14T22:01:19.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-08-14T22:01:19.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-08-14T22:01:19.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21392026-08-14T22:01:19.877Z
21402026-08-14T22:01:19.877Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/335)
21412026-08-14T22:01:20.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-08-14T22:01:20.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-08-14T22:01:20.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-08-14T22:01:20.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21452026-08-14T22:01:20.291Z
21462026-08-14T22:01:20.291Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/335)
21472026-08-14T22:01:20.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-08-14T22:01:20.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-08-14T22:01:20.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-08-14T22:01:20.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21512026-08-14T22:01:20.889Z
21522026-08-14T22:01:20.889Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/335)
21532026-08-14T22:01:21.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-08-14T22:01:21.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-08-14T22:01:21.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-08-14T22:01:21.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21572026-08-14T22:01:21.489Z
21582026-08-14T22:01:21.489Zinfo: running `cargo check --bins` on nexus-config (51/335)
21592026-08-14T22:01:21.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-08-14T22:01:21.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-08-14T22:01:21.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-08-14T22:01:21.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21632026-08-14T22:01:22.084Z
21642026-08-14T22:01:22.084Zinfo: running `cargo check --bins` on nexus-types (52/335)
21652026-08-14T22:01:22.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-08-14T22:01:22.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-08-14T22:01:22.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-08-14T22:01:22.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21692026-08-14T22:01:22.684Z
21702026-08-14T22:01:22.684Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/335)
21712026-08-14T22:01:23.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-08-14T22:01:23.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-08-14T22:01:23.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-08-14T22:01:23.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21752026-08-14T22:01:23.252Z
21762026-08-14T22:01:23.252Zinfo: running `cargo check --bins` on omicron-passwords (54/335)
21772026-08-14T22:01:23.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-08-14T22:01:23.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-08-14T22:01:23.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-08-14T22:01:23.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21812026-08-14T22:01:23.802Z
21822026-08-14T22:01:23.802Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/335)
21832026-08-14T22:01:24.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-08-14T22:01:24.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-08-14T22:01:24.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-08-14T22:01:24.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21872026-08-14T22:01:24.368Z
21882026-08-14T22:01:24.368Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/335)
21892026-08-14T22:01:24.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-08-14T22:01:24.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-08-14T22:01:24.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-08-14T22:01:24.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21932026-08-14T22:01:24.938Z
21942026-08-14T22:01:24.938Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/335)
21952026-08-14T22:01:25.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-08-14T22:01:25.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-08-14T22:01:25.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-08-14T22:01:25.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21992026-08-14T22:01:25.507Z
22002026-08-14T22:01:25.508Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/335)
22012026-08-14T22:01:25.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-08-14T22:01:25.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-08-14T22:01:25.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-08-14T22:01:25.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22052026-08-14T22:01:26.079Z
22062026-08-14T22:01:26.079Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/335)
22072026-08-14T22:01:26.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-08-14T22:01:26.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-08-14T22:01:26.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-08-14T22:01:26.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22112026-08-14T22:01:26.630Z
22122026-08-14T22:01:26.631Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/335)
22132026-08-14T22:01:27.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-08-14T22:01:27.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-08-14T22:01:27.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-08-14T22:01:27.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22172026-08-14T22:01:27.181Z
22182026-08-14T22:01:27.181Zinfo: running `cargo check --bins --no-default-features` on gfss (61/335)
22192026-08-14T22:01:27.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-08-14T22:01:27.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-08-14T22:01:27.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-08-14T22:01:27.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22232026-08-14T22:01:27.727Z
22242026-08-14T22:01:27.727Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/335)
22252026-08-14T22:01:28.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-08-14T22:01:28.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-08-14T22:01:28.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-08-14T22:01:28.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22292026-08-14T22:01:28.268Z
22302026-08-14T22:01:28.269Zinfo: running `cargo check --bins` on wicketd-commission-types (63/335)
22312026-08-14T22:01:28.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-08-14T22:01:28.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-08-14T22:01:28.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-08-14T22:01:28.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22352026-08-14T22:01:28.832Z
22362026-08-14T22:01:28.832Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/335)
22372026-08-14T22:01:29.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-08-14T22:01:29.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-08-14T22:01:29.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-08-14T22:01:29.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22412026-08-14T22:01:29.399Z
22422026-08-14T22:01:29.399Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/335)
22432026-08-14T22:01:29.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-08-14T22:01:29.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-08-14T22:01:29.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-08-14T22:01:29.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22472026-08-14T22:01:29.959Z
22482026-08-14T22:01:29.960Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/335)
22492026-08-14T22:01:30.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-08-14T22:01:30.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-08-14T22:01:30.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-08-14T22:01:30.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22532026-08-14T22:01:30.518Z
22542026-08-14T22:01:30.518Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/335)
22552026-08-14T22:01:30.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-08-14T22:01:30.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-08-14T22:01:30.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-08-14T22:01:31.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22592026-08-14T22:01:31.083Z
22602026-08-14T22:01:31.083Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/335)
22612026-08-14T22:01:31.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-08-14T22:01:31.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-08-14T22:01:31.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-08-14T22:01:31.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22652026-08-14T22:01:31.647Z
22662026-08-14T22:01:31.647Zinfo: running `cargo check --bins` on cockroach-admin-types (69/335)
22672026-08-14T22:01:32.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-08-14T22:01:32.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-08-14T22:01:32.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-08-14T22:01:32.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22712026-08-14T22:01:32.196Z
22722026-08-14T22:01:32.196Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/335)
22732026-08-14T22:01:32.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-08-14T22:01:32.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-08-14T22:01:32.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762026-08-14T22:01:32.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22772026-08-14T22:01:32.745Z
22782026-08-14T22:01:32.746Zinfo: running `cargo check --bins` on ereport-types (71/335)
22792026-08-14T22:01:33.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802026-08-14T22:01:33.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812026-08-14T22:01:33.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822026-08-14T22:01:33.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22832026-08-14T22:01:33.303Z
22842026-08-14T22:01:33.303Zinfo: running `cargo check --bins` on gateway-client (72/335)
22852026-08-14T22:01:33.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862026-08-14T22:01:33.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872026-08-14T22:01:33.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882026-08-14T22:01:33.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22892026-08-14T22:01:33.863Z
22902026-08-14T22:01:33.863Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/335)
22912026-08-14T22:01:34.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922026-08-14T22:01:34.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932026-08-14T22:01:34.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942026-08-14T22:01:34.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22952026-08-14T22:01:34.417Z
22962026-08-14T22:01:34.417Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/335)
22972026-08-14T22:01:34.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982026-08-14T22:01:34.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992026-08-14T22:01:34.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23002026-08-14T22:01:34.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23012026-08-14T22:01:34.977Z
23022026-08-14T22:01:34.977Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/335)
23032026-08-14T22:01:35.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23042026-08-14T22:01:35.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23052026-08-14T22:01:35.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23062026-08-14T22:01:35.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23072026-08-14T22:01:35.556Z
23082026-08-14T22:01:35.556Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/335)
23092026-08-14T22:01:36.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102026-08-14T22:01:36.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112026-08-14T22:01:36.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122026-08-14T22:01:36.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23132026-08-14T22:01:36.136Z
23142026-08-14T22:01:36.136Zinfo: running `cargo check --bins` on key-manager-types (77/335)
23152026-08-14T22:01:36.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162026-08-14T22:01:36.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172026-08-14T22:01:36.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23182026-08-14T22:01:36.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23192026-08-14T22:01:36.685Z
23202026-08-14T22:01:36.685Zinfo: running `cargo check --bins` on oxlog (78/335)
23212026-08-14T22:01:37.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222026-08-14T22:01:37.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232026-08-14T22:01:37.280Z Checking cfg-if v1.0.4
23242026-08-14T22:01:37.283Z Checking libc v0.2.185
23252026-08-14T22:01:37.283Z Checking serde_core v1.0.228
23262026-08-14T22:01:37.398Z Checking memchr v2.8.0
23272026-08-14T22:01:37.405Z Checking zeroize v1.9.0
23282026-08-14T22:01:37.414Z Checking smallvec v1.15.1
23292026-08-14T22:01:37.414Z Checking log v0.4.29
23302026-08-14T22:01:37.434Z Checking subtle v2.6.1
23312026-08-14T22:01:37.444Z Checking itoa v1.0.17
23322026-08-14T22:01:37.556Z Checking scopeguard v1.2.0
23332026-08-14T22:01:37.569Z Checking stable_deref_trait v1.2.1
23342026-08-14T22:01:37.580Z Checking typenum v1.20.1
23352026-08-14T22:01:37.590Z Checking zerofrom v0.1.6
23362026-08-14T22:01:37.603Z Checking zerocopy v0.8.40
23372026-08-14T22:01:37.635Z Checking portable-atomic v1.13.1
23382026-08-14T22:01:37.652Z Checking lock_api v0.4.14
23392026-08-14T22:01:37.698Z Checking yoke v0.8.1
23402026-08-14T22:01:37.770Z Checking critical-section v1.2.0
23412026-08-14T22:01:37.784Z Checking errno v0.3.14
23422026-08-14T22:01:37.858Z Checking getrandom v0.2.17
23432026-08-14T22:01:37.871Z Checking zerovec v0.11.5
23442026-08-14T22:01:37.882Z Checking const-oid v0.9.6
23452026-08-14T22:01:37.894Z Checking pin-project-lite v0.2.17
23462026-08-14T22:01:37.983Z Checking libm v0.2.16
23472026-08-14T22:01:37.999Z Checking rand_core v0.6.4
23482026-08-14T22:01:38.041Z Checking once_cell v1.21.3
23492026-08-14T22:01:38.174Z Checking zmij v1.0.21
23502026-08-14T22:01:38.215Z Checking signal-hook-registry v1.4.8
23512026-08-14T22:01:38.301Z Checking tinystr v0.8.2
23522026-08-14T22:01:38.319Z Checking generic-array v0.14.7
23532026-08-14T22:01:38.373Z Checking parking_lot_core v0.9.12
23542026-08-14T22:01:38.386Z Checking rand_core v0.10.0
23552026-08-14T22:01:38.479Z Checking futures-core v0.3.32
23562026-08-14T22:01:38.527Z Checking percent-encoding v2.3.2
23572026-08-14T22:01:38.560Z Checking writeable v0.6.2
23582026-08-14T22:01:38.563Z Checking litemap v0.8.1
23592026-08-14T22:01:38.603Z Checking parking_lot v0.12.5
23602026-08-14T22:01:38.664Z Checking getrandom v0.4.1
23612026-08-14T22:01:38.692Z Checking num-traits v0.2.19
23622026-08-14T22:01:38.726Z Checking potential_utf v0.1.4
23632026-08-14T22:01:38.742Z Checking icu_locale_core v2.1.1
23642026-08-14T22:01:38.772Z Checking zerotrie v0.2.3
23652026-08-14T22:01:38.786Z Checking mio v1.2.0
23662026-08-14T22:01:38.811Z Checking equivalent v1.0.2
23672026-08-14T22:01:38.855Z Checking icu_collections v2.1.1
23682026-08-14T22:01:38.888Z Checking serde v1.0.228
23692026-08-14T22:01:38.900Z Checking bitflags v2.11.0
23702026-08-14T22:01:39.008Z Checking serde_json v1.0.151
23712026-08-14T22:01:39.062Z Checking socket2 v0.6.3
23722026-08-14T22:01:39.076Z Checking icu_properties_data v2.1.2
23732026-08-14T22:01:39.163Z Checking icu_normalizer_data v2.1.1
23742026-08-14T22:01:39.200Z Checking byteorder v1.5.0
23752026-08-14T22:01:39.251Z Checking crypto-common v0.1.7
23762026-08-14T22:01:39.251Z Checking block-buffer v0.10.4
23772026-08-14T22:01:39.277Z Checking icu_provider v2.1.1
23782026-08-14T22:01:39.290Z Checking bytes v1.11.1
23792026-08-14T22:01:39.306Z Checking hashbrown v0.17.0
23802026-08-14T22:01:39.348Z Checking futures-sink v0.3.32
23812026-08-14T22:01:39.373Z Checking digest v0.10.7
23822026-08-14T22:01:39.400Z Checking getrandom v0.3.4
23832026-08-14T22:01:39.444Z Checking futures-channel v0.3.32
23842026-08-14T22:01:39.507Z Checking icu_normalizer v2.1.1
23852026-08-14T22:01:39.540Z Checking icu_properties v2.1.2
23862026-08-14T22:01:39.563Z Checking futures-task v0.3.32
23872026-08-14T22:01:39.634Z Checking slab v0.4.12
23882026-08-14T22:01:39.679Z Checking utf8_iter v1.0.4
23892026-08-14T22:01:39.700Z Checking futures-io v0.3.32
23902026-08-14T22:01:39.723Z Checking tokio v1.52.1
23912026-08-14T22:01:39.764Z Checking indexmap v2.14.0
23922026-08-14T22:01:39.789Z Checking form_urlencoded v1.2.2
23932026-08-14T22:01:39.805Z Checking rustix v1.1.3
23942026-08-14T22:01:39.818Z Checking futures-util v0.3.32
23952026-08-14T22:01:39.829Z Checking base64ct v1.8.3
23962026-08-14T22:01:39.914Z Checking fnv v1.0.7
23972026-08-14T22:01:40.008Z Checking iana-time-zone v0.1.65
23982026-08-14T22:01:40.054Z Checking pem-rfc7468 v0.7.0
23992026-08-14T22:01:40.114Z Checking flagset v0.4.7
24002026-08-14T22:01:40.213Z Checking chrono v0.4.45
24012026-08-14T22:01:40.236Z Checking der v0.7.10
24022026-08-14T22:01:40.316Z Checking rand_core v0.9.5
24032026-08-14T22:01:40.370Z Checking idna_adapter v1.2.1
24042026-08-14T22:01:40.417Z Checking ppv-lite86 v0.2.21
24052026-08-14T22:01:40.485Z Checking idna v1.1.0
24062026-08-14T22:01:40.498Z Checking uuid v1.23.4
24072026-08-14T22:01:40.632Z Checking base64 v0.22.1
24082026-08-14T22:01:40.710Z Checking regex-syntax v0.8.10
24092026-08-14T22:01:40.730Z Checking url v2.5.8
24102026-08-14T22:01:40.814Z Checking http v1.4.2
24112026-08-14T22:01:40.871Z Checking utf8parse v0.2.2
24122026-08-14T22:01:40.969Z Checking spki v0.7.3
24132026-08-14T22:01:40.983Z Checking rand_chacha v0.9.0
24142026-08-14T22:01:41.068Z Checking tracing-core v0.1.36
24152026-08-14T22:01:41.137Z Checking dyn-clone v1.0.20
24162026-08-14T22:01:41.164Z Checking anstyle v1.0.14
24172026-08-14T22:01:41.181Z Checking cpufeatures v0.2.17
24182026-08-14T22:01:41.237Z Checking rand v0.9.2
24192026-08-14T22:01:41.251Z Checking pkcs8 v0.10.2
24202026-08-14T22:01:41.344Z Checking semver v1.0.28
24212026-08-14T22:01:41.372Z Checking tracing v0.1.44
24222026-08-14T22:01:41.385Z Checking http-body v1.0.1
24232026-08-14T22:01:41.404Z Checking spin v0.9.8
24242026-08-14T22:01:41.514Z Checking rustls-pki-types v1.14.0
24252026-08-14T22:01:41.552Z Checking is_terminal_polyfill v1.70.2
24262026-08-14T22:01:41.584Z Checking openssl-probe v0.2.1
24272026-08-14T22:01:41.599Z Checking colorchoice v1.0.4
24282026-08-14T22:01:41.653Z Checking tinyvec_macros v0.1.1
24292026-08-14T22:01:41.692Z Checking anstyle-query v1.1.5
24302026-08-14T22:01:41.705Z Checking cmov v0.5.4
24312026-08-14T22:01:41.718Z Checking tinyvec v1.10.0
24322026-08-14T22:01:41.733Z Checking schemars v0.8.22
24332026-08-14T22:01:41.746Z Checking sha2 v0.10.9
24342026-08-14T22:01:41.779Z Checking aws-lc-sys v0.40.0
24352026-08-14T22:01:41.811Z Checking thiserror v2.0.18
24362026-08-14T22:01:41.888Z Checking ctutils v0.4.2
24372026-08-14T22:01:41.916Z Checking atomic-waker v1.1.2
24382026-08-14T22:01:42.016Z Checking untrusted v0.7.1
24392026-08-14T22:01:42.030Z Checking tower-service v0.3.3
24402026-08-14T22:01:42.030Z Checking tower-layer v0.3.3
24412026-08-14T22:01:42.033Z Checking fastrand v2.3.0
24422026-08-14T22:01:42.098Z Checking try-lock v0.2.5
24432026-08-14T22:01:42.124Z Checking hybrid-array v0.4.13
24442026-08-14T22:01:42.139Z Checking anstyle-parse v1.0.0
24452026-08-14T22:01:42.176Z Checking ipnet v2.11.0
24462026-08-14T22:01:42.194Z Checking want v0.3.1
24472026-08-14T22:01:42.229Z Checking tempfile v3.25.0
24482026-08-14T22:01:42.284Z Checking aws-lc-rs v1.16.3
24492026-08-14T22:01:42.287Z Checking crc32fast v1.5.0
24502026-08-14T22:01:42.312Z Checking httparse v1.10.1
24512026-08-14T22:01:42.395Z Checking aho-corasick v1.1.4
24522026-08-14T22:01:42.422Z Checking plain v0.2.3
24532026-08-14T22:01:42.436Z Checking foreign-types-shared v0.1.1
24542026-08-14T22:01:42.436Z Checking untrusted v0.9.0
24552026-08-14T22:01:42.514Z Checking simd-adler32 v0.3.8
24562026-08-14T22:01:42.518Z Checking tap v1.0.1
24572026-08-14T22:01:42.541Z Checking httpdate v1.0.3
24582026-08-14T22:01:42.554Z Checking foreign-types v0.3.2
24592026-08-14T22:01:42.622Z Checking anstream v1.0.0
24602026-08-14T22:01:42.635Z Checking wyz v0.5.1
24612026-08-14T22:01:42.680Z Checking unicode-normalization v0.1.25
24622026-08-14T22:01:42.694Z Checking rand_chacha v0.3.1
24632026-08-14T22:01:42.803Z Checking terminal_size v0.4.3
24642026-08-14T22:01:42.820Z Checking radium v0.7.0
24652026-08-14T22:01:42.876Z Checking signature v2.2.0
24662026-08-14T22:01:42.903Z Checking hex v0.4.3
24672026-08-14T22:01:42.916Z Checking openssl-sys v0.9.117
24682026-08-14T22:01:42.991Z Checking num-integer v0.1.46
24692026-08-14T22:01:43.004Z Checking wait-timeout v0.2.1
24702026-08-14T22:01:43.019Z Checking tokio-util v0.7.18
24712026-08-14T22:01:43.072Z Checking regex-automata v0.4.14
24722026-08-14T22:01:43.084Z Checking socket2 v0.5.10
24732026-08-14T22:01:43.115Z Checking rustls-webpki v0.103.13
24742026-08-14T22:01:43.129Z Checking funty v2.0.0
24752026-08-14T22:01:43.141Z Checking unicode-ident v1.0.24
24762026-08-14T22:01:43.218Z Checking strsim v0.11.1
24772026-08-14T22:01:43.245Z Checking ucd-trie v0.1.7
24782026-08-14T22:01:43.283Z Checking clap_lex v1.0.0
24792026-08-14T22:01:43.319Z Checking bit-vec v0.8.0
24802026-08-14T22:01:43.372Z Checking quick-error v1.2.3
24812026-08-14T22:01:43.375Z Checking adler2 v2.0.1
24822026-08-14T22:01:43.430Z Checking clap_builder v4.6.0
24832026-08-14T22:01:43.443Z Checking bitvec v1.0.1
24842026-08-14T22:01:43.470Z Checking rusty-fork v0.3.1
24852026-08-14T22:01:43.484Z Checking miniz_oxide v0.8.9
24862026-08-14T22:01:43.517Z Checking bit-set v0.8.0
24872026-08-14T22:01:43.529Z Checking rustls v0.23.41
24882026-08-14T22:01:43.637Z Checking pest v2.8.6
24892026-08-14T22:01:43.641Z Checking h2 v0.4.15
24902026-08-14T22:01:43.666Z Checking openssl v0.10.80
24912026-08-14T22:01:43.842Z Checking proc-macro2 v1.0.106
24922026-08-14T22:01:44.152Z Checking num-iter v0.1.45
24932026-08-14T22:01:44.267Z Checking rand v0.8.6
24942026-08-14T22:01:44.655Z Checking lazy_static v1.5.0
24952026-08-14T22:01:44.695Z Checking anstyle-parse v0.2.7
24962026-08-14T22:01:44.747Z Checking rand_xorshift v0.4.0
24972026-08-14T22:01:44.773Z Checking thiserror v1.0.69
24982026-08-14T22:01:44.786Z Checking maybe-uninit v2.0.0
24992026-08-14T22:01:44.844Z Checking hmac v0.12.1
25002026-08-14T22:01:44.857Z Checking toml_datetime v0.6.11
25012026-08-14T22:01:44.869Z Checking serde_spanned v0.6.9
25022026-08-14T22:01:44.881Z Checking sync_wrapper v1.0.2
25032026-08-14T22:01:44.916Z Checking crc-catalog v2.4.0
25042026-08-14T22:01:44.975Z Checking nodrop v0.1.14
25052026-08-14T22:01:44.977Z Checking pretty-hex v0.4.1
25062026-08-14T22:01:44.999Z Checking powerfmt v0.2.0
25072026-08-14T22:01:45.010Z Checking unarray v0.1.4
25082026-08-14T22:01:45.030Z Checking zlib-rs v0.6.2
25092026-08-14T22:01:45.069Z Checking siphasher v1.0.2
25102026-08-14T22:01:45.088Z Checking array-init v0.0.4
25112026-08-14T22:01:45.107Z Checking proptest v1.11.0
25122026-08-14T22:01:45.142Z Checking deranged v0.5.8
25132026-08-14T22:01:45.222Z Checking crc v3.4.0
25142026-08-14T22:01:45.382Z Checking tower v0.5.3
25152026-08-14T22:01:45.396Z Checking smallvec v0.6.14
25162026-08-14T22:01:45.583Z Checking anstream v0.6.21
25172026-08-14T22:01:45.668Z Checking native-tls v0.2.18
25182026-08-14T22:01:45.770Z Checking num-bigint-dig v0.8.6
25192026-08-14T22:01:45.783Z Checking packed_struct v0.10.1
25202026-08-14T22:01:45.806Z Checking clap v4.6.1
25212026-08-14T22:01:45.848Z Checking quote v1.0.45
25222026-08-14T22:01:45.884Z Checking ipnetwork v0.21.1
25232026-08-14T22:01:45.912Z Checking flate2 v1.1.9
25242026-08-14T22:01:46.017Z Checking http-body-util v0.1.3
25252026-08-14T22:01:46.076Z Checking pkcs1 v0.7.5
25262026-08-14T22:01:46.099Z Checking crossbeam-utils v0.8.21
25272026-08-14T22:01:46.208Z Checking bitfield v0.19.4
25282026-08-14T22:01:46.235Z Checking zerocopy v0.6.6
25292026-08-14T22:01:46.280Z Checking ahash v0.8.12
25302026-08-14T22:01:46.441Z Checking bzip2-sys v0.1.13+1.0.8
25312026-08-14T22:01:46.465Z Checking hyper v1.10.1
25322026-08-14T22:01:46.479Z Checking scroll v0.13.0
25332026-08-14T22:01:46.493Z Checking env_filter v1.0.0
25342026-08-14T22:01:46.521Z Checking allocator-api2 v0.2.21
25352026-08-14T22:01:46.535Z Checking num_threads v0.1.7
25362026-08-14T22:01:46.573Z Checking unicode-properties v0.1.4
25372026-08-14T22:01:46.626Z Checking iri-string v0.7.10
25382026-08-14T22:01:46.647Z Checking hashbrown v0.12.3
25392026-08-14T22:01:46.722Z Checking winnow v0.5.40
25402026-08-14T22:01:46.763Z Checking ryu v1.0.23
25412026-08-14T22:01:46.806Z Checking unicode-bidi v0.3.18
25422026-08-14T22:01:46.869Z Checking num-conv v0.2.0
25432026-08-14T22:01:46.901Z Checking time-core v0.1.8
25442026-08-14T22:01:46.933Z Checking base64 v0.21.7
25452026-08-14T22:01:46.987Z Checking newtype-uuid v1.3.2
25462026-08-14T22:01:47.042Z Checking time v0.3.47
25472026-08-14T22:01:47.069Z Checking indexmap v1.9.3
25482026-08-14T22:01:47.105Z Checking stringprep v0.1.5
25492026-08-14T22:01:47.176Z Checking ron v0.8.1
25502026-08-14T22:01:47.188Z Checking serde_urlencoded v0.7.1
25512026-08-14T22:01:47.257Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25522026-08-14T22:01:47.379Z Checking goblin v0.10.5
25532026-08-14T22:01:47.393Z Checking env_logger v0.11.9
25542026-08-14T22:01:47.440Z Checking hyper-util v0.1.20
25552026-08-14T22:01:47.574Z Checking rsa v0.9.10
25562026-08-14T22:01:47.653Z Checking tower-http v0.6.8
25572026-08-14T22:01:47.681Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25582026-08-14T22:01:47.839Z Checking bzip2 v0.4.4
25592026-08-14T22:01:47.880Z Checking toml_edit v0.19.15
25602026-08-14T22:01:47.940Z Checking hashbrown v0.13.2
25612026-08-14T22:01:48.006Z Checking crossbeam-epoch v0.9.18
25622026-08-14T22:01:48.046Z Checking oxnet v0.1.6
25632026-08-14T22:01:48.175Z Checking syn v2.0.117
25642026-08-14T22:01:48.227Z Checking tokio-native-tls v0.3.1
25652026-08-14T22:01:48.304Z Checking serde-hex v0.1.0
25662026-08-14T22:01:48.357Z Checking bstr v1.12.1
25672026-08-14T22:01:48.389Z Checking crypto-common v0.2.2
25682026-08-14T22:01:48.709Z Checking block-padding v0.4.2
25692026-08-14T22:01:48.746Z Checking block-buffer v0.12.1
25702026-08-14T22:01:48.848Z Checking rustls-native-certs v0.8.3
25712026-08-14T22:01:48.900Z Checking scroll v0.12.0
25722026-08-14T22:01:48.913Z Checking x509-cert v0.2.5
25732026-08-14T22:01:48.976Z Checking zstd-sys v2.0.16+zstd.1.5.7
25742026-08-14T22:01:48.991Z Checking md-5 v0.10.6
25752026-08-14T22:01:49.086Z Checking hash32 v0.2.1
25762026-08-14T22:01:49.125Z Checking encoding_rs v0.8.35
25772026-08-14T22:01:49.139Z Checking mime v0.3.17
25782026-08-14T22:01:49.244Z Checking fallible-iterator v0.2.0
25792026-08-14T22:01:49.309Z Checking crc-any v2.5.0
25802026-08-14T22:01:49.487Z Checking psl-types v2.0.11
25812026-08-14T22:01:49.519Z Checking postgres-protocol v0.6.10
25822026-08-14T22:01:49.557Z Checking heapless v0.7.17
25832026-08-14T22:01:49.603Z Checking publicsuffix v2.3.0
25842026-08-14T22:01:49.702Z Checking dof v0.4.0
25852026-08-14T22:01:49.765Z Checking goblin v0.8.2
25862026-08-14T22:01:49.816Z Checking zstd-safe v7.2.4
25872026-08-14T22:01:49.837Z Checking toml v0.7.8
25882026-08-14T22:01:49.978Z Checking inout v0.2.2
25892026-08-14T22:01:49.992Z Checking hyper-tls v0.6.0
25902026-08-14T22:01:50.069Z Checking object v0.30.4
25912026-08-14T22:01:50.128Z Checking daft v0.1.7
25922026-08-14T22:01:50.149Z Checking cookie v0.18.1
25932026-08-14T22:01:50.162Z Checking zip v0.6.6
25942026-08-14T22:01:50.311Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25952026-08-14T22:01:50.343Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25962026-08-14T22:01:50.371Z Checking tokio-rustls v0.26.4
25972026-08-14T22:01:50.385Z Checking phf_shared v0.13.1
25982026-08-14T22:01:50.446Z Checking dtrace-parser v0.3.0
25992026-08-14T22:01:50.494Z Checking zerocopy v0.7.35
26002026-08-14T22:01:50.507Z Checking pin-project v1.1.11
26012026-08-14T22:01:50.576Z Checking futures-executor v0.3.32
26022026-08-14T22:01:50.597Z Checking signal-hook v0.3.18
26032026-08-14T22:01:50.611Z Checking ff v0.13.1
26042026-08-14T22:01:50.683Z Checking thread-id v5.1.0
26052026-08-14T22:01:50.721Z Checking foldhash v0.2.0
26062026-08-14T22:01:50.736Z Checking bitflags v1.3.2
26072026-08-14T22:01:50.763Z Checking managed v0.8.0
26082026-08-14T22:01:50.785Z Checking path-slash v0.1.5
26092026-08-14T22:01:50.803Z Checking foldhash v0.1.5
26102026-08-14T22:01:50.875Z Checking either v1.15.0
26112026-08-14T22:01:50.887Z Checking bumpalo v3.20.2
26122026-08-14T22:01:50.932Z Checking libbz2-rs-sys v0.2.2
26132026-08-14T22:01:50.944Z Checking jiff-core v0.1.0
26142026-08-14T22:01:50.979Z Compiling rayon-core v1.13.0
26152026-08-14T22:01:51.060Z Checking base16ct v0.2.0
26162026-08-14T22:01:51.078Z Checking same-file v1.0.6
26172026-08-14T22:01:51.174Z Checking zopfli v0.8.3
26182026-08-14T22:01:51.186Z Checking sec1 v0.7.3
26192026-08-14T22:01:51.198Z Checking walkdir v2.5.0
26202026-08-14T22:01:51.271Z Checking smoltcp v0.9.1
26212026-08-14T22:01:51.320Z Checking bzip2 v0.6.1
26222026-08-14T22:01:51.356Z Checking hashbrown v0.15.5
26232026-08-14T22:01:51.383Z Checking hashbrown v0.16.1
26242026-08-14T22:01:51.480Z Checking signal-hook-mio v0.2.5
26252026-08-14T22:01:51.495Z Checking usdt-impl v0.6.0
26262026-08-14T22:01:51.596Z Checking group v0.13.0
26272026-08-14T22:01:51.639Z Checking jiff v0.2.34
26282026-08-14T22:01:51.682Z Checking dof v0.3.0
26292026-08-14T22:01:51.742Z Checking futures v0.3.32
26302026-08-14T22:01:51.779Z Checking snafu v0.8.9
26312026-08-14T22:01:51.817Z Checking hyper-rustls v0.27.7
26322026-08-14T22:01:51.841Z Checking phf v0.13.1
26332026-08-14T22:01:51.872Z Checking cookie_store v0.22.1
26342026-08-14T22:01:51.911Z Checking reqwest v0.12.28
26352026-08-14T22:01:51.972Z Checking cipher v0.5.2
26362026-08-14T22:01:51.986Z Checking zstd v0.13.3
26372026-08-14T22:01:52.020Z Checking postgres-types v0.2.12
26382026-08-14T22:01:52.023Z Checking rustls-platform-verifier v0.6.2
26392026-08-14T22:01:52.168Z Checking globset v0.4.18
26402026-08-14T22:01:52.171Z Checking crossbeam-deque v0.8.6
26412026-08-14T22:01:52.194Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26422026-08-14T22:01:52.208Z Checking phf_shared v0.11.3
26432026-08-14T22:01:52.211Z Checking hkdf v0.12.4
26442026-08-14T22:01:52.329Z Checking regex v1.12.3
26452026-08-14T22:01:52.342Z Checking dtrace-parser v0.2.0
26462026-08-14T22:01:52.345Z Checking curve25519-dalek v4.1.3
26472026-08-14T22:01:52.367Z Checking ref-cast v1.0.25
26482026-08-14T22:01:52.427Z Checking byte-wrapper v0.1.0
26492026-08-14T22:01:52.460Z Checking olpc-cjson v0.1.4
26502026-08-14T22:01:52.525Z Checking strum v0.27.2
26512026-08-14T22:01:52.575Z Checking ed25519 v2.2.3
26522026-08-14T22:01:52.592Z Checking hubpack v0.1.2
26532026-08-14T22:01:52.606Z Checking memoffset v0.9.1
26542026-08-14T22:01:52.628Z Checking rustix v0.38.44
26552026-08-14T22:01:52.640Z Checking pem v3.0.6
26562026-08-14T22:01:52.668Z Checking erased-serde v0.3.31
26572026-08-14T22:01:52.681Z Checking serde_plain v1.0.2
26582026-08-14T22:01:52.755Z Checking serde-big-array v0.5.1
26592026-08-14T22:01:52.755Z Checking float-cmp v0.10.0
26602026-08-14T22:01:52.790Z Checking crypto-bigint v0.5.5
26612026-08-14T22:01:52.820Z Checking thread-id v4.2.2
26622026-08-14T22:01:52.886Z Checking memmap2 v0.9.10
26632026-08-14T22:01:52.889Z Checking predicates-core v1.0.10
26642026-08-14T22:01:52.909Z Checking fixedbitset v0.4.2
26652026-08-14T22:01:53.018Z Checking unicode-segmentation v1.12.0
26662026-08-14T22:01:53.044Z Checking normalize-line-endings v0.3.0
26672026-08-14T22:01:53.057Z Checking precomputed-hash v0.1.1
26682026-08-14T22:01:53.060Z Checking toml_write v0.1.2
26692026-08-14T22:01:53.129Z Checking data-encoding v2.10.0
26702026-08-14T22:01:53.142Z Checking keccak v0.1.6
26712026-08-14T22:01:53.142Z Checking winnow v1.0.3
26722026-08-14T22:01:53.227Z Checking cpufeatures v0.3.0
26732026-08-14T22:01:53.299Z Checking new_debug_unreachable v1.0.6
26742026-08-14T22:01:53.312Z Checking fixedbitset v0.5.7
26752026-08-14T22:01:53.324Z Checking whoami v2.1.0
26762026-08-14T22:01:53.366Z Checking difflib v0.4.0
26772026-08-14T22:01:53.398Z Checking winnow v0.7.14
26782026-08-14T22:01:53.417Z Checking typed-path v0.9.3
26792026-08-14T22:01:53.503Z Checking const-oid v0.10.2
26802026-08-14T22:01:53.516Z Checking static_assertions v1.1.0
26812026-08-14T22:01:53.542Z Checking predicates v3.1.4
26822026-08-14T22:01:53.555Z Checking zip v4.6.1
26832026-08-14T22:01:53.579Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26842026-08-14T22:01:53.656Z Checking digest v0.11.3
26852026-08-14T22:01:53.696Z Checking elliptic-curve v0.13.8
26862026-08-14T22:01:53.833Z Checking tokio-postgres v0.7.16
26872026-08-14T22:01:53.847Z Checking petgraph v0.8.3
26882026-08-14T22:01:54.005Z Checking toml_parser v1.1.2+spec-1.1.0
26892026-08-14T22:01:54.008Z Checking crossterm v0.28.1
26902026-08-14T22:01:54.126Z Checking hickory-proto v0.25.2
26912026-08-14T22:01:54.176Z Checking tough v0.22.0
26922026-08-14T22:01:54.333Z Checking string_cache v0.8.9
26932026-08-14T22:01:54.504Z Checking similar v2.7.0
26942026-08-14T22:01:54.586Z Checking toml_edit v0.22.27
26952026-08-14T22:01:54.730Z Checking sha3 v0.10.8
26962026-08-14T22:01:54.889Z Checking chacha20 v0.10.0
26972026-08-14T22:01:54.936Z Checking ed25519-dalek v2.2.0
26982026-08-14T22:01:55.118Z Checking slog v2.8.2
26992026-08-14T22:01:55.141Z Checking petgraph v0.6.5
27002026-08-14T22:01:55.171Z Checking usdt v0.6.0
27012026-08-14T22:01:55.343Z Checking usdt-impl v0.5.0
27022026-08-14T22:01:55.385Z Checking nix v0.31.2
27032026-08-14T22:01:55.432Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27042026-08-14T22:01:55.626Z Checking iddqd v0.4.2
27052026-08-14T22:01:55.871Z Checking reqwest v0.13.2
27062026-08-14T22:01:56.005Z Checking itertools v0.13.0
27072026-08-14T22:01:56.024Z Checking strum v0.26.3
27082026-08-14T22:01:56.139Z Checking serde_with v3.21.0
27092026-08-14T22:01:56.205Z Checking fs-err v3.3.0
27102026-08-14T22:01:56.403Z Checking object v0.37.3
27112026-08-14T22:01:56.508Z Checking tokio-stream v0.1.18
27122026-08-14T22:01:56.566Z Checking buf-list v1.1.2
27132026-08-14T22:01:56.587Z Checking camino v1.2.2
27142026-08-14T22:01:56.732Z Checking anyhow v1.0.102
27152026-08-14T22:01:56.753Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27162026-08-14T22:01:56.842Z Checking openapiv3 v2.2.0
27172026-08-14T22:01:56.908Z Checking lalrpop-util v0.19.12
27182026-08-14T22:01:56.935Z Checking peg-runtime v0.8.5
27192026-08-14T22:01:56.963Z Checking rayon v1.11.0
27202026-08-14T22:01:57.022Z Checking sigpipe v0.1.3
27212026-08-14T22:01:57.060Z Checking glob v0.3.3
27222026-08-14T22:01:58.612Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27232026-08-14T22:01:58.669Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27242026-08-14T22:01:58.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.26s
27252026-08-14T22:01:59.114Z
27262026-08-14T22:01:59.114Zinfo: running `cargo check --bins` on internal-dns-types (79/335)
27272026-08-14T22:01:59.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282026-08-14T22:01:59.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292026-08-14T22:01:59.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302026-08-14T22:01:59.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27312026-08-14T22:01:59.676Z
27322026-08-14T22:01:59.676Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/335)
27332026-08-14T22:02:00.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342026-08-14T22:02:00.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352026-08-14T22:02:00.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362026-08-14T22:02:00.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27372026-08-14T22:02:00.241Z
27382026-08-14T22:02:00.241Zinfo: running `cargo check --bins` on nexus-types-versions (81/335)
27392026-08-14T22:02:00.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402026-08-14T22:02:00.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412026-08-14T22:02:00.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422026-08-14T22:02:00.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27432026-08-14T22:02:00.821Z
27442026-08-14T22:02:00.822Zinfo: running `cargo check --bins` on oxql-types (82/335)
27452026-08-14T22:02:01.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462026-08-14T22:02:01.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472026-08-14T22:02:01.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482026-08-14T22:02:01.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27492026-08-14T22:02:01.386Z
27502026-08-14T22:02:01.387Zinfo: running `cargo check --bins` on oximeter-types (83/335)
27512026-08-14T22:02:01.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522026-08-14T22:02:01.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532026-08-14T22:02:01.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542026-08-14T22:02:01.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27552026-08-14T22:02:01.956Z
27562026-08-14T22:02:01.957Zinfo: running `cargo check --bins` on oximeter-types-versions (84/335)
27572026-08-14T22:02:02.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582026-08-14T22:02:02.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592026-08-14T22:02:02.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602026-08-14T22:02:02.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27612026-08-14T22:02:02.520Z
27622026-08-14T22:02:02.520Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/335)
27632026-08-14T22:02:02.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642026-08-14T22:02:02.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652026-08-14T22:02:02.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662026-08-14T22:02:03.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27672026-08-14T22:02:03.072Z
27682026-08-14T22:02:03.073Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/335)
27692026-08-14T22:02:03.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702026-08-14T22:02:03.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712026-08-14T22:02:03.748Z Compiling multer v3.1.0
27722026-08-14T22:02:03.861Z Compiling async-stream-impl v0.3.6
27732026-08-14T22:02:03.864Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27742026-08-14T22:02:03.876Z Compiling dropshot v0.17.1
27752026-08-14T22:02:03.889Z Compiling parse-display-derive v0.10.0
27762026-08-14T22:02:03.900Z Compiling newtype-uuid-macros v0.1.0
27772026-08-14T22:02:03.903Z Compiling dropshot_endpoint v0.17.1
27782026-08-14T22:02:03.929Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27792026-08-14T22:02:04.078Z Checking thread_local v1.1.9
27802026-08-14T22:02:04.105Z Checking match_cfg v0.1.0
27812026-08-14T22:02:04.167Z Checking compression-core v0.4.31
27822026-08-14T22:02:04.238Z Checking hostname v0.3.1
27832026-08-14T22:02:04.255Z Checking crossbeam-channel v0.5.15
27842026-08-14T22:02:04.299Z Checking compression-codecs v0.4.37
27852026-08-14T22:02:04.333Z Checking atomicwrites v0.4.4
27862026-08-14T22:02:04.341Z Checking slog-json v2.6.1
27872026-08-14T22:02:04.435Z Checking is-terminal v0.4.17
27882026-08-14T22:02:04.449Z Checking serde_spanned v1.1.1
27892026-08-14T22:02:04.465Z Checking toml_datetime v1.1.1+spec-1.1.0
27902026-08-14T22:02:04.493Z Checking debug-ignore v1.0.5
27912026-08-14T22:02:04.523Z Checking toml_writer v1.1.1+spec-1.1.0
27922026-08-14T22:02:04.576Z Checking term v1.2.1
27932026-08-14T22:02:04.592Z Checking take_mut v0.2.2
27942026-08-14T22:02:04.592Z Checking slog-bunyan v2.5.0
27952026-08-14T22:02:04.661Z Checking async-compression v0.4.41
27962026-08-14T22:02:04.661Z Checking async-stream v0.3.6
27972026-08-14T22:02:04.692Z Checking slog-async v2.8.0
27982026-08-14T22:02:04.706Z Checking toml v1.1.2+spec-1.1.0
27992026-08-14T22:02:04.718Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28002026-08-14T22:02:04.792Z Checking slog-term v2.9.2
28012026-08-14T22:02:04.795Z Checking progenitor-client v0.14.0
28022026-08-14T22:02:04.822Z Checking sha1 v0.11.0
28032026-08-14T22:02:04.912Z Checking waitgroup v0.1.2
28042026-08-14T22:02:05.007Z Checking rustls-pemfile v2.2.0
28052026-08-14T22:02:05.020Z Checking backon v1.6.0
28062026-08-14T22:02:05.033Z Checking serde_path_to_error v0.1.20
28072026-08-14T22:02:05.048Z Checking hostname v0.4.2
28082026-08-14T22:02:05.080Z Checking instant v0.1.13
28092026-08-14T22:02:05.167Z Checking backoff v0.4.0
28102026-08-14T22:02:05.179Z Checking progenitor-extras v0.2.0
28112026-08-14T22:02:05.300Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28122026-08-14T22:02:05.313Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28132026-08-14T22:02:05.335Z Checking itertools v0.14.0
28142026-08-14T22:02:05.349Z Checking regress v0.10.5
28152026-08-14T22:02:05.506Z Checking macaddr v1.0.1
28162026-08-14T22:02:05.564Z Checking parse-display v0.10.0
28172026-08-14T22:02:05.672Z Checking humantime v2.3.0
28182026-08-14T22:02:06.504Z Compiling prettyplease v0.2.37
28192026-08-14T22:02:06.799Z Checking num-rational v0.4.2
28202026-08-14T22:02:07.079Z Checking num-complex v0.4.6
28212026-08-14T22:02:07.535Z Compiling num v0.4.3
28222026-08-14T22:02:07.617Z Compiling usdt-macro v0.5.0
28232026-08-14T22:02:07.629Z Compiling usdt-attr-macro v0.5.0
28242026-08-14T22:02:07.674Z Checking memmap v0.7.0
28252026-08-14T22:02:07.688Z Compiling float-ord v0.3.2
28262026-08-14T22:02:07.701Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28272026-08-14T22:02:07.804Z Compiling convert_case v0.4.0
28282026-08-14T22:02:07.909Z Checking unicode-width v0.2.0
28292026-08-14T22:02:08.162Z Checking console v0.15.11
28302026-08-14T22:02:08.179Z Compiling derive_more v0.99.20
28312026-08-14T22:02:08.358Z Checking newline-converter v0.3.0
28322026-08-14T22:02:08.423Z Checking usdt v0.5.0
28332026-08-14T22:02:08.447Z Compiling toml v0.8.23
28342026-08-14T22:02:08.466Z Compiling minimal-lexical v0.2.1
28352026-08-14T22:02:08.592Z Checking linked-hash-map v0.5.6
28362026-08-14T22:02:08.725Z Compiling nom v7.1.3
28372026-08-14T22:02:08.768Z Checking lru-cache v0.1.2
28382026-08-14T22:02:08.888Z Checking expectorate v1.2.0
28392026-08-14T22:02:09.239Z Checking camino-tempfile v1.4.1
28402026-08-14T22:02:09.382Z Checking hickory-proto v0.24.4
28412026-08-14T22:02:09.402Z Checking phf_shared v0.12.1
28422026-08-14T22:02:09.525Z Compiling slog-dtrace v0.3.0
28432026-08-14T22:02:09.546Z Compiling chrono-tz v0.10.4
28442026-08-14T22:02:09.729Z Checking heck v0.5.0
28452026-08-14T22:02:09.855Z Checking resolv-conf v0.7.6
28462026-08-14T22:02:09.924Z Compiling unicode-xid v0.2.6
28472026-08-14T22:02:10.055Z Compiling const_format_proc_macros v0.2.34
28482026-08-14T22:02:10.067Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-08-14T22:02:10.127Z Checking phf v0.12.1
28502026-08-14T22:02:10.270Z Checking tokio-dtrace v0.1.1
28512026-08-14T22:02:10.462Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28522026-08-14T22:02:10.540Z Compiling derive-where v1.6.0
28532026-08-14T22:02:10.646Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28542026-08-14T22:02:10.762Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28552026-08-14T22:02:10.996Z Checking highway v1.3.0
28562026-08-14T22:02:11.218Z Checking hickory-resolver v0.24.4
28572026-08-14T22:02:11.233Z Checking const_format v0.2.35
28582026-08-14T22:02:11.469Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28592026-08-14T22:02:11.917Z Checking oxide-tokio-rt v0.1.4
28602026-08-14T22:02:12.005Z Checking qorb v0.4.1
28612026-08-14T22:02:12.215Z Checking gethostname v0.5.0
28622026-08-14T22:02:12.267Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28632026-08-14T22:02:12.298Z Checking bcs v0.1.6
28642026-08-14T22:02:12.311Z Checking termtree v0.5.1
28652026-08-14T22:02:12.337Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28662026-08-14T22:02:12.539Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28672026-08-14T22:02:12.542Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28682026-08-14T22:02:15.656Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28692026-08-14T22:02:18.772Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28702026-08-14T22:02:21.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.93s
28712026-08-14T22:02:21.180Z
28722026-08-14T22:02:21.180Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/335)
28732026-08-14T22:02:21.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-08-14T22:02:21.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-08-14T22:02:21.856Z Compiling ar_archive_writer v0.5.1
28762026-08-14T22:02:21.967Z Compiling stacker v0.1.23
28772026-08-14T22:02:21.975Z Compiling cfg_aliases v0.1.1
28782026-08-14T22:02:21.983Z Compiling convert_case v0.10.0
28792026-08-14T22:02:21.989Z Checking unicode-width v0.1.14
28802026-08-14T22:02:21.999Z Compiling proc-macro-error v1.0.4
28812026-08-14T22:02:22.011Z Checking fd-lock v4.0.4
28822026-08-14T22:02:22.011Z Checking nibble_vec v0.1.0
28832026-08-14T22:02:22.038Z Compiling nix v0.28.0
28842026-08-14T22:02:22.127Z Compiling recursive-proc-macro-impl v0.1.1
28852026-08-14T22:02:22.138Z Checking vte v0.14.1
28862026-08-14T22:02:22.229Z Checking endian-type v0.1.2
28872026-08-14T22:02:22.241Z Checking bytecount v0.6.9
28882026-08-14T22:02:22.272Z Compiling derive_more-impl v2.1.1
28892026-08-14T22:02:22.286Z Checking strip-ansi-escapes v0.2.1
28902026-08-14T22:02:22.308Z Compiling tabled_derive v0.7.0
28912026-08-14T22:02:22.336Z Checking papergrid v0.11.0
28922026-08-14T22:02:22.350Z Checking radix_trie v0.2.1
28932026-08-14T22:02:22.387Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28942026-08-14T22:02:22.531Z Compiling peg-macros v0.8.5
28952026-08-14T22:02:22.552Z Checking winnow v0.6.26
28962026-08-14T22:02:22.786Z Compiling psm v0.1.30
28972026-08-14T22:02:22.881Z Compiling sqlparser_derive v0.5.0
28982026-08-14T22:02:22.952Z Checking nu-ansi-term v0.50.3
28992026-08-14T22:02:23.067Z Checking derive_more v2.1.1
29002026-08-14T22:02:23.146Z Checking unicode_categories v0.1.1
29012026-08-14T22:02:23.162Z Checking home v0.5.12
29022026-08-14T22:02:23.253Z Checking tabled v0.15.0
29032026-08-14T22:02:23.268Z Checking reedline v0.40.0
29042026-08-14T22:02:23.297Z Checking crossterm v0.29.0
29052026-08-14T22:02:23.367Z Checking rustyline v14.0.0
29062026-08-14T22:02:23.555Z Checking recursive v0.1.1
29072026-08-14T22:02:23.659Z Checking sqlparser v0.61.0
29082026-08-14T22:02:23.673Z Checking display-error-chain v0.2.2
29092026-08-14T22:02:23.704Z Checking sqlformat v0.3.5
29102026-08-14T22:02:23.890Z Checking peg v0.8.5
29112026-08-14T22:02:35.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s
29122026-08-14T22:02:35.182Z
29132026-08-14T22:02:35.182Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/335)
29142026-08-14T22:02:35.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-08-14T22:02:35.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-08-14T22:02:35.845Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29172026-08-14T22:02:39.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
29182026-08-14T22:02:39.574Z
29192026-08-14T22:02:39.574Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/335)
29202026-08-14T22:02:40.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-08-14T22:02:40.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-08-14T22:02:40.240Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29232026-08-14T22:02:42.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
29242026-08-14T22:02:43.007Z
29252026-08-14T22:02:43.007Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/335)
29262026-08-14T22:02:43.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-08-14T22:02:43.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-08-14T22:02:43.665Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29292026-08-14T22:02:47.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
29302026-08-14T22:02:47.190Z
29312026-08-14T22:02:47.190Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/335)
29322026-08-14T22:02:47.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-08-14T22:02:47.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-08-14T22:02:47.852Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29352026-08-14T22:02:51.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
29362026-08-14T22:02:51.431Z
29372026-08-14T22:02:51.431Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/335)
29382026-08-14T22:02:51.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-08-14T22:02:51.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-08-14T22:02:52.102Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29412026-08-14T22:02:54.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
29422026-08-14T22:02:54.981Z
29432026-08-14T22:02:54.981Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/335)
29442026-08-14T22:02:55.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-08-14T22:02:55.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-08-14T22:02:55.643Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29472026-08-14T22:02:58.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
29482026-08-14T22:02:58.571Z
29492026-08-14T22:02:58.571Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/335)
29502026-08-14T22:02:59.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-08-14T22:02:59.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-08-14T22:02:59.235Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29532026-08-14T22:03:02.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
29542026-08-14T22:03:02.959Z
29552026-08-14T22:03:02.959Zinfo: running `cargo check --bins` on oximeter (95/335)
29562026-08-14T22:03:03.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572026-08-14T22:03:03.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582026-08-14T22:03:03.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29592026-08-14T22:03:03.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29602026-08-14T22:03:03.528Z
29612026-08-14T22:03:03.528Zinfo: running `cargo check --bins` on oximeter-schema (96/335)
29622026-08-14T22:03:04.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632026-08-14T22:03:04.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642026-08-14T22:03:04.147Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29652026-08-14T22:03:04.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
29662026-08-14T22:03:04.698Z
29672026-08-14T22:03:04.699Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/335)
29682026-08-14T22:03:05.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692026-08-14T22:03:05.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702026-08-14T22:03:05.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29712026-08-14T22:03:05.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29722026-08-14T22:03:05.266Z
29732026-08-14T22:03:05.266Zinfo: running `cargo check --bins` on oximeter-test-utils (98/335)
29742026-08-14T22:03:05.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752026-08-14T22:03:05.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762026-08-14T22:03:05.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29772026-08-14T22:03:05.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29782026-08-14T22:03:05.874Z
29792026-08-14T22:03:05.874Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/335)
29802026-08-14T22:03:06.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812026-08-14T22:03:06.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822026-08-14T22:03:06.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29832026-08-14T22:03:06.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29842026-08-14T22:03:06.447Z
29852026-08-14T22:03:06.447Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/335)
29862026-08-14T22:03:06.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872026-08-14T22:03:06.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882026-08-14T22:03:06.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29892026-08-14T22:03:06.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29902026-08-14T22:03:07.015Z
29912026-08-14T22:03:07.015Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/335)
29922026-08-14T22:03:07.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932026-08-14T22:03:07.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942026-08-14T22:03:07.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29952026-08-14T22:03:07.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29962026-08-14T22:03:07.582Z
29972026-08-14T22:03:07.582Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/335)
29982026-08-14T22:03:08.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-08-14T22:03:08.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-08-14T22:03:08.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30012026-08-14T22:03:08.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30022026-08-14T22:03:08.152Z
30032026-08-14T22:03:08.152Zinfo: running `cargo check --bins` on trust-quorum-types (103/335)
30042026-08-14T22:03:08.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-08-14T22:03:08.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-08-14T22:03:08.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072026-08-14T22:03:08.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30082026-08-14T22:03:08.706Z
30092026-08-14T22:03:08.706Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/335)
30102026-08-14T22:03:09.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-08-14T22:03:09.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-08-14T22:03:09.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132026-08-14T22:03:09.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30142026-08-14T22:03:09.275Z
30152026-08-14T22:03:09.275Zinfo: running `cargo check --bins` on reconfigurator-cli (105/335)
30162026-08-14T22:03:09.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-08-14T22:03:09.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-08-14T22:03:10.088Z Compiling regress v0.11.1
30192026-08-14T22:03:10.088Z Checking secrecy v0.10.3
30202026-08-14T22:03:10.088Z Compiling crucible-workspace-hack v0.1.0
30212026-08-14T22:03:10.091Z Compiling proc-macro-crate v1.3.1
30222026-08-14T22:03:10.091Z Checking half v2.7.1
30232026-08-14T22:03:10.091Z Checking ciborium-io v0.2.2
30242026-08-14T22:03:10.091Z Checking inout v0.1.4
30252026-08-14T22:03:10.091Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30262026-08-14T22:03:10.318Z Checking universal-hash v0.5.1
30272026-08-14T22:03:10.343Z Checking cipher v0.4.4
30282026-08-14T22:03:10.438Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30292026-08-14T22:03:10.490Z Compiling thiserror-impl-no-std v2.0.2
30302026-08-14T22:03:10.505Z Checking ciborium-ll v0.2.2
30312026-08-14T22:03:10.540Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30322026-08-14T22:03:10.555Z Checking opaque-debug v0.3.1
30332026-08-14T22:03:10.627Z Checking poly1305 v0.8.0
30342026-08-14T22:03:10.643Z Checking chacha20 v0.9.1
30352026-08-14T22:03:10.677Z Checking ciborium v0.2.2
30362026-08-14T22:03:10.691Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30372026-08-14T22:03:10.833Z Checking password-hash v0.5.0
30382026-08-14T22:03:10.886Z Checking blake2 v0.10.6
30392026-08-14T22:03:10.942Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30402026-08-14T22:03:10.976Z Checking aead v0.5.2
30412026-08-14T22:03:11.057Z Compiling unsafe-libyaml v0.2.11
30422026-08-14T22:03:11.100Z Checking indent_write v2.2.0
30432026-08-14T22:03:11.119Z Checking chacha20poly1305 v0.10.1
30442026-08-14T22:03:11.134Z Checking argon2 v0.5.3
30452026-08-14T22:03:11.234Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30462026-08-14T22:03:11.248Z Compiling num_enum_derive v0.7.6
30472026-08-14T22:03:11.487Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30482026-08-14T22:03:11.659Z Checking thiserror-no-std v2.0.2
30492026-08-14T22:03:11.706Z Compiling serde_yaml v0.9.34+deprecated
30502026-08-14T22:03:11.754Z Checking vsss-rs v3.3.4
30512026-08-14T22:03:11.785Z Checking typify-impl v0.6.2
30522026-08-14T22:03:11.818Z Compiling itertools v0.15.0
30532026-08-14T22:03:12.357Z Checking num_enum v0.7.6
30542026-08-14T22:03:12.479Z Compiling heapless v0.8.0
30552026-08-14T22:03:12.647Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30562026-08-14T22:03:12.753Z Checking hash32 v0.3.1
30572026-08-14T22:03:12.862Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30582026-08-14T22:03:12.886Z Compiling smoltcp v0.11.0
30592026-08-14T22:03:12.936Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30602026-08-14T22:03:13.139Z Compiling ingot-macros v0.2.0
30612026-08-14T22:03:13.155Z Checking tabwriter v1.4.1
30622026-08-14T22:03:13.188Z Checking cobs v0.3.0
30632026-08-14T22:03:13.245Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
30642026-08-14T22:03:13.321Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30652026-08-14T22:03:13.337Z Checking postcard v1.1.3
30662026-08-14T22:03:13.450Z Compiling foreign-types-macros v0.2.3
30672026-08-14T22:03:13.516Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30682026-08-14T22:03:13.535Z Checking colored v3.1.1
30692026-08-14T22:03:13.634Z Checking foreign-types-shared v0.3.1
30702026-08-14T22:03:13.708Z Checking swrite v0.1.0
30712026-08-14T22:03:13.802Z Compiling num_enum_derive v0.5.11
30722026-08-14T22:03:13.849Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30732026-08-14T22:03:13.890Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30742026-08-14T22:03:13.983Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30752026-08-14T22:03:14.053Z Checking foreign-types v0.5.0
30762026-08-14T22:03:14.135Z Checking cstr-argument v0.1.2
30772026-08-14T22:03:14.273Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
30782026-08-14T22:03:14.292Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30792026-08-14T22:03:14.349Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30802026-08-14T22:03:14.404Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
30812026-08-14T22:03:14.480Z Checking rand v0.10.1
30822026-08-14T22:03:14.519Z Checking itertools v0.12.1
30832026-08-14T22:03:14.544Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30842026-08-14T22:03:14.559Z Compiling zone_cfg_derive v0.3.1
30852026-08-14T22:03:14.858Z Checking num_enum v0.5.11
30862026-08-14T22:03:14.877Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30872026-08-14T22:03:14.976Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30882026-08-14T22:03:15.006Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30892026-08-14T22:03:15.155Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30902026-08-14T22:03:15.228Z Compiling num-derive v0.4.2
30912026-08-14T22:03:15.334Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30922026-08-14T22:03:15.533Z Compiling semver v0.1.20
30932026-08-14T22:03:15.570Z Checking zone v0.3.1
30942026-08-14T22:03:15.819Z Compiling rustc_version v0.1.7
30952026-08-14T22:03:15.859Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30962026-08-14T22:03:16.002Z Checking ingot-types v0.2.0
30972026-08-14T22:03:16.020Z Checking smf v0.2.3
30982026-08-14T22:03:16.043Z Checking nom v8.0.0
30992026-08-14T22:03:16.095Z Checking csv-core v0.1.13
31002026-08-14T22:03:16.174Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31012026-08-14T22:03:16.257Z Checking whoami v1.6.1
31022026-08-14T22:03:16.276Z Checking csv v1.4.0
31032026-08-14T22:03:16.367Z Checking ingot v0.2.1
31042026-08-14T22:03:16.404Z Compiling newtype_derive v0.1.6
31052026-08-14T22:03:16.436Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31062026-08-14T22:03:16.451Z Compiling typify-macro v0.6.2
31072026-08-14T22:03:16.584Z Compiling cancel-safe-futures v0.1.5
31082026-08-14T22:03:16.708Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31092026-08-14T22:03:16.723Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31102026-08-14T22:03:16.836Z Compiling owo-colors v4.3.0
31112026-08-14T22:03:16.856Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31122026-08-14T22:03:16.931Z Compiling libefi-sys v0.1.0
31132026-08-14T22:03:17.055Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31142026-08-14T22:03:17.146Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31152026-08-14T22:03:17.305Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31162026-08-14T22:03:17.327Z Checking oxide-update-engine-types v0.1.2
31172026-08-14T22:03:17.402Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31182026-08-14T22:03:17.510Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31192026-08-14T22:03:17.526Z Compiling bitfield-struct v0.6.2
31202026-08-14T22:03:17.756Z Checking unicode-linebreak v0.1.5
31212026-08-14T22:03:17.982Z Checking smawk v0.3.2
31222026-08-14T22:03:17.999Z Checking linear-map v1.2.0
31232026-08-14T22:03:18.029Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31242026-08-14T22:03:18.074Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31252026-08-14T22:03:18.121Z Checking textwrap v0.16.2
31262026-08-14T22:03:18.176Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31272026-08-14T22:03:18.192Z Checking steno v0.4.1
31282026-08-14T22:03:18.236Z Compiling typify v0.6.2
31292026-08-14T22:03:18.334Z Compiling progenitor-impl v0.14.0
31302026-08-14T22:03:18.350Z Checking oxide-update-engine v0.1.2
31312026-08-14T22:03:18.954Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31322026-08-14T22:03:18.979Z Checking sha1 v0.10.6
31332026-08-14T22:03:19.120Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31342026-08-14T22:03:19.151Z Checking utf-8 v0.7.6
31352026-08-14T22:03:19.166Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31362026-08-14T22:03:19.185Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31372026-08-14T22:03:19.202Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31382026-08-14T22:03:19.255Z Checking ignore v0.4.25
31392026-08-14T22:03:19.286Z Checking tungstenite v0.21.0
31402026-08-14T22:03:19.336Z Compiling xshell-macros v0.2.7
31412026-08-14T22:03:19.437Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31422026-08-14T22:03:19.647Z Checking predicates-tree v1.0.13
31432026-08-14T22:03:19.662Z Checking globwalk v0.9.1
31442026-08-14T22:03:19.711Z Checking tokio-tungstenite v0.21.0
31452026-08-14T22:03:19.726Z Checking xshell v0.2.7
31462026-08-14T22:03:19.762Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31472026-08-14T22:03:19.841Z Checking filetime v0.2.27
31482026-08-14T22:03:19.921Z Checking tagptr v0.2.0
31492026-08-14T22:03:19.982Z Checking xattr v1.6.1
31502026-08-14T22:03:19.997Z Checking camino-tempfile-ext v0.3.3
31512026-08-14T22:03:20.068Z Checking moka v0.12.13
31522026-08-14T22:03:20.117Z Checking tar v0.4.46
31532026-08-14T22:03:20.138Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31542026-08-14T22:03:20.185Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31552026-08-14T22:03:20.200Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31562026-08-14T22:03:20.322Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31572026-08-14T22:03:20.337Z Checking rand_seeder v0.4.0
31582026-08-14T22:03:20.408Z Checking half v1.8.3
31592026-08-14T22:03:20.467Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31602026-08-14T22:03:20.483Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31612026-08-14T22:03:20.502Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31622026-08-14T22:03:20.607Z Checking serde_cbor v0.11.2
31632026-08-14T22:03:20.710Z Checking hickory-resolver v0.25.2
31642026-08-14T22:03:20.757Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31652026-08-14T22:03:20.785Z Checking sha2 v0.11.0
31662026-08-14T22:03:20.943Z Compiling progenitor-macro v0.14.0
31672026-08-14T22:03:20.994Z Checking digest-io v0.1.0
31682026-08-14T22:03:21.124Z Compiling petname v2.0.2
31692026-08-14T22:03:21.400Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31702026-08-14T22:03:21.433Z Checking rawzip v0.4.4
31712026-08-14T22:03:21.450Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31722026-08-14T22:03:21.617Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31732026-08-14T22:03:21.633Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31742026-08-14T22:03:21.926Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31752026-08-14T22:03:21.944Z Checking sapling-renderdag v0.1.0
31762026-08-14T22:03:22.082Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31772026-08-14T22:03:22.114Z Checking subprocess v0.2.15
31782026-08-14T22:03:22.192Z Checking sync-ptr v0.1.4
31792026-08-14T22:03:22.317Z Checking colored v2.2.0
31802026-08-14T22:03:22.373Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31812026-08-14T22:03:22.388Z Checking assert_matches v1.5.0
31822026-08-14T22:03:22.408Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31832026-08-14T22:03:22.475Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31842026-08-14T22:03:23.637Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31852026-08-14T22:03:23.863Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31862026-08-14T22:03:24.216Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31872026-08-14T22:03:24.351Z Checking progenitor v0.14.0
31882026-08-14T22:03:24.484Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31892026-08-14T22:03:24.487Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31902026-08-14T22:03:24.487Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31912026-08-14T22:03:24.487Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31922026-08-14T22:03:24.487Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31932026-08-14T22:03:24.487Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31942026-08-14T22:03:24.861Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31952026-08-14T22:03:24.926Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31962026-08-14T22:03:25.091Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31972026-08-14T22:03:25.132Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31982026-08-14T22:03:25.837Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31992026-08-14T22:03:26.199Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32002026-08-14T22:03:27.435Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32012026-08-14T22:03:35.984Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32022026-08-14T22:03:43.299Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32032026-08-14T22:03:43.302Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32042026-08-14T22:03:43.302Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32052026-08-14T22:03:44.835Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32062026-08-14T22:03:46.111Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32072026-08-14T22:03:48.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.08s
32082026-08-14T22:03:48.572Z
32092026-08-14T22:03:48.572Zinfo: running `cargo check --bins` on nexus-inventory (106/335)
32102026-08-14T22:03:49.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-08-14T22:03:49.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-08-14T22:03:49.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-08-14T22:03:49.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32142026-08-14T22:03:49.180Z
32152026-08-14T22:03:49.180Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/335)
32162026-08-14T22:03:49.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-08-14T22:03:49.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-08-14T22:03:49.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-08-14T22:03:49.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32202026-08-14T22:03:49.794Z
32212026-08-14T22:03:49.794Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/335)
32222026-08-14T22:03:50.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-08-14T22:03:50.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-08-14T22:03:50.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-08-14T22:03:50.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32262026-08-14T22:03:50.318Z
32272026-08-14T22:03:50.318Zinfo: running `cargo check --bins` on dns-service-client (109/335)
32282026-08-14T22:03:50.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-08-14T22:03:50.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-08-14T22:03:50.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-08-14T22:03:50.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32322026-08-14T22:03:50.885Z
32332026-08-14T22:03:50.885Zinfo: running `cargo check --bins` on ntp-admin-client (110/335)
32342026-08-14T22:03:51.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-08-14T22:03:51.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-08-14T22:03:51.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-08-14T22:03:51.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32382026-08-14T22:03:51.440Z
32392026-08-14T22:03:51.440Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/335)
32402026-08-14T22:03:51.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-08-14T22:03:51.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-08-14T22:03:51.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432026-08-14T22:03:51.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32442026-08-14T22:03:51.998Z
32452026-08-14T22:03:51.998Zinfo: running `cargo check --bins` on cockroach-admin-client (112/335)
32462026-08-14T22:03:52.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472026-08-14T22:03:52.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482026-08-14T22:03:52.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492026-08-14T22:03:52.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32502026-08-14T22:03:52.548Z
32512026-08-14T22:03:52.548Zinfo: running `cargo check --bins` on parallel-task-set (113/335)
32522026-08-14T22:03:53.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532026-08-14T22:03:53.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542026-08-14T22:03:53.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32552026-08-14T22:03:53.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32562026-08-14T22:03:53.099Z
32572026-08-14T22:03:53.099Zinfo: running `cargo check --bins` on sled-agent-client (114/335)
32582026-08-14T22:03:53.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592026-08-14T22:03:53.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602026-08-14T22:03:53.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32612026-08-14T22:03:53.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32622026-08-14T22:03:53.676Z
32632026-08-14T22:03:53.676Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/335)
32642026-08-14T22:03:54.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652026-08-14T22:03:54.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662026-08-14T22:03:54.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672026-08-14T22:03:54.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32682026-08-14T22:03:54.261Z
32692026-08-14T22:03:54.261Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/335)
32702026-08-14T22:03:54.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-08-14T22:03:54.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-08-14T22:03:54.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732026-08-14T22:03:54.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32742026-08-14T22:03:54.845Z
32752026-08-14T22:03:54.845Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/335)
32762026-08-14T22:03:55.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-08-14T22:03:55.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-08-14T22:03:55.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-08-14T22:03:55.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32802026-08-14T22:03:55.428Z
32812026-08-14T22:03:55.428Zinfo: running `cargo check --bins` on key-manager (118/335)
32822026-08-14T22:03:55.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-08-14T22:03:55.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-08-14T22:03:55.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852026-08-14T22:03:55.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32862026-08-14T22:03:55.994Z
32872026-08-14T22:03:55.994Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/335)
32882026-08-14T22:03:56.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892026-08-14T22:03:56.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902026-08-14T22:03:56.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32912026-08-14T22:03:56.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32922026-08-14T22:03:56.579Z
32932026-08-14T22:03:56.579Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/335)
32942026-08-14T22:03:57.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952026-08-14T22:03:57.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962026-08-14T22:03:57.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32972026-08-14T22:03:57.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32982026-08-14T22:03:57.164Z
32992026-08-14T22:03:57.164Zinfo: running `cargo check --bins` on typed-rng (121/335)
33002026-08-14T22:03:57.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012026-08-14T22:03:57.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022026-08-14T22:03:57.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33032026-08-14T22:03:57.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33042026-08-14T22:03:57.715Z
33052026-08-14T22:03:57.715Zinfo: running `cargo check --bins` on gateway-test-utils (122/335)
33062026-08-14T22:03:58.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072026-08-14T22:03:58.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082026-08-14T22:03:58.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33092026-08-14T22:03:58.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33102026-08-14T22:03:58.330Z
33112026-08-14T22:03:58.330Zinfo: running `cargo check --bins` on omicron-gateway (123/335)
33122026-08-14T22:03:58.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132026-08-14T22:03:58.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142026-08-14T22:03:59.059Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33152026-08-14T22:03:59.062Z Checking void v1.0.2
33162026-08-14T22:03:59.062Z Checking tungstenite v0.23.0
33172026-08-14T22:03:59.062Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33182026-08-14T22:03:59.177Z Checking nix v0.27.1
33192026-08-14T22:03:59.184Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33202026-08-14T22:03:59.191Z Checking dropshot-api-manager-types v0.7.2
33212026-08-14T22:03:59.194Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33222026-08-14T22:03:59.262Z Checking lzss v0.8.2
33232026-08-14T22:03:59.354Z Checking kstat-rs v0.2.5
33242026-08-14T22:03:59.382Z Checking fxhash v0.2.1
33252026-08-14T22:03:59.442Z Checking serde_bytes v0.11.19
33262026-08-14T22:03:59.472Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33272026-08-14T22:03:59.492Z Checking signal-hook-tokio v0.3.1
33282026-08-14T22:03:59.495Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33292026-08-14T22:03:59.533Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33302026-08-14T22:03:59.578Z Checking tokio-tungstenite v0.23.1
33312026-08-14T22:03:59.669Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33322026-08-14T22:04:00.770Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33332026-08-14T22:04:01.320Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33342026-08-14T22:04:03.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
33352026-08-14T22:04:03.659Z
33362026-08-14T22:04:03.659Zinfo: running `cargo check --bins` on gateway-api (124/335)
33372026-08-14T22:04:04.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-08-14T22:04:04.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-08-14T22:04:04.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-08-14T22:04:04.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33412026-08-14T22:04:04.223Z
33422026-08-14T22:04:04.223Zinfo: running `cargo check --bins` on ipcc (125/335)
33432026-08-14T22:04:04.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-08-14T22:04:04.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-08-14T22:04:04.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-08-14T22:04:04.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33472026-08-14T22:04:04.789Z
33482026-08-14T22:04:04.789Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/335)
33492026-08-14T22:04:05.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-08-14T22:04:05.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-08-14T22:04:05.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-08-14T22:04:05.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33532026-08-14T22:04:05.340Z
33542026-08-14T22:04:05.340Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/335)
33552026-08-14T22:04:05.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-08-14T22:04:05.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-08-14T22:04:05.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-08-14T22:04:05.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33592026-08-14T22:04:05.922Z
33602026-08-14T22:04:05.922Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/335)
33612026-08-14T22:04:06.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-08-14T22:04:06.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-08-14T22:04:06.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-08-14T22:04:06.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33652026-08-14T22:04:06.489Z
33662026-08-14T22:04:06.489Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/335)
33672026-08-14T22:04:06.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-08-14T22:04:06.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-08-14T22:04:06.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-08-14T22:04:06.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33712026-08-14T22:04:07.060Z
33722026-08-14T22:04:07.061Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/335)
33732026-08-14T22:04:07.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-08-14T22:04:07.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-08-14T22:04:07.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-08-14T22:04:07.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33772026-08-14T22:04:07.626Z
33782026-08-14T22:04:07.626Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/335)
33792026-08-14T22:04:08.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-08-14T22:04:08.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-08-14T22:04:08.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-08-14T22:04:08.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33832026-08-14T22:04:08.212Z
33842026-08-14T22:04:08.212Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/335)
33852026-08-14T22:04:08.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-08-14T22:04:08.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-08-14T22:04:08.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-08-14T22:04:08.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33892026-08-14T22:04:08.775Z
33902026-08-14T22:04:08.775Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/335)
33912026-08-14T22:04:09.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-08-14T22:04:09.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-08-14T22:04:09.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-08-14T22:04:09.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33952026-08-14T22:04:09.343Z
33962026-08-14T22:04:09.343Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/335)
33972026-08-14T22:04:09.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-08-14T22:04:09.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-08-14T22:04:09.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-08-14T22:04:09.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34012026-08-14T22:04:09.912Z
34022026-08-14T22:04:09.912Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/335)
34032026-08-14T22:04:10.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-08-14T22:04:10.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-08-14T22:04:10.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-08-14T22:04:10.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34072026-08-14T22:04:10.478Z
34082026-08-14T22:04:10.478Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/335)
34092026-08-14T22:04:10.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-08-14T22:04:10.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-08-14T22:04:10.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-08-14T22:04:10.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34132026-08-14T22:04:11.045Z
34142026-08-14T22:04:11.045Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/335)
34152026-08-14T22:04:11.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-08-14T22:04:11.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-08-14T22:04:11.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-08-14T22:04:11.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34192026-08-14T22:04:11.611Z
34202026-08-14T22:04:11.611Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/335)
34212026-08-14T22:04:12.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-08-14T22:04:12.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-08-14T22:04:12.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-08-14T22:04:12.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34252026-08-14T22:04:12.178Z
34262026-08-14T22:04:12.178Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/335)
34272026-08-14T22:04:12.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-08-14T22:04:12.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-08-14T22:04:12.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-08-14T22:04:12.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34312026-08-14T22:04:12.746Z
34322026-08-14T22:04:12.746Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/335)
34332026-08-14T22:04:13.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-08-14T22:04:13.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-08-14T22:04:13.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-08-14T22:04:13.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34372026-08-14T22:04:13.314Z
34382026-08-14T22:04:13.314Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/335)
34392026-08-14T22:04:13.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-08-14T22:04:13.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-08-14T22:04:13.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-08-14T22:04:13.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34432026-08-14T22:04:13.876Z
34442026-08-14T22:04:13.876Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/335)
34452026-08-14T22:04:14.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-08-14T22:04:14.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-08-14T22:04:14.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-08-14T22:04:14.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34492026-08-14T22:04:14.449Z
34502026-08-14T22:04:14.449Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/335)
34512026-08-14T22:04:14.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-08-14T22:04:14.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-08-14T22:04:14.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-08-14T22:04:14.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34552026-08-14T22:04:15.019Z
34562026-08-14T22:04:15.020Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/335)
34572026-08-14T22:04:15.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-08-14T22:04:15.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-08-14T22:04:15.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-08-14T22:04:15.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34612026-08-14T22:04:15.589Z
34622026-08-14T22:04:15.589Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/335)
34632026-08-14T22:04:16.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-08-14T22:04:16.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-08-14T22:04:16.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-08-14T22:04:16.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34672026-08-14T22:04:16.160Z
34682026-08-14T22:04:16.161Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/335)
34692026-08-14T22:04:16.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-08-14T22:04:16.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-08-14T22:04:16.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-08-14T22:04:16.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34732026-08-14T22:04:16.741Z
34742026-08-14T22:04:16.741Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/335)
34752026-08-14T22:04:17.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-08-14T22:04:17.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-08-14T22:04:17.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-08-14T22:04:17.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34792026-08-14T22:04:17.324Z
34802026-08-14T22:04:17.324Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/335)
34812026-08-14T22:04:17.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-08-14T22:04:17.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-08-14T22:04:17.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-08-14T22:04:17.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34852026-08-14T22:04:17.907Z
34862026-08-14T22:04:17.907Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/335)
34872026-08-14T22:04:18.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-08-14T22:04:18.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-08-14T22:04:18.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-08-14T22:04:18.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34912026-08-14T22:04:18.488Z
34922026-08-14T22:04:18.488Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/335)
34932026-08-14T22:04:18.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-08-14T22:04:18.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-08-14T22:04:18.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-08-14T22:04:18.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34972026-08-14T22:04:19.069Z
34982026-08-14T22:04:19.069Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/335)
34992026-08-14T22:04:19.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-08-14T22:04:19.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-08-14T22:04:19.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-08-14T22:04:19.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35032026-08-14T22:04:19.648Z
35042026-08-14T22:04:19.648Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/335)
35052026-08-14T22:04:20.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-08-14T22:04:20.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-08-14T22:04:20.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-08-14T22:04:20.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35092026-08-14T22:04:20.229Z
35102026-08-14T22:04:20.229Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/335)
35112026-08-14T22:04:20.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-08-14T22:04:20.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-08-14T22:04:20.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-08-14T22:04:20.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35152026-08-14T22:04:20.813Z
35162026-08-14T22:04:20.813Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/335)
35172026-08-14T22:04:21.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-08-14T22:04:21.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-08-14T22:04:21.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-08-14T22:04:21.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35212026-08-14T22:04:21.393Z
35222026-08-14T22:04:21.393Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/335)
35232026-08-14T22:04:21.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-08-14T22:04:21.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-08-14T22:04:21.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-08-14T22:04:21.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35272026-08-14T22:04:21.973Z
35282026-08-14T22:04:21.973Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/335)
35292026-08-14T22:04:22.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-08-14T22:04:22.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-08-14T22:04:22.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-08-14T22:04:22.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35332026-08-14T22:04:22.554Z
35342026-08-14T22:04:22.554Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/335)
35352026-08-14T22:04:23.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-08-14T22:04:23.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-08-14T22:04:23.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-08-14T22:04:23.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35392026-08-14T22:04:23.136Z
35402026-08-14T22:04:23.136Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/335)
35412026-08-14T22:04:23.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-08-14T22:04:23.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-08-14T22:04:23.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-08-14T22:04:23.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35452026-08-14T22:04:23.716Z
35462026-08-14T22:04:23.716Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/335)
35472026-08-14T22:04:24.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-08-14T22:04:24.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-08-14T22:04:24.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-08-14T22:04:24.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35512026-08-14T22:04:24.297Z
35522026-08-14T22:04:24.297Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/335)
35532026-08-14T22:04:24.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-08-14T22:04:24.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-08-14T22:04:24.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-08-14T22:04:24.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35572026-08-14T22:04:24.878Z
35582026-08-14T22:04:24.878Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/335)
35592026-08-14T22:04:25.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-08-14T22:04:25.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-08-14T22:04:25.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-08-14T22:04:25.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35632026-08-14T22:04:25.458Z
35642026-08-14T22:04:25.458Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/335)
35652026-08-14T22:04:25.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-08-14T22:04:25.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-08-14T22:04:25.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-08-14T22:04:25.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35692026-08-14T22:04:26.041Z
35702026-08-14T22:04:26.041Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/335)
35712026-08-14T22:04:26.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-08-14T22:04:26.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-08-14T22:04:26.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-08-14T22:04:26.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35752026-08-14T22:04:26.623Z
35762026-08-14T22:04:26.623Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/335)
35772026-08-14T22:04:27.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-08-14T22:04:27.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-08-14T22:04:27.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-08-14T22:04:27.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35812026-08-14T22:04:27.188Z
35822026-08-14T22:04:27.189Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/335)
35832026-08-14T22:04:27.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-08-14T22:04:27.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-08-14T22:04:27.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-08-14T22:04:27.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35872026-08-14T22:04:27.756Z
35882026-08-14T22:04:27.757Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/335)
35892026-08-14T22:04:28.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-08-14T22:04:28.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-08-14T22:04:28.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-08-14T22:04:28.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35932026-08-14T22:04:28.322Z
35942026-08-14T22:04:28.322Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/335)
35952026-08-14T22:04:28.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-08-14T22:04:28.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-08-14T22:04:28.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-08-14T22:04:28.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35992026-08-14T22:04:28.893Z
36002026-08-14T22:04:28.893Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/335)
36012026-08-14T22:04:29.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-08-14T22:04:29.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-08-14T22:04:29.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-08-14T22:04:29.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36052026-08-14T22:04:29.454Z
36062026-08-14T22:04:29.454Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/335)
36072026-08-14T22:04:29.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-08-14T22:04:29.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-08-14T22:04:29.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-08-14T22:04:29.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36112026-08-14T22:04:30.019Z
36122026-08-14T22:04:30.020Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/335)
36132026-08-14T22:04:30.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-08-14T22:04:30.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-08-14T22:04:30.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-08-14T22:04:30.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36172026-08-14T22:04:30.582Z
36182026-08-14T22:04:30.582Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/335)
36192026-08-14T22:04:31.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-08-14T22:04:31.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-08-14T22:04:31.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-08-14T22:04:31.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36232026-08-14T22:04:31.148Z
36242026-08-14T22:04:31.148Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/335)
36252026-08-14T22:04:31.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-08-14T22:04:31.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-08-14T22:04:31.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-08-14T22:04:31.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36292026-08-14T22:04:31.713Z
36302026-08-14T22:04:31.713Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/335)
36312026-08-14T22:04:32.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-08-14T22:04:32.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-08-14T22:04:32.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-08-14T22:04:32.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36352026-08-14T22:04:32.277Z
36362026-08-14T22:04:32.277Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/335)
36372026-08-14T22:04:32.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-08-14T22:04:32.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-08-14T22:04:32.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-08-14T22:04:32.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36412026-08-14T22:04:32.843Z
36422026-08-14T22:04:32.843Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/335)
36432026-08-14T22:04:33.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-08-14T22:04:33.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-08-14T22:04:33.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-08-14T22:04:33.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36472026-08-14T22:04:33.405Z
36482026-08-14T22:04:33.405Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/335)
36492026-08-14T22:04:33.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-08-14T22:04:33.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-08-14T22:04:33.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-08-14T22:04:33.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36532026-08-14T22:04:33.973Z
36542026-08-14T22:04:33.973Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/335)
36552026-08-14T22:04:34.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-08-14T22:04:34.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-08-14T22:04:34.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-08-14T22:04:34.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36592026-08-14T22:04:34.541Z
36602026-08-14T22:04:34.541Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/335)
36612026-08-14T22:04:35.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-08-14T22:04:35.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-08-14T22:04:35.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-08-14T22:04:35.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36652026-08-14T22:04:35.105Z
36662026-08-14T22:04:35.105Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/335)
36672026-08-14T22:04:35.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-08-14T22:04:35.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-08-14T22:04:35.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-08-14T22:04:35.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36712026-08-14T22:04:35.671Z
36722026-08-14T22:04:35.671Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/335)
36732026-08-14T22:04:36.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-08-14T22:04:36.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-08-14T22:04:36.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-08-14T22:04:36.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36772026-08-14T22:04:36.252Z
36782026-08-14T22:04:36.252Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/335)
36792026-08-14T22:04:36.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-08-14T22:04:36.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-08-14T22:04:36.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-08-14T22:04:36.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36832026-08-14T22:04:36.834Z
36842026-08-14T22:04:36.834Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/335)
36852026-08-14T22:04:37.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-08-14T22:04:37.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-08-14T22:04:37.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-08-14T22:04:37.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36892026-08-14T22:04:37.418Z
36902026-08-14T22:04:37.418Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/335)
36912026-08-14T22:04:37.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-08-14T22:04:37.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-08-14T22:04:37.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-08-14T22:04:37.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36952026-08-14T22:04:38.000Z
36962026-08-14T22:04:38.000Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/335)
36972026-08-14T22:04:38.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-08-14T22:04:38.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-08-14T22:04:38.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-08-14T22:04:38.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37012026-08-14T22:04:38.581Z
37022026-08-14T22:04:38.581Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/335)
37032026-08-14T22:04:39.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-08-14T22:04:39.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-08-14T22:04:39.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-08-14T22:04:39.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37072026-08-14T22:04:39.170Z
37082026-08-14T22:04:39.170Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/335)
37092026-08-14T22:04:39.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-08-14T22:04:39.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-08-14T22:04:39.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-08-14T22:04:39.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37132026-08-14T22:04:39.751Z
37142026-08-14T22:04:39.751Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/335)
37152026-08-14T22:04:40.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-08-14T22:04:40.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-08-14T22:04:40.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-08-14T22:04:40.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37192026-08-14T22:04:40.336Z
37202026-08-14T22:04:40.336Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/335)
37212026-08-14T22:04:40.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-08-14T22:04:40.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-08-14T22:04:40.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-08-14T22:04:40.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37252026-08-14T22:04:40.923Z
37262026-08-14T22:04:40.923Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/335)
37272026-08-14T22:04:41.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-08-14T22:04:41.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-08-14T22:04:41.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-08-14T22:04:41.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37312026-08-14T22:04:41.509Z
37322026-08-14T22:04:41.509Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/335)
37332026-08-14T22:04:41.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-08-14T22:04:42.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-08-14T22:04:42.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-08-14T22:04:42.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37372026-08-14T22:04:42.090Z
37382026-08-14T22:04:42.090Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/335)
37392026-08-14T22:04:42.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-08-14T22:04:42.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-08-14T22:04:42.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-08-14T22:04:42.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37432026-08-14T22:04:42.673Z
37442026-08-14T22:04:42.673Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/335)
37452026-08-14T22:04:43.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-08-14T22:04:43.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-08-14T22:04:43.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-08-14T22:04:43.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37492026-08-14T22:04:43.258Z
37502026-08-14T22:04:43.258Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/335)
37512026-08-14T22:04:43.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-08-14T22:04:43.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-08-14T22:04:43.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-08-14T22:04:43.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37552026-08-14T22:04:43.839Z
37562026-08-14T22:04:43.839Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/335)
37572026-08-14T22:04:44.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-08-14T22:04:44.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-08-14T22:04:44.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-08-14T22:04:44.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37612026-08-14T22:04:44.421Z
37622026-08-14T22:04:44.421Zinfo: running `cargo check --bins` on oximeter-producer (195/335)
37632026-08-14T22:04:44.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-08-14T22:04:44.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-08-14T22:04:44.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-08-14T22:04:44.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37672026-08-14T22:04:45.023Z
37682026-08-14T22:04:45.023Zinfo: running `cargo check --bins` on internal-dns-resolver (196/335)
37692026-08-14T22:04:45.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-08-14T22:04:45.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-08-14T22:04:45.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-08-14T22:04:45.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37732026-08-14T22:04:45.592Z
37742026-08-14T22:04:45.592Zinfo: running `cargo check --bins` on dns-server (197/335)
37752026-08-14T22:04:46.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-08-14T22:04:46.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-08-14T22:04:46.230Z Compiling parking_lot_core v0.8.6
37782026-08-14T22:04:46.233Z Compiling git-stub v1.0.0
37792026-08-14T22:04:46.346Z Checking prefix-trie v0.7.0
37802026-08-14T22:04:46.351Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37812026-08-14T22:04:46.462Z Compiling git-stub-vcs v0.1.0
37822026-08-14T22:04:46.624Z Checking hickory-server v0.25.2
37832026-08-14T22:04:46.736Z Checking parking_lot v0.11.2
37842026-08-14T22:04:46.765Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37852026-08-14T22:04:46.904Z Checking sled v0.34.7
37862026-08-14T22:04:48.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
37872026-08-14T22:04:49.026Z
37882026-08-14T22:04:49.026Zinfo: running `cargo check --bins` on dns-server-api (198/335)
37892026-08-14T22:04:49.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-08-14T22:04:49.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-08-14T22:04:49.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-08-14T22:04:49.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37932026-08-14T22:04:49.589Z
37942026-08-14T22:04:49.589Zinfo: running `cargo check --bins` on nexus-client (199/335)
37952026-08-14T22:04:50.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-08-14T22:04:50.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-08-14T22:04:50.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-08-14T22:04:50.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37992026-08-14T22:04:50.193Z
38002026-08-14T22:04:50.193Zinfo: running `cargo check --bins` on oximeter-producer-api (200/335)
38012026-08-14T22:04:50.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-08-14T22:04:50.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-08-14T22:04:50.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-08-14T22:04:50.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38052026-08-14T22:04:50.764Z
38062026-08-14T22:04:50.764Zinfo: running `cargo check --bins` on sp-sim (201/335)
38072026-08-14T22:04:51.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-08-14T22:04:51.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-08-14T22:04:51.469Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38102026-08-14T22:04:51.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
38112026-08-14T22:04:52.194Z
38122026-08-14T22:04:52.194Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/335)
38132026-08-14T22:04:52.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-08-14T22:04:52.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-08-14T22:04:53.002Z Compiling salty v0.3.0
38162026-08-14T22:04:53.006Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38172026-08-14T22:04:53.140Z Checking libscf-sys v1.2.0
38182026-08-14T22:04:53.144Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38192026-08-14T22:04:53.144Z Checking rfc6979 v0.4.0
38202026-08-14T22:04:53.167Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38212026-08-14T22:04:53.168Z Checking primeorder v0.13.6
38222026-08-14T22:04:53.193Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38232026-08-14T22:04:53.262Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38242026-08-14T22:04:53.265Z Checking ecdsa v0.16.9
38252026-08-14T22:04:53.359Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38262026-08-14T22:04:53.402Z Checking papergrid v0.18.0
38272026-08-14T22:04:53.417Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38282026-08-14T22:04:53.483Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38292026-08-14T22:04:53.596Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38302026-08-14T22:04:53.642Z Checking p384 v0.13.1
38312026-08-14T22:04:53.722Z Checking itertools v0.15.0
38322026-08-14T22:04:53.757Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38332026-08-14T22:04:53.789Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38342026-08-14T22:04:54.052Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38352026-08-14T22:04:54.067Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38362026-08-14T22:04:54.128Z Checking corncobs v0.1.4
38372026-08-14T22:04:54.163Z Compiling illumos-nvpair-sys v0.2.0
38382026-08-14T22:04:54.178Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38392026-08-14T22:04:54.191Z Checking tabled v0.21.0
38402026-08-14T22:04:54.251Z Compiling unicase v2.9.0
38412026-08-14T22:04:54.254Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38422026-08-14T22:04:54.298Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38432026-08-14T22:04:54.335Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38442026-08-14T22:04:54.371Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38452026-08-14T22:04:54.448Z Compiling mime_guess v2.0.5
38462026-08-14T22:04:54.513Z Compiling progenitor-impl v0.13.0
38472026-08-14T22:04:54.584Z Checking secrecy v0.8.0
38482026-08-14T22:04:54.704Z Checking crc8 v0.1.1
38492026-08-14T22:04:54.719Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38502026-08-14T22:04:54.824Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38512026-08-14T22:04:55.013Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38522026-08-14T22:04:55.068Z Checking progenitor-client v0.13.0
38532026-08-14T22:04:55.130Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38542026-08-14T22:04:55.308Z Checking http-range v0.1.5
38552026-08-14T22:04:55.395Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38562026-08-14T22:04:55.433Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-08-14T22:04:55.614Z Checking illumos-nvpair v0.3.0
38582026-08-14T22:04:55.796Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38592026-08-14T22:04:55.865Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38602026-08-14T22:04:55.918Z Checking scuffle v0.1.0
38612026-08-14T22:04:55.945Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38622026-08-14T22:04:55.985Z Checking nanorand v0.7.0
38632026-08-14T22:04:56.188Z Checking flume v0.11.1
38642026-08-14T22:04:56.191Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38652026-08-14T22:04:56.326Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38662026-08-14T22:04:56.435Z Checking hyper-staticfile v0.10.1
38672026-08-14T22:04:56.479Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38682026-08-14T22:04:56.541Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38692026-08-14T22:04:56.677Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38702026-08-14T22:04:56.733Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38712026-08-14T22:04:56.829Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38722026-08-14T22:04:56.936Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38732026-08-14T22:04:56.951Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38742026-08-14T22:04:57.140Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38752026-08-14T22:04:57.156Z Compiling progenitor-macro v0.13.0
38762026-08-14T22:04:57.256Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38772026-08-14T22:04:57.273Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38782026-08-14T22:04:57.395Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38792026-08-14T22:04:57.938Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38802026-08-14T22:04:58.422Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38812026-08-14T22:04:59.984Z Checking progenitor v0.13.0
38822026-08-14T22:05:00.124Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38832026-08-14T22:05:01.637Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38842026-08-14T22:05:02.199Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38852026-08-14T22:05:15.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.69s
38862026-08-14T22:05:16.094Z
38872026-08-14T22:05:16.094Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/335)
38882026-08-14T22:05:16.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-08-14T22:05:16.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-08-14T22:05:16.858Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38912026-08-14T22:05:27.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38922026-08-14T22:05:27.814Z
38932026-08-14T22:05:27.814Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/335)
38942026-08-14T22:05:28.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-08-14T22:05:28.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-08-14T22:05:28.574Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38972026-08-14T22:05:39.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38982026-08-14T22:05:39.404Z
38992026-08-14T22:05:39.404Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/335)
39002026-08-14T22:05:39.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-08-14T22:05:39.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-08-14T22:05:40.167Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39032026-08-14T22:05:50.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
39042026-08-14T22:05:51.041Z
39052026-08-14T22:05:51.041Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/335)
39062026-08-14T22:05:51.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-08-14T22:05:51.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-08-14T22:05:51.803Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39092026-08-14T22:06:02.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
39102026-08-14T22:06:02.664Z
39112026-08-14T22:06:02.664Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/335)
39122026-08-14T22:06:03.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-08-14T22:06:03.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-08-14T22:06:03.426Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39152026-08-14T22:06:14.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
39162026-08-14T22:06:14.381Z
39172026-08-14T22:06:14.381Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/335)
39182026-08-14T22:06:14.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-08-14T22:06:14.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-08-14T22:06:15.144Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39212026-08-14T22:06:25.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
39222026-08-14T22:06:25.996Z
39232026-08-14T22:06:25.996Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/335)
39242026-08-14T22:06:26.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-08-14T22:06:26.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-08-14T22:06:26.764Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39272026-08-14T22:06:37.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
39282026-08-14T22:06:37.731Z
39292026-08-14T22:06:37.731Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/335)
39302026-08-14T22:06:38.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-08-14T22:06:38.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-08-14T22:06:38.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-08-14T22:06:38.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39342026-08-14T22:06:38.301Z
39352026-08-14T22:06:38.301Zinfo: running `cargo check --bins` on installinator-common (211/335)
39362026-08-14T22:06:38.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-08-14T22:06:38.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-08-14T22:06:38.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-08-14T22:06:38.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39402026-08-14T22:06:38.886Z
39412026-08-14T22:06:38.886Zinfo: running `cargo check --bins` on installinator-common-versions (212/335)
39422026-08-14T22:06:39.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-08-14T22:06:39.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-08-14T22:06:39.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-08-14T22:06:39.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39462026-08-14T22:06:39.437Z
39472026-08-14T22:06:39.437Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/335)
39482026-08-14T22:06:39.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-08-14T22:06:39.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-08-14T22:06:39.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-08-14T22:06:39.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39522026-08-14T22:06:40.049Z
39532026-08-14T22:06:40.049Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/335)
39542026-08-14T22:06:40.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-08-14T22:06:40.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-08-14T22:06:40.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-08-14T22:06:40.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39582026-08-14T22:06:40.616Z
39592026-08-14T22:06:40.616Zinfo: running `cargo check --bins` on range-requests (215/335)
39602026-08-14T22:06:41.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-08-14T22:06:41.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-08-14T22:06:41.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-08-14T22:06:41.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39642026-08-14T22:06:41.177Z
39652026-08-14T22:06:41.177Zinfo: running `cargo check --bins` on repo-depot-api (216/335)
39662026-08-14T22:06:41.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-08-14T22:06:41.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-08-14T22:06:41.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-08-14T22:06:41.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39702026-08-14T22:06:41.738Z
39712026-08-14T22:06:41.738Zinfo: running `cargo check --bins` on repo-depot-client (217/335)
39722026-08-14T22:06:42.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-08-14T22:06:42.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-08-14T22:06:42.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-08-14T22:06:42.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39762026-08-14T22:06:42.291Z
39772026-08-14T22:06:42.291Zinfo: running `cargo check --bins` on sled-agent-api (218/335)
39782026-08-14T22:06:42.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-08-14T22:06:42.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-08-14T22:06:42.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39812026-08-14T22:06:42.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39822026-08-14T22:06:42.880Z
39832026-08-14T22:06:42.880Zinfo: running `cargo check --bins` on sled-diagnostics (219/335)
39842026-08-14T22:06:43.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-08-14T22:06:43.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-08-14T22:06:43.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39872026-08-14T22:06:43.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39882026-08-14T22:06:43.468Z
39892026-08-14T22:06:43.468Zinfo: running `cargo check --bins` on zfs-test-harness (220/335)
39902026-08-14T22:06:43.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-08-14T22:06:43.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-08-14T22:06:43.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39932026-08-14T22:06:43.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39942026-08-14T22:06:44.052Z
39952026-08-14T22:06:44.052Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/335)
39962026-08-14T22:06:44.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-08-14T22:06:44.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-08-14T22:06:44.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39992026-08-14T22:06:44.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40002026-08-14T22:06:44.643Z
40012026-08-14T22:06:44.643Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/335)
40022026-08-14T22:06:45.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-08-14T22:06:45.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-08-14T22:06:45.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40052026-08-14T22:06:45.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40062026-08-14T22:06:45.233Z
40072026-08-14T22:06:45.233Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/335)
40082026-08-14T22:06:45.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-08-14T22:06:45.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-08-14T22:06:45.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40112026-08-14T22:06:45.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40122026-08-14T22:06:45.816Z
40132026-08-14T22:06:45.816Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/335)
40142026-08-14T22:06:46.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-08-14T22:06:46.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-08-14T22:06:46.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40172026-08-14T22:06:46.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40182026-08-14T22:06:46.399Z
40192026-08-14T22:06:46.400Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/335)
40202026-08-14T22:06:46.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-08-14T22:06:46.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-08-14T22:06:46.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40232026-08-14T22:06:46.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40242026-08-14T22:06:46.991Z
40252026-08-14T22:06:46.991Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/335)
40262026-08-14T22:06:47.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-08-14T22:06:47.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-08-14T22:06:47.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40292026-08-14T22:06:47.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40302026-08-14T22:06:47.584Z
40312026-08-14T22:06:47.584Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/335)
40322026-08-14T22:06:48.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-08-14T22:06:48.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-08-14T22:06:48.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40352026-08-14T22:06:48.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40362026-08-14T22:06:48.175Z
40372026-08-14T22:06:48.175Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/335)
40382026-08-14T22:06:48.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392026-08-14T22:06:48.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402026-08-14T22:06:48.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40412026-08-14T22:06:48.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40422026-08-14T22:06:48.787Z
40432026-08-14T22:06:48.787Zinfo: running `cargo check --bins` on trust-quorum (229/335)
40442026-08-14T22:06:49.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-08-14T22:06:49.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-08-14T22:06:49.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40472026-08-14T22:06:49.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40482026-08-14T22:06:49.378Z
40492026-08-14T22:06:49.378Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/335)
40502026-08-14T22:06:49.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-08-14T22:06:49.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-08-14T22:06:49.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-08-14T22:06:49.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40542026-08-14T22:06:49.986Z
40552026-08-14T22:06:49.986Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/335)
40562026-08-14T22:06:50.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-08-14T22:06:50.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-08-14T22:06:50.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-08-14T22:06:50.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40602026-08-14T22:06:50.599Z
40612026-08-14T22:06:50.599Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/335)
40622026-08-14T22:06:51.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-08-14T22:06:51.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-08-14T22:06:51.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-08-14T22:06:51.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40662026-08-14T22:06:51.213Z
40672026-08-14T22:06:51.213Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/335)
40682026-08-14T22:06:51.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-08-14T22:06:51.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-08-14T22:06:51.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-08-14T22:06:51.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40722026-08-14T22:06:51.764Z
40732026-08-14T22:06:51.764Zinfo: running `cargo check --bins` on transient-dns-server (234/335)
40742026-08-14T22:06:52.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-08-14T22:06:52.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-08-14T22:06:52.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-08-14T22:06:52.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40782026-08-14T22:06:52.339Z
40792026-08-14T22:06:52.339Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/335)
40802026-08-14T22:06:52.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-08-14T22:06:52.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-08-14T22:06:52.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-08-14T22:06:52.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40842026-08-14T22:06:52.933Z
40852026-08-14T22:06:52.933Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/335)
40862026-08-14T22:06:53.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-08-14T22:06:53.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-08-14T22:06:53.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-08-14T22:06:53.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40902026-08-14T22:06:53.523Z
40912026-08-14T22:06:53.523Zinfo: running `cargo check --bins` on omicron-rpaths (237/335)
40922026-08-14T22:06:53.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-08-14T22:06:54.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-08-14T22:06:54.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-08-14T22:06:54.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40962026-08-14T22:06:54.084Z
40972026-08-14T22:06:54.084Zinfo: running `cargo check --bins` on omicron-repl-utils (238/335)
40982026-08-14T22:06:54.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-08-14T22:06:54.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-08-14T22:06:54.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-08-14T22:06:54.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41022026-08-14T22:06:54.645Z
41032026-08-14T22:06:54.645Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/335)
41042026-08-14T22:06:55.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-08-14T22:06:55.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-08-14T22:06:55.345Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41072026-08-14T22:06:55.759Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41082026-08-14T22:06:56.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s
41092026-08-14T22:06:57.149Z
41102026-08-14T22:06:57.149Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/335)
41112026-08-14T22:06:57.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-08-14T22:06:57.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-08-14T22:06:57.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41142026-08-14T22:06:57.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41152026-08-14T22:06:57.715Z
41162026-08-14T22:06:57.715Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/335)
41172026-08-14T22:06:58.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-08-14T22:06:58.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-08-14T22:06:58.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41202026-08-14T22:06:58.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41212026-08-14T22:06:58.284Z
41222026-08-14T22:06:58.284Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/335)
41232026-08-14T22:06:58.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-08-14T22:06:58.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-08-14T22:06:58.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41262026-08-14T22:06:58.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41272026-08-14T22:06:58.856Z
41282026-08-14T22:06:58.856Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/335)
41292026-08-14T22:06:59.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41302026-08-14T22:06:59.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41312026-08-14T22:06:59.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41322026-08-14T22:06:59.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41332026-08-14T22:06:59.428Z
41342026-08-14T22:06:59.428Zinfo: running `cargo check --bins` on installinator-client (244/335)
41352026-08-14T22:06:59.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-08-14T22:06:59.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-08-14T22:06:59.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41382026-08-14T22:06:59.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41392026-08-14T22:07:00.006Z
41402026-08-14T22:07:00.006Zinfo: running `cargo check --bins` on oxide-client (245/335)
41412026-08-14T22:07:00.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-08-14T22:07:00.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-08-14T22:07:00.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-08-14T22:07:00.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41452026-08-14T22:07:00.557Z
41462026-08-14T22:07:00.557Zinfo: running `cargo check --bins` on oximeter-client (246/335)
41472026-08-14T22:07:01.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-08-14T22:07:01.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-08-14T22:07:01.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-08-14T22:07:01.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41512026-08-14T22:07:01.124Z
41522026-08-14T22:07:01.124Zinfo: running `cargo check --bins` on wicketd-client (247/335)
41532026-08-14T22:07:01.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-08-14T22:07:01.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-08-14T22:07:01.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41562026-08-14T22:07:01.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41572026-08-14T22:07:01.710Z
41582026-08-14T22:07:01.710Zinfo: running `cargo check --bins` on wicket-common (248/335)
41592026-08-14T22:07:02.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-08-14T22:07:02.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-08-14T22:07:02.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41622026-08-14T22:07:02.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41632026-08-14T22:07:02.288Z
41642026-08-14T22:07:02.288Zinfo: running `cargo check --bins` on wicketd-commission-client (249/335)
41652026-08-14T22:07:02.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-08-14T22:07:02.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-08-14T22:07:02.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41682026-08-14T22:07:02.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41692026-08-14T22:07:02.865Z
41702026-08-14T22:07:02.865Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/335)
41712026-08-14T22:07:03.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41722026-08-14T22:07:03.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41732026-08-14T22:07:03.528Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41742026-08-14T22:07:03.637Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41752026-08-14T22:07:04.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41762026-08-14T22:07:04.895Z
41772026-08-14T22:07:04.895Zinfo: running `cargo check --bins` on cockroach-admin-api (251/335)
41782026-08-14T22:07:05.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41792026-08-14T22:07:05.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41802026-08-14T22:07:05.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41812026-08-14T22:07:05.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41822026-08-14T22:07:05.460Z
41832026-08-14T22:07:05.460Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/335)
41842026-08-14T22:07:06.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41852026-08-14T22:07:06.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41862026-08-14T22:07:06.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41872026-08-14T22:07:06.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41882026-08-14T22:07:06.106Z
41892026-08-14T22:07:06.106Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/335)
41902026-08-14T22:07:06.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-08-14T22:07:06.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-08-14T22:07:06.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-08-14T22:07:06.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41942026-08-14T22:07:06.752Z
41952026-08-14T22:07:06.752Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/335)
41962026-08-14T22:07:07.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-08-14T22:07:07.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-08-14T22:07:07.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-08-14T22:07:07.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42002026-08-14T22:07:07.374Z
42012026-08-14T22:07:07.374Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/335)
42022026-08-14T22:07:07.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-08-14T22:07:07.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-08-14T22:07:07.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-08-14T22:07:07.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42062026-08-14T22:07:07.999Z
42072026-08-14T22:07:07.999Zinfo: running `cargo check --bins` on db-macros (256/335)
42082026-08-14T22:07:08.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-08-14T22:07:08.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-08-14T22:07:08.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-08-14T22:07:08.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42122026-08-14T22:07:08.548Z
42132026-08-14T22:07:08.548Zinfo: running `cargo check --bins` on nexus-macros-common (257/335)
42142026-08-14T22:07:09.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-08-14T22:07:09.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-08-14T22:07:09.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-08-14T22:07:09.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42182026-08-14T22:07:09.103Z
42192026-08-14T22:07:09.103Zinfo: running `cargo check --bins` on nexus-auth (258/335)
42202026-08-14T22:07:09.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-08-14T22:07:09.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-08-14T22:07:09.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-08-14T22:07:09.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42242026-08-14T22:07:09.724Z
42252026-08-14T22:07:09.724Zinfo: running `cargo check --bins` on authz-macros (259/335)
42262026-08-14T22:07:10.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-08-14T22:07:10.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-08-14T22:07:10.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-08-14T22:07:10.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42302026-08-14T22:07:10.282Z
42312026-08-14T22:07:10.282Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/335)
42322026-08-14T22:07:10.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-08-14T22:07:10.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-08-14T22:07:10.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-08-14T22:07:10.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42362026-08-14T22:07:10.896Z
42372026-08-14T22:07:10.896Zinfo: running `cargo check --bins` on nexus-db-model (261/335)
42382026-08-14T22:07:11.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-08-14T22:07:11.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-08-14T22:07:11.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-08-14T22:07:11.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42422026-08-14T22:07:11.511Z
42432026-08-14T22:07:11.511Zinfo: running `cargo check --bins` on nexus-db-schema (262/335)
42442026-08-14T22:07:11.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-08-14T22:07:11.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-08-14T22:07:11.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-08-14T22:07:11.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42482026-08-14T22:07:12.073Z
42492026-08-14T22:07:12.073Zinfo: running `cargo check --bins` on nexus-defaults (263/335)
42502026-08-14T22:07:12.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-08-14T22:07:12.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-08-14T22:07:12.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-08-14T22:07:12.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42542026-08-14T22:07:12.644Z
42552026-08-14T22:07:12.644Zinfo: running `cargo check --bins` on omicron-git-version (264/335)
42562026-08-14T22:07:13.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-08-14T22:07:13.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-08-14T22:07:13.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42592026-08-14T22:07:13.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42602026-08-14T22:07:13.204Z
42612026-08-14T22:07:13.204Zinfo: running `cargo check --bins` on nexus-db-errors (265/335)
42622026-08-14T22:07:13.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-08-14T22:07:13.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-08-14T22:07:13.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42652026-08-14T22:07:13.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42662026-08-14T22:07:13.821Z
42672026-08-14T22:07:13.821Zinfo: running `cargo check --bins` on nexus-db-lookup (266/335)
42682026-08-14T22:07:14.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-08-14T22:07:14.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-08-14T22:07:14.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42712026-08-14T22:07:14.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42722026-08-14T22:07:14.440Z
42732026-08-14T22:07:14.441Zinfo: running `cargo check --bins` on nexus-test-interface (267/335)
42742026-08-14T22:07:14.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-08-14T22:07:14.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-08-14T22:07:14.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42772026-08-14T22:07:14.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42782026-08-14T22:07:15.064Z
42792026-08-14T22:07:15.064Zinfo: running `cargo check --bins` on oximeter-collector (268/335)
42802026-08-14T22:07:15.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-08-14T22:07:15.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-08-14T22:07:15.780Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
42832026-08-14T22:07:15.780Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42842026-08-14T22:07:16.466Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42852026-08-14T22:07:18.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
42862026-08-14T22:07:18.402Z
42872026-08-14T22:07:18.402Zinfo: running `cargo check --bins` on oximeter-api (269/335)
42882026-08-14T22:07:18.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-08-14T22:07:18.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-08-14T22:07:18.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42912026-08-14T22:07:18.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42922026-08-14T22:07:18.969Z
42932026-08-14T22:07:18.969Zinfo: running `cargo check --bins` on cert-dev (270/335)
42942026-08-14T22:07:19.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-08-14T22:07:19.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-08-14T22:07:19.571Z Checking yasna v0.5.2
42972026-08-14T22:07:19.974Z Checking rcgen v0.12.1
42982026-08-14T22:07:20.227Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42992026-08-14T22:07:20.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
43002026-08-14T22:07:20.588Z
43012026-08-14T22:07:20.588Zinfo: running `cargo check --bins` on clickana (271/335)
43022026-08-14T22:07:21.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-08-14T22:07:21.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-08-14T22:07:21.223Z Compiling instability v0.3.11
43052026-08-14T22:07:21.224Z Checking castaway v0.2.4
43062026-08-14T22:07:21.226Z Compiling indoc v2.0.7
43072026-08-14T22:07:21.226Z Checking unicode-truncate v1.1.0
43082026-08-14T22:07:21.341Z Checking lru v0.12.5
43092026-08-14T22:07:21.347Z Checking cassowary v0.3.0
43102026-08-14T22:07:21.421Z Checking compact_str v0.8.1
43112026-08-14T22:07:22.229Z Checking ratatui v0.29.0
43122026-08-14T22:07:23.288Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43132026-08-14T22:07:24.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
43142026-08-14T22:07:24.210Z
43152026-08-14T22:07:24.210Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/335)
43162026-08-14T22:07:24.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-08-14T22:07:24.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-08-14T22:07:24.918Z Checking headers-core v0.3.0
43192026-08-14T22:07:24.921Z Checking port-file v0.1.0
43202026-08-14T22:07:24.921Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43212026-08-14T22:07:25.121Z Checking headers v0.4.1
43222026-08-14T22:07:25.497Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43232026-08-14T22:07:26.464Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43242026-08-14T22:07:26.993Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43252026-08-14T22:07:27.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
43262026-08-14T22:07:27.627Z
43272026-08-14T22:07:27.627Zinfo: running `cargo check --bins` on ch-dev (273/335)
43282026-08-14T22:07:28.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-08-14T22:07:28.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-08-14T22:07:28.337Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43312026-08-14T22:07:29.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
43322026-08-14T22:07:29.295Z
43332026-08-14T22:07:29.295Zinfo: running `cargo check --bins` on dev-tools-common (274/335)
43342026-08-14T22:07:29.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-08-14T22:07:29.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-08-14T22:07:29.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-08-14T22:07:29.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
43382026-08-14T22:07:29.715Z
43392026-08-14T22:07:29.715Zinfo: running `cargo check --bins` on corpus-adjust (275/335)
43402026-08-14T22:07:30.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-08-14T22:07:30.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-08-14T22:07:30.337Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
43432026-08-14T22:07:30.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
43442026-08-14T22:07:30.887Z
43452026-08-14T22:07:30.887Zinfo: running `cargo check --bins` on crdb-seed (276/335)
43462026-08-14T22:07:31.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-08-14T22:07:31.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-08-14T22:07:31.594Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43492026-08-14T22:07:32.700Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43502026-08-14T22:07:33.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
43512026-08-14T22:07:33.249Z
43522026-08-14T22:07:33.249Zinfo: running `cargo check --bins` on db-dev (277/335)
43532026-08-14T22:07:33.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-08-14T22:07:33.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-08-14T22:07:33.960Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43562026-08-14T22:07:34.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
43572026-08-14T22:07:34.926Z
43582026-08-14T22:07:34.926Zinfo: running `cargo check --bins` on omicron-dev-lib (278/335)
43592026-08-14T22:07:35.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-08-14T22:07:35.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-08-14T22:07:35.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43622026-08-14T22:07:35.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43632026-08-14T22:07:35.534Z
43642026-08-14T22:07:35.534Zinfo: running `cargo check --bins` on xtask-downloader (279/335)
43652026-08-14T22:07:36.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-08-14T22:07:36.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-08-14T22:07:36.140Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43682026-08-14T22:07:36.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
43692026-08-14T22:07:37.001Z
43702026-08-14T22:07:37.001Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/335)
43712026-08-14T22:07:37.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-08-14T22:07:37.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-08-14T22:07:37.742Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43742026-08-14T22:07:37.742Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43752026-08-14T22:07:37.745Z Checking git-stub v1.0.0
43762026-08-14T22:07:37.745Z Compiling trait-variant v0.1.2
43772026-08-14T22:07:37.745Z Checking is_ci v1.2.0
43782026-08-14T22:07:37.861Z Checking maplit v1.0.2
43792026-08-14T22:07:37.879Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43802026-08-14T22:07:37.888Z Checking drift v0.2.0
43812026-08-14T22:07:37.939Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
43822026-08-14T22:07:37.951Z Checking supports-color v3.0.2
43832026-08-14T22:07:38.020Z Checking git-stub-vcs v0.1.0
43842026-08-14T22:07:38.068Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43852026-08-14T22:07:38.080Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43862026-08-14T22:07:38.106Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
43872026-08-14T22:07:38.216Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
43882026-08-14T22:07:38.244Z Checking dropshot-api-manager v0.7.2
43892026-08-14T22:07:38.284Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43902026-08-14T22:07:38.410Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
43912026-08-14T22:07:38.602Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43922026-08-14T22:07:39.127Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43932026-08-14T22:07:40.060Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43942026-08-14T22:07:41.086Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43952026-08-14T22:07:41.856Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43962026-08-14T22:07:42.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
43972026-08-14T22:07:42.502Z
43982026-08-14T22:07:42.502Zinfo: running `cargo check --bins` on installinator-api (281/335)
43992026-08-14T22:07:42.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-08-14T22:07:42.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-08-14T22:07:42.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44022026-08-14T22:07:42.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44032026-08-14T22:07:43.072Z
44042026-08-14T22:07:43.072Zinfo: running `cargo check --bins` on nexus-external-api (282/335)
44052026-08-14T22:07:43.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-08-14T22:07:43.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-08-14T22:07:43.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44082026-08-14T22:07:43.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44092026-08-14T22:07:43.682Z
44102026-08-14T22:07:43.682Zinfo: running `cargo check --bins` on nexus-internal-api (283/335)
44112026-08-14T22:07:44.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-08-14T22:07:44.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-08-14T22:07:44.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44142026-08-14T22:07:44.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44152026-08-14T22:07:44.295Z
44162026-08-14T22:07:44.295Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/335)
44172026-08-14T22:07:44.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-08-14T22:07:44.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-08-14T22:07:44.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-08-14T22:07:44.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44212026-08-14T22:07:44.902Z
44222026-08-14T22:07:44.902Zinfo: running `cargo check --bins` on ntp-admin-api (285/335)
44232026-08-14T22:07:45.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-08-14T22:07:45.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-08-14T22:07:45.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-08-14T22:07:45.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44272026-08-14T22:07:45.475Z
44282026-08-14T22:07:45.475Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/335)
44292026-08-14T22:07:45.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-08-14T22:07:45.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-08-14T22:07:45.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44322026-08-14T22:07:45.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44332026-08-14T22:07:46.035Z
44342026-08-14T22:07:46.036Zinfo: running `cargo check --bins` on wicketd-api (287/335)
44352026-08-14T22:07:46.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-08-14T22:07:46.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-08-14T22:07:46.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-08-14T22:07:46.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44392026-08-14T22:07:46.622Z
44402026-08-14T22:07:46.622Zinfo: running `cargo check --bins` on wicketd-commission-api (288/335)
44412026-08-14T22:07:47.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-08-14T22:07:47.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-08-14T22:07:47.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-08-14T22:07:47.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44452026-08-14T22:07:47.198Z
44462026-08-14T22:07:47.198Zinfo: running `cargo check --bins` on omicron-ls-apis (289/335)
44472026-08-14T22:07:47.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-08-14T22:07:47.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-08-14T22:07:47.814Z Compiling blake3 v1.8.5
44502026-08-14T22:07:47.922Z Checking arrayref v0.3.9
44512026-08-14T22:07:47.925Z Checking arrayvec v0.7.6
44522026-08-14T22:07:47.925Z Checking constant_time_eq v0.4.2
44532026-08-14T22:07:47.944Z Checking cargo-platform v0.3.2
44542026-08-14T22:07:47.944Z Checking topological-sort v0.2.2
44552026-08-14T22:07:47.947Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
44562026-08-14T22:07:48.103Z Checking cargo_metadata v0.23.1
44572026-08-14T22:07:48.798Z Checking omicron-zone-package v0.12.3
44582026-08-14T22:07:49.504Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44592026-08-14T22:07:50.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
44602026-08-14T22:07:50.504Z
44612026-08-14T22:07:50.504Zinfo: running `cargo check --bins` on mgs-dev (290/335)
44622026-08-14T22:07:51.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-08-14T22:07:51.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-08-14T22:07:51.218Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44652026-08-14T22:07:51.854Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44662026-08-14T22:07:52.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
44672026-08-14T22:07:52.566Z
44682026-08-14T22:07:52.566Zinfo: running `cargo check --bins` on omicron-omdb (291/335)
44692026-08-14T22:07:53.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-08-14T22:07:53.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-08-14T22:07:53.529Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44722026-08-14T22:07:53.529Z Compiling darling_core v0.21.3
44732026-08-14T22:07:53.532Z Compiling vergen-lib v0.1.6
44742026-08-14T22:07:53.532Z Compiling diesel_derives v2.3.7
44752026-08-14T22:07:53.532Z Checking scheduled-thread-pool v0.2.7
44762026-08-14T22:07:53.532Z Compiling vergen-gitcl v1.0.8
44772026-08-14T22:07:53.532Z Compiling diesel_table_macro_syntax v0.3.0
44782026-08-14T22:07:53.532Z Compiling dirs-sys-next v0.1.2
44792026-08-14T22:07:53.850Z Compiling crunchy v0.2.4
44802026-08-14T22:07:53.853Z Compiling glob v0.3.3
44812026-08-14T22:07:53.900Z Checking r2d2 v0.8.10
44822026-08-14T22:07:53.934Z Compiling dirs-next v2.0.0
44832026-08-14T22:07:53.966Z Checking downcast-rs v2.0.2
44842026-08-14T22:07:54.063Z Compiling tiny-keccak v2.0.2
44852026-08-14T22:07:54.079Z Compiling term v0.7.0
44862026-08-14T22:07:54.096Z Compiling bit-vec v0.6.3
44872026-08-14T22:07:54.241Z Compiling clang-sys v1.8.1
44882026-08-14T22:07:54.297Z Compiling bit-set v0.5.3
44892026-08-14T22:07:54.312Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44902026-08-14T22:07:54.455Z Compiling ascii-canvas v3.0.0
44912026-08-14T22:07:54.498Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44922026-08-14T22:07:54.614Z Compiling itertools v0.10.5
44932026-08-14T22:07:54.630Z Compiling ena v0.14.4
44942026-08-14T22:07:54.651Z Compiling libloading v0.8.9
44952026-08-14T22:07:54.691Z Compiling diff v0.1.13
44962026-08-14T22:07:54.691Z Compiling regex-syntax v0.6.29
44972026-08-14T22:07:54.781Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44982026-08-14T22:07:54.840Z Compiling bindgen v0.71.1
44992026-08-14T22:07:54.974Z Compiling cexpr v0.6.0
45002026-08-14T22:07:55.259Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45012026-08-14T22:07:55.396Z Compiling rustc-hash v2.1.1
45022026-08-14T22:07:55.450Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45032026-08-14T22:07:55.652Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45042026-08-14T22:07:55.683Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45052026-08-14T22:07:55.719Z Compiling libxml v0.3.3
45062026-08-14T22:07:55.808Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45072026-08-14T22:07:55.972Z Compiling strum_macros v0.24.3
45082026-08-14T22:07:55.989Z Compiling indoc v1.0.9
45092026-08-14T22:07:56.030Z Compiling lalrpop v0.19.12
45102026-08-14T22:07:56.266Z Compiling darling_macro v0.21.3
45112026-08-14T22:07:56.811Z Compiling darling v0.21.3
45122026-08-14T22:07:56.907Z Compiling dsl_auto_type v0.2.0
45132026-08-14T22:07:56.931Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45142026-08-14T22:07:57.125Z Checking derive_builder v0.20.2
45152026-08-14T22:07:57.250Z Compiling oso-derive v0.27.3
45162026-08-14T22:07:57.356Z Checking quick-xml v0.37.5
45172026-08-14T22:07:57.411Z Compiling impl-trait-for-tuples v0.2.3
45182026-08-14T22:07:57.771Z Checking openssl-probe v0.1.6
45192026-08-14T22:07:57.916Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45202026-08-14T22:07:58.233Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45212026-08-14T22:07:58.429Z Checking bb8 v0.8.6
45222026-08-14T22:07:58.540Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45232026-08-14T22:07:58.644Z Checking nonempty v0.12.0
45242026-08-14T22:07:58.717Z Compiling libz-sys v1.1.24
45252026-08-14T22:07:58.756Z Compiling strsim v0.10.0
45262026-08-14T22:07:58.811Z Compiling libgit2-sys v0.18.3+1.9.2
45272026-08-14T22:07:58.950Z Compiling darling_core v0.13.4
45282026-08-14T22:07:59.080Z Compiling vergen-git2 v9.1.0
45292026-08-14T22:07:59.307Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45302026-08-14T22:07:59.325Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45312026-08-14T22:07:59.528Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45322026-08-14T22:07:59.744Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45332026-08-14T22:07:59.930Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
45342026-08-14T22:08:00.117Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45352026-08-14T22:08:00.303Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45362026-08-14T22:08:00.306Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45372026-08-14T22:08:00.497Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45382026-08-14T22:08:00.688Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45392026-08-14T22:08:00.832Z Compiling darling_macro v0.13.4
45402026-08-14T22:08:00.875Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45412026-08-14T22:08:01.066Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45422026-08-14T22:08:01.329Z Compiling darling v0.13.4
45432026-08-14T22:08:01.433Z Compiling serde_with_macros v1.5.2
45442026-08-14T22:08:01.479Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45452026-08-14T22:08:01.926Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45462026-08-14T22:08:02.349Z Compiling serde_with v1.14.0
45472026-08-14T22:08:02.529Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45482026-08-14T22:08:02.729Z Checking twox-hash v2.1.2
45492026-08-14T22:08:02.749Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45502026-08-14T22:08:02.879Z Checking diesel v2.3.7
45512026-08-14T22:08:03.039Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45522026-08-14T22:08:03.522Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
45532026-08-14T22:08:04.469Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45542026-08-14T22:08:04.867Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45552026-08-14T22:08:05.123Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45562026-08-14T22:08:05.575Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45572026-08-14T22:08:05.778Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
45582026-08-14T22:08:06.082Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45592026-08-14T22:08:06.306Z Checking libsw-core v0.3.2
45602026-08-14T22:08:06.467Z Checking atty v0.2.14
45612026-08-14T22:08:06.594Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45622026-08-14T22:08:06.755Z Checking libsw v3.5.0
45632026-08-14T22:08:06.889Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45642026-08-14T22:08:06.919Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45652026-08-14T22:08:06.962Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45662026-08-14T22:08:07.047Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45672026-08-14T22:08:08.347Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45682026-08-14T22:08:08.613Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45692026-08-14T22:08:09.006Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45702026-08-14T22:08:09.101Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45712026-08-14T22:08:09.335Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45722026-08-14T22:08:09.529Z Checking console v0.16.2
45732026-08-14T22:08:09.845Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
45742026-08-14T22:08:09.997Z Checking fatfs v0.3.6
45752026-08-14T22:08:10.085Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
45762026-08-14T22:08:10.467Z Checking unit-prefix v0.5.2
45772026-08-14T22:08:10.607Z Compiling seq-macro v0.3.6
45782026-08-14T22:08:11.113Z Checking indicatif v0.18.4
45792026-08-14T22:08:11.431Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45802026-08-14T22:08:11.518Z Checking oxide-update-engine-display v0.1.2
45812026-08-14T22:08:11.849Z Checking support-bundle-viewer v0.1.2
45822026-08-14T22:08:12.103Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
45832026-08-14T22:08:12.123Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45842026-08-14T22:08:12.239Z Checking multimap v0.10.1
45852026-08-14T22:08:18.169Z Checking async-bb8-diesel v0.2.1
45862026-08-14T22:08:18.532Z Checking diesel-dtrace v0.5.0
45872026-08-14T22:08:21.913Z Compiling samael v0.0.19
45882026-08-14T22:08:26.480Z Compiling git2 v0.20.4
45892026-08-14T22:08:27.632Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
45902026-08-14T22:08:28.574Z Compiling polar-core v0.27.3
45912026-08-14T22:08:29.019Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45922026-08-14T22:08:33.125Z Checking oso v0.27.3
45932026-08-14T22:09:06.057Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45942026-08-14T22:10:21.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
45952026-08-14T22:10:21.739Z
45962026-08-14T22:10:21.739Zinfo: running `cargo check --bins` on nexus-networking (292/335)
45972026-08-14T22:10:22.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-08-14T22:10:22.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-08-14T22:10:22.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46002026-08-14T22:10:22.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
46012026-08-14T22:10:22.434Z
46022026-08-14T22:10:22.434Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/335)
46032026-08-14T22:10:22.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-08-14T22:10:22.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-08-14T22:10:22.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46062026-08-14T22:10:22.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46072026-08-14T22:10:23.027Z
46082026-08-14T22:10:23.027Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/335)
46092026-08-14T22:10:23.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-08-14T22:10:23.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-08-14T22:10:23.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46122026-08-14T22:10:23.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46132026-08-14T22:10:23.640Z
46142026-08-14T22:10:23.640Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/335)
46152026-08-14T22:10:24.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-08-14T22:10:24.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-08-14T22:10:24.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46182026-08-14T22:10:24.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46192026-08-14T22:10:24.196Z
46202026-08-14T22:10:24.196Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/335)
46212026-08-14T22:10:24.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-08-14T22:10:24.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-08-14T22:10:25.012Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46242026-08-14T22:10:25.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
46252026-08-14T22:10:26.007Z
46262026-08-14T22:10:26.007Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/335)
46272026-08-14T22:10:26.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-08-14T22:10:26.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-08-14T22:10:26.822Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46302026-08-14T22:11:05.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.82s
46312026-08-14T22:11:06.045Z
46322026-08-14T22:11:06.045Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/335)
46332026-08-14T22:11:06.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46342026-08-14T22:11:06.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46352026-08-14T22:11:06.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46362026-08-14T22:11:06.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46372026-08-14T22:11:06.598Z
46382026-08-14T22:11:06.598Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/335)
46392026-08-14T22:11:07.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-08-14T22:11:07.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-08-14T22:11:07.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46422026-08-14T22:11:07.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46432026-08-14T22:11:07.159Z
46442026-08-14T22:11:07.159Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/335)
46452026-08-14T22:11:07.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-08-14T22:11:07.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-08-14T22:11:07.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46482026-08-14T22:11:07.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46492026-08-14T22:11:07.778Z
46502026-08-14T22:11:07.778Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/335)
46512026-08-14T22:11:08.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-08-14T22:11:08.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-08-14T22:11:08.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46542026-08-14T22:11:08.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46552026-08-14T22:11:08.406Z
46562026-08-14T22:11:08.406Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/335)
46572026-08-14T22:11:08.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46582026-08-14T22:11:08.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46592026-08-14T22:11:08.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46602026-08-14T22:11:08.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46612026-08-14T22:11:09.029Z
46622026-08-14T22:11:09.029Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/335)
46632026-08-14T22:11:09.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46642026-08-14T22:11:09.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46652026-08-14T22:11:09.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46662026-08-14T22:11:09.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46672026-08-14T22:11:09.635Z
46682026-08-14T22:11:09.635Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/335)
46692026-08-14T22:11:10.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-08-14T22:11:10.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-08-14T22:11:10.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46722026-08-14T22:11:10.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46732026-08-14T22:11:10.255Z
46742026-08-14T22:11:10.255Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/335)
46752026-08-14T22:11:10.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-08-14T22:11:10.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-08-14T22:11:10.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46782026-08-14T22:11:10.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46792026-08-14T22:11:10.875Z
46802026-08-14T22:11:10.875Zinfo: running `cargo check --bins` on nexus-switch-config (306/335)
46812026-08-14T22:11:11.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46822026-08-14T22:11:11.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46832026-08-14T22:11:11.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46842026-08-14T22:11:11.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46852026-08-14T22:11:11.479Z
46862026-08-14T22:11:11.479Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/335)
46872026-08-14T22:11:12.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46882026-08-14T22:11:12.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46892026-08-14T22:11:12.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46902026-08-14T22:11:12.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46912026-08-14T22:11:12.105Z
46922026-08-14T22:11:12.105Zinfo: running `cargo check --bins` on support-bundle-collection (308/335)
46932026-08-14T22:11:12.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46942026-08-14T22:11:12.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46952026-08-14T22:11:12.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46962026-08-14T22:11:12.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46972026-08-14T22:11:12.733Z
46982026-08-14T22:11:12.733Zinfo: running `cargo check --bins` on omicron-dev (309/335)
46992026-08-14T22:11:13.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47002026-08-14T22:11:13.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47012026-08-14T22:11:13.613Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47022026-08-14T22:11:13.617Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47032026-08-14T22:11:13.805Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47042026-08-14T22:11:13.834Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47052026-08-14T22:11:13.846Z Checking yansi v1.0.1
47062026-08-14T22:11:13.849Z Checking diff v0.1.13
47072026-08-14T22:11:13.874Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47082026-08-14T22:11:13.888Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47092026-08-14T22:11:14.088Z Checking pretty_assertions v1.4.1
47102026-08-14T22:11:14.893Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47112026-08-14T22:11:14.922Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47122026-08-14T22:11:40.237Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47132026-08-14T22:11:40.240Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47142026-08-14T22:11:40.240Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47152026-08-14T22:11:40.240Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47162026-08-14T22:11:40.240Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47172026-08-14T22:11:40.240Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47182026-08-14T22:11:40.240Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47192026-08-14T22:11:41.187Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47202026-08-14T22:11:41.188Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47212026-08-14T22:11:42.488Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47222026-08-14T22:12:21.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
47232026-08-14T22:12:21.621Z
47242026-08-14T22:12:21.621Zinfo: running `cargo check --bins` on oximeter-load-test (310/335)
47252026-08-14T22:12:22.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-08-14T22:12:22.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-08-14T22:12:22.330Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47282026-08-14T22:12:22.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
47292026-08-14T22:12:23.177Z
47302026-08-14T22:12:23.177Zinfo: running `cargo check --bins` on omicron-pins (311/335)
47312026-08-14T22:12:23.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47322026-08-14T22:12:23.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47332026-08-14T22:12:23.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47342026-08-14T22:12:23.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47352026-08-14T22:12:23.733Z
47362026-08-14T22:12:23.733Zinfo: running `cargo check --bins` on rack-init-config (312/335)
47372026-08-14T22:12:24.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47382026-08-14T22:12:24.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47392026-08-14T22:12:24.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47402026-08-14T22:12:24.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47412026-08-14T22:12:24.326Z
47422026-08-14T22:12:24.326Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (313/335)
47432026-08-14T22:12:24.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47442026-08-14T22:12:24.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47452026-08-14T22:12:25.087Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47462026-08-14T22:12:25.210Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47472026-08-14T22:12:25.217Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47482026-08-14T22:12:52.364Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47492026-08-14T22:12:52.775Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47502026-08-14T22:12:54.548Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47512026-08-14T22:12:55.028Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47522026-08-14T22:12:58.150Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47532026-08-14T22:13:22.623Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47542026-08-14T22:13:23.365Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47552026-08-14T22:13:25.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
47562026-08-14T22:13:25.287Z
47572026-08-14T22:13:25.288Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (314/335)
47582026-08-14T22:13:25.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47592026-08-14T22:13:25.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47602026-08-14T22:13:26.006Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47612026-08-14T22:13:26.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
47622026-08-14T22:13:26.913Z
47632026-08-14T22:13:26.913Zinfo: running `cargo check --bins` on omicron-releng (315/335)
47642026-08-14T22:13:27.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47652026-08-14T22:13:27.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47662026-08-14T22:13:27.534Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47672026-08-14T22:13:27.538Z Compiling fs-err v2.11.0
47682026-08-14T22:13:27.652Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47692026-08-14T22:13:27.663Z Checking parse-size v1.1.0
47702026-08-14T22:13:27.671Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47712026-08-14T22:13:27.674Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47722026-08-14T22:13:27.674Z Checking shell-words v1.1.1
47732026-08-14T22:13:27.762Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47742026-08-14T22:13:28.095Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47752026-08-14T22:13:28.270Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47762026-08-14T22:13:28.945Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47772026-08-14T22:13:29.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
47782026-08-14T22:13:30.093Z
47792026-08-14T22:13:30.093Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (316/335)
47802026-08-14T22:13:30.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47812026-08-14T22:13:30.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47822026-08-14T22:13:30.728Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
47832026-08-14T22:13:31.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
47842026-08-14T22:13:31.399Z
47852026-08-14T22:13:31.399Zinfo: running `cargo check --bins` on schema (317/335)
47862026-08-14T22:13:31.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47872026-08-14T22:13:31.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47882026-08-14T22:13:32.123Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
47892026-08-14T22:13:32.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
47902026-08-14T22:13:33.029Z
47912026-08-14T22:13:33.029Zinfo: running `cargo check --bins` on xtask (318/335)
47922026-08-14T22:13:33.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47932026-08-14T22:13:33.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47942026-08-14T22:13:33.441Z Checking serde_core v1.0.228
47952026-08-14T22:13:33.441Z Checking libc v0.2.185
47962026-08-14T22:13:33.447Z Checking bitflags v2.11.0
47972026-08-14T22:13:33.520Z Checking scroll v0.12.0
47982026-08-14T22:13:33.523Z Checking thiserror v1.0.69
47992026-08-14T22:13:33.527Z Checking log v0.4.29
48002026-08-14T22:13:33.541Z Checking indexmap v2.14.0
48012026-08-14T22:13:33.541Z Checking zerocopy v0.7.35
48022026-08-14T22:13:33.614Z Checking syn v2.0.117
48032026-08-14T22:13:33.655Z Checking dtrace-parser v0.2.0
48042026-08-14T22:13:33.669Z Checking once_cell v1.21.3
48052026-08-14T22:13:33.736Z Checking goblin v0.8.2
48062026-08-14T22:13:33.800Z Checking errno v0.3.14
48072026-08-14T22:13:33.843Z Checking thread-id v4.2.2
48082026-08-14T22:13:33.888Z Checking getrandom v0.4.1
48092026-08-14T22:13:33.914Z Checking rustix v1.1.3
48102026-08-14T22:13:33.925Z Checking memmap v0.7.0
48112026-08-14T22:13:34.015Z Checking thiserror v2.0.18
48122026-08-14T22:13:34.028Z Checking fs-err v3.3.0
48132026-08-14T22:13:34.050Z Checking tabled v0.15.0
48142026-08-14T22:13:34.084Z Checking anyhow v1.0.102
48152026-08-14T22:13:34.680Z Checking terminal_size v0.4.3
48162026-08-14T22:13:34.680Z Checking tempfile v3.25.0
48172026-08-14T22:13:34.788Z Checking clap_builder v4.6.0
48182026-08-14T22:13:34.791Z Checking textwrap v0.16.2
48192026-08-14T22:13:34.981Z Checking serde v1.0.228
48202026-08-14T22:13:34.981Z Checking serde_json v1.0.151
48212026-08-14T22:13:34.984Z Checking camino v1.2.2
48222026-08-14T22:13:35.008Z Checking semver v1.0.28
48232026-08-14T22:13:35.154Z Checking cargo-platform v0.3.2
48242026-08-14T22:13:35.245Z Checking camino-tempfile v1.4.1
48252026-08-14T22:13:35.384Z Checking toml_datetime v0.6.11
48262026-08-14T22:13:35.384Z Checking serde_spanned v0.6.9
48272026-08-14T22:13:35.387Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48282026-08-14T22:13:35.411Z Checking macaddr v1.0.1
48292026-08-14T22:13:35.575Z Checking toml_edit v0.22.27
48302026-08-14T22:13:35.586Z Checking cargo_metadata v0.23.1
48312026-08-14T22:13:35.589Z Checking dof v0.3.0
48322026-08-14T22:13:35.859Z Checking usdt-impl v0.5.0
48332026-08-14T22:13:35.976Z Checking clap v4.6.1
48342026-08-14T22:13:36.125Z Checking usdt v0.5.0
48352026-08-14T22:13:36.540Z Checking toml v0.8.23
48362026-08-14T22:13:36.803Z Checking cargo_toml v0.21.0
48372026-08-14T22:13:37.439Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48382026-08-14T22:13:37.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
48392026-08-14T22:13:37.936Z
48402026-08-14T22:13:37.936Zinfo: running `cargo check --bins` on dnsadm (319/335)
48412026-08-14T22:13:38.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48422026-08-14T22:13:38.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48432026-08-14T22:13:38.571Z Checking arc-swap v1.8.2
48442026-08-14T22:13:38.854Z Checking slog-scope v4.4.1
48452026-08-14T22:13:38.966Z Checking slog-stdlog v4.1.1
48462026-08-14T22:13:39.064Z Checking slog-envlogger v2.2.0
48472026-08-14T22:13:39.186Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48482026-08-14T22:13:39.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
48492026-08-14T22:13:39.799Z
48502026-08-14T22:13:39.799Zinfo: running `cargo check --bins` on end-to-end-tests (320/335)
48512026-08-14T22:13:40.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48522026-08-14T22:13:40.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48532026-08-14T22:13:40.615Z Checking cpubits v0.1.1
48542026-08-14T22:13:40.743Z Checking pem-rfc7468 v1.0.0
48552026-08-14T22:13:40.757Z Checking hmac v0.13.0
48562026-08-14T22:13:40.757Z Checking universal-hash v0.6.1
48572026-08-14T22:13:40.782Z Checking ctr v0.10.1
48582026-08-14T22:13:40.782Z Checking aead v0.6.1
48592026-08-14T22:13:40.811Z Checking aes v0.9.1
48602026-08-14T22:13:40.811Z Checking crypto-bigint v0.7.5
48612026-08-14T22:13:40.839Z Checking salsa20 v0.11.0
48622026-08-14T22:13:40.881Z Checking polyval v0.7.1
48632026-08-14T22:13:40.898Z Checking der v0.8.0
48642026-08-14T22:13:40.903Z Checking pbkdf2 v0.13.0
48652026-08-14T22:13:40.925Z Checking cbc v0.2.1
48662026-08-14T22:13:40.990Z Checking ff v0.14.0
48672026-08-14T22:13:41.012Z Checking signature v3.0.0
48682026-08-14T22:13:41.043Z Checking ghash v0.6.0
48692026-08-14T22:13:41.075Z Checking scrypt v0.12.0
48702026-08-14T22:13:41.092Z Checking base16ct v1.0.0
48712026-08-14T22:13:41.124Z Checking group v0.14.0
48722026-08-14T22:13:41.162Z Checking hkdf v0.13.0
48732026-08-14T22:13:41.182Z Compiling curve25519-dalek v5.0.0
48742026-08-14T22:13:41.212Z Checking aes-gcm v0.11.0
48752026-08-14T22:13:41.228Z Checking keccak v0.2.0
48762026-08-14T22:13:41.246Z Checking poly1305 v0.9.0
48772026-08-14T22:13:41.269Z Checking wnaf v0.14.0
48782026-08-14T22:13:41.293Z Checking blowfish v0.10.0
48792026-08-14T22:13:41.367Z Checking blake2 v0.11.0-rc.6
48802026-08-14T22:13:41.385Z Checking sha3 v0.11.0
48812026-08-14T22:13:41.435Z Checking kem v0.3.0
48822026-08-14T22:13:41.450Z Checking bcrypt-pbkdf v0.11.0
48832026-08-14T22:13:41.509Z Checking module-lattice v0.2.3
48842026-08-14T22:13:41.551Z Checking sponge-cursor v0.1.0
48852026-08-14T22:13:41.607Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48862026-08-14T22:13:41.622Z Checking argon2 v0.6.0-rc.8
48872026-08-14T22:13:41.675Z Checking sha3 v0.12.0
48882026-08-14T22:13:41.722Z Checking internal-russh-num-bigint v0.5.0
48892026-08-14T22:13:41.737Z Checking ml-kem v0.3.2
48902026-08-14T22:13:41.742Z Checking spki v0.8.0
48912026-08-14T22:13:41.784Z Checking sec1 v0.8.1
48922026-08-14T22:13:41.876Z Checking num-bigint v0.4.6
48932026-08-14T22:13:41.920Z Checking pkcs5 v0.8.1
48942026-08-14T22:13:41.938Z Checking pkcs1 v0.8.0-rc.4
48952026-08-14T22:13:41.991Z Checking generic-array v1.4.3
48962026-08-14T22:13:42.140Z Checking russh-util v0.52.0
48972026-08-14T22:13:42.210Z Checking pkcs8 v0.11.0
48982026-08-14T22:13:42.263Z Compiling enum_dispatch v0.3.13
48992026-08-14T22:13:42.386Z Compiling delegate v0.13.5
49002026-08-14T22:13:42.406Z Checking ed25519 v3.0.0
49012026-08-14T22:13:42.465Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49022026-08-14T22:13:42.510Z Checking hex-literal v1.1.0
49032026-08-14T22:13:42.577Z Checking md5 v0.8.0
49042026-08-14T22:13:42.602Z Checking ed25519-dalek v3.0.0
49052026-08-14T22:13:42.638Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49062026-08-14T22:13:42.750Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49072026-08-14T22:13:42.803Z Checking internet-checksum v0.2.1
49082026-08-14T22:13:42.872Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49092026-08-14T22:13:43.049Z Checking elliptic-curve v0.14.1
49102026-08-14T22:13:43.049Z Checking rfc6979 v0.6.0
49112026-08-14T22:13:43.053Z Checking primefield v0.14.0
49122026-08-14T22:13:43.053Z Checking ssh-encoding v0.3.0
49132026-08-14T22:13:43.177Z Checking crypto-primes v0.7.2
49142026-08-14T22:13:43.308Z Checking ssh-cipher v0.3.0
49152026-08-14T22:13:43.308Z Checking russh-cryptovec v0.62.0
49162026-08-14T22:13:43.453Z Checking ecdsa v0.17.0
49172026-08-14T22:13:43.453Z Checking primeorder v0.14.0
49182026-08-14T22:13:43.823Z Checking p384 v0.14.0
49192026-08-14T22:13:43.823Z Checking p521 v0.14.0
49202026-08-14T22:13:43.826Z Checking p256 v0.14.0
49212026-08-14T22:13:44.109Z Checking rsa v0.10.0-rc.18
49222026-08-14T22:13:46.726Z Checking ssh-key v0.7.0-rc.11
49232026-08-14T22:13:47.468Z Checking russh v0.62.4
49242026-08-14T22:14:00.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.06s
49252026-08-14T22:14:01.076Z
49262026-08-14T22:14:01.076Zinfo: running `cargo check --bins` on gateway-cli (321/335)
49272026-08-14T22:14:01.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49282026-08-14T22:14:01.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49292026-08-14T22:14:01.718Z Checking termios v0.3.3
49302026-08-14T22:14:01.913Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49312026-08-14T22:14:02.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
49322026-08-14T22:14:02.685Z
49332026-08-14T22:14:02.685Zinfo: running `cargo check --bins --no-default-features` on installinator (322/335)
49342026-08-14T22:14:03.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49352026-08-14T22:14:03.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49362026-08-14T22:14:03.372Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49372026-08-14T22:14:04.075Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49382026-08-14T22:14:05.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
49392026-08-14T22:14:05.872Z
49402026-08-14T22:14:05.872Zinfo: running `cargo check --bins` on internal-dns-cli (323/335)
49412026-08-14T22:14:06.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49422026-08-14T22:14:06.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49432026-08-14T22:14:06.505Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49442026-08-14T22:14:06.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
49452026-08-14T22:14:07.115Z
49462026-08-14T22:14:07.115Zinfo: running `cargo check --bins` on omicron-live-tests (324/335)
49472026-08-14T22:14:07.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49482026-08-14T22:14:07.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49492026-08-14T22:14:07.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49502026-08-14T22:14:07.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49512026-08-14T22:14:07.675Z
49522026-08-14T22:14:07.675Zinfo: running `cargo check --bins` on live-tests-macros (325/335)
49532026-08-14T22:14:08.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49542026-08-14T22:14:08.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49552026-08-14T22:14:08.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49562026-08-14T22:14:08.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49572026-08-14T22:14:08.245Z
49582026-08-14T22:14:08.245Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (326/335)
49592026-08-14T22:14:08.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49602026-08-14T22:14:08.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49612026-08-14T22:14:08.990Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49622026-08-14T22:14:09.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
49632026-08-14T22:14:09.776Z
49642026-08-14T22:14:09.776Zinfo: running `cargo check --bins` on omicron-ntp-admin (327/335)
49652026-08-14T22:14:10.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49662026-08-14T22:14:10.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49672026-08-14T22:14:10.413Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49682026-08-14T22:14:10.416Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49692026-08-14T22:14:11.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
49702026-08-14T22:14:11.526Z
49712026-08-14T22:14:11.526Zinfo: running `cargo check --bins` on ntp-admin-types (328/335)
49722026-08-14T22:14:12.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49732026-08-14T22:14:12.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49742026-08-14T22:14:12.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49752026-08-14T22:14:12.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49762026-08-14T22:14:12.090Z
49772026-08-14T22:14:12.090Zinfo: running `cargo check --bins` on omicron-package (329/335)
49782026-08-14T22:14:12.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49792026-08-14T22:14:12.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49802026-08-14T22:14:12.768Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49812026-08-14T22:14:13.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
49822026-08-14T22:14:14.049Z
49832026-08-14T22:14:14.049Zinfo: running `cargo check --bins` on tqdb (330/335)
49842026-08-14T22:14:14.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49852026-08-14T22:14:14.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49862026-08-14T22:14:14.820Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
49872026-08-14T22:14:15.174Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
49882026-08-14T22:14:15.692Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49892026-08-14T22:14:15.695Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
49902026-08-14T22:14:21.946Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
49912026-08-14T22:14:21.950Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
49922026-08-14T22:14:21.950Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
49932026-08-14T22:14:22.567Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
49942026-08-14T22:14:22.569Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
49952026-08-14T22:14:22.569Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
49962026-08-14T22:14:23.373Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
49972026-08-14T22:14:23.806Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
49982026-08-14T22:14:24.044Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
49992026-08-14T22:14:24.446Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50002026-08-14T22:14:25.314Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50012026-08-14T22:14:26.006Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50022026-08-14T22:14:30.742Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50032026-08-14T22:14:38.004Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50042026-08-14T22:14:38.008Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50052026-08-14T22:14:38.008Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50062026-08-14T22:14:38.008Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50072026-08-14T22:14:39.547Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50082026-08-14T22:14:40.868Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50092026-08-14T22:14:41.562Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50102026-08-14T22:14:42.828Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50112026-08-14T22:14:43.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.33s
50122026-08-14T22:14:43.590Z
50132026-08-14T22:14:43.591Zinfo: running `cargo check --bins` on wicket-dbg (331/335)
50142026-08-14T22:14:44.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50152026-08-14T22:14:44.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50162026-08-14T22:14:44.288Z Checking rtoolbox v0.0.3
50172026-08-14T22:14:44.291Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50182026-08-14T22:14:44.411Z Checking tui-tree-widget v0.23.1
50192026-08-14T22:14:44.414Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50202026-08-14T22:14:44.508Z Checking rpassword v7.5.4
50212026-08-14T22:14:47.468Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50222026-08-14T22:14:49.340Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50232026-08-14T22:14:50.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.69s
50242026-08-14T22:14:50.480Z
50252026-08-14T22:14:50.480Zinfo: running `cargo check --bins` on wicket (332/335)
50262026-08-14T22:14:50.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50272026-08-14T22:14:50.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50282026-08-14T22:14:51.159Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50292026-08-14T22:14:51.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
50302026-08-14T22:14:51.709Z
50312026-08-14T22:14:51.709Zinfo: running `cargo check --bins` on wicketd (333/335)
50322026-08-14T22:14:52.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50332026-08-14T22:14:52.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50342026-08-14T22:14:52.402Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50352026-08-14T22:14:56.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
50362026-08-14T22:14:56.261Z
50372026-08-14T22:14:56.261Zinfo: running `cargo check --bins` on omicron-workspace-hack (334/335)
50382026-08-14T22:14:56.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50392026-08-14T22:14:56.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50402026-08-14T22:14:56.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50412026-08-14T22:14:56.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50422026-08-14T22:14:56.822Z
50432026-08-14T22:14:56.822Zinfo: running `cargo check --bins` on zone-setup (335/335)
50442026-08-14T22:14:57.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50452026-08-14T22:14:57.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50462026-08-14T22:14:57.481Z Checking uzers v0.12.2
50472026-08-14T22:14:57.758Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50482026-08-14T22:14:58.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
50492026-08-14T22:14:58.777Z
50502026-08-14T22:14:58.777Zreal 14:07.281915805
50512026-08-14T22:14:58.777Zuser 21:16.026098919
50522026-08-14T22:14:58.777Zsys 4:21.475788713
50532026-08-14T22:14:58.777Ztrap 0.331572343
50542026-08-14T22:14:58.777Ztflt 0.577203853
50552026-08-14T22:14:58.777Zdflt 0.786723011
50562026-08-14T22:14:58.777Zkflt 0.004606420
50572026-08-14T22:14:58.777Zlock 1:27:27.815397590
50582026-08-14T22:14:58.777Zslp 1:41:13.451226610
50592026-08-14T22:14:58.777Zlat 57.161908296
50602026-08-14T22:14:58.777Zstop 4:03.521973354
50612026-08-14T22:14:58.781Zprocess exited: duration 977842 ms, exit code 0
 
50622026-08-14T22:14:58.787Zfound 0 output files