01M15G5JKEDXD2GP8CF70MCK1M: 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: 01M15G67G8CS2DTDV78RTFNHEC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-29T00:55:44.195Zjob assigned to worker 01M15G6JAPMY7569A7XWHVN2QD [factory aws, i-0dc4a52cafdd83aa5] (queued for 53 s)
 
22026-08-29T00:55:50.914Zstarting task 0: "setup"
32026-08-29T00:55:50.920Z++ uname -s
42026-08-29T00:55:50.920Z+ kern=SunOS
52026-08-29T00:55:50.920Z+ build_user=build
62026-08-29T00:55:50.920Z+ build_uid=12345
72026-08-29T00:55:50.920Z+ work_dir=/work
82026-08-29T00:55:50.920Z+ input_dir=/input
92026-08-29T00:55:50.920Z+ [[ 0 == 12345 ]]
102026-08-29T00:55:50.920Z+ case "$kern" in
112026-08-29T00:55:50.921Z+ groupadd -g 12345 build
122026-08-29T00:55:50.927Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-29T00:55:52.926Z+ zfs create -o mountpoint=/work rpool/work
142026-08-29T00:55:53.035Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-29T00:55:53.038Z+ home_fs=zfs
162026-08-29T00:55:53.038Z+ [[ zfs == autofs ]]
172026-08-29T00:55:53.038Z+ mkdir -p /home/build
182026-08-29T00:55:53.038Z+ chown build:build /home/build /work
192026-08-29T00:55:55.039Z+ chmod 0700 /home/build /work
202026-08-29T00:55:55.043Zprocess exited: duration 4134 ms, exit code 0
 
212026-08-29T00:55:55.049Zstarting task 1: "rust-toolchain"
222026-08-29T00:55:55.054Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-29T00:55:55.054Z * rust toolchain channel = "1.97.1"
242026-08-29T00:55:55.054Z * rust toolchain profile = "default"
252026-08-29T00:55:55.054Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-29T00:55:55.054Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-29T00:55:55.054Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-29T00:55:55.057Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-29T00:55:55.057Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-29T00:55:55.146Zinfo: downloading installer
312026-08-29T00:55:56.292Zwarn: It looks like you have an existing rustup settings file at:
322026-08-29T00:55:56.292Zwarn: /home/build/.rustup/settings.toml
332026-08-29T00:55:56.292Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-29T00:55:56.292Zwarn: instead of the one inferred from the default host triple.
352026-08-29T00:55:56.304Zinfo: profile set to default
362026-08-29T00:55:56.304Zinfo: default host triple is x86_64-unknown-illumos
372026-08-29T00:55:56.307Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-29T00:55:56.471Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-29T00:55:56.476Zinfo: downloading 6 components
402026-08-29T00:56:11.204Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-29T00:56:11.204Z
422026-08-29T00:56:11.216Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-29T00:56:11.216Z
442026-08-29T00:56:11.216Z
452026-08-29T00:56:11.216ZRust is installed now. Great!
462026-08-29T00:56:11.216Z
472026-08-29T00:56:11.216ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-29T00:56:11.216Zenvironment variable. This has not been done automatically.
492026-08-29T00:56:11.216Z
502026-08-29T00:56:11.216ZTo configure your current shell, you need to source
512026-08-29T00:56:11.216Zthe corresponding env file under $HOME/.cargo.
522026-08-29T00:56:11.216Z
532026-08-29T00:56:11.216ZThis is usually done by running one of the following (note the leading DOT):
542026-08-29T00:56:11.216Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-29T00:56:11.216Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-29T00:56:11.216Zsource "~/.cargo/env.nu" # For nushell
572026-08-29T00:56:11.216Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-29T00:56:11.216Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-29T00:56:11.216Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-29T00:56:11.216Zwarn: no default linker (`cc`) was found in your PATH
612026-08-29T00:56:11.216Zwarn: many Rust crates require a system C toolchain to build
622026-08-29T00:56:11.303Z+ rustup --version
632026-08-29T00:56:11.308Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-29T00:56:11.312Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-29T00:56:11.342Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-29T00:56:11.349Z+ cargo --version
672026-08-29T00:56:11.349Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-29T00:56:11.350Z+ rustc --version
692026-08-29T00:56:11.369Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-29T00:56:11.375Zprocess exited: duration 16322 ms, exit code 0
 
712026-08-29T00:56:11.400Zstarting task 2: "authentication"
722026-08-29T00:56:11.422Zprocess exited: duration 22 ms, exit code 0
 
732026-08-29T00:56:11.430Zstarting task 3: "clone repository"
742026-08-29T00:56:11.432Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-29T00:56:11.436Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-29T00:56:11.463ZCloning into '/work/oxidecomputer/omicron'...
772026-08-29T00:56:24.136Z+ cd /work/oxidecomputer/omicron
782026-08-29T00:56:24.137Z+ git fetch origin b08bf38c1017cf31822c8159c41a1863c22b25b8
792026-08-29T00:56:24.471ZFrom https://github.com/oxidecomputer/omicron
802026-08-29T00:56:24.471Z * branch b08bf38c1017cf31822c8159c41a1863c22b25b8 -> FETCH_HEAD
812026-08-29T00:56:24.484Z+ [[ -n renovate/crate-tokio-postgres-vulnerability ]]
822026-08-29T00:56:24.487Z++ git branch --show-current
832026-08-29T00:56:24.487Z+ current=main
842026-08-29T00:56:24.487Z+ [[ main != renovate/crate-tokio-postgres-vulnerability ]]
852026-08-29T00:56:24.487Z+ git branch -f renovate/crate-tokio-postgres-vulnerability b08bf38c1017cf31822c8159c41a1863c22b25b8
862026-08-29T00:56:24.495Z+ git checkout -f renovate/crate-tokio-postgres-vulnerability
872026-08-29T00:56:24.765ZSwitched to branch 'renovate/crate-tokio-postgres-vulnerability'
882026-08-29T00:56:24.794Z+ git reset --hard b08bf38c1017cf31822c8159c41a1863c22b25b8
892026-08-29T00:56:24.794ZHEAD is now at b08bf38c1 Update Rust crate tokio-postgres to v0.7.18 [SECURITY]
902026-08-29T00:56:24.794Zprocess exited: duration 13343 ms, exit code 0
 
912026-08-29T00:56:24.831Zstarting task 4: "build"
922026-08-29T00:56:24.839Z+ source .github/buildomat/ci-env.sh
932026-08-29T00:56:24.839Z++ export CARGO_TERM_COLOR=always
942026-08-29T00:56:24.840Z++ CARGO_TERM_COLOR=always
952026-08-29T00:56:24.840Z+++ uname -s
962026-08-29T00:56:24.840Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-29T00:56:24.840Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-29T00:56:24.840Z+ cargo --version
992026-08-29T00:56:24.849Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-29T00:56:24.855Z+ rustc --version
1012026-08-29T00:56:24.869Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-29T00:56:24.872Z+ source ./env.sh
1032026-08-29T00:56:24.872Z++ OLD_SHELL_OPTS=ehxB
1042026-08-29T00:56:24.872Z++ set -o xtrace
1052026-08-29T00:56:24.872Z++++ dirname ./env.sh
1062026-08-29T00:56:24.875Z+++ readlink -f .
1072026-08-29T00:56:24.875Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-29T00:56:24.879Z++ 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-29T00:56:24.879Z++ 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-29T00:56:24.879Z++ 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-29T00:56:24.879Z++ 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-29T00:56:24.879Z++ 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-29T00:56:24.879Z++ 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-29T00:56:24.879Z++ 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-29T00:56:24.880Z++ 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-29T00:56:24.880Z++ 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-29T00:56:24.880Z++ 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-29T00:56:24.880Z++ case $OLD_SHELL_OPTS in
1192026-08-29T00:56:24.880Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-29T00:56:24.880Z+ 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-29T00:56:24.880Z+ 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-29T00:56:24.880Z+ banner prerequisites
1232026-08-29T00:56:24.880Z
1242026-08-29T00:56:24.880Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-29T00:56:24.880Z # # # # # # # # # # # # # # #
1262026-08-29T00:56:24.880Z # # # # ##### # # ##### # # # # # #### #
1272026-08-29T00:56:24.880Z ##### ##### # ##### # # # # # # # # #
1282026-08-29T00:56:24.880Z # # # # # # # # # # # # # # #
1292026-08-29T00:56:24.880Z # # # ###### # # ###### ### # #### # #### #
1302026-08-29T00:56:24.880Z
1312026-08-29T00:56:24.880Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-29T00:56:26.810Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-29T00:56:27.207Z Startup: Caching catalogs ... Done
1342026-08-29T00:56:29.511ZPlanning: Solver setup ... Done (2.182s)
1352026-08-29T00:56:29.574ZPlanning: Running solver ... Done (0.063s)
1362026-08-29T00:56:29.626ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-29T00:56:29.638ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-29T00:56:29.654ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-29T00:56:29.669ZPlanning: Package planning ... Done (0.013s)
1402026-08-29T00:56:29.710ZPlanning: Merging actions ... Done (0.002s)
1412026-08-29T00:56:29.898ZPlanning: Checking for conflicting actions ... Done (0.228s)
1422026-08-29T00:56:29.901ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-29T00:56:30.725ZPlanning: Evaluating mediators ... Done (0.819s)
1442026-08-29T00:56:30.733ZPlanning: Planning completed in 3.48 seconds
1452026-08-29T00:56:30.733Z Packages to install: 2
1462026-08-29T00:56:30.733Z Estimated space available: 156.00 GB
1472026-08-29T00:56:30.733ZEstimated space to be consumed: 83.65 MB
1482026-08-29T00:56:30.733Z Create boot environment: No
1492026-08-29T00:56:30.733ZCreate backup boot environment: No
1502026-08-29T00:56:30.733Z Rebuild boot archive: No
1512026-08-29T00:56:30.733Z
1522026-08-29T00:56:30.733ZChanged packages:
1532026-08-29T00:56:30.734Zhelios
1542026-08-29T00:56:30.734Z developer/build-essential
1552026-08-29T00:56:30.734Z None -> 11-3.0
1562026-08-29T00:56:30.734Z library/libxmlsec1
1572026-08-29T00:56:30.734Z None -> 1.2.35-3.0
1582026-08-29T00:56:30.755Z
1592026-08-29T00:56:30.755ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-29T00:56:30.820ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1612026-08-29T00:56:30.874Z Actions: 1/268 actions (Installing new actions)
1622026-08-29T00:56:30.912Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-29T00:56:30.947ZFinalize: Updating package state database ... Done (0.036s)
1642026-08-29T00:56:30.950ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-29T00:56:31.038ZFinalize: Updating image state ... Done (0.090s)
1662026-08-29T00:56:33.514ZFinalize: Creating fast lookup database ... Done (2.421s)
1672026-08-29T00:56:33.581ZFinalize: Reading search index ... Done (0.012s)
1682026-08-29T00:56:33.584ZFinalize: Updating search index ... Done (0.000s)
1692026-08-29T00:56:33.707ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-29T00:56:34.081ZPlanning: Evaluating mediator changes ... Done
1712026-08-29T00:56:34.183ZPlanning: Checking for conflicting actions ... Done
1722026-08-29T00:56:34.189ZPlanning: Consolidating action changes ... Done
1732026-08-29T00:56:34.392ZPlanning: Evaluating mediators ... Done
1742026-08-29T00:56:34.406ZPlanning: Planning completed in 0.27 seconds
1752026-08-29T00:56:34.406Z Mediators to change: 2
1762026-08-29T00:56:34.406Z Create boot environment: No
1772026-08-29T00:56:34.406ZCreate backup boot environment: No
1782026-08-29T00:56:34.419ZFinalize: Updating package state database ... Done
1792026-08-29T00:56:34.419ZFinalize: Updating package cache ... Done
1802026-08-29T00:56:34.481ZFinalize: Updating image state ... Done
1812026-08-29T00:56:36.422ZFinalize: Creating fast lookup database ... Done
1822026-08-29T00:56:36.482ZFinalize: Reading search index ... Done
1832026-08-29T00:56:36.488ZFinalize: Updating search index ... Done
1842026-08-29T00:56:36.531ZFinalize: Updating package cache ... Done
1852026-08-29T00:56:36.819ZPlanning: Evaluating mediator changes ... Done
1862026-08-29T00:56:36.923ZPlanning: Checking for conflicting actions ... Done
1872026-08-29T00:56:36.928ZPlanning: Consolidating action changes ... Done
1882026-08-29T00:56:37.083ZPlanning: Evaluating mediators ... Done
1892026-08-29T00:56:37.087ZPlanning: Planning completed in 0.27 seconds
1902026-08-29T00:56:37.109Z Mediators to change: 1
1912026-08-29T00:56:37.109Z Create boot environment: No
1922026-08-29T00:56:37.109ZCreate backup boot environment: No
1932026-08-29T00:56:37.144ZFinalize: Updating package state database ... Done
1942026-08-29T00:56:37.144ZFinalize: Updating package cache ... Done
1952026-08-29T00:56:37.199ZFinalize: Updating image state ... Done
1962026-08-29T00:56:39.158ZFinalize: Creating fast lookup database ... Done
1972026-08-29T00:56:39.221ZFinalize: Reading search index ... Done
1982026-08-29T00:56:39.224ZFinalize: Updating search index ... Done
1992026-08-29T00:56:39.268ZFinalize: Updating package cache ... Done
2002026-08-29T00:56:39.582ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-29T00:56:39.582Zapache system 2.4 system
2022026-08-29T00:56:39.582Zclang system 15 system
2032026-08-29T00:56:39.582Zcsh system system illumos
2042026-08-29T00:56:39.582Zctags system system illumos
2052026-08-29T00:56:39.582Zfile vendor vendor darwinsys
2062026-08-29T00:56:39.582Zfile system system illumos
2072026-08-29T00:56:39.582Zgcc vendor 14 vendor
2082026-08-29T00:56:39.582Zgcc system 13 system
2092026-08-29T00:56:39.582Zgcc system 10 system
2102026-08-29T00:56:39.582Zgo system 1.25 system
2112026-08-29T00:56:39.582Zllvm system 15 system
2122026-08-29T00:56:39.582Zmariadb system 11.4 system
2132026-08-29T00:56:39.583Zmta vendor vendor dma
2142026-08-29T00:56:39.583Zopenjdk system 17 system
2152026-08-29T00:56:39.583Zopenjdk system 11 system
2162026-08-29T00:56:39.583Zopenssl vendor 3 vendor
2172026-08-29T00:56:39.583Zperl system 5.40 system
2182026-08-29T00:56:39.583Zpostgresql system 18 system
2192026-08-29T00:56:39.583Zpostgresql system 17 system
2202026-08-29T00:56:39.583Zpython vendor 3 vendor
2212026-08-29T00:56:39.583Zpython system 2 system
2222026-08-29T00:56:39.583Zpython3 vendor 3.13 vendor
2232026-08-29T00:56:39.583Zruby system 3.4 system
2242026-08-29T00:56:39.583Zruby system 3.0 system
2252026-08-29T00:56:39.583Zwords vendor vendor american-english
2262026-08-29T00:56:39.584Zwords system system australian-english
2272026-08-29T00:56:39.584Zwords system system british-english
2282026-08-29T00:56:39.585Zwords system system canadian-english
2292026-08-29T00:56:39.585Zwords system system french
2302026-08-29T00:56:39.585Zwords system system italian
2312026-08-29T00:56:39.585Zwords system system ngerman
2322026-08-29T00:56:39.585Zwords system system ogerman
2332026-08-29T00:56:39.585Zwords system system spanish
2342026-08-29T00:56:39.839ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-29T00:56:39.839Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-29T00:56:40.347ZFMRI IFO
2372026-08-29T00:56:40.347Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-29T00:56:40.347Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-29T00:56:40.347Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-29T00:56:40.347Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-29T00:56:40.347Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-29T00:56:40.347Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-29T00:56:40.347Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-29T00:56:40.347Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-29T00:56:40.347Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-29T00:56:40.693Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-29T00:56:41.042Z Updating crates.io index
2482026-08-29T00:56:41.046Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-29T00:56:41.336Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-29T00:56:41.726Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2512026-08-29T00:56:42.020Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-08-29T00:56:43.002Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532026-08-29T00:56:43.516Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542026-08-29T00:56:45.198Z Updating git repository `https://github.com/oxidecomputer/opte`
2552026-08-29T00:56:46.045Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-08-29T00:56:46.332Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-08-29T00:56:46.685Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-08-29T00:56:48.054Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-08-29T00:56:48.345Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-08-29T00:56:48.766Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-08-29T00:56:49.044Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-08-29T00:56:49.310Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-08-29T00:56:49.567Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-08-29T00:56:49.868Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2652026-08-29T00:56:50.152Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662026-08-29T00:56:50.452Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-29T00:56:50.820Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-08-29T00:56:51.477Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-08-29T00:56:51.789Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-08-29T00:56:52.353Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-08-29T00:56:52.694Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-29T00:56:52.966Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-29T00:56:53.437Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-29T00:56:53.734Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-29T00:56:54.019Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-29T00:56:54.358Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-29T00:56:54.631Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-29T00:56:54.956Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-29T00:56:55.333Z Updating git repository `https://github.com/oxidecomputer/tough`
2802026-08-29T00:56:56.082Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-29T00:56:56.327Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-29T00:56:56.597Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-29T00:56:56.923Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-29T00:56:57.242Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-29T00:56:57.514Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-29T00:56:57.788Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-29T00:56:58.087Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-29T00:56:58.367Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2892026-08-29T00:56:58.657Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-29T00:57:01.673Z Downloading crates ...
2912026-08-29T00:57:01.728Z Downloaded heck v0.5.0
2922026-08-29T00:57:01.732Z Downloaded anstyle-parse v1.0.0
2932026-08-29T00:57:01.732Z Downloaded camino v1.2.5
2942026-08-29T00:57:01.736Z Downloaded proc-macro2 v1.0.106
2952026-08-29T00:57:01.739Z Downloaded toml_datetime v0.6.11
2962026-08-29T00:57:01.739Z Downloaded usdt-impl v0.5.0
2972026-08-29T00:57:01.739Z Downloaded byteorder v1.5.0
2982026-08-29T00:57:01.746Z Downloaded fastrand v2.3.0
2992026-08-29T00:57:01.746Z Downloaded generic-array v0.14.7
3002026-08-29T00:57:01.751Z Downloaded crypto-common v0.1.7
3012026-08-29T00:57:01.751Z Downloaded pest_meta v2.8.6
3022026-08-29T00:57:01.751Z Downloaded cargo_metadata v0.23.1
3032026-08-29T00:57:01.754Z Downloaded autocfg v1.5.0
3042026-08-29T00:57:01.754Z Downloaded itoa v1.0.17
3052026-08-29T00:57:01.754Z Downloaded errno v0.3.14
3062026-08-29T00:57:01.757Z Downloaded camino-tempfile v1.4.1
3072026-08-29T00:57:01.767Z Downloaded anstream v1.0.0
3082026-08-29T00:57:01.773Z Downloaded zerocopy v0.7.35
3092026-08-29T00:57:01.777Z Downloaded clap v4.6.1
3102026-08-29T00:57:01.777Z Downloaded plain v0.2.3
3112026-08-29T00:57:01.777Z Downloaded serde v1.0.228
3122026-08-29T00:57:01.777Z Downloaded memmap v0.7.0
3132026-08-29T00:57:01.782Z Downloaded heck v0.4.1
3142026-08-29T00:57:01.782Z Downloaded anstyle-query v1.1.5
3152026-08-29T00:57:01.785Z Downloaded clap_lex v1.0.0
3162026-08-29T00:57:01.791Z Downloaded dof v0.3.0
3172026-08-29T00:57:01.795Z Downloaded usdt-attr-macro v0.5.0
3182026-08-29T00:57:01.795Z Downloaded digest v0.10.7
3192026-08-29T00:57:01.795Z Downloaded dtrace-parser v0.2.0
3202026-08-29T00:57:01.800Z Downloaded cpufeatures v0.2.17
3212026-08-29T00:57:01.803Z Downloaded cfg-if v1.0.4
3222026-08-29T00:57:01.803Z Downloaded is_terminal_polyfill v1.70.2
3232026-08-29T00:57:01.803Z Downloaded block-buffer v0.10.4
3242026-08-29T00:57:01.808Z Downloaded proc-macro-error-attr v1.0.4
3252026-08-29T00:57:01.815Z Downloaded unicode-linebreak v0.1.5
3262026-08-29T00:57:01.818Z Downloaded fnv v1.0.7
3272026-08-29T00:57:01.818Z Downloaded colorchoice v1.0.4
3282026-08-29T00:57:01.818Z Downloaded utf8parse v0.2.2
3292026-08-29T00:57:01.818Z Downloaded toml_write v0.1.2
3302026-08-29T00:57:01.818Z Downloaded strsim v0.11.1
3312026-08-29T00:57:01.822Z Downloaded cargo-platform v0.3.2
3322026-08-29T00:57:01.829Z Downloaded usdt v0.5.0
3332026-08-29T00:57:01.832Z Downloaded serde_spanned v0.6.9
3342026-08-29T00:57:01.832Z Downloaded usdt-macro v0.5.0
3352026-08-29T00:57:01.833Z Downloaded swrite v0.1.0
3362026-08-29T00:57:01.833Z Downloaded equivalent v1.0.2
3372026-08-29T00:57:01.833Z Downloaded terminal_size v0.4.3
3382026-08-29T00:57:01.838Z Downloaded scroll_derive v0.12.1
3392026-08-29T00:57:01.849Z Downloaded clap_derive v4.6.1
3402026-08-29T00:57:01.849Z Downloaded tabled_derive v0.7.0
3412026-08-29T00:57:01.853Z Downloaded smawk v0.3.2
3422026-08-29T00:57:01.858Z Downloaded version_check v0.9.5
3432026-08-29T00:57:01.862Z Downloaded pretty-hex v0.4.1
3442026-08-29T00:57:01.865Z Downloaded thread-id v4.2.2
3452026-08-29T00:57:01.872Z Downloaded fs-err v3.3.0
3462026-08-29T00:57:01.876Z Downloaded anstyle v1.0.14
3472026-08-29T00:57:01.879Z Downloaded sha2 v0.10.9
3482026-08-29T00:57:01.880Z Downloaded bytecount v0.6.9
3492026-08-29T00:57:01.883Z Downloaded thiserror v2.0.18
3502026-08-29T00:57:01.883Z Downloaded serde_tokenstream v0.2.3
3512026-08-29T00:57:01.886Z Downloaded quote v1.0.45
3522026-08-29T00:57:01.900Z Downloaded thiserror-impl v2.0.18
3532026-08-29T00:57:01.907Z Downloaded proc-macro-error v1.0.4
3542026-08-29T00:57:01.910Z Downloaded zmij v1.0.21
3552026-08-29T00:57:01.913Z Downloaded thiserror-impl v1.0.69
3562026-08-29T00:57:01.916Z Downloaded anyhow v1.0.104
3572026-08-29T00:57:01.919Z Downloaded pest_derive v2.8.6
3582026-08-29T00:57:01.919Z Downloaded once_cell v1.21.3
3592026-08-29T00:57:01.922Z Downloaded macaddr v1.0.1
3602026-08-29T00:57:01.922Z Downloaded scroll v0.12.0
3612026-08-29T00:57:01.922Z Downloaded cargo_toml v0.21.0
3622026-08-29T00:57:01.925Z Downloaded ucd-trie v0.1.7
3632026-08-29T00:57:01.926Z Downloaded tempfile v3.27.0
3642026-08-29T00:57:01.928Z Downloaded thiserror v1.0.69
3652026-08-29T00:57:01.931Z Downloaded papergrid v0.11.0
3662026-08-29T00:57:01.940Z Downloaded toml v0.8.23
3672026-08-29T00:57:01.944Z Downloaded semver v1.0.28
3682026-08-29T00:57:01.948Z Downloaded bitflags v2.11.0
3692026-08-29T00:57:01.951Z Downloaded zerocopy-derive v0.7.35
3702026-08-29T00:57:01.954Z Downloaded getrandom v0.4.3
3712026-08-29T00:57:01.954Z Downloaded unicode-ident v1.0.24
3722026-08-29T00:57:01.957Z Downloaded log v0.4.33
3732026-08-29T00:57:01.963Z Downloaded pest_generator v2.8.6
3742026-08-29T00:57:01.967Z Downloaded textwrap v0.16.2
3752026-08-29T00:57:01.971Z Downloaded toml_edit v0.22.27
3762026-08-29T00:57:01.976Z Downloaded indexmap v2.14.0
3772026-08-29T00:57:01.984Z Downloaded serde_derive v1.0.228
3782026-08-29T00:57:01.987Z Downloaded serde_core v1.0.228
3792026-08-29T00:57:01.990Z Downloaded memchr v2.8.0
3802026-08-29T00:57:02.005Z Downloaded typenum v1.20.1
3812026-08-29T00:57:02.014Z Downloaded clap_builder v4.6.0
3822026-08-29T00:57:02.019Z Downloaded pest v2.8.6
3832026-08-29T00:57:02.045Z Downloaded hashbrown v0.17.0
3842026-08-29T00:57:02.053Z Downloaded serde_json v1.0.151
3852026-08-29T00:57:02.056Z Downloaded goblin v0.8.2
3862026-08-29T00:57:02.061Z Downloaded winnow v0.7.14
3872026-08-29T00:57:02.077Z Downloaded tabled v0.15.0
3882026-08-29T00:57:02.086Z Downloaded syn v1.0.109
3892026-08-29T00:57:02.101Z Downloaded syn v2.0.117
3902026-08-29T00:57:02.108Z Downloaded unicode-width v0.1.14
3912026-08-29T00:57:02.112Z Downloaded unicode-width v0.2.0
3922026-08-29T00:57:02.117Z Downloaded rustix v1.1.4
3932026-08-29T00:57:02.141Z Downloaded libc v0.2.185
3942026-08-29T00:57:02.203Z Compiling proc-macro2 v1.0.106
3952026-08-29T00:57:02.204Z Compiling unicode-ident v1.0.24
3962026-08-29T00:57:02.204Z Compiling quote v1.0.45
3972026-08-29T00:57:02.204Z Compiling serde_core v1.0.228
3982026-08-29T00:57:02.204Z Compiling libc v0.2.185
3992026-08-29T00:57:02.207Z Compiling version_check v0.9.5
4002026-08-29T00:57:02.207Z Compiling memchr v2.8.0
4012026-08-29T00:57:02.207Z Compiling serde v1.0.228
4022026-08-29T00:57:02.519Z Compiling zmij v1.0.21
4032026-08-29T00:57:02.735Z Compiling thiserror v1.0.69
4042026-08-29T00:57:02.783Z Compiling itoa v1.0.17
4052026-08-29T00:57:02.955Z Compiling ucd-trie v0.1.7
4062026-08-29T00:57:02.973Z Compiling byteorder v1.5.0
4072026-08-29T00:57:03.138Z Compiling pest v2.8.6
4082026-08-29T00:57:03.197Z Compiling rustix v1.1.4
4092026-08-29T00:57:03.201Z Compiling errno v0.3.14
4102026-08-29T00:57:03.232Z Compiling serde_json v1.0.151
4112026-08-29T00:57:03.359Z Compiling bitflags v2.11.0
4122026-08-29T00:57:03.618Z Compiling syn v2.0.117
4132026-08-29T00:57:03.727Z Compiling thread-id v4.2.2
4142026-08-29T00:57:03.775Z Compiling usdt-impl v0.5.0
4152026-08-29T00:57:03.807Z Compiling proc-macro-error-attr v1.0.4
4162026-08-29T00:57:03.815Z Compiling syn v1.0.109
4172026-08-29T00:57:03.907Z Compiling camino v1.2.5
4182026-08-29T00:57:04.125Z Compiling proc-macro-error v1.0.4
4192026-08-29T00:57:04.203Z Compiling getrandom v0.4.3
4202026-08-29T00:57:04.232Z Compiling pest_meta v2.8.6
4212026-08-29T00:57:04.364Z Compiling utf8parse v0.2.2
4222026-08-29T00:57:04.416Z Compiling log v0.4.33
4232026-08-29T00:57:04.473Z Compiling equivalent v1.0.2
4242026-08-29T00:57:04.516Z Compiling plain v0.2.3
4252026-08-29T00:57:04.627Z Compiling hashbrown v0.17.0
4262026-08-29T00:57:04.637Z Compiling terminal_size v0.4.3
4272026-08-29T00:57:04.789Z Compiling anstyle-parse v1.0.0
4282026-08-29T00:57:05.161Z Compiling indexmap v2.14.0
4292026-08-29T00:57:05.308Z Compiling colorchoice v1.0.4
4302026-08-29T00:57:05.430Z Compiling anstyle-query v1.1.5
4312026-08-29T00:57:05.448Z Compiling winnow v0.7.14
4322026-08-29T00:57:05.588Z Compiling cfg-if v1.0.4
4332026-08-29T00:57:05.609Z Compiling autocfg v1.5.0
4342026-08-29T00:57:05.630Z Compiling anstyle v1.0.14
4352026-08-29T00:57:05.813Z Compiling pretty-hex v0.4.1
4362026-08-29T00:57:05.855Z Compiling toml_write v0.1.2
4372026-08-29T00:57:05.922Z Compiling pest_generator v2.8.6
4382026-08-29T00:57:05.955Z Compiling is_terminal_polyfill v1.70.2
4392026-08-29T00:57:06.013Z Compiling thiserror v2.0.18
4402026-08-29T00:57:06.036Z Compiling fs-err v3.3.0
4412026-08-29T00:57:06.055Z Compiling anstream v1.0.0
4422026-08-29T00:57:06.356Z Compiling heck v0.5.0
4432026-08-29T00:57:06.372Z Compiling bytecount v0.6.9
4442026-08-29T00:57:06.505Z Compiling fastrand v2.3.0
4452026-08-29T00:57:06.529Z Compiling fnv v1.0.7
4462026-08-29T00:57:06.553Z Compiling once_cell v1.21.3
4472026-08-29T00:57:06.586Z Compiling strsim v0.11.1
4482026-08-29T00:57:06.605Z Compiling heck v0.4.1
4492026-08-29T00:57:06.692Z Compiling anyhow v1.0.104
4502026-08-29T00:57:06.788Z Compiling clap_lex v1.0.0
4512026-08-29T00:57:06.805Z Compiling unicode-width v0.1.14
4522026-08-29T00:57:06.837Z Compiling tempfile v3.27.0
4532026-08-29T00:57:06.969Z Compiling clap_builder v4.6.0
4542026-08-29T00:57:07.010Z Compiling cargo-platform v0.3.2
4552026-08-29T00:57:07.030Z Compiling tabled_derive v0.7.0
4562026-08-29T00:57:07.067Z Compiling papergrid v0.11.0
4572026-08-29T00:57:07.084Z Compiling semver v1.0.28
4582026-08-29T00:57:07.185Z Compiling memmap v0.7.0
4592026-08-29T00:57:07.201Z Compiling smawk v0.3.2
4602026-08-29T00:57:07.260Z Compiling unicode-width v0.2.0
4612026-08-29T00:57:07.348Z Compiling unicode-linebreak v0.1.5
4622026-08-29T00:57:07.538Z Compiling serde_derive v1.0.228
4632026-08-29T00:57:07.549Z Compiling thiserror-impl v1.0.69
4642026-08-29T00:57:07.581Z Compiling zerocopy-derive v0.7.35
4652026-08-29T00:57:07.659Z Compiling pest_derive v2.8.6
4662026-08-29T00:57:07.701Z Compiling scroll_derive v0.12.1
4672026-08-29T00:57:07.915Z Compiling thiserror-impl v2.0.18
4682026-08-29T00:57:08.100Z Compiling clap_derive v4.6.1
4692026-08-29T00:57:08.361Z Compiling scroll v0.12.0
4702026-08-29T00:57:08.432Z Compiling zerocopy v0.7.35
4712026-08-29T00:57:08.523Z Compiling tabled v0.15.0
4722026-08-29T00:57:08.631Z Compiling goblin v0.8.2
4732026-08-29T00:57:08.884Z Compiling dtrace-parser v0.2.0
4742026-08-29T00:57:08.986Z Compiling textwrap v0.16.2
4752026-08-29T00:57:09.400Z Compiling camino-tempfile v1.4.1
4762026-08-29T00:57:09.486Z Compiling swrite v0.1.0
4772026-08-29T00:57:09.852Z Compiling clap v4.6.1
4782026-08-29T00:57:10.576Z Compiling dof v0.3.0
4792026-08-29T00:57:10.576Z Compiling serde_tokenstream v0.2.3
4802026-08-29T00:57:10.593Z Compiling serde_spanned v0.6.9
4812026-08-29T00:57:10.608Z Compiling toml_datetime v0.6.11
4822026-08-29T00:57:10.614Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-29T00:57:10.655Z Compiling macaddr v1.0.1
4842026-08-29T00:57:10.660Z Compiling cargo_metadata v0.23.1
4852026-08-29T00:57:10.768Z Compiling toml_edit v0.22.27
4862026-08-29T00:57:11.355Z Compiling usdt-macro v0.5.0
4872026-08-29T00:57:11.376Z Compiling usdt-attr-macro v0.5.0
4882026-08-29T00:57:11.960Z Compiling usdt v0.5.0
4892026-08-29T00:57:12.092Z Compiling toml v0.8.23
4902026-08-29T00:57:12.407Z Compiling cargo_toml v0.21.0
4912026-08-29T00:57:13.675Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-29T00:57:15.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.19s
4932026-08-29T00:57:15.913Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-29T00:57:16.414Z Downloading crates ...
4952026-08-29T00:57:16.456Z Downloaded aead v0.5.2
4962026-08-29T00:57:16.465Z Downloaded addr2line v0.25.1
4972026-08-29T00:57:16.471Z Downloaded adler2 v2.0.1
4982026-08-29T00:57:16.477Z Downloaded ahash v0.8.12
4992026-08-29T00:57:16.482Z Downloaded float-cmp v0.10.0
5002026-08-29T00:57:16.488Z Downloaded aho-corasick v1.1.4
5012026-08-29T00:57:16.488Z Downloaded futures-io v0.3.32
5022026-08-29T00:57:16.495Z Downloaded fallible-iterator v0.2.0
5032026-08-29T00:57:16.495Z Downloaded allocator-api2 v0.2.21
5042026-08-29T00:57:16.495Z Downloaded async-bb8-diesel v0.2.1
5052026-08-29T00:57:16.495Z Downloaded atomicwrites v0.4.4
5062026-08-29T00:57:16.496Z Downloaded atomic-waker v1.1.2
5072026-08-29T00:57:16.496Z Downloaded anstyle-parse v0.2.7
5082026-08-29T00:57:16.496Z Downloaded env_filter v2.0.0
5092026-08-29T00:57:16.499Z Downloaded bit-set v0.8.0
5102026-08-29T00:57:16.500Z Downloaded ascii-canvas v3.0.0
5112026-08-29T00:57:16.500Z Downloaded async-recursion v1.1.1
5122026-08-29T00:57:16.500Z Downloaded hickory-resolver v0.25.2
5132026-08-29T00:57:16.500Z Downloaded argon2 v0.5.3
5142026-08-29T00:57:16.504Z Downloaded bit-set v0.5.3
5152026-08-29T00:57:16.504Z Downloaded hex v0.4.3
5162026-08-29T00:57:16.504Z Downloaded flagset v0.4.7
5172026-08-29T00:57:16.504Z Downloaded futures-macro v0.3.32
5182026-08-29T00:57:16.509Z Downloaded endian-type v0.1.2
5192026-08-29T00:57:16.509Z Downloaded foreign-types-macros v0.2.3
5202026-08-29T00:57:16.512Z Downloaded base16ct v1.0.0
5212026-08-29T00:57:16.512Z Downloaded assert_matches v1.5.0
5222026-08-29T00:57:16.514Z Downloaded filetime v0.2.27
5232026-08-29T00:57:16.514Z Downloaded const-oid v0.10.2
5242026-08-29T00:57:16.517Z Downloaded bcrypt-pbkdf v0.11.0
5252026-08-29T00:57:16.517Z Downloaded form_urlencoded v1.2.2
5262026-08-29T00:57:16.521Z Downloaded backtrace-ext v0.2.1
5272026-08-29T00:57:16.527Z Downloaded atty v0.2.14
5282026-08-29T00:57:16.530Z Downloaded enum_dispatch v0.3.13
5292026-08-29T00:57:16.530Z Downloaded base16ct v0.2.0
5302026-08-29T00:57:16.533Z Downloaded fd-lock v4.0.4
5312026-08-29T00:57:16.533Z Downloaded futures-sink v0.3.32
5322026-08-29T00:57:16.533Z Downloaded arrayvec v0.7.6
5332026-08-29T00:57:16.533Z Downloaded hash32 v0.2.1
5342026-08-29T00:57:16.536Z Downloaded env_logger v0.11.11
5352026-08-29T00:57:16.539Z Downloaded foreign-types v0.5.0
5362026-08-29T00:57:16.539Z Downloaded foreign-types-shared v0.3.1
5372026-08-29T00:57:16.539Z Downloaded fs-err v2.11.0
5382026-08-29T00:57:16.539Z Downloaded generic-array v1.4.3
5392026-08-29T00:57:16.541Z Downloaded num_enum v0.5.11
5402026-08-29T00:57:16.541Z Downloaded chacha20 v0.9.1
5412026-08-29T00:57:16.544Z Downloaded bitfield v0.19.4
5422026-08-29T00:57:16.544Z Downloaded bb8 v0.8.6
5432026-08-29T00:57:16.544Z Downloaded fxhash v0.2.1
5442026-08-29T00:57:16.544Z Downloaded enum-as-inner v0.6.1
5452026-08-29T00:57:16.547Z Downloaded erased-serde v0.3.31
5462026-08-29T00:57:16.547Z Downloaded getrandom v0.2.17
5472026-08-29T00:57:16.550Z Downloaded cfg_aliases v0.1.1
5482026-08-29T00:57:16.550Z Downloaded block-padding v0.4.2
5492026-08-29T00:57:16.550Z Downloaded cobs v0.3.0
5502026-08-29T00:57:16.550Z Downloaded foreign-types-shared v0.1.1
5512026-08-29T00:57:16.550Z Downloaded funty v2.0.0
5522026-08-29T00:57:16.550Z Downloaded float-ord v0.3.2
5532026-08-29T00:57:16.550Z Downloaded futures-core v0.3.32
5542026-08-29T00:57:16.552Z Downloaded array-init v0.0.4
5552026-08-29T00:57:16.553Z Downloaded http-range v0.1.5
5562026-08-29T00:57:16.556Z Downloaded nodrop v0.1.14
5572026-08-29T00:57:16.556Z Downloaded normalize-line-endings v0.3.0
5582026-08-29T00:57:16.556Z Downloaded num-derive v0.4.2
5592026-08-29T00:57:16.560Z Downloaded gethostname v0.5.0
5602026-08-29T00:57:16.560Z Downloaded hash32 v0.3.1
5612026-08-29T00:57:16.560Z Downloaded num_threads v0.1.7
5622026-08-29T00:57:16.563Z Downloaded compression-core v0.4.31
5632026-08-29T00:57:16.563Z Downloaded hostname v0.3.1
5642026-08-29T00:57:16.563Z Downloaded git-stub v1.0.0
5652026-08-29T00:57:16.571Z Downloaded ciborium-ll v0.2.2
5662026-08-29T00:57:16.577Z Downloaded arrayref v0.3.9
5672026-08-29T00:57:16.580Z Downloaded hubpack_derive v0.1.1
5682026-08-29T00:57:16.583Z Downloaded castaway v0.2.4
5692026-08-29T00:57:16.584Z Downloaded cfg_aliases v0.2.1
5702026-08-29T00:57:16.584Z Downloaded foreign-types v0.3.2
5712026-08-29T00:57:16.586Z Downloaded ciborium-io v0.2.2
5722026-08-29T00:57:16.589Z Downloaded hex-literal v1.1.0
5732026-08-29T00:57:16.591Z Downloaded home v0.5.12
5742026-08-29T00:57:16.591Z Downloaded async-stream v0.3.6
5752026-08-29T00:57:16.591Z Downloaded async-stream-impl v0.3.6
5762026-08-29T00:57:16.595Z Downloaded bitfield-macros v0.19.4
5772026-08-29T00:57:16.595Z Downloaded fixedbitset v0.4.2
5782026-08-29T00:57:16.598Z Downloaded block-buffer v0.12.1
5792026-08-29T00:57:16.598Z Downloaded arc-swap v1.8.2
5802026-08-29T00:57:16.598Z Downloaded http-body v1.0.1
5812026-08-29T00:57:16.602Z Downloaded bcs v0.1.6
5822026-08-29T00:57:16.602Z Downloaded cmov v0.5.4
5832026-08-29T00:57:16.605Z Downloaded aead v0.6.1
5842026-08-29T00:57:16.605Z Downloaded cexpr v0.6.0
5852026-08-29T00:57:16.605Z Downloaded hostname v0.4.2
5862026-08-29T00:57:16.605Z Downloaded oxide-generation-macros v0.2.0
5872026-08-29T00:57:16.608Z Downloaded base64 v0.21.7
5882026-08-29T00:57:16.610Z Downloaded hubpack v0.1.2
5892026-08-29T00:57:16.614Z Downloaded opaque-debug v0.3.1
5902026-08-29T00:57:16.614Z Downloaded peg-runtime v0.8.5
5912026-08-29T00:57:16.614Z Downloaded parse-display v0.10.0
5922026-08-29T00:57:16.617Z Downloaded powerfmt v0.2.0
5932026-08-29T00:57:16.623Z Downloaded proc-macro-crate v1.3.1
5942026-08-29T00:57:16.624Z Downloaded progenitor-macro v0.14.0
5952026-08-29T00:57:16.624Z Downloaded httpdate v1.0.3
5962026-08-29T00:57:16.626Z Downloaded futures-task v0.3.32
5972026-08-29T00:57:16.626Z Downloaded glob v0.3.3
5982026-08-29T00:57:16.626Z Downloaded async-trait v0.1.89
5992026-08-29T00:57:16.629Z Downloaded bit-vec v0.6.3
6002026-08-29T00:57:16.629Z Downloaded bitfield-struct v0.6.2
6012026-08-29T00:57:16.629Z Downloaded ff v0.14.0
6022026-08-29T00:57:16.629Z Downloaded futures-executor v0.3.32
6032026-08-29T00:57:16.632Z Downloaded headers-core v0.3.0
6042026-08-29T00:57:16.632Z Downloaded predicates-core v1.0.10
6052026-08-29T00:57:16.632Z Downloaded bitflags v1.3.2
6062026-08-29T00:57:16.635Z Downloaded camino-tempfile-ext v0.3.3
6072026-08-29T00:57:16.635Z Downloaded nibble_vec v0.1.0
6082026-08-29T00:57:16.637Z Downloaded ff v0.13.1
6092026-08-29T00:57:16.637Z Downloaded cipher v0.5.2
6102026-08-29T00:57:16.641Z Downloaded compression-codecs v0.4.37
6112026-08-29T00:57:16.644Z Downloaded radium v0.7.0
6122026-08-29T00:57:16.644Z Downloaded rand_xorshift v0.4.0
6132026-08-29T00:57:16.647Z Downloaded recursive-proc-macro-impl v0.1.1
6142026-08-29T00:57:16.647Z Downloaded cassowary v0.3.0
6152026-08-29T00:57:16.647Z Downloaded serde_bytes v0.11.19
6162026-08-29T00:57:16.650Z Downloaded backoff v0.4.0
6172026-08-29T00:57:16.653Z Downloaded recursive v0.1.1
6182026-08-29T00:57:16.653Z Downloaded cbc v0.2.1
6192026-08-29T00:57:16.653Z Downloaded cipher v0.4.4
6202026-08-29T00:57:16.653Z Downloaded blowfish v0.10.0
6212026-08-29T00:57:16.659Z Downloaded ref-cast v1.0.25
6222026-08-29T00:57:16.662Z Downloaded scopeguard v1.2.0
6232026-08-29T00:57:16.662Z Downloaded bs58 v0.5.1
6242026-08-29T00:57:16.662Z Downloaded base64ct v1.8.3
6252026-08-29T00:57:16.665Z Downloaded slog-bunyan v2.5.0
6262026-08-29T00:57:16.665Z Downloaded argon2 v0.6.0-rc.8
6272026-08-29T00:57:16.665Z Downloaded fixedbitset v0.5.7
6282026-08-29T00:57:16.667Z Downloaded backon v1.6.0
6292026-08-29T00:57:16.667Z Downloaded clang-sys v1.8.1
6302026-08-29T00:57:16.671Z Downloaded highway v1.3.0
6312026-08-29T00:57:16.671Z Downloaded humantime v2.3.0
6322026-08-29T00:57:16.671Z Downloaded sha1 v0.10.6
6332026-08-29T00:57:16.675Z Downloaded find-msvc-tools v0.1.9
6342026-08-29T00:57:16.675Z Downloaded foldhash v0.2.0
6352026-08-29T00:57:16.675Z Downloaded http-body-util v0.1.3
6362026-08-29T00:57:16.675Z Downloaded pem-rfc7468 v0.7.0
6372026-08-29T00:57:16.675Z Downloaded signal-hook-mio v0.2.5
6382026-08-29T00:57:16.675Z Downloaded git-stub-vcs v0.1.0
6392026-08-29T00:57:16.679Z Downloaded ghash v0.6.0
6402026-08-29T00:57:16.682Z Downloaded globset v0.4.18
6412026-08-29T00:57:16.682Z Downloaded group v0.13.0
6422026-08-29T00:57:16.682Z Downloaded pem v3.0.6
6432026-08-29T00:57:16.685Z Downloaded rand_core v0.9.5
6442026-08-29T00:57:16.688Z Downloaded sqlparser_derive v0.5.0
6452026-08-29T00:57:16.688Z Downloaded stable_deref_trait v1.2.1
6462026-08-29T00:57:16.688Z Downloaded structmeta-derive v0.3.0
6472026-08-29T00:57:16.689Z Downloaded supports-unicode v3.0.0
6482026-08-29T00:57:16.689Z Downloaded foldhash v0.1.5
6492026-08-29T00:57:16.689Z Downloaded testing_table v0.3.0
6502026-08-29T00:57:16.691Z Downloaded thiserror-impl-no-std v2.0.2
6512026-08-29T00:57:16.695Z Downloaded topological-sort v0.2.2
6522026-08-29T00:57:16.695Z Downloaded globwalk v0.9.1
6532026-08-29T00:57:16.698Z Downloaded progenitor-extras v0.2.0
6542026-08-29T00:57:16.698Z Downloaded anstream v0.6.21
6552026-08-29T00:57:16.698Z Downloaded pbkdf2 v0.13.0
6562026-08-29T00:57:16.700Z Downloaded rustc-demangle v0.1.27
6572026-08-29T00:57:16.700Z Downloaded colored v2.2.0
6582026-08-29T00:57:16.700Z Downloaded byte-wrapper v0.1.0
6592026-08-29T00:57:16.703Z Downloaded bzip2 v0.4.4
6602026-08-29T00:57:16.703Z Downloaded console v0.16.2
6612026-08-29T00:57:16.707Z Downloaded phf v0.13.1
6622026-08-29T00:57:16.707Z Downloaded bit-vec v0.8.0
6632026-08-29T00:57:16.707Z Downloaded futures-channel v0.3.32
6642026-08-29T00:57:16.710Z Downloaded chacha20 v0.10.0
6652026-08-29T00:57:16.710Z Downloaded ciborium v0.2.2
6662026-08-29T00:57:16.710Z Downloaded console v0.15.11
6672026-08-29T00:57:16.712Z Downloaded const-oid v0.9.6
6682026-08-29T00:57:16.713Z Downloaded bzip2 v0.6.1
6692026-08-29T00:57:16.716Z Downloaded cmake v0.1.57
6702026-08-29T00:57:16.716Z Downloaded take_mut v0.2.2
6712026-08-29T00:57:16.716Z Downloaded blake2 v0.11.0-rc.6
6722026-08-29T00:57:16.719Z Downloaded cancel-safe-futures v0.1.5
6732026-08-29T00:57:16.719Z Downloaded colored v3.1.1
6742026-08-29T00:57:16.721Z Downloaded tower-service v0.3.3
6752026-08-29T00:57:16.721Z Downloaded unarray v0.1.4
6762026-08-29T00:57:16.721Z Downloaded r2d2 v0.8.10
6772026-08-29T00:57:16.722Z Downloaded serde_urlencoded v0.7.1
6782026-08-29T00:57:16.725Z Downloaded serde-hex v0.1.0
6792026-08-29T00:57:16.725Z Downloaded utf-8 v0.7.6
6802026-08-29T00:57:16.729Z Downloaded serde_tokenstream v0.3.0
6812026-08-29T00:57:16.733Z Downloaded slog-async v2.8.0
6822026-08-29T00:57:16.737Z Downloaded zerofrom-derive v0.1.6
6832026-08-29T00:57:16.737Z Downloaded usdt v0.6.0
6842026-08-29T00:57:16.737Z Downloaded utf8_iter v1.0.4
6852026-08-29T00:57:16.737Z Downloaded wait-timeout v0.2.1
6862026-08-29T00:57:16.742Z Downloaded yoke-derive v0.8.1
6872026-08-29T00:57:16.742Z Downloaded zerofrom v0.1.6
6882026-08-29T00:57:16.742Z Downloaded base64 v0.22.1
6892026-08-29T00:57:16.746Z Downloaded signal-hook-registry v1.4.8
6902026-08-29T00:57:16.746Z Downloaded curve25519-dalek-derive v0.1.1
6912026-08-29T00:57:16.746Z Downloaded spki v0.7.3
6922026-08-29T00:57:16.746Z Downloaded zone_cfg_derive v0.3.1
6932026-08-29T00:57:16.749Z Downloaded hybrid-array v0.4.13
6942026-08-29T00:57:16.749Z Downloaded group v0.14.0
6952026-08-29T00:57:16.752Z Downloaded hmac v0.12.1
6962026-08-29T00:57:16.755Z Downloaded parking_lot_core v0.9.12
6972026-08-29T00:57:16.755Z Downloaded postcard v1.1.3
6982026-08-29T00:57:16.755Z Downloaded structmeta v0.3.0
6992026-08-29T00:57:16.755Z Downloaded tokio-dtrace v0.1.1
7002026-08-29T00:57:16.757Z Downloaded fs_extra v1.3.0
7012026-08-29T00:57:16.757Z Downloaded half v1.8.3
7022026-08-29T00:57:16.760Z Downloaded pkcs8 v0.11.0
7032026-08-29T00:57:16.761Z Downloaded tls_codec v0.4.2
7042026-08-29T00:57:16.765Z Downloaded darling_macro v0.20.11
7052026-08-29T00:57:16.765Z Downloaded darling_macro v0.21.3
7062026-08-29T00:57:16.765Z Downloaded defmt-parser v1.0.0
7072026-08-29T00:57:16.765Z Downloaded pkcs1 v0.7.5
7082026-08-29T00:57:16.769Z Downloaded buf-list v1.1.2
7092026-08-29T00:57:16.772Z Downloaded hmac v0.13.0
7102026-08-29T00:57:16.772Z Downloaded difflib v0.4.0
7112026-08-29T00:57:16.775Z Downloaded poly1305 v0.9.0
7122026-08-29T00:57:16.778Z Downloaded blake2 v0.10.6
7132026-08-29T00:57:16.778Z Downloaded elliptic-curve v0.14.1
7142026-08-29T00:57:16.784Z Downloaded string_cache v0.8.9
7152026-08-29T00:57:16.784Z Downloaded strum_macros v0.27.2
7162026-08-29T00:57:16.784Z Downloaded synstructure v0.13.2
7172026-08-29T00:57:16.784Z Downloaded fatfs v0.3.6
7182026-08-29T00:57:16.787Z Downloaded ident_case v1.0.1
7192026-08-29T00:57:16.790Z Downloaded indoc v1.0.9
7202026-08-29T00:57:16.790Z Downloaded inout v0.1.4
7212026-08-29T00:57:16.793Z Downloaded progenitor v0.13.0
7222026-08-29T00:57:16.793Z Downloaded tiny-keccak v2.0.2
7232026-08-29T00:57:16.793Z Downloaded inout v0.2.2
7242026-08-29T00:57:16.796Z Downloaded tui-tree-widget v0.23.1
7252026-08-29T00:57:16.799Z Downloaded rustls-pki-types v1.14.0
7262026-08-29T00:57:16.802Z Downloaded kem v0.3.0
7272026-08-29T00:57:16.802Z Downloaded linked-hash-map v0.5.6
7282026-08-29T00:57:16.802Z Downloaded keccak v0.1.6
7292026-08-29T00:57:16.805Z Downloaded cpubits v0.1.1
7302026-08-29T00:57:16.805Z Downloaded lzss v0.8.2
7312026-08-29T00:57:16.805Z Downloaded memoffset v0.9.1
7322026-08-29T00:57:16.805Z Downloaded vergen-lib v0.1.6
7332026-08-29T00:57:16.808Z Downloaded whoami v2.1.0
7342026-08-29T00:57:16.808Z Downloaded aes v0.9.1
7352026-08-29T00:57:16.810Z Downloaded maybe-uninit v2.0.0
7362026-08-29T00:57:16.815Z Downloaded multimap v0.10.1
7372026-08-29T00:57:16.818Z Downloaded zstd-safe v7.2.4
7382026-08-29T00:57:16.818Z Downloaded httparse v1.10.1
7392026-08-29T00:57:16.818Z Downloaded num_enum_derive v0.5.11
7402026-08-29T00:57:16.821Z Downloaded openssl-probe v0.2.1
7412026-08-29T00:57:16.826Z Downloaded omicron-zone-package v0.12.3
7422026-08-29T00:57:16.829Z Downloaded oxide-update-engine-types v0.1.2
7432026-08-29T00:57:16.829Z Downloaded papergrid v0.18.0
7442026-08-29T00:57:16.835Z Downloaded term v1.2.1
7452026-08-29T00:57:16.838Z Downloaded toml_writer v1.1.1+spec-1.1.0
7462026-08-29T00:57:16.838Z Downloaded critical-section v1.2.0
7472026-08-29T00:57:16.838Z Downloaded ctr v0.10.1
7482026-08-29T00:57:16.838Z Downloaded dropshot-api-manager-types v0.8.0
7492026-08-29T00:57:16.838Z Downloaded derive_builder_core v0.20.2
7502026-08-29T00:57:16.838Z Downloaded hyper-rustls v0.27.7
7512026-08-29T00:57:16.841Z Downloaded flume v0.11.1
7522026-08-29T00:57:16.844Z Downloaded chacha20poly1305 v0.10.1
7532026-08-29T00:57:16.852Z Downloaded getrandom v0.3.4
7542026-08-29T00:57:16.856Z Downloaded diesel-dtrace v0.5.0
7552026-08-29T00:57:16.856Z Downloaded futures v0.3.32
7562026-08-29T00:57:16.860Z Downloaded dof v0.4.0
7572026-08-29T00:57:16.860Z Downloaded either v1.15.0
7582026-08-29T00:57:16.860Z Downloaded rfc6979 v0.4.0
7592026-08-29T00:57:16.860Z Downloaded rustc_version v0.4.1
7602026-08-29T00:57:16.860Z Downloaded secrecy v0.10.3
7612026-08-29T00:57:16.863Z Downloaded signal-hook-tokio v0.3.1
7622026-08-29T00:57:16.863Z Downloaded progenitor-macro v0.13.0
7632026-08-29T00:57:16.863Z Downloaded russh-cryptovec v0.62.0
7642026-08-29T00:57:16.863Z Downloaded rand_chacha v0.3.1
7652026-08-29T00:57:16.863Z Downloaded scheduled-thread-pool v0.2.7
7662026-08-29T00:57:16.863Z Downloaded secrecy v0.8.0
7672026-08-29T00:57:16.866Z Downloaded impl-trait-for-tuples v0.2.3
7682026-08-29T00:57:16.866Z Downloaded siphasher v1.0.2
7692026-08-29T00:57:16.866Z Downloaded chumsky v0.9.3
7702026-08-29T00:57:16.869Z Downloaded twox-hash v2.1.2
7712026-08-29T00:57:16.869Z Downloaded unicode-properties v0.1.4
7722026-08-29T00:57:16.872Z Downloaded jobserver v0.1.34
7732026-08-29T00:57:16.872Z Downloaded keccak v0.2.0
7742026-08-29T00:57:16.876Z Downloaded linear-map v1.2.0
7752026-08-29T00:57:16.876Z Downloaded hyper-staticfile v0.10.1
7762026-08-29T00:57:16.876Z Downloaded tokio-stream v0.1.18
7772026-08-29T00:57:16.879Z Downloaded ryu v1.0.23
7782026-08-29T00:57:16.879Z Downloaded salsa20 v0.11.0
7792026-08-29T00:57:16.882Z Downloaded signal-hook v0.3.18
7802026-08-29T00:57:16.882Z Downloaded strum v0.27.2
7812026-08-29T00:57:16.882Z Downloaded nanorand v0.7.0
7822026-08-29T00:57:16.885Z Downloaded slog v2.8.2
7832026-08-29T00:57:16.885Z Downloaded corncobs v0.1.4
7842026-08-29T00:57:16.885Z Downloaded ingot-types v0.2.0
7852026-08-29T00:57:16.889Z Downloaded sponge-cursor v0.1.0
7862026-08-29T00:57:16.891Z Downloaded termtree v0.5.1
7872026-08-29T00:57:16.891Z Downloaded tinyvec_macros v0.1.1
7882026-08-29T00:57:16.897Z Downloaded parking_lot_core v0.8.6
7892026-08-29T00:57:16.897Z Downloaded derive_builder v0.20.2
7902026-08-29T00:57:16.900Z Downloaded darling v0.20.11
7912026-08-29T00:57:16.900Z Downloaded proc-macro-crate v3.4.0
7922026-08-29T00:57:16.900Z Downloaded tower-layer v0.3.3
7932026-08-29T00:57:16.900Z Downloaded half v2.7.1
7942026-08-29T00:57:16.900Z Downloaded heapless v0.8.0
7952026-08-29T00:57:16.904Z Downloaded num-complex v0.4.6
7962026-08-29T00:57:16.904Z Downloaded universal-hash v0.6.1
7972026-08-29T00:57:16.904Z Downloaded waitgroup v0.1.2
7982026-08-29T00:57:16.906Z Downloaded paste v1.0.15
7992026-08-29T00:57:16.906Z Downloaded crossbeam-utils v0.8.21
8002026-08-29T00:57:16.906Z Downloaded ar_archive_writer v0.5.1
8012026-08-29T00:57:16.909Z Downloaded backtrace v0.3.76
8022026-08-29T00:57:16.912Z Downloaded headers v0.4.1
8032026-08-29T00:57:16.917Z Downloaded bumpalo v3.20.2
8042026-08-29T00:57:16.917Z Downloaded cc v1.2.56
8052026-08-29T00:57:16.921Z Downloaded bytes v1.11.1
8062026-08-29T00:57:16.921Z Downloaded compact_str v0.8.1
8072026-08-29T00:57:16.923Z Downloaded p384 v0.14.0
8082026-08-29T00:57:16.927Z Downloaded scrypt v0.12.0
8092026-08-29T00:57:16.927Z Downloaded pin-project-internal v1.1.11
8102026-08-29T00:57:16.927Z Downloaded trait-variant v0.1.2
8112026-08-29T00:57:16.927Z Downloaded untrusted v0.9.0
8122026-08-29T00:57:16.931Z Downloaded async-compression v0.4.41
8132026-08-29T00:57:16.934Z Downloaded scuffle v0.1.0
8142026-08-29T00:57:16.934Z Downloaded simd-adler32 v0.3.8
8152026-08-29T00:57:16.934Z Downloaded strum v0.26.3
8162026-08-29T00:57:16.934Z Downloaded postgres-protocol v0.6.12
8172026-08-29T00:57:16.938Z Downloaded snafu-derive v0.8.9
8182026-08-29T00:57:16.938Z Downloaded convert_case v0.4.0
8192026-08-29T00:57:16.938Z Downloaded progenitor-client v0.13.0
8202026-08-29T00:57:16.941Z Downloaded crypto-common v0.2.2
8212026-08-29T00:57:16.941Z Downloaded ecdsa v0.17.0
8222026-08-29T00:57:16.946Z Downloaded serde_with_macros v1.5.2
8232026-08-29T00:57:16.949Z Downloaded oxide-update-engine-display v0.1.2
8242026-08-29T00:57:16.953Z Downloaded debug-ignore v1.0.5
8252026-08-29T00:57:16.958Z Downloaded toml v0.7.8
8262026-08-29T00:57:16.958Z Downloaded diff v0.1.13
8272026-08-29T00:57:16.964Z Downloaded rayon-core v1.13.0
8282026-08-29T00:57:16.964Z Downloaded rcgen v0.12.1
8292026-08-29T00:57:16.965Z Downloaded untrusted v0.7.1
8302026-08-29T00:57:16.965Z Downloaded vte v0.14.1
8312026-08-29T00:57:16.968Z Downloaded is-terminal v0.4.17
8322026-08-29T00:57:16.968Z Downloaded ssh-encoding v0.3.0
8332026-08-29T00:57:16.968Z Downloaded lazy_static v1.5.0
8342026-08-29T00:57:16.972Z Downloaded digest-io v0.1.0
8352026-08-29T00:57:16.972Z Downloaded dyn-clone v1.0.20
8362026-08-29T00:57:16.972Z Downloaded downcast-rs v2.0.2
8372026-08-29T00:57:16.972Z Downloaded document-features v0.2.12
8382026-08-29T00:57:16.982Z Downloaded quinn v0.11.11
8392026-08-29T00:57:16.986Z Downloaded walkdir v2.5.0
8402026-08-29T00:57:16.993Z Downloaded socket2 v0.5.10
8412026-08-29T00:57:16.993Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8422026-08-29T00:57:16.993Z Downloaded flate2 v1.1.9
8432026-08-29T00:57:16.998Z Downloaded quinn-udp v0.5.14
8442026-08-29T00:57:16.998Z Downloaded zstd v0.13.3
8452026-08-29T00:57:16.998Z Downloaded newtype-uuid-macros v0.1.0
8462026-08-29T00:57:16.998Z Downloaded newtype_derive v0.1.6
8472026-08-29T00:57:16.998Z Downloaded olpc-cjson v0.1.4
8482026-08-29T00:57:16.998Z Downloaded unsafe-libyaml v0.2.11
8492026-08-29T00:57:17.002Z Downloaded heapless v0.7.17
8502026-08-29T00:57:17.006Z Downloaded daft-derive v0.1.8
8512026-08-29T00:57:17.006Z Downloaded phf_shared v0.12.1
8522026-08-29T00:57:17.009Z Downloaded path-slash v0.1.5
8532026-08-29T00:57:17.009Z Downloaded psl-types v2.0.11
8542026-08-29T00:57:17.009Z Downloaded ref-cast-impl v1.0.25
8552026-08-29T00:57:17.009Z Downloaded openssl-probe v0.1.6
8562026-08-29T00:57:17.012Z Downloaded potential_utf v0.1.4
8572026-08-29T00:57:17.012Z Downloaded poly1305 v0.8.0
8582026-08-29T00:57:17.014Z Downloaded wyz v0.5.1
8592026-08-29T00:57:17.017Z Downloaded expectorate v1.2.0
8602026-08-29T00:57:17.017Z Downloaded convert_case v0.10.0
8612026-08-29T00:57:17.020Z Downloaded progenitor-client v0.14.0
8622026-08-29T00:57:17.020Z Downloaded rustc-hash v2.1.1
8632026-08-29T00:57:17.020Z Downloaded futures-util v0.3.32
8642026-08-29T00:57:17.076Z Downloaded parking_lot v0.12.5
8652026-08-29T00:57:17.076Z Downloaded derive-ex v0.1.8
8662026-08-29T00:57:17.076Z Downloaded rpassword v7.5.4
8672026-08-29T00:57:17.076Z Downloaded embedded-io v0.4.0
8682026-08-29T00:57:17.076Z Downloaded seq-macro v0.3.6
8692026-08-29T00:57:17.076Z Downloaded pretty_assertions v1.4.1
8702026-08-29T00:57:17.076Z Downloaded publicsuffix v2.3.0
8712026-08-29T00:57:17.076Z Downloaded slog-envlogger v2.2.0
8722026-08-29T00:57:17.076Z Downloaded delegate v0.13.5
8732026-08-29T00:57:17.076Z Downloaded ml-kem v0.3.2
8742026-08-29T00:57:17.076Z Downloaded smallvec v1.15.1
8752026-08-29T00:57:17.076Z Downloaded zerocopy v0.6.6
8762026-08-29T00:57:17.077Z Downloaded strum_macros v0.24.3
8772026-08-29T00:57:17.077Z Downloaded lock_api v0.4.14
8782026-08-29T00:57:17.077Z Downloaded indoc v2.0.7
8792026-08-29T00:57:17.077Z Downloaded supports-hyperlinks v3.2.0
8802026-08-29T00:57:17.077Z Downloaded libsw-core v0.3.2
8812026-08-29T00:57:17.077Z Downloaded tokio-macros v2.7.0
8822026-08-29T00:57:17.077Z Downloaded pem-rfc7468 v1.0.0
8832026-08-29T00:57:17.077Z Downloaded hickory-resolver v0.24.4
8842026-08-29T00:57:17.089Z Downloaded hickory-server v0.25.2
8852026-08-29T00:57:17.089Z Downloaded similar v2.7.0
8862026-08-29T00:57:17.090Z Downloaded cookie v0.18.1
8872026-08-29T00:57:17.090Z Downloaded crossbeam-epoch v0.9.18
8882026-08-29T00:57:17.090Z Downloaded ctutils v0.4.2
8892026-08-29T00:57:17.090Z Downloaded pin-project-lite v0.2.17
8902026-08-29T00:57:17.090Z Downloaded thread-id v5.1.0
8912026-08-29T00:57:17.090Z Downloaded usdt-attr-macro v0.6.0
8922026-08-29T00:57:17.090Z Downloaded miette-derive v7.6.0
8932026-08-29T00:57:17.090Z Downloaded tls_codec_derive v0.4.2
8942026-08-29T00:57:17.090Z Downloaded md-5 v0.11.0
8952026-08-29T00:57:17.090Z Downloaded oxide-tokio-rt v0.1.4
8962026-08-29T00:57:17.090Z Downloaded packed_struct v0.10.1
8972026-08-29T00:57:17.093Z Downloaded rustversion v1.0.22
8982026-08-29T00:57:17.093Z Downloaded schemars_derive v0.8.22
8992026-08-29T00:57:17.093Z Downloaded zeroize_derive v1.5.0
9002026-08-29T00:57:17.093Z Downloaded cstr-argument v0.1.2
9012026-08-29T00:57:17.093Z Downloaded crc v3.4.0
9022026-08-29T00:57:17.093Z Downloaded darling_core v0.20.11
9032026-08-29T00:57:17.096Z Downloaded postgres-types v0.2.14
9042026-08-29T00:57:17.097Z Downloaded ppv-lite86 v0.2.21
9052026-08-29T00:57:17.097Z Downloaded primeorder v0.14.0
9062026-08-29T00:57:17.097Z Downloaded typify v0.6.2
9072026-08-29T00:57:17.101Z Downloaded icu_normalizer_data v2.1.1
9082026-08-29T00:57:17.101Z Downloaded rustls-platform-verifier v0.6.2
9092026-08-29T00:57:17.104Z Downloaded shlex v1.3.0
9102026-08-29T00:57:17.104Z Downloaded sqlformat v0.3.5
9112026-08-29T00:57:17.107Z Downloaded psm v0.1.30
9122026-08-29T00:57:17.107Z Downloaded rand_core v0.10.0
9132026-08-29T00:57:17.107Z Downloaded crucible-workspace-hack v0.1.0
9142026-08-29T00:57:17.110Z Downloaded icu_normalizer v2.1.1
9152026-08-29T00:57:17.110Z Downloaded rusty-fork v0.3.1
9162026-08-29T00:57:17.115Z Downloaded darling_macro v0.23.0
9172026-08-29T00:57:17.115Z Downloaded dirs-next v2.0.0
9182026-08-29T00:57:17.115Z Downloaded slab v0.4.12
9192026-08-29T00:57:17.115Z Downloaded subprocess v0.2.15
9202026-08-29T00:57:17.118Z Downloaded smallvec v0.6.14
9212026-08-29T00:57:17.122Z Downloaded litrs v1.0.0
9222026-08-29T00:57:17.126Z Downloaded schemars v0.8.22
9232026-08-29T00:57:17.132Z Downloaded hashbrown v0.12.3
9242026-08-29T00:57:17.134Z Downloaded strum_macros v0.26.4
9252026-08-29T00:57:17.138Z Downloaded http v1.4.2
9262026-08-29T00:57:17.140Z Downloaded tinystr v0.8.2
9272026-08-29T00:57:17.143Z Downloaded lru-cache v0.1.2
9282026-08-29T00:57:17.146Z Downloaded tinyvec v1.10.0
9292026-08-29T00:57:17.146Z Downloaded native-tls v0.2.18
9302026-08-29T00:57:17.146Z Downloaded match_cfg v0.1.0
9312026-08-29T00:57:17.149Z Downloaded num v0.4.3
9322026-08-29T00:57:17.149Z Downloaded oso-derive v0.27.3
9332026-08-29T00:57:17.149Z Downloaded unicase v2.9.0
9342026-08-29T00:57:17.155Z Downloaded openssl-sys v0.9.117
9352026-08-29T00:57:17.158Z Downloaded whoami v1.6.1
9362026-08-29T00:57:17.161Z Downloaded parse-size v1.1.0
9372026-08-29T00:57:17.164Z Downloaded cpufeatures v0.3.0
9382026-08-29T00:57:17.164Z Downloaded prettyplease v0.2.37
9392026-08-29T00:57:17.168Z Downloaded rand_pcg v0.10.2
9402026-08-29T00:57:17.175Z Downloaded sha2 v0.11.0
9412026-08-29T00:57:17.178Z Downloaded elliptic-curve v0.13.8
9422026-08-29T00:57:17.182Z Downloaded schemars v0.9.0
9432026-08-29T00:57:17.186Z Downloaded libbz2-rs-sys v0.2.2
9442026-08-29T00:57:17.189Z Downloaded daft v0.1.8
9452026-08-29T00:57:17.189Z Downloaded serde-big-array v0.5.1
9462026-08-29T00:57:17.192Z Downloaded serde_with_macros v3.21.0
9472026-08-29T00:57:17.192Z Downloaded zerocopy-derive v0.8.55
9482026-08-29T00:57:17.196Z Downloaded knus v3.4.0
9492026-08-29T00:57:17.199Z Downloaded rustyline v14.0.0
9502026-08-29T00:57:17.202Z Downloaded sapling-renderdag v0.1.0
9512026-08-29T00:57:17.202Z Downloaded term v0.7.0
9522026-08-29T00:57:17.206Z Downloaded tar v0.4.46
9532026-08-29T00:57:17.206Z Downloaded icu_provider v2.1.1
9542026-08-29T00:57:17.208Z Downloaded serde_derive_internals v0.29.1
9552026-08-29T00:57:17.209Z Downloaded serde_spanned v1.1.1
9562026-08-29T00:57:17.209Z Downloaded signature v3.0.0
9572026-08-29T00:57:17.209Z Downloaded sha1 v0.11.0
9582026-08-29T00:57:17.209Z Downloaded tabwriter v1.4.1
9592026-08-29T00:57:17.211Z Downloaded subtle v2.6.1
9602026-08-29T00:57:17.211Z Downloaded tagptr v0.2.0
9612026-08-29T00:57:17.212Z Downloaded rand v0.8.6
9622026-08-29T00:57:17.216Z Downloaded yansi v1.0.1
9632026-08-29T00:57:17.216Z Downloaded hashbrown v0.13.2
9642026-08-29T00:57:17.219Z Downloaded num-bigint-dig v0.8.6
9652026-08-29T00:57:17.222Z Downloaded sync-ptr v0.1.4
9662026-08-29T00:57:17.222Z Downloaded sync_wrapper v1.0.2
9672026-08-29T00:57:17.222Z Downloaded yasna v0.5.2
9682026-08-29T00:57:17.225Z Downloaded libloading v0.8.9
9692026-08-29T00:57:17.225Z Downloaded typify-macro v0.6.2
9702026-08-29T00:57:17.225Z Downloaded toml_parser v1.1.2+spec-1.1.0
9712026-08-29T00:57:17.228Z Downloaded xshell-macros v0.2.7
9722026-08-29T00:57:17.228Z Downloaded zone v0.3.1
9732026-08-29T00:57:17.228Z Downloaded ingot v0.2.1
9742026-08-29T00:57:17.231Z Downloaded num-traits v0.2.19
9752026-08-29T00:57:17.234Z Downloaded ron v0.8.1
9762026-08-29T00:57:17.236Z Downloaded uzers v0.12.2
9772026-08-29T00:57:17.236Z Downloaded mime_guess v2.0.5
9782026-08-29T00:57:17.240Z Downloaded parse-display-derive v0.10.0
9792026-08-29T00:57:17.240Z Downloaded polyval v0.7.1
9802026-08-29T00:57:17.240Z Downloaded predicates v3.1.4
9812026-08-29T00:57:17.243Z Downloaded primeorder v0.13.6
9822026-08-29T00:57:17.243Z Downloaded owo-colors v4.3.0
9832026-08-29T00:57:17.243Z Downloaded dsl_auto_type v0.2.0
9842026-08-29T00:57:17.246Z Downloaded crunchy v0.2.4
9852026-08-29T00:57:17.246Z Downloaded multer v3.1.0
9862026-08-29T00:57:17.250Z Downloaded phf v0.12.1
9872026-08-29T00:57:17.255Z Downloaded indexmap v1.9.3
9882026-08-29T00:57:17.255Z Downloaded indicatif v0.18.4
9892026-08-29T00:57:17.259Z Downloaded socket2 v0.6.3
9902026-08-29T00:57:17.259Z Downloaded qorb v0.4.1
9912026-08-29T00:57:17.259Z Downloaded rand_core v0.6.4
9922026-08-29T00:57:17.262Z Downloaded rand_seeder v0.4.0
9932026-08-29T00:57:17.263Z Downloaded internet-checksum v0.2.1
9942026-08-29T00:57:17.267Z Downloaded ipnetwork v0.21.1
9952026-08-29T00:57:17.269Z Downloaded aes-gcm v0.11.0
9962026-08-29T00:57:17.272Z Downloaded ed25519 v3.0.0
9972026-08-29T00:57:17.272Z Downloaded sec1 v0.7.3
9982026-08-29T00:57:17.272Z Downloaded defmt-macros v1.0.1
9992026-08-29T00:57:17.275Z Downloaded ed25519-dalek v3.0.0
10002026-08-29T00:57:17.278Z Downloaded slog-scope v4.4.1
10012026-08-29T00:57:17.278Z Downloaded hashbrown v0.14.5
10022026-08-29T00:57:17.283Z Downloaded slog-json v2.6.1
10032026-08-29T00:57:17.283Z Downloaded spki v0.8.0
10042026-08-29T00:57:17.283Z Downloaded itertools v0.10.5
10052026-08-29T00:57:17.286Z Downloaded unicode-normalization v0.1.25
10062026-08-29T00:57:17.286Z Downloaded uuid v1.23.4
10072026-08-29T00:57:17.290Z Downloaded openssl-macros v0.1.1
10082026-08-29T00:57:17.290Z Downloaded percent-encoding v2.3.2
10092026-08-29T00:57:17.295Z Downloaded maplit v1.0.2
10102026-08-29T00:57:17.295Z Downloaded newline-converter v0.3.0
10112026-08-29T00:57:17.300Z Downloaded same-file v1.0.6
10122026-08-29T00:57:17.303Z Downloaded hashbrown v0.15.5
10132026-08-29T00:57:17.305Z Downloaded signature v2.2.0
10142026-08-29T00:57:17.305Z Downloaded constant_time_eq v0.4.2
10152026-08-29T00:57:17.305Z Downloaded xshell v0.2.7
10162026-08-29T00:57:17.308Z Downloaded indent_write v2.2.0
10172026-08-29T00:57:17.308Z Downloaded toml v1.1.2+spec-1.1.0
10182026-08-29T00:57:17.310Z Downloaded supports-color v3.0.2
10192026-08-29T00:57:17.310Z Downloaded data-encoding v2.10.0
10202026-08-29T00:57:17.310Z Downloaded tungstenite v0.21.0
10212026-08-29T00:57:17.313Z Downloaded typed-path v0.9.3
10222026-08-29T00:57:17.316Z Downloaded csv-core v0.1.13
10232026-08-29T00:57:17.316Z Downloaded ed25519-dalek v2.2.0
10242026-08-29T00:57:17.318Z Downloaded der_derive v0.7.3
10252026-08-29T00:57:17.323Z Downloaded derive-where v1.6.0
10262026-08-29T00:57:17.323Z Downloaded rtoolbox v0.0.3
10272026-08-29T00:57:17.327Z Downloaded des v0.9.0
10282026-08-29T00:57:17.327Z Downloaded try-lock v0.2.5
10292026-08-29T00:57:17.327Z Downloaded unit-prefix v0.5.2
10302026-08-29T00:57:17.327Z Downloaded wnaf v0.14.0
10312026-08-29T00:57:17.330Z Downloaded unicode-xid v0.2.6
10322026-08-29T00:57:17.330Z Downloaded rand v0.9.2
10332026-08-29T00:57:17.333Z Downloaded rand v0.10.1
10342026-08-29T00:57:17.337Z Downloaded ipnet v2.12.0
10352026-08-29T00:57:17.340Z Downloaded nu-ansi-term v0.50.3
10362026-08-29T00:57:17.340Z Downloaded pkcs1 v0.8.0-rc.4
10372026-08-29T00:57:17.340Z Downloaded dirs-sys-next v0.1.2
10382026-08-29T00:57:17.340Z Downloaded rustls-pemfile v2.2.0
10392026-08-29T00:57:17.343Z Downloaded tokio-test v0.4.5
10402026-08-29T00:57:17.343Z Downloaded reedline v0.40.0
10412026-08-29T00:57:17.346Z Downloaded derive_more v2.1.1
10422026-08-29T00:57:17.350Z Downloaded ed25519 v2.2.3
10432026-08-29T00:57:17.353Z Downloaded derive_builder_macro v0.20.2
10442026-08-29T00:57:17.353Z Downloaded miette v7.6.0
10452026-08-29T00:57:17.356Z Downloaded instability v0.3.11
10462026-08-29T00:57:17.356Z Downloaded tokio-tungstenite v0.23.1
10472026-08-29T00:57:17.358Z Downloaded ignore v0.4.25
10482026-08-29T00:57:17.358Z Downloaded num-rational v0.4.2
10492026-08-29T00:57:17.362Z Downloaded crossterm v0.28.1
10502026-08-29T00:57:17.365Z Downloaded illumos-nvpair v0.3.0
10512026-08-29T00:57:17.370Z Downloaded icu_properties v2.1.2
10522026-08-29T00:57:17.374Z Downloaded darling_core v0.23.0
10532026-08-29T00:57:17.378Z Downloaded oxnet v0.1.6
10542026-08-29T00:57:17.378Z Downloaded pkcs8 v0.10.2
10552026-08-29T00:57:17.378Z Downloaded pkg-config v0.3.32
10562026-08-29T00:57:17.382Z Downloaded jiff-static v0.2.34
10572026-08-29T00:57:17.382Z Downloaded nonempty v0.12.0
10582026-08-29T00:57:17.382Z Downloaded libscf-sys v1.2.0
10592026-08-29T00:57:17.385Z Downloaded crc32fast v1.5.0
10602026-08-29T00:57:17.385Z Downloaded p521 v0.14.0
10612026-08-29T00:57:17.385Z Downloaded scroll v0.13.0
10622026-08-29T00:57:17.388Z Downloaded der v0.8.0
10632026-08-29T00:57:17.391Z Downloaded smf v0.2.3
10642026-08-29T00:57:17.391Z Downloaded russh-util v0.52.0
10652026-08-29T00:57:17.391Z Downloaded semver v0.1.20
10662026-08-29T00:57:17.391Z Downloaded stringprep v0.1.5
10672026-08-29T00:57:17.391Z Downloaded unicode-segmentation v1.12.0
10682026-08-29T00:57:17.395Z Downloaded usdt-impl v0.6.0
10692026-08-29T00:57:17.400Z Downloaded drift v0.2.0
10702026-08-29T00:57:17.410Z Downloaded zip v0.6.6
10712026-08-29T00:57:17.410Z Downloaded strsim v0.10.0
10722026-08-29T00:57:17.410Z Downloaded shell-words v1.1.1
10732026-08-29T00:57:17.418Z Downloaded xattr v1.6.1
10742026-08-29T00:57:17.418Z Downloaded crossbeam-deque v0.8.6
10752026-08-29T00:57:17.418Z Downloaded progenitor-impl v0.13.0
10762026-08-29T00:57:17.418Z Downloaded time-macros v0.2.27
10772026-08-29T00:57:17.418Z Downloaded universal-hash v0.5.1
10782026-08-29T00:57:17.418Z Downloaded tokio-util v0.7.18
10792026-08-29T00:57:17.421Z Downloaded iana-time-zone v0.1.65
10802026-08-29T00:57:17.421Z Downloaded tokio-tungstenite v0.21.0
10812026-08-29T00:57:17.421Z Downloaded vergen-gitcl v1.0.8
10822026-08-29T00:57:17.421Z Downloaded writeable v0.6.2
10832026-08-29T00:57:17.421Z Downloaded dropshot-api-manager v0.8.0
10842026-08-29T00:57:17.425Z Downloaded usdt-macro v0.6.0
10852026-08-29T00:57:17.425Z Downloaded deranged v0.5.8
10862026-08-29T00:57:17.428Z Downloaded is_ci v1.2.0
10872026-08-29T00:57:17.428Z Downloaded lru v0.12.5
10882026-08-29T00:57:17.429Z Downloaded steno v0.4.1
10892026-08-29T00:57:17.431Z Downloaded defmt v0.3.100
10902026-08-29T00:57:17.431Z Downloaded hyper v1.10.1
10912026-08-29T00:57:17.434Z Downloaded idna_adapter v1.2.1
10922026-08-29T00:57:17.434Z Downloaded hkdf v0.13.0
10932026-08-29T00:57:17.437Z Downloaded crossterm v0.29.0
10942026-08-29T00:57:17.440Z Downloaded hashbrown v0.16.1
10952026-08-29T00:57:17.442Z Downloaded hkdf v0.12.4
10962026-08-29T00:57:17.442Z Downloaded litemap v0.8.1
10972026-08-29T00:57:17.445Z Downloaded unicode-bidi v0.3.18
10982026-08-29T00:57:17.445Z Downloaded h2 v0.4.15
10992026-08-29T00:57:17.448Z Downloaded dtrace-parser v0.3.0
11002026-08-29T00:57:17.453Z Downloaded libefi-sys v0.1.0
11012026-08-29T00:57:17.453Z Downloaded module-lattice v0.2.3
11022026-08-29T00:57:17.453Z Downloaded password-hash v0.5.0
11032026-08-29T00:57:17.453Z Downloaded kstat-rs v0.2.5
11042026-08-29T00:57:17.453Z Downloaded num-conv v0.2.0
11052026-08-29T00:57:17.453Z Downloaded primefield v0.14.0
11062026-08-29T00:57:17.456Z Downloaded progenitor v0.14.0
11072026-08-29T00:57:17.456Z Downloaded winnow v0.6.26
11082026-08-29T00:57:17.459Z Downloaded precomputed-hash v0.1.1
11092026-08-29T00:57:17.459Z Downloaded rustc_version v0.1.7
11102026-08-29T00:57:17.459Z Downloaded serde_repr v0.1.20
11112026-08-29T00:57:17.459Z Downloaded strip-ansi-escapes v0.2.1
11122026-08-29T00:57:17.462Z Downloaded aws-lc-rs v1.16.3
11132026-08-29T00:57:17.466Z Downloaded mio v1.2.0
11142026-08-29T00:57:17.468Z Downloaded unicode_categories v0.1.1
11152026-08-29T00:57:17.468Z Downloaded num_enum v0.7.6
11162026-08-29T00:57:17.471Z Downloaded num_enum_derive v0.7.6
11172026-08-29T00:57:17.474Z Downloaded darling v0.23.0
11182026-08-29T00:57:17.477Z Downloaded phc v0.6.1
11192026-08-29T00:57:17.477Z Downloaded tracing-core v0.1.36
11202026-08-29T00:57:17.477Z Downloaded diesel_derives v2.3.7
11212026-08-29T00:57:17.480Z Downloaded serde_with v1.14.0
11222026-08-29T00:57:17.483Z Downloaded termios v0.3.3
11232026-08-29T00:57:17.486Z Downloaded darling_macro v0.13.4
11242026-08-29T00:57:17.486Z Downloaded slog-stdlog v4.1.1
11252026-08-29T00:57:17.486Z Downloaded tokio-native-tls v0.3.1
11262026-08-29T00:57:17.486Z Downloaded display-error-chain v0.2.2
11272026-08-29T00:57:17.491Z Downloaded digest v0.11.3
11282026-08-29T00:57:17.496Z Downloaded zip v4.6.1
11292026-08-29T00:57:17.498Z Downloaded const_format_proc_macros v0.2.34
11302026-08-29T00:57:17.503Z Downloaded nom v7.1.3
11312026-08-29T00:57:17.508Z Downloaded md5 v0.8.0
11322026-08-29T00:57:17.508Z Downloaded new_debug_unreachable v1.0.6
11332026-08-29T00:57:17.508Z Downloaded darling v0.13.4
11342026-08-29T00:57:17.508Z Downloaded password-hash v0.6.1
11352026-08-29T00:57:17.508Z Downloaded quick-error v1.2.3
11362026-08-29T00:57:17.508Z Downloaded serde_plain v1.0.2
11372026-08-29T00:57:17.508Z Downloaded void v1.0.2
11382026-08-29T00:57:17.508Z Downloaded ena v0.14.4
11392026-08-29T00:57:17.514Z Downloaded newtype-uuid v1.3.2
11402026-08-29T00:57:17.517Z Downloaded crc-catalog v2.4.0
11412026-08-29T00:57:17.517Z Downloaded pin-project v1.1.11
11422026-08-29T00:57:17.523Z Downloaded pkcs5 v0.8.1
11432026-08-29T00:57:17.529Z Downloaded port-file v0.1.0
11442026-08-29T00:57:17.529Z Downloaded mime v0.3.17
11452026-08-29T00:57:17.529Z Downloaded thiserror-no-std v2.0.2
11462026-08-29T00:57:17.532Z Downloaded embedded-io v0.6.1
11472026-08-29T00:57:17.532Z Downloaded parking_lot v0.11.2
11482026-08-29T00:57:17.532Z Downloaded hyper-tls v0.6.0
11492026-08-29T00:57:17.533Z Downloaded phf_shared v0.11.3
11502026-08-29T00:57:17.533Z Downloaded peg v0.8.5
11512026-08-29T00:57:17.536Z Downloaded winnow v0.5.40
11522026-08-29T00:57:17.540Z Downloaded packed_struct_codegen v0.10.1
11532026-08-29T00:57:17.540Z Downloaded x509-cert v0.2.5
11542026-08-29T00:57:17.542Z Downloaded rand_chacha v0.9.0
11552026-08-29T00:57:17.543Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11562026-08-29T00:57:17.546Z Downloaded slog-term v2.9.2
11572026-08-29T00:57:17.546Z Downloaded lalrpop-util v0.19.12
11582026-08-29T00:57:17.549Z Downloaded test-strategy v0.4.5
11592026-08-29T00:57:17.552Z Downloaded lru-slab v0.1.2
11602026-08-29T00:57:17.552Z Downloaded serde_cbor v0.11.2
11612026-08-29T00:57:17.552Z Downloaded ecdsa v0.16.9
11622026-08-29T00:57:17.556Z Downloaded dunce v1.0.5
11632026-08-29T00:57:17.559Z Downloaded crc8 v0.1.1
11642026-08-29T00:57:17.559Z Downloaded instant v0.1.13
11652026-08-29T00:57:17.559Z Downloaded sigpipe v0.1.3
11662026-08-29T00:57:17.559Z Downloaded rfc6979 v0.6.0
11672026-08-29T00:57:17.563Z Downloaded unicode-truncate v1.1.0
11682026-08-29T00:57:17.563Z Downloaded illumos-nvpair-sys v0.2.0
11692026-08-29T00:57:17.567Z Downloaded blake3 v1.8.5
11702026-08-29T00:57:17.571Z Downloaded tracing-attributes v0.1.31
11712026-08-29T00:57:17.575Z Downloaded num-integer v0.1.46
11722026-08-29T00:57:17.578Z Downloaded peg-macros v0.8.5
11732026-08-29T00:57:17.578Z Downloaded serde_path_to_error v0.1.20
11742026-08-29T00:57:17.578Z Downloaded derive_more v0.99.20
11752026-08-29T00:57:17.581Z Downloaded managed v0.8.0
11762026-08-29T00:57:17.581Z Downloaded phf_shared v0.13.1
11772026-08-29T00:57:17.581Z Downloaded diesel_table_macro_syntax v0.3.0
11782026-08-29T00:57:17.581Z Downloaded zopfli v0.8.3
11792026-08-29T00:57:17.584Z Downloaded itertools v0.15.0
11802026-08-29T00:57:17.587Z Downloaded crc-any v2.5.0
11812026-08-29T00:57:17.587Z Downloaded memmap2 v0.9.10
11822026-08-29T00:57:17.591Z Downloaded ssh-cipher v0.3.0
11832026-08-29T00:57:17.594Z Downloaded spin v0.9.8
11842026-08-29T00:57:17.597Z Downloaded predicates-tree v1.0.13
11852026-08-29T00:57:17.600Z Downloaded yoke v0.8.1
11862026-08-29T00:57:17.600Z Downloaded scroll_derive v0.13.1
11872026-08-29T00:57:17.610Z Downloaded slog-dtrace v0.3.0
11882026-08-29T00:57:17.613Z Downloaded proc-macro-error-attr2 v2.0.0
11892026-08-29T00:57:17.616Z Downloaded want v0.3.1
11902026-08-29T00:57:17.619Z Downloaded time-core v0.1.8
11912026-08-29T00:57:17.619Z Downloaded vergen-git2 v9.1.0
11922026-08-29T00:57:17.622Z Downloaded knus-derive v3.4.0
11932026-08-29T00:57:17.628Z Downloaded num-iter v0.1.45
11942026-08-29T00:57:17.631Z Downloaded vergen v9.1.0
11952026-08-29T00:57:17.634Z Downloaded ssh-key v0.7.0-rc.11
11962026-08-29T00:57:17.637Z Downloaded serdect v0.4.3
11972026-08-29T00:57:17.640Z Downloaded static_assertions v1.1.0
11982026-08-29T00:57:17.641Z Downloaded zerovec-derive v0.11.2
11992026-08-29T00:57:17.641Z Downloaded oxide-generation v0.1.3
12002026-08-29T00:57:17.641Z Downloaded tap v1.0.1
12012026-08-29T00:57:17.644Z Downloaded tokio-rustls v0.26.4
12022026-08-29T00:57:17.644Z Downloaded cookie_store v0.22.1
12032026-08-29T00:57:17.647Z Downloaded resolv-conf v0.7.6
12042026-08-29T00:57:17.647Z Downloaded support-bundle-viewer v0.1.2
12052026-08-29T00:57:17.651Z Downloaded internal-russh-num-bigint v0.5.0
12062026-08-29T00:57:17.656Z Downloaded progenitor-impl v0.14.0
12072026-08-29T00:57:17.659Z Downloaded libsw v3.5.0
12082026-08-29T00:57:17.663Z Downloaded vergen-lib v9.1.0
12092026-08-29T00:57:17.663Z Downloaded zeroize v1.9.0
12102026-08-29T00:57:17.666Z Downloaded vsss-rs v3.3.4
12112026-08-29T00:57:17.669Z Downloaded darling v0.21.3
12122026-08-29T00:57:17.673Z Downloaded rustls-native-certs v0.8.3
12132026-08-29T00:57:17.673Z Downloaded num-bigint v0.4.6
12142026-08-29T00:57:17.676Z Downloaded url v2.5.8
12152026-08-29T00:57:17.677Z Downloaded derive_more-impl v2.1.1
12162026-08-29T00:57:17.679Z Downloaded oxide-update-engine v0.1.2
12172026-08-29T00:57:17.679Z Downloaded schemars v1.2.1
12182026-08-29T00:57:17.687Z Downloaded defmt v1.0.1
12192026-08-29T00:57:17.689Z Downloaded proc-macro-error2 v2.0.1
12202026-08-29T00:57:17.693Z Downloaded itertools v0.13.0
12212026-08-29T00:57:17.696Z Downloaded sec1 v0.8.1
12222026-08-29T00:57:17.696Z Downloaded itertools v0.14.0
12232026-08-29T00:57:17.698Z Downloaded minimal-lexical v0.2.1
12242026-08-29T00:57:17.701Z Downloaded bitvec v1.0.1
12252026-08-29T00:57:17.709Z Downloaded chrono v0.4.45
12262026-08-29T00:57:17.713Z Downloaded jiff-core v0.1.0
12272026-08-29T00:57:17.715Z Downloaded der v0.7.10
12282026-08-29T00:57:17.718Z Downloaded icu_collections v2.1.1
12292026-08-29T00:57:17.721Z Downloaded libxml v0.3.3
12302026-08-29T00:57:17.725Z Downloaded stacker v0.1.23
12312026-08-29T00:57:17.728Z Downloaded darling_core v0.13.4
12322026-08-29T00:57:17.728Z Downloaded tungstenite v0.23.0
12332026-08-29T00:57:17.730Z Downloaded thread_local v1.1.9
12342026-08-29T00:57:17.730Z Downloaded darling_core v0.21.3
12352026-08-29T00:57:17.733Z Downloaded ingot-macros v0.2.0
12362026-08-29T00:57:17.733Z Downloaded git2 v0.20.4
12372026-08-29T00:57:17.737Z Downloaded hyper-util v0.1.20
12382026-08-29T00:57:17.742Z Downloaded serde_yaml v0.9.34+deprecated
12392026-08-29T00:57:17.745Z Downloaded displaydoc v0.2.5
12402026-08-29T00:57:17.745Z Downloaded oso v0.27.3
12412026-08-29T00:57:17.749Z Downloaded salty v0.3.0
12422026-08-29T00:57:17.751Z Downloaded russh v0.62.4
12432026-08-29T00:57:17.754Z Downloaded bindgen v0.71.1
12442026-08-29T00:57:17.757Z Downloaded zerotrie v0.2.3
12452026-08-29T00:57:17.760Z Downloaded rayon v1.11.0
12462026-08-29T00:57:17.764Z Downloaded crossbeam-channel v0.5.15
12472026-08-29T00:57:17.767Z Downloaded prefix-trie v0.7.0
12482026-08-29T00:57:17.770Z Downloaded samael v0.0.19
12492026-08-29T00:57:17.773Z Downloaded snafu v0.8.9
12502026-08-29T00:57:17.776Z Downloaded toml_edit v0.23.10+spec-1.0.0
12512026-08-29T00:57:17.779Z Downloaded const_format v0.2.35
12522026-08-29T00:57:17.784Z Downloaded miniz_oxide v0.8.9
12532026-08-29T00:57:17.789Z Downloaded dropshot_endpoint v0.17.1
12542026-08-29T00:57:17.790Z Downloaded reqwest v0.12.28
12552026-08-29T00:57:17.790Z Downloaded rsa v0.10.0-rc.18
12562026-08-29T00:57:17.795Z Downloaded icu_locale_core v2.1.1
12572026-08-29T00:57:17.801Z Downloaded tokio-postgres v0.7.18
12582026-08-29T00:57:17.805Z Downloaded rsa v0.9.10
12592026-08-29T00:57:17.806Z Downloaded iddqd v0.4.2
12602026-08-29T00:57:17.812Z Downloaded rustls-webpki v0.103.13
12612026-08-29T00:57:17.816Z Downloaded p256 v0.14.0
12622026-08-29T00:57:17.824Z Downloaded iri-string v0.7.10
12632026-08-29T00:57:17.839Z Downloaded idna v1.1.0
12642026-08-29T00:57:17.842Z Downloaded petname v2.0.2
12652026-08-29T00:57:17.845Z Downloaded goblin v0.10.5
12662026-08-29T00:57:17.848Z Downloaded rawzip v0.4.4
12672026-08-29T00:57:17.851Z Downloaded tough v0.22.0
12682026-08-29T00:57:17.857Z Downloaded p384 v0.13.1
12692026-08-29T00:57:17.860Z Downloaded crypto-bigint v0.5.5
12702026-08-29T00:57:17.863Z Downloaded toml_edit v0.19.15
12712026-08-29T00:57:17.870Z Downloaded hickory-proto v0.24.4
12722026-08-29T00:57:17.923Z Downloaded radix_trie v0.2.1
12732026-08-29T00:57:17.929Z Downloaded serde_with v3.21.0
12742026-08-29T00:57:17.929Z Downloaded libm v0.2.16
12752026-08-29T00:57:17.929Z Downloaded gimli v0.32.3
12762026-08-29T00:57:17.929Z Downloaded zlib-rs v0.6.2
12772026-08-29T00:57:17.929Z Downloaded quick-xml v0.37.5
12782026-08-29T00:57:17.929Z Downloaded vcpkg v0.2.15
12792026-08-29T00:57:17.935Z Downloaded time v0.3.47
12802026-08-29T00:57:17.938Z Downloaded nix v0.27.1
12812026-08-29T00:57:17.941Z Downloaded nom v8.0.0
12822026-08-29T00:57:17.941Z Downloaded smoltcp v0.9.1
12832026-08-29T00:57:17.947Z Downloaded tower v0.5.3
12842026-08-29T00:57:17.951Z Downloaded itertools v0.12.1
12852026-08-29T00:57:17.955Z Downloaded tower-http v0.6.8
12862026-08-29T00:57:17.961Z Downloaded regex v1.12.3
12872026-08-29T00:57:17.964Z Downloaded zerovec v0.11.5
12882026-08-29T00:57:17.967Z Downloaded icu_properties_data v2.1.2
12892026-08-29T00:57:17.971Z Downloaded zerocopy v0.8.55
12902026-08-29T00:57:17.981Z Downloaded tabled v0.21.0
12912026-08-29T00:57:17.990Z Downloaded lalrpop v0.19.12
12922026-08-29T00:57:17.996Z Downloaded winnow v1.0.3
12932026-08-29T00:57:18.001Z Downloaded polar-core v0.27.3
12942026-08-29T00:57:18.006Z Downloaded sha3 v0.12.0
12952026-08-29T00:57:18.008Z Downloaded reqwest v0.13.2
12962026-08-29T00:57:18.011Z Downloaded nix v0.28.0
12972026-08-29T00:57:18.017Z Downloaded portable-atomic v1.13.1
12982026-08-29T00:57:18.020Z Downloaded crypto-primes v0.7.2
12992026-08-29T00:57:18.025Z Downloaded bstr v1.12.1
13002026-08-29T00:57:18.028Z Downloaded object v0.30.4
13012026-08-29T00:57:18.033Z Downloaded crypto-bigint v0.7.5
13022026-08-29T00:57:18.041Z Downloaded openapiv3 v2.2.0
13032026-08-29T00:57:18.049Z Downloaded object v0.37.3
13042026-08-29T00:57:18.057Z Downloaded proptest v1.11.0
13052026-08-29T00:57:18.060Z Downloaded rustls v0.23.41
13062026-08-29T00:57:18.065Z Downloaded moka v0.12.13
13072026-08-29T00:57:18.073Z Downloaded quinn-proto v0.11.16
13082026-08-29T00:57:18.078Z Downloaded curve25519-dalek v4.1.3
13092026-08-29T00:57:18.084Z Downloaded hickory-proto v0.25.2
13102026-08-29T00:57:18.091Z Downloaded nix v0.31.2
13112026-08-29T00:57:18.097Z Downloaded syn v3.0.3
13122026-08-29T00:57:18.104Z Downloaded regex-syntax v0.6.29
13132026-08-29T00:57:18.115Z Downloaded openssl v0.10.80
13142026-08-29T00:57:18.120Z Downloaded curve25519-dalek v5.0.0
13152026-08-29T00:57:18.125Z Downloaded sha3 v0.11.0
13162026-08-29T00:57:18.128Z Downloaded regress v0.10.5
13172026-08-29T00:57:18.134Z Downloaded rustix v0.38.44
13182026-08-29T00:57:18.178Z Downloaded smoltcp v0.11.0
13192026-08-29T00:57:18.185Z Downloaded dropshot v0.17.1
13202026-08-29T00:57:18.217Z Downloaded regex-syntax v0.8.10
13212026-08-29T00:57:18.231Z Downloaded regress v0.11.1
13222026-08-29T00:57:18.238Z Downloaded jiff v0.2.34
13232026-08-29T00:57:18.243Z Downloaded tracing v0.1.44
13242026-08-29T00:57:18.263Z Downloaded sha3 v0.10.8
13252026-08-29T00:57:18.266Z Downloaded tokio v1.52.1
13262026-08-29T00:57:18.290Z Downloaded sqlparser v0.61.0
13272026-08-29T00:57:18.293Z Downloaded csv v1.4.0
13282026-08-29T00:57:18.305Z Downloaded encoding_rs v0.8.35
13292026-08-29T00:57:18.321Z Downloaded diesel v2.3.7
13302026-08-29T00:57:18.331Z Downloaded bzip2-sys v0.1.13+1.0.8
13312026-08-29T00:57:18.337Z Downloaded typify-impl v0.6.2
13322026-08-29T00:57:18.362Z Downloaded sled v0.34.7
13332026-08-29T00:57:18.370Z Downloaded ratatui v0.29.0
13342026-08-29T00:57:18.382Z Downloaded zerocopy-derive v0.6.6
13352026-08-29T00:57:18.414Z Downloaded petgraph v0.6.5
13362026-08-29T00:57:18.424Z Downloaded chrono-tz v0.10.4
13372026-08-29T00:57:18.436Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13382026-08-29T00:57:18.445Z Downloaded regex-automata v0.4.14
13392026-08-29T00:57:18.454Z Downloaded petgraph v0.8.3
13402026-08-29T00:57:18.514Z Downloaded libz-sys v1.1.24
13412026-08-29T00:57:18.610Z Downloaded ring v0.17.14
13422026-08-29T00:57:18.682Z Downloaded libgit2-sys v0.18.3+1.9.2
13432026-08-29T00:57:19.150Z Downloaded aws-lc-sys v0.40.0
13442026-08-29T00:57:19.434Z Compiling serde_core v1.0.228
13452026-08-29T00:57:19.434Z Compiling libc v0.2.185
13462026-08-29T00:57:19.485Z Compiling serde v1.0.228
13472026-08-29T00:57:19.485Z Compiling log v0.4.33
13482026-08-29T00:57:19.485Z Compiling smallvec v1.15.1
13492026-08-29T00:57:19.485Z Compiling subtle v2.6.1
13502026-08-29T00:57:19.574Z Compiling find-msvc-tools v0.1.9
13512026-08-29T00:57:19.578Z Compiling syn v2.0.117
13522026-08-29T00:57:19.765Z Compiling shlex v1.3.0
13532026-08-29T00:57:19.805Z Compiling typenum v1.20.1
13542026-08-29T00:57:19.840Z Compiling scopeguard v1.2.0
13552026-08-29T00:57:19.872Z Compiling stable_deref_trait v1.2.1
13562026-08-29T00:57:19.903Z Compiling getrandom v0.4.3
13572026-08-29T00:57:19.943Z Compiling lock_api v0.4.14
13582026-08-29T00:57:19.947Z Compiling portable-atomic v1.13.1
13592026-08-29T00:57:19.972Z Compiling serde_json v1.0.151
13602026-08-29T00:57:20.168Z Compiling rand_core v0.10.0
13612026-08-29T00:57:20.301Z Compiling zerocopy v0.8.55
13622026-08-29T00:57:20.317Z Compiling critical-section v1.2.0
13632026-08-29T00:57:20.364Z Compiling libm v0.2.16
13642026-08-29T00:57:20.421Z Compiling errno v0.3.14
13652026-08-29T00:57:20.453Z Compiling jobserver v0.1.34
13662026-08-29T00:57:20.627Z Compiling num-traits v0.2.19
13672026-08-29T00:57:20.676Z Compiling cc v1.2.56
13682026-08-29T00:57:20.738Z Compiling pkg-config v0.3.32
13692026-08-29T00:57:20.864Z Compiling pin-project-lite v0.2.17
13702026-08-29T00:57:20.932Z Compiling once_cell v1.21.3
13712026-08-29T00:57:20.967Z Compiling parking_lot_core v0.9.12
13722026-08-29T00:57:20.996Z Compiling signal-hook-registry v1.4.8
13732026-08-29T00:57:21.151Z Compiling getrandom v0.2.17
13742026-08-29T00:57:21.281Z Compiling writeable v0.6.2
13752026-08-29T00:57:21.296Z Compiling futures-core v0.3.32
13762026-08-29T00:57:21.387Z Compiling percent-encoding v2.3.2
13772026-08-29T00:57:21.448Z Compiling litemap v0.8.1
13782026-08-29T00:57:21.479Z Compiling parking_lot v0.12.5
13792026-08-29T00:57:21.512Z Compiling rand_core v0.6.4
13802026-08-29T00:57:21.699Z Compiling mio v1.2.0
13812026-08-29T00:57:21.796Z Compiling bitflags v2.11.0
13822026-08-29T00:57:21.877Z Compiling semver v1.0.28
13832026-08-29T00:57:21.928Z Compiling icu_normalizer_data v2.1.1
13842026-08-29T00:57:22.035Z Compiling icu_properties_data v2.1.2
13852026-08-29T00:57:22.132Z Compiling generic-array v0.14.7
13862026-08-29T00:57:22.151Z Compiling const-oid v0.9.6
13872026-08-29T00:57:22.217Z Compiling socket2 v0.6.3
13882026-08-29T00:57:22.267Z Compiling rustix v1.1.4
13892026-08-29T00:57:22.277Z Compiling futures-sink v0.3.32
13902026-08-29T00:57:22.378Z Compiling indexmap v2.14.0
13912026-08-29T00:57:22.393Z Compiling futures-channel v0.3.32
13922026-08-29T00:57:22.408Z Compiling futures-io v0.3.32
13932026-08-29T00:57:22.563Z Compiling synstructure v0.13.2
13942026-08-29T00:57:22.628Z Compiling futures-task v0.3.32
13952026-08-29T00:57:22.628Z Compiling utf8_iter v1.0.4
13962026-08-29T00:57:22.775Z Compiling slab v0.4.12
13972026-08-29T00:57:22.831Z Compiling form_urlencoded v1.2.2
13982026-08-29T00:57:22.910Z Compiling getrandom v0.3.4
13992026-08-29T00:57:22.956Z Compiling cmov v0.5.4
14002026-08-29T00:57:22.997Z Compiling rustversion v1.0.22
14012026-08-29T00:57:23.013Z Compiling base64ct v1.8.3
14022026-08-29T00:57:23.075Z Compiling iana-time-zone v0.1.65
14032026-08-29T00:57:23.155Z Compiling ctutils v0.4.2
14042026-08-29T00:57:23.173Z Compiling cmake v0.1.57
14052026-08-29T00:57:23.243Z Compiling pem-rfc7468 v0.7.0
14062026-08-29T00:57:23.314Z Compiling flagset v0.4.7
14072026-08-29T00:57:23.423Z Compiling fs_extra v1.3.0
14082026-08-29T00:57:23.448Z Compiling regex-syntax v0.8.10
14092026-08-29T00:57:23.581Z Compiling ident_case v1.0.1
14102026-08-29T00:57:23.596Z Compiling dunce v1.0.5
14112026-08-29T00:57:23.695Z Compiling uuid v1.23.4
14122026-08-29T00:57:23.704Z Compiling aws-lc-sys v0.40.0
14132026-08-29T00:57:23.717Z Compiling base64 v0.22.1
14142026-08-29T00:57:23.826Z Compiling vcpkg v0.2.15
14152026-08-29T00:57:23.984Z Compiling syn v1.0.109
14162026-08-29T00:57:24.008Z Compiling serde_derive_internals v0.29.1
14172026-08-29T00:57:24.045Z Compiling rustc_version v0.4.1
14182026-08-29T00:57:24.217Z Compiling serde_derive v1.0.228
14192026-08-29T00:57:24.334Z Compiling zeroize_derive v1.5.0
14202026-08-29T00:57:24.373Z Compiling zerofrom-derive v0.1.6
14212026-08-29T00:57:24.393Z Compiling yoke-derive v0.8.1
14222026-08-29T00:57:24.575Z Compiling zerovec-derive v0.11.2
14232026-08-29T00:57:24.957Z Compiling zerocopy-derive v0.8.55
14242026-08-29T00:57:24.971Z Compiling displaydoc v0.2.5
14252026-08-29T00:57:25.557Z Compiling tokio-macros v2.7.0
14262026-08-29T00:57:25.717Z Compiling futures-macro v0.3.32
14272026-08-29T00:57:25.732Z Compiling der_derive v0.7.3
14282026-08-29T00:57:25.773Z Compiling zerofrom v0.1.6
14292026-08-29T00:57:25.813Z Compiling thiserror-impl v2.0.18
14302026-08-29T00:57:25.896Z Compiling yoke v0.8.1
14312026-08-29T00:57:26.084Z Compiling zerovec v0.11.5
14322026-08-29T00:57:26.286Z Compiling zerotrie v0.2.3
14332026-08-29T00:57:26.510Z Compiling futures-util v0.3.32
14342026-08-29T00:57:26.580Z Compiling tinystr v0.8.2
14352026-08-29T00:57:26.596Z Compiling potential_utf v0.1.4
14362026-08-29T00:57:26.660Z Compiling openssl-sys v0.9.117
14372026-08-29T00:57:26.755Z Compiling icu_locale_core v2.1.1
14382026-08-29T00:57:26.784Z Compiling icu_collections v2.1.1
14392026-08-29T00:57:27.115Z Compiling thiserror v2.0.18
14402026-08-29T00:57:27.228Z Compiling tracing-attributes v0.1.31
14412026-08-29T00:57:27.234Z Compiling tracing-core v0.1.36
14422026-08-29T00:57:27.252Z Compiling simd-adler32 v0.3.8
14432026-08-29T00:57:27.493Z Compiling icu_provider v2.1.1
14442026-08-29T00:57:27.619Z Compiling schemars v0.8.22
14452026-08-29T00:57:27.707Z Compiling zeroize v1.9.0
14462026-08-29T00:57:27.763Z Compiling bytes v1.11.1
14472026-08-29T00:57:27.801Z Compiling icu_normalizer v2.1.1
14482026-08-29T00:57:27.822Z Compiling icu_properties v2.1.2
14492026-08-29T00:57:28.343Z Compiling tokio v1.52.1
14502026-08-29T00:57:28.381Z Compiling hybrid-array v0.4.13
14512026-08-29T00:57:28.484Z Compiling block-buffer v0.10.4
14522026-08-29T00:57:28.513Z Compiling crypto-common v0.1.7
14532026-08-29T00:57:28.658Z Compiling digest v0.10.7
14542026-08-29T00:57:28.672Z Compiling idna_adapter v1.2.1
14552026-08-29T00:57:28.802Z Compiling idna v1.1.0
14562026-08-29T00:57:28.819Z Compiling chrono v0.4.45
14572026-08-29T00:57:28.899Z Compiling der v0.7.10
14582026-08-29T00:57:28.915Z Compiling http v1.4.2
14592026-08-29T00:57:29.140Z Compiling url v2.5.8
14602026-08-29T00:57:29.505Z Compiling ppv-lite86 v0.2.21
14612026-08-29T00:57:29.535Z Compiling crypto-common v0.2.2
14622026-08-29T00:57:29.826Z Compiling spki v0.7.3
14632026-08-29T00:57:29.857Z Compiling block-buffer v0.12.1
14642026-08-29T00:57:29.989Z Compiling dyn-clone v1.0.20
14652026-08-29T00:57:30.032Z Compiling aws-lc-rs v1.16.3
14662026-08-29T00:57:30.054Z Compiling pkcs8 v0.10.2
14672026-08-29T00:57:30.110Z Compiling http-body v1.0.1
14682026-08-29T00:57:30.122Z Compiling tracing v0.1.44
14692026-08-29T00:57:30.195Z Compiling rustls-pki-types v1.14.0
14702026-08-29T00:57:30.302Z Compiling schemars_derive v0.8.22
14712026-08-29T00:57:30.377Z Compiling rand_core v0.9.5
14722026-08-29T00:57:30.392Z Compiling spin v0.9.8
14732026-08-29T00:57:30.597Z Compiling tinyvec_macros v0.1.1
14742026-08-29T00:57:30.638Z Compiling crc32fast v1.5.0
14752026-08-29T00:57:30.653Z Compiling adler2 v2.0.1
14762026-08-29T00:57:30.667Z Compiling openssl-probe v0.2.1
14772026-08-29T00:57:30.782Z Compiling httparse v1.10.1
14782026-08-29T00:57:30.843Z Compiling tempfile v3.27.0
14792026-08-29T00:57:30.950Z Compiling miniz_oxide v0.8.9
14802026-08-29T00:57:31.153Z Compiling tinyvec v1.10.0
14812026-08-29T00:57:31.191Z Compiling pest_generator v2.8.6
14822026-08-29T00:57:31.275Z Compiling terminal_size v0.4.3
14832026-08-29T00:57:31.410Z Compiling aho-corasick v1.1.4
14842026-08-29T00:57:31.487Z Compiling atomic-waker v1.1.2
14852026-08-29T00:57:31.534Z Compiling try-lock v0.2.5
14862026-08-29T00:57:31.607Z Compiling tower-layer v0.3.3
14872026-08-29T00:57:31.640Z Compiling radium v0.7.0
14882026-08-29T00:57:31.768Z Compiling unicode-segmentation v1.12.0
14892026-08-29T00:57:31.856Z Compiling untrusted v0.7.1
14902026-08-29T00:57:31.877Z Compiling tower-service v0.3.3
14912026-08-29T00:57:31.985Z Compiling pest_derive v2.8.6
14922026-08-29T00:57:32.003Z Compiling want v0.3.1
14932026-08-29T00:57:32.135Z Compiling tokio-util v0.7.18
14942026-08-29T00:57:32.413Z Compiling regex-automata v0.4.14
14952026-08-29T00:57:32.638Z Compiling rand_chacha v0.9.0
14962026-08-29T00:57:32.762Z Compiling block-padding v0.4.2
14972026-08-29T00:57:32.932Z Compiling h2 v0.4.15
14982026-08-29T00:57:33.044Z Compiling ipnet v2.12.0
14992026-08-29T00:57:33.144Z Compiling scroll_derive v0.13.1
15002026-08-29T00:57:33.320Z Compiling darling_core v0.20.11
15012026-08-29T00:57:33.523Z Compiling openssl v0.10.80
15022026-08-29T00:57:33.746Z Compiling untrusted v0.9.0
15032026-08-29T00:57:33.867Z Compiling foreign-types-shared v0.1.1
15042026-08-29T00:57:33.932Z Compiling const-oid v0.10.2
15052026-08-29T00:57:33.953Z Compiling httpdate v1.0.3
15062026-08-29T00:57:34.008Z Compiling cpufeatures v0.2.17
15072026-08-29T00:57:34.023Z Compiling maybe-uninit v2.0.0
15082026-08-29T00:57:34.080Z Compiling tap v1.0.1
15092026-08-29T00:57:34.123Z Compiling rustls v0.23.41
15102026-08-29T00:57:34.268Z Compiling wyz v0.5.1
15112026-08-29T00:57:34.286Z Compiling digest v0.11.3
15122026-08-29T00:57:34.321Z Compiling foreign-types v0.3.2
15132026-08-29T00:57:34.350Z Compiling scroll v0.13.0
15142026-08-29T00:57:34.407Z Compiling inout v0.2.2
15152026-08-29T00:57:34.430Z Compiling rand v0.9.2
15162026-08-29T00:57:34.614Z Compiling unicode-normalization v0.1.25
15172026-08-29T00:57:34.680Z Compiling rand_chacha v0.3.1
15182026-08-29T00:57:35.052Z Compiling signature v2.2.0
15192026-08-29T00:57:35.114Z Compiling hex v0.4.3
15202026-08-29T00:57:35.215Z Compiling openssl-macros v0.1.1
15212026-08-29T00:57:35.292Z Compiling thiserror-impl v1.0.69
15222026-08-29T00:57:35.372Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15232026-08-29T00:57:35.441Z Compiling bzip2-sys v0.1.13+1.0.8
15242026-08-29T00:57:35.596Z Compiling num-integer v0.1.46
15252026-08-29T00:57:35.661Z Compiling darling_macro v0.20.11
15262026-08-29T00:57:35.819Z Compiling socket2 v0.5.10
15272026-08-29T00:57:35.869Z Compiling wait-timeout v0.2.1
15282026-08-29T00:57:35.894Z Compiling ahash v0.8.12
15292026-08-29T00:57:35.968Z Compiling funty v2.0.0
15302026-08-29T00:57:36.086Z Compiling hyper v1.10.1
15312026-08-29T00:57:36.094Z Compiling num-conv v0.2.0
15322026-08-29T00:57:36.110Z Compiling time-core v0.1.8
15332026-08-29T00:57:36.221Z Compiling native-tls v0.2.18
15342026-08-29T00:57:36.243Z Compiling quick-error v1.2.3
15352026-08-29T00:57:36.356Z Compiling bit-vec v0.8.0
15362026-08-29T00:57:36.413Z Compiling powerfmt v0.2.0
15372026-08-29T00:57:36.428Z Compiling cpufeatures v0.3.0
15382026-08-29T00:57:36.455Z Compiling packed_struct v0.10.1
15392026-08-29T00:57:36.501Z Compiling num-bigint-dig v0.8.6
15402026-08-29T00:57:36.520Z Compiling thiserror v1.0.69
15412026-08-29T00:57:36.580Z Compiling deranged v0.5.8
15422026-08-29T00:57:36.605Z Compiling bit-set v0.8.0
15432026-08-29T00:57:36.640Z Compiling rusty-fork v0.3.1
15442026-08-29T00:57:36.707Z Compiling bitvec v1.0.1
15452026-08-29T00:57:36.720Z Compiling time-macros v0.2.27
15462026-08-29T00:57:36.763Z Compiling clap_builder v4.6.0
15472026-08-29T00:57:36.941Z Compiling darling v0.20.11
15482026-08-29T00:57:37.044Z Compiling num-iter v0.1.45
15492026-08-29T00:57:37.166Z Compiling hyper-util v0.1.20
15502026-08-29T00:57:37.744Z Compiling rand v0.8.6
15512026-08-29T00:57:37.835Z Compiling goblin v0.10.5
15522026-08-29T00:57:38.174Z Compiling cipher v0.5.2
15532026-08-29T00:57:38.494Z Compiling sha2 v0.10.9
15542026-08-29T00:57:38.543Z Compiling packed_struct_codegen v0.10.1
15552026-08-29T00:57:38.848Z Compiling lazy_static v1.5.0
15562026-08-29T00:57:38.969Z Compiling rand_xorshift v0.4.0
15572026-08-29T00:57:39.108Z Compiling serde_spanned v0.6.9
15582026-08-29T00:57:39.243Z Compiling toml_datetime v0.6.11
15592026-08-29T00:57:39.540Z Compiling bitfield-macros v0.19.4
15602026-08-29T00:57:39.626Z Compiling zerocopy-derive v0.6.6
15612026-08-29T00:57:39.702Z Compiling clap_derive v4.6.1
15622026-08-29T00:57:39.808Z Compiling sync_wrapper v1.0.2
15632026-08-29T00:57:39.932Z Compiling indexmap v1.9.3
15642026-08-29T00:57:40.100Z Compiling nodrop v0.1.14
15652026-08-29T00:57:40.194Z Compiling crc-catalog v2.4.0
15662026-08-29T00:57:40.217Z Compiling num_threads v0.1.7
15672026-08-29T00:57:40.298Z Compiling usdt-impl v0.6.0
15682026-08-29T00:57:40.311Z Compiling zlib-rs v0.6.2
15692026-08-29T00:57:40.444Z Compiling crossbeam-utils v0.8.21
15702026-08-29T00:57:40.489Z Compiling paste v1.0.15
15712026-08-29T00:57:40.543Z Compiling object v0.37.3
15722026-08-29T00:57:40.720Z Compiling siphasher v1.0.2
15732026-08-29T00:57:40.743Z Compiling unarray v0.1.4
15742026-08-29T00:57:40.856Z Compiling proptest v1.11.0
15752026-08-29T00:57:40.947Z Compiling dof v0.4.0
15762026-08-29T00:57:40.973Z Compiling zerocopy v0.6.6
15772026-08-29T00:57:41.284Z Compiling time v0.3.47
15782026-08-29T00:57:41.433Z Compiling clap v4.6.1
15792026-08-29T00:57:41.515Z Compiling crc v3.4.0
15802026-08-29T00:57:41.722Z Compiling bitfield v0.19.4
15812026-08-29T00:57:41.995Z Compiling array-init v0.0.4
15822026-08-29T00:57:42.051Z Compiling tower v0.5.3
15832026-08-29T00:57:42.491Z Compiling smallvec v0.6.14
15842026-08-29T00:57:42.691Z Compiling chacha20 v0.10.0
15852026-08-29T00:57:43.047Z Compiling derive_builder_core v0.20.2
15862026-08-29T00:57:43.102Z Compiling dtrace-parser v0.3.0
15872026-08-29T00:57:43.492Z Compiling flate2 v1.1.9
15882026-08-29T00:57:43.590Z Compiling ipnetwork v0.21.1
15892026-08-29T00:57:43.832Z Compiling http-body-util v0.1.3
15902026-08-29T00:57:43.883Z Compiling pkcs1 v0.7.5
15912026-08-29T00:57:43.893Z Compiling heapless v0.7.17
15922026-08-29T00:57:43.979Z Compiling structmeta-derive v0.3.0
15932026-08-29T00:57:44.041Z Compiling scroll_derive v0.12.1
15942026-08-29T00:57:44.147Z Compiling slog v2.8.2
15952026-08-29T00:57:44.168Z Compiling darling_core v0.23.0
15962026-08-29T00:57:44.286Z Compiling thread-id v5.1.0
15972026-08-29T00:57:44.330Z Compiling cookie v0.18.1
15982026-08-29T00:57:44.414Z Compiling env_filter v2.0.0
15992026-08-29T00:57:44.509Z Compiling syn v3.0.3
16002026-08-29T00:57:44.712Z Compiling anyhow v1.0.104
16012026-08-29T00:57:44.724Z Compiling unicode-properties v0.1.4
16022026-08-29T00:57:44.967Z Compiling unicode-bidi v0.3.18
16032026-08-29T00:57:45.100Z Compiling base64 v0.21.7
16042026-08-29T00:57:45.127Z Compiling signal-hook v0.3.18
16052026-08-29T00:57:45.261Z Compiling ryu v1.0.23
16062026-08-29T00:57:45.331Z Compiling gimli v0.32.3
16072026-08-29T00:57:45.516Z Compiling winnow v0.5.40
16082026-08-29T00:57:45.567Z Compiling allocator-api2 v0.2.21
16092026-08-29T00:57:45.836Z Compiling zstd-safe v7.2.4
16102026-08-29T00:57:46.094Z Compiling hashbrown v0.12.3
16112026-08-29T00:57:46.525Z Compiling iri-string v0.7.10
16122026-08-29T00:57:46.717Z Compiling darling_macro v0.23.0
16132026-08-29T00:57:46.916Z Compiling toml_edit v0.19.15
16142026-08-29T00:57:47.173Z Compiling addr2line v0.25.1
16152026-08-29T00:57:47.552Z Compiling serde_urlencoded v0.7.1
16162026-08-29T00:57:47.636Z Compiling stringprep v0.1.5
16172026-08-29T00:57:47.768Z Compiling tower-http v0.6.8
16182026-08-29T00:57:47.864Z Compiling ron v0.8.1
16192026-08-29T00:57:48.057Z Compiling daft-derive v0.1.8
16202026-08-29T00:57:48.070Z Compiling structmeta v0.3.0
16212026-08-29T00:57:48.161Z Compiling scroll v0.12.0
16222026-08-29T00:57:48.199Z Compiling env_logger v0.11.11
16232026-08-29T00:57:48.479Z Compiling rsa v0.9.10
16242026-08-29T00:57:48.685Z Compiling derive_builder_macro v0.20.2
16252026-08-29T00:57:48.697Z Compiling oxnet v0.1.6
16262026-08-29T00:57:48.736Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16272026-08-29T00:57:48.862Z Compiling newtype-uuid v1.3.2
16282026-08-29T00:57:49.101Z Compiling hashbrown v0.13.2
16292026-08-29T00:57:49.123Z Compiling rand v0.10.1
16302026-08-29T00:57:49.199Z Compiling bzip2 v0.4.4
16312026-08-29T00:57:49.431Z Compiling serde-hex v0.1.0
16322026-08-29T00:57:49.532Z Compiling tokio-native-tls v0.3.1
16332026-08-29T00:57:49.592Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16342026-08-29T00:57:49.712Z Compiling camino v1.2.5
16352026-08-29T00:57:50.285Z Compiling sha2 v0.11.0
16362026-08-29T00:57:50.519Z Compiling bstr v1.12.1
16372026-08-29T00:57:51.150Z Compiling hmac v0.13.0
16382026-08-29T00:57:51.170Z Compiling md-5 v0.11.0
16392026-08-29T00:57:51.345Z Compiling heck v0.4.1
16402026-08-29T00:57:51.479Z Compiling rustls-native-certs v0.8.3
16412026-08-29T00:57:51.568Z Compiling x509-cert v0.2.5
16422026-08-29T00:57:51.586Z Compiling serde_tokenstream v0.2.3
16432026-08-29T00:57:51.771Z Compiling erased-serde v0.3.31
16442026-08-29T00:57:51.799Z Compiling curve25519-dalek v4.1.3
16452026-08-29T00:57:51.879Z Compiling zerocopy-derive v0.7.35
16462026-08-29T00:57:52.034Z Compiling async-trait v0.1.89
16472026-08-29T00:57:52.124Z Compiling pin-project-internal v1.1.11
16482026-08-29T00:57:52.253Z Compiling vergen-lib v9.1.0
16492026-08-29T00:57:52.427Z Compiling hash32 v0.2.1
16502026-08-29T00:57:52.675Z Compiling memoffset v0.9.1
16512026-08-29T00:57:52.731Z Compiling encoding_rs v0.8.35
16522026-08-29T00:57:52.814Z Compiling fallible-iterator v0.2.0
16532026-08-29T00:57:52.851Z Compiling cfg_aliases v0.2.1
16542026-08-29T00:57:52.930Z Compiling rustix v0.38.44
16552026-08-29T00:57:53.023Z Compiling ref-cast v1.0.25
16562026-08-29T00:57:53.120Z Compiling rustc-demangle v0.1.27
16572026-08-29T00:57:53.125Z Compiling mime v0.3.17
16582026-08-29T00:57:53.203Z Compiling crc-any v2.5.0
16592026-08-29T00:57:53.260Z Compiling psl-types v2.0.11
16602026-08-29T00:57:53.361Z Compiling litrs v1.0.0
16612026-08-29T00:57:53.369Z Compiling owo-colors v4.3.0
16622026-08-29T00:57:53.381Z Compiling smoltcp v0.9.1
16632026-08-29T00:57:53.386Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16642026-08-29T00:57:53.422Z Compiling publicsuffix v2.3.0
16652026-08-29T00:57:53.501Z Compiling backtrace v0.3.76
16662026-08-29T00:57:53.689Z Compiling pin-project v1.1.11
16672026-08-29T00:57:53.717Z Compiling postgres-protocol v0.6.12
16682026-08-29T00:57:53.739Z Compiling nix v0.31.2
16692026-08-29T00:57:53.800Z Compiling document-features v0.2.12
16702026-08-29T00:57:53.879Z Compiling zerocopy v0.7.35
16712026-08-29T00:57:54.347Z Compiling snafu-derive v0.8.9
16722026-08-29T00:57:54.388Z Compiling daft v0.1.8
16732026-08-29T00:57:54.436Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16742026-08-29T00:57:54.587Z Compiling hyper-tls v0.6.0
16752026-08-29T00:57:54.646Z Compiling object v0.30.4
16762026-08-29T00:57:54.666Z Compiling zip v0.6.6
16772026-08-29T00:57:54.681Z Compiling derive_builder v0.20.2
16782026-08-29T00:57:54.802Z Compiling goblin v0.8.2
16792026-08-29T00:57:55.230Z Compiling toml v0.7.8
16802026-08-29T00:57:55.272Z Compiling derive-ex v0.1.8
16812026-08-29T00:57:55.643Z Compiling darling v0.23.0
16822026-08-29T00:57:55.724Z Compiling phf_shared v0.13.1
16832026-08-29T00:57:55.822Z Compiling regex v1.12.3
16842026-08-29T00:57:55.966Z Compiling hubpack_derive v0.1.1
16852026-08-29T00:57:56.233Z Compiling convert_case v0.10.0
16862026-08-29T00:57:56.244Z Compiling hmac v0.12.1
16872026-08-29T00:57:56.399Z Compiling futures-executor v0.3.32
16882026-08-29T00:57:56.409Z Compiling strum_macros v0.27.2
16892026-08-29T00:57:56.517Z Compiling curve25519-dalek-derive v0.1.1
16902026-08-29T00:57:56.660Z Compiling ref-cast-impl v1.0.25
16912026-08-29T00:57:56.929Z Compiling vergen v9.1.0
16922026-08-29T00:57:57.123Z Compiling ff v0.13.1
16932026-08-29T00:57:57.187Z Compiling cargo-platform v0.3.2
16942026-08-29T00:57:57.220Z Compiling fs-err v3.3.0
16952026-08-29T00:57:57.260Z Compiling is_ci v1.2.0
16962026-08-29T00:57:57.392Z Compiling jiff-core v0.1.0
16972026-08-29T00:57:57.405Z Compiling path-slash v0.1.5
16982026-08-29T00:57:57.417Z Compiling managed v0.8.0
16992026-08-29T00:57:57.490Z Compiling libbz2-rs-sys v0.2.2
17002026-08-29T00:57:57.526Z Compiling bumpalo v3.20.2
17012026-08-29T00:57:57.657Z Compiling base16ct v0.2.0
17022026-08-29T00:57:57.790Z Compiling bitflags v1.3.2
17032026-08-29T00:57:57.831Z Compiling foldhash v0.1.5
17042026-08-29T00:57:57.873Z Compiling foldhash v0.2.0
17052026-08-29T00:57:58.012Z Compiling same-file v1.0.6
17062026-08-29T00:57:58.083Z Compiling hashbrown v0.16.1
17072026-08-29T00:57:58.155Z Compiling jiff v0.2.34
17082026-08-29T00:57:58.173Z Compiling walkdir v2.5.0
17092026-08-29T00:57:58.259Z Compiling hashbrown v0.15.5
17102026-08-29T00:57:58.365Z Compiling strum v0.27.2
17112026-08-29T00:57:58.463Z Compiling bzip2 v0.6.1
17122026-08-29T00:57:58.496Z Compiling textwrap v0.16.2
17132026-08-29T00:57:58.663Z Compiling sec1 v0.7.3
17142026-08-29T00:57:58.674Z Compiling zopfli v0.8.3
17152026-08-29T00:57:58.824Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17162026-08-29T00:57:58.964Z Compiling cargo_metadata v0.23.1
17172026-08-29T00:57:59.085Z Compiling supports-color v3.0.2
17182026-08-29T00:57:59.218Z Compiling group v0.13.0
17192026-08-29T00:57:59.479Z Compiling dof v0.3.0
17202026-08-29T00:57:59.515Z Compiling test-strategy v0.4.5
17212026-08-29T00:58:00.136Z Compiling futures v0.3.32
17222026-08-29T00:58:00.224Z Compiling derive_more-impl v2.1.1
17232026-08-29T00:58:00.267Z Compiling hubpack v0.1.2
17242026-08-29T00:58:00.342Z Compiling hkdf v0.12.4
17252026-08-29T00:58:00.460Z Compiling snafu v0.8.9
17262026-08-29T00:58:00.523Z Compiling phf v0.13.1
17272026-08-29T00:58:00.674Z Compiling serde_with_macros v3.21.0
17282026-08-29T00:58:00.827Z Compiling signal-hook-mio v0.2.5
17292026-08-29T00:58:00.989Z Compiling cookie_store v0.22.1
17302026-08-29T00:58:01.275Z Compiling zstd v0.13.3
17312026-08-29T00:58:01.379Z Compiling reqwest v0.12.28
17322026-08-29T00:58:01.580Z Compiling postgres-types v0.2.14
17332026-08-29T00:58:01.601Z Compiling backtrace-ext v0.2.1
17342026-08-29T00:58:01.822Z Compiling usdt-macro v0.6.0
17352026-08-29T00:58:02.096Z Compiling usdt-attr-macro v0.6.0
17362026-08-29T00:58:02.382Z Compiling globset v0.4.18
17372026-08-29T00:58:02.490Z Compiling phf_shared v0.11.3
17382026-08-29T00:58:02.502Z Compiling dtrace-parser v0.2.0
17392026-08-29T00:58:02.561Z Compiling byte-wrapper v0.1.0
17402026-08-29T00:58:02.653Z Compiling ed25519 v2.2.3
17412026-08-29T00:58:02.853Z Compiling olpc-cjson v0.1.4
17422026-08-29T00:58:02.870Z Compiling crypto-bigint v0.5.5
17432026-08-29T00:58:02.888Z Compiling serde-big-array v0.5.1
17442026-08-29T00:58:03.027Z Compiling serde_plain v1.0.2
17452026-08-29T00:58:03.209Z Compiling miette-derive v7.6.0
17462026-08-29T00:58:03.209Z Compiling async-recursion v1.1.1
17472026-08-29T00:58:03.229Z Compiling strum_macros v0.26.4
17482026-08-29T00:58:03.229Z Compiling serde_repr v0.1.20
17492026-08-29T00:58:03.549Z Compiling enum-as-inner v0.6.1
17502026-08-29T00:58:03.674Z Compiling pem v3.0.6
17512026-08-29T00:58:03.745Z Compiling float-cmp v0.10.0
17522026-08-29T00:58:03.956Z Compiling thread-id v4.2.2
17532026-08-29T00:58:04.136Z Compiling memmap2 v0.9.10
17542026-08-29T00:58:04.318Z Compiling precomputed-hash v0.1.1
17552026-08-29T00:58:04.318Z Compiling either v1.15.0
17562026-08-29T00:58:04.318Z Compiling data-encoding v2.10.0
17572026-08-29T00:58:04.374Z Compiling typed-path v0.9.3
17582026-08-29T00:58:04.374Z Compiling static_assertions v1.1.0
17592026-08-29T00:58:04.375Z Compiling fixedbitset v0.5.7
17602026-08-29T00:58:04.424Z Compiling fixedbitset v0.4.2
17612026-08-29T00:58:04.579Z Compiling difflib v0.4.0
17622026-08-29T00:58:04.635Z Compiling supports-unicode v3.0.0
17632026-08-29T00:58:04.785Z Compiling normalize-line-endings v0.3.0
17642026-08-29T00:58:04.813Z Compiling whoami v2.1.0
17652026-08-29T00:58:04.876Z Compiling supports-hyperlinks v3.2.0
17662026-08-29T00:58:04.989Z Compiling winnow v1.0.3
17672026-08-29T00:58:05.006Z Compiling predicates-core v1.0.10
17682026-08-29T00:58:05.033Z Compiling keccak v0.1.6
17692026-08-29T00:58:05.125Z Compiling new_debug_unreachable v1.0.6
17702026-08-29T00:58:05.174Z Compiling string_cache v0.8.9
17712026-08-29T00:58:05.196Z Compiling sha3 v0.10.8
17722026-08-29T00:58:05.220Z Compiling predicates v3.1.4
17732026-08-29T00:58:05.220Z Compiling toml_edit v0.22.27
17742026-08-29T00:58:05.431Z Compiling tokio-postgres v0.7.18
17752026-08-29T00:58:05.517Z Compiling miette v7.6.0
17762026-08-29T00:58:05.716Z Compiling strum v0.26.3
17772026-08-29T00:58:05.774Z Compiling petgraph v0.8.3
17782026-08-29T00:58:05.783Z Compiling petgraph v0.6.5
17792026-08-29T00:58:05.837Z Compiling hickory-proto v0.25.2
17802026-08-29T00:58:06.058Z Compiling toml_parser v1.1.2+spec-1.1.0
17812026-08-29T00:58:06.751Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17822026-08-29T00:58:06.785Z Compiling itertools v0.13.0
17832026-08-29T00:58:07.250Z Compiling usdt v0.6.0
17842026-08-29T00:58:07.541Z Compiling usdt-impl v0.5.0
17852026-08-29T00:58:07.735Z Compiling elliptic-curve v0.13.8
17862026-08-29T00:58:07.807Z Compiling ed25519-dalek v2.2.0
17872026-08-29T00:58:08.319Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17882026-08-29T00:58:08.347Z Compiling crossterm v0.28.1
17892026-08-29T00:58:08.347Z Compiling serde_with v3.21.0
17902026-08-29T00:58:08.347Z Compiling zip v4.6.1
17912026-08-29T00:58:09.248Z Compiling derive_more v2.1.1
17922026-08-29T00:58:09.316Z Compiling iddqd v0.4.2
17932026-08-29T00:58:09.559Z Compiling similar v2.7.0
17942026-08-29T00:58:09.725Z Compiling crossbeam-epoch v0.9.18
17952026-08-29T00:58:09.864Z Compiling tokio-stream v0.1.18
17962026-08-29T00:58:10.044Z Compiling buf-list v1.1.2
17972026-08-29T00:58:10.217Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17982026-08-29T00:58:10.217Z Compiling openapiv3 v2.2.0
17992026-08-29T00:58:10.292Z Compiling peg-runtime v0.8.5
18002026-08-29T00:58:10.292Z Compiling lalrpop-util v0.19.12
18012026-08-29T00:58:10.440Z Compiling thread_local v1.1.9
18022026-08-29T00:58:10.440Z Compiling slog-async v2.8.0
18032026-08-29T00:58:10.535Z Compiling crossbeam-channel v0.5.15
18042026-08-29T00:58:10.535Z Compiling is-terminal v0.4.17
18052026-08-29T00:58:10.601Z Compiling filetime v0.2.27
18062026-08-29T00:58:10.601Z Compiling xattr v1.6.1
18072026-08-29T00:58:10.601Z Compiling take_mut v0.2.2
18082026-08-29T00:58:10.645Z Compiling term v1.2.1
18092026-08-29T00:58:10.645Z Compiling camino-tempfile v1.4.1
18102026-08-29T00:58:10.701Z Compiling tar v0.4.46
18112026-08-29T00:58:10.950Z Compiling slog-term v2.9.2
18122026-08-29T00:58:16.689Z Compiling rustls-webpki v0.103.13
18132026-08-29T00:58:19.369Z Compiling tokio-rustls v0.26.4
18142026-08-29T00:58:19.370Z Compiling rustls-platform-verifier v0.6.2
18152026-08-29T00:58:19.370Z Compiling tough v0.22.0
18162026-08-29T00:58:19.588Z Compiling hyper-rustls v0.27.7
18172026-08-29T00:58:19.790Z Compiling reqwest v0.13.2
18182026-08-29T00:58:22.037Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18192026-08-29T00:58:22.267Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18202026-08-29T00:58:25.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18212026-08-29T00:58:25.311Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18222026-08-29T00:58:25.359ZAug 29 00:58:23.742 INFO Starting download, target: Cockroach
18232026-08-29T00:58:25.359ZAug 29 00:58:23.743 INFO Starting download, target: Console
18242026-08-29T00:58:25.359ZAug 29 00:58:23.743 INFO Starting download, target: Clickhouse
18252026-08-29T00:58:25.359ZAug 29 00:58:23.743 INFO Starting download, target: DendriteStub
18262026-08-29T00:58:25.359ZAug 29 00:58:23.743 INFO Starting download, target: MaghemiteMgd
18272026-08-29T00:58:25.366ZAug 29 00:58:23.743 INFO Starting download, target: MaghemiteDdmd
18282026-08-29T00:58:25.366ZAug 29 00:58:23.743 INFO Starting download, target: TransceiverControl
18292026-08-29T00:58:25.367ZAug 29 00:58:23.743 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18302026-08-29T00:58:25.367ZAug 29 00:58:23.743 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18312026-08-29T00:58:25.367ZAug 29 00:58:23.743 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18322026-08-29T00:58:25.368ZAug 29 00:58:23.743 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18332026-08-29T00:58:25.368ZAug 29 00:58:23.743 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18342026-08-29T00:58:25.368ZAug 29 00:58:23.743 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18352026-08-29T00:58:25.368ZAug 29 00:58:23.743 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18362026-08-29T00:58:26.157ZAug 29 00:58:24.512 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18372026-08-29T00:58:26.342ZAug 29 00:58:24.719 INFO Download complete, target: TransceiverControl
18382026-08-29T00:58:27.410ZAug 29 00:58:25.719 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18392026-08-29T00:58:27.502ZAug 29 00:58:25.734 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18402026-08-29T00:58:27.595ZAug 29 00:58:25.966 INFO Download complete, target: Console
18412026-08-29T00:58:28.646ZAug 29 00:58:26.980 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18422026-08-29T00:58:28.783ZAug 29 00:58:26.995 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18432026-08-29T00:58:29.327ZAug 29 00:58:27.696 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18442026-08-29T00:58:29.717ZAug 29 00:58:28.101 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18452026-08-29T00:58:29.717ZAug 29 00:58:28.101 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18462026-08-29T00:58:30.511ZAug 29 00:58:28.900 INFO Download complete, target: MaghemiteDdmd
18472026-08-29T00:58:30.977ZAug 29 00:58:29.373 INFO Download complete, target: DendriteStub
18482026-08-29T00:58:31.910ZAug 29 00:58:30.175 INFO Download complete, target: MaghemiteMgd
18492026-08-29T00:58:33.953ZAug 29 00:58:32.325 INFO Checking that binary works, target: Clickhouse
18502026-08-29T00:58:34.059ZAug 29 00:58:32.454 INFO Download complete, target: Clickhouse
18512026-08-29T00:58:34.289ZAug 29 00:58:32.664 INFO Checking that binary works, target: Cockroach
18522026-08-29T00:58:34.380ZAug 29 00:58:32.777 INFO Download complete, target: Cockroach
18532026-08-29T00:58:34.401ZAll builder prerequisites installed successfully, and PATH looks valid
18542026-08-29T00:58:34.416Z
18552026-08-29T00:58:34.416Zreal 2:09.514770621
18562026-08-29T00:58:34.417Zuser 7:23.619056256
18572026-08-29T00:58:34.417Zsys 1:27.789548912
18582026-08-29T00:58:34.417Ztrap 0.261278665
18592026-08-29T00:58:34.417Ztflt 0.557157842
18602026-08-29T00:58:34.417Zdflt 0.858977247
18612026-08-29T00:58:34.417Zkflt 0.021019825
18622026-08-29T00:58:34.417Zlock 27:27.737236220
18632026-08-29T00:58:34.417Zslp 22:12.668637499
18642026-08-29T00:58:34.417Zlat 51.753604456
18652026-08-29T00:58:34.417Zstop 2:44.934498976
18662026-08-29T00:58:34.417Z+ banner hack-check
18672026-08-29T00:58:34.417Z
18682026-08-29T00:58:34.417Z # # ## #### # # #### # # ###### #### # #
18692026-08-29T00:58:34.417Z # # # # # # # # # # # # # # # # #
18702026-08-29T00:58:34.417Z ###### # # # #### ##### # ###### ##### # ####
18712026-08-29T00:58:34.417Z # # ###### # # # # # # # # # #
18722026-08-29T00:58:34.417Z # # # # # # # # # # # # # # # # #
18732026-08-29T00:58:34.417Z # # # # #### # # #### # # ###### #### # #
18742026-08-29T00:58:34.417Z
18752026-08-29T00:58:34.417Z+ export CARGO_INCREMENTAL=0
18762026-08-29T00:58:34.417Z+ CARGO_INCREMENTAL=0
18772026-08-29T00:58:34.417Z+ ptime -m timeout 2h cargo xtask check-features --ci
18782026-08-29T00:58:34.954Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18792026-08-29T00:58:35.187Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18802026-08-29T00:58:36.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18812026-08-29T00:58:37.042Z Running `target/debug/xtask check-features --ci`
18822026-08-29T00:58:37.050Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18832026-08-29T00:58:37.050Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18842026-08-29T00:58:37.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18852026-08-29T00:58:37.486Z Running `target/debug/xtask download cargo-hack`
18862026-08-29T00:58:38.298Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18872026-08-29T00:58:38.571Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18882026-08-29T00:58:41.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
18892026-08-29T00:58:41.304Z Running `target/debug/xtask-downloader cargo-hack`
18902026-08-29T00:58:41.344ZAug 29 00:58:39.742 INFO Starting download, target: CargoHack
18912026-08-29T00:58:41.349ZAug 29 00:58:39.742 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18922026-08-29T00:58:41.547ZAug 29 00:58:39.939 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18932026-08-29T00:58:41.591ZAug 29 00:58:39.986 INFO Download complete, target: CargoHack
18942026-08-29T00:58:41.595Zrunning: "/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"
18952026-08-29T00:58:41.610Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18962026-08-29T00:58:41.763Zinfo: running `cargo check --bins` on api_identity (1/376)
18972026-08-29T00:58:42.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-08-29T00:58:42.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-08-29T00:58:42.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-08-29T00:58:42.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19012026-08-29T00:58:42.310Z
19022026-08-29T00:58:42.310Zinfo: running `cargo check --bins` on bootstore (2/376)
19032026-08-29T00:58:42.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-08-29T00:58:42.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-08-29T00:58:42.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-08-29T00:58:42.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19072026-08-29T00:58:42.901Z
19082026-08-29T00:58:42.911Zinfo: running `cargo check --bins` on omicron-ledger (3/376)
19092026-08-29T00:58:43.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-08-29T00:58:43.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-08-29T00:58:43.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-08-29T00:58:43.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19132026-08-29T00:58:43.470Z
19142026-08-29T00:58:43.470Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/376)
19152026-08-29T00:58:43.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-08-29T00:58:44.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-08-29T00:58:44.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-08-29T00:58:44.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19192026-08-29T00:58:44.044Z
19202026-08-29T00:58:44.044Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/376)
19212026-08-29T00:58:44.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-08-29T00:58:44.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-08-29T00:58:44.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-08-29T00:58:44.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19252026-08-29T00:58:44.653Z
19262026-08-29T00:58:44.653Zinfo: running `cargo check --bins` on omicron-certificates (6/376)
19272026-08-29T00:58:45.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-08-29T00:58:45.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-08-29T00:58:45.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-08-29T00:58:45.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19312026-08-29T00:58:45.599Z
19322026-08-29T00:58:45.600Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/376)
19332026-08-29T00:58:45.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-08-29T00:58:45.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-08-29T00:58:45.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-08-29T00:58:45.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19372026-08-29T00:58:45.733Z
19382026-08-29T00:58:45.733Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/376)
19392026-08-29T00:58:46.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-08-29T00:58:46.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-08-29T00:58:46.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-08-29T00:58:46.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19432026-08-29T00:58:46.363Z
19442026-08-29T00:58:46.364Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/376)
19452026-08-29T00:58:46.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-08-29T00:58:46.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-08-29T00:58:46.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-08-29T00:58:46.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19492026-08-29T00:58:46.687Z
19502026-08-29T00:58:46.687Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/376)
19512026-08-29T00:58:47.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-08-29T00:58:47.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-08-29T00:58:47.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-08-29T00:58:47.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19552026-08-29T00:58:47.131Z
19562026-08-29T00:58:47.131Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/376)
19572026-08-29T00:58:47.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-08-29T00:58:47.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-08-29T00:58:47.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-08-29T00:58:47.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19612026-08-29T00:58:47.520Z
19622026-08-29T00:58:47.520Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/376)
19632026-08-29T00:58:47.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-08-29T00:58:48.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-08-29T00:58:48.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-08-29T00:58:48.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19672026-08-29T00:58:49.023Z
19682026-08-29T00:58:49.023Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/376)
19692026-08-29T00:58:49.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-08-29T00:58:49.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-08-29T00:58:49.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-08-29T00:58:49.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19732026-08-29T00:58:49.024Z
19742026-08-29T00:58:49.024Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/376)
19752026-08-29T00:58:49.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-08-29T00:58:49.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-08-29T00:58:49.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-08-29T00:58:49.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19792026-08-29T00:58:49.024Z
19802026-08-29T00:58:49.024Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/376)
19812026-08-29T00:58:49.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-08-29T00:58:49.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-08-29T00:58:49.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-08-29T00:58:49.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19852026-08-29T00:58:49.159Z
19862026-08-29T00:58:49.160Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/376)
19872026-08-29T00:58:49.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-08-29T00:58:49.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-08-29T00:58:49.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-08-29T00:58:49.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19912026-08-29T00:58:49.641Z
19922026-08-29T00:58:49.641Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/376)
19932026-08-29T00:58:53.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-08-29T00:58:53.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-08-29T00:58:53.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-08-29T00:58:53.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19972026-08-29T00:58:53.108Z
19982026-08-29T00:58:53.108Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/376)
19992026-08-29T00:58:53.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-08-29T00:58:53.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-08-29T00:58:53.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-08-29T00:58:53.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20032026-08-29T00:58:53.108Z
20042026-08-29T00:58:53.108Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/376)
20052026-08-29T00:58:53.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-08-29T00:58:53.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-08-29T00:58:53.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-08-29T00:58:53.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20092026-08-29T00:58:53.108Z
20102026-08-29T00:58:53.108Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/376)
20112026-08-29T00:58:53.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-08-29T00:58:53.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-08-29T00:58:53.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-08-29T00:58:53.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20152026-08-29T00:58:53.253Z
20162026-08-29T00:58:53.254Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/376)
20172026-08-29T00:58:53.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-08-29T00:58:53.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-08-29T00:58:53.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-08-29T00:58:53.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20212026-08-29T00:58:53.255Z
20222026-08-29T00:58:53.255Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/376)
20232026-08-29T00:58:53.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-08-29T00:58:53.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-08-29T00:58:53.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-08-29T00:58:53.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20272026-08-29T00:58:53.255Z
20282026-08-29T00:58:53.255Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/376)
20292026-08-29T00:58:53.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-08-29T00:58:53.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-08-29T00:58:53.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-08-29T00:58:53.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20332026-08-29T00:58:53.255Z
20342026-08-29T00:58:53.280Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/376)
20352026-08-29T00:58:53.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-08-29T00:58:53.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-08-29T00:58:53.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-08-29T00:58:53.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20392026-08-29T00:58:53.281Z
20402026-08-29T00:58:53.281Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/376)
20412026-08-29T00:58:53.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-08-29T00:58:53.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-08-29T00:58:53.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-08-29T00:58:53.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20452026-08-29T00:58:53.282Z
20462026-08-29T00:58:53.282Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/376)
20472026-08-29T00:58:53.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-08-29T00:58:53.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-08-29T00:58:53.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-08-29T00:58:53.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20512026-08-29T00:58:53.553Z
20522026-08-29T00:58:53.553Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/376)
20532026-08-29T00:58:53.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-08-29T00:58:53.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-08-29T00:58:53.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-08-29T00:58:53.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20572026-08-29T00:58:53.972Z
20582026-08-29T00:58:53.972Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/376)
20592026-08-29T00:58:54.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-08-29T00:58:54.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-08-29T00:58:54.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-08-29T00:58:54.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20632026-08-29T00:58:54.413Z
20642026-08-29T00:58:54.413Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/376)
20652026-08-29T00:58:54.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-08-29T00:58:54.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-08-29T00:58:54.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-08-29T00:58:54.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20692026-08-29T00:58:54.880Z
20702026-08-29T00:58:54.880Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/376)
20712026-08-29T00:58:55.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-08-29T00:58:55.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-08-29T00:58:55.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-08-29T00:58:55.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20752026-08-29T00:58:55.340Z
20762026-08-29T00:58:55.340Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/376)
20772026-08-29T00:58:55.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-08-29T00:58:56.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-08-29T00:58:56.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-08-29T00:58:56.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20812026-08-29T00:58:56.033Z
20822026-08-29T00:58:56.033Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/376)
20832026-08-29T00:58:56.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-08-29T00:58:56.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-08-29T00:58:56.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-08-29T00:58:56.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20872026-08-29T00:58:56.111Z
20882026-08-29T00:58:56.111Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/376)
20892026-08-29T00:58:56.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-08-29T00:58:56.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-08-29T00:58:56.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-08-29T00:58:56.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20932026-08-29T00:58:56.486Z
20942026-08-29T00:58:56.486Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/376)
20952026-08-29T00:58:56.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-08-29T00:58:56.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-08-29T00:58:56.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-08-29T00:58:56.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20992026-08-29T00:58:56.903Z
21002026-08-29T00:58:56.903Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/376)
21012026-08-29T00:58:57.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-08-29T00:58:57.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-08-29T00:58:57.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-08-29T00:58:57.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21052026-08-29T00:58:57.261Z
21062026-08-29T00:58:57.261Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/376)
21072026-08-29T00:58:57.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-08-29T00:58:57.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-08-29T00:58:57.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-08-29T00:58:57.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21112026-08-29T00:58:57.706Z
21122026-08-29T00:58:57.706Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/376)
21132026-08-29T00:58:58.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-08-29T00:58:58.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-08-29T00:58:58.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-08-29T00:58:58.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21172026-08-29T00:58:58.134Z
21182026-08-29T00:58:58.134Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/376)
21192026-08-29T00:58:58.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-08-29T00:58:58.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-08-29T00:58:58.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-08-29T00:58:58.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21232026-08-29T00:58:58.496Z
21242026-08-29T00:58:58.496Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/376)
21252026-08-29T00:58:58.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-08-29T00:58:58.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-08-29T00:58:58.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-08-29T00:58:58.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21292026-08-29T00:58:58.909Z
21302026-08-29T00:58:58.909Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/376)
21312026-08-29T00:58:59.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-08-29T00:58:59.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-08-29T00:58:59.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-08-29T00:58:59.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21352026-08-29T00:58:59.346Z
21362026-08-29T00:58:59.346Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/376)
21372026-08-29T00:58:59.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-08-29T00:58:59.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-08-29T00:58:59.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-08-29T00:58:59.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21412026-08-29T00:58:59.742Z
21422026-08-29T00:58:59.742Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/376)
21432026-08-29T00:59:00.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-08-29T00:59:00.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-08-29T00:59:00.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-08-29T00:59:00.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21472026-08-29T00:59:00.152Z
21482026-08-29T00:59:00.152Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/376)
21492026-08-29T00:59:00.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-08-29T00:59:00.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-08-29T00:59:00.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-08-29T00:59:00.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21532026-08-29T00:59:00.562Z
21542026-08-29T00:59:00.562Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/376)
21552026-08-29T00:59:00.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-08-29T00:59:00.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-08-29T00:59:00.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-08-29T00:59:00.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21592026-08-29T00:59:00.975Z
21602026-08-29T00:59:00.976Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/376)
21612026-08-29T00:59:01.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-08-29T00:59:01.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-08-29T00:59:01.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-08-29T00:59:01.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21652026-08-29T00:59:01.389Z
21662026-08-29T00:59:01.389Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/376)
21672026-08-29T00:59:01.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-08-29T00:59:01.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-08-29T00:59:01.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-08-29T00:59:01.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21712026-08-29T00:59:01.801Z
21722026-08-29T00:59:01.801Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/376)
21732026-08-29T00:59:02.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-08-29T00:59:02.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-08-29T00:59:02.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-08-29T00:59:02.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21772026-08-29T00:59:02.212Z
21782026-08-29T00:59:02.212Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/376)
21792026-08-29T00:59:02.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-08-29T00:59:02.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-08-29T00:59:02.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-08-29T00:59:02.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21832026-08-29T00:59:02.622Z
21842026-08-29T00:59:02.622Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/376)
21852026-08-29T00:59:02.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-08-29T00:59:02.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-08-29T00:59:02.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-08-29T00:59:02.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21892026-08-29T00:59:03.035Z
21902026-08-29T00:59:03.035Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/376)
21912026-08-29T00:59:03.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-08-29T00:59:03.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-08-29T00:59:03.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-08-29T00:59:03.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21952026-08-29T00:59:03.450Z
21962026-08-29T00:59:03.450Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/376)
21972026-08-29T00:59:03.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-08-29T00:59:03.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-08-29T00:59:03.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-08-29T00:59:03.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22012026-08-29T00:59:03.866Z
22022026-08-29T00:59:03.866Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/376)
22032026-08-29T00:59:04.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-08-29T00:59:04.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-08-29T00:59:04.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-08-29T00:59:04.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22072026-08-29T00:59:04.280Z
22082026-08-29T00:59:04.280Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/376)
22092026-08-29T00:59:04.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-08-29T00:59:04.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-08-29T00:59:04.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-08-29T00:59:04.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22132026-08-29T00:59:04.694Z
22142026-08-29T00:59:04.694Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/376)
22152026-08-29T00:59:05.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-08-29T00:59:05.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-08-29T00:59:05.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-08-29T00:59:05.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22192026-08-29T00:59:05.105Z
22202026-08-29T00:59:05.105Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/376)
22212026-08-29T00:59:05.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-08-29T00:59:05.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-08-29T00:59:05.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-08-29T00:59:05.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22252026-08-29T00:59:05.515Z
22262026-08-29T00:59:05.515Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/376)
22272026-08-29T00:59:05.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-08-29T00:59:05.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-08-29T00:59:05.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-08-29T00:59:05.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22312026-08-29T00:59:05.979Z
22322026-08-29T00:59:05.979Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/376)
22332026-08-29T00:59:06.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-08-29T00:59:06.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-08-29T00:59:06.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-08-29T00:59:06.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22372026-08-29T00:59:06.336Z
22382026-08-29T00:59:06.336Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/376)
22392026-08-29T00:59:06.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-08-29T00:59:06.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-08-29T00:59:06.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-08-29T00:59:06.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22432026-08-29T00:59:06.749Z
22442026-08-29T00:59:06.749Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/376)
22452026-08-29T00:59:07.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-08-29T00:59:07.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-08-29T00:59:07.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-08-29T00:59:07.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22492026-08-29T00:59:07.161Z
22502026-08-29T00:59:07.161Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/376)
22512026-08-29T00:59:07.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-08-29T00:59:07.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-08-29T00:59:07.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-08-29T00:59:07.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22552026-08-29T00:59:07.577Z
22562026-08-29T00:59:07.577Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/376)
22572026-08-29T00:59:07.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-08-29T00:59:07.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-08-29T00:59:07.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-08-29T00:59:07.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22612026-08-29T00:59:07.989Z
22622026-08-29T00:59:07.989Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/376)
22632026-08-29T00:59:08.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-08-29T00:59:08.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-08-29T00:59:08.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-08-29T00:59:08.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22672026-08-29T00:59:08.404Z
22682026-08-29T00:59:08.404Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/376)
22692026-08-29T00:59:08.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-08-29T00:59:08.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-08-29T00:59:08.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722026-08-29T00:59:08.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22732026-08-29T00:59:08.818Z
22742026-08-29T00:59:08.818Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/376)
22752026-08-29T00:59:09.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762026-08-29T00:59:09.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772026-08-29T00:59:09.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22782026-08-29T00:59:09.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22792026-08-29T00:59:09.231Z
22802026-08-29T00:59:09.231Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/376)
22812026-08-29T00:59:09.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822026-08-29T00:59:09.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832026-08-29T00:59:09.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22842026-08-29T00:59:09.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22852026-08-29T00:59:09.646Z
22862026-08-29T00:59:09.646Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/376)
22872026-08-29T00:59:10.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22882026-08-29T00:59:10.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22892026-08-29T00:59:10.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22902026-08-29T00:59:10.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22912026-08-29T00:59:10.064Z
22922026-08-29T00:59:10.064Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/376)
22932026-08-29T00:59:10.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22942026-08-29T00:59:10.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22952026-08-29T00:59:10.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22962026-08-29T00:59:10.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22972026-08-29T00:59:10.519Z
22982026-08-29T00:59:10.519Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/376)
22992026-08-29T00:59:10.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23002026-08-29T00:59:10.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23012026-08-29T00:59:10.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23022026-08-29T00:59:10.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23032026-08-29T00:59:10.895Z
23042026-08-29T00:59:10.896Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/376)
23052026-08-29T00:59:11.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23062026-08-29T00:59:11.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23072026-08-29T00:59:11.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23082026-08-29T00:59:11.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23092026-08-29T00:59:11.315Z
23102026-08-29T00:59:11.316Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/376)
23112026-08-29T00:59:11.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23122026-08-29T00:59:11.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23132026-08-29T00:59:11.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23142026-08-29T00:59:11.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23152026-08-29T00:59:11.731Z
23162026-08-29T00:59:11.731Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/376)
23172026-08-29T00:59:12.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182026-08-29T00:59:12.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192026-08-29T00:59:12.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23202026-08-29T00:59:12.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23212026-08-29T00:59:12.147Z
23222026-08-29T00:59:12.148Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/376)
23232026-08-29T00:59:12.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242026-08-29T00:59:12.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252026-08-29T00:59:12.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23262026-08-29T00:59:12.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23272026-08-29T00:59:12.568Z
23282026-08-29T00:59:12.568Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/376)
23292026-08-29T00:59:12.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302026-08-29T00:59:12.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312026-08-29T00:59:12.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322026-08-29T00:59:12.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23332026-08-29T00:59:12.978Z
23342026-08-29T00:59:12.978Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/376)
23352026-08-29T00:59:13.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362026-08-29T00:59:13.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372026-08-29T00:59:13.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382026-08-29T00:59:13.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23392026-08-29T00:59:13.390Z
23402026-08-29T00:59:13.390Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/376)
23412026-08-29T00:59:13.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422026-08-29T00:59:13.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432026-08-29T00:59:13.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442026-08-29T00:59:13.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23452026-08-29T00:59:13.804Z
23462026-08-29T00:59:13.804Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/376)
23472026-08-29T00:59:14.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482026-08-29T00:59:14.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492026-08-29T00:59:14.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23502026-08-29T00:59:14.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23512026-08-29T00:59:14.219Z
23522026-08-29T00:59:14.219Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/376)
23532026-08-29T00:59:14.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542026-08-29T00:59:14.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552026-08-29T00:59:14.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23562026-08-29T00:59:14.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23572026-08-29T00:59:14.637Z
23582026-08-29T00:59:14.638Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/376)
23592026-08-29T00:59:14.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23602026-08-29T00:59:15.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23612026-08-29T00:59:15.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23622026-08-29T00:59:15.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23632026-08-29T00:59:15.051Z
23642026-08-29T00:59:15.051Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/376)
23652026-08-29T00:59:15.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23662026-08-29T00:59:15.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23672026-08-29T00:59:15.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23682026-08-29T00:59:15.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23692026-08-29T00:59:15.462Z
23702026-08-29T00:59:15.462Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/376)
23712026-08-29T00:59:15.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23722026-08-29T00:59:15.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23732026-08-29T00:59:15.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23742026-08-29T00:59:15.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23752026-08-29T00:59:15.874Z
23762026-08-29T00:59:15.874Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/376)
23772026-08-29T00:59:16.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782026-08-29T00:59:16.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792026-08-29T00:59:16.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23802026-08-29T00:59:16.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23812026-08-29T00:59:16.288Z
23822026-08-29T00:59:16.288Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/376)
23832026-08-29T00:59:16.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842026-08-29T00:59:16.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852026-08-29T00:59:16.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23862026-08-29T00:59:16.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23872026-08-29T00:59:16.704Z
23882026-08-29T00:59:16.705Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/376)
23892026-08-29T00:59:17.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902026-08-29T00:59:17.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912026-08-29T00:59:17.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23922026-08-29T00:59:17.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23932026-08-29T00:59:17.161Z
23942026-08-29T00:59:17.161Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/376)
23952026-08-29T00:59:17.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962026-08-29T00:59:17.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972026-08-29T00:59:17.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23982026-08-29T00:59:17.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23992026-08-29T00:59:17.539Z
24002026-08-29T00:59:17.539Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/376)
24012026-08-29T00:59:17.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022026-08-29T00:59:17.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032026-08-29T00:59:17.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24042026-08-29T00:59:17.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24052026-08-29T00:59:17.955Z
24062026-08-29T00:59:17.956Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/376)
24072026-08-29T00:59:18.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082026-08-29T00:59:18.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092026-08-29T00:59:18.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24102026-08-29T00:59:18.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24112026-08-29T00:59:18.372Z
24122026-08-29T00:59:18.372Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/376)
24132026-08-29T00:59:18.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142026-08-29T00:59:18.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152026-08-29T00:59:18.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24162026-08-29T00:59:18.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24172026-08-29T00:59:18.787Z
24182026-08-29T00:59:18.787Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/376)
24192026-08-29T00:59:19.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202026-08-29T00:59:19.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212026-08-29T00:59:19.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24222026-08-29T00:59:19.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24232026-08-29T00:59:19.204Z
24242026-08-29T00:59:19.204Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (89/376)
24252026-08-29T00:59:19.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262026-08-29T00:59:19.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272026-08-29T00:59:19.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282026-08-29T00:59:19.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24292026-08-29T00:59:19.810Z
24302026-08-29T00:59:19.810Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/376)
24312026-08-29T00:59:20.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322026-08-29T00:59:20.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332026-08-29T00:59:20.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24342026-08-29T00:59:20.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24352026-08-29T00:59:20.413Z
24362026-08-29T00:59:20.413Zinfo: running `cargo check --bins` on nexus-config (91/376)
24372026-08-29T00:59:20.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382026-08-29T00:59:20.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392026-08-29T00:59:20.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402026-08-29T00:59:20.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24412026-08-29T00:59:21.016Z
24422026-08-29T00:59:21.016Zinfo: running `cargo check --bins` on nexus-types (92/376)
24432026-08-29T00:59:21.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442026-08-29T00:59:21.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452026-08-29T00:59:21.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462026-08-29T00:59:21.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24472026-08-29T00:59:21.623Z
24482026-08-29T00:59:21.623Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/376)
24492026-08-29T00:59:22.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502026-08-29T00:59:22.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512026-08-29T00:59:22.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522026-08-29T00:59:22.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24532026-08-29T00:59:22.197Z
24542026-08-29T00:59:22.197Zinfo: running `cargo check --bins` on omicron-passwords (94/376)
24552026-08-29T00:59:22.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562026-08-29T00:59:22.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572026-08-29T00:59:22.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582026-08-29T00:59:22.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24592026-08-29T00:59:22.752Z
24602026-08-29T00:59:22.752Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (95/376)
24612026-08-29T00:59:23.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622026-08-29T00:59:23.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632026-08-29T00:59:23.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642026-08-29T00:59:23.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24652026-08-29T00:59:23.326Z
24662026-08-29T00:59:23.326Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/376)
24672026-08-29T00:59:23.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682026-08-29T00:59:23.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692026-08-29T00:59:23.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702026-08-29T00:59:23.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24712026-08-29T00:59:23.900Z
24722026-08-29T00:59:23.901Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/376)
24732026-08-29T00:59:24.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742026-08-29T00:59:24.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752026-08-29T00:59:24.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762026-08-29T00:59:24.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24772026-08-29T00:59:24.467Z
24782026-08-29T00:59:24.467Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/376)
24792026-08-29T00:59:24.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802026-08-29T00:59:24.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812026-08-29T00:59:24.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822026-08-29T00:59:24.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24832026-08-29T00:59:25.035Z
24842026-08-29T00:59:25.035Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/376)
24852026-08-29T00:59:25.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862026-08-29T00:59:25.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872026-08-29T00:59:25.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882026-08-29T00:59:25.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24892026-08-29T00:59:25.587Z
24902026-08-29T00:59:25.588Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/376)
24912026-08-29T00:59:26.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922026-08-29T00:59:26.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932026-08-29T00:59:26.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942026-08-29T00:59:26.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24952026-08-29T00:59:26.142Z
24962026-08-29T00:59:26.142Zinfo: running `cargo check --bins --no-default-features` on gfss (101/376)
24972026-08-29T00:59:26.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982026-08-29T00:59:26.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992026-08-29T00:59:26.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002026-08-29T00:59:26.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25012026-08-29T00:59:26.691Z
25022026-08-29T00:59:26.691Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/376)
25032026-08-29T00:59:27.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042026-08-29T00:59:27.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052026-08-29T00:59:27.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062026-08-29T00:59:27.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25072026-08-29T00:59:27.239Z
25082026-08-29T00:59:27.239Zinfo: running `cargo check --bins` on trust-quorum-types (103/376)
25092026-08-29T00:59:27.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102026-08-29T00:59:27.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112026-08-29T00:59:27.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122026-08-29T00:59:27.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25132026-08-29T00:59:27.787Z
25142026-08-29T00:59:27.787Zinfo: running `cargo check --bins` on wicketd-commission-types (104/376)
25152026-08-29T00:59:28.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162026-08-29T00:59:28.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172026-08-29T00:59:28.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182026-08-29T00:59:28.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25192026-08-29T00:59:28.354Z
25202026-08-29T00:59:28.354Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (105/376)
25212026-08-29T00:59:28.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222026-08-29T00:59:28.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232026-08-29T00:59:28.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242026-08-29T00:59:28.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25252026-08-29T00:59:28.927Z
25262026-08-29T00:59:28.927Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (106/376)
25272026-08-29T00:59:29.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282026-08-29T00:59:29.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292026-08-29T00:59:29.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302026-08-29T00:59:29.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25312026-08-29T00:59:29.485Z
25322026-08-29T00:59:29.485Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/376)
25332026-08-29T00:59:29.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342026-08-29T00:59:29.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352026-08-29T00:59:29.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362026-08-29T00:59:29.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25372026-08-29T00:59:30.050Z
25382026-08-29T00:59:30.050Zinfo: running `cargo check --bins` on clickhouse-admin-types (108/376)
25392026-08-29T00:59:30.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402026-08-29T00:59:30.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412026-08-29T00:59:30.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422026-08-29T00:59:30.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25432026-08-29T00:59:30.611Z
25442026-08-29T00:59:30.611Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (109/376)
25452026-08-29T00:59:31.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462026-08-29T00:59:31.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472026-08-29T00:59:31.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482026-08-29T00:59:31.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25492026-08-29T00:59:31.178Z
25502026-08-29T00:59:31.178Zinfo: running `cargo check --bins` on cockroach-admin-types (110/376)
25512026-08-29T00:59:31.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522026-08-29T00:59:31.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532026-08-29T00:59:31.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542026-08-29T00:59:31.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25552026-08-29T00:59:31.723Z
25562026-08-29T00:59:31.723Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (111/376)
25572026-08-29T00:59:32.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582026-08-29T00:59:32.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592026-08-29T00:59:32.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602026-08-29T00:59:32.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25612026-08-29T00:59:32.289Z
25622026-08-29T00:59:32.289Zinfo: running `cargo check --bins` on ereport-types (112/376)
25632026-08-29T00:59:32.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642026-08-29T00:59:32.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652026-08-29T00:59:32.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662026-08-29T00:59:32.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25672026-08-29T00:59:32.892Z
25682026-08-29T00:59:32.892Zinfo: running `cargo check --bins` on gateway-client (113/376)
25692026-08-29T00:59:33.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702026-08-29T00:59:33.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712026-08-29T00:59:33.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722026-08-29T00:59:33.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25732026-08-29T00:59:33.388Z
25742026-08-29T00:59:33.388Zinfo: running `cargo check --bins --no-default-features` on gateway-types (114/376)
25752026-08-29T00:59:33.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762026-08-29T00:59:33.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772026-08-29T00:59:33.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782026-08-29T00:59:33.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25792026-08-29T00:59:33.939Z
25802026-08-29T00:59:33.940Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/376)
25812026-08-29T00:59:34.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822026-08-29T00:59:34.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832026-08-29T00:59:34.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842026-08-29T00:59:34.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25852026-08-29T00:59:34.492Z
25862026-08-29T00:59:34.492Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (116/376)
25872026-08-29T00:59:34.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882026-08-29T00:59:34.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892026-08-29T00:59:34.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902026-08-29T00:59:34.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25912026-08-29T00:59:35.071Z
25922026-08-29T00:59:35.071Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/376)
25932026-08-29T00:59:35.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942026-08-29T00:59:35.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952026-08-29T00:59:35.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962026-08-29T00:59:35.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25972026-08-29T00:59:35.651Z
25982026-08-29T00:59:35.651Zinfo: running `cargo check --bins` on key-manager-types (118/376)
25992026-08-29T00:59:36.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002026-08-29T00:59:36.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012026-08-29T00:59:36.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022026-08-29T00:59:36.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26032026-08-29T00:59:36.202Z
26042026-08-29T00:59:36.202Zinfo: running `cargo check --bins` on oxlog (119/376)
26052026-08-29T00:59:36.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062026-08-29T00:59:36.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072026-08-29T00:59:36.803Z Checking cfg-if v1.0.4
26082026-08-29T00:59:36.807Z Checking serde_core v1.0.228
26092026-08-29T00:59:36.807Z Checking libc v0.2.185
26102026-08-29T00:59:36.918Z Checking memchr v2.8.0
26112026-08-29T00:59:36.926Z Checking log v0.4.33
26122026-08-29T00:59:36.935Z Checking smallvec v1.15.1
26132026-08-29T00:59:36.945Z Checking subtle v2.6.1
26142026-08-29T00:59:36.956Z Checking itoa v1.0.17
26152026-08-29T00:59:36.960Z Checking typenum v1.20.1
26162026-08-29T00:59:37.081Z Checking scopeguard v1.2.0
26172026-08-29T00:59:37.091Z Checking stable_deref_trait v1.2.1
26182026-08-29T00:59:37.100Z Checking zerofrom v0.1.6
26192026-08-29T00:59:37.110Z Checking rand_core v0.10.0
26202026-08-29T00:59:37.150Z Checking portable-atomic v1.13.1
26212026-08-29T00:59:37.168Z Checking lock_api v0.4.14
26222026-08-29T00:59:37.206Z Checking yoke v0.8.1
26232026-08-29T00:59:37.244Z Checking critical-section v1.2.0
26242026-08-29T00:59:37.276Z Checking pin-project-lite v0.2.17
26252026-08-29T00:59:37.293Z Checking errno v0.3.14
26262026-08-29T00:59:37.336Z Checking getrandom v0.4.3
26272026-08-29T00:59:37.361Z Checking zerovec v0.11.5
26282026-08-29T00:59:37.375Z Checking libm v0.2.16
26292026-08-29T00:59:37.375Z Checking zerocopy v0.8.55
26302026-08-29T00:59:37.399Z Checking zmij v1.0.21
26312026-08-29T00:59:37.472Z Checking signal-hook-registry v1.4.8
26322026-08-29T00:59:37.546Z Checking once_cell v1.21.3
26332026-08-29T00:59:37.605Z Checking getrandom v0.2.17
26342026-08-29T00:59:37.625Z Checking parking_lot_core v0.9.12
26352026-08-29T00:59:37.700Z Checking writeable v0.6.2
26362026-08-29T00:59:37.716Z Checking litemap v0.8.1
26372026-08-29T00:59:37.746Z Checking futures-core v0.3.32
26382026-08-29T00:59:37.782Z Checking tinystr v0.8.2
26392026-08-29T00:59:37.808Z Checking percent-encoding v2.3.2
26402026-08-29T00:59:37.854Z Checking parking_lot v0.12.5
26412026-08-29T00:59:37.865Z Checking potential_utf v0.1.4
26422026-08-29T00:59:37.879Z Checking rand_core v0.6.4
26432026-08-29T00:59:37.943Z Checking zerotrie v0.2.3
26442026-08-29T00:59:37.956Z Checking icu_locale_core v2.1.1
26452026-08-29T00:59:37.985Z Checking mio v1.2.0
26462026-08-29T00:59:38.036Z Checking equivalent v1.0.2
26472026-08-29T00:59:38.068Z Checking num-traits v0.2.19
26482026-08-29T00:59:38.076Z Checking icu_collections v2.1.1
26492026-08-29T00:59:38.116Z Checking const-oid v0.9.6
26502026-08-29T00:59:38.173Z Checking socket2 v0.6.3
26512026-08-29T00:59:38.262Z Checking icu_properties_data v2.1.2
26522026-08-29T00:59:38.377Z Checking icu_normalizer_data v2.1.1
26532026-08-29T00:59:38.391Z Checking byteorder v1.5.0
26542026-08-29T00:59:38.402Z Checking serde v1.0.228
26552026-08-29T00:59:38.412Z Checking bitflags v2.11.0
26562026-08-29T00:59:38.443Z Checking serde_json v1.0.151
26572026-08-29T00:59:38.491Z Checking icu_provider v2.1.1
26582026-08-29T00:59:38.569Z Checking hashbrown v0.17.0
26592026-08-29T00:59:38.586Z Checking futures-sink v0.3.32
26602026-08-29T00:59:38.602Z Checking futures-task v0.3.32
26612026-08-29T00:59:38.677Z Checking futures-channel v0.3.32
26622026-08-29T00:59:38.716Z Checking icu_normalizer v2.1.1
26632026-08-29T00:59:38.736Z Checking icu_properties v2.1.2
26642026-08-29T00:59:38.792Z Checking zeroize v1.9.0
26652026-08-29T00:59:38.802Z Checking bytes v1.11.1
26662026-08-29T00:59:38.865Z Checking futures-io v0.3.32
26672026-08-29T00:59:38.957Z Checking generic-array v0.14.7
26682026-08-29T00:59:38.978Z Checking utf8_iter v1.0.4
26692026-08-29T00:59:39.012Z Checking slab v0.4.12
26702026-08-29T00:59:39.027Z Checking indexmap v2.14.0
26712026-08-29T00:59:39.095Z Checking rustix v1.1.4
26722026-08-29T00:59:39.107Z Checking form_urlencoded v1.2.2
26732026-08-29T00:59:39.162Z Checking futures-util v0.3.32
26742026-08-29T00:59:39.226Z Checking cmov v0.5.4
26752026-08-29T00:59:39.240Z Checking tokio v1.52.1
26762026-08-29T00:59:39.410Z Checking crypto-common v0.1.7
26772026-08-29T00:59:39.423Z Checking ctutils v0.4.2
26782026-08-29T00:59:39.534Z Checking idna_adapter v1.2.1
26792026-08-29T00:59:39.546Z Checking block-buffer v0.10.4
26802026-08-29T00:59:39.584Z Checking getrandom v0.3.4
26812026-08-29T00:59:39.633Z Checking hybrid-array v0.4.13
26822026-08-29T00:59:39.647Z Checking idna v1.1.0
26832026-08-29T00:59:39.679Z Checking base64ct v1.8.3
26842026-08-29T00:59:39.725Z Checking fnv v1.0.7
26852026-08-29T00:59:39.817Z Checking digest v0.10.7
26862026-08-29T00:59:39.889Z Checking url v2.5.8
26872026-08-29T00:59:39.908Z Checking pem-rfc7468 v0.7.0
26882026-08-29T00:59:39.942Z Checking flagset v0.4.7
26892026-08-29T00:59:40.016Z Checking iana-time-zone v0.1.65
26902026-08-29T00:59:40.061Z Checking uuid v1.23.4
26912026-08-29T00:59:40.074Z Checking der v0.7.10
26922026-08-29T00:59:40.119Z Checking chrono v0.4.45
26932026-08-29T00:59:40.162Z Checking ppv-lite86 v0.2.21
26942026-08-29T00:59:40.337Z Checking base64 v0.22.1
26952026-08-29T00:59:40.376Z Checking regex-syntax v0.8.10
26962026-08-29T00:59:40.391Z Checking http v1.4.2
26972026-08-29T00:59:40.454Z Checking crypto-common v0.2.2
26982026-08-29T00:59:40.561Z Checking block-buffer v0.12.1
26992026-08-29T00:59:40.723Z Checking tracing-core v0.1.36
27002026-08-29T00:59:40.801Z Checking spki v0.7.3
27012026-08-29T00:59:40.940Z Checking dyn-clone v1.0.20
27022026-08-29T00:59:40.955Z Checking simd-adler32 v0.3.8
27032026-08-29T00:59:40.968Z Checking pkcs8 v0.10.2
27042026-08-29T00:59:41.034Z Checking tracing v0.1.44
27052026-08-29T00:59:41.048Z Checking http-body v1.0.1
27062026-08-29T00:59:41.052Z Checking rand_core v0.9.5
27072026-08-29T00:59:41.075Z Checking rustls-pki-types v1.14.0
27082026-08-29T00:59:41.117Z Checking semver v1.0.28
27092026-08-29T00:59:41.117Z Checking spin v0.9.8
27102026-08-29T00:59:41.175Z Checking tinyvec_macros v0.1.1
27112026-08-29T00:59:41.227Z Checking utf8parse v0.2.2
27122026-08-29T00:59:41.242Z Checking anstyle v1.0.14
27132026-08-29T00:59:41.246Z Checking openssl-probe v0.2.1
27142026-08-29T00:59:41.303Z Checking adler2 v2.0.1
27152026-08-29T00:59:41.317Z Checking schemars v0.8.22
27162026-08-29T00:59:41.328Z Checking anstyle-parse v1.0.0
27172026-08-29T00:59:41.350Z Checking tinyvec v1.10.0
27182026-08-29T00:59:41.363Z Checking terminal_size v0.4.3
27192026-08-29T00:59:41.403Z Checking miniz_oxide v0.8.9
27202026-08-29T00:59:41.416Z Checking aws-lc-sys v0.40.0
27212026-08-29T00:59:41.467Z Checking thiserror v2.0.18
27222026-08-29T00:59:41.481Z Checking untrusted v0.7.1
27232026-08-29T00:59:41.565Z Checking colorchoice v1.0.4
27242026-08-29T00:59:41.588Z Checking tower-layer v0.3.3
27252026-08-29T00:59:41.652Z Checking fastrand v2.3.0
27262026-08-29T00:59:41.656Z Checking atomic-waker v1.1.2
27272026-08-29T00:59:41.678Z Checking is_terminal_polyfill v1.70.2
27282026-08-29T00:59:41.729Z Checking tower-service v0.3.3
27292026-08-29T00:59:41.747Z Checking try-lock v0.2.5
27302026-08-29T00:59:41.759Z Checking anstyle-query v1.1.5
27312026-08-29T00:59:41.774Z Checking rand_chacha v0.9.0
27322026-08-29T00:59:41.813Z Checking block-padding v0.4.2
27332026-08-29T00:59:41.830Z Checking tempfile v3.27.0
27342026-08-29T00:59:41.842Z Checking want v0.3.1
27352026-08-29T00:59:41.849Z Checking anstream v1.0.0
27362026-08-29T00:59:41.917Z Checking aws-lc-rs v1.16.3
27372026-08-29T00:59:41.945Z Checking ipnet v2.12.0
27382026-08-29T00:59:42.023Z Checking crc32fast v1.5.0
27392026-08-29T00:59:42.023Z Checking httparse v1.10.1
27402026-08-29T00:59:42.023Z Checking aho-corasick v1.1.4
27412026-08-29T00:59:42.032Z Checking foreign-types-shared v0.1.1
27422026-08-29T00:59:42.047Z Checking untrusted v0.9.0
27432026-08-29T00:59:42.086Z Checking httpdate v1.0.3
27442026-08-29T00:59:42.099Z Checking plain v0.2.3
27452026-08-29T00:59:42.149Z Checking const-oid v0.10.2
27462026-08-29T00:59:42.171Z Checking cpufeatures v0.2.17
27472026-08-29T00:59:42.192Z Checking tap v1.0.1
27482026-08-29T00:59:42.205Z Checking foreign-types v0.3.2
27492026-08-29T00:59:42.228Z Checking rand v0.9.2
27502026-08-29T00:59:42.242Z Checking inout v0.2.2
27512026-08-29T00:59:42.268Z Checking unicode-normalization v0.1.25
27522026-08-29T00:59:42.288Z Checking wyz v0.5.1
27532026-08-29T00:59:42.301Z Checking digest v0.11.3
27542026-08-29T00:59:42.388Z Checking rand_chacha v0.3.1
27552026-08-29T00:59:42.458Z Checking signature v2.2.0
27562026-08-29T00:59:42.478Z Checking radium v0.7.0
27572026-08-29T00:59:42.519Z Checking tokio-util v0.7.18
27582026-08-29T00:59:42.586Z Checking hex v0.4.3
27592026-08-29T00:59:42.599Z Checking num-integer v0.1.46
27602026-08-29T00:59:42.650Z Checking openssl-sys v0.9.117
27612026-08-29T00:59:42.665Z Checking regex-automata v0.4.14
27622026-08-29T00:59:42.668Z Checking wait-timeout v0.2.1
27632026-08-29T00:59:42.693Z Checking socket2 v0.5.10
27642026-08-29T00:59:42.761Z Checking rustls-webpki v0.103.13
27652026-08-29T00:59:42.804Z Checking cpufeatures v0.3.0
27662026-08-29T00:59:42.807Z Checking clap_lex v1.0.0
27672026-08-29T00:59:42.820Z Checking bit-vec v0.8.0
27682026-08-29T00:59:42.861Z Checking funty v2.0.0
27692026-08-29T00:59:42.934Z Checking ucd-trie v0.1.7
27702026-08-29T00:59:42.954Z Checking unicode-ident v1.0.24
27712026-08-29T00:59:43.007Z Checking strsim v0.11.1
27722026-08-29T00:59:43.020Z Checking quick-error v1.2.3
27732026-08-29T00:59:43.055Z Checking pest v2.8.6
27742026-08-29T00:59:43.064Z Checking proc-macro2 v1.0.106
27752026-08-29T00:59:43.114Z Checking rusty-fork v0.3.1
27762026-08-29T00:59:43.128Z Checking h2 v0.4.15
27772026-08-29T00:59:43.164Z Checking clap_builder v4.6.0
27782026-08-29T00:59:43.178Z Checking bitvec v1.0.1
27792026-08-29T00:59:43.183Z Checking rustls v0.23.41
27802026-08-29T00:59:43.282Z Checking openssl v0.10.80
27812026-08-29T00:59:43.369Z Checking bit-set v0.8.0
27822026-08-29T00:59:43.511Z Checking num-iter v0.1.45
27832026-08-29T00:59:43.623Z Checking rand v0.8.6
27842026-08-29T00:59:44.105Z Checking cipher v0.5.2
27852026-08-29T00:59:44.123Z Checking sha2 v0.10.9
27862026-08-29T00:59:45.100Z Checking lazy_static v1.5.0
27872026-08-29T00:59:45.144Z Checking rand_xorshift v0.4.0
27882026-08-29T00:59:45.144Z Checking thiserror v1.0.69
27892026-08-29T00:59:45.144Z Checking maybe-uninit v2.0.0
27902026-08-29T00:59:45.144Z Checking toml_datetime v0.6.11
27912026-08-29T00:59:45.144Z Checking serde_spanned v0.6.9
27922026-08-29T00:59:45.144Z Checking sync_wrapper v1.0.2
27932026-08-29T00:59:45.145Z Checking zlib-rs v0.6.2
27942026-08-29T00:59:45.145Z Checking crc-catalog v2.4.0
27952026-08-29T00:59:45.145Z Checking pretty-hex v0.4.1
27962026-08-29T00:59:45.145Z Checking nodrop v0.1.14
27972026-08-29T00:59:45.145Z Checking siphasher v1.0.2
27982026-08-29T00:59:45.145Z Checking powerfmt v0.2.0
27992026-08-29T00:59:45.145Z Checking unarray v0.1.4
28002026-08-29T00:59:45.145Z Checking array-init v0.0.4
28012026-08-29T00:59:45.145Z Checking crc v3.4.0
28022026-08-29T00:59:45.145Z Checking proptest v1.11.0
28032026-08-29T00:59:45.145Z Checking deranged v0.5.8
28042026-08-29T00:59:45.145Z Checking tower v0.5.3
28052026-08-29T00:59:45.145Z Checking packed_struct v0.10.1
28062026-08-29T00:59:45.308Z Checking native-tls v0.2.18
28072026-08-29T00:59:45.328Z Checking smallvec v0.6.14
28082026-08-29T00:59:45.414Z Checking flate2 v1.1.9
28092026-08-29T00:59:45.444Z Checking num-bigint-dig v0.8.6
28102026-08-29T00:59:45.482Z Checking clap v4.6.1
28112026-08-29T00:59:45.511Z Checking chacha20 v0.10.0
28122026-08-29T00:59:45.560Z Checking quote v1.0.45
28132026-08-29T00:59:45.699Z Checking ipnetwork v0.21.1
28142026-08-29T00:59:45.728Z Checking http-body-util v0.1.3
28152026-08-29T00:59:45.741Z Checking pkcs1 v0.7.5
28162026-08-29T00:59:45.759Z Checking crossbeam-utils v0.8.21
28172026-08-29T00:59:45.907Z Checking bitfield v0.19.4
28182026-08-29T00:59:45.936Z Checking zerocopy v0.6.6
28192026-08-29T00:59:45.941Z Checking ahash v0.8.12
28202026-08-29T00:59:45.962Z Checking hyper v1.10.1
28212026-08-29T00:59:46.069Z Checking bzip2-sys v0.1.13+1.0.8
28222026-08-29T00:59:46.090Z Checking scroll v0.13.0
28232026-08-29T00:59:46.135Z Checking env_filter v2.0.0
28242026-08-29T00:59:46.151Z Checking winnow v0.5.40
28252026-08-29T00:59:46.167Z Checking gimli v0.32.3
28262026-08-29T00:59:46.216Z Checking ryu v1.0.23
28272026-08-29T00:59:46.255Z Checking allocator-api2 v0.2.21
28282026-08-29T00:59:46.275Z Checking time-core v0.1.8
28292026-08-29T00:59:46.309Z Checking unicode-bidi v0.3.18
28302026-08-29T00:59:46.348Z Checking num-conv v0.2.0
28312026-08-29T00:59:46.412Z Checking unicode-properties v0.1.4
28322026-08-29T00:59:46.460Z Checking iri-string v0.7.10
28332026-08-29T00:59:46.534Z Checking num_threads v0.1.7
28342026-08-29T00:59:46.595Z Checking hashbrown v0.12.3
28352026-08-29T00:59:46.595Z Checking base64 v0.21.7
28362026-08-29T00:59:46.619Z Checking newtype-uuid v1.3.2
28372026-08-29T00:59:46.623Z Checking time v0.3.47
28382026-08-29T00:59:46.815Z Checking stringprep v0.1.5
28392026-08-29T00:59:46.829Z Checking ron v0.8.1
28402026-08-29T00:59:46.919Z Checking hyper-util v0.1.20
28412026-08-29T00:59:46.965Z Checking serde_urlencoded v0.7.1
28422026-08-29T00:59:47.005Z Checking indexmap v1.9.3
28432026-08-29T00:59:47.165Z Checking goblin v0.10.5
28442026-08-29T00:59:47.287Z Checking toml_edit v0.19.15
28452026-08-29T00:59:47.318Z Checking env_logger v0.11.11
28462026-08-29T00:59:47.330Z Checking rsa v0.9.10
28472026-08-29T00:59:47.459Z Checking tower-http v0.6.8
28482026-08-29T00:59:47.503Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28492026-08-29T00:59:47.653Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28502026-08-29T00:59:47.697Z Checking addr2line v0.25.1
28512026-08-29T00:59:47.733Z Checking bzip2 v0.4.4
28522026-08-29T00:59:47.748Z Checking hashbrown v0.13.2
28532026-08-29T00:59:47.795Z Checking crossbeam-epoch v0.9.18
28542026-08-29T00:59:47.890Z Checking oxnet v0.1.6
28552026-08-29T00:59:47.947Z Checking rand v0.10.1
28562026-08-29T00:59:48.009Z Checking syn v2.0.117
28572026-08-29T00:59:48.139Z Checking serde-hex v0.1.0
28582026-08-29T00:59:48.142Z Checking tokio-native-tls v0.3.1
28592026-08-29T00:59:48.170Z Checking bstr v1.12.1
28602026-08-29T00:59:48.309Z Checking sha2 v0.11.0
28612026-08-29T00:59:48.323Z Checking md-5 v0.11.0
28622026-08-29T00:59:48.433Z Checking hmac v0.13.0
28632026-08-29T00:59:48.493Z Checking rustls-native-certs v0.8.3
28642026-08-29T00:59:48.563Z Checking x509-cert v0.2.5
28652026-08-29T00:59:48.584Z Checking scroll v0.12.0
28662026-08-29T00:59:48.624Z Checking object v0.37.3
28672026-08-29T00:59:48.811Z Checking zstd-sys v2.0.16+zstd.1.5.7
28682026-08-29T00:59:48.924Z Checking hash32 v0.2.1
28692026-08-29T00:59:48.966Z Checking encoding_rs v0.8.35
28702026-08-29T00:59:49.081Z Checking mime v0.3.17
28712026-08-29T00:59:49.207Z Checking crc-any v2.5.0
28722026-08-29T00:59:49.254Z Checking fallible-iterator v0.2.0
28732026-08-29T00:59:49.380Z Checking rustc-demangle v0.1.27
28742026-08-29T00:59:49.476Z Checking psl-types v2.0.11
28752026-08-29T00:59:49.524Z Checking postgres-protocol v0.6.12
28762026-08-29T00:59:49.589Z Checking publicsuffix v2.3.0
28772026-08-29T00:59:49.603Z Checking dof v0.4.0
28782026-08-29T00:59:49.625Z Checking heapless v0.7.17
28792026-08-29T00:59:49.745Z Checking zstd-safe v7.2.4
28802026-08-29T00:59:49.843Z Checking goblin v0.8.2
28812026-08-29T00:59:49.910Z Checking toml v0.7.8
28822026-08-29T00:59:49.924Z Checking hyper-tls v0.6.0
28832026-08-29T00:59:50.052Z Checking object v0.30.4
28842026-08-29T00:59:50.093Z Checking daft v0.1.8
28852026-08-29T00:59:50.223Z Checking zip v0.6.6
28862026-08-29T00:59:50.240Z Checking cookie v0.18.1
28872026-08-29T00:59:50.295Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28882026-08-29T00:59:50.341Z Checking tokio-rustls v0.26.4
28892026-08-29T00:59:50.456Z Checking phf_shared v0.13.1
28902026-08-29T00:59:50.469Z Checking dtrace-parser v0.3.0
28912026-08-29T00:59:50.547Z Checking pin-project v1.1.11
28922026-08-29T00:59:50.568Z Checking zerocopy v0.7.35
28932026-08-29T00:59:50.639Z Checking signal-hook v0.3.18
28942026-08-29T00:59:50.652Z Checking futures-executor v0.3.32
28952026-08-29T00:59:50.679Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28962026-08-29T00:59:50.703Z Checking hmac v0.12.1
28972026-08-29T00:59:50.793Z Checking ff v0.13.1
28982026-08-29T00:59:50.826Z Checking thread-id v5.1.0
28992026-08-29T00:59:50.839Z Checking unicode-width v0.2.0
29002026-08-29T00:59:50.903Z Checking is_ci v1.2.0
29012026-08-29T00:59:50.916Z Checking foldhash v0.2.0
29022026-08-29T00:59:50.935Z Checking backtrace v0.3.76
29032026-08-29T00:59:50.995Z Checking libbz2-rs-sys v0.2.2
29042026-08-29T00:59:51.057Z Checking unicode-linebreak v0.1.5
29052026-08-29T00:59:51.069Z Checking same-file v1.0.6
29062026-08-29T00:59:51.082Z Checking base16ct v0.2.0
29072026-08-29T00:59:51.184Z Compiling illumos-nvpair-sys v0.2.0
29082026-08-29T00:59:51.203Z Checking bumpalo v3.20.2
29092026-08-29T00:59:51.220Z Checking either v1.15.0
29102026-08-29T00:59:51.260Z Checking jiff-core v0.1.0
29112026-08-29T00:59:51.351Z Compiling rayon-core v1.13.0
29122026-08-29T00:59:51.381Z Checking bitflags v1.3.2
29132026-08-29T00:59:51.396Z Checking foldhash v0.1.5
29142026-08-29T00:59:51.399Z Checking path-slash v0.1.5
29152026-08-29T00:59:51.451Z Checking managed v0.8.0
29162026-08-29T00:59:51.501Z Checking smawk v0.3.2
29172026-08-29T00:59:51.527Z Checking hashbrown v0.15.5
29182026-08-29T00:59:51.634Z Checking zopfli v0.8.3
29192026-08-29T00:59:51.651Z Checking textwrap v0.16.2
29202026-08-29T00:59:51.651Z Checking smoltcp v0.9.1
29212026-08-29T00:59:51.660Z Checking bzip2 v0.6.1
29222026-08-29T00:59:51.746Z Checking dof v0.3.0
29232026-08-29T00:59:51.822Z Checking backtrace-ext v0.2.1
29242026-08-29T00:59:51.833Z Checking sec1 v0.7.3
29252026-08-29T00:59:51.863Z Checking walkdir v2.5.0
29262026-08-29T00:59:51.924Z Checking hashbrown v0.16.1
29272026-08-29T00:59:51.937Z Checking jiff v0.2.34
29282026-08-29T00:59:51.989Z Checking supports-color v3.0.2
29292026-08-29T00:59:52.023Z Checking group v0.13.0
29302026-08-29T00:59:52.026Z Checking usdt-impl v0.6.0
29312026-08-29T00:59:52.047Z Checking hkdf v0.12.4
29322026-08-29T00:59:52.107Z Checking signal-hook-mio v0.2.5
29332026-08-29T00:59:52.150Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
29342026-08-29T00:59:52.162Z Checking futures v0.3.32
29352026-08-29T00:59:52.178Z Checking phf v0.13.1
29362026-08-29T00:59:52.204Z Checking snafu v0.8.9
29372026-08-29T00:59:52.222Z Checking hyper-rustls v0.27.7
29382026-08-29T00:59:52.235Z Checking cookie_store v0.22.1
29392026-08-29T00:59:52.314Z Checking reqwest v0.12.28
29402026-08-29T00:59:52.318Z Checking zstd v0.13.3
29412026-08-29T00:59:52.420Z Checking postgres-types v0.2.14
29422026-08-29T00:59:52.433Z Checking rustls-platform-verifier v0.6.2
29432026-08-29T00:59:52.436Z Checking globset v0.4.18
29442026-08-29T00:59:52.475Z Checking crossbeam-deque v0.8.6
29452026-08-29T00:59:52.501Z Checking phf_shared v0.11.3
29462026-08-29T00:59:52.560Z Checking dtrace-parser v0.2.0
29472026-08-29T00:59:52.577Z Checking regex v1.12.3
29482026-08-29T00:59:52.641Z Checking byte-wrapper v0.1.0
29492026-08-29T00:59:52.659Z Checking ref-cast v1.0.25
29502026-08-29T00:59:52.681Z Checking curve25519-dalek v4.1.3
29512026-08-29T00:59:52.723Z Checking strum v0.27.2
29522026-08-29T00:59:52.748Z Checking hubpack v0.1.2
29532026-08-29T00:59:52.791Z Checking olpc-cjson v0.1.4
29542026-08-29T00:59:52.828Z Checking ed25519 v2.2.3
29552026-08-29T00:59:52.842Z Checking memoffset v0.9.1
29562026-08-29T00:59:52.855Z Checking rustix v0.38.44
29572026-08-29T00:59:52.908Z Checking owo-colors v4.3.0
29582026-08-29T00:59:52.921Z Checking pem v3.0.6
29592026-08-29T00:59:52.925Z Checking crypto-bigint v0.5.5
29602026-08-29T00:59:53.012Z Checking erased-serde v0.3.31
29612026-08-29T00:59:53.075Z Checking serde-big-array v0.5.1
29622026-08-29T00:59:53.088Z Checking serde_plain v1.0.2
29632026-08-29T00:59:53.202Z Checking float-cmp v0.10.0
29642026-08-29T00:59:53.228Z Checking thread-id v4.2.2
29652026-08-29T00:59:53.306Z Checking memmap2 v0.9.10
29662026-08-29T00:59:53.327Z Checking difflib v0.4.0
29672026-08-29T00:59:53.392Z Checking fixedbitset v0.5.7
29682026-08-29T00:59:53.452Z Checking predicates-core v1.0.10
29692026-08-29T00:59:53.461Z Checking keccak v0.1.6
29702026-08-29T00:59:53.469Z Checking typed-path v0.9.3
29712026-08-29T00:59:53.499Z Checking fixedbitset v0.4.2
29722026-08-29T00:59:53.610Z Checking toml_write v0.1.2
29732026-08-29T00:59:53.621Z Checking precomputed-hash v0.1.1
29742026-08-29T00:59:53.621Z Checking whoami v2.1.0
29752026-08-29T00:59:53.635Z Checking unicode-width v0.1.14
29762026-08-29T00:59:53.648Z Checking winnow v0.7.14
29772026-08-29T00:59:53.661Z Checking static_assertions v1.1.0
29782026-08-29T00:59:53.725Z Checking supports-hyperlinks v3.2.0
29792026-08-29T00:59:53.729Z Checking unicode-segmentation v1.12.0
29802026-08-29T00:59:53.801Z Checking new_debug_unreachable v1.0.6
29812026-08-29T00:59:53.829Z Checking normalize-line-endings v0.3.0
29822026-08-29T00:59:53.843Z Checking supports-unicode v3.0.0
29832026-08-29T00:59:53.846Z Checking winnow v1.0.3
29842026-08-29T00:59:53.865Z Checking data-encoding v2.10.0
29852026-08-29T00:59:53.877Z Checking string_cache v0.8.9
29862026-08-29T00:59:53.913Z Checking predicates v3.1.4
29872026-08-29T00:59:53.941Z Checking miette v7.6.0
29882026-08-29T00:59:54.039Z Checking zip v4.6.1
29892026-08-29T00:59:54.053Z Checking similar v2.7.0
29902026-08-29T00:59:54.129Z Checking hickory-proto v0.25.2
29912026-08-29T00:59:54.202Z Checking elliptic-curve v0.13.8
29922026-08-29T00:59:54.245Z Checking tough v0.22.0
29932026-08-29T00:59:54.428Z Checking tokio-postgres v0.7.18
29942026-08-29T00:59:54.439Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29952026-08-29T00:59:54.505Z Checking petgraph v0.6.5
29962026-08-29T00:59:54.599Z Checking crossterm v0.28.1
29972026-08-29T00:59:54.694Z Checking toml_parser v1.1.2+spec-1.1.0
29982026-08-29T00:59:54.829Z Checking toml_edit v0.22.27
29992026-08-29T00:59:55.041Z Checking sha3 v0.10.8
30002026-08-29T00:59:55.254Z Checking petgraph v0.8.3
30012026-08-29T00:59:55.333Z Checking usdt v0.6.0
30022026-08-29T00:59:55.504Z Checking ed25519-dalek v2.2.0
30032026-08-29T00:59:55.769Z Checking slog v2.8.2
30042026-08-29T00:59:55.782Z Checking usdt-impl v0.5.0
30052026-08-29T00:59:55.786Z Checking nix v0.31.2
30062026-08-29T00:59:55.928Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
30072026-08-29T00:59:55.988Z Checking iddqd v0.4.2
30082026-08-29T00:59:56.259Z Checking reqwest v0.13.2
30092026-08-29T00:59:56.476Z Checking itertools v0.13.0
30102026-08-29T00:59:56.507Z Checking strum v0.26.3
30112026-08-29T00:59:56.612Z Checking serde_with v3.21.0
30122026-08-29T00:59:56.693Z Checking derive_more v2.1.1
30132026-08-29T00:59:56.790Z Checking fs-err v3.3.0
30142026-08-29T00:59:56.807Z Checking tokio-stream v0.1.18
30152026-08-29T00:59:56.890Z Checking buf-list v1.1.2
30162026-08-29T00:59:56.929Z Checking anyhow v1.0.104
30172026-08-29T00:59:56.965Z Checking camino v1.2.5
30182026-08-29T00:59:57.071Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30192026-08-29T00:59:57.083Z Checking openapiv3 v2.2.0
30202026-08-29T00:59:57.099Z Checking peg-runtime v0.8.5
30212026-08-29T00:59:57.118Z Checking lalrpop-util v0.19.12
30222026-08-29T00:59:57.174Z Checking illumos-nvpair v0.3.0
30232026-08-29T00:59:57.209Z Checking rayon v1.11.0
30242026-08-29T00:59:57.234Z Checking sigpipe v0.1.3
30252026-08-29T00:59:57.272Z Checking glob v0.3.3
30262026-08-29T00:59:58.242Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30272026-08-29T00:59:58.502Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30282026-08-29T00:59:58.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.58s
30292026-08-29T00:59:58.940Z
30302026-08-29T00:59:58.940Zinfo: running `cargo check --bins` on internal-dns-types (120/376)
30312026-08-29T00:59:59.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-29T00:59:59.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-29T00:59:59.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-29T00:59:59.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30352026-08-29T00:59:59.505Z
30362026-08-29T00:59:59.505Zinfo: running `cargo check --bins` on internal-dns-types-versions (121/376)
30372026-08-29T00:59:59.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-29T00:59:59.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-29T00:59:59.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-29T01:00:00.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30412026-08-29T01:00:00.068Z
30422026-08-29T01:00:00.068Zinfo: running `cargo check --bins` on nexus-types-versions (122/376)
30432026-08-29T01:00:00.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-29T01:00:00.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-29T01:00:00.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-29T01:00:00.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30472026-08-29T01:00:00.636Z
30482026-08-29T01:00:00.636Zinfo: running `cargo check --bins` on oxql-types (123/376)
30492026-08-29T01:00:01.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-29T01:00:01.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-29T01:00:01.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-08-29T01:00:01.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30532026-08-29T01:00:01.198Z
30542026-08-29T01:00:01.198Zinfo: running `cargo check --bins` on oximeter-types (124/376)
30552026-08-29T01:00:01.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-08-29T01:00:01.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-08-29T01:00:01.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-08-29T01:00:01.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30592026-08-29T01:00:01.758Z
30602026-08-29T01:00:01.758Zinfo: running `cargo check --bins` on oximeter-types-versions (125/376)
30612026-08-29T01:00:02.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-08-29T01:00:02.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-08-29T01:00:02.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-08-29T01:00:02.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30652026-08-29T01:00:02.325Z
30662026-08-29T01:00:02.325Zinfo: running `cargo check --bins` on oximeter-macro-impl (126/376)
30672026-08-29T01:00:02.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-08-29T01:00:02.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-08-29T01:00:02.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-08-29T01:00:02.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30712026-08-29T01:00:02.879Z
30722026-08-29T01:00:02.879Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/376)
30732026-08-29T01:00:03.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-08-29T01:00:03.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-08-29T01:00:03.558Z Compiling multer v3.1.0
30762026-08-29T01:00:03.671Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30772026-08-29T01:00:03.671Z Compiling async-stream-impl v0.3.6
30782026-08-29T01:00:03.689Z Compiling serde_tokenstream v0.3.0
30792026-08-29T01:00:03.699Z Compiling dropshot v0.17.1
30802026-08-29T01:00:03.711Z Compiling parse-display-derive v0.10.0
30812026-08-29T01:00:03.724Z Compiling dropshot_endpoint v0.17.1
30822026-08-29T01:00:03.728Z Compiling newtype-uuid-macros v0.1.0
30832026-08-29T01:00:03.887Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30842026-08-29T01:00:04.018Z Checking thread_local v1.1.9
30852026-08-29T01:00:04.039Z Compiling oxide-generation-macros v0.2.0
30862026-08-29T01:00:04.050Z Checking compression-core v0.4.31
30872026-08-29T01:00:04.110Z Checking match_cfg v0.1.0
30882026-08-29T01:00:04.161Z Checking compression-codecs v0.4.37
30892026-08-29T01:00:04.177Z Checking hostname v0.3.1
30902026-08-29T01:00:04.243Z Checking crossbeam-channel v0.5.15
30912026-08-29T01:00:04.274Z Checking atomicwrites v0.4.4
30922026-08-29T01:00:04.316Z Checking slog-json v2.6.1
30932026-08-29T01:00:04.331Z Checking serde_spanned v1.1.1
30942026-08-29T01:00:04.393Z Checking toml_datetime v1.1.1+spec-1.1.0
30952026-08-29T01:00:04.460Z Checking is-terminal v0.4.17
30962026-08-29T01:00:04.473Z Checking term v1.2.1
30972026-08-29T01:00:04.485Z Checking take_mut v0.2.2
30982026-08-29T01:00:04.547Z Checking debug-ignore v1.0.5
30992026-08-29T01:00:04.572Z Checking toml_writer v1.1.1+spec-1.1.0
31002026-08-29T01:00:04.585Z Checking slog-async v2.8.0
31012026-08-29T01:00:04.599Z Checking slog-bunyan v2.5.0
31022026-08-29T01:00:04.643Z Checking async-compression v0.4.41
31032026-08-29T01:00:04.691Z Checking slog-term v2.9.2
31042026-08-29T01:00:04.709Z Checking async-stream v0.3.6
31052026-08-29T01:00:04.712Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31062026-08-29T01:00:04.750Z Checking toml v1.1.2+spec-1.1.0
31072026-08-29T01:00:04.753Z Checking progenitor-client v0.14.0
31082026-08-29T01:00:04.869Z Checking oxide-generation v0.1.3
31092026-08-29T01:00:04.903Z Checking sha1 v0.11.0
31102026-08-29T01:00:04.951Z Checking waitgroup v0.1.2
31112026-08-29T01:00:05.017Z Checking rustls-pemfile v2.2.0
31122026-08-29T01:00:05.050Z Checking backon v1.6.0
31132026-08-29T01:00:05.065Z Checking serde_path_to_error v0.1.20
31142026-08-29T01:00:05.084Z Checking hostname v0.4.2
31152026-08-29T01:00:05.097Z Checking instant v0.1.13
31162026-08-29T01:00:05.191Z Checking backoff v0.4.0
31172026-08-29T01:00:05.207Z Checking progenitor-extras v0.2.0
31182026-08-29T01:00:05.335Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31192026-08-29T01:00:05.338Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31202026-08-29T01:00:05.364Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31212026-08-29T01:00:05.383Z Checking parse-display v0.10.0
31222026-08-29T01:00:05.396Z Checking itertools v0.14.0
31232026-08-29T01:00:05.431Z Checking regress v0.10.5
31242026-08-29T01:00:05.528Z Checking macaddr v1.0.1
31252026-08-29T01:00:05.702Z Checking humantime v2.3.0
31262026-08-29T01:00:06.506Z Compiling prettyplease v0.2.37
31272026-08-29T01:00:06.830Z Checking num-rational v0.4.2
31282026-08-29T01:00:07.095Z Checking num-complex v0.4.6
31292026-08-29T01:00:07.441Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31302026-08-29T01:00:07.488Z Compiling num v0.4.3
31312026-08-29T01:00:07.608Z Compiling usdt-macro v0.5.0
31322026-08-29T01:00:07.632Z Compiling usdt-attr-macro v0.5.0
31332026-08-29T01:00:07.635Z Checking memmap v0.7.0
31342026-08-29T01:00:07.704Z Compiling float-ord v0.3.2
31352026-08-29T01:00:07.819Z Compiling convert_case v0.4.0
31362026-08-29T01:00:08.113Z Checking newline-converter v0.3.0
31372026-08-29T01:00:08.186Z Compiling derive_more v0.99.20
31382026-08-29T01:00:08.223Z Checking console v0.15.11
31392026-08-29T01:00:08.339Z Compiling toml v0.8.23
31402026-08-29T01:00:08.399Z Checking usdt v0.5.0
31412026-08-29T01:00:08.502Z Compiling minimal-lexical v0.2.1
31422026-08-29T01:00:08.566Z Checking linked-hash-map v0.5.6
31432026-08-29T01:00:08.735Z Checking lru-cache v0.1.2
31442026-08-29T01:00:08.752Z Compiling nom v7.1.3
31452026-08-29T01:00:08.853Z Checking expectorate v1.2.0
31462026-08-29T01:00:08.998Z Checking camino-tempfile v1.4.1
31472026-08-29T01:00:09.155Z Checking hickory-proto v0.24.4
31482026-08-29T01:00:09.302Z Checking phf_shared v0.12.1
31492026-08-29T01:00:09.440Z Compiling slog-dtrace v0.3.0
31502026-08-29T01:00:09.454Z Checking heck v0.5.0
31512026-08-29T01:00:09.580Z Compiling chrono-tz v0.10.4
31522026-08-29T01:00:09.751Z Compiling unicode-xid v0.2.6
31532026-08-29T01:00:09.894Z Checking resolv-conf v0.7.6
31542026-08-29T01:00:10.088Z Compiling const_format_proc_macros v0.2.34
31552026-08-29T01:00:10.168Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31562026-08-29T01:00:10.275Z Checking phf v0.12.1
31572026-08-29T01:00:10.295Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31582026-08-29T01:00:10.314Z Checking tokio-dtrace v0.1.1
31592026-08-29T01:00:10.503Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31602026-08-29T01:00:10.620Z Compiling derive-where v1.6.0
31612026-08-29T01:00:10.763Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31622026-08-29T01:00:10.916Z Checking highway v1.3.0
31632026-08-29T01:00:11.031Z Checking hickory-resolver v0.24.4
31642026-08-29T01:00:11.141Z Checking const_format v0.2.35
31652026-08-29T01:00:11.374Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31662026-08-29T01:00:11.811Z Checking oxide-tokio-rt v0.1.4
31672026-08-29T01:00:11.826Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31682026-08-29T01:00:11.914Z Checking qorb v0.4.1
31692026-08-29T01:00:12.110Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31702026-08-29T01:00:12.202Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31712026-08-29T01:00:12.257Z Checking gethostname v0.5.0
31722026-08-29T01:00:12.362Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31732026-08-29T01:00:12.377Z Checking bcs v0.1.6
31742026-08-29T01:00:12.377Z Checking termtree v0.5.1
31752026-08-29T01:00:15.357Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31762026-08-29T01:00:18.481Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31772026-08-29T01:00:20.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.82s
31782026-08-29T01:00:20.927Z
31792026-08-29T01:00:20.927Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/376)
31802026-08-29T01:00:21.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-08-29T01:00:21.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-08-29T01:00:21.571Z Compiling ar_archive_writer v0.5.1
31832026-08-29T01:00:21.681Z Compiling stacker v0.1.23
31842026-08-29T01:00:21.684Z Compiling cfg_aliases v0.1.1
31852026-08-29T01:00:21.695Z Compiling proc-macro-error v1.0.4
31862026-08-29T01:00:21.702Z Checking fd-lock v4.0.4
31872026-08-29T01:00:21.702Z Checking nibble_vec v0.1.0
31882026-08-29T01:00:21.706Z Checking vte v0.14.1
31892026-08-29T01:00:21.706Z Compiling recursive-proc-macro-impl v0.1.1
31902026-08-29T01:00:21.743Z Compiling nix v0.28.0
31912026-08-29T01:00:21.817Z Checking bytecount v0.6.9
31922026-08-29T01:00:21.833Z Checking endian-type v0.1.2
31932026-08-29T01:00:21.846Z Checking strip-ansi-escapes v0.2.1
31942026-08-29T01:00:21.921Z Checking papergrid v0.11.0
31952026-08-29T01:00:21.936Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31962026-08-29T01:00:21.950Z Compiling peg-macros v0.8.5
31972026-08-29T01:00:21.963Z Checking radix_trie v0.2.1
31982026-08-29T01:00:21.977Z Compiling tabled_derive v0.7.0
31992026-08-29T01:00:22.125Z Checking winnow v0.6.26
32002026-08-29T01:00:22.164Z Compiling sqlparser_derive v0.5.0
32012026-08-29T01:00:22.393Z Checking nu-ansi-term v0.50.3
32022026-08-29T01:00:22.475Z Compiling psm v0.1.30
32032026-08-29T01:00:22.529Z Checking unicode_categories v0.1.1
32042026-08-29T01:00:22.600Z Checking home v0.5.12
32052026-08-29T01:00:22.682Z Checking reedline v0.40.0
32062026-08-29T01:00:22.725Z Checking crossterm v0.29.0
32072026-08-29T01:00:22.906Z Checking display-error-chain v0.2.2
32082026-08-29T01:00:22.929Z Checking tabled v0.15.0
32092026-08-29T01:00:23.010Z Checking rustyline v14.0.0
32102026-08-29T01:00:23.246Z Checking recursive v0.1.1
32112026-08-29T01:00:23.258Z Checking sqlformat v0.3.5
32122026-08-29T01:00:23.269Z Checking peg v0.8.5
32132026-08-29T01:00:23.332Z Checking sqlparser v0.61.0
32142026-08-29T01:00:34.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s
32152026-08-29T01:00:34.728Z
32162026-08-29T01:00:34.728Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/376)
32172026-08-29T01:00:35.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-08-29T01:00:35.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-08-29T01:00:35.397Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32202026-08-29T01:00:38.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
32212026-08-29T01:00:39.070Z
32222026-08-29T01:00:39.070Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/376)
32232026-08-29T01:00:39.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-08-29T01:00:39.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-08-29T01:00:39.736Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32262026-08-29T01:00:42.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
32272026-08-29T01:00:42.446Z
32282026-08-29T01:00:42.446Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/376)
32292026-08-29T01:00:42.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-08-29T01:00:42.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-08-29T01:00:43.108Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32322026-08-29T01:00:46.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
32332026-08-29T01:00:46.652Z
32342026-08-29T01:00:46.652Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/376)
32352026-08-29T01:00:47.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-08-29T01:00:47.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-08-29T01:00:47.317Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32382026-08-29T01:00:50.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
32392026-08-29T01:00:50.854Z
32402026-08-29T01:00:50.855Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/376)
32412026-08-29T01:00:51.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-08-29T01:00:51.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-08-29T01:00:51.579Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32442026-08-29T01:00:54.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
32452026-08-29T01:00:54.370Z
32462026-08-29T01:00:54.370Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/376)
32472026-08-29T01:00:54.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-08-29T01:00:54.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-08-29T01:00:55.049Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32502026-08-29T01:00:57.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
32512026-08-29T01:00:57.918Z
32522026-08-29T01:00:57.918Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/376)
32532026-08-29T01:00:58.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542026-08-29T01:00:58.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552026-08-29T01:00:58.587Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32562026-08-29T01:01:02.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
32572026-08-29T01:01:02.375Z
32582026-08-29T01:01:02.375Zinfo: running `cargo check --bins` on oximeter (136/376)
32592026-08-29T01:01:02.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602026-08-29T01:01:02.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612026-08-29T01:01:02.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32622026-08-29T01:01:02.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32632026-08-29T01:01:02.835Z
32642026-08-29T01:01:02.835Zinfo: running `cargo check --bins` on oximeter-schema (137/376)
32652026-08-29T01:01:03.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662026-08-29T01:01:03.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672026-08-29T01:01:03.476Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32682026-08-29T01:01:03.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
32692026-08-29T01:01:04.010Z
32702026-08-29T01:01:04.010Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/376)
32712026-08-29T01:01:04.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-08-29T01:01:04.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-08-29T01:01:04.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-08-29T01:01:04.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32752026-08-29T01:01:04.567Z
32762026-08-29T01:01:04.567Zinfo: running `cargo check --bins` on oximeter-test-utils (139/376)
32772026-08-29T01:01:05.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-08-29T01:01:05.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-08-29T01:01:05.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-08-29T01:01:05.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32812026-08-29T01:01:05.174Z
32822026-08-29T01:01:05.174Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/376)
32832026-08-29T01:01:05.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-08-29T01:01:05.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-08-29T01:01:05.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-08-29T01:01:05.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32872026-08-29T01:01:05.738Z
32882026-08-29T01:01:05.738Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/376)
32892026-08-29T01:01:06.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-08-29T01:01:06.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-08-29T01:01:06.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922026-08-29T01:01:06.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32932026-08-29T01:01:06.306Z
32942026-08-29T01:01:06.306Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/376)
32952026-08-29T01:01:06.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962026-08-29T01:01:06.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972026-08-29T01:01:06.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982026-08-29T01:01:06.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32992026-08-29T01:01:06.933Z
33002026-08-29T01:01:06.933Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/376)
33012026-08-29T01:01:07.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022026-08-29T01:01:07.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032026-08-29T01:01:07.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042026-08-29T01:01:07.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33052026-08-29T01:01:07.450Z
33062026-08-29T01:01:07.450Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/376)
33072026-08-29T01:01:07.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082026-08-29T01:01:07.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092026-08-29T01:01:07.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102026-08-29T01:01:07.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33112026-08-29T01:01:08.019Z
33122026-08-29T01:01:08.019Zinfo: running `cargo check --bins` on reconfigurator-cli (145/376)
33132026-08-29T01:01:08.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142026-08-29T01:01:08.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152026-08-29T01:01:08.843Z Compiling crucible-workspace-hack v0.1.0
33162026-08-29T01:01:08.843Z Compiling regress v0.11.1
33172026-08-29T01:01:08.843Z Checking secrecy v0.10.3
33182026-08-29T01:01:08.846Z Checking half v2.7.1
33192026-08-29T01:01:08.846Z Checking ciborium-io v0.2.2
33202026-08-29T01:01:08.846Z Checking inout v0.1.4
33212026-08-29T01:01:08.846Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33222026-08-29T01:01:08.846Z Checking universal-hash v0.5.1
33232026-08-29T01:01:09.093Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33242026-08-29T01:01:09.112Z Checking cipher v0.4.4
33252026-08-29T01:01:09.116Z Compiling thiserror-impl-no-std v2.0.2
33262026-08-29T01:01:09.140Z Checking opaque-debug v0.3.1
33272026-08-29T01:01:09.203Z Checking poly1305 v0.8.0
33282026-08-29T01:01:09.218Z Checking ciborium-ll v0.2.2
33292026-08-29T01:01:09.235Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33302026-08-29T01:01:09.250Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33312026-08-29T01:01:09.306Z Checking chacha20 v0.9.1
33322026-08-29T01:01:09.382Z Checking ciborium v0.2.2
33332026-08-29T01:01:09.455Z Checking password-hash v0.5.0
33342026-08-29T01:01:09.496Z Checking blake2 v0.10.6
33352026-08-29T01:01:09.514Z Checking aead v0.5.2
33362026-08-29T01:01:09.650Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33372026-08-29T01:01:09.664Z Checking indent_write v2.2.0
33382026-08-29T01:01:09.677Z Compiling toml_datetime v0.7.5+spec-1.1.0
33392026-08-29T01:01:09.735Z Checking argon2 v0.5.3
33402026-08-29T01:01:09.790Z Checking chacha20poly1305 v0.10.1
33412026-08-29T01:01:09.801Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33422026-08-29T01:01:09.917Z Compiling toml_edit v0.23.10+spec-1.0.0
33432026-08-29T01:01:09.932Z Compiling unsafe-libyaml v0.2.11
33442026-08-29T01:01:10.080Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33452026-08-29T01:01:10.286Z Compiling itertools v0.15.0
33462026-08-29T01:01:10.303Z Checking thiserror-no-std v2.0.2
33472026-08-29T01:01:10.388Z Checking vsss-rs v3.3.4
33482026-08-29T01:01:10.416Z Compiling heapless v0.8.0
33492026-08-29T01:01:10.666Z Compiling typify-impl v0.6.2
33502026-08-29T01:01:10.698Z Compiling serde_yaml v0.9.34+deprecated
33512026-08-29T01:01:10.938Z Compiling proc-macro-crate v3.4.0
33522026-08-29T01:01:11.333Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33532026-08-29T01:01:11.478Z Compiling num_enum_derive v0.7.6
33542026-08-29T01:01:11.501Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33552026-08-29T01:01:11.597Z Compiling ingot-macros v0.2.0
33562026-08-29T01:01:11.612Z Checking hash32 v0.3.1
33572026-08-29T01:01:11.741Z Compiling smoltcp v0.11.0
33582026-08-29T01:01:11.955Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33592026-08-29T01:01:12.116Z Checking tabwriter v1.4.1
33602026-08-29T01:01:12.180Z Checking cobs v0.3.0
33612026-08-29T01:01:12.210Z Checking swrite v0.1.0
33622026-08-29T01:01:12.259Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33632026-08-29T01:01:12.301Z Compiling proc-macro-crate v1.3.1
33642026-08-29T01:01:12.324Z Checking postcard v1.1.3
33652026-08-29T01:01:12.461Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33662026-08-29T01:01:12.516Z Checking num_enum v0.7.6
33672026-08-29T01:01:12.612Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33682026-08-29T01:01:12.616Z Compiling foreign-types-macros v0.2.3
33692026-08-29T01:01:12.644Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33702026-08-29T01:01:12.668Z Checking foreign-types-shared v0.3.1
33712026-08-29T01:01:12.711Z Checking colored v3.1.1
33722026-08-29T01:01:12.759Z Compiling num_enum_derive v0.5.11
33732026-08-29T01:01:12.979Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33742026-08-29T01:01:13.019Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33752026-08-29T01:01:13.198Z Checking foreign-types v0.5.0
33762026-08-29T01:01:13.278Z Checking cstr-argument v0.1.2
33772026-08-29T01:01:13.401Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33782026-08-29T01:01:13.416Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33792026-08-29T01:01:13.467Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33802026-08-29T01:01:13.521Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33812026-08-29T01:01:13.603Z Checking itertools v0.12.1
33822026-08-29T01:01:13.641Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33832026-08-29T01:01:13.656Z Compiling zone_cfg_derive v0.3.1
33842026-08-29T01:01:13.769Z Checking num_enum v0.5.11
33852026-08-29T01:01:13.882Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33862026-08-29T01:01:13.952Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33872026-08-29T01:01:14.065Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33882026-08-29T01:01:14.080Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33892026-08-29T01:01:14.258Z Compiling num-derive v0.4.2
33902026-08-29T01:01:14.301Z Compiling semver v0.1.20
33912026-08-29T01:01:14.413Z Checking ingot-types v0.2.0
33922026-08-29T01:01:14.523Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33932026-08-29T01:01:14.590Z Compiling rustc_version v0.1.7
33942026-08-29T01:01:14.613Z Checking zone v0.3.1
33952026-08-29T01:01:14.731Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33962026-08-29T01:01:14.786Z Checking ingot v0.2.1
33972026-08-29T01:01:14.919Z Checking smf v0.2.3
33982026-08-29T01:01:15.021Z Checking csv-core v0.1.13
33992026-08-29T01:01:15.036Z Checking nom v8.0.0
34002026-08-29T01:01:15.160Z Checking whoami v1.6.1
34012026-08-29T01:01:15.175Z Compiling typify-macro v0.6.2
34022026-08-29T01:01:15.199Z Checking csv v1.4.0
34032026-08-29T01:01:15.215Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34042026-08-29T01:01:15.339Z Compiling newtype_derive v0.1.6
34052026-08-29T01:01:15.440Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34062026-08-29T01:01:15.527Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34072026-08-29T01:01:15.564Z Compiling cancel-safe-futures v0.1.5
34082026-08-29T01:01:15.581Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34092026-08-29T01:01:15.748Z Compiling libefi-sys v0.1.0
34102026-08-29T01:01:15.791Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34112026-08-29T01:01:15.946Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34122026-08-29T01:01:16.010Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34132026-08-29T01:01:16.040Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34142026-08-29T01:01:16.109Z Checking oxide-update-engine-types v0.1.2
34152026-08-29T01:01:16.184Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34162026-08-29T01:01:16.243Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34172026-08-29T01:01:16.385Z Compiling bitfield-struct v0.6.2
34182026-08-29T01:01:16.472Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34192026-08-29T01:01:16.526Z Checking linear-map v1.2.0
34202026-08-29T01:01:16.700Z Checking steno v0.4.1
34212026-08-29T01:01:16.892Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34222026-08-29T01:01:16.910Z Compiling typify v0.6.2
34232026-08-29T01:01:17.002Z Compiling progenitor-impl v0.14.0
34242026-08-29T01:01:17.029Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34252026-08-29T01:01:17.033Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34262026-08-29T01:01:17.056Z Checking oxide-update-engine v0.1.2
34272026-08-29T01:01:17.281Z Checking sha1 v0.10.6
34282026-08-29T01:01:17.452Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34292026-08-29T01:01:17.476Z Checking utf-8 v0.7.6
34302026-08-29T01:01:17.527Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34312026-08-29T01:01:17.571Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34322026-08-29T01:01:17.612Z Checking tungstenite v0.21.0
34332026-08-29T01:01:17.684Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34342026-08-29T01:01:17.765Z Checking ignore v0.4.25
34352026-08-29T01:01:17.835Z Checking anstyle-parse v0.2.7
34362026-08-29T01:01:17.992Z Compiling xshell-macros v0.2.7
34372026-08-29T01:01:17.995Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34382026-08-29T01:01:18.031Z Checking tokio-tungstenite v0.21.0
34392026-08-29T01:01:18.164Z Checking globwalk v0.9.1
34402026-08-29T01:01:18.205Z Checking anstream v0.6.21
34412026-08-29T01:01:18.309Z Checking predicates-tree v1.0.13
34422026-08-29T01:01:18.341Z Checking filetime v0.2.27
34432026-08-29T01:01:18.366Z Checking xshell v0.2.7
34442026-08-29T01:01:18.406Z Checking xattr v1.6.1
34452026-08-29T01:01:18.422Z Checking tagptr v0.2.0
34462026-08-29T01:01:18.473Z Checking camino-tempfile-ext v0.3.3
34472026-08-29T01:01:18.537Z Checking tar v0.4.46
34482026-08-29T01:01:18.556Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34492026-08-29T01:01:18.570Z Checking moka v0.12.13
34502026-08-29T01:01:18.593Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34512026-08-29T01:01:18.666Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34522026-08-29T01:01:18.736Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34532026-08-29T01:01:18.797Z Checking rand_seeder v0.4.0
34542026-08-29T01:01:18.814Z Checking half v1.8.3
34552026-08-29T01:01:18.875Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34562026-08-29T01:01:18.916Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34572026-08-29T01:01:18.944Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34582026-08-29T01:01:19.006Z Checking serde_cbor v0.11.2
34592026-08-29T01:01:19.164Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34602026-08-29T01:01:19.201Z Checking hickory-resolver v0.25.2
34612026-08-29T01:01:19.241Z Checking digest-io v0.1.0
34622026-08-29T01:01:19.372Z Compiling petname v2.0.2
34632026-08-29T01:01:19.506Z Checking rawzip v0.4.4
34642026-08-29T01:01:19.613Z Compiling progenitor-macro v0.14.0
34652026-08-29T01:01:19.794Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34662026-08-29T01:01:19.868Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34672026-08-29T01:01:19.912Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34682026-08-29T01:01:20.049Z Checking sapling-renderdag v0.1.0
34692026-08-29T01:01:20.203Z Checking subprocess v0.2.15
34702026-08-29T01:01:20.292Z Checking sync-ptr v0.1.4
34712026-08-29T01:01:20.419Z Checking colored v2.2.0
34722026-08-29T01:01:20.431Z Checking assert_matches v1.5.0
34732026-08-29T01:01:20.490Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34742026-08-29T01:01:20.843Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34752026-08-29T01:01:21.065Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34762026-08-29T01:01:21.191Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34772026-08-29T01:01:21.194Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34782026-08-29T01:01:21.852Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34792026-08-29T01:01:21.853Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34802026-08-29T01:01:22.442Z Checking progenitor v0.14.0
34812026-08-29T01:01:22.580Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34822026-08-29T01:01:22.580Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34832026-08-29T01:01:22.583Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34842026-08-29T01:01:22.583Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34852026-08-29T01:01:22.583Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34862026-08-29T01:01:22.650Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34872026-08-29T01:01:23.012Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34882026-08-29T01:01:23.177Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34892026-08-29T01:01:23.251Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34902026-08-29T01:01:23.497Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34912026-08-29T01:01:23.707Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34922026-08-29T01:01:23.755Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34932026-08-29T01:01:24.295Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34942026-08-29T01:01:24.632Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34952026-08-29T01:01:25.300Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34962026-08-29T01:01:25.615Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34972026-08-29T01:01:34.211Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34982026-08-29T01:01:41.448Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34992026-08-29T01:01:41.448Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35002026-08-29T01:01:41.451Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35012026-08-29T01:01:42.944Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35022026-08-29T01:01:44.232Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
35032026-08-29T01:01:46.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.45s
35042026-08-29T01:01:46.675Z
35052026-08-29T01:01:46.675Zinfo: running `cargo check --bins` on nexus-inventory (146/376)
35062026-08-29T01:01:47.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-08-29T01:01:47.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-08-29T01:01:47.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-08-29T01:01:47.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35102026-08-29T01:01:47.286Z
35112026-08-29T01:01:47.286Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/376)
35122026-08-29T01:01:47.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-08-29T01:01:47.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-08-29T01:01:47.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-08-29T01:01:47.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35162026-08-29T01:01:47.863Z
35172026-08-29T01:01:47.863Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/376)
35182026-08-29T01:01:48.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-08-29T01:01:48.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-08-29T01:01:48.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-08-29T01:01:48.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35222026-08-29T01:01:48.435Z
35232026-08-29T01:01:48.435Zinfo: running `cargo check --bins` on dns-service-client (149/376)
35242026-08-29T01:01:48.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-08-29T01:01:48.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-08-29T01:01:48.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-08-29T01:01:48.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35282026-08-29T01:01:48.992Z
35292026-08-29T01:01:48.992Zinfo: running `cargo check --bins` on ntp-admin-client (150/376)
35302026-08-29T01:01:49.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-08-29T01:01:49.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-08-29T01:01:49.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-08-29T01:01:49.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35342026-08-29T01:01:49.547Z
35352026-08-29T01:01:49.547Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/376)
35362026-08-29T01:01:50.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-08-29T01:01:50.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-08-29T01:01:50.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-08-29T01:01:50.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35402026-08-29T01:01:50.104Z
35412026-08-29T01:01:50.104Zinfo: running `cargo check --bins` on cockroach-admin-client (152/376)
35422026-08-29T01:01:50.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-08-29T01:01:50.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-08-29T01:01:50.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-08-29T01:01:50.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35462026-08-29T01:01:50.661Z
35472026-08-29T01:01:50.661Zinfo: running `cargo check --bins` on parallel-task-set (153/376)
35482026-08-29T01:01:51.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-08-29T01:01:51.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-08-29T01:01:51.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-08-29T01:01:51.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35522026-08-29T01:01:51.222Z
35532026-08-29T01:01:51.222Zinfo: running `cargo check --bins` on sled-agent-client (154/376)
35542026-08-29T01:01:51.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-08-29T01:01:51.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-08-29T01:01:51.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-08-29T01:01:51.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35582026-08-29T01:01:51.808Z
35592026-08-29T01:01:51.808Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/376)
35602026-08-29T01:01:52.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-08-29T01:01:52.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-08-29T01:01:52.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-08-29T01:01:52.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35642026-08-29T01:01:52.405Z
35652026-08-29T01:01:52.405Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/376)
35662026-08-29T01:01:52.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-08-29T01:01:52.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-08-29T01:01:52.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-08-29T01:01:52.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35702026-08-29T01:01:52.997Z
35712026-08-29T01:01:52.997Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/376)
35722026-08-29T01:01:53.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-08-29T01:01:53.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-08-29T01:01:53.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-08-29T01:01:53.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35762026-08-29T01:01:53.590Z
35772026-08-29T01:01:53.590Zinfo: running `cargo check --bins` on key-manager (158/376)
35782026-08-29T01:01:54.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-08-29T01:01:54.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-08-29T01:01:54.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-08-29T01:01:54.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35822026-08-29T01:01:54.163Z
35832026-08-29T01:01:54.163Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/376)
35842026-08-29T01:01:54.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-08-29T01:01:54.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-08-29T01:01:54.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-08-29T01:01:54.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35882026-08-29T01:01:54.750Z
35892026-08-29T01:01:54.750Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/376)
35902026-08-29T01:01:55.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-08-29T01:01:55.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-08-29T01:01:55.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-08-29T01:01:55.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35942026-08-29T01:01:55.340Z
35952026-08-29T01:01:55.340Zinfo: running `cargo check --bins` on typed-rng (161/376)
35962026-08-29T01:01:55.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-08-29T01:01:55.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-08-29T01:01:55.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-08-29T01:01:55.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36002026-08-29T01:01:55.902Z
36012026-08-29T01:01:55.902Zinfo: running `cargo check --bins` on gateway-test-utils (162/376)
36022026-08-29T01:01:56.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-08-29T01:01:56.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-08-29T01:01:56.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-08-29T01:01:56.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36062026-08-29T01:01:56.524Z
36072026-08-29T01:01:56.524Zinfo: running `cargo check --bins` on omicron-gateway (163/376)
36082026-08-29T01:01:57.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-08-29T01:01:57.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-08-29T01:01:57.265Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36112026-08-29T01:01:57.268Z Checking void v1.0.2
36122026-08-29T01:01:57.268Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36132026-08-29T01:01:57.268Z Checking tungstenite v0.23.0
36142026-08-29T01:01:57.268Z Checking dropshot-api-manager-types v0.8.0
36152026-08-29T01:01:57.268Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36162026-08-29T01:01:57.268Z Checking nix v0.27.1
36172026-08-29T01:01:57.382Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36182026-08-29T01:01:57.513Z Checking lzss v0.8.2
36192026-08-29T01:01:57.553Z Checking kstat-rs v0.2.5
36202026-08-29T01:01:57.556Z Checking fxhash v0.2.1
36212026-08-29T01:01:57.677Z Checking serde_bytes v0.11.19
36222026-08-29T01:01:57.690Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36232026-08-29T01:01:57.704Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36242026-08-29T01:01:57.718Z Checking signal-hook-tokio v0.3.1
36252026-08-29T01:01:57.731Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36262026-08-29T01:01:57.771Z Checking tokio-tungstenite v0.23.1
36272026-08-29T01:01:57.860Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36282026-08-29T01:01:58.950Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36292026-08-29T01:01:59.493Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36302026-08-29T01:02:01.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s
36312026-08-29T01:02:01.810Z
36322026-08-29T01:02:01.810Zinfo: running `cargo check --bins` on gateway-api (164/376)
36332026-08-29T01:02:02.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-08-29T01:02:02.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-08-29T01:02:02.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-08-29T01:02:02.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36372026-08-29T01:02:02.376Z
36382026-08-29T01:02:02.376Zinfo: running `cargo check --bins` on ipcc (165/376)
36392026-08-29T01:02:02.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-08-29T01:02:02.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-08-29T01:02:02.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-08-29T01:02:02.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36432026-08-29T01:02:02.934Z
36442026-08-29T01:02:02.934Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/376)
36452026-08-29T01:02:03.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-08-29T01:02:03.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-08-29T01:02:03.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-08-29T01:02:03.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36492026-08-29T01:02:03.489Z
36502026-08-29T01:02:03.490Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/376)
36512026-08-29T01:02:03.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-08-29T01:02:03.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-08-29T01:02:03.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-08-29T01:02:03.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36552026-08-29T01:02:04.081Z
36562026-08-29T01:02:04.081Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/376)
36572026-08-29T01:02:04.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-08-29T01:02:04.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-08-29T01:02:04.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-08-29T01:02:04.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36612026-08-29T01:02:04.659Z
36622026-08-29T01:02:04.660Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/376)
36632026-08-29T01:02:05.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-08-29T01:02:05.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-08-29T01:02:05.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-08-29T01:02:05.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36672026-08-29T01:02:05.240Z
36682026-08-29T01:02:05.240Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/376)
36692026-08-29T01:02:05.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-08-29T01:02:05.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-08-29T01:02:05.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-08-29T01:02:05.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36732026-08-29T01:02:05.809Z
36742026-08-29T01:02:05.809Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/376)
36752026-08-29T01:02:06.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-08-29T01:02:06.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-08-29T01:02:06.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-08-29T01:02:06.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36792026-08-29T01:02:06.401Z
36802026-08-29T01:02:06.401Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/376)
36812026-08-29T01:02:06.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-08-29T01:02:06.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-08-29T01:02:06.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-08-29T01:02:06.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36852026-08-29T01:02:06.977Z
36862026-08-29T01:02:06.977Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/376)
36872026-08-29T01:02:07.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-08-29T01:02:07.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-08-29T01:02:07.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-08-29T01:02:07.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36912026-08-29T01:02:07.549Z
36922026-08-29T01:02:07.549Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/376)
36932026-08-29T01:02:08.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-08-29T01:02:08.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-08-29T01:02:08.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-08-29T01:02:08.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36972026-08-29T01:02:08.138Z
36982026-08-29T01:02:08.138Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/376)
36992026-08-29T01:02:08.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-08-29T01:02:08.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-08-29T01:02:08.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-08-29T01:02:08.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37032026-08-29T01:02:08.688Z
37042026-08-29T01:02:08.688Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/376)
37052026-08-29T01:02:09.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-08-29T01:02:09.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-08-29T01:02:09.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-08-29T01:02:09.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37092026-08-29T01:02:09.259Z
37102026-08-29T01:02:09.259Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/376)
37112026-08-29T01:02:09.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-08-29T01:02:09.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-08-29T01:02:09.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-08-29T01:02:09.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37152026-08-29T01:02:09.836Z
37162026-08-29T01:02:09.836Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/376)
37172026-08-29T01:02:10.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-08-29T01:02:10.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-08-29T01:02:10.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-08-29T01:02:10.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37212026-08-29T01:02:10.401Z
37222026-08-29T01:02:10.401Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/376)
37232026-08-29T01:02:10.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-08-29T01:02:10.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-08-29T01:02:10.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-08-29T01:02:10.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37272026-08-29T01:02:11.003Z
37282026-08-29T01:02:11.003Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/376)
37292026-08-29T01:02:11.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-08-29T01:02:11.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-08-29T01:02:11.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-08-29T01:02:11.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37332026-08-29T01:02:11.551Z
37342026-08-29T01:02:11.551Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/376)
37352026-08-29T01:02:12.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-08-29T01:02:12.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-08-29T01:02:12.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-08-29T01:02:12.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37392026-08-29T01:02:12.124Z
37402026-08-29T01:02:12.124Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/376)
37412026-08-29T01:02:12.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-08-29T01:02:12.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-08-29T01:02:12.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-08-29T01:02:12.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37452026-08-29T01:02:12.698Z
37462026-08-29T01:02:12.698Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/376)
37472026-08-29T01:02:13.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-08-29T01:02:13.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-08-29T01:02:13.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37502026-08-29T01:02:13.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37512026-08-29T01:02:13.274Z
37522026-08-29T01:02:13.274Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/376)
37532026-08-29T01:02:13.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-08-29T01:02:13.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-08-29T01:02:13.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37562026-08-29T01:02:13.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37572026-08-29T01:02:13.859Z
37582026-08-29T01:02:13.859Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/376)
37592026-08-29T01:02:14.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-08-29T01:02:14.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-08-29T01:02:14.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37622026-08-29T01:02:14.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37632026-08-29T01:02:14.443Z
37642026-08-29T01:02:14.444Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/376)
37652026-08-29T01:02:14.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-08-29T01:02:14.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-08-29T01:02:14.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37682026-08-29T01:02:14.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37692026-08-29T01:02:15.028Z
37702026-08-29T01:02:15.028Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/376)
37712026-08-29T01:02:15.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-08-29T01:02:15.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-08-29T01:02:15.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37742026-08-29T01:02:15.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37752026-08-29T01:02:15.622Z
37762026-08-29T01:02:15.624Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/376)
37772026-08-29T01:02:16.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-08-29T01:02:16.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-08-29T01:02:16.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37802026-08-29T01:02:16.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37812026-08-29T01:02:16.225Z
37822026-08-29T01:02:16.225Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/376)
37832026-08-29T01:02:16.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-08-29T01:02:16.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-08-29T01:02:16.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862026-08-29T01:02:16.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37872026-08-29T01:02:16.810Z
37882026-08-29T01:02:16.810Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/376)
37892026-08-29T01:02:17.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-08-29T01:02:17.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-08-29T01:02:17.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-08-29T01:02:17.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37932026-08-29T01:02:17.379Z
37942026-08-29T01:02:17.379Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/376)
37952026-08-29T01:02:17.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-08-29T01:02:17.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-08-29T01:02:17.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-08-29T01:02:17.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37992026-08-29T01:02:17.981Z
38002026-08-29T01:02:17.981Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/376)
38012026-08-29T01:02:18.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-08-29T01:02:18.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-08-29T01:02:18.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-08-29T01:02:18.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38052026-08-29T01:02:18.611Z
38062026-08-29T01:02:18.611Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/376)
38072026-08-29T01:02:19.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-08-29T01:02:19.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-08-29T01:02:19.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-08-29T01:02:19.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38112026-08-29T01:02:19.157Z
38122026-08-29T01:02:19.157Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/376)
38132026-08-29T01:02:19.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-08-29T01:02:19.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-08-29T01:02:19.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-08-29T01:02:19.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38172026-08-29T01:02:19.741Z
38182026-08-29T01:02:19.741Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/376)
38192026-08-29T01:02:20.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-08-29T01:02:20.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-08-29T01:02:20.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-08-29T01:02:20.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38232026-08-29T01:02:20.357Z
38242026-08-29T01:02:20.357Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/376)
38252026-08-29T01:02:20.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-08-29T01:02:20.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-08-29T01:02:20.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-08-29T01:02:20.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38292026-08-29T01:02:20.928Z
38302026-08-29T01:02:20.928Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/376)
38312026-08-29T01:02:21.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-08-29T01:02:21.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-08-29T01:02:21.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-08-29T01:02:21.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38352026-08-29T01:02:21.516Z
38362026-08-29T01:02:21.516Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/376)
38372026-08-29T01:02:22.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-08-29T01:02:22.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-08-29T01:02:22.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-08-29T01:02:22.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38412026-08-29T01:02:22.216Z
38422026-08-29T01:02:22.216Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/376)
38432026-08-29T01:02:22.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-08-29T01:02:22.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-08-29T01:02:22.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-08-29T01:02:22.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38472026-08-29T01:02:22.703Z
38482026-08-29T01:02:22.704Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/376)
38492026-08-29T01:02:23.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-08-29T01:02:23.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-08-29T01:02:23.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-08-29T01:02:23.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38532026-08-29T01:02:23.291Z
38542026-08-29T01:02:23.291Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/376)
38552026-08-29T01:02:23.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-08-29T01:02:23.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-08-29T01:02:23.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-08-29T01:02:23.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38592026-08-29T01:02:23.889Z
38602026-08-29T01:02:23.889Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/376)
38612026-08-29T01:02:24.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-08-29T01:02:24.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-08-29T01:02:24.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-08-29T01:02:24.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38652026-08-29T01:02:24.472Z
38662026-08-29T01:02:24.472Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/376)
38672026-08-29T01:02:24.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-08-29T01:02:24.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-08-29T01:02:24.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-08-29T01:02:24.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38712026-08-29T01:02:25.063Z
38722026-08-29T01:02:25.063Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/376)
38732026-08-29T01:02:25.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-08-29T01:02:25.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-08-29T01:02:25.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-08-29T01:02:25.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38772026-08-29T01:02:25.634Z
38782026-08-29T01:02:25.634Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/376)
38792026-08-29T01:02:26.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-08-29T01:02:26.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-08-29T01:02:26.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-08-29T01:02:26.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38832026-08-29T01:02:26.206Z
38842026-08-29T01:02:26.206Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/376)
38852026-08-29T01:02:26.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-08-29T01:02:26.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-08-29T01:02:26.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-08-29T01:02:26.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38892026-08-29T01:02:26.781Z
38902026-08-29T01:02:26.781Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/376)
38912026-08-29T01:02:27.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-08-29T01:02:27.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-08-29T01:02:27.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-08-29T01:02:27.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38952026-08-29T01:02:27.364Z
38962026-08-29T01:02:27.364Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/376)
38972026-08-29T01:02:27.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-08-29T01:02:27.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-08-29T01:02:27.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-08-29T01:02:27.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39012026-08-29T01:02:27.933Z
39022026-08-29T01:02:27.933Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/376)
39032026-08-29T01:02:28.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-08-29T01:02:28.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-08-29T01:02:28.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-08-29T01:02:28.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39072026-08-29T01:02:28.511Z
39082026-08-29T01:02:28.511Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/376)
39092026-08-29T01:02:28.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-08-29T01:02:28.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-08-29T01:02:28.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-08-29T01:02:29.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39132026-08-29T01:02:29.088Z
39142026-08-29T01:02:29.088Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/376)
39152026-08-29T01:02:29.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-08-29T01:02:29.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-08-29T01:02:29.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-08-29T01:02:29.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39192026-08-29T01:02:29.661Z
39202026-08-29T01:02:29.662Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/376)
39212026-08-29T01:02:30.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-08-29T01:02:30.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-08-29T01:02:30.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-08-29T01:02:30.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39252026-08-29T01:02:30.248Z
39262026-08-29T01:02:30.248Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/376)
39272026-08-29T01:02:30.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-08-29T01:02:30.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-08-29T01:02:30.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-08-29T01:02:30.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39312026-08-29T01:02:30.799Z
39322026-08-29T01:02:30.799Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/376)
39332026-08-29T01:02:31.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-08-29T01:02:31.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-08-29T01:02:31.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-08-29T01:02:31.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39372026-08-29T01:02:31.531Z
39382026-08-29T01:02:31.531Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/376)
39392026-08-29T01:02:31.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-08-29T01:02:31.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-08-29T01:02:31.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-08-29T01:02:31.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39432026-08-29T01:02:31.942Z
39442026-08-29T01:02:31.942Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/376)
39452026-08-29T01:02:32.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-08-29T01:02:32.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-08-29T01:02:32.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-08-29T01:02:32.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39492026-08-29T01:02:32.514Z
39502026-08-29T01:02:32.514Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/376)
39512026-08-29T01:02:32.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-08-29T01:02:33.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-08-29T01:02:33.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-08-29T01:02:33.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39552026-08-29T01:02:33.090Z
39562026-08-29T01:02:33.091Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/376)
39572026-08-29T01:02:33.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-08-29T01:02:33.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-08-29T01:02:33.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-08-29T01:02:33.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39612026-08-29T01:02:33.676Z
39622026-08-29T01:02:33.676Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/376)
39632026-08-29T01:02:34.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-08-29T01:02:34.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-08-29T01:02:34.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-08-29T01:02:34.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39672026-08-29T01:02:34.241Z
39682026-08-29T01:02:34.241Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/376)
39692026-08-29T01:02:34.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-08-29T01:02:34.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-08-29T01:02:34.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-08-29T01:02:34.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39732026-08-29T01:02:34.830Z
39742026-08-29T01:02:34.830Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/376)
39752026-08-29T01:02:35.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-08-29T01:02:35.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-08-29T01:02:35.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-08-29T01:02:35.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39792026-08-29T01:02:35.422Z
39802026-08-29T01:02:35.422Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/376)
39812026-08-29T01:02:35.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-08-29T01:02:35.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-08-29T01:02:35.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-08-29T01:02:35.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39852026-08-29T01:02:36.014Z
39862026-08-29T01:02:36.014Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/376)
39872026-08-29T01:02:36.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-08-29T01:02:36.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-08-29T01:02:36.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-08-29T01:02:36.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39912026-08-29T01:02:36.610Z
39922026-08-29T01:02:36.610Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/376)
39932026-08-29T01:02:37.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-08-29T01:02:37.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-08-29T01:02:37.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-08-29T01:02:37.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-08-29T01:02:37.196Z
39982026-08-29T01:02:37.196Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/376)
39992026-08-29T01:02:37.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-08-29T01:02:37.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-08-29T01:02:37.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-08-29T01:02:37.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40032026-08-29T01:02:37.785Z
40042026-08-29T01:02:37.785Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/376)
40052026-08-29T01:02:38.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-08-29T01:02:38.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-08-29T01:02:38.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-08-29T01:02:38.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40092026-08-29T01:02:38.393Z
40102026-08-29T01:02:38.393Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/376)
40112026-08-29T01:02:39.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-08-29T01:02:39.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-08-29T01:02:39.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-08-29T01:02:39.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40152026-08-29T01:02:39.436Z
40162026-08-29T01:02:39.436Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/376)
40172026-08-29T01:02:39.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-08-29T01:02:39.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-08-29T01:02:39.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-08-29T01:02:39.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40212026-08-29T01:02:39.564Z
40222026-08-29T01:02:39.564Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/376)
40232026-08-29T01:02:40.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-08-29T01:02:40.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-08-29T01:02:40.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-08-29T01:02:40.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40272026-08-29T01:02:40.152Z
40282026-08-29T01:02:40.152Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/376)
40292026-08-29T01:02:40.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-08-29T01:02:40.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-08-29T01:02:40.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-08-29T01:02:40.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40332026-08-29T01:02:40.743Z
40342026-08-29T01:02:40.743Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/376)
40352026-08-29T01:02:41.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-08-29T01:02:41.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-08-29T01:02:41.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-08-29T01:02:41.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40392026-08-29T01:02:41.338Z
40402026-08-29T01:02:41.338Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/376)
40412026-08-29T01:02:41.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-29T01:02:41.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-29T01:02:41.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-08-29T01:02:41.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40452026-08-29T01:02:41.938Z
40462026-08-29T01:02:41.938Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/376)
40472026-08-29T01:02:42.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-29T01:02:42.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-29T01:02:42.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-08-29T01:02:42.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40512026-08-29T01:02:46.094Z
40522026-08-29T01:02:46.094Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/376)
40532026-08-29T01:02:46.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-08-29T01:02:46.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-08-29T01:02:46.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-08-29T01:02:46.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40572026-08-29T01:02:46.149Z
40582026-08-29T01:02:46.149Zinfo: running `cargo check --bins` on oximeter-producer (235/376)
40592026-08-29T01:02:46.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-08-29T01:02:46.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-08-29T01:02:46.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-08-29T01:02:46.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40632026-08-29T01:02:46.149Z
40642026-08-29T01:02:46.149Zinfo: running `cargo check --bins` on internal-dns-resolver (236/376)
40652026-08-29T01:02:46.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-08-29T01:02:46.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-08-29T01:02:46.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-08-29T01:02:46.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40692026-08-29T01:02:46.150Z
40702026-08-29T01:02:46.150Zinfo: running `cargo check --bins` on dns-server (237/376)
40712026-08-29T01:02:46.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-08-29T01:02:46.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-08-29T01:02:46.150Z Compiling parking_lot_core v0.8.6
40742026-08-29T01:02:46.150Z Compiling git-stub v1.0.0
40752026-08-29T01:02:46.150Z Checking prefix-trie v0.7.0
40762026-08-29T01:02:46.150Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40772026-08-29T01:02:46.150Z Compiling git-stub-vcs v0.1.0
40782026-08-29T01:02:46.150Z Checking hickory-server v0.25.2
40792026-08-29T01:02:46.150Z Checking parking_lot v0.11.2
40802026-08-29T01:02:46.150Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40812026-08-29T01:02:46.150Z Checking sled v0.34.7
40822026-08-29T01:02:47.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
40832026-08-29T01:02:47.716Z
40842026-08-29T01:02:47.716Zinfo: running `cargo check --bins` on dns-server-api (238/376)
40852026-08-29T01:02:48.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-08-29T01:02:48.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-08-29T01:02:48.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-08-29T01:02:48.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40892026-08-29T01:02:48.280Z
40902026-08-29T01:02:48.281Zinfo: running `cargo check --bins` on nexus-client (239/376)
40912026-08-29T01:02:48.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-08-29T01:02:48.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-08-29T01:02:48.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-08-29T01:02:48.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40952026-08-29T01:02:48.888Z
40962026-08-29T01:02:48.888Zinfo: running `cargo check --bins` on oximeter-producer-api (240/376)
40972026-08-29T01:02:49.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-08-29T01:02:49.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-08-29T01:02:49.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-08-29T01:02:49.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41012026-08-29T01:02:49.456Z
41022026-08-29T01:02:49.456Zinfo: running `cargo check --bins` on sp-sim (241/376)
41032026-08-29T01:02:49.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-08-29T01:02:49.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-08-29T01:02:50.170Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41062026-08-29T01:02:50.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
41072026-08-29T01:02:50.870Z
41082026-08-29T01:02:50.870Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/376)
41092026-08-29T01:02:51.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-08-29T01:02:51.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-08-29T01:02:51.686Z Compiling proc-macro-error-attr2 v2.0.0
41122026-08-29T01:02:51.815Z Compiling rfc6979 v0.4.0
41132026-08-29T01:02:51.815Z Compiling hashbrown v0.14.5
41142026-08-29T01:02:51.834Z Compiling salty v0.3.0
41152026-08-29T01:02:51.842Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41162026-08-29T01:02:51.853Z Compiling primeorder v0.13.6
41172026-08-29T01:02:51.866Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41182026-08-29T01:02:51.926Z Compiling ecdsa v0.16.9
41192026-08-29T01:02:51.995Z Compiling sha1 v0.10.6
41202026-08-29T01:02:52.120Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41212026-08-29T01:02:52.175Z Compiling proc-macro-error2 v2.0.1
41222026-08-29T01:02:52.300Z Compiling chumsky v0.9.3
41232026-08-29T01:02:52.303Z Compiling p384 v0.13.1
41242026-08-29T01:02:52.330Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41252026-08-29T01:02:52.366Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41262026-08-29T01:02:52.485Z Compiling knus-derive v3.4.0
41272026-08-29T01:02:52.532Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41282026-08-29T01:02:52.559Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41292026-08-29T01:02:52.597Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41302026-08-29T01:02:52.781Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41312026-08-29T01:02:52.860Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41322026-08-29T01:02:52.980Z Checking corncobs v0.1.4
41332026-08-29T01:02:53.018Z Checking libscf-sys v1.2.0
41342026-08-29T01:02:53.035Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41352026-08-29T01:02:53.054Z Checking secrecy v0.8.0
41362026-08-29T01:02:53.071Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41372026-08-29T01:02:53.104Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41382026-08-29T01:02:53.143Z Checking papergrid v0.18.0
41392026-08-29T01:02:53.179Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41402026-08-29T01:02:53.211Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41412026-08-29T01:02:53.351Z Compiling unicase v2.9.0
41422026-08-29T01:02:53.415Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41432026-08-29T01:02:53.449Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41442026-08-29T01:02:53.480Z Checking itertools v0.15.0
41452026-08-29T01:02:53.547Z Compiling mime_guess v2.0.5
41462026-08-29T01:02:53.654Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41472026-08-29T01:02:53.695Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41482026-08-29T01:02:53.901Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41492026-08-29T01:02:53.916Z Compiling knus v3.4.0
41502026-08-29T01:02:53.930Z Checking tabled v0.21.0
41512026-08-29T01:02:53.944Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41522026-08-29T01:02:54.264Z Checking crc8 v0.1.1
41532026-08-29T01:02:54.268Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41542026-08-29T01:02:54.349Z Checking http-range v0.1.5
41552026-08-29T01:02:54.580Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41562026-08-29T01:02:54.605Z Checking scuffle v0.1.0
41572026-08-29T01:02:54.658Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41582026-08-29T01:02:54.761Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41592026-08-29T01:02:54.801Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41602026-08-29T01:02:54.804Z Checking nanorand v0.7.0
41612026-08-29T01:02:54.828Z Checking hyper-staticfile v0.10.1
41622026-08-29T01:02:55.050Z Checking flume v0.11.1
41632026-08-29T01:02:55.153Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41642026-08-29T01:02:55.186Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41652026-08-29T01:02:55.201Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41662026-08-29T01:02:55.295Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41672026-08-29T01:02:55.320Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41682026-08-29T01:02:55.520Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41692026-08-29T01:02:55.552Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41702026-08-29T01:02:55.567Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41712026-08-29T01:02:55.716Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41722026-08-29T01:02:55.860Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41732026-08-29T01:02:56.074Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41742026-08-29T01:02:56.159Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41752026-08-29T01:02:56.682Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41762026-08-29T01:02:57.537Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41772026-08-29T01:02:59.462Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41782026-08-29T01:03:00.500Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41792026-08-29T01:03:01.057Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41802026-08-29T01:03:01.061Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41812026-08-29T01:03:01.685Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41822026-08-29T01:03:12.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.99s
41832026-08-29T01:03:12.876Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41842026-08-29T01:03:12.876Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41852026-08-29T01:03:13.081Z
41862026-08-29T01:03:13.081Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/376)
41872026-08-29T01:03:13.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-08-29T01:03:13.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-08-29T01:03:13.848Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41902026-08-29T01:03:24.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.03s
41912026-08-29T01:03:24.112Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41922026-08-29T01:03:24.112Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41932026-08-29T01:03:24.320Z
41942026-08-29T01:03:24.320Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/376)
41952026-08-29T01:03:24.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-08-29T01:03:24.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-08-29T01:03:25.093Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41982026-08-29T01:03:35.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.05s
41992026-08-29T01:03:35.382Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42002026-08-29T01:03:35.382Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42012026-08-29T01:03:35.584Z
42022026-08-29T01:03:35.584Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/376)
42032026-08-29T01:03:36.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-08-29T01:03:36.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-08-29T01:03:36.392Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42062026-08-29T01:03:46.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.09s
42072026-08-29T01:03:46.689Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42082026-08-29T01:03:46.689Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42092026-08-29T01:03:46.886Z
42102026-08-29T01:03:46.886Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/376)
42112026-08-29T01:03:47.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-08-29T01:03:47.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-08-29T01:03:47.662Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42142026-08-29T01:03:57.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.08s
42152026-08-29T01:03:57.978Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42162026-08-29T01:03:57.978Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42172026-08-29T01:03:58.179Z
42182026-08-29T01:03:58.179Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/376)
42192026-08-29T01:03:58.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-08-29T01:03:58.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-08-29T01:03:58.952Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42222026-08-29T01:04:09.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.05s
42232026-08-29T01:04:09.239Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42242026-08-29T01:04:09.239Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42252026-08-29T01:04:09.439Z
42262026-08-29T01:04:09.439Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/376)
42272026-08-29T01:04:09.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-08-29T01:04:09.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-08-29T01:04:10.632Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42302026-08-29T01:04:20.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.04s
42312026-08-29T01:04:20.493Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42322026-08-29T01:04:20.493Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42332026-08-29T01:04:20.692Z
42342026-08-29T01:04:20.692Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/376)
42352026-08-29T01:04:21.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-08-29T01:04:21.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-08-29T01:04:21.472Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42382026-08-29T01:04:31.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
42392026-08-29T01:04:31.840Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42402026-08-29T01:04:31.840Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42412026-08-29T01:04:32.045Z
42422026-08-29T01:04:32.045Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/376)
42432026-08-29T01:04:32.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-08-29T01:04:32.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-08-29T01:04:32.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-08-29T01:04:32.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42472026-08-29T01:04:32.622Z
42482026-08-29T01:04:32.622Zinfo: running `cargo check --bins` on installinator-common (251/376)
42492026-08-29T01:04:33.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-08-29T01:04:33.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-08-29T01:04:33.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-08-29T01:04:33.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42532026-08-29T01:04:33.207Z
42542026-08-29T01:04:33.207Zinfo: running `cargo check --bins` on installinator-common-versions (252/376)
42552026-08-29T01:04:33.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-08-29T01:04:33.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-08-29T01:04:33.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42582026-08-29T01:04:33.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42592026-08-29T01:04:33.766Z
42602026-08-29T01:04:33.766Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/376)
42612026-08-29T01:04:34.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-08-29T01:04:34.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-08-29T01:04:34.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42642026-08-29T01:04:34.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42652026-08-29T01:04:34.369Z
42662026-08-29T01:04:34.369Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/376)
42672026-08-29T01:04:34.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-08-29T01:04:34.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-08-29T01:04:34.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42702026-08-29T01:04:34.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42712026-08-29T01:04:34.950Z
42722026-08-29T01:04:34.950Zinfo: running `cargo check --bins` on range-requests (255/376)
42732026-08-29T01:04:35.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-08-29T01:04:35.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-08-29T01:04:35.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-08-29T01:04:35.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42772026-08-29T01:04:35.515Z
42782026-08-29T01:04:35.515Zinfo: running `cargo check --bins` on repo-depot-api (256/376)
42792026-08-29T01:04:35.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-08-29T01:04:35.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-08-29T01:04:35.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42822026-08-29T01:04:36.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42832026-08-29T01:04:36.082Z
42842026-08-29T01:04:36.082Zinfo: running `cargo check --bins` on repo-depot-client (257/376)
42852026-08-29T01:04:36.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-08-29T01:04:36.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-08-29T01:04:36.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42882026-08-29T01:04:36.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42892026-08-29T01:04:36.640Z
42902026-08-29T01:04:36.640Zinfo: running `cargo check --bins` on sled-agent-api (258/376)
42912026-08-29T01:04:37.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-08-29T01:04:37.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-08-29T01:04:37.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42942026-08-29T01:04:37.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42952026-08-29T01:04:37.231Z
42962026-08-29T01:04:37.231Zinfo: running `cargo check --bins` on sled-diagnostics (259/376)
42972026-08-29T01:04:37.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42982026-08-29T01:04:37.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42992026-08-29T01:04:37.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43002026-08-29T01:04:37.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43012026-08-29T01:04:37.819Z
43022026-08-29T01:04:37.819Zinfo: running `cargo check --bins` on zfs-test-harness (260/376)
43032026-08-29T01:04:38.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-08-29T01:04:38.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-08-29T01:04:38.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43062026-08-29T01:04:38.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43072026-08-29T01:04:38.409Z
43082026-08-29T01:04:38.409Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/376)
43092026-08-29T01:04:38.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-08-29T01:04:38.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-08-29T01:04:38.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43122026-08-29T01:04:38.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43132026-08-29T01:04:39.008Z
43142026-08-29T01:04:39.008Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/376)
43152026-08-29T01:04:39.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-08-29T01:04:39.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-08-29T01:04:39.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43182026-08-29T01:04:39.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43192026-08-29T01:04:39.603Z
43202026-08-29T01:04:39.603Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/376)
43212026-08-29T01:04:40.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43222026-08-29T01:04:40.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43232026-08-29T01:04:40.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43242026-08-29T01:04:40.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43252026-08-29T01:04:40.204Z
43262026-08-29T01:04:40.204Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/376)
43272026-08-29T01:04:40.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43282026-08-29T01:04:40.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43292026-08-29T01:04:40.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43302026-08-29T01:04:40.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43312026-08-29T01:04:40.790Z
43322026-08-29T01:04:40.790Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/376)
43332026-08-29T01:04:41.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43342026-08-29T01:04:41.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43352026-08-29T01:04:41.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43362026-08-29T01:04:41.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43372026-08-29T01:04:41.380Z
43382026-08-29T01:04:41.381Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/376)
43392026-08-29T01:04:41.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43402026-08-29T01:04:41.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43412026-08-29T01:04:41.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43422026-08-29T01:04:41.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43432026-08-29T01:04:41.974Z
43442026-08-29T01:04:41.974Zinfo: running `cargo check --bins` on trust-quorum (267/376)
43452026-08-29T01:04:42.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43462026-08-29T01:04:42.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43472026-08-29T01:04:42.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43482026-08-29T01:04:42.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43492026-08-29T01:04:42.567Z
43502026-08-29T01:04:42.568Zinfo: running `cargo check --bins` on sled-agent-health-monitor (268/376)
43512026-08-29T01:04:43.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43522026-08-29T01:04:43.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43532026-08-29T01:04:43.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43542026-08-29T01:04:43.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43552026-08-29T01:04:43.157Z
43562026-08-29T01:04:43.157Zinfo: running `cargo check --bins` on sled-agent-multirack-join (269/376)
43572026-08-29T01:04:43.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-08-29T01:04:43.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-08-29T01:04:43.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43602026-08-29T01:04:43.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43612026-08-29T01:04:43.778Z
43622026-08-29T01:04:43.778Zinfo: running `cargo check --bins` on sled-agent-rack-setup (270/376)
43632026-08-29T01:04:44.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-29T01:04:44.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-29T01:04:44.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-29T01:04:44.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43672026-08-29T01:04:44.395Z
43682026-08-29T01:04:44.395Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (271/376)
43692026-08-29T01:04:44.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-29T01:04:44.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-29T01:04:44.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43722026-08-29T01:04:44.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43732026-08-29T01:04:45.011Z
43742026-08-29T01:04:45.011Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (272/376)
43752026-08-29T01:04:45.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-08-29T01:04:45.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-08-29T01:04:45.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43782026-08-29T01:04:45.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43792026-08-29T01:04:45.634Z
43802026-08-29T01:04:45.634Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (273/376)
43812026-08-29T01:04:46.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-08-29T01:04:46.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-08-29T01:04:46.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43842026-08-29T01:04:46.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43852026-08-29T01:04:46.257Z
43862026-08-29T01:04:46.257Zinfo: running `cargo check --bins` on omicron-deployment-graph (274/376)
43872026-08-29T01:04:46.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-08-29T01:04:46.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-08-29T01:04:46.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43902026-08-29T01:04:46.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43912026-08-29T01:04:46.817Z
43922026-08-29T01:04:46.817Zinfo: running `cargo check --bins` on transient-dns-server (275/376)
43932026-08-29T01:04:47.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-08-29T01:04:47.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-08-29T01:04:47.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43962026-08-29T01:04:47.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43972026-08-29T01:04:47.387Z
43982026-08-29T01:04:47.387Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (276/376)
43992026-08-29T01:04:47.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-08-29T01:04:47.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-08-29T01:04:47.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44022026-08-29T01:04:47.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44032026-08-29T01:04:47.971Z
44042026-08-29T01:04:47.971Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (277/376)
44052026-08-29T01:04:48.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-08-29T01:04:48.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-08-29T01:04:48.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44082026-08-29T01:04:48.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44092026-08-29T01:04:48.555Z
44102026-08-29T01:04:48.555Zinfo: running `cargo check --bins` on omicron-rpaths (278/376)
44112026-08-29T01:04:49.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-08-29T01:04:49.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-08-29T01:04:49.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44142026-08-29T01:04:49.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44152026-08-29T01:04:49.107Z
44162026-08-29T01:04:49.107Zinfo: running `cargo check --bins` on omicron-repl-utils (279/376)
44172026-08-29T01:04:49.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-08-29T01:04:49.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-08-29T01:04:49.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-08-29T01:04:49.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44212026-08-29T01:04:49.663Z
44222026-08-29T01:04:49.663Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (280/376)
44232026-08-29T01:04:50.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-08-29T01:04:50.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-08-29T01:04:50.362Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44262026-08-29T01:04:50.775Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44272026-08-29T01:04:51.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
44282026-08-29T01:04:52.149Z
44292026-08-29T01:04:52.150Zinfo: running `cargo check --bins` on clickhouse-admin-api (281/376)
44302026-08-29T01:04:52.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-08-29T01:04:52.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-08-29T01:04:52.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-08-29T01:04:52.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44342026-08-29T01:04:52.720Z
44352026-08-29T01:04:52.721Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (282/376)
44362026-08-29T01:04:53.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-08-29T01:04:53.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-08-29T01:04:53.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-08-29T01:04:53.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44402026-08-29T01:04:53.295Z
44412026-08-29T01:04:53.295Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (283/376)
44422026-08-29T01:04:53.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-08-29T01:04:53.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-08-29T01:04:53.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-08-29T01:04:53.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44462026-08-29T01:04:53.874Z
44472026-08-29T01:04:53.874Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (284/376)
44482026-08-29T01:04:54.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-08-29T01:04:54.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-08-29T01:04:54.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-08-29T01:04:54.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44522026-08-29T01:04:54.443Z
44532026-08-29T01:04:54.443Zinfo: running `cargo check --bins` on installinator-client (285/376)
44542026-08-29T01:04:54.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-08-29T01:04:54.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-08-29T01:04:54.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-08-29T01:04:54.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44582026-08-29T01:04:55.004Z
44592026-08-29T01:04:55.004Zinfo: running `cargo check --bins` on oxide-client (286/376)
44602026-08-29T01:04:55.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-08-29T01:04:55.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-08-29T01:04:55.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-08-29T01:04:55.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44642026-08-29T01:04:55.567Z
44652026-08-29T01:04:55.567Zinfo: running `cargo check --bins` on oximeter-client (287/376)
44662026-08-29T01:04:56.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-08-29T01:04:56.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-08-29T01:04:56.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-08-29T01:04:56.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44702026-08-29T01:04:56.144Z
44712026-08-29T01:04:56.144Zinfo: running `cargo check --bins` on wicketd-client (288/376)
44722026-08-29T01:04:56.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-08-29T01:04:56.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-08-29T01:04:56.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-08-29T01:04:56.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44762026-08-29T01:04:56.740Z
44772026-08-29T01:04:56.740Zinfo: running `cargo check --bins` on wicket-common (289/376)
44782026-08-29T01:04:57.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-08-29T01:04:57.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-08-29T01:04:57.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-08-29T01:04:57.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44822026-08-29T01:04:57.332Z
44832026-08-29T01:04:57.332Zinfo: running `cargo check --bins` on wicketd-commission-client (290/376)
44842026-08-29T01:04:57.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-08-29T01:04:57.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-08-29T01:04:57.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-08-29T01:04:57.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44882026-08-29T01:04:57.918Z
44892026-08-29T01:04:57.918Zinfo: running `cargo check --bins` on omicron-cockroach-admin (291/376)
44902026-08-29T01:04:58.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-29T01:04:58.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-29T01:04:58.599Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44932026-08-29T01:04:58.603Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
44942026-08-29T01:04:59.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
44952026-08-29T01:04:59.959Z
44962026-08-29T01:04:59.959Zinfo: running `cargo check --bins` on cockroach-admin-api (292/376)
44972026-08-29T01:05:00.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-08-29T01:05:00.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-08-29T01:05:00.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45002026-08-29T01:05:00.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45012026-08-29T01:05:00.523Z
45022026-08-29T01:05:00.523Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (293/376)
45032026-08-29T01:05:01.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-08-29T01:05:01.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-08-29T01:05:01.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45062026-08-29T01:05:01.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45072026-08-29T01:05:01.170Z
45082026-08-29T01:05:01.171Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (294/376)
45092026-08-29T01:05:01.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-08-29T01:05:01.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-08-29T01:05:01.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45122026-08-29T01:05:01.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45132026-08-29T01:05:01.828Z
45142026-08-29T01:05:01.828Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (295/376)
45152026-08-29T01:05:02.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-08-29T01:05:02.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-08-29T01:05:02.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-08-29T01:05:02.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45192026-08-29T01:05:02.447Z
45202026-08-29T01:05:02.447Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (296/376)
45212026-08-29T01:05:02.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-08-29T01:05:02.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-08-29T01:05:02.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45242026-08-29T01:05:02.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45252026-08-29T01:05:03.070Z
45262026-08-29T01:05:03.070Zinfo: running `cargo check --bins` on db-macros (297/376)
45272026-08-29T01:05:03.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-08-29T01:05:03.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-08-29T01:05:03.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45302026-08-29T01:05:03.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45312026-08-29T01:05:03.625Z
45322026-08-29T01:05:03.625Zinfo: running `cargo check --bins` on nexus-macros-common (298/376)
45332026-08-29T01:05:04.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-08-29T01:05:04.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-08-29T01:05:04.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45362026-08-29T01:05:04.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45372026-08-29T01:05:04.188Z
45382026-08-29T01:05:04.188Zinfo: running `cargo check --bins` on nexus-auth (299/376)
45392026-08-29T01:05:04.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-08-29T01:05:04.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-08-29T01:05:04.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45422026-08-29T01:05:04.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45432026-08-29T01:05:04.810Z
45442026-08-29T01:05:04.811Zinfo: running `cargo check --bins` on authz-macros (300/376)
45452026-08-29T01:05:05.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-08-29T01:05:05.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-08-29T01:05:05.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45482026-08-29T01:05:05.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45492026-08-29T01:05:05.365Z
45502026-08-29T01:05:05.365Zinfo: running `cargo check --bins` on nexus-db-fixed-data (301/376)
45512026-08-29T01:05:05.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-08-29T01:05:05.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-08-29T01:05:05.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45542026-08-29T01:05:05.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45552026-08-29T01:05:05.985Z
45562026-08-29T01:05:05.985Zinfo: running `cargo check --bins` on nexus-db-model (302/376)
45572026-08-29T01:05:06.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-08-29T01:05:06.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-08-29T01:05:06.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45602026-08-29T01:05:06.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45612026-08-29T01:05:06.591Z
45622026-08-29T01:05:06.591Zinfo: running `cargo check --bins` on nexus-db-schema (303/376)
45632026-08-29T01:05:07.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-08-29T01:05:07.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-08-29T01:05:07.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45662026-08-29T01:05:07.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45672026-08-29T01:05:07.150Z
45682026-08-29T01:05:07.150Zinfo: running `cargo check --bins` on nexus-defaults (304/376)
45692026-08-29T01:05:07.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-08-29T01:05:07.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-08-29T01:05:07.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45722026-08-29T01:05:07.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45732026-08-29T01:05:07.716Z
45742026-08-29T01:05:07.716Zinfo: running `cargo check --bins` on omicron-git-version (305/376)
45752026-08-29T01:05:08.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45762026-08-29T01:05:08.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45772026-08-29T01:05:08.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45782026-08-29T01:05:08.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45792026-08-29T01:05:08.283Z
45802026-08-29T01:05:08.283Zinfo: running `cargo check --bins` on nexus-db-errors (306/376)
45812026-08-29T01:05:08.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-08-29T01:05:08.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-08-29T01:05:08.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45842026-08-29T01:05:08.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45852026-08-29T01:05:08.894Z
45862026-08-29T01:05:08.894Zinfo: running `cargo check --bins` on nexus-db-lookup (307/376)
45872026-08-29T01:05:09.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-08-29T01:05:09.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-08-29T01:05:09.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45902026-08-29T01:05:09.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45912026-08-29T01:05:09.518Z
45922026-08-29T01:05:09.518Zinfo: running `cargo check --bins` on nexus-test-interface (308/376)
45932026-08-29T01:05:10.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45942026-08-29T01:05:10.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45952026-08-29T01:05:10.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45962026-08-29T01:05:10.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45972026-08-29T01:05:10.146Z
45982026-08-29T01:05:10.146Zinfo: running `cargo check --bins` on oximeter-collector (309/376)
45992026-08-29T01:05:10.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46002026-08-29T01:05:10.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46012026-08-29T01:05:10.861Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46022026-08-29T01:05:10.875Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46032026-08-29T01:05:11.535Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46042026-08-29T01:05:13.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
46052026-08-29T01:05:13.415Z
46062026-08-29T01:05:13.415Zinfo: running `cargo check --bins` on oximeter-api (310/376)
46072026-08-29T01:05:13.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-08-29T01:05:13.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-08-29T01:05:13.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46102026-08-29T01:05:13.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46112026-08-29T01:05:13.984Z
46122026-08-29T01:05:13.984Zinfo: running `cargo check --bins` on cert-dev (311/376)
46132026-08-29T01:05:14.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-08-29T01:05:14.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-08-29T01:05:14.600Z Checking yasna v0.5.2
46162026-08-29T01:05:15.005Z Checking rcgen v0.12.1
46172026-08-29T01:05:15.252Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46182026-08-29T01:05:15.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46192026-08-29T01:05:15.592Z
46202026-08-29T01:05:15.592Zinfo: running `cargo check --bins` on clickana (312/376)
46212026-08-29T01:05:16.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-08-29T01:05:16.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-08-29T01:05:16.242Z Compiling instability v0.3.11
46242026-08-29T01:05:16.242Z Checking castaway v0.2.4
46252026-08-29T01:05:16.242Z Compiling indoc v2.0.7
46262026-08-29T01:05:16.278Z Checking unicode-truncate v1.1.0
46272026-08-29T01:05:16.278Z Checking lru v0.12.5
46282026-08-29T01:05:16.278Z Checking cassowary v0.3.0
46292026-08-29T01:05:16.437Z Checking compact_str v0.8.1
46302026-08-29T01:05:17.230Z Checking ratatui v0.29.0
46312026-08-29T01:05:18.264Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46322026-08-29T01:05:18.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
46332026-08-29T01:05:19.154Z
46342026-08-29T01:05:19.154Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (313/376)
46352026-08-29T01:05:19.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46362026-08-29T01:05:19.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46372026-08-29T01:05:19.920Z Checking headers-core v0.3.0
46382026-08-29T01:05:19.921Z Checking port-file v0.1.0
46392026-08-29T01:05:19.921Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46402026-08-29T01:05:20.070Z Checking headers v0.4.1
46412026-08-29T01:05:20.437Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46422026-08-29T01:05:21.400Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46432026-08-29T01:05:21.921Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46442026-08-29T01:05:22.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
46452026-08-29T01:05:22.551Z
46462026-08-29T01:05:22.551Zinfo: running `cargo check --bins` on ch-dev (314/376)
46472026-08-29T01:05:23.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-08-29T01:05:23.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-08-29T01:05:23.344Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46502026-08-29T01:05:24.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
46512026-08-29T01:05:24.286Z
46522026-08-29T01:05:24.286Zinfo: running `cargo check --bins` on dev-tools-common (315/376)
46532026-08-29T01:05:24.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46542026-08-29T01:05:24.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46552026-08-29T01:05:24.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46562026-08-29T01:05:24.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
46572026-08-29T01:05:24.654Z
46582026-08-29T01:05:24.654Zinfo: running `cargo check --bins` on corpus-adjust (316/376)
46592026-08-29T01:05:25.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-08-29T01:05:25.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-08-29T01:05:25.416Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46622026-08-29T01:05:25.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
46632026-08-29T01:05:25.804Z
46642026-08-29T01:05:25.804Zinfo: running `cargo check --bins` on crdb-seed (317/376)
46652026-08-29T01:05:26.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46662026-08-29T01:05:26.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46672026-08-29T01:05:26.521Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46682026-08-29T01:05:27.633Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46692026-08-29T01:05:27.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
46702026-08-29T01:05:28.179Z
46712026-08-29T01:05:28.179Zinfo: running `cargo check --bins` on db-dev (318/376)
46722026-08-29T01:05:28.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46732026-08-29T01:05:28.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46742026-08-29T01:05:32.886Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46752026-08-29T01:05:32.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
46762026-08-29T01:05:32.919Z
46772026-08-29T01:05:32.919Zinfo: running `cargo check --bins` on omicron-dev-lib (319/376)
46782026-08-29T01:05:32.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46792026-08-29T01:05:32.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46802026-08-29T01:05:32.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46812026-08-29T01:05:32.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46822026-08-29T01:05:32.920Z
46832026-08-29T01:05:32.921Zinfo: running `cargo check --bins` on xtask-downloader (320/376)
46842026-08-29T01:05:32.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46852026-08-29T01:05:32.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46862026-08-29T01:05:32.932Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46872026-08-29T01:05:32.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
46882026-08-29T01:05:32.932Z
46892026-08-29T01:05:32.932Zinfo: running `cargo check --bins` on omicron-dropshot-apis (321/376)
46902026-08-29T01:05:32.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46912026-08-29T01:05:32.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46922026-08-29T01:05:32.934Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
46932026-08-29T01:05:32.934Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
46942026-08-29T01:05:32.934Z Checking git-stub v1.0.0
46952026-08-29T01:05:32.935Z Compiling trait-variant v0.1.2
46962026-08-29T01:05:32.935Z Checking maplit v1.0.2
46972026-08-29T01:05:32.935Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46982026-08-29T01:05:32.935Z Checking drift v0.2.0
46992026-08-29T01:05:32.935Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47002026-08-29T01:05:32.935Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47012026-08-29T01:05:32.966Z Checking git-stub-vcs v0.1.0
47022026-08-29T01:05:32.990Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47032026-08-29T01:05:33.004Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47042026-08-29T01:05:33.163Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47052026-08-29T01:05:33.167Z Checking dropshot-api-manager v0.8.0
47062026-08-29T01:05:33.175Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47072026-08-29T01:05:33.413Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47082026-08-29T01:05:33.531Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
47092026-08-29T01:05:34.054Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47102026-08-29T01:05:34.984Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47112026-08-29T01:05:36.004Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47122026-08-29T01:05:36.810Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47132026-08-29T01:05:37.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
47142026-08-29T01:05:37.451Z
47152026-08-29T01:05:37.451Zinfo: running `cargo check --bins` on installinator-api (322/376)
47162026-08-29T01:05:37.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47172026-08-29T01:05:37.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47182026-08-29T01:05:37.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47192026-08-29T01:05:37.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47202026-08-29T01:05:38.022Z
47212026-08-29T01:05:38.022Zinfo: running `cargo check --bins` on nexus-external-api (323/376)
47222026-08-29T01:05:38.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47232026-08-29T01:05:38.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47242026-08-29T01:05:38.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47252026-08-29T01:05:38.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47262026-08-29T01:05:38.635Z
47272026-08-29T01:05:38.635Zinfo: running `cargo check --bins` on nexus-internal-api (324/376)
47282026-08-29T01:05:39.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47292026-08-29T01:05:39.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47302026-08-29T01:05:39.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47312026-08-29T01:05:39.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47322026-08-29T01:05:39.251Z
47332026-08-29T01:05:39.251Zinfo: running `cargo check --bins` on nexus-lockstep-api (325/376)
47342026-08-29T01:05:39.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47352026-08-29T01:05:39.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47362026-08-29T01:05:39.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47372026-08-29T01:05:39.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47382026-08-29T01:05:39.869Z
47392026-08-29T01:05:39.870Zinfo: running `cargo check --bins` on ntp-admin-api (326/376)
47402026-08-29T01:05:40.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47412026-08-29T01:05:40.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47422026-08-29T01:05:40.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47432026-08-29T01:05:40.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47442026-08-29T01:05:40.442Z
47452026-08-29T01:05:40.442Zinfo: running `cargo check --bins` on ntp-admin-types-versions (327/376)
47462026-08-29T01:05:40.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47472026-08-29T01:05:40.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47482026-08-29T01:05:40.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47492026-08-29T01:05:40.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47502026-08-29T01:05:41.008Z
47512026-08-29T01:05:41.008Zinfo: running `cargo check --bins` on wicketd-api (328/376)
47522026-08-29T01:05:41.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47532026-08-29T01:05:41.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47542026-08-29T01:05:41.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47552026-08-29T01:05:41.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47562026-08-29T01:05:41.602Z
47572026-08-29T01:05:41.603Zinfo: running `cargo check --bins` on wicketd-commission-api (329/376)
47582026-08-29T01:05:42.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47592026-08-29T01:05:42.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47602026-08-29T01:05:42.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47612026-08-29T01:05:42.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47622026-08-29T01:05:42.189Z
47632026-08-29T01:05:42.189Zinfo: running `cargo check --bins` on omicron-ls-apis (330/376)
47642026-08-29T01:05:42.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47652026-08-29T01:05:42.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47662026-08-29T01:05:42.817Z Compiling blake3 v1.8.5
47672026-08-29T01:05:42.925Z Checking constant_time_eq v0.4.2
47682026-08-29T01:05:42.934Z Checking arrayvec v0.7.6
47692026-08-29T01:05:42.938Z Checking arrayref v0.3.9
47702026-08-29T01:05:42.949Z Checking cargo-platform v0.3.2
47712026-08-29T01:05:42.949Z Checking topological-sort v0.2.2
47722026-08-29T01:05:42.954Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47732026-08-29T01:05:43.110Z Checking cargo_metadata v0.23.1
47742026-08-29T01:05:43.696Z Checking omicron-zone-package v0.12.3
47752026-08-29T01:05:44.404Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47762026-08-29T01:05:45.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
47772026-08-29T01:05:45.417Z
47782026-08-29T01:05:45.418Zinfo: running `cargo check --bins` on mgs-dev (331/376)
47792026-08-29T01:05:45.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-08-29T01:05:45.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-08-29T01:05:46.150Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47822026-08-29T01:05:46.774Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47832026-08-29T01:05:47.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
47842026-08-29T01:05:47.477Z
47852026-08-29T01:05:47.477Zinfo: running `cargo check --bins` on omicron-omdb (332/376)
47862026-08-29T01:05:48.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47872026-08-29T01:05:48.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47882026-08-29T01:05:48.440Z Compiling darling_core v0.21.3
47892026-08-29T01:05:48.441Z Compiling vergen-lib v0.1.6
47902026-08-29T01:05:48.441Z Compiling diesel_derives v2.3.7
47912026-08-29T01:05:48.441Z Checking scheduled-thread-pool v0.2.7
47922026-08-29T01:05:48.441Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47932026-08-29T01:05:48.441Z Compiling vergen-gitcl v1.0.8
47942026-08-29T01:05:48.444Z Compiling diesel_table_macro_syntax v0.3.0
47952026-08-29T01:05:48.445Z Compiling dirs-sys-next v0.1.2
47962026-08-29T01:05:48.748Z Compiling glob v0.3.3
47972026-08-29T01:05:48.779Z Compiling crunchy v0.2.4
47982026-08-29T01:05:48.798Z Checking r2d2 v0.8.10
47992026-08-29T01:05:48.851Z Compiling dirs-next v2.0.0
48002026-08-29T01:05:48.948Z Checking downcast-rs v2.0.2
48012026-08-29T01:05:48.995Z Compiling tiny-keccak v2.0.2
48022026-08-29T01:05:49.015Z Compiling term v0.7.0
48032026-08-29T01:05:49.047Z Compiling bit-vec v0.6.3
48042026-08-29T01:05:49.118Z Compiling clang-sys v1.8.1
48052026-08-29T01:05:49.258Z Compiling bit-set v0.5.3
48062026-08-29T01:05:49.285Z Compiling ascii-canvas v3.0.0
48072026-08-29T01:05:49.415Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48082026-08-29T01:05:49.488Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48092026-08-29T01:05:49.522Z Compiling itertools v0.10.5
48102026-08-29T01:05:49.546Z Compiling ena v0.14.4
48112026-08-29T01:05:49.601Z Compiling libloading v0.8.9
48122026-08-29T01:05:49.618Z Compiling diff v0.1.13
48132026-08-29T01:05:49.636Z Compiling regex-syntax v0.6.29
48142026-08-29T01:05:49.711Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48152026-08-29T01:05:49.756Z Compiling bindgen v0.71.1
48162026-08-29T01:05:49.907Z Compiling cexpr v0.6.0
48172026-08-29T01:05:50.158Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48182026-08-29T01:05:50.316Z Compiling rustc-hash v2.1.1
48192026-08-29T01:05:50.349Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48202026-08-29T01:05:50.584Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48212026-08-29T01:05:50.631Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48222026-08-29T01:05:50.649Z Compiling libxml v0.3.3
48232026-08-29T01:05:50.699Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48242026-08-29T01:05:50.887Z Compiling strum_macros v0.24.3
48252026-08-29T01:05:50.908Z Compiling indoc v1.0.9
48262026-08-29T01:05:51.098Z Compiling darling_macro v0.21.3
48272026-08-29T01:05:51.344Z Compiling lalrpop v0.19.12
48282026-08-29T01:05:51.606Z Compiling darling v0.21.3
48292026-08-29T01:05:51.700Z Compiling dsl_auto_type v0.2.0
48302026-08-29T01:05:51.741Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48312026-08-29T01:05:51.857Z Checking derive_builder v0.20.2
48322026-08-29T01:05:51.925Z Compiling oso-derive v0.27.3
48332026-08-29T01:05:51.973Z Checking quick-xml v0.37.5
48342026-08-29T01:05:52.209Z Compiling impl-trait-for-tuples v0.2.3
48352026-08-29T01:05:52.418Z Checking openssl-probe v0.1.6
48362026-08-29T01:05:52.559Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48372026-08-29T01:05:52.854Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48382026-08-29T01:05:53.043Z Checking bb8 v0.8.6
48392026-08-29T01:05:53.316Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48402026-08-29T01:05:53.332Z Checking nonempty v0.12.0
48412026-08-29T01:05:53.366Z Compiling libz-sys v1.1.24
48422026-08-29T01:05:53.493Z Compiling strsim v0.10.0
48432026-08-29T01:05:53.536Z Compiling libgit2-sys v0.18.3+1.9.2
48442026-08-29T01:05:53.756Z Compiling darling_core v0.13.4
48452026-08-29T01:05:53.833Z Compiling progenitor-impl v0.13.0
48462026-08-29T01:05:53.928Z Compiling vergen-git2 v9.1.0
48472026-08-29T01:05:55.105Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48482026-08-29T01:05:55.290Z Checking progenitor-client v0.13.0
48492026-08-29T01:05:55.567Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48502026-08-29T01:05:55.668Z Compiling darling_macro v0.13.4
48512026-08-29T01:05:56.162Z Compiling darling v0.13.4
48522026-08-29T01:05:56.254Z Compiling serde_with_macros v1.5.2
48532026-08-29T01:05:56.460Z Compiling progenitor-macro v0.13.0
48542026-08-29T01:05:56.565Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48552026-08-29T01:05:56.779Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48562026-08-29T01:05:56.965Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48572026-08-29T01:05:57.077Z Compiling serde_with v1.14.0
48582026-08-29T01:05:57.148Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48592026-08-29T01:05:57.332Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48602026-08-29T01:05:57.515Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48612026-08-29T01:05:57.584Z Checking diesel v2.3.7
48622026-08-29T01:05:57.604Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48632026-08-29T01:05:57.696Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48642026-08-29T01:05:58.235Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48652026-08-29T01:05:59.296Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48662026-08-29T01:05:59.485Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48672026-08-29T01:05:59.757Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48682026-08-29T01:05:59.975Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48692026-08-29T01:06:00.168Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48702026-08-29T01:06:00.374Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48712026-08-29T01:06:00.394Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48722026-08-29T01:06:00.967Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48732026-08-29T01:06:01.042Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48742026-08-29T01:06:01.433Z Checking progenitor v0.13.0
48752026-08-29T01:06:01.571Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48762026-08-29T01:06:01.589Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48772026-08-29T01:06:01.589Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48782026-08-29T01:06:01.792Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48792026-08-29T01:06:01.940Z Checking twox-hash v2.1.2
48802026-08-29T01:06:01.977Z Checking libsw-core v0.3.2
48812026-08-29T01:06:02.131Z Checking atty v0.2.14
48822026-08-29T01:06:02.169Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48832026-08-29T01:06:02.229Z Checking libsw v3.5.0
48842026-08-29T01:06:02.269Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48852026-08-29T01:06:02.383Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48862026-08-29T01:06:03.998Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48872026-08-29T01:06:04.305Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48882026-08-29T01:06:05.071Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48892026-08-29T01:06:05.801Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48902026-08-29T01:06:06.755Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48912026-08-29T01:06:06.947Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48922026-08-29T01:06:07.094Z Checking fatfs v0.3.6
48932026-08-29T01:06:07.323Z Checking console v0.16.2
48942026-08-29T01:06:07.554Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48952026-08-29T01:06:07.640Z Checking unit-prefix v0.5.2
48962026-08-29T01:06:07.780Z Compiling seq-macro v0.3.6
48972026-08-29T01:06:07.936Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48982026-08-29T01:06:08.087Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48992026-08-29T01:06:08.273Z Checking indicatif v0.18.4
49002026-08-29T01:06:08.682Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
49012026-08-29T01:06:08.860Z Checking oxide-update-engine-display v0.1.2
49022026-08-29T01:06:09.163Z Checking support-bundle-viewer v0.1.2
49032026-08-29T01:06:09.328Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49042026-08-29T01:06:09.386Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49052026-08-29T01:06:09.416Z Checking multimap v0.10.1
49062026-08-29T01:06:15.443Z Checking async-bb8-diesel v0.2.1
49072026-08-29T01:06:15.806Z Checking diesel-dtrace v0.5.0
49082026-08-29T01:06:17.737Z Compiling samael v0.0.19
49092026-08-29T01:06:21.269Z Compiling git2 v0.20.4
49102026-08-29T01:06:23.075Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49112026-08-29T01:06:24.085Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49122026-08-29T01:06:24.962Z Compiling polar-core v0.27.3
49132026-08-29T01:06:29.425Z Checking oso v0.27.3
49142026-08-29T01:07:00.699Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49152026-08-29T01:08:16.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
49162026-08-29T01:08:16.340Z
49172026-08-29T01:08:16.340Zinfo: running `cargo check --bins` on nexus-networking (333/376)
49182026-08-29T01:08:16.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49192026-08-29T01:08:16.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49202026-08-29T01:08:16.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49212026-08-29T01:08:16.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
49222026-08-29T01:08:17.008Z
49232026-08-29T01:08:17.008Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (334/376)
49242026-08-29T01:08:17.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49252026-08-29T01:08:17.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49262026-08-29T01:08:17.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49272026-08-29T01:08:17.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49282026-08-29T01:08:17.635Z
49292026-08-29T01:08:17.635Zinfo: running `cargo check --bins` on nexus-saga-recovery (335/376)
49302026-08-29T01:08:18.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49312026-08-29T01:08:18.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49322026-08-29T01:08:18.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49332026-08-29T01:08:18.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49342026-08-29T01:08:18.259Z
49352026-08-29T01:08:18.259Zinfo: running `cargo check --bins` on nexus-test-utils-macros (336/376)
49362026-08-29T01:08:18.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49372026-08-29T01:08:18.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49382026-08-29T01:08:18.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49392026-08-29T01:08:18.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49402026-08-29T01:08:18.814Z
49412026-08-29T01:08:18.814Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (337/376)
49422026-08-29T01:08:19.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49432026-08-29T01:08:19.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49442026-08-29T01:08:19.642Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49452026-08-29T01:08:20.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
49462026-08-29T01:08:20.644Z
49472026-08-29T01:08:20.644Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (338/376)
49482026-08-29T01:08:21.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49492026-08-29T01:08:21.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49502026-08-29T01:08:21.465Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49512026-08-29T01:09:00.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.20s
49522026-08-29T01:09:01.058Z
49532026-08-29T01:09:01.058Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (339/376)
49542026-08-29T01:09:01.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49552026-08-29T01:09:01.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49562026-08-29T01:09:01.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49572026-08-29T01:09:01.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49582026-08-29T01:09:01.622Z
49592026-08-29T01:09:01.622Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (340/376)
49602026-08-29T01:09:02.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49612026-08-29T01:09:02.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49622026-08-29T01:09:02.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49632026-08-29T01:09:02.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49642026-08-29T01:09:02.183Z
49652026-08-29T01:09:02.183Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (341/376)
49662026-08-29T01:09:02.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49672026-08-29T01:09:02.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49682026-08-29T01:09:02.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49692026-08-29T01:09:02.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49702026-08-29T01:09:02.806Z
49712026-08-29T01:09:02.807Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (342/376)
49722026-08-29T01:09:03.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49732026-08-29T01:09:03.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49742026-08-29T01:09:03.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49752026-08-29T01:09:03.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49762026-08-29T01:09:03.438Z
49772026-08-29T01:09:03.438Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (343/376)
49782026-08-29T01:09:03.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49792026-08-29T01:09:03.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49802026-08-29T01:09:03.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49812026-08-29T01:09:03.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49822026-08-29T01:09:04.061Z
49832026-08-29T01:09:04.061Zinfo: running `cargo check --bins` on nexus-mgs-updates (344/376)
49842026-08-29T01:09:04.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49852026-08-29T01:09:04.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49862026-08-29T01:09:04.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49872026-08-29T01:09:04.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49882026-08-29T01:09:04.679Z
49892026-08-29T01:09:04.679Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (345/376)
49902026-08-29T01:09:05.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49912026-08-29T01:09:05.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49922026-08-29T01:09:05.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49932026-08-29T01:09:05.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49942026-08-29T01:09:05.311Z
49952026-08-29T01:09:05.311Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (346/376)
49962026-08-29T01:09:05.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49972026-08-29T01:09:05.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49982026-08-29T01:09:05.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49992026-08-29T01:09:05.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50002026-08-29T01:09:05.941Z
50012026-08-29T01:09:05.941Zinfo: running `cargo check --bins` on nexus-switch-config (347/376)
50022026-08-29T01:09:06.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50032026-08-29T01:09:06.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50042026-08-29T01:09:06.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50052026-08-29T01:09:06.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
50062026-08-29T01:09:06.552Z
50072026-08-29T01:09:06.552Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (348/376)
50082026-08-29T01:09:07.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50092026-08-29T01:09:07.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50102026-08-29T01:09:07.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50112026-08-29T01:09:07.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50122026-08-29T01:09:07.181Z
50132026-08-29T01:09:07.181Zinfo: running `cargo check --bins` on support-bundle-collection (349/376)
50142026-08-29T01:09:07.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50152026-08-29T01:09:07.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50162026-08-29T01:09:07.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50172026-08-29T01:09:07.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50182026-08-29T01:09:07.810Z
50192026-08-29T01:09:07.810Zinfo: running `cargo check --bins` on omicron-dev (350/376)
50202026-08-29T01:09:08.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50212026-08-29T01:09:08.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50222026-08-29T01:09:08.703Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50232026-08-29T01:09:08.703Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50242026-08-29T01:09:08.895Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50252026-08-29T01:09:08.899Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50262026-08-29T01:09:08.938Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50272026-08-29T01:09:08.951Z Checking diff v0.1.13
50282026-08-29T01:09:08.955Z Checking yansi v1.0.1
50292026-08-29T01:09:08.979Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50302026-08-29T01:09:09.021Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50312026-08-29T01:09:09.212Z Checking pretty_assertions v1.4.1
50322026-08-29T01:09:09.990Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50332026-08-29T01:09:10.007Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50342026-08-29T01:09:35.352Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50352026-08-29T01:09:35.355Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50362026-08-29T01:09:35.355Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50372026-08-29T01:09:35.355Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50382026-08-29T01:09:35.356Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50392026-08-29T01:09:35.356Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50402026-08-29T01:09:35.370Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50412026-08-29T01:09:36.245Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50422026-08-29T01:09:36.245Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50432026-08-29T01:09:37.560Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50442026-08-29T01:10:16.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
50452026-08-29T01:10:16.629Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50462026-08-29T01:10:16.629Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50472026-08-29T01:10:16.831Z
50482026-08-29T01:10:16.831Zinfo: running `cargo check --bins` on oximeter-load-test (351/376)
50492026-08-29T01:10:17.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50502026-08-29T01:10:17.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50512026-08-29T01:10:17.544Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50522026-08-29T01:10:18.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
50532026-08-29T01:10:18.371Z
50542026-08-29T01:10:18.371Zinfo: running `cargo check --bins` on omicron-pins (352/376)
50552026-08-29T01:10:18.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50562026-08-29T01:10:18.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50572026-08-29T01:10:18.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50582026-08-29T01:10:18.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50592026-08-29T01:10:18.932Z
50602026-08-29T01:10:18.932Zinfo: running `cargo check --bins` on rack-init-config (353/376)
50612026-08-29T01:10:19.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50622026-08-29T01:10:19.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50632026-08-29T01:10:19.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50642026-08-29T01:10:19.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50652026-08-29T01:10:19.507Z
50662026-08-29T01:10:19.507Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (354/376)
50672026-08-29T01:10:20.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50682026-08-29T01:10:20.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50692026-08-29T01:10:20.286Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50702026-08-29T01:10:20.410Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50712026-08-29T01:10:20.413Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50722026-08-29T01:10:47.716Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50732026-08-29T01:10:48.119Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50742026-08-29T01:10:49.875Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50752026-08-29T01:10:50.356Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50762026-08-29T01:10:53.468Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50772026-08-29T01:11:17.500Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50782026-08-29T01:11:18.242Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50792026-08-29T01:11:19.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
50802026-08-29T01:11:20.160Z
50812026-08-29T01:11:20.160Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (355/376)
50822026-08-29T01:11:20.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50832026-08-29T01:11:20.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50842026-08-29T01:11:20.876Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50852026-08-29T01:11:21.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
50862026-08-29T01:11:21.768Z
50872026-08-29T01:11:21.768Zinfo: running `cargo check --bins` on omicron-releng (356/376)
50882026-08-29T01:11:22.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50892026-08-29T01:11:22.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50902026-08-29T01:11:22.398Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
50912026-08-29T01:11:22.401Z Compiling fs-err v2.11.0
50922026-08-29T01:11:22.517Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
50932026-08-29T01:11:22.528Z Checking parse-size v1.1.0
50942026-08-29T01:11:22.536Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50952026-08-29T01:11:22.539Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
50962026-08-29T01:11:22.539Z Checking shell-words v1.1.1
50972026-08-29T01:11:22.627Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50982026-08-29T01:11:22.957Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50992026-08-29T01:11:23.137Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51002026-08-29T01:11:23.812Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51012026-08-29T01:11:24.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
51022026-08-29T01:11:24.959Z
51032026-08-29T01:11:24.959Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (357/376)
51042026-08-29T01:11:25.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51052026-08-29T01:11:25.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51062026-08-29T01:11:25.592Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51072026-08-29T01:11:26.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
51082026-08-29T01:11:26.274Z
51092026-08-29T01:11:26.274Zinfo: running `cargo check --bins` on schema (358/376)
51102026-08-29T01:11:26.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51112026-08-29T01:11:26.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51122026-08-29T01:11:26.997Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51132026-08-29T01:11:27.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
51142026-08-29T01:11:27.903Z
51152026-08-29T01:11:27.903Zinfo: running `cargo check --bins` on xtask (359/376)
51162026-08-29T01:11:28.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51172026-08-29T01:11:28.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51182026-08-29T01:11:28.303Z Checking serde_core v1.0.228
51192026-08-29T01:11:28.303Z Checking libc v0.2.185
51202026-08-29T01:11:28.306Z Checking bitflags v2.11.0
51212026-08-29T01:11:28.392Z Checking scroll v0.12.0
51222026-08-29T01:11:28.395Z Checking thiserror v1.0.69
51232026-08-29T01:11:28.405Z Checking log v0.4.33
51242026-08-29T01:11:28.412Z Checking zerocopy v0.7.35
51252026-08-29T01:11:28.415Z Checking indexmap v2.14.0
51262026-08-29T01:11:28.484Z Checking syn v2.0.117
51272026-08-29T01:11:28.520Z Checking dtrace-parser v0.2.0
51282026-08-29T01:11:28.546Z Checking once_cell v1.21.3
51292026-08-29T01:11:28.604Z Checking goblin v0.8.2
51302026-08-29T01:11:28.666Z Checking errno v0.3.14
51312026-08-29T01:11:28.713Z Checking getrandom v0.4.3
51322026-08-29T01:11:28.748Z Checking thread-id v4.2.2
51332026-08-29T01:11:28.782Z Checking rustix v1.1.4
51342026-08-29T01:11:28.825Z Checking memmap v0.7.0
51352026-08-29T01:11:28.841Z Checking thiserror v2.0.18
51362026-08-29T01:11:28.892Z Checking fs-err v3.3.0
51372026-08-29T01:11:28.938Z Checking tabled v0.15.0
51382026-08-29T01:11:28.949Z Checking anyhow v1.0.104
51392026-08-29T01:11:29.553Z Checking terminal_size v0.4.3
51402026-08-29T01:11:29.553Z Checking tempfile v3.27.0
51412026-08-29T01:11:29.662Z Checking clap_builder v4.6.0
51422026-08-29T01:11:29.666Z Checking textwrap v0.16.2
51432026-08-29T01:11:29.830Z Checking serde v1.0.228
51442026-08-29T01:11:29.834Z Checking serde_json v1.0.151
51452026-08-29T01:11:29.834Z Checking camino v1.2.5
51462026-08-29T01:11:29.863Z Checking semver v1.0.28
51472026-08-29T01:11:30.032Z Checking cargo-platform v0.3.2
51482026-08-29T01:11:30.076Z Checking camino-tempfile v1.4.1
51492026-08-29T01:11:30.262Z Checking serde_spanned v0.6.9
51502026-08-29T01:11:30.262Z Checking toml_datetime v0.6.11
51512026-08-29T01:11:30.266Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51522026-08-29T01:11:30.266Z Checking macaddr v1.0.1
51532026-08-29T01:11:30.417Z Checking toml_edit v0.22.27
51542026-08-29T01:11:30.429Z Checking dof v0.3.0
51552026-08-29T01:11:30.432Z Checking cargo_metadata v0.23.1
51562026-08-29T01:11:30.716Z Checking usdt-impl v0.5.0
51572026-08-29T01:11:30.844Z Checking clap v4.6.1
51582026-08-29T01:11:30.980Z Checking usdt v0.5.0
51592026-08-29T01:11:31.387Z Checking toml v0.8.23
51602026-08-29T01:11:31.643Z Checking cargo_toml v0.21.0
51612026-08-29T01:11:32.276Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51622026-08-29T01:11:32.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
51632026-08-29T01:11:32.767Z
51642026-08-29T01:11:32.767Zinfo: running `cargo check --bins` on dnsadm (360/376)
51652026-08-29T01:11:33.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51662026-08-29T01:11:33.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51672026-08-29T01:11:33.402Z Checking arc-swap v1.8.2
51682026-08-29T01:11:33.685Z Checking slog-scope v4.4.1
51692026-08-29T01:11:33.797Z Checking slog-stdlog v4.1.1
51702026-08-29T01:11:33.894Z Checking slog-envlogger v2.2.0
51712026-08-29T01:11:34.013Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51722026-08-29T01:11:34.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
51732026-08-29T01:11:34.610Z
51742026-08-29T01:11:34.610Zinfo: running `cargo check --bins` on end-to-end-tests (361/376)
51752026-08-29T01:11:35.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51762026-08-29T01:11:35.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51772026-08-29T01:11:35.430Z Checking cpubits v0.1.1
51782026-08-29T01:11:35.434Z Checking pem-rfc7468 v1.0.0
51792026-08-29T01:11:35.568Z Checking universal-hash v0.6.1
51802026-08-29T01:11:35.580Z Checking pbkdf2 v0.13.0
51812026-08-29T01:11:35.580Z Checking ctr v0.10.1
51822026-08-29T01:11:35.583Z Checking aead v0.6.1
51832026-08-29T01:11:35.617Z Checking crypto-bigint v0.7.5
51842026-08-29T01:11:35.621Z Checking aes v0.9.1
51852026-08-29T01:11:35.645Z Checking salsa20 v0.11.0
51862026-08-29T01:11:35.684Z Checking polyval v0.7.1
51872026-08-29T01:11:35.698Z Checking der v0.8.0
51882026-08-29T01:11:35.737Z Checking cbc v0.2.1
51892026-08-29T01:11:35.746Z Checking ff v0.14.0
51902026-08-29T01:11:35.786Z Checking scrypt v0.12.0
51912026-08-29T01:11:35.806Z Checking signature v3.0.0
51922026-08-29T01:11:35.849Z Checking ghash v0.6.0
51932026-08-29T01:11:35.890Z Checking base16ct v1.0.0
51942026-08-29T01:11:35.904Z Checking group v0.14.0
51952026-08-29T01:11:35.946Z Checking hkdf v0.13.0
51962026-08-29T01:11:35.964Z Compiling curve25519-dalek v5.0.0
51972026-08-29T01:11:35.982Z Checking keccak v0.2.0
51982026-08-29T01:11:36.012Z Checking poly1305 v0.9.0
51992026-08-29T01:11:36.027Z Checking aes-gcm v0.11.0
52002026-08-29T01:11:36.049Z Checking wnaf v0.14.0
52012026-08-29T01:11:36.081Z Checking blowfish v0.10.0
52022026-08-29T01:11:36.135Z Checking blake2 v0.11.0-rc.6
52032026-08-29T01:11:36.188Z Checking sha3 v0.11.0
52042026-08-29T01:11:36.214Z Checking kem v0.3.0
52052026-08-29T01:11:36.233Z Checking bcrypt-pbkdf v0.11.0
52062026-08-29T01:11:36.281Z Checking module-lattice v0.2.3
52072026-08-29T01:11:36.332Z Checking sponge-cursor v0.1.0
52082026-08-29T01:11:36.391Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52092026-08-29T01:11:36.405Z Checking argon2 v0.6.0-rc.8
52102026-08-29T01:11:36.456Z Checking sha3 v0.12.0
52112026-08-29T01:11:36.499Z Checking spki v0.8.0
52122026-08-29T01:11:36.499Z Checking sec1 v0.8.1
52132026-08-29T01:11:36.529Z Checking ml-kem v0.3.2
52142026-08-29T01:11:36.569Z Checking internal-russh-num-bigint v0.5.0
52152026-08-29T01:11:36.660Z Checking num-bigint v0.4.6
52162026-08-29T01:11:36.685Z Checking pkcs5 v0.8.1
52172026-08-29T01:11:36.705Z Checking pkcs1 v0.8.0-rc.4
52182026-08-29T01:11:36.720Z Checking generic-array v1.4.3
52192026-08-29T01:11:36.912Z Checking russh-util v0.52.0
52202026-08-29T01:11:36.977Z Checking pkcs8 v0.11.0
52212026-08-29T01:11:37.036Z Compiling enum_dispatch v0.3.13
52222026-08-29T01:11:37.115Z Compiling delegate v0.13.5
52232026-08-29T01:11:37.178Z Checking ed25519 v3.0.0
52242026-08-29T01:11:37.232Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52252026-08-29T01:11:37.299Z Checking hex-literal v1.1.0
52262026-08-29T01:11:37.378Z Checking ed25519-dalek v3.0.0
52272026-08-29T01:11:37.397Z Checking md5 v0.8.0
52282026-08-29T01:11:37.435Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52292026-08-29T01:11:37.566Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52302026-08-29T01:11:37.581Z Checking internet-checksum v0.2.1
52312026-08-29T01:11:37.633Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52322026-08-29T01:11:37.850Z Checking elliptic-curve v0.14.1
52332026-08-29T01:11:37.850Z Checking primefield v0.14.0
52342026-08-29T01:11:37.854Z Checking rfc6979 v0.6.0
52352026-08-29T01:11:37.854Z Checking ssh-encoding v0.3.0
52362026-08-29T01:11:37.938Z Checking crypto-primes v0.7.2
52372026-08-29T01:11:38.103Z Checking ssh-cipher v0.3.0
52382026-08-29T01:11:38.103Z Checking russh-cryptovec v0.62.0
52392026-08-29T01:11:38.235Z Checking primeorder v0.14.0
52402026-08-29T01:11:38.239Z Checking ecdsa v0.17.0
52412026-08-29T01:11:38.605Z Checking p384 v0.14.0
52422026-08-29T01:11:38.605Z Checking p521 v0.14.0
52432026-08-29T01:11:38.609Z Checking p256 v0.14.0
52442026-08-29T01:11:38.864Z Checking rsa v0.10.0-rc.18
52452026-08-29T01:11:41.454Z Checking ssh-key v0.7.0-rc.11
52462026-08-29T01:11:42.206Z Checking russh v0.62.4
52472026-08-29T01:11:55.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.01s
52482026-08-29T01:11:55.635Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52492026-08-29T01:11:55.635Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52502026-08-29T01:11:55.834Z
52512026-08-29T01:11:55.834Zinfo: running `cargo check --bins` on gateway-cli (362/376)
52522026-08-29T01:11:56.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52532026-08-29T01:11:56.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52542026-08-29T01:11:56.465Z Checking termios v0.3.3
52552026-08-29T01:11:56.661Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52562026-08-29T01:11:57.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
52572026-08-29T01:11:57.420Z
52582026-08-29T01:11:57.420Zinfo: running `cargo check --bins --no-default-features` on installinator (363/376)
52592026-08-29T01:11:57.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52602026-08-29T01:11:57.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52612026-08-29T01:11:58.107Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52622026-08-29T01:11:58.810Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52632026-08-29T01:12:00.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
52642026-08-29T01:12:00.587Z
52652026-08-29T01:12:00.587Zinfo: running `cargo check --bins` on internal-dns-cli (364/376)
52662026-08-29T01:12:01.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52672026-08-29T01:12:01.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52682026-08-29T01:12:01.242Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52692026-08-29T01:12:01.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
52702026-08-29T01:12:01.842Z
52712026-08-29T01:12:01.843Zinfo: running `cargo check --bins` on omicron-live-tests (365/376)
52722026-08-29T01:12:02.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52732026-08-29T01:12:02.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52742026-08-29T01:12:02.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52752026-08-29T01:12:02.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52762026-08-29T01:12:02.405Z
52772026-08-29T01:12:02.405Zinfo: running `cargo check --bins` on live-tests-macros (366/376)
52782026-08-29T01:12:02.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52792026-08-29T01:12:02.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52802026-08-29T01:12:02.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52812026-08-29T01:12:02.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
52822026-08-29T01:12:02.964Z
52832026-08-29T01:12:02.964Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (367/376)
52842026-08-29T01:12:03.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52852026-08-29T01:12:03.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52862026-08-29T01:12:03.730Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52872026-08-29T01:12:04.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
52882026-08-29T01:12:04.493Z
52892026-08-29T01:12:04.493Zinfo: running `cargo check --bins` on omicron-ntp-admin (368/376)
52902026-08-29T01:12:04.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52912026-08-29T01:12:04.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52922026-08-29T01:12:05.147Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
52932026-08-29T01:12:05.253Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
52942026-08-29T01:12:06.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
52952026-08-29T01:12:06.242Z
52962026-08-29T01:12:06.242Zinfo: running `cargo check --bins` on ntp-admin-types (369/376)
52972026-08-29T01:12:06.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52982026-08-29T01:12:06.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52992026-08-29T01:12:06.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53002026-08-29T01:12:06.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53012026-08-29T01:12:06.804Z
53022026-08-29T01:12:06.808Zinfo: running `cargo check --bins` on omicron-package (370/376)
53032026-08-29T01:12:07.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53042026-08-29T01:12:07.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53052026-08-29T01:12:07.484Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53062026-08-29T01:12:08.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
53072026-08-29T01:12:08.756Z
53082026-08-29T01:12:08.756Zinfo: running `cargo check --bins` on tqdb (371/376)
53092026-08-29T01:12:09.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53102026-08-29T01:12:09.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53112026-08-29T01:12:09.534Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53122026-08-29T01:12:09.883Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53132026-08-29T01:12:10.395Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53142026-08-29T01:12:10.395Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53152026-08-29T01:12:17.407Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53162026-08-29T01:12:17.410Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53172026-08-29T01:12:17.410Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53182026-08-29T01:12:18.043Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53192026-08-29T01:12:18.043Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53202026-08-29T01:12:18.047Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53212026-08-29T01:12:18.047Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53222026-08-29T01:12:18.824Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53232026-08-29T01:12:19.411Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53242026-08-29T01:12:19.646Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53252026-08-29T01:12:19.934Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53262026-08-29T01:12:20.796Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53272026-08-29T01:12:21.450Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53282026-08-29T01:12:26.273Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53292026-08-29T01:12:33.527Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53302026-08-29T01:12:33.532Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53312026-08-29T01:12:33.532Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53322026-08-29T01:12:33.532Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53332026-08-29T01:12:36.622Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53342026-08-29T01:12:36.729Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53352026-08-29T01:12:37.310Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53362026-08-29T01:12:38.300Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53372026-08-29T01:12:38.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.08s
53382026-08-29T01:12:39.053Z
53392026-08-29T01:12:39.053Zinfo: running `cargo check --bins` on wicket-dbg (372/376)
53402026-08-29T01:12:39.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53412026-08-29T01:12:39.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53422026-08-29T01:12:39.767Z Checking rtoolbox v0.0.3
53432026-08-29T01:12:39.770Z Checking tui-tree-widget v0.23.1
53442026-08-29T01:12:39.770Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53452026-08-29T01:12:39.770Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53462026-08-29T01:12:39.985Z Checking rpassword v7.5.4
53472026-08-29T01:12:42.730Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53482026-08-29T01:12:44.586Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53492026-08-29T01:12:45.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.46s
53502026-08-29T01:12:45.716Z
53512026-08-29T01:12:45.716Zinfo: running `cargo check --bins` on wicket (373/376)
53522026-08-29T01:12:46.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53532026-08-29T01:12:46.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53542026-08-29T01:12:46.406Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53552026-08-29T01:12:46.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
53562026-08-29T01:12:46.959Z
53572026-08-29T01:12:46.959Zinfo: running `cargo check --bins` on wicketd (374/376)
53582026-08-29T01:12:47.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53592026-08-29T01:12:47.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53602026-08-29T01:12:47.667Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53612026-08-29T01:12:51.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
53622026-08-29T01:12:51.467Z
53632026-08-29T01:12:51.467Zinfo: running `cargo check --bins` on omicron-workspace-hack (375/376)
53642026-08-29T01:12:51.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53652026-08-29T01:12:51.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53662026-08-29T01:12:51.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53672026-08-29T01:12:51.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
53682026-08-29T01:12:52.036Z
53692026-08-29T01:12:52.036Zinfo: running `cargo check --bins` on zone-setup (376/376)
53702026-08-29T01:12:52.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53712026-08-29T01:12:52.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53722026-08-29T01:12:52.716Z Checking uzers v0.12.2
53732026-08-29T01:12:52.986Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53742026-08-29T01:12:53.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
53752026-08-29T01:12:53.968Z
53762026-08-29T01:12:53.968Zreal 14:19.558631861
53772026-08-29T01:12:53.968Zuser 21:32.738062932
53782026-08-29T01:12:53.968Zsys 4:25.825462552
53792026-08-29T01:12:53.968Ztrap 0.330686046
53802026-08-29T01:12:53.972Ztflt 0.578036037
53812026-08-29T01:12:53.972Zdflt 0.935579247
53822026-08-29T01:12:53.972Zkflt 0.004597142
53832026-08-29T01:12:53.972Zlock 1:29:49.641000881
53842026-08-29T01:12:53.972Zslp 1:42:18.412818706
53852026-08-29T01:12:53.972Zlat 1:00.026857476
53862026-08-29T01:12:53.972Zstop 4:11.292302258
53872026-08-29T01:12:53.972Zprocess exited: duration 989128 ms, exit code 0
 
53882026-08-29T01:12:53.979Zfound 0 output files