01KZSQQ7RVW6ZPC5TY9H1QR05V: 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: 01KZSQQV318QRFWFRT44W7QT0A

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-12T01:01:07.700Zjob assigned to worker 01KZSQQXF4HKNWB3Q9X8HPGKQR [factory aws, i-082323e28ef703cda] (queued for 54 s)
 
22026-08-12T01:01:13.768Zstarting task 0: "setup"
32026-08-12T01:01:13.771Z++ uname -s
42026-08-12T01:01:13.775Z+ kern=SunOS
52026-08-12T01:01:13.775Z+ build_user=build
62026-08-12T01:01:13.775Z+ build_uid=12345
72026-08-12T01:01:13.775Z+ work_dir=/work
82026-08-12T01:01:13.775Z+ input_dir=/input
92026-08-12T01:01:13.775Z+ [[ 0 == 12345 ]]
102026-08-12T01:01:13.775Z+ case "$kern" in
112026-08-12T01:01:13.775Z+ groupadd -g 12345 build
122026-08-12T01:01:13.775Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-12T01:01:15.801Z+ zfs create -o mountpoint=/work rpool/work
142026-08-12T01:01:15.867Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-12T01:01:15.870Z+ home_fs=zfs
162026-08-12T01:01:15.870Z+ [[ zfs == autofs ]]
172026-08-12T01:01:15.870Z+ mkdir -p /home/build
182026-08-12T01:01:15.870Z+ chown build:build /home/build /work
192026-08-12T01:01:17.871Z+ chmod 0700 /home/build /work
202026-08-12T01:01:17.874Zprocess exited: duration 4106 ms, exit code 0
 
212026-08-12T01:01:17.880Zstarting task 1: "rust-toolchain"
222026-08-12T01:01:17.884Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-12T01:01:17.884Z * rust toolchain channel = "1.97.1"
242026-08-12T01:01:17.884Z * rust toolchain profile = "default"
252026-08-12T01:01:17.884Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-12T01:01:17.884Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-12T01:01:17.884Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-12T01:01:17.888Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-12T01:01:17.888Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-12T01:01:17.940Zinfo: downloading installer
312026-08-12T01:01:19.618Zwarn: It looks like you have an existing rustup settings file at:
322026-08-12T01:01:19.618Zwarn: /home/build/.rustup/settings.toml
332026-08-12T01:01:19.618Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-12T01:01:19.618Zwarn: instead of the one inferred from the default host triple.
352026-08-12T01:01:19.630Zinfo: profile set to default
362026-08-12T01:01:19.630Zinfo: default host triple is x86_64-unknown-illumos
372026-08-12T01:01:19.633Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-12T01:01:19.771Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-12T01:01:19.775Zinfo: downloading 6 components
402026-08-12T01:01:35.262Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-12T01:01:35.262Z
422026-08-12T01:01:35.289Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-12T01:01:35.289Z
442026-08-12T01:01:35.292Z
452026-08-12T01:01:35.292ZRust is installed now. Great!
462026-08-12T01:01:35.292Z
472026-08-12T01:01:35.293ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-12T01:01:35.293Zenvironment variable. This has not been done automatically.
492026-08-12T01:01:35.293Z
502026-08-12T01:01:35.293ZTo configure your current shell, you need to source
512026-08-12T01:01:35.293Zthe corresponding env file under $HOME/.cargo.
522026-08-12T01:01:35.293Z
532026-08-12T01:01:35.293ZThis is usually done by running one of the following (note the leading DOT):
542026-08-12T01:01:35.293Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-12T01:01:35.293Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-12T01:01:35.293Zsource "~/.cargo/env.nu" # For nushell
572026-08-12T01:01:35.293Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-12T01:01:35.293Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-12T01:01:35.293Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-12T01:01:35.293Zwarn: no default linker (`cc`) was found in your PATH
612026-08-12T01:01:35.293Zwarn: many Rust crates require a system C toolchain to build
622026-08-12T01:01:35.397Z+ rustup --version
632026-08-12T01:01:35.406Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-12T01:01:35.409Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-12T01:01:35.427Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-12T01:01:35.430Z+ cargo --version
672026-08-12T01:01:35.445Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-12T01:01:35.447Z+ rustc --version
692026-08-12T01:01:35.466Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-12T01:01:35.469Zprocess exited: duration 17588 ms, exit code 0
 
712026-08-12T01:01:35.475Zstarting task 2: "authentication"
722026-08-12T01:01:35.492Zprocess exited: duration 16 ms, exit code 0
 
732026-08-12T01:01:35.498Zstarting task 3: "clone repository"
742026-08-12T01:01:35.501Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-12T01:01:35.504Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-12T01:01:35.535ZCloning into '/work/oxidecomputer/omicron'...
772026-08-12T01:01:46.063Z+ cd /work/oxidecomputer/omicron
782026-08-12T01:01:46.063Z+ git fetch origin a6edaf011eeb97d1e5513f06fa914ae31cb7065f
792026-08-12T01:01:46.372ZFrom https://github.com/oxidecomputer/omicron
802026-08-12T01:01:46.372Z * branch a6edaf011eeb97d1e5513f06fa914ae31cb7065f -> FETCH_HEAD
812026-08-12T01:01:46.383Z+ [[ -n sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config ]]
822026-08-12T01:01:46.386Z++ git branch --show-current
832026-08-12T01:01:46.386Z+ current=main
842026-08-12T01:01:46.386Z+ [[ main != sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config ]]
852026-08-12T01:01:46.386Z+ git branch -f sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config a6edaf011eeb97d1e5513f06fa914ae31cb7065f
862026-08-12T01:01:46.389Z+ git checkout -f sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config
872026-08-12T01:01:46.640ZSwitched to branch 'sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config'
882026-08-12T01:01:46.643Z+ git reset --hard a6edaf011eeb97d1e5513f06fa914ae31cb7065f
892026-08-12T01:01:46.660ZHEAD is now at a6edaf011 [spr] initial version
902026-08-12T01:01:46.663Zprocess exited: duration 11163 ms, exit code 0
 
912026-08-12T01:01:46.669Zstarting task 4: "build"
922026-08-12T01:01:46.673Z+ source .github/buildomat/ci-env.sh
932026-08-12T01:01:46.676Z++ export CARGO_TERM_COLOR=always
942026-08-12T01:01:46.676Z++ CARGO_TERM_COLOR=always
952026-08-12T01:01:46.676Z+++ uname -s
962026-08-12T01:01:46.676Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-12T01:01:46.676Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-12T01:01:46.680Z+ cargo --version
992026-08-12T01:01:46.685Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-12T01:01:46.689Z+ rustc --version
1012026-08-12T01:01:46.708Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-12T01:01:46.712Z+ source ./env.sh
1032026-08-12T01:01:46.712Z++ OLD_SHELL_OPTS=ehxB
1042026-08-12T01:01:46.712Z++ set -o xtrace
1052026-08-12T01:01:46.716Z++++ dirname ./env.sh
1062026-08-12T01:01:46.726Z+++ readlink -f .
1072026-08-12T01:01:46.729Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-12T01:01:46.729Z++ 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-12T01:01:46.729Z++ 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-12T01:01:46.729Z++ 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-12T01:01:46.730Z++ 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-12T01:01:46.730Z++ 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-12T01:01:46.730Z++ 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-12T01:01:46.730Z++ 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-12T01:01:46.730Z++ 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-12T01:01:46.730Z++ 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-12T01:01:46.730Z++ 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-12T01:01:46.730Z++ case $OLD_SHELL_OPTS in
1192026-08-12T01:01:46.730Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-12T01:01:46.730Z+ 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-12T01:01:46.730Z+ 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-12T01:01:46.730Z+ banner prerequisites
1232026-08-12T01:01:46.734Z
1242026-08-12T01:01:46.734Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-12T01:01:46.734Z # # # # # # # # # # # # # # #
1262026-08-12T01:01:46.734Z # # # # ##### # # ##### # # # # # #### #
1272026-08-12T01:01:46.734Z ##### ##### # ##### # # # # # # # # #
1282026-08-12T01:01:46.734Z # # # # # # # # # # # # # # #
1292026-08-12T01:01:46.734Z # # # ###### # # ###### ### # #### # #### #
1302026-08-12T01:01:46.734Z
1312026-08-12T01:01:46.734Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-12T01:01:49.146Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-12T01:01:49.460Z Startup: Caching catalogs ... Done
1342026-08-12T01:01:51.184ZPlanning: Solver setup ... Done (1.621s)
1352026-08-12T01:01:51.237ZPlanning: Running solver ... Done (0.053s)
1362026-08-12T01:01:51.273ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-12T01:01:51.285ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-12T01:01:51.305ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-12T01:01:51.318ZPlanning: Package planning ... Done (0.013s)
1402026-08-12T01:01:51.324ZPlanning: Merging actions ... Done (0.001s)
1412026-08-12T01:01:51.480ZPlanning: Checking for conflicting actions ... Done (0.159s)
1422026-08-12T01:01:51.483ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-12T01:01:52.213ZPlanning: Evaluating mediators ... Done (0.733s)
1442026-08-12T01:01:52.216ZPlanning: Planning completed in 2.72 seconds
1452026-08-12T01:01:52.223Z Packages to install: 2
1462026-08-12T01:01:52.223Z Estimated space available: 156.02 GB
1472026-08-12T01:01:52.226ZEstimated space to be consumed: 67.95 MB
1482026-08-12T01:01:52.226Z Create boot environment: No
1492026-08-12T01:01:52.226ZCreate backup boot environment: No
1502026-08-12T01:01:52.226Z Rebuild boot archive: No
1512026-08-12T01:01:52.227Z
1522026-08-12T01:01:52.227ZChanged packages:
1532026-08-12T01:01:52.227Zhelios
1542026-08-12T01:01:52.227Z developer/build-essential
1552026-08-12T01:01:52.227Z None -> 11-3.0
1562026-08-12T01:01:52.227Z library/libxmlsec1
1572026-08-12T01:01:52.227Z None -> 1.2.35-3.0
1582026-08-12T01:01:52.247Z
1592026-08-12T01:01:52.247ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-12T01:01:52.325ZDownload: Completed 1.28 MB in 0.08 seconds (16.6M/s)
1612026-08-12T01:01:52.458Z Actions: 1/268 actions (Installing new actions)
1622026-08-12T01:01:52.496Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-12T01:01:52.528ZFinalize: Updating package state database ... Done (0.031s)
1642026-08-12T01:01:52.528ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-12T01:01:52.601ZFinalize: Updating image state ... Done (0.072s)
1662026-08-12T01:01:55.048ZFinalize: Creating fast lookup database ... Done (2.402s)
1672026-08-12T01:01:55.114ZFinalize: Reading search index ... Done (0.012s)
1682026-08-12T01:01:55.118ZFinalize: Updating search index ... Done (0.000s)
1692026-08-12T01:01:55.228ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-12T01:01:55.584ZPlanning: Evaluating mediator changes ... Done
1712026-08-12T01:01:55.686ZPlanning: Checking for conflicting actions ... Done
1722026-08-12T01:01:55.690ZPlanning: Consolidating action changes ... Done
1732026-08-12T01:01:55.842ZPlanning: Evaluating mediators ... Done
1742026-08-12T01:01:55.846ZPlanning: Planning completed in 0.26 seconds
1752026-08-12T01:01:55.865Z Mediators to change: 2
1762026-08-12T01:01:55.865Z Create boot environment: No
1772026-08-12T01:01:55.865ZCreate backup boot environment: No
1782026-08-12T01:01:55.916ZFinalize: Updating package state database ... Done
1792026-08-12T01:01:55.916ZFinalize: Updating package cache ... Done
1802026-08-12T01:01:55.958ZFinalize: Updating image state ... Done
1812026-08-12T01:01:57.914ZFinalize: Creating fast lookup database ... Done
1822026-08-12T01:01:57.974ZFinalize: Reading search index ... Done
1832026-08-12T01:01:57.977ZFinalize: Updating search index ... Done
1842026-08-12T01:01:58.055ZFinalize: Updating package cache ... Done
1852026-08-12T01:01:58.341ZPlanning: Evaluating mediator changes ... Done
1862026-08-12T01:01:58.446ZPlanning: Checking for conflicting actions ... Done
1872026-08-12T01:01:58.451ZPlanning: Consolidating action changes ... Done
1882026-08-12T01:01:58.603ZPlanning: Evaluating mediators ... Done
1892026-08-12T01:01:58.607ZPlanning: Planning completed in 0.26 seconds
1902026-08-12T01:01:58.627Z Mediators to change: 1
1912026-08-12T01:01:58.632Z Create boot environment: No
1922026-08-12T01:01:58.632ZCreate backup boot environment: No
1932026-08-12T01:01:58.676ZFinalize: Updating package state database ... Done
1942026-08-12T01:01:58.676ZFinalize: Updating package cache ... Done
1952026-08-12T01:01:58.711ZFinalize: Updating image state ... Done
1962026-08-12T01:02:00.662ZFinalize: Creating fast lookup database ... Done
1972026-08-12T01:02:00.724ZFinalize: Reading search index ... Done
1982026-08-12T01:02:00.727ZFinalize: Updating search index ... Done
1992026-08-12T01:02:00.805ZFinalize: Updating package cache ... Done
2002026-08-12T01:02:01.115ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-12T01:02:01.115Zapache system 2.4 system
2022026-08-12T01:02:01.115Zclang system 15 system
2032026-08-12T01:02:01.115Zcsh system system illumos
2042026-08-12T01:02:01.115Zctags system system illumos
2052026-08-12T01:02:01.115Zfile vendor vendor darwinsys
2062026-08-12T01:02:01.115Zfile system system illumos
2072026-08-12T01:02:01.115Zgcc vendor 14 vendor
2082026-08-12T01:02:01.115Zgcc system 13 system
2092026-08-12T01:02:01.115Zgcc system 10 system
2102026-08-12T01:02:01.115Zgo system 1.25 system
2112026-08-12T01:02:01.115Zllvm system 15 system
2122026-08-12T01:02:01.115Zmariadb system 11.4 system
2132026-08-12T01:02:01.115Zmta vendor vendor dma
2142026-08-12T01:02:01.116Zopenjdk system 17 system
2152026-08-12T01:02:01.116Zopenjdk system 11 system
2162026-08-12T01:02:01.116Zopenssl vendor 3 vendor
2172026-08-12T01:02:01.116Zperl system 5.40 system
2182026-08-12T01:02:01.116Zpostgresql system 18 system
2192026-08-12T01:02:01.116Zpostgresql system 17 system
2202026-08-12T01:02:01.116Zpython vendor 3 vendor
2212026-08-12T01:02:01.116Zpython system 2 system
2222026-08-12T01:02:01.116Zpython3 vendor 3.13 vendor
2232026-08-12T01:02:01.116Zruby system 3.4 system
2242026-08-12T01:02:01.116Zruby system 3.0 system
2252026-08-12T01:02:01.116Zwords vendor vendor american-english
2262026-08-12T01:02:01.116Zwords system system australian-english
2272026-08-12T01:02:01.116Zwords system system british-english
2282026-08-12T01:02:01.116Zwords system system canadian-english
2292026-08-12T01:02:01.116Zwords system system french
2302026-08-12T01:02:01.116Zwords system system italian
2312026-08-12T01:02:01.116Zwords system system ngerman
2322026-08-12T01:02:01.116Zwords system system ogerman
2332026-08-12T01:02:01.116Zwords system system spanish
2342026-08-12T01:02:01.369ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-12T01:02:01.369Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-12T01:02:01.812ZFMRI IFO
2372026-08-12T01:02:01.812Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-12T01:02:01.812Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-12T01:02:01.812Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-12T01:02:01.812Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-12T01:02:01.812Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-12T01:02:01.812Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-12T01:02:01.813Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-12T01:02:01.813Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-12T01:02:01.813Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-12T01:02:02.130Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-12T01:02:02.450Z Updating crates.io index
2482026-08-12T01:02:02.454Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-12T01:02:02.723Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-12T01:02:03.106Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-12T01:02:04.479Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-12T01:02:05.129Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-12T01:02:07.130Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-12T01:02:08.190Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-12T01:02:08.488Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-12T01:02:08.833Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-12T01:02:10.163Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-12T01:02:10.454Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-12T01:02:10.852Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-12T01:02:11.103Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-12T01:02:11.359Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-12T01:02:11.630Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-12T01:02:11.950Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-12T01:02:12.211Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-12T01:02:12.516Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-08-12T01:02:12.858Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-12T01:02:13.387Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-12T01:02:13.742Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-12T01:02:14.133Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-12T01:02:14.421Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-12T01:02:14.950Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-12T01:02:15.277Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-12T01:02:15.531Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-12T01:02:15.995Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-12T01:02:16.298Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-12T01:02:16.672Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-12T01:02:16.989Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-12T01:02:17.246Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-12T01:02:17.560Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-12T01:02:17.950Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-12T01:02:18.478Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-12T01:02:19.017Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-12T01:02:19.325Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-12T01:02:19.670Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-12T01:02:20.359Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-12T01:02:20.605Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-12T01:02:20.893Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-12T01:02:21.210Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-12T01:02:21.472Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-12T01:02:24.383Z Downloading crates ...
2912026-08-12T01:02:24.440Z Downloaded memchr v2.8.0
2922026-08-12T01:02:24.443Z Downloaded macaddr v1.0.1
2932026-08-12T01:02:24.447Z Downloaded heck v0.4.1
2942026-08-12T01:02:24.447Z Downloaded heck v0.5.0
2952026-08-12T01:02:24.447Z Downloaded anstream v1.0.0
2962026-08-12T01:02:24.451Z Downloaded plain v0.2.3
2972026-08-12T01:02:24.451Z Downloaded anyhow v1.0.102
2982026-08-12T01:02:24.451Z Downloaded bytecount v0.6.9
2992026-08-12T01:02:24.456Z Downloaded is_terminal_polyfill v1.70.2
3002026-08-12T01:02:24.456Z Downloaded clap v4.6.1
3012026-08-12T01:02:24.459Z Downloaded errno v0.3.14
3022026-08-12T01:02:24.463Z Downloaded zerocopy v0.7.35
3032026-08-12T01:02:24.468Z Downloaded zmij v1.0.21
3042026-08-12T01:02:24.476Z Downloaded fastrand v2.3.0
3052026-08-12T01:02:24.477Z Downloaded zerocopy-derive v0.7.35
3062026-08-12T01:02:24.477Z Downloaded crypto-common v0.1.7
3072026-08-12T01:02:24.477Z Downloaded equivalent v1.0.2
3082026-08-12T01:02:24.480Z Downloaded generic-array v0.14.7
3092026-08-12T01:02:24.480Z Downloaded fnv v1.0.7
3102026-08-12T01:02:24.480Z Downloaded itoa v1.0.17
3112026-08-12T01:02:24.480Z Downloaded autocfg v1.5.0
3122026-08-12T01:02:24.489Z Downloaded bitflags v2.11.0
3132026-08-12T01:02:24.490Z Downloaded anstyle-query v1.1.5
3142026-08-12T01:02:24.490Z Downloaded log v0.4.29
3152026-08-12T01:02:24.495Z Downloaded pest v2.8.6
3162026-08-12T01:02:24.495Z Downloaded block-buffer v0.10.4
3172026-08-12T01:02:24.495Z Downloaded memmap v0.7.0
3182026-08-12T01:02:24.500Z Downloaded getrandom v0.4.1
3192026-08-12T01:02:24.503Z Downloaded papergrid v0.11.0
3202026-08-12T01:02:24.504Z Downloaded pest_meta v2.8.6
3212026-08-12T01:02:24.507Z Downloaded anstyle v1.0.14
3222026-08-12T01:02:24.507Z Downloaded clap_lex v1.0.0
3232026-08-12T01:02:24.507Z Downloaded dtrace-parser v0.2.0
3242026-08-12T01:02:24.511Z Downloaded pretty-hex v0.4.1
3252026-08-12T01:02:24.511Z Downloaded swrite v0.1.0
3262026-08-12T01:02:24.511Z Downloaded colorchoice v1.0.4
3272026-08-12T01:02:24.533Z Downloaded version_check v0.9.5
3282026-08-12T01:02:24.533Z Downloaded strsim v0.11.1
3292026-08-12T01:02:24.533Z Downloaded terminal_size v0.4.3
3302026-08-12T01:02:24.533Z Downloaded unicode-linebreak v0.1.5
3312026-08-12T01:02:24.533Z Downloaded usdt-attr-macro v0.5.0
3322026-08-12T01:02:24.533Z Downloaded toml_write v0.1.2
3332026-08-12T01:02:24.534Z Downloaded cfg-if v1.0.4
3342026-08-12T01:02:24.534Z Downloaded serde_spanned v0.6.9
3352026-08-12T01:02:24.538Z Downloaded proc-macro-error-attr v1.0.4
3362026-08-12T01:02:24.538Z Downloaded toml_datetime v0.6.11
3372026-08-12T01:02:24.538Z Downloaded smawk v0.3.2
3382026-08-12T01:02:24.543Z Downloaded cpufeatures v0.2.17
3392026-08-12T01:02:24.547Z Downloaded scroll_derive v0.12.1
3402026-08-12T01:02:24.550Z Downloaded tabled_derive v0.7.0
3412026-08-12T01:02:24.550Z Downloaded usdt v0.5.0
3422026-08-12T01:02:24.550Z Downloaded utf8parse v0.2.2
3432026-08-12T01:02:24.554Z Downloaded usdt-macro v0.5.0
3442026-08-12T01:02:24.557Z Downloaded thread-id v4.2.2
3452026-08-12T01:02:24.561Z Downloaded dof v0.3.0
3462026-08-12T01:02:24.564Z Downloaded camino-tempfile v1.4.1
3472026-08-12T01:02:24.568Z Downloaded scroll v0.12.0
3482026-08-12T01:02:24.568Z Downloaded digest v0.10.7
3492026-08-12T01:02:24.571Z Downloaded cargo-platform v0.3.2
3502026-08-12T01:02:24.574Z Downloaded anstyle-parse v1.0.0
3512026-08-12T01:02:24.574Z Downloaded thiserror v1.0.69
3522026-08-12T01:02:24.578Z Downloaded thiserror-impl v1.0.69
3532026-08-12T01:02:24.578Z Downloaded pest_derive v2.8.6
3542026-08-12T01:02:24.578Z Downloaded once_cell v1.21.3
3552026-08-12T01:02:24.578Z Downloaded pest_generator v2.8.6
3562026-08-12T01:02:24.581Z Downloaded cargo_metadata v0.23.1
3572026-08-12T01:02:24.582Z Downloaded serde_tokenstream v0.2.3
3582026-08-12T01:02:24.585Z Downloaded sha2 v0.10.9
3592026-08-12T01:02:24.585Z Downloaded byteorder v1.5.0
3602026-08-12T01:02:24.590Z Downloaded cargo_toml v0.21.0
3612026-08-12T01:02:24.590Z Downloaded thiserror v2.0.18
3622026-08-12T01:02:24.593Z Downloaded proc-macro-error v1.0.4
3632026-08-12T01:02:24.597Z Downloaded thiserror-impl v2.0.18
3642026-08-12T01:02:24.601Z Downloaded camino v1.2.2
3652026-08-12T01:02:24.601Z Downloaded clap_derive v4.6.1
3662026-08-12T01:02:24.607Z Downloaded ucd-trie v0.1.7
3672026-08-12T01:02:24.613Z Downloaded quote v1.0.45
3682026-08-12T01:02:24.620Z Downloaded semver v1.0.28
3692026-08-12T01:02:24.623Z Downloaded tempfile v3.25.0
3702026-08-12T01:02:24.623Z Downloaded toml v0.8.23
3712026-08-12T01:02:24.627Z Downloaded fs-err v3.3.0
3722026-08-12T01:02:24.627Z Downloaded usdt-impl v0.5.0
3732026-08-12T01:02:24.630Z Downloaded serde_derive v1.0.228
3742026-08-12T01:02:24.633Z Downloaded unicode-ident v1.0.24
3752026-08-12T01:02:24.644Z Downloaded proc-macro2 v1.0.106
3762026-08-12T01:02:24.654Z Downloaded textwrap v0.16.2
3772026-08-12T01:02:24.657Z Downloaded serde_core v1.0.228
3782026-08-12T01:02:24.674Z Downloaded toml_edit v0.22.27
3792026-08-12T01:02:24.677Z Downloaded typenum v1.20.1
3802026-08-12T01:02:24.681Z Downloaded serde v1.0.228
3812026-08-12T01:02:24.684Z Downloaded indexmap v2.14.0
3822026-08-12T01:02:24.708Z Downloaded hashbrown v0.17.0
3832026-08-12T01:02:24.725Z Downloaded clap_builder v4.6.0
3842026-08-12T01:02:24.729Z Downloaded serde_json v1.0.151
3852026-08-12T01:02:24.733Z Downloaded goblin v0.8.2
3862026-08-12T01:02:24.740Z Downloaded winnow v0.7.14
3872026-08-12T01:02:24.754Z Downloaded tabled v0.15.0
3882026-08-12T01:02:24.764Z Downloaded syn v1.0.109
3892026-08-12T01:02:24.769Z Downloaded unicode-width v0.1.14
3902026-08-12T01:02:24.773Z Downloaded unicode-width v0.2.0
3912026-08-12T01:02:24.776Z Downloaded syn v2.0.117
3922026-08-12T01:02:24.788Z Downloaded rustix v1.1.3
3932026-08-12T01:02:24.811Z Downloaded libc v0.2.185
3942026-08-12T01:02:24.873Z Compiling proc-macro2 v1.0.106
3952026-08-12T01:02:24.873Z Compiling quote v1.0.45
3962026-08-12T01:02:24.873Z Compiling unicode-ident v1.0.24
3972026-08-12T01:02:24.877Z Compiling serde_core v1.0.228
3982026-08-12T01:02:24.877Z Compiling libc v0.2.185
3992026-08-12T01:02:24.877Z Compiling version_check v0.9.5
4002026-08-12T01:02:24.877Z Compiling memchr v2.8.0
4012026-08-12T01:02:24.877Z Compiling serde v1.0.228
4022026-08-12T01:02:25.245Z Compiling zmij v1.0.21
4032026-08-12T01:02:25.398Z Compiling thiserror v1.0.69
4042026-08-12T01:02:25.491Z Compiling itoa v1.0.17
4052026-08-12T01:02:25.677Z Compiling ucd-trie v0.1.7
4062026-08-12T01:02:25.703Z Compiling rustix v1.1.3
4072026-08-12T01:02:25.895Z Compiling pest v2.8.6
4082026-08-12T01:02:25.935Z Compiling byteorder v1.5.0
4092026-08-12T01:02:25.961Z Compiling errno v0.3.14
4102026-08-12T01:02:26.120Z Compiling bitflags v2.11.0
4112026-08-12T01:02:26.186Z Compiling serde_json v1.0.151
4122026-08-12T01:02:26.394Z Compiling thread-id v4.2.2
4132026-08-12T01:02:26.460Z Compiling syn v2.0.117
4142026-08-12T01:02:26.492Z Compiling usdt-impl v0.5.0
4152026-08-12T01:02:26.528Z Compiling proc-macro-error-attr v1.0.4
4162026-08-12T01:02:26.578Z Compiling camino v1.2.2
4172026-08-12T01:02:26.694Z Compiling syn v1.0.109
4182026-08-12T01:02:26.891Z Compiling proc-macro-error v1.0.4
4192026-08-12T01:02:26.941Z Compiling log v0.4.29
4202026-08-12T01:02:26.995Z Compiling pest_meta v2.8.6
4212026-08-12T01:02:27.107Z Compiling plain v0.2.3
4222026-08-12T01:02:27.131Z Compiling equivalent v1.0.2
4232026-08-12T01:02:27.157Z Compiling getrandom v0.4.1
4242026-08-12T01:02:27.218Z Compiling hashbrown v0.17.0
4252026-08-12T01:02:27.236Z Compiling utf8parse v0.2.2
4262026-08-12T01:02:27.443Z Compiling anstyle-parse v1.0.0
4272026-08-12T01:02:27.533Z Compiling terminal_size v0.4.3
4282026-08-12T01:02:27.739Z Compiling indexmap v2.14.0
4292026-08-12T01:02:28.102Z Compiling toml_write v0.1.2
4302026-08-12T01:02:28.233Z Compiling autocfg v1.5.0
4312026-08-12T01:02:28.292Z Compiling is_terminal_polyfill v1.70.2
4322026-08-12T01:02:28.354Z Compiling winnow v0.7.14
4332026-08-12T01:02:28.371Z Compiling pretty-hex v0.4.1
4342026-08-12T01:02:28.392Z Compiling thiserror v2.0.18
4352026-08-12T01:02:28.510Z Compiling cfg-if v1.0.4
4362026-08-12T01:02:28.591Z Compiling anstyle v1.0.14
4372026-08-12T01:02:28.606Z Compiling colorchoice v1.0.4
4382026-08-12T01:02:28.609Z Compiling anstyle-query v1.1.5
4392026-08-12T01:02:28.653Z Compiling fs-err v3.3.0
4402026-08-12T01:02:28.717Z Compiling pest_generator v2.8.6
4412026-08-12T01:02:28.841Z Compiling anstream v1.0.0
4422026-08-12T01:02:28.949Z Compiling once_cell v1.21.3
4432026-08-12T01:02:29.036Z Compiling clap_lex v1.0.0
4442026-08-12T01:02:29.120Z Compiling bytecount v0.6.9
4452026-08-12T01:02:29.149Z Compiling heck v0.5.0
4462026-08-12T01:02:29.169Z Compiling strsim v0.11.1
4472026-08-12T01:02:29.241Z Compiling fastrand v2.3.0
4482026-08-12T01:02:29.282Z Compiling anyhow v1.0.102
4492026-08-12T01:02:29.394Z Compiling unicode-width v0.1.14
4502026-08-12T01:02:29.404Z Compiling heck v0.4.1
4512026-08-12T01:02:29.512Z Compiling fnv v1.0.7
4522026-08-12T01:02:29.529Z Compiling tempfile v3.25.0
4532026-08-12T01:02:29.615Z Compiling papergrid v0.11.0
4542026-08-12T01:02:29.638Z Compiling clap_builder v4.6.0
4552026-08-12T01:02:29.668Z Compiling tabled_derive v0.7.0
4562026-08-12T01:02:29.763Z Compiling cargo-platform v0.3.2
4572026-08-12T01:02:29.788Z Compiling semver v1.0.28
4582026-08-12T01:02:29.831Z Compiling memmap v0.7.0
4592026-08-12T01:02:29.894Z Compiling unicode-width v0.2.0
4602026-08-12T01:02:30.011Z Compiling smawk v0.3.2
4612026-08-12T01:02:30.039Z Compiling unicode-linebreak v0.1.5
4622026-08-12T01:02:30.174Z Compiling camino-tempfile v1.4.1
4632026-08-12T01:02:30.280Z Compiling textwrap v0.16.2
4642026-08-12T01:02:30.319Z Compiling serde_derive v1.0.228
4652026-08-12T01:02:30.401Z Compiling thiserror-impl v1.0.69
4662026-08-12T01:02:30.437Z Compiling zerocopy-derive v0.7.35
4672026-08-12T01:02:30.466Z Compiling pest_derive v2.8.6
4682026-08-12T01:02:30.566Z Compiling scroll_derive v0.12.1
4692026-08-12T01:02:30.735Z Compiling thiserror-impl v2.0.18
4702026-08-12T01:02:30.952Z Compiling clap_derive v4.6.1
4712026-08-12T01:02:31.051Z Compiling tabled v0.15.0
4722026-08-12T01:02:31.274Z Compiling scroll v0.12.0
4732026-08-12T01:02:31.329Z Compiling zerocopy v0.7.35
4742026-08-12T01:02:31.555Z Compiling goblin v0.8.2
4752026-08-12T01:02:31.824Z Compiling dtrace-parser v0.2.0
4762026-08-12T01:02:31.895Z Compiling swrite v0.1.0
4772026-08-12T01:02:32.540Z Compiling clap v4.6.1
4782026-08-12T01:02:33.298Z Compiling serde_spanned v0.6.9
4792026-08-12T01:02:33.298Z Compiling toml_datetime v0.6.11
4802026-08-12T01:02:33.298Z Compiling cargo_metadata v0.23.1
4812026-08-12T01:02:33.302Z Compiling macaddr v1.0.1
4822026-08-12T01:02:33.302Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-12T01:02:33.396Z Compiling dof v0.3.0
4842026-08-12T01:02:33.412Z Compiling serde_tokenstream v0.2.3
4852026-08-12T01:02:33.530Z Compiling toml_edit v0.22.27
4862026-08-12T01:02:34.096Z Compiling usdt-macro v0.5.0
4872026-08-12T01:02:34.115Z Compiling usdt-attr-macro v0.5.0
4882026-08-12T01:02:34.697Z Compiling usdt v0.5.0
4892026-08-12T01:02:34.858Z Compiling toml v0.8.23
4902026-08-12T01:02:35.180Z Compiling cargo_toml v0.21.0
4912026-08-12T01:02:36.456Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-12T01:02:38.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.51s
4932026-08-12T01:02:38.686Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-12T01:02:39.208Z Downloading crates ...
4952026-08-12T01:02:39.250Z Downloaded adler2 v2.0.1
4962026-08-12T01:02:39.253Z Downloaded bcrypt-pbkdf v0.11.0
4972026-08-12T01:02:39.253Z Downloaded atomicwrites v0.4.4
4982026-08-12T01:02:39.253Z Downloaded bitfield-macros v0.19.4
4992026-08-12T01:02:39.260Z Downloaded async-compression v0.4.41
5002026-08-12T01:02:39.263Z Downloaded block-padding v0.4.2
5012026-08-12T01:02:39.272Z Downloaded arrayvec v0.7.6
5022026-08-12T01:02:39.276Z Downloaded base16ct v0.2.0
5032026-08-12T01:02:39.276Z Downloaded bit-set v0.5.3
5042026-08-12T01:02:39.276Z Downloaded arrayref v0.3.9
5052026-08-12T01:02:39.276Z Downloaded async-stream-impl v0.3.6
5062026-08-12T01:02:39.276Z Downloaded atomic-waker v1.1.2
5072026-08-12T01:02:39.276Z Downloaded foreign-types-shared v0.1.1
5082026-08-12T01:02:39.276Z Downloaded gethostname v0.5.0
5092026-08-12T01:02:39.276Z Downloaded async-trait v0.1.89
5102026-08-12T01:02:39.293Z Downloaded cexpr v0.6.0
5112026-08-12T01:02:39.293Z Downloaded futures-macro v0.3.32
5122026-08-12T01:02:39.294Z Downloaded atty v0.2.14
5132026-08-12T01:02:39.294Z Downloaded bit-set v0.8.0
5142026-08-12T01:02:39.294Z Downloaded aead v0.5.2
5152026-08-12T01:02:39.294Z Downloaded foreign-types v0.3.2
5162026-08-12T01:02:39.294Z Downloaded bumpalo v3.20.2
5172026-08-12T01:02:39.294Z Downloaded base64 v0.22.1
5182026-08-12T01:02:39.294Z Downloaded env_filter v1.0.0
5192026-08-12T01:02:39.294Z Downloaded fixedbitset v0.5.7
5202026-08-12T01:02:39.294Z Downloaded argon2 v0.5.3
5212026-08-12T01:02:39.302Z Downloaded async-stream v0.3.6
5222026-08-12T01:02:39.302Z Downloaded flume v0.11.1
5232026-08-12T01:02:39.302Z Downloaded hyper-tls v0.6.0
5242026-08-12T01:02:39.302Z Downloaded hex-literal v1.1.0
5252026-08-12T01:02:39.302Z Downloaded async-bb8-diesel v0.2.1
5262026-08-12T01:02:39.302Z Downloaded backon v1.6.0
5272026-08-12T01:02:39.312Z Downloaded flagset v0.4.7
5282026-08-12T01:02:39.312Z Downloaded futures-task v0.3.32
5292026-08-12T01:02:39.312Z Downloaded bitfield v0.19.4
5302026-08-12T01:02:39.312Z Downloaded convert_case v0.4.0
5312026-08-12T01:02:39.312Z Downloaded globset v0.4.18
5322026-08-12T01:02:39.312Z Downloaded anstream v0.6.21
5332026-08-12T01:02:39.312Z Downloaded float-cmp v0.10.0
5342026-08-12T01:02:39.312Z Downloaded fd-lock v4.0.4
5352026-08-12T01:02:39.316Z Downloaded foldhash v0.2.0
5362026-08-12T01:02:39.316Z Downloaded fs-err v2.11.0
5372026-08-12T01:02:39.316Z Downloaded group v0.14.0
5382026-08-12T01:02:39.316Z Downloaded futures-sink v0.3.32
5392026-08-12T01:02:39.316Z Downloaded foreign-types v0.5.0
5402026-08-12T01:02:39.316Z Downloaded ascii-canvas v3.0.0
5412026-08-12T01:02:39.316Z Downloaded aead v0.6.1
5422026-08-12T01:02:39.316Z Downloaded bb8 v0.8.6
5432026-08-12T01:02:39.316Z Downloaded form_urlencoded v1.2.2
5442026-08-12T01:02:39.316Z Downloaded git-stub v1.0.0
5452026-08-12T01:02:39.320Z Downloaded futures-core v0.3.32
5462026-08-12T01:02:39.320Z Downloaded assert_matches v1.5.0
5472026-08-12T01:02:39.325Z Downloaded array-init v0.0.4
5482026-08-12T01:02:39.329Z Downloaded git-stub-vcs v0.1.0
5492026-08-12T01:02:39.329Z Downloaded async-recursion v1.1.1
5502026-08-12T01:02:39.329Z Downloaded base16ct v1.0.0
5512026-08-12T01:02:39.336Z Downloaded ghash v0.6.0
5522026-08-12T01:02:39.336Z Downloaded ciborium-io v0.2.2
5532026-08-12T01:02:39.336Z Downloaded heapless v0.7.17
5542026-08-12T01:02:39.336Z Downloaded futures-io v0.3.32
5552026-08-12T01:02:39.336Z Downloaded bitfield-struct v0.6.2
5562026-08-12T01:02:39.336Z Downloaded block-buffer v0.12.1
5572026-08-12T01:02:39.340Z Downloaded fallible-iterator v0.2.0
5582026-08-12T01:02:39.340Z Downloaded fs_extra v1.3.0
5592026-08-12T01:02:39.340Z Downloaded base64ct v1.8.3
5602026-08-12T01:02:39.340Z Downloaded fxhash v0.2.1
5612026-08-12T01:02:39.340Z Downloaded parking_lot_core v0.9.12
5622026-08-12T01:02:39.340Z Downloaded blowfish v0.10.0
5632026-08-12T01:02:39.352Z Downloaded float-ord v0.3.2
5642026-08-12T01:02:39.352Z Downloaded funty v2.0.0
5652026-08-12T01:02:39.352Z Downloaded foreign-types-macros v0.2.3
5662026-08-12T01:02:39.353Z Downloaded foreign-types-shared v0.3.1
5672026-08-12T01:02:39.353Z Downloaded hashbrown v0.12.3
5682026-08-12T01:02:39.360Z Downloaded castaway v0.2.4
5692026-08-12T01:02:39.360Z Downloaded ciborium-ll v0.2.2
5702026-08-12T01:02:39.360Z Downloaded num-conv v0.2.0
5712026-08-12T01:02:39.360Z Downloaded globwalk v0.9.1
5722026-08-12T01:02:39.364Z Downloaded fixedbitset v0.4.2
5732026-08-12T01:02:39.367Z Downloaded cfg_aliases v0.2.1
5742026-08-12T01:02:39.367Z Downloaded cobs v0.3.0
5752026-08-12T01:02:39.367Z Downloaded hex v0.4.3
5762026-08-12T01:02:39.377Z Downloaded cfg_aliases v0.1.1
5772026-08-12T01:02:39.381Z Downloaded hostname v0.3.1
5782026-08-12T01:02:39.381Z Downloaded openssl-probe v0.2.1
5792026-08-12T01:02:39.381Z Downloaded phf_shared v0.13.1
5802026-08-12T01:02:39.384Z Downloaded hash32 v0.3.1
5812026-08-12T01:02:39.384Z Downloaded hubpack v0.1.2
5822026-08-12T01:02:39.390Z Downloaded bit-vec v0.6.3
5832026-08-12T01:02:39.393Z Downloaded bitflags v1.3.2
5842026-08-12T01:02:39.397Z Downloaded http-range v0.1.5
5852026-08-12T01:02:39.397Z Downloaded bit-vec v0.8.0
5862026-08-12T01:02:39.397Z Downloaded byte-wrapper v0.1.0
5872026-08-12T01:02:39.401Z Downloaded path-slash v0.1.5
5882026-08-12T01:02:39.401Z Downloaded httpdate v1.0.3
5892026-08-12T01:02:39.404Z Downloaded parse-display v0.10.0
5902026-08-12T01:02:39.404Z Downloaded hash32 v0.2.1
5912026-08-12T01:02:39.408Z Downloaded http-body v1.0.1
5922026-08-12T01:02:39.408Z Downloaded backoff v0.4.0
5932026-08-12T01:02:39.408Z Downloaded compression-codecs v0.4.37
5942026-08-12T01:02:39.408Z Downloaded headers-core v0.3.0
5952026-08-12T01:02:39.414Z Downloaded home v0.5.12
5962026-08-12T01:02:39.426Z Downloaded hubpack_derive v0.1.1
5972026-08-12T01:02:39.426Z Downloaded predicates-core v1.0.10
5982026-08-12T01:02:39.431Z Downloaded find-msvc-tools v0.1.9
5992026-08-12T01:02:39.431Z Downloaded semver v0.1.20
6002026-08-12T01:02:39.431Z Downloaded serde_bytes v0.11.19
6012026-08-12T01:02:39.431Z Downloaded group v0.13.0
6022026-08-12T01:02:39.431Z Downloaded shell-words v1.1.1
6032026-08-12T01:02:39.431Z Downloaded ff v0.14.0
6042026-08-12T01:02:39.431Z Downloaded filetime v0.2.27
6052026-08-12T01:02:39.431Z Downloaded cmake v0.1.57
6062026-08-12T01:02:39.431Z Downloaded compression-core v0.4.31
6072026-08-12T01:02:39.431Z Downloaded chacha20 v0.9.1
6082026-08-12T01:02:39.431Z Downloaded cipher v0.4.4
6092026-08-12T01:02:39.431Z Downloaded bs58 v0.5.1
6102026-08-12T01:02:39.435Z Downloaded buf-list v1.1.2
6112026-08-12T01:02:39.435Z Downloaded hostname v0.4.2
6122026-08-12T01:02:39.438Z Downloaded constant_time_eq v0.4.2
6132026-08-12T01:02:39.438Z Downloaded camino-tempfile-ext v0.3.3
6142026-08-12T01:02:39.438Z Downloaded bcs v0.1.6
6152026-08-12T01:02:39.441Z Downloaded proc-macro-crate v1.3.1
6162026-08-12T01:02:39.441Z Downloaded progenitor-macro v0.14.0
6172026-08-12T01:02:39.441Z Downloaded radium v0.7.0
6182026-08-12T01:02:39.441Z Downloaded cmov v0.5.4
6192026-08-12T01:02:39.442Z Downloaded serde_plain v1.0.2
6202026-08-12T01:02:39.445Z Downloaded cipher v0.5.2
6212026-08-12T01:02:39.448Z Downloaded num_enum_derive v0.5.11
6222026-08-12T01:02:39.451Z Downloaded rustc_version v0.1.7
6232026-08-12T01:02:39.451Z Downloaded signature v3.0.0
6242026-08-12T01:02:39.455Z Downloaded num-rational v0.4.2
6252026-08-12T01:02:39.455Z Downloaded signal-hook-mio v0.2.5
6262026-08-12T01:02:39.458Z Downloaded sqlparser_derive v0.5.0
6272026-08-12T01:02:39.463Z Downloaded argon2 v0.6.0-rc.8
6282026-08-12T01:02:39.463Z Downloaded paste v1.0.15
6292026-08-12T01:02:39.463Z Downloaded strum v0.26.3
6302026-08-12T01:02:39.463Z Downloaded strum v0.27.2
6312026-08-12T01:02:39.463Z Downloaded thiserror-impl-no-std v2.0.2
6322026-08-12T01:02:39.463Z Downloaded cancel-safe-futures v0.1.5
6332026-08-12T01:02:39.467Z Downloaded bzip2 v0.6.1
6342026-08-12T01:02:39.467Z Downloaded clang-sys v1.8.1
6352026-08-12T01:02:39.468Z Downloaded anstyle-parse v0.2.7
6362026-08-12T01:02:39.468Z Downloaded blake2 v0.10.6
6372026-08-12T01:02:39.472Z Downloaded foldhash v0.1.5
6382026-08-12T01:02:39.472Z Downloaded phf v0.12.1
6392026-08-12T01:02:39.472Z Downloaded glob v0.3.3
6402026-08-12T01:02:39.472Z Downloaded tabwriter v1.4.1
6412026-08-12T01:02:39.479Z Downloaded oxnet v0.1.6
6422026-08-12T01:02:39.479Z Downloaded allocator-api2 v0.2.21
6432026-08-12T01:02:39.485Z Downloaded humantime v2.3.0
6442026-08-12T01:02:39.490Z Downloaded pin-project-lite v0.2.17
6452026-08-12T01:02:39.490Z Downloaded primeorder v0.14.0
6462026-08-12T01:02:39.490Z Downloaded hyper-staticfile v0.10.1
6472026-08-12T01:02:39.493Z Downloaded progenitor-extras v0.2.0
6482026-08-12T01:02:39.493Z Downloaded rand_core v0.6.4
6492026-08-12T01:02:39.493Z Downloaded tokio-test v0.4.5
6502026-08-12T01:02:39.500Z Downloaded slab v0.4.12
6512026-08-12T01:02:39.500Z Downloaded colored v3.1.1
6522026-08-12T01:02:39.503Z Downloaded const_format_proc_macros v0.2.34
6532026-08-12T01:02:39.503Z Downloaded http-body-util v0.1.3
6542026-08-12T01:02:39.503Z Downloaded chacha20 v0.10.0
6552026-08-12T01:02:39.503Z Downloaded colored v2.2.0
6562026-08-12T01:02:39.503Z Downloaded futures-executor v0.3.32
6572026-08-12T01:02:39.503Z Downloaded cbc v0.2.1
6582026-08-12T01:02:39.513Z Downloaded hybrid-array v0.4.13
6592026-08-12T01:02:39.513Z Downloaded const-oid v0.9.6
6602026-08-12T01:02:39.513Z Downloaded blake2 v0.11.0-rc.6
6612026-08-12T01:02:39.514Z Downloaded console v0.15.11
6622026-08-12T01:02:39.517Z Downloaded num_enum_derive v0.7.6
6632026-08-12T01:02:39.517Z Downloaded bzip2 v0.4.4
6642026-08-12T01:02:39.517Z Downloaded tower-layer v0.3.3
6652026-08-12T01:02:39.517Z Downloaded tower-service v0.3.3
6662026-08-12T01:02:39.517Z Downloaded getrandom v0.3.4
6672026-08-12T01:02:39.517Z Downloaded ciborium v0.2.2
6682026-08-12T01:02:39.517Z Downloaded console v0.16.2
6692026-08-12T01:02:39.517Z Downloaded utf8_iter v1.0.4
6702026-08-12T01:02:39.517Z Downloaded waitgroup v0.1.2
6712026-08-12T01:02:39.517Z Downloaded futures-util v0.3.32
6722026-08-12T01:02:39.522Z Downloaded untrusted v0.7.1
6732026-08-12T01:02:39.526Z Downloaded unit-prefix v0.5.2
6742026-08-12T01:02:39.526Z Downloaded wait-timeout v0.2.1
6752026-08-12T01:02:39.526Z Downloaded highway v1.3.0
6762026-08-12T01:02:39.526Z Downloaded rand_core v0.9.5
6772026-08-12T01:02:39.526Z Downloaded rpassword v7.5.4
6782026-08-12T01:02:39.526Z Downloaded rustls-native-certs v0.8.3
6792026-08-12T01:02:39.530Z Downloaded scroll v0.13.0
6802026-08-12T01:02:39.530Z Downloaded sec1 v0.7.3
6812026-08-12T01:02:39.530Z Downloaded supports-color v3.0.2
6822026-08-12T01:02:39.530Z Downloaded slog-scope v4.4.1
6832026-08-12T01:02:39.530Z Downloaded smallvec v0.6.14
6842026-08-12T01:02:39.534Z Downloaded ssh-cipher v0.3.0
6852026-08-12T01:02:39.534Z Downloaded cassowary v0.3.0
6862026-08-12T01:02:39.534Z Downloaded poly1305 v0.9.0
6872026-08-12T01:02:39.534Z Downloaded spki v0.7.3
6882026-08-12T01:02:39.538Z Downloaded ssh-encoding v0.3.0
6892026-08-12T01:02:39.538Z Downloaded termios v0.3.3
6902026-08-12T01:02:39.538Z Downloaded usdt-attr-macro v0.6.0
6912026-08-12T01:02:39.538Z Downloaded ahash v0.8.12
6922026-08-12T01:02:39.542Z Downloaded xattr v1.6.1
6932026-08-12T01:02:39.542Z Downloaded cpufeatures v0.3.0
6942026-08-12T01:02:39.542Z Downloaded zerofrom v0.1.6
6952026-08-12T01:02:39.542Z Downloaded zone v0.3.1
6962026-08-12T01:02:39.542Z Downloaded cpubits v0.1.1
6972026-08-12T01:02:39.542Z Downloaded crucible-workspace-hack v0.1.0
6982026-08-12T01:02:39.542Z Downloaded crunchy v0.2.4
6992026-08-12T01:02:39.542Z Downloaded darling_macro v0.20.11
7002026-08-12T01:02:39.542Z Downloaded salsa20 v0.11.0
7012026-08-12T01:02:39.550Z Downloaded futures-channel v0.3.32
7022026-08-12T01:02:39.550Z Downloaded getrandom v0.2.17
7032026-08-12T01:02:39.550Z Downloaded httparse v1.10.1
7042026-08-12T01:02:39.550Z Downloaded tinystr v0.8.2
7052026-08-12T01:02:39.555Z Downloaded tls_codec v0.4.2
7062026-08-12T01:02:39.555Z Downloaded postgres-protocol v0.6.10
7072026-08-12T01:02:39.555Z Downloaded defmt v0.3.100
7082026-08-12T01:02:39.555Z Downloaded hmac v0.13.0
7092026-08-12T01:02:39.555Z Downloaded display-error-chain v0.2.2
7102026-08-12T01:02:39.555Z Downloaded ff v0.13.1
7112026-08-12T01:02:39.555Z Downloaded dunce v1.0.5
7122026-08-12T01:02:39.555Z Downloaded indoc v1.0.9
7132026-08-12T01:02:39.558Z Downloaded pkcs8 v0.11.0
7142026-08-12T01:02:39.563Z Downloaded iana-time-zone v0.1.65
7152026-08-12T01:02:39.575Z Downloaded enum-as-inner v0.6.1
7162026-08-12T01:02:39.579Z Downloaded hyper-rustls v0.27.7
7172026-08-12T01:02:39.579Z Downloaded lazy_static v1.5.0
7182026-08-12T01:02:39.579Z Downloaded generic-array v1.4.3
7192026-08-12T01:02:39.582Z Downloaded convert_case v0.10.0
7202026-08-12T01:02:39.585Z Downloaded dropshot-api-manager-types v0.7.2
7212026-08-12T01:02:39.586Z Downloaded ident_case v1.0.1
7222026-08-12T01:02:39.590Z Downloaded libscf-sys v1.2.0
7232026-08-12T01:02:39.594Z Downloaded downcast-rs v2.0.2
7242026-08-12T01:02:39.594Z Downloaded tokio-native-tls v0.3.1
7252026-08-12T01:02:39.594Z Downloaded unicase v2.9.0
7262026-08-12T01:02:39.594Z Downloaded embedded-io v0.6.1
7272026-08-12T01:02:39.594Z Downloaded lru-cache v0.1.2
7282026-08-12T01:02:39.595Z Downloaded lru-slab v0.1.2
7292026-08-12T01:02:39.598Z Downloaded cc v1.2.56
7302026-08-12T01:02:39.598Z Downloaded arc-swap v1.8.2
7312026-08-12T01:02:39.602Z Downloaded crossbeam-deque v0.8.6
7322026-08-12T01:02:39.602Z Downloaded newtype-uuid-macros v0.1.0
7332026-08-12T01:02:39.602Z Downloaded rand_core v0.10.0
7342026-08-12T01:02:39.606Z Downloaded sha2 v0.11.0
7352026-08-12T01:02:39.606Z Downloaded spin v0.9.8
7362026-08-12T01:02:39.610Z Downloaded vergen-lib v9.1.0
7372026-08-12T01:02:39.610Z Downloaded multimap v0.10.1
7382026-08-12T01:02:39.610Z Downloaded newline-converter v0.3.0
7392026-08-12T01:02:39.610Z Downloaded kstat-rs v0.2.5
7402026-08-12T01:02:39.610Z Downloaded mime v0.3.17
7412026-08-12T01:02:39.610Z Downloaded md5 v0.8.0
7422026-08-12T01:02:39.614Z Downloaded delegate v0.13.5
7432026-08-12T01:02:39.614Z Downloaded rcgen v0.12.1
7442026-08-12T01:02:39.614Z Downloaded ryu v1.0.23
7452026-08-12T01:02:39.614Z Downloaded futures v0.3.32
7462026-08-12T01:02:39.617Z Downloaded normalize-line-endings v0.3.0
7472026-08-12T01:02:39.617Z Downloaded digest v0.11.3
7482026-08-12T01:02:39.621Z Downloaded ingot-types v0.2.0
7492026-08-12T01:02:39.621Z Downloaded ipnetwork v0.21.1
7502026-08-12T01:02:39.621Z Downloaded half v2.7.1
7512026-08-12T01:02:39.624Z Downloaded icu_properties v2.1.2
7522026-08-12T01:02:39.624Z Downloaded password-hash v0.6.1
7532026-08-12T01:02:39.627Z Downloaded compact_str v0.8.1
7542026-08-12T01:02:39.630Z Downloaded const-oid v0.10.2
7552026-08-12T01:02:39.630Z Downloaded half v1.8.3
7562026-08-12T01:02:39.634Z Downloaded hmac v0.12.1
7572026-08-12T01:02:39.634Z Downloaded chacha20poly1305 v0.10.1
7582026-08-12T01:02:39.639Z Downloaded num_threads v0.1.7
7592026-08-12T01:02:39.643Z Downloaded opaque-debug v0.3.1
7602026-08-12T01:02:39.646Z Downloaded either v1.15.0
7612026-08-12T01:02:39.646Z Downloaded fatfs v0.3.6
7622026-08-12T01:02:39.646Z Downloaded rand_pcg v0.10.2
7632026-08-12T01:02:39.647Z Downloaded der_derive v0.7.3
7642026-08-12T01:02:39.655Z Downloaded rustc-hash v2.1.1
7652026-08-12T01:02:39.658Z Downloaded base64 v0.21.7
7662026-08-12T01:02:39.658Z Downloaded psl-types v2.0.11
7672026-08-12T01:02:39.658Z Downloaded rand_xorshift v0.4.0
7682026-08-12T01:02:39.661Z Downloaded ar_archive_writer v0.5.1
7692026-08-12T01:02:39.665Z Downloaded sigpipe v0.1.3
7702026-08-12T01:02:39.665Z Downloaded sync-ptr v0.1.4
7712026-08-12T01:02:39.665Z Downloaded same-file v1.0.6
7722026-08-12T01:02:39.668Z Downloaded serde_spanned v1.1.1
7732026-08-12T01:02:39.672Z Downloaded ctutils v0.4.2
7742026-08-12T01:02:39.672Z Downloaded ed25519 v2.2.3
7752026-08-12T01:02:39.675Z Downloaded tinyvec_macros v0.1.1
7762026-08-12T01:02:39.675Z Downloaded vergen v9.1.0
7772026-08-12T01:02:39.679Z Downloaded parse-display-derive v0.10.0
7782026-08-12T01:02:39.679Z Downloaded postcard v1.1.3
7792026-08-12T01:02:39.679Z Downloaded daft v0.1.7
7802026-08-12T01:02:39.679Z Downloaded newtype-uuid v1.3.2
7812026-08-12T01:02:39.683Z Downloaded primeorder v0.13.6
7822026-08-12T01:02:39.687Z Downloaded oxide-tokio-rt v0.1.4
7832026-08-12T01:02:39.687Z Downloaded pkg-config v0.3.32
7842026-08-12T01:02:39.687Z Downloaded sapling-renderdag v0.1.0
7852026-08-12T01:02:39.693Z Downloaded sha1 v0.10.6
7862026-08-12T01:02:39.693Z Downloaded take_mut v0.2.2
7872026-08-12T01:02:39.696Z Downloaded untrusted v0.9.0
7882026-08-12T01:02:39.696Z Downloaded want v0.3.1
7892026-08-12T01:02:39.696Z Downloaded zone_cfg_derive v0.3.1
7902026-08-12T01:02:39.699Z Downloaded usdt-macro v0.6.0
7912026-08-12T01:02:39.700Z Downloaded tungstenite v0.21.0
7922026-08-12T01:02:39.700Z Downloaded oxide-update-engine-types v0.1.2
7932026-08-12T01:02:39.703Z Downloaded tungstenite v0.23.0
7942026-08-12T01:02:39.703Z Downloaded bytes v1.11.1
7952026-08-12T01:02:39.706Z Downloaded const_format v0.2.35
7962026-08-12T01:02:39.709Z Downloaded headers v0.4.1
7972026-08-12T01:02:39.710Z Downloaded icu_locale_core v2.1.1
7982026-08-12T01:02:39.713Z Downloaded snafu v0.8.9
7992026-08-12T01:02:39.716Z Downloaded progenitor v0.14.0
8002026-08-12T01:02:39.717Z Downloaded vte v0.14.1
8012026-08-12T01:02:39.720Z Downloaded jobserver v0.1.34
8022026-08-12T01:02:39.720Z Downloaded rusty-fork v0.3.1
8032026-08-12T01:02:39.720Z Downloaded rustls-pemfile v2.2.0
8042026-08-12T01:02:39.720Z Downloaded crypto-common v0.2.2
8052026-08-12T01:02:39.723Z Downloaded icu_normalizer_data v2.1.1
8062026-08-12T01:02:39.723Z Downloaded dirs-next v2.0.0
8072026-08-12T01:02:39.723Z Downloaded darling v0.21.3
8082026-08-12T01:02:39.726Z Downloaded pem v3.0.6
8092026-08-12T01:02:39.726Z Downloaded document-features v0.2.12
8102026-08-12T01:02:39.726Z Downloaded openssl-sys v0.9.117
8112026-08-12T01:02:39.730Z Downloaded pem-rfc7468 v1.0.0
8122026-08-12T01:02:39.730Z Downloaded simd-adler32 v0.3.8
8132026-08-12T01:02:39.733Z Downloaded slog-json v2.6.1
8142026-08-12T01:02:39.733Z Downloaded string_cache v0.8.9
8152026-08-12T01:02:39.733Z Downloaded p256 v0.14.0
8162026-08-12T01:02:39.736Z Downloaded pem-rfc7468 v0.7.0
8172026-08-12T01:02:39.736Z Downloaded utf-8 v0.7.6
8182026-08-12T01:02:39.737Z Downloaded void v1.0.2
8192026-08-12T01:02:39.737Z Downloaded stringprep v0.1.5
8202026-08-12T01:02:39.737Z Downloaded debug-ignore v1.0.5
8212026-08-12T01:02:39.740Z Downloaded flate2 v1.1.9
8222026-08-12T01:02:39.740Z Downloaded crc-catalog v2.4.0
8232026-08-12T01:02:39.740Z Downloaded dof v0.4.0
8242026-08-12T01:02:39.740Z Downloaded rand_chacha v0.9.0
8252026-08-12T01:02:39.744Z Downloaded toml v0.7.8
8262026-08-12T01:02:39.744Z Downloaded publicsuffix v2.3.0
8272026-08-12T01:02:39.744Z Downloaded toml_edit v0.23.10+spec-1.0.0
8282026-08-12T01:02:39.747Z Downloaded instant v0.1.13
8292026-08-12T01:02:39.747Z Downloaded ingot-macros v0.2.0
8302026-08-12T01:02:39.747Z Downloaded curve25519-dalek-derive v0.1.1
8312026-08-12T01:02:39.747Z Downloaded darling_macro v0.13.4
8322026-08-12T01:02:39.751Z Downloaded pkcs1 v0.7.5
8332026-08-12T01:02:39.751Z Downloaded jiff-static v0.2.34
8342026-08-12T01:02:39.751Z Downloaded progenitor v0.13.0
8352026-08-12T01:02:39.751Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8362026-08-12T01:02:39.758Z Downloaded managed v0.8.0
8372026-08-12T01:02:39.761Z Downloaded indent_write v2.2.0
8382026-08-12T01:02:39.761Z Downloaded is-terminal v0.4.17
8392026-08-12T01:02:39.765Z Downloaded is_ci v1.2.0
8402026-08-12T01:02:39.765Z Downloaded new_debug_unreachable v1.0.6
8412026-08-12T01:02:39.765Z Downloaded newtype_derive v0.1.6
8422026-08-12T01:02:39.765Z Downloaded rustls-webpki v0.103.13
8432026-08-12T01:02:39.768Z Downloaded rand_seeder v0.4.0
8442026-08-12T01:02:39.768Z Downloaded serdect v0.4.3
8452026-08-12T01:02:39.768Z Downloaded whoami v1.6.1
8462026-08-12T01:02:39.768Z Downloaded zerovec-derive v0.11.2
8472026-08-12T01:02:39.768Z Downloaded heapless v0.8.0
8482026-08-12T01:02:39.773Z Downloaded yoke v0.8.1
8492026-08-12T01:02:39.773Z Downloaded litemap v0.8.1
8502026-08-12T01:02:39.778Z Downloaded openssl-probe v0.1.6
8512026-08-12T01:02:39.778Z Downloaded snafu-derive v0.8.9
8522026-08-12T01:02:39.778Z Downloaded stable_deref_trait v1.2.1
8532026-08-12T01:02:39.778Z Downloaded tokio-tungstenite v0.23.1
8542026-08-12T01:02:39.778Z Downloaded packed_struct_codegen v0.10.1
8552026-08-12T01:02:39.778Z Downloaded prettyplease v0.2.37
8562026-08-12T01:02:39.782Z Downloaded defmt-macros v1.0.1
8572026-08-12T01:02:39.782Z Downloaded defmt v1.0.1
8582026-08-12T01:02:39.782Z Downloaded thiserror-no-std v2.0.2
8592026-08-12T01:02:39.782Z Downloaded tui-tree-widget v0.23.1
8602026-08-12T01:02:39.787Z Downloaded zerotrie v0.2.3
8612026-08-12T01:02:39.787Z Downloaded strum_macros v0.27.2
8622026-08-12T01:02:39.788Z Downloaded md-5 v0.10.6
8632026-08-12T01:02:39.791Z Downloaded zerocopy v0.6.6
8642026-08-12T01:02:39.791Z Downloaded phf_shared v0.11.3
8652026-08-12T01:02:39.791Z Downloaded phf_shared v0.12.1
8662026-08-12T01:02:39.791Z Downloaded icu_normalizer v2.1.1
8672026-08-12T01:02:39.791Z Downloaded term v1.2.1
8682026-08-12T01:02:39.795Z Downloaded time-macros v0.2.27
8692026-08-12T01:02:39.795Z Downloaded hickory-resolver v0.24.4
8702026-08-12T01:02:39.795Z Downloaded ena v0.14.4
8712026-08-12T01:02:39.799Z Downloaded qorb v0.4.1
8722026-08-12T01:02:39.803Z Downloaded recursive v0.1.1
8732026-08-12T01:02:39.803Z Downloaded rfc6979 v0.4.0
8742026-08-12T01:02:39.803Z Downloaded darling_core v0.21.3
8752026-08-12T01:02:39.803Z Downloaded postgres-types v0.2.12
8762026-08-12T01:02:39.806Z Downloaded omicron-zone-package v0.12.3
8772026-08-12T01:02:39.806Z Downloaded num-complex v0.4.6
8782026-08-12T01:02:39.806Z Downloaded port-file v0.1.0
8792026-08-12T01:02:39.810Z Downloaded secrecy v0.10.3
8802026-08-12T01:02:39.813Z Downloaded scopeguard v1.2.0
8812026-08-12T01:02:39.813Z Downloaded seq-macro v0.3.6
8822026-08-12T01:02:39.813Z Downloaded serde-big-array v0.5.1
8832026-08-12T01:02:39.813Z Downloaded icu_collections v2.1.1
8842026-08-12T01:02:39.816Z Downloaded strsim v0.10.0
8852026-08-12T01:02:39.817Z Downloaded sync_wrapper v1.0.2
8862026-08-12T01:02:39.817Z Downloaded crc v3.4.0
8872026-08-12T01:02:39.820Z Downloaded proc-macro-error-attr2 v2.0.0
8882026-08-12T01:02:39.826Z Downloaded resolv-conf v0.7.6
8892026-08-12T01:02:39.831Z Downloaded signal-hook-tokio v0.3.1
8902026-08-12T01:02:39.834Z Downloaded tagptr v0.2.0
8912026-08-12T01:02:39.834Z Downloaded rand_chacha v0.3.1
8922026-08-12T01:02:39.834Z Downloaded aes v0.9.1
8932026-08-12T01:02:39.837Z Downloaded similar v2.7.0
8942026-08-12T01:02:39.840Z Downloaded serde_cbor v0.11.2
8952026-08-12T01:02:39.841Z Downloaded ecdsa v0.16.9
8962026-08-12T01:02:39.841Z Downloaded trait-variant v0.1.2
8972026-08-12T01:02:39.844Z Downloaded icu_provider v2.1.1
8982026-08-12T01:02:39.844Z Downloaded crossbeam-channel v0.5.15
8992026-08-12T01:02:39.847Z Downloaded bstr v1.12.1
9002026-08-12T01:02:39.851Z Downloaded poly1305 v0.8.0
9012026-08-12T01:02:39.851Z Downloaded r2d2 v0.8.10
9022026-08-12T01:02:39.856Z Downloaded libefi-sys v0.1.0
9032026-08-12T01:02:39.859Z Downloaded erased-serde v0.3.31
9042026-08-12T01:02:39.859Z Downloaded structmeta v0.3.0
9052026-08-12T01:02:39.859Z Downloaded toml_edit v0.19.15
9062026-08-12T01:02:39.867Z Downloaded litrs v1.0.0
9072026-08-12T01:02:39.870Z Downloaded p384 v0.14.0
9082026-08-12T01:02:39.870Z Downloaded typify-macro v0.6.2
9092026-08-12T01:02:39.873Z Downloaded unicode-xid v0.2.6
9102026-08-12T01:02:39.873Z Downloaded inout v0.2.2
9112026-08-12T01:02:39.873Z Downloaded lru v0.12.5
9122026-08-12T01:02:39.873Z Downloaded lzss v0.8.2
9132026-08-12T01:02:39.876Z Downloaded hickory-resolver v0.25.2
9142026-08-12T01:02:39.876Z Downloaded hickory-server v0.25.2
9152026-08-12T01:02:39.880Z Downloaded http v1.4.2
9162026-08-12T01:02:39.883Z Downloaded schemars_derive v0.8.22
9172026-08-12T01:02:39.883Z Downloaded xshell v0.2.7
9182026-08-12T01:02:39.887Z Downloaded serde_with v1.14.0
9192026-08-12T01:02:39.890Z Downloaded oxide-update-engine v0.1.2
9202026-08-12T01:02:39.894Z Downloaded defmt-parser v1.0.0
9212026-08-12T01:02:39.897Z Downloaded slog-stdlog v4.1.1
9222026-08-12T01:02:39.897Z Downloaded synstructure v0.13.2
9232026-08-12T01:02:39.897Z Downloaded dsl_auto_type v0.2.0
9242026-08-12T01:02:39.901Z Downloaded ml-kem v0.3.2
9252026-08-12T01:02:39.901Z Downloaded rsa v0.9.10
9262026-08-12T01:02:39.904Z Downloaded hyper-util v0.1.20
9272026-08-12T01:02:39.908Z Downloaded tiny-keccak v2.0.2
9282026-08-12T01:02:39.908Z Downloaded instability v0.3.11
9292026-08-12T01:02:39.908Z Downloaded proc-macro-crate v3.4.0
9302026-08-12T01:02:39.908Z Downloaded progenitor-client v0.14.0
9312026-08-12T01:02:39.916Z Downloaded vsss-rs v3.3.4
9322026-08-12T01:02:39.919Z Downloaded serde_yaml v0.9.34+deprecated
9332026-08-12T01:02:39.919Z Downloaded daft-derive v0.1.7
9342026-08-12T01:02:39.923Z Downloaded scroll_derive v0.13.1
9352026-08-12T01:02:39.923Z Downloaded walkdir v2.5.0
9362026-08-12T01:02:39.923Z Downloaded wyz v0.5.1
9372026-08-12T01:02:39.923Z Downloaded ppv-lite86 v0.2.21
9382026-08-12T01:02:39.930Z Downloaded zstd-safe v7.2.4
9392026-08-12T01:02:39.935Z Downloaded darling v0.13.4
9402026-08-12T01:02:39.935Z Downloaded progenitor-macro v0.13.0
9412026-08-12T01:02:39.945Z Downloaded socket2 v0.5.10
9422026-08-12T01:02:39.948Z Downloaded strip-ansi-escapes v0.2.1
9432026-08-12T01:02:39.948Z Downloaded testing_table v0.3.0
9442026-08-12T01:02:39.948Z Downloaded thread-id v5.1.0
9452026-08-12T01:02:39.948Z Downloaded unicode-truncate v1.1.0
9462026-08-12T01:02:39.951Z Downloaded tokio-dtrace v0.1.1
9472026-08-12T01:02:39.955Z Downloaded russh-util v0.52.0
9482026-08-12T01:02:39.960Z Downloaded slog-envlogger v2.2.0
9492026-08-12T01:02:39.960Z Downloaded unicode-segmentation v1.12.0
9502026-08-12T01:02:39.963Z Downloaded peg-runtime v0.8.5
9512026-08-12T01:02:39.967Z Downloaded num-traits v0.2.19
9522026-08-12T01:02:39.967Z Downloaded papergrid v0.18.0
9532026-08-12T01:02:39.970Z Downloaded parking_lot v0.11.2
9542026-08-12T01:02:39.970Z Downloaded parking_lot v0.12.5
9552026-08-12T01:02:39.970Z Downloaded memmap2 v0.9.10
9562026-08-12T01:02:39.973Z Downloaded multer v3.1.0
9572026-08-12T01:02:39.974Z Downloaded tokio-tungstenite v0.21.0
9582026-08-12T01:02:39.974Z Downloaded usdt v0.6.0
9592026-08-12T01:02:39.974Z Downloaded zeroize_derive v1.5.0
9602026-08-12T01:02:39.977Z Downloaded crc8 v0.1.1
9612026-08-12T01:02:39.977Z Downloaded rand v0.10.1
9622026-08-12T01:02:39.977Z Downloaded hashbrown v0.13.2
9632026-08-12T01:02:39.981Z Downloaded phc v0.6.1
9642026-08-12T01:02:39.981Z Downloaded password-hash v0.5.0
9652026-08-12T01:02:39.981Z Downloaded predicates v3.1.4
9662026-08-12T01:02:39.984Z Downloaded data-encoding v2.10.0
9672026-08-12T01:02:39.984Z Downloaded dtrace-parser v0.3.0
9682026-08-12T01:02:39.984Z Downloaded yoke-derive v0.8.1
9692026-08-12T01:02:39.984Z Downloaded diesel_table_macro_syntax v0.3.0
9702026-08-12T01:02:39.984Z Downloaded darling_macro v0.23.0
9712026-08-12T01:02:39.989Z Downloaded zopfli v0.8.3
9722026-08-12T01:02:39.989Z Downloaded der v0.7.10
9732026-08-12T01:02:39.992Z Downloaded uzers v0.12.2
9742026-08-12T01:02:39.992Z Downloaded proc-macro-error2 v2.0.1
9752026-08-12T01:02:39.995Z Downloaded rustversion v1.0.22
9762026-08-12T01:02:39.999Z Downloaded scrypt v0.12.0
9772026-08-12T01:02:39.999Z Downloaded illumos-nvpair v0.3.0
9782026-08-12T01:02:40.002Z Downloaded native-tls v0.2.18
9792026-08-12T01:02:40.003Z Downloaded crc-any v2.5.0
9802026-08-12T01:02:40.003Z Downloaded des v0.9.0
9812026-08-12T01:02:40.006Z Downloaded lalrpop-util v0.19.12
9822026-08-12T01:02:40.006Z Downloaded progenitor-impl v0.13.0
9832026-08-12T01:02:40.006Z Downloaded crossbeam-utils v0.8.21
9842026-08-12T01:02:40.006Z Downloaded rustls-pki-types v1.14.0
9852026-08-12T01:02:40.010Z Downloaded shlex v1.3.0
9862026-08-12T01:02:40.010Z Downloaded slog-async v2.8.0
9872026-08-12T01:02:40.010Z Downloaded libloading v0.8.9
9882026-08-12T01:02:40.010Z Downloaded nanorand v0.7.0
9892026-08-12T01:02:40.015Z Downloaded polyval v0.7.1
9902026-08-12T01:02:40.027Z Downloaded dyn-clone v1.0.20
9912026-08-12T01:02:40.027Z Downloaded maplit v1.0.2
9922026-08-12T01:02:40.027Z Downloaded num-integer v0.1.46
9932026-08-12T01:02:40.032Z Downloaded nibble_vec v0.1.0
9942026-08-12T01:02:40.032Z Downloaded ecdsa v0.17.0
9952026-08-12T01:02:40.032Z Downloaded indexmap v1.9.3
9962026-08-12T01:02:40.032Z Downloaded strum_macros v0.26.4
9972026-08-12T01:02:40.032Z Downloaded num v0.4.3
9982026-08-12T01:02:40.032Z Downloaded aes-gcm v0.11.0
9992026-08-12T01:02:40.037Z Downloaded zerocopy-derive v0.8.40
10002026-08-12T01:02:40.049Z Downloaded unicode-properties v0.1.4
10012026-08-12T01:02:40.052Z Downloaded phf v0.13.1
10022026-08-12T01:02:40.052Z Downloaded predicates-tree v1.0.13
10032026-08-12T01:02:40.053Z Downloaded vergen-lib v0.1.6
10042026-08-12T01:02:40.053Z Downloaded nodrop v0.1.14
10052026-08-12T01:02:40.053Z Downloaded zerovec v0.11.5
10062026-08-12T01:02:40.053Z Downloaded aho-corasick v1.1.4
10072026-08-12T01:02:40.053Z Downloaded critical-section v1.2.0
10082026-08-12T01:02:40.056Z Downloaded precomputed-hash v0.1.1
10092026-08-12T01:02:40.056Z Downloaded ref-cast v1.0.25
10102026-08-12T01:02:40.060Z Downloaded progenitor-impl v0.14.0
10112026-08-12T01:02:40.060Z Downloaded unsafe-libyaml v0.2.11
10122026-08-12T01:02:40.063Z Downloaded crossbeam-epoch v0.9.18
10132026-08-12T01:02:40.066Z Downloaded deranged v0.5.8
10142026-08-12T01:02:40.070Z Downloaded ingot v0.2.1
10152026-08-12T01:02:40.070Z Downloaded signature v2.2.0
10162026-08-12T01:02:40.084Z Downloaded secrecy v0.8.0
10172026-08-12T01:02:40.084Z Downloaded russh-cryptovec v0.62.0
10182026-08-12T01:02:40.090Z Downloaded mime_guess v2.0.5
10192026-08-12T01:02:40.090Z Downloaded num-bigint-dig v0.8.6
10202026-08-12T01:02:40.090Z Downloaded hashbrown v0.15.5
10212026-08-12T01:02:40.090Z Downloaded derive_more v0.99.20
10222026-08-12T01:02:40.090Z Downloaded dropshot_endpoint v0.17.1
10232026-08-12T01:02:40.107Z Downloaded scheduled-thread-pool v0.2.7
10242026-08-12T01:02:40.107Z Downloaded quinn v0.11.11
10252026-08-12T01:02:40.107Z Downloaded oso-derive v0.27.3
10262026-08-12T01:02:40.107Z Downloaded owo-colors v4.3.0
10272026-08-12T01:02:40.107Z Downloaded time-core v0.1.8
10282026-08-12T01:02:40.110Z Downloaded embedded-io v0.4.0
10292026-08-12T01:02:40.110Z Downloaded darling_macro v0.21.3
10302026-08-12T01:02:40.110Z Downloaded ctr v0.10.1
10312026-08-12T01:02:40.111Z Downloaded dirs-sys-next v0.1.2
10322026-08-12T01:02:40.111Z Downloaded ed25519 v3.0.0
10332026-08-12T01:02:40.111Z Downloaded ipnet v2.11.0
10342026-08-12T01:02:40.111Z Downloaded match_cfg v0.1.0
10352026-08-12T01:02:40.111Z Downloaded rayon-core v1.13.0
10362026-08-12T01:02:40.111Z Downloaded zerofrom-derive v0.1.6
10372026-08-12T01:02:40.111Z Downloaded cstr-argument v0.1.2
10382026-08-12T01:02:40.111Z Downloaded difflib v0.4.0
10392026-08-12T01:02:40.111Z Downloaded x509-cert v0.2.5
10402026-08-12T01:02:40.117Z Downloaded samael v0.0.19
10412026-08-12T01:02:40.117Z Downloaded peg-macros v0.8.5
10422026-08-12T01:02:40.120Z Downloaded tokio-postgres v0.7.16
10432026-08-12T01:02:40.123Z Downloaded serde_with_macros v3.21.0
10442026-08-12T01:02:40.126Z Downloaded powerfmt v0.2.0
10452026-08-12T01:02:40.130Z Downloaded recursive-proc-macro-impl v0.1.1
10462026-08-12T01:02:40.130Z Downloaded sponge-cursor v0.1.0
10472026-08-12T01:02:40.133Z Downloaded rtoolbox v0.0.3
10482026-08-12T01:02:40.137Z Downloaded progenitor-client v0.13.0
10492026-08-12T01:02:40.137Z Downloaded expectorate v1.2.0
10502026-08-12T01:02:40.140Z Downloaded toml_parser v1.1.2+spec-1.1.0
10512026-08-12T01:02:40.140Z Downloaded enum_dispatch v0.3.13
10522026-08-12T01:02:40.143Z Downloaded git2 v0.20.4
10532026-08-12T01:02:40.147Z Downloaded num_enum v0.7.6
10542026-08-12T01:02:40.151Z Downloaded sec1 v0.8.1
10552026-08-12T01:02:40.151Z Downloaded serde-hex v0.1.0
10562026-08-12T01:02:40.151Z Downloaded strum_macros v0.24.3
10572026-08-12T01:02:40.151Z Downloaded wnaf v0.14.0
10582026-08-12T01:02:40.154Z Downloaded pin-project-internal v1.1.11
10592026-08-12T01:02:40.154Z Downloaded tls_codec_derive v0.4.2
10602026-08-12T01:02:40.154Z Downloaded endian-type v0.1.2
10612026-08-12T01:02:40.160Z Downloaded indicatif v0.18.4
10622026-08-12T01:02:40.163Z Downloaded uuid v1.23.4
10632026-08-12T01:02:40.163Z Downloaded tracing-attributes v0.1.31
10642026-08-12T01:02:40.163Z Downloaded serde_urlencoded v0.7.1
10652026-08-12T01:02:40.163Z Downloaded derive-ex v0.1.8
10662026-08-12T01:02:40.167Z Downloaded slog-bunyan v2.5.0
10672026-08-12T01:02:40.167Z Downloaded structmeta-derive v0.3.0
10682026-08-12T01:02:40.167Z Downloaded indoc v2.0.7
10692026-08-12T01:02:40.170Z Downloaded tap v1.0.1
10702026-08-12T01:02:40.171Z Downloaded der v0.8.0
10712026-08-12T01:02:40.176Z Downloaded ignore v0.4.25
10722026-08-12T01:02:40.180Z Downloaded slog-dtrace v0.3.0
10732026-08-12T01:02:40.180Z Downloaded tokio-rustls v0.26.4
10742026-08-12T01:02:40.180Z Downloaded writeable v0.6.2
10752026-08-12T01:02:40.180Z Downloaded diesel_derives v2.3.7
10762026-08-12T01:02:40.184Z Downloaded rustyline v14.0.0
10772026-08-12T01:02:40.187Z Downloaded h2 v0.4.15
10782026-08-12T01:02:40.190Z Downloaded prefix-trie v0.7.0
10792026-08-12T01:02:40.190Z Downloaded oso v0.27.3
10802026-08-12T01:02:40.198Z Downloaded num-derive v0.4.2
10812026-08-12T01:02:40.198Z Downloaded keccak v0.1.6
10822026-08-12T01:02:40.198Z Downloaded spki v0.8.0
10832026-08-12T01:02:40.199Z Downloaded whoami v2.1.0
10842026-08-12T01:02:40.199Z Downloaded hashbrown v0.16.1
10852026-08-12T01:02:40.202Z Downloaded module-lattice v0.2.3
10862026-08-12T01:02:40.205Z Downloaded potential_utf v0.1.4
10872026-08-12T01:02:40.208Z Downloaded rustc_version v0.4.1
10882026-08-12T01:02:40.208Z Downloaded primefield v0.14.0
10892026-08-12T01:02:40.212Z Downloaded iri-string v0.7.10
10902026-08-12T01:02:40.215Z Downloaded subprocess v0.2.15
10912026-08-12T01:02:40.219Z Downloaded packed_struct v0.10.1
10922026-08-12T01:02:40.219Z Downloaded parking_lot_core v0.8.6
10932026-08-12T01:02:40.222Z Downloaded termtree v0.5.1
10942026-08-12T01:02:40.222Z Downloaded unarray v0.1.4
10952026-08-12T01:02:40.223Z Downloaded universal-hash v0.6.1
10962026-08-12T01:02:40.226Z Downloaded memoffset v0.9.1
10972026-08-12T01:02:40.226Z Downloaded universal-hash v0.5.1
10982026-08-12T01:02:40.226Z Downloaded digest-io v0.1.0
10992026-08-12T01:02:40.226Z Downloaded internet-checksum v0.2.1
11002026-08-12T01:02:40.229Z Downloaded socket2 v0.6.3
11012026-08-12T01:02:40.232Z Downloaded zip v0.6.6
11022026-08-12T01:02:40.235Z Downloaded darling_core v0.20.11
11032026-08-12T01:02:40.235Z Downloaded usdt-impl v0.6.0
11042026-08-12T01:02:40.241Z Downloaded yasna v0.5.2
11052026-08-12T01:02:40.241Z Downloaded libbz2-rs-sys v0.2.2
11062026-08-12T01:02:40.241Z Downloaded vergen-git2 v9.1.0
11072026-08-12T01:02:40.241Z Downloaded zstd v0.13.3
11082026-08-12T01:02:40.244Z Downloaded darling v0.20.11
11092026-08-12T01:02:40.247Z Downloaded percent-encoding v2.3.2
11102026-08-12T01:02:40.251Z Downloaded siphasher v1.0.2
11112026-08-12T01:02:40.251Z Downloaded derive_builder_core v0.20.2
11122026-08-12T01:02:40.254Z Downloaded impl-trait-for-tuples v0.2.3
11132026-08-12T01:02:40.259Z Downloaded miniz_oxide v0.8.9
11142026-08-12T01:02:40.264Z Downloaded derive_more-impl v2.1.1
11152026-08-12T01:02:40.267Z Downloaded lock_api v0.4.14
11162026-08-12T01:02:40.267Z Downloaded nonempty v0.12.0
11172026-08-12T01:02:40.267Z Downloaded num_enum v0.5.11
11182026-08-12T01:02:40.270Z Downloaded static_assertions v1.1.0
11192026-08-12T01:02:40.270Z Downloaded term v0.7.0
11202026-08-12T01:02:40.273Z Downloaded idna_adapter v1.2.1
11212026-08-12T01:02:40.276Z Downloaded openssl-macros v0.1.1
11222026-08-12T01:02:40.276Z Downloaded pbkdf2 v0.13.0
11232026-08-12T01:02:40.279Z Downloaded linked-hash-map v0.5.6
11242026-08-12T01:02:40.283Z Downloaded toml_writer v1.1.1+spec-1.1.0
11252026-08-12T01:02:40.286Z Downloaded slog-term v2.9.2
11262026-08-12T01:02:40.291Z Downloaded schemars v1.2.1
11272026-08-12T01:02:40.299Z Downloaded tinyvec v1.10.0
11282026-08-12T01:02:40.304Z Downloaded csv-core v0.1.13
11292026-08-12T01:02:40.307Z Downloaded derive_builder v0.20.2
11302026-08-12T01:02:40.310Z Downloaded cookie v0.18.1
11312026-08-12T01:02:40.314Z Downloaded derive_more v2.1.1
11322026-08-12T01:02:40.318Z Downloaded subtle v2.6.1
11332026-08-12T01:02:40.321Z Downloaded topological-sort v0.2.2
11342026-08-12T01:02:40.321Z Downloaded elliptic-curve v0.14.1
11352026-08-12T01:02:40.321Z Downloaded xshell-macros v0.2.7
11362026-08-12T01:02:40.321Z Downloaded rfc6979 v0.6.0
11372026-08-12T01:02:40.324Z Downloaded psm v0.1.30
11382026-08-12T01:02:40.324Z Downloaded serde_path_to_error v0.1.20
11392026-08-12T01:02:40.324Z Downloaded icu_properties_data v2.1.2
11402026-08-12T01:02:40.330Z Downloaded url v2.5.8
11412026-08-12T01:02:40.335Z Downloaded serde_with v3.21.0
11422026-08-12T01:02:40.338Z Downloaded libsw-core v0.3.2
11432026-08-12T01:02:40.339Z Downloaded num-bigint v0.4.6
11442026-08-12T01:02:40.342Z Downloaded try-lock v0.2.5
11452026-08-12T01:02:40.342Z Downloaded derive_builder_macro v0.20.2
11462026-08-12T01:02:40.342Z Downloaded smf v0.2.3
11472026-08-12T01:02:40.342Z Downloaded libm v0.2.16
11482026-08-12T01:02:40.346Z Downloaded pretty_assertions v1.4.1
11492026-08-12T01:02:40.349Z Downloaded keccak v0.2.0
11502026-08-12T01:02:40.349Z Downloaded corncobs v0.1.4
11512026-08-12T01:02:40.349Z Downloaded aws-lc-rs v1.16.3
11522026-08-12T01:02:40.354Z Downloaded bindgen v0.71.1
11532026-08-12T01:02:40.359Z Downloaded hyper v1.10.1
11542026-08-12T01:02:40.362Z Downloaded tracing-core v0.1.36
11552026-08-12T01:02:40.365Z Downloaded pkcs5 v0.8.1
11562026-08-12T01:02:40.365Z Downloaded inout v0.1.4
11572026-08-12T01:02:40.369Z Downloaded tokio-stream v0.1.18
11582026-08-12T01:02:40.369Z Downloaded num-iter v0.1.45
11592026-08-12T01:02:40.369Z Downloaded olpc-cjson v0.1.4
11602026-08-12T01:02:40.373Z Downloaded serde_derive_internals v0.29.1
11612026-08-12T01:02:40.373Z Downloaded displaydoc v0.2.5
11622026-08-12T01:02:40.373Z Downloaded maybe-uninit v2.0.0
11632026-08-12T01:02:40.373Z Downloaded darling v0.23.0
11642026-08-12T01:02:40.376Z Downloaded drift v0.2.0
11652026-08-12T01:02:40.380Z Downloaded ref-cast-impl v1.0.25
11662026-08-12T01:02:40.387Z Downloaded sqlformat v0.3.5
11672026-08-12T01:02:40.387Z Downloaded stacker v0.1.23
11682026-08-12T01:02:40.387Z Downloaded smallvec v1.15.1
11692026-08-12T01:02:40.387Z Downloaded sha1 v0.11.0
11702026-08-12T01:02:40.387Z Downloaded peg v0.8.5
11712026-08-12T01:02:40.391Z Downloaded parse-size v1.1.0
11722026-08-12T01:02:40.391Z Downloaded serde_repr v0.1.20
11732026-08-12T01:02:40.391Z Downloaded hkdf v0.12.4
11742026-08-12T01:02:40.391Z Downloaded oxide-update-engine-display v0.1.2
11752026-08-12T01:02:40.391Z Downloaded reqwest v0.12.28
11762026-08-12T01:02:40.804Z Downloaded blake3 v1.8.5
11772026-08-12T01:02:40.804Z Downloaded bitvec v1.0.1
11782026-08-12T01:02:40.804Z Downloaded p521 v0.14.0
11792026-08-12T01:02:40.804Z Downloaded tokio-macros v2.7.0
11802026-08-12T01:02:40.804Z Downloaded signal-hook-registry v1.4.8
11812026-08-12T01:02:40.804Z Downloaded crc32fast v1.5.0
11822026-08-12T01:02:40.804Z Downloaded quick-error v1.2.3
11832026-08-12T01:02:40.804Z Downloaded hkdf v0.13.0
11842026-08-12T01:02:40.804Z Downloaded libsw v3.5.0
11852026-08-12T01:02:40.804Z Downloaded nu-ansi-term v0.50.3
11862026-08-12T01:02:40.804Z Downloaded illumos-nvpair-sys v0.2.0
11872026-08-12T01:02:40.804Z Downloaded kem v0.3.0
11882026-08-12T01:02:40.804Z Downloaded pin-project v1.1.11
11892026-08-12T01:02:40.804Z Downloaded rsa v0.10.0-rc.18
11902026-08-12T01:02:40.804Z Downloaded ron v0.8.1
11912026-08-12T01:02:40.804Z Downloaded signal-hook v0.3.18
11922026-08-12T01:02:40.804Z Downloaded diff v0.1.13
11932026-08-12T01:02:40.804Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11942026-08-12T01:02:40.805Z Downloaded serde_with_macros v1.5.2
11952026-08-12T01:02:40.805Z Downloaded zeroize v1.9.0
11962026-08-12T01:02:40.805Z Downloaded thread_local v1.1.9
11972026-08-12T01:02:40.805Z Downloaded unicode-bidi v0.3.18
11982026-08-12T01:02:40.805Z Downloaded diesel-dtrace v0.5.0
11992026-08-12T01:02:40.805Z Downloaded support-bundle-viewer v0.1.2
12002026-08-12T01:02:40.805Z Downloaded quinn-udp v0.5.14
12012026-08-12T01:02:40.805Z Downloaded salty v0.3.0
12022026-08-12T01:02:40.805Z Downloaded schemars v0.8.22
12032026-08-12T01:02:40.805Z Downloaded pkcs8 v0.10.2
12042026-08-12T01:02:40.805Z Downloaded tower-http v0.6.8
12052026-08-12T01:02:40.805Z Downloaded unicode_categories v0.1.1
12062026-08-12T01:02:40.805Z Downloaded pkcs1 v0.8.0-rc.4
12072026-08-12T01:02:40.805Z Downloaded vergen-gitcl v1.0.8
12082026-08-12T01:02:40.805Z Downloaded env_logger v0.11.9
12092026-08-12T01:02:40.805Z Downloaded elliptic-curve v0.13.8
12102026-08-12T01:02:40.805Z Downloaded twox-hash v2.1.2
12112026-08-12T01:02:40.805Z Downloaded crossterm v0.28.1
12122026-08-12T01:02:40.805Z Downloaded unicode-normalization v0.1.25
12132026-08-12T01:02:40.805Z Downloaded tar v0.4.46
12142026-08-12T01:02:40.805Z Downloaded p384 v0.13.1
12152026-08-12T01:02:40.805Z Downloaded linear-map v1.2.0
12162026-08-12T01:02:40.805Z Downloaded chrono v0.4.45
12172026-08-12T01:02:40.805Z Downloaded derive-where v1.6.0
12182026-08-12T01:02:40.805Z Downloaded ed25519-dalek v2.2.0
12192026-08-12T01:02:40.805Z Downloaded minimal-lexical v0.2.1
12202026-08-12T01:02:40.805Z Downloaded slog v2.8.2
12212026-08-12T01:02:40.805Z Downloaded itertools v0.15.0
12222026-08-12T01:02:40.805Z Downloaded tough v0.22.0
12232026-08-12T01:02:40.805Z Downloaded tabled v0.21.0
12242026-08-12T01:02:40.806Z Downloaded scuffle v0.1.0
12252026-08-12T01:02:40.806Z Downloaded cookie_store v0.22.1
12262026-08-12T01:02:40.806Z Downloaded typify v0.6.2
12272026-08-12T01:02:40.806Z Downloaded nom v8.0.0
12282026-08-12T01:02:40.806Z Downloaded typed-path v0.9.3
12292026-08-12T01:02:40.806Z Downloaded dropshot-api-manager v0.7.2
12302026-08-12T01:02:40.806Z Downloaded zip v4.6.1
12312026-08-12T01:02:40.806Z Downloaded crypto-primes v0.7.2
12322026-08-12T01:02:40.806Z Downloaded darling_core v0.13.4
12332026-08-12T01:02:40.806Z Downloaded test-strategy v0.4.5
12342026-08-12T01:02:40.806Z Downloaded mio v1.2.0
12352026-08-12T01:02:40.806Z Downloaded reqwest v0.13.2
12362026-08-12T01:02:40.806Z Downloaded regex v1.12.3
12372026-08-12T01:02:40.806Z Downloaded toml v1.1.2+spec-1.1.0
12382026-08-12T01:02:40.806Z Downloaded rand v0.8.6
12392026-08-12T01:02:40.806Z Downloaded sha3 v0.12.0
12402026-08-12T01:02:40.806Z Downloaded darling_core v0.23.0
12412026-08-12T01:02:40.806Z Downloaded yansi v1.0.1
12422026-08-12T01:02:40.806Z Downloaded schemars v0.9.0
12432026-08-12T01:02:40.806Z Downloaded crypto-bigint v0.5.5
12442026-08-12T01:02:40.806Z Downloaded rustls-platform-verifier v0.6.2
12452026-08-12T01:02:40.806Z Downloaded reedline v0.40.0
12462026-08-12T01:02:40.806Z Downloaded steno v0.4.1
12472026-08-12T01:02:40.806Z Downloaded tower v0.5.3
12482026-08-12T01:02:40.806Z Downloaded tokio-util v0.7.18
12492026-08-12T01:02:40.806Z Downloaded ssh-key v0.7.0-rc.11
12502026-08-12T01:02:40.806Z Downloaded ed25519-dalek v3.0.0
12512026-08-12T01:02:40.806Z Downloaded time v0.3.47
12522026-08-12T01:02:40.806Z Downloaded portable-atomic v1.13.1
12532026-08-12T01:02:40.806Z Downloaded moka v0.12.13
12542026-08-12T01:02:40.806Z Downloaded itertools v0.14.0
12552026-08-12T01:02:40.806Z Downloaded itertools v0.13.0
12562026-08-12T01:02:40.806Z Downloaded iddqd v0.4.2
12572026-08-12T01:02:40.806Z Downloaded goblin v0.10.5
12582026-08-12T01:02:40.807Z Downloaded itertools v0.10.5
12592026-08-12T01:02:40.807Z Downloaded nom v7.1.3
12602026-08-12T01:02:40.807Z Downloaded internal-russh-num-bigint v0.5.0
12612026-08-12T01:02:40.807Z Downloaded itertools v0.12.1
12622026-08-12T01:02:40.807Z Downloaded jiff-core v0.1.0
12632026-08-12T01:02:40.807Z Downloaded libxml v0.3.3
12642026-08-12T01:02:40.807Z Downloaded rand v0.9.2
12652026-08-12T01:02:40.807Z Downloaded idna v1.1.0
12662026-08-12T01:02:40.807Z Downloaded openapiv3 v2.2.0
12672026-08-12T01:02:40.807Z Downloaded regex-syntax v0.6.29
12682026-08-12T01:02:40.807Z Downloaded quinn-proto v0.11.16
12692026-08-12T01:02:40.810Z Downloaded winnow v0.6.26
12702026-08-12T01:02:40.810Z Downloaded quick-xml v0.37.5
12712026-08-12T01:02:40.814Z Downloaded rayon v1.11.0
12722026-08-12T01:02:40.819Z Downloaded zlib-rs v0.6.2
12732026-08-12T01:02:40.823Z Downloaded proptest v1.11.0
12742026-08-12T01:02:40.827Z Downloaded winnow v0.5.40
12752026-08-12T01:02:40.836Z Downloaded lalrpop v0.19.12
12762026-08-12T01:02:40.840Z Downloaded crossterm v0.29.0
12772026-08-12T01:02:40.843Z Downloaded winnow v1.0.3
12782026-08-12T01:02:40.848Z Downloaded rawzip v0.4.4
12792026-08-12T01:02:40.856Z Downloaded zerocopy v0.8.40
12802026-08-12T01:02:40.891Z Downloaded smoltcp v0.9.1
12812026-08-12T01:02:40.903Z Downloaded polar-core v0.27.3
12822026-08-12T01:02:40.907Z Downloaded russh v0.62.4
12832026-08-12T01:02:40.912Z Downloaded object v0.30.4
12842026-08-12T01:02:40.918Z Downloaded regex-syntax v0.8.10
12852026-08-12T01:02:40.929Z Downloaded petname v2.0.2
12862026-08-12T01:02:40.932Z Downloaded regress v0.11.1
12872026-08-12T01:02:40.947Z Downloaded vcpkg v0.2.15
12882026-08-12T01:02:40.971Z Downloaded sled v0.34.7
12892026-08-12T01:02:40.974Z Downloaded nix v0.27.1
12902026-08-12T01:02:40.981Z Downloaded curve25519-dalek v4.1.3
12912026-08-12T01:02:40.985Z Downloaded radix_trie v0.2.1
12922026-08-12T01:02:40.988Z Downloaded smoltcp v0.11.0
12932026-08-12T01:02:41.000Z Downloaded hickory-proto v0.25.2
12942026-08-12T01:02:41.007Z Downloaded hickory-proto v0.24.4
12952026-08-12T01:02:41.017Z Downloaded object v0.37.3
12962026-08-12T01:02:41.022Z Downloaded regress v0.10.5
12972026-08-12T01:02:41.028Z Downloaded typify-impl v0.6.2
12982026-08-12T01:02:41.039Z Downloaded diesel v2.3.7
12992026-08-12T01:02:41.045Z Downloaded nix v0.28.0
13002026-08-12T01:02:41.051Z Downloaded openssl v0.10.80
13012026-08-12T01:02:41.056Z Downloaded nix v0.31.2
13022026-08-12T01:02:41.063Z Downloaded sqlparser v0.61.0
13032026-08-12T01:02:41.071Z Downloaded rustls v0.23.41
13042026-08-12T01:02:41.074Z Downloaded tracing v0.1.44
13052026-08-12T01:02:41.084Z Downloaded crypto-bigint v0.7.5
13062026-08-12T01:02:41.095Z Downloaded rustix v0.38.44
13072026-08-12T01:02:41.104Z Downloaded curve25519-dalek v5.0.0
13082026-08-12T01:02:41.109Z Downloaded zerocopy-derive v0.6.6
13092026-08-12T01:02:41.114Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-08-12T01:02:41.120Z Downloaded dropshot v0.17.1
13112026-08-12T01:02:41.132Z Downloaded sha3 v0.11.0
13122026-08-12T01:02:41.155Z Downloaded regex-automata v0.4.14
13132026-08-12T01:02:41.165Z Downloaded chrono-tz v0.10.4
13142026-08-12T01:02:41.172Z Downloaded ratatui v0.29.0
13152026-08-12T01:02:41.185Z Downloaded petgraph v0.6.5
13162026-08-12T01:02:41.202Z Downloaded jiff v0.2.34
13172026-08-12T01:02:41.227Z Downloaded libz-sys v1.1.24
13182026-08-12T01:02:41.238Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13192026-08-12T01:02:41.248Z Downloaded tokio v1.52.1
13202026-08-12T01:02:41.269Z Downloaded csv v1.4.0
13212026-08-12T01:02:41.280Z Downloaded petgraph v0.8.3
13222026-08-12T01:02:41.292Z Downloaded sha3 v0.10.8
13232026-08-12T01:02:41.307Z Downloaded encoding_rs v0.8.35
13242026-08-12T01:02:41.331Z Downloaded libgit2-sys v0.18.3+1.9.2
13252026-08-12T01:02:41.362Z Downloaded ring v0.17.14
13262026-08-12T01:02:41.830Z Downloaded aws-lc-sys v0.40.0
13272026-08-12T01:02:42.087Z Compiling serde_core v1.0.228
13282026-08-12T01:02:42.087Z Compiling libc v0.2.185
13292026-08-12T01:02:42.087Z Compiling serde v1.0.228
13302026-08-12T01:02:42.090Z Compiling log v0.4.29
13312026-08-12T01:02:42.090Z Compiling smallvec v1.15.1
13322026-08-12T01:02:42.090Z Compiling find-msvc-tools v0.1.9
13332026-08-12T01:02:42.090Z Compiling shlex v1.3.0
13342026-08-12T01:02:42.230Z Compiling syn v2.0.117
13352026-08-12T01:02:42.466Z Compiling subtle v2.6.1
13362026-08-12T01:02:42.469Z Compiling scopeguard v1.2.0
13372026-08-12T01:02:42.493Z Compiling typenum v1.20.1
13382026-08-12T01:02:42.528Z Compiling stable_deref_trait v1.2.1
13392026-08-12T01:02:42.558Z Compiling zerocopy v0.8.40
13402026-08-12T01:02:42.600Z Compiling lock_api v0.4.14
13412026-08-12T01:02:42.614Z Compiling portable-atomic v1.13.1
13422026-08-12T01:02:42.643Z Compiling serde_json v1.0.151
13432026-08-12T01:02:42.845Z Compiling critical-section v1.2.0
13442026-08-12T01:02:42.861Z Compiling libm v0.2.16
13452026-08-12T01:02:42.958Z Compiling num-traits v0.2.19
13462026-08-12T01:02:42.988Z Compiling pkg-config v0.3.32
13472026-08-12T01:02:43.064Z Compiling errno v0.3.14
13482026-08-12T01:02:43.129Z Compiling jobserver v0.1.34
13492026-08-12T01:02:43.168Z Compiling getrandom v0.2.17
13502026-08-12T01:02:43.308Z Compiling rand_core v0.6.4
13512026-08-12T01:02:43.391Z Compiling cc v1.2.56
13522026-08-12T01:02:43.538Z Compiling generic-array v0.14.7
13532026-08-12T01:02:43.574Z Compiling getrandom v0.4.1
13542026-08-12T01:02:43.662Z Compiling once_cell v1.21.3
13552026-08-12T01:02:43.691Z Compiling parking_lot_core v0.9.12
13562026-08-12T01:02:43.721Z Compiling const-oid v0.9.6
13572026-08-12T01:02:43.873Z Compiling pin-project-lite v0.2.17
13582026-08-12T01:02:43.972Z Compiling rand_core v0.10.0
13592026-08-12T01:02:44.266Z Compiling signal-hook-registry v1.4.8
13602026-08-12T01:02:44.301Z Compiling bitflags v2.11.0
13612026-08-12T01:02:44.426Z Compiling futures-core v0.3.32
13622026-08-12T01:02:44.442Z Compiling writeable v0.6.2
13632026-08-12T01:02:44.525Z Compiling litemap v0.8.1
13642026-08-12T01:02:44.528Z Compiling percent-encoding v2.3.2
13652026-08-12T01:02:44.562Z Compiling semver v1.0.28
13662026-08-12T01:02:44.575Z Compiling parking_lot v0.12.5
13672026-08-12T01:02:44.633Z Compiling mio v1.2.0
13682026-08-12T01:02:44.710Z Compiling icu_properties_data v2.1.2
13692026-08-12T01:02:44.727Z Compiling icu_normalizer_data v2.1.1
13702026-08-12T01:02:44.872Z Compiling socket2 v0.6.3
13712026-08-12T01:02:44.905Z Compiling getrandom v0.3.4
13722026-08-12T01:02:44.947Z Compiling futures-sink v0.3.32
13732026-08-12T01:02:45.035Z Compiling synstructure v0.13.2
13742026-08-12T01:02:45.051Z Compiling indexmap v2.14.0
13752026-08-12T01:02:45.064Z Compiling futures-channel v0.3.32
13762026-08-12T01:02:45.089Z Compiling futures-task v0.3.32
13772026-08-12T01:02:45.259Z Compiling rustix v1.1.3
13782026-08-12T01:02:45.270Z Compiling utf8_iter v1.0.4
13792026-08-12T01:02:45.287Z Compiling futures-io v0.3.32
13802026-08-12T01:02:45.414Z Compiling slab v0.4.12
13812026-08-12T01:02:45.444Z Compiling form_urlencoded v1.2.2
13822026-08-12T01:02:45.460Z Compiling rustversion v1.0.22
13832026-08-12T01:02:45.585Z Compiling base64ct v1.8.3
13842026-08-12T01:02:45.614Z Compiling iana-time-zone v0.1.65
13852026-08-12T01:02:45.628Z Compiling cmake v0.1.57
13862026-08-12T01:02:45.691Z Compiling flagset v0.4.7
13872026-08-12T01:02:45.742Z Compiling dunce v1.0.5
13882026-08-12T01:02:45.864Z Compiling ident_case v1.0.1
13892026-08-12T01:02:45.879Z Compiling regex-syntax v0.8.10
13902026-08-12T01:02:45.893Z Compiling pem-rfc7468 v0.7.0
13912026-08-12T01:02:45.944Z Compiling fs_extra v1.3.0
13922026-08-12T01:02:45.982Z Compiling rand_core v0.9.5
13932026-08-12T01:02:46.102Z Compiling uuid v1.23.4
13942026-08-12T01:02:46.208Z Compiling base64 v0.22.1
13952026-08-12T01:02:46.225Z Compiling aws-lc-sys v0.40.0
13962026-08-12T01:02:46.262Z Compiling vcpkg v0.2.15
13972026-08-12T01:02:46.510Z Compiling syn v1.0.109
13982026-08-12T01:02:46.538Z Compiling serde_derive_internals v0.29.1
13992026-08-12T01:02:46.785Z Compiling serde_derive v1.0.228
14002026-08-12T01:02:46.800Z Compiling zeroize_derive v1.5.0
14012026-08-12T01:02:46.819Z Compiling zerocopy-derive v0.8.40
14022026-08-12T01:02:47.004Z Compiling zerofrom-derive v0.1.6
14032026-08-12T01:02:47.050Z Compiling yoke-derive v0.8.1
14042026-08-12T01:02:47.447Z Compiling zerovec-derive v0.11.2
14052026-08-12T01:02:47.462Z Compiling displaydoc v0.2.5
14062026-08-12T01:02:48.218Z Compiling tokio-macros v2.7.0
14072026-08-12T01:02:48.232Z Compiling futures-macro v0.3.32
14082026-08-12T01:02:48.246Z Compiling der_derive v0.7.3
14092026-08-12T01:02:48.414Z Compiling zerofrom v0.1.6
14102026-08-12T01:02:48.547Z Compiling yoke v0.8.1
14112026-08-12T01:02:48.575Z Compiling thiserror-impl v2.0.18
14122026-08-12T01:02:48.734Z Compiling zerovec v0.11.5
14132026-08-12T01:02:48.967Z Compiling zerotrie v0.2.3
14142026-08-12T01:02:49.046Z Compiling futures-util v0.3.32
14152026-08-12T01:02:49.223Z Compiling tinystr v0.8.2
14162026-08-12T01:02:49.248Z Compiling potential_utf v0.1.4
14172026-08-12T01:02:49.264Z Compiling openssl-sys v0.9.117
14182026-08-12T01:02:49.413Z Compiling icu_locale_core v2.1.1
14192026-08-12T01:02:49.428Z Compiling icu_collections v2.1.1
14202026-08-12T01:02:49.832Z Compiling tracing-attributes v0.1.31
14212026-08-12T01:02:49.896Z Compiling rustc_version v0.4.1
14222026-08-12T01:02:49.913Z Compiling thiserror v2.0.18
14232026-08-12T01:02:50.021Z Compiling icu_provider v2.1.1
14242026-08-12T01:02:50.206Z Compiling tracing-core v0.1.36
14252026-08-12T01:02:50.277Z Compiling zeroize v1.9.0
14262026-08-12T01:02:50.312Z Compiling bytes v1.11.1
14272026-08-12T01:02:50.353Z Compiling icu_properties v2.1.2
14282026-08-12T01:02:50.745Z Compiling icu_normalizer v2.1.1
14292026-08-12T01:02:50.971Z Compiling tokio v1.52.1
14302026-08-12T01:02:51.115Z Compiling block-buffer v0.10.4
14312026-08-12T01:02:51.187Z Compiling crypto-common v0.1.7
14322026-08-12T01:02:51.292Z Compiling idna_adapter v1.2.1
14332026-08-12T01:02:51.292Z Compiling ppv-lite86 v0.2.21
14342026-08-12T01:02:51.346Z Compiling digest v0.10.7
14352026-08-12T01:02:51.361Z Compiling chrono v0.4.45
14362026-08-12T01:02:51.404Z Compiling der v0.7.10
14372026-08-12T01:02:51.444Z Compiling idna v1.1.0
14382026-08-12T01:02:51.461Z Compiling http v1.4.2
14392026-08-12T01:02:51.601Z Compiling rand_chacha v0.9.0
14402026-08-12T01:02:51.620Z Compiling aws-lc-rs v1.16.3
14412026-08-12T01:02:51.926Z Compiling url v2.5.8
14422026-08-12T01:02:52.114Z Compiling dyn-clone v1.0.20
14432026-08-12T01:02:52.255Z Compiling spki v0.7.3
14442026-08-12T01:02:52.308Z Compiling cpufeatures v0.2.17
14452026-08-12T01:02:52.372Z Compiling schemars v0.8.22
14462026-08-12T01:02:52.387Z Compiling http-body v1.0.1
14472026-08-12T01:02:52.464Z Compiling pkcs8 v0.10.2
14482026-08-12T01:02:52.533Z Compiling rand v0.9.2
14492026-08-12T01:02:52.589Z Compiling tracing v0.1.44
14502026-08-12T01:02:52.603Z Compiling rustls-pki-types v1.14.0
14512026-08-12T01:02:52.751Z Compiling schemars_derive v0.8.22
14522026-08-12T01:02:52.786Z Compiling spin v0.9.8
14532026-08-12T01:02:52.842Z Compiling tinyvec_macros v0.1.1
14542026-08-12T01:02:52.911Z Compiling httparse v1.10.1
14552026-08-12T01:02:52.989Z Compiling openssl-probe v0.2.1
14562026-08-12T01:02:53.037Z Compiling crc32fast v1.5.0
14572026-08-12T01:02:53.161Z Compiling cmov v0.5.4
14582026-08-12T01:02:53.266Z Compiling tempfile v3.25.0
14592026-08-12T01:02:53.281Z Compiling tinyvec v1.10.0
14602026-08-12T01:02:53.338Z Compiling ctutils v0.4.2
14612026-08-12T01:02:53.362Z Compiling pest_generator v2.8.6
14622026-08-12T01:02:53.569Z Compiling sha2 v0.10.9
14632026-08-12T01:02:53.616Z Compiling aho-corasick v1.1.4
14642026-08-12T01:02:53.630Z Compiling radium v0.7.0
14652026-08-12T01:02:53.873Z Compiling try-lock v0.2.5
14662026-08-12T01:02:53.980Z Compiling untrusted v0.7.1
14672026-08-12T01:02:54.025Z Compiling tower-service v0.3.3
14682026-08-12T01:02:54.099Z Compiling tower-layer v0.3.3
14692026-08-12T01:02:54.117Z Compiling atomic-waker v1.1.2
14702026-08-12T01:02:54.240Z Compiling pest_derive v2.8.6
14712026-08-12T01:02:54.257Z Compiling want v0.3.1
14722026-08-12T01:02:54.416Z Compiling regex-automata v0.4.14
14732026-08-12T01:02:54.694Z Compiling hybrid-array v0.4.13
14742026-08-12T01:02:54.849Z Compiling tokio-util v0.7.18
14752026-08-12T01:02:55.383Z Compiling ipnet v2.11.0
14762026-08-12T01:02:55.450Z Compiling scroll_derive v0.13.1
14772026-08-12T01:02:55.529Z Compiling h2 v0.4.15
14782026-08-12T01:02:55.862Z Compiling darling_core v0.20.11
14792026-08-12T01:02:55.915Z Compiling maybe-uninit v2.0.0
14802026-08-12T01:02:56.180Z Compiling untrusted v0.9.0
14812026-08-12T01:02:56.282Z Compiling openssl v0.10.80
14822026-08-12T01:02:56.303Z Compiling tap v1.0.1
14832026-08-12T01:02:56.417Z Compiling httpdate v1.0.3
14842026-08-12T01:02:56.508Z Compiling foreign-types-shared v0.1.1
14852026-08-12T01:02:56.524Z Compiling rustls v0.23.41
14862026-08-12T01:02:56.597Z Compiling simd-adler32 v0.3.8
14872026-08-12T01:02:56.641Z Compiling foreign-types v0.3.2
14882026-08-12T01:02:56.696Z Compiling wyz v0.5.1
14892026-08-12T01:02:56.710Z Compiling scroll v0.13.0
14902026-08-12T01:02:56.838Z Compiling unicode-normalization v0.1.25
14912026-08-12T01:02:56.966Z Compiling rand_chacha v0.3.1
14922026-08-12T01:02:56.981Z Compiling signature v2.2.0
14932026-08-12T01:02:57.164Z Compiling hex v0.4.3
14942026-08-12T01:02:57.281Z Compiling openssl-macros v0.1.1
14952026-08-12T01:02:57.285Z Compiling thiserror-impl v1.0.69
14962026-08-12T01:02:57.429Z Compiling terminal_size v0.4.3
14972026-08-12T01:02:57.566Z Compiling bzip2-sys v0.1.13+1.0.8
14982026-08-12T01:02:57.669Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14992026-08-12T01:02:57.725Z Compiling num-integer v0.1.46
15002026-08-12T01:02:57.836Z Compiling wait-timeout v0.2.1
15012026-08-12T01:02:58.041Z Compiling ahash v0.8.12
15022026-08-12T01:02:58.055Z Compiling quick-error v1.2.3
15032026-08-12T01:02:58.092Z Compiling num-bigint-dig v0.8.6
15042026-08-12T01:02:58.110Z Compiling darling_macro v0.20.11
15052026-08-12T01:02:58.155Z Compiling bit-vec v0.8.0
15062026-08-12T01:02:58.240Z Compiling time-core v0.1.8
15072026-08-12T01:02:58.270Z Compiling adler2 v2.0.1
15082026-08-12T01:02:58.384Z Compiling powerfmt v0.2.0
15092026-08-12T01:02:58.388Z Compiling funty v2.0.0
15102026-08-12T01:02:58.412Z Compiling num-conv v0.2.0
15112026-08-12T01:02:58.457Z Compiling native-tls v0.2.18
15122026-08-12T01:02:58.521Z Compiling packed_struct v0.10.1
15132026-08-12T01:02:58.538Z Compiling time-macros v0.2.27
15142026-08-12T01:02:58.579Z Compiling thiserror v1.0.69
15152026-08-12T01:02:58.582Z Compiling darling v0.20.11
15162026-08-12T01:02:58.653Z Compiling hyper v1.10.1
15172026-08-12T01:02:58.686Z Compiling deranged v0.5.8
15182026-08-12T01:02:58.709Z Compiling miniz_oxide v0.8.9
15192026-08-12T01:02:58.774Z Compiling bitvec v1.0.1
15202026-08-12T01:02:58.966Z Compiling bit-set v0.8.0
15212026-08-12T01:02:59.197Z Compiling rusty-fork v0.3.1
15222026-08-12T01:02:59.307Z Compiling clap_builder v4.6.0
15232026-08-12T01:02:59.586Z Compiling num-iter v0.1.45
15242026-08-12T01:02:59.700Z Compiling rand v0.8.6
15252026-08-12T01:03:00.194Z Compiling hyper-util v0.1.20
15262026-08-12T01:03:00.211Z Compiling goblin v0.10.5
15272026-08-12T01:03:00.469Z Compiling packed_struct_codegen v0.10.1
15282026-08-12T01:03:00.484Z Compiling lazy_static v1.5.0
15292026-08-12T01:03:00.573Z Compiling hmac v0.12.1
15302026-08-12T01:03:00.732Z Compiling toml_datetime v0.6.11
15312026-08-12T01:03:00.998Z Compiling serde_spanned v0.6.9
15322026-08-12T01:03:01.143Z Compiling clap_derive v4.6.1
15332026-08-12T01:03:01.559Z Compiling zerocopy-derive v0.6.6
15342026-08-12T01:03:01.973Z Compiling bitfield-macros v0.19.4
15352026-08-12T01:03:02.325Z Compiling anstyle-parse v0.2.7
15362026-08-12T01:03:02.387Z Compiling rand_xorshift v0.4.0
15372026-08-12T01:03:02.507Z Compiling sync_wrapper v1.0.2
15382026-08-12T01:03:02.546Z Compiling indexmap v1.9.3
15392026-08-12T01:03:02.612Z Compiling crc-catalog v2.4.0
15402026-08-12T01:03:02.648Z Compiling siphasher v1.0.2
15412026-08-12T01:03:02.672Z Compiling unarray v0.1.4
15422026-08-12T01:03:02.702Z Compiling nodrop v0.1.14
15432026-08-12T01:03:02.727Z Compiling crossbeam-utils v0.8.21
15442026-08-12T01:03:02.780Z Compiling num_threads v0.1.7
15452026-08-12T01:03:02.795Z Compiling usdt-impl v0.6.0
15462026-08-12T01:03:02.838Z Compiling zlib-rs v0.6.2
15472026-08-12T01:03:02.874Z Compiling paste v1.0.15
15482026-08-12T01:03:02.889Z Compiling clap v4.6.1
15492026-08-12T01:03:02.965Z Compiling dof v0.4.0
15502026-08-12T01:03:03.019Z Compiling time v0.3.47
15512026-08-12T01:03:03.033Z Compiling array-init v0.0.4
15522026-08-12T01:03:03.177Z Compiling proptest v1.11.0
15532026-08-12T01:03:03.386Z Compiling crc v3.4.0
15542026-08-12T01:03:03.578Z Compiling bitfield v0.19.4
15552026-08-12T01:03:03.874Z Compiling tower v0.5.3
15562026-08-12T01:03:04.102Z Compiling anstream v0.6.21
15572026-08-12T01:03:04.335Z Compiling zerocopy v0.6.6
15582026-08-12T01:03:04.643Z Compiling smallvec v0.6.14
15592026-08-12T01:03:04.839Z Compiling derive_builder_core v0.20.2
15602026-08-12T01:03:05.014Z Compiling ipnetwork v0.21.1
15612026-08-12T01:03:05.391Z Compiling dtrace-parser v0.3.0
15622026-08-12T01:03:05.662Z Compiling flate2 v1.1.9
15632026-08-12T01:03:05.662Z Compiling pkcs1 v0.7.5
15642026-08-12T01:03:06.011Z Compiling http-body-util v0.1.3
15652026-08-12T01:03:06.092Z Compiling heapless v0.7.17
15662026-08-12T01:03:06.110Z Compiling structmeta-derive v0.3.0
15672026-08-12T01:03:06.125Z Compiling scroll_derive v0.12.1
15682026-08-12T01:03:06.251Z Compiling slog v2.8.2
15692026-08-12T01:03:06.306Z Compiling darling_core v0.23.0
15702026-08-12T01:03:06.327Z Compiling thread-id v5.1.0
15712026-08-12T01:03:06.414Z Compiling cookie v0.18.1
15722026-08-12T01:03:06.438Z Compiling env_filter v1.0.0
15732026-08-12T01:03:06.595Z Compiling ryu v1.0.23
15742026-08-12T01:03:06.743Z Compiling allocator-api2 v0.2.21
15752026-08-12T01:03:06.783Z Compiling winnow v0.5.40
15762026-08-12T01:03:06.798Z Compiling unicode-bidi v0.3.18
15772026-08-12T01:03:07.068Z Compiling anyhow v1.0.102
15782026-08-12T01:03:07.189Z Compiling zstd-safe v7.2.4
15792026-08-12T01:03:07.324Z Compiling signal-hook v0.3.18
15802026-08-12T01:03:07.363Z Compiling base64 v0.21.7
15812026-08-12T01:03:07.390Z Compiling unicode-properties v0.1.4
15822026-08-12T01:03:07.490Z Compiling iri-string v0.7.10
15832026-08-12T01:03:07.600Z Compiling hashbrown v0.12.3
15842026-08-12T01:03:07.680Z Compiling ron v0.8.1
15852026-08-12T01:03:08.061Z Compiling toml_edit v0.19.15
15862026-08-12T01:03:08.573Z Compiling stringprep v0.1.5
15872026-08-12T01:03:08.623Z Compiling tower-http v0.6.8
15882026-08-12T01:03:08.805Z Compiling darling_macro v0.23.0
15892026-08-12T01:03:09.022Z Compiling structmeta v0.3.0
15902026-08-12T01:03:09.036Z Compiling scroll v0.12.0
15912026-08-12T01:03:09.221Z Compiling serde_urlencoded v0.7.1
15922026-08-12T01:03:09.284Z Compiling env_logger v0.11.9
15932026-08-12T01:03:09.467Z Compiling rsa v0.9.10
15942026-08-12T01:03:09.501Z Compiling derive_builder_macro v0.20.2
15952026-08-12T01:03:09.626Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15962026-08-12T01:03:09.866Z Compiling newtype-uuid v1.3.2
15972026-08-12T01:03:09.971Z Compiling oxnet v0.1.6
15982026-08-12T01:03:09.996Z Compiling hashbrown v0.13.2
15992026-08-12T01:03:10.198Z Compiling serde-hex v0.1.0
16002026-08-12T01:03:10.404Z Compiling bzip2 v0.4.4
16012026-08-12T01:03:10.458Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16022026-08-12T01:03:10.609Z Compiling tokio-native-tls v0.3.1
16032026-08-12T01:03:10.646Z Compiling camino v1.2.2
16042026-08-12T01:03:11.064Z Compiling bstr v1.12.1
16052026-08-12T01:03:11.234Z Compiling block-buffer v0.12.1
16062026-08-12T01:03:11.329Z Compiling block-padding v0.4.2
16072026-08-12T01:03:11.435Z Compiling crypto-common v0.2.2
16082026-08-12T01:03:11.502Z Compiling rustls-native-certs v0.8.3
16092026-08-12T01:03:11.718Z Compiling x509-cert v0.2.5
16102026-08-12T01:03:11.798Z Compiling md-5 v0.10.6
16112026-08-12T01:03:11.969Z Compiling erased-serde v0.3.31
16122026-08-12T01:03:11.972Z Compiling serde_tokenstream v0.2.3
16132026-08-12T01:03:12.296Z Compiling curve25519-dalek v4.1.3
16142026-08-12T01:03:12.460Z Compiling pin-project-internal v1.1.11
16152026-08-12T01:03:12.540Z Compiling zerocopy-derive v0.7.35
16162026-08-12T01:03:12.630Z Compiling daft-derive v0.1.7
16172026-08-12T01:03:13.185Z Compiling async-trait v0.1.89
16182026-08-12T01:03:13.307Z Compiling vergen-lib v9.1.0
16192026-08-12T01:03:13.348Z Compiling hash32 v0.2.1
16202026-08-12T01:03:13.405Z Compiling memoffset v0.9.1
16212026-08-12T01:03:13.485Z Compiling encoding_rs v0.8.35
16222026-08-12T01:03:13.537Z Compiling ref-cast v1.0.25
16232026-08-12T01:03:13.558Z Compiling litrs v1.0.0
16242026-08-12T01:03:13.590Z Compiling smoltcp v0.9.1
16252026-08-12T01:03:13.831Z Compiling rustix v0.38.44
16262026-08-12T01:03:13.915Z Compiling cfg_aliases v0.2.1
16272026-08-12T01:03:13.993Z Compiling psl-types v2.0.11
16282026-08-12T01:03:14.057Z Compiling crc-any v2.5.0
16292026-08-12T01:03:14.073Z Compiling mime v0.3.17
16302026-08-12T01:03:14.117Z Compiling fallible-iterator v0.2.0
16312026-08-12T01:03:14.198Z Compiling publicsuffix v2.3.0
16322026-08-12T01:03:14.241Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16332026-08-12T01:03:14.255Z Compiling document-features v0.2.12
16342026-08-12T01:03:14.278Z Compiling nix v0.31.2
16352026-08-12T01:03:14.377Z Compiling pin-project v1.1.11
16362026-08-12T01:03:14.422Z Compiling postgres-protocol v0.6.10
16372026-08-12T01:03:14.492Z Compiling zerocopy v0.7.35
16382026-08-12T01:03:14.626Z Compiling daft v0.1.7
16392026-08-12T01:03:14.903Z Compiling inout v0.2.2
16402026-08-12T01:03:14.926Z Compiling hyper-tls v0.6.0
16412026-08-12T01:03:14.954Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16422026-08-12T01:03:14.969Z Compiling zip v0.6.6
16432026-08-12T01:03:15.036Z Compiling object v0.30.4
16442026-08-12T01:03:15.069Z Compiling derive_builder v0.20.2
16452026-08-12T01:03:15.190Z Compiling toml v0.7.8
16462026-08-12T01:03:15.231Z Compiling darling v0.23.0
16472026-08-12T01:03:15.310Z Compiling goblin v0.8.2
16482026-08-12T01:03:15.324Z Compiling derive-ex v0.1.8
16492026-08-12T01:03:15.817Z Compiling phf_shared v0.13.1
16502026-08-12T01:03:15.920Z Compiling regex v1.12.3
16512026-08-12T01:03:16.055Z Compiling hubpack_derive v0.1.1
16522026-08-12T01:03:16.101Z Compiling futures-executor v0.3.32
16532026-08-12T01:03:16.356Z Compiling ref-cast-impl v1.0.25
16542026-08-12T01:03:16.371Z Compiling strum_macros v0.27.2
16552026-08-12T01:03:16.501Z Compiling snafu-derive v0.8.9
16562026-08-12T01:03:16.900Z Compiling curve25519-dalek-derive v0.1.1
16572026-08-12T01:03:17.011Z Compiling vergen v9.1.0
16582026-08-12T01:03:17.191Z Compiling cargo-platform v0.3.2
16592026-08-12T01:03:17.466Z Compiling ff v0.13.1
16602026-08-12T01:03:17.540Z Compiling fs-err v3.3.0
16612026-08-12T01:03:17.604Z Compiling bumpalo v3.20.2
16622026-08-12T01:03:17.725Z Compiling libbz2-rs-sys v0.2.2
16632026-08-12T01:03:17.855Z Compiling object v0.37.3
16642026-08-12T01:03:17.884Z Compiling foldhash v0.1.5
16652026-08-12T01:03:18.070Z Compiling same-file v1.0.6
16662026-08-12T01:03:18.117Z Compiling managed v0.8.0
16672026-08-12T01:03:18.229Z Compiling either v1.15.0
16682026-08-12T01:03:18.310Z Compiling bitflags v1.3.2
16692026-08-12T01:03:18.337Z Compiling jiff-core v0.1.0
16702026-08-12T01:03:18.377Z Compiling base16ct v0.2.0
16712026-08-12T01:03:18.443Z Compiling path-slash v0.1.5
16722026-08-12T01:03:18.463Z Compiling unicode-segmentation v1.12.0
16732026-08-12T01:03:18.463Z Compiling foldhash v0.2.0
16742026-08-12T01:03:18.504Z Compiling sec1 v0.7.3
16752026-08-12T01:03:18.537Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16762026-08-12T01:03:18.650Z Compiling hashbrown v0.16.1
16772026-08-12T01:03:18.775Z Compiling snafu v0.8.9
16782026-08-12T01:03:18.798Z Compiling strum v0.27.2
16792026-08-12T01:03:18.922Z Compiling walkdir v2.5.0
16802026-08-12T01:03:19.110Z Compiling jiff v0.2.34
16812026-08-12T01:03:19.223Z Compiling bzip2 v0.6.1
16822026-08-12T01:03:19.283Z Compiling hashbrown v0.15.5
16832026-08-12T01:03:19.389Z Compiling zopfli v0.8.3
16842026-08-12T01:03:19.526Z Compiling group v0.13.0
16852026-08-12T01:03:19.560Z Compiling dof v0.3.0
16862026-08-12T01:03:19.835Z Compiling cargo_metadata v0.23.1
16872026-08-12T01:03:19.953Z Compiling test-strategy v0.4.5
16882026-08-12T01:03:20.145Z Compiling hubpack v0.1.2
16892026-08-12T01:03:20.274Z Compiling futures v0.3.32
16902026-08-12T01:03:20.358Z Compiling phf v0.13.1
16912026-08-12T01:03:20.372Z Compiling signal-hook-mio v0.2.5
16922026-08-12T01:03:20.517Z Compiling cookie_store v0.22.1
16932026-08-12T01:03:20.882Z Compiling serde_with_macros v3.21.0
16942026-08-12T01:03:21.211Z Compiling zstd v0.13.3
16952026-08-12T01:03:21.260Z Compiling reqwest v0.12.28
16962026-08-12T01:03:21.467Z Compiling cipher v0.5.2
16972026-08-12T01:03:21.487Z Compiling postgres-types v0.2.12
16982026-08-12T01:03:22.105Z Compiling usdt-macro v0.6.0
16992026-08-12T01:03:22.257Z Compiling usdt-attr-macro v0.6.0
17002026-08-12T01:03:22.739Z Compiling globset v0.4.18
17012026-08-12T01:03:22.820Z Compiling phf_shared v0.11.3
17022026-08-12T01:03:22.944Z Compiling hkdf v0.12.4
17032026-08-12T01:03:22.944Z Compiling dtrace-parser v0.2.0
17042026-08-12T01:03:23.033Z Compiling byte-wrapper v0.1.0
17052026-08-12T01:03:23.033Z Compiling olpc-cjson v0.1.4
17062026-08-12T01:03:23.084Z Compiling ed25519 v2.2.3
17072026-08-12T01:03:23.159Z Compiling crypto-bigint v0.5.5
17082026-08-12T01:03:23.268Z Compiling serde_plain v1.0.2
17092026-08-12T01:03:23.393Z Compiling serde-big-array v0.5.1
17102026-08-12T01:03:23.462Z Compiling strum_macros v0.26.4
17112026-08-12T01:03:23.513Z Compiling async-recursion v1.1.1
17122026-08-12T01:03:23.513Z Compiling serde_repr v0.1.20
17132026-08-12T01:03:23.599Z Compiling enum-as-inner v0.6.1
17142026-08-12T01:03:23.956Z Compiling pem v3.0.6
17152026-08-12T01:03:24.047Z Compiling float-cmp v0.10.0
17162026-08-12T01:03:24.126Z Compiling thread-id v4.2.2
17172026-08-12T01:03:24.201Z Compiling memmap2 v0.9.10
17182026-08-12T01:03:24.201Z Compiling keccak v0.1.6
17192026-08-12T01:03:24.276Z Compiling fixedbitset v0.4.2
17202026-08-12T01:03:24.276Z Compiling predicates-core v1.0.10
17212026-08-12T01:03:24.357Z Compiling normalize-line-endings v0.3.0
17222026-08-12T01:03:24.408Z Compiling difflib v0.4.0
17232026-08-12T01:03:24.474Z Compiling new_debug_unreachable v1.0.6
17242026-08-12T01:03:24.474Z Compiling typed-path v0.9.3
17252026-08-12T01:03:24.562Z Compiling fixedbitset v0.5.7
17262026-08-12T01:03:24.878Z Compiling winnow v1.0.3
17272026-08-12T01:03:25.005Z Compiling cpufeatures v0.3.0
17282026-08-12T01:03:25.005Z Compiling whoami v2.1.0
17292026-08-12T01:03:25.095Z Compiling data-encoding v2.10.0
17302026-08-12T01:03:25.171Z Compiling const-oid v0.10.2
17312026-08-12T01:03:25.171Z Compiling static_assertions v1.1.0
17322026-08-12T01:03:25.171Z Compiling precomputed-hash v0.1.1
17332026-08-12T01:03:25.245Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17342026-08-12T01:03:25.245Z Compiling string_cache v0.8.9
17352026-08-12T01:03:25.275Z Compiling digest v0.11.3
17362026-08-12T01:03:25.275Z Compiling tokio-postgres v0.7.16
17372026-08-12T01:03:25.309Z Compiling hickory-proto v0.25.2
17382026-08-12T01:03:25.516Z Compiling strum v0.26.3
17392026-08-12T01:03:25.571Z Compiling toml_parser v1.1.2+spec-1.1.0
17402026-08-12T01:03:25.617Z Compiling toml_edit v0.22.27
17412026-08-12T01:03:25.682Z Compiling chacha20 v0.10.0
17422026-08-12T01:03:25.759Z Compiling petgraph v0.8.3
17432026-08-12T01:03:26.028Z Compiling predicates v3.1.4
17442026-08-12T01:03:26.151Z Compiling petgraph v0.6.5
17452026-08-12T01:03:26.672Z Compiling sha3 v0.10.8
17462026-08-12T01:03:27.124Z Compiling usdt v0.6.0
17472026-08-12T01:03:27.384Z Compiling usdt-impl v0.5.0
17482026-08-12T01:03:27.542Z Compiling elliptic-curve v0.13.8
17492026-08-12T01:03:27.633Z Compiling ed25519-dalek v2.2.0
17502026-08-12T01:03:27.725Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17512026-08-12T01:03:27.962Z Compiling crossterm v0.28.1
17522026-08-12T01:03:27.969Z Compiling serde_with v3.21.0
17532026-08-12T01:03:28.143Z Compiling zip v4.6.1
17542026-08-12T01:03:28.726Z Compiling iddqd v0.4.2
17552026-08-12T01:03:29.207Z Compiling similar v2.7.0
17562026-08-12T01:03:29.495Z Compiling heck v0.4.1
17572026-08-12T01:03:29.658Z Compiling itertools v0.15.0
17582026-08-12T01:03:29.728Z Compiling itertools v0.13.0
17592026-08-12T01:03:29.746Z Compiling crossbeam-epoch v0.9.18
17602026-08-12T01:03:29.995Z Compiling tokio-stream v0.1.18
17612026-08-12T01:03:29.995Z Compiling buf-list v1.1.2
17622026-08-12T01:03:30.046Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-08-12T01:03:30.057Z Compiling openapiv3 v2.2.0
17642026-08-12T01:03:30.261Z Compiling lalrpop-util v0.19.12
17652026-08-12T01:03:30.330Z Compiling peg-runtime v0.8.5
17662026-08-12T01:03:30.469Z Compiling thread_local v1.1.9
17672026-08-12T01:03:30.479Z Compiling slog-async v2.8.0
17682026-08-12T01:03:30.592Z Compiling crossbeam-channel v0.5.15
17692026-08-12T01:03:30.692Z Compiling is-terminal v0.4.17
17702026-08-12T01:03:30.787Z Compiling filetime v0.2.27
17712026-08-12T01:03:30.807Z Compiling take_mut v0.2.2
17722026-08-12T01:03:30.919Z Compiling term v1.2.1
17732026-08-12T01:03:30.954Z Compiling xattr v1.6.1
17742026-08-12T01:03:30.992Z Compiling camino-tempfile v1.4.1
17752026-08-12T01:03:31.090Z Compiling tar v0.4.46
17762026-08-12T01:03:31.189Z Compiling slog-term v2.9.2
17772026-08-12T01:03:37.384Z Compiling rustls-webpki v0.103.13
17782026-08-12T01:03:40.050Z Compiling tokio-rustls v0.26.4
17792026-08-12T01:03:40.051Z Compiling rustls-platform-verifier v0.6.2
17802026-08-12T01:03:40.054Z Compiling tough v0.22.0
17812026-08-12T01:03:40.268Z Compiling hyper-rustls v0.27.7
17822026-08-12T01:03:40.465Z Compiling reqwest v0.13.2
17832026-08-12T01:03:42.681Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-08-12T01:03:42.912Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-08-12T01:03:45.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17862026-08-12T01:03:45.984Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17872026-08-12T01:03:46.039ZAug 12 01:03:44.702 INFO Starting download, target: Cockroach
17882026-08-12T01:03:46.039ZAug 12 01:03:44.702 INFO Starting download, target: Console
17892026-08-12T01:03:46.039ZAug 12 01:03:44.702 INFO Starting download, target: Clickhouse
17902026-08-12T01:03:46.039ZAug 12 01:03:44.702 INFO Starting download, target: DendriteStub
17912026-08-12T01:03:46.039ZAug 12 01:03:44.702 INFO Starting download, target: MaghemiteMgd
17922026-08-12T01:03:46.039ZAug 12 01:03:44.702 INFO Starting download, target: MaghemiteDdmd
17932026-08-12T01:03:46.043ZAug 12 01:03:44.702 INFO Starting download, target: TransceiverControl
17942026-08-12T01:03:46.043ZAug 12 01:03:44.702 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17952026-08-12T01:03:46.043ZAug 12 01:03:44.702 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17962026-08-12T01:03:46.043ZAug 12 01:03:44.702 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17972026-08-12T01:03:46.043ZAug 12 01:03:44.702 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17982026-08-12T01:03:46.043ZAug 12 01:03:44.702 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17992026-08-12T01:03:46.043ZAug 12 01:03:44.702 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18002026-08-12T01:03:46.044ZAug 12 01:03:44.702 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18012026-08-12T01:03:46.581ZAug 12 01:03:45.238 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18022026-08-12T01:03:46.791ZAug 12 01:03:45.448 INFO Download complete, target: TransceiverControl
18032026-08-12T01:03:48.015ZAug 12 01:03:46.666 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18042026-08-12T01:03:48.119ZAug 12 01:03:46.776 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18052026-08-12T01:03:48.224ZAug 12 01:03:46.886 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18062026-08-12T01:03:48.268ZAug 12 01:03:46.922 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18072026-08-12T01:03:48.401ZAug 12 01:03:47.059 INFO Download complete, target: Console
18082026-08-12T01:03:48.467ZAug 12 01:03:47.113 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18092026-08-12T01:03:48.702ZAug 12 01:03:47.364 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18102026-08-12T01:03:48.702ZAug 12 01:03:47.364 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18112026-08-12T01:03:50.227ZAug 12 01:03:48.890 INFO Download complete, target: MaghemiteDdmd
18122026-08-12T01:03:50.452ZAug 12 01:03:49.113 INFO Download complete, target: DendriteStub
18132026-08-12T01:03:50.838ZAug 12 01:03:49.498 INFO Download complete, target: MaghemiteMgd
18142026-08-12T01:03:53.357ZAug 12 01:03:52.020 INFO Checking that binary works, target: Cockroach
18152026-08-12T01:03:53.473ZAug 12 01:03:52.135 INFO Download complete, target: Cockroach
18162026-08-12T01:03:55.197ZAug 12 01:03:53.855 INFO Checking that binary works, target: Clickhouse
18172026-08-12T01:03:55.295ZAug 12 01:03:53.950 INFO Download complete, target: Clickhouse
18182026-08-12T01:03:55.308ZAll builder prerequisites installed successfully, and PATH looks valid
18192026-08-12T01:03:55.320Z
18202026-08-12T01:03:55.320Zreal 2:08.556315263
18212026-08-12T01:03:55.320Zuser 7:10.573379182
18222026-08-12T01:03:55.320Zsys 1:25.429716815
18232026-08-12T01:03:55.320Ztrap 0.246497124
18242026-08-12T01:03:55.320Ztflt 0.582088771
18252026-08-12T01:03:55.320Zdflt 1.074704226
18262026-08-12T01:03:55.320Zkflt 0.029220217
18272026-08-12T01:03:55.320Zlock 27:15.998526901
18282026-08-12T01:03:55.320Zslp 21:38.033933296
18292026-08-12T01:03:55.320Zlat 45.270842739
18302026-08-12T01:03:55.320Zstop 2:38.263158335
18312026-08-12T01:03:55.321Z+ banner hack-check
18322026-08-12T01:03:55.321Z
18332026-08-12T01:03:55.321Z # # ## #### # # #### # # ###### #### # #
18342026-08-12T01:03:55.321Z # # # # # # # # # # # # # # # # #
18352026-08-12T01:03:55.321Z ###### # # # #### ##### # ###### ##### # ####
18362026-08-12T01:03:55.321Z # # ###### # # # # # # # # # #
18372026-08-12T01:03:55.321Z # # # # # # # # # # # # # # # # #
18382026-08-12T01:03:55.321Z # # # # #### # # #### # # ###### #### # #
18392026-08-12T01:03:55.321Z
18402026-08-12T01:03:55.321Z+ export CARGO_INCREMENTAL=0
18412026-08-12T01:03:55.321Z+ CARGO_INCREMENTAL=0
18422026-08-12T01:03:55.321Z+ ptime -m timeout 2h cargo xtask check-features --ci
18432026-08-12T01:03:55.870Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18442026-08-12T01:03:56.082Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18452026-08-12T01:03:57.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18462026-08-12T01:03:57.957Z Running `target/debug/xtask check-features --ci`
18472026-08-12T01:03:57.985Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18482026-08-12T01:03:57.988Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18492026-08-12T01:03:58.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18502026-08-12T01:03:58.432Z Running `target/debug/xtask download cargo-hack`
18512026-08-12T01:03:59.247Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18522026-08-12T01:03:59.566Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18532026-08-12T01:04:02.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s
18542026-08-12T01:04:02.286Z Running `target/debug/xtask-downloader cargo-hack`
18552026-08-12T01:04:02.326ZAug 12 01:04:00.988 INFO Starting download, target: CargoHack
18562026-08-12T01:04:02.329ZAug 12 01:04:00.989 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18572026-08-12T01:04:02.700ZAug 12 01:04:01.358 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18582026-08-12T01:04:02.747ZAug 12 01:04:01.407 INFO Download complete, target: CargoHack
18592026-08-12T01:04:02.751Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18602026-08-12T01:04:02.761Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18612026-08-12T01:04:02.920Zinfo: running `cargo check --bins` on api_identity (1/334)
18622026-08-12T01:04:03.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-08-12T01:04:03.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-08-12T01:04:03.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-08-12T01:04:03.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18662026-08-12T01:04:03.476Z
18672026-08-12T01:04:03.476Zinfo: running `cargo check --bins` on bootstore (2/334)
18682026-08-12T01:04:03.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-08-12T01:04:03.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-08-12T01:04:03.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-08-12T01:04:03.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18722026-08-12T01:04:04.015Z
18732026-08-12T01:04:04.016Zinfo: running `cargo check --bins` on omicron-ledger (3/334)
18742026-08-12T01:04:04.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-08-12T01:04:04.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-08-12T01:04:04.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-08-12T01:04:04.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18782026-08-12T01:04:04.544Z
18792026-08-12T01:04:04.544Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/334)
18802026-08-12T01:04:05.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-08-12T01:04:05.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-08-12T01:04:05.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-08-12T01:04:05.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18842026-08-12T01:04:05.094Z
18852026-08-12T01:04:05.094Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/334)
18862026-08-12T01:04:05.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-12T01:04:05.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-12T01:04:05.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-12T01:04:05.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18902026-08-12T01:04:05.636Z
18912026-08-12T01:04:05.636Zinfo: running `cargo check --bins` on omicron-certificates (6/334)
18922026-08-12T01:04:06.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-12T01:04:06.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-12T01:04:06.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-12T01:04:06.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18962026-08-12T01:04:06.192Z
18972026-08-12T01:04:06.192Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/334)
18982026-08-12T01:04:06.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-12T01:04:06.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-12T01:04:06.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-12T01:04:06.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-08-12T01:04:06.743Z
19032026-08-12T01:04:06.743Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/334)
19042026-08-12T01:04:07.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-12T01:04:07.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-12T01:04:07.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-12T01:04:07.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19082026-08-12T01:04:07.295Z
19092026-08-12T01:04:07.295Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/334)
19102026-08-12T01:04:07.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-12T01:04:07.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-12T01:04:07.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-12T01:04:07.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19142026-08-12T01:04:07.712Z
19152026-08-12T01:04:07.712Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/334)
19162026-08-12T01:04:08.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-12T01:04:08.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-12T01:04:08.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-12T01:04:08.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19202026-08-12T01:04:08.123Z
19212026-08-12T01:04:08.123Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/334)
19222026-08-12T01:04:08.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-12T01:04:08.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-12T01:04:08.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-12T01:04:08.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19262026-08-12T01:04:08.534Z
19272026-08-12T01:04:08.534Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/334)
19282026-08-12T01:04:08.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-12T01:04:08.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-12T01:04:08.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-12T01:04:08.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19322026-08-12T01:04:08.946Z
19332026-08-12T01:04:08.946Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/334)
19342026-08-12T01:04:09.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-12T01:04:09.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-12T01:04:09.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-12T01:04:09.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-08-12T01:04:09.357Z
19392026-08-12T01:04:09.357Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/334)
19402026-08-12T01:04:09.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-12T01:04:09.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-12T01:04:09.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-12T01:04:09.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-08-12T01:04:09.770Z
19452026-08-12T01:04:09.770Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/334)
19462026-08-12T01:04:10.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-12T01:04:10.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-12T01:04:10.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-12T01:04:10.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-12T01:04:10.182Z
19512026-08-12T01:04:10.183Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/334)
19522026-08-12T01:04:10.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-12T01:04:10.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-12T01:04:10.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-12T01:04:10.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-12T01:04:10.597Z
19572026-08-12T01:04:10.597Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/334)
19582026-08-12T01:04:10.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-12T01:04:10.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-12T01:04:10.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-12T01:04:10.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-12T01:04:11.007Z
19632026-08-12T01:04:11.007Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/334)
19642026-08-12T01:04:11.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-12T01:04:11.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-12T01:04:11.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-12T01:04:11.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-12T01:04:11.417Z
19692026-08-12T01:04:11.417Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/334)
19702026-08-12T01:04:11.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-12T01:04:11.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-12T01:04:11.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-12T01:04:11.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-12T01:04:11.831Z
19752026-08-12T01:04:11.831Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/334)
19762026-08-12T01:04:12.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-12T01:04:12.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-12T01:04:12.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-12T01:04:12.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-12T01:04:12.242Z
19812026-08-12T01:04:12.242Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/334)
19822026-08-12T01:04:12.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-12T01:04:12.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-12T01:04:12.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-12T01:04:12.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-12T01:04:12.656Z
19872026-08-12T01:04:12.656Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/334)
19882026-08-12T01:04:13.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-12T01:04:13.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-12T01:04:13.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-12T01:04:13.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-12T01:04:13.074Z
19932026-08-12T01:04:13.075Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/334)
19942026-08-12T01:04:13.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-12T01:04:13.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-12T01:04:13.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-12T01:04:13.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-12T01:04:13.484Z
19992026-08-12T01:04:13.485Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/334)
20002026-08-12T01:04:13.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-12T01:04:13.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-12T01:04:13.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-12T01:04:13.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-12T01:04:13.900Z
20052026-08-12T01:04:13.900Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/334)
20062026-08-12T01:04:14.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-12T01:04:14.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-12T01:04:14.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-12T01:04:14.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-12T01:04:14.317Z
20112026-08-12T01:04:14.318Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/334)
20122026-08-12T01:04:14.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-12T01:04:14.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-12T01:04:14.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-12T01:04:14.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-12T01:04:14.732Z
20172026-08-12T01:04:14.732Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/334)
20182026-08-12T01:04:15.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-12T01:04:15.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-12T01:04:15.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-12T01:04:15.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-12T01:04:15.144Z
20232026-08-12T01:04:15.144Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/334)
20242026-08-12T01:04:15.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-12T01:04:15.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-12T01:04:15.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-12T01:04:15.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-12T01:04:15.557Z
20292026-08-12T01:04:15.558Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/334)
20302026-08-12T01:04:15.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-12T01:04:15.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-12T01:04:15.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-12T01:04:15.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-12T01:04:15.971Z
20352026-08-12T01:04:15.971Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/334)
20362026-08-12T01:04:16.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-12T01:04:16.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-12T01:04:16.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-12T01:04:16.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-12T01:04:16.382Z
20412026-08-12T01:04:16.382Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/334)
20422026-08-12T01:04:16.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-12T01:04:16.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-12T01:04:16.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-12T01:04:16.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20462026-08-12T01:04:16.792Z
20472026-08-12T01:04:16.792Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/334)
20482026-08-12T01:04:17.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-12T01:04:17.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-12T01:04:17.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-12T01:04:17.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20522026-08-12T01:04:17.202Z
20532026-08-12T01:04:17.202Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/334)
20542026-08-12T01:04:17.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-12T01:04:17.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-12T01:04:17.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-12T01:04:17.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-12T01:04:17.614Z
20592026-08-12T01:04:17.614Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/334)
20602026-08-12T01:04:17.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-12T01:04:17.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-12T01:04:17.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-12T01:04:17.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20642026-08-12T01:04:18.024Z
20652026-08-12T01:04:18.024Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/334)
20662026-08-12T01:04:18.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-12T01:04:18.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-12T01:04:18.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-12T01:04:18.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-12T01:04:18.434Z
20712026-08-12T01:04:18.434Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/334)
20722026-08-12T01:04:18.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-12T01:04:18.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-12T01:04:18.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-12T01:04:18.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20762026-08-12T01:04:18.844Z
20772026-08-12T01:04:18.844Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/334)
20782026-08-12T01:04:19.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-12T01:04:19.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-12T01:04:19.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-12T01:04:19.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-12T01:04:19.255Z
20832026-08-12T01:04:19.255Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/334)
20842026-08-12T01:04:19.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-12T01:04:19.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-12T01:04:19.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-12T01:04:19.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-12T01:04:19.671Z
20892026-08-12T01:04:19.671Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/334)
20902026-08-12T01:04:20.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-12T01:04:20.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-12T01:04:20.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-12T01:04:20.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-12T01:04:20.081Z
20952026-08-12T01:04:20.081Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/334)
20962026-08-12T01:04:20.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-12T01:04:20.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-12T01:04:20.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-12T01:04:20.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-12T01:04:20.494Z
21012026-08-12T01:04:20.494Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/334)
21022026-08-12T01:04:20.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-12T01:04:20.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-12T01:04:20.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-12T01:04:20.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21062026-08-12T01:04:20.903Z
21072026-08-12T01:04:20.903Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/334)
21082026-08-12T01:04:21.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-12T01:04:21.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-12T01:04:21.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-12T01:04:21.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-12T01:04:21.317Z
21132026-08-12T01:04:21.317Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/334)
21142026-08-12T01:04:21.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-12T01:04:21.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-12T01:04:21.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-12T01:04:21.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-12T01:04:21.729Z
21192026-08-12T01:04:21.729Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/334)
21202026-08-12T01:04:22.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-12T01:04:22.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-12T01:04:22.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-12T01:04:22.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-12T01:04:22.142Z
21252026-08-12T01:04:22.142Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/334)
21262026-08-12T01:04:22.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-12T01:04:22.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-12T01:04:22.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-12T01:04:22.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-12T01:04:22.556Z
21312026-08-12T01:04:22.556Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/334)
21322026-08-12T01:04:22.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-12T01:04:22.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-12T01:04:22.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-12T01:04:22.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-12T01:04:22.969Z
21372026-08-12T01:04:22.969Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/334)
21382026-08-12T01:04:23.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-12T01:04:23.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-12T01:04:23.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-12T01:04:23.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-12T01:04:23.384Z
21432026-08-12T01:04:23.384Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/334)
21442026-08-12T01:04:23.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-12T01:04:23.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-12T01:04:23.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-12T01:04:23.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-12T01:04:23.795Z
21492026-08-12T01:04:23.795Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/334)
21502026-08-12T01:04:24.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-12T01:04:24.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-12T01:04:24.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-12T01:04:24.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-08-12T01:04:24.394Z
21552026-08-12T01:04:24.394Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/334)
21562026-08-12T01:04:24.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-12T01:04:24.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-12T01:04:24.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-12T01:04:24.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-08-12T01:04:24.992Z
21612026-08-12T01:04:24.992Zinfo: running `cargo check --bins` on nexus-config (51/334)
21622026-08-12T01:04:25.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-12T01:04:25.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-12T01:04:25.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-12T01:04:25.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21662026-08-12T01:04:25.594Z
21672026-08-12T01:04:25.594Zinfo: running `cargo check --bins` on nexus-types (52/334)
21682026-08-12T01:04:26.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-12T01:04:26.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-12T01:04:26.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-12T01:04:26.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-08-12T01:04:26.192Z
21732026-08-12T01:04:26.192Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/334)
21742026-08-12T01:04:26.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-12T01:04:26.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-12T01:04:26.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-12T01:04:26.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21782026-08-12T01:04:26.758Z
21792026-08-12T01:04:26.758Zinfo: running `cargo check --bins` on omicron-passwords (54/334)
21802026-08-12T01:04:27.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-12T01:04:27.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-12T01:04:27.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-12T01:04:27.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21842026-08-12T01:04:27.303Z
21852026-08-12T01:04:27.303Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/334)
21862026-08-12T01:04:27.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-12T01:04:27.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-12T01:04:27.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-12T01:04:27.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21902026-08-12T01:04:27.865Z
21912026-08-12T01:04:27.865Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/334)
21922026-08-12T01:04:28.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-12T01:04:28.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-12T01:04:28.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-12T01:04:28.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21962026-08-12T01:04:28.432Z
21972026-08-12T01:04:28.432Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/334)
21982026-08-12T01:04:28.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-12T01:04:28.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-12T01:04:28.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-12T01:04:28.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22022026-08-12T01:04:28.997Z
22032026-08-12T01:04:28.997Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/334)
22042026-08-12T01:04:29.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-12T01:04:29.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-12T01:04:29.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-12T01:04:29.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22082026-08-12T01:04:29.566Z
22092026-08-12T01:04:29.566Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/334)
22102026-08-12T01:04:30.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-12T01:04:30.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-12T01:04:30.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-12T01:04:30.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22142026-08-12T01:04:30.114Z
22152026-08-12T01:04:30.114Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/334)
22162026-08-12T01:04:30.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-12T01:04:30.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-12T01:04:30.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-12T01:04:30.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22202026-08-12T01:04:30.662Z
22212026-08-12T01:04:30.662Zinfo: running `cargo check --bins --no-default-features` on gfss (61/334)
22222026-08-12T01:04:31.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-12T01:04:31.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-12T01:04:31.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-12T01:04:31.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22262026-08-12T01:04:31.208Z
22272026-08-12T01:04:31.208Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/334)
22282026-08-12T01:04:31.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-12T01:04:31.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-12T01:04:31.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-12T01:04:31.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22322026-08-12T01:04:31.754Z
22332026-08-12T01:04:31.754Zinfo: running `cargo check --bins` on wicketd-commission-types (63/334)
22342026-08-12T01:04:32.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-12T01:04:32.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-12T01:04:32.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-12T01:04:32.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22382026-08-12T01:04:32.323Z
22392026-08-12T01:04:32.323Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/334)
22402026-08-12T01:04:32.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-12T01:04:32.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-12T01:04:32.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-12T01:04:32.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22442026-08-12T01:04:32.882Z
22452026-08-12T01:04:32.882Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/334)
22462026-08-12T01:04:33.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-12T01:04:33.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-12T01:04:33.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-12T01:04:33.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22502026-08-12T01:04:33.438Z
22512026-08-12T01:04:33.438Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/334)
22522026-08-12T01:04:33.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-12T01:04:33.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-12T01:04:33.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-12T01:04:33.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-12T01:04:33.992Z
22572026-08-12T01:04:33.992Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/334)
22582026-08-12T01:04:34.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-12T01:04:34.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-12T01:04:34.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-12T01:04:34.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22622026-08-12T01:04:34.555Z
22632026-08-12T01:04:34.555Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/334)
22642026-08-12T01:04:35.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-12T01:04:35.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-12T01:04:35.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-12T01:04:35.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22682026-08-12T01:04:35.117Z
22692026-08-12T01:04:35.117Zinfo: running `cargo check --bins` on cockroach-admin-types (69/334)
22702026-08-12T01:04:35.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-12T01:04:35.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-12T01:04:35.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-12T01:04:35.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22742026-08-12T01:04:35.664Z
22752026-08-12T01:04:35.664Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/334)
22762026-08-12T01:04:36.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-12T01:04:36.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-12T01:04:36.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-12T01:04:36.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22802026-08-12T01:04:36.211Z
22812026-08-12T01:04:36.212Zinfo: running `cargo check --bins` on ereport-types (71/334)
22822026-08-12T01:04:36.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-12T01:04:36.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-12T01:04:36.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-12T01:04:36.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22862026-08-12T01:04:36.771Z
22872026-08-12T01:04:36.771Zinfo: running `cargo check --bins` on gateway-client (72/334)
22882026-08-12T01:04:37.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-12T01:04:37.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-12T01:04:37.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-12T01:04:37.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22922026-08-12T01:04:37.325Z
22932026-08-12T01:04:37.325Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/334)
22942026-08-12T01:04:37.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-12T01:04:37.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-12T01:04:37.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-12T01:04:37.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22982026-08-12T01:04:37.879Z
22992026-08-12T01:04:37.879Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/334)
23002026-08-12T01:04:38.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-12T01:04:38.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-12T01:04:38.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-12T01:04:38.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23042026-08-12T01:04:38.432Z
23052026-08-12T01:04:38.432Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/334)
23062026-08-12T01:04:38.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-12T01:04:38.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-12T01:04:38.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-12T01:04:38.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23102026-08-12T01:04:39.005Z
23112026-08-12T01:04:39.006Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/334)
23122026-08-12T01:04:39.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-12T01:04:39.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-12T01:04:39.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-12T01:04:39.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23162026-08-12T01:04:39.577Z
23172026-08-12T01:04:39.577Zinfo: running `cargo check --bins` on key-manager-types (77/334)
23182026-08-12T01:04:40.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-12T01:04:40.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-12T01:04:40.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-12T01:04:40.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23222026-08-12T01:04:40.120Z
23232026-08-12T01:04:40.120Zinfo: running `cargo check --bins` on oxlog (78/334)
23242026-08-12T01:04:40.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-12T01:04:40.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-12T01:04:40.708Z Checking cfg-if v1.0.4
23272026-08-12T01:04:40.813Z Checking serde_core v1.0.228
23282026-08-12T01:04:40.816Z Checking libc v0.2.185
23292026-08-12T01:04:40.828Z Checking memchr v2.8.0
23302026-08-12T01:04:40.835Z Checking log v0.4.29
23312026-08-12T01:04:40.837Z Checking smallvec v1.15.1
23322026-08-12T01:04:40.854Z Checking subtle v2.6.1
23332026-08-12T01:04:40.864Z Checking itoa v1.0.17
23342026-08-12T01:04:40.874Z Checking scopeguard v1.2.0
23352026-08-12T01:04:40.968Z Checking lock_api v0.4.14
23362026-08-12T01:04:40.995Z Checking typenum v1.20.1
23372026-08-12T01:04:40.995Z Checking stable_deref_trait v1.2.1
23382026-08-12T01:04:41.019Z Checking zerofrom v0.1.6
23392026-08-12T01:04:41.030Z Checking zerocopy v0.8.40
23402026-08-12T01:04:41.065Z Checking portable-atomic v1.13.1
23412026-08-12T01:04:41.128Z Checking yoke v0.8.1
23422026-08-12T01:04:41.162Z Checking critical-section v1.2.0
23432026-08-12T01:04:41.192Z Checking pin-project-lite v0.2.17
23442026-08-12T01:04:41.206Z Checking errno v0.3.14
23452026-08-12T01:04:41.254Z Checking getrandom v0.2.17
23462026-08-12T01:04:41.282Z Checking const-oid v0.9.6
23472026-08-12T01:04:41.293Z Checking zerovec v0.11.5
23482026-08-12T01:04:41.315Z Checking zmij v1.0.21
23492026-08-12T01:04:41.395Z Checking rand_core v0.6.4
23502026-08-12T01:04:41.464Z Checking once_cell v1.21.3
23512026-08-12T01:04:41.519Z Checking libm v0.2.16
23522026-08-12T01:04:41.566Z Checking signal-hook-registry v1.4.8
23532026-08-12T01:04:41.632Z Checking parking_lot_core v0.9.12
23542026-08-12T01:04:41.713Z Checking tinystr v0.8.2
23552026-08-12T01:04:41.725Z Checking futures-core v0.3.32
23562026-08-12T01:04:41.736Z Checking litemap v0.8.1
23572026-08-12T01:04:41.819Z Checking writeable v0.6.2
23582026-08-12T01:04:41.877Z Checking percent-encoding v2.3.2
23592026-08-12T01:04:41.888Z Checking rand_core v0.10.0
23602026-08-12T01:04:41.934Z Checking parking_lot v0.12.5
23612026-08-12T01:04:41.957Z Checking potential_utf v0.1.4
23622026-08-12T01:04:41.981Z Checking icu_locale_core v2.1.1
23632026-08-12T01:04:42.036Z Checking zerotrie v0.2.3
23642026-08-12T01:04:42.040Z Checking getrandom v0.4.1
23652026-08-12T01:04:42.080Z Checking mio v1.2.0
23662026-08-12T01:04:42.121Z Checking equivalent v1.0.2
23672026-08-12T01:04:42.170Z Checking icu_collections v2.1.1
23682026-08-12T01:04:42.202Z Checking socket2 v0.6.3
23692026-08-12T01:04:42.216Z Checking num-traits v0.2.19
23702026-08-12T01:04:42.250Z Checking icu_properties_data v2.1.2
23712026-08-12T01:04:42.318Z Checking serde v1.0.228
23722026-08-12T01:04:42.362Z Checking bitflags v2.11.0
23732026-08-12T01:04:42.377Z Checking serde_json v1.0.151
23742026-08-12T01:04:42.433Z Checking icu_normalizer_data v2.1.1
23752026-08-12T01:04:42.472Z Checking byteorder v1.5.0
23762026-08-12T01:04:42.504Z Checking futures-sink v0.3.32
23772026-08-12T01:04:42.518Z Checking icu_provider v2.1.1
23782026-08-12T01:04:42.518Z Checking hashbrown v0.17.0
23792026-08-12T01:04:42.599Z Checking futures-channel v0.3.32
23802026-08-12T01:04:42.667Z Checking getrandom v0.3.4
23812026-08-12T01:04:42.717Z Checking zeroize v1.9.0
23822026-08-12T01:04:42.733Z Checking bytes v1.11.1
23832026-08-12T01:04:42.754Z Checking icu_normalizer v2.1.1
23842026-08-12T01:04:42.788Z Checking icu_properties v2.1.2
23852026-08-12T01:04:42.808Z Checking futures-io v0.3.32
23862026-08-12T01:04:42.886Z Checking generic-array v0.14.7
23872026-08-12T01:04:42.919Z Checking futures-task v0.3.32
23882026-08-12T01:04:42.979Z Checking indexmap v2.14.0
23892026-08-12T01:04:43.037Z Checking slab v0.4.12
23902026-08-12T01:04:43.053Z Checking utf8_iter v1.0.4
23912026-08-12T01:04:43.067Z Checking form_urlencoded v1.2.2
23922026-08-12T01:04:43.161Z Checking tokio v1.52.1
23932026-08-12T01:04:43.176Z Checking rustix v1.1.3
23942026-08-12T01:04:43.189Z Checking futures-util v0.3.32
23952026-08-12T01:04:43.200Z Checking fnv v1.0.7
23962026-08-12T01:04:43.291Z Checking base64ct v1.8.3
23972026-08-12T01:04:43.338Z Checking block-buffer v0.10.4
23982026-08-12T01:04:43.477Z Checking crypto-common v0.1.7
23992026-08-12T01:04:43.525Z Checking pem-rfc7468 v0.7.0
24002026-08-12T01:04:43.539Z Checking flagset v0.4.7
24012026-08-12T01:04:43.601Z Checking digest v0.10.7
24022026-08-12T01:04:43.613Z Checking idna_adapter v1.2.1
24032026-08-12T01:04:43.657Z Checking iana-time-zone v0.1.65
24042026-08-12T01:04:43.678Z Checking der v0.7.10
24052026-08-12T01:04:43.727Z Checking idna v1.1.0
24062026-08-12T01:04:43.761Z Checking chrono v0.4.45
24072026-08-12T01:04:43.777Z Checking ppv-lite86 v0.2.21
24082026-08-12T01:04:43.800Z Checking rand_core v0.9.5
24092026-08-12T01:04:43.968Z Checking url v2.5.8
24102026-08-12T01:04:43.982Z Checking uuid v1.23.4
24112026-08-12T01:04:44.010Z Checking regex-syntax v0.8.10
24122026-08-12T01:04:44.060Z Checking base64 v0.22.1
24132026-08-12T01:04:44.298Z Checking http v1.4.2
24142026-08-12T01:04:44.312Z Checking utf8parse v0.2.2
24152026-08-12T01:04:44.401Z Checking rand_chacha v0.9.0
24162026-08-12T01:04:44.415Z Checking spki v0.7.3
24172026-08-12T01:04:44.415Z Checking tracing-core v0.1.36
24182026-08-12T01:04:44.581Z Checking anstyle v1.0.14
24192026-08-12T01:04:44.599Z Checking cpufeatures v0.2.17
24202026-08-12T01:04:44.618Z Checking dyn-clone v1.0.20
24212026-08-12T01:04:44.667Z Checking rand v0.9.2
24222026-08-12T01:04:44.720Z Checking pkcs8 v0.10.2
24232026-08-12T01:04:44.738Z Checking tracing v0.1.44
24242026-08-12T01:04:44.760Z Checking rustls-pki-types v1.14.0
24252026-08-12T01:04:44.860Z Checking http-body v1.0.1
24262026-08-12T01:04:44.879Z Checking semver v1.0.28
24272026-08-12T01:04:44.941Z Checking spin v0.9.8
24282026-08-12T01:04:44.990Z Checking colorchoice v1.0.4
24292026-08-12T01:04:45.047Z Checking anstyle-query v1.1.5
24302026-08-12T01:04:45.078Z Checking openssl-probe v0.2.1
24312026-08-12T01:04:45.092Z Checking is_terminal_polyfill v1.70.2
24322026-08-12T01:04:45.095Z Checking tinyvec_macros v0.1.1
24332026-08-12T01:04:45.119Z Checking cmov v0.5.4
24342026-08-12T01:04:45.133Z Checking schemars v0.8.22
24352026-08-12T01:04:45.147Z Checking sha2 v0.10.9
24362026-08-12T01:04:45.162Z Checking tinyvec v1.10.0
24372026-08-12T01:04:45.177Z Checking aws-lc-sys v0.40.0
24382026-08-12T01:04:45.177Z Checking thiserror v2.0.18
24392026-08-12T01:04:45.287Z Checking fastrand v2.3.0
24402026-08-12T01:04:45.303Z Checking ctutils v0.4.2
24412026-08-12T01:04:45.315Z Checking untrusted v0.7.1
24422026-08-12T01:04:45.423Z Checking atomic-waker v1.1.2
24432026-08-12T01:04:45.426Z Checking tower-service v0.3.3
24442026-08-12T01:04:45.475Z Checking try-lock v0.2.5
24452026-08-12T01:04:45.489Z Checking tower-layer v0.3.3
24462026-08-12T01:04:45.521Z Checking tempfile v3.25.0
24472026-08-12T01:04:45.535Z Checking anstyle-parse v1.0.0
24482026-08-12T01:04:45.548Z Checking hybrid-array v0.4.13
24492026-08-12T01:04:45.572Z Checking want v0.3.1
24502026-08-12T01:04:45.635Z Checking ipnet v2.11.0
24512026-08-12T01:04:45.680Z Checking crc32fast v1.5.0
24522026-08-12T01:04:45.695Z Checking httparse v1.10.1
24532026-08-12T01:04:45.698Z Checking aws-lc-rs v1.16.3
24542026-08-12T01:04:45.720Z Checking aho-corasick v1.1.4
24552026-08-12T01:04:45.796Z Checking plain v0.2.3
24562026-08-12T01:04:45.819Z Checking tap v1.0.1
24572026-08-12T01:04:45.896Z Checking foreign-types-shared v0.1.1
24582026-08-12T01:04:45.909Z Checking simd-adler32 v0.3.8
24592026-08-12T01:04:45.920Z Checking untrusted v0.9.0
24602026-08-12T01:04:45.932Z Checking httpdate v1.0.3
24612026-08-12T01:04:45.976Z Checking foreign-types v0.3.2
24622026-08-12T01:04:46.023Z Checking wyz v0.5.1
24632026-08-12T01:04:46.044Z Checking anstream v1.0.0
24642026-08-12T01:04:46.070Z Checking unicode-normalization v0.1.25
24652026-08-12T01:04:46.085Z Checking rand_chacha v0.3.1
24662026-08-12T01:04:46.193Z Checking terminal_size v0.4.3
24672026-08-12T01:04:46.240Z Checking signature v2.2.0
24682026-08-12T01:04:46.291Z Checking radium v0.7.0
24692026-08-12T01:04:46.303Z Checking num-integer v0.1.46
24702026-08-12T01:04:46.307Z Checking hex v0.4.3
24712026-08-12T01:04:46.376Z Checking openssl-sys v0.9.117
24722026-08-12T01:04:46.392Z Checking regex-automata v0.4.14
24732026-08-12T01:04:46.442Z Checking tokio-util v0.7.18
24742026-08-12T01:04:46.463Z Checking wait-timeout v0.2.1
24752026-08-12T01:04:46.478Z Checking strsim v0.11.1
24762026-08-12T01:04:46.524Z Checking clap_lex v1.0.0
24772026-08-12T01:04:46.536Z Checking funty v2.0.0
24782026-08-12T01:04:46.547Z Checking rustls-webpki v0.103.13
24792026-08-12T01:04:46.582Z Checking unicode-ident v1.0.24
24802026-08-12T01:04:46.638Z Checking bit-vec v0.8.0
24812026-08-12T01:04:46.671Z Checking quick-error v1.2.3
24822026-08-12T01:04:46.686Z Checking ucd-trie v0.1.7
24832026-08-12T01:04:46.743Z Checking adler2 v2.0.1
24842026-08-12T01:04:46.768Z Checking rusty-fork v0.3.1
24852026-08-12T01:04:46.812Z Checking pest v2.8.6
24862026-08-12T01:04:46.824Z Checking bit-set v0.8.0
24872026-08-12T01:04:46.843Z Checking bitvec v1.0.1
24882026-08-12T01:04:46.847Z Checking miniz_oxide v0.8.9
24892026-08-12T01:04:46.933Z Checking openssl v0.10.80
24902026-08-12T01:04:46.959Z Checking rustls v0.23.41
24912026-08-12T01:04:46.971Z Checking proc-macro2 v1.0.106
24922026-08-12T01:04:47.057Z Checking h2 v0.4.15
24932026-08-12T01:04:47.208Z Checking clap_builder v4.6.0
24942026-08-12T01:04:47.282Z Checking num-iter v0.1.45
24952026-08-12T01:04:47.392Z Checking rand v0.8.6
24962026-08-12T01:04:47.865Z Checking lazy_static v1.5.0
24972026-08-12T01:04:47.911Z Checking anstyle-parse v0.2.7
24982026-08-12T01:04:47.955Z Checking rand_xorshift v0.4.0
24992026-08-12T01:04:48.061Z Checking hmac v0.12.1
25002026-08-12T01:04:48.076Z Checking thiserror v1.0.69
25012026-08-12T01:04:48.148Z Checking maybe-uninit v2.0.0
25022026-08-12T01:04:48.170Z Checking toml_datetime v0.6.11
25032026-08-12T01:04:48.196Z Checking serde_spanned v0.6.9
25042026-08-12T01:04:48.210Z Checking sync_wrapper v1.0.2
25052026-08-12T01:04:48.224Z Checking unarray v0.1.4
25062026-08-12T01:04:48.309Z Checking crc-catalog v2.4.0
25072026-08-12T01:04:48.321Z Checking pretty-hex v0.4.1
25082026-08-12T01:04:48.324Z Checking zlib-rs v0.6.2
25092026-08-12T01:04:48.349Z Checking powerfmt v0.2.0
25102026-08-12T01:04:48.397Z Checking siphasher v1.0.2
25112026-08-12T01:04:48.432Z Checking nodrop v0.1.14
25122026-08-12T01:04:48.445Z Checking clap v4.6.1
25132026-08-12T01:04:48.496Z Checking deranged v0.5.8
25142026-08-12T01:04:48.517Z Checking array-init v0.0.4
25152026-08-12T01:04:48.530Z Checking crc v3.4.0
25162026-08-12T01:04:48.549Z Checking proptest v1.11.0
25172026-08-12T01:04:48.697Z Checking tower v0.5.3
25182026-08-12T01:04:48.806Z Checking smallvec v0.6.14
25192026-08-12T01:04:48.915Z Checking native-tls v0.2.18
25202026-08-12T01:04:48.995Z Checking packed_struct v0.10.1
25212026-08-12T01:04:49.085Z Checking anstream v0.6.21
25222026-08-12T01:04:49.096Z Checking num-bigint-dig v0.8.6
25232026-08-12T01:04:49.211Z Checking flate2 v1.1.9
25242026-08-12T01:04:49.227Z Checking quote v1.0.45
25252026-08-12T01:04:49.281Z Checking ipnetwork v0.21.1
25262026-08-12T01:04:49.397Z Checking http-body-util v0.1.3
25272026-08-12T01:04:49.410Z Checking pkcs1 v0.7.5
25282026-08-12T01:04:49.497Z Checking crossbeam-utils v0.8.21
25292026-08-12T01:04:49.510Z Checking zerocopy v0.6.6
25302026-08-12T01:04:49.610Z Checking bitfield v0.19.4
25312026-08-12T01:04:49.613Z Checking bzip2-sys v0.1.13+1.0.8
25322026-08-12T01:04:49.702Z Checking ahash v0.8.12
25332026-08-12T01:04:49.796Z Checking scroll v0.13.0
25342026-08-12T01:04:49.834Z Checking env_filter v1.0.0
25352026-08-12T01:04:49.870Z Checking unicode-bidi v0.3.18
25362026-08-12T01:04:49.885Z Checking hyper v1.10.1
25372026-08-12T01:04:49.897Z Checking winnow v0.5.40
25382026-08-12T01:04:49.900Z Checking base64 v0.21.7
25392026-08-12T01:04:49.974Z Checking num_threads v0.1.7
25402026-08-12T01:04:50.019Z Checking allocator-api2 v0.2.21
25412026-08-12T01:04:50.050Z Checking num-conv v0.2.0
25422026-08-12T01:04:50.063Z Checking hashbrown v0.12.3
25432026-08-12T01:04:50.137Z Checking ryu v1.0.23
25442026-08-12T01:04:50.161Z Checking time-core v0.1.8
25452026-08-12T01:04:50.171Z Checking unicode-properties v0.1.4
25462026-08-12T01:04:50.268Z Checking iri-string v0.7.10
25472026-08-12T01:04:50.299Z Checking time v0.3.47
25482026-08-12T01:04:50.299Z Checking serde_urlencoded v0.7.1
25492026-08-12T01:04:50.352Z Checking stringprep v0.1.5
25502026-08-12T01:04:50.365Z Checking newtype-uuid v1.3.2
25512026-08-12T01:04:50.488Z Checking indexmap v1.9.3
25522026-08-12T01:04:50.506Z Checking ron v0.8.1
25532026-08-12T01:04:50.518Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25542026-08-12T01:04:50.569Z Checking goblin v0.10.5
25552026-08-12T01:04:50.805Z Checking env_logger v0.11.9
25562026-08-12T01:04:50.856Z Checking hyper-util v0.1.20
25572026-08-12T01:04:50.999Z Checking hashbrown v0.13.2
25582026-08-12T01:04:51.019Z Checking rsa v0.9.10
25592026-08-12T01:04:51.072Z Checking toml_edit v0.19.15
25602026-08-12T01:04:51.316Z Checking tower-http v0.6.8
25612026-08-12T01:04:51.419Z Checking crossbeam-epoch v0.9.18
25622026-08-12T01:04:51.448Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25632026-08-12T01:04:51.475Z Checking bzip2 v0.4.4
25642026-08-12T01:04:51.594Z Checking oxnet v0.1.6
25652026-08-12T01:04:51.607Z Checking syn v2.0.117
25662026-08-12T01:04:51.637Z Checking tokio-native-tls v0.3.1
25672026-08-12T01:04:51.637Z Checking serde-hex v0.1.0
25682026-08-12T01:04:51.803Z Checking bstr v1.12.1
25692026-08-12T01:04:51.850Z Checking block-buffer v0.12.1
25702026-08-12T01:04:52.012Z Checking block-padding v0.4.2
25712026-08-12T01:04:52.109Z Checking crypto-common v0.2.2
25722026-08-12T01:04:52.123Z Checking rustls-native-certs v0.8.3
25732026-08-12T01:04:52.148Z Checking scroll v0.12.0
25742026-08-12T01:04:52.197Z Checking x509-cert v0.2.5
25752026-08-12T01:04:52.252Z Checking zstd-sys v2.0.16+zstd.1.5.7
25762026-08-12T01:04:52.361Z Checking md-5 v0.10.6
25772026-08-12T01:04:52.374Z Checking hash32 v0.2.1
25782026-08-12T01:04:52.502Z Checking encoding_rs v0.8.35
25792026-08-12T01:04:52.528Z Checking crc-any v2.5.0
25802026-08-12T01:04:52.700Z Checking fallible-iterator v0.2.0
25812026-08-12T01:04:52.714Z Checking either v1.15.0
25822026-08-12T01:04:52.848Z Checking mime v0.3.17
25832026-08-12T01:04:52.876Z Checking psl-types v2.0.11
25842026-08-12T01:04:52.893Z Checking dof v0.4.0
25852026-08-12T01:04:52.978Z Checking postgres-protocol v0.6.10
25862026-08-12T01:04:52.993Z Checking publicsuffix v2.3.0
25872026-08-12T01:04:53.024Z Checking heapless v0.7.17
25882026-08-12T01:04:53.138Z Checking goblin v0.8.2
25892026-08-12T01:04:53.150Z Checking zstd-safe v7.2.4
25902026-08-12T01:04:53.301Z Checking inout v0.2.2
25912026-08-12T01:04:53.315Z Checking hyper-tls v0.6.0
25922026-08-12T01:04:53.446Z Checking toml v0.7.8
25932026-08-12T01:04:53.452Z Checking daft v0.1.7
25942026-08-12T01:04:53.467Z Checking zip v0.6.6
25952026-08-12T01:04:53.488Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25962026-08-12T01:04:53.522Z Checking cookie v0.18.1
25972026-08-12T01:04:53.542Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25982026-08-12T01:04:53.645Z Checking object v0.30.4
25992026-08-12T01:04:53.690Z Checking tokio-rustls v0.26.4
26002026-08-12T01:04:53.740Z Checking phf_shared v0.13.1
26012026-08-12T01:04:53.754Z Checking dtrace-parser v0.3.0
26022026-08-12T01:04:53.785Z Checking zerocopy v0.7.35
26032026-08-12T01:04:53.876Z Checking pin-project v1.1.11
26042026-08-12T01:04:53.914Z Checking signal-hook v0.3.18
26052026-08-12T01:04:53.937Z Checking futures-executor v0.3.32
26062026-08-12T01:04:53.969Z Checking ff v0.13.1
26072026-08-12T01:04:53.984Z Checking thread-id v5.1.0
26082026-08-12T01:04:54.061Z Checking libbz2-rs-sys v0.2.2
26092026-08-12T01:04:54.081Z Checking managed v0.8.0
26102026-08-12T01:04:54.092Z Checking base16ct v0.2.0
26112026-08-12T01:04:54.103Z Checking foldhash v0.2.0
26122026-08-12T01:04:54.209Z Checking foldhash v0.1.5
26132026-08-12T01:04:54.249Z Checking same-file v1.0.6
26142026-08-12T01:04:54.261Z Checking path-slash v0.1.5
26152026-08-12T01:04:54.272Z Compiling rayon-core v1.13.0
26162026-08-12T01:04:54.345Z Checking jiff-core v0.1.0
26172026-08-12T01:04:54.358Z Checking bitflags v1.3.2
26182026-08-12T01:04:54.370Z Checking bumpalo v3.20.2
26192026-08-12T01:04:54.426Z Checking smoltcp v0.9.1
26202026-08-12T01:04:54.441Z Checking bzip2 v0.6.1
26212026-08-12T01:04:54.478Z Checking walkdir v2.5.0
26222026-08-12T01:04:54.507Z Checking hashbrown v0.15.5
26232026-08-12T01:04:54.567Z Checking zopfli v0.8.3
26242026-08-12T01:04:54.605Z Checking hashbrown v0.16.1
26252026-08-12T01:04:54.628Z Checking sec1 v0.7.3
26262026-08-12T01:04:54.834Z Checking signal-hook-mio v0.2.5
26272026-08-12T01:04:54.890Z Checking group v0.13.0
26282026-08-12T01:04:54.939Z Checking futures v0.3.32
26292026-08-12T01:04:54.967Z Checking usdt-impl v0.6.0
26302026-08-12T01:04:55.002Z Checking snafu v0.8.9
26312026-08-12T01:04:55.016Z Checking phf v0.13.1
26322026-08-12T01:04:55.026Z Checking jiff v0.2.34
26332026-08-12T01:04:55.026Z Checking dof v0.3.0
26342026-08-12T01:04:55.049Z Checking hyper-rustls v0.27.7
26352026-08-12T01:04:55.106Z Checking cookie_store v0.22.1
26362026-08-12T01:04:55.155Z Checking reqwest v0.12.28
26372026-08-12T01:04:55.234Z Checking cipher v0.5.2
26382026-08-12T01:04:55.247Z Checking zstd v0.13.3
26392026-08-12T01:04:55.260Z Checking postgres-types v0.2.12
26402026-08-12T01:04:55.316Z Checking rustls-platform-verifier v0.6.2
26412026-08-12T01:04:55.446Z Checking globset v0.4.18
26422026-08-12T01:04:55.449Z Checking crossbeam-deque v0.8.6
26432026-08-12T01:04:55.470Z Checking phf_shared v0.11.3
26442026-08-12T01:04:55.482Z Checking regex v1.12.3
26452026-08-12T01:04:55.590Z Checking hkdf v0.12.4
26462026-08-12T01:04:55.612Z Checking dtrace-parser v0.2.0
26472026-08-12T01:04:55.640Z Checking byte-wrapper v0.1.0
26482026-08-12T01:04:55.701Z Checking curve25519-dalek v4.1.3
26492026-08-12T01:04:55.726Z Checking ref-cast v1.0.25
26502026-08-12T01:04:55.761Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26512026-08-12T01:04:55.772Z Checking strum v0.27.2
26522026-08-12T01:04:55.822Z Checking olpc-cjson v0.1.4
26532026-08-12T01:04:55.844Z Checking hubpack v0.1.2
26542026-08-12T01:04:55.847Z Checking ed25519 v2.2.3
26552026-08-12T01:04:55.876Z Checking memoffset v0.9.1
26562026-08-12T01:04:55.930Z Checking rustix v0.38.44
26572026-08-12T01:04:55.952Z Checking pem v3.0.6
26582026-08-12T01:04:55.955Z Checking crypto-bigint v0.5.5
26592026-08-12T01:04:56.009Z Checking float-cmp v0.10.0
26602026-08-12T01:04:56.040Z Checking serde-big-array v0.5.1
26612026-08-12T01:04:56.095Z Checking erased-serde v0.3.31
26622026-08-12T01:04:56.110Z Checking serde_plain v1.0.2
26632026-08-12T01:04:56.133Z Checking memmap2 v0.9.10
26642026-08-12T01:04:56.170Z Checking thread-id v4.2.2
26652026-08-12T01:04:56.249Z Checking typed-path v0.9.3
26662026-08-12T01:04:56.252Z Checking data-encoding v2.10.0
26672026-08-12T01:04:56.291Z Checking precomputed-hash v0.1.1
26682026-08-12T01:04:56.377Z Checking toml_write v0.1.2
26692026-08-12T01:04:56.460Z Checking whoami v2.1.0
26702026-08-12T01:04:56.473Z Checking new_debug_unreachable v1.0.6
26712026-08-12T01:04:56.523Z Checking fixedbitset v0.5.7
26722026-08-12T01:04:56.536Z Checking cpufeatures v0.3.0
26732026-08-12T01:04:56.547Z Checking unicode-segmentation v1.12.0
26742026-08-12T01:04:56.603Z Checking keccak v0.1.6
26752026-08-12T01:04:56.649Z Checking static_assertions v1.1.0
26762026-08-12T01:04:56.712Z Checking winnow v0.7.14
26772026-08-12T01:04:56.726Z Checking predicates-core v1.0.10
26782026-08-12T01:04:56.728Z Checking fixedbitset v0.4.2
26792026-08-12T01:04:56.764Z Checking normalize-line-endings v0.3.0
26802026-08-12T01:04:56.851Z Checking winnow v1.0.3
26812026-08-12T01:04:56.854Z Checking difflib v0.4.0
26822026-08-12T01:04:56.874Z Checking const-oid v0.10.2
26832026-08-12T01:04:56.877Z Checking petgraph v0.6.5
26842026-08-12T01:04:56.877Z Checking elliptic-curve v0.13.8
26852026-08-12T01:04:56.951Z Checking zip v4.6.1
26862026-08-12T01:04:57.016Z Checking tough v0.22.0
26872026-08-12T01:04:57.028Z Checking digest v0.11.3
26882026-08-12T01:04:57.041Z Checking predicates v3.1.4
26892026-08-12T01:04:57.132Z Checking toml_parser v1.1.2+spec-1.1.0
26902026-08-12T01:04:57.203Z Checking similar v2.7.0
26912026-08-12T01:04:57.203Z Checking sha3 v0.10.8
26922026-08-12T01:04:57.332Z Checking crossterm v0.28.1
26932026-08-12T01:04:57.421Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26942026-08-12T01:04:57.453Z Checking petgraph v0.8.3
26952026-08-12T01:04:57.521Z Checking tokio-postgres v0.7.16
26962026-08-12T01:04:57.585Z Checking chacha20 v0.10.0
26972026-08-12T01:04:57.842Z Checking string_cache v0.8.9
26982026-08-12T01:04:57.898Z Checking toml_edit v0.22.27
26992026-08-12T01:04:58.015Z Checking hickory-proto v0.25.2
27002026-08-12T01:04:58.035Z Checking slog v2.8.2
27012026-08-12T01:04:58.124Z Checking ed25519-dalek v2.2.0
27022026-08-12T01:04:58.295Z Checking usdt v0.6.0
27032026-08-12T01:04:58.358Z Checking usdt-impl v0.5.0
27042026-08-12T01:04:58.465Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27052026-08-12T01:04:58.643Z Checking nix v0.31.2
27062026-08-12T01:04:58.781Z Checking iddqd v0.4.2
27072026-08-12T01:04:59.037Z Checking reqwest v0.13.2
27082026-08-12T01:04:59.051Z Checking itertools v0.13.0
27092026-08-12T01:04:59.063Z Checking itertools v0.15.0
27102026-08-12T01:04:59.303Z Checking strum v0.26.3
27112026-08-12T01:04:59.416Z Checking serde_with v3.21.0
27122026-08-12T01:04:59.656Z Checking fs-err v3.3.0
27132026-08-12T01:04:59.683Z Checking object v0.37.3
27142026-08-12T01:04:59.825Z Checking tokio-stream v0.1.18
27152026-08-12T01:04:59.870Z Checking buf-list v1.1.2
27162026-08-12T01:04:59.953Z Checking camino v1.2.2
27172026-08-12T01:05:00.055Z Checking anyhow v1.0.102
27182026-08-12T01:05:00.068Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27192026-08-12T01:05:00.167Z Checking openapiv3 v2.2.0
27202026-08-12T01:05:00.200Z Checking lalrpop-util v0.19.12
27212026-08-12T01:05:00.215Z Checking peg-runtime v0.8.5
27222026-08-12T01:05:00.248Z Checking rayon v1.11.0
27232026-08-12T01:05:00.327Z Checking sigpipe v0.1.3
27242026-08-12T01:05:00.349Z Checking glob v0.3.3
27252026-08-12T01:05:01.833Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27262026-08-12T01:05:01.896Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27272026-08-12T01:05:02.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.05s
27282026-08-12T01:05:02.328Z
27292026-08-12T01:05:02.328Zinfo: running `cargo check --bins` on internal-dns-types (79/334)
27302026-08-12T01:05:02.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312026-08-12T01:05:02.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322026-08-12T01:05:02.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332026-08-12T01:05:02.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27342026-08-12T01:05:02.888Z
27352026-08-12T01:05:02.888Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/334)
27362026-08-12T01:05:03.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372026-08-12T01:05:03.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382026-08-12T01:05:03.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392026-08-12T01:05:03.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27402026-08-12T01:05:03.450Z
27412026-08-12T01:05:03.450Zinfo: running `cargo check --bins` on nexus-types-versions (81/334)
27422026-08-12T01:05:03.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432026-08-12T01:05:03.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442026-08-12T01:05:03.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452026-08-12T01:05:03.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27462026-08-12T01:05:04.026Z
27472026-08-12T01:05:04.026Zinfo: running `cargo check --bins` on oxql-types (82/334)
27482026-08-12T01:05:04.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492026-08-12T01:05:04.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502026-08-12T01:05:04.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512026-08-12T01:05:04.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27522026-08-12T01:05:04.586Z
27532026-08-12T01:05:04.586Zinfo: running `cargo check --bins` on oximeter-types (83/334)
27542026-08-12T01:05:05.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-08-12T01:05:05.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-08-12T01:05:05.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572026-08-12T01:05:05.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27582026-08-12T01:05:05.145Z
27592026-08-12T01:05:05.146Zinfo: running `cargo check --bins` on oximeter-types-versions (84/334)
27602026-08-12T01:05:05.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-08-12T01:05:05.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-08-12T01:05:05.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-08-12T01:05:05.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27642026-08-12T01:05:05.708Z
27652026-08-12T01:05:05.708Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/334)
27662026-08-12T01:05:06.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-08-12T01:05:06.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-08-12T01:05:06.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692026-08-12T01:05:06.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27702026-08-12T01:05:06.253Z
27712026-08-12T01:05:06.253Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/334)
27722026-08-12T01:05:06.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-08-12T01:05:06.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-08-12T01:05:06.920Z Compiling multer v3.1.0
27752026-08-12T01:05:07.035Z Compiling async-stream-impl v0.3.6
27762026-08-12T01:05:07.037Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27772026-08-12T01:05:07.049Z Compiling dropshot v0.17.1
27782026-08-12T01:05:07.062Z Compiling parse-display-derive v0.10.0
27792026-08-12T01:05:07.074Z Compiling newtype-uuid-macros v0.1.0
27802026-08-12T01:05:07.077Z Compiling dropshot_endpoint v0.17.1
27812026-08-12T01:05:07.103Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27822026-08-12T01:05:07.250Z Checking thread_local v1.1.9
27832026-08-12T01:05:07.275Z Checking match_cfg v0.1.0
27842026-08-12T01:05:07.344Z Checking compression-core v0.4.31
27852026-08-12T01:05:07.409Z Checking hostname v0.3.1
27862026-08-12T01:05:07.427Z Checking crossbeam-channel v0.5.15
27872026-08-12T01:05:07.496Z Checking atomicwrites v0.4.4
27882026-08-12T01:05:07.511Z Checking compression-codecs v0.4.37
27892026-08-12T01:05:07.511Z Checking slog-json v2.6.1
27902026-08-12T01:05:07.603Z Checking is-terminal v0.4.17
27912026-08-12T01:05:07.617Z Checking toml_datetime v1.1.1+spec-1.1.0
27922026-08-12T01:05:07.667Z Checking serde_spanned v1.1.1
27932026-08-12T01:05:07.684Z Checking take_mut v0.2.2
27942026-08-12T01:05:07.697Z Checking debug-ignore v1.0.5
27952026-08-12T01:05:07.763Z Checking term v1.2.1
27962026-08-12T01:05:07.786Z Checking toml_writer v1.1.1+spec-1.1.0
27972026-08-12T01:05:07.799Z Checking slog-async v2.8.0
27982026-08-12T01:05:07.812Z Checking async-compression v0.4.41
27992026-08-12T01:05:07.812Z Checking slog-bunyan v2.5.0
28002026-08-12T01:05:07.836Z Checking async-stream v0.3.6
28012026-08-12T01:05:07.922Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28022026-08-12T01:05:07.957Z Checking toml v1.1.2+spec-1.1.0
28032026-08-12T01:05:07.960Z Checking progenitor-client v0.14.0
28042026-08-12T01:05:07.960Z Checking sha1 v0.11.0
28052026-08-12T01:05:07.994Z Checking slog-term v2.9.2
28062026-08-12T01:05:08.068Z Checking waitgroup v0.1.2
28072026-08-12T01:05:08.160Z Checking rustls-pemfile v2.2.0
28082026-08-12T01:05:08.173Z Checking backon v1.6.0
28092026-08-12T01:05:08.205Z Checking serde_path_to_error v0.1.20
28102026-08-12T01:05:08.245Z Checking hostname v0.4.2
28112026-08-12T01:05:08.246Z Checking instant v0.1.13
28122026-08-12T01:05:08.343Z Checking progenitor-extras v0.2.0
28132026-08-12T01:05:08.346Z Checking backoff v0.4.0
28142026-08-12T01:05:08.489Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28152026-08-12T01:05:08.505Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28162026-08-12T01:05:08.525Z Checking regress v0.10.5
28172026-08-12T01:05:08.538Z Checking itertools v0.14.0
28182026-08-12T01:05:08.691Z Checking macaddr v1.0.1
28192026-08-12T01:05:08.739Z Checking parse-display v0.10.0
28202026-08-12T01:05:08.864Z Checking humantime v2.3.0
28212026-08-12T01:05:09.640Z Compiling prettyplease v0.2.37
28222026-08-12T01:05:09.915Z Checking num-rational v0.4.2
28232026-08-12T01:05:10.189Z Checking num-complex v0.4.6
28242026-08-12T01:05:10.724Z Compiling num v0.4.3
28252026-08-12T01:05:10.755Z Compiling usdt-macro v0.5.0
28262026-08-12T01:05:10.798Z Compiling usdt-attr-macro v0.5.0
28272026-08-12T01:05:10.801Z Checking memmap v0.7.0
28282026-08-12T01:05:10.827Z Checking float-ord v0.3.2
28292026-08-12T01:05:10.841Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28302026-08-12T01:05:10.941Z Compiling convert_case v0.4.0
28312026-08-12T01:05:11.049Z Checking unicode-width v0.2.0
28322026-08-12T01:05:11.304Z Checking console v0.15.11
28332026-08-12T01:05:11.317Z Compiling derive_more v0.99.20
28342026-08-12T01:05:11.509Z Checking newline-converter v0.3.0
28352026-08-12T01:05:11.589Z Compiling toml v0.8.23
28362026-08-12T01:05:11.592Z Checking usdt v0.5.0
28372026-08-12T01:05:11.619Z Checking linked-hash-map v0.5.6
28382026-08-12T01:05:11.770Z Compiling minimal-lexical v0.2.1
28392026-08-12T01:05:11.786Z Checking lru-cache v0.1.2
28402026-08-12T01:05:11.906Z Checking expectorate v1.2.0
28412026-08-12T01:05:12.022Z Compiling nom v7.1.3
28422026-08-12T01:05:12.423Z Checking camino-tempfile v1.4.1
28432026-08-12T01:05:12.519Z Checking hickory-proto v0.24.4
28442026-08-12T01:05:12.545Z Checking phf_shared v0.12.1
28452026-08-12T01:05:12.586Z Compiling slog-dtrace v0.3.0
28462026-08-12T01:05:12.685Z Compiling chrono-tz v0.10.4
28472026-08-12T01:05:12.773Z Checking heck v0.5.0
28482026-08-12T01:05:12.901Z Checking resolv-conf v0.7.6
28492026-08-12T01:05:13.046Z Compiling unicode-xid v0.2.6
28502026-08-12T01:05:13.149Z Checking phf v0.12.1
28512026-08-12T01:05:13.173Z Compiling const_format_proc_macros v0.2.34
28522026-08-12T01:05:13.294Z Checking tokio-dtrace v0.1.1
28532026-08-12T01:05:13.363Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-08-12T01:05:13.490Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28552026-08-12T01:05:13.805Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28562026-08-12T01:05:13.838Z Compiling derive-where v1.6.0
28572026-08-12T01:05:13.890Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28582026-08-12T01:05:13.986Z Checking highway v1.3.0
28592026-08-12T01:05:14.213Z Checking const_format v0.2.35
28602026-08-12T01:05:14.342Z Checking hickory-resolver v0.24.4
28612026-08-12T01:05:14.442Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28622026-08-12T01:05:14.954Z Checking oxide-tokio-rt v0.1.4
28632026-08-12T01:05:15.130Z Checking qorb v0.4.1
28642026-08-12T01:05:15.295Z Checking gethostname v0.5.0
28652026-08-12T01:05:15.359Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28662026-08-12T01:05:15.371Z Checking bcs v0.1.6
28672026-08-12T01:05:15.383Z Checking termtree v0.5.1
28682026-08-12T01:05:15.436Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28692026-08-12T01:05:15.652Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28702026-08-12T01:05:15.652Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28712026-08-12T01:05:18.764Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28722026-08-12T01:05:21.884Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28732026-08-12T01:05:24.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.84s
28742026-08-12T01:05:24.273Z
28752026-08-12T01:05:24.273Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/334)
28762026-08-12T01:05:24.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-08-12T01:05:24.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-08-12T01:05:24.929Z Compiling ar_archive_writer v0.5.1
28792026-08-12T01:05:25.042Z Compiling stacker v0.1.23
28802026-08-12T01:05:25.048Z Compiling cfg_aliases v0.1.1
28812026-08-12T01:05:25.054Z Compiling convert_case v0.10.0
28822026-08-12T01:05:25.054Z Checking unicode-width v0.1.14
28832026-08-12T01:05:25.067Z Compiling proc-macro-error v1.0.4
28842026-08-12T01:05:25.078Z Checking fd-lock v4.0.4
28852026-08-12T01:05:25.078Z Checking nibble_vec v0.1.0
28862026-08-12T01:05:25.101Z Compiling nix v0.28.0
28872026-08-12T01:05:25.188Z Compiling recursive-proc-macro-impl v0.1.1
28882026-08-12T01:05:25.202Z Checking vte v0.14.1
28892026-08-12T01:05:25.291Z Checking endian-type v0.1.2
28902026-08-12T01:05:25.305Z Checking bytecount v0.6.9
28912026-08-12T01:05:25.334Z Compiling derive_more-impl v2.1.1
28922026-08-12T01:05:25.348Z Checking strip-ansi-escapes v0.2.1
28932026-08-12T01:05:25.374Z Compiling tabled_derive v0.7.0
28942026-08-12T01:05:25.454Z Checking papergrid v0.11.0
28952026-08-12T01:05:25.478Z Checking radix_trie v0.2.1
28962026-08-12T01:05:25.489Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28972026-08-12T01:05:25.610Z Compiling peg-macros v0.8.5
28982026-08-12T01:05:25.686Z Checking winnow v0.6.26
28992026-08-12T01:05:25.922Z Compiling psm v0.1.30
29002026-08-12T01:05:25.952Z Compiling sqlparser_derive v0.5.0
29012026-08-12T01:05:26.066Z Checking unicode_categories v0.1.1
29022026-08-12T01:05:26.193Z Checking derive_more v2.1.1
29032026-08-12T01:05:26.223Z Checking home v0.5.12
29042026-08-12T01:05:26.273Z Checking nu-ansi-term v0.50.3
29052026-08-12T01:05:26.328Z Checking tabled v0.15.0
29062026-08-12T01:05:26.329Z Checking crossterm v0.29.0
29072026-08-12T01:05:26.440Z Checking rustyline v14.0.0
29082026-08-12T01:05:26.488Z Checking reedline v0.40.0
29092026-08-12T01:05:26.704Z Checking recursive v0.1.1
29102026-08-12T01:05:26.738Z Checking display-error-chain v0.2.2
29112026-08-12T01:05:26.798Z Checking sqlparser v0.61.0
29122026-08-12T01:05:26.876Z Checking sqlformat v0.3.5
29132026-08-12T01:05:26.965Z Checking peg v0.8.5
29142026-08-12T01:05:38.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s
29152026-08-12T01:05:38.267Z
29162026-08-12T01:05:38.267Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/334)
29172026-08-12T01:05:38.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-08-12T01:05:38.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-08-12T01:05:38.925Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29202026-08-12T01:05:42.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
29212026-08-12T01:05:42.666Z
29222026-08-12T01:05:42.666Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/334)
29232026-08-12T01:05:43.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-08-12T01:05:43.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-08-12T01:05:43.324Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29262026-08-12T01:05:45.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
29272026-08-12T01:05:46.075Z
29282026-08-12T01:05:46.075Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/334)
29292026-08-12T01:05:46.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-08-12T01:05:46.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-08-12T01:05:46.729Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29322026-08-12T01:05:50.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
29332026-08-12T01:05:50.286Z
29342026-08-12T01:05:50.286Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/334)
29352026-08-12T01:05:50.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-08-12T01:05:50.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-08-12T01:05:50.954Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29382026-08-12T01:05:54.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
29392026-08-12T01:05:54.519Z
29402026-08-12T01:05:54.519Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/334)
29412026-08-12T01:05:55.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-08-12T01:05:55.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-08-12T01:05:55.169Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29442026-08-12T01:05:57.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
29452026-08-12T01:05:58.053Z
29462026-08-12T01:05:58.053Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/334)
29472026-08-12T01:05:58.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-08-12T01:05:58.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-08-12T01:05:58.706Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29502026-08-12T01:06:01.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
29512026-08-12T01:06:01.625Z
29522026-08-12T01:06:01.625Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/334)
29532026-08-12T01:06:02.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-08-12T01:06:02.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-08-12T01:06:02.279Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-08-12T01:06:05.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
29572026-08-12T01:06:06.021Z
29582026-08-12T01:06:06.021Zinfo: running `cargo check --bins` on oximeter (95/334)
29592026-08-12T01:06:06.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-12T01:06:06.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-12T01:06:06.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622026-08-12T01:06:06.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29632026-08-12T01:06:06.581Z
29642026-08-12T01:06:06.581Zinfo: running `cargo check --bins` on oximeter-schema (96/334)
29652026-08-12T01:06:07.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-12T01:06:07.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-12T01:06:07.195Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29682026-08-12T01:06:07.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
29692026-08-12T01:06:07.759Z
29702026-08-12T01:06:07.759Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/334)
29712026-08-12T01:06:08.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-12T01:06:08.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-12T01:06:08.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742026-08-12T01:06:08.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29752026-08-12T01:06:08.319Z
29762026-08-12T01:06:08.319Zinfo: running `cargo check --bins` on oximeter-test-utils (98/334)
29772026-08-12T01:06:08.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-12T01:06:08.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-12T01:06:08.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29802026-08-12T01:06:08.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29812026-08-12T01:06:08.915Z
29822026-08-12T01:06:08.915Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/334)
29832026-08-12T01:06:09.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-12T01:06:09.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-12T01:06:09.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29862026-08-12T01:06:09.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29872026-08-12T01:06:09.488Z
29882026-08-12T01:06:09.488Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/334)
29892026-08-12T01:06:09.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-12T01:06:09.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-12T01:06:09.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29922026-08-12T01:06:09.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29932026-08-12T01:06:10.053Z
29942026-08-12T01:06:10.053Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/334)
29952026-08-12T01:06:10.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-12T01:06:10.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-12T01:06:10.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-08-12T01:06:10.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29992026-08-12T01:06:10.626Z
30002026-08-12T01:06:10.626Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/334)
30012026-08-12T01:06:11.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-12T01:06:11.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-12T01:06:11.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-08-12T01:06:11.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30052026-08-12T01:06:11.196Z
30062026-08-12T01:06:11.196Zinfo: running `cargo check --bins` on trust-quorum-types (103/334)
30072026-08-12T01:06:11.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-12T01:06:11.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-12T01:06:11.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-08-12T01:06:11.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30112026-08-12T01:06:11.744Z
30122026-08-12T01:06:11.744Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/334)
30132026-08-12T01:06:12.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-12T01:06:12.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-12T01:06:12.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-12T01:06:12.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30172026-08-12T01:06:12.309Z
30182026-08-12T01:06:12.309Zinfo: running `cargo check --bins` on reconfigurator-cli (105/334)
30192026-08-12T01:06:12.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-12T01:06:12.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-12T01:06:13.115Z Compiling regress v0.11.1
30222026-08-12T01:06:13.115Z Checking secrecy v0.10.3
30232026-08-12T01:06:13.115Z Compiling crucible-workspace-hack v0.1.0
30242026-08-12T01:06:13.121Z Checking half v2.7.1
30252026-08-12T01:06:13.121Z Checking ciborium-io v0.2.2
30262026-08-12T01:06:13.121Z Checking inout v0.1.4
30272026-08-12T01:06:13.121Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30282026-08-12T01:06:13.349Z Checking universal-hash v0.5.1
30292026-08-12T01:06:13.363Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30302026-08-12T01:06:13.385Z Checking cipher v0.4.4
30312026-08-12T01:06:13.475Z Compiling thiserror-impl-no-std v2.0.2
30322026-08-12T01:06:13.507Z Compiling toml_datetime v0.7.5+spec-1.1.0
30332026-08-12T01:06:13.540Z Checking ciborium-ll v0.2.2
30342026-08-12T01:06:13.588Z Checking opaque-debug v0.3.1
30352026-08-12T01:06:13.602Z Checking chacha20 v0.9.1
30362026-08-12T01:06:13.605Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30372026-08-12T01:06:13.658Z Checking poly1305 v0.8.0
30382026-08-12T01:06:13.709Z Checking ciborium v0.2.2
30392026-08-12T01:06:13.743Z Compiling toml_edit v0.23.10+spec-1.0.0
30402026-08-12T01:06:13.799Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30412026-08-12T01:06:13.925Z Checking password-hash v0.5.0
30422026-08-12T01:06:14.009Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30432026-08-12T01:06:14.087Z Checking blake2 v0.10.6
30442026-08-12T01:06:14.122Z Checking aead v0.5.2
30452026-08-12T01:06:14.148Z Checking indent_write v2.2.0
30462026-08-12T01:06:14.270Z Compiling unsafe-libyaml v0.2.11
30472026-08-12T01:06:14.285Z Checking chacha20poly1305 v0.10.1
30482026-08-12T01:06:14.332Z Checking argon2 v0.5.3
30492026-08-12T01:06:14.414Z Compiling proc-macro-crate v3.4.0
30502026-08-12T01:06:14.642Z Checking thiserror-no-std v2.0.2
30512026-08-12T01:06:14.688Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30522026-08-12T01:06:14.712Z Checking typify-impl v0.6.2
30532026-08-12T01:06:14.731Z Checking vsss-rs v3.3.4
30542026-08-12T01:06:14.786Z Compiling serde_yaml v0.9.34+deprecated
30552026-08-12T01:06:15.012Z Compiling num_enum_derive v0.7.6
30562026-08-12T01:06:15.297Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30572026-08-12T01:06:15.523Z Compiling heapless v0.8.0
30582026-08-12T01:06:15.705Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30592026-08-12T01:06:15.810Z Compiling ingot-macros v0.2.0
30602026-08-12T01:06:15.850Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30612026-08-12T01:06:15.865Z Checking hash32 v0.3.1
30622026-08-12T01:06:15.995Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30632026-08-12T01:06:16.011Z Compiling smoltcp v0.11.0
30642026-08-12T01:06:16.069Z Checking num_enum v0.7.6
30652026-08-12T01:06:16.225Z Checking tabwriter v1.4.1
30662026-08-12T01:06:16.240Z Checking cobs v0.3.0
30672026-08-12T01:06:16.367Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30682026-08-12T01:06:16.384Z Compiling proc-macro-crate v1.3.1
30692026-08-12T01:06:16.398Z Checking postcard v1.1.3
30702026-08-12T01:06:16.502Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30712026-08-12T01:06:16.570Z Compiling foreign-types-macros v0.2.3
30722026-08-12T01:06:16.691Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30732026-08-12T01:06:16.711Z Checking colored v3.1.1
30742026-08-12T01:06:16.797Z Checking swrite v0.1.0
30752026-08-12T01:06:16.889Z Checking foreign-types-shared v0.3.1
30762026-08-12T01:06:16.920Z Compiling num_enum_derive v0.5.11
30772026-08-12T01:06:16.971Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30782026-08-12T01:06:17.063Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30792026-08-12T01:06:17.099Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30802026-08-12T01:06:17.160Z Checking foreign-types v0.5.0
30812026-08-12T01:06:17.241Z Checking cstr-argument v0.1.2
30822026-08-12T01:06:17.369Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30832026-08-12T01:06:17.495Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30842026-08-12T01:06:17.551Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30852026-08-12T01:06:17.588Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30862026-08-12T01:06:17.606Z Checking rand v0.10.1
30872026-08-12T01:06:17.727Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30882026-08-12T01:06:17.759Z Compiling zone_cfg_derive v0.3.1
30892026-08-12T01:06:17.776Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30902026-08-12T01:06:17.894Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30912026-08-12T01:06:17.942Z Checking num_enum v0.5.11
30922026-08-12T01:06:18.053Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30932026-08-12T01:06:18.067Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30942026-08-12T01:06:18.227Z Checking itertools v0.12.1
30952026-08-12T01:06:18.246Z Compiling num-derive v0.4.2
30962026-08-12T01:06:18.409Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30972026-08-12T01:06:18.600Z Compiling semver v0.1.20
30982026-08-12T01:06:18.647Z Checking ingot-types v0.2.0
30992026-08-12T01:06:18.897Z Compiling rustc_version v0.1.7
31002026-08-12T01:06:19.022Z Checking ingot v0.2.1
31012026-08-12T01:06:19.116Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31022026-08-12T01:06:19.132Z Checking smf v0.2.3
31032026-08-12T01:06:19.171Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31042026-08-12T01:06:19.239Z Checking zone v0.3.1
31052026-08-12T01:06:19.276Z Checking nom v8.0.0
31062026-08-12T01:06:19.363Z Checking csv-core v0.1.13
31072026-08-12T01:06:19.399Z Checking whoami v1.6.1
31082026-08-12T01:06:19.434Z Compiling newtype_derive v0.1.6
31092026-08-12T01:06:19.495Z Compiling typify-macro v0.6.2
31102026-08-12T01:06:19.541Z Checking csv v1.4.0
31112026-08-12T01:06:19.575Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31122026-08-12T01:06:19.595Z Compiling cancel-safe-futures v0.1.5
31132026-08-12T01:06:19.670Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31142026-08-12T01:06:19.814Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31152026-08-12T01:06:19.835Z Compiling libefi-sys v0.1.0
31162026-08-12T01:06:19.889Z Compiling owo-colors v4.3.0
31172026-08-12T01:06:19.911Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31182026-08-12T01:06:20.144Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31192026-08-12T01:06:20.281Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31202026-08-12T01:06:20.333Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31212026-08-12T01:06:20.349Z Checking oxide-update-engine-types v0.1.2
31222026-08-12T01:06:20.522Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31232026-08-12T01:06:20.541Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31242026-08-12T01:06:20.646Z Compiling bitfield-struct v0.6.2
31252026-08-12T01:06:20.718Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31262026-08-12T01:06:20.877Z Checking linear-map v1.2.0
31272026-08-12T01:06:21.024Z Checking unicode-linebreak v0.1.5
31282026-08-12T01:06:21.060Z Checking smawk v0.3.2
31292026-08-12T01:06:21.201Z Checking steno v0.4.1
31302026-08-12T01:06:21.241Z Checking textwrap v0.16.2
31312026-08-12T01:06:21.264Z Compiling typify v0.6.2
31322026-08-12T01:06:21.296Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31332026-08-12T01:06:21.310Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31342026-08-12T01:06:21.378Z Compiling progenitor-impl v0.14.0
31352026-08-12T01:06:21.460Z Checking oxide-update-engine v0.1.2
31362026-08-12T01:06:21.851Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31372026-08-12T01:06:22.083Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31382026-08-12T01:06:22.103Z Checking sha1 v0.10.6
31392026-08-12T01:06:22.211Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31402026-08-12T01:06:22.250Z Checking utf-8 v0.7.6
31412026-08-12T01:06:22.277Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31422026-08-12T01:06:22.291Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31432026-08-12T01:06:22.306Z Checking ignore v0.4.25
31442026-08-12T01:06:22.387Z Checking tungstenite v0.21.0
31452026-08-12T01:06:22.428Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31462026-08-12T01:06:22.526Z Compiling xshell-macros v0.2.7
31472026-08-12T01:06:22.636Z Checking predicates-tree v1.0.13
31482026-08-12T01:06:22.701Z Checking globwalk v0.9.1
31492026-08-12T01:06:22.751Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31502026-08-12T01:06:22.809Z Checking tokio-tungstenite v0.21.0
31512026-08-12T01:06:22.882Z Checking filetime v0.2.27
31522026-08-12T01:06:22.897Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31532026-08-12T01:06:22.910Z Checking xshell v0.2.7
31542026-08-12T01:06:23.021Z Checking tagptr v0.2.0
31552026-08-12T01:06:23.090Z Checking xattr v1.6.1
31562026-08-12T01:06:23.106Z Checking camino-tempfile-ext v0.3.3
31572026-08-12T01:06:23.121Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31582026-08-12T01:06:23.134Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31592026-08-12T01:06:23.162Z Checking moka v0.12.13
31602026-08-12T01:06:23.223Z Checking tar v0.4.46
31612026-08-12T01:06:23.267Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31622026-08-12T01:06:23.297Z Checking rand_seeder v0.4.0
31632026-08-12T01:06:23.300Z Checking half v1.8.3
31642026-08-12T01:06:23.413Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31652026-08-12T01:06:23.445Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31662026-08-12T01:06:23.509Z Checking serde_cbor v0.11.2
31672026-08-12T01:06:23.598Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31682026-08-12T01:06:23.764Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31692026-08-12T01:06:23.805Z Checking hickory-resolver v0.25.2
31702026-08-12T01:06:23.855Z Checking digest-io v0.1.0
31712026-08-12T01:06:23.896Z Checking sha2 v0.11.0
31722026-08-12T01:06:23.979Z Compiling progenitor-macro v0.14.0
31732026-08-12T01:06:23.994Z Compiling petname v2.0.2
31742026-08-12T01:06:24.415Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31752026-08-12T01:06:24.467Z Checking rawzip v0.4.4
31762026-08-12T01:06:24.493Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31772026-08-12T01:06:24.514Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31782026-08-12T01:06:24.560Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31792026-08-12T01:06:24.911Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31802026-08-12T01:06:25.018Z Checking sapling-renderdag v0.1.0
31812026-08-12T01:06:25.094Z Checking subprocess v0.2.15
31822026-08-12T01:06:25.260Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31832026-08-12T01:06:25.333Z Checking sync-ptr v0.1.4
31842026-08-12T01:06:25.336Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31852026-08-12T01:06:25.363Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31862026-08-12T01:06:25.424Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31872026-08-12T01:06:25.504Z Checking colored v2.2.0
31882026-08-12T01:06:25.580Z Checking assert_matches v1.5.0
31892026-08-12T01:06:26.563Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31902026-08-12T01:06:26.783Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31912026-08-12T01:06:27.102Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31922026-08-12T01:06:27.442Z Checking progenitor v0.14.0
31932026-08-12T01:06:27.574Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31942026-08-12T01:06:27.574Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31952026-08-12T01:06:27.577Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31962026-08-12T01:06:27.577Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31972026-08-12T01:06:27.577Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31982026-08-12T01:06:27.577Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31992026-08-12T01:06:27.577Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32002026-08-12T01:06:27.954Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32012026-08-12T01:06:27.974Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32022026-08-12T01:06:28.157Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32032026-08-12T01:06:28.670Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32042026-08-12T01:06:29.289Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32052026-08-12T01:06:30.436Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32062026-08-12T01:06:38.919Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32072026-08-12T01:06:46.070Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32082026-08-12T01:06:46.074Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32092026-08-12T01:06:46.074Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32102026-08-12T01:06:47.591Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32112026-08-12T01:06:48.869Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32122026-08-12T01:06:51.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.81s
32132026-08-12T01:06:51.336Z
32142026-08-12T01:06:51.336Zinfo: running `cargo check --bins` on nexus-inventory (106/334)
32152026-08-12T01:06:51.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-08-12T01:06:51.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-08-12T01:06:51.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-08-12T01:06:51.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32192026-08-12T01:06:51.941Z
32202026-08-12T01:06:51.941Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/334)
32212026-08-12T01:06:52.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-08-12T01:06:52.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-08-12T01:06:52.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-08-12T01:06:52.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32252026-08-12T01:06:52.508Z
32262026-08-12T01:06:52.508Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/334)
32272026-08-12T01:06:52.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-08-12T01:06:52.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-08-12T01:06:52.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-08-12T01:06:52.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32312026-08-12T01:06:53.076Z
32322026-08-12T01:06:53.076Zinfo: running `cargo check --bins` on dns-service-client (109/334)
32332026-08-12T01:06:53.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-08-12T01:06:53.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-08-12T01:06:53.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-08-12T01:06:53.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32372026-08-12T01:06:53.642Z
32382026-08-12T01:06:53.642Zinfo: running `cargo check --bins` on ntp-admin-client (110/334)
32392026-08-12T01:06:54.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-08-12T01:06:54.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-08-12T01:06:54.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-08-12T01:06:54.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32432026-08-12T01:06:54.190Z
32442026-08-12T01:06:54.190Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/334)
32452026-08-12T01:06:54.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-08-12T01:06:54.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-08-12T01:06:54.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482026-08-12T01:06:54.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32492026-08-12T01:06:54.742Z
32502026-08-12T01:06:54.742Zinfo: running `cargo check --bins` on cockroach-admin-client (112/334)
32512026-08-12T01:06:55.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-08-12T01:06:55.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-08-12T01:06:55.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542026-08-12T01:06:55.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32552026-08-12T01:06:55.296Z
32562026-08-12T01:06:55.296Zinfo: running `cargo check --bins` on parallel-task-set (113/334)
32572026-08-12T01:06:55.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-08-12T01:06:55.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-08-12T01:06:55.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602026-08-12T01:06:55.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32612026-08-12T01:06:55.850Z
32622026-08-12T01:06:55.850Zinfo: running `cargo check --bins` on sled-agent-client (114/334)
32632026-08-12T01:06:56.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-08-12T01:06:56.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-08-12T01:06:56.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662026-08-12T01:06:56.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32672026-08-12T01:06:56.419Z
32682026-08-12T01:06:56.419Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/334)
32692026-08-12T01:06:56.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-08-12T01:06:56.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-08-12T01:06:56.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-08-12T01:06:56.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32732026-08-12T01:06:57.003Z
32742026-08-12T01:06:57.003Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/334)
32752026-08-12T01:06:57.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-08-12T01:06:57.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-08-12T01:06:57.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-08-12T01:06:57.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32792026-08-12T01:06:57.583Z
32802026-08-12T01:06:57.583Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/334)
32812026-08-12T01:06:58.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-08-12T01:06:58.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-08-12T01:06:58.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842026-08-12T01:06:58.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32852026-08-12T01:06:58.163Z
32862026-08-12T01:06:58.163Zinfo: running `cargo check --bins` on key-manager (118/334)
32872026-08-12T01:06:58.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882026-08-12T01:06:58.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892026-08-12T01:06:58.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902026-08-12T01:06:58.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32912026-08-12T01:06:58.729Z
32922026-08-12T01:06:58.729Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/334)
32932026-08-12T01:06:59.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942026-08-12T01:06:59.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952026-08-12T01:06:59.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962026-08-12T01:06:59.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32972026-08-12T01:06:59.308Z
32982026-08-12T01:06:59.308Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/334)
32992026-08-12T01:06:59.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-08-12T01:06:59.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-08-12T01:06:59.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-08-12T01:06:59.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33032026-08-12T01:06:59.889Z
33042026-08-12T01:06:59.889Zinfo: running `cargo check --bins` on typed-rng (121/334)
33052026-08-12T01:07:00.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-08-12T01:07:00.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-08-12T01:07:00.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-08-12T01:07:00.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33092026-08-12T01:07:00.442Z
33102026-08-12T01:07:00.443Zinfo: running `cargo check --bins` on gateway-test-utils (122/334)
33112026-08-12T01:07:00.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-08-12T01:07:00.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-08-12T01:07:00.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-08-12T01:07:00.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33152026-08-12T01:07:01.051Z
33162026-08-12T01:07:01.051Zinfo: running `cargo check --bins` on omicron-gateway (123/334)
33172026-08-12T01:07:01.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-08-12T01:07:01.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-08-12T01:07:01.774Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33202026-08-12T01:07:01.777Z Checking void v1.0.2
33212026-08-12T01:07:01.777Z Checking tungstenite v0.23.0
33222026-08-12T01:07:01.777Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33232026-08-12T01:07:01.777Z Checking dropshot-api-manager-types v0.7.2
33242026-08-12T01:07:01.897Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33252026-08-12T01:07:01.907Z Checking nix v0.27.1
33262026-08-12T01:07:01.915Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33272026-08-12T01:07:01.973Z Checking lzss v0.8.2
33282026-08-12T01:07:02.085Z Checking kstat-rs v0.2.5
33292026-08-12T01:07:02.098Z Checking fxhash v0.2.1
33302026-08-12T01:07:02.132Z Checking serde_bytes v0.11.19
33312026-08-12T01:07:02.147Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33322026-08-12T01:07:02.198Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33332026-08-12T01:07:02.211Z Checking signal-hook-tokio v0.3.1
33342026-08-12T01:07:02.265Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33352026-08-12T01:07:02.292Z Checking tokio-tungstenite v0.23.1
33362026-08-12T01:07:02.417Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33372026-08-12T01:07:03.465Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-08-12T01:07:04.009Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-08-12T01:07:06.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s
33402026-08-12T01:07:06.355Z
33412026-08-12T01:07:06.355Zinfo: running `cargo check --bins` on gateway-api (124/334)
33422026-08-12T01:07:06.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-08-12T01:07:06.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-08-12T01:07:06.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-08-12T01:07:06.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33462026-08-12T01:07:06.924Z
33472026-08-12T01:07:06.924Zinfo: running `cargo check --bins` on ipcc (125/334)
33482026-08-12T01:07:07.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-08-12T01:07:07.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-08-12T01:07:07.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-08-12T01:07:07.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33522026-08-12T01:07:07.498Z
33532026-08-12T01:07:07.498Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/334)
33542026-08-12T01:07:07.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-08-12T01:07:07.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-08-12T01:07:07.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-08-12T01:07:07.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33582026-08-12T01:07:08.056Z
33592026-08-12T01:07:08.056Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/334)
33602026-08-12T01:07:08.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-08-12T01:07:08.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-08-12T01:07:08.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-08-12T01:07:08.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33642026-08-12T01:07:08.646Z
33652026-08-12T01:07:08.646Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/334)
33662026-08-12T01:07:09.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-08-12T01:07:09.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-08-12T01:07:09.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-08-12T01:07:09.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33702026-08-12T01:07:09.208Z
33712026-08-12T01:07:09.208Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/334)
33722026-08-12T01:07:09.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-08-12T01:07:09.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-08-12T01:07:09.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-08-12T01:07:09.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33762026-08-12T01:07:09.777Z
33772026-08-12T01:07:09.777Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/334)
33782026-08-12T01:07:10.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-08-12T01:07:10.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-08-12T01:07:10.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-08-12T01:07:10.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33822026-08-12T01:07:10.347Z
33832026-08-12T01:07:10.347Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/334)
33842026-08-12T01:07:10.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-08-12T01:07:10.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-08-12T01:07:10.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-08-12T01:07:10.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33882026-08-12T01:07:10.923Z
33892026-08-12T01:07:10.924Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/334)
33902026-08-12T01:07:11.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-08-12T01:07:11.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-08-12T01:07:11.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-08-12T01:07:11.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33942026-08-12T01:07:11.493Z
33952026-08-12T01:07:11.493Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/334)
33962026-08-12T01:07:11.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-08-12T01:07:11.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-08-12T01:07:11.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-08-12T01:07:11.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34002026-08-12T01:07:12.062Z
34012026-08-12T01:07:12.062Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/334)
34022026-08-12T01:07:12.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-08-12T01:07:12.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-08-12T01:07:12.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-08-12T01:07:12.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34062026-08-12T01:07:12.635Z
34072026-08-12T01:07:12.635Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/334)
34082026-08-12T01:07:13.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-08-12T01:07:13.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-08-12T01:07:13.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-08-12T01:07:13.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34122026-08-12T01:07:13.205Z
34132026-08-12T01:07:13.205Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/334)
34142026-08-12T01:07:13.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-08-12T01:07:13.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-08-12T01:07:13.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-08-12T01:07:13.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34182026-08-12T01:07:13.777Z
34192026-08-12T01:07:13.777Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/334)
34202026-08-12T01:07:14.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-08-12T01:07:14.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-08-12T01:07:14.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-08-12T01:07:14.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34242026-08-12T01:07:14.351Z
34252026-08-12T01:07:14.351Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/334)
34262026-08-12T01:07:14.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-08-12T01:07:14.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-08-12T01:07:14.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-08-12T01:07:14.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34302026-08-12T01:07:14.919Z
34312026-08-12T01:07:14.919Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/334)
34322026-08-12T01:07:15.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-08-12T01:07:15.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-08-12T01:07:15.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-08-12T01:07:15.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34362026-08-12T01:07:15.487Z
34372026-08-12T01:07:15.487Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/334)
34382026-08-12T01:07:15.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-08-12T01:07:15.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-08-12T01:07:15.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-08-12T01:07:15.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34422026-08-12T01:07:16.051Z
34432026-08-12T01:07:16.051Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/334)
34442026-08-12T01:07:16.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-08-12T01:07:16.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-08-12T01:07:16.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-08-12T01:07:16.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34482026-08-12T01:07:16.620Z
34492026-08-12T01:07:16.620Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/334)
34502026-08-12T01:07:17.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-08-12T01:07:17.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-08-12T01:07:17.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-08-12T01:07:17.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34542026-08-12T01:07:17.190Z
34552026-08-12T01:07:17.190Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/334)
34562026-08-12T01:07:17.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-08-12T01:07:17.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-08-12T01:07:17.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-08-12T01:07:17.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34602026-08-12T01:07:17.762Z
34612026-08-12T01:07:17.762Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/334)
34622026-08-12T01:07:18.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-08-12T01:07:18.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-08-12T01:07:18.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-08-12T01:07:18.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34662026-08-12T01:07:18.330Z
34672026-08-12T01:07:18.330Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/334)
34682026-08-12T01:07:18.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-08-12T01:07:18.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-08-12T01:07:18.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-08-12T01:07:18.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34722026-08-12T01:07:18.891Z
34732026-08-12T01:07:18.891Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/334)
34742026-08-12T01:07:19.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-08-12T01:07:19.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-08-12T01:07:19.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-08-12T01:07:19.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34782026-08-12T01:07:19.480Z
34792026-08-12T01:07:19.480Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/334)
34802026-08-12T01:07:19.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-08-12T01:07:19.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-08-12T01:07:19.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-08-12T01:07:19.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34842026-08-12T01:07:20.073Z
34852026-08-12T01:07:20.073Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/334)
34862026-08-12T01:07:20.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-08-12T01:07:20.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-08-12T01:07:20.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-08-12T01:07:20.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34902026-08-12T01:07:20.668Z
34912026-08-12T01:07:20.668Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/334)
34922026-08-12T01:07:21.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-08-12T01:07:21.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-08-12T01:07:21.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-08-12T01:07:21.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34962026-08-12T01:07:21.263Z
34972026-08-12T01:07:21.263Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/334)
34982026-08-12T01:07:21.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-08-12T01:07:21.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-08-12T01:07:21.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-08-12T01:07:21.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35022026-08-12T01:07:21.856Z
35032026-08-12T01:07:21.856Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/334)
35042026-08-12T01:07:22.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-08-12T01:07:22.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-08-12T01:07:22.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-08-12T01:07:22.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35082026-08-12T01:07:22.451Z
35092026-08-12T01:07:22.451Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/334)
35102026-08-12T01:07:22.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-08-12T01:07:22.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-08-12T01:07:22.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-08-12T01:07:22.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35142026-08-12T01:07:23.044Z
35152026-08-12T01:07:23.044Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/334)
35162026-08-12T01:07:23.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-08-12T01:07:23.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-08-12T01:07:23.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-08-12T01:07:23.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35202026-08-12T01:07:23.638Z
35212026-08-12T01:07:23.638Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/334)
35222026-08-12T01:07:24.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-08-12T01:07:24.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-08-12T01:07:24.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-08-12T01:07:24.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35262026-08-12T01:07:24.225Z
35272026-08-12T01:07:24.225Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/334)
35282026-08-12T01:07:24.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-08-12T01:07:24.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-08-12T01:07:24.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-08-12T01:07:24.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35322026-08-12T01:07:24.804Z
35332026-08-12T01:07:24.804Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/334)
35342026-08-12T01:07:25.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-08-12T01:07:25.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-08-12T01:07:25.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-08-12T01:07:25.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35382026-08-12T01:07:25.384Z
35392026-08-12T01:07:25.384Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/334)
35402026-08-12T01:07:25.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-08-12T01:07:25.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-08-12T01:07:25.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-08-12T01:07:25.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35442026-08-12T01:07:25.960Z
35452026-08-12T01:07:25.960Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/334)
35462026-08-12T01:07:26.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-08-12T01:07:26.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-08-12T01:07:26.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-08-12T01:07:26.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35502026-08-12T01:07:26.544Z
35512026-08-12T01:07:26.544Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/334)
35522026-08-12T01:07:27.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-08-12T01:07:27.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-08-12T01:07:27.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-08-12T01:07:27.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35562026-08-12T01:07:27.124Z
35572026-08-12T01:07:27.124Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/334)
35582026-08-12T01:07:27.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-08-12T01:07:27.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-08-12T01:07:27.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-08-12T01:07:27.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35622026-08-12T01:07:27.702Z
35632026-08-12T01:07:27.702Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/334)
35642026-08-12T01:07:28.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-08-12T01:07:28.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-08-12T01:07:28.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-08-12T01:07:28.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35682026-08-12T01:07:28.283Z
35692026-08-12T01:07:28.283Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/334)
35702026-08-12T01:07:28.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-08-12T01:07:28.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-08-12T01:07:28.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-08-12T01:07:28.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35742026-08-12T01:07:28.864Z
35752026-08-12T01:07:28.864Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/334)
35762026-08-12T01:07:29.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-08-12T01:07:29.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-08-12T01:07:29.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-08-12T01:07:29.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35802026-08-12T01:07:29.445Z
35812026-08-12T01:07:29.445Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/334)
35822026-08-12T01:07:29.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-08-12T01:07:29.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-08-12T01:07:29.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-08-12T01:07:29.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35862026-08-12T01:07:30.008Z
35872026-08-12T01:07:30.008Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/334)
35882026-08-12T01:07:30.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-08-12T01:07:30.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-08-12T01:07:30.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-08-12T01:07:30.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35922026-08-12T01:07:30.575Z
35932026-08-12T01:07:30.576Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/334)
35942026-08-12T01:07:31.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-08-12T01:07:31.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-08-12T01:07:31.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-08-12T01:07:31.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35982026-08-12T01:07:31.137Z
35992026-08-12T01:07:31.138Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/334)
36002026-08-12T01:07:31.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-08-12T01:07:31.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-08-12T01:07:31.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-08-12T01:07:31.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36042026-08-12T01:07:31.703Z
36052026-08-12T01:07:31.703Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/334)
36062026-08-12T01:07:32.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-08-12T01:07:32.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-08-12T01:07:32.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-08-12T01:07:32.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36102026-08-12T01:07:32.263Z
36112026-08-12T01:07:32.263Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/334)
36122026-08-12T01:07:32.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-08-12T01:07:32.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-08-12T01:07:32.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-08-12T01:07:32.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36162026-08-12T01:07:32.833Z
36172026-08-12T01:07:32.833Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/334)
36182026-08-12T01:07:33.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-08-12T01:07:33.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-08-12T01:07:33.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-08-12T01:07:33.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36222026-08-12T01:07:33.406Z
36232026-08-12T01:07:33.406Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/334)
36242026-08-12T01:07:33.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-08-12T01:07:33.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-08-12T01:07:33.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-08-12T01:07:33.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36282026-08-12T01:07:33.977Z
36292026-08-12T01:07:33.977Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/334)
36302026-08-12T01:07:34.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-08-12T01:07:34.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-08-12T01:07:34.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-08-12T01:07:34.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36342026-08-12T01:07:34.548Z
36352026-08-12T01:07:34.548Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/334)
36362026-08-12T01:07:35.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-08-12T01:07:35.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-08-12T01:07:35.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-08-12T01:07:35.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36402026-08-12T01:07:35.120Z
36412026-08-12T01:07:35.121Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/334)
36422026-08-12T01:07:35.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-08-12T01:07:35.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-08-12T01:07:35.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-08-12T01:07:35.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36462026-08-12T01:07:35.692Z
36472026-08-12T01:07:35.692Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/334)
36482026-08-12T01:07:36.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-08-12T01:07:36.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-08-12T01:07:36.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-08-12T01:07:36.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36522026-08-12T01:07:36.263Z
36532026-08-12T01:07:36.263Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/334)
36542026-08-12T01:07:36.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-08-12T01:07:36.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-08-12T01:07:36.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-08-12T01:07:36.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36582026-08-12T01:07:36.835Z
36592026-08-12T01:07:36.835Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/334)
36602026-08-12T01:07:37.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-08-12T01:07:37.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-08-12T01:07:37.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-08-12T01:07:37.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36642026-08-12T01:07:37.402Z
36652026-08-12T01:07:37.402Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/334)
36662026-08-12T01:07:37.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-08-12T01:07:37.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-08-12T01:07:37.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-08-12T01:07:37.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36702026-08-12T01:07:37.971Z
36712026-08-12T01:07:37.971Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/334)
36722026-08-12T01:07:38.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-08-12T01:07:38.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-08-12T01:07:38.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-08-12T01:07:38.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36762026-08-12T01:07:38.541Z
36772026-08-12T01:07:38.541Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/334)
36782026-08-12T01:07:39.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-08-12T01:07:39.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-08-12T01:07:39.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-08-12T01:07:39.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36822026-08-12T01:07:39.125Z
36832026-08-12T01:07:39.125Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/334)
36842026-08-12T01:07:39.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-08-12T01:07:39.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-08-12T01:07:39.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-08-12T01:07:39.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36882026-08-12T01:07:39.714Z
36892026-08-12T01:07:39.714Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/334)
36902026-08-12T01:07:40.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-08-12T01:07:40.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-08-12T01:07:40.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-08-12T01:07:40.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36942026-08-12T01:07:40.300Z
36952026-08-12T01:07:40.300Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/334)
36962026-08-12T01:07:40.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-08-12T01:07:40.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-08-12T01:07:40.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-08-12T01:07:40.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37002026-08-12T01:07:40.878Z
37012026-08-12T01:07:40.879Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/334)
37022026-08-12T01:07:41.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-08-12T01:07:41.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-08-12T01:07:41.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-08-12T01:07:41.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37062026-08-12T01:07:41.464Z
37072026-08-12T01:07:41.464Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/334)
37082026-08-12T01:07:41.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-08-12T01:07:41.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-08-12T01:07:41.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-08-12T01:07:41.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37122026-08-12T01:07:42.049Z
37132026-08-12T01:07:42.049Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/334)
37142026-08-12T01:07:42.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-08-12T01:07:42.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-08-12T01:07:42.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-08-12T01:07:42.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37182026-08-12T01:07:42.638Z
37192026-08-12T01:07:42.638Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/334)
37202026-08-12T01:07:43.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-08-12T01:07:43.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-08-12T01:07:43.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-08-12T01:07:43.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37242026-08-12T01:07:43.226Z
37252026-08-12T01:07:43.226Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/334)
37262026-08-12T01:07:43.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-08-12T01:07:43.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-08-12T01:07:43.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-08-12T01:07:43.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37302026-08-12T01:07:43.816Z
37312026-08-12T01:07:43.816Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/334)
37322026-08-12T01:07:44.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-08-12T01:07:44.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-08-12T01:07:44.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-08-12T01:07:44.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37362026-08-12T01:07:44.406Z
37372026-08-12T01:07:44.406Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/334)
37382026-08-12T01:07:44.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-08-12T01:07:44.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-08-12T01:07:44.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-08-12T01:07:44.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37422026-08-12T01:07:44.994Z
37432026-08-12T01:07:44.994Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/334)
37442026-08-12T01:07:45.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-08-12T01:07:45.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-08-12T01:07:45.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-08-12T01:07:45.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37482026-08-12T01:07:45.584Z
37492026-08-12T01:07:45.584Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/334)
37502026-08-12T01:07:46.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-08-12T01:07:46.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-08-12T01:07:46.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-08-12T01:07:46.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37542026-08-12T01:07:46.171Z
37552026-08-12T01:07:46.171Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/334)
37562026-08-12T01:07:46.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-08-12T01:07:46.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-08-12T01:07:46.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-08-12T01:07:46.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37602026-08-12T01:07:46.756Z
37612026-08-12T01:07:46.756Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/334)
37622026-08-12T01:07:47.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-08-12T01:07:47.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-08-12T01:07:47.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-08-12T01:07:47.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37662026-08-12T01:07:47.339Z
37672026-08-12T01:07:47.339Zinfo: running `cargo check --bins` on oximeter-producer (195/334)
37682026-08-12T01:07:47.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-08-12T01:07:47.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-08-12T01:07:47.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-08-12T01:07:47.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37722026-08-12T01:07:47.943Z
37732026-08-12T01:07:47.943Zinfo: running `cargo check --bins` on internal-dns-resolver (196/334)
37742026-08-12T01:07:48.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-08-12T01:07:48.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-08-12T01:07:48.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-08-12T01:07:48.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37782026-08-12T01:07:48.518Z
37792026-08-12T01:07:48.518Zinfo: running `cargo check --bins` on dns-server (197/334)
37802026-08-12T01:07:48.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-08-12T01:07:49.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-08-12T01:07:49.155Z Compiling parking_lot_core v0.8.6
37832026-08-12T01:07:49.158Z Compiling git-stub v1.0.0
37842026-08-12T01:07:49.270Z Checking prefix-trie v0.7.0
37852026-08-12T01:07:49.275Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37862026-08-12T01:07:49.386Z Compiling git-stub-vcs v0.1.0
37872026-08-12T01:07:49.555Z Checking hickory-server v0.25.2
37882026-08-12T01:07:49.656Z Checking parking_lot v0.11.2
37892026-08-12T01:07:49.689Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37902026-08-12T01:07:49.823Z Checking sled v0.34.7
37912026-08-12T01:07:51.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
37922026-08-12T01:07:51.957Z
37932026-08-12T01:07:51.957Zinfo: running `cargo check --bins` on dns-server-api (198/334)
37942026-08-12T01:07:52.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-08-12T01:07:52.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-08-12T01:07:52.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-08-12T01:07:52.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37982026-08-12T01:07:52.522Z
37992026-08-12T01:07:52.522Zinfo: running `cargo check --bins` on nexus-client (199/334)
38002026-08-12T01:07:53.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-08-12T01:07:53.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-08-12T01:07:53.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-08-12T01:07:53.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38042026-08-12T01:07:53.129Z
38052026-08-12T01:07:53.129Zinfo: running `cargo check --bins` on oximeter-producer-api (200/334)
38062026-08-12T01:07:53.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-08-12T01:07:53.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-08-12T01:07:53.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-08-12T01:07:53.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38102026-08-12T01:07:53.699Z
38112026-08-12T01:07:53.699Zinfo: running `cargo check --bins` on sp-sim (201/334)
38122026-08-12T01:07:54.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-08-12T01:07:54.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-08-12T01:07:54.410Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38152026-08-12T01:07:54.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
38162026-08-12T01:07:55.136Z
38172026-08-12T01:07:55.136Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/334)
38182026-08-12T01:07:55.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-08-12T01:07:55.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-08-12T01:07:55.948Z Compiling salty v0.3.0
38212026-08-12T01:07:55.951Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38222026-08-12T01:07:56.087Z Checking libscf-sys v1.2.0
38232026-08-12T01:07:56.087Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38242026-08-12T01:07:56.104Z Checking rfc6979 v0.4.0
38252026-08-12T01:07:56.116Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38262026-08-12T01:07:56.118Z Checking primeorder v0.13.6
38272026-08-12T01:07:56.142Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38282026-08-12T01:07:56.201Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38292026-08-12T01:07:56.217Z Checking ecdsa v0.16.9
38302026-08-12T01:07:56.279Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38312026-08-12T01:07:56.357Z Checking papergrid v0.18.0
38322026-08-12T01:07:56.370Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38332026-08-12T01:07:56.433Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38342026-08-12T01:07:56.546Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38352026-08-12T01:07:56.590Z Checking p384 v0.13.1
38362026-08-12T01:07:56.673Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38372026-08-12T01:07:56.705Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38382026-08-12T01:07:56.721Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38392026-08-12T01:07:56.908Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38402026-08-12T01:07:56.956Z Compiling unicase v2.9.0
38412026-08-12T01:07:57.001Z Checking corncobs v0.1.4
38422026-08-12T01:07:57.032Z Compiling illumos-nvpair-sys v0.2.0
38432026-08-12T01:07:57.088Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38442026-08-12T01:07:57.103Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38452026-08-12T01:07:57.116Z Checking tabled v0.21.0
38462026-08-12T01:07:57.131Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38472026-08-12T01:07:57.134Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38482026-08-12T01:07:57.159Z Compiling mime_guess v2.0.5
38492026-08-12T01:07:57.250Z Compiling progenitor-impl v0.13.0
38502026-08-12T01:07:57.270Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38512026-08-12T01:07:57.373Z Checking secrecy v0.8.0
38522026-08-12T01:07:57.373Z Checking crc8 v0.1.1
38532026-08-12T01:07:57.408Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38542026-08-12T01:07:57.466Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38552026-08-12T01:07:57.712Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38562026-08-12T01:07:58.013Z Checking progenitor-client v0.13.0
38572026-08-12T01:07:58.031Z Checking http-range v0.1.5
38582026-08-12T01:07:58.076Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38592026-08-12T01:07:58.156Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38602026-08-12T01:07:58.243Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38612026-08-12T01:07:58.428Z Checking illumos-nvpair v0.3.0
38622026-08-12T01:07:58.561Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38632026-08-12T01:07:58.587Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38642026-08-12T01:07:58.622Z Checking scuffle v0.1.0
38652026-08-12T01:07:58.679Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38662026-08-12T01:07:58.695Z Checking nanorand v0.7.0
38672026-08-12T01:07:58.895Z Checking flume v0.11.1
38682026-08-12T01:07:58.949Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38692026-08-12T01:07:59.137Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38702026-08-12T01:07:59.188Z Checking hyper-staticfile v0.10.1
38712026-08-12T01:07:59.242Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38722026-08-12T01:07:59.290Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38732026-08-12T01:07:59.330Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38742026-08-12T01:07:59.479Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38752026-08-12T01:07:59.538Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38762026-08-12T01:07:59.590Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38772026-08-12T01:07:59.645Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38782026-08-12T01:07:59.863Z Compiling progenitor-macro v0.13.0
38792026-08-12T01:07:59.879Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38802026-08-12T01:07:59.942Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38812026-08-12T01:07:59.959Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38822026-08-12T01:08:00.269Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38832026-08-12T01:08:00.829Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38842026-08-12T01:08:01.309Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38852026-08-12T01:08:02.692Z Checking progenitor v0.13.0
38862026-08-12T01:08:02.829Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38872026-08-12T01:08:04.333Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38882026-08-12T01:08:05.063Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38892026-08-12T01:08:18.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.46s
38902026-08-12T01:08:18.806Z
38912026-08-12T01:08:18.806Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/334)
38922026-08-12T01:08:19.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-08-12T01:08:19.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-08-12T01:08:19.573Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38952026-08-12T01:08:30.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38962026-08-12T01:08:30.346Z
38972026-08-12T01:08:30.346Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/334)
38982026-08-12T01:08:30.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-08-12T01:08:30.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-08-12T01:08:31.110Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39012026-08-12T01:08:41.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
39022026-08-12T01:08:41.902Z
39032026-08-12T01:08:41.902Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/334)
39042026-08-12T01:08:42.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-08-12T01:08:42.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-08-12T01:08:42.657Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39072026-08-12T01:08:53.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
39082026-08-12T01:08:53.431Z
39092026-08-12T01:08:53.431Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/334)
39102026-08-12T01:08:53.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-08-12T01:08:53.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-08-12T01:08:54.197Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39132026-08-12T01:09:04.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
39142026-08-12T01:09:05.061Z
39152026-08-12T01:09:05.061Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/334)
39162026-08-12T01:09:05.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-08-12T01:09:05.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-08-12T01:09:05.821Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39192026-08-12T01:09:16.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
39202026-08-12T01:09:16.621Z
39212026-08-12T01:09:16.621Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/334)
39222026-08-12T01:09:17.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-08-12T01:09:17.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-08-12T01:09:17.381Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39252026-08-12T01:09:27.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
39262026-08-12T01:09:28.147Z
39272026-08-12T01:09:28.148Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/334)
39282026-08-12T01:09:28.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-08-12T01:09:28.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-08-12T01:09:28.907Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39312026-08-12T01:09:39.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
39322026-08-12T01:09:39.799Z
39332026-08-12T01:09:39.799Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/334)
39342026-08-12T01:09:40.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-08-12T01:09:40.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-08-12T01:09:40.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-08-12T01:09:40.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39382026-08-12T01:09:40.370Z
39392026-08-12T01:09:40.370Zinfo: running `cargo check --bins` on installinator-common (211/334)
39402026-08-12T01:09:40.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-08-12T01:09:40.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-08-12T01:09:40.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-08-12T01:09:40.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39442026-08-12T01:09:40.947Z
39452026-08-12T01:09:40.947Zinfo: running `cargo check --bins` on installinator-common-versions (212/334)
39462026-08-12T01:09:41.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-08-12T01:09:41.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-08-12T01:09:41.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-08-12T01:09:41.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39502026-08-12T01:09:41.498Z
39512026-08-12T01:09:41.498Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/334)
39522026-08-12T01:09:42.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-08-12T01:09:42.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-08-12T01:09:42.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-08-12T01:09:42.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39562026-08-12T01:09:42.100Z
39572026-08-12T01:09:42.100Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/334)
39582026-08-12T01:09:42.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-08-12T01:09:42.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-08-12T01:09:42.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-08-12T01:09:42.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39622026-08-12T01:09:42.666Z
39632026-08-12T01:09:42.666Zinfo: running `cargo check --bins` on range-requests (215/334)
39642026-08-12T01:09:43.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-08-12T01:09:43.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-08-12T01:09:43.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-08-12T01:09:43.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39682026-08-12T01:09:43.227Z
39692026-08-12T01:09:43.227Zinfo: running `cargo check --bins` on repo-depot-api (216/334)
39702026-08-12T01:09:43.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-08-12T01:09:43.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-08-12T01:09:43.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-08-12T01:09:43.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39742026-08-12T01:09:43.789Z
39752026-08-12T01:09:43.790Zinfo: running `cargo check --bins` on repo-depot-client (217/334)
39762026-08-12T01:09:44.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-08-12T01:09:44.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-08-12T01:09:44.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-08-12T01:09:44.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39802026-08-12T01:09:44.345Z
39812026-08-12T01:09:44.345Zinfo: running `cargo check --bins` on sled-agent-api (218/334)
39822026-08-12T01:09:44.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-08-12T01:09:44.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-08-12T01:09:44.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-08-12T01:09:44.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39862026-08-12T01:09:44.928Z
39872026-08-12T01:09:44.928Zinfo: running `cargo check --bins` on sled-diagnostics (219/334)
39882026-08-12T01:09:45.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-08-12T01:09:45.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-08-12T01:09:45.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-08-12T01:09:45.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39922026-08-12T01:09:45.513Z
39932026-08-12T01:09:45.513Zinfo: running `cargo check --bins` on zfs-test-harness (220/334)
39942026-08-12T01:09:46.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-08-12T01:09:46.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-08-12T01:09:46.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-08-12T01:09:46.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39982026-08-12T01:09:46.097Z
39992026-08-12T01:09:46.097Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/334)
40002026-08-12T01:09:46.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-08-12T01:09:46.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-08-12T01:09:46.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-08-12T01:09:46.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40042026-08-12T01:09:46.688Z
40052026-08-12T01:09:46.688Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/334)
40062026-08-12T01:09:47.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-08-12T01:09:47.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-08-12T01:09:47.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-08-12T01:09:47.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40102026-08-12T01:09:47.277Z
40112026-08-12T01:09:47.277Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/334)
40122026-08-12T01:09:47.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-08-12T01:09:47.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-08-12T01:09:47.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-08-12T01:09:47.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40162026-08-12T01:09:47.852Z
40172026-08-12T01:09:47.852Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/334)
40182026-08-12T01:09:48.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-08-12T01:09:48.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-08-12T01:09:48.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-08-12T01:09:48.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40222026-08-12T01:09:48.437Z
40232026-08-12T01:09:48.437Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/334)
40242026-08-12T01:09:48.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-08-12T01:09:48.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-08-12T01:09:48.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-08-12T01:09:48.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40282026-08-12T01:09:49.023Z
40292026-08-12T01:09:49.024Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/334)
40302026-08-12T01:09:49.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-08-12T01:09:49.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-08-12T01:09:49.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-08-12T01:09:49.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40342026-08-12T01:09:49.614Z
40352026-08-12T01:09:49.614Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/334)
40362026-08-12T01:09:50.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-08-12T01:09:50.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-08-12T01:09:50.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-08-12T01:09:50.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40402026-08-12T01:09:50.201Z
40412026-08-12T01:09:50.201Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/334)
40422026-08-12T01:09:50.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-08-12T01:09:50.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-08-12T01:09:50.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-08-12T01:09:50.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40462026-08-12T01:09:50.810Z
40472026-08-12T01:09:50.810Zinfo: running `cargo check --bins` on trust-quorum (229/334)
40482026-08-12T01:09:51.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-08-12T01:09:51.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-08-12T01:09:51.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-08-12T01:09:51.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40522026-08-12T01:09:51.401Z
40532026-08-12T01:09:51.401Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/334)
40542026-08-12T01:09:51.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-08-12T01:09:51.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-08-12T01:09:51.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-08-12T01:09:51.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40582026-08-12T01:09:52.005Z
40592026-08-12T01:09:52.005Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/334)
40602026-08-12T01:09:52.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-08-12T01:09:52.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-08-12T01:09:52.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-08-12T01:09:52.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40642026-08-12T01:09:52.618Z
40652026-08-12T01:09:52.618Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/334)
40662026-08-12T01:09:53.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-08-12T01:09:53.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-08-12T01:09:53.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-08-12T01:09:53.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40702026-08-12T01:09:53.232Z
40712026-08-12T01:09:53.232Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/334)
40722026-08-12T01:09:53.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-08-12T01:09:53.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-08-12T01:09:53.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-08-12T01:09:53.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40762026-08-12T01:09:53.786Z
40772026-08-12T01:09:53.786Zinfo: running `cargo check --bins` on transient-dns-server (234/334)
40782026-08-12T01:09:54.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-08-12T01:09:54.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-08-12T01:09:54.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-08-12T01:09:54.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40822026-08-12T01:09:54.362Z
40832026-08-12T01:09:54.362Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/334)
40842026-08-12T01:09:54.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-08-12T01:09:54.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-08-12T01:09:54.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-08-12T01:09:54.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40882026-08-12T01:09:54.945Z
40892026-08-12T01:09:54.945Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/334)
40902026-08-12T01:09:55.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-08-12T01:09:55.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-08-12T01:09:55.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-08-12T01:09:55.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40942026-08-12T01:09:55.529Z
40952026-08-12T01:09:55.529Zinfo: running `cargo check --bins` on omicron-rpaths (237/334)
40962026-08-12T01:09:55.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-08-12T01:09:55.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-08-12T01:09:55.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-08-12T01:09:56.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41002026-08-12T01:09:56.082Z
41012026-08-12T01:09:56.082Zinfo: running `cargo check --bins` on omicron-repl-utils (238/334)
41022026-08-12T01:09:56.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-08-12T01:09:56.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-08-12T01:09:56.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-08-12T01:09:56.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41062026-08-12T01:09:56.636Z
41072026-08-12T01:09:56.636Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/334)
41082026-08-12T01:09:57.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-08-12T01:09:57.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-08-12T01:09:57.324Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41112026-08-12T01:09:57.743Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41122026-08-12T01:09:58.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
41132026-08-12T01:09:59.124Z
41142026-08-12T01:09:59.124Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/334)
41152026-08-12T01:09:59.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-08-12T01:09:59.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-08-12T01:09:59.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-08-12T01:09:59.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41192026-08-12T01:09:59.697Z
41202026-08-12T01:09:59.697Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/334)
41212026-08-12T01:10:00.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-08-12T01:10:00.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-08-12T01:10:00.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-08-12T01:10:00.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41252026-08-12T01:10:00.264Z
41262026-08-12T01:10:00.265Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/334)
41272026-08-12T01:10:00.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-08-12T01:10:00.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-08-12T01:10:00.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-08-12T01:10:00.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41312026-08-12T01:10:00.843Z
41322026-08-12T01:10:00.843Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/334)
41332026-08-12T01:10:01.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-08-12T01:10:01.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-08-12T01:10:01.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-08-12T01:10:01.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41372026-08-12T01:10:01.422Z
41382026-08-12T01:10:01.422Zinfo: running `cargo check --bins` on installinator-client (244/334)
41392026-08-12T01:10:01.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-08-12T01:10:01.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-08-12T01:10:01.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-08-12T01:10:01.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41432026-08-12T01:10:01.997Z
41442026-08-12T01:10:01.997Zinfo: running `cargo check --bins` on oxide-client (245/334)
41452026-08-12T01:10:02.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-08-12T01:10:02.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-08-12T01:10:02.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41482026-08-12T01:10:02.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41492026-08-12T01:10:02.558Z
41502026-08-12T01:10:02.558Zinfo: running `cargo check --bins` on oximeter-client (246/334)
41512026-08-12T01:10:03.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-08-12T01:10:03.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-08-12T01:10:03.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-08-12T01:10:03.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41552026-08-12T01:10:03.134Z
41562026-08-12T01:10:03.134Zinfo: running `cargo check --bins` on wicketd-client (247/334)
41572026-08-12T01:10:03.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-08-12T01:10:03.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-08-12T01:10:03.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41602026-08-12T01:10:03.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41612026-08-12T01:10:03.733Z
41622026-08-12T01:10:03.733Zinfo: running `cargo check --bins` on wicket-common (248/334)
41632026-08-12T01:10:04.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-08-12T01:10:04.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-08-12T01:10:04.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41662026-08-12T01:10:04.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41672026-08-12T01:10:04.320Z
41682026-08-12T01:10:04.320Zinfo: running `cargo check --bins` on wicketd-commission-client (249/334)
41692026-08-12T01:10:04.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-08-12T01:10:04.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-08-12T01:10:04.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41722026-08-12T01:10:04.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41732026-08-12T01:10:04.898Z
41742026-08-12T01:10:04.898Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/334)
41752026-08-12T01:10:05.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41762026-08-12T01:10:05.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41772026-08-12T01:10:05.571Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41782026-08-12T01:10:05.680Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41792026-08-12T01:10:06.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41802026-08-12T01:10:06.944Z
41812026-08-12T01:10:06.944Zinfo: running `cargo check --bins` on cockroach-admin-api (251/334)
41822026-08-12T01:10:07.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-08-12T01:10:07.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-08-12T01:10:07.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41852026-08-12T01:10:07.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41862026-08-12T01:10:07.518Z
41872026-08-12T01:10:07.518Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/334)
41882026-08-12T01:10:08.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-08-12T01:10:08.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-08-12T01:10:08.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41912026-08-12T01:10:08.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41922026-08-12T01:10:08.177Z
41932026-08-12T01:10:08.177Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/334)
41942026-08-12T01:10:08.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-08-12T01:10:08.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-08-12T01:10:08.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41972026-08-12T01:10:08.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41982026-08-12T01:10:08.833Z
41992026-08-12T01:10:08.833Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/334)
42002026-08-12T01:10:09.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-08-12T01:10:09.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-08-12T01:10:09.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032026-08-12T01:10:09.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42042026-08-12T01:10:09.459Z
42052026-08-12T01:10:09.459Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/334)
42062026-08-12T01:10:09.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-08-12T01:10:09.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-08-12T01:10:09.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-08-12T01:10:09.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42102026-08-12T01:10:10.091Z
42112026-08-12T01:10:10.091Zinfo: running `cargo check --bins` on db-macros (256/334)
42122026-08-12T01:10:10.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-08-12T01:10:10.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-08-12T01:10:10.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-08-12T01:10:10.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42162026-08-12T01:10:10.645Z
42172026-08-12T01:10:10.645Zinfo: running `cargo check --bins` on nexus-macros-common (257/334)
42182026-08-12T01:10:11.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-08-12T01:10:11.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-08-12T01:10:11.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-08-12T01:10:11.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42222026-08-12T01:10:11.203Z
42232026-08-12T01:10:11.203Zinfo: running `cargo check --bins` on nexus-auth (258/334)
42242026-08-12T01:10:11.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-08-12T01:10:11.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-08-12T01:10:11.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-08-12T01:10:11.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42282026-08-12T01:10:11.830Z
42292026-08-12T01:10:11.830Zinfo: running `cargo check --bins` on authz-macros (259/334)
42302026-08-12T01:10:12.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-08-12T01:10:12.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-08-12T01:10:12.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-08-12T01:10:12.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42342026-08-12T01:10:12.393Z
42352026-08-12T01:10:12.393Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/334)
42362026-08-12T01:10:12.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-08-12T01:10:12.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-08-12T01:10:12.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-08-12T01:10:12.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42402026-08-12T01:10:13.003Z
42412026-08-12T01:10:13.003Zinfo: running `cargo check --bins` on nexus-db-model (261/334)
42422026-08-12T01:10:13.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-08-12T01:10:13.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-08-12T01:10:13.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-08-12T01:10:13.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42462026-08-12T01:10:13.619Z
42472026-08-12T01:10:13.619Zinfo: running `cargo check --bins` on nexus-db-schema (262/334)
42482026-08-12T01:10:14.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-08-12T01:10:14.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-08-12T01:10:14.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-08-12T01:10:14.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42522026-08-12T01:10:14.174Z
42532026-08-12T01:10:14.174Zinfo: running `cargo check --bins` on nexus-defaults (263/334)
42542026-08-12T01:10:14.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-08-12T01:10:14.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-08-12T01:10:14.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-08-12T01:10:14.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42582026-08-12T01:10:14.750Z
42592026-08-12T01:10:14.750Zinfo: running `cargo check --bins` on omicron-git-version (264/334)
42602026-08-12T01:10:15.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-08-12T01:10:15.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-08-12T01:10:15.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-08-12T01:10:15.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42642026-08-12T01:10:15.309Z
42652026-08-12T01:10:15.309Zinfo: running `cargo check --bins` on nexus-db-errors (265/334)
42662026-08-12T01:10:15.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-08-12T01:10:15.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-08-12T01:10:15.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-08-12T01:10:15.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42702026-08-12T01:10:15.936Z
42712026-08-12T01:10:15.936Zinfo: running `cargo check --bins` on nexus-db-lookup (266/334)
42722026-08-12T01:10:16.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-08-12T01:10:16.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-08-12T01:10:16.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-08-12T01:10:16.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42762026-08-12T01:10:16.566Z
42772026-08-12T01:10:16.566Zinfo: running `cargo check --bins` on nexus-test-interface (267/334)
42782026-08-12T01:10:17.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-08-12T01:10:17.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-08-12T01:10:17.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-08-12T01:10:17.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42822026-08-12T01:10:17.195Z
42832026-08-12T01:10:17.195Zinfo: running `cargo check --bins` on oximeter-collector (268/334)
42842026-08-12T01:10:17.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-08-12T01:10:17.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-08-12T01:10:17.913Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
42872026-08-12T01:10:17.913Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42882026-08-12T01:10:18.590Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42892026-08-12T01:10:20.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
42902026-08-12T01:10:20.487Z
42912026-08-12T01:10:20.487Zinfo: running `cargo check --bins` on oximeter-api (269/334)
42922026-08-12T01:10:20.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-08-12T01:10:20.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-08-12T01:10:20.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-08-12T01:10:20.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42962026-08-12T01:10:21.060Z
42972026-08-12T01:10:21.060Zinfo: running `cargo check --bins` on cert-dev (270/334)
42982026-08-12T01:10:21.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-08-12T01:10:21.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-08-12T01:10:21.667Z Checking yasna v0.5.2
43012026-08-12T01:10:22.069Z Checking rcgen v0.12.1
43022026-08-12T01:10:22.319Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43032026-08-12T01:10:22.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
43042026-08-12T01:10:22.683Z
43052026-08-12T01:10:22.683Zinfo: running `cargo check --bins` on clickana (271/334)
43062026-08-12T01:10:23.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-08-12T01:10:23.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-08-12T01:10:23.320Z Compiling instability v0.3.11
43092026-08-12T01:10:23.323Z Checking castaway v0.2.4
43102026-08-12T01:10:23.323Z Compiling indoc v2.0.7
43112026-08-12T01:10:23.433Z Checking unicode-truncate v1.1.0
43122026-08-12T01:10:23.437Z Checking lru v0.12.5
43132026-08-12T01:10:23.440Z Checking cassowary v0.3.0
43142026-08-12T01:10:23.516Z Checking compact_str v0.8.1
43152026-08-12T01:10:24.310Z Checking ratatui v0.29.0
43162026-08-12T01:10:25.353Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43172026-08-12T01:10:26.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
43182026-08-12T01:10:26.277Z
43192026-08-12T01:10:26.277Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/334)
43202026-08-12T01:10:26.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-08-12T01:10:26.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-08-12T01:10:26.992Z Checking headers-core v0.3.0
43232026-08-12T01:10:26.994Z Checking port-file v0.1.0
43242026-08-12T01:10:26.995Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43252026-08-12T01:10:27.190Z Checking headers v0.4.1
43262026-08-12T01:10:27.560Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43272026-08-12T01:10:28.535Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43282026-08-12T01:10:29.051Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43292026-08-12T01:10:29.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
43302026-08-12T01:10:29.685Z
43312026-08-12T01:10:29.685Zinfo: running `cargo check --bins` on ch-dev (273/334)
43322026-08-12T01:10:30.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-08-12T01:10:30.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-08-12T01:10:30.389Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43352026-08-12T01:10:31.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
43362026-08-12T01:10:31.346Z
43372026-08-12T01:10:31.346Zinfo: running `cargo check --bins` on dev-tools-common (274/334)
43382026-08-12T01:10:31.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-08-12T01:10:31.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-08-12T01:10:31.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43412026-08-12T01:10:31.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
43422026-08-12T01:10:31.759Z
43432026-08-12T01:10:31.759Zinfo: running `cargo check --bins` on corpus-adjust (275/334)
43442026-08-12T01:10:32.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-08-12T01:10:32.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-08-12T01:10:32.378Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
43472026-08-12T01:10:32.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
43482026-08-12T01:10:32.941Z
43492026-08-12T01:10:32.941Zinfo: running `cargo check --bins` on crdb-seed (276/334)
43502026-08-12T01:10:33.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-08-12T01:10:33.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-08-12T01:10:33.656Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43532026-08-12T01:10:34.750Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43542026-08-12T01:10:35.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
43552026-08-12T01:10:35.296Z
43562026-08-12T01:10:35.296Zinfo: running `cargo check --bins` on db-dev (277/334)
43572026-08-12T01:10:35.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-08-12T01:10:35.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-08-12T01:10:36.007Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43602026-08-12T01:10:36.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
43612026-08-12T01:10:36.965Z
43622026-08-12T01:10:36.965Zinfo: running `cargo check --bins` on omicron-dev-lib (278/334)
43632026-08-12T01:10:37.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-12T01:10:37.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-12T01:10:37.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-12T01:10:37.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43672026-08-12T01:10:37.568Z
43682026-08-12T01:10:37.568Zinfo: running `cargo check --bins` on xtask-downloader (279/334)
43692026-08-12T01:10:38.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-12T01:10:38.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-12T01:10:38.166Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43722026-08-12T01:10:38.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
43732026-08-12T01:10:39.025Z
43742026-08-12T01:10:39.026Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/334)
43752026-08-12T01:10:39.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-08-12T01:10:39.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-08-12T01:10:39.762Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43782026-08-12T01:10:39.762Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43792026-08-12T01:10:39.765Z Checking git-stub v1.0.0
43802026-08-12T01:10:39.765Z Compiling trait-variant v0.1.2
43812026-08-12T01:10:39.765Z Checking maplit v1.0.2
43822026-08-12T01:10:39.765Z Checking is_ci v1.2.0
43832026-08-12T01:10:39.922Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43842026-08-12T01:10:39.926Z Checking drift v0.2.0
43852026-08-12T01:10:39.961Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
43862026-08-12T01:10:39.973Z Checking supports-color v3.0.2
43872026-08-12T01:10:40.046Z Checking git-stub-vcs v0.1.0
43882026-08-12T01:10:40.099Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43892026-08-12T01:10:40.117Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
43902026-08-12T01:10:40.133Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43912026-08-12T01:10:40.240Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
43922026-08-12T01:10:40.267Z Checking dropshot-api-manager v0.7.2
43932026-08-12T01:10:40.300Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43942026-08-12T01:10:40.409Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
43952026-08-12T01:10:40.636Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43962026-08-12T01:10:41.126Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43972026-08-12T01:10:42.089Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43982026-08-12T01:10:43.094Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43992026-08-12T01:10:43.816Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44002026-08-12T01:10:44.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
44012026-08-12T01:10:44.466Z
44022026-08-12T01:10:44.466Zinfo: running `cargo check --bins` on installinator-api (281/334)
44032026-08-12T01:10:44.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-12T01:10:44.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-12T01:10:44.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-08-12T01:10:44.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44072026-08-12T01:10:45.029Z
44082026-08-12T01:10:45.029Zinfo: running `cargo check --bins` on nexus-external-api (282/334)
44092026-08-12T01:10:45.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-12T01:10:45.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-12T01:10:45.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-12T01:10:45.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44132026-08-12T01:10:45.634Z
44142026-08-12T01:10:45.634Zinfo: running `cargo check --bins` on nexus-internal-api (283/334)
44152026-08-12T01:10:46.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-12T01:10:46.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-12T01:10:46.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-08-12T01:10:46.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44192026-08-12T01:10:46.229Z
44202026-08-12T01:10:46.229Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/334)
44212026-08-12T01:10:46.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-12T01:10:46.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-12T01:10:46.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-08-12T01:10:46.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44252026-08-12T01:10:46.823Z
44262026-08-12T01:10:46.823Zinfo: running `cargo check --bins` on ntp-admin-api (285/334)
44272026-08-12T01:10:47.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-08-12T01:10:47.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-08-12T01:10:47.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-08-12T01:10:47.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44312026-08-12T01:10:47.387Z
44322026-08-12T01:10:47.387Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/334)
44332026-08-12T01:10:47.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-08-12T01:10:47.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-08-12T01:10:47.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-08-12T01:10:47.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44372026-08-12T01:10:47.939Z
44382026-08-12T01:10:47.939Zinfo: running `cargo check --bins` on wicketd-api (287/334)
44392026-08-12T01:10:48.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-08-12T01:10:48.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-08-12T01:10:48.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-08-12T01:10:48.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44432026-08-12T01:10:48.513Z
44442026-08-12T01:10:48.513Zinfo: running `cargo check --bins` on wicketd-commission-api (288/334)
44452026-08-12T01:10:48.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-08-12T01:10:48.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-08-12T01:10:48.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-08-12T01:10:48.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44492026-08-12T01:10:49.078Z
44502026-08-12T01:10:49.078Zinfo: running `cargo check --bins` on omicron-ls-apis (289/334)
44512026-08-12T01:10:49.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-08-12T01:10:49.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-08-12T01:10:49.683Z Compiling blake3 v1.8.5
44542026-08-12T01:10:49.793Z Checking constant_time_eq v0.4.2
44552026-08-12T01:10:49.796Z Checking arrayvec v0.7.6
44562026-08-12T01:10:49.802Z Checking arrayref v0.3.9
44572026-08-12T01:10:49.816Z Checking cargo-platform v0.3.2
44582026-08-12T01:10:49.819Z Checking topological-sort v0.2.2
44592026-08-12T01:10:49.819Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
44602026-08-12T01:10:49.986Z Checking cargo_metadata v0.23.1
44612026-08-12T01:10:50.573Z Checking omicron-zone-package v0.12.3
44622026-08-12T01:10:51.278Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44632026-08-12T01:10:52.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
44642026-08-12T01:10:52.295Z
44652026-08-12T01:10:52.295Zinfo: running `cargo check --bins` on mgs-dev (290/334)
44662026-08-12T01:10:52.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-08-12T01:10:52.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-08-12T01:10:53.000Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44692026-08-12T01:10:53.632Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44702026-08-12T01:10:54.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
44712026-08-12T01:10:54.344Z
44722026-08-12T01:10:54.344Zinfo: running `cargo check --bins` on omicron-omdb (291/334)
44732026-08-12T01:10:54.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-08-12T01:10:54.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-08-12T01:10:55.302Z Compiling darling_core v0.21.3
44762026-08-12T01:10:55.302Z Compiling vergen-lib v0.1.6
44772026-08-12T01:10:55.302Z Compiling diesel_derives v2.3.7
44782026-08-12T01:10:55.305Z Checking scheduled-thread-pool v0.2.7
44792026-08-12T01:10:55.305Z Compiling vergen-gitcl v1.0.8
44802026-08-12T01:10:55.305Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44812026-08-12T01:10:55.305Z Compiling diesel_table_macro_syntax v0.3.0
44822026-08-12T01:10:55.533Z Compiling dirs-sys-next v0.1.2
44832026-08-12T01:10:55.629Z Compiling glob v0.3.3
44842026-08-12T01:10:55.643Z Compiling crunchy v0.2.4
44852026-08-12T01:10:55.675Z Compiling dirs-next v2.0.0
44862026-08-12T01:10:55.738Z Checking r2d2 v0.8.10
44872026-08-12T01:10:55.794Z Checking downcast-rs v2.0.2
44882026-08-12T01:10:55.810Z Compiling tiny-keccak v2.0.2
44892026-08-12T01:10:55.922Z Compiling term v0.7.0
44902026-08-12T01:10:56.014Z Compiling clang-sys v1.8.1
44912026-08-12T01:10:56.017Z Compiling bit-vec v0.6.3
44922026-08-12T01:10:56.047Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44932026-08-12T01:10:56.246Z Compiling ascii-canvas v3.0.0
44942026-08-12T01:10:56.249Z Compiling bit-set v0.5.3
44952026-08-12T01:10:56.386Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44962026-08-12T01:10:56.424Z Compiling itertools v0.10.5
44972026-08-12T01:10:56.449Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44982026-08-12T01:10:56.465Z Compiling ena v0.14.4
44992026-08-12T01:10:56.465Z Compiling libloading v0.8.9
45002026-08-12T01:10:56.498Z Compiling diff v0.1.13
45012026-08-12T01:10:56.535Z Compiling regex-syntax v0.6.29
45022026-08-12T01:10:56.673Z Compiling bindgen v0.71.1
45032026-08-12T01:10:56.773Z Compiling cexpr v0.6.0
45042026-08-12T01:10:57.066Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45052026-08-12T01:10:57.087Z Compiling rustc-hash v2.1.1
45062026-08-12T01:10:57.224Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45072026-08-12T01:10:57.441Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45082026-08-12T01:10:57.459Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45092026-08-12T01:10:57.487Z Compiling libxml v0.3.3
45102026-08-12T01:10:57.573Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45112026-08-12T01:10:57.739Z Compiling strum_macros v0.24.3
45122026-08-12T01:10:57.756Z Compiling indoc v1.0.9
45132026-08-12T01:10:58.017Z Compiling darling_macro v0.21.3
45142026-08-12T01:10:58.195Z Compiling lalrpop v0.19.12
45152026-08-12T01:10:58.531Z Compiling darling v0.21.3
45162026-08-12T01:10:58.586Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45172026-08-12T01:10:58.626Z Compiling dsl_auto_type v0.2.0
45182026-08-12T01:10:58.696Z Checking derive_builder v0.20.2
45192026-08-12T01:10:58.777Z Compiling oso-derive v0.27.3
45202026-08-12T01:10:58.817Z Checking quick-xml v0.37.5
45212026-08-12T01:10:59.055Z Compiling impl-trait-for-tuples v0.2.3
45222026-08-12T01:10:59.288Z Checking openssl-probe v0.1.6
45232026-08-12T01:10:59.430Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45242026-08-12T01:10:59.709Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45252026-08-12T01:10:59.899Z Checking bb8 v0.8.6
45262026-08-12T01:11:00.179Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45272026-08-12T01:11:00.182Z Checking nonempty v0.12.0
45282026-08-12T01:11:00.270Z Compiling libz-sys v1.1.24
45292026-08-12T01:11:00.361Z Compiling strsim v0.10.0
45302026-08-12T01:11:00.472Z Compiling libgit2-sys v0.18.3+1.9.2
45312026-08-12T01:11:00.622Z Compiling darling_core v0.13.4
45322026-08-12T01:11:00.732Z Compiling vergen-git2 v9.1.0
45332026-08-12T01:11:00.906Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45342026-08-12T01:11:00.956Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45352026-08-12T01:11:01.119Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45362026-08-12T01:11:01.336Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
45372026-08-12T01:11:01.523Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45382026-08-12T01:11:01.710Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45392026-08-12T01:11:01.900Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45402026-08-12T01:11:01.945Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45412026-08-12T01:11:02.090Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45422026-08-12T01:11:02.278Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45432026-08-12T01:11:02.465Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45442026-08-12T01:11:02.499Z Compiling darling_macro v0.13.4
45452026-08-12T01:11:02.650Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45462026-08-12T01:11:02.998Z Compiling darling v0.13.4
45472026-08-12T01:11:03.044Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45482026-08-12T01:11:03.091Z Compiling serde_with_macros v1.5.2
45492026-08-12T01:11:03.420Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45502026-08-12T01:11:03.926Z Compiling serde_with v1.14.0
45512026-08-12T01:11:04.004Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45522026-08-12T01:11:04.113Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45532026-08-12T01:11:04.189Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45542026-08-12T01:11:04.521Z Checking diesel v2.3.7
45552026-08-12T01:11:05.061Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
45562026-08-12T01:11:05.859Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45572026-08-12T01:11:06.013Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45582026-08-12T01:11:06.737Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45592026-08-12T01:11:06.754Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
45602026-08-12T01:11:07.260Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45612026-08-12T01:11:07.382Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45622026-08-12T01:11:07.493Z Checking twox-hash v2.1.2
45632026-08-12T01:11:07.795Z Checking libsw-core v0.3.2
45642026-08-12T01:11:07.957Z Checking atty v0.2.14
45652026-08-12T01:11:08.064Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45662026-08-12T01:11:08.220Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45672026-08-12T01:11:08.394Z Checking libsw v3.5.0
45682026-08-12T01:11:08.497Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45692026-08-12T01:11:08.553Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45702026-08-12T01:11:08.650Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45712026-08-12T01:11:09.848Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45722026-08-12T01:11:09.924Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45732026-08-12T01:11:10.622Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45742026-08-12T01:11:10.654Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45752026-08-12T01:11:11.332Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45762026-08-12T01:11:11.522Z Checking console v0.16.2
45772026-08-12T01:11:11.617Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
45782026-08-12T01:11:11.768Z Checking fatfs v0.3.6
45792026-08-12T01:11:11.837Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
45802026-08-12T01:11:12.220Z Compiling seq-macro v0.3.6
45812026-08-12T01:11:12.733Z Checking unit-prefix v0.5.2
45822026-08-12T01:11:12.870Z Checking indicatif v0.18.4
45832026-08-12T01:11:13.012Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45842026-08-12T01:11:13.163Z Checking oxide-update-engine-display v0.1.2
45852026-08-12T01:11:13.256Z Checking support-bundle-viewer v0.1.2
45862026-08-12T01:11:13.470Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
45872026-08-12T01:11:13.504Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45882026-08-12T01:11:13.670Z Checking multimap v0.10.1
45892026-08-12T01:11:19.454Z Checking diesel-dtrace v0.5.0
45902026-08-12T01:11:19.699Z Checking async-bb8-diesel v0.2.1
45912026-08-12T01:11:23.144Z Compiling samael v0.0.19
45922026-08-12T01:11:28.038Z Compiling git2 v0.20.4
45932026-08-12T01:11:28.982Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
45942026-08-12T01:11:30.045Z Compiling polar-core v0.27.3
45952026-08-12T01:11:30.529Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45962026-08-12T01:11:34.541Z Checking oso v0.27.3
45972026-08-12T01:12:06.833Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45982026-08-12T01:13:21.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
45992026-08-12T01:13:21.809Z
46002026-08-12T01:13:21.809Zinfo: running `cargo check --bins` on nexus-networking (292/334)
46012026-08-12T01:13:22.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-08-12T01:13:22.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-08-12T01:13:22.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-08-12T01:13:22.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
46052026-08-12T01:13:22.464Z
46062026-08-12T01:13:22.465Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/334)
46072026-08-12T01:13:22.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-08-12T01:13:22.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-08-12T01:13:22.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46102026-08-12T01:13:22.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46112026-08-12T01:13:23.084Z
46122026-08-12T01:13:23.084Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/334)
46132026-08-12T01:13:23.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-08-12T01:13:23.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-08-12T01:13:23.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46162026-08-12T01:13:23.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46172026-08-12T01:13:23.714Z
46182026-08-12T01:13:23.714Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/334)
46192026-08-12T01:13:24.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-08-12T01:13:24.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-08-12T01:13:24.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46222026-08-12T01:13:24.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
46232026-08-12T01:13:24.265Z
46242026-08-12T01:13:24.265Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/334)
46252026-08-12T01:13:24.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-08-12T01:13:24.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-08-12T01:13:25.082Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46282026-08-12T01:13:25.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
46292026-08-12T01:13:26.041Z
46302026-08-12T01:13:26.041Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/334)
46312026-08-12T01:13:26.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-08-12T01:13:26.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-08-12T01:13:26.846Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46342026-08-12T01:14:06.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.96s
46352026-08-12T01:14:06.215Z
46362026-08-12T01:14:06.215Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/334)
46372026-08-12T01:14:06.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-08-12T01:14:06.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-08-12T01:14:06.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46402026-08-12T01:14:06.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46412026-08-12T01:14:06.771Z
46422026-08-12T01:14:06.771Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/334)
46432026-08-12T01:14:07.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-12T01:14:07.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-12T01:14:07.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46462026-08-12T01:14:07.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
46472026-08-12T01:14:07.319Z
46482026-08-12T01:14:07.319Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/334)
46492026-08-12T01:14:07.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-08-12T01:14:07.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-08-12T01:14:07.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46522026-08-12T01:14:07.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46532026-08-12T01:14:07.932Z
46542026-08-12T01:14:07.932Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/334)
46552026-08-12T01:14:08.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-12T01:14:08.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-12T01:14:08.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46582026-08-12T01:14:08.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46592026-08-12T01:14:08.556Z
46602026-08-12T01:14:08.556Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/334)
46612026-08-12T01:14:09.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-12T01:14:09.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-12T01:14:09.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46642026-08-12T01:14:09.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46652026-08-12T01:14:09.179Z
46662026-08-12T01:14:09.180Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/334)
46672026-08-12T01:14:09.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-12T01:14:09.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-12T01:14:09.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46702026-08-12T01:14:09.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46712026-08-12T01:14:09.786Z
46722026-08-12T01:14:09.786Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/334)
46732026-08-12T01:14:10.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-12T01:14:10.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-12T01:14:10.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46762026-08-12T01:14:10.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46772026-08-12T01:14:10.408Z
46782026-08-12T01:14:10.408Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/334)
46792026-08-12T01:14:10.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-08-12T01:14:10.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-08-12T01:14:10.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46822026-08-12T01:14:10.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46832026-08-12T01:14:11.031Z
46842026-08-12T01:14:11.031Zinfo: running `cargo check --bins` on nexus-switch-config (306/334)
46852026-08-12T01:14:11.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-08-12T01:14:11.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-08-12T01:14:11.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46882026-08-12T01:14:11.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46892026-08-12T01:14:11.639Z
46902026-08-12T01:14:11.639Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/334)
46912026-08-12T01:14:12.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-08-12T01:14:12.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-08-12T01:14:12.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46942026-08-12T01:14:12.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46952026-08-12T01:14:12.266Z
46962026-08-12T01:14:12.266Zinfo: running `cargo check --bins` on support-bundle-collection (308/334)
46972026-08-12T01:14:12.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-08-12T01:14:12.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-08-12T01:14:12.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47002026-08-12T01:14:12.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47012026-08-12T01:14:12.890Z
47022026-08-12T01:14:12.890Zinfo: running `cargo check --bins` on omicron-dev (309/334)
47032026-08-12T01:14:13.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-08-12T01:14:13.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-08-12T01:14:13.770Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47062026-08-12T01:14:13.771Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47072026-08-12T01:14:13.960Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47082026-08-12T01:14:13.992Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47092026-08-12T01:14:14.007Z Checking yansi v1.0.1
47102026-08-12T01:14:14.010Z Checking diff v0.1.13
47112026-08-12T01:14:14.036Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47122026-08-12T01:14:14.039Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47132026-08-12T01:14:14.261Z Checking pretty_assertions v1.4.1
47142026-08-12T01:14:15.024Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47152026-08-12T01:14:15.081Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47162026-08-12T01:14:39.861Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47172026-08-12T01:14:39.864Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47182026-08-12T01:14:39.864Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47192026-08-12T01:14:39.864Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47202026-08-12T01:14:39.864Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47212026-08-12T01:14:39.864Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47222026-08-12T01:14:39.864Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47232026-08-12T01:14:40.708Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47242026-08-12T01:14:40.711Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47252026-08-12T01:14:41.987Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47262026-08-12T01:15:20.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
47272026-08-12T01:15:20.663Z
47282026-08-12T01:15:20.663Zinfo: running `cargo check --bins` on oximeter-load-test (310/334)
47292026-08-12T01:15:21.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-08-12T01:15:21.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-08-12T01:15:21.372Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47322026-08-12T01:15:22.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
47332026-08-12T01:15:22.188Z
47342026-08-12T01:15:22.189Zinfo: running `cargo check --bins` on omicron-pins (311/334)
47352026-08-12T01:15:22.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-08-12T01:15:22.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-08-12T01:15:22.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47382026-08-12T01:15:22.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47392026-08-12T01:15:22.739Z
47402026-08-12T01:15:22.739Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (312/334)
47412026-08-12T01:15:24.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47422026-08-12T01:15:24.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47432026-08-12T01:15:24.126Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47442026-08-12T01:15:24.126Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47452026-08-12T01:15:24.127Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47462026-08-12T01:15:50.384Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47472026-08-12T01:15:50.793Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47482026-08-12T01:15:52.558Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47492026-08-12T01:15:53.042Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47502026-08-12T01:15:56.169Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47512026-08-12T01:16:19.951Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47522026-08-12T01:16:20.686Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47532026-08-12T01:16:22.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.63s
47542026-08-12T01:16:22.583Z
47552026-08-12T01:16:22.584Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (313/334)
47562026-08-12T01:16:23.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47572026-08-12T01:16:23.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47582026-08-12T01:16:23.290Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47592026-08-12T01:16:23.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
47602026-08-12T01:16:24.186Z
47612026-08-12T01:16:24.186Zinfo: running `cargo check --bins` on omicron-releng (314/334)
47622026-08-12T01:16:24.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-08-12T01:16:24.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-08-12T01:16:24.806Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47652026-08-12T01:16:24.809Z Compiling fs-err v2.11.0
47662026-08-12T01:16:24.927Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47672026-08-12T01:16:24.936Z Checking parse-size v1.1.0
47682026-08-12T01:16:24.944Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47692026-08-12T01:16:24.944Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47702026-08-12T01:16:24.947Z Checking shell-words v1.1.1
47712026-08-12T01:16:25.033Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47722026-08-12T01:16:25.365Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47732026-08-12T01:16:25.546Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47742026-08-12T01:16:26.219Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47752026-08-12T01:16:27.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
47762026-08-12T01:16:27.374Z
47772026-08-12T01:16:27.374Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (315/334)
47782026-08-12T01:16:27.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-08-12T01:16:27.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-08-12T01:16:28.002Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
47812026-08-12T01:16:28.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
47822026-08-12T01:16:28.695Z
47832026-08-12T01:16:28.695Zinfo: running `cargo check --bins` on schema (316/334)
47842026-08-12T01:16:29.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47852026-08-12T01:16:29.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47862026-08-12T01:16:29.408Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
47872026-08-12T01:16:30.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
47882026-08-12T01:16:30.310Z
47892026-08-12T01:16:30.310Zinfo: running `cargo check --bins` on xtask (317/334)
47902026-08-12T01:16:30.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47912026-08-12T01:16:30.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47922026-08-12T01:16:30.710Z Checking serde_core v1.0.228
47932026-08-12T01:16:30.710Z Checking libc v0.2.185
47942026-08-12T01:16:30.713Z Checking bitflags v2.11.0
47952026-08-12T01:16:30.796Z Checking scroll v0.12.0
47962026-08-12T01:16:30.799Z Checking thiserror v1.0.69
47972026-08-12T01:16:30.810Z Checking log v0.4.29
47982026-08-12T01:16:30.817Z Checking indexmap v2.14.0
47992026-08-12T01:16:30.820Z Checking zerocopy v0.7.35
48002026-08-12T01:16:30.888Z Checking syn v2.0.117
48012026-08-12T01:16:30.945Z Checking dtrace-parser v0.2.0
48022026-08-12T01:16:30.948Z Checking once_cell v1.21.3
48032026-08-12T01:16:31.007Z Checking goblin v0.8.2
48042026-08-12T01:16:31.069Z Checking errno v0.3.14
48052026-08-12T01:16:31.114Z Checking getrandom v0.4.1
48062026-08-12T01:16:31.156Z Checking thread-id v4.2.2
48072026-08-12T01:16:31.184Z Checking rustix v1.1.3
48082026-08-12T01:16:31.232Z Checking memmap v0.7.0
48092026-08-12T01:16:31.243Z Checking thiserror v2.0.18
48102026-08-12T01:16:31.298Z Checking fs-err v3.3.0
48112026-08-12T01:16:31.339Z Checking tabled v0.15.0
48122026-08-12T01:16:31.356Z Checking anyhow v1.0.102
48132026-08-12T01:16:31.950Z Checking terminal_size v0.4.3
48142026-08-12T01:16:31.950Z Checking tempfile v3.25.0
48152026-08-12T01:16:32.059Z Checking clap_builder v4.6.0
48162026-08-12T01:16:32.061Z Checking textwrap v0.16.2
48172026-08-12T01:16:32.232Z Checking serde v1.0.228
48182026-08-12T01:16:32.235Z Checking serde_json v1.0.151
48192026-08-12T01:16:32.235Z Checking camino v1.2.2
48202026-08-12T01:16:32.264Z Checking cargo-platform v0.3.2
48212026-08-12T01:16:32.431Z Checking semver v1.0.28
48222026-08-12T01:16:32.489Z Checking camino-tempfile v1.4.1
48232026-08-12T01:16:32.654Z Checking toml_datetime v0.6.11
48242026-08-12T01:16:32.654Z Checking serde_spanned v0.6.9
48252026-08-12T01:16:32.657Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48262026-08-12T01:16:32.657Z Checking macaddr v1.0.1
48272026-08-12T01:16:32.822Z Checking cargo_metadata v0.23.1
48282026-08-12T01:16:32.833Z Checking dof v0.3.0
48292026-08-12T01:16:32.842Z Checking toml_edit v0.22.27
48302026-08-12T01:16:33.093Z Checking usdt-impl v0.5.0
48312026-08-12T01:16:33.255Z Checking clap v4.6.1
48322026-08-12T01:16:33.350Z Checking usdt v0.5.0
48332026-08-12T01:16:33.818Z Checking toml v0.8.23
48342026-08-12T01:16:34.076Z Checking cargo_toml v0.21.0
48352026-08-12T01:16:34.710Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48362026-08-12T01:16:35.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
48372026-08-12T01:16:35.201Z
48382026-08-12T01:16:35.201Zinfo: running `cargo check --bins` on dnsadm (318/334)
48392026-08-12T01:16:35.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48402026-08-12T01:16:35.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48412026-08-12T01:16:35.833Z Checking arc-swap v1.8.2
48422026-08-12T01:16:36.113Z Checking slog-scope v4.4.1
48432026-08-12T01:16:36.225Z Checking slog-stdlog v4.1.1
48442026-08-12T01:16:36.319Z Checking slog-envlogger v2.2.0
48452026-08-12T01:16:36.439Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48462026-08-12T01:16:36.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
48472026-08-12T01:16:37.047Z
48482026-08-12T01:16:37.047Zinfo: running `cargo check --bins` on end-to-end-tests (319/334)
48492026-08-12T01:16:37.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48502026-08-12T01:16:37.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48512026-08-12T01:16:37.841Z Checking cpubits v0.1.1
48522026-08-12T01:16:37.969Z Checking pem-rfc7468 v1.0.0
48532026-08-12T01:16:37.979Z Checking hmac v0.13.0
48542026-08-12T01:16:37.983Z Checking universal-hash v0.6.1
48552026-08-12T01:16:38.003Z Checking ctr v0.10.1
48562026-08-12T01:16:38.003Z Checking aead v0.6.1
48572026-08-12T01:16:38.031Z Checking aes v0.9.1
48582026-08-12T01:16:38.031Z Checking crypto-bigint v0.7.5
48592026-08-12T01:16:38.058Z Checking salsa20 v0.11.0
48602026-08-12T01:16:38.102Z Checking polyval v0.7.1
48612026-08-12T01:16:38.117Z Checking der v0.8.0
48622026-08-12T01:16:38.134Z Checking pbkdf2 v0.13.0
48632026-08-12T01:16:38.157Z Checking cbc v0.2.1
48642026-08-12T01:16:38.209Z Checking ff v0.14.0
48652026-08-12T01:16:38.231Z Checking signature v3.0.0
48662026-08-12T01:16:38.267Z Checking ghash v0.6.0
48672026-08-12T01:16:38.284Z Checking scrypt v0.12.0
48682026-08-12T01:16:38.318Z Checking base16ct v1.0.0
48692026-08-12T01:16:38.344Z Checking group v0.14.0
48702026-08-12T01:16:38.385Z Checking hkdf v0.13.0
48712026-08-12T01:16:38.404Z Compiling curve25519-dalek v5.0.0
48722026-08-12T01:16:38.420Z Checking aes-gcm v0.11.0
48732026-08-12T01:16:38.442Z Checking keccak v0.2.0
48742026-08-12T01:16:38.459Z Checking poly1305 v0.9.0
48752026-08-12T01:16:38.494Z Checking wnaf v0.14.0
48762026-08-12T01:16:38.525Z Checking blowfish v0.10.0
48772026-08-12T01:16:38.584Z Checking blake2 v0.11.0-rc.6
48782026-08-12T01:16:38.602Z Checking sha3 v0.11.0
48792026-08-12T01:16:38.666Z Checking kem v0.3.0
48802026-08-12T01:16:38.681Z Checking bcrypt-pbkdf v0.11.0
48812026-08-12T01:16:38.734Z Checking module-lattice v0.2.3
48822026-08-12T01:16:38.783Z Checking sponge-cursor v0.1.0
48832026-08-12T01:16:38.836Z Checking argon2 v0.6.0-rc.8
48842026-08-12T01:16:38.853Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48852026-08-12T01:16:38.908Z Checking sha3 v0.12.0
48862026-08-12T01:16:38.911Z Checking spki v0.8.0
48872026-08-12T01:16:38.942Z Checking sec1 v0.8.1
48882026-08-12T01:16:38.959Z Checking ml-kem v0.3.2
48892026-08-12T01:16:39.033Z Checking internal-russh-num-bigint v0.5.0
48902026-08-12T01:16:39.090Z Checking pkcs5 v0.8.1
48912026-08-12T01:16:39.114Z Checking pkcs1 v0.8.0-rc.4
48922026-08-12T01:16:39.144Z Checking num-bigint v0.4.6
48932026-08-12T01:16:39.144Z Checking generic-array v1.4.3
48942026-08-12T01:16:39.321Z Checking russh-util v0.52.0
48952026-08-12T01:16:39.381Z Checking pkcs8 v0.11.0
48962026-08-12T01:16:39.445Z Compiling enum_dispatch v0.3.13
48972026-08-12T01:16:39.548Z Compiling delegate v0.13.5
48982026-08-12T01:16:39.576Z Checking ed25519 v3.0.0
48992026-08-12T01:16:39.687Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49002026-08-12T01:16:39.709Z Checking md5 v0.8.0
49012026-08-12T01:16:39.773Z Checking ed25519-dalek v3.0.0
49022026-08-12T01:16:39.876Z Checking hex-literal v1.1.0
49032026-08-12T01:16:39.913Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49042026-08-12T01:16:39.978Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49052026-08-12T01:16:40.000Z Checking socket2 v0.5.10
49062026-08-12T01:16:40.078Z Checking internet-checksum v0.2.1
49072026-08-12T01:16:40.097Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49082026-08-12T01:16:40.265Z Checking elliptic-curve v0.14.1
49092026-08-12T01:16:40.265Z Checking primefield v0.14.0
49102026-08-12T01:16:40.268Z Checking rfc6979 v0.6.0
49112026-08-12T01:16:40.268Z Checking ssh-encoding v0.3.0
49122026-08-12T01:16:40.387Z Checking crypto-primes v0.7.2
49132026-08-12T01:16:40.508Z Checking ssh-cipher v0.3.0
49142026-08-12T01:16:40.508Z Checking russh-cryptovec v0.62.0
49152026-08-12T01:16:40.655Z Checking ecdsa v0.17.0
49162026-08-12T01:16:40.658Z Checking primeorder v0.14.0
49172026-08-12T01:16:41.018Z Checking p521 v0.14.0
49182026-08-12T01:16:41.018Z Checking p256 v0.14.0
49192026-08-12T01:16:41.022Z Checking p384 v0.14.0
49202026-08-12T01:16:41.313Z Checking rsa v0.10.0-rc.18
49212026-08-12T01:16:43.879Z Checking ssh-key v0.7.0-rc.11
49222026-08-12T01:16:44.621Z Checking russh v0.62.4
49232026-08-12T01:16:57.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.90s
49242026-08-12T01:16:58.162Z
49252026-08-12T01:16:58.162Zinfo: running `cargo check --bins` on gateway-cli (320/334)
49262026-08-12T01:16:58.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49272026-08-12T01:16:58.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49282026-08-12T01:16:58.795Z Checking termios v0.3.3
49292026-08-12T01:16:58.989Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49302026-08-12T01:16:59.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
49312026-08-12T01:16:59.774Z
49322026-08-12T01:16:59.774Zinfo: running `cargo check --bins --no-default-features` on installinator (321/334)
49332026-08-12T01:17:00.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49342026-08-12T01:17:00.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49352026-08-12T01:17:00.445Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49362026-08-12T01:17:01.143Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49372026-08-12T01:17:02.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
49382026-08-12T01:17:02.939Z
49392026-08-12T01:17:02.939Zinfo: running `cargo check --bins` on internal-dns-cli (322/334)
49402026-08-12T01:17:03.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49412026-08-12T01:17:03.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49422026-08-12T01:17:03.565Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49432026-08-12T01:17:04.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
49442026-08-12T01:17:04.188Z
49452026-08-12T01:17:04.188Zinfo: running `cargo check --bins` on omicron-live-tests (323/334)
49462026-08-12T01:17:04.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49472026-08-12T01:17:04.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49482026-08-12T01:17:04.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49492026-08-12T01:17:04.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49502026-08-12T01:17:04.737Z
49512026-08-12T01:17:04.737Zinfo: running `cargo check --bins` on live-tests-macros (324/334)
49522026-08-12T01:17:05.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49532026-08-12T01:17:05.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49542026-08-12T01:17:05.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49552026-08-12T01:17:05.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49562026-08-12T01:17:05.286Z
49572026-08-12T01:17:05.286Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (325/334)
49582026-08-12T01:17:05.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49592026-08-12T01:17:05.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49602026-08-12T01:17:06.012Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49612026-08-12T01:17:06.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
49622026-08-12T01:17:06.798Z
49632026-08-12T01:17:06.798Zinfo: running `cargo check --bins` on omicron-ntp-admin (326/334)
49642026-08-12T01:17:07.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49652026-08-12T01:17:07.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49662026-08-12T01:17:07.430Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49672026-08-12T01:17:07.430Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49682026-08-12T01:17:08.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
49692026-08-12T01:17:08.545Z
49702026-08-12T01:17:08.545Zinfo: running `cargo check --bins` on ntp-admin-types (327/334)
49712026-08-12T01:17:09.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49722026-08-12T01:17:09.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49732026-08-12T01:17:09.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49742026-08-12T01:17:09.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49752026-08-12T01:17:09.092Z
49762026-08-12T01:17:09.092Zinfo: running `cargo check --bins` on omicron-package (328/334)
49772026-08-12T01:17:09.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49782026-08-12T01:17:09.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49792026-08-12T01:17:09.756Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49802026-08-12T01:17:10.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
49812026-08-12T01:17:11.028Z
49822026-08-12T01:17:11.028Zinfo: running `cargo check --bins` on tqdb (329/334)
49832026-08-12T01:17:11.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49842026-08-12T01:17:11.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49852026-08-12T01:17:11.794Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
49862026-08-12T01:17:12.144Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
49872026-08-12T01:17:12.654Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49882026-08-12T01:17:12.654Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
49892026-08-12T01:17:18.844Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
49902026-08-12T01:17:18.847Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
49912026-08-12T01:17:18.847Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
49922026-08-12T01:17:19.465Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
49932026-08-12T01:17:19.468Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
49942026-08-12T01:17:19.468Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
49952026-08-12T01:17:20.249Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
49962026-08-12T01:17:20.693Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
49972026-08-12T01:17:20.931Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
49982026-08-12T01:17:21.310Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
49992026-08-12T01:17:22.158Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50002026-08-12T01:17:22.804Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50012026-08-12T01:17:27.565Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50022026-08-12T01:17:34.587Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50032026-08-12T01:17:34.587Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50042026-08-12T01:17:34.590Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50052026-08-12T01:17:34.590Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50062026-08-12T01:17:36.111Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50072026-08-12T01:17:37.387Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50082026-08-12T01:17:38.063Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50092026-08-12T01:17:39.341Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50102026-08-12T01:17:39.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.86s
50112026-08-12T01:17:40.094Z
50122026-08-12T01:17:40.094Zinfo: running `cargo check --bins` on wicket-dbg (330/334)
50132026-08-12T01:17:40.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50142026-08-12T01:17:40.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50152026-08-12T01:17:40.796Z Checking rtoolbox v0.0.3
50162026-08-12T01:17:40.910Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50172026-08-12T01:17:40.919Z Checking tui-tree-widget v0.23.1
50182026-08-12T01:17:40.925Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50192026-08-12T01:17:41.014Z Checking rpassword v7.5.4
50202026-08-12T01:17:43.776Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50212026-08-12T01:17:45.620Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50222026-08-12T01:17:46.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.45s
50232026-08-12T01:17:46.736Z
50242026-08-12T01:17:46.736Zinfo: running `cargo check --bins` on wicket (331/334)
50252026-08-12T01:17:47.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50262026-08-12T01:17:47.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50272026-08-12T01:17:47.421Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50282026-08-12T01:17:47.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
50292026-08-12T01:17:47.975Z
50302026-08-12T01:17:47.975Zinfo: running `cargo check --bins` on wicketd (332/334)
50312026-08-12T01:17:48.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50322026-08-12T01:17:48.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50332026-08-12T01:17:48.667Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50342026-08-12T01:17:52.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
50352026-08-12T01:17:52.413Z
50362026-08-12T01:17:52.413Zinfo: running `cargo check --bins` on omicron-workspace-hack (333/334)
50372026-08-12T01:17:52.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50382026-08-12T01:17:52.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50392026-08-12T01:17:52.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50402026-08-12T01:17:52.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
50412026-08-12T01:17:52.969Z
50422026-08-12T01:17:52.969Zinfo: running `cargo check --bins` on zone-setup (334/334)
50432026-08-12T01:17:53.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50442026-08-12T01:17:53.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50452026-08-12T01:17:53.627Z Checking uzers v0.12.2
50462026-08-12T01:17:53.896Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50472026-08-12T01:17:54.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
50482026-08-12T01:17:54.878Z
50492026-08-12T01:17:54.878Zreal 13:59.562746252
50502026-08-12T01:17:54.878Zuser 21:04.418247242
50512026-08-12T01:17:54.878Zsys 4:18.935131209
50522026-08-12T01:17:54.878Ztrap 0.330298142
50532026-08-12T01:17:54.878Ztflt 0.596176791
50542026-08-12T01:17:54.878Zdflt 0.888219815
50552026-08-12T01:17:54.878Zkflt 0.005182632
50562026-08-12T01:17:54.878Zlock 1:26:41.553074643
50572026-08-12T01:17:54.878Zslp 1:40:33.586950130
50582026-08-12T01:17:54.878Zlat 54.248292357
50592026-08-12T01:17:54.878Zstop 3:57.656826865
50602026-08-12T01:17:54.881Zprocess exited: duration 968199 ms, exit code 0
 
50612026-08-12T01:17:54.887Zfound 0 output files