01M0TWP6DMXDNQCKKFN6TJ5V0Q: 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: 01M0TWPMXV0YE9F0J6Z0ENMXC2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-24T22:02:43.147Zjob assigned to worker 01M0TWPWFHVSQ3HYS150DQS7D5 [factory aws, i-012fc969ff8c10dad] (queued for 50 s)
 
22026-08-24T22:02:49.787Zstarting task 0: "setup"
32026-08-24T22:02:49.793Z++ uname -s
42026-08-24T22:02:49.796Z+ kern=SunOS
52026-08-24T22:02:49.796Z+ build_user=build
62026-08-24T22:02:49.796Z+ build_uid=12345
72026-08-24T22:02:49.796Z+ work_dir=/work
82026-08-24T22:02:49.796Z+ input_dir=/input
92026-08-24T22:02:49.796Z+ [[ 0 == 12345 ]]
102026-08-24T22:02:49.796Z+ case "$kern" in
112026-08-24T22:02:49.796Z+ groupadd -g 12345 build
122026-08-24T22:02:49.799Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-24T22:02:51.801Z+ zfs create -o mountpoint=/work rpool/work
142026-08-24T22:02:51.953Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-24T22:02:51.956Z+ home_fs=zfs
162026-08-24T22:02:51.956Z+ [[ zfs == autofs ]]
172026-08-24T22:02:51.956Z+ mkdir -p /home/build
182026-08-24T22:02:51.956Z+ chown build:build /home/build /work
192026-08-24T22:02:53.957Z+ chmod 0700 /home/build /work
202026-08-24T22:02:53.960Zprocess exited: duration 4170 ms, exit code 0
 
212026-08-24T22:02:53.966Zstarting task 1: "rust-toolchain"
222026-08-24T22:02:53.969Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-24T22:02:53.969Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-24T22:02:53.969Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-24T22:02:53.969Z * rust toolchain channel = "1.97.1"
262026-08-24T22:02:53.969Z * rust toolchain profile = "default"
272026-08-24T22:02:53.969Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-24T22:02:53.972Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-24T22:02:53.972Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-24T22:02:54.077Zinfo: downloading installer
312026-08-24T22:02:55.375Zwarn: It looks like you have an existing rustup settings file at:
322026-08-24T22:02:55.375Zwarn: /home/build/.rustup/settings.toml
332026-08-24T22:02:55.375Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-24T22:02:55.375Zwarn: instead of the one inferred from the default host triple.
352026-08-24T22:02:55.387Zinfo: profile set to default
362026-08-24T22:02:55.387Zinfo: default host triple is x86_64-unknown-illumos
372026-08-24T22:02:55.391Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-24T22:02:55.524Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-24T22:02:55.528Zinfo: downloading 6 components
402026-08-24T22:03:11.528Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-24T22:03:11.528Z
422026-08-24T22:03:11.554Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-24T22:03:11.554Z
442026-08-24T22:03:11.554Z
452026-08-24T22:03:11.554ZRust is installed now. Great!
462026-08-24T22:03:11.554Z
472026-08-24T22:03:11.557ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-24T22:03:11.557Zenvironment variable. This has not been done automatically.
492026-08-24T22:03:11.557Z
502026-08-24T22:03:11.557ZTo configure your current shell, you need to source
512026-08-24T22:03:11.557Zthe corresponding env file under $HOME/.cargo.
522026-08-24T22:03:11.557Z
532026-08-24T22:03:11.557ZThis is usually done by running one of the following (note the leading DOT):
542026-08-24T22:03:11.557Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-24T22:03:11.557Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-24T22:03:11.557Zsource "~/.cargo/env.nu" # For nushell
572026-08-24T22:03:11.557Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-24T22:03:11.557Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-24T22:03:11.557Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-24T22:03:11.557Zwarn: no default linker (`cc`) was found in your PATH
612026-08-24T22:03:11.558Zwarn: many Rust crates require a system C toolchain to build
622026-08-24T22:03:11.642Z+ rustup --version
632026-08-24T22:03:11.650Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-24T22:03:11.654Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-24T22:03:11.671Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-24T22:03:11.674Z+ cargo --version
672026-08-24T22:03:11.688Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-24T22:03:11.691Z+ rustc --version
692026-08-24T22:03:11.710Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-24T22:03:11.712Zprocess exited: duration 17746 ms, exit code 0
 
712026-08-24T22:03:11.719Zstarting task 2: "authentication"
722026-08-24T22:03:11.734Zprocess exited: duration 16 ms, exit code 0
 
732026-08-24T22:03:11.743Zstarting task 3: "clone repository"
742026-08-24T22:03:11.751Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-24T22:03:11.751Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-24T22:03:11.766ZCloning into '/work/oxidecomputer/omicron'...
772026-08-24T22:03:24.373Z+ cd /work/oxidecomputer/omicron
782026-08-24T22:03:24.373Z+ git fetch origin 2aebcad3038b40a58be2e52e7ba03c8567f8d1d0
792026-08-24T22:03:24.980ZFrom https://github.com/oxidecomputer/omicron
802026-08-24T22:03:24.980Z * branch 2aebcad3038b40a58be2e52e7ba03c8567f8d1d0 -> FETCH_HEAD
812026-08-24T22:03:24.990Z+ [[ -n spr/papertigers/report-reservoir-size-on-error-if-possible ]]
822026-08-24T22:03:24.994Z++ git branch --show-current
832026-08-24T22:03:24.994Z+ current=main
842026-08-24T22:03:24.994Z+ [[ main != spr/papertigers/report-reservoir-size-on-error-if-possible ]]
852026-08-24T22:03:24.994Z+ git branch -f spr/papertigers/report-reservoir-size-on-error-if-possible 2aebcad3038b40a58be2e52e7ba03c8567f8d1d0
862026-08-24T22:03:24.998Z+ git checkout -f spr/papertigers/report-reservoir-size-on-error-if-possible
872026-08-24T22:03:25.247ZSwitched to branch 'spr/papertigers/report-reservoir-size-on-error-if-possible'
882026-08-24T22:03:25.251Z+ git reset --hard 2aebcad3038b40a58be2e52e7ba03c8567f8d1d0
892026-08-24T22:03:25.305ZHEAD is now at 2aebcad30 follow error doc
902026-08-24T22:03:25.308Zprocess exited: duration 13566 ms, exit code 0
 
912026-08-24T22:03:25.318Zstarting task 4: "build"
922026-08-24T22:03:25.321Z+ source .github/buildomat/ci-env.sh
932026-08-24T22:03:25.321Z++ export CARGO_TERM_COLOR=always
942026-08-24T22:03:25.321Z++ CARGO_TERM_COLOR=always
952026-08-24T22:03:25.321Z+++ uname -s
962026-08-24T22:03:25.321Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-24T22:03:25.321Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-24T22:03:25.322Z+ cargo --version
992026-08-24T22:03:25.331Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-24T22:03:25.334Z+ rustc --version
1012026-08-24T22:03:25.352Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-24T22:03:25.355Z+ source ./env.sh
1032026-08-24T22:03:25.355Z++ OLD_SHELL_OPTS=ehxB
1042026-08-24T22:03:25.355Z++ set -o xtrace
1052026-08-24T22:03:25.358Z++++ dirname ./env.sh
1062026-08-24T22:03:25.358Z+++ readlink -f .
1072026-08-24T22:03:25.361Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-24T22:03:25.361Z++ 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-24T22:03:25.361Z++ 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-24T22:03:25.361Z++ 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-24T22:03:25.361Z++ 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-24T22:03:25.361Z++ 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-24T22:03:25.361Z++ 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-24T22:03:25.361Z++ 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-24T22:03:25.361Z++ 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-24T22:03:25.361Z++ 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-24T22:03:25.361Z++ 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-24T22:03:25.361Z++ case $OLD_SHELL_OPTS in
1192026-08-24T22:03:25.361Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-24T22:03:25.361Z+ 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-24T22:03:25.361Z+ 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-24T22:03:25.361Z+ banner prerequisites
1232026-08-24T22:03:25.364Z
1242026-08-24T22:03:25.364Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-24T22:03:25.364Z # # # # # # # # # # # # # # #
1262026-08-24T22:03:25.365Z # # # # ##### # # ##### # # # # # #### #
1272026-08-24T22:03:25.365Z ##### ##### # ##### # # # # # # # # #
1282026-08-24T22:03:25.365Z # # # # # # # # # # # # # # #
1292026-08-24T22:03:25.365Z # # # ###### # # ###### ### # #### # #### #
1302026-08-24T22:03:25.365Z
1312026-08-24T22:03:25.365Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-24T22:03:31.318Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-24T22:03:31.693Z Startup: Caching catalogs ... Done
1342026-08-24T22:03:33.777ZPlanning: Solver setup ... Done (1.974s)
1352026-08-24T22:03:33.838ZPlanning: Running solver ... Done (0.061s)
1362026-08-24T22:03:33.884ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-24T22:03:45.052ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-24T22:03:45.074ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-24T22:03:45.089ZPlanning: Package planning ... Done (0.013s)
1402026-08-24T22:03:45.092ZPlanning: Merging actions ... Done (0.001s)
1412026-08-24T22:03:45.306ZPlanning: Checking for conflicting actions ... Done (0.215s)
1422026-08-24T22:03:45.309ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-24T22:03:46.103ZPlanning: Evaluating mediators ... Done (0.797s)
1442026-08-24T22:03:46.106ZPlanning: Planning completed in 14.38 seconds
1452026-08-24T22:03:46.112Z Packages to install: 2
1462026-08-24T22:03:46.115Z Estimated space available: 156.01 GB
1472026-08-24T22:03:46.115ZEstimated space to be consumed: 79.16 MB
1482026-08-24T22:03:46.115Z Create boot environment: No
1492026-08-24T22:03:46.115ZCreate backup boot environment: No
1502026-08-24T22:03:46.115Z Rebuild boot archive: No
1512026-08-24T22:03:46.115Z
1522026-08-24T22:03:46.115ZChanged packages:
1532026-08-24T22:03:46.115Zhelios
1542026-08-24T22:03:46.115Z developer/build-essential
1552026-08-24T22:03:46.115Z None -> 11-3.0
1562026-08-24T22:03:46.115Z library/libxmlsec1
1572026-08-24T22:03:46.115Z None -> 1.2.35-3.0
1582026-08-24T22:03:46.136Z
1592026-08-24T22:03:46.136ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-24T22:03:56.699ZDownload: 0/214 items 0.0/1.3MB 1% complete
1612026-08-24T22:03:56.818ZDownload: Completed 1.28 MB in 10.68 seconds (122k/s)
1622026-08-24T22:03:56.893Z Actions: 1/268 actions (Installing new actions)
1632026-08-24T22:03:56.930Z Actions: Completed 268 actions in 0.04 seconds.
1642026-08-24T22:03:56.965ZFinalize: Updating package state database ... Done (0.035s)
1652026-08-24T22:03:56.968ZFinalize: Updating package cache ... Done (0.000s)
1662026-08-24T22:03:57.052ZFinalize: Updating image state ... Done (0.087s)
1672026-08-24T22:03:59.514ZFinalize: Creating fast lookup database ... Done (2.412s)
1682026-08-24T22:03:59.582ZFinalize: Reading search index ... Done (0.011s)
1692026-08-24T22:03:59.585ZFinalize: Updating search index ... Done (0.000s)
1702026-08-24T22:03:59.672ZFinalize: Updating package cache ... Done (0.000s)
1712026-08-24T22:04:00.036ZPlanning: Evaluating mediator changes ... Done
1722026-08-24T22:04:00.141ZPlanning: Checking for conflicting actions ... Done
1732026-08-24T22:04:00.144ZPlanning: Consolidating action changes ... Done
1742026-08-24T22:04:00.299ZPlanning: Evaluating mediators ... Done
1752026-08-24T22:04:00.302ZPlanning: Planning completed in 0.26 seconds
1762026-08-24T22:04:00.322Z Mediators to change: 2
1772026-08-24T22:04:00.322Z Create boot environment: No
1782026-08-24T22:04:00.322ZCreate backup boot environment: No
1792026-08-24T22:04:00.373ZFinalize: Updating package state database ... Done
1802026-08-24T22:04:00.373ZFinalize: Updating package cache ... Done
1812026-08-24T22:04:00.424ZFinalize: Updating image state ... Done
1822026-08-24T22:04:02.402ZFinalize: Creating fast lookup database ... Done
1832026-08-24T22:04:02.467ZFinalize: Reading search index ... Done
1842026-08-24T22:04:02.471ZFinalize: Updating search index ... Done
1852026-08-24T22:04:02.557ZFinalize: Updating package cache ... Done
1862026-08-24T22:04:02.844ZPlanning: Evaluating mediator changes ... Done
1872026-08-24T22:04:02.950ZPlanning: Checking for conflicting actions ... Done
1882026-08-24T22:04:02.953ZPlanning: Consolidating action changes ... Done
1892026-08-24T22:04:03.108ZPlanning: Evaluating mediators ... Done
1902026-08-24T22:04:03.113ZPlanning: Planning completed in 0.27 seconds
1912026-08-24T22:04:03.134Z Mediators to change: 1
1922026-08-24T22:04:03.134Z Create boot environment: No
1932026-08-24T22:04:03.134ZCreate backup boot environment: No
1942026-08-24T22:04:03.189ZFinalize: Updating package state database ... Done
1952026-08-24T22:04:03.189ZFinalize: Updating package cache ... Done
1962026-08-24T22:04:03.238ZFinalize: Updating image state ... Done
1972026-08-24T22:04:05.198ZFinalize: Creating fast lookup database ... Done
1982026-08-24T22:04:05.263ZFinalize: Reading search index ... Done
1992026-08-24T22:04:05.266ZFinalize: Updating search index ... Done
2002026-08-24T22:04:05.340ZFinalize: Updating package cache ... Done
2012026-08-24T22:04:05.657ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022026-08-24T22:04:05.658Zapache system 2.4 system
2032026-08-24T22:04:05.658Zclang system 15 system
2042026-08-24T22:04:05.658Zcsh system system illumos
2052026-08-24T22:04:05.658Zctags system system illumos
2062026-08-24T22:04:05.658Zfile vendor vendor darwinsys
2072026-08-24T22:04:05.658Zfile system system illumos
2082026-08-24T22:04:05.658Zgcc vendor 14 vendor
2092026-08-24T22:04:05.658Zgcc system 13 system
2102026-08-24T22:04:05.658Zgcc system 10 system
2112026-08-24T22:04:05.658Zgo system 1.25 system
2122026-08-24T22:04:05.658Zllvm system 15 system
2132026-08-24T22:04:05.658Zmariadb system 11.4 system
2142026-08-24T22:04:05.658Zmta vendor vendor dma
2152026-08-24T22:04:05.658Zopenjdk system 17 system
2162026-08-24T22:04:05.658Zopenjdk system 11 system
2172026-08-24T22:04:05.658Zopenssl vendor 3 vendor
2182026-08-24T22:04:05.658Zperl system 5.40 system
2192026-08-24T22:04:05.658Zpostgresql system 18 system
2202026-08-24T22:04:05.658Zpostgresql system 17 system
2212026-08-24T22:04:05.658Zpython vendor 3 vendor
2222026-08-24T22:04:05.658Zpython system 2 system
2232026-08-24T22:04:05.658Zpython3 vendor 3.13 vendor
2242026-08-24T22:04:05.658Zruby system 3.4 system
2252026-08-24T22:04:05.658Zruby system 3.0 system
2262026-08-24T22:04:05.658Zwords vendor vendor american-english
2272026-08-24T22:04:05.658Zwords system system australian-english
2282026-08-24T22:04:05.658Zwords system system british-english
2292026-08-24T22:04:05.658Zwords system system canadian-english
2302026-08-24T22:04:05.658Zwords system system french
2312026-08-24T22:04:05.658Zwords system system italian
2322026-08-24T22:04:05.658Zwords system system ngerman
2332026-08-24T22:04:05.658Zwords system system ogerman
2342026-08-24T22:04:05.658Zwords system system spanish
2352026-08-24T22:04:05.911ZPUBLISHER TYPE STATUS P LOCATION
2362026-08-24T22:04:05.911Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2372026-08-24T22:04:06.395ZFMRI IFO
2382026-08-24T22:04:06.395Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2392026-08-24T22:04:06.395Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2402026-08-24T22:04:06.395Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2412026-08-24T22:04:06.395Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2422026-08-24T22:04:06.395Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2432026-08-24T22:04:06.395Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2442026-08-24T22:04:06.396Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2452026-08-24T22:04:06.396Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2462026-08-24T22:04:06.396Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2472026-08-24T22:04:06.744Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2482026-08-24T22:04:07.082Z Updating crates.io index
2492026-08-24T22:04:07.085Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2502026-08-24T22:04:07.334Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2512026-08-24T22:04:07.729Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-08-24T22:04:08.799Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532026-08-24T22:04:09.330Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542026-08-24T22:04:11.001Z Updating git repository `https://github.com/oxidecomputer/opte`
2552026-08-24T22:04:12.148Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-08-24T22:04:13.468Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-08-24T22:04:13.858Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-08-24T22:04:15.298Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-08-24T22:04:15.626Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-08-24T22:04:16.047Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-08-24T22:04:16.585Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-08-24T22:04:17.140Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-08-24T22:04:17.417Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-08-24T22:04:17.773Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2652026-08-24T22:04:18.049Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662026-08-24T22:04:18.417Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-24T22:04:18.903Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-24T22:04:19.302Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-24T22:04:19.793Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-24T22:04:20.118Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-24T22:04:20.660Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-24T22:04:21.020Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-24T22:04:21.310Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-24T22:04:22.739Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-24T22:04:24.416Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-24T22:04:24.883Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-24T22:04:25.568Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-24T22:04:25.845Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-24T22:04:26.438Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-24T22:04:26.850Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-24T22:04:27.426Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-24T22:04:28.369Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-24T22:04:28.651Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-24T22:04:28.945Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-24T22:04:29.585Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-24T22:04:29.871Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-24T22:04:30.170Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-24T22:04:30.467Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-24T22:04:30.726Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-24T22:04:31.021Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-08-24T22:04:33.822Z Downloading crates ...
2922026-08-24T22:04:33.870Z Downloaded anstyle-query v1.1.5
2932026-08-24T22:04:33.873Z Downloaded heck v0.4.1
2942026-08-24T22:04:33.873Z Downloaded dtrace-parser v0.2.0
2952026-08-24T22:04:33.876Z Downloaded anstream v1.0.0
2962026-08-24T22:04:33.876Z Downloaded log v0.4.33
2972026-08-24T22:04:33.879Z Downloaded fs-err v3.3.0
2982026-08-24T22:04:33.885Z Downloaded dof v0.3.0
2992026-08-24T22:04:33.888Z Downloaded memchr v2.8.0
3002026-08-24T22:04:33.891Z Downloaded unicode-ident v1.0.24
3012026-08-24T22:04:33.891Z Downloaded cfg-if v1.0.4
3022026-08-24T22:04:33.891Z Downloaded fastrand v2.3.0
3032026-08-24T22:04:33.891Z Downloaded cpufeatures v0.2.17
3042026-08-24T22:04:33.894Z Downloaded cargo_metadata v0.23.1
3052026-08-24T22:04:33.894Z Downloaded digest v0.10.7
3062026-08-24T22:04:33.897Z Downloaded clap v4.6.1
3072026-08-24T22:04:33.900Z Downloaded pest_generator v2.8.6
3082026-08-24T22:04:33.900Z Downloaded zmij v1.0.21
3092026-08-24T22:04:33.902Z Downloaded clap_lex v1.0.0
3102026-08-24T22:04:33.902Z Downloaded cargo-platform v0.3.2
3112026-08-24T22:04:33.903Z Downloaded errno v0.3.14
3122026-08-24T22:04:33.903Z Downloaded block-buffer v0.10.4
3132026-08-24T22:04:33.905Z Downloaded zerocopy-derive v0.7.35
3142026-08-24T22:04:33.906Z Downloaded zerocopy v0.7.35
3152026-08-24T22:04:33.913Z Downloaded itoa v1.0.17
3162026-08-24T22:04:33.915Z Downloaded is_terminal_polyfill v1.70.2
3172026-08-24T22:04:33.915Z Downloaded equivalent v1.0.2
3182026-08-24T22:04:33.915Z Downloaded generic-array v0.14.7
3192026-08-24T22:04:33.916Z Downloaded colorchoice v1.0.4
3202026-08-24T22:04:33.916Z Downloaded crypto-common v0.1.7
3212026-08-24T22:04:33.918Z Downloaded fnv v1.0.7
3222026-08-24T22:04:33.918Z Downloaded camino-tempfile v1.4.1
3232026-08-24T22:04:33.918Z Downloaded once_cell v1.21.3
3242026-08-24T22:04:33.921Z Downloaded macaddr v1.0.1
3252026-08-24T22:04:33.921Z Downloaded memmap v0.7.0
3262026-08-24T22:04:33.921Z Downloaded pretty-hex v0.4.1
3272026-08-24T22:04:33.925Z Downloaded anstyle v1.0.14
3282026-08-24T22:04:33.929Z Downloaded strsim v0.11.1
3292026-08-24T22:04:33.929Z Downloaded version_check v0.9.5
3302026-08-24T22:04:33.932Z Downloaded tabled_derive v0.7.0
3312026-08-24T22:04:33.932Z Downloaded usdt-attr-macro v0.5.0
3322026-08-24T22:04:33.936Z Downloaded plain v0.2.3
3332026-08-24T22:04:33.936Z Downloaded usdt v0.5.0
3342026-08-24T22:04:33.936Z Downloaded toml_datetime v0.6.11
3352026-08-24T22:04:33.939Z Downloaded swrite v0.1.0
3362026-08-24T22:04:33.942Z Downloaded utf8parse v0.2.2
3372026-08-24T22:04:33.946Z Downloaded thread-id v4.2.2
3382026-08-24T22:04:33.949Z Downloaded usdt-macro v0.5.0
3392026-08-24T22:04:33.949Z Downloaded proc-macro-error-attr v1.0.4
3402026-08-24T22:04:33.949Z Downloaded smawk v0.3.2
3412026-08-24T22:04:33.949Z Downloaded serde_spanned v0.6.9
3422026-08-24T22:04:33.949Z Downloaded clap_derive v4.6.1
3432026-08-24T22:04:33.952Z Downloaded autocfg v1.5.0
3442026-08-24T22:04:33.956Z Downloaded byteorder v1.5.0
3452026-08-24T22:04:33.956Z Downloaded scroll_derive v0.12.1
3462026-08-24T22:04:33.959Z Downloaded unicode-linebreak v0.1.5
3472026-08-24T22:04:33.962Z Downloaded toml_write v0.1.2
3482026-08-24T22:04:33.965Z Downloaded terminal_size v0.4.3
3492026-08-24T22:04:33.972Z Downloaded cargo_toml v0.21.0
3502026-08-24T22:04:33.975Z Downloaded heck v0.5.0
3512026-08-24T22:04:33.975Z Downloaded anstyle-parse v1.0.0
3522026-08-24T22:04:33.975Z Downloaded scroll v0.12.0
3532026-08-24T22:04:33.978Z Downloaded serde_tokenstream v0.2.3
3542026-08-24T22:04:33.978Z Downloaded usdt-impl v0.5.0
3552026-08-24T22:04:33.981Z Downloaded proc-macro-error v1.0.4
3562026-08-24T22:04:33.981Z Downloaded bytecount v0.6.9
3572026-08-24T22:04:33.984Z Downloaded thiserror v1.0.69
3582026-08-24T22:04:33.987Z Downloaded thiserror v2.0.18
3592026-08-24T22:04:33.989Z Downloaded pest_derive v2.8.6
3602026-08-24T22:04:33.992Z Downloaded thiserror-impl v2.0.18
3612026-08-24T22:04:33.995Z Downloaded sha2 v0.10.9
3622026-08-24T22:04:33.999Z Downloaded toml v0.8.23
3632026-08-24T22:04:34.002Z Downloaded anyhow v1.0.104
3642026-08-24T22:04:34.005Z Downloaded camino v1.2.5
3652026-08-24T22:04:34.005Z Downloaded semver v1.0.28
3662026-08-24T22:04:34.007Z Downloaded pest_meta v2.8.6
3672026-08-24T22:04:34.010Z Downloaded thiserror-impl v1.0.69
3682026-08-24T22:04:34.013Z Downloaded ucd-trie v0.1.7
3692026-08-24T22:04:34.016Z Downloaded tempfile v3.27.0
3702026-08-24T22:04:34.024Z Downloaded serde_derive v1.0.228
3712026-08-24T22:04:34.026Z Downloaded bitflags v2.11.0
3722026-08-24T22:04:34.031Z Downloaded quote v1.0.45
3732026-08-24T22:04:34.031Z Downloaded textwrap v0.16.2
3742026-08-24T22:04:34.033Z Downloaded serde_core v1.0.228
3752026-08-24T22:04:34.036Z Downloaded papergrid v0.11.0
3762026-08-24T22:04:34.039Z Downloaded proc-macro2 v1.0.106
3772026-08-24T22:04:34.047Z Downloaded toml_edit v0.22.27
3782026-08-24T22:04:34.050Z Downloaded getrandom v0.3.4
3792026-08-24T22:04:34.054Z Downloaded serde v1.0.228
3802026-08-24T22:04:34.065Z Downloaded indexmap v2.14.0
3812026-08-24T22:04:34.079Z Downloaded typenum v1.20.1
3822026-08-24T22:04:34.083Z Downloaded hashbrown v0.17.0
3832026-08-24T22:04:34.090Z Downloaded pest v2.8.6
3842026-08-24T22:04:34.102Z Downloaded serde_json v1.0.151
3852026-08-24T22:04:34.108Z Downloaded goblin v0.8.2
3862026-08-24T22:04:34.111Z Downloaded clap_builder v4.6.0
3872026-08-24T22:04:34.122Z Downloaded winnow v0.7.14
3882026-08-24T22:04:34.127Z Downloaded tabled v0.15.0
3892026-08-24T22:04:34.142Z Downloaded syn v1.0.109
3902026-08-24T22:04:34.149Z Downloaded unicode-width v0.1.14
3912026-08-24T22:04:34.152Z Downloaded unicode-width v0.2.0
3922026-08-24T22:04:34.155Z Downloaded syn v2.0.117
3932026-08-24T22:04:34.161Z Downloaded rustix v1.1.4
3942026-08-24T22:04:34.183Z Downloaded libc v0.2.185
3952026-08-24T22:04:34.245Z Compiling proc-macro2 v1.0.106
3962026-08-24T22:04:34.245Z Compiling quote v1.0.45
3972026-08-24T22:04:34.245Z Compiling unicode-ident v1.0.24
3982026-08-24T22:04:34.245Z Compiling serde_core v1.0.228
3992026-08-24T22:04:34.248Z Compiling libc v0.2.185
4002026-08-24T22:04:34.248Z Compiling version_check v0.9.5
4012026-08-24T22:04:34.248Z Compiling memchr v2.8.0
4022026-08-24T22:04:34.248Z Compiling serde v1.0.228
4032026-08-24T22:04:34.566Z Compiling zmij v1.0.21
4042026-08-24T22:04:34.732Z Compiling ucd-trie v0.1.7
4052026-08-24T22:04:34.797Z Compiling itoa v1.0.17
4062026-08-24T22:04:34.987Z Compiling thiserror v1.0.69
4072026-08-24T22:04:35.003Z Compiling pest v2.8.6
4082026-08-24T22:04:35.065Z Compiling rustix v1.1.4
4092026-08-24T22:04:35.168Z Compiling byteorder v1.5.0
4102026-08-24T22:04:35.424Z Compiling errno v0.3.14
4112026-08-24T22:04:35.581Z Compiling serde_json v1.0.151
4122026-08-24T22:04:35.596Z Compiling bitflags v2.11.0
4132026-08-24T22:04:35.754Z Compiling syn v2.0.117
4142026-08-24T22:04:35.808Z Compiling thread-id v4.2.2
4152026-08-24T22:04:35.823Z Compiling proc-macro-error-attr v1.0.4
4162026-08-24T22:04:35.862Z Compiling usdt-impl v0.5.0
4172026-08-24T22:04:35.892Z Compiling syn v1.0.109
4182026-08-24T22:04:36.004Z Compiling camino v1.2.5
4192026-08-24T22:04:36.074Z Compiling pest_meta v2.8.6
4202026-08-24T22:04:36.348Z Compiling proc-macro-error v1.0.4
4212026-08-24T22:04:36.365Z Compiling getrandom v0.3.4
4222026-08-24T22:04:36.380Z Compiling plain v0.2.3
4232026-08-24T22:04:36.494Z Compiling hashbrown v0.17.0
4242026-08-24T22:04:36.534Z Compiling equivalent v1.0.2
4252026-08-24T22:04:36.757Z Compiling utf8parse v0.2.2
4262026-08-24T22:04:36.879Z Compiling log v0.4.33
4272026-08-24T22:04:36.897Z Compiling anstyle-parse v1.0.0
4282026-08-24T22:04:37.066Z Compiling indexmap v2.14.0
4292026-08-24T22:04:37.083Z Compiling terminal_size v0.4.3
4302026-08-24T22:04:37.609Z Compiling is_terminal_polyfill v1.70.2
4312026-08-24T22:04:37.632Z Compiling anstyle v1.0.14
4322026-08-24T22:04:37.683Z Compiling autocfg v1.5.0
4332026-08-24T22:04:37.699Z Compiling thiserror v2.0.18
4342026-08-24T22:04:37.718Z Compiling winnow v0.7.14
4352026-08-24T22:04:37.722Z Compiling anstyle-query v1.1.5
4362026-08-24T22:04:37.858Z Compiling pretty-hex v0.4.1
4372026-08-24T22:04:37.898Z Compiling colorchoice v1.0.4
4382026-08-24T22:04:38.005Z Compiling pest_generator v2.8.6
4392026-08-24T22:04:38.022Z Compiling toml_write v0.1.2
4402026-08-24T22:04:38.022Z Compiling cfg-if v1.0.4
4412026-08-24T22:04:38.112Z Compiling fs-err v3.3.0
4422026-08-24T22:04:38.235Z Compiling anstream v1.0.0
4432026-08-24T22:04:38.277Z Compiling strsim v0.11.1
4442026-08-24T22:04:38.302Z Compiling heck v0.5.0
4452026-08-24T22:04:38.538Z Compiling clap_lex v1.0.0
4462026-08-24T22:04:38.555Z Compiling heck v0.4.1
4472026-08-24T22:04:38.617Z Compiling bytecount v0.6.9
4482026-08-24T22:04:38.673Z Compiling anyhow v1.0.104
4492026-08-24T22:04:38.690Z Compiling once_cell v1.21.3
4502026-08-24T22:04:38.750Z Compiling unicode-width v0.1.14
4512026-08-24T22:04:38.767Z Compiling fastrand v2.3.0
4522026-08-24T22:04:38.782Z Compiling fnv v1.0.7
4532026-08-24T22:04:38.888Z Compiling clap_builder v4.6.0
4542026-08-24T22:04:39.008Z Compiling papergrid v0.11.0
4552026-08-24T22:04:39.024Z Compiling tempfile v3.27.0
4562026-08-24T22:04:39.039Z Compiling semver v1.0.28
4572026-08-24T22:04:39.192Z Compiling cargo-platform v0.3.2
4582026-08-24T22:04:39.218Z Compiling memmap v0.7.0
4592026-08-24T22:04:39.235Z Compiling tabled_derive v0.7.0
4602026-08-24T22:04:39.357Z Compiling smawk v0.3.2
4612026-08-24T22:04:39.391Z Compiling unicode-width v0.2.0
4622026-08-24T22:04:39.406Z Compiling unicode-linebreak v0.1.5
4632026-08-24T22:04:39.460Z Compiling camino-tempfile v1.4.1
4642026-08-24T22:04:39.644Z Compiling textwrap v0.16.2
4652026-08-24T22:04:39.663Z Compiling serde_derive v1.0.228
4662026-08-24T22:04:39.694Z Compiling thiserror-impl v1.0.69
4672026-08-24T22:04:39.845Z Compiling zerocopy-derive v0.7.35
4682026-08-24T22:04:39.943Z Compiling pest_derive v2.8.6
4692026-08-24T22:04:40.099Z Compiling scroll_derive v0.12.1
4702026-08-24T22:04:40.127Z Compiling thiserror-impl v2.0.18
4712026-08-24T22:04:40.438Z Compiling clap_derive v4.6.1
4722026-08-24T22:04:40.456Z Compiling tabled v0.15.0
4732026-08-24T22:04:40.748Z Compiling zerocopy v0.7.35
4742026-08-24T22:04:40.828Z Compiling scroll v0.12.0
4752026-08-24T22:04:41.059Z Compiling dtrace-parser v0.2.0
4762026-08-24T22:04:41.106Z Compiling goblin v0.8.2
4772026-08-24T22:04:41.316Z Compiling swrite v0.1.0
4782026-08-24T22:04:42.015Z Compiling clap v4.6.1
4792026-08-24T22:04:42.636Z Compiling toml_datetime v0.6.11
4802026-08-24T22:04:42.636Z Compiling serde_spanned v0.6.9
4812026-08-24T22:04:42.641Z Compiling macaddr v1.0.1
4822026-08-24T22:04:42.641Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-24T22:04:42.641Z Compiling cargo_metadata v0.23.1
4842026-08-24T22:04:42.716Z Compiling dof v0.3.0
4852026-08-24T22:04:42.722Z Compiling serde_tokenstream v0.2.3
4862026-08-24T22:04:42.824Z Compiling toml_edit v0.22.27
4872026-08-24T22:04:43.424Z Compiling usdt-attr-macro v0.5.0
4882026-08-24T22:04:43.452Z Compiling usdt-macro v0.5.0
4892026-08-24T22:04:44.074Z Compiling usdt v0.5.0
4902026-08-24T22:04:44.164Z Compiling toml v0.8.23
4912026-08-24T22:04:44.491Z Compiling cargo_toml v0.21.0
4922026-08-24T22:04:45.766Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932026-08-24T22:04:47.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.24s
4942026-08-24T22:04:48.013Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4952026-08-24T22:04:48.522Z Downloading crates ...
4962026-08-24T22:04:48.576Z Downloaded array-init v0.0.4
4972026-08-24T22:04:48.583Z Downloaded arrayref v0.3.9
4982026-08-24T22:04:48.586Z Downloaded addr2line v0.25.1
4992026-08-24T22:04:48.586Z Downloaded async-stream-impl v0.3.6
5002026-08-24T22:04:48.590Z Downloaded atomic-waker v1.1.2
5012026-08-24T22:04:48.590Z Downloaded atomicwrites v0.4.4
5022026-08-24T22:04:48.590Z Downloaded adler2 v2.0.1
5032026-08-24T22:04:48.590Z Downloaded assert_matches v1.5.0
5042026-08-24T22:04:48.593Z Downloaded async-stream v0.3.6
5052026-08-24T22:04:48.593Z Downloaded atty v0.2.14
5062026-08-24T22:04:48.596Z Downloaded ascii-canvas v3.0.0
5072026-08-24T22:04:48.596Z Downloaded base16ct v1.0.0
5082026-08-24T22:04:48.602Z Downloaded fixedbitset v0.4.2
5092026-08-24T22:04:48.605Z Downloaded async-recursion v1.1.1
5102026-08-24T22:04:48.605Z Downloaded flagset v0.4.7
5112026-08-24T22:04:48.609Z Downloaded bit-set v0.8.0
5122026-08-24T22:04:48.609Z Downloaded backtrace-ext v0.2.1
5132026-08-24T22:04:48.609Z Downloaded bcrypt-pbkdf v0.11.0
5142026-08-24T22:04:48.613Z Downloaded bit-set v0.5.3
5152026-08-24T22:04:48.613Z Downloaded bb8 v0.8.6
5162026-08-24T22:04:48.614Z Downloaded aead v0.5.2
5172026-08-24T22:04:48.617Z Downloaded base16ct v0.2.0
5182026-08-24T22:04:48.617Z Downloaded bitfield-macros v0.19.4
5192026-08-24T22:04:48.619Z Downloaded foreign-types v0.3.2
5202026-08-24T22:04:48.620Z Downloaded foreign-types v0.5.0
5212026-08-24T22:04:48.620Z Downloaded foreign-types-macros v0.2.3
5222026-08-24T22:04:48.620Z Downloaded foreign-types-shared v0.1.1
5232026-08-24T22:04:48.620Z Downloaded anstyle-parse v0.2.7
5242026-08-24T22:04:48.624Z Downloaded backoff v0.4.0
5252026-08-24T22:04:48.624Z Downloaded bcs v0.1.6
5262026-08-24T22:04:48.624Z Downloaded funty v2.0.0
5272026-08-24T22:04:48.624Z Downloaded anstream v0.6.21
5282026-08-24T22:04:48.627Z Downloaded backon v1.6.0
5292026-08-24T22:04:48.627Z Downloaded futures-core v0.3.32
5302026-08-24T22:04:48.627Z Downloaded futures-io v0.3.32
5312026-08-24T22:04:48.627Z Downloaded bitfield-struct v0.6.2
5322026-08-24T22:04:48.630Z Downloaded castaway v0.2.4
5332026-08-24T22:04:48.634Z Downloaded futures-task v0.3.32
5342026-08-24T22:04:48.634Z Downloaded fxhash v0.2.1
5352026-08-24T22:04:48.634Z Downloaded gethostname v0.5.0
5362026-08-24T22:04:48.634Z Downloaded ciborium-ll v0.2.2
5372026-08-24T22:04:48.638Z Downloaded enum-as-inner v0.6.1
5382026-08-24T22:04:48.638Z Downloaded endian-type v0.1.2
5392026-08-24T22:04:48.638Z Downloaded env_filter v2.0.0
5402026-08-24T22:04:48.643Z Downloaded fd-lock v4.0.4
5412026-08-24T22:04:48.643Z Downloaded float-cmp v0.10.0
5422026-08-24T22:04:48.648Z Downloaded float-ord v0.3.2
5432026-08-24T22:04:48.648Z Downloaded embedded-io v0.6.1
5442026-08-24T22:04:48.648Z Downloaded foreign-types-shared v0.3.1
5452026-08-24T22:04:48.648Z Downloaded hash32 v0.3.1
5462026-08-24T22:04:48.652Z Downloaded futures-sink v0.3.32
5472026-08-24T22:04:48.652Z Downloaded embedded-io v0.4.0
5482026-08-24T22:04:48.656Z Downloaded ena v0.14.4
5492026-08-24T22:04:48.656Z Downloaded ff v0.14.0
5502026-08-24T22:04:48.656Z Downloaded fixedbitset v0.5.7
5512026-08-24T22:04:48.656Z Downloaded foldhash v0.1.5
5522026-08-24T22:04:48.656Z Downloaded form_urlencoded v1.2.2
5532026-08-24T22:04:48.656Z Downloaded async-trait v0.1.89
5542026-08-24T22:04:48.661Z Downloaded bit-vec v0.6.3
5552026-08-24T22:04:48.661Z Downloaded buf-list v1.1.2
5562026-08-24T22:04:48.661Z Downloaded hex v0.4.3
5572026-08-24T22:04:48.665Z Downloaded block-padding v0.4.2
5582026-08-24T22:04:48.665Z Downloaded cfg_aliases v0.2.1
5592026-08-24T22:04:48.668Z Downloaded cobs v0.3.0
5602026-08-24T22:04:48.668Z Downloaded hex-literal v1.1.0
5612026-08-24T22:04:48.668Z Downloaded home v0.5.12
5622026-08-24T22:04:48.668Z Downloaded hostname v0.3.1
5632026-08-24T22:04:48.668Z Downloaded hostname v0.4.2
5642026-08-24T22:04:48.669Z Downloaded cfg_aliases v0.1.1
5652026-08-24T22:04:48.671Z Downloaded ciborium-io v0.2.2
5662026-08-24T22:04:48.671Z Downloaded compression-core v0.4.31
5672026-08-24T22:04:48.671Z Downloaded nibble_vec v0.1.0
5682026-08-24T22:04:48.674Z Downloaded ghash v0.6.0
5692026-08-24T22:04:48.674Z Downloaded git-stub v1.0.0
5702026-08-24T22:04:48.674Z Downloaded headers-core v0.3.0
5712026-08-24T22:04:48.674Z Downloaded http-range v0.1.5
5722026-08-24T22:04:48.674Z Downloaded httpdate v1.0.3
5732026-08-24T22:04:48.674Z Downloaded hash32 v0.2.1
5742026-08-24T22:04:48.677Z Downloaded base64ct v1.8.3
5752026-08-24T22:04:48.677Z Downloaded newline-converter v0.3.0
5762026-08-24T22:04:48.678Z Downloaded nodrop v0.1.14
5772026-08-24T22:04:48.680Z Downloaded block-buffer v0.12.1
5782026-08-24T22:04:48.681Z Downloaded normalize-line-endings v0.3.0
5792026-08-24T22:04:48.681Z Downloaded openssl-macros v0.1.1
5802026-08-24T22:04:48.681Z Downloaded hubpack_derive v0.1.1
5812026-08-24T22:04:48.681Z Downloaded http-body v1.0.1
5822026-08-24T22:04:48.681Z Downloaded hubpack v0.1.2
5832026-08-24T22:04:48.681Z Downloaded bitfield v0.19.4
5842026-08-24T22:04:48.686Z Downloaded parse-display v0.10.0
5852026-08-24T22:04:48.686Z Downloaded bitflags v1.3.2
5862026-08-24T22:04:48.689Z Downloaded cbc v0.2.1
5872026-08-24T22:04:48.689Z Downloaded futures-macro v0.3.32
5882026-08-24T22:04:48.689Z Downloaded fallible-iterator v0.2.0
5892026-08-24T22:04:48.689Z Downloaded ff v0.13.1
5902026-08-24T22:04:48.689Z Downloaded filetime v0.2.27
5912026-08-24T22:04:48.689Z Downloaded foldhash v0.2.0
5922026-08-24T22:04:48.689Z Downloaded fs-err v2.11.0
5932026-08-24T22:04:48.692Z Downloaded fs_extra v1.3.0
5942026-08-24T22:04:48.692Z Downloaded cmake v0.1.57
5952026-08-24T22:04:48.693Z Downloaded cipher v0.4.4
5962026-08-24T22:04:48.693Z Downloaded blowfish v0.10.0
5972026-08-24T22:04:48.695Z Downloaded cexpr v0.6.0
5982026-08-24T22:04:48.695Z Downloaded enum_dispatch v0.3.13
5992026-08-24T22:04:48.700Z Downloaded futures-executor v0.3.32
6002026-08-24T22:04:48.703Z Downloaded phf_shared v0.11.3
6012026-08-24T22:04:48.703Z Downloaded globwalk v0.9.1
6022026-08-24T22:04:48.703Z Downloaded precomputed-hash v0.1.1
6032026-08-24T22:04:48.706Z Downloaded predicates-core v1.0.10
6042026-08-24T22:04:48.706Z Downloaded psl-types v2.0.11
6052026-08-24T22:04:48.706Z Downloaded camino-tempfile-ext v0.3.3
6062026-08-24T22:04:48.709Z Downloaded byte-wrapper v0.1.0
6072026-08-24T22:04:48.713Z Downloaded cipher v0.5.2
6082026-08-24T22:04:48.713Z Downloaded bit-vec v0.8.0
6092026-08-24T22:04:48.713Z Downloaded blake2 v0.10.6
6102026-08-24T22:04:48.718Z Downloaded async-bb8-diesel v0.2.1
6112026-08-24T22:04:48.718Z Downloaded russh-util v0.52.0
6122026-08-24T22:04:48.718Z Downloaded ahash v0.8.12
6132026-08-24T22:04:48.722Z Downloaded argon2 v0.5.3
6142026-08-24T22:04:48.722Z Downloaded argon2 v0.6.0-rc.8
6152026-08-24T22:04:48.722Z Downloaded env_logger v0.11.11
6162026-08-24T22:04:48.722Z Downloaded cmov v0.5.4
6172026-08-24T22:04:48.722Z Downloaded git-stub-vcs v0.1.0
6182026-08-24T22:04:48.725Z Downloaded cassowary v0.3.0
6192026-08-24T22:04:48.729Z Downloaded arrayvec v0.7.6
6202026-08-24T22:04:48.733Z Downloaded bs58 v0.5.1
6212026-08-24T22:04:48.733Z Downloaded clang-sys v1.8.1
6222026-08-24T22:04:48.737Z Downloaded ref-cast-impl v1.0.25
6232026-08-24T22:04:48.737Z Downloaded serde_plain v1.0.2
6242026-08-24T22:04:48.737Z Downloaded sha1 v0.10.6
6252026-08-24T22:04:48.740Z Downloaded signature v3.0.0
6262026-08-24T22:04:48.740Z Downloaded signal-hook-tokio v0.3.1
6272026-08-24T22:04:48.744Z Downloaded console v0.16.2
6282026-08-24T22:04:48.744Z Downloaded oxide-update-engine v0.1.2
6292026-08-24T22:04:48.744Z Downloaded ciborium v0.2.2
6302026-08-24T22:04:48.744Z Downloaded http-body-util v0.1.3
6312026-08-24T22:04:48.747Z Downloaded blake2 v0.11.0-rc.6
6322026-08-24T22:04:48.747Z Downloaded aead v0.6.1
6332026-08-24T22:04:48.747Z Downloaded quick-error v1.2.3
6342026-08-24T22:04:48.747Z Downloaded rfc6979 v0.4.0
6352026-08-24T22:04:48.748Z Downloaded console v0.15.11
6362026-08-24T22:04:48.752Z Downloaded const-oid v0.9.6
6372026-08-24T22:04:48.752Z Downloaded num-rational v0.4.2
6382026-08-24T22:04:48.752Z Downloaded num-complex v0.4.6
6392026-08-24T22:04:48.752Z Downloaded rustc_version v0.4.1
6402026-08-24T22:04:48.755Z Downloaded pem-rfc7468 v1.0.0
6412026-08-24T22:04:48.755Z Downloaded globset v0.4.18
6422026-08-24T22:04:48.755Z Downloaded paste v1.0.15
6432026-08-24T22:04:48.755Z Downloaded peg-macros v0.8.5
6442026-08-24T22:04:48.760Z Downloaded pin-project-internal v1.1.11
6452026-08-24T22:04:48.760Z Downloaded predicates v3.1.4
6462026-08-24T22:04:48.760Z Downloaded find-msvc-tools v0.1.9
6472026-08-24T22:04:48.764Z Downloaded time-core v0.1.8
6482026-08-24T22:04:48.764Z Downloaded testing_table v0.3.0
6492026-08-24T22:04:48.764Z Downloaded thiserror-impl-no-std v2.0.2
6502026-08-24T22:04:48.764Z Downloaded futures-channel v0.3.32
6512026-08-24T22:04:48.764Z Downloaded scroll_derive v0.13.1
6522026-08-24T22:04:48.764Z Downloaded chacha20 v0.10.0
6532026-08-24T22:04:48.767Z Downloaded cancel-safe-futures v0.1.5
6542026-08-24T22:04:48.767Z Downloaded chacha20 v0.9.1
6552026-08-24T22:04:48.770Z Downloaded sapling-renderdag v0.1.0
6562026-08-24T22:04:48.770Z Downloaded allocator-api2 v0.2.21
6572026-08-24T22:04:48.770Z Downloaded glob v0.3.3
6582026-08-24T22:04:48.770Z Downloaded erased-serde v0.3.31
6592026-08-24T22:04:48.773Z Downloaded bzip2 v0.4.4
6602026-08-24T22:04:48.777Z Downloaded colored v3.1.1
6612026-08-24T22:04:48.777Z Downloaded group v0.13.0
6622026-08-24T22:04:48.780Z Downloaded poly1305 v0.8.0
6632026-08-24T22:04:48.780Z Downloaded proc-macro-error2 v2.0.1
6642026-08-24T22:04:48.780Z Downloaded rand_chacha v0.9.0
6652026-08-24T22:04:48.783Z Downloaded bzip2 v0.6.1
6662026-08-24T22:04:48.783Z Downloaded colored v2.2.0
6672026-08-24T22:04:48.786Z Downloaded serdect v0.4.3
6682026-08-24T22:04:48.786Z Downloaded signature v2.2.0
6692026-08-24T22:04:48.786Z Downloaded strsim v0.10.0
6702026-08-24T22:04:48.786Z Downloaded wait-timeout v0.2.1
6712026-08-24T22:04:48.791Z Downloaded xshell-macros v0.2.7
6722026-08-24T22:04:48.791Z Downloaded structmeta v0.3.0
6732026-08-24T22:04:48.791Z Downloaded take_mut v0.2.2
6742026-08-24T22:04:48.791Z Downloaded unarray v0.1.4
6752026-08-24T22:04:48.794Z Downloaded zeroize_derive v1.5.0
6762026-08-24T22:04:48.794Z Downloaded compression-codecs v0.4.37
6772026-08-24T22:04:48.797Z Downloaded rand_core v0.6.4
6782026-08-24T22:04:48.797Z Downloaded rand_core v0.9.5
6792026-08-24T22:04:48.797Z Downloaded rand_core v0.10.0
6802026-08-24T22:04:48.800Z Downloaded getrandom v0.2.17
6812026-08-24T22:04:48.800Z Downloaded spki v0.7.3
6822026-08-24T22:04:48.800Z Downloaded sqlparser_derive v0.5.0
6832026-08-24T22:04:48.802Z Downloaded ssh-cipher v0.3.0
6842026-08-24T22:04:48.806Z Downloaded hmac v0.12.1
6852026-08-24T22:04:48.810Z Downloaded hmac v0.13.0
6862026-08-24T22:04:48.835Z Downloaded darling_macro v0.20.11
6872026-08-24T22:04:48.835Z Downloaded tls_codec v0.4.2
6882026-08-24T22:04:48.835Z Downloaded tls_codec_derive v0.4.2
6892026-08-24T22:04:48.840Z Downloaded toml_writer v1.1.1+spec-1.1.0
6902026-08-24T22:04:48.840Z Downloaded group v0.14.0
6912026-08-24T22:04:48.840Z Downloaded half v1.8.3
6922026-08-24T22:04:48.840Z Downloaded highway v1.3.0
6932026-08-24T22:04:48.840Z Downloaded typify-macro v0.6.2
6942026-08-24T22:04:48.840Z Downloaded topological-sort v0.2.2
6952026-08-24T22:04:48.840Z Downloaded defmt-parser v1.0.0
6962026-08-24T22:04:48.840Z Downloaded rustls-native-certs v0.8.3
6972026-08-24T22:04:48.840Z Downloaded rustversion v1.0.22
6982026-08-24T22:04:48.840Z Downloaded tui-tree-widget v0.23.1
6992026-08-24T22:04:48.840Z Downloaded debug-ignore v1.0.5
7002026-08-24T22:04:48.840Z Downloaded elliptic-curve v0.14.1
7012026-08-24T22:04:48.840Z Downloaded fatfs v0.3.6
7022026-08-24T22:04:48.845Z Downloaded difflib v0.4.0
7032026-08-24T22:04:48.845Z Downloaded dirs-sys-next v0.1.2
7042026-08-24T22:04:48.845Z Downloaded curve25519-dalek-derive v0.1.1
7052026-08-24T22:04:48.845Z Downloaded dtrace-parser v0.3.0
7062026-08-24T22:04:48.845Z Downloaded scroll v0.13.0
7072026-08-24T22:04:48.845Z Downloaded scrypt v0.12.0
7082026-08-24T22:04:48.845Z Downloaded sec1 v0.7.3
7092026-08-24T22:04:48.848Z Downloaded instability v0.3.11
7102026-08-24T22:04:48.848Z Downloaded is-terminal v0.4.17
7112026-08-24T22:04:48.848Z Downloaded bytes v1.11.1
7122026-08-24T22:04:48.848Z Downloaded num-traits v0.2.19
7132026-08-24T22:04:48.851Z Downloaded omicron-zone-package v0.12.3
7142026-08-24T22:04:48.851Z Downloaded oso v0.27.3
7152026-08-24T22:04:48.854Z Downloaded parking_lot v0.12.5
7162026-08-24T22:04:48.854Z Downloaded poly1305 v0.9.0
7172026-08-24T22:04:48.856Z Downloaded polyval v0.7.1
7182026-08-24T22:04:48.856Z Downloaded slog-scope v4.4.1
7192026-08-24T22:04:48.860Z Downloaded slog-stdlog v4.1.1
7202026-08-24T22:04:48.860Z Downloaded strum_macros v0.27.2
7212026-08-24T22:04:48.860Z Downloaded pkcs5 v0.8.1
7222026-08-24T22:04:48.864Z Downloaded const_format_proc_macros v0.2.34
7232026-08-24T22:04:48.864Z Downloaded crunchy v0.2.4
7242026-08-24T22:04:48.864Z Downloaded slog-term v2.9.2
7252026-08-24T22:04:48.868Z Downloaded strum_macros v0.26.4
7262026-08-24T22:04:48.869Z Downloaded critical-section v1.2.0
7272026-08-24T22:04:48.869Z Downloaded hyper-tls v0.6.0
7282026-08-24T22:04:48.869Z Downloaded instant v0.1.13
7292026-08-24T22:04:48.869Z Downloaded illumos-nvpair-sys v0.2.0
7302026-08-24T22:04:48.869Z Downloaded lru-cache v0.1.2
7312026-08-24T22:04:48.869Z Downloaded new_debug_unreachable v1.0.6
7322026-08-24T22:04:48.872Z Downloaded num_threads v0.1.7
7332026-08-24T22:04:48.872Z Downloaded term v1.2.1
7342026-08-24T22:04:48.872Z Downloaded arc-swap v1.8.2
7352026-08-24T22:04:48.872Z Downloaded chacha20poly1305 v0.10.1
7362026-08-24T22:04:48.874Z Downloaded libscf-sys v1.2.0
7372026-08-24T22:04:48.874Z Downloaded match_cfg v0.1.0
7382026-08-24T22:04:48.875Z Downloaded num-iter v0.1.45
7392026-08-24T22:04:48.875Z Downloaded base64 v0.21.7
7402026-08-24T22:04:48.878Z Downloaded generic-array v1.4.3
7412026-08-24T22:04:48.878Z Downloaded resolv-conf v0.7.6
7422026-08-24T22:04:48.878Z Downloaded base64 v0.22.1
7432026-08-24T22:04:48.881Z Downloaded progenitor-impl v0.14.0
7442026-08-24T22:04:48.881Z Downloaded memoffset v0.9.1
7452026-08-24T22:04:48.885Z Downloaded nonempty v0.12.0
7462026-08-24T22:04:48.885Z Downloaded half v2.7.1
7472026-08-24T22:04:48.890Z Downloaded tracing-attributes v0.1.31
7482026-08-24T22:04:48.890Z Downloaded openssl-probe v0.1.6
7492026-08-24T22:04:48.890Z Downloaded openssl-probe v0.2.1
7502026-08-24T22:04:48.890Z Downloaded packed_struct_codegen v0.10.1
7512026-08-24T22:04:48.894Z Downloaded httparse v1.10.1
7522026-08-24T22:04:48.894Z Downloaded path-slash v0.1.5
7532026-08-24T22:04:48.895Z Downloaded unicase v2.9.0
7542026-08-24T22:04:48.895Z Downloaded vergen-lib v0.1.6
7552026-08-24T22:04:48.899Z Downloaded der_derive v0.7.3
7562026-08-24T22:04:48.899Z Downloaded wyz v0.5.1
7572026-08-24T22:04:48.899Z Downloaded yoke-derive v0.8.1
7582026-08-24T22:04:48.899Z Downloaded dof v0.4.0
7592026-08-24T22:04:48.899Z Downloaded phf_shared v0.12.1
7602026-08-24T22:04:48.903Z Downloaded password-hash v0.6.1
7612026-08-24T22:04:48.903Z Downloaded powerfmt v0.2.0
7622026-08-24T22:04:48.904Z Downloaded const-oid v0.10.2
7632026-08-24T22:04:48.908Z Downloaded flume v0.11.1
7642026-08-24T22:04:48.908Z Downloaded heapless v0.7.17
7652026-08-24T22:04:48.911Z Downloaded compact_str v0.8.1
7662026-08-24T22:04:48.916Z Downloaded phf_shared v0.13.1
7672026-08-24T22:04:48.916Z Downloaded cookie v0.18.1
7682026-08-24T22:04:48.918Z Downloaded rand_chacha v0.3.1
7692026-08-24T22:04:48.918Z Downloaded rand_pcg v0.10.2
7702026-08-24T22:04:48.923Z Downloaded shlex v1.3.0
7712026-08-24T22:04:48.928Z Downloaded ref-cast v1.0.25
7722026-08-24T22:04:48.932Z Downloaded async-compression v0.4.41
7732026-08-24T22:04:48.932Z Downloaded libefi-sys v0.1.0
7742026-08-24T22:04:48.933Z Downloaded ar_archive_writer v0.5.1
7752026-08-24T22:04:48.937Z Downloaded libsw v3.5.0
7762026-08-24T22:04:48.938Z Downloaded multer v3.1.0
7772026-08-24T22:04:48.940Z Downloaded serde_bytes v0.11.19
7782026-08-24T22:04:48.940Z Downloaded rustc-hash v2.1.1
7792026-08-24T22:04:48.941Z Downloaded backtrace v0.3.76
7802026-08-24T22:04:48.945Z Downloaded shell-words v1.1.1
7812026-08-24T22:04:48.945Z Downloaded unicode-properties v0.1.4
7822026-08-24T22:04:48.949Z Downloaded derive_builder v0.20.2
7832026-08-24T22:04:48.954Z Downloaded humantime v2.3.0
7842026-08-24T22:04:48.954Z Downloaded vte v0.14.1
7852026-08-24T22:04:48.954Z Downloaded futures v0.3.32
7862026-08-24T22:04:48.958Z Downloaded psm v0.1.30
7872026-08-24T22:04:48.958Z Downloaded sigpipe v0.1.3
7882026-08-24T22:04:48.958Z Downloaded strip-ansi-escapes v0.2.1
7892026-08-24T22:04:48.958Z Downloaded getrandom v0.4.3
7902026-08-24T22:04:48.963Z Downloaded subtle v2.6.1
7912026-08-24T22:04:48.963Z Downloaded usdt-attr-macro v0.6.0
7922026-08-24T22:04:48.963Z Downloaded wnaf v0.14.0
7932026-08-24T22:04:48.966Z Downloaded zone_cfg_derive v0.3.1
7942026-08-24T22:04:48.970Z Downloaded num_enum_derive v0.7.6
7952026-08-24T22:04:48.977Z Downloaded crc-any v2.5.0
7962026-08-24T22:04:48.983Z Downloaded crossbeam-utils v0.8.21
7972026-08-24T22:04:48.983Z Downloaded flate2 v1.1.9
7982026-08-24T22:04:48.983Z Downloaded darling v0.20.11
7992026-08-24T22:04:48.986Z Downloaded supports-hyperlinks v3.2.0
8002026-08-24T22:04:48.986Z Downloaded utf8_iter v1.0.4
8012026-08-24T22:04:48.986Z Downloaded pbkdf2 v0.13.0
8022026-08-24T22:04:48.986Z Downloaded phf v0.13.1
8032026-08-24T22:04:48.987Z Downloaded crc-catalog v2.4.0
8042026-08-24T22:04:48.991Z Downloaded cc v1.2.56
8052026-08-24T22:04:48.995Z Downloaded memmap2 v0.9.10
8062026-08-24T22:04:48.995Z Downloaded rand v0.8.6
8072026-08-24T22:04:48.995Z Downloaded supports-color v3.0.2
8082026-08-24T22:04:48.995Z Downloaded crucible-workspace-hack v0.1.0
8092026-08-24T22:04:48.999Z Downloaded darling_macro v0.23.0
8102026-08-24T22:04:48.999Z Downloaded serde-hex v0.1.0
8112026-08-24T22:04:48.999Z Downloaded unit-prefix v0.5.2
8122026-08-24T22:04:48.999Z Downloaded bumpalo v3.20.2
8132026-08-24T22:04:49.004Z Downloaded digest-io v0.1.0
8142026-08-24T22:04:49.004Z Downloaded secrecy v0.8.0
8152026-08-24T22:04:49.008Z Downloaded static_assertions v1.1.0
8162026-08-24T22:04:49.008Z Downloaded progenitor-extras v0.2.0
8172026-08-24T22:04:49.012Z Downloaded slab v0.4.12
8182026-08-24T22:04:49.012Z Downloaded ssh-encoding v0.3.0
8192026-08-24T22:04:49.012Z Downloaded support-bundle-viewer v0.1.2
8202026-08-24T22:04:49.012Z Downloaded ingot-macros v0.2.0
8212026-08-24T22:04:49.017Z Downloaded toml v0.7.8
8222026-08-24T22:04:49.017Z Downloaded strum_macros v0.24.3
8232026-08-24T22:04:49.017Z Downloaded ecdsa v0.16.9
8242026-08-24T22:04:49.017Z Downloaded litrs v1.0.0
8252026-08-24T22:04:49.020Z Downloaded whoami v1.6.1
8262026-08-24T22:04:49.020Z Downloaded inout v0.2.2
8272026-08-24T22:04:49.020Z Downloaded linked-hash-map v0.5.6
8282026-08-24T22:04:49.020Z Downloaded writeable v0.6.2
8292026-08-24T22:04:49.020Z Downloaded rusty-fork v0.3.1
8302026-08-24T22:04:49.020Z Downloaded idna_adapter v1.2.1
8312026-08-24T22:04:49.025Z Downloaded zerotrie v0.2.3
8322026-08-24T22:04:49.029Z Downloaded const_format v0.2.35
8332026-08-24T22:04:49.035Z Downloaded icu_provider v2.1.1
8342026-08-24T22:04:49.038Z Downloaded lzss v0.8.2
8352026-08-24T22:04:49.038Z Downloaded chumsky v0.9.3
8362026-08-24T22:04:49.042Z Downloaded crossbeam-deque v0.8.6
8372026-08-24T22:04:49.042Z Downloaded aes v0.9.1
8382026-08-24T22:04:49.046Z Downloaded hickory-resolver v0.25.2
8392026-08-24T22:04:49.046Z Downloaded headers v0.4.1
8402026-08-24T22:04:49.051Z Downloaded olpc-cjson v0.1.4
8412026-08-24T22:04:49.051Z Downloaded heapless v0.8.0
8422026-08-24T22:04:49.056Z Downloaded papergrid v0.18.0
8432026-08-24T22:04:49.056Z Downloaded darling v0.13.4
8442026-08-24T22:04:49.056Z Downloaded data-encoding v2.10.0
8452026-08-24T22:04:49.057Z Downloaded unicode-bidi v0.3.18
8462026-08-24T22:04:49.060Z Downloaded digest v0.11.3
8472026-08-24T22:04:49.060Z Downloaded deranged v0.5.8
8482026-08-24T22:04:49.060Z Downloaded percent-encoding v2.3.2
8492026-08-24T22:04:49.060Z Downloaded postcard v1.1.3
8502026-08-24T22:04:49.060Z Downloaded sec1 v0.8.1
8512026-08-24T22:04:49.063Z Downloaded smf v0.2.3
8522026-08-24T22:04:49.067Z Downloaded thread_local v1.1.9
8532026-08-24T22:04:49.067Z Downloaded schemars v0.9.0
8542026-08-24T22:04:49.072Z Downloaded toml_parser v1.1.2+spec-1.1.0
8552026-08-24T22:04:49.076Z Downloaded time-macros v0.2.27
8562026-08-24T22:04:49.082Z Downloaded progenitor-client v0.14.0
8572026-08-24T22:04:49.085Z Downloaded primefield v0.14.0
8582026-08-24T22:04:49.085Z Downloaded vergen-gitcl v1.0.8
8592026-08-24T22:04:49.085Z Downloaded rustc-demangle v0.1.27
8602026-08-24T22:04:49.089Z Downloaded num-conv v0.2.0
8612026-08-24T22:04:49.089Z Downloaded proc-macro-error-attr2 v2.0.0
8622026-08-24T22:04:49.089Z Downloaded vergen-git2 v9.1.0
8632026-08-24T22:04:49.089Z Downloaded crypto-bigint v0.5.5
8642026-08-24T22:04:49.093Z Downloaded tiny-keccak v2.0.2
8652026-08-24T22:04:49.093Z Downloaded indicatif v0.18.4
8662026-08-24T22:04:49.096Z Downloaded slog v2.8.2
8672026-08-24T22:04:49.096Z Downloaded rcgen v0.12.1
8682026-08-24T22:04:49.100Z Downloaded subprocess v0.2.15
8692026-08-24T22:04:49.100Z Downloaded p256 v0.14.0
8702026-08-24T22:04:49.103Z Downloaded serde_cbor v0.11.2
8712026-08-24T22:04:49.103Z Downloaded dropshot-api-manager-types v0.8.0
8722026-08-24T22:04:49.103Z Downloaded serde_derive_internals v0.29.1
8732026-08-24T22:04:49.103Z Downloaded diesel-dtrace v0.5.0
8742026-08-24T22:04:49.106Z Downloaded lazy_static v1.5.0
8752026-08-24T22:04:49.106Z Downloaded indoc v2.0.7
8762026-08-24T22:04:49.106Z Downloaded ipnetwork v0.21.1
8772026-08-24T22:04:49.109Z Downloaded rfc6979 v0.6.0
8782026-08-24T22:04:49.112Z Downloaded owo-colors v4.3.0
8792026-08-24T22:04:49.117Z Downloaded parse-display-derive v0.10.0
8802026-08-24T22:04:49.120Z Downloaded siphasher v1.0.2
8812026-08-24T22:04:49.120Z Downloaded stable_deref_trait v1.2.1
8822026-08-24T22:04:49.120Z Downloaded termtree v0.5.1
8832026-08-24T22:04:49.120Z Downloaded expectorate v1.2.0
8842026-08-24T22:04:49.125Z Downloaded hashbrown v0.12.3
8852026-08-24T22:04:49.125Z Downloaded hashbrown v0.13.2
8862026-08-24T22:04:49.129Z Downloaded derive_more v2.1.1
8872026-08-24T22:04:49.133Z Downloaded http v1.4.2
8882026-08-24T22:04:49.136Z Downloaded toml v1.1.2+spec-1.1.0
8892026-08-24T22:04:49.136Z Downloaded hickory-server v0.25.2
8902026-08-24T22:04:49.139Z Downloaded port-file v0.1.0
8912026-08-24T22:04:49.139Z Downloaded postgres-protocol v0.6.10
8922026-08-24T22:04:49.139Z Downloaded untrusted v0.7.1
8932026-08-24T22:04:49.142Z Downloaded jobserver v0.1.34
8942026-08-24T22:04:49.142Z Downloaded keccak v0.1.6
8952026-08-24T22:04:49.142Z Downloaded rustls-webpki v0.103.13
8962026-08-24T22:04:49.145Z Downloaded smallvec v1.15.1
8972026-08-24T22:04:49.145Z Downloaded tagptr v0.2.0
8982026-08-24T22:04:49.145Z Downloaded scuffle v0.1.0
8992026-08-24T22:04:49.148Z Downloaded unicode-xid v0.2.6
9002026-08-24T22:04:49.148Z Downloaded newtype-uuid v1.3.2
9012026-08-24T22:04:49.148Z Downloaded num-bigint-dig v0.8.6
9022026-08-24T22:04:49.151Z Downloaded p521 v0.14.0
9032026-08-24T22:04:49.156Z Downloaded corncobs v0.1.4
9042026-08-24T22:04:49.156Z Downloaded phf v0.12.1
9052026-08-24T22:04:49.156Z Downloaded want v0.3.1
9062026-08-24T22:04:49.156Z Downloaded zone v0.3.1
9072026-08-24T22:04:49.156Z Downloaded crc8 v0.1.1
9082026-08-24T22:04:49.159Z Downloaded cpubits v0.1.1
9092026-08-24T22:04:49.159Z Downloaded diesel_table_macro_syntax v0.3.0
9102026-08-24T22:04:49.159Z Downloaded aes-gcm v0.11.0
9112026-08-24T22:04:49.166Z Downloaded schemars_derive v0.8.22
9122026-08-24T22:04:49.171Z Downloaded crypto-common v0.2.2
9132026-08-24T22:04:49.173Z Downloaded defmt v0.3.100
9142026-08-24T22:04:49.174Z Downloaded openssl-sys v0.9.117
9152026-08-24T22:04:49.176Z Downloaded derive-ex v0.1.8
9162026-08-24T22:04:49.176Z Downloaded hybrid-array v0.4.13
9172026-08-24T22:04:49.179Z Downloaded schemars v0.8.22
9182026-08-24T22:04:49.184Z Downloaded parking_lot_core v0.9.12
9192026-08-24T22:04:49.186Z Downloaded scopeguard v1.2.0
9202026-08-24T22:04:49.186Z Downloaded structmeta-derive v0.3.0
9212026-08-24T22:04:49.186Z Downloaded derive_builder_macro v0.20.2
9222026-08-24T22:04:49.186Z Downloaded derive_more-impl v2.1.1
9232026-08-24T22:04:49.189Z Downloaded ed25519-dalek v3.0.0
9242026-08-24T22:04:49.195Z Downloaded illumos-nvpair v0.3.0
9252026-08-24T22:04:49.195Z Downloaded is_ci v1.2.0
9262026-08-24T22:04:49.195Z Downloaded iana-time-zone v0.1.65
9272026-08-24T22:04:49.198Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9282026-08-24T22:04:49.198Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9292026-08-24T22:04:49.198Z Downloaded slog-async v2.8.0
9302026-08-24T22:04:49.198Z Downloaded publicsuffix v2.3.0
9312026-08-24T22:04:49.198Z Downloaded synstructure v0.13.2
9322026-08-24T22:04:49.198Z Downloaded toml_edit v0.23.10+spec-1.0.0
9332026-08-24T22:04:49.202Z Downloaded hickory-resolver v0.24.4
9342026-08-24T22:04:49.202Z Downloaded usdt-impl v0.6.0
9352026-08-24T22:04:49.205Z Downloaded uzers v0.12.2
9362026-08-24T22:04:49.205Z Downloaded lru-slab v0.1.2
9372026-08-24T22:04:49.205Z Downloaded kstat-rs v0.2.5
9382026-08-24T22:04:49.205Z Downloaded md-5 v0.10.6
9392026-08-24T22:04:49.205Z Downloaded tinystr v0.8.2
9402026-08-24T22:04:49.208Z Downloaded newtype_derive v0.1.6
9412026-08-24T22:04:49.208Z Downloaded zerocopy-derive v0.8.55
9422026-08-24T22:04:49.211Z Downloaded vsss-rs v3.3.4
9432026-08-24T22:04:49.215Z Downloaded multimap v0.10.1
9442026-08-24T22:04:49.216Z Downloaded num v0.4.3
9452026-08-24T22:04:49.216Z Downloaded opaque-debug v0.3.1
9462026-08-24T22:04:49.216Z Downloaded whoami v2.1.0
9472026-08-24T22:04:49.216Z Downloaded darling_core v0.20.11
9482026-08-24T22:04:49.220Z Downloaded linear-map v1.2.0
9492026-08-24T22:04:49.220Z Downloaded tungstenite v0.23.0
9502026-08-24T22:04:49.224Z Downloaded pretty_assertions v1.4.1
9512026-08-24T22:04:49.224Z Downloaded prettyplease v0.2.37
9522026-08-24T22:04:49.224Z Downloaded zeroize v1.9.0
9532026-08-24T22:04:49.224Z Downloaded zstd v0.13.3
9542026-08-24T22:04:49.228Z Downloaded serde_with_macros v3.21.0
9552026-08-24T22:04:49.228Z Downloaded sha2 v0.11.0
9562026-08-24T22:04:49.231Z Downloaded proc-macro-crate v3.4.0
9572026-08-24T22:04:49.231Z Downloaded rand_xorshift v0.4.0
9582026-08-24T22:04:49.231Z Downloaded proc-macro-crate v1.3.1
9592026-08-24T22:04:49.231Z Downloaded rtoolbox v0.0.3
9602026-08-24T22:04:49.231Z Downloaded rustc_version v0.1.7
9612026-08-24T22:04:49.235Z Downloaded darling_core v0.21.3
9622026-08-24T22:04:49.238Z Downloaded ed25519 v2.2.3
9632026-08-24T22:04:49.241Z Downloaded tokio-stream v0.1.18
9642026-08-24T22:04:49.246Z Downloaded minimal-lexical v0.2.1
9652026-08-24T22:04:49.249Z Downloaded pkcs1 v0.8.0-rc.4
9662026-08-24T22:04:49.249Z Downloaded zopfli v0.8.3
9672026-08-24T22:04:49.249Z Downloaded dropshot_endpoint v0.17.1
9682026-08-24T22:04:49.252Z Downloaded knus-derive v3.4.0
9692026-08-24T22:04:49.252Z Downloaded mime_guess v2.0.5
9702026-08-24T22:04:49.256Z Downloaded secrecy v0.10.3
9712026-08-24T22:04:49.256Z Downloaded hyper-staticfile v0.10.1
9722026-08-24T22:04:49.259Z Downloaded sha1 v0.11.0
9732026-08-24T22:04:49.259Z Downloaded slog-bunyan v2.5.0
9742026-08-24T22:04:49.264Z Downloaded spin v0.9.8
9752026-08-24T22:04:49.269Z Downloaded trait-variant v0.1.2
9762026-08-24T22:04:49.274Z Downloaded impl-trait-for-tuples v0.2.3
9772026-08-24T22:04:49.277Z Downloaded strum v0.26.3
9782026-08-24T22:04:49.277Z Downloaded tokio-macros v2.7.0
9792026-08-24T22:04:49.277Z Downloaded aho-corasick v1.1.4
9802026-08-24T22:04:49.280Z Downloaded universal-hash v0.6.1
9812026-08-24T22:04:49.283Z Downloaded convert_case v0.4.0
9822026-08-24T22:04:49.283Z Downloaded twox-hash v2.1.2
9832026-08-24T22:04:49.286Z Downloaded packed_struct v0.10.1
9842026-08-24T22:04:49.286Z Downloaded ryu v1.0.23
9852026-08-24T22:04:49.289Z Downloaded zip v0.6.6
9862026-08-24T22:04:49.289Z Downloaded primeorder v0.13.6
9872026-08-24T22:04:49.291Z Downloaded darling_macro v0.13.4
9882026-08-24T22:04:49.291Z Downloaded miniz_oxide v0.8.9
9892026-08-24T22:04:49.291Z Downloaded ppv-lite86 v0.2.21
9902026-08-24T22:04:49.294Z Downloaded primeorder v0.14.0
9912026-08-24T22:04:49.294Z Downloaded num_enum v0.7.6
9922026-08-24T22:04:49.298Z Downloaded peg v0.8.5
9932026-08-24T22:04:49.301Z Downloaded downcast-rs v2.0.2
9942026-08-24T22:04:49.301Z Downloaded num-derive v0.4.2
9952026-08-24T22:04:49.308Z Downloaded ecdsa v0.17.0
9962026-08-24T22:04:49.311Z Downloaded icu_collections v2.1.1
9972026-08-24T22:04:49.314Z Downloaded tokio-postgres v0.7.16
9982026-08-24T22:04:49.317Z Downloaded serde_path_to_error v0.1.20
9992026-08-24T22:04:49.317Z Downloaded progenitor-macro v0.14.0
10002026-08-24T22:04:49.317Z Downloaded managed v0.8.0
10012026-08-24T22:04:49.334Z Downloaded progenitor-macro v0.13.0
10022026-08-24T22:04:49.337Z Downloaded serde_urlencoded v0.7.1
10032026-08-24T22:04:49.337Z Downloaded sync-ptr v0.1.4
10042026-08-24T22:04:49.340Z Downloaded seq-macro v0.3.6
10052026-08-24T22:04:49.340Z Downloaded walkdir v2.5.0
10062026-08-24T22:04:49.344Z Downloaded slog-json v2.6.1
10072026-08-24T22:04:49.344Z Downloaded stringprep v0.1.5
10082026-08-24T22:04:49.344Z Downloaded pkcs8 v0.11.0
10092026-08-24T22:04:49.348Z Downloaded constant_time_eq v0.4.2
10102026-08-24T22:04:49.351Z Downloaded darling_core v0.13.4
10112026-08-24T22:04:49.354Z Downloaded tokio-test v0.4.5
10122026-08-24T22:04:49.357Z Downloaded tokio-dtrace v0.1.1
10132026-08-24T22:04:49.357Z Downloaded typed-path v0.9.3
10142026-08-24T22:04:49.360Z Downloaded void v1.0.2
10152026-08-24T22:04:49.360Z Downloaded tinyvec_macros v0.1.1
10162026-08-24T22:04:49.363Z Downloaded snafu v0.8.9
10172026-08-24T22:04:49.366Z Downloaded delegate v0.13.5
10182026-08-24T22:04:49.366Z Downloaded convert_case v0.10.0
10192026-08-24T22:04:49.369Z Downloaded password-hash v0.5.0
10202026-08-24T22:04:49.369Z Downloaded waitgroup v0.1.2
10212026-08-24T22:04:49.375Z Downloaded ed25519 v3.0.0
10222026-08-24T22:04:49.379Z Downloaded ingot-types v0.2.0
10232026-08-24T22:04:49.379Z Downloaded universal-hash v0.5.1
10242026-08-24T22:04:49.379Z Downloaded tracing-core v0.1.36
10252026-08-24T22:04:49.379Z Downloaded unicode-segmentation v1.12.0
10262026-08-24T22:04:49.382Z Downloaded crc v3.4.0
10272026-08-24T22:04:49.382Z Downloaded module-lattice v0.2.3
10282026-08-24T22:04:49.382Z Downloaded term v0.7.0
10292026-08-24T22:04:49.385Z Downloaded x509-cert v0.2.5
10302026-08-24T22:04:49.389Z Downloaded drift v0.2.0
10312026-08-24T22:04:49.393Z Downloaded p384 v0.14.0
10322026-08-24T22:04:49.399Z Downloaded phc v0.6.1
10332026-08-24T22:04:49.399Z Downloaded unicode_categories v0.1.1
10342026-08-24T22:04:49.399Z Downloaded vergen v9.1.0
10352026-08-24T22:04:49.399Z Downloaded maybe-uninit v2.0.0
10362026-08-24T22:04:49.402Z Downloaded spki v0.8.0
10372026-08-24T22:04:49.403Z Downloaded yasna v0.5.2
10382026-08-24T22:04:49.409Z Downloaded schemars v1.2.1
10392026-08-24T22:04:49.416Z Downloaded zerovec-derive v0.11.2
10402026-08-24T22:04:49.419Z Downloaded termios v0.3.3
10412026-08-24T22:04:49.419Z Downloaded ctr v0.10.1
10422026-08-24T22:04:49.420Z Downloaded des v0.9.0
10432026-08-24T22:04:49.422Z Downloaded inout v0.1.4
10442026-08-24T22:04:49.422Z Downloaded peg-runtime v0.8.5
10452026-08-24T22:04:49.422Z Downloaded parse-size v1.1.0
10462026-08-24T22:04:49.422Z Downloaded potential_utf v0.1.4
10472026-08-24T22:04:49.425Z Downloaded hyper-rustls v0.27.7
10482026-08-24T22:04:49.425Z Downloaded russh-cryptovec v0.62.0
10492026-08-24T22:04:49.425Z Downloaded hashbrown v0.16.1
10502026-08-24T22:04:49.429Z Downloaded semver v0.1.20
10512026-08-24T22:04:49.429Z Downloaded hashbrown v0.14.5
10522026-08-24T22:04:49.432Z Downloaded icu_properties v2.1.2
10532026-08-24T22:04:49.432Z Downloaded miette-derive v7.6.0
10542026-08-24T22:04:49.437Z Downloaded hashbrown v0.15.5
10552026-08-24T22:04:49.441Z Downloaded unicode-normalization v0.1.25
10562026-08-24T22:04:49.441Z Downloaded pem-rfc7468 v0.7.0
10572026-08-24T22:04:49.441Z Downloaded parking_lot_core v0.8.6
10582026-08-24T22:04:49.441Z Downloaded sync_wrapper v1.0.2
10592026-08-24T22:04:49.441Z Downloaded try-lock v0.2.5
10602026-08-24T22:04:49.444Z Downloaded stacker v0.1.23
10612026-08-24T22:04:49.444Z Downloaded string_cache v0.8.9
10622026-08-24T22:04:49.444Z Downloaded tinyvec v1.10.0
10632026-08-24T22:04:49.447Z Downloaded itertools v0.14.0
10642026-08-24T22:04:49.473Z Downloaded itertools v0.15.0
10652026-08-24T22:04:49.481Z Downloaded pin-project v1.1.11
10662026-08-24T22:04:49.481Z Downloaded ctutils v0.4.2
10672026-08-24T22:04:49.481Z Downloaded nanorand v0.7.0
10682026-08-24T22:04:49.482Z Downloaded salsa20 v0.11.0
10692026-08-24T22:04:49.482Z Downloaded num_enum v0.5.11
10702026-08-24T22:04:49.482Z Downloaded rsa v0.10.0-rc.18
10712026-08-24T22:04:49.482Z Downloaded daft v0.1.7
10722026-08-24T22:04:49.482Z Downloaded zerofrom v0.1.6
10732026-08-24T22:04:49.482Z Downloaded usdt v0.6.0
10742026-08-24T22:04:49.482Z Downloaded cstr-argument v0.1.2
10752026-08-24T22:04:49.482Z Downloaded display-error-chain v0.2.2
10762026-08-24T22:04:49.482Z Downloaded zstd-safe v7.2.4
10772026-08-24T22:04:49.482Z Downloaded r2d2 v0.8.10
10782026-08-24T22:04:49.482Z Downloaded derive_more v0.99.20
10792026-08-24T22:04:49.482Z Downloaded nom v8.0.0
10802026-08-24T22:04:49.482Z Downloaded quinn v0.11.11
10812026-08-24T22:04:49.486Z Downloaded hyper-util v0.1.20
10822026-08-24T22:04:49.486Z Downloaded rand_seeder v0.4.0
10832026-08-24T22:04:49.486Z Downloaded qorb v0.4.1
10842026-08-24T22:04:49.486Z Downloaded lru v0.12.5
10852026-08-24T22:04:49.486Z Downloaded tokio-util v0.7.18
10862026-08-24T22:04:49.489Z Downloaded tar v0.4.46
10872026-08-24T22:04:49.492Z Downloaded rand v0.10.1
10882026-08-24T22:04:49.495Z Downloaded tokio-tungstenite v0.21.0
10892026-08-24T22:04:49.495Z Downloaded oso-derive v0.27.3
10902026-08-24T22:04:49.495Z Downloaded serde-big-array v0.5.1
10912026-08-24T22:04:49.500Z Downloaded aws-lc-rs v1.16.3
10922026-08-24T22:04:49.503Z Downloaded derive_builder_core v0.20.2
10932026-08-24T22:04:49.503Z Downloaded icu_properties_data v2.1.2
10942026-08-24T22:04:49.508Z Downloaded keccak v0.2.0
10952026-08-24T22:04:49.511Z Downloaded dunce v1.0.5
10962026-08-24T22:04:49.511Z Downloaded internet-checksum v0.2.1
10972026-08-24T22:04:49.511Z Downloaded kem v0.3.0
10982026-08-24T22:04:49.511Z Downloaded ml-kem v0.3.2
10992026-08-24T22:04:49.511Z Downloaded h2 v0.4.15
11002026-08-24T22:04:49.515Z Downloaded num-integer v0.1.46
11012026-08-24T22:04:49.517Z Downloaded signal-hook-mio v0.2.5
11022026-08-24T22:04:49.517Z Downloaded sponge-cursor v0.1.0
11032026-08-24T22:04:49.517Z Downloaded blake3 v1.8.5
11042026-08-24T22:04:49.520Z Downloaded progenitor v0.14.0
11052026-08-24T22:04:49.523Z Downloaded reqwest v0.13.2
11062026-08-24T22:04:49.526Z Downloaded hkdf v0.12.4
11072026-08-24T22:04:49.526Z Downloaded bitvec v1.0.1
11082026-08-24T22:04:49.534Z Downloaded der v0.7.10
11092026-08-24T22:04:49.539Z Downloaded miette v7.6.0
11102026-08-24T22:04:49.541Z Downloaded num-bigint v0.4.6
11112026-08-24T22:04:49.541Z Downloaded rustyline v14.0.0
11122026-08-24T22:04:49.546Z Downloaded vergen-lib v9.1.0
11132026-08-24T22:04:49.546Z Downloaded defmt-macros v1.0.1
11142026-08-24T22:04:49.549Z Downloaded predicates-tree v1.0.13
11152026-08-24T22:04:49.549Z Downloaded thread-id v5.1.0
11162026-08-24T22:04:49.549Z Downloaded tower-layer v0.3.3
11172026-08-24T22:04:49.549Z Downloaded tungstenite v0.21.0
11182026-08-24T22:04:49.549Z Downloaded simd-adler32 v0.3.8
11192026-08-24T22:04:49.552Z Downloaded icu_locale_core v2.1.1
11202026-08-24T22:04:49.556Z Downloaded lock_api v0.4.14
11212026-08-24T22:04:49.556Z Downloaded sqlformat v0.3.5
11222026-08-24T22:04:49.556Z Downloaded ident_case v1.0.1
11232026-08-24T22:04:49.556Z Downloaded utf-8 v0.7.6
11242026-08-24T22:04:49.559Z Downloaded document-features v0.2.12
11252026-08-24T22:04:49.559Z Downloaded itertools v0.12.1
11262026-08-24T22:04:49.562Z Downloaded usdt-macro v0.6.0
11272026-08-24T22:04:49.562Z Downloaded thiserror-no-std v2.0.2
11282026-08-24T22:04:49.562Z Downloaded untrusted v0.9.0
11292026-08-24T22:04:49.567Z Downloaded zlib-rs v0.6.2
11302026-08-24T22:04:49.571Z Downloaded socket2 v0.6.3
11312026-08-24T22:04:49.572Z Downloaded oxide-update-engine-types v0.1.2
11322026-08-24T22:04:49.572Z Downloaded libbz2-rs-sys v0.2.2
11332026-08-24T22:04:49.572Z Downloaded rustls-pemfile v2.2.0
11342026-08-24T22:04:49.572Z Downloaded chrono v0.4.45
11352026-08-24T22:04:49.574Z Downloaded cpufeatures v0.3.0
11362026-08-24T22:04:49.575Z Downloaded yansi v1.0.1
11372026-08-24T22:04:49.578Z Downloaded salty v0.3.0
11382026-08-24T22:04:49.582Z Downloaded darling v0.21.3
11392026-08-24T22:04:49.584Z Downloaded indent_write v2.2.0
11402026-08-24T22:04:49.584Z Downloaded tower-service v0.3.3
11412026-08-24T22:04:49.584Z Downloaded dsl_auto_type v0.2.0
11422026-08-24T22:04:49.584Z Downloaded litemap v0.8.1
11432026-08-24T22:04:49.584Z Downloaded rpassword v7.5.4
11442026-08-24T22:04:49.588Z Downloaded rustls-platform-verifier v0.6.2
11452026-08-24T22:04:49.591Z Downloaded darling_macro v0.21.3
11462026-08-24T22:04:49.595Z Downloaded libloading v0.8.9
11472026-08-24T22:04:49.598Z Downloaded similar v2.7.0
11482026-08-24T22:04:49.600Z Downloaded jiff-static v0.2.34
11492026-08-24T22:04:49.600Z Downloaded lalrpop-util v0.19.12
11502026-08-24T22:04:49.600Z Downloaded progenitor v0.13.0
11512026-08-24T22:04:49.604Z Downloaded darling_core v0.23.0
11522026-08-24T22:04:49.604Z Downloaded scheduled-thread-pool v0.2.7
11532026-08-24T22:04:49.607Z Downloaded futures-util v0.3.32
11542026-08-24T22:04:49.612Z Downloaded parking_lot v0.11.2
11552026-08-24T22:04:49.617Z Downloaded oxnet v0.1.6
11562026-08-24T22:04:49.617Z Downloaded pem v3.0.6
11572026-08-24T22:04:49.617Z Downloaded smallvec v0.6.14
11582026-08-24T22:04:49.617Z Downloaded petname v2.0.2
11592026-08-24T22:04:49.620Z Downloaded tap v1.0.1
11602026-08-24T22:04:49.620Z Downloaded serde_yaml v0.9.34+deprecated
11612026-08-24T22:04:49.620Z Downloaded nu-ansi-term v0.50.3
11622026-08-24T22:04:49.623Z Downloaded serde_repr v0.1.20
11632026-08-24T22:04:49.624Z Downloaded recursive v0.1.1
11642026-08-24T22:04:49.626Z Downloaded serde_with_macros v1.5.2
11652026-08-24T22:04:49.626Z Downloaded dirs-next v2.0.0
11662026-08-24T22:04:49.626Z Downloaded regex v1.12.3
11672026-08-24T22:04:49.630Z Downloaded mime v0.3.17
11682026-08-24T22:04:49.633Z Downloaded recursive-proc-macro-impl v0.1.1
11692026-08-24T22:04:49.633Z Downloaded zerocopy v0.6.6
11702026-08-24T22:04:49.633Z Downloaded unicode-truncate v1.1.0
11712026-08-24T22:04:49.633Z Downloaded num_enum_derive v0.5.11
11722026-08-24T22:04:49.636Z Downloaded oxide-update-engine-display v0.1.2
11732026-08-24T22:04:49.636Z Downloaded slog-envlogger v2.2.0
11742026-08-24T22:04:49.636Z Downloaded derive-where v1.6.0
11752026-08-24T22:04:49.639Z Downloaded md5 v0.8.0
11762026-08-24T22:04:49.639Z Downloaded xattr v1.6.1
11772026-08-24T22:04:49.639Z Downloaded serde_spanned v1.1.1
11782026-08-24T22:04:49.644Z Downloaded dropshot-api-manager v0.8.0
11792026-08-24T22:04:49.647Z Downloaded pkg-config v0.3.32
11802026-08-24T22:04:49.647Z Downloaded daft-derive v0.1.7
11812026-08-24T22:04:49.652Z Downloaded slog-dtrace v0.3.0
11822026-08-24T22:04:49.653Z Downloaded tokio-native-tls v0.3.1
11832026-08-24T22:04:49.655Z Downloaded yoke v0.8.1
11842026-08-24T22:04:49.655Z Downloaded displaydoc v0.2.5
11852026-08-24T22:04:49.655Z Downloaded indoc v1.0.9
11862026-08-24T22:04:49.656Z Downloaded maplit v1.0.2
11872026-08-24T22:04:49.658Z Downloaded serde_with v1.14.0
11882026-08-24T22:04:49.661Z Downloaded vcpkg v0.2.15
11892026-08-24T22:04:49.682Z Downloaded bindgen v0.71.1
11902026-08-24T22:04:49.686Z Downloaded newtype-uuid-macros v0.1.0
11912026-08-24T22:04:49.689Z Downloaded libsw-core v0.3.2
11922026-08-24T22:04:49.689Z Downloaded tabwriter v1.4.1
11932026-08-24T22:04:49.689Z Downloaded hkdf v0.13.0
11942026-08-24T22:04:49.692Z Downloaded pin-project-lite v0.2.17
11952026-08-24T22:04:49.692Z Downloaded winnow v1.0.3
11962026-08-24T22:04:49.698Z Downloaded quick-xml v0.37.5
11972026-08-24T22:04:49.701Z Downloaded signal-hook v0.3.18
11982026-08-24T22:04:49.705Z Downloaded csv-core v0.1.13
11992026-08-24T22:04:49.705Z Downloaded libm v0.2.16
12002026-08-24T22:04:49.708Z Downloaded defmt v1.0.1
12012026-08-24T22:04:49.711Z Downloaded ipnet v2.12.0
12022026-08-24T22:04:49.711Z Downloaded dyn-clone v1.0.20
12032026-08-24T22:04:49.711Z Downloaded winnow v0.6.26
12042026-08-24T22:04:49.715Z Downloaded strum v0.27.2
12052026-08-24T22:04:49.719Z Downloaded zerofrom-derive v0.1.6
12062026-08-24T22:04:49.719Z Downloaded signal-hook-registry v1.4.8
12072026-08-24T22:04:49.719Z Downloaded crossterm v0.29.0
12082026-08-24T22:04:49.724Z Downloaded supports-unicode v3.0.0
12092026-08-24T22:04:49.724Z Downloaded pkcs8 v0.10.2
12102026-08-24T22:04:49.724Z Downloaded darling v0.23.0
12112026-08-24T22:04:49.728Z Downloaded postgres-types v0.2.12
12122026-08-24T22:04:49.728Z Downloaded icu_normalizer v2.1.1
12132026-08-24T22:04:49.731Z Downloaded crc32fast v1.5.0
12142026-08-24T22:04:49.731Z Downloaded ed25519-dalek v2.2.0
12152026-08-24T22:04:49.731Z Downloaded proptest v1.11.0
12162026-08-24T22:04:49.735Z Downloaded ssh-key v0.7.0-rc.11
12172026-08-24T22:04:49.739Z Downloaded cookie_store v0.22.1
12182026-08-24T22:04:49.742Z Downloaded native-tls v0.2.18
12192026-08-24T22:04:49.742Z Downloaded radium v0.7.0
12202026-08-24T22:04:49.742Z Downloaded oxide-tokio-rt v0.1.4
12212026-08-24T22:04:49.746Z Downloaded test-strategy v0.4.5
12222026-08-24T22:04:49.746Z Downloaded tower v0.5.3
12232026-08-24T22:04:49.749Z Downloaded either v1.15.0
12242026-08-24T22:04:49.752Z Downloaded tough v0.22.0
12252026-08-24T22:04:49.755Z Downloaded diff v0.1.13
12262026-08-24T22:04:49.760Z Downloaded progenitor-client v0.13.0
12272026-08-24T22:04:49.760Z Downloaded diesel_derives v2.3.7
12282026-08-24T22:04:49.763Z Downloaded elliptic-curve v0.13.8
12292026-08-24T22:04:49.763Z Downloaded knus v3.4.0
12302026-08-24T22:04:49.763Z Downloaded portable-atomic v1.13.1
12312026-08-24T22:04:49.767Z Downloaded icu_normalizer_data v2.1.1
12322026-08-24T22:04:49.770Z Downloaded progenitor-impl v0.13.0
12332026-08-24T22:04:49.770Z Downloaded crossbeam-epoch v0.9.18
12342026-08-24T22:04:49.772Z Downloaded samael v0.0.19
12352026-08-24T22:04:49.775Z Downloaded indexmap v1.9.3
12362026-08-24T22:04:49.775Z Downloaded pkcs1 v0.7.5
12372026-08-24T22:04:49.778Z Downloaded prefix-trie v0.7.0
12382026-08-24T22:04:49.778Z Downloaded internal-russh-num-bigint v0.5.0
12392026-08-24T22:04:49.781Z Downloaded same-file v1.0.6
12402026-08-24T22:04:49.785Z Downloaded ingot v0.2.1
12412026-08-24T22:04:49.785Z Downloaded rustls-pki-types v1.14.0
12422026-08-24T22:04:49.785Z Downloaded ron v0.8.1
12432026-08-24T22:04:49.788Z Downloaded snafu-derive v0.8.9
12442026-08-24T22:04:49.788Z Downloaded xshell v0.2.7
12452026-08-24T22:04:49.788Z Downloaded quinn-udp v0.5.14
12462026-08-24T22:04:49.794Z Downloaded url v2.5.8
12472026-08-24T22:04:49.797Z Downloaded ignore v0.4.25
12482026-08-24T22:04:49.797Z Downloaded iri-string v0.7.10
12492026-08-24T22:04:49.797Z Downloaded unsafe-libyaml v0.2.11
12502026-08-24T22:04:49.797Z Downloaded uuid v1.23.4
12512026-08-24T22:04:49.800Z Downloaded steno v0.4.1
12522026-08-24T22:04:49.800Z Downloaded tokio-rustls v0.26.4
12532026-08-24T22:04:49.803Z Downloaded toml_edit v0.19.15
12542026-08-24T22:04:49.810Z Downloaded hyper v1.10.1
12552026-08-24T22:04:49.814Z Downloaded idna v1.1.0
12562026-08-24T22:04:49.816Z Downloaded rand v0.9.2
12572026-08-24T22:04:49.819Z Downloaded crypto-bigint v0.7.5
12582026-08-24T22:04:49.826Z Downloaded winnow v0.5.40
12592026-08-24T22:04:49.830Z Downloaded itertools v0.13.0
12602026-08-24T22:04:49.834Z Downloaded socket2 v0.5.10
12612026-08-24T22:04:49.838Z Downloaded typify v0.6.2
12622026-08-24T22:04:49.841Z Downloaded tokio-tungstenite v0.23.1
12632026-08-24T22:04:49.841Z Downloaded moka v0.12.13
12642026-08-24T22:04:49.843Z Downloaded bstr v1.12.1
12652026-08-24T22:04:49.849Z Downloaded reqwest v0.12.28
12662026-08-24T22:04:49.856Z Downloaded itertools v0.10.5
12672026-08-24T22:04:49.859Z Downloaded zerovec v0.11.5
12682026-08-24T22:04:49.866Z Downloaded jiff-core v0.1.0
12692026-08-24T22:04:49.869Z Downloaded serde_with v3.21.0
12702026-08-24T22:04:49.877Z Downloaded sha3 v0.12.0
12712026-08-24T22:04:49.881Z Downloaded zerocopy v0.8.55
12722026-08-24T22:04:49.890Z Downloaded rsa v0.9.10
12732026-08-24T22:04:49.893Z Downloaded git2 v0.20.4
12742026-08-24T22:04:49.900Z Downloaded p384 v0.13.1
12752026-08-24T22:04:49.904Z Downloaded rayon-core v1.13.0
12762026-08-24T22:04:49.904Z Downloaded libxml v0.3.3
12772026-08-24T22:04:49.908Z Downloaded rawzip v0.4.4
12782026-08-24T22:04:49.911Z Downloaded dropshot v0.17.1
12792026-08-24T22:04:49.924Z Downloaded der v0.8.0
12802026-08-24T22:04:49.927Z Downloaded nix v0.31.2
12812026-08-24T22:04:49.934Z Downloaded crossbeam-channel v0.5.15
12822026-08-24T22:04:49.937Z Downloaded goblin v0.10.5
12832026-08-24T22:04:49.941Z Downloaded tabled v0.21.0
12842026-08-24T22:04:49.952Z Downloaded object v0.37.3
12852026-08-24T22:04:49.958Z Downloaded sqlparser v0.61.0
12862026-08-24T22:04:49.964Z Downloaded nom v7.1.3
12872026-08-24T22:04:49.967Z Downloaded tower-http v0.6.8
12882026-08-24T22:04:49.973Z Downloaded crypto-primes v0.7.2
12892026-08-24T22:04:49.977Z Downloaded lalrpop v0.19.12
12902026-08-24T22:04:49.982Z Downloaded rustls v0.23.41
12912026-08-24T22:04:49.989Z Downloaded mio v1.2.0
12922026-08-24T22:04:49.993Z Downloaded rayon v1.11.0
12932026-08-24T22:04:49.998Z Downloaded object v0.30.4
12942026-08-24T22:04:50.004Z Downloaded reedline v0.40.0
12952026-08-24T22:04:50.009Z Downloaded crossterm v0.28.1
12962026-08-24T22:04:50.012Z Downloaded smoltcp v0.11.0
12972026-08-24T22:04:50.022Z Downloaded polar-core v0.27.3
12982026-08-24T22:04:50.025Z Downloaded time v0.3.47
12992026-08-24T22:04:50.032Z Downloaded gimli v0.32.3
13002026-08-24T22:04:50.037Z Downloaded curve25519-dalek v5.0.0
13012026-08-24T22:04:50.043Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-08-24T22:04:50.050Z Downloaded tracing v0.1.44
13032026-08-24T22:04:50.064Z Downloaded zip v4.6.1
13042026-08-24T22:04:50.067Z Downloaded nix v0.27.1
13052026-08-24T22:04:50.073Z Downloaded iddqd v0.4.2
13062026-08-24T22:04:50.078Z Downloaded typify-impl v0.6.2
13072026-08-24T22:04:50.088Z Downloaded regex-automata v0.4.14
13082026-08-24T22:04:50.097Z Downloaded jiff v0.2.34
13092026-08-24T22:04:50.108Z Downloaded chrono-tz v0.10.4
13102026-08-24T22:04:50.120Z Downloaded smoltcp v0.9.1
13112026-08-24T22:04:50.126Z Downloaded csv v1.4.0
13122026-08-24T22:04:50.140Z Downloaded regex-syntax v0.6.29
13132026-08-24T22:04:50.144Z Downloaded curve25519-dalek v4.1.3
13142026-08-24T22:04:50.149Z Downloaded quinn-proto v0.11.16
13152026-08-24T22:04:50.154Z Downloaded regex-syntax v0.8.10
13162026-08-24T22:04:50.173Z Downloaded russh v0.62.4
13172026-08-24T22:04:50.179Z Downloaded hickory-proto v0.24.4
13182026-08-24T22:04:50.188Z Downloaded ring v0.17.14
13192026-08-24T22:04:50.215Z Downloaded hickory-proto v0.25.2
13202026-08-24T22:04:50.227Z Downloaded openssl v0.10.80
13212026-08-24T22:04:50.237Z Downloaded radix_trie v0.2.1
13222026-08-24T22:04:50.265Z Downloaded regress v0.10.5
13232026-08-24T22:04:50.270Z Downloaded nix v0.28.0
13242026-08-24T22:04:50.299Z Downloaded regress v0.11.1
13252026-08-24T22:04:50.309Z Downloaded openapiv3 v2.2.0
13262026-08-24T22:04:50.343Z Downloaded sled v0.34.7
13272026-08-24T22:04:50.352Z Downloaded rustix v0.38.44
13282026-08-24T22:04:50.407Z Downloaded diesel v2.3.7
13292026-08-24T22:04:50.420Z Downloaded sha3 v0.11.0
13302026-08-24T22:04:50.424Z Downloaded ratatui v0.29.0
13312026-08-24T22:04:50.435Z Downloaded zerocopy-derive v0.6.6
13322026-08-24T22:04:50.521Z Downloaded petgraph v0.6.5
13332026-08-24T22:04:50.555Z Downloaded petgraph v0.8.3
13342026-08-24T22:04:50.567Z Downloaded sha3 v0.10.8
13352026-08-24T22:04:50.570Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13362026-08-24T22:04:50.579Z Downloaded libz-sys v1.1.24
13372026-08-24T22:04:50.591Z Downloaded aws-lc-sys v0.40.0
13382026-08-24T22:04:50.726Z Downloaded tokio v1.52.1
13392026-08-24T22:04:50.747Z Downloaded encoding_rs v0.8.35
13402026-08-24T22:04:50.759Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-08-24T22:04:50.906Z Compiling serde_core v1.0.228
13422026-08-24T22:04:50.906Z Compiling libc v0.2.185
13432026-08-24T22:04:50.909Z Compiling serde v1.0.228
13442026-08-24T22:04:50.909Z Compiling log v0.4.33
13452026-08-24T22:04:50.909Z Compiling smallvec v1.15.1
13462026-08-24T22:04:50.909Z Compiling shlex v1.3.0
13472026-08-24T22:04:50.909Z Compiling find-msvc-tools v0.1.9
13482026-08-24T22:04:51.043Z Compiling syn v2.0.117
13492026-08-24T22:04:51.285Z Compiling subtle v2.6.1
13502026-08-24T22:04:51.302Z Compiling scopeguard v1.2.0
13512026-08-24T22:04:51.302Z Compiling stable_deref_trait v1.2.1
13522026-08-24T22:04:51.344Z Compiling typenum v1.20.1
13532026-08-24T22:04:51.386Z Compiling lock_api v0.4.14
13542026-08-24T22:04:51.400Z Compiling zerocopy v0.8.55
13552026-08-24T22:04:51.414Z Compiling portable-atomic v1.13.1
13562026-08-24T22:04:51.455Z Compiling serde_json v1.0.151
13572026-08-24T22:04:51.623Z Compiling critical-section v1.2.0
13582026-08-24T22:04:51.668Z Compiling libm v0.2.16
13592026-08-24T22:04:51.732Z Compiling num-traits v0.2.19
13602026-08-24T22:04:51.837Z Compiling pkg-config v0.3.32
13612026-08-24T22:04:51.911Z Compiling errno v0.3.14
13622026-08-24T22:04:51.925Z Compiling jobserver v0.1.34
13632026-08-24T22:04:51.976Z Compiling getrandom v0.2.17
13642026-08-24T22:04:52.161Z Compiling cc v1.2.56
13652026-08-24T22:04:52.207Z Compiling rand_core v0.6.4
13662026-08-24T22:04:52.390Z Compiling once_cell v1.21.3
13672026-08-24T22:04:52.464Z Compiling generic-array v0.14.7
13682026-08-24T22:04:52.482Z Compiling parking_lot_core v0.9.12
13692026-08-24T22:04:52.496Z Compiling pin-project-lite v0.2.17
13702026-08-24T22:04:52.594Z Compiling const-oid v0.9.6
13712026-08-24T22:04:52.610Z Compiling getrandom v0.3.4
13722026-08-24T22:04:52.750Z Compiling signal-hook-registry v1.4.8
13732026-08-24T22:04:53.064Z Compiling litemap v0.8.1
13742026-08-24T22:04:53.202Z Compiling bitflags v2.11.0
13752026-08-24T22:04:53.291Z Compiling writeable v0.6.2
13762026-08-24T22:04:53.325Z Compiling percent-encoding v2.3.2
13772026-08-24T22:04:53.371Z Compiling futures-core v0.3.32
13782026-08-24T22:04:53.491Z Compiling semver v1.0.28
13792026-08-24T22:04:53.523Z Compiling parking_lot v0.12.5
13802026-08-24T22:04:53.537Z Compiling mio v1.2.0
13812026-08-24T22:04:53.660Z Compiling icu_properties_data v2.1.2
13822026-08-24T22:04:53.676Z Compiling icu_normalizer_data v2.1.1
13832026-08-24T22:04:53.771Z Compiling socket2 v0.6.3
13842026-08-24T22:04:53.817Z Compiling rustix v1.1.4
13852026-08-24T22:04:53.913Z Compiling getrandom v0.4.3
13862026-08-24T22:04:53.973Z Compiling synstructure v0.13.2
13872026-08-24T22:04:54.008Z Compiling rand_core v0.10.0
13882026-08-24T22:04:54.024Z Compiling futures-sink v0.3.32
13892026-08-24T22:04:54.130Z Compiling indexmap v2.14.0
13902026-08-24T22:04:54.173Z Compiling futures-channel v0.3.32
13912026-08-24T22:04:54.176Z Compiling slab v0.4.12
13922026-08-24T22:04:54.369Z Compiling futures-task v0.3.32
13932026-08-24T22:04:54.400Z Compiling utf8_iter v1.0.4
13942026-08-24T22:04:54.423Z Compiling futures-io v0.3.32
13952026-08-24T22:04:54.488Z Compiling form_urlencoded v1.2.2
13962026-08-24T22:04:54.537Z Compiling rustversion v1.0.22
13972026-08-24T22:04:54.552Z Compiling base64ct v1.8.3
13982026-08-24T22:04:54.555Z Compiling iana-time-zone v0.1.65
13992026-08-24T22:04:54.579Z Compiling cmake v0.1.57
14002026-08-24T22:04:54.657Z Compiling flagset v0.4.7
14012026-08-24T22:04:54.757Z Compiling fs_extra v1.3.0
14022026-08-24T22:04:54.771Z Compiling pem-rfc7468 v0.7.0
14032026-08-24T22:04:54.788Z Compiling ident_case v1.0.1
14042026-08-24T22:04:54.827Z Compiling dunce v1.0.5
14052026-08-24T22:04:54.909Z Compiling regex-syntax v0.8.10
14062026-08-24T22:04:54.926Z Compiling uuid v1.23.4
14072026-08-24T22:04:54.955Z Compiling rand_core v0.9.5
14082026-08-24T22:04:55.016Z Compiling aws-lc-sys v0.40.0
14092026-08-24T22:04:55.062Z Compiling base64 v0.22.1
14102026-08-24T22:04:55.223Z Compiling vcpkg v0.2.15
14112026-08-24T22:04:55.421Z Compiling syn v1.0.109
14122026-08-24T22:04:55.538Z Compiling serde_derive_internals v0.29.1
14132026-08-24T22:04:55.553Z Compiling rustc_version v0.4.1
14142026-08-24T22:04:55.669Z Compiling tracing-core v0.1.36
14152026-08-24T22:04:55.703Z Compiling serde_derive v1.0.228
14162026-08-24T22:04:55.729Z Compiling zeroize_derive v1.5.0
14172026-08-24T22:04:55.876Z Compiling zerocopy-derive v0.8.55
14182026-08-24T22:04:56.033Z Compiling zerofrom-derive v0.1.6
14192026-08-24T22:04:56.221Z Compiling yoke-derive v0.8.1
14202026-08-24T22:04:56.393Z Compiling zerovec-derive v0.11.2
14212026-08-24T22:04:56.436Z Compiling displaydoc v0.2.5
14222026-08-24T22:04:57.195Z Compiling tokio-macros v2.7.0
14232026-08-24T22:04:57.323Z Compiling futures-macro v0.3.32
14242026-08-24T22:04:57.395Z Compiling der_derive v0.7.3
14252026-08-24T22:04:57.444Z Compiling zerofrom v0.1.6
14262026-08-24T22:04:57.524Z Compiling thiserror-impl v2.0.18
14272026-08-24T22:04:57.573Z Compiling yoke v0.8.1
14282026-08-24T22:04:57.764Z Compiling zerovec v0.11.5
14292026-08-24T22:04:57.966Z Compiling zerotrie v0.2.3
14302026-08-24T22:04:58.144Z Compiling futures-util v0.3.32
14312026-08-24T22:04:58.249Z Compiling tinystr v0.8.2
14322026-08-24T22:04:58.271Z Compiling potential_utf v0.1.4
14332026-08-24T22:04:58.364Z Compiling openssl-sys v0.9.117
14342026-08-24T22:04:58.433Z Compiling icu_locale_core v2.1.1
14352026-08-24T22:04:58.451Z Compiling icu_collections v2.1.1
14362026-08-24T22:04:58.854Z Compiling thiserror v2.0.18
14372026-08-24T22:04:58.924Z Compiling tracing-attributes v0.1.31
14382026-08-24T22:04:58.939Z Compiling cpufeatures v0.2.17
14392026-08-24T22:04:58.961Z Compiling simd-adler32 v0.3.8
14402026-08-24T22:04:59.016Z Compiling dyn-clone v1.0.20
14412026-08-24T22:04:59.155Z Compiling zeroize v1.9.0
14422026-08-24T22:04:59.199Z Compiling bytes v1.11.1
14432026-08-24T22:04:59.215Z Compiling icu_provider v2.1.1
14442026-08-24T22:04:59.299Z Compiling chrono v0.4.45
14452026-08-24T22:04:59.505Z Compiling icu_normalizer v2.1.1
14462026-08-24T22:04:59.804Z Compiling tokio v1.52.1
14472026-08-24T22:04:59.946Z Compiling crypto-common v0.1.7
14482026-08-24T22:05:00.030Z Compiling block-buffer v0.10.4
14492026-08-24T22:05:00.103Z Compiling icu_properties v2.1.2
14502026-08-24T22:05:00.205Z Compiling digest v0.10.7
14512026-08-24T22:05:00.223Z Compiling der v0.7.10
14522026-08-24T22:05:00.427Z Compiling ppv-lite86 v0.2.21
14532026-08-24T22:05:00.445Z Compiling http v1.4.2
14542026-08-24T22:05:00.544Z Compiling aws-lc-rs v1.16.3
14552026-08-24T22:05:00.727Z Compiling rand_chacha v0.9.0
14562026-08-24T22:05:00.753Z Compiling schemars v0.8.22
14572026-08-24T22:05:00.831Z Compiling tracing v0.1.44
14582026-08-24T22:05:00.974Z Compiling rand v0.9.2
14592026-08-24T22:05:01.098Z Compiling idna_adapter v1.2.1
14602026-08-24T22:05:01.243Z Compiling idna v1.1.0
14612026-08-24T22:05:01.277Z Compiling spki v0.7.3
14622026-08-24T22:05:01.360Z Compiling http-body v1.0.1
14632026-08-24T22:05:01.431Z Compiling rustls-pki-types v1.14.0
14642026-08-24T22:05:01.449Z Compiling pkcs8 v0.10.2
14652026-08-24T22:05:01.572Z Compiling url v2.5.8
14662026-08-24T22:05:01.706Z Compiling schemars_derive v0.8.22
14672026-08-24T22:05:01.726Z Compiling spin v0.9.8
14682026-08-24T22:05:01.876Z Compiling tinyvec_macros v0.1.1
14692026-08-24T22:05:01.892Z Compiling cmov v0.5.4
14702026-08-24T22:05:01.928Z Compiling crc32fast v1.5.0
14712026-08-24T22:05:01.946Z Compiling adler2 v2.0.1
14722026-08-24T22:05:02.071Z Compiling httparse v1.10.1
14732026-08-24T22:05:02.092Z Compiling openssl-probe v0.2.1
14742026-08-24T22:05:02.229Z Compiling ctutils v0.4.2
14752026-08-24T22:05:02.263Z Compiling miniz_oxide v0.8.9
14762026-08-24T22:05:02.360Z Compiling tempfile v3.27.0
14772026-08-24T22:05:02.437Z Compiling tinyvec v1.10.0
14782026-08-24T22:05:02.465Z Compiling pest_generator v2.8.6
14792026-08-24T22:05:02.715Z Compiling sha2 v0.10.9
14802026-08-24T22:05:02.781Z Compiling terminal_size v0.4.3
14812026-08-24T22:05:02.848Z Compiling aho-corasick v1.1.4
14822026-08-24T22:05:02.922Z Compiling untrusted v0.7.1
14832026-08-24T22:05:03.054Z Compiling try-lock v0.2.5
14842026-08-24T22:05:03.135Z Compiling tower-service v0.3.3
14852026-08-24T22:05:03.166Z Compiling atomic-waker v1.1.2
14862026-08-24T22:05:03.221Z Compiling tower-layer v0.3.3
14872026-08-24T22:05:03.298Z Compiling radium v0.7.0
14882026-08-24T22:05:03.387Z Compiling want v0.3.1
14892026-08-24T22:05:03.547Z Compiling pest_derive v2.8.6
14902026-08-24T22:05:03.845Z Compiling tokio-util v0.7.18
14912026-08-24T22:05:03.970Z Compiling regex-automata v0.4.14
14922026-08-24T22:05:03.998Z Compiling hybrid-array v0.4.13
14932026-08-24T22:05:04.351Z Compiling ipnet v2.12.0
14942026-08-24T22:05:04.460Z Compiling scroll_derive v0.13.1
14952026-08-24T22:05:04.759Z Compiling h2 v0.4.15
14962026-08-24T22:05:04.835Z Compiling darling_core v0.20.11
14972026-08-24T22:05:04.849Z Compiling openssl v0.10.80
14982026-08-24T22:05:05.068Z Compiling untrusted v0.9.0
14992026-08-24T22:05:05.188Z Compiling maybe-uninit v2.0.0
15002026-08-24T22:05:05.223Z Compiling tap v1.0.1
15012026-08-24T22:05:05.235Z Compiling rustls v0.23.41
15022026-08-24T22:05:05.355Z Compiling httpdate v1.0.3
15032026-08-24T22:05:05.442Z Compiling foreign-types-shared v0.1.1
15042026-08-24T22:05:05.517Z Compiling foreign-types v0.3.2
15052026-08-24T22:05:05.535Z Compiling wyz v0.5.1
15062026-08-24T22:05:05.545Z Compiling scroll v0.13.0
15072026-08-24T22:05:05.609Z Compiling unicode-normalization v0.1.25
15082026-08-24T22:05:05.821Z Compiling rand_chacha v0.3.1
15092026-08-24T22:05:05.833Z Compiling signature v2.2.0
15102026-08-24T22:05:05.997Z Compiling hex v0.4.3
15112026-08-24T22:05:06.073Z Compiling openssl-macros v0.1.1
15122026-08-24T22:05:06.136Z Compiling thiserror-impl v1.0.69
15132026-08-24T22:05:06.271Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-08-24T22:05:06.450Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15152026-08-24T22:05:06.530Z Compiling num-integer v0.1.46
15162026-08-24T22:05:06.564Z Compiling wait-timeout v0.2.1
15172026-08-24T22:05:06.830Z Compiling ahash v0.8.12
15182026-08-24T22:05:06.840Z Compiling native-tls v0.2.18
15192026-08-24T22:05:06.850Z Compiling quick-error v1.2.3
15202026-08-24T22:05:06.950Z Compiling bit-vec v0.8.0
15212026-08-24T22:05:07.020Z Compiling packed_struct v0.10.1
15222026-08-24T22:05:07.033Z Compiling num-conv v0.2.0
15232026-08-24T22:05:07.099Z Compiling darling_macro v0.20.11
15242026-08-24T22:05:07.167Z Compiling time-core v0.1.8
15252026-08-24T22:05:07.178Z Compiling num-bigint-dig v0.8.6
15262026-08-24T22:05:07.256Z Compiling powerfmt v0.2.0
15272026-08-24T22:05:07.307Z Compiling funty v2.0.0
15282026-08-24T22:05:07.341Z Compiling thiserror v1.0.69
15292026-08-24T22:05:07.370Z Compiling time-macros v0.2.27
15302026-08-24T22:05:07.439Z Compiling deranged v0.5.8
15312026-08-24T22:05:07.473Z Compiling bit-set v0.8.0
15322026-08-24T22:05:07.573Z Compiling darling v0.20.11
15332026-08-24T22:05:07.634Z Compiling bitvec v1.0.1
15342026-08-24T22:05:07.722Z Compiling clap_builder v4.6.0
15352026-08-24T22:05:07.873Z Compiling hyper v1.10.1
15362026-08-24T22:05:08.039Z Compiling rusty-fork v0.3.1
15372026-08-24T22:05:08.396Z Compiling num-iter v0.1.45
15382026-08-24T22:05:08.842Z Compiling rand v0.8.6
15392026-08-24T22:05:09.043Z Compiling hyper-util v0.1.20
15402026-08-24T22:05:09.165Z Compiling goblin v0.10.5
15412026-08-24T22:05:09.468Z Compiling packed_struct_codegen v0.10.1
15422026-08-24T22:05:09.620Z Compiling lazy_static v1.5.0
15432026-08-24T22:05:09.713Z Compiling hmac v0.12.1
15442026-08-24T22:05:09.874Z Compiling toml_datetime v0.6.11
15452026-08-24T22:05:10.127Z Compiling serde_spanned v0.6.9
15462026-08-24T22:05:10.271Z Compiling bitfield-macros v0.19.4
15472026-08-24T22:05:10.551Z Compiling clap_derive v4.6.1
15482026-08-24T22:05:10.663Z Compiling zerocopy-derive v0.6.6
15492026-08-24T22:05:10.784Z Compiling rand_xorshift v0.4.0
15502026-08-24T22:05:10.957Z Compiling sync_wrapper v1.0.2
15512026-08-24T22:05:10.998Z Compiling indexmap v1.9.3
15522026-08-24T22:05:11.060Z Compiling zlib-rs v0.6.2
15532026-08-24T22:05:11.182Z Compiling object v0.37.3
15542026-08-24T22:05:11.445Z Compiling crossbeam-utils v0.8.21
15552026-08-24T22:05:11.486Z Compiling num_threads v0.1.7
15562026-08-24T22:05:11.506Z Compiling crc-catalog v2.4.0
15572026-08-24T22:05:11.588Z Compiling usdt-impl v0.6.0
15582026-08-24T22:05:11.612Z Compiling paste v1.0.15
15592026-08-24T22:05:11.726Z Compiling siphasher v1.0.2
15602026-08-24T22:05:11.783Z Compiling nodrop v0.1.14
15612026-08-24T22:05:11.856Z Compiling unarray v0.1.4
15622026-08-24T22:05:11.876Z Compiling dof v0.4.0
15632026-08-24T22:05:11.958Z Compiling proptest v1.11.0
15642026-08-24T22:05:11.972Z Compiling array-init v0.0.4
15652026-08-24T22:05:12.279Z Compiling clap v4.6.1
15662026-08-24T22:05:12.352Z Compiling crc v3.4.0
15672026-08-24T22:05:12.363Z Compiling time v0.3.47
15682026-08-24T22:05:12.546Z Compiling zerocopy v0.6.6
15692026-08-24T22:05:12.919Z Compiling tower v0.5.3
15702026-08-24T22:05:13.006Z Compiling bitfield v0.19.4
15712026-08-24T22:05:13.590Z Compiling smallvec v0.6.14
15722026-08-24T22:05:13.884Z Compiling flate2 v1.1.9
15732026-08-24T22:05:14.084Z Compiling derive_builder_core v0.20.2
15742026-08-24T22:05:14.243Z Compiling dtrace-parser v0.3.0
15752026-08-24T22:05:14.275Z Compiling ipnetwork v0.21.1
15762026-08-24T22:05:14.620Z Compiling pkcs1 v0.7.5
15772026-08-24T22:05:14.657Z Compiling http-body-util v0.1.3
15782026-08-24T22:05:14.892Z Compiling heapless v0.7.17
15792026-08-24T22:05:14.918Z Compiling scroll_derive v0.12.1
15802026-08-24T22:05:14.959Z Compiling structmeta-derive v0.3.0
15812026-08-24T22:05:15.008Z Compiling slog v2.8.2
15822026-08-24T22:05:15.038Z Compiling darling_core v0.23.0
15832026-08-24T22:05:15.126Z Compiling thread-id v5.1.0
15842026-08-24T22:05:15.195Z Compiling cookie v0.18.1
15852026-08-24T22:05:15.211Z Compiling env_filter v2.0.0
15862026-08-24T22:05:15.420Z Compiling ryu v1.0.23
15872026-08-24T22:05:15.537Z Compiling zstd-safe v7.2.4
15882026-08-24T22:05:15.606Z Compiling base64 v0.21.7
15892026-08-24T22:05:15.606Z Compiling iri-string v0.7.10
15902026-08-24T22:05:15.729Z Compiling hashbrown v0.12.3
15912026-08-24T22:05:15.927Z Compiling allocator-api2 v0.2.21
15922026-08-24T22:05:16.031Z Compiling anyhow v1.0.104
15932026-08-24T22:05:16.208Z Compiling winnow v0.5.40
15942026-08-24T22:05:16.267Z Compiling gimli v0.32.3
15952026-08-24T22:05:16.336Z Compiling unicode-bidi v0.3.18
15962026-08-24T22:05:16.867Z Compiling unicode-properties v0.1.4
15972026-08-24T22:05:17.078Z Compiling signal-hook v0.3.18
15982026-08-24T22:05:17.141Z Compiling stringprep v0.1.5
15992026-08-24T22:05:17.266Z Compiling tower-http v0.6.8
16002026-08-24T22:05:17.573Z Compiling toml_edit v0.19.15
16012026-08-24T22:05:17.592Z Compiling darling_macro v0.23.0
16022026-08-24T22:05:17.842Z Compiling structmeta v0.3.0
16032026-08-24T22:05:18.035Z Compiling addr2line v0.25.1
16042026-08-24T22:05:18.072Z Compiling ron v0.8.1
16052026-08-24T22:05:18.097Z Compiling scroll v0.12.0
16062026-08-24T22:05:18.177Z Compiling serde_urlencoded v0.7.1
16072026-08-24T22:05:18.363Z Compiling env_logger v0.11.11
16082026-08-24T22:05:18.613Z Compiling derive_builder_macro v0.20.2
16092026-08-24T22:05:18.716Z Compiling rsa v0.9.10
16102026-08-24T22:05:18.840Z Compiling oxnet v0.1.6
16112026-08-24T22:05:18.971Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16122026-08-24T22:05:18.993Z Compiling newtype-uuid v1.3.2
16132026-08-24T22:05:19.087Z Compiling hashbrown v0.13.2
16142026-08-24T22:05:19.264Z Compiling bzip2 v0.4.4
16152026-08-24T22:05:19.324Z Compiling serde-hex v0.1.0
16162026-08-24T22:05:19.469Z Compiling tokio-native-tls v0.3.1
16172026-08-24T22:05:19.576Z Compiling camino v1.2.5
16182026-08-24T22:05:19.975Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16192026-08-24T22:05:20.674Z Compiling bstr v1.12.1
16202026-08-24T22:05:20.711Z Compiling crypto-common v0.2.2
16212026-08-24T22:05:21.084Z Compiling block-padding v0.4.2
16222026-08-24T22:05:21.267Z Compiling block-buffer v0.12.1
16232026-08-24T22:05:21.365Z Compiling rustls-native-certs v0.8.3
16242026-08-24T22:05:21.531Z Compiling x509-cert v0.2.5
16252026-08-24T22:05:21.627Z Compiling md-5 v0.10.6
16262026-08-24T22:05:21.759Z Compiling erased-serde v0.3.31
16272026-08-24T22:05:21.803Z Compiling serde_tokenstream v0.2.3
16282026-08-24T22:05:22.119Z Compiling curve25519-dalek v4.1.3
16292026-08-24T22:05:22.253Z Compiling zerocopy-derive v0.7.35
16302026-08-24T22:05:22.441Z Compiling pin-project-internal v1.1.11
16312026-08-24T22:05:22.444Z Compiling daft-derive v0.1.7
16322026-08-24T22:05:22.484Z Compiling async-trait v0.1.89
16332026-08-24T22:05:22.862Z Compiling vergen-lib v9.1.0
16342026-08-24T22:05:23.039Z Compiling hash32 v0.2.1
16352026-08-24T22:05:23.080Z Compiling memoffset v0.9.1
16362026-08-24T22:05:23.116Z Compiling encoding_rs v0.8.35
16372026-08-24T22:05:23.167Z Compiling ref-cast v1.0.25
16382026-08-24T22:05:23.224Z Compiling rustix v0.38.44
16392026-08-24T22:05:23.262Z Compiling crc-any v2.5.0
16402026-08-24T22:05:23.459Z Compiling rustc-demangle v0.1.27
16412026-08-24T22:05:23.482Z Compiling fallible-iterator v0.2.0
16422026-08-24T22:05:23.495Z Compiling cfg_aliases v0.2.1
16432026-08-24T22:05:23.519Z Compiling owo-colors v4.3.0
16442026-08-24T22:05:23.532Z Compiling smoltcp v0.9.1
16452026-08-24T22:05:23.555Z Compiling psl-types v2.0.11
16462026-08-24T22:05:23.567Z Compiling litrs v1.0.0
16472026-08-24T22:05:23.671Z Compiling mime v0.3.17
16482026-08-24T22:05:23.782Z Compiling postgres-protocol v0.6.10
16492026-08-24T22:05:23.834Z Compiling backtrace v0.3.76
16502026-08-24T22:05:23.861Z Compiling publicsuffix v2.3.0
16512026-08-24T22:05:23.879Z Compiling nix v0.31.2
16522026-08-24T22:05:23.998Z Compiling pin-project v1.1.11
16532026-08-24T22:05:24.086Z Compiling document-features v0.2.12
16542026-08-24T22:05:24.115Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16552026-08-24T22:05:24.235Z Compiling daft v0.1.7
16562026-08-24T22:05:24.318Z Compiling zerocopy v0.7.35
16572026-08-24T22:05:24.595Z Compiling inout v0.2.2
16582026-08-24T22:05:24.621Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16592026-08-24T22:05:24.657Z Compiling hyper-tls v0.6.0
16602026-08-24T22:05:24.771Z Compiling object v0.30.4
16612026-08-24T22:05:24.847Z Compiling zip v0.6.6
16622026-08-24T22:05:24.871Z Compiling derive_builder v0.20.2
16632026-08-24T22:05:24.891Z Compiling toml v0.7.8
16642026-08-24T22:05:24.987Z Compiling goblin v0.8.2
16652026-08-24T22:05:25.144Z Compiling darling v0.23.0
16662026-08-24T22:05:25.225Z Compiling derive-ex v0.1.8
16672026-08-24T22:05:25.517Z Compiling phf_shared v0.13.1
16682026-08-24T22:05:25.755Z Compiling regex v1.12.3
16692026-08-24T22:05:25.767Z Compiling hubpack_derive v0.1.1
16702026-08-24T22:05:25.794Z Compiling futures-executor v0.3.32
16712026-08-24T22:05:26.053Z Compiling strum_macros v0.27.2
16722026-08-24T22:05:26.177Z Compiling snafu-derive v0.8.9
16732026-08-24T22:05:26.212Z Compiling curve25519-dalek-derive v0.1.1
16742026-08-24T22:05:26.855Z Compiling ref-cast-impl v1.0.25
16752026-08-24T22:05:26.882Z Compiling vergen v9.1.0
16762026-08-24T22:05:27.062Z Compiling cargo-platform v0.3.2
16772026-08-24T22:05:27.332Z Compiling ff v0.13.1
16782026-08-24T22:05:27.391Z Compiling fs-err v3.3.0
16792026-08-24T22:05:27.478Z Compiling base16ct v0.2.0
16802026-08-24T22:05:27.578Z Compiling same-file v1.0.6
16812026-08-24T22:05:27.629Z Compiling either v1.15.0
16822026-08-24T22:05:27.651Z Compiling foldhash v0.2.0
16832026-08-24T22:05:27.750Z Compiling jiff-core v0.1.0
16842026-08-24T22:05:27.876Z Compiling path-slash v0.1.5
16852026-08-24T22:05:27.902Z Compiling bumpalo v3.20.2
16862026-08-24T22:05:27.975Z Compiling bitflags v1.3.2
16872026-08-24T22:05:27.984Z Compiling managed v0.8.0
16882026-08-24T22:05:28.047Z Compiling is_ci v1.2.0
16892026-08-24T22:05:28.071Z Compiling unicode-segmentation v1.12.0
16902026-08-24T22:05:28.129Z Compiling libbz2-rs-sys v0.2.2
16912026-08-24T22:05:28.173Z Compiling foldhash v0.1.5
16922026-08-24T22:05:28.199Z Compiling textwrap v0.16.2
16932026-08-24T22:05:28.346Z Compiling hashbrown v0.15.5
16942026-08-24T22:05:28.450Z Compiling supports-color v3.0.2
16952026-08-24T22:05:28.464Z Compiling jiff v0.2.34
16962026-08-24T22:05:28.636Z Compiling bzip2 v0.6.1
16972026-08-24T22:05:28.789Z Compiling snafu v0.8.9
16982026-08-24T22:05:28.810Z Compiling zopfli v0.8.3
16992026-08-24T22:05:28.824Z Compiling strum v0.27.2
17002026-08-24T22:05:28.900Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17012026-08-24T22:05:28.950Z Compiling hashbrown v0.16.1
17022026-08-24T22:05:29.133Z Compiling walkdir v2.5.0
17032026-08-24T22:05:29.424Z Compiling sec1 v0.7.3
17042026-08-24T22:05:29.449Z Compiling group v0.13.0
17052026-08-24T22:05:29.550Z Compiling cargo_metadata v0.23.1
17062026-08-24T22:05:29.618Z Compiling dof v0.3.0
17072026-08-24T22:05:29.666Z Compiling test-strategy v0.4.5
17082026-08-24T22:05:30.293Z Compiling hubpack v0.1.2
17092026-08-24T22:05:30.329Z Compiling futures v0.3.32
17102026-08-24T22:05:30.446Z Compiling phf v0.13.1
17112026-08-24T22:05:30.553Z Compiling signal-hook-mio v0.2.5
17122026-08-24T22:05:30.682Z Compiling serde_with_macros v3.21.0
17132026-08-24T22:05:30.942Z Compiling cookie_store v0.22.1
17142026-08-24T22:05:30.979Z Compiling zstd v0.13.3
17152026-08-24T22:05:31.139Z Compiling reqwest v0.12.28
17162026-08-24T22:05:31.239Z Compiling cipher v0.5.2
17172026-08-24T22:05:31.563Z Compiling backtrace-ext v0.2.1
17182026-08-24T22:05:31.708Z Compiling postgres-types v0.2.12
17192026-08-24T22:05:32.007Z Compiling usdt-attr-macro v0.6.0
17202026-08-24T22:05:32.257Z Compiling usdt-macro v0.6.0
17212026-08-24T22:05:32.505Z Compiling globset v0.4.18
17222026-08-24T22:05:32.720Z Compiling phf_shared v0.11.3
17232026-08-24T22:05:32.812Z Compiling hkdf v0.12.4
17242026-08-24T22:05:32.825Z Compiling dtrace-parser v0.2.0
17252026-08-24T22:05:32.904Z Compiling byte-wrapper v0.1.0
17262026-08-24T22:05:32.984Z Compiling olpc-cjson v0.1.4
17272026-08-24T22:05:33.014Z Compiling ed25519 v2.2.3
17282026-08-24T22:05:33.144Z Compiling crypto-bigint v0.5.5
17292026-08-24T22:05:33.165Z Compiling serde-big-array v0.5.1
17302026-08-24T22:05:33.182Z Compiling serde_plain v1.0.2
17312026-08-24T22:05:33.236Z Compiling enum-as-inner v0.6.1
17322026-08-24T22:05:33.301Z Compiling async-recursion v1.1.1
17332026-08-24T22:05:33.365Z Compiling strum_macros v0.26.4
17342026-08-24T22:05:33.555Z Compiling serde_repr v0.1.20
17352026-08-24T22:05:33.745Z Compiling miette-derive v7.6.0
17362026-08-24T22:05:33.919Z Compiling pem v3.0.6
17372026-08-24T22:05:33.950Z Compiling float-cmp v0.10.0
17382026-08-24T22:05:34.094Z Compiling memmap2 v0.9.10
17392026-08-24T22:05:34.114Z Compiling thread-id v4.2.2
17402026-08-24T22:05:34.192Z Compiling cpufeatures v0.3.0
17412026-08-24T22:05:34.232Z Compiling normalize-line-endings v0.3.0
17422026-08-24T22:05:34.273Z Compiling new_debug_unreachable v1.0.6
17432026-08-24T22:05:34.308Z Compiling keccak v0.1.6
17442026-08-24T22:05:34.331Z Compiling typed-path v0.9.3
17452026-08-24T22:05:34.344Z Compiling const-oid v0.10.2
17462026-08-24T22:05:34.552Z Compiling supports-unicode v3.0.0
17472026-08-24T22:05:34.706Z Compiling fixedbitset v0.5.7
17482026-08-24T22:05:34.890Z Compiling fixedbitset v0.4.2
17492026-08-24T22:05:34.893Z Compiling predicates-core v1.0.10
17502026-08-24T22:05:35.021Z Compiling supports-hyperlinks v3.2.0
17512026-08-24T22:05:35.035Z Compiling static_assertions v1.1.0
17522026-08-24T22:05:35.070Z Compiling winnow v1.0.3
17532026-08-24T22:05:35.084Z Compiling data-encoding v2.10.0
17542026-08-24T22:05:35.103Z Compiling whoami v2.1.0
17552026-08-24T22:05:35.106Z Compiling difflib v0.4.0
17562026-08-24T22:05:35.167Z Compiling precomputed-hash v0.1.1
17572026-08-24T22:05:35.236Z Compiling miette v7.6.0
17582026-08-24T22:05:35.255Z Compiling string_cache v0.8.9
17592026-08-24T22:05:35.528Z Compiling hickory-proto v0.25.2
17602026-08-24T22:05:35.528Z Compiling predicates v3.1.4
17612026-08-24T22:05:35.565Z Compiling tokio-postgres v0.7.16
17622026-08-24T22:05:35.700Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-08-24T22:05:35.834Z Compiling strum v0.26.3
17642026-08-24T22:05:35.965Z Compiling petgraph v0.6.5
17652026-08-24T22:05:36.174Z Compiling toml_parser v1.1.2+spec-1.1.0
17662026-08-24T22:05:36.195Z Compiling petgraph v0.8.3
17672026-08-24T22:05:36.445Z Compiling toml_edit v0.22.27
17682026-08-24T22:05:36.791Z Compiling digest v0.11.3
17692026-08-24T22:05:37.022Z Compiling sha3 v0.10.8
17702026-08-24T22:05:37.442Z Compiling chacha20 v0.10.0
17712026-08-24T22:05:37.470Z Compiling usdt v0.6.0
17722026-08-24T22:05:37.732Z Compiling usdt-impl v0.5.0
17732026-08-24T22:05:37.803Z Compiling elliptic-curve v0.13.8
17742026-08-24T22:05:37.821Z Compiling ed25519-dalek v2.2.0
17752026-08-24T22:05:38.109Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17762026-08-24T22:05:38.208Z Compiling crossterm v0.28.1
17772026-08-24T22:05:38.315Z Compiling serde_with v3.21.0
17782026-08-24T22:05:38.485Z Compiling zip v4.6.1
17792026-08-24T22:05:39.416Z Compiling iddqd v0.4.2
17802026-08-24T22:05:39.521Z Compiling heck v0.4.1
17812026-08-24T22:05:39.590Z Compiling similar v2.7.0
17822026-08-24T22:05:39.740Z Compiling itertools v0.15.0
17832026-08-24T22:05:39.867Z Compiling itertools v0.13.0
17842026-08-24T22:05:40.010Z Compiling crossbeam-epoch v0.9.18
17852026-08-24T22:05:40.079Z Compiling tokio-stream v0.1.18
17862026-08-24T22:05:40.141Z Compiling buf-list v1.1.2
17872026-08-24T22:05:40.342Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17882026-08-24T22:05:40.443Z Compiling openapiv3 v2.2.0
17892026-08-24T22:05:40.472Z Compiling lalrpop-util v0.19.12
17902026-08-24T22:05:40.533Z Compiling peg-runtime v0.8.5
17912026-08-24T22:05:40.648Z Compiling thread_local v1.1.9
17922026-08-24T22:05:40.662Z Compiling slog-async v2.8.0
17932026-08-24T22:05:40.713Z Compiling crossbeam-channel v0.5.15
17942026-08-24T22:05:40.831Z Compiling is-terminal v0.4.17
17952026-08-24T22:05:40.920Z Compiling filetime v0.2.27
17962026-08-24T22:05:40.969Z Compiling term v1.2.1
17972026-08-24T22:05:41.000Z Compiling xattr v1.6.1
17982026-08-24T22:05:41.071Z Compiling take_mut v0.2.2
17992026-08-24T22:05:41.103Z Compiling camino-tempfile v1.4.1
18002026-08-24T22:05:41.121Z Compiling tar v0.4.46
18012026-08-24T22:05:41.306Z Compiling slog-term v2.9.2
18022026-08-24T22:05:47.438Z Compiling rustls-webpki v0.103.13
18032026-08-24T22:05:50.130Z Compiling tokio-rustls v0.26.4
18042026-08-24T22:05:50.130Z Compiling rustls-platform-verifier v0.6.2
18052026-08-24T22:05:50.130Z Compiling tough v0.22.0
18062026-08-24T22:05:50.346Z Compiling hyper-rustls v0.27.7
18072026-08-24T22:05:50.549Z Compiling reqwest v0.13.2
18082026-08-24T22:05:52.785Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092026-08-24T22:05:52.991Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18102026-08-24T22:05:55.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
18112026-08-24T22:05:56.120Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18122026-08-24T22:05:56.221ZAug 24 22:05:54.645 INFO Starting download, target: Cockroach
18132026-08-24T22:05:56.221ZAug 24 22:05:54.645 INFO Starting download, target: DendriteStub
18142026-08-24T22:05:56.221ZAug 24 22:05:54.645 INFO Starting download, target: Console
18152026-08-24T22:05:56.221ZAug 24 22:05:54.645 INFO Starting download, target: Clickhouse
18162026-08-24T22:05:56.221ZAug 24 22:05:54.645 INFO Starting download, target: MaghemiteMgd
18172026-08-24T22:05:56.222ZAug 24 22:05:54.645 INFO Starting download, target: MaghemiteDdmd
18182026-08-24T22:05:56.222ZAug 24 22:05:54.645 INFO Starting download, target: TransceiverControl
18192026-08-24T22:05:56.222ZAug 24 22:05:54.645 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18202026-08-24T22:05:56.222ZAug 24 22:05:54.645 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18212026-08-24T22:05:56.222ZAug 24 22:05:54.645 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18222026-08-24T22:05:56.222ZAug 24 22:05:54.645 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18232026-08-24T22:05:56.222ZAug 24 22:05:54.645 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18242026-08-24T22:05:56.222ZAug 24 22:05:54.646 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18252026-08-24T22:05:56.222ZAug 24 22:05:54.646 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18262026-08-24T22:05:57.173ZAug 24 22:05:55.682 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18272026-08-24T22:05:57.462ZAug 24 22:05:55.906 INFO Download complete, target: TransceiverControl
18282026-08-24T22:05:57.907ZAug 24 22:05:56.435 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18292026-08-24T22:05:58.155ZAug 24 22:05:56.679 INFO Download complete, target: Console
18302026-08-24T22:05:58.194ZAug 24 22:05:56.714 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18312026-08-24T22:06:00.077ZAug 24 22:05:58.600 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18322026-08-24T22:06:00.123ZAug 24 22:05:58.648 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18332026-08-24T22:06:00.688ZAug 24 22:05:59.216 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18342026-08-24T22:06:01.076ZAug 24 22:05:59.605 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18352026-08-24T22:06:01.076ZAug 24 22:05:59.605 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18362026-08-24T22:06:02.176ZAug 24 22:06:00.707 INFO Download complete, target: MaghemiteDdmd
18372026-08-24T22:06:02.547ZAug 24 22:06:01.077 INFO Download complete, target: DendriteStub
18382026-08-24T22:06:03.227ZAug 24 22:06:01.757 INFO Download complete, target: MaghemiteMgd
18392026-08-24T22:06:05.056ZAug 24 22:06:03.586 INFO Checking that binary works, target: Clickhouse
18402026-08-24T22:06:05.187ZAug 24 22:06:03.717 INFO Download complete, target: Clickhouse
18412026-08-24T22:06:05.847ZAug 24 22:06:04.377 INFO Checking that binary works, target: Cockroach
18422026-08-24T22:06:05.955ZAug 24 22:06:04.485 INFO Download complete, target: Cockroach
18432026-08-24T22:06:05.970ZAll builder prerequisites installed successfully, and PATH looks valid
18442026-08-24T22:06:05.973Z
18452026-08-24T22:06:05.973Zreal 2:40.605238206
18462026-08-24T22:06:05.973Zuser 7:18.048116537
18472026-08-24T22:06:05.973Zsys 1:26.616947366
18482026-08-24T22:06:05.973Ztrap 0.256810960
18492026-08-24T22:06:05.973Ztflt 0.488870078
18502026-08-24T22:06:05.973Zdflt 1.014626152
18512026-08-24T22:06:05.973Zkflt 0.021081113
18522026-08-24T22:06:05.973Zlock 27:31.366547644
18532026-08-24T22:06:05.973Zslp 22:59.276241377
18542026-08-24T22:06:05.974Zlat 47.614756776
18552026-08-24T22:06:05.974Zstop 2:40.438039301
18562026-08-24T22:06:05.974Z+ banner hack-check
18572026-08-24T22:06:05.974Z
18582026-08-24T22:06:05.974Z # # ## #### # # #### # # ###### #### # #
18592026-08-24T22:06:05.974Z # # # # # # # # # # # # # # # # #
18602026-08-24T22:06:05.974Z ###### # # # #### ##### # ###### ##### # ####
18612026-08-24T22:06:05.974Z # # ###### # # # # # # # # # #
18622026-08-24T22:06:05.974Z # # # # # # # # # # # # # # # # #
18632026-08-24T22:06:05.974Z # # # # #### # # #### # # ###### #### # #
18642026-08-24T22:06:05.974Z
18652026-08-24T22:06:05.974Z+ export CARGO_INCREMENTAL=0
18662026-08-24T22:06:05.974Z+ CARGO_INCREMENTAL=0
18672026-08-24T22:06:05.974Z+ ptime -m timeout 2h cargo xtask check-features --ci
18682026-08-24T22:06:06.456Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18692026-08-24T22:06:06.734Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18702026-08-24T22:06:08.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18712026-08-24T22:06:08.582Z Running `target/debug/xtask check-features --ci`
18722026-08-24T22:06:08.608Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18732026-08-24T22:06:08.612Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18742026-08-24T22:06:09.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18752026-08-24T22:06:09.057Z Running `target/debug/xtask download cargo-hack`
18762026-08-24T22:06:09.831Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18772026-08-24T22:06:10.138Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18782026-08-24T22:06:12.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
18792026-08-24T22:06:12.870Z Running `target/debug/xtask-downloader cargo-hack`
18802026-08-24T22:06:12.909ZAug 24 22:06:11.440 INFO Starting download, target: CargoHack
18812026-08-24T22:06:12.914ZAug 24 22:06:11.440 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18822026-08-24T22:06:13.261ZAug 24 22:06:11.791 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18832026-08-24T22:06:13.310ZAug 24 22:06:11.841 INFO Download complete, target: CargoHack
18842026-08-24T22:06:13.313Zrunning: "/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"
18852026-08-24T22:06:13.326Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18862026-08-24T22:06:13.487Zinfo: running `cargo check --bins` on api_identity (1/337)
18872026-08-24T22:06:13.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-08-24T22:06:13.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-08-24T22:06:13.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-08-24T22:06:13.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18912026-08-24T22:06:14.029Z
18922026-08-24T22:06:14.029Zinfo: running `cargo check --bins` on bootstore (2/337)
18932026-08-24T22:06:14.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-08-24T22:06:14.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-08-24T22:06:14.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-08-24T22:06:14.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18972026-08-24T22:06:14.578Z
18982026-08-24T22:06:14.578Zinfo: running `cargo check --bins` on omicron-ledger (3/337)
18992026-08-24T22:06:15.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-08-24T22:06:15.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-08-24T22:06:15.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-08-24T22:06:15.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19032026-08-24T22:06:15.122Z
19042026-08-24T22:06:15.122Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337)
19052026-08-24T22:06:15.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-08-24T22:06:15.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-08-24T22:06:15.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-08-24T22:06:15.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19092026-08-24T22:06:15.666Z
19102026-08-24T22:06:15.666Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337)
19112026-08-24T22:06:16.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-08-24T22:06:16.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-08-24T22:06:16.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-08-24T22:06:16.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19152026-08-24T22:06:16.209Z
19162026-08-24T22:06:16.209Zinfo: running `cargo check --bins` on omicron-certificates (6/337)
19172026-08-24T22:06:16.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-08-24T22:06:16.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-08-24T22:06:16.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-08-24T22:06:16.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19212026-08-24T22:06:16.781Z
19222026-08-24T22:06:16.781Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/337)
19232026-08-24T22:06:17.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-08-24T22:06:17.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-08-24T22:06:17.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-08-24T22:06:17.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19272026-08-24T22:06:17.349Z
19282026-08-24T22:06:17.349Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337)
19292026-08-24T22:06:17.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-08-24T22:06:17.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-08-24T22:06:17.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-08-24T22:06:17.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19332026-08-24T22:06:17.905Z
19342026-08-24T22:06:17.906Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337)
19352026-08-24T22:06:18.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-08-24T22:06:18.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-08-24T22:06:18.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-08-24T22:06:18.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19392026-08-24T22:06:18.315Z
19402026-08-24T22:06:18.315Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337)
19412026-08-24T22:06:18.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-08-24T22:06:18.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-08-24T22:06:18.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-08-24T22:06:18.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19452026-08-24T22:06:18.725Z
19462026-08-24T22:06:18.725Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337)
19472026-08-24T22:06:19.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-08-24T22:06:19.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-08-24T22:06:19.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-08-24T22:06:19.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19512026-08-24T22:06:19.134Z
19522026-08-24T22:06:19.134Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337)
19532026-08-24T22:06:19.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-08-24T22:06:19.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-08-24T22:06:19.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-08-24T22:06:19.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19572026-08-24T22:06:19.542Z
19582026-08-24T22:06:19.542Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337)
19592026-08-24T22:06:19.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-08-24T22:06:19.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-08-24T22:06:19.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-08-24T22:06:19.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19632026-08-24T22:06:19.952Z
19642026-08-24T22:06:19.952Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337)
19652026-08-24T22:06:20.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-08-24T22:06:20.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-08-24T22:06:20.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-08-24T22:06:20.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19692026-08-24T22:06:20.367Z
19702026-08-24T22:06:20.367Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337)
19712026-08-24T22:06:20.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-08-24T22:06:20.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-08-24T22:06:20.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-08-24T22:06:20.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19752026-08-24T22:06:20.780Z
19762026-08-24T22:06:20.780Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337)
19772026-08-24T22:06:21.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-08-24T22:06:21.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-08-24T22:06:21.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-08-24T22:06:21.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19812026-08-24T22:06:21.193Z
19822026-08-24T22:06:21.193Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337)
19832026-08-24T22:06:21.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-08-24T22:06:21.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-08-24T22:06:21.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-08-24T22:06:21.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19872026-08-24T22:06:21.602Z
19882026-08-24T22:06:21.602Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337)
19892026-08-24T22:06:21.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-08-24T22:06:21.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-08-24T22:06:21.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-08-24T22:06:21.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19932026-08-24T22:06:22.013Z
19942026-08-24T22:06:22.013Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337)
19952026-08-24T22:06:22.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-08-24T22:06:22.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-08-24T22:06:22.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-08-24T22:06:22.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19992026-08-24T22:06:22.424Z
20002026-08-24T22:06:22.424Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337)
20012026-08-24T22:06:22.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-08-24T22:06:22.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-08-24T22:06:22.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-08-24T22:06:22.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20052026-08-24T22:06:22.841Z
20062026-08-24T22:06:22.842Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337)
20072026-08-24T22:06:23.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-08-24T22:06:23.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-08-24T22:06:23.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-08-24T22:06:23.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20112026-08-24T22:06:23.262Z
20122026-08-24T22:06:23.262Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337)
20132026-08-24T22:06:23.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-08-24T22:06:23.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-08-24T22:06:23.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-08-24T22:06:23.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20172026-08-24T22:06:23.677Z
20182026-08-24T22:06:23.677Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337)
20192026-08-24T22:06:24.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-08-24T22:06:24.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-08-24T22:06:24.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-08-24T22:06:24.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20232026-08-24T22:06:24.091Z
20242026-08-24T22:06:24.091Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337)
20252026-08-24T22:06:24.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-08-24T22:06:24.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-08-24T22:06:24.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-08-24T22:06:24.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20292026-08-24T22:06:24.507Z
20302026-08-24T22:06:24.507Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337)
20312026-08-24T22:06:24.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-08-24T22:06:24.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-08-24T22:06:24.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-08-24T22:06:24.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20352026-08-24T22:06:24.922Z
20362026-08-24T22:06:24.922Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337)
20372026-08-24T22:06:25.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-08-24T22:06:25.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-08-24T22:06:25.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-08-24T22:06:25.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20412026-08-24T22:06:25.334Z
20422026-08-24T22:06:25.334Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337)
20432026-08-24T22:06:25.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-08-24T22:06:25.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-08-24T22:06:25.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-08-24T22:06:25.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20472026-08-24T22:06:25.751Z
20482026-08-24T22:06:25.751Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337)
20492026-08-24T22:06:26.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-08-24T22:06:26.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-08-24T22:06:26.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-08-24T22:06:26.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20532026-08-24T22:06:26.165Z
20542026-08-24T22:06:26.165Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337)
20552026-08-24T22:06:26.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-08-24T22:06:26.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-08-24T22:06:26.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-08-24T22:06:26.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20592026-08-24T22:06:26.579Z
20602026-08-24T22:06:26.579Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337)
20612026-08-24T22:06:26.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-08-24T22:06:26.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-08-24T22:06:26.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-08-24T22:06:26.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20652026-08-24T22:06:26.992Z
20662026-08-24T22:06:26.992Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337)
20672026-08-24T22:06:27.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-08-24T22:06:27.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-08-24T22:06:27.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-08-24T22:06:27.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20712026-08-24T22:06:27.405Z
20722026-08-24T22:06:27.405Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337)
20732026-08-24T22:06:27.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-08-24T22:06:27.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-08-24T22:06:27.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-08-24T22:06:27.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20772026-08-24T22:06:27.815Z
20782026-08-24T22:06:27.815Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337)
20792026-08-24T22:06:28.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-08-24T22:06:28.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-08-24T22:06:28.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-08-24T22:06:28.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20832026-08-24T22:06:28.226Z
20842026-08-24T22:06:28.226Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337)
20852026-08-24T22:06:28.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-08-24T22:06:28.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-08-24T22:06:28.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-08-24T22:06:28.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20892026-08-24T22:06:28.639Z
20902026-08-24T22:06:28.639Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337)
20912026-08-24T22:06:28.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-08-24T22:06:29.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-08-24T22:06:29.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-08-24T22:06:29.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20952026-08-24T22:06:29.051Z
20962026-08-24T22:06:29.051Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337)
20972026-08-24T22:06:29.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-08-24T22:06:29.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-08-24T22:06:29.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-08-24T22:06:29.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21012026-08-24T22:06:29.464Z
21022026-08-24T22:06:29.464Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337)
21032026-08-24T22:06:29.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-08-24T22:06:29.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-08-24T22:06:29.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-08-24T22:06:29.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21072026-08-24T22:06:29.878Z
21082026-08-24T22:06:29.878Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337)
21092026-08-24T22:06:30.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-08-24T22:06:30.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-08-24T22:06:30.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-08-24T22:06:30.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21132026-08-24T22:06:30.288Z
21142026-08-24T22:06:30.288Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337)
21152026-08-24T22:06:30.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-08-24T22:06:30.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-08-24T22:06:30.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-08-24T22:06:30.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21192026-08-24T22:06:30.700Z
21202026-08-24T22:06:30.700Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337)
21212026-08-24T22:06:31.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-08-24T22:06:31.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-08-24T22:06:31.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-08-24T22:06:31.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21252026-08-24T22:06:31.113Z
21262026-08-24T22:06:31.113Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337)
21272026-08-24T22:06:31.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-08-24T22:06:31.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-08-24T22:06:31.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-08-24T22:06:31.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21312026-08-24T22:06:31.530Z
21322026-08-24T22:06:31.530Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337)
21332026-08-24T22:06:31.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-08-24T22:06:31.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-08-24T22:06:31.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-08-24T22:06:31.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21372026-08-24T22:06:31.947Z
21382026-08-24T22:06:31.947Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337)
21392026-08-24T22:06:32.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-08-24T22:06:32.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-08-24T22:06:32.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-08-24T22:06:32.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21432026-08-24T22:06:32.363Z
21442026-08-24T22:06:32.363Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337)
21452026-08-24T22:06:32.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-08-24T22:06:32.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-08-24T22:06:32.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-08-24T22:06:32.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21492026-08-24T22:06:32.781Z
21502026-08-24T22:06:32.781Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337)
21512026-08-24T22:06:33.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-08-24T22:06:33.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-08-24T22:06:33.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-08-24T22:06:33.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21552026-08-24T22:06:33.197Z
21562026-08-24T22:06:33.197Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337)
21572026-08-24T22:06:33.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-08-24T22:06:33.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-08-24T22:06:33.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-08-24T22:06:33.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21612026-08-24T22:06:33.616Z
21622026-08-24T22:06:33.616Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337)
21632026-08-24T22:06:33.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-08-24T22:06:33.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-08-24T22:06:33.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-08-24T22:06:33.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21672026-08-24T22:06:34.033Z
21682026-08-24T22:06:34.033Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337)
21692026-08-24T22:06:34.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-08-24T22:06:34.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-08-24T22:06:34.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-08-24T22:06:34.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21732026-08-24T22:06:34.447Z
21742026-08-24T22:06:34.447Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337)
21752026-08-24T22:06:34.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-08-24T22:06:34.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-08-24T22:06:34.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-08-24T22:06:34.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21792026-08-24T22:06:35.049Z
21802026-08-24T22:06:35.049Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337)
21812026-08-24T22:06:35.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-08-24T22:06:35.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-08-24T22:06:35.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-08-24T22:06:35.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21852026-08-24T22:06:35.649Z
21862026-08-24T22:06:35.649Zinfo: running `cargo check --bins` on nexus-config (51/337)
21872026-08-24T22:06:36.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-08-24T22:06:36.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-08-24T22:06:36.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-08-24T22:06:36.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21912026-08-24T22:06:36.249Z
21922026-08-24T22:06:36.249Zinfo: running `cargo check --bins` on nexus-types (52/337)
21932026-08-24T22:06:36.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-08-24T22:06:36.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-08-24T22:06:36.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-08-24T22:06:36.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21972026-08-24T22:06:36.852Z
21982026-08-24T22:06:36.853Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337)
21992026-08-24T22:06:37.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-08-24T22:06:37.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-08-24T22:06:37.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-08-24T22:06:37.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22032026-08-24T22:06:37.422Z
22042026-08-24T22:06:37.422Zinfo: running `cargo check --bins` on omicron-passwords (54/337)
22052026-08-24T22:06:37.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-08-24T22:06:37.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-08-24T22:06:37.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-08-24T22:06:37.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22092026-08-24T22:06:37.969Z
22102026-08-24T22:06:37.969Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/337)
22112026-08-24T22:06:38.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-08-24T22:06:38.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-08-24T22:06:38.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-08-24T22:06:38.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22152026-08-24T22:06:38.536Z
22162026-08-24T22:06:38.537Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337)
22172026-08-24T22:06:39.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-08-24T22:06:39.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-08-24T22:06:39.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-08-24T22:06:39.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22212026-08-24T22:06:39.107Z
22222026-08-24T22:06:39.107Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337)
22232026-08-24T22:06:39.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-08-24T22:06:39.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-08-24T22:06:39.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-08-24T22:06:39.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22272026-08-24T22:06:39.676Z
22282026-08-24T22:06:39.676Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337)
22292026-08-24T22:06:40.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-08-24T22:06:40.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-08-24T22:06:40.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-08-24T22:06:40.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22332026-08-24T22:06:40.241Z
22342026-08-24T22:06:40.241Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337)
22352026-08-24T22:06:40.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-08-24T22:06:40.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-08-24T22:06:40.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-08-24T22:06:40.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22392026-08-24T22:06:40.793Z
22402026-08-24T22:06:40.793Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337)
22412026-08-24T22:06:41.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-08-24T22:06:41.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-08-24T22:06:41.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-08-24T22:06:41.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22452026-08-24T22:06:41.344Z
22462026-08-24T22:06:41.344Zinfo: running `cargo check --bins --no-default-features` on gfss (61/337)
22472026-08-24T22:06:41.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-08-24T22:06:41.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-08-24T22:06:41.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-08-24T22:06:41.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22512026-08-24T22:06:41.895Z
22522026-08-24T22:06:41.896Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337)
22532026-08-24T22:06:42.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-08-24T22:06:42.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-08-24T22:06:42.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-08-24T22:06:42.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22572026-08-24T22:06:42.445Z
22582026-08-24T22:06:42.445Zinfo: running `cargo check --bins` on trust-quorum-types (63/337)
22592026-08-24T22:06:42.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-08-24T22:06:42.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-08-24T22:06:42.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-08-24T22:06:42.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22632026-08-24T22:06:42.991Z
22642026-08-24T22:06:42.991Zinfo: running `cargo check --bins` on wicketd-commission-types (64/337)
22652026-08-24T22:06:43.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-08-24T22:06:43.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-08-24T22:06:43.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-08-24T22:06:43.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22692026-08-24T22:06:43.557Z
22702026-08-24T22:06:43.557Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/337)
22712026-08-24T22:06:44.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-08-24T22:06:44.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-08-24T22:06:44.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742026-08-24T22:06:44.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22752026-08-24T22:06:44.120Z
22762026-08-24T22:06:44.120Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337)
22772026-08-24T22:06:44.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782026-08-24T22:06:44.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792026-08-24T22:06:44.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802026-08-24T22:06:44.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22812026-08-24T22:06:44.681Z
22822026-08-24T22:06:44.681Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337)
22832026-08-24T22:06:45.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842026-08-24T22:06:45.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852026-08-24T22:06:45.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862026-08-24T22:06:45.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22872026-08-24T22:06:45.237Z
22882026-08-24T22:06:45.237Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/337)
22892026-08-24T22:06:45.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902026-08-24T22:06:45.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912026-08-24T22:06:45.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922026-08-24T22:06:45.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22932026-08-24T22:06:45.800Z
22942026-08-24T22:06:45.800Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/337)
22952026-08-24T22:06:46.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962026-08-24T22:06:46.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972026-08-24T22:06:46.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982026-08-24T22:06:46.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22992026-08-24T22:06:46.366Z
23002026-08-24T22:06:46.366Zinfo: running `cargo check --bins` on cockroach-admin-types (70/337)
23012026-08-24T22:06:46.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022026-08-24T22:06:46.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032026-08-24T22:06:46.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042026-08-24T22:06:46.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23052026-08-24T22:06:46.917Z
23062026-08-24T22:06:46.917Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/337)
23072026-08-24T22:06:47.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082026-08-24T22:06:47.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092026-08-24T22:06:47.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102026-08-24T22:06:47.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23112026-08-24T22:06:47.467Z
23122026-08-24T22:06:47.467Zinfo: running `cargo check --bins` on ereport-types (72/337)
23132026-08-24T22:06:47.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142026-08-24T22:06:47.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152026-08-24T22:06:47.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162026-08-24T22:06:47.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23172026-08-24T22:06:48.026Z
23182026-08-24T22:06:48.026Zinfo: running `cargo check --bins` on gateway-client (73/337)
23192026-08-24T22:06:48.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202026-08-24T22:06:48.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212026-08-24T22:06:48.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222026-08-24T22:06:48.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23232026-08-24T22:06:48.587Z
23242026-08-24T22:06:48.587Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/337)
23252026-08-24T22:06:49.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262026-08-24T22:06:49.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272026-08-24T22:06:49.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23282026-08-24T22:06:49.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23292026-08-24T22:06:49.138Z
23302026-08-24T22:06:49.138Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337)
23312026-08-24T22:06:49.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322026-08-24T22:06:49.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332026-08-24T22:06:49.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23342026-08-24T22:06:49.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23352026-08-24T22:06:49.697Z
23362026-08-24T22:06:49.697Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/337)
23372026-08-24T22:06:50.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382026-08-24T22:06:50.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392026-08-24T22:06:50.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23402026-08-24T22:06:50.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23412026-08-24T22:06:50.273Z
23422026-08-24T22:06:50.273Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337)
23432026-08-24T22:06:50.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442026-08-24T22:06:50.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452026-08-24T22:06:50.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23462026-08-24T22:06:50.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23472026-08-24T22:06:50.847Z
23482026-08-24T22:06:50.847Zinfo: running `cargo check --bins` on key-manager-types (78/337)
23492026-08-24T22:06:51.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502026-08-24T22:06:51.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512026-08-24T22:06:51.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522026-08-24T22:06:51.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23532026-08-24T22:06:51.401Z
23542026-08-24T22:06:51.401Zinfo: running `cargo check --bins` on oxlog (79/337)
23552026-08-24T22:06:51.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562026-08-24T22:06:51.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572026-08-24T22:06:51.995Z Checking cfg-if v1.0.4
23582026-08-24T22:06:51.998Z Checking serde_core v1.0.228
23592026-08-24T22:06:51.998Z Checking libc v0.2.185
23602026-08-24T22:06:52.112Z Checking memchr v2.8.0
23612026-08-24T22:06:52.122Z Checking smallvec v1.15.1
23622026-08-24T22:06:52.125Z Checking log v0.4.33
23632026-08-24T22:06:52.141Z Checking subtle v2.6.1
23642026-08-24T22:06:52.151Z Checking itoa v1.0.17
23652026-08-24T22:06:52.161Z Checking scopeguard v1.2.0
23662026-08-24T22:06:52.255Z Checking lock_api v0.4.14
23672026-08-24T22:06:52.281Z Checking stable_deref_trait v1.2.1
23682026-08-24T22:06:52.281Z Checking typenum v1.20.1
23692026-08-24T22:06:52.303Z Checking zerofrom v0.1.6
23702026-08-24T22:06:52.316Z Checking portable-atomic v1.13.1
23712026-08-24T22:06:52.350Z Checking zerocopy v0.8.55
23722026-08-24T22:06:52.409Z Checking yoke v0.8.1
23732026-08-24T22:06:52.449Z Checking critical-section v1.2.0
23742026-08-24T22:06:52.477Z Checking const-oid v0.9.6
23752026-08-24T22:06:52.489Z Checking errno v0.3.14
23762026-08-24T22:06:52.540Z Checking getrandom v0.2.17
23772026-08-24T22:06:52.568Z Checking zerovec v0.11.5
23782026-08-24T22:06:52.625Z Checking pin-project-lite v0.2.17
23792026-08-24T22:06:52.681Z Checking rand_core v0.6.4
23802026-08-24T22:06:52.714Z Checking libm v0.2.16
23812026-08-24T22:06:52.728Z Checking once_cell v1.21.3
23822026-08-24T22:06:52.853Z Checking zmij v1.0.21
23832026-08-24T22:06:52.900Z Checking signal-hook-registry v1.4.8
23842026-08-24T22:06:52.999Z Checking tinystr v0.8.2
23852026-08-24T22:06:53.025Z Checking parking_lot_core v0.9.12
23862026-08-24T22:06:53.057Z Checking futures-core v0.3.32
23872026-08-24T22:06:53.060Z Checking writeable v0.6.2
23882026-08-24T22:06:53.164Z Checking litemap v0.8.1
23892026-08-24T22:06:53.175Z Checking percent-encoding v2.3.2
23902026-08-24T22:06:53.178Z Checking potential_utf v0.1.4
23912026-08-24T22:06:53.202Z Checking parking_lot v0.12.5
23922026-08-24T22:06:53.223Z Checking zerotrie v0.2.3
23932026-08-24T22:06:53.295Z Checking mio v1.2.0
23942026-08-24T22:06:53.317Z Checking equivalent v1.0.2
23952026-08-24T22:06:53.330Z Checking icu_locale_core v2.1.1
23962026-08-24T22:06:53.385Z Checking icu_collections v2.1.1
23972026-08-24T22:06:53.396Z Checking getrandom v0.3.4
23982026-08-24T22:06:53.406Z Checking num-traits v0.2.19
23992026-08-24T22:06:53.458Z Checking socket2 v0.6.3
24002026-08-24T22:06:53.535Z Checking icu_normalizer_data v2.1.1
24012026-08-24T22:06:53.575Z Checking icu_properties_data v2.1.2
24022026-08-24T22:06:53.595Z Checking serde v1.0.228
24032026-08-24T22:06:53.606Z Checking bitflags v2.11.0
24042026-08-24T22:06:53.681Z Checking serde_json v1.0.151
24052026-08-24T22:06:53.696Z Checking byteorder v1.5.0
24062026-08-24T22:06:53.709Z Checking hashbrown v0.17.0
24072026-08-24T22:06:53.765Z Checking rand_core v0.10.0
24082026-08-24T22:06:53.871Z Checking icu_provider v2.1.1
24092026-08-24T22:06:53.889Z Checking futures-sink v0.3.32
24102026-08-24T22:06:53.901Z Checking getrandom v0.4.3
24112026-08-24T22:06:53.916Z Checking futures-io v0.3.32
24122026-08-24T22:06:53.983Z Checking futures-channel v0.3.32
24132026-08-24T22:06:53.996Z Checking zeroize v1.9.0
24142026-08-24T22:06:54.027Z Checking bytes v1.11.1
24152026-08-24T22:06:54.039Z Checking futures-task v0.3.32
24162026-08-24T22:06:54.094Z Checking icu_properties v2.1.2
24172026-08-24T22:06:54.156Z Checking generic-array v0.14.7
24182026-08-24T22:06:54.167Z Checking icu_normalizer v2.1.1
24192026-08-24T22:06:54.171Z Checking indexmap v2.14.0
24202026-08-24T22:06:54.171Z Checking utf8_iter v1.0.4
24212026-08-24T22:06:54.286Z Checking slab v0.4.12
24222026-08-24T22:06:54.339Z Checking rustix v1.1.4
24232026-08-24T22:06:54.439Z Checking futures-util v0.3.32
24242026-08-24T22:06:54.456Z Checking tokio v1.52.1
24252026-08-24T22:06:54.474Z Checking form_urlencoded v1.2.2
24262026-08-24T22:06:54.598Z Checking crypto-common v0.1.7
24272026-08-24T22:06:54.598Z Checking block-buffer v0.10.4
24282026-08-24T22:06:54.733Z Checking base64ct v1.8.3
24292026-08-24T22:06:54.733Z Checking fnv v1.0.7
24302026-08-24T22:06:54.756Z Checking digest v0.10.7
24312026-08-24T22:06:54.837Z Checking flagset v0.4.7
24322026-08-24T22:06:54.904Z Checking idna_adapter v1.2.1
24332026-08-24T22:06:54.949Z Checking iana-time-zone v0.1.65
24342026-08-24T22:06:54.962Z Checking uuid v1.23.4
24352026-08-24T22:06:54.974Z Checking pem-rfc7468 v0.7.0
24362026-08-24T22:06:55.021Z Checking idna v1.1.0
24372026-08-24T22:06:55.053Z Checking chrono v0.4.45
24382026-08-24T22:06:55.085Z Checking ppv-lite86 v0.2.21
24392026-08-24T22:06:55.124Z Checking der v0.7.10
24402026-08-24T22:06:55.172Z Checking rand_core v0.9.5
24412026-08-24T22:06:55.263Z Checking url v2.5.8
24422026-08-24T22:06:55.279Z Checking regex-syntax v0.8.10
24432026-08-24T22:06:55.348Z Checking base64 v0.22.1
24442026-08-24T22:06:55.373Z Checking http v1.4.2
24452026-08-24T22:06:55.585Z Checking rand_chacha v0.9.0
24462026-08-24T22:06:55.697Z Checking tracing-core v0.1.36
24472026-08-24T22:06:55.782Z Checking cpufeatures v0.2.17
24482026-08-24T22:06:55.851Z Checking dyn-clone v1.0.20
24492026-08-24T22:06:55.863Z Checking spki v0.7.3
24502026-08-24T22:06:55.890Z Checking simd-adler32 v0.3.8
24512026-08-24T22:06:55.922Z Checking http-body v1.0.1
24522026-08-24T22:06:55.951Z Checking rand v0.9.2
24532026-08-24T22:06:56.008Z Checking tracing v0.1.44
24542026-08-24T22:06:56.025Z Checking pkcs8 v0.10.2
24552026-08-24T22:06:56.052Z Checking rustls-pki-types v1.14.0
24562026-08-24T22:06:56.063Z Checking semver v1.0.28
24572026-08-24T22:06:56.178Z Checking spin v0.9.8
24582026-08-24T22:06:56.205Z Checking anstyle v1.0.14
24592026-08-24T22:06:56.266Z Checking openssl-probe v0.2.1
24602026-08-24T22:06:56.337Z Checking adler2 v2.0.1
24612026-08-24T22:06:56.353Z Checking cmov v0.5.4
24622026-08-24T22:06:56.368Z Checking tinyvec_macros v0.1.1
24632026-08-24T22:06:56.400Z Checking utf8parse v0.2.2
24642026-08-24T22:06:56.411Z Checking schemars v0.8.22
24652026-08-24T22:06:56.424Z Checking sha2 v0.10.9
24662026-08-24T22:06:56.444Z Checking miniz_oxide v0.8.9
24672026-08-24T22:06:56.455Z Checking tinyvec v1.10.0
24682026-08-24T22:06:56.494Z Checking anstyle-parse v1.0.0
24692026-08-24T22:06:56.543Z Checking ctutils v0.4.2
24702026-08-24T22:06:56.577Z Checking terminal_size v0.4.3
24712026-08-24T22:06:56.643Z Checking aws-lc-sys v0.40.0
24722026-08-24T22:06:56.686Z Checking thiserror v2.0.18
24732026-08-24T22:06:56.699Z Checking try-lock v0.2.5
24742026-08-24T22:06:56.753Z Checking colorchoice v1.0.4
24752026-08-24T22:06:56.764Z Checking tower-layer v0.3.3
24762026-08-24T22:06:56.784Z Checking is_terminal_polyfill v1.70.2
24772026-08-24T22:06:56.798Z Checking anstyle-query v1.1.5
24782026-08-24T22:06:56.806Z Checking atomic-waker v1.1.2
24792026-08-24T22:06:56.847Z Checking untrusted v0.7.1
24802026-08-24T22:06:56.870Z Checking fastrand v2.3.0
24812026-08-24T22:06:56.883Z Checking tower-service v0.3.3
24822026-08-24T22:06:56.897Z Checking anstream v1.0.0
24832026-08-24T22:06:56.909Z Checking want v0.3.1
24842026-08-24T22:06:56.952Z Checking hybrid-array v0.4.13
24852026-08-24T22:06:56.966Z Checking ipnet v2.12.0
24862026-08-24T22:06:57.022Z Checking httparse v1.10.1
24872026-08-24T22:06:57.045Z Checking tempfile v3.27.0
24882026-08-24T22:06:57.076Z Checking crc32fast v1.5.0
24892026-08-24T22:06:57.092Z Checking aho-corasick v1.1.4
24902026-08-24T22:06:57.146Z Checking aws-lc-rs v1.16.3
24912026-08-24T22:06:57.211Z Checking httpdate v1.0.3
24922026-08-24T22:06:57.223Z Checking plain v0.2.3
24932026-08-24T22:06:57.235Z Checking untrusted v0.9.0
24942026-08-24T22:06:57.245Z Checking tap v1.0.1
24952026-08-24T22:06:57.318Z Checking foreign-types-shared v0.1.1
24962026-08-24T22:06:57.341Z Checking unicode-normalization v0.1.25
24972026-08-24T22:06:57.353Z Checking wyz v0.5.1
24982026-08-24T22:06:57.362Z Checking rand_chacha v0.3.1
24992026-08-24T22:06:57.395Z Checking foreign-types v0.3.2
25002026-08-24T22:06:57.461Z Checking signature v2.2.0
25012026-08-24T22:06:57.523Z Checking radium v0.7.0
25022026-08-24T22:06:57.565Z Checking hex v0.4.3
25032026-08-24T22:06:57.594Z Checking num-integer v0.1.46
25042026-08-24T22:06:57.690Z Checking openssl-sys v0.9.117
25052026-08-24T22:06:57.693Z Checking wait-timeout v0.2.1
25062026-08-24T22:06:57.715Z Checking tokio-util v0.7.18
25072026-08-24T22:06:57.732Z Checking funty v2.0.0
25082026-08-24T22:06:57.748Z Checking regex-automata v0.4.14
25092026-08-24T22:06:57.786Z Checking unicode-ident v1.0.24
25102026-08-24T22:06:57.815Z Checking strsim v0.11.1
25112026-08-24T22:06:57.826Z Checking bit-vec v0.8.0
25122026-08-24T22:06:57.890Z Checking clap_lex v1.0.0
25132026-08-24T22:06:57.973Z Checking rustls-webpki v0.103.13
25142026-08-24T22:06:57.985Z Checking ucd-trie v0.1.7
25152026-08-24T22:06:58.017Z Checking quick-error v1.2.3
25162026-08-24T22:06:58.037Z Checking clap_builder v4.6.0
25172026-08-24T22:06:58.047Z Checking bitvec v1.0.1
25182026-08-24T22:06:58.058Z Checking openssl v0.10.80
25192026-08-24T22:06:58.108Z Checking pest v2.8.6
25202026-08-24T22:06:58.108Z Checking rusty-fork v0.3.1
25212026-08-24T22:06:58.282Z Checking bit-set v0.8.0
25222026-08-24T22:06:58.318Z Checking h2 v0.4.15
25232026-08-24T22:06:58.385Z Checking rustls v0.23.41
25242026-08-24T22:06:58.425Z Checking proc-macro2 v1.0.106
25252026-08-24T22:06:58.727Z Checking num-iter v0.1.45
25262026-08-24T22:06:58.838Z Checking rand v0.8.6
25272026-08-24T22:06:59.155Z Checking lazy_static v1.5.0
25282026-08-24T22:06:59.243Z Checking rand_xorshift v0.4.0
25292026-08-24T22:06:59.283Z Checking hmac v0.12.1
25302026-08-24T22:06:59.346Z Checking thiserror v1.0.69
25312026-08-24T22:06:59.358Z Checking maybe-uninit v2.0.0
25322026-08-24T22:06:59.371Z Checking toml_datetime v0.6.11
25332026-08-24T22:06:59.414Z Checking serde_spanned v0.6.9
25342026-08-24T22:06:59.425Z Checking sync_wrapper v1.0.2
25352026-08-24T22:06:59.440Z Checking unarray v0.1.4
25362026-08-24T22:06:59.522Z Checking crc-catalog v2.4.0
25372026-08-24T22:06:59.534Z Checking powerfmt v0.2.0
25382026-08-24T22:06:59.544Z Checking pretty-hex v0.4.1
25392026-08-24T22:06:59.555Z Checking zlib-rs v0.6.2
25402026-08-24T22:06:59.567Z Checking siphasher v1.0.2
25412026-08-24T22:06:59.605Z Checking nodrop v0.1.14
25422026-08-24T22:06:59.654Z Checking crc v3.4.0
25432026-08-24T22:06:59.677Z Checking deranged v0.5.8
25442026-08-24T22:06:59.690Z Checking array-init v0.0.4
25452026-08-24T22:06:59.714Z Checking proptest v1.11.0
25462026-08-24T22:06:59.822Z Checking tower v0.5.3
25472026-08-24T22:06:59.978Z Checking smallvec v0.6.14
25482026-08-24T22:07:00.053Z Checking native-tls v0.2.18
25492026-08-24T22:07:00.162Z Checking num-bigint-dig v0.8.6
25502026-08-24T22:07:00.204Z Checking packed_struct v0.10.1
25512026-08-24T22:07:00.230Z Checking clap v4.6.1
25522026-08-24T22:07:00.309Z Checking quote v1.0.45
25532026-08-24T22:07:00.423Z Checking flate2 v1.1.9
25542026-08-24T22:07:00.479Z Checking ipnetwork v0.21.1
25552026-08-24T22:07:00.590Z Checking pkcs1 v0.7.5
25562026-08-24T22:07:00.616Z Checking http-body-util v0.1.3
25572026-08-24T22:07:00.688Z Checking crossbeam-utils v0.8.21
25582026-08-24T22:07:00.714Z Checking bitfield v0.19.4
25592026-08-24T22:07:00.794Z Checking zerocopy v0.6.6
25602026-08-24T22:07:00.831Z Checking ahash v0.8.12
25612026-08-24T22:07:00.959Z Checking bzip2-sys v0.1.13+1.0.8
25622026-08-24T22:07:00.979Z Checking scroll v0.13.0
25632026-08-24T22:07:01.020Z Checking env_filter v2.0.0
25642026-08-24T22:07:01.033Z Checking gimli v0.32.3
25652026-08-24T22:07:01.045Z Checking num-conv v0.2.0
25662026-08-24T22:07:01.080Z Checking num_threads v0.1.7
25672026-08-24T22:07:01.126Z Checking hyper v1.10.1
25682026-08-24T22:07:01.155Z Checking ryu v1.0.23
25692026-08-24T22:07:01.159Z Checking unicode-bidi v0.3.18
25702026-08-24T22:07:01.178Z Checking time-core v0.1.8
25712026-08-24T22:07:01.198Z Checking base64 v0.21.7
25722026-08-24T22:07:01.240Z Checking winnow v0.5.40
25732026-08-24T22:07:01.299Z Checking iri-string v0.7.10
25742026-08-24T22:07:01.313Z Checking hashbrown v0.12.3
25752026-08-24T22:07:01.446Z Checking unicode-properties v0.1.4
25762026-08-24T22:07:01.460Z Checking allocator-api2 v0.2.21
25772026-08-24T22:07:01.524Z Checking newtype-uuid v1.3.2
25782026-08-24T22:07:01.632Z Checking stringprep v0.1.5
25792026-08-24T22:07:01.722Z Checking ron v0.8.1
25802026-08-24T22:07:01.734Z Checking indexmap v1.9.3
25812026-08-24T22:07:01.742Z Checking time v0.3.47
25822026-08-24T22:07:01.783Z Checking serde_urlencoded v0.7.1
25832026-08-24T22:07:01.985Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25842026-08-24T22:07:02.041Z Checking goblin v0.10.5
25852026-08-24T22:07:02.085Z Checking hyper-util v0.1.20
25862026-08-24T22:07:02.228Z Checking env_logger v0.11.11
25872026-08-24T22:07:02.318Z Checking tower-http v0.6.8
25882026-08-24T22:07:02.413Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25892026-08-24T22:07:02.417Z Checking toml_edit v0.19.15
25902026-08-24T22:07:02.571Z Checking addr2line v0.25.1
25912026-08-24T22:07:02.589Z Checking bzip2 v0.4.4
25922026-08-24T22:07:02.600Z Checking hashbrown v0.13.2
25932026-08-24T22:07:02.748Z Checking crossbeam-epoch v0.9.18
25942026-08-24T22:07:02.833Z Checking rsa v0.9.10
25952026-08-24T22:07:02.849Z Checking oxnet v0.1.6
25962026-08-24T22:07:02.973Z Checking syn v2.0.117
25972026-08-24T22:07:03.019Z Checking tokio-native-tls v0.3.1
25982026-08-24T22:07:03.097Z Checking serde-hex v0.1.0
25992026-08-24T22:07:03.173Z Checking bstr v1.12.1
26002026-08-24T22:07:03.293Z Checking crypto-common v0.2.2
26012026-08-24T22:07:03.330Z Checking block-padding v0.4.2
26022026-08-24T22:07:03.449Z Checking block-buffer v0.12.1
26032026-08-24T22:07:03.470Z Checking rustls-native-certs v0.8.3
26042026-08-24T22:07:03.556Z Checking x509-cert v0.2.5
26052026-08-24T22:07:03.599Z Checking scroll v0.12.0
26062026-08-24T22:07:03.611Z Checking object v0.37.3
26072026-08-24T22:07:03.821Z Checking zstd-sys v2.0.16+zstd.1.5.7
26082026-08-24T22:07:03.889Z Checking md-5 v0.10.6
26092026-08-24T22:07:03.929Z Checking hash32 v0.2.1
26102026-08-24T22:07:04.030Z Checking encoding_rs v0.8.35
26112026-08-24T22:07:04.084Z Checking either v1.15.0
26122026-08-24T22:07:04.214Z Checking fallible-iterator v0.2.0
26132026-08-24T22:07:04.269Z Checking psl-types v2.0.11
26142026-08-24T22:07:04.339Z Checking mime v0.3.17
26152026-08-24T22:07:04.386Z Checking crc-any v2.5.0
26162026-08-24T22:07:04.483Z Checking rustc-demangle v0.1.27
26172026-08-24T22:07:04.515Z Checking postgres-protocol v0.6.10
26182026-08-24T22:07:04.560Z Checking publicsuffix v2.3.0
26192026-08-24T22:07:04.584Z Checking dof v0.4.0
26202026-08-24T22:07:04.704Z Checking heapless v0.7.17
26212026-08-24T22:07:04.719Z Checking zstd-safe v7.2.4
26222026-08-24T22:07:04.828Z Checking goblin v0.8.2
26232026-08-24T22:07:04.884Z Checking inout v0.2.2
26242026-08-24T22:07:04.965Z Checking toml v0.7.8
26252026-08-24T22:07:04.991Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26262026-08-24T22:07:05.030Z Checking hyper-tls v0.6.0
26272026-08-24T22:07:05.116Z Checking daft v0.1.7
26282026-08-24T22:07:05.200Z Checking object v0.30.4
26292026-08-24T22:07:05.212Z Checking cookie v0.18.1
26302026-08-24T22:07:05.212Z Checking zip v0.6.6
26312026-08-24T22:07:05.272Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26322026-08-24T22:07:05.358Z Checking tokio-rustls v0.26.4
26332026-08-24T22:07:05.431Z Checking phf_shared v0.13.1
26342026-08-24T22:07:05.446Z Checking dtrace-parser v0.3.0
26352026-08-24T22:07:05.535Z Checking pin-project v1.1.11
26362026-08-24T22:07:05.582Z Checking zerocopy v0.7.35
26372026-08-24T22:07:05.626Z Checking signal-hook v0.3.18
26382026-08-24T22:07:05.631Z Checking futures-executor v0.3.32
26392026-08-24T22:07:05.672Z Checking ff v0.13.1
26402026-08-24T22:07:05.771Z Checking thread-id v5.1.0
26412026-08-24T22:07:05.798Z Checking foldhash v0.1.5
26422026-08-24T22:07:05.822Z Checking bitflags v1.3.2
26432026-08-24T22:07:05.847Z Checking foldhash v0.2.0
26442026-08-24T22:07:05.890Z Checking libbz2-rs-sys v0.2.2
26452026-08-24T22:07:05.911Z Checking backtrace v0.3.76
26462026-08-24T22:07:05.928Z Checking same-file v1.0.6
26472026-08-24T22:07:05.946Z Checking smawk v0.3.2
26482026-08-24T22:07:05.996Z Checking jiff-core v0.1.0
26492026-08-24T22:07:06.039Z Checking base16ct v0.2.0
26502026-08-24T22:07:06.061Z Checking is_ci v1.2.0
26512026-08-24T22:07:06.073Z Checking unicode-linebreak v0.1.5
26522026-08-24T22:07:06.153Z Checking managed v0.8.0
26532026-08-24T22:07:06.166Z Checking bumpalo v3.20.2
26542026-08-24T22:07:06.201Z Compiling rayon-core v1.13.0
26552026-08-24T22:07:06.274Z Checking unicode-width v0.2.0
26562026-08-24T22:07:06.277Z Checking path-slash v0.1.5
26572026-08-24T22:07:06.336Z Checking smoltcp v0.9.1
26582026-08-24T22:07:06.361Z Checking zopfli v0.8.3
26592026-08-24T22:07:06.390Z Checking bzip2 v0.6.1
26602026-08-24T22:07:06.403Z Checking backtrace-ext v0.2.1
26612026-08-24T22:07:06.511Z Checking sec1 v0.7.3
26622026-08-24T22:07:06.530Z Checking textwrap v0.16.2
26632026-08-24T22:07:06.551Z Checking supports-color v3.0.2
26642026-08-24T22:07:06.672Z Checking walkdir v2.5.0
26652026-08-24T22:07:06.713Z Checking hashbrown v0.16.1
26662026-08-24T22:07:06.719Z Checking jiff v0.2.34
26672026-08-24T22:07:06.719Z Checking hashbrown v0.15.5
26682026-08-24T22:07:06.742Z Checking dof v0.3.0
26692026-08-24T22:07:06.742Z Checking usdt-impl v0.6.0
26702026-08-24T22:07:06.831Z Checking signal-hook-mio v0.2.5
26712026-08-24T22:07:06.935Z Checking group v0.13.0
26722026-08-24T22:07:06.948Z Checking futures v0.3.32
26732026-08-24T22:07:07.019Z Checking snafu v0.8.9
26742026-08-24T22:07:07.031Z Checking phf v0.13.1
26752026-08-24T22:07:07.034Z Checking hyper-rustls v0.27.7
26762026-08-24T22:07:07.077Z Checking cookie_store v0.22.1
26772026-08-24T22:07:07.171Z Checking reqwest v0.12.28
26782026-08-24T22:07:07.174Z Checking cipher v0.5.2
26792026-08-24T22:07:07.196Z Checking zstd v0.13.3
26802026-08-24T22:07:07.241Z Checking postgres-types v0.2.12
26812026-08-24T22:07:07.251Z Checking rustls-platform-verifier v0.6.2
26822026-08-24T22:07:07.313Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26832026-08-24T22:07:07.372Z Checking globset v0.4.18
26842026-08-24T22:07:07.384Z Checking crossbeam-deque v0.8.6
26852026-08-24T22:07:07.406Z Checking phf_shared v0.11.3
26862026-08-24T22:07:07.411Z Checking regex v1.12.3
26872026-08-24T22:07:07.547Z Checking dtrace-parser v0.2.0
26882026-08-24T22:07:07.550Z Checking hkdf v0.12.4
26892026-08-24T22:07:07.550Z Checking byte-wrapper v0.1.0
26902026-08-24T22:07:07.615Z Checking curve25519-dalek v4.1.3
26912026-08-24T22:07:07.643Z Checking ref-cast v1.0.25
26922026-08-24T22:07:07.689Z Checking strum v0.27.2
26932026-08-24T22:07:07.692Z Checking olpc-cjson v0.1.4
26942026-08-24T22:07:07.739Z Checking hubpack v0.1.2
26952026-08-24T22:07:07.767Z Checking ed25519 v2.2.3
26962026-08-24T22:07:07.779Z Checking memoffset v0.9.1
26972026-08-24T22:07:07.804Z Checking rustix v0.38.44
26982026-08-24T22:07:07.820Z Checking owo-colors v4.3.0
26992026-08-24T22:07:07.852Z Checking pem v3.0.6
27002026-08-24T22:07:07.900Z Checking crypto-bigint v0.5.5
27012026-08-24T22:07:07.928Z Checking serde_plain v1.0.2
27022026-08-24T22:07:07.952Z Checking erased-serde v0.3.31
27032026-08-24T22:07:08.003Z Checking serde-big-array v0.5.1
27042026-08-24T22:07:08.068Z Checking float-cmp v0.10.0
27052026-08-24T22:07:08.132Z Checking thread-id v4.2.2
27062026-08-24T22:07:08.195Z Checking memmap2 v0.9.10
27072026-08-24T22:07:08.209Z Checking fixedbitset v0.5.7
27082026-08-24T22:07:08.330Z Checking const-oid v0.10.2
27092026-08-24T22:07:08.352Z Checking keccak v0.1.6
27102026-08-24T22:07:08.364Z Checking unicode-segmentation v1.12.0
27112026-08-24T22:07:08.384Z Checking difflib v0.4.0
27122026-08-24T22:07:08.398Z Checking normalize-line-endings v0.3.0
27132026-08-24T22:07:08.482Z Checking supports-unicode v3.0.0
27142026-08-24T22:07:08.486Z Checking unicode-width v0.1.14
27152026-08-24T22:07:08.514Z Checking predicates-core v1.0.10
27162026-08-24T22:07:08.559Z Checking new_debug_unreachable v1.0.6
27172026-08-24T22:07:08.585Z Checking fixedbitset v0.4.2
27182026-08-24T22:07:08.597Z Checking cpufeatures v0.3.0
27192026-08-24T22:07:08.608Z Checking toml_write v0.1.2
27202026-08-24T22:07:08.621Z Checking winnow v0.7.14
27212026-08-24T22:07:08.632Z Checking precomputed-hash v0.1.1
27222026-08-24T22:07:08.661Z Checking whoami v2.1.0
27232026-08-24T22:07:08.673Z Checking typed-path v0.9.3
27242026-08-24T22:07:08.708Z Checking static_assertions v1.1.0
27252026-08-24T22:07:08.730Z Checking supports-hyperlinks v3.2.0
27262026-08-24T22:07:08.740Z Checking winnow v1.0.3
27272026-08-24T22:07:08.767Z Checking data-encoding v2.10.0
27282026-08-24T22:07:08.778Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27292026-08-24T22:07:08.812Z Checking elliptic-curve v0.13.8
27302026-08-24T22:07:08.828Z Checking miette v7.6.0
27312026-08-24T22:07:08.856Z Checking tokio-postgres v0.7.16
27322026-08-24T22:07:09.032Z Checking hickory-proto v0.25.2
27332026-08-24T22:07:09.112Z Checking petgraph v0.6.5
27342026-08-24T22:07:09.330Z Checking string_cache v0.8.9
27352026-08-24T22:07:09.434Z Checking tough v0.22.0
27362026-08-24T22:07:09.494Z Checking similar v2.7.0
27372026-08-24T22:07:09.564Z Checking toml_parser v1.1.2+spec-1.1.0
27382026-08-24T22:07:09.785Z Checking toml_edit v0.22.27
27392026-08-24T22:07:09.874Z Checking chacha20 v0.10.0
27402026-08-24T22:07:09.888Z Checking predicates v3.1.4
27412026-08-24T22:07:10.112Z Checking crossterm v0.28.1
27422026-08-24T22:07:10.124Z Checking zip v4.6.1
27432026-08-24T22:07:10.185Z Checking sha3 v0.10.8
27442026-08-24T22:07:10.350Z Checking digest v0.11.3
27452026-08-24T22:07:10.388Z Checking petgraph v0.8.3
27462026-08-24T22:07:10.533Z Checking ed25519-dalek v2.2.0
27472026-08-24T22:07:10.690Z Checking usdt v0.6.0
27482026-08-24T22:07:10.767Z Checking slog v2.8.2
27492026-08-24T22:07:10.812Z Checking usdt-impl v0.5.0
27502026-08-24T22:07:10.855Z Checking nix v0.31.2
27512026-08-24T22:07:10.868Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27522026-08-24T22:07:11.018Z Checking iddqd v0.4.2
27532026-08-24T22:07:11.090Z Checking reqwest v0.13.2
27542026-08-24T22:07:11.347Z Checking itertools v0.13.0
27552026-08-24T22:07:11.463Z Checking itertools v0.15.0
27562026-08-24T22:07:11.466Z Checking strum v0.26.3
27572026-08-24T22:07:11.580Z Checking serde_with v3.21.0
27582026-08-24T22:07:11.815Z Checking fs-err v3.3.0
27592026-08-24T22:07:11.932Z Checking tokio-stream v0.1.18
27602026-08-24T22:07:11.950Z Checking buf-list v1.1.2
27612026-08-24T22:07:11.989Z Checking camino v1.2.5
27622026-08-24T22:07:12.059Z Checking anyhow v1.0.104
27632026-08-24T22:07:12.109Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27642026-08-24T22:07:12.126Z Checking openapiv3 v2.2.0
27652026-08-24T22:07:12.232Z Checking lalrpop-util v0.19.12
27662026-08-24T22:07:12.253Z Checking peg-runtime v0.8.5
27672026-08-24T22:07:12.305Z Checking rayon v1.11.0
27682026-08-24T22:07:12.368Z Checking sigpipe v0.1.3
27692026-08-24T22:07:12.381Z Checking glob v0.3.3
27702026-08-24T22:07:13.283Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27712026-08-24T22:07:13.597Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27722026-08-24T22:07:13.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.46s
27732026-08-24T22:07:14.025Z
27742026-08-24T22:07:14.025Zinfo: running `cargo check --bins` on internal-dns-types (80/337)
27752026-08-24T22:07:14.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-08-24T22:07:14.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-08-24T22:07:14.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782026-08-24T22:07:14.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27792026-08-24T22:07:14.585Z
27802026-08-24T22:07:14.585Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/337)
27812026-08-24T22:07:15.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-08-24T22:07:15.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-08-24T22:07:15.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842026-08-24T22:07:15.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27852026-08-24T22:07:15.150Z
27862026-08-24T22:07:15.151Zinfo: running `cargo check --bins` on nexus-types-versions (82/337)
27872026-08-24T22:07:15.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-08-24T22:07:15.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-08-24T22:07:15.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-08-24T22:07:15.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27912026-08-24T22:07:15.730Z
27922026-08-24T22:07:15.730Zinfo: running `cargo check --bins` on oxql-types (83/337)
27932026-08-24T22:07:16.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-08-24T22:07:16.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-08-24T22:07:16.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-08-24T22:07:16.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27972026-08-24T22:07:16.295Z
27982026-08-24T22:07:16.295Zinfo: running `cargo check --bins` on oximeter-types (84/337)
27992026-08-24T22:07:16.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-08-24T22:07:16.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-08-24T22:07:16.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-08-24T22:07:16.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28032026-08-24T22:07:16.858Z
28042026-08-24T22:07:16.858Zinfo: running `cargo check --bins` on oximeter-types-versions (85/337)
28052026-08-24T22:07:17.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-08-24T22:07:17.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-08-24T22:07:17.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-08-24T22:07:17.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28092026-08-24T22:07:17.421Z
28102026-08-24T22:07:17.421Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/337)
28112026-08-24T22:07:17.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-08-24T22:07:17.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-08-24T22:07:17.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-08-24T22:07:17.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28152026-08-24T22:07:17.975Z
28162026-08-24T22:07:17.975Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (87/337)
28172026-08-24T22:07:18.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-08-24T22:07:18.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-08-24T22:07:18.649Z Compiling multer v3.1.0
28202026-08-24T22:07:18.761Z Compiling async-stream-impl v0.3.6
28212026-08-24T22:07:18.764Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28222026-08-24T22:07:18.777Z Compiling dropshot v0.17.1
28232026-08-24T22:07:18.789Z Compiling parse-display-derive v0.10.0
28242026-08-24T22:07:18.800Z Compiling newtype-uuid-macros v0.1.0
28252026-08-24T22:07:18.803Z Compiling dropshot_endpoint v0.17.1
28262026-08-24T22:07:18.830Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28272026-08-24T22:07:18.973Z Checking thread_local v1.1.9
28282026-08-24T22:07:18.997Z Checking compression-core v0.4.31
28292026-08-24T22:07:19.121Z Checking match_cfg v0.1.0
28302026-08-24T22:07:19.137Z Checking compression-codecs v0.4.37
28312026-08-24T22:07:19.160Z Checking crossbeam-channel v0.5.15
28322026-08-24T22:07:19.200Z Checking hostname v0.3.1
28332026-08-24T22:07:19.220Z Checking atomicwrites v0.4.4
28342026-08-24T22:07:19.297Z Checking slog-json v2.6.1
28352026-08-24T22:07:19.332Z Checking serde_spanned v1.1.1
28362026-08-24T22:07:19.332Z Checking is-terminal v0.4.17
28372026-08-24T22:07:19.357Z Checking toml_datetime v1.1.1+spec-1.1.0
28382026-08-24T22:07:19.420Z Checking term v1.2.1
28392026-08-24T22:07:19.449Z Checking debug-ignore v1.0.5
28402026-08-24T22:07:19.475Z Checking toml_writer v1.1.1+spec-1.1.0
28412026-08-24T22:07:19.514Z Checking take_mut v0.2.2
28422026-08-24T22:07:19.547Z Checking slog-bunyan v2.5.0
28432026-08-24T22:07:19.547Z Checking async-compression v0.4.41
28442026-08-24T22:07:19.574Z Checking async-stream v0.3.6
28452026-08-24T22:07:19.613Z Checking slog-async v2.8.0
28462026-08-24T22:07:19.640Z Checking slog-term v2.9.2
28472026-08-24T22:07:19.653Z Checking toml v1.1.2+spec-1.1.0
28482026-08-24T22:07:19.664Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28492026-08-24T22:07:19.699Z Checking progenitor-client v0.14.0
28502026-08-24T22:07:19.768Z Checking sha1 v0.11.0
28512026-08-24T22:07:19.801Z Checking waitgroup v0.1.2
28522026-08-24T22:07:19.895Z Checking rustls-pemfile v2.2.0
28532026-08-24T22:07:19.906Z Checking backon v1.6.0
28542026-08-24T22:07:19.926Z Checking serde_path_to_error v0.1.20
28552026-08-24T22:07:19.954Z Checking hostname v0.4.2
28562026-08-24T22:07:19.997Z Checking instant v0.1.13
28572026-08-24T22:07:20.065Z Checking progenitor-extras v0.2.0
28582026-08-24T22:07:20.081Z Checking backoff v0.4.0
28592026-08-24T22:07:20.199Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28602026-08-24T22:07:20.224Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28612026-08-24T22:07:20.249Z Checking regress v0.10.5
28622026-08-24T22:07:20.261Z Checking itertools v0.14.0
28632026-08-24T22:07:20.397Z Checking macaddr v1.0.1
28642026-08-24T22:07:20.422Z Checking parse-display v0.10.0
28652026-08-24T22:07:20.561Z Checking humantime v2.3.0
28662026-08-24T22:07:21.350Z Compiling prettyplease v0.2.37
28672026-08-24T22:07:21.673Z Checking num-rational v0.4.2
28682026-08-24T22:07:21.955Z Checking num-complex v0.4.6
28692026-08-24T22:07:22.424Z Compiling num v0.4.3
28702026-08-24T22:07:22.486Z Compiling usdt-attr-macro v0.5.0
28712026-08-24T22:07:22.499Z Compiling usdt-macro v0.5.0
28722026-08-24T22:07:22.523Z Checking memmap v0.7.0
28732026-08-24T22:07:22.550Z Checking float-ord v0.3.2
28742026-08-24T22:07:22.564Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28752026-08-24T22:07:22.649Z Compiling convert_case v0.4.0
28762026-08-24T22:07:23.029Z Compiling derive_more v0.99.20
28772026-08-24T22:07:23.093Z Checking newline-converter v0.3.0
28782026-08-24T22:07:23.204Z Checking console v0.15.11
28792026-08-24T22:07:23.218Z Compiling toml v0.8.23
28802026-08-24T22:07:23.262Z Checking usdt v0.5.0
28812026-08-24T22:07:23.433Z Checking linked-hash-map v0.5.6
28822026-08-24T22:07:23.476Z Compiling minimal-lexical v0.2.1
28832026-08-24T22:07:23.603Z Checking lru-cache v0.1.2
28842026-08-24T22:07:23.722Z Compiling nom v7.1.3
28852026-08-24T22:07:23.725Z Checking expectorate v1.2.0
28862026-08-24T22:07:23.904Z Checking camino-tempfile v1.4.1
28872026-08-24T22:07:24.064Z Checking hickory-proto v0.24.4
28882026-08-24T22:07:24.188Z Checking phf_shared v0.12.1
28892026-08-24T22:07:24.327Z Compiling slog-dtrace v0.3.0
28902026-08-24T22:07:24.330Z Compiling chrono-tz v0.10.4
28912026-08-24T22:07:24.518Z Checking heck v0.5.0
28922026-08-24T22:07:24.657Z Checking resolv-conf v0.7.6
28932026-08-24T22:07:24.736Z Compiling unicode-xid v0.2.6
28942026-08-24T22:07:24.871Z Compiling const_format_proc_macros v0.2.34
28952026-08-24T22:07:24.908Z Checking phf v0.12.1
28962026-08-24T22:07:25.048Z Checking tokio-dtrace v0.1.1
28972026-08-24T22:07:25.062Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28982026-08-24T22:07:25.239Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28992026-08-24T22:07:25.320Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29002026-08-24T22:07:25.534Z Compiling derive-where v1.6.0
29012026-08-24T22:07:25.580Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29022026-08-24T22:07:25.775Z Checking highway v1.3.0
29032026-08-24T22:07:25.869Z Checking hickory-resolver v0.24.4
29042026-08-24T22:07:25.996Z Checking const_format v0.2.35
29052026-08-24T22:07:26.226Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29062026-08-24T22:07:26.686Z Checking oxide-tokio-rt v0.1.4
29072026-08-24T22:07:26.846Z Checking qorb v0.4.1
29082026-08-24T22:07:26.927Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29092026-08-24T22:07:27.026Z Checking gethostname v0.5.0
29102026-08-24T22:07:27.077Z Checking bcs v0.1.6
29112026-08-24T22:07:27.089Z Checking termtree v0.5.1
29122026-08-24T22:07:27.157Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29132026-08-24T22:07:27.204Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29142026-08-24T22:07:27.204Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29152026-08-24T22:07:30.253Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29162026-08-24T22:07:33.345Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29172026-08-24T22:07:35.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.58s
29182026-08-24T22:07:35.733Z
29192026-08-24T22:07:35.733Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337)
29202026-08-24T22:07:36.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-08-24T22:07:36.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-08-24T22:07:36.419Z Compiling ar_archive_writer v0.5.1
29232026-08-24T22:07:36.529Z Compiling stacker v0.1.23
29242026-08-24T22:07:36.538Z Compiling cfg_aliases v0.1.1
29252026-08-24T22:07:36.548Z Compiling convert_case v0.10.0
29262026-08-24T22:07:36.555Z Compiling proc-macro-error v1.0.4
29272026-08-24T22:07:36.562Z Checking fd-lock v4.0.4
29282026-08-24T22:07:36.566Z Checking nibble_vec v0.1.0
29292026-08-24T22:07:36.566Z Compiling recursive-proc-macro-impl v0.1.1
29302026-08-24T22:07:36.596Z Compiling nix v0.28.0
29312026-08-24T22:07:36.672Z Checking vte v0.14.1
29322026-08-24T22:07:36.694Z Checking endian-type v0.1.2
29332026-08-24T22:07:36.785Z Checking bytecount v0.6.9
29342026-08-24T22:07:36.816Z Checking strip-ansi-escapes v0.2.1
29352026-08-24T22:07:36.816Z Checking radix_trie v0.2.1
29362026-08-24T22:07:36.846Z Compiling derive_more-impl v2.1.1
29372026-08-24T22:07:36.851Z Compiling tabled_derive v0.7.0
29382026-08-24T22:07:36.882Z Checking papergrid v0.11.0
29392026-08-24T22:07:36.920Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29402026-08-24T22:07:36.978Z Compiling peg-macros v0.8.5
29412026-08-24T22:07:37.040Z Compiling sqlparser_derive v0.5.0
29422026-08-24T22:07:37.357Z Compiling psm v0.1.30
29432026-08-24T22:07:37.389Z Checking winnow v0.6.26
29442026-08-24T22:07:37.502Z Checking nu-ansi-term v0.50.3
29452026-08-24T22:07:37.642Z Checking derive_more v2.1.1
29462026-08-24T22:07:37.711Z Checking unicode_categories v0.1.1
29472026-08-24T22:07:37.723Z Checking home v0.5.12
29482026-08-24T22:07:37.818Z Checking tabled v0.15.0
29492026-08-24T22:07:37.823Z Checking crossterm v0.29.0
29502026-08-24T22:07:37.846Z Checking reedline v0.40.0
29512026-08-24T22:07:37.888Z Checking display-error-chain v0.2.2
29522026-08-24T22:07:37.901Z Checking rustyline v14.0.0
29532026-08-24T22:07:38.132Z Checking recursive v0.1.1
29542026-08-24T22:07:38.225Z Checking sqlparser v0.61.0
29552026-08-24T22:07:38.303Z Checking peg v0.8.5
29562026-08-24T22:07:38.524Z Checking sqlformat v0.3.5
29572026-08-24T22:07:49.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s
29582026-08-24T22:07:49.696Z
29592026-08-24T22:07:49.696Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337)
29602026-08-24T22:07:50.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-08-24T22:07:50.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-08-24T22:07:50.367Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29632026-08-24T22:07:53.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
29642026-08-24T22:07:54.093Z
29652026-08-24T22:07:54.093Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337)
29662026-08-24T22:07:54.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-08-24T22:07:54.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-08-24T22:07:54.771Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29692026-08-24T22:07:58.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
29702026-08-24T22:07:58.690Z
29712026-08-24T22:07:58.690Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337)
29722026-08-24T22:07:58.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-08-24T22:07:58.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-08-24T22:07:58.690Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29752026-08-24T22:08:01.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
29762026-08-24T22:08:01.670Z
29772026-08-24T22:08:01.670Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337)
29782026-08-24T22:08:02.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792026-08-24T22:08:02.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802026-08-24T22:08:02.338Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29812026-08-24T22:08:05.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
29822026-08-24T22:08:05.913Z
29832026-08-24T22:08:05.913Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337)
29842026-08-24T22:08:06.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852026-08-24T22:08:06.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862026-08-24T22:08:06.565Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29872026-08-24T22:08:09.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
29882026-08-24T22:08:09.414Z
29892026-08-24T22:08:09.414Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337)
29902026-08-24T22:08:09.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912026-08-24T22:08:09.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922026-08-24T22:08:10.085Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29932026-08-24T22:08:12.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
29942026-08-24T22:08:12.981Z
29952026-08-24T22:08:12.981Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337)
29962026-08-24T22:08:13.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-08-24T22:08:13.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-08-24T22:08:13.650Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29992026-08-24T22:08:17.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
30002026-08-24T22:08:17.367Z
30012026-08-24T22:08:17.367Zinfo: running `cargo check --bins` on oximeter (96/337)
30022026-08-24T22:08:17.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-08-24T22:08:17.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-08-24T22:08:17.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052026-08-24T22:08:17.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30062026-08-24T22:08:17.941Z
30072026-08-24T22:08:17.941Zinfo: running `cargo check --bins` on oximeter-schema (97/337)
30082026-08-24T22:08:18.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-08-24T22:08:18.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-08-24T22:08:18.567Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30112026-08-24T22:08:18.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
30122026-08-24T22:08:19.113Z
30132026-08-24T22:08:19.113Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (98/337)
30142026-08-24T22:08:19.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-08-24T22:08:19.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-08-24T22:08:19.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172026-08-24T22:08:19.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30182026-08-24T22:08:19.682Z
30192026-08-24T22:08:19.682Zinfo: running `cargo check --bins` on oximeter-test-utils (99/337)
30202026-08-24T22:08:20.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-08-24T22:08:20.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-08-24T22:08:20.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232026-08-24T22:08:20.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30242026-08-24T22:08:20.291Z
30252026-08-24T22:08:20.292Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337)
30262026-08-24T22:08:20.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-08-24T22:08:20.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-08-24T22:08:20.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-08-24T22:08:20.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30302026-08-24T22:08:20.873Z
30312026-08-24T22:08:20.873Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337)
30322026-08-24T22:08:21.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-08-24T22:08:21.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-08-24T22:08:21.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-08-24T22:08:21.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30362026-08-24T22:08:21.453Z
30372026-08-24T22:08:21.453Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337)
30382026-08-24T22:08:21.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-08-24T22:08:21.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-08-24T22:08:21.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-08-24T22:08:21.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30422026-08-24T22:08:22.078Z
30432026-08-24T22:08:22.078Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337)
30442026-08-24T22:08:22.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-08-24T22:08:22.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-08-24T22:08:22.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-08-24T22:08:22.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30482026-08-24T22:08:22.612Z
30492026-08-24T22:08:22.612Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/337)
30502026-08-24T22:08:23.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-08-24T22:08:23.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-08-24T22:08:23.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-08-24T22:08:23.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30542026-08-24T22:08:23.184Z
30552026-08-24T22:08:23.185Zinfo: running `cargo check --bins` on reconfigurator-cli (105/337)
30562026-08-24T22:08:23.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-08-24T22:08:23.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-08-24T22:08:24.006Z Compiling crucible-workspace-hack v0.1.0
30592026-08-24T22:08:24.006Z Compiling regress v0.11.1
30602026-08-24T22:08:24.011Z Checking secrecy v0.10.3
30612026-08-24T22:08:24.011Z Checking half v2.7.1
30622026-08-24T22:08:24.011Z Checking ciborium-io v0.2.2
30632026-08-24T22:08:24.011Z Checking inout v0.1.4
30642026-08-24T22:08:24.138Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30652026-08-24T22:08:24.143Z Checking universal-hash v0.5.1
30662026-08-24T22:08:24.213Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30672026-08-24T22:08:24.278Z Compiling thiserror-impl-no-std v2.0.2
30682026-08-24T22:08:24.306Z Checking opaque-debug v0.3.1
30692026-08-24T22:08:24.306Z Checking cipher v0.4.4
30702026-08-24T22:08:24.370Z Checking poly1305 v0.8.0
30712026-08-24T22:08:24.385Z Checking ciborium-ll v0.2.2
30722026-08-24T22:08:24.400Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30732026-08-24T22:08:24.415Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30742026-08-24T22:08:24.516Z Checking chacha20 v0.9.1
30752026-08-24T22:08:24.553Z Checking ciborium v0.2.2
30762026-08-24T22:08:24.630Z Checking password-hash v0.5.0
30772026-08-24T22:08:24.695Z Checking blake2 v0.10.6
30782026-08-24T22:08:24.711Z Checking aead v0.5.2
30792026-08-24T22:08:24.796Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30802026-08-24T22:08:24.852Z Compiling toml_datetime v0.7.5+spec-1.1.0
30812026-08-24T22:08:24.855Z Checking indent_write v2.2.0
30822026-08-24T22:08:24.937Z Checking argon2 v0.5.3
30832026-08-24T22:08:24.973Z Checking chacha20poly1305 v0.10.1
30842026-08-24T22:08:24.994Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30852026-08-24T22:08:25.098Z Compiling toml_edit v0.23.10+spec-1.0.0
30862026-08-24T22:08:25.113Z Compiling unsafe-libyaml v0.2.11
30872026-08-24T22:08:25.281Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30882026-08-24T22:08:25.450Z Checking thiserror-no-std v2.0.2
30892026-08-24T22:08:25.489Z Compiling heapless v0.8.0
30902026-08-24T22:08:25.541Z Checking vsss-rs v3.3.4
30912026-08-24T22:08:25.611Z Compiling ingot-macros v0.2.0
30922026-08-24T22:08:25.775Z Compiling typify-impl v0.6.2
30932026-08-24T22:08:25.843Z Compiling serde_yaml v0.9.34+deprecated
30942026-08-24T22:08:26.137Z Compiling proc-macro-crate v3.4.0
30952026-08-24T22:08:26.457Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30962026-08-24T22:08:26.685Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30972026-08-24T22:08:26.711Z Compiling num_enum_derive v0.7.6
30982026-08-24T22:08:26.747Z Checking hash32 v0.3.1
30992026-08-24T22:08:26.882Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31002026-08-24T22:08:27.088Z Compiling smoltcp v0.11.0
31012026-08-24T22:08:27.284Z Checking tabwriter v1.4.1
31022026-08-24T22:08:27.409Z Checking cobs v0.3.0
31032026-08-24T22:08:27.440Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31042026-08-24T22:08:27.457Z Checking swrite v0.1.0
31052026-08-24T22:08:27.550Z Checking postcard v1.1.3
31062026-08-24T22:08:27.566Z Compiling proc-macro-crate v1.3.1
31072026-08-24T22:08:27.641Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31082026-08-24T22:08:27.749Z Checking num_enum v0.7.6
31092026-08-24T22:08:27.801Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31102026-08-24T22:08:27.852Z Compiling foreign-types-macros v0.2.3
31112026-08-24T22:08:27.858Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31122026-08-24T22:08:27.881Z Checking foreign-types-shared v0.3.1
31132026-08-24T22:08:27.971Z Checking colored v3.1.1
31142026-08-24T22:08:27.985Z Compiling num_enum_derive v0.5.11
31152026-08-24T22:08:28.214Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31162026-08-24T22:08:28.289Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31172026-08-24T22:08:28.434Z Checking ingot-types v0.2.0
31182026-08-24T22:08:28.450Z Checking foreign-types v0.5.0
31192026-08-24T22:08:28.527Z Checking cstr-argument v0.1.2
31202026-08-24T22:08:28.645Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31212026-08-24T22:08:28.662Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31222026-08-24T22:08:28.694Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31232026-08-24T22:08:28.734Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31242026-08-24T22:08:28.804Z Checking rand v0.10.1
31252026-08-24T22:08:28.818Z Checking ingot v0.2.1
31262026-08-24T22:08:28.831Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31272026-08-24T22:08:28.869Z Compiling zone_cfg_derive v0.3.1
31282026-08-24T22:08:28.902Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31292026-08-24T22:08:29.006Z Checking num_enum v0.5.11
31302026-08-24T22:08:29.019Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31312026-08-24T22:08:29.118Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-08-24T22:08:29.148Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31332026-08-24T22:08:29.297Z Checking itertools v0.12.1
31342026-08-24T22:08:29.327Z Compiling num-derive v0.4.2
31352026-08-24T22:08:29.517Z Compiling semver v0.1.20
31362026-08-24T22:08:29.812Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31372026-08-24T22:08:30.021Z Compiling rustc_version v0.1.7
31382026-08-24T22:08:30.133Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31392026-08-24T22:08:30.231Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31402026-08-24T22:08:30.291Z Checking smf v0.2.3
31412026-08-24T22:08:30.310Z Checking zone v0.3.1
31422026-08-24T22:08:30.333Z Compiling typify-macro v0.6.2
31432026-08-24T22:08:30.402Z Checking nom v8.0.0
31442026-08-24T22:08:30.432Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31452026-08-24T22:08:30.452Z Checking csv-core v0.1.13
31462026-08-24T22:08:30.522Z Checking whoami v1.6.1
31472026-08-24T22:08:30.555Z Compiling newtype_derive v0.1.6
31482026-08-24T22:08:30.628Z Checking csv v1.4.0
31492026-08-24T22:08:30.662Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31502026-08-24T22:08:30.699Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31512026-08-24T22:08:30.742Z Compiling cancel-safe-futures v0.1.5
31522026-08-24T22:08:30.848Z Compiling libefi-sys v0.1.0
31532026-08-24T22:08:30.968Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31542026-08-24T22:08:30.989Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31552026-08-24T22:08:31.146Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31562026-08-24T22:08:31.266Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31572026-08-24T22:08:31.284Z Checking oxide-update-engine-types v0.1.2
31582026-08-24T22:08:31.346Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31592026-08-24T22:08:31.427Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31602026-08-24T22:08:31.561Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31612026-08-24T22:08:31.622Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31622026-08-24T22:08:31.761Z Compiling bitfield-struct v0.6.2
31632026-08-24T22:08:31.778Z Checking linear-map v1.2.0
31642026-08-24T22:08:31.960Z Checking steno v0.4.1
31652026-08-24T22:08:32.098Z Compiling typify v0.6.2
31662026-08-24T22:08:32.230Z Compiling progenitor-impl v0.14.0
31672026-08-24T22:08:32.281Z Checking oxide-update-engine v0.1.2
31682026-08-24T22:08:32.398Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31692026-08-24T22:08:32.416Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31702026-08-24T22:08:32.600Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31712026-08-24T22:08:32.644Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31722026-08-24T22:08:32.707Z Checking sha1 v0.10.6
31732026-08-24T22:08:32.806Z Checking utf-8 v0.7.6
31742026-08-24T22:08:32.824Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31752026-08-24T22:08:32.884Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31762026-08-24T22:08:32.905Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31772026-08-24T22:08:32.942Z Checking tungstenite v0.21.0
31782026-08-24T22:08:32.978Z Checking ignore v0.4.25
31792026-08-24T22:08:33.036Z Checking anstyle-parse v0.2.7
31802026-08-24T22:08:33.140Z Compiling xshell-macros v0.2.7
31812026-08-24T22:08:33.196Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31822026-08-24T22:08:33.332Z Checking anstream v0.6.21
31832026-08-24T22:08:33.367Z Checking tokio-tungstenite v0.21.0
31842026-08-24T22:08:33.382Z Checking globwalk v0.9.1
31852026-08-24T22:08:33.416Z Checking predicates-tree v1.0.13
31862026-08-24T22:08:34.040Z Checking filetime v0.2.27
31872026-08-24T22:08:34.070Z Checking xshell v0.2.7
31882026-08-24T22:08:34.070Z Checking tagptr v0.2.0
31892026-08-24T22:08:34.071Z Checking xattr v1.6.1
31902026-08-24T22:08:34.072Z Checking camino-tempfile-ext v0.3.3
31912026-08-24T22:08:34.072Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31922026-08-24T22:08:34.072Z Checking moka v0.12.13
31932026-08-24T22:08:34.072Z Checking tar v0.4.46
31942026-08-24T22:08:34.072Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31952026-08-24T22:08:34.072Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31962026-08-24T22:08:34.072Z Checking rand_seeder v0.4.0
31972026-08-24T22:08:34.072Z Checking half v1.8.3
31982026-08-24T22:08:34.072Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31992026-08-24T22:08:34.072Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32002026-08-24T22:08:34.072Z Checking serde_cbor v0.11.2
32012026-08-24T22:08:34.079Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32022026-08-24T22:08:34.271Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
32032026-08-24T22:08:34.320Z Checking digest-io v0.1.0
32042026-08-24T22:08:34.323Z Checking hickory-resolver v0.25.2
32052026-08-24T22:08:34.424Z Checking sha2 v0.11.0
32062026-08-24T22:08:34.454Z Compiling petname v2.0.2
32072026-08-24T22:08:34.848Z Compiling progenitor-macro v0.14.0
32082026-08-24T22:08:34.901Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32092026-08-24T22:08:34.921Z Checking rawzip v0.4.4
32102026-08-24T22:08:35.038Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32112026-08-24T22:08:35.303Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32122026-08-24T22:08:35.359Z Checking sapling-renderdag v0.1.0
32132026-08-24T22:08:35.485Z Checking subprocess v0.2.15
32142026-08-24T22:08:35.501Z Checking sync-ptr v0.1.4
32152026-08-24T22:08:35.621Z Checking colored v2.2.0
32162026-08-24T22:08:35.636Z Checking assert_matches v1.5.0
32172026-08-24T22:08:35.767Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32182026-08-24T22:08:35.861Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32192026-08-24T22:08:35.894Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32202026-08-24T22:08:35.911Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32212026-08-24T22:08:36.393Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32222026-08-24T22:08:36.585Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32232026-08-24T22:08:36.585Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32242026-08-24T22:08:37.774Z Checking progenitor v0.14.0
32252026-08-24T22:08:37.911Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32262026-08-24T22:08:37.911Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32272026-08-24T22:08:37.914Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32282026-08-24T22:08:37.914Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32292026-08-24T22:08:37.914Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32302026-08-24T22:08:37.914Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32312026-08-24T22:08:37.998Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32322026-08-24T22:08:38.232Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32332026-08-24T22:08:38.409Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32342026-08-24T22:08:38.439Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32352026-08-24T22:08:38.551Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32362026-08-24T22:08:38.784Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32372026-08-24T22:08:39.325Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32382026-08-24T22:08:39.650Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32392026-08-24T22:08:40.003Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32402026-08-24T22:08:40.881Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32412026-08-24T22:08:49.477Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32422026-08-24T22:08:56.685Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32432026-08-24T22:08:56.689Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32442026-08-24T22:08:56.689Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32452026-08-24T22:08:58.197Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32462026-08-24T22:08:59.464Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32472026-08-24T22:09:01.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.51s
32482026-08-24T22:09:01.911Z
32492026-08-24T22:09:01.912Zinfo: running `cargo check --bins` on nexus-inventory (106/337)
32502026-08-24T22:09:02.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-08-24T22:09:02.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-08-24T22:09:02.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532026-08-24T22:09:02.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32542026-08-24T22:09:02.530Z
32552026-08-24T22:09:02.530Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337)
32562026-08-24T22:09:03.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572026-08-24T22:09:03.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582026-08-24T22:09:03.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32592026-08-24T22:09:03.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32602026-08-24T22:09:03.122Z
32612026-08-24T22:09:03.123Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/337)
32622026-08-24T22:09:03.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632026-08-24T22:09:03.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642026-08-24T22:09:03.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652026-08-24T22:09:03.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32662026-08-24T22:09:03.694Z
32672026-08-24T22:09:03.694Zinfo: running `cargo check --bins` on dns-service-client (109/337)
32682026-08-24T22:09:04.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-08-24T22:09:04.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-08-24T22:09:04.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-08-24T22:09:04.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32722026-08-24T22:09:04.269Z
32732026-08-24T22:09:04.269Zinfo: running `cargo check --bins` on ntp-admin-client (110/337)
32742026-08-24T22:09:04.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-08-24T22:09:04.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-08-24T22:09:04.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-08-24T22:09:04.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32782026-08-24T22:09:04.822Z
32792026-08-24T22:09:04.822Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/337)
32802026-08-24T22:09:05.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-08-24T22:09:05.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-08-24T22:09:05.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832026-08-24T22:09:05.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32842026-08-24T22:09:05.380Z
32852026-08-24T22:09:05.380Zinfo: running `cargo check --bins` on cockroach-admin-client (112/337)
32862026-08-24T22:09:05.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872026-08-24T22:09:05.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882026-08-24T22:09:05.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32892026-08-24T22:09:05.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32902026-08-24T22:09:05.938Z
32912026-08-24T22:09:05.938Zinfo: running `cargo check --bins` on parallel-task-set (113/337)
32922026-08-24T22:09:06.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932026-08-24T22:09:06.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942026-08-24T22:09:06.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32952026-08-24T22:09:06.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32962026-08-24T22:09:06.491Z
32972026-08-24T22:09:06.491Zinfo: running `cargo check --bins` on sled-agent-client (114/337)
32982026-08-24T22:09:06.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992026-08-24T22:09:06.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002026-08-24T22:09:06.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012026-08-24T22:09:06.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33022026-08-24T22:09:07.072Z
33032026-08-24T22:09:07.073Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337)
33042026-08-24T22:09:07.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052026-08-24T22:09:07.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062026-08-24T22:09:07.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072026-08-24T22:09:07.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33082026-08-24T22:09:07.664Z
33092026-08-24T22:09:07.664Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/337)
33102026-08-24T22:09:08.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-08-24T22:09:08.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-08-24T22:09:08.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-08-24T22:09:08.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33142026-08-24T22:09:08.248Z
33152026-08-24T22:09:08.248Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337)
33162026-08-24T22:09:08.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-08-24T22:09:08.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-08-24T22:09:08.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-08-24T22:09:08.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33202026-08-24T22:09:08.839Z
33212026-08-24T22:09:08.839Zinfo: running `cargo check --bins` on key-manager (118/337)
33222026-08-24T22:09:09.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-08-24T22:09:09.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-08-24T22:09:09.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-08-24T22:09:09.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33262026-08-24T22:09:09.420Z
33272026-08-24T22:09:09.420Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/337)
33282026-08-24T22:09:09.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-08-24T22:09:09.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-08-24T22:09:09.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-08-24T22:09:09.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33322026-08-24T22:09:10.009Z
33332026-08-24T22:09:10.009Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337)
33342026-08-24T22:09:10.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-08-24T22:09:10.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-08-24T22:09:10.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-08-24T22:09:10.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33382026-08-24T22:09:10.595Z
33392026-08-24T22:09:10.595Zinfo: running `cargo check --bins` on typed-rng (121/337)
33402026-08-24T22:09:11.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-08-24T22:09:11.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-08-24T22:09:11.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-08-24T22:09:11.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33442026-08-24T22:09:11.147Z
33452026-08-24T22:09:11.147Zinfo: running `cargo check --bins` on gateway-test-utils (122/337)
33462026-08-24T22:09:11.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-08-24T22:09:11.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-08-24T22:09:11.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-08-24T22:09:11.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33502026-08-24T22:09:11.766Z
33512026-08-24T22:09:11.766Zinfo: running `cargo check --bins` on omicron-gateway (123/337)
33522026-08-24T22:09:12.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-08-24T22:09:12.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-08-24T22:09:12.500Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33552026-08-24T22:09:12.503Z Checking void v1.0.2
33562026-08-24T22:09:12.503Z Checking tungstenite v0.23.0
33572026-08-24T22:09:12.503Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33582026-08-24T22:09:12.503Z Checking nix v0.27.1
33592026-08-24T22:09:12.617Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33602026-08-24T22:09:12.624Z Checking dropshot-api-manager-types v0.8.0
33612026-08-24T22:09:12.630Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33622026-08-24T22:09:12.766Z Checking lzss v0.8.2
33632026-08-24T22:09:12.792Z Checking kstat-rs v0.2.5
33642026-08-24T22:09:12.795Z Checking fxhash v0.2.1
33652026-08-24T22:09:12.858Z Checking serde_bytes v0.11.19
33662026-08-24T22:09:12.902Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33672026-08-24T22:09:12.937Z Checking signal-hook-tokio v0.3.1
33682026-08-24T22:09:12.940Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33692026-08-24T22:09:12.981Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33702026-08-24T22:09:13.013Z Checking tokio-tungstenite v0.23.1
33712026-08-24T22:09:13.145Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33722026-08-24T22:09:14.196Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33732026-08-24T22:09:14.741Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33742026-08-24T22:09:16.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s
33752026-08-24T22:09:17.064Z
33762026-08-24T22:09:17.064Zinfo: running `cargo check --bins` on gateway-api (124/337)
33772026-08-24T22:09:17.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-08-24T22:09:17.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-08-24T22:09:17.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-08-24T22:09:17.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33812026-08-24T22:09:17.632Z
33822026-08-24T22:09:17.632Zinfo: running `cargo check --bins` on ipcc (125/337)
33832026-08-24T22:09:18.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-08-24T22:09:18.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-08-24T22:09:18.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-08-24T22:09:18.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33872026-08-24T22:09:18.203Z
33882026-08-24T22:09:18.203Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337)
33892026-08-24T22:09:18.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-08-24T22:09:18.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-08-24T22:09:18.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-08-24T22:09:18.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33932026-08-24T22:09:18.758Z
33942026-08-24T22:09:18.758Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337)
33952026-08-24T22:09:19.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-08-24T22:09:19.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-08-24T22:09:19.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-08-24T22:09:19.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-08-24T22:09:19.349Z
34002026-08-24T22:09:19.349Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337)
34012026-08-24T22:09:19.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-08-24T22:09:19.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-08-24T22:09:19.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-08-24T22:09:19.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34052026-08-24T22:09:19.925Z
34062026-08-24T22:09:19.925Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337)
34072026-08-24T22:09:20.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-08-24T22:09:20.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-08-24T22:09:20.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-08-24T22:09:20.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34112026-08-24T22:09:20.495Z
34122026-08-24T22:09:20.495Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337)
34132026-08-24T22:09:20.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-08-24T22:09:20.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-08-24T22:09:20.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-08-24T22:09:20.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34172026-08-24T22:09:21.071Z
34182026-08-24T22:09:21.071Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337)
34192026-08-24T22:09:21.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-08-24T22:09:21.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-08-24T22:09:21.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-08-24T22:09:21.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34232026-08-24T22:09:21.659Z
34242026-08-24T22:09:21.659Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337)
34252026-08-24T22:09:22.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-08-24T22:09:22.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-08-24T22:09:22.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-08-24T22:09:22.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34292026-08-24T22:09:22.229Z
34302026-08-24T22:09:22.229Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337)
34312026-08-24T22:09:22.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-08-24T22:09:22.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-08-24T22:09:22.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-08-24T22:09:22.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34352026-08-24T22:09:22.798Z
34362026-08-24T22:09:22.798Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337)
34372026-08-24T22:09:23.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-08-24T22:09:23.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-08-24T22:09:23.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-08-24T22:09:23.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34412026-08-24T22:09:23.373Z
34422026-08-24T22:09:23.373Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337)
34432026-08-24T22:09:23.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-08-24T22:09:23.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-08-24T22:09:23.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-08-24T22:09:23.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34472026-08-24T22:09:23.942Z
34482026-08-24T22:09:23.942Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337)
34492026-08-24T22:09:24.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-08-24T22:09:24.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-08-24T22:09:24.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-08-24T22:09:24.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34532026-08-24T22:09:24.513Z
34542026-08-24T22:09:24.513Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337)
34552026-08-24T22:09:24.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-08-24T22:09:25.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-08-24T22:09:25.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-08-24T22:09:25.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34592026-08-24T22:09:25.086Z
34602026-08-24T22:09:25.086Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337)
34612026-08-24T22:09:25.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-08-24T22:09:25.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-08-24T22:09:25.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-08-24T22:09:25.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34652026-08-24T22:09:25.658Z
34662026-08-24T22:09:25.658Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337)
34672026-08-24T22:09:26.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-08-24T22:09:26.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-08-24T22:09:26.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-08-24T22:09:26.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34712026-08-24T22:09:26.227Z
34722026-08-24T22:09:26.227Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337)
34732026-08-24T22:09:26.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-08-24T22:09:26.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-08-24T22:09:26.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-08-24T22:09:26.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34772026-08-24T22:09:26.799Z
34782026-08-24T22:09:26.799Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337)
34792026-08-24T22:09:27.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-08-24T22:09:27.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-08-24T22:09:27.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-08-24T22:09:27.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34832026-08-24T22:09:27.370Z
34842026-08-24T22:09:27.370Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337)
34852026-08-24T22:09:27.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-08-24T22:09:27.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-08-24T22:09:27.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-08-24T22:09:27.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34892026-08-24T22:09:27.944Z
34902026-08-24T22:09:27.944Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337)
34912026-08-24T22:09:28.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-08-24T22:09:28.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-08-24T22:09:28.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-08-24T22:09:28.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34952026-08-24T22:09:28.520Z
34962026-08-24T22:09:28.520Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337)
34972026-08-24T22:09:28.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-08-24T22:09:29.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-08-24T22:09:29.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-08-24T22:09:29.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35012026-08-24T22:09:29.085Z
35022026-08-24T22:09:29.085Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337)
35032026-08-24T22:09:29.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-08-24T22:09:29.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-08-24T22:09:29.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-08-24T22:09:29.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35072026-08-24T22:09:29.649Z
35082026-08-24T22:09:29.650Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337)
35092026-08-24T22:09:30.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-08-24T22:09:30.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-08-24T22:09:30.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-08-24T22:09:30.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35132026-08-24T22:09:30.235Z
35142026-08-24T22:09:30.235Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337)
35152026-08-24T22:09:30.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-08-24T22:09:30.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-08-24T22:09:30.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-08-24T22:09:30.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35192026-08-24T22:09:30.827Z
35202026-08-24T22:09:30.828Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337)
35212026-08-24T22:09:31.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-08-24T22:09:31.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-08-24T22:09:31.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-08-24T22:09:31.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35252026-08-24T22:09:31.415Z
35262026-08-24T22:09:31.415Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337)
35272026-08-24T22:09:31.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-08-24T22:09:31.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-08-24T22:09:31.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-08-24T22:09:31.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35312026-08-24T22:09:32.008Z
35322026-08-24T22:09:32.008Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337)
35332026-08-24T22:09:32.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-08-24T22:09:32.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-08-24T22:09:32.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-08-24T22:09:32.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35372026-08-24T22:09:32.599Z
35382026-08-24T22:09:32.599Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337)
35392026-08-24T22:09:33.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-08-24T22:09:33.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-08-24T22:09:33.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-08-24T22:09:33.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35432026-08-24T22:09:33.187Z
35442026-08-24T22:09:33.187Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337)
35452026-08-24T22:09:33.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-08-24T22:09:33.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-08-24T22:09:33.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-08-24T22:09:33.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35492026-08-24T22:09:33.779Z
35502026-08-24T22:09:33.779Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337)
35512026-08-24T22:09:34.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-08-24T22:09:34.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-08-24T22:09:34.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-08-24T22:09:34.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35552026-08-24T22:09:34.370Z
35562026-08-24T22:09:34.370Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337)
35572026-08-24T22:09:34.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-08-24T22:09:34.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-08-24T22:09:34.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-08-24T22:09:34.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35612026-08-24T22:09:34.960Z
35622026-08-24T22:09:34.960Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337)
35632026-08-24T22:09:35.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-08-24T22:09:35.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-08-24T22:09:35.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-08-24T22:09:35.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35672026-08-24T22:09:35.554Z
35682026-08-24T22:09:35.554Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337)
35692026-08-24T22:09:36.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-08-24T22:09:36.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-08-24T22:09:36.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-08-24T22:09:36.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35732026-08-24T22:09:36.144Z
35742026-08-24T22:09:36.144Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337)
35752026-08-24T22:09:36.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-08-24T22:09:36.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-08-24T22:09:36.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-08-24T22:09:36.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35792026-08-24T22:09:36.738Z
35802026-08-24T22:09:36.739Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337)
35812026-08-24T22:09:37.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-08-24T22:09:37.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-08-24T22:09:37.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-08-24T22:09:37.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35852026-08-24T22:09:37.328Z
35862026-08-24T22:09:37.328Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337)
35872026-08-24T22:09:37.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-08-24T22:09:37.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-08-24T22:09:37.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-08-24T22:09:37.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35912026-08-24T22:09:37.918Z
35922026-08-24T22:09:37.918Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337)
35932026-08-24T22:09:38.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-08-24T22:09:38.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-08-24T22:09:38.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-08-24T22:09:38.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35972026-08-24T22:09:38.517Z
35982026-08-24T22:09:38.517Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337)
35992026-08-24T22:09:39.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-08-24T22:09:39.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-08-24T22:09:39.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-08-24T22:09:39.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36032026-08-24T22:09:39.099Z
36042026-08-24T22:09:39.099Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337)
36052026-08-24T22:09:39.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-08-24T22:09:39.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-08-24T22:09:39.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-08-24T22:09:39.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36092026-08-24T22:09:39.687Z
36102026-08-24T22:09:39.687Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337)
36112026-08-24T22:09:40.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-08-24T22:09:40.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-08-24T22:09:40.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-08-24T22:09:40.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36152026-08-24T22:09:40.274Z
36162026-08-24T22:09:40.274Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337)
36172026-08-24T22:09:40.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-08-24T22:09:40.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-08-24T22:09:40.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-08-24T22:09:40.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36212026-08-24T22:09:40.851Z
36222026-08-24T22:09:40.851Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337)
36232026-08-24T22:09:41.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-08-24T22:09:41.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-08-24T22:09:41.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-08-24T22:09:41.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36272026-08-24T22:09:41.423Z
36282026-08-24T22:09:41.423Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337)
36292026-08-24T22:09:41.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-24T22:09:41.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-24T22:09:41.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-24T22:09:41.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36332026-08-24T22:09:41.997Z
36342026-08-24T22:09:41.997Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337)
36352026-08-24T22:09:42.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-24T22:09:42.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-24T22:09:42.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-24T22:09:42.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36392026-08-24T22:09:42.565Z
36402026-08-24T22:09:42.566Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337)
36412026-08-24T22:09:43.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-24T22:09:43.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-24T22:09:43.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-24T22:09:43.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36452026-08-24T22:09:43.136Z
36462026-08-24T22:09:43.136Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337)
36472026-08-24T22:09:43.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-24T22:09:43.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-24T22:09:43.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-24T22:09:43.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36512026-08-24T22:09:43.709Z
36522026-08-24T22:09:43.709Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337)
36532026-08-24T22:09:44.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-24T22:09:44.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-24T22:09:44.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-24T22:09:44.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36572026-08-24T22:09:44.279Z
36582026-08-24T22:09:44.279Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337)
36592026-08-24T22:09:44.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-24T22:09:44.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-24T22:09:44.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-24T22:09:44.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36632026-08-24T22:09:44.846Z
36642026-08-24T22:09:44.846Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337)
36652026-08-24T22:09:45.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-24T22:09:45.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-24T22:09:45.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-24T22:09:45.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36692026-08-24T22:09:45.413Z
36702026-08-24T22:09:45.413Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337)
36712026-08-24T22:09:45.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-24T22:09:45.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-24T22:09:45.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-24T22:09:45.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36752026-08-24T22:09:45.981Z
36762026-08-24T22:09:45.981Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337)
36772026-08-24T22:09:46.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-24T22:09:46.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-24T22:09:46.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-24T22:09:46.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36812026-08-24T22:09:46.551Z
36822026-08-24T22:09:46.551Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337)
36832026-08-24T22:09:47.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-24T22:09:47.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-24T22:09:47.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-24T22:09:47.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36872026-08-24T22:09:47.122Z
36882026-08-24T22:09:47.122Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337)
36892026-08-24T22:09:47.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-24T22:09:47.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-24T22:09:47.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-24T22:09:47.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36932026-08-24T22:09:47.692Z
36942026-08-24T22:09:47.693Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337)
36952026-08-24T22:09:48.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-24T22:09:48.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-24T22:09:48.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-24T22:09:48.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36992026-08-24T22:09:48.261Z
37002026-08-24T22:09:48.261Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337)
37012026-08-24T22:09:48.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-24T22:09:48.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-24T22:09:48.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-24T22:09:48.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37052026-08-24T22:09:48.833Z
37062026-08-24T22:09:48.833Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337)
37072026-08-24T22:09:49.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-24T22:09:49.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-24T22:09:49.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-24T22:09:49.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37112026-08-24T22:09:49.402Z
37122026-08-24T22:09:49.402Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337)
37132026-08-24T22:09:49.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-24T22:09:49.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-24T22:09:49.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-24T22:09:49.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37172026-08-24T22:09:49.993Z
37182026-08-24T22:09:49.994Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337)
37192026-08-24T22:09:50.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-24T22:09:50.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-24T22:09:50.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-24T22:09:50.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37232026-08-24T22:09:50.584Z
37242026-08-24T22:09:50.584Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337)
37252026-08-24T22:09:51.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-24T22:09:51.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-24T22:09:51.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-24T22:09:51.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37292026-08-24T22:09:51.171Z
37302026-08-24T22:09:51.171Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337)
37312026-08-24T22:09:51.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-24T22:09:51.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-24T22:09:51.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-24T22:09:51.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37352026-08-24T22:09:51.764Z
37362026-08-24T22:09:51.764Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337)
37372026-08-24T22:09:52.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-24T22:09:52.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-24T22:09:52.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-24T22:09:52.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37412026-08-24T22:09:52.354Z
37422026-08-24T22:09:52.354Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337)
37432026-08-24T22:09:52.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-24T22:09:52.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-24T22:09:52.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-24T22:09:52.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37472026-08-24T22:09:52.947Z
37482026-08-24T22:09:52.948Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337)
37492026-08-24T22:09:53.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-24T22:09:53.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-24T22:09:53.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-24T22:09:53.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37532026-08-24T22:09:53.542Z
37542026-08-24T22:09:53.542Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337)
37552026-08-24T22:09:54.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-24T22:09:54.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-24T22:09:54.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-24T22:09:54.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37592026-08-24T22:09:54.132Z
37602026-08-24T22:09:54.132Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337)
37612026-08-24T22:09:54.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-24T22:09:54.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-24T22:09:54.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-24T22:09:54.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37652026-08-24T22:09:54.717Z
37662026-08-24T22:09:54.718Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337)
37672026-08-24T22:09:55.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-24T22:09:55.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-24T22:09:55.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-08-24T22:09:55.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37712026-08-24T22:09:55.302Z
37722026-08-24T22:09:55.302Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337)
37732026-08-24T22:09:55.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-08-24T22:09:55.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-08-24T22:09:55.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-08-24T22:09:55.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37772026-08-24T22:09:55.889Z
37782026-08-24T22:09:55.889Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337)
37792026-08-24T22:09:56.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-08-24T22:09:56.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-08-24T22:09:56.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-08-24T22:09:56.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37832026-08-24T22:09:56.477Z
37842026-08-24T22:09:56.477Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337)
37852026-08-24T22:09:56.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-08-24T22:09:56.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-08-24T22:09:56.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-08-24T22:09:56.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37892026-08-24T22:09:57.062Z
37902026-08-24T22:09:57.062Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337)
37912026-08-24T22:09:57.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-08-24T22:09:57.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-08-24T22:09:57.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-08-24T22:09:57.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37952026-08-24T22:09:57.648Z
37962026-08-24T22:09:57.648Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337)
37972026-08-24T22:09:58.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-08-24T22:09:58.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-08-24T22:09:58.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-08-24T22:09:58.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38012026-08-24T22:09:58.236Z
38022026-08-24T22:09:58.236Zinfo: running `cargo check --bins` on oximeter-producer (195/337)
38032026-08-24T22:09:58.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-08-24T22:09:58.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-08-24T22:09:58.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-08-24T22:09:58.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38072026-08-24T22:09:58.845Z
38082026-08-24T22:09:58.845Zinfo: running `cargo check --bins` on internal-dns-resolver (196/337)
38092026-08-24T22:09:59.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-08-24T22:09:59.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-08-24T22:09:59.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-08-24T22:09:59.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38132026-08-24T22:09:59.421Z
38142026-08-24T22:09:59.421Zinfo: running `cargo check --bins` on dns-server (197/337)
38152026-08-24T22:09:59.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-08-24T22:09:59.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-08-24T22:10:00.063Z Compiling parking_lot_core v0.8.6
38182026-08-24T22:10:00.066Z Compiling git-stub v1.0.0
38192026-08-24T22:10:00.066Z Checking prefix-trie v0.7.0
38202026-08-24T22:10:00.180Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38212026-08-24T22:10:00.292Z Compiling git-stub-vcs v0.1.0
38222026-08-24T22:10:00.455Z Checking hickory-server v0.25.2
38232026-08-24T22:10:00.557Z Checking parking_lot v0.11.2
38242026-08-24T22:10:00.592Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38252026-08-24T22:10:00.723Z Checking sled v0.34.7
38262026-08-24T22:10:02.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
38272026-08-24T22:10:02.845Z
38282026-08-24T22:10:02.846Zinfo: running `cargo check --bins` on dns-server-api (198/337)
38292026-08-24T22:10:03.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-08-24T22:10:03.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-08-24T22:10:03.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-08-24T22:10:03.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38332026-08-24T22:10:03.416Z
38342026-08-24T22:10:03.416Zinfo: running `cargo check --bins` on nexus-client (199/337)
38352026-08-24T22:10:03.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-08-24T22:10:03.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-08-24T22:10:03.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-08-24T22:10:03.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38392026-08-24T22:10:04.023Z
38402026-08-24T22:10:04.023Zinfo: running `cargo check --bins` on oximeter-producer-api (200/337)
38412026-08-24T22:10:04.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-08-24T22:10:04.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-08-24T22:10:04.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-08-24T22:10:04.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38452026-08-24T22:10:04.594Z
38462026-08-24T22:10:04.594Zinfo: running `cargo check --bins` on sp-sim (201/337)
38472026-08-24T22:10:05.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-08-24T22:10:05.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-08-24T22:10:05.302Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38502026-08-24T22:10:05.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
38512026-08-24T22:10:06.010Z
38522026-08-24T22:10:06.010Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337)
38532026-08-24T22:10:06.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-08-24T22:10:06.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-08-24T22:10:06.839Z Compiling proc-macro-error-attr2 v2.0.0
38562026-08-24T22:10:06.969Z Compiling hashbrown v0.14.5
38572026-08-24T22:10:06.972Z Compiling rfc6979 v0.4.0
38582026-08-24T22:10:06.985Z Compiling salty v0.3.0
38592026-08-24T22:10:07.017Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38602026-08-24T22:10:07.017Z Compiling primeorder v0.13.6
38612026-08-24T22:10:07.020Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38622026-08-24T22:10:07.085Z Compiling ecdsa v0.16.9
38632026-08-24T22:10:07.189Z Compiling sha1 v0.10.6
38642026-08-24T22:10:07.259Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38652026-08-24T22:10:07.336Z Compiling proc-macro-error2 v2.0.1
38662026-08-24T22:10:07.443Z Compiling chumsky v0.9.3
38672026-08-24T22:10:07.460Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38682026-08-24T22:10:07.476Z Compiling p384 v0.13.1
38692026-08-24T22:10:07.506Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38702026-08-24T22:10:07.645Z Compiling knus-derive v3.4.0
38712026-08-24T22:10:07.688Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38722026-08-24T22:10:07.754Z Checking libscf-sys v1.2.0
38732026-08-24T22:10:07.801Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38742026-08-24T22:10:07.883Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
38752026-08-24T22:10:08.011Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38762026-08-24T22:10:08.088Z Checking corncobs v0.1.4
38772026-08-24T22:10:08.184Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38782026-08-24T22:10:08.213Z Checking papergrid v0.18.0
38792026-08-24T22:10:08.225Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38802026-08-24T22:10:08.228Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38812026-08-24T22:10:08.228Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38822026-08-24T22:10:08.362Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38832026-08-24T22:10:08.399Z Checking secrecy v0.8.0
38842026-08-24T22:10:08.490Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38852026-08-24T22:10:08.527Z Compiling unicase v2.9.0
38862026-08-24T22:10:08.655Z Compiling illumos-nvpair-sys v0.2.0
38872026-08-24T22:10:08.729Z Compiling mime_guess v2.0.5
38882026-08-24T22:10:08.743Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38892026-08-24T22:10:08.746Z Compiling progenitor-impl v0.13.0
38902026-08-24T22:10:08.854Z Checking crc8 v0.1.1
38912026-08-24T22:10:08.979Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38922026-08-24T22:10:08.994Z Checking tabled v0.21.0
38932026-08-24T22:10:09.029Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38942026-08-24T22:10:09.055Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38952026-08-24T22:10:09.075Z Compiling knus v3.4.0
38962026-08-24T22:10:09.078Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38972026-08-24T22:10:09.593Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38982026-08-24T22:10:09.844Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
38992026-08-24T22:10:09.964Z Checking progenitor-client v0.13.0
39002026-08-24T22:10:10.004Z Checking http-range v0.1.5
39012026-08-24T22:10:10.132Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39022026-08-24T22:10:10.185Z Checking illumos-nvpair v0.3.0
39032026-08-24T22:10:10.214Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39042026-08-24T22:10:10.316Z Checking scuffle v0.1.0
39052026-08-24T22:10:10.349Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39062026-08-24T22:10:10.528Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39072026-08-24T22:10:10.882Z Checking nanorand v0.7.0
39082026-08-24T22:10:10.921Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39092026-08-24T22:10:11.087Z Checking flume v0.11.1
39102026-08-24T22:10:11.130Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
39112026-08-24T22:10:11.168Z Checking hyper-staticfile v0.10.1
39122026-08-24T22:10:11.245Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39132026-08-24T22:10:11.267Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39142026-08-24T22:10:11.349Z Compiling progenitor-macro v0.13.0
39152026-08-24T22:10:11.366Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39162026-08-24T22:10:11.455Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39172026-08-24T22:10:11.476Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39182026-08-24T22:10:11.716Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39192026-08-24T22:10:11.752Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39202026-08-24T22:10:11.816Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39212026-08-24T22:10:11.867Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39222026-08-24T22:10:12.144Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39232026-08-24T22:10:12.182Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39242026-08-24T22:10:12.295Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39252026-08-24T22:10:13.690Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39262026-08-24T22:10:14.629Z Checking progenitor v0.13.0
39272026-08-24T22:10:14.766Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39282026-08-24T22:10:15.679Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39292026-08-24T22:10:16.773Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39302026-08-24T22:10:17.132Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39312026-08-24T22:10:17.228Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39322026-08-24T22:10:17.232Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39332026-08-24T22:10:30.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.74s
39342026-08-24T22:10:30.766Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39352026-08-24T22:10:30.767Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39362026-08-24T22:10:30.960Z
39372026-08-24T22:10:30.961Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337)
39382026-08-24T22:10:31.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-08-24T22:10:31.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-08-24T22:10:31.740Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39412026-08-24T22:10:42.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
39422026-08-24T22:10:42.389Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39432026-08-24T22:10:42.389Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39442026-08-24T22:10:42.586Z
39452026-08-24T22:10:42.586Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337)
39462026-08-24T22:10:43.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-08-24T22:10:43.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-08-24T22:10:43.363Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39492026-08-24T22:10:54.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
39502026-08-24T22:10:54.094Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39512026-08-24T22:10:54.094Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39522026-08-24T22:10:54.293Z
39532026-08-24T22:10:54.293Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337)
39542026-08-24T22:10:54.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-08-24T22:10:54.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-08-24T22:10:55.065Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39572026-08-24T22:11:05.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
39582026-08-24T22:11:05.769Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39592026-08-24T22:11:05.769Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39602026-08-24T22:11:05.962Z
39612026-08-24T22:11:05.962Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337)
39622026-08-24T22:11:06.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-08-24T22:11:06.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-08-24T22:11:06.739Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39652026-08-24T22:11:17.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
39662026-08-24T22:11:17.423Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39672026-08-24T22:11:17.423Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39682026-08-24T22:11:17.624Z
39692026-08-24T22:11:17.624Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337)
39702026-08-24T22:11:18.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-08-24T22:11:18.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-08-24T22:11:18.405Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39732026-08-24T22:11:29.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
39742026-08-24T22:11:29.122Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39752026-08-24T22:11:29.122Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39762026-08-24T22:11:29.325Z
39772026-08-24T22:11:29.325Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337)
39782026-08-24T22:11:29.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-08-24T22:11:29.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-08-24T22:11:30.110Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39812026-08-24T22:11:40.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
39822026-08-24T22:11:40.794Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39832026-08-24T22:11:40.794Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39842026-08-24T22:11:40.991Z
39852026-08-24T22:11:40.991Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337)
39862026-08-24T22:11:41.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-08-24T22:11:41.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-08-24T22:11:41.777Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39892026-08-24T22:11:52.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
39902026-08-24T22:11:52.499Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39912026-08-24T22:11:52.499Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39922026-08-24T22:11:52.702Z
39932026-08-24T22:11:52.702Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337)
39942026-08-24T22:11:53.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-08-24T22:11:53.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-08-24T22:11:53.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-08-24T22:11:53.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39982026-08-24T22:11:53.286Z
39992026-08-24T22:11:53.286Zinfo: running `cargo check --bins` on installinator-common (211/337)
40002026-08-24T22:11:53.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-08-24T22:11:53.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-08-24T22:11:53.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-08-24T22:11:53.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40042026-08-24T22:11:53.888Z
40052026-08-24T22:11:53.888Zinfo: running `cargo check --bins` on installinator-common-versions (212/337)
40062026-08-24T22:11:54.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-08-24T22:11:54.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-08-24T22:11:54.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-08-24T22:11:54.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40102026-08-24T22:11:54.457Z
40112026-08-24T22:11:54.457Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/337)
40122026-08-24T22:11:54.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-08-24T22:11:55.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-08-24T22:11:55.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-08-24T22:11:55.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40162026-08-24T22:11:55.075Z
40172026-08-24T22:11:55.075Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/337)
40182026-08-24T22:11:55.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-08-24T22:11:55.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-08-24T22:11:55.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-08-24T22:11:55.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40222026-08-24T22:11:55.656Z
40232026-08-24T22:11:55.657Zinfo: running `cargo check --bins` on range-requests (215/337)
40242026-08-24T22:11:56.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-08-24T22:11:56.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-08-24T22:11:56.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-08-24T22:11:56.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40282026-08-24T22:11:56.229Z
40292026-08-24T22:11:56.229Zinfo: running `cargo check --bins` on repo-depot-api (216/337)
40302026-08-24T22:11:56.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-08-24T22:11:56.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-08-24T22:11:56.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-08-24T22:11:56.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40342026-08-24T22:11:56.813Z
40352026-08-24T22:11:56.813Zinfo: running `cargo check --bins` on repo-depot-client (217/337)
40362026-08-24T22:11:57.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-08-24T22:11:57.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-08-24T22:11:57.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-08-24T22:11:57.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40402026-08-24T22:11:57.379Z
40412026-08-24T22:11:57.379Zinfo: running `cargo check --bins` on sled-agent-api (218/337)
40422026-08-24T22:11:57.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-08-24T22:11:57.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-08-24T22:11:57.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-08-24T22:11:57.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40462026-08-24T22:11:57.971Z
40472026-08-24T22:11:57.971Zinfo: running `cargo check --bins` on sled-diagnostics (219/337)
40482026-08-24T22:11:58.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-08-24T22:11:58.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-08-24T22:11:58.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-08-24T22:11:58.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40522026-08-24T22:11:58.577Z
40532026-08-24T22:11:58.578Zinfo: running `cargo check --bins` on zfs-test-harness (220/337)
40542026-08-24T22:11:59.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-08-24T22:11:59.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-08-24T22:11:59.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-08-24T22:11:59.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40582026-08-24T22:11:59.169Z
40592026-08-24T22:11:59.169Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (221/337)
40602026-08-24T22:11:59.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-08-24T22:11:59.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-08-24T22:11:59.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-08-24T22:11:59.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40642026-08-24T22:11:59.780Z
40652026-08-24T22:11:59.780Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337)
40662026-08-24T22:12:00.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-08-24T22:12:00.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-08-24T22:12:00.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-08-24T22:12:00.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40702026-08-24T22:12:00.388Z
40712026-08-24T22:12:00.388Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337)
40722026-08-24T22:12:00.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-08-24T22:12:00.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-08-24T22:12:00.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-08-24T22:12:00.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40762026-08-24T22:12:00.995Z
40772026-08-24T22:12:00.995Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337)
40782026-08-24T22:12:01.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-08-24T22:12:01.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-08-24T22:12:01.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-08-24T22:12:01.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40822026-08-24T22:12:01.603Z
40832026-08-24T22:12:01.603Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337)
40842026-08-24T22:12:02.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-08-24T22:12:02.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-08-24T22:12:02.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-08-24T22:12:02.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40882026-08-24T22:12:02.205Z
40892026-08-24T22:12:02.205Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (226/337)
40902026-08-24T22:12:02.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-08-24T22:12:02.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-08-24T22:12:02.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-08-24T22:12:02.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40942026-08-24T22:12:02.816Z
40952026-08-24T22:12:02.816Zinfo: running `cargo check --bins` on trust-quorum (227/337)
40962026-08-24T22:12:03.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-08-24T22:12:03.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-08-24T22:12:03.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-08-24T22:12:03.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41002026-08-24T22:12:03.428Z
41012026-08-24T22:12:03.428Zinfo: running `cargo check --bins` on sled-agent-early-networking (228/337)
41022026-08-24T22:12:03.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-08-24T22:12:03.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-08-24T22:12:03.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-08-24T22:12:03.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41062026-08-24T22:12:04.081Z
41072026-08-24T22:12:04.081Zinfo: running `cargo check --bins` on sled-agent-health-monitor (229/337)
41082026-08-24T22:12:04.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-08-24T22:12:04.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-08-24T22:12:04.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-08-24T22:12:04.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41122026-08-24T22:12:04.626Z
41132026-08-24T22:12:04.626Zinfo: running `cargo check --bins` on sled-agent-multirack-join (230/337)
41142026-08-24T22:12:05.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-08-24T22:12:05.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-08-24T22:12:05.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-08-24T22:12:05.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41182026-08-24T22:12:05.251Z
41192026-08-24T22:12:05.252Zinfo: running `cargo check --bins` on sled-agent-rack-setup (231/337)
41202026-08-24T22:12:05.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-08-24T22:12:05.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-08-24T22:12:05.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-08-24T22:12:05.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41242026-08-24T22:12:05.882Z
41252026-08-24T22:12:05.882Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337)
41262026-08-24T22:12:06.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-08-24T22:12:06.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-08-24T22:12:06.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41292026-08-24T22:12:06.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41302026-08-24T22:12:06.503Z
41312026-08-24T22:12:06.503Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (233/337)
41322026-08-24T22:12:07.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-08-24T22:12:07.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-08-24T22:12:07.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41352026-08-24T22:12:07.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41362026-08-24T22:12:07.133Z
41372026-08-24T22:12:07.133Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337)
41382026-08-24T22:12:07.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-08-24T22:12:07.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-08-24T22:12:07.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41412026-08-24T22:12:07.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41422026-08-24T22:12:07.770Z
41432026-08-24T22:12:07.770Zinfo: running `cargo check --bins` on omicron-deployment-graph (235/337)
41442026-08-24T22:12:08.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-08-24T22:12:08.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-08-24T22:12:08.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41472026-08-24T22:12:08.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41482026-08-24T22:12:08.336Z
41492026-08-24T22:12:08.336Zinfo: running `cargo check --bins` on transient-dns-server (236/337)
41502026-08-24T22:12:08.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-08-24T22:12:08.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-08-24T22:12:08.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-08-24T22:12:08.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41542026-08-24T22:12:08.933Z
41552026-08-24T22:12:08.933Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337)
41562026-08-24T22:12:09.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-08-24T22:12:09.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-08-24T22:12:09.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41592026-08-24T22:12:09.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41602026-08-24T22:12:09.532Z
41612026-08-24T22:12:09.532Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337)
41622026-08-24T22:12:10.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-08-24T22:12:10.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-08-24T22:12:10.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41652026-08-24T22:12:10.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41662026-08-24T22:12:10.119Z
41672026-08-24T22:12:10.119Zinfo: running `cargo check --bins` on omicron-rpaths (239/337)
41682026-08-24T22:12:10.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41692026-08-24T22:12:10.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41702026-08-24T22:12:10.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41712026-08-24T22:12:10.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41722026-08-24T22:12:10.684Z
41732026-08-24T22:12:10.684Zinfo: running `cargo check --bins` on omicron-repl-utils (240/337)
41742026-08-24T22:12:11.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41752026-08-24T22:12:11.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41762026-08-24T22:12:11.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41772026-08-24T22:12:11.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41782026-08-24T22:12:11.253Z
41792026-08-24T22:12:11.253Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (241/337)
41802026-08-24T22:12:11.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41812026-08-24T22:12:11.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41822026-08-24T22:12:11.972Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41832026-08-24T22:12:12.387Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41842026-08-24T22:12:13.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s
41852026-08-24T22:12:13.760Z
41862026-08-24T22:12:13.760Zinfo: running `cargo check --bins` on clickhouse-admin-api (242/337)
41872026-08-24T22:12:14.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-08-24T22:12:14.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-08-24T22:12:14.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41902026-08-24T22:12:14.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41912026-08-24T22:12:14.334Z
41922026-08-24T22:12:14.334Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (243/337)
41932026-08-24T22:12:14.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41942026-08-24T22:12:14.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41952026-08-24T22:12:14.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41962026-08-24T22:12:14.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41972026-08-24T22:12:14.920Z
41982026-08-24T22:12:14.920Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337)
41992026-08-24T22:12:15.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-08-24T22:12:15.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-08-24T22:12:15.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-08-24T22:12:15.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42032026-08-24T22:12:15.500Z
42042026-08-24T22:12:15.501Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (245/337)
42052026-08-24T22:12:15.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-08-24T22:12:16.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-08-24T22:12:16.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-08-24T22:12:16.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42092026-08-24T22:12:16.086Z
42102026-08-24T22:12:16.087Zinfo: running `cargo check --bins` on installinator-client (246/337)
42112026-08-24T22:12:16.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-08-24T22:12:16.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-08-24T22:12:16.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-08-24T22:12:16.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42152026-08-24T22:12:16.674Z
42162026-08-24T22:12:16.674Zinfo: running `cargo check --bins` on oxide-client (247/337)
42172026-08-24T22:12:17.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-08-24T22:12:17.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-08-24T22:12:17.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-08-24T22:12:17.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42212026-08-24T22:12:17.236Z
42222026-08-24T22:12:17.236Zinfo: running `cargo check --bins` on oximeter-client (248/337)
42232026-08-24T22:12:17.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-08-24T22:12:17.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-08-24T22:12:17.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-08-24T22:12:17.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42272026-08-24T22:12:17.818Z
42282026-08-24T22:12:17.819Zinfo: running `cargo check --bins` on wicketd-client (249/337)
42292026-08-24T22:12:18.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-08-24T22:12:18.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-08-24T22:12:18.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-08-24T22:12:18.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42332026-08-24T22:12:18.423Z
42342026-08-24T22:12:18.423Zinfo: running `cargo check --bins` on wicket-common (250/337)
42352026-08-24T22:12:18.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-08-24T22:12:18.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-08-24T22:12:18.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-08-24T22:12:18.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42392026-08-24T22:12:19.016Z
42402026-08-24T22:12:19.016Zinfo: running `cargo check --bins` on wicketd-commission-client (251/337)
42412026-08-24T22:12:19.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-08-24T22:12:19.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-08-24T22:12:19.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-08-24T22:12:19.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42452026-08-24T22:12:19.601Z
42462026-08-24T22:12:19.602Zinfo: running `cargo check --bins` on omicron-cockroach-admin (252/337)
42472026-08-24T22:12:20.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-08-24T22:12:20.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-08-24T22:12:20.282Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42502026-08-24T22:12:20.392Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42512026-08-24T22:12:21.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
42522026-08-24T22:12:21.651Z
42532026-08-24T22:12:21.651Zinfo: running `cargo check --bins` on cockroach-admin-api (253/337)
42542026-08-24T22:12:22.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-08-24T22:12:22.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-08-24T22:12:22.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-08-24T22:12:22.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42582026-08-24T22:12:22.214Z
42592026-08-24T22:12:22.214Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337)
42602026-08-24T22:12:22.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-08-24T22:12:22.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-08-24T22:12:22.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-08-24T22:12:22.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42642026-08-24T22:12:22.867Z
42652026-08-24T22:12:22.867Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337)
42662026-08-24T22:12:23.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-08-24T22:12:23.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-08-24T22:12:23.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-08-24T22:12:23.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42702026-08-24T22:12:23.518Z
42712026-08-24T22:12:23.518Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337)
42722026-08-24T22:12:24.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-08-24T22:12:24.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-08-24T22:12:24.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-08-24T22:12:24.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42762026-08-24T22:12:24.146Z
42772026-08-24T22:12:24.146Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337)
42782026-08-24T22:12:24.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-08-24T22:12:24.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-08-24T22:12:24.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-08-24T22:12:24.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42822026-08-24T22:12:24.935Z
42832026-08-24T22:12:24.935Zinfo: running `cargo check --bins` on db-macros (258/337)
42842026-08-24T22:12:25.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-08-24T22:12:25.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-08-24T22:12:25.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42872026-08-24T22:12:25.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42882026-08-24T22:12:25.415Z
42892026-08-24T22:12:25.415Zinfo: running `cargo check --bins` on nexus-macros-common (259/337)
42902026-08-24T22:12:25.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-08-24T22:12:25.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-08-24T22:12:25.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42932026-08-24T22:12:25.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42942026-08-24T22:12:25.915Z
42952026-08-24T22:12:25.915Zinfo: running `cargo check --bins` on nexus-auth (260/337)
42962026-08-24T22:12:26.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-08-24T22:12:26.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-08-24T22:12:26.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42992026-08-24T22:12:26.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43002026-08-24T22:12:26.526Z
43012026-08-24T22:12:26.526Zinfo: running `cargo check --bins` on authz-macros (261/337)
43022026-08-24T22:12:26.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-08-24T22:12:27.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-08-24T22:12:27.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43052026-08-24T22:12:27.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43062026-08-24T22:12:27.071Z
43072026-08-24T22:12:27.071Zinfo: running `cargo check --bins` on nexus-db-fixed-data (262/337)
43082026-08-24T22:12:27.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-08-24T22:12:27.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-08-24T22:12:27.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43112026-08-24T22:12:27.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43122026-08-24T22:12:27.679Z
43132026-08-24T22:12:27.680Zinfo: running `cargo check --bins` on nexus-db-model (263/337)
43142026-08-24T22:12:28.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-08-24T22:12:28.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-08-24T22:12:28.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43172026-08-24T22:12:28.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43182026-08-24T22:12:28.293Z
43192026-08-24T22:12:28.293Zinfo: running `cargo check --bins` on nexus-db-schema (264/337)
43202026-08-24T22:12:28.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-08-24T22:12:28.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-08-24T22:12:28.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43232026-08-24T22:12:28.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43242026-08-24T22:12:28.854Z
43252026-08-24T22:12:28.855Zinfo: running `cargo check --bins` on nexus-defaults (265/337)
43262026-08-24T22:12:29.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43272026-08-24T22:12:29.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43282026-08-24T22:12:29.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43292026-08-24T22:12:29.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43302026-08-24T22:12:29.428Z
43312026-08-24T22:12:29.428Zinfo: running `cargo check --bins` on omicron-git-version (266/337)
43322026-08-24T22:12:29.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-08-24T22:12:29.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-08-24T22:12:29.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43352026-08-24T22:12:29.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43362026-08-24T22:12:29.983Z
43372026-08-24T22:12:29.983Zinfo: running `cargo check --bins` on nexus-db-errors (267/337)
43382026-08-24T22:12:30.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-08-24T22:12:30.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-08-24T22:12:30.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43412026-08-24T22:12:30.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43422026-08-24T22:12:30.609Z
43432026-08-24T22:12:30.609Zinfo: running `cargo check --bins` on nexus-db-lookup (268/337)
43442026-08-24T22:12:31.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-08-24T22:12:31.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-08-24T22:12:31.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43472026-08-24T22:12:31.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43482026-08-24T22:12:31.226Z
43492026-08-24T22:12:31.226Zinfo: running `cargo check --bins` on nexus-test-interface (269/337)
43502026-08-24T22:12:31.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-08-24T22:12:31.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-08-24T22:12:31.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43532026-08-24T22:12:31.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43542026-08-24T22:12:31.851Z
43552026-08-24T22:12:31.851Zinfo: running `cargo check --bins` on oximeter-collector (270/337)
43562026-08-24T22:12:32.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43572026-08-24T22:12:32.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43582026-08-24T22:12:32.567Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43592026-08-24T22:12:32.570Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43602026-08-24T22:12:33.239Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43612026-08-24T22:12:34.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
43622026-08-24T22:12:35.142Z
43632026-08-24T22:12:35.142Zinfo: running `cargo check --bins` on oximeter-api (271/337)
43642026-08-24T22:12:35.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-08-24T22:12:35.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-08-24T22:12:35.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43672026-08-24T22:12:35.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43682026-08-24T22:12:35.718Z
43692026-08-24T22:12:35.718Zinfo: running `cargo check --bins` on cert-dev (272/337)
43702026-08-24T22:12:36.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-08-24T22:12:36.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-08-24T22:12:36.324Z Checking yasna v0.5.2
43732026-08-24T22:12:36.712Z Checking rcgen v0.12.1
43742026-08-24T22:12:36.964Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43752026-08-24T22:12:37.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
43762026-08-24T22:12:37.309Z
43772026-08-24T22:12:37.309Zinfo: running `cargo check --bins` on clickana (273/337)
43782026-08-24T22:12:37.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-08-24T22:12:37.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-08-24T22:12:37.950Z Compiling instability v0.3.11
43812026-08-24T22:12:37.950Z Checking castaway v0.2.4
43822026-08-24T22:12:37.953Z Compiling indoc v2.0.7
43832026-08-24T22:12:37.954Z Checking unicode-truncate v1.1.0
43842026-08-24T22:12:38.067Z Checking lru v0.12.5
43852026-08-24T22:12:38.073Z Checking cassowary v0.3.0
43862026-08-24T22:12:38.155Z Checking compact_str v0.8.1
43872026-08-24T22:12:38.937Z Checking ratatui v0.29.0
43882026-08-24T22:12:39.989Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43892026-08-24T22:12:40.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
43902026-08-24T22:12:40.885Z
43912026-08-24T22:12:40.885Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (274/337)
43922026-08-24T22:12:41.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-08-24T22:12:41.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-08-24T22:12:41.664Z Checking headers-core v0.3.0
43952026-08-24T22:12:41.664Z Checking port-file v0.1.0
43962026-08-24T22:12:41.678Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43972026-08-24T22:12:41.804Z Checking headers v0.4.1
43982026-08-24T22:12:42.180Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43992026-08-24T22:12:43.115Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44002026-08-24T22:12:43.648Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44012026-08-24T22:12:44.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
44022026-08-24T22:12:44.267Z
44032026-08-24T22:12:44.267Zinfo: running `cargo check --bins` on ch-dev (275/337)
44042026-08-24T22:12:44.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-08-24T22:12:44.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-08-24T22:12:44.979Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44072026-08-24T22:12:45.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
44082026-08-24T22:12:45.984Z
44092026-08-24T22:12:45.984Zinfo: running `cargo check --bins` on dev-tools-common (276/337)
44102026-08-24T22:12:46.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-08-24T22:12:46.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-08-24T22:12:46.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-08-24T22:12:46.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
44142026-08-24T22:12:46.357Z
44152026-08-24T22:12:46.357Zinfo: running `cargo check --bins` on corpus-adjust (277/337)
44162026-08-24T22:12:46.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-08-24T22:12:46.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-08-24T22:12:46.987Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
44192026-08-24T22:12:47.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
44202026-08-24T22:12:47.527Z
44212026-08-24T22:12:47.528Zinfo: running `cargo check --bins` on crdb-seed (278/337)
44222026-08-24T22:12:48.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-08-24T22:12:48.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-08-24T22:12:48.233Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44252026-08-24T22:12:49.332Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44262026-08-24T22:12:49.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
44272026-08-24T22:12:49.874Z
44282026-08-24T22:12:49.874Zinfo: running `cargo check --bins` on db-dev (279/337)
44292026-08-24T22:12:50.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-08-24T22:12:50.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-08-24T22:12:50.592Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44322026-08-24T22:12:51.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
44332026-08-24T22:12:51.542Z
44342026-08-24T22:12:51.542Zinfo: running `cargo check --bins` on omicron-dev-lib (280/337)
44352026-08-24T22:12:52.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-08-24T22:12:52.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-08-24T22:12:52.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-08-24T22:12:52.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44392026-08-24T22:12:52.152Z
44402026-08-24T22:12:52.152Zinfo: running `cargo check --bins` on xtask-downloader (281/337)
44412026-08-24T22:12:52.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-08-24T22:12:52.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-08-24T22:12:52.781Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44442026-08-24T22:12:53.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
44452026-08-24T22:12:53.663Z
44462026-08-24T22:12:53.663Zinfo: running `cargo check --bins` on omicron-dropshot-apis (282/337)
44472026-08-24T22:12:54.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-08-24T22:12:54.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-08-24T22:12:54.360Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44502026-08-24T22:12:54.360Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44512026-08-24T22:12:54.364Z Checking git-stub v1.0.0
44522026-08-24T22:12:54.364Z Compiling trait-variant v0.1.2
44532026-08-24T22:12:54.477Z Checking maplit v1.0.2
44542026-08-24T22:12:54.512Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44552026-08-24T22:12:54.515Z Checking drift v0.2.0
44562026-08-24T22:12:54.515Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44572026-08-24T22:12:54.574Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44582026-08-24T22:12:54.624Z Checking git-stub-vcs v0.1.0
44592026-08-24T22:12:54.708Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44602026-08-24T22:12:54.729Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44612026-08-24T22:12:54.819Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44622026-08-24T22:12:54.866Z Checking dropshot-api-manager v0.8.0
44632026-08-24T22:12:54.882Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44642026-08-24T22:12:55.006Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44652026-08-24T22:12:55.225Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44662026-08-24T22:12:55.722Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44672026-08-24T22:12:56.691Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44682026-08-24T22:12:57.702Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44692026-08-24T22:12:58.521Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44702026-08-24T22:12:58.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
44712026-08-24T22:12:59.138Z
44722026-08-24T22:12:59.138Zinfo: running `cargo check --bins` on installinator-api (283/337)
44732026-08-24T22:12:59.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-08-24T22:12:59.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-08-24T22:12:59.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44762026-08-24T22:12:59.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44772026-08-24T22:12:59.703Z
44782026-08-24T22:12:59.703Zinfo: running `cargo check --bins` on nexus-external-api (284/337)
44792026-08-24T22:13:00.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-08-24T22:13:00.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-08-24T22:13:00.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44822026-08-24T22:13:00.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44832026-08-24T22:13:00.311Z
44842026-08-24T22:13:00.311Zinfo: running `cargo check --bins` on nexus-internal-api (285/337)
44852026-08-24T22:13:00.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-08-24T22:13:00.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-08-24T22:13:00.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44882026-08-24T22:13:00.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44892026-08-24T22:13:00.934Z
44902026-08-24T22:13:00.934Zinfo: running `cargo check --bins` on nexus-lockstep-api (286/337)
44912026-08-24T22:13:01.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-08-24T22:13:01.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-08-24T22:13:01.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44942026-08-24T22:13:01.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44952026-08-24T22:13:01.550Z
44962026-08-24T22:13:01.550Zinfo: running `cargo check --bins` on ntp-admin-api (287/337)
44972026-08-24T22:13:02.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-08-24T22:13:02.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-08-24T22:13:02.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45002026-08-24T22:13:02.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45012026-08-24T22:13:02.103Z
45022026-08-24T22:13:02.103Zinfo: running `cargo check --bins` on ntp-admin-types-versions (288/337)
45032026-08-24T22:13:02.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-08-24T22:13:02.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-08-24T22:13:02.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45062026-08-24T22:13:02.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45072026-08-24T22:13:02.665Z
45082026-08-24T22:13:02.665Zinfo: running `cargo check --bins` on wicketd-api (289/337)
45092026-08-24T22:13:03.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-08-24T22:13:03.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-08-24T22:13:03.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45122026-08-24T22:13:03.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45132026-08-24T22:13:03.247Z
45142026-08-24T22:13:03.247Zinfo: running `cargo check --bins` on wicketd-commission-api (290/337)
45152026-08-24T22:13:03.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-08-24T22:13:03.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-08-24T22:13:03.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-08-24T22:13:03.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45192026-08-24T22:13:03.836Z
45202026-08-24T22:13:03.836Zinfo: running `cargo check --bins` on omicron-ls-apis (291/337)
45212026-08-24T22:13:04.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-08-24T22:13:04.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-08-24T22:13:04.462Z Compiling blake3 v1.8.5
45242026-08-24T22:13:04.594Z Checking arrayref v0.3.9
45252026-08-24T22:13:04.622Z Checking constant_time_eq v0.4.2
45262026-08-24T22:13:04.622Z Checking arrayvec v0.7.6
45272026-08-24T22:13:04.622Z Checking cargo-platform v0.3.2
45282026-08-24T22:13:04.622Z Checking topological-sort v0.2.2
45292026-08-24T22:13:04.622Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
45302026-08-24T22:13:04.729Z Checking cargo_metadata v0.23.1
45312026-08-24T22:13:05.359Z Checking omicron-zone-package v0.12.3
45322026-08-24T22:13:06.038Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45332026-08-24T22:13:06.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
45342026-08-24T22:13:07.086Z
45352026-08-24T22:13:07.086Zinfo: running `cargo check --bins` on mgs-dev (292/337)
45362026-08-24T22:13:07.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-08-24T22:13:07.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-08-24T22:13:07.811Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45392026-08-24T22:13:08.481Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45402026-08-24T22:13:08.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
45412026-08-24T22:13:09.089Z
45422026-08-24T22:13:09.089Zinfo: running `cargo check --bins` on omicron-omdb (293/337)
45432026-08-24T22:13:09.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-08-24T22:13:09.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-08-24T22:13:10.053Z Compiling darling_core v0.21.3
45462026-08-24T22:13:10.053Z Compiling vergen-lib v0.1.6
45472026-08-24T22:13:10.053Z Compiling diesel_derives v2.3.7
45482026-08-24T22:13:10.053Z Checking scheduled-thread-pool v0.2.7
45492026-08-24T22:13:10.102Z Compiling vergen-gitcl v1.0.8
45502026-08-24T22:13:10.102Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45512026-08-24T22:13:10.222Z Compiling diesel_table_macro_syntax v0.3.0
45522026-08-24T22:13:10.261Z Compiling dirs-sys-next v0.1.2
45532026-08-24T22:13:10.411Z Compiling crunchy v0.2.4
45542026-08-24T22:13:10.466Z Compiling glob v0.3.3
45552026-08-24T22:13:10.466Z Checking r2d2 v0.8.10
45562026-08-24T22:13:10.483Z Compiling dirs-next v2.0.0
45572026-08-24T22:13:10.514Z Compiling tiny-keccak v2.0.2
45582026-08-24T22:13:14.204Z Checking downcast-rs v2.0.2
45592026-08-24T22:13:14.275Z Compiling term v0.7.0
45602026-08-24T22:13:14.275Z Compiling bit-vec v0.6.3
45612026-08-24T22:13:14.275Z Compiling clang-sys v1.8.1
45622026-08-24T22:13:14.275Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45632026-08-24T22:13:14.276Z Compiling bit-set v0.5.3
45642026-08-24T22:13:14.276Z Compiling ascii-canvas v3.0.0
45652026-08-24T22:13:14.276Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45662026-08-24T22:13:14.276Z Compiling itertools v0.10.5
45672026-08-24T22:13:14.276Z Compiling ena v0.14.4
45682026-08-24T22:13:14.276Z Compiling libloading v0.8.9
45692026-08-24T22:13:14.276Z Compiling bindgen v0.71.1
45702026-08-24T22:13:14.276Z Compiling diff v0.1.13
45712026-08-24T22:13:14.276Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45722026-08-24T22:13:14.276Z Compiling regex-syntax v0.6.29
45732026-08-24T22:13:14.276Z Compiling cexpr v0.6.0
45742026-08-24T22:13:14.276Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45752026-08-24T22:13:14.276Z Compiling rustc-hash v2.1.1
45762026-08-24T22:13:14.276Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45772026-08-24T22:13:14.276Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45782026-08-24T22:13:14.276Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45792026-08-24T22:13:14.276Z Compiling libxml v0.3.3
45802026-08-24T22:13:14.276Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45812026-08-24T22:13:14.277Z Compiling strum_macros v0.24.3
45822026-08-24T22:13:14.277Z Compiling indoc v1.0.9
45832026-08-24T22:13:14.277Z Compiling darling_macro v0.21.3
45842026-08-24T22:13:14.277Z Compiling lalrpop v0.19.12
45852026-08-24T22:13:14.277Z Compiling darling v0.21.3
45862026-08-24T22:13:14.278Z Compiling dsl_auto_type v0.2.0
45872026-08-24T22:13:14.278Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45882026-08-24T22:13:14.278Z Checking derive_builder v0.20.2
45892026-08-24T22:13:14.278Z Compiling oso-derive v0.27.3
45902026-08-24T22:13:14.278Z Checking quick-xml v0.37.5
45912026-08-24T22:13:14.278Z Compiling impl-trait-for-tuples v0.2.3
45922026-08-24T22:13:14.278Z Checking openssl-probe v0.1.6
45932026-08-24T22:13:14.368Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45942026-08-24T22:13:14.628Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45952026-08-24T22:13:14.715Z Checking bb8 v0.8.6
45962026-08-24T22:13:15.007Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45972026-08-24T22:13:15.025Z Checking nonempty v0.12.0
45982026-08-24T22:13:15.041Z Compiling libz-sys v1.1.24
45992026-08-24T22:13:15.181Z Compiling strsim v0.10.0
46002026-08-24T22:13:15.234Z Compiling libgit2-sys v0.18.3+1.9.2
46012026-08-24T22:13:15.386Z Compiling darling_core v0.13.4
46022026-08-24T22:13:15.510Z Compiling vergen-git2 v9.1.0
46032026-08-24T22:13:15.609Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46042026-08-24T22:13:15.735Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46052026-08-24T22:13:15.827Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46062026-08-24T22:13:16.044Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
46072026-08-24T22:13:16.241Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46082026-08-24T22:13:16.525Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
46092026-08-24T22:13:16.687Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46102026-08-24T22:13:16.754Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46112026-08-24T22:13:16.915Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
46122026-08-24T22:13:17.081Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46132026-08-24T22:13:17.260Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46142026-08-24T22:13:17.295Z Compiling darling_macro v0.13.4
46152026-08-24T22:13:17.464Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46162026-08-24T22:13:17.782Z Compiling darling v0.13.4
46172026-08-24T22:13:17.851Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46182026-08-24T22:13:17.878Z Compiling serde_with_macros v1.5.2
46192026-08-24T22:13:18.234Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46202026-08-24T22:13:18.713Z Compiling serde_with v1.14.0
46212026-08-24T22:13:18.835Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46222026-08-24T22:13:19.022Z Checking twox-hash v2.1.2
46232026-08-24T22:13:19.044Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46242026-08-24T22:13:19.328Z Checking diesel v2.3.7
46252026-08-24T22:13:19.334Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46262026-08-24T22:13:19.869Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46272026-08-24T22:13:20.742Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46282026-08-24T22:13:21.127Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46292026-08-24T22:13:21.496Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
46302026-08-24T22:13:21.863Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46312026-08-24T22:13:22.030Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46322026-08-24T22:13:22.410Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46332026-08-24T22:13:22.684Z Checking libsw-core v0.3.2
46342026-08-24T22:13:22.710Z Checking atty v0.2.14
46352026-08-24T22:13:22.821Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46362026-08-24T22:13:22.847Z Checking libsw v3.5.0
46372026-08-24T22:13:23.007Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46382026-08-24T22:13:23.325Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46392026-08-24T22:13:23.488Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46402026-08-24T22:13:23.551Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46412026-08-24T22:13:24.634Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46422026-08-24T22:13:24.771Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46432026-08-24T22:13:25.357Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46442026-08-24T22:13:25.512Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46452026-08-24T22:13:25.643Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46462026-08-24T22:13:25.837Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46472026-08-24T22:13:26.017Z Checking fatfs v0.3.6
46482026-08-24T22:13:26.444Z Checking console v0.16.2
46492026-08-24T22:13:26.499Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46502026-08-24T22:13:26.765Z Checking unit-prefix v0.5.2
46512026-08-24T22:13:26.907Z Compiling seq-macro v0.3.6
46522026-08-24T22:13:27.409Z Checking indicatif v0.18.4
46532026-08-24T22:13:27.831Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46542026-08-24T22:13:27.857Z Checking oxide-update-engine-display v0.1.2
46552026-08-24T22:13:28.183Z Checking support-bundle-viewer v0.1.2
46562026-08-24T22:13:28.488Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46572026-08-24T22:13:28.521Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46582026-08-24T22:13:28.675Z Checking multimap v0.10.1
46592026-08-24T22:13:34.583Z Checking async-bb8-diesel v0.2.1
46602026-08-24T22:13:34.948Z Checking diesel-dtrace v0.5.0
46612026-08-24T22:13:38.003Z Compiling samael v0.0.19
46622026-08-24T22:13:42.390Z Compiling git2 v0.20.4
46632026-08-24T22:13:43.911Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46642026-08-24T22:13:45.050Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46652026-08-24T22:13:45.325Z Compiling polar-core v0.27.3
46662026-08-24T22:13:49.837Z Checking oso v0.27.3
46672026-08-24T22:14:22.183Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46682026-08-24T22:15:36.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
46692026-08-24T22:15:37.114Z
46702026-08-24T22:15:37.114Zinfo: running `cargo check --bins` on nexus-networking (294/337)
46712026-08-24T22:15:37.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-08-24T22:15:37.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-08-24T22:15:37.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46742026-08-24T22:15:37.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
46752026-08-24T22:15:37.777Z
46762026-08-24T22:15:37.777Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337)
46772026-08-24T22:15:38.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-08-24T22:15:38.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-08-24T22:15:38.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46802026-08-24T22:15:38.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46812026-08-24T22:15:38.398Z
46822026-08-24T22:15:38.398Zinfo: running `cargo check --bins` on nexus-saga-recovery (296/337)
46832026-08-24T22:15:38.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46842026-08-24T22:15:38.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46852026-08-24T22:15:38.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46862026-08-24T22:15:38.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46872026-08-24T22:15:39.012Z
46882026-08-24T22:15:39.012Zinfo: running `cargo check --bins` on nexus-test-utils-macros (297/337)
46892026-08-24T22:15:39.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46902026-08-24T22:15:39.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46912026-08-24T22:15:39.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46922026-08-24T22:15:39.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46932026-08-24T22:15:39.568Z
46942026-08-24T22:15:39.568Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (298/337)
46952026-08-24T22:15:40.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46962026-08-24T22:15:40.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46972026-08-24T22:15:40.376Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46982026-08-24T22:15:41.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
46992026-08-24T22:15:41.341Z
47002026-08-24T22:15:41.341Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337)
47012026-08-24T22:15:41.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47022026-08-24T22:15:41.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47032026-08-24T22:15:42.156Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47042026-08-24T22:16:20.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.57s
47052026-08-24T22:16:21.123Z
47062026-08-24T22:16:21.123Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337)
47072026-08-24T22:16:21.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-08-24T22:16:21.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-08-24T22:16:21.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47102026-08-24T22:16:21.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47112026-08-24T22:16:21.688Z
47122026-08-24T22:16:21.688Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337)
47132026-08-24T22:16:22.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-08-24T22:16:22.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-08-24T22:16:22.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47162026-08-24T22:16:22.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47172026-08-24T22:16:22.241Z
47182026-08-24T22:16:22.241Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (302/337)
47192026-08-24T22:16:22.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-08-24T22:16:22.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-08-24T22:16:22.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47222026-08-24T22:16:22.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47232026-08-24T22:16:22.848Z
47242026-08-24T22:16:22.849Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337)
47252026-08-24T22:16:23.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-08-24T22:16:23.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-08-24T22:16:23.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47282026-08-24T22:16:23.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47292026-08-24T22:16:23.465Z
47302026-08-24T22:16:23.465Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (304/337)
47312026-08-24T22:16:23.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47322026-08-24T22:16:23.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47332026-08-24T22:16:23.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47342026-08-24T22:16:23.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47352026-08-24T22:16:24.084Z
47362026-08-24T22:16:24.084Zinfo: running `cargo check --bins` on nexus-mgs-updates (305/337)
47372026-08-24T22:16:24.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47382026-08-24T22:16:24.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47392026-08-24T22:16:24.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47402026-08-24T22:16:24.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47412026-08-24T22:16:24.689Z
47422026-08-24T22:16:24.689Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (306/337)
47432026-08-24T22:16:25.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47442026-08-24T22:16:25.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47452026-08-24T22:16:25.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47462026-08-24T22:16:25.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47472026-08-24T22:16:25.304Z
47482026-08-24T22:16:25.305Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337)
47492026-08-24T22:16:25.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-08-24T22:16:25.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-08-24T22:16:25.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47522026-08-24T22:16:25.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47532026-08-24T22:16:25.922Z
47542026-08-24T22:16:25.922Zinfo: running `cargo check --bins` on nexus-switch-config (308/337)
47552026-08-24T22:16:26.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47562026-08-24T22:16:26.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47572026-08-24T22:16:26.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47582026-08-24T22:16:26.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47592026-08-24T22:16:26.525Z
47602026-08-24T22:16:26.525Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (309/337)
47612026-08-24T22:16:27.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-08-24T22:16:27.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-08-24T22:16:27.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47642026-08-24T22:16:27.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47652026-08-24T22:16:27.190Z
47662026-08-24T22:16:27.190Zinfo: running `cargo check --bins` on support-bundle-collection (310/337)
47672026-08-24T22:16:27.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-08-24T22:16:27.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-08-24T22:16:27.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47702026-08-24T22:16:27.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47712026-08-24T22:16:27.753Z
47722026-08-24T22:16:27.753Zinfo: running `cargo check --bins` on omicron-dev (311/337)
47732026-08-24T22:16:28.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-08-24T22:16:28.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-08-24T22:16:28.638Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47762026-08-24T22:16:28.641Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47772026-08-24T22:16:28.826Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47782026-08-24T22:16:28.854Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
47792026-08-24T22:16:28.870Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47802026-08-24T22:16:28.874Z Checking diff v0.1.13
47812026-08-24T22:16:28.874Z Checking yansi v1.0.1
47822026-08-24T22:16:28.915Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47832026-08-24T22:16:28.954Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47842026-08-24T22:16:29.131Z Checking pretty_assertions v1.4.1
47852026-08-24T22:16:29.900Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47862026-08-24T22:16:29.903Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47872026-08-24T22:16:55.243Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47882026-08-24T22:16:55.243Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47892026-08-24T22:16:55.247Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47902026-08-24T22:16:55.247Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47912026-08-24T22:16:55.247Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47922026-08-24T22:16:55.247Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47932026-08-24T22:16:55.247Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47942026-08-24T22:16:56.135Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47952026-08-24T22:16:56.135Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47962026-08-24T22:16:57.418Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47972026-08-24T22:17:36.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
47982026-08-24T22:17:36.468Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47992026-08-24T22:17:36.468Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48002026-08-24T22:17:36.672Z
48012026-08-24T22:17:36.672Zinfo: running `cargo check --bins` on oximeter-load-test (312/337)
48022026-08-24T22:17:37.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48032026-08-24T22:17:37.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48042026-08-24T22:17:37.372Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
48052026-08-24T22:17:38.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
48062026-08-24T22:17:38.194Z
48072026-08-24T22:17:38.194Zinfo: running `cargo check --bins` on omicron-pins (313/337)
48082026-08-24T22:17:38.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48092026-08-24T22:17:38.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48102026-08-24T22:17:38.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48112026-08-24T22:17:38.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48122026-08-24T22:17:38.749Z
48132026-08-24T22:17:38.749Zinfo: running `cargo check --bins` on rack-init-config (314/337)
48142026-08-24T22:17:39.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48152026-08-24T22:17:39.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48162026-08-24T22:17:39.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48172026-08-24T22:17:39.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48182026-08-24T22:17:39.325Z
48192026-08-24T22:17:39.325Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337)
48202026-08-24T22:17:39.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48212026-08-24T22:17:39.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48222026-08-24T22:17:40.090Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48232026-08-24T22:17:40.211Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48242026-08-24T22:17:40.218Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48252026-08-24T22:18:07.151Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48262026-08-24T22:18:07.553Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48272026-08-24T22:18:09.329Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48282026-08-24T22:18:09.807Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48292026-08-24T22:18:12.972Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48302026-08-24T22:18:36.968Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48312026-08-24T22:18:37.720Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48322026-08-24T22:18:39.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
48332026-08-24T22:18:39.641Z
48342026-08-24T22:18:39.641Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (316/337)
48352026-08-24T22:18:40.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48362026-08-24T22:18:40.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48372026-08-24T22:18:40.349Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48382026-08-24T22:18:41.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
48392026-08-24T22:18:41.237Z
48402026-08-24T22:18:41.237Zinfo: running `cargo check --bins` on omicron-releng (317/337)
48412026-08-24T22:18:41.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48422026-08-24T22:18:41.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48432026-08-24T22:18:41.862Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48442026-08-24T22:18:41.865Z Compiling fs-err v2.11.0
48452026-08-24T22:18:41.981Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48462026-08-24T22:18:41.995Z Checking parse-size v1.1.0
48472026-08-24T22:18:42.002Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48482026-08-24T22:18:42.005Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48492026-08-24T22:18:42.005Z Checking shell-words v1.1.1
48502026-08-24T22:18:42.085Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48512026-08-24T22:18:42.420Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48522026-08-24T22:18:42.598Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48532026-08-24T22:18:43.271Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48542026-08-24T22:18:44.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
48552026-08-24T22:18:44.403Z
48562026-08-24T22:18:44.403Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (318/337)
48572026-08-24T22:18:44.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48582026-08-24T22:18:44.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48592026-08-24T22:18:45.032Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48602026-08-24T22:18:45.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
48612026-08-24T22:18:45.701Z
48622026-08-24T22:18:45.701Zinfo: running `cargo check --bins` on schema (319/337)
48632026-08-24T22:18:46.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48642026-08-24T22:18:46.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48652026-08-24T22:18:46.421Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48662026-08-24T22:18:47.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
48672026-08-24T22:18:47.323Z
48682026-08-24T22:18:47.323Zinfo: running `cargo check --bins` on xtask (320/337)
48692026-08-24T22:18:47.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48702026-08-24T22:18:47.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48712026-08-24T22:18:47.724Z Checking serde_core v1.0.228
48722026-08-24T22:18:47.724Z Checking libc v0.2.185
48732026-08-24T22:18:47.798Z Checking bitflags v2.11.0
48742026-08-24T22:18:47.809Z Checking scroll v0.12.0
48752026-08-24T22:18:47.812Z Checking thiserror v1.0.69
48762026-08-24T22:18:47.821Z Checking log v0.4.33
48772026-08-24T22:18:47.824Z Checking indexmap v2.14.0
48782026-08-24T22:18:47.836Z Checking zerocopy v0.7.35
48792026-08-24T22:18:47.902Z Checking syn v2.0.117
48802026-08-24T22:18:47.942Z Checking dtrace-parser v0.2.0
48812026-08-24T22:18:47.958Z Checking once_cell v1.21.3
48822026-08-24T22:18:48.020Z Checking goblin v0.8.2
48832026-08-24T22:18:48.081Z Checking errno v0.3.14
48842026-08-24T22:18:48.125Z Checking thread-id v4.2.2
48852026-08-24T22:18:48.171Z Checking getrandom v0.3.4
48862026-08-24T22:18:48.197Z Checking rustix v1.1.4
48872026-08-24T22:18:48.207Z Checking memmap v0.7.0
48882026-08-24T22:18:48.298Z Checking thiserror v2.0.18
48892026-08-24T22:18:48.316Z Checking fs-err v3.3.0
48902026-08-24T22:18:48.329Z Checking anyhow v1.0.104
48912026-08-24T22:18:48.355Z Checking tabled v0.15.0
48922026-08-24T22:18:48.963Z Checking terminal_size v0.4.3
48932026-08-24T22:18:48.963Z Checking tempfile v3.27.0
48942026-08-24T22:18:49.070Z Checking clap_builder v4.6.0
48952026-08-24T22:18:49.070Z Checking textwrap v0.16.2
48962026-08-24T22:18:49.241Z Checking serde v1.0.228
48972026-08-24T22:18:49.244Z Checking serde_json v1.0.151
48982026-08-24T22:18:49.244Z Checking camino v1.2.5
48992026-08-24T22:18:49.270Z Checking cargo-platform v0.3.2
49002026-08-24T22:18:49.438Z Checking semver v1.0.28
49012026-08-24T22:18:49.484Z Checking camino-tempfile v1.4.1
49022026-08-24T22:18:49.652Z Checking serde_spanned v0.6.9
49032026-08-24T22:18:49.655Z Checking toml_datetime v0.6.11
49042026-08-24T22:18:49.655Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49052026-08-24T22:18:49.655Z Checking macaddr v1.0.1
49062026-08-24T22:18:49.832Z Checking toml_edit v0.22.27
49072026-08-24T22:18:49.843Z Checking cargo_metadata v0.23.1
49082026-08-24T22:18:49.851Z Checking dof v0.3.0
49092026-08-24T22:18:50.108Z Checking usdt-impl v0.5.0
49102026-08-24T22:18:50.261Z Checking clap v4.6.1
49112026-08-24T22:18:50.365Z Checking usdt v0.5.0
49122026-08-24T22:18:50.794Z Checking toml v0.8.23
49132026-08-24T22:18:51.052Z Checking cargo_toml v0.21.0
49142026-08-24T22:18:51.701Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49152026-08-24T22:18:52.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
49162026-08-24T22:18:52.192Z
49172026-08-24T22:18:52.192Zinfo: running `cargo check --bins` on dnsadm (321/337)
49182026-08-24T22:18:52.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49192026-08-24T22:18:52.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49202026-08-24T22:18:52.829Z Checking arc-swap v1.8.2
49212026-08-24T22:18:53.108Z Checking slog-scope v4.4.1
49222026-08-24T22:18:53.218Z Checking slog-stdlog v4.1.1
49232026-08-24T22:18:53.313Z Checking slog-envlogger v2.2.0
49242026-08-24T22:18:53.432Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49252026-08-24T22:18:53.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
49262026-08-24T22:18:54.020Z
49272026-08-24T22:18:54.020Zinfo: running `cargo check --bins` on end-to-end-tests (322/337)
49282026-08-24T22:18:54.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49292026-08-24T22:18:54.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49302026-08-24T22:18:54.827Z Checking cpubits v0.1.1
49312026-08-24T22:18:54.952Z Checking pem-rfc7468 v1.0.0
49322026-08-24T22:18:54.965Z Checking hmac v0.13.0
49332026-08-24T22:18:54.968Z Checking universal-hash v0.6.1
49342026-08-24T22:18:54.988Z Checking ctr v0.10.1
49352026-08-24T22:18:54.988Z Checking aead v0.6.1
49362026-08-24T22:18:55.015Z Checking crypto-bigint v0.7.5
49372026-08-24T22:18:55.015Z Checking aes v0.9.1
49382026-08-24T22:18:55.041Z Checking salsa20 v0.11.0
49392026-08-24T22:18:55.089Z Checking der v0.8.0
49402026-08-24T22:18:55.092Z Checking polyval v0.7.1
49412026-08-24T22:18:55.116Z Checking pbkdf2 v0.13.0
49422026-08-24T22:18:55.133Z Checking cbc v0.2.1
49432026-08-24T22:18:55.184Z Checking ff v0.14.0
49442026-08-24T22:18:55.188Z Checking signature v3.0.0
49452026-08-24T22:18:55.229Z Checking scrypt v0.12.0
49462026-08-24T22:18:55.257Z Checking ghash v0.6.0
49472026-08-24T22:18:55.271Z Checking base16ct v1.0.0
49482026-08-24T22:18:55.329Z Checking group v0.14.0
49492026-08-24T22:18:55.361Z Checking hkdf v0.13.0
49502026-08-24T22:18:55.382Z Compiling curve25519-dalek v5.0.0
49512026-08-24T22:18:55.399Z Checking keccak v0.2.0
49522026-08-24T22:18:55.415Z Checking aes-gcm v0.11.0
49532026-08-24T22:18:55.430Z Checking poly1305 v0.9.0
49542026-08-24T22:18:55.480Z Checking wnaf v0.14.0
49552026-08-24T22:18:55.496Z Checking blowfish v0.10.0
49562026-08-24T22:18:55.553Z Checking blake2 v0.11.0-rc.6
49572026-08-24T22:18:55.579Z Checking sha3 v0.11.0
49582026-08-24T22:18:55.645Z Checking bcrypt-pbkdf v0.11.0
49592026-08-24T22:18:55.661Z Checking kem v0.3.0
49602026-08-24T22:18:55.697Z Checking module-lattice v0.2.3
49612026-08-24T22:18:55.777Z Checking sponge-cursor v0.1.0
49622026-08-24T22:18:55.807Z Checking argon2 v0.6.0-rc.8
49632026-08-24T22:18:55.823Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49642026-08-24T22:18:55.897Z Checking spki v0.8.0
49652026-08-24T22:18:55.911Z Checking sec1 v0.8.1
49662026-08-24T22:18:55.925Z Checking sha3 v0.12.0
49672026-08-24T22:18:55.928Z Checking ml-kem v0.3.2
49682026-08-24T22:18:56.002Z Checking internal-russh-num-bigint v0.5.0
49692026-08-24T22:18:56.070Z Checking pkcs5 v0.8.1
49702026-08-24T22:18:56.111Z Checking pkcs1 v0.8.0-rc.4
49712026-08-24T22:18:56.127Z Checking num-bigint v0.4.6
49722026-08-24T22:18:56.127Z Checking generic-array v1.4.3
49732026-08-24T22:18:56.318Z Checking russh-util v0.52.0
49742026-08-24T22:18:56.356Z Checking pkcs8 v0.11.0
49752026-08-24T22:18:56.449Z Compiling enum_dispatch v0.3.13
49762026-08-24T22:18:56.540Z Compiling delegate v0.13.5
49772026-08-24T22:18:56.558Z Checking ed25519 v3.0.0
49782026-08-24T22:18:56.684Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49792026-08-24T22:18:56.722Z Checking hex-literal v1.1.0
49802026-08-24T22:18:56.757Z Checking ed25519-dalek v3.0.0
49812026-08-24T22:18:56.822Z Checking md5 v0.8.0
49822026-08-24T22:18:56.900Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49832026-08-24T22:18:56.983Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49842026-08-24T22:18:56.998Z Checking socket2 v0.5.10
49852026-08-24T22:18:57.079Z Checking internet-checksum v0.2.1
49862026-08-24T22:18:57.094Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49872026-08-24T22:18:57.240Z Checking elliptic-curve v0.14.1
49882026-08-24T22:18:57.240Z Checking primefield v0.14.0
49892026-08-24T22:18:57.243Z Checking rfc6979 v0.6.0
49902026-08-24T22:18:57.243Z Checking ssh-encoding v0.3.0
49912026-08-24T22:18:57.384Z Checking crypto-primes v0.7.2
49922026-08-24T22:18:57.463Z Checking ssh-cipher v0.3.0
49932026-08-24T22:18:57.463Z Checking russh-cryptovec v0.62.0
49942026-08-24T22:18:57.645Z Checking ecdsa v0.17.0
49952026-08-24T22:18:57.645Z Checking primeorder v0.14.0
49962026-08-24T22:18:58.010Z Checking p384 v0.14.0
49972026-08-24T22:18:58.010Z Checking p521 v0.14.0
49982026-08-24T22:18:58.013Z Checking p256 v0.14.0
49992026-08-24T22:18:58.312Z Checking rsa v0.10.0-rc.18
50002026-08-24T22:19:00.851Z Checking ssh-key v0.7.0-rc.11
50012026-08-24T22:19:01.611Z Checking russh v0.62.4
50022026-08-24T22:19:15.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.12s
50032026-08-24T22:19:15.149Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50042026-08-24T22:19:15.149Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50052026-08-24T22:19:15.347Z
50062026-08-24T22:19:15.347Zinfo: running `cargo check --bins` on gateway-cli (323/337)
50072026-08-24T22:19:15.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50082026-08-24T22:19:15.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50092026-08-24T22:19:15.980Z Checking termios v0.3.3
50102026-08-24T22:19:16.172Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50112026-08-24T22:19:16.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
50122026-08-24T22:19:16.944Z
50132026-08-24T22:19:16.944Zinfo: running `cargo check --bins --no-default-features` on installinator (324/337)
50142026-08-24T22:19:17.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50152026-08-24T22:19:17.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50162026-08-24T22:19:17.623Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50172026-08-24T22:19:18.319Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50182026-08-24T22:19:19.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
50192026-08-24T22:19:20.093Z
50202026-08-24T22:19:20.093Zinfo: running `cargo check --bins` on internal-dns-cli (325/337)
50212026-08-24T22:19:20.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50222026-08-24T22:19:20.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50232026-08-24T22:19:20.731Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50242026-08-24T22:19:21.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
50252026-08-24T22:19:21.340Z
50262026-08-24T22:19:21.340Zinfo: running `cargo check --bins` on omicron-live-tests (326/337)
50272026-08-24T22:19:21.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50282026-08-24T22:19:21.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50292026-08-24T22:19:21.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50302026-08-24T22:19:21.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50312026-08-24T22:19:21.903Z
50322026-08-24T22:19:21.903Zinfo: running `cargo check --bins` on live-tests-macros (327/337)
50332026-08-24T22:19:22.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50342026-08-24T22:19:22.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50352026-08-24T22:19:22.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50362026-08-24T22:19:22.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50372026-08-24T22:19:22.461Z
50382026-08-24T22:19:22.461Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337)
50392026-08-24T22:19:22.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50402026-08-24T22:19:22.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50412026-08-24T22:19:23.187Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50422026-08-24T22:19:23.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
50432026-08-24T22:19:23.960Z
50442026-08-24T22:19:23.960Zinfo: running `cargo check --bins` on omicron-ntp-admin (329/337)
50452026-08-24T22:19:24.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50462026-08-24T22:19:24.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50472026-08-24T22:19:24.594Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50482026-08-24T22:19:24.594Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50492026-08-24T22:19:25.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
50502026-08-24T22:19:25.686Z
50512026-08-24T22:19:25.686Zinfo: running `cargo check --bins` on ntp-admin-types (330/337)
50522026-08-24T22:19:26.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50532026-08-24T22:19:26.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50542026-08-24T22:19:26.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50552026-08-24T22:19:26.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50562026-08-24T22:19:26.241Z
50572026-08-24T22:19:26.241Zinfo: running `cargo check --bins` on omicron-package (331/337)
50582026-08-24T22:19:26.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50592026-08-24T22:19:26.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50602026-08-24T22:19:26.912Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50612026-08-24T22:19:27.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
50622026-08-24T22:19:28.173Z
50632026-08-24T22:19:28.173Zinfo: running `cargo check --bins` on tqdb (332/337)
50642026-08-24T22:19:28.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50652026-08-24T22:19:28.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50662026-08-24T22:19:28.937Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50672026-08-24T22:19:29.287Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50682026-08-24T22:19:29.800Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50692026-08-24T22:19:29.800Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50702026-08-24T22:19:36.452Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50712026-08-24T22:19:36.455Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50722026-08-24T22:19:36.456Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50732026-08-24T22:19:37.070Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50742026-08-24T22:19:37.073Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50752026-08-24T22:19:37.073Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50762026-08-24T22:19:37.073Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50772026-08-24T22:19:37.851Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50782026-08-24T22:19:38.487Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50792026-08-24T22:19:38.723Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50802026-08-24T22:19:38.894Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50812026-08-24T22:19:39.751Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50822026-08-24T22:19:40.397Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50832026-08-24T22:19:45.281Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50842026-08-24T22:19:52.460Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50852026-08-24T22:19:52.460Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50862026-08-24T22:19:52.463Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50872026-08-24T22:19:52.463Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50882026-08-24T22:19:53.975Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50892026-08-24T22:19:55.259Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50902026-08-24T22:19:55.942Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50912026-08-24T22:19:57.231Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50922026-08-24T22:19:57.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.60s
50932026-08-24T22:19:57.992Z
50942026-08-24T22:19:57.992Zinfo: running `cargo check --bins` on wicket-dbg (333/337)
50952026-08-24T22:19:58.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50962026-08-24T22:19:58.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50972026-08-24T22:19:58.688Z Checking rtoolbox v0.0.3
50982026-08-24T22:19:58.691Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50992026-08-24T22:19:58.691Z Checking tui-tree-widget v0.23.1
51002026-08-24T22:19:58.817Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
51012026-08-24T22:19:58.905Z Checking rpassword v7.5.4
51022026-08-24T22:20:01.743Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51032026-08-24T22:20:03.578Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51042026-08-24T22:20:04.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.50s
51052026-08-24T22:20:04.688Z
51062026-08-24T22:20:04.688Zinfo: running `cargo check --bins` on wicket (334/337)
51072026-08-24T22:20:05.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51082026-08-24T22:20:05.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51092026-08-24T22:20:05.366Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51102026-08-24T22:20:05.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
51112026-08-24T22:20:05.909Z
51122026-08-24T22:20:05.909Zinfo: running `cargo check --bins` on wicketd (335/337)
51132026-08-24T22:20:06.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51142026-08-24T22:20:06.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51152026-08-24T22:20:06.598Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51162026-08-24T22:20:10.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
51172026-08-24T22:20:10.395Z
51182026-08-24T22:20:10.396Zinfo: running `cargo check --bins` on omicron-workspace-hack (336/337)
51192026-08-24T22:20:10.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51202026-08-24T22:20:10.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51212026-08-24T22:20:10.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51222026-08-24T22:20:10.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
51232026-08-24T22:20:10.949Z
51242026-08-24T22:20:10.949Zinfo: running `cargo check --bins` on zone-setup (337/337)
51252026-08-24T22:20:11.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51262026-08-24T22:20:11.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51272026-08-24T22:20:11.609Z Checking uzers v0.12.2
51282026-08-24T22:20:11.876Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51292026-08-24T22:20:12.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
51302026-08-24T22:20:12.851Z
51312026-08-24T22:20:12.851Zreal 14:06.872112815
51322026-08-24T22:20:12.851Zuser 21:28.125510446
51332026-08-24T22:20:12.851Zsys 4:21.988119393
51342026-08-24T22:20:12.851Ztrap 0.340942863
51352026-08-24T22:20:12.851Ztflt 0.552471145
51362026-08-24T22:20:12.851Zdflt 0.852204041
51372026-08-24T22:20:12.855Zkflt 0.004292161
51382026-08-24T22:20:12.855Zlock 1:30:09.721820721
51392026-08-24T22:20:12.855Zslp 1:41:42.738473742
51402026-08-24T22:20:12.855Zlat 54.635006852
51412026-08-24T22:20:12.855Zstop 4:00.454138318
51422026-08-24T22:20:12.855Zprocess exited: duration 1007532 ms, exit code 0
 
51432026-08-24T22:20:12.862Zfound 0 output files