01M0G5JMKD18E4RS5BN5R4G5KW: 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: 01M0G5K5ZAM4NCWQ0115Y0J16Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T18:06:33.342Zjob assigned to worker 01M0G5K9F31VXQ765HEF7ZN5CH [factory aws, i-0bb0acb3406af68cf] (queued for 55 s)
 
22026-08-20T18:06:39.661Zstarting task 0: "setup"
32026-08-20T18:06:39.666Z++ uname -s
42026-08-20T18:06:39.669Z+ kern=SunOS
52026-08-20T18:06:39.669Z+ build_user=build
62026-08-20T18:06:39.669Z+ build_uid=12345
72026-08-20T18:06:39.669Z+ work_dir=/work
82026-08-20T18:06:39.669Z+ input_dir=/input
92026-08-20T18:06:39.669Z+ [[ 0 == 12345 ]]
102026-08-20T18:06:39.669Z+ case "$kern" in
112026-08-20T18:06:39.669Z+ groupadd -g 12345 build
122026-08-20T18:06:39.672Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T18:06:41.675Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T18:06:41.736Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T18:06:41.741Z+ home_fs=zfs
162026-08-20T18:06:41.741Z+ [[ zfs == autofs ]]
172026-08-20T18:06:41.741Z+ mkdir -p /home/build
182026-08-20T18:06:41.741Z+ chown build:build /home/build /work
192026-08-20T18:06:43.740Z+ chmod 0700 /home/build /work
202026-08-20T18:06:43.743Zprocess exited: duration 4080 ms, exit code 0
 
212026-08-20T18:06:43.748Zstarting task 1: "rust-toolchain"
222026-08-20T18:06:43.752Z * rust toolchain channel = "1.97.1"
232026-08-20T18:06:43.752Z * rust toolchain profile = "default"
242026-08-20T18:06:43.755Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
252026-08-20T18:06:43.755Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-20T18:06:43.755Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-20T18:06:43.755Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T18:06:43.755Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T18:06:43.755Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T18:06:43.844Zinfo: downloading installer
312026-08-20T18:06:45.221Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T18:06:45.221Zwarn: /home/build/.rustup/settings.toml
332026-08-20T18:06:45.221Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T18:06:45.221Zwarn: instead of the one inferred from the default host triple.
352026-08-20T18:06:45.234Zinfo: profile set to default
362026-08-20T18:06:45.234Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T18:06:45.236Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T18:06:45.366Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T18:06:45.369Zinfo: downloading 6 components
402026-08-20T18:07:00.420Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T18:07:00.420Z
422026-08-20T18:07:00.447Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T18:07:00.447Z
442026-08-20T18:07:00.447Z
452026-08-20T18:07:00.447ZRust is installed now. Great!
462026-08-20T18:07:00.447Z
472026-08-20T18:07:00.450ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T18:07:00.450Zenvironment variable. This has not been done automatically.
492026-08-20T18:07:00.450Z
502026-08-20T18:07:00.450ZTo configure your current shell, you need to source
512026-08-20T18:07:00.450Zthe corresponding env file under $HOME/.cargo.
522026-08-20T18:07:00.450Z
532026-08-20T18:07:00.450ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T18:07:00.450Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T18:07:00.450Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T18:07:00.450Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T18:07:00.450Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T18:07:00.450Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T18:07:00.450Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T18:07:00.450Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T18:07:00.450Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T18:07:00.544Z+ rustup --version
632026-08-20T18:07:00.552Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T18:07:00.555Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T18:07:00.573Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T18:07:00.576Z+ cargo --version
672026-08-20T18:07:00.591Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T18:07:00.594Z+ rustc --version
692026-08-20T18:07:00.613Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T18:07:00.616Zprocess exited: duration 16866 ms, exit code 0
 
712026-08-20T18:07:00.622Zstarting task 2: "authentication"
722026-08-20T18:07:00.639Zprocess exited: duration 16 ms, exit code 0
 
732026-08-20T18:07:00.645Zstarting task 3: "clone repository"
742026-08-20T18:07:00.648Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T18:07:00.651Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T18:07:00.679ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T18:07:19.755Z+ cd /work/oxidecomputer/omicron
782026-08-20T18:07:19.755Z+ git fetch origin 6a760c915b97729478b1b8294d55333d34d6c6fb
792026-08-20T18:07:20.093ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T18:07:20.094Z * branch 6a760c915b97729478b1b8294d55333d34d6c6fb -> FETCH_HEAD
812026-08-20T18:07:20.104Z+ [[ -n sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config ]]
822026-08-20T18:07:20.106Z++ git branch --show-current
832026-08-20T18:07:20.106Z+ current=main
842026-08-20T18:07:20.106Z+ [[ main != sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config ]]
852026-08-20T18:07:20.106Z+ git branch -f sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config 6a760c915b97729478b1b8294d55333d34d6c6fb
862026-08-20T18:07:20.109Z+ git checkout -f sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config
872026-08-20T18:07:20.365ZSwitched to branch 'sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config'
882026-08-20T18:07:20.368Z+ git reset --hard 6a760c915b97729478b1b8294d55333d34d6c6fb
892026-08-20T18:07:20.382ZHEAD is now at 6a760c915 rebase on main
902026-08-20T18:07:20.384Zprocess exited: duration 19737 ms, exit code 0
 
912026-08-20T18:07:20.390Zstarting task 4: "build"
922026-08-20T18:07:20.394Z+ source .github/buildomat/ci-env.sh
932026-08-20T18:07:20.397Z++ export CARGO_TERM_COLOR=always
942026-08-20T18:07:20.397Z++ CARGO_TERM_COLOR=always
952026-08-20T18:07:20.397Z+++ uname -s
962026-08-20T18:07:20.397Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-20T18:07:20.397Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-20T18:07:20.400Z+ cargo --version
992026-08-20T18:07:20.406Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-20T18:07:20.409Z+ rustc --version
1012026-08-20T18:07:20.428Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-20T18:07:20.431Z+ source ./env.sh
1032026-08-20T18:07:20.431Z++ OLD_SHELL_OPTS=ehxB
1042026-08-20T18:07:20.431Z++ set -o xtrace
1052026-08-20T18:07:20.433Z++++ dirname ./env.sh
1062026-08-20T18:07:20.433Z+++ readlink -f .
1072026-08-20T18:07:20.436Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-20T18:07:20.436Z++ 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-20T18:07:20.436Z++ 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-20T18:07:20.436Z++ 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-20T18:07:20.436Z++ 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-20T18:07:20.436Z++ 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-20T18:07:20.436Z++ 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-20T18:07:20.436Z++ 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-20T18:07:20.436Z++ 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-20T18:07:20.436Z++ 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-20T18:07:20.436Z++ 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-20T18:07:20.437Z++ case $OLD_SHELL_OPTS in
1192026-08-20T18:07:20.437Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-20T18:07:20.437Z+ 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-20T18:07:20.437Z+ 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-20T18:07:20.437Z+ banner prerequisites
1232026-08-20T18:07:20.440Z
1242026-08-20T18:07:20.440Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-20T18:07:20.440Z # # # # # # # # # # # # # # #
1262026-08-20T18:07:20.440Z # # # # ##### # # ##### # # # # # #### #
1272026-08-20T18:07:20.440Z ##### ##### # ##### # # # # # # # # #
1282026-08-20T18:07:20.440Z # # # # # # # # # # # # # # #
1292026-08-20T18:07:20.440Z # # # ###### # # ###### ### # #### # #### #
1302026-08-20T18:07:20.440Z
1312026-08-20T18:07:20.440Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-20T18:07:22.284Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-20T18:07:22.619Z Startup: Caching catalogs ... Done
1342026-08-20T18:07:24.515ZPlanning: Solver setup ... Done (1.788s)
1352026-08-20T18:07:24.573ZPlanning: Running solver ... Done (0.056s)
1362026-08-20T18:07:24.611ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-20T18:07:24.623ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-20T18:07:24.641ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-20T18:07:24.655ZPlanning: Package planning ... Done (0.013s)
1402026-08-20T18:07:24.658ZPlanning: Merging actions ... Done (0.001s)
1412026-08-20T18:07:24.816ZPlanning: Checking for conflicting actions ... Done (0.160s)
1422026-08-20T18:07:24.818ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-20T18:07:25.607ZPlanning: Evaluating mediators ... Done (0.791s)
1442026-08-20T18:07:25.610ZPlanning: Planning completed in 2.96 seconds
1452026-08-20T18:07:25.617Z Packages to install: 2
1462026-08-20T18:07:25.620Z Estimated space available: 156.01 GB
1472026-08-20T18:07:25.620ZEstimated space to be consumed: 72.16 MB
1482026-08-20T18:07:25.620Z Create boot environment: No
1492026-08-20T18:07:25.620ZCreate backup boot environment: No
1502026-08-20T18:07:25.620Z Rebuild boot archive: No
1512026-08-20T18:07:25.620Z
1522026-08-20T18:07:25.620ZChanged packages:
1532026-08-20T18:07:25.620Zhelios
1542026-08-20T18:07:25.620Z developer/build-essential
1552026-08-20T18:07:25.620Z None -> 11-3.0
1562026-08-20T18:07:25.620Z library/libxmlsec1
1572026-08-20T18:07:25.620Z None -> 1.2.35-3.0
1582026-08-20T18:07:25.641Z
1592026-08-20T18:07:25.641ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-20T18:07:25.709ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1612026-08-20T18:07:25.786Z Actions: 1/268 actions (Installing new actions)
1622026-08-20T18:07:25.823Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-20T18:07:25.853ZFinalize: Updating package state database ... Done (0.030s)
1642026-08-20T18:07:25.856ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-20T18:07:25.933ZFinalize: Updating image state ... Done (0.079s)
1662026-08-20T18:07:28.381ZFinalize: Creating fast lookup database ... Done (2.400s)
1672026-08-20T18:07:28.446ZFinalize: Reading search index ... Done (0.011s)
1682026-08-20T18:07:28.449ZFinalize: Updating search index ... Done (0.000s)
1692026-08-20T18:07:28.523ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-20T18:07:28.885ZPlanning: Evaluating mediator changes ... Done
1712026-08-20T18:07:28.992ZPlanning: Checking for conflicting actions ... Done
1722026-08-20T18:07:28.994ZPlanning: Consolidating action changes ... Done
1732026-08-20T18:07:29.148ZPlanning: Evaluating mediators ... Done
1742026-08-20T18:07:29.151ZPlanning: Planning completed in 0.26 seconds
1752026-08-20T18:07:29.170Z Mediators to change: 2
1762026-08-20T18:07:29.170Z Create boot environment: No
1772026-08-20T18:07:29.173ZCreate backup boot environment: No
1782026-08-20T18:07:29.210ZFinalize: Updating package state database ... Done
1792026-08-20T18:07:29.210ZFinalize: Updating package cache ... Done
1802026-08-20T18:07:29.256ZFinalize: Updating image state ... Done
1812026-08-20T18:07:31.238ZFinalize: Creating fast lookup database ... Done
1822026-08-20T18:07:31.299ZFinalize: Reading search index ... Done
1832026-08-20T18:07:31.302ZFinalize: Updating search index ... Done
1842026-08-20T18:07:31.353ZFinalize: Updating package cache ... Done
1852026-08-20T18:07:31.636ZPlanning: Evaluating mediator changes ... Done
1862026-08-20T18:07:31.741ZPlanning: Checking for conflicting actions ... Done
1872026-08-20T18:07:31.744ZPlanning: Consolidating action changes ... Done
1882026-08-20T18:07:31.899ZPlanning: Evaluating mediators ... Done
1892026-08-20T18:07:31.902ZPlanning: Planning completed in 0.26 seconds
1902026-08-20T18:07:31.922Z Mediators to change: 1
1912026-08-20T18:07:31.922Z Create boot environment: No
1922026-08-20T18:07:31.925ZCreate backup boot environment: No
1932026-08-20T18:07:31.957ZFinalize: Updating package state database ... Done
1942026-08-20T18:07:31.957ZFinalize: Updating package cache ... Done
1952026-08-20T18:07:32.003ZFinalize: Updating image state ... Done
1962026-08-20T18:07:33.953ZFinalize: Creating fast lookup database ... Done
1972026-08-20T18:07:34.014ZFinalize: Reading search index ... Done
1982026-08-20T18:07:34.017ZFinalize: Updating search index ... Done
1992026-08-20T18:07:34.062ZFinalize: Updating package cache ... Done
2002026-08-20T18:07:34.373ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-20T18:07:34.373Zapache system 2.4 system
2022026-08-20T18:07:34.373Zclang system 15 system
2032026-08-20T18:07:34.373Zcsh system system illumos
2042026-08-20T18:07:34.373Zctags system system illumos
2052026-08-20T18:07:34.373Zfile vendor vendor darwinsys
2062026-08-20T18:07:34.373Zfile system system illumos
2072026-08-20T18:07:34.373Zgcc vendor 14 vendor
2082026-08-20T18:07:34.373Zgcc system 13 system
2092026-08-20T18:07:34.373Zgcc system 10 system
2102026-08-20T18:07:34.373Zgo system 1.25 system
2112026-08-20T18:07:34.373Zllvm system 15 system
2122026-08-20T18:07:34.373Zmariadb system 11.4 system
2132026-08-20T18:07:34.373Zmta vendor vendor dma
2142026-08-20T18:07:34.373Zopenjdk system 17 system
2152026-08-20T18:07:34.373Zopenjdk system 11 system
2162026-08-20T18:07:34.373Zopenssl vendor 3 vendor
2172026-08-20T18:07:34.373Zperl system 5.40 system
2182026-08-20T18:07:34.373Zpostgresql system 18 system
2192026-08-20T18:07:34.373Zpostgresql system 17 system
2202026-08-20T18:07:34.373Zpython vendor 3 vendor
2212026-08-20T18:07:34.373Zpython system 2 system
2222026-08-20T18:07:34.373Zpython3 vendor 3.13 vendor
2232026-08-20T18:07:34.373Zruby system 3.4 system
2242026-08-20T18:07:34.373Zruby system 3.0 system
2252026-08-20T18:07:34.373Zwords vendor vendor american-english
2262026-08-20T18:07:34.373Zwords system system australian-english
2272026-08-20T18:07:34.373Zwords system system british-english
2282026-08-20T18:07:34.373Zwords system system canadian-english
2292026-08-20T18:07:34.373Zwords system system french
2302026-08-20T18:07:34.373Zwords system system italian
2312026-08-20T18:07:34.373Zwords system system ngerman
2322026-08-20T18:07:34.374Zwords system system ogerman
2332026-08-20T18:07:34.374Zwords system system spanish
2342026-08-20T18:07:34.624ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-20T18:07:34.625Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-20T18:07:35.080ZFMRI IFO
2372026-08-20T18:07:35.081Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-20T18:07:35.081Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-20T18:07:35.081Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-20T18:07:35.081Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-20T18:07:35.081Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-20T18:07:35.081Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-20T18:07:35.081Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-20T18:07:35.081Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-20T18:07:35.081Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-20T18:07:35.411Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-20T18:07:35.776Z Updating crates.io index
2482026-08-20T18:07:35.780Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-20T18:07:36.156Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-20T18:07:36.507Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-20T18:07:37.483Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-20T18:07:38.053Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-20T18:07:40.069Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-20T18:07:41.031Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-20T18:07:41.365Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-20T18:07:41.782Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-20T18:07:43.472Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-20T18:07:43.793Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-20T18:07:44.203Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-20T18:07:44.504Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-20T18:07:45.035Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-20T18:07:45.330Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-20T18:07:45.715Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-20T18:07:46.051Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-20T18:07:46.367Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-20T18:07:46.830Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-20T18:07:47.199Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-08-20T18:07:47.778Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-08-20T18:07:48.152Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-08-20T18:07:48.844Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-08-20T18:07:49.355Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-20T18:07:49.625Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-20T18:07:50.063Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-20T18:07:50.442Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-20T18:07:50.866Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-20T18:07:51.261Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-20T18:07:51.553Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-20T18:07:51.930Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-20T18:07:52.264Z Updating git repository `https://github.com/oxidecomputer/tough`
2802026-08-20T18:07:52.825Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-20T18:07:53.159Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-20T18:07:53.452Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-20T18:07:53.765Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-20T18:07:54.137Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-20T18:07:54.428Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-20T18:07:54.811Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-20T18:07:55.109Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-20T18:07:55.411Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-08-20T18:07:55.734Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2902026-08-20T18:07:58.252Z Downloading crates ...
2912026-08-20T18:07:58.310Z Downloaded cfg-if v1.0.4
2922026-08-20T18:07:58.314Z Downloaded clap_lex v1.0.0
2932026-08-20T18:07:58.316Z Downloaded anstream v1.0.0
2942026-08-20T18:07:58.317Z Downloaded anstyle v1.0.14
2952026-08-20T18:07:58.317Z Downloaded anstyle-parse v1.0.0
2962026-08-20T18:07:58.319Z Downloaded camino-tempfile v1.4.1
2972026-08-20T18:07:58.319Z Downloaded strsim v0.11.1
2982026-08-20T18:07:58.322Z Downloaded heck v0.5.0
2992026-08-20T18:07:58.325Z Downloaded clap v4.6.1
3002026-08-20T18:07:58.329Z Downloaded dof v0.3.0
3012026-08-20T18:07:58.332Z Downloaded anstyle-query v1.1.5
3022026-08-20T18:07:58.332Z Downloaded clap_derive v4.6.1
3032026-08-20T18:07:58.332Z Downloaded errno v0.3.14
3042026-08-20T18:07:58.335Z Downloaded cpufeatures v0.2.17
3052026-08-20T18:07:58.335Z Downloaded fastrand v2.3.0
3062026-08-20T18:07:58.335Z Downloaded zerocopy-derive v0.7.35
3072026-08-20T18:07:58.338Z Downloaded zmij v1.0.21
3082026-08-20T18:07:58.338Z Downloaded byteorder v1.5.0
3092026-08-20T18:07:58.341Z Downloaded colorchoice v1.0.4
3102026-08-20T18:07:58.341Z Downloaded equivalent v1.0.2
3112026-08-20T18:07:58.341Z Downloaded itoa v1.0.17
3122026-08-20T18:07:58.343Z Downloaded macaddr v1.0.1
3132026-08-20T18:07:58.344Z Downloaded memmap v0.7.0
3142026-08-20T18:07:58.344Z Downloaded zerocopy v0.7.35
3152026-08-20T18:07:58.351Z Downloaded dtrace-parser v0.2.0
3162026-08-20T18:07:58.353Z Downloaded fs-err v3.3.0
3172026-08-20T18:07:58.357Z Downloaded cargo_toml v0.21.0
3182026-08-20T18:07:58.357Z Downloaded semver v1.0.28
3192026-08-20T18:07:58.360Z Downloaded is_terminal_polyfill v1.70.2
3202026-08-20T18:07:58.363Z Downloaded usdt-attr-macro v0.5.0
3212026-08-20T18:07:58.367Z Downloaded generic-array v0.14.7
3222026-08-20T18:07:58.367Z Downloaded pretty-hex v0.4.1
3232026-08-20T18:07:58.370Z Downloaded block-buffer v0.10.4
3242026-08-20T18:07:58.370Z Downloaded cargo-platform v0.3.2
3252026-08-20T18:07:58.370Z Downloaded cargo_metadata v0.23.1
3262026-08-20T18:07:58.374Z Downloaded fnv v1.0.7
3272026-08-20T18:07:58.376Z Downloaded scroll_derive v0.12.1
3282026-08-20T18:07:58.376Z Downloaded smawk v0.3.2
3292026-08-20T18:07:58.376Z Downloaded utf8parse v0.2.2
3302026-08-20T18:07:58.379Z Downloaded crypto-common v0.1.7
3312026-08-20T18:07:58.382Z Downloaded heck v0.4.1
3322026-08-20T18:07:58.385Z Downloaded serde_spanned v0.6.9
3332026-08-20T18:07:58.392Z Downloaded terminal_size v0.4.3
3342026-08-20T18:07:58.395Z Downloaded version_check v0.9.5
3352026-08-20T18:07:58.398Z Downloaded usdt-macro v0.5.0
3362026-08-20T18:07:58.401Z Downloaded plain v0.2.3
3372026-08-20T18:07:58.405Z Downloaded proc-macro-error-attr v1.0.4
3382026-08-20T18:07:58.409Z Downloaded swrite v0.1.0
3392026-08-20T18:07:58.409Z Downloaded usdt v0.5.0
3402026-08-20T18:07:58.409Z Downloaded thread-id v4.2.2
3412026-08-20T18:07:58.413Z Downloaded tabled_derive v0.7.0
3422026-08-20T18:07:58.418Z Downloaded toml_datetime v0.6.11
3432026-08-20T18:07:58.418Z Downloaded unicode-linebreak v0.1.5
3442026-08-20T18:07:58.423Z Downloaded autocfg v1.5.0
3452026-08-20T18:07:58.427Z Downloaded bytecount v0.6.9
3462026-08-20T18:07:58.428Z Downloaded toml_write v0.1.2
3472026-08-20T18:07:58.431Z Downloaded once_cell v1.21.3
3482026-08-20T18:07:58.435Z Downloaded digest v0.10.7
3492026-08-20T18:07:58.435Z Downloaded thiserror-impl v2.0.18
3502026-08-20T18:07:58.438Z Downloaded anyhow v1.0.104
3512026-08-20T18:07:58.438Z Downloaded getrandom v0.3.4
3522026-08-20T18:07:58.441Z Downloaded log v0.4.33
3532026-08-20T18:07:58.441Z Downloaded pest_meta v2.8.6
3542026-08-20T18:07:58.443Z Downloaded sha2 v0.10.9
3552026-08-20T18:07:58.443Z Downloaded pest_derive v2.8.6
3562026-08-20T18:07:58.444Z Downloaded thiserror v2.0.18
3572026-08-20T18:07:58.447Z Downloaded quote v1.0.45
3582026-08-20T18:07:58.449Z Downloaded proc-macro-error v1.0.4
3592026-08-20T18:07:58.449Z Downloaded scroll v0.12.0
3602026-08-20T18:07:58.452Z Downloaded usdt-impl v0.5.0
3612026-08-20T18:07:58.460Z Downloaded ucd-trie v0.1.7
3622026-08-20T18:07:58.466Z Downloaded bitflags v2.11.0
3632026-08-20T18:07:58.468Z Downloaded papergrid v0.11.0
3642026-08-20T18:07:58.471Z Downloaded pest_generator v2.8.6
3652026-08-20T18:07:58.474Z Downloaded serde_tokenstream v0.2.3
3662026-08-20T18:07:58.474Z Downloaded tempfile v3.27.0
3672026-08-20T18:07:58.474Z Downloaded camino v1.2.5
3682026-08-20T18:07:58.477Z Downloaded thiserror v1.0.69
3692026-08-20T18:07:58.483Z Downloaded textwrap v0.16.2
3702026-08-20T18:07:58.485Z Downloaded thiserror-impl v1.0.69
3712026-08-20T18:07:58.485Z Downloaded toml v0.8.23
3722026-08-20T18:07:58.488Z Downloaded unicode-ident v1.0.24
3732026-08-20T18:07:58.506Z Downloaded serde_core v1.0.228
3742026-08-20T18:07:58.518Z Downloaded proc-macro2 v1.0.106
3752026-08-20T18:07:58.525Z Downloaded memchr v2.8.0
3762026-08-20T18:07:58.529Z Downloaded serde_derive v1.0.228
3772026-08-20T18:07:58.532Z Downloaded toml_edit v0.22.27
3782026-08-20T18:07:58.536Z Downloaded serde v1.0.228
3792026-08-20T18:07:58.547Z Downloaded typenum v1.20.1
3802026-08-20T18:07:58.557Z Downloaded indexmap v2.14.0
3812026-08-20T18:07:58.565Z Downloaded clap_builder v4.6.0
3822026-08-20T18:07:58.574Z Downloaded hashbrown v0.17.0
3832026-08-20T18:07:58.580Z Downloaded pest v2.8.6
3842026-08-20T18:07:58.589Z Downloaded serde_json v1.0.151
3852026-08-20T18:07:58.593Z Downloaded goblin v0.8.2
3862026-08-20T18:07:58.602Z Downloaded winnow v0.7.14
3872026-08-20T18:07:58.607Z Downloaded tabled v0.15.0
3882026-08-20T18:07:58.630Z Downloaded syn v2.0.117
3892026-08-20T18:07:58.636Z Downloaded syn v1.0.109
3902026-08-20T18:07:58.641Z Downloaded unicode-width v0.1.14
3912026-08-20T18:07:58.645Z Downloaded unicode-width v0.2.0
3922026-08-20T18:07:58.649Z Downloaded rustix v1.1.4
3932026-08-20T18:07:58.671Z Downloaded libc v0.2.185
3942026-08-20T18:07:58.738Z Compiling proc-macro2 v1.0.106
3952026-08-20T18:07:58.738Z Compiling quote v1.0.45
3962026-08-20T18:07:58.738Z Compiling unicode-ident v1.0.24
3972026-08-20T18:07:58.738Z Compiling serde_core v1.0.228
3982026-08-20T18:07:58.738Z Compiling libc v0.2.185
3992026-08-20T18:07:58.743Z Compiling version_check v0.9.5
4002026-08-20T18:07:58.743Z Compiling memchr v2.8.0
4012026-08-20T18:07:58.743Z Compiling serde v1.0.228
4022026-08-20T18:07:59.121Z Compiling zmij v1.0.21
4032026-08-20T18:07:59.249Z Compiling itoa v1.0.17
4042026-08-20T18:07:59.333Z Compiling thiserror v1.0.69
4052026-08-20T18:07:59.431Z Compiling ucd-trie v0.1.7
4062026-08-20T18:07:59.644Z Compiling pest v2.8.6
4072026-08-20T18:07:59.702Z Compiling byteorder v1.5.0
4082026-08-20T18:07:59.757Z Compiling rustix v1.1.4
4092026-08-20T18:07:59.826Z Compiling errno v0.3.14
4102026-08-20T18:07:59.931Z Compiling serde_json v1.0.151
4112026-08-20T18:08:00.074Z Compiling bitflags v2.11.0
4122026-08-20T18:08:00.140Z Compiling syn v2.0.117
4132026-08-20T18:08:00.238Z Compiling thread-id v4.2.2
4142026-08-20T18:08:00.303Z Compiling proc-macro-error-attr v1.0.4
4152026-08-20T18:08:00.320Z Compiling usdt-impl v0.5.0
4162026-08-20T18:08:00.463Z Compiling camino v1.2.5
4172026-08-20T18:08:00.489Z Compiling syn v1.0.109
4182026-08-20T18:08:00.695Z Compiling pest_meta v2.8.6
4192026-08-20T18:08:00.824Z Compiling proc-macro-error v1.0.4
4202026-08-20T18:08:00.841Z Compiling equivalent v1.0.2
4212026-08-20T18:08:00.880Z Compiling log v0.4.33
4222026-08-20T18:08:00.932Z Compiling hashbrown v0.17.0
4232026-08-20T18:08:01.008Z Compiling getrandom v0.3.4
4242026-08-20T18:08:01.221Z Compiling plain v0.2.3
4252026-08-20T18:08:01.340Z Compiling utf8parse v0.2.2
4262026-08-20T18:08:01.393Z Compiling terminal_size v0.4.3
4272026-08-20T18:08:01.501Z Compiling indexmap v2.14.0
4282026-08-20T18:08:01.559Z Compiling anstyle-parse v1.0.0
4292026-08-20T18:08:02.094Z Compiling anstyle-query v1.1.5
4302026-08-20T18:08:02.115Z Compiling cfg-if v1.0.4
4312026-08-20T18:08:02.132Z Compiling autocfg v1.5.0
4322026-08-20T18:08:02.168Z Compiling winnow v0.7.14
4332026-08-20T18:08:02.188Z Compiling thiserror v2.0.18
4342026-08-20T18:08:02.205Z Compiling colorchoice v1.0.4
4352026-08-20T18:08:02.321Z Compiling toml_write v0.1.2
4362026-08-20T18:08:02.341Z Compiling is_terminal_polyfill v1.70.2
4372026-08-20T18:08:02.441Z Compiling pest_generator v2.8.6
4382026-08-20T18:08:02.461Z Compiling pretty-hex v0.4.1
4392026-08-20T18:08:02.519Z Compiling anstyle v1.0.14
4402026-08-20T18:08:02.554Z Compiling fs-err v3.3.0
4412026-08-20T18:08:02.740Z Compiling anstream v1.0.0
4422026-08-20T18:08:02.759Z Compiling fnv v1.0.7
4432026-08-20T18:08:02.870Z Compiling once_cell v1.21.3
4442026-08-20T18:08:02.880Z Compiling fastrand v2.3.0
4452026-08-20T18:08:03.043Z Compiling clap_lex v1.0.0
4462026-08-20T18:08:03.086Z Compiling strsim v0.11.1
4472026-08-20T18:08:03.101Z Compiling heck v0.5.0
4482026-08-20T18:08:03.125Z Compiling unicode-width v0.1.14
4492026-08-20T18:08:03.140Z Compiling bytecount v0.6.9
4502026-08-20T18:08:03.270Z Compiling anyhow v1.0.104
4512026-08-20T18:08:03.289Z Compiling heck v0.4.1
4522026-08-20T18:08:03.332Z Compiling clap_builder v4.6.0
4532026-08-20T18:08:03.401Z Compiling papergrid v0.11.0
4542026-08-20T18:08:03.425Z Compiling tempfile v3.27.0
4552026-08-20T18:08:03.619Z Compiling cargo-platform v0.3.2
4562026-08-20T18:08:03.657Z Compiling semver v1.0.28
4572026-08-20T18:08:03.714Z Compiling tabled_derive v0.7.0
4582026-08-20T18:08:03.801Z Compiling memmap v0.7.0
4592026-08-20T18:08:03.819Z Compiling smawk v0.3.2
4602026-08-20T18:08:03.890Z Compiling unicode-linebreak v0.1.5
4612026-08-20T18:08:03.962Z Compiling unicode-width v0.2.0
4622026-08-20T18:08:03.992Z Compiling camino-tempfile v1.4.1
4632026-08-20T18:08:04.014Z Compiling serde_derive v1.0.228
4642026-08-20T18:08:04.187Z Compiling thiserror-impl v1.0.69
4652026-08-20T18:08:04.224Z Compiling zerocopy-derive v0.7.35
4662026-08-20T18:08:04.282Z Compiling pest_derive v2.8.6
4672026-08-20T18:08:04.391Z Compiling scroll_derive v0.12.1
4682026-08-20T18:08:04.673Z Compiling thiserror-impl v2.0.18
4692026-08-20T18:08:04.740Z Compiling clap_derive v4.6.1
4702026-08-20T18:08:04.828Z Compiling tabled v0.15.0
4712026-08-20T18:08:05.069Z Compiling scroll v0.12.0
4722026-08-20T18:08:05.110Z Compiling zerocopy v0.7.35
4732026-08-20T18:08:05.347Z Compiling goblin v0.8.2
4742026-08-20T18:08:05.562Z Compiling dtrace-parser v0.2.0
4752026-08-20T18:08:05.687Z Compiling textwrap v0.16.2
4762026-08-20T18:08:06.144Z Compiling swrite v0.1.0
4772026-08-20T18:08:06.525Z Compiling clap v4.6.1
4782026-08-20T18:08:07.189Z Compiling serde_spanned v0.6.9
4792026-08-20T18:08:07.189Z Compiling toml_datetime v0.6.11
4802026-08-20T18:08:07.189Z Compiling cargo_metadata v0.23.1
4812026-08-20T18:08:07.192Z Compiling macaddr v1.0.1
4822026-08-20T18:08:07.192Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-20T18:08:07.269Z Compiling dof v0.3.0
4842026-08-20T18:08:07.286Z Compiling serde_tokenstream v0.2.3
4852026-08-20T18:08:07.427Z Compiling toml_edit v0.22.27
4862026-08-20T18:08:07.997Z Compiling usdt-attr-macro v0.5.0
4872026-08-20T18:08:07.997Z Compiling usdt-macro v0.5.0
4882026-08-20T18:08:08.586Z Compiling usdt v0.5.0
4892026-08-20T18:08:08.743Z Compiling toml v0.8.23
4902026-08-20T18:08:09.085Z Compiling cargo_toml v0.21.0
4912026-08-20T18:08:10.374Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-20T18:08:12.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.14s
4932026-08-20T18:08:12.599Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-20T18:08:13.112Z Downloading crates ...
4952026-08-20T18:08:13.152Z Downloaded aead v0.6.1
4962026-08-20T18:08:13.174Z Downloaded async-stream v0.3.6
4972026-08-20T18:08:13.179Z Downloaded bitfield-macros v0.19.4
4982026-08-20T18:08:13.180Z Downloaded backtrace-ext v0.2.1
4992026-08-20T18:08:13.183Z Downloaded compression-core v0.4.31
5002026-08-20T18:08:13.186Z Downloaded arrayvec v0.7.6
5012026-08-20T18:08:13.191Z Downloaded float-cmp v0.10.0
5022026-08-20T18:08:13.191Z Downloaded foreign-types-shared v0.1.1
5032026-08-20T18:08:13.191Z Downloaded futures-sink v0.3.32
5042026-08-20T18:08:13.191Z Downloaded fixedbitset v0.5.7
5052026-08-20T18:08:13.194Z Downloaded fxhash v0.2.1
5062026-08-20T18:08:13.194Z Downloaded futures v0.3.32
5072026-08-20T18:08:13.194Z Downloaded cobs v0.3.0
5082026-08-20T18:08:13.199Z Downloaded hex-literal v1.1.0
5092026-08-20T18:08:13.203Z Downloaded addr2line v0.25.1
5102026-08-20T18:08:13.203Z Downloaded async-recursion v1.1.1
5112026-08-20T18:08:13.203Z Downloaded atomicwrites v0.4.4
5122026-08-20T18:08:13.203Z Downloaded hubpack v0.1.2
5132026-08-20T18:08:13.203Z Downloaded hmac v0.12.1
5142026-08-20T18:08:13.208Z Downloaded hybrid-array v0.4.13
5152026-08-20T18:08:13.208Z Downloaded heapless v0.7.17
5162026-08-20T18:08:13.212Z Downloaded anstream v0.6.21
5172026-08-20T18:08:13.215Z Downloaded float-ord v0.3.2
5182026-08-20T18:08:13.215Z Downloaded hashbrown v0.16.1
5192026-08-20T18:08:13.215Z Downloaded aead v0.5.2
5202026-08-20T18:08:13.218Z Downloaded bb8 v0.8.6
5212026-08-20T18:08:13.218Z Downloaded ascii-canvas v3.0.0
5222026-08-20T18:08:13.218Z Downloaded async-stream-impl v0.3.6
5232026-08-20T18:08:13.218Z Downloaded atty v0.2.14
5242026-08-20T18:08:13.222Z Downloaded http v1.4.2
5252026-08-20T18:08:13.223Z Downloaded enum-as-inner v0.6.1
5262026-08-20T18:08:13.223Z Downloaded foreign-types-macros v0.2.3
5272026-08-20T18:08:13.223Z Downloaded futures-executor v0.3.32
5282026-08-20T18:08:13.226Z Downloaded bitfield v0.19.4
5292026-08-20T18:08:13.226Z Downloaded bitfield-struct v0.6.2
5302026-08-20T18:08:13.226Z Downloaded adler2 v2.0.1
5312026-08-20T18:08:13.229Z Downloaded http-range v0.1.5
5322026-08-20T18:08:13.229Z Downloaded array-init v0.0.4
5332026-08-20T18:08:13.232Z Downloaded const-oid v0.10.2
5342026-08-20T18:08:13.236Z Downloaded base16ct v0.2.0
5352026-08-20T18:08:13.236Z Downloaded bit-set v0.5.3
5362026-08-20T18:08:13.236Z Downloaded backon v1.6.0
5372026-08-20T18:08:13.239Z Downloaded flate2 v1.1.9
5382026-08-20T18:08:13.239Z Downloaded ahash v0.8.12
5392026-08-20T18:08:13.239Z Downloaded argon2 v0.5.3
5402026-08-20T18:08:13.242Z Downloaded allocator-api2 v0.2.21
5412026-08-20T18:08:13.245Z Downloaded endian-type v0.1.2
5422026-08-20T18:08:13.245Z Downloaded futures-core v0.3.32
5432026-08-20T18:08:13.248Z Downloaded gethostname v0.5.0
5442026-08-20T18:08:13.248Z Downloaded bit-vec v0.8.0
5452026-08-20T18:08:13.252Z Downloaded async-trait v0.1.89
5462026-08-20T18:08:13.252Z Downloaded bit-set v0.8.0
5472026-08-20T18:08:13.256Z Downloaded block-buffer v0.12.1
5482026-08-20T18:08:13.256Z Downloaded cfg_aliases v0.1.1
5492026-08-20T18:08:13.256Z Downloaded form_urlencoded v1.2.2
5502026-08-20T18:08:13.259Z Downloaded hubpack_derive v0.1.1
5512026-08-20T18:08:13.259Z Downloaded git-stub v1.0.0
5522026-08-20T18:08:13.262Z Downloaded castaway v0.2.4
5532026-08-20T18:08:13.262Z Downloaded fixedbitset v0.4.2
5542026-08-20T18:08:13.266Z Downloaded fd-lock v4.0.4
5552026-08-20T18:08:13.269Z Downloaded foreign-types v0.3.2
5562026-08-20T18:08:13.269Z Downloaded ciborium-io v0.2.2
5572026-08-20T18:08:13.273Z Downloaded foreign-types-shared v0.3.1
5582026-08-20T18:08:13.273Z Downloaded hex v0.4.3
5592026-08-20T18:08:13.276Z Downloaded funty v2.0.0
5602026-08-20T18:08:13.277Z Downloaded flagset v0.4.7
5612026-08-20T18:08:13.278Z Downloaded headers-core v0.3.0
5622026-08-20T18:08:13.278Z Downloaded http-body v1.0.1
5632026-08-20T18:08:13.281Z Downloaded atomic-waker v1.1.2
5642026-08-20T18:08:13.281Z Downloaded futures-task v0.3.32
5652026-08-20T18:08:13.281Z Downloaded ghash v0.6.0
5662026-08-20T18:08:13.284Z Downloaded fs-err v2.11.0
5672026-08-20T18:08:13.284Z Downloaded cfg_aliases v0.2.1
5682026-08-20T18:08:13.284Z Downloaded bcrypt-pbkdf v0.11.0
5692026-08-20T18:08:13.287Z Downloaded futures-io v0.3.32
5702026-08-20T18:08:13.290Z Downloaded futures-macro v0.3.32
5712026-08-20T18:08:13.290Z Downloaded globwalk v0.9.1
5722026-08-20T18:08:13.290Z Downloaded hostname v0.3.1
5732026-08-20T18:08:13.293Z Downloaded arrayref v0.3.9
5742026-08-20T18:08:13.293Z Downloaded assert_matches v1.5.0
5752026-08-20T18:08:13.296Z Downloaded hash32 v0.2.1
5762026-08-20T18:08:13.296Z Downloaded env_filter v2.0.0
5772026-08-20T18:08:13.299Z Downloaded base16ct v1.0.0
5782026-08-20T18:08:13.302Z Downloaded nibble_vec v0.1.0
5792026-08-20T18:08:13.302Z Downloaded nodrop v0.1.14
5802026-08-20T18:08:13.302Z Downloaded hostname v0.4.2
5812026-08-20T18:08:13.305Z Downloaded block-padding v0.4.2
5822026-08-20T18:08:13.308Z Downloaded percent-encoding v2.3.2
5832026-08-20T18:08:13.311Z Downloaded bcs v0.1.6
5842026-08-20T18:08:13.315Z Downloaded bit-vec v0.6.3
5852026-08-20T18:08:13.316Z Downloaded foreign-types v0.5.0
5862026-08-20T18:08:13.316Z Downloaded anstyle-parse v0.2.7
5872026-08-20T18:08:13.319Z Downloaded blake2 v0.11.0-rc.6
5882026-08-20T18:08:13.319Z Downloaded normalize-line-endings v0.3.0
5892026-08-20T18:08:13.319Z Downloaded home v0.5.12
5902026-08-20T18:08:13.319Z Downloaded openssl-probe v0.1.6
5912026-08-20T18:08:13.319Z Downloaded phf_shared v0.11.3
5922026-08-20T18:08:13.322Z Downloaded precomputed-hash v0.1.1
5932026-08-20T18:08:13.326Z Downloaded openssl-macros v0.1.1
5942026-08-20T18:08:13.329Z Downloaded path-slash v0.1.5
5952026-08-20T18:08:13.333Z Downloaded progenitor-client v0.14.0
5962026-08-20T18:08:13.335Z Downloaded find-msvc-tools v0.1.9
5972026-08-20T18:08:13.335Z Downloaded fs_extra v1.3.0
5982026-08-20T18:08:13.335Z Downloaded ff v0.13.1
5992026-08-20T18:08:13.336Z Downloaded group v0.14.0
6002026-08-20T18:08:13.336Z Downloaded rand_pcg v0.10.2
6012026-08-20T18:08:13.341Z Downloaded erased-serde v0.3.31
6022026-08-20T18:08:13.341Z Downloaded foldhash v0.1.5
6032026-08-20T18:08:13.341Z Downloaded filetime v0.2.27
6042026-08-20T18:08:13.343Z Downloaded recursive v0.1.1
6052026-08-20T18:08:13.343Z Downloaded recursive-proc-macro-impl v0.1.1
6062026-08-20T18:08:13.343Z Downloaded fallible-iterator v0.2.0
6072026-08-20T18:08:13.343Z Downloaded russh-util v0.52.0
6082026-08-20T18:08:13.343Z Downloaded scheduled-thread-pool v0.2.7
6092026-08-20T18:08:13.348Z Downloaded cipher v0.5.2
6102026-08-20T18:08:13.351Z Downloaded proc-macro-error-attr2 v2.0.0
6112026-08-20T18:08:13.353Z Downloaded byte-wrapper v0.1.0
6122026-08-20T18:08:13.353Z Downloaded cassowary v0.3.0
6132026-08-20T18:08:13.353Z Downloaded rustc_version v0.4.1
6142026-08-20T18:08:13.353Z Downloaded seq-macro v0.3.6
6152026-08-20T18:08:13.356Z Downloaded serde_repr v0.1.20
6162026-08-20T18:08:13.364Z Downloaded camino-tempfile-ext v0.3.3
6172026-08-20T18:08:13.367Z Downloaded http-body-util v0.1.3
6182026-08-20T18:08:13.367Z Downloaded httpdate v1.0.3
6192026-08-20T18:08:13.370Z Downloaded bs58 v0.5.1
6202026-08-20T18:08:13.370Z Downloaded buf-list v1.1.2
6212026-08-20T18:08:13.370Z Downloaded cexpr v0.6.0
6222026-08-20T18:08:13.373Z Downloaded enum_dispatch v0.3.13
6232026-08-20T18:08:13.376Z Downloaded foldhash v0.2.0
6242026-08-20T18:08:13.376Z Downloaded git-stub-vcs v0.1.0
6252026-08-20T18:08:13.376Z Downloaded glob v0.3.3
6262026-08-20T18:08:13.376Z Downloaded group v0.13.0
6272026-08-20T18:08:13.378Z Downloaded hash32 v0.3.1
6282026-08-20T18:08:13.378Z Downloaded num_threads v0.1.7
6292026-08-20T18:08:13.378Z Downloaded base64ct v1.8.3
6302026-08-20T18:08:13.383Z Downloaded ciborium-ll v0.2.2
6312026-08-20T18:08:13.383Z Downloaded compression-codecs v0.4.37
6322026-08-20T18:08:13.383Z Downloaded ff v0.14.0
6332026-08-20T18:08:13.389Z Downloaded highway v1.3.0
6342026-08-20T18:08:13.389Z Downloaded humantime v2.3.0
6352026-08-20T18:08:13.389Z Downloaded globset v0.4.18
6362026-08-20T18:08:13.399Z Downloaded oxide-update-engine v0.1.2
6372026-08-20T18:08:13.399Z Downloaded blowfish v0.10.0
6382026-08-20T18:08:13.399Z Downloaded sapling-renderdag v0.1.0
6392026-08-20T18:08:13.399Z Downloaded scroll_derive v0.13.1
6402026-08-20T18:08:13.399Z Downloaded packed_struct v0.10.1
6412026-08-20T18:08:13.399Z Downloaded backoff v0.4.0
6422026-08-20T18:08:13.403Z Downloaded cbc v0.2.1
6432026-08-20T18:08:13.403Z Downloaded argon2 v0.6.0-rc.8
6442026-08-20T18:08:13.403Z Downloaded env_logger v0.11.11
6452026-08-20T18:08:13.403Z Downloaded futures-channel v0.3.32
6462026-08-20T18:08:13.403Z Downloaded fatfs v0.3.6
6472026-08-20T18:08:13.409Z Downloaded strum v0.26.3
6482026-08-20T18:08:13.409Z Downloaded subtle v2.6.1
6492026-08-20T18:08:13.409Z Downloaded supports-color v3.0.2
6502026-08-20T18:08:13.414Z Downloaded bitflags v1.3.2
6512026-08-20T18:08:13.414Z Downloaded chacha20 v0.9.1
6522026-08-20T18:08:13.415Z Downloaded parking_lot_core v0.8.6
6532026-08-20T18:08:13.415Z Downloaded quick-error v1.2.3
6542026-08-20T18:08:13.415Z Downloaded port-file v0.1.0
6552026-08-20T18:08:13.424Z Downloaded pem-rfc7468 v1.0.0
6562026-08-20T18:08:13.424Z Downloaded num-integer v0.1.46
6572026-08-20T18:08:13.424Z Downloaded primeorder v0.13.6
6582026-08-20T18:08:13.424Z Downloaded progenitor-client v0.13.0
6592026-08-20T18:08:13.424Z Downloaded progenitor-extras v0.2.0
6602026-08-20T18:08:13.429Z Downloaded serdect v0.4.3
6612026-08-20T18:08:13.429Z Downloaded shlex v1.3.0
6622026-08-20T18:08:13.429Z Downloaded pin-project-internal v1.1.11
6632026-08-20T18:08:13.429Z Downloaded simd-adler32 v0.3.8
6642026-08-20T18:08:13.429Z Downloaded slog-stdlog v4.1.1
6652026-08-20T18:08:13.429Z Downloaded unit-prefix v0.5.2
6662026-08-20T18:08:13.429Z Downloaded strsim v0.10.0
6672026-08-20T18:08:13.429Z Downloaded unicode-xid v0.2.6
6682026-08-20T18:08:13.429Z Downloaded testing_table v0.3.0
6692026-08-20T18:08:13.435Z Downloaded want v0.3.1
6702026-08-20T18:08:13.439Z Downloaded zerofrom v0.1.6
6712026-08-20T18:08:13.439Z Downloaded convert_case v0.4.0
6722026-08-20T18:08:13.439Z Downloaded unarray v0.1.4
6732026-08-20T18:08:13.443Z Downloaded getrandom v0.2.17
6742026-08-20T18:08:13.443Z Downloaded slog-dtrace v0.3.0
6752026-08-20T18:08:13.443Z Downloaded cmov v0.5.4
6762026-08-20T18:08:13.443Z Downloaded colored v3.1.1
6772026-08-20T18:08:13.446Z Downloaded clang-sys v1.8.1
6782026-08-20T18:08:13.447Z Downloaded cmake v0.1.57
6792026-08-20T18:08:13.447Z Downloaded colored v2.2.0
6802026-08-20T18:08:13.452Z Downloaded console v0.16.2
6812026-08-20T18:08:13.452Z Downloaded blake2 v0.10.6
6822026-08-20T18:08:13.452Z Downloaded cipher v0.4.4
6832026-08-20T18:08:13.452Z Downloaded bzip2 v0.6.1
6842026-08-20T18:08:13.456Z Downloaded httparse v1.10.1
6852026-08-20T18:08:13.457Z Downloaded bzip2 v0.4.4
6862026-08-20T18:08:13.460Z Downloaded cancel-safe-futures v0.1.5
6872026-08-20T18:08:13.461Z Downloaded console v0.15.11
6882026-08-20T18:08:13.465Z Downloaded num_enum v0.5.11
6892026-08-20T18:08:13.465Z Downloaded slog-term v2.9.2
6902026-08-20T18:08:13.465Z Downloaded chacha20 v0.10.0
6912026-08-20T18:08:13.468Z Downloaded utf-8 v0.7.6
6922026-08-20T18:08:13.473Z Downloaded generic-array v1.4.3
6932026-08-20T18:08:13.473Z Downloaded yoke-derive v0.8.1
6942026-08-20T18:08:13.476Z Downloaded chacha20poly1305 v0.10.1
6952026-08-20T18:08:13.476Z Downloaded sec1 v0.7.3
6962026-08-20T18:08:13.476Z Downloaded async-bb8-diesel v0.2.1
6972026-08-20T18:08:13.476Z Downloaded darling_macro v0.13.4
6982026-08-20T18:08:13.476Z Downloaded darling_macro v0.20.11
6992026-08-20T18:08:13.483Z Downloaded support-bundle-viewer v0.1.2
7002026-08-20T18:08:13.483Z Downloaded thread_local v1.1.9
7012026-08-20T18:08:13.483Z Downloaded hyper-rustls v0.27.7
7022026-08-20T18:08:13.483Z Downloaded pkcs8 v0.10.2
7032026-08-20T18:08:13.486Z Downloaded cpubits v0.1.1
7042026-08-20T18:08:13.486Z Downloaded rand_chacha v0.9.0
7052026-08-20T18:08:13.486Z Downloaded toml_writer v1.1.1+spec-1.1.0
7062026-08-20T18:08:13.486Z Downloaded signal-hook-registry v1.4.8
7072026-08-20T18:08:13.486Z Downloaded crunchy v0.2.4
7082026-08-20T18:08:13.489Z Downloaded smallvec v0.6.14
7092026-08-20T18:08:13.489Z Downloaded serde_cbor v0.11.2
7102026-08-20T18:08:13.493Z Downloaded defmt-parser v1.0.0
7112026-08-20T18:08:13.493Z Downloaded whoami v1.6.1
7122026-08-20T18:08:13.496Z Downloaded spki v0.7.3
7132026-08-20T18:08:13.499Z Downloaded ident_case v1.0.1
7142026-08-20T18:08:13.503Z Downloaded illumos-nvpair-sys v0.2.0
7152026-08-20T18:08:13.508Z Downloaded tls_codec_derive v0.4.2
7162026-08-20T18:08:13.511Z Downloaded tls_codec v0.4.2
7172026-08-20T18:08:13.511Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7182026-08-20T18:08:13.516Z Downloaded wyz v0.5.1
7192026-08-20T18:08:13.516Z Downloaded hmac v0.13.0
7202026-08-20T18:08:13.520Z Downloaded embedded-io v0.6.1
7212026-08-20T18:08:13.524Z Downloaded instant v0.1.13
7222026-08-20T18:08:13.525Z Downloaded half v2.7.1
7232026-08-20T18:08:13.528Z Downloaded half v1.8.3
7242026-08-20T18:08:13.529Z Downloaded lzss v0.8.2
7252026-08-20T18:08:13.533Z Downloaded salsa20 v0.11.0
7262026-08-20T18:08:13.533Z Downloaded nonempty v0.12.0
7272026-08-20T18:08:13.533Z Downloaded flume v0.11.1
7282026-08-20T18:08:13.536Z Downloaded elliptic-curve v0.14.1
7292026-08-20T18:08:13.536Z Downloaded pkcs5 v0.8.1
7302026-08-20T18:08:13.541Z Downloaded getrandom v0.4.3
7312026-08-20T18:08:13.545Z Downloaded multimap v0.10.1
7322026-08-20T18:08:13.549Z Downloaded const-oid v0.9.6
7332026-08-20T18:08:13.549Z Downloaded time-macros v0.2.27
7342026-08-20T18:08:13.549Z Downloaded diesel_table_macro_syntax v0.3.0
7352026-08-20T18:08:13.554Z Downloaded num-iter v0.1.45
7362026-08-20T18:08:13.554Z Downloaded openssl-probe v0.2.1
7372026-08-20T18:08:13.554Z Downloaded ciborium v0.2.2
7382026-08-20T18:08:13.554Z Downloaded peg-runtime v0.8.5
7392026-08-20T18:08:13.554Z Downloaded maybe-uninit v2.0.0
7402026-08-20T18:08:13.558Z Downloaded backtrace v0.3.76
7412026-08-20T18:08:13.558Z Downloaded base64 v0.21.7
7422026-08-20T18:08:13.563Z Downloaded newline-converter v0.3.0
7432026-08-20T18:08:13.564Z Downloaded arc-swap v1.8.2
7442026-08-20T18:08:13.568Z Downloaded packed_struct_codegen v0.10.1
7452026-08-20T18:08:13.568Z Downloaded similar v2.7.0
7462026-08-20T18:08:13.573Z Downloaded corncobs v0.1.4
7472026-08-20T18:08:13.576Z Downloaded delegate v0.13.5
7482026-08-20T18:08:13.576Z Downloaded diesel-dtrace v0.5.0
7492026-08-20T18:08:13.576Z Downloaded ipnetwork v0.21.1
7502026-08-20T18:08:13.576Z Downloaded linked-hash-map v0.5.6
7512026-08-20T18:08:13.580Z Downloaded potential_utf v0.1.4
7522026-08-20T18:08:13.580Z Downloaded powerfmt v0.2.0
7532026-08-20T18:08:13.580Z Downloaded psl-types v2.0.11
7542026-08-20T18:08:13.586Z Downloaded knus-derive v3.4.0
7552026-08-20T18:08:13.586Z Downloaded linear-map v1.2.0
7562026-08-20T18:08:13.586Z Downloaded rfc6979 v0.4.0
7572026-08-20T18:08:13.586Z Downloaded serde_urlencoded v0.7.1
7582026-08-20T18:08:13.586Z Downloaded radium v0.7.0
7592026-08-20T18:08:13.591Z Downloaded serde_bytes v0.11.19
7602026-08-20T18:08:13.591Z Downloaded ref-cast-impl v1.0.25
7612026-08-20T18:08:13.591Z Downloaded heapless v0.8.0
7622026-08-20T18:08:13.596Z Downloaded parking_lot v0.12.5
7632026-08-20T18:08:13.599Z Downloaded parking_lot_core v0.9.12
7642026-08-20T18:08:13.599Z Downloaded prefix-trie v0.7.0
7652026-08-20T18:08:13.604Z Downloaded indoc v1.0.9
7662026-08-20T18:08:13.607Z Downloaded term v1.2.1
7672026-08-20T18:08:13.607Z Downloaded shell-words v1.1.1
7682026-08-20T18:08:13.610Z Downloaded ed25519 v2.2.3
7692026-08-20T18:08:13.610Z Downloaded jobserver v0.1.34
7702026-08-20T18:08:13.614Z Downloaded csv-core v0.1.13
7712026-08-20T18:08:13.618Z Downloaded darling v0.20.11
7722026-08-20T18:08:13.619Z Downloaded libsw v3.5.0
7732026-08-20T18:08:13.623Z Downloaded sigpipe v0.1.3
7742026-08-20T18:08:13.623Z Downloaded slog-bunyan v2.5.0
7752026-08-20T18:08:13.623Z Downloaded strum v0.27.2
7762026-08-20T18:08:13.623Z Downloaded hickory-server v0.25.2
7772026-08-20T18:08:13.623Z Downloaded supports-unicode v3.0.0
7782026-08-20T18:08:13.626Z Downloaded ar_archive_writer v0.5.1
7792026-08-20T18:08:13.626Z Downloaded num-rational v0.4.2
7802026-08-20T18:08:13.626Z Downloaded parse-display-derive v0.10.0
7812026-08-20T18:08:13.626Z Downloaded tracing-attributes v0.1.31
7822026-08-20T18:08:13.631Z Downloaded phf v0.13.1
7832026-08-20T18:08:13.631Z Downloaded time-core v0.1.8
7842026-08-20T18:08:13.633Z Downloaded tracing-core v0.1.36
7852026-08-20T18:08:13.633Z Downloaded pkg-config v0.3.32
7862026-08-20T18:08:13.636Z Downloaded rand_core v0.10.0
7872026-08-20T18:08:13.641Z Downloaded vte v0.14.1
7882026-08-20T18:08:13.645Z Downloaded unicode-properties v0.1.4
7892026-08-20T18:08:13.645Z Downloaded des v0.9.0
7902026-08-20T18:08:13.645Z Downloaded vergen v9.1.0
7912026-08-20T18:08:13.648Z Downloaded base64 v0.22.1
7922026-08-20T18:08:13.648Z Downloaded memoffset v0.9.1
7932026-08-20T18:08:13.648Z Downloaded newtype-uuid v1.3.2
7942026-08-20T18:08:13.651Z Downloaded termtree v0.5.1
7952026-08-20T18:08:13.651Z Downloaded thread-id v5.1.0
7962026-08-20T18:08:13.651Z Downloaded rustversion v1.0.22
7972026-08-20T18:08:13.651Z Downloaded trait-variant v0.1.2
7982026-08-20T18:08:13.656Z Downloaded critical-section v1.2.0
7992026-08-20T18:08:13.656Z Downloaded wnaf v0.14.0
8002026-08-20T18:08:13.657Z Downloaded xshell-macros v0.2.7
8012026-08-20T18:08:13.659Z Downloaded paste v1.0.15
8022026-08-20T18:08:13.659Z Downloaded universal-hash v0.6.1
8032026-08-20T18:08:13.659Z Downloaded rpassword v7.5.4
8042026-08-20T18:08:13.664Z Downloaded serde-hex v0.1.0
8052026-08-20T18:08:13.664Z Downloaded headers v0.4.1
8062026-08-20T18:08:13.668Z Downloaded hickory-resolver v0.24.4
8072026-08-20T18:08:13.673Z Downloaded hickory-resolver v0.25.2
8082026-08-20T18:08:13.676Z Downloaded typify-macro v0.6.2
8092026-08-20T18:08:13.676Z Downloaded usdt v0.6.0
8102026-08-20T18:08:13.680Z Downloaded crc8 v0.1.1
8112026-08-20T18:08:13.680Z Downloaded crucible-workspace-hack v0.1.0
8122026-08-20T18:08:13.680Z Downloaded cpufeatures v0.3.0
8132026-08-20T18:08:13.680Z Downloaded smf v0.2.3
8142026-08-20T18:08:13.680Z Downloaded spki v0.8.0
8152026-08-20T18:08:13.683Z Downloaded hashbrown v0.12.3
8162026-08-20T18:08:13.683Z Downloaded rustc-demangle v0.1.27
8172026-08-20T18:08:13.721Z Downloaded crossbeam-utils v0.8.21
8182026-08-20T18:08:13.721Z Downloaded ssh-encoding v0.3.0
8192026-08-20T18:08:13.729Z Downloaded p256 v0.14.0
8202026-08-20T18:08:13.730Z Downloaded downcast-rs v2.0.2
8212026-08-20T18:08:13.730Z Downloaded subprocess v0.2.15
8222026-08-20T18:08:13.730Z Downloaded poly1305 v0.9.0
8232026-08-20T18:08:13.730Z Downloaded tap v1.0.1
8242026-08-20T18:08:13.730Z Downloaded ecdsa v0.17.0
8252026-08-20T18:08:13.730Z Downloaded ingot-macros v0.2.0
8262026-08-20T18:08:13.730Z Downloaded jiff-static v0.2.34
8272026-08-20T18:08:13.730Z Downloaded rustls-pemfile v2.2.0
8282026-08-20T18:08:13.730Z Downloaded scroll v0.13.0
8292026-08-20T18:08:13.730Z Downloaded strip-ansi-escapes v0.2.1
8302026-08-20T18:08:13.730Z Downloaded scrypt v0.12.0
8312026-08-20T18:08:13.730Z Downloaded cstr-argument v0.1.2
8322026-08-20T18:08:13.730Z Downloaded derive_builder_macro v0.20.2
8332026-08-20T18:08:13.730Z Downloaded bytes v1.11.1
8342026-08-20T18:08:13.730Z Downloaded chumsky v0.9.3
8352026-08-20T18:08:13.731Z Downloaded cc v1.2.56
8362026-08-20T18:08:13.731Z Downloaded compact_str v0.8.1
8372026-08-20T18:08:13.731Z Downloaded libscf-sys v1.2.0
8382026-08-20T18:08:13.731Z Downloaded utf8_iter v1.0.4
8392026-08-20T18:08:13.731Z Downloaded bumpalo v3.20.2
8402026-08-20T18:08:13.736Z Downloaded mime v0.3.17
8412026-08-20T18:08:13.736Z Downloaded embedded-io v0.4.0
8422026-08-20T18:08:13.736Z Downloaded oso-derive v0.27.3
8432026-08-20T18:08:13.736Z Downloaded vsss-rs v3.3.4
8442026-08-20T18:08:13.736Z Downloaded xshell v0.2.7
8452026-08-20T18:08:13.737Z Downloaded vergen-gitcl v1.0.8
8462026-08-20T18:08:13.741Z Downloaded zeroize v1.9.0
8472026-08-20T18:08:13.741Z Downloaded expectorate v1.2.0
8482026-08-20T18:08:13.741Z Downloaded indent_write v2.2.0
8492026-08-20T18:08:13.744Z Downloaded kstat-rs v0.2.5
8502026-08-20T18:08:13.744Z Downloaded lru-cache v0.1.2
8512026-08-20T18:08:13.751Z Downloaded parse-size v1.1.0
8522026-08-20T18:08:13.755Z Downloaded parse-display v0.10.0
8532026-08-20T18:08:13.759Z Downloaded primefield v0.14.0
8542026-08-20T18:08:13.762Z Downloaded const_format_proc_macros v0.2.34
8552026-08-20T18:08:13.762Z Downloaded phf_shared v0.12.1
8562026-08-20T18:08:13.765Z Downloaded data-encoding v2.10.0
8572026-08-20T18:08:13.765Z Downloaded defmt-macros v1.0.1
8582026-08-20T18:08:13.769Z Downloaded newtype-uuid-macros v0.1.0
8592026-08-20T18:08:13.769Z Downloaded newtype_derive v0.1.6
8602026-08-20T18:08:13.773Z Downloaded idna_adapter v1.2.1
8612026-08-20T18:08:13.777Z Downloaded aes-gcm v0.11.0
8622026-08-20T18:08:13.780Z Downloaded darling v0.13.4
8632026-08-20T18:08:13.780Z Downloaded rand v0.8.6
8642026-08-20T18:08:13.785Z Downloaded ref-cast v1.0.25
8652026-08-20T18:08:13.785Z Downloaded tungstenite v0.23.0
8662026-08-20T18:08:13.790Z Downloaded memmap2 v0.9.10
8672026-08-20T18:08:13.790Z Downloaded smallvec v1.15.1
8682026-08-20T18:08:13.790Z Downloaded spin v0.9.8
8692026-08-20T18:08:13.794Z Downloaded predicates-tree v1.0.13
8702026-08-20T18:08:13.794Z Downloaded unicode_categories v0.1.1
8712026-08-20T18:08:13.794Z Downloaded rand_xorshift v0.4.0
8722026-08-20T18:08:13.794Z Downloaded rfc6979 v0.6.0
8732026-08-20T18:08:13.794Z Downloaded sha1 v0.10.6
8742026-08-20T18:08:13.798Z Downloaded icu_normalizer v2.1.1
8752026-08-20T18:08:13.798Z Downloaded knus v3.4.0
8762026-08-20T18:08:13.801Z Downloaded icu_normalizer_data v2.1.1
8772026-08-20T18:08:13.801Z Downloaded ml-kem v0.3.2
8782026-08-20T18:08:13.808Z Downloaded miette-derive v7.6.0
8792026-08-20T18:08:13.808Z Downloaded multer v3.1.0
8802026-08-20T18:08:13.814Z Downloaded slog-envlogger v2.2.0
8812026-08-20T18:08:13.814Z Downloaded tagptr v0.2.0
8822026-08-20T18:08:13.818Z Downloaded hashbrown v0.13.2
8832026-08-20T18:08:13.818Z Downloaded sync-ptr v0.1.4
8842026-08-20T18:08:13.822Z Downloaded tokio-test v0.4.5
8852026-08-20T18:08:13.822Z Downloaded tower-service v0.3.3
8862026-08-20T18:08:13.822Z Downloaded signal-hook v0.3.18
8872026-08-20T18:08:13.822Z Downloaded zstd v0.13.3
8882026-08-20T18:08:13.825Z Downloaded try-lock v0.2.5
8892026-08-20T18:08:13.825Z Downloaded usdt-attr-macro v0.6.0
8902026-08-20T18:08:13.825Z Downloaded topological-sort v0.2.2
8912026-08-20T18:08:13.825Z Downloaded zip v0.6.6
8922026-08-20T18:08:13.829Z Downloaded aes v0.9.1
8932026-08-20T18:08:13.832Z Downloaded omicron-zone-package v0.12.3
8942026-08-20T18:08:13.832Z Downloaded pin-project v1.1.11
8952026-08-20T18:08:13.837Z Downloaded pem-rfc7468 v0.7.0
8962026-08-20T18:08:13.841Z Downloaded polyval v0.7.1
8972026-08-20T18:08:13.841Z Downloaded zeroize_derive v1.5.0
8982026-08-20T18:08:13.844Z Downloaded crc v3.4.0
8992026-08-20T18:08:13.844Z Downloaded derive_more v2.1.1
9002026-08-20T18:08:13.851Z Downloaded openssl-sys v0.9.117
9012026-08-20T18:08:13.856Z Downloaded twox-hash v2.1.2
9022026-08-20T18:08:13.856Z Downloaded whoami v2.1.0
9032026-08-20T18:08:13.856Z Downloaded match_cfg v0.1.0
9042026-08-20T18:08:13.856Z Downloaded tokio-stream v0.1.18
9052026-08-20T18:08:13.861Z Downloaded void v1.0.2
9062026-08-20T18:08:13.861Z Downloaded cookie_store v0.22.1
9072026-08-20T18:08:13.861Z Downloaded r2d2 v0.8.10
9082026-08-20T18:08:13.865Z Downloaded iana-time-zone v0.1.65
9092026-08-20T18:08:13.865Z Downloaded xattr v1.6.1
9102026-08-20T18:08:13.865Z Downloaded dirs-next v2.0.0
9112026-08-20T18:08:13.865Z Downloaded dirs-sys-next v0.1.2
9122026-08-20T18:08:13.865Z Downloaded phf v0.12.1
9132026-08-20T18:08:13.870Z Downloaded poly1305 v0.8.0
9142026-08-20T18:08:13.870Z Downloaded progenitor v0.14.0
9152026-08-20T18:08:13.870Z Downloaded x509-cert v0.2.5
9162026-08-20T18:08:13.874Z Downloaded litemap v0.8.1
9172026-08-20T18:08:13.874Z Downloaded primeorder v0.14.0
9182026-08-20T18:08:13.874Z Downloaded slog-json v2.6.1
9192026-08-20T18:08:13.874Z Downloaded slog-scope v4.4.1
9202026-08-20T18:08:13.877Z Downloaded string_cache v0.8.9
9212026-08-20T18:08:13.877Z Downloaded diff v0.1.13
9222026-08-20T18:08:13.877Z Downloaded illumos-nvpair v0.3.0
9232026-08-20T18:08:13.881Z Downloaded termios v0.3.3
9242026-08-20T18:08:13.881Z Downloaded tiny-keccak v2.0.2
9252026-08-20T18:08:13.881Z Downloaded serde_path_to_error v0.1.20
9262026-08-20T18:08:13.881Z Downloaded sqlparser_derive v0.5.0
9272026-08-20T18:08:13.886Z Downloaded async-compression v0.4.41
9282026-08-20T18:08:13.886Z Downloaded slab v0.4.12
9292026-08-20T18:08:13.889Z Downloaded num-complex v0.4.6
9302026-08-20T18:08:13.889Z Downloaded steno v0.4.1
9312026-08-20T18:08:13.889Z Downloaded hyper-tls v0.6.0
9322026-08-20T18:08:13.893Z Downloaded tinystr v0.8.2
9332026-08-20T18:08:13.897Z Downloaded lru-slab v0.1.2
9342026-08-20T18:08:13.897Z Downloaded oso v0.27.3
9352026-08-20T18:08:13.902Z Downloaded ctr v0.10.1
9362026-08-20T18:08:13.902Z Downloaded internet-checksum v0.2.1
9372026-08-20T18:08:13.905Z Downloaded lalrpop-util v0.19.12
9382026-08-20T18:08:13.905Z Downloaded md5 v0.8.0
9392026-08-20T18:08:13.905Z Downloaded drift v0.2.0
9402026-08-20T18:08:13.909Z Downloaded rustls-native-certs v0.8.3
9412026-08-20T18:08:13.911Z Downloaded num v0.4.3
9422026-08-20T18:08:13.912Z Downloaded opaque-debug v0.3.1
9432026-08-20T18:08:13.915Z Downloaded derive-ex v0.1.8
9442026-08-20T18:08:13.915Z Downloaded password-hash v0.6.1
9452026-08-20T18:08:13.915Z Downloaded progenitor-macro v0.13.0
9462026-08-20T18:08:13.920Z Downloaded der v0.7.10
9472026-08-20T18:08:13.923Z Downloaded prettyplease v0.2.37
9482026-08-20T18:08:13.926Z Downloaded rayon-core v1.13.0
9492026-08-20T18:08:13.929Z Downloaded toml v0.7.8
9502026-08-20T18:08:13.929Z Downloaded toml v1.1.2+spec-1.1.0
9512026-08-20T18:08:13.933Z Downloaded uzers v0.12.2
9522026-08-20T18:08:13.933Z Downloaded wait-timeout v0.2.1
9532026-08-20T18:08:13.936Z Downloaded deranged v0.5.8
9542026-08-20T18:08:13.936Z Downloaded zerocopy-derive v0.8.55
9552026-08-20T18:08:13.942Z Downloaded strum_macros v0.24.3
9562026-08-20T18:08:13.948Z Downloaded dyn-clone v1.0.20
9572026-08-20T18:08:13.948Z Downloaded rtoolbox v0.0.3
9582026-08-20T18:08:13.948Z Downloaded secrecy v0.10.3
9592026-08-20T18:08:13.949Z Downloaded darling_core v0.20.11
9602026-08-20T18:08:13.949Z Downloaded rsa v0.10.0-rc.18
9612026-08-20T18:08:13.958Z Downloaded stable_deref_trait v1.2.1
9622026-08-20T18:08:13.958Z Downloaded take_mut v0.2.2
9632026-08-20T18:08:13.959Z Downloaded impl-trait-for-tuples v0.2.3
9642026-08-20T18:08:13.959Z Downloaded derive_more v0.99.20
9652026-08-20T18:08:13.959Z Downloaded structmeta v0.3.0
9662026-08-20T18:08:13.959Z Downloaded either v1.15.0
9672026-08-20T18:08:13.959Z Downloaded serde_with_macros v3.21.0
9682026-08-20T18:08:13.960Z Downloaded serde_plain v1.0.2
9692026-08-20T18:08:13.960Z Downloaded signal-hook-tokio v0.3.1
9702026-08-20T18:08:13.965Z Downloaded siphasher v1.0.2
9712026-08-20T18:08:13.965Z Downloaded unicode-truncate v1.1.0
9722026-08-20T18:08:13.965Z Downloaded serde_spanned v1.1.1
9732026-08-20T18:08:13.965Z Downloaded tower-layer v0.3.3
9742026-08-20T18:08:13.965Z Downloaded thiserror-impl-no-std v2.0.2
9752026-08-20T18:08:13.965Z Downloaded zerofrom-derive v0.1.6
9762026-08-20T18:08:13.965Z Downloaded num_enum v0.7.6
9772026-08-20T18:08:13.969Z Downloaded crypto-common v0.2.2
9782026-08-20T18:08:13.969Z Downloaded display-error-chain v0.2.2
9792026-08-20T18:08:13.969Z Downloaded dsl_auto_type v0.2.0
9802026-08-20T18:08:13.969Z Downloaded quinn-udp v0.5.14
9812026-08-20T18:08:13.977Z Downloaded indexmap v1.9.3
9822026-08-20T18:08:13.977Z Downloaded libbz2-rs-sys v0.2.2
9832026-08-20T18:08:13.977Z Downloaded phc v0.6.1
9842026-08-20T18:08:13.981Z Downloaded native-tls v0.2.18
9852026-08-20T18:08:13.981Z Downloaded nanorand v0.7.0
9862026-08-20T18:08:13.981Z Downloaded pem v3.0.6
9872026-08-20T18:08:13.985Z Downloaded ppv-lite86 v0.2.21
9882026-08-20T18:08:13.989Z Downloaded tokio-rustls v0.26.4
9892026-08-20T18:08:13.989Z Downloaded dropshot-api-manager-types v0.8.0
9902026-08-20T18:08:13.989Z Downloaded crypto-bigint v0.5.5
9912026-08-20T18:08:13.992Z Downloaded schemars v0.8.22
9922026-08-20T18:08:13.997Z Downloaded pretty_assertions v1.4.1
9932026-08-20T18:08:14.001Z Downloaded aho-corasick v1.1.4
9942026-08-20T18:08:14.004Z Downloaded derive_more-impl v2.1.1
9952026-08-20T18:08:14.009Z Downloaded quinn v0.11.11
9962026-08-20T18:08:14.009Z Downloaded diesel_derives v2.3.7
9972026-08-20T18:08:14.014Z Downloaded hyper-util v0.1.20
9982026-08-20T18:08:14.016Z Downloaded is_ci v1.2.0
9992026-08-20T18:08:14.016Z Downloaded difflib v0.4.0
10002026-08-20T18:08:14.016Z Downloaded inout v0.2.2
10012026-08-20T18:08:14.016Z Downloaded hashbrown v0.14.5
10022026-08-20T18:08:14.019Z Downloaded zerocopy v0.6.6
10032026-08-20T18:08:14.023Z Downloaded hashbrown v0.15.5
10042026-08-20T18:08:14.023Z Downloaded hyper v1.10.1
10052026-08-20T18:08:14.026Z Downloaded strum_macros v0.27.2
10062026-08-20T18:08:14.029Z Downloaded rand_core v0.9.5
10072026-08-20T18:08:14.029Z Downloaded darling_core v0.21.3
10082026-08-20T18:08:14.032Z Downloaded tokio-tungstenite v0.23.1
10092026-08-20T18:08:14.032Z Downloaded untrusted v0.9.0
10102026-08-20T18:08:14.036Z Downloaded serde_with v1.14.0
10112026-08-20T18:08:14.041Z Downloaded hickory-proto v0.25.2
10122026-08-20T18:08:14.045Z Downloaded num-derive v0.4.2
10132026-08-20T18:08:14.052Z Downloaded signature v3.0.0
10142026-08-20T18:08:14.054Z Downloaded ssh-key v0.7.0-rc.11
10152026-08-20T18:08:14.062Z Downloaded thiserror-no-std v2.0.2
10162026-08-20T18:08:14.062Z Downloaded tokio-tungstenite v0.21.0
10172026-08-20T18:08:14.062Z Downloaded ed25519-dalek v2.2.0
10182026-08-20T18:08:14.065Z Downloaded schemars v0.9.0
10192026-08-20T18:08:14.069Z Downloaded postgres-types v0.2.12
10202026-08-20T18:08:14.074Z Downloaded same-file v1.0.6
10212026-08-20T18:08:14.074Z Downloaded num-bigint-dig v0.8.6
10222026-08-20T18:08:14.077Z Downloaded darling_core v0.13.4
10232026-08-20T18:08:14.077Z Downloaded indicatif v0.18.4
10242026-08-20T18:08:14.080Z Downloaded tokio-macros v2.7.0
10252026-08-20T18:08:14.081Z Downloaded reqwest v0.13.2
10262026-08-20T18:08:14.083Z Downloaded tokio-util v0.7.18
10272026-08-20T18:08:14.086Z Downloaded tower v0.5.3
10282026-08-20T18:08:14.091Z Downloaded unicode-segmentation v1.12.0
10292026-08-20T18:08:14.096Z Downloaded dropshot_endpoint v0.17.1
10302026-08-20T18:08:14.099Z Downloaded walkdir v2.5.0
10312026-08-20T18:08:14.099Z Downloaded icu_provider v2.1.1
10322026-08-20T18:08:14.099Z Downloaded digest-io v0.1.0
10332026-08-20T18:08:14.099Z Downloaded managed v0.8.0
10342026-08-20T18:08:14.099Z Downloaded supports-hyperlinks v3.2.0
10352026-08-20T18:08:14.099Z Downloaded lazy_static v1.5.0
10362026-08-20T18:08:14.103Z Downloaded usdt-macro v0.6.0
10372026-08-20T18:08:14.103Z Downloaded zip v4.6.1
10382026-08-20T18:08:14.103Z Downloaded password-hash v0.5.0
10392026-08-20T18:08:14.107Z Downloaded postgres-protocol v0.6.10
10402026-08-20T18:08:14.107Z Downloaded h2 v0.4.15
10412026-08-20T18:08:14.110Z Downloaded futures-util v0.3.32
10422026-08-20T18:08:14.113Z Downloaded hkdf v0.13.0
10432026-08-20T18:08:14.116Z Downloaded ena v0.14.4
10442026-08-20T18:08:14.116Z Downloaded curve25519-dalek-derive v0.1.1
10452026-08-20T18:08:14.116Z Downloaded defmt v0.3.100
10462026-08-20T18:08:14.119Z Downloaded progenitor-macro v0.14.0
10472026-08-20T18:08:14.119Z Downloaded debug-ignore v1.0.5
10482026-08-20T18:08:14.119Z Downloaded samael v0.0.19
10492026-08-20T18:08:14.122Z Downloaded libefi-sys v0.1.0
10502026-08-20T18:08:14.123Z Downloaded p384 v0.14.0
10512026-08-20T18:08:14.126Z Downloaded pkcs8 v0.11.0
10522026-08-20T18:08:14.126Z Downloaded zerotrie v0.2.3
10532026-08-20T18:08:14.126Z Downloaded progenitor-impl v0.13.0
10542026-08-20T18:08:14.130Z Downloaded signature v2.2.0
10552026-08-20T18:08:14.130Z Downloaded md-5 v0.10.6
10562026-08-20T18:08:14.130Z Downloaded ctutils v0.4.2
10572026-08-20T18:08:14.134Z Downloaded progenitor-impl v0.14.0
10582026-08-20T18:08:14.134Z Downloaded slog-async v2.8.0
10592026-08-20T18:08:14.139Z Downloaded pin-project-lite v0.2.17
10602026-08-20T18:08:14.142Z Downloaded rawzip v0.4.4
10612026-08-20T18:08:14.146Z Downloaded schemars v1.2.1
10622026-08-20T18:08:14.157Z Downloaded resolv-conf v0.7.6
10632026-08-20T18:08:14.167Z Downloaded sec1 v0.8.1
10642026-08-20T18:08:14.167Z Downloaded secrecy v0.8.0
10652026-08-20T18:08:14.167Z Downloaded semver v0.1.20
10662026-08-20T18:08:14.167Z Downloaded document-features v0.2.12
10672026-08-20T18:08:14.167Z Downloaded serde_yaml v0.9.34+deprecated
10682026-08-20T18:08:14.173Z Downloaded ed25519 v3.0.0
10692026-08-20T18:08:14.173Z Downloaded hkdf v0.12.4
10702026-08-20T18:08:14.178Z Downloaded postcard v1.1.3
10712026-08-20T18:08:14.178Z Downloaded unsafe-libyaml v0.2.11
10722026-08-20T18:08:14.182Z Downloaded num_enum_derive v0.5.11
10732026-08-20T18:08:14.183Z Downloaded usdt-impl v0.6.0
10742026-08-20T18:08:14.184Z Downloaded olpc-cjson v0.1.4
10752026-08-20T18:08:14.184Z Downloaded writeable v0.6.2
10762026-08-20T18:08:14.189Z Downloaded num-conv v0.2.0
10772026-08-20T18:08:14.189Z Downloaded crossbeam-epoch v0.9.18
10782026-08-20T18:08:14.193Z Downloaded nom v8.0.0
10792026-08-20T18:08:14.193Z Downloaded oxide-update-engine-display v0.1.2
10802026-08-20T18:08:14.194Z Downloaded psm v0.1.30
10812026-08-20T18:08:14.197Z Downloaded maplit v1.0.2
10822026-08-20T18:08:14.197Z Downloaded rand v0.10.1
10832026-08-20T18:08:14.197Z Downloaded rand_chacha v0.3.1
10842026-08-20T18:08:14.197Z Downloaded sync_wrapper v1.0.2
10852026-08-20T18:08:14.200Z Downloaded der v0.8.0
10862026-08-20T18:08:14.204Z Downloaded hyper-staticfile v0.10.1
10872026-08-20T18:08:14.204Z Downloaded stacker v0.1.23
10882026-08-20T18:08:14.204Z Downloaded rustls-webpki v0.103.13
10892026-08-20T18:08:14.207Z Downloaded itertools v0.10.5
10902026-08-20T18:08:14.211Z Downloaded instability v0.3.11
10912026-08-20T18:08:14.211Z Downloaded strum_macros v0.26.4
10922026-08-20T18:08:14.211Z Downloaded term v0.7.0
10932026-08-20T18:08:14.214Z Downloaded pbkdf2 v0.13.0
10942026-08-20T18:08:14.214Z Downloaded tinyvec_macros v0.1.1
10952026-08-20T18:08:14.217Z Downloaded darling_macro v0.23.0
10962026-08-20T18:08:14.217Z Downloaded darling_core v0.23.0
10972026-08-20T18:08:14.217Z Downloaded is-terminal v0.4.17
10982026-08-20T18:08:14.221Z Downloaded kem v0.3.0
10992026-08-20T18:08:14.221Z Downloaded vergen-lib v9.1.0
11002026-08-20T18:08:14.226Z Downloaded cookie v0.18.1
11012026-08-20T18:08:14.231Z Downloaded num_enum_derive v0.7.6
11022026-08-20T18:08:14.231Z Downloaded predicates v3.1.4
11032026-08-20T18:08:14.231Z Downloaded ryu v1.0.23
11042026-08-20T18:08:14.234Z Downloaded yoke v0.8.1
11052026-08-20T18:08:14.242Z Downloaded snafu v0.8.9
11062026-08-20T18:08:14.245Z Downloaded rand_core v0.6.4
11072026-08-20T18:08:14.248Z Downloaded oxide-update-engine-types v0.1.2
11082026-08-20T18:08:14.248Z Downloaded dtrace-parser v0.3.0
11092026-08-20T18:08:14.251Z Downloaded keccak v0.1.6
11102026-08-20T18:08:14.251Z Downloaded crc-catalog v2.4.0
11112026-08-20T18:08:14.256Z Downloaded convert_case v0.10.0
11122026-08-20T18:08:14.256Z Downloaded displaydoc v0.2.5
11132026-08-20T18:08:14.259Z Downloaded proc-macro-crate v3.4.0
11142026-08-20T18:08:14.259Z Downloaded scopeguard v1.2.0
11152026-08-20T18:08:14.259Z Downloaded libloading v0.8.9
11162026-08-20T18:08:14.263Z Downloaded crc-any v2.5.0
11172026-08-20T18:08:14.263Z Downloaded serde_with_macros v1.5.2
11182026-08-20T18:08:14.266Z Downloaded rusty-fork v0.3.1
11192026-08-20T18:08:14.267Z Downloaded nu-ansi-term v0.50.3
11202026-08-20T18:08:14.272Z Downloaded slog v2.8.2
11212026-08-20T18:08:14.275Z Downloaded uuid v1.23.4
11222026-08-20T18:08:14.279Z Downloaded toml_parser v1.1.2+spec-1.1.0
11232026-08-20T18:08:14.283Z Downloaded tokio-native-tls v0.3.1
11242026-08-20T18:08:14.286Z Downloaded yasna v0.5.2
11252026-08-20T18:08:14.286Z Downloaded unicase v2.9.0
11262026-08-20T18:08:14.289Z Downloaded untrusted v0.7.1
11272026-08-20T18:08:14.289Z Downloaded lru v0.12.5
11282026-08-20T18:08:14.293Z Downloaded const_format v0.2.35
11292026-08-20T18:08:14.293Z Downloaded rustc-hash v2.1.1
11302026-08-20T18:08:14.296Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11312026-08-20T18:08:14.300Z Downloaded sponge-cursor v0.1.0
11322026-08-20T18:08:14.300Z Downloaded zstd-safe v7.2.4
11332026-08-20T18:08:14.303Z Downloaded ingot-types v0.2.0
11342026-08-20T18:08:14.303Z Downloaded constant_time_eq v0.4.2
11352026-08-20T18:08:14.308Z Downloaded lock_api v0.4.14
11362026-08-20T18:08:14.308Z Downloaded oxide-tokio-rt v0.1.4
11372026-08-20T18:08:14.311Z Downloaded serde-big-array v0.5.1
11382026-08-20T18:08:14.311Z Downloaded miniz_oxide v0.8.9
11392026-08-20T18:08:14.314Z Downloaded signal-hook-mio v0.2.5
11402026-08-20T18:08:14.355Z Downloaded progenitor v0.13.0
11412026-08-20T18:08:14.355Z Downloaded dunce v1.0.5
11422026-08-20T18:08:14.355Z Downloaded waitgroup v0.1.2
11432026-08-20T18:08:14.356Z Downloaded dof v0.4.0
11442026-08-20T18:08:14.356Z Downloaded litrs v1.0.0
11452026-08-20T18:08:14.356Z Downloaded rcgen v0.12.1
11462026-08-20T18:08:14.356Z Downloaded new_debug_unreachable v1.0.6
11472026-08-20T18:08:14.356Z Downloaded zone v0.3.1
11482026-08-20T18:08:14.356Z Downloaded num-traits v0.2.19
11492026-08-20T18:08:14.356Z Downloaded ron v0.8.1
11502026-08-20T18:08:14.356Z Downloaded parking_lot v0.11.2
11512026-08-20T18:08:14.356Z Downloaded schemars_derive v0.8.22
11522026-08-20T18:08:14.356Z Downloaded russh-cryptovec v0.62.0
11532026-08-20T18:08:14.356Z Downloaded sha2 v0.11.0
11542026-08-20T18:08:14.356Z Downloaded crossbeam-deque v0.8.6
11552026-08-20T18:08:14.363Z Downloaded inout v0.1.4
11562026-08-20T18:08:14.363Z Downloaded phf_shared v0.13.1
11572026-08-20T18:08:14.363Z Downloaded predicates-core v1.0.10
11582026-08-20T18:08:14.363Z Downloaded test-strategy v0.4.5
11592026-08-20T18:08:14.363Z Downloaded unicode-bidi v0.3.18
11602026-08-20T18:08:14.363Z Downloaded indoc v2.0.7
11612026-08-20T18:08:14.368Z Downloaded rsa v0.9.10
11622026-08-20T18:08:14.368Z Downloaded num-bigint v0.4.6
11632026-08-20T18:08:14.372Z Downloaded module-lattice v0.2.3
11642026-08-20T18:08:14.372Z Downloaded peg v0.8.5
11652026-08-20T18:08:14.377Z Downloaded proc-macro-crate v1.3.1
11662026-08-20T18:08:14.377Z Downloaded rustc_version v0.1.7
11672026-08-20T18:08:14.381Z Downloaded pkcs1 v0.7.5
11682026-08-20T18:08:14.384Z Downloaded zerovec v0.11.5
11692026-08-20T18:08:14.387Z Downloaded crossbeam-channel v0.5.15
11702026-08-20T18:08:14.387Z Downloaded git2 v0.20.4
11712026-08-20T18:08:14.391Z Downloaded tokio-dtrace v0.1.1
11722026-08-20T18:08:14.394Z Downloaded sqlformat v0.3.5
11732026-08-20T18:08:14.395Z Downloaded ssh-cipher v0.3.0
11742026-08-20T18:08:14.395Z Downloaded universal-hash v0.5.1
11752026-08-20T18:08:14.399Z Downloaded tabwriter v1.4.1
11762026-08-20T18:08:14.399Z Downloaded darling_macro v0.21.3
11772026-08-20T18:08:14.399Z Downloaded rand_seeder v0.4.0
11782026-08-20T18:08:14.399Z Downloaded static_assertions v1.1.0
11792026-08-20T18:08:14.399Z Downloaded defmt v1.0.1
11802026-08-20T18:08:14.409Z Downloaded portable-atomic v1.13.1
11812026-08-20T18:08:14.413Z Downloaded quick-xml v0.37.5
11822026-08-20T18:08:14.416Z Downloaded snafu-derive v0.8.9
11832026-08-20T18:08:14.419Z Downloaded reedline v0.40.0
11842026-08-20T18:08:14.423Z Downloaded sha1 v0.11.0
11852026-08-20T18:08:14.427Z Downloaded darling v0.23.0
11862026-08-20T18:08:14.432Z Downloaded stringprep v0.1.5
11872026-08-20T18:08:14.432Z Downloaded mime_guess v2.0.5
11882026-08-20T18:08:14.432Z Downloaded zone_cfg_derive v0.3.1
11892026-08-20T18:08:14.437Z Downloaded toml_edit v0.23.10+spec-1.0.0
11902026-08-20T18:08:14.446Z Downloaded vergen-git2 v9.1.0
11912026-08-20T18:08:14.451Z Downloaded crc32fast v1.5.0
11922026-08-20T18:08:14.451Z Downloaded oxnet v0.1.6
11932026-08-20T18:08:14.451Z Downloaded structmeta-derive v0.3.0
11942026-08-20T18:08:14.456Z Downloaded minimal-lexical v0.2.1
11952026-08-20T18:08:14.456Z Downloaded derive_builder v0.20.2
11962026-08-20T18:08:14.462Z Downloaded internal-russh-num-bigint v0.5.0
11972026-08-20T18:08:14.462Z Downloaded daft-derive v0.1.7
11982026-08-20T18:08:14.467Z Downloaded ingot v0.2.1
11992026-08-20T18:08:14.467Z Downloaded jiff-core v0.1.0
12002026-08-20T18:08:14.467Z Downloaded vergen-lib v0.1.6
12012026-08-20T18:08:14.473Z Downloaded tar v0.4.46
12022026-08-20T18:08:14.479Z Downloaded keccak v0.2.0
12032026-08-20T18:08:14.479Z Downloaded libsw-core v0.3.2
12042026-08-20T18:08:14.479Z Downloaded tui-tree-widget v0.23.1
12052026-08-20T18:08:14.480Z Downloaded proc-macro-error2 v2.0.1
12062026-08-20T18:08:14.480Z Downloaded ecdsa v0.16.9
12072026-08-20T18:08:14.480Z Downloaded typify v0.6.2
12082026-08-20T18:08:14.485Z Downloaded crossterm v0.29.0
12092026-08-20T18:08:14.485Z Downloaded owo-colors v4.3.0
12102026-08-20T18:08:14.485Z Downloaded zopfli v0.8.3
12112026-08-20T18:08:14.489Z Downloaded derive-where v1.6.0
12122026-08-20T18:08:14.489Z Downloaded icu_collections v2.1.1
12132026-08-20T18:08:14.494Z Downloaded regex v1.12.3
12142026-08-20T18:08:14.494Z Downloaded yansi v1.0.1
12152026-08-20T18:08:14.498Z Downloaded papergrid v0.18.0
12162026-08-20T18:08:14.498Z Downloaded tower-http v0.6.8
12172026-08-20T18:08:14.503Z Downloaded itertools v0.15.0
12182026-08-20T18:08:14.507Z Downloaded goblin v0.10.5
12192026-08-20T18:08:14.510Z Downloaded icu_properties v2.1.2
12202026-08-20T18:08:14.511Z Downloaded socket2 v0.5.10
12212026-08-20T18:08:14.516Z Downloaded ed25519-dalek v3.0.0
12222026-08-20T18:08:14.516Z Downloaded derive_builder_core v0.20.2
12232026-08-20T18:08:14.516Z Downloaded digest v0.11.3
12242026-08-20T18:08:14.516Z Downloaded rustls-pki-types v1.14.0
12252026-08-20T18:08:14.519Z Downloaded zlib-rs v0.6.2
12262026-08-20T18:08:14.519Z Downloaded pkcs1 v0.8.0-rc.4
12272026-08-20T18:08:14.525Z Downloaded qorb v0.4.1
12282026-08-20T18:08:14.525Z Downloaded daft v0.1.7
12292026-08-20T18:08:14.533Z Downloaded peg-macros v0.8.5
12302026-08-20T18:08:14.533Z Downloaded synstructure v0.13.2
12312026-08-20T18:08:14.533Z Downloaded blake3 v1.8.5
12322026-08-20T18:08:14.533Z Downloaded ipnet v2.12.0
12332026-08-20T18:08:14.539Z Downloaded zerovec-derive v0.11.2
12342026-08-20T18:08:14.539Z Downloaded iri-string v0.7.10
12352026-08-20T18:08:14.539Z Downloaded itertools v0.12.1
12362026-08-20T18:08:14.547Z Downloaded url v2.5.8
12372026-08-20T18:08:14.547Z Downloaded libxml v0.3.3
12382026-08-20T18:08:14.547Z Downloaded socket2 v0.6.3
12392026-08-20T18:08:14.547Z Downloaded ignore v0.4.25
12402026-08-20T18:08:14.547Z Downloaded object v0.30.4
12412026-08-20T18:08:14.552Z Downloaded p521 v0.14.0
12422026-08-20T18:08:14.552Z Downloaded serde_derive_internals v0.29.1
12432026-08-20T18:08:14.557Z Downloaded darling v0.21.3
12442026-08-20T18:08:14.557Z Downloaded nom v7.1.3
12452026-08-20T18:08:14.562Z Downloaded der_derive v0.7.3
12462026-08-20T18:08:14.563Z Downloaded salty v0.3.0
12472026-08-20T18:08:14.571Z Downloaded scuffle v0.1.0
12482026-08-20T18:08:14.571Z Downloaded rustyline v14.0.0
12492026-08-20T18:08:14.571Z Downloaded crossterm v0.28.1
12502026-08-20T18:08:14.574Z Downloaded icu_locale_core v2.1.1
12512026-08-20T18:08:14.574Z Downloaded vcpkg v0.2.15
12522026-08-20T18:08:14.597Z Downloaded rustls-platform-verifier v0.6.2
12532026-08-20T18:08:14.602Z Downloaded icu_properties_data v2.1.2
12542026-08-20T18:08:14.606Z Downloaded miette v7.6.0
12552026-08-20T18:08:14.606Z Downloaded itertools v0.13.0
12562026-08-20T18:08:14.609Z Downloaded unicode-normalization v0.1.25
12572026-08-20T18:08:14.613Z Downloaded tokio-postgres v0.7.16
12582026-08-20T18:08:14.616Z Downloaded tinyvec v1.10.0
12592026-08-20T18:08:14.616Z Downloaded toml_edit v0.19.15
12602026-08-20T18:08:14.624Z Downloaded serde_with v3.21.0
12612026-08-20T18:08:14.631Z Downloaded tungstenite v0.21.0
12622026-08-20T18:08:14.634Z Downloaded chrono v0.4.45
12632026-08-20T18:08:14.636Z Downloaded aws-lc-rs v1.16.3
12642026-08-20T18:08:14.640Z Downloaded publicsuffix v2.3.0
12652026-08-20T18:08:14.643Z Downloaded bindgen v0.71.1
12662026-08-20T18:08:14.646Z Downloaded idna v1.1.0
12672026-08-20T18:08:14.649Z Downloaded tabled v0.21.0
12682026-08-20T18:08:14.658Z Downloaded rand v0.9.2
12692026-08-20T18:08:14.677Z Downloaded elliptic-curve v0.13.8
12702026-08-20T18:08:14.677Z Downloaded dropshot-api-manager v0.8.0
12712026-08-20T18:08:14.681Z Downloaded gimli v0.32.3
12722026-08-20T18:08:14.681Z Downloaded bitvec v1.0.1
12732026-08-20T18:08:14.681Z Downloaded mio v1.2.0
12742026-08-20T18:08:14.681Z Downloaded crypto-primes v0.7.2
12752026-08-20T18:08:14.688Z Downloaded russh v0.62.4
12762026-08-20T18:08:14.693Z Downloaded reqwest v0.12.28
12772026-08-20T18:08:14.711Z Downloaded tough v0.22.0
12782026-08-20T18:08:14.731Z Downloaded winnow v0.5.40
12792026-08-20T18:08:14.735Z Downloaded time v0.3.47
12802026-08-20T18:08:14.740Z Downloaded radix_trie v0.2.1
12812026-08-20T18:08:14.747Z Downloaded typed-path v0.9.3
12822026-08-20T18:08:14.756Z Downloaded itertools v0.14.0
12832026-08-20T18:08:14.756Z Downloaded hickory-proto v0.24.4
12842026-08-20T18:08:14.761Z Downloaded iddqd v0.4.2
12852026-08-20T18:08:14.790Z Downloaded rustix v0.38.44
12862026-08-20T18:08:14.801Z Downloaded rustls v0.23.41
12872026-08-20T18:08:14.808Z Downloaded proptest v1.11.0
12882026-08-20T18:08:14.817Z Downloaded rayon v1.11.0
12892026-08-20T18:08:14.820Z Downloaded openssl v0.10.80
12902026-08-20T18:08:14.824Z Downloaded moka v0.12.13
12912026-08-20T18:08:14.829Z Downloaded petname v2.0.2
12922026-08-20T18:08:14.835Z Downloaded libm v0.2.16
12932026-08-20T18:08:14.841Z Downloaded curve25519-dalek v5.0.0
12942026-08-20T18:08:14.850Z Downloaded lalrpop v0.19.12
12952026-08-20T18:08:14.856Z Downloaded winnow v0.6.26
12962026-08-20T18:08:14.856Z Downloaded crypto-bigint v0.7.5
12972026-08-20T18:08:14.864Z Downloaded dropshot v0.17.1
12982026-08-20T18:08:14.878Z Downloaded smoltcp v0.11.0
12992026-08-20T18:08:14.886Z Downloaded regex-syntax v0.6.29
13002026-08-20T18:08:14.890Z Downloaded winnow v1.0.3
13012026-08-20T18:08:14.894Z Downloaded diesel v2.3.7
13022026-08-20T18:08:14.907Z Downloaded sqlparser v0.61.0
13032026-08-20T18:08:14.914Z Downloaded smoltcp v0.9.1
13042026-08-20T18:08:14.920Z Downloaded bstr v1.12.1
13052026-08-20T18:08:14.925Z Downloaded regress v0.10.5
13062026-08-20T18:08:14.929Z Downloaded nix v0.28.0
13072026-08-20T18:08:14.936Z Downloaded regress v0.11.1
13082026-08-20T18:08:14.941Z Downloaded quinn-proto v0.11.16
13092026-08-20T18:08:14.944Z Downloaded regex-syntax v0.8.10
13102026-08-20T18:08:14.949Z Downloaded sha3 v0.12.0
13112026-08-20T18:08:14.955Z Downloaded sled v0.34.7
13122026-08-20T18:08:14.962Z Downloaded p384 v0.13.1
13132026-08-20T18:08:14.986Z Downloaded polar-core v0.27.3
13142026-08-20T18:08:14.990Z Downloaded object v0.37.3
13152026-08-20T18:08:14.997Z Downloaded sha3 v0.11.0
13162026-08-20T18:08:15.002Z Downloaded zerocopy v0.8.55
13172026-08-20T18:08:15.012Z Downloaded curve25519-dalek v4.1.3
13182026-08-20T18:08:15.038Z Downloaded nix v0.27.1
13192026-08-20T18:08:15.060Z Downloaded openapiv3 v2.2.0
13202026-08-20T18:08:15.073Z Downloaded petgraph v0.8.3
13212026-08-20T18:08:15.079Z Downloaded petgraph v0.6.5
13222026-08-20T18:08:15.090Z Downloaded nix v0.31.2
13232026-08-20T18:08:15.097Z Downloaded sha3 v0.10.8
13242026-08-20T18:08:15.100Z Downloaded csv v1.4.0
13252026-08-20T18:08:15.131Z Downloaded tracing v0.1.44
13262026-08-20T18:08:15.144Z Downloaded encoding_rs v0.8.35
13272026-08-20T18:08:15.170Z Downloaded libgit2-sys v0.18.3+1.9.2
13282026-08-20T18:08:15.215Z Downloaded bzip2-sys v0.1.13+1.0.8
13292026-08-20T18:08:15.228Z Downloaded typify-impl v0.6.2
13302026-08-20T18:08:15.234Z Downloaded zerocopy-derive v0.6.6
13312026-08-20T18:08:15.240Z Downloaded ratatui v0.29.0
13322026-08-20T18:08:15.294Z Downloaded regex-automata v0.4.14
13332026-08-20T18:08:15.304Z Downloaded chrono-tz v0.10.4
13342026-08-20T18:08:15.344Z Downloaded jiff v0.2.34
13352026-08-20T18:08:15.376Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13362026-08-20T18:08:15.391Z Downloaded tokio v1.52.1
13372026-08-20T18:08:15.412Z Downloaded libz-sys v1.1.24
13382026-08-20T18:08:15.478Z Downloaded ring v0.17.14
13392026-08-20T18:08:16.093Z Downloaded aws-lc-sys v0.40.0
13402026-08-20T18:08:16.357Z Compiling serde_core v1.0.228
13412026-08-20T18:08:16.357Z Compiling libc v0.2.185
13422026-08-20T18:08:16.357Z Compiling serde v1.0.228
13432026-08-20T18:08:16.360Z Compiling log v0.4.33
13442026-08-20T18:08:16.360Z Compiling smallvec v1.15.1
13452026-08-20T18:08:16.360Z Compiling find-msvc-tools v0.1.9
13462026-08-20T18:08:16.497Z Compiling shlex v1.3.0
13472026-08-20T18:08:16.502Z Compiling syn v2.0.117
13482026-08-20T18:08:16.706Z Compiling subtle v2.6.1
13492026-08-20T18:08:16.720Z Compiling scopeguard v1.2.0
13502026-08-20T18:08:16.742Z Compiling typenum v1.20.1
13512026-08-20T18:08:16.801Z Compiling lock_api v0.4.14
13522026-08-20T18:08:16.813Z Compiling stable_deref_trait v1.2.1
13532026-08-20T18:08:16.828Z Compiling zerocopy v0.8.55
13542026-08-20T18:08:16.868Z Compiling portable-atomic v1.13.1
13552026-08-20T18:08:16.881Z Compiling serde_json v1.0.151
13562026-08-20T18:08:17.040Z Compiling critical-section v1.2.0
13572026-08-20T18:08:17.076Z Compiling libm v0.2.16
13582026-08-20T18:08:17.143Z Compiling num-traits v0.2.19
13592026-08-20T18:08:17.254Z Compiling pkg-config v0.3.32
13602026-08-20T18:08:17.322Z Compiling errno v0.3.14
13612026-08-20T18:08:17.330Z Compiling jobserver v0.1.34
13622026-08-20T18:08:17.373Z Compiling getrandom v0.2.17
13632026-08-20T18:08:17.539Z Compiling cc v1.2.56
13642026-08-20T18:08:17.592Z Compiling rand_core v0.6.4
13652026-08-20T18:08:17.769Z Compiling generic-array v0.14.7
13662026-08-20T18:08:17.845Z Compiling once_cell v1.21.3
13672026-08-20T18:08:17.861Z Compiling pin-project-lite v0.2.17
13682026-08-20T18:08:17.899Z Compiling const-oid v0.9.6
13692026-08-20T18:08:17.951Z Compiling parking_lot_core v0.9.12
13702026-08-20T18:08:18.012Z Compiling getrandom v0.3.4
13712026-08-20T18:08:18.051Z Compiling signal-hook-registry v1.4.8
13722026-08-20T18:08:18.526Z Compiling bitflags v2.11.0
13732026-08-20T18:08:18.629Z Compiling percent-encoding v2.3.2
13742026-08-20T18:08:18.658Z Compiling writeable v0.6.2
13752026-08-20T18:08:18.672Z Compiling litemap v0.8.1
13762026-08-20T18:08:18.753Z Compiling futures-core v0.3.32
13772026-08-20T18:08:18.830Z Compiling parking_lot v0.12.5
13782026-08-20T18:08:18.849Z Compiling semver v1.0.28
13792026-08-20T18:08:18.873Z Compiling mio v1.2.0
13802026-08-20T18:08:18.900Z Compiling icu_properties_data v2.1.2
13812026-08-20T18:08:19.028Z Compiling icu_normalizer_data v2.1.1
13822026-08-20T18:08:19.065Z Compiling socket2 v0.6.3
13832026-08-20T18:08:19.273Z Compiling rustix v1.1.4
13842026-08-20T18:08:19.288Z Compiling getrandom v0.4.3
13852026-08-20T18:08:19.323Z Compiling synstructure v0.13.2
13862026-08-20T18:08:19.420Z Compiling rand_core v0.10.0
13872026-08-20T18:08:19.438Z Compiling futures-sink v0.3.32
13882026-08-20T18:08:19.471Z Compiling indexmap v2.14.0
13892026-08-20T18:08:19.541Z Compiling futures-channel v0.3.32
13902026-08-20T18:08:19.594Z Compiling futures-io v0.3.32
13912026-08-20T18:08:19.743Z Compiling futures-task v0.3.32
13922026-08-20T18:08:19.763Z Compiling utf8_iter v1.0.4
13932026-08-20T18:08:19.782Z Compiling slab v0.4.12
13942026-08-20T18:08:19.872Z Compiling form_urlencoded v1.2.2
13952026-08-20T18:08:19.910Z Compiling rustversion v1.0.22
13962026-08-20T18:08:19.913Z Compiling iana-time-zone v0.1.65
13972026-08-20T18:08:19.913Z Compiling base64ct v1.8.3
13982026-08-20T18:08:19.962Z Compiling cmake v0.1.57
13992026-08-20T18:08:20.050Z Compiling flagset v0.4.7
14002026-08-20T18:08:20.128Z Compiling fs_extra v1.3.0
14012026-08-20T18:08:20.143Z Compiling regex-syntax v0.8.10
14022026-08-20T18:08:20.179Z Compiling pem-rfc7468 v0.7.0
14032026-08-20T18:08:20.213Z Compiling ident_case v1.0.1
14042026-08-20T18:08:20.343Z Compiling dunce v1.0.5
14052026-08-20T18:08:20.359Z Compiling uuid v1.23.4
14062026-08-20T18:08:20.400Z Compiling rand_core v0.9.5
14072026-08-20T18:08:20.441Z Compiling aws-lc-sys v0.40.0
14082026-08-20T18:08:20.493Z Compiling base64 v0.22.1
14092026-08-20T18:08:20.677Z Compiling vcpkg v0.2.15
14102026-08-20T18:08:20.830Z Compiling syn v1.0.109
14112026-08-20T18:08:20.889Z Compiling serde_derive_internals v0.29.1
14122026-08-20T18:08:20.998Z Compiling rustc_version v0.4.1
14132026-08-20T18:08:21.054Z Compiling tracing-core v0.1.36
14142026-08-20T18:08:21.078Z Compiling serde_derive v1.0.228
14152026-08-20T18:08:21.139Z Compiling zeroize_derive v1.5.0
14162026-08-20T18:08:21.324Z Compiling zerocopy-derive v0.8.55
14172026-08-20T18:08:21.454Z Compiling zerofrom-derive v0.1.6
14182026-08-20T18:08:21.665Z Compiling yoke-derive v0.8.1
14192026-08-20T18:08:21.810Z Compiling zerovec-derive v0.11.2
14202026-08-20T18:08:21.824Z Compiling displaydoc v0.2.5
14212026-08-20T18:08:22.550Z Compiling tokio-macros v2.7.0
14222026-08-20T18:08:22.610Z Compiling futures-macro v0.3.32
14232026-08-20T18:08:22.861Z Compiling der_derive v0.7.3
14242026-08-20T18:08:22.876Z Compiling zerofrom v0.1.6
14252026-08-20T18:08:22.982Z Compiling yoke v0.8.1
14262026-08-20T18:08:23.007Z Compiling thiserror-impl v2.0.18
14272026-08-20T18:08:23.166Z Compiling zerovec v0.11.5
14282026-08-20T18:08:23.293Z Compiling zerotrie v0.2.3
14292026-08-20T18:08:23.420Z Compiling futures-util v0.3.32
14302026-08-20T18:08:23.591Z Compiling openssl-sys v0.9.117
14312026-08-20T18:08:23.675Z Compiling tinystr v0.8.2
14322026-08-20T18:08:23.828Z Compiling potential_utf v0.1.4
14332026-08-20T18:08:23.887Z Compiling icu_locale_core v2.1.1
14342026-08-20T18:08:23.997Z Compiling icu_collections v2.1.1
14352026-08-20T18:08:24.213Z Compiling tracing-attributes v0.1.31
14362026-08-20T18:08:24.366Z Compiling thiserror v2.0.18
14372026-08-20T18:08:24.477Z Compiling dyn-clone v1.0.20
14382026-08-20T18:08:24.508Z Compiling cpufeatures v0.2.17
14392026-08-20T18:08:24.585Z Compiling zeroize v1.9.0
14402026-08-20T18:08:24.617Z Compiling bytes v1.11.1
14412026-08-20T18:08:24.633Z Compiling icu_provider v2.1.1
14422026-08-20T18:08:24.827Z Compiling chrono v0.4.45
14432026-08-20T18:08:24.928Z Compiling icu_properties v2.1.2
14442026-08-20T18:08:25.238Z Compiling tokio v1.52.1
14452026-08-20T18:08:25.385Z Compiling crypto-common v0.1.7
14462026-08-20T18:08:25.535Z Compiling block-buffer v0.10.4
14472026-08-20T18:08:25.551Z Compiling icu_normalizer v2.1.1
14482026-08-20T18:08:25.713Z Compiling digest v0.10.7
14492026-08-20T18:08:25.822Z Compiling der v0.7.10
14502026-08-20T18:08:25.968Z Compiling idna_adapter v1.2.1
14512026-08-20T18:08:26.024Z Compiling ppv-lite86 v0.2.21
14522026-08-20T18:08:26.045Z Compiling http v1.4.2
14532026-08-20T18:08:26.094Z Compiling idna v1.1.0
14542026-08-20T18:08:26.108Z Compiling aws-lc-rs v1.16.3
14552026-08-20T18:08:26.196Z Compiling schemars v0.8.22
14562026-08-20T18:08:26.340Z Compiling rand_chacha v0.9.0
14572026-08-20T18:08:26.382Z Compiling url v2.5.8
14582026-08-20T18:08:26.397Z Compiling simd-adler32 v0.3.8
14592026-08-20T18:08:26.641Z Compiling rand v0.9.2
14602026-08-20T18:08:26.727Z Compiling spki v0.7.3
14612026-08-20T18:08:26.925Z Compiling pkcs8 v0.10.2
14622026-08-20T18:08:26.942Z Compiling http-body v1.0.1
14632026-08-20T18:08:27.033Z Compiling tracing v0.1.44
14642026-08-20T18:08:27.050Z Compiling rustls-pki-types v1.14.0
14652026-08-20T18:08:27.179Z Compiling schemars_derive v0.8.22
14662026-08-20T18:08:27.223Z Compiling spin v0.9.8
14672026-08-20T18:08:27.287Z Compiling cmov v0.5.4
14682026-08-20T18:08:27.385Z Compiling openssl-probe v0.2.1
14692026-08-20T18:08:27.433Z Compiling tinyvec_macros v0.1.1
14702026-08-20T18:08:27.483Z Compiling adler2 v2.0.1
14712026-08-20T18:08:27.498Z Compiling httparse v1.10.1
14722026-08-20T18:08:27.501Z Compiling crc32fast v1.5.0
14732026-08-20T18:08:27.554Z Compiling tempfile v3.27.0
14742026-08-20T18:08:27.607Z Compiling miniz_oxide v0.8.9
14752026-08-20T18:08:27.808Z Compiling tinyvec v1.10.0
14762026-08-20T18:08:27.866Z Compiling ctutils v0.4.2
14772026-08-20T18:08:27.912Z Compiling pest_generator v2.8.6
14782026-08-20T18:08:28.094Z Compiling sha2 v0.10.9
14792026-08-20T18:08:28.142Z Compiling terminal_size v0.4.3
14802026-08-20T18:08:28.197Z Compiling aho-corasick v1.1.4
14812026-08-20T18:08:28.276Z Compiling try-lock v0.2.5
14822026-08-20T18:08:28.385Z Compiling untrusted v0.7.1
14832026-08-20T18:08:28.521Z Compiling tower-layer v0.3.3
14842026-08-20T18:08:28.582Z Compiling tower-service v0.3.3
14852026-08-20T18:08:28.674Z Compiling atomic-waker v1.1.2
14862026-08-20T18:08:28.674Z Compiling radium v0.7.0
14872026-08-20T18:08:28.798Z Compiling pest_derive v2.8.6
14882026-08-20T18:08:28.963Z Compiling want v0.3.1
14892026-08-20T18:08:29.174Z Compiling tokio-util v0.7.18
14902026-08-20T18:08:29.255Z Compiling regex-automata v0.4.14
14912026-08-20T18:08:29.424Z Compiling hybrid-array v0.4.13
14922026-08-20T18:08:29.867Z Compiling h2 v0.4.15
14932026-08-20T18:08:30.166Z Compiling ipnet v2.12.0
14942026-08-20T18:08:30.193Z Compiling scroll_derive v0.13.1
14952026-08-20T18:08:30.210Z Compiling darling_core v0.20.11
14962026-08-20T18:08:30.659Z Compiling rustls v0.23.41
14972026-08-20T18:08:30.811Z Compiling openssl v0.10.80
14982026-08-20T18:08:30.891Z Compiling httpdate v1.0.3
14992026-08-20T18:08:30.980Z Compiling tap v1.0.1
15002026-08-20T18:08:30.995Z Compiling untrusted v0.9.0
15012026-08-20T18:08:31.039Z Compiling maybe-uninit v2.0.0
15022026-08-20T18:08:31.085Z Compiling foreign-types-shared v0.1.1
15032026-08-20T18:08:31.113Z Compiling wyz v0.5.1
15042026-08-20T18:08:31.145Z Compiling scroll v0.13.0
15052026-08-20T18:08:31.165Z Compiling foreign-types v0.3.2
15062026-08-20T18:08:31.313Z Compiling unicode-normalization v0.1.25
15072026-08-20T18:08:31.403Z Compiling rand_chacha v0.3.1
15082026-08-20T18:08:31.447Z Compiling signature v2.2.0
15092026-08-20T18:08:31.622Z Compiling hex v0.4.3
15102026-08-20T18:08:31.742Z Compiling openssl-macros v0.1.1
15112026-08-20T18:08:31.757Z Compiling thiserror-impl v1.0.69
15122026-08-20T18:08:31.900Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15132026-08-20T18:08:32.135Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-08-20T18:08:32.182Z Compiling num-integer v0.1.46
15152026-08-20T18:08:32.268Z Compiling wait-timeout v0.2.1
15162026-08-20T18:08:32.412Z Compiling ahash v0.8.12
15172026-08-20T18:08:32.433Z Compiling darling_macro v0.20.11
15182026-08-20T18:08:32.487Z Compiling num-bigint-dig v0.8.6
15192026-08-20T18:08:32.529Z Compiling native-tls v0.2.18
15202026-08-20T18:08:32.611Z Compiling bit-vec v0.8.0
15212026-08-20T18:08:32.663Z Compiling powerfmt v0.2.0
15222026-08-20T18:08:32.734Z Compiling time-core v0.1.8
15232026-08-20T18:08:32.856Z Compiling num-conv v0.2.0
15242026-08-20T18:08:32.866Z Compiling funty v2.0.0
15252026-08-20T18:08:32.910Z Compiling quick-error v1.2.3
15262026-08-20T18:08:32.933Z Compiling packed_struct v0.10.1
15272026-08-20T18:08:32.973Z Compiling hyper v1.10.1
15282026-08-20T18:08:32.984Z Compiling time-macros v0.2.27
15292026-08-20T18:08:32.989Z Compiling thiserror v1.0.69
15302026-08-20T18:08:33.093Z Compiling rusty-fork v0.3.1
15312026-08-20T18:08:33.166Z Compiling darling v0.20.11
15322026-08-20T18:08:33.255Z Compiling bitvec v1.0.1
15332026-08-20T18:08:33.298Z Compiling deranged v0.5.8
15342026-08-20T18:08:33.407Z Compiling bit-set v0.8.0
15352026-08-20T18:08:33.424Z Compiling clap_builder v4.6.0
15362026-08-20T18:08:33.949Z Compiling num-iter v0.1.45
15372026-08-20T18:08:34.062Z Compiling hyper-util v0.1.20
15382026-08-20T18:08:34.420Z Compiling rand v0.8.6
15392026-08-20T18:08:34.582Z Compiling goblin v0.10.5
15402026-08-20T18:08:34.816Z Compiling packed_struct_codegen v0.10.1
15412026-08-20T18:08:35.231Z Compiling lazy_static v1.5.0
15422026-08-20T18:08:35.328Z Compiling hmac v0.12.1
15432026-08-20T18:08:35.496Z Compiling serde_spanned v0.6.9
15442026-08-20T18:08:35.644Z Compiling toml_datetime v0.6.11
15452026-08-20T18:08:35.854Z Compiling clap_derive v4.6.1
15462026-08-20T18:08:35.926Z Compiling zerocopy-derive v0.6.6
15472026-08-20T18:08:35.937Z Compiling bitfield-macros v0.19.4
15482026-08-20T18:08:36.869Z Compiling rand_xorshift v0.4.0
15492026-08-20T18:08:36.875Z Compiling sync_wrapper v1.0.2
15502026-08-20T18:08:36.875Z Compiling indexmap v1.9.3
15512026-08-20T18:08:36.875Z Compiling crossbeam-utils v0.8.21
15522026-08-20T18:08:36.875Z Compiling crc-catalog v2.4.0
15532026-08-20T18:08:36.875Z Compiling object v0.37.3
15542026-08-20T18:08:36.875Z Compiling paste v1.0.15
15552026-08-20T18:08:36.978Z Compiling usdt-impl v0.6.0
15562026-08-20T18:08:37.037Z Compiling siphasher v1.0.2
15572026-08-20T18:08:37.058Z Compiling zlib-rs v0.6.2
15582026-08-20T18:08:37.179Z Compiling nodrop v0.1.14
15592026-08-20T18:08:37.224Z Compiling unarray v0.1.4
15602026-08-20T18:08:37.240Z Compiling num_threads v0.1.7
15612026-08-20T18:08:37.270Z Compiling array-init v0.0.4
15622026-08-20T18:08:37.329Z Compiling proptest v1.11.0
15632026-08-20T18:08:37.329Z Compiling time v0.3.47
15642026-08-20T18:08:37.564Z Compiling clap v4.6.1
15652026-08-20T18:08:37.609Z Compiling dof v0.4.0
15662026-08-20T18:08:37.804Z Compiling crc v3.4.0
15672026-08-20T18:08:38.010Z Compiling zerocopy v0.6.6
15682026-08-20T18:08:38.334Z Compiling tower v0.5.3
15692026-08-20T18:08:38.733Z Compiling bitfield v0.19.4
15702026-08-20T18:08:39.027Z Compiling smallvec v0.6.14
15712026-08-20T18:08:39.250Z Compiling derive_builder_core v0.20.2
15722026-08-20T18:08:39.418Z Compiling dtrace-parser v0.3.0
15732026-08-20T18:08:40.072Z Compiling flate2 v1.1.9
15742026-08-20T18:08:40.101Z Compiling ipnetwork v0.21.1
15752026-08-20T18:08:40.146Z Compiling pkcs1 v0.7.5
15762026-08-20T18:08:40.292Z Compiling http-body-util v0.1.3
15772026-08-20T18:08:40.459Z Compiling heapless v0.7.17
15782026-08-20T18:08:40.466Z Compiling scroll_derive v0.12.1
15792026-08-20T18:08:40.527Z Compiling structmeta-derive v0.3.0
15802026-08-20T18:08:40.545Z Compiling slog v2.8.2
15812026-08-20T18:08:40.564Z Compiling darling_core v0.23.0
15822026-08-20T18:08:40.689Z Compiling thread-id v5.1.0
15832026-08-20T18:08:40.731Z Compiling cookie v0.18.1
15842026-08-20T18:08:40.783Z Compiling env_filter v2.0.0
15852026-08-20T18:08:40.920Z Compiling zstd-safe v7.2.4
15862026-08-20T18:08:41.080Z Compiling base64 v0.21.7
15872026-08-20T18:08:41.104Z Compiling winnow v0.5.40
15882026-08-20T18:08:41.131Z Compiling unicode-properties v0.1.4
15892026-08-20T18:08:41.344Z Compiling hashbrown v0.12.3
15902026-08-20T18:08:41.389Z Compiling signal-hook v0.3.18
15912026-08-20T18:08:41.566Z Compiling allocator-api2 v0.2.21
15922026-08-20T18:08:41.595Z Compiling iri-string v0.7.10
15932026-08-20T18:08:41.817Z Compiling gimli v0.32.3
15942026-08-20T18:08:41.891Z Compiling anyhow v1.0.104
15952026-08-20T18:08:42.196Z Compiling unicode-bidi v0.3.18
15962026-08-20T18:08:42.549Z Compiling ryu v1.0.23
15972026-08-20T18:08:42.727Z Compiling tower-http v0.6.8
15982026-08-20T18:08:42.735Z Compiling serde_urlencoded v0.7.1
15992026-08-20T18:08:42.982Z Compiling stringprep v0.1.5
16002026-08-20T18:08:43.056Z Compiling darling_macro v0.23.0
16012026-08-20T18:08:43.107Z Compiling toml_edit v0.19.15
16022026-08-20T18:08:43.420Z Compiling structmeta v0.3.0
16032026-08-20T18:08:43.541Z Compiling addr2line v0.25.1
16042026-08-20T18:08:43.652Z Compiling ron v0.8.1
16052026-08-20T18:08:43.707Z Compiling scroll v0.12.0
16062026-08-20T18:08:43.768Z Compiling env_logger v0.11.11
16072026-08-20T18:08:44.145Z Compiling rsa v0.9.10
16082026-08-20T18:08:44.171Z Compiling oxnet v0.1.6
16092026-08-20T18:08:44.322Z Compiling derive_builder_macro v0.20.2
16102026-08-20T18:08:44.545Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16112026-08-20T18:08:44.608Z Compiling newtype-uuid v1.3.2
16122026-08-20T18:08:44.629Z Compiling hashbrown v0.13.2
16132026-08-20T18:08:44.831Z Compiling serde-hex v0.1.0
16142026-08-20T18:08:44.939Z Compiling bzip2 v0.4.4
16152026-08-20T18:08:45.130Z Compiling tokio-native-tls v0.3.1
16162026-08-20T18:08:45.169Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16172026-08-20T18:08:45.345Z Compiling camino v1.2.5
16182026-08-20T18:08:45.800Z Compiling bstr v1.12.1
16192026-08-20T18:08:46.278Z Compiling block-padding v0.4.2
16202026-08-20T18:08:46.451Z Compiling crypto-common v0.2.2
16212026-08-20T18:08:46.474Z Compiling block-buffer v0.12.1
16222026-08-20T18:08:46.548Z Compiling rustls-native-certs v0.8.3
16232026-08-20T18:08:46.651Z Compiling x509-cert v0.2.5
16242026-08-20T18:08:46.835Z Compiling md-5 v0.10.6
16252026-08-20T18:08:47.009Z Compiling erased-serde v0.3.31
16262026-08-20T18:08:47.198Z Compiling serde_tokenstream v0.2.3
16272026-08-20T18:08:47.504Z Compiling curve25519-dalek v4.1.3
16282026-08-20T18:08:47.516Z Compiling pin-project-internal v1.1.11
16292026-08-20T18:08:47.833Z Compiling zerocopy-derive v0.7.35
16302026-08-20T18:08:48.151Z Compiling async-trait v0.1.89
16312026-08-20T18:08:48.195Z Compiling daft-derive v0.1.7
16322026-08-20T18:08:48.255Z Compiling vergen-lib v9.1.0
16332026-08-20T18:08:48.429Z Compiling hash32 v0.2.1
16342026-08-20T18:08:48.510Z Compiling memoffset v0.9.1
16352026-08-20T18:08:48.685Z Compiling encoding_rs v0.8.35
16362026-08-20T18:08:48.711Z Compiling owo-colors v4.3.0
16372026-08-20T18:08:48.724Z Compiling rustc-demangle v0.1.27
16382026-08-20T18:08:48.724Z Compiling mime v0.3.17
16392026-08-20T18:08:48.921Z Compiling psl-types v2.0.11
16402026-08-20T18:08:48.938Z Compiling ref-cast v1.0.25
16412026-08-20T18:08:48.973Z Compiling litrs v1.0.0
16422026-08-20T18:08:49.037Z Compiling rustix v0.38.44
16432026-08-20T18:08:49.144Z Compiling crc-any v2.5.0
16442026-08-20T18:08:49.165Z Compiling fallible-iterator v0.2.0
16452026-08-20T18:08:49.172Z Compiling smoltcp v0.9.1
16462026-08-20T18:08:49.281Z Compiling cfg_aliases v0.2.1
16472026-08-20T18:08:49.366Z Compiling nix v0.31.2
16482026-08-20T18:08:49.383Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16492026-08-20T18:08:49.471Z Compiling postgres-protocol v0.6.10
16502026-08-20T18:08:49.521Z Compiling publicsuffix v2.3.0
16512026-08-20T18:08:49.534Z Compiling document-features v0.2.12
16522026-08-20T18:08:49.582Z Compiling backtrace v0.3.76
16532026-08-20T18:08:49.685Z Compiling daft v0.1.7
16542026-08-20T18:08:49.822Z Compiling zerocopy v0.7.35
16552026-08-20T18:08:49.974Z Compiling pin-project v1.1.11
16562026-08-20T18:08:50.147Z Compiling inout v0.2.2
16572026-08-20T18:08:50.165Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16582026-08-20T18:08:50.326Z Compiling hyper-tls v0.6.0
16592026-08-20T18:08:50.370Z Compiling zip v0.6.6
16602026-08-20T18:08:50.474Z Compiling object v0.30.4
16612026-08-20T18:08:50.492Z Compiling derive_builder v0.20.2
16622026-08-20T18:08:50.503Z Compiling toml v0.7.8
16632026-08-20T18:08:50.728Z Compiling goblin v0.8.2
16642026-08-20T18:08:50.939Z Compiling derive-ex v0.1.8
16652026-08-20T18:08:51.070Z Compiling darling v0.23.0
16662026-08-20T18:08:51.136Z Compiling phf_shared v0.13.1
16672026-08-20T18:08:51.141Z Compiling regex v1.12.3
16682026-08-20T18:08:51.368Z Compiling hubpack_derive v0.1.1
16692026-08-20T18:08:51.426Z Compiling futures-executor v0.3.32
16702026-08-20T18:08:51.608Z Compiling curve25519-dalek-derive v0.1.1
16712026-08-20T18:08:51.714Z Compiling snafu-derive v0.8.9
16722026-08-20T18:08:51.817Z Compiling ref-cast-impl v1.0.25
16732026-08-20T18:08:52.199Z Compiling strum_macros v0.27.2
16742026-08-20T18:08:52.387Z Compiling vergen v9.1.0
16752026-08-20T18:08:52.537Z Compiling cargo-platform v0.3.2
16762026-08-20T18:08:52.594Z Compiling ff v0.13.1
16772026-08-20T18:08:52.737Z Compiling fs-err v3.3.0
16782026-08-20T18:08:52.813Z Compiling path-slash v0.1.5
16792026-08-20T18:08:52.935Z Compiling unicode-segmentation v1.12.0
16802026-08-20T18:08:52.955Z Compiling bumpalo v3.20.2
16812026-08-20T18:08:53.215Z Compiling either v1.15.0
16822026-08-20T18:08:53.330Z Compiling foldhash v0.2.0
16832026-08-20T18:08:53.383Z Compiling same-file v1.0.6
16842026-08-20T18:08:53.415Z Compiling base16ct v0.2.0
16852026-08-20T18:08:53.484Z Compiling libbz2-rs-sys v0.2.2
16862026-08-20T18:08:53.510Z Compiling jiff-core v0.1.0
16872026-08-20T18:08:53.568Z Compiling bitflags v1.3.2
16882026-08-20T18:08:53.590Z Compiling is_ci v1.2.0
16892026-08-20T18:08:53.638Z Compiling foldhash v0.1.5
16902026-08-20T18:08:53.726Z Compiling managed v0.8.0
16912026-08-20T18:08:53.839Z Compiling textwrap v0.16.2
16922026-08-20T18:08:54.181Z Compiling strum v0.27.2
16932026-08-20T18:08:54.195Z Compiling bzip2 v0.6.1
16942026-08-20T18:08:54.210Z Compiling hashbrown v0.15.5
16952026-08-20T18:08:54.314Z Compiling jiff v0.2.34
16962026-08-20T18:08:54.331Z Compiling supports-color v3.0.2
16972026-08-20T18:08:54.407Z Compiling snafu v0.8.9
16982026-08-20T18:08:54.522Z Compiling sec1 v0.7.3
16992026-08-20T18:08:54.600Z Compiling hashbrown v0.16.1
17002026-08-20T18:08:54.765Z Compiling walkdir v2.5.0
17012026-08-20T18:08:54.773Z Compiling zopfli v0.8.3
17022026-08-20T18:08:54.801Z Compiling dof v0.3.0
17032026-08-20T18:08:54.921Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17042026-08-20T18:08:55.079Z Compiling cargo_metadata v0.23.1
17052026-08-20T18:08:55.214Z Compiling group v0.13.0
17062026-08-20T18:08:55.416Z Compiling test-strategy v0.4.5
17072026-08-20T18:08:55.578Z Compiling hubpack v0.1.2
17082026-08-20T18:08:55.790Z Compiling futures v0.3.32
17092026-08-20T18:08:55.879Z Compiling phf v0.13.1
17102026-08-20T18:08:56.308Z Compiling serde_with_macros v3.21.0
17112026-08-20T18:08:56.410Z Compiling signal-hook-mio v0.2.5
17122026-08-20T18:08:56.471Z Compiling cookie_store v0.22.1
17132026-08-20T18:08:56.538Z Compiling zstd v0.13.3
17142026-08-20T18:08:56.800Z Compiling reqwest v0.12.28
17152026-08-20T18:08:56.858Z Compiling cipher v0.5.2
17162026-08-20T18:08:57.137Z Compiling backtrace-ext v0.2.1
17172026-08-20T18:08:57.213Z Compiling postgres-types v0.2.12
17182026-08-20T18:08:57.901Z Compiling usdt-attr-macro v0.6.0
17192026-08-20T18:08:57.923Z Compiling usdt-macro v0.6.0
17202026-08-20T18:08:58.088Z Compiling globset v0.4.18
17212026-08-20T18:08:58.651Z Compiling phf_shared v0.11.3
17222026-08-20T18:08:58.677Z Compiling hkdf v0.12.4
17232026-08-20T18:08:58.677Z Compiling dtrace-parser v0.2.0
17242026-08-20T18:08:58.677Z Compiling byte-wrapper v0.1.0
17252026-08-20T18:08:58.677Z Compiling olpc-cjson v0.1.4
17262026-08-20T18:08:58.696Z Compiling ed25519 v2.2.3
17272026-08-20T18:08:58.696Z Compiling crypto-bigint v0.5.5
17282026-08-20T18:08:58.766Z Compiling serde_plain v1.0.2
17292026-08-20T18:08:58.787Z Compiling serde-big-array v0.5.1
17302026-08-20T18:08:58.880Z Compiling miette-derive v7.6.0
17312026-08-20T18:08:58.936Z Compiling async-recursion v1.1.1
17322026-08-20T18:08:58.971Z Compiling strum_macros v0.26.4
17332026-08-20T18:08:59.310Z Compiling serde_repr v0.1.20
17342026-08-20T18:08:59.605Z Compiling enum-as-inner v0.6.1
17352026-08-20T18:08:59.625Z Compiling pem v3.0.6
17362026-08-20T18:08:59.851Z Compiling float-cmp v0.10.0
17372026-08-20T18:08:59.956Z Compiling memmap2 v0.9.10
17382026-08-20T18:09:00.007Z Compiling thread-id v4.2.2
17392026-08-20T18:09:00.097Z Compiling static_assertions v1.1.0
17402026-08-20T18:09:00.112Z Compiling cpufeatures v0.3.0
17412026-08-20T18:09:00.127Z Compiling supports-unicode v3.0.0
17422026-08-20T18:09:00.182Z Compiling fixedbitset v0.5.7
17432026-08-20T18:09:00.190Z Compiling difflib v0.4.0
17442026-08-20T18:09:00.190Z Compiling new_debug_unreachable v1.0.6
17452026-08-20T18:09:00.283Z Compiling data-encoding v2.10.0
17462026-08-20T18:09:00.314Z Compiling predicates-core v1.0.10
17472026-08-20T18:09:00.464Z Compiling fixedbitset v0.4.2
17482026-08-20T18:09:00.481Z Compiling precomputed-hash v0.1.1
17492026-08-20T18:09:00.568Z Compiling whoami v2.1.0
17502026-08-20T18:09:00.584Z Compiling supports-hyperlinks v3.2.0
17512026-08-20T18:09:00.683Z Compiling keccak v0.1.6
17522026-08-20T18:09:00.744Z Compiling const-oid v0.10.2
17532026-08-20T18:09:00.763Z Compiling typed-path v0.9.3
17542026-08-20T18:09:00.807Z Compiling normalize-line-endings v0.3.0
17552026-08-20T18:09:00.901Z Compiling winnow v1.0.3
17562026-08-20T18:09:00.914Z Compiling toml_edit v0.22.27
17572026-08-20T18:09:00.942Z Compiling digest v0.11.3
17582026-08-20T18:09:00.960Z Compiling predicates v3.1.4
17592026-08-20T18:09:00.978Z Compiling sha3 v0.10.8
17602026-08-20T18:09:01.173Z Compiling strum v0.26.3
17612026-08-20T18:09:01.299Z Compiling tokio-postgres v0.7.16
17622026-08-20T18:09:01.435Z Compiling miette v7.6.0
17632026-08-20T18:09:01.475Z Compiling petgraph v0.6.5
17642026-08-20T18:09:01.605Z Compiling hickory-proto v0.25.2
17652026-08-20T18:09:01.942Z Compiling toml_parser v1.1.2+spec-1.1.0
17662026-08-20T18:09:02.076Z Compiling string_cache v0.8.9
17672026-08-20T18:09:02.214Z Compiling petgraph v0.8.3
17682026-08-20T18:09:02.560Z Compiling chacha20 v0.10.0
17692026-08-20T18:09:02.572Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17702026-08-20T18:09:02.932Z Compiling usdt v0.6.0
17712026-08-20T18:09:02.944Z Compiling usdt-impl v0.5.0
17722026-08-20T18:09:03.183Z Compiling elliptic-curve v0.13.8
17732026-08-20T18:09:03.524Z Compiling ed25519-dalek v2.2.0
17742026-08-20T18:09:03.527Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17752026-08-20T18:09:03.601Z Compiling crossterm v0.28.1
17762026-08-20T18:09:03.627Z Compiling serde_with v3.21.0
17772026-08-20T18:09:04.195Z Compiling zip v4.6.1
17782026-08-20T18:09:05.081Z Compiling iddqd v0.4.2
17792026-08-20T18:09:05.342Z Compiling itertools v0.15.0
17802026-08-20T18:09:05.464Z Compiling itertools v0.13.0
17812026-08-20T18:09:05.497Z Compiling heck v0.4.1
17822026-08-20T18:09:05.573Z Compiling similar v2.7.0
17832026-08-20T18:09:05.707Z Compiling crossbeam-epoch v0.9.18
17842026-08-20T18:09:05.792Z Compiling tokio-stream v0.1.18
17852026-08-20T18:09:06.017Z Compiling buf-list v1.1.2
17862026-08-20T18:09:06.243Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17872026-08-20T18:09:06.289Z Compiling openapiv3 v2.2.0
17882026-08-20T18:09:06.304Z Compiling lalrpop-util v0.19.12
17892026-08-20T18:09:06.341Z Compiling peg-runtime v0.8.5
17902026-08-20T18:09:06.429Z Compiling thread_local v1.1.9
17912026-08-20T18:09:06.492Z Compiling slog-async v2.8.0
17922026-08-20T18:09:06.538Z Compiling crossbeam-channel v0.5.15
17932026-08-20T18:09:06.626Z Compiling is-terminal v0.4.17
17942026-08-20T18:09:06.633Z Compiling filetime v0.2.27
17952026-08-20T18:09:06.827Z Compiling term v1.2.1
17962026-08-20T18:09:06.847Z Compiling xattr v1.6.1
17972026-08-20T18:09:06.847Z Compiling take_mut v0.2.2
17982026-08-20T18:09:06.848Z Compiling tar v0.4.46
17992026-08-20T18:09:06.848Z Compiling camino-tempfile v1.4.1
18002026-08-20T18:09:06.995Z Compiling slog-term v2.9.2
18012026-08-20T18:09:13.074Z Compiling rustls-webpki v0.103.13
18022026-08-20T18:09:15.784Z Compiling tokio-rustls v0.26.4
18032026-08-20T18:09:15.784Z Compiling rustls-platform-verifier v0.6.2
18042026-08-20T18:09:15.801Z Compiling tough v0.22.0
18052026-08-20T18:09:15.999Z Compiling hyper-rustls v0.27.7
18062026-08-20T18:09:16.203Z Compiling reqwest v0.13.2
18072026-08-20T18:09:20.612Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18082026-08-20T18:09:20.648Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18092026-08-20T18:09:21.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18102026-08-20T18:09:21.711Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18112026-08-20T18:09:21.766ZAug 20 18:09:20.454 INFO Starting download, target: Console
18122026-08-20T18:09:21.766ZAug 20 18:09:20.454 INFO Starting download, target: Cockroach
18132026-08-20T18:09:21.766ZAug 20 18:09:20.454 INFO Starting download, target: Clickhouse
18142026-08-20T18:09:21.766ZAug 20 18:09:20.454 INFO Starting download, target: DendriteStub
18152026-08-20T18:09:21.766ZAug 20 18:09:20.454 INFO Starting download, target: MaghemiteMgd
18162026-08-20T18:09:21.770ZAug 20 18:09:20.454 INFO Starting download, target: MaghemiteDdmd
18172026-08-20T18:09:21.770ZAug 20 18:09:20.455 INFO Starting download, target: TransceiverControl
18182026-08-20T18:09:21.770ZAug 20 18:09:20.455 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18192026-08-20T18:09:21.770ZAug 20 18:09:20.455 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18202026-08-20T18:09:21.770ZAug 20 18:09:20.455 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18212026-08-20T18:09:21.770ZAug 20 18:09:20.455 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18222026-08-20T18:09:21.770ZAug 20 18:09:20.455 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18232026-08-20T18:09:21.770ZAug 20 18:09:20.455 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18242026-08-20T18:09:21.770ZAug 20 18:09:20.455 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18252026-08-20T18:09:23.437ZAug 20 18:09:22.124 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18262026-08-20T18:09:23.677ZAug 20 18:09:22.366 INFO Download complete, target: Console
18272026-08-20T18:09:23.805ZAug 20 18:09:22.494 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18282026-08-20T18:09:30.334ZAug 20 18:09:29.022 INFO Checking that binary works, target: Clickhouse
18292026-08-20T18:09:30.427ZAug 20 18:09:29.115 INFO Download complete, target: Clickhouse
18302026-08-20T18:09:46.730ZAug 20 18:09:45.409 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18312026-08-20T18:09:46.981ZAug 20 18:09:45.620 INFO Download complete, target: TransceiverControl
18322026-08-20T18:09:48.964ZAug 20 18:09:47.630 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18332026-08-20T18:09:49.958ZAug 20 18:09:48.632 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18342026-08-20T18:09:50.795ZAug 20 18:09:49.441 INFO Download complete, target: MaghemiteDdmd
18352026-08-20T18:09:51.097ZAug 20 18:09:49.744 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18362026-08-20T18:09:51.599ZAug 20 18:09:50.256 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18372026-08-20T18:09:51.599ZAug 20 18:09:50.256 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18382026-08-20T18:09:52.384ZAug 20 18:09:51.072 INFO Download complete, target: MaghemiteMgd
18392026-08-20T18:09:53.605ZAug 20 18:09:52.293 INFO Download complete, target: DendriteStub
18402026-08-20T18:09:56.165ZAug 20 18:09:54.853 INFO Checking that binary works, target: Cockroach
18412026-08-20T18:09:56.272ZAug 20 18:09:54.960 INFO Download complete, target: Cockroach
18422026-08-20T18:09:56.287ZAll builder prerequisites installed successfully, and PATH looks valid
18432026-08-20T18:09:56.290Z
18442026-08-20T18:09:56.291Zreal 2:35.846787768
18452026-08-20T18:09:56.291Zuser 7:19.736293773
18462026-08-20T18:09:56.291Zsys 1:26.598933766
18472026-08-20T18:09:56.291Ztrap 0.230344723
18482026-08-20T18:09:56.291Ztflt 0.584468761
18492026-08-20T18:09:56.291Zdflt 0.895043458
18502026-08-20T18:09:56.291Zkflt 0.023123944
18512026-08-20T18:09:56.291Zlock 34:08.229113416
18522026-08-20T18:09:56.291Zslp 22:52.400751621
18532026-08-20T18:09:56.291Zlat 48.580885190
18542026-08-20T18:09:56.291Zstop 2:46.654550931
18552026-08-20T18:09:56.291Z+ banner hack-check
18562026-08-20T18:09:56.291Z
18572026-08-20T18:09:56.291Z # # ## #### # # #### # # ###### #### # #
18582026-08-20T18:09:56.291Z # # # # # # # # # # # # # # # # #
18592026-08-20T18:09:56.291Z ###### # # # #### ##### # ###### ##### # ####
18602026-08-20T18:09:56.291Z # # ###### # # # # # # # # # #
18612026-08-20T18:09:56.291Z # # # # # # # # # # # # # # # # #
18622026-08-20T18:09:56.291Z # # # # #### # # #### # # ###### #### # #
18632026-08-20T18:09:56.291Z
18642026-08-20T18:09:56.291Z+ export CARGO_INCREMENTAL=0
18652026-08-20T18:09:56.291Z+ CARGO_INCREMENTAL=0
18662026-08-20T18:09:56.291Z+ ptime -m timeout 2h cargo xtask check-features --ci
18672026-08-20T18:09:56.769Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18682026-08-20T18:09:57.054Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18692026-08-20T18:09:58.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18702026-08-20T18:09:58.939Z Running `target/debug/xtask check-features --ci`
18712026-08-20T18:09:58.967Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18722026-08-20T18:09:58.971Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18732026-08-20T18:09:59.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18742026-08-20T18:09:59.424Z Running `target/debug/xtask download cargo-hack`
18752026-08-20T18:10:00.215Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18762026-08-20T18:10:00.531Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18772026-08-20T18:10:03.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.71s
18782026-08-20T18:10:03.326Z Running `target/debug/xtask-downloader cargo-hack`
18792026-08-20T18:10:03.366ZAug 20 18:10:02.055 INFO Starting download, target: CargoHack
18802026-08-20T18:10:03.370ZAug 20 18:10:02.056 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18812026-08-20T18:10:03.724ZAug 20 18:10:02.413 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18822026-08-20T18:10:03.775ZAug 20 18:10:02.463 INFO Download complete, target: CargoHack
18832026-08-20T18:10:03.778Zrunning: "/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"
18842026-08-20T18:10:03.790Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18852026-08-20T18:10:03.952Zinfo: running `cargo check --bins` on api_identity (1/337)
18862026-08-20T18:10:04.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-20T18:10:04.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-20T18:10:04.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-20T18:10:04.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18902026-08-20T18:10:04.507Z
18912026-08-20T18:10:04.507Zinfo: running `cargo check --bins` on bootstore (2/337)
18922026-08-20T18:10:04.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-20T18:10:04.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-20T18:10:04.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-20T18:10:04.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18962026-08-20T18:10:05.068Z
18972026-08-20T18:10:05.068Zinfo: running `cargo check --bins` on omicron-ledger (3/337)
18982026-08-20T18:10:05.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-20T18:10:05.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-20T18:10:05.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-20T18:10:05.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19022026-08-20T18:10:05.632Z
19032026-08-20T18:10:05.632Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337)
19042026-08-20T18:10:06.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-20T18:10:06.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-20T18:10:06.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-20T18:10:06.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19082026-08-20T18:10:06.190Z
19092026-08-20T18:10:06.190Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337)
19102026-08-20T18:10:06.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-20T18:10:06.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-20T18:10:06.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-20T18:10:06.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19142026-08-20T18:10:06.742Z
19152026-08-20T18:10:06.742Zinfo: running `cargo check --bins` on omicron-certificates (6/337)
19162026-08-20T18:10:07.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-20T18:10:07.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-20T18:10:07.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-20T18:10:07.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19202026-08-20T18:10:07.303Z
19212026-08-20T18:10:07.303Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/337)
19222026-08-20T18:10:07.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-20T18:10:07.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-20T18:10:07.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-20T18:10:07.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19262026-08-20T18:10:07.870Z
19272026-08-20T18:10:07.870Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337)
19282026-08-20T18:10:08.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-20T18:10:08.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-20T18:10:08.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-20T18:10:08.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19322026-08-20T18:10:08.445Z
19332026-08-20T18:10:08.445Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337)
19342026-08-20T18:10:08.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-20T18:10:08.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-20T18:10:08.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-20T18:10:08.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19382026-08-20T18:10:08.877Z
19392026-08-20T18:10:08.877Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337)
19402026-08-20T18:10:09.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-20T18:10:09.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-20T18:10:09.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-20T18:10:09.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19442026-08-20T18:10:09.298Z
19452026-08-20T18:10:09.298Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337)
19462026-08-20T18:10:09.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-20T18:10:09.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-20T18:10:09.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-20T18:10:09.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-20T18:10:09.715Z
19512026-08-20T18:10:09.715Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337)
19522026-08-20T18:10:10.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-20T18:10:10.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-20T18:10:10.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-20T18:10:10.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-20T18:10:10.134Z
19572026-08-20T18:10:10.134Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337)
19582026-08-20T18:10:10.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-20T18:10:10.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-20T18:10:10.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-20T18:10:10.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-20T18:10:10.569Z
19632026-08-20T18:10:10.569Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337)
19642026-08-20T18:10:10.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-20T18:10:10.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-20T18:10:10.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-20T18:10:10.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-20T18:10:10.963Z
19692026-08-20T18:10:10.963Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337)
19702026-08-20T18:10:11.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-20T18:10:11.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-20T18:10:11.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-20T18:10:11.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-20T18:10:11.383Z
19752026-08-20T18:10:11.383Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337)
19762026-08-20T18:10:11.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-20T18:10:11.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-20T18:10:11.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-20T18:10:11.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-20T18:10:11.800Z
19812026-08-20T18:10:11.800Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337)
19822026-08-20T18:10:12.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-20T18:10:12.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-20T18:10:12.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-20T18:10:12.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-20T18:10:12.215Z
19872026-08-20T18:10:12.215Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337)
19882026-08-20T18:10:12.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-20T18:10:12.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-20T18:10:12.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-20T18:10:12.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-20T18:10:12.632Z
19932026-08-20T18:10:12.633Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337)
19942026-08-20T18:10:12.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-20T18:10:13.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-20T18:10:13.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-20T18:10:13.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-20T18:10:13.052Z
19992026-08-20T18:10:13.053Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337)
20002026-08-20T18:10:13.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-20T18:10:13.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-20T18:10:13.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-20T18:10:13.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20042026-08-20T18:10:13.476Z
20052026-08-20T18:10:13.476Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337)
20062026-08-20T18:10:13.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-20T18:10:13.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-20T18:10:13.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-20T18:10:13.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-20T18:10:13.897Z
20112026-08-20T18:10:13.897Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337)
20122026-08-20T18:10:14.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-20T18:10:14.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-20T18:10:14.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-20T18:10:14.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-20T18:10:14.313Z
20172026-08-20T18:10:14.313Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337)
20182026-08-20T18:10:14.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-20T18:10:14.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-20T18:10:14.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-20T18:10:14.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-20T18:10:14.732Z
20232026-08-20T18:10:14.732Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337)
20242026-08-20T18:10:15.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-20T18:10:15.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-20T18:10:15.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-20T18:10:15.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-20T18:10:15.155Z
20292026-08-20T18:10:15.155Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337)
20302026-08-20T18:10:15.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-20T18:10:15.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-20T18:10:15.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-20T18:10:15.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-20T18:10:15.576Z
20352026-08-20T18:10:15.576Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337)
20362026-08-20T18:10:15.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-20T18:10:15.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-20T18:10:15.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-20T18:10:15.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-20T18:10:15.997Z
20412026-08-20T18:10:15.997Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337)
20422026-08-20T18:10:16.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-20T18:10:16.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-20T18:10:16.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-20T18:10:16.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-08-20T18:10:16.419Z
20472026-08-20T18:10:16.419Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337)
20482026-08-20T18:10:16.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-20T18:10:16.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-20T18:10:16.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-20T18:10:16.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-20T18:10:16.837Z
20532026-08-20T18:10:16.837Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337)
20542026-08-20T18:10:17.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-20T18:10:17.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-20T18:10:17.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-20T18:10:17.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-20T18:10:17.257Z
20592026-08-20T18:10:17.257Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337)
20602026-08-20T18:10:17.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-20T18:10:17.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-20T18:10:17.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-20T18:10:17.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-20T18:10:17.677Z
20652026-08-20T18:10:17.677Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337)
20662026-08-20T18:10:18.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-20T18:10:18.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-20T18:10:18.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-20T18:10:18.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-20T18:10:18.097Z
20712026-08-20T18:10:18.097Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337)
20722026-08-20T18:10:18.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-20T18:10:18.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-20T18:10:18.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-20T18:10:18.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-20T18:10:18.515Z
20772026-08-20T18:10:18.515Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337)
20782026-08-20T18:10:18.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-20T18:10:18.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-20T18:10:18.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-20T18:10:18.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-20T18:10:18.936Z
20832026-08-20T18:10:18.936Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337)
20842026-08-20T18:10:19.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-20T18:10:19.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-20T18:10:19.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-20T18:10:19.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-20T18:10:19.358Z
20892026-08-20T18:10:19.358Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337)
20902026-08-20T18:10:19.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-20T18:10:19.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-20T18:10:19.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-20T18:10:19.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-20T18:10:19.780Z
20952026-08-20T18:10:19.780Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337)
20962026-08-20T18:10:20.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-20T18:10:20.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-20T18:10:20.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-20T18:10:20.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21002026-08-20T18:10:20.203Z
21012026-08-20T18:10:20.204Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337)
21022026-08-20T18:10:20.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-20T18:10:20.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-20T18:10:20.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-20T18:10:20.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21062026-08-20T18:10:20.628Z
21072026-08-20T18:10:20.628Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337)
21082026-08-20T18:10:20.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-20T18:10:20.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-20T18:10:20.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-20T18:10:21.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-20T18:10:21.047Z
21132026-08-20T18:10:21.048Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337)
21142026-08-20T18:10:21.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-20T18:10:21.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-20T18:10:21.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-20T18:10:21.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-20T18:10:21.467Z
21192026-08-20T18:10:21.468Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337)
21202026-08-20T18:10:21.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-20T18:10:21.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-20T18:10:21.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-20T18:10:21.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-20T18:10:21.888Z
21252026-08-20T18:10:21.889Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337)
21262026-08-20T18:10:22.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-20T18:10:22.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-20T18:10:22.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-20T18:10:22.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-20T18:10:22.310Z
21312026-08-20T18:10:22.310Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337)
21322026-08-20T18:10:22.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-20T18:10:22.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-20T18:10:22.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-20T18:10:22.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-20T18:10:22.801Z
21372026-08-20T18:10:22.801Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337)
21382026-08-20T18:10:23.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-20T18:10:23.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-20T18:10:23.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-20T18:10:23.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-20T18:10:23.154Z
21432026-08-20T18:10:23.154Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337)
21442026-08-20T18:10:23.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-20T18:10:23.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-20T18:10:23.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-20T18:10:23.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21482026-08-20T18:10:23.580Z
21492026-08-20T18:10:23.580Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337)
21502026-08-20T18:10:23.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-20T18:10:23.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-20T18:10:23.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-20T18:10:23.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21542026-08-20T18:10:24.004Z
21552026-08-20T18:10:24.004Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337)
21562026-08-20T18:10:24.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-20T18:10:24.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-20T18:10:24.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-20T18:10:24.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21602026-08-20T18:10:24.427Z
21612026-08-20T18:10:24.427Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337)
21622026-08-20T18:10:24.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-20T18:10:24.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-20T18:10:24.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-20T18:10:24.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21662026-08-20T18:10:24.850Z
21672026-08-20T18:10:24.850Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337)
21682026-08-20T18:10:25.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-20T18:10:25.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-20T18:10:25.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-20T18:10:25.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21722026-08-20T18:10:25.275Z
21732026-08-20T18:10:25.276Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337)
21742026-08-20T18:10:25.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-20T18:10:25.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-20T18:10:25.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-20T18:10:25.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21782026-08-20T18:10:25.893Z
21792026-08-20T18:10:25.893Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337)
21802026-08-20T18:10:26.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-20T18:10:26.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-20T18:10:26.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-20T18:10:26.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21842026-08-20T18:10:26.504Z
21852026-08-20T18:10:26.504Zinfo: running `cargo check --bins` on nexus-config (51/337)
21862026-08-20T18:10:27.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-20T18:10:27.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-20T18:10:27.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-20T18:10:27.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21902026-08-20T18:10:27.111Z
21912026-08-20T18:10:27.111Zinfo: running `cargo check --bins` on nexus-types (52/337)
21922026-08-20T18:10:27.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-20T18:10:27.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-20T18:10:27.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-20T18:10:27.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-08-20T18:10:27.718Z
21972026-08-20T18:10:27.718Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337)
21982026-08-20T18:10:28.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-20T18:10:28.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-20T18:10:28.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-20T18:10:28.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-08-20T18:10:28.294Z
22032026-08-20T18:10:28.295Zinfo: running `cargo check --bins` on omicron-passwords (54/337)
22042026-08-20T18:10:28.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-20T18:10:28.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-20T18:10:28.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-20T18:10:28.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22082026-08-20T18:10:28.846Z
22092026-08-20T18:10:28.847Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/337)
22102026-08-20T18:10:29.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-20T18:10:29.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-20T18:10:29.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-20T18:10:29.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-08-20T18:10:29.419Z
22152026-08-20T18:10:29.419Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337)
22162026-08-20T18:10:29.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-20T18:10:29.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-20T18:10:29.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-20T18:10:29.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-08-20T18:10:29.999Z
22212026-08-20T18:10:29.999Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337)
22222026-08-20T18:10:30.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-20T18:10:30.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-20T18:10:30.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-20T18:10:30.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-08-20T18:10:30.579Z
22272026-08-20T18:10:30.579Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337)
22282026-08-20T18:10:31.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-20T18:10:31.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-20T18:10:31.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-20T18:10:31.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22322026-08-20T18:10:31.157Z
22332026-08-20T18:10:31.158Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337)
22342026-08-20T18:10:31.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-20T18:10:31.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-20T18:10:31.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-20T18:10:31.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22382026-08-20T18:10:31.714Z
22392026-08-20T18:10:31.715Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337)
22402026-08-20T18:10:32.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-20T18:10:32.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-20T18:10:32.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-20T18:10:32.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22442026-08-20T18:10:32.271Z
22452026-08-20T18:10:32.271Zinfo: running `cargo check --bins --no-default-features` on gfss (61/337)
22462026-08-20T18:10:32.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-20T18:10:32.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-20T18:10:32.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-20T18:10:32.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22502026-08-20T18:10:32.827Z
22512026-08-20T18:10:32.827Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337)
22522026-08-20T18:10:33.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-20T18:10:33.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-20T18:10:33.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-20T18:10:33.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-20T18:10:33.406Z
22572026-08-20T18:10:33.406Zinfo: running `cargo check --bins` on trust-quorum-types (63/337)
22582026-08-20T18:10:33.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-20T18:10:33.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-20T18:10:33.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-20T18:10:33.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22622026-08-20T18:10:33.950Z
22632026-08-20T18:10:33.950Zinfo: running `cargo check --bins` on wicketd-commission-types (64/337)
22642026-08-20T18:10:34.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-20T18:10:34.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-20T18:10:34.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-20T18:10:34.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22682026-08-20T18:10:34.531Z
22692026-08-20T18:10:34.531Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/337)
22702026-08-20T18:10:35.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-20T18:10:35.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-20T18:10:35.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-20T18:10:35.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22742026-08-20T18:10:35.106Z
22752026-08-20T18:10:35.107Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337)
22762026-08-20T18:10:35.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-20T18:10:35.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-20T18:10:35.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-20T18:10:35.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22802026-08-20T18:10:35.675Z
22812026-08-20T18:10:35.675Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337)
22822026-08-20T18:10:36.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-20T18:10:36.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-20T18:10:36.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-20T18:10:36.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22862026-08-20T18:10:36.244Z
22872026-08-20T18:10:36.244Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/337)
22882026-08-20T18:10:36.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-20T18:10:36.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-20T18:10:36.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-20T18:10:36.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22922026-08-20T18:10:36.814Z
22932026-08-20T18:10:36.814Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/337)
22942026-08-20T18:10:37.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-20T18:10:37.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-20T18:10:37.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-20T18:10:37.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22982026-08-20T18:10:37.409Z
22992026-08-20T18:10:37.409Zinfo: running `cargo check --bins` on cockroach-admin-types (70/337)
23002026-08-20T18:10:37.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-20T18:10:37.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-20T18:10:37.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-20T18:10:37.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23042026-08-20T18:10:37.942Z
23052026-08-20T18:10:37.942Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/337)
23062026-08-20T18:10:38.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-20T18:10:38.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-20T18:10:38.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-20T18:10:38.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23102026-08-20T18:10:38.506Z
23112026-08-20T18:10:38.506Zinfo: running `cargo check --bins` on ereport-types (72/337)
23122026-08-20T18:10:38.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-20T18:10:38.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-20T18:10:38.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-20T18:10:38.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23162026-08-20T18:10:39.072Z
23172026-08-20T18:10:39.072Zinfo: running `cargo check --bins` on gateway-client (73/337)
23182026-08-20T18:10:39.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-20T18:10:39.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-20T18:10:39.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-20T18:10:39.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23222026-08-20T18:10:39.645Z
23232026-08-20T18:10:39.645Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/337)
23242026-08-20T18:10:40.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-20T18:10:40.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-20T18:10:40.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272026-08-20T18:10:40.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23282026-08-20T18:10:40.207Z
23292026-08-20T18:10:40.207Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337)
23302026-08-20T18:10:40.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312026-08-20T18:10:40.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322026-08-20T18:10:40.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332026-08-20T18:10:40.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23342026-08-20T18:10:40.769Z
23352026-08-20T18:10:40.769Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/337)
23362026-08-20T18:10:41.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372026-08-20T18:10:41.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382026-08-20T18:10:41.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392026-08-20T18:10:41.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23402026-08-20T18:10:41.355Z
23412026-08-20T18:10:41.355Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337)
23422026-08-20T18:10:41.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432026-08-20T18:10:41.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442026-08-20T18:10:41.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452026-08-20T18:10:41.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23462026-08-20T18:10:41.938Z
23472026-08-20T18:10:41.938Zinfo: running `cargo check --bins` on key-manager-types (78/337)
23482026-08-20T18:10:42.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492026-08-20T18:10:42.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502026-08-20T18:10:42.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512026-08-20T18:10:42.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23522026-08-20T18:10:42.500Z
23532026-08-20T18:10:42.500Zinfo: running `cargo check --bins` on oxlog (79/337)
23542026-08-20T18:10:42.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552026-08-20T18:10:42.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562026-08-20T18:10:43.109Z Checking cfg-if v1.0.4
23572026-08-20T18:10:43.113Z Checking serde_core v1.0.228
23582026-08-20T18:10:43.113Z Checking libc v0.2.185
23592026-08-20T18:10:43.228Z Checking memchr v2.8.0
23602026-08-20T18:10:43.237Z Checking log v0.4.33
23612026-08-20T18:10:43.240Z Checking smallvec v1.15.1
23622026-08-20T18:10:43.259Z Checking subtle v2.6.1
23632026-08-20T18:10:43.269Z Checking itoa v1.0.17
23642026-08-20T18:10:43.283Z Checking scopeguard v1.2.0
23652026-08-20T18:10:43.376Z Checking lock_api v0.4.14
23662026-08-20T18:10:43.396Z Checking typenum v1.20.1
23672026-08-20T18:10:43.408Z Checking stable_deref_trait v1.2.1
23682026-08-20T18:10:43.420Z Checking zerofrom v0.1.6
23692026-08-20T18:10:43.432Z Checking zerocopy v0.8.55
23702026-08-20T18:10:43.476Z Checking portable-atomic v1.13.1
23712026-08-20T18:10:43.529Z Checking yoke v0.8.1
23722026-08-20T18:10:43.574Z Checking critical-section v1.2.0
23732026-08-20T18:10:43.598Z Checking pin-project-lite v0.2.17
23742026-08-20T18:10:43.618Z Checking errno v0.3.14
23752026-08-20T18:10:43.669Z Checking getrandom v0.2.17
23762026-08-20T18:10:43.683Z Checking const-oid v0.9.6
23772026-08-20T18:10:43.695Z Checking zerovec v0.11.5
23782026-08-20T18:10:43.734Z Checking libm v0.2.16
23792026-08-20T18:10:43.812Z Checking rand_core v0.6.4
23802026-08-20T18:10:43.886Z Checking once_cell v1.21.3
23812026-08-20T18:10:43.987Z Checking zmij v1.0.21
23822026-08-20T18:10:44.061Z Checking signal-hook-registry v1.4.8
23832026-08-20T18:10:44.121Z Checking tinystr v0.8.2
23842026-08-20T18:10:44.136Z Checking parking_lot_core v0.9.12
23852026-08-20T18:10:44.197Z Checking litemap v0.8.1
23862026-08-20T18:10:44.219Z Checking percent-encoding v2.3.2
23872026-08-20T18:10:44.297Z Checking futures-core v0.3.32
23882026-08-20T18:10:44.316Z Checking writeable v0.6.2
23892026-08-20T18:10:44.352Z Checking parking_lot v0.12.5
23902026-08-20T18:10:44.364Z Checking potential_utf v0.1.4
23912026-08-20T18:10:44.375Z Checking zerotrie v0.2.3
23922026-08-20T18:10:44.416Z Checking mio v1.2.0
23932026-08-20T18:10:44.444Z Checking num-traits v0.2.19
23942026-08-20T18:10:44.474Z Checking icu_locale_core v2.1.1
23952026-08-20T18:10:44.490Z Checking equivalent v1.0.2
23962026-08-20T18:10:44.534Z Checking icu_collections v2.1.1
23972026-08-20T18:10:44.571Z Checking getrandom v0.3.4
23982026-08-20T18:10:44.620Z Checking socket2 v0.6.3
23992026-08-20T18:10:44.692Z Checking icu_properties_data v2.1.2
24002026-08-20T18:10:44.713Z Checking icu_normalizer_data v2.1.1
24012026-08-20T18:10:44.726Z Checking serde v1.0.228
24022026-08-20T18:10:44.783Z Checking bitflags v2.11.0
24032026-08-20T18:10:44.816Z Checking serde_json v1.0.151
24042026-08-20T18:10:44.834Z Checking byteorder v1.5.0
24052026-08-20T18:10:44.855Z Checking futures-sink v0.3.32
24062026-08-20T18:10:44.947Z Checking hashbrown v0.17.0
24072026-08-20T18:10:44.960Z Checking rand_core v0.10.0
24082026-08-20T18:10:44.981Z Checking futures-channel v0.3.32
24092026-08-20T18:10:45.023Z Checking icu_provider v2.1.1
24102026-08-20T18:10:45.036Z Checking utf8_iter v1.0.4
24112026-08-20T18:10:45.094Z Checking getrandom v0.4.3
24122026-08-20T18:10:45.131Z Checking zeroize v1.9.0
24132026-08-20T18:10:45.155Z Checking bytes v1.11.1
24142026-08-20T18:10:45.179Z Checking futures-task v0.3.32
24152026-08-20T18:10:45.244Z Checking slab v0.4.12
24162026-08-20T18:10:45.259Z Checking icu_properties v2.1.2
24172026-08-20T18:10:45.303Z Checking generic-array v0.14.7
24182026-08-20T18:10:45.320Z Checking icu_normalizer v2.1.1
24192026-08-20T18:10:45.398Z Checking futures-io v0.3.32
24202026-08-20T18:10:45.423Z Checking indexmap v2.14.0
24212026-08-20T18:10:45.495Z Checking rustix v1.1.4
24222026-08-20T18:10:45.511Z Checking futures-util v0.3.32
24232026-08-20T18:10:45.597Z Checking tokio v1.52.1
24242026-08-20T18:10:45.623Z Checking form_urlencoded v1.2.2
24252026-08-20T18:10:45.750Z Checking crypto-common v0.1.7
24262026-08-20T18:10:45.750Z Checking block-buffer v0.10.4
24272026-08-20T18:10:45.900Z Checking base64ct v1.8.3
24282026-08-20T18:10:45.912Z Checking digest v0.10.7
24292026-08-20T18:10:45.982Z Checking fnv v1.0.7
24302026-08-20T18:10:46.076Z Checking flagset v0.4.7
24312026-08-20T18:10:46.089Z Checking idna_adapter v1.2.1
24322026-08-20T18:10:46.110Z Checking iana-time-zone v0.1.65
24332026-08-20T18:10:46.136Z Checking pem-rfc7468 v0.7.0
24342026-08-20T18:10:46.205Z Checking uuid v1.23.4
24352026-08-20T18:10:46.210Z Checking idna v1.1.0
24362026-08-20T18:10:46.221Z Checking chrono v0.4.45
24372026-08-20T18:10:46.249Z Checking ppv-lite86 v0.2.21
24382026-08-20T18:10:46.291Z Checking der v0.7.10
24392026-08-20T18:10:46.332Z Checking rand_core v0.9.5
24402026-08-20T18:10:46.446Z Checking url v2.5.8
24412026-08-20T18:10:46.507Z Checking base64 v0.22.1
24422026-08-20T18:10:46.520Z Checking regex-syntax v0.8.10
24432026-08-20T18:10:46.538Z Checking http v1.4.2
24442026-08-20T18:10:46.744Z Checking rand_chacha v0.9.0
24452026-08-20T18:10:46.877Z Checking tracing-core v0.1.36
24462026-08-20T18:10:46.949Z Checking simd-adler32 v0.3.8
24472026-08-20T18:10:47.013Z Checking spki v0.7.3
24482026-08-20T18:10:47.061Z Checking cpufeatures v0.2.17
24492026-08-20T18:10:47.109Z Checking dyn-clone v1.0.20
24502026-08-20T18:10:47.123Z Checking http-body v1.0.1
24512026-08-20T18:10:47.136Z Checking rand v0.9.2
24522026-08-20T18:10:47.179Z Checking pkcs8 v0.10.2
24532026-08-20T18:10:47.192Z Checking tracing v0.1.44
24542026-08-20T18:10:47.209Z Checking rustls-pki-types v1.14.0
24552026-08-20T18:10:47.250Z Checking semver v1.0.28
24562026-08-20T18:10:47.338Z Checking spin v0.9.8
24572026-08-20T18:10:47.390Z Checking cmov v0.5.4
24582026-08-20T18:10:47.424Z Checking anstyle v1.0.14
24592026-08-20T18:10:47.457Z Checking utf8parse v0.2.2
24602026-08-20T18:10:47.490Z Checking tinyvec_macros v0.1.1
24612026-08-20T18:10:47.519Z Checking adler2 v2.0.1
24622026-08-20T18:10:47.553Z Checking openssl-probe v0.2.1
24632026-08-20T18:10:47.567Z Checking anstyle-parse v1.0.0
24642026-08-20T18:10:47.579Z Checking ctutils v0.4.2
24652026-08-20T18:10:47.600Z Checking tinyvec v1.10.0
24662026-08-20T18:10:47.604Z Checking schemars v0.8.22
24672026-08-20T18:10:47.625Z Checking miniz_oxide v0.8.9
24682026-08-20T18:10:47.656Z Checking sha2 v0.10.9
24692026-08-20T18:10:47.711Z Checking terminal_size v0.4.3
24702026-08-20T18:10:47.785Z Checking aws-lc-sys v0.40.0
24712026-08-20T18:10:47.823Z Checking thiserror v2.0.18
24722026-08-20T18:10:47.836Z Checking fastrand v2.3.0
24732026-08-20T18:10:47.906Z Checking colorchoice v1.0.4
24742026-08-20T18:10:47.923Z Checking untrusted v0.7.1
24752026-08-20T18:10:47.936Z Checking atomic-waker v1.1.2
24762026-08-20T18:10:47.972Z Checking anstyle-query v1.1.5
24772026-08-20T18:10:48.004Z Checking is_terminal_polyfill v1.70.2
24782026-08-20T18:10:48.014Z Checking tower-service v0.3.3
24792026-08-20T18:10:48.029Z Checking try-lock v0.2.5
24802026-08-20T18:10:48.033Z Checking tower-layer v0.3.3
24812026-08-20T18:10:48.060Z Checking tempfile v3.27.0
24822026-08-20T18:10:48.088Z Checking anstream v1.0.0
24832026-08-20T18:10:48.101Z Checking hybrid-array v0.4.13
24842026-08-20T18:10:48.134Z Checking want v0.3.1
24852026-08-20T18:10:48.177Z Checking ipnet v2.12.0
24862026-08-20T18:10:48.252Z Checking httparse v1.10.1
24872026-08-20T18:10:48.252Z Checking crc32fast v1.5.0
24882026-08-20T18:10:48.279Z Checking aho-corasick v1.1.4
24892026-08-20T18:10:48.290Z Checking aws-lc-rs v1.16.3
24902026-08-20T18:10:48.304Z Checking httpdate v1.0.3
24912026-08-20T18:10:48.389Z Checking foreign-types-shared v0.1.1
24922026-08-20T18:10:48.435Z Checking plain v0.2.3
24932026-08-20T18:10:48.448Z Checking tap v1.0.1
24942026-08-20T18:10:48.465Z Checking untrusted v0.9.0
24952026-08-20T18:10:48.479Z Checking foreign-types v0.3.2
24962026-08-20T18:10:48.536Z Checking unicode-normalization v0.1.25
24972026-08-20T18:10:48.550Z Checking wyz v0.5.1
24982026-08-20T18:10:48.560Z Checking rand_chacha v0.3.1
24992026-08-20T18:10:48.573Z Checking signature v2.2.0
25002026-08-20T18:10:48.705Z Checking radium v0.7.0
25012026-08-20T18:10:48.718Z Checking hex v0.4.3
25022026-08-20T18:10:48.766Z Checking num-integer v0.1.46
25032026-08-20T18:10:48.852Z Checking openssl-sys v0.9.117
25042026-08-20T18:10:48.875Z Checking wait-timeout v0.2.1
25052026-08-20T18:10:48.889Z Checking tokio-util v0.7.18
25062026-08-20T18:10:48.940Z Checking bit-vec v0.8.0
25072026-08-20T18:10:48.940Z Checking quick-error v1.2.3
25082026-08-20T18:10:48.964Z Checking regex-automata v0.4.14
25092026-08-20T18:10:48.987Z Checking strsim v0.11.1
25102026-08-20T18:10:49.004Z Checking ucd-trie v0.1.7
25112026-08-20T18:10:49.037Z Checking unicode-ident v1.0.24
25122026-08-20T18:10:49.127Z Checking clap_lex v1.0.0
25132026-08-20T18:10:49.130Z Checking rustls-webpki v0.103.13
25142026-08-20T18:10:49.151Z Checking funty v2.0.0
25152026-08-20T18:10:49.154Z Checking proc-macro2 v1.0.106
25162026-08-20T18:10:49.154Z Checking bit-set v0.8.0
25172026-08-20T18:10:49.215Z Checking openssl v0.10.80
25182026-08-20T18:10:49.308Z Checking clap_builder v4.6.0
25192026-08-20T18:10:49.312Z Checking pest v2.8.6
25202026-08-20T18:10:49.465Z Checking bitvec v1.0.1
25212026-08-20T18:10:49.478Z Checking rusty-fork v0.3.1
25222026-08-20T18:10:49.493Z Checking h2 v0.4.15
25232026-08-20T18:10:49.554Z Checking rustls v0.23.41
25242026-08-20T18:10:49.647Z Checking num-iter v0.1.45
25252026-08-20T18:10:49.759Z Checking rand v0.8.6
25262026-08-20T18:10:50.282Z Checking lazy_static v1.5.0
25272026-08-20T18:10:50.379Z Checking rand_xorshift v0.4.0
25282026-08-20T18:10:50.396Z Checking hmac v0.12.1
25292026-08-20T18:10:50.494Z Checking thiserror v1.0.69
25302026-08-20T18:10:50.503Z Checking maybe-uninit v2.0.0
25312026-08-20T18:10:50.534Z Checking serde_spanned v0.6.9
25322026-08-20T18:10:50.569Z Checking toml_datetime v0.6.11
25332026-08-20T18:10:50.590Z Checking sync_wrapper v1.0.2
25342026-08-20T18:10:50.663Z Checking pretty-hex v0.4.1
25352026-08-20T18:10:50.691Z Checking nodrop v0.1.14
25362026-08-20T18:10:50.745Z Checking unarray v0.1.4
25372026-08-20T18:10:50.776Z Checking siphasher v1.0.2
25382026-08-20T18:10:50.780Z Checking crc-catalog v2.4.0
25392026-08-20T18:10:50.801Z Checking powerfmt v0.2.0
25402026-08-20T18:10:50.817Z Checking zlib-rs v0.6.2
25412026-08-20T18:10:50.844Z Checking proptest v1.11.0
25422026-08-20T18:10:50.873Z Checking crc v3.4.0
25432026-08-20T18:10:50.930Z Checking packed_struct v0.10.1
25442026-08-20T18:10:50.947Z Checking deranged v0.5.8
25452026-08-20T18:10:51.043Z Checking array-init v0.0.4
25462026-08-20T18:10:51.261Z Checking native-tls v0.2.18
25472026-08-20T18:10:51.338Z Checking tower v0.5.3
25482026-08-20T18:10:51.440Z Checking smallvec v0.6.14
25492026-08-20T18:10:51.628Z Checking clap v4.6.1
25502026-08-20T18:10:51.696Z Checking flate2 v1.1.9
25512026-08-20T18:10:51.709Z Checking num-bigint-dig v0.8.6
25522026-08-20T18:10:51.725Z Checking quote v1.0.45
25532026-08-20T18:10:51.850Z Checking ipnetwork v0.21.1
25542026-08-20T18:10:51.875Z Checking pkcs1 v0.7.5
25552026-08-20T18:10:51.890Z Checking http-body-util v0.1.3
25562026-08-20T18:10:51.980Z Checking crossbeam-utils v0.8.21
25572026-08-20T18:10:51.994Z Checking zerocopy v0.6.6
25582026-08-20T18:10:52.065Z Checking bitfield v0.19.4
25592026-08-20T18:10:52.083Z Checking ahash v0.8.12
25602026-08-20T18:10:52.106Z Checking bzip2-sys v0.1.13+1.0.8
25612026-08-20T18:10:52.191Z Checking scroll v0.13.0
25622026-08-20T18:10:52.276Z Checking env_filter v2.0.0
25632026-08-20T18:10:52.289Z Checking num-conv v0.2.0
25642026-08-20T18:10:52.315Z Checking hyper v1.10.1
25652026-08-20T18:10:52.315Z Checking unicode-properties v0.1.4
25662026-08-20T18:10:52.341Z Checking hashbrown v0.12.3
25672026-08-20T18:10:52.399Z Checking num_threads v0.1.7
25682026-08-20T18:10:52.415Z Checking iri-string v0.7.10
25692026-08-20T18:10:52.415Z Checking ryu v1.0.23
25702026-08-20T18:10:52.484Z Checking base64 v0.21.7
25712026-08-20T18:10:52.500Z Checking gimli v0.32.3
25722026-08-20T18:10:52.523Z Checking time-core v0.1.8
25732026-08-20T18:10:52.562Z Checking allocator-api2 v0.2.21
25742026-08-20T18:10:52.643Z Checking unicode-bidi v0.3.18
25752026-08-20T18:10:52.663Z Checking winnow v0.5.40
25762026-08-20T18:10:52.719Z Checking ron v0.8.1
25772026-08-20T18:10:52.747Z Checking indexmap v1.9.3
25782026-08-20T18:10:52.842Z Checking time v0.3.47
25792026-08-20T18:10:52.935Z Checking stringprep v0.1.5
25802026-08-20T18:10:53.065Z Checking newtype-uuid v1.3.2
25812026-08-20T18:10:53.089Z Checking serde_urlencoded v0.7.1
25822026-08-20T18:10:53.232Z Checking rsa v0.9.10
25832026-08-20T18:10:53.263Z Checking hyper-util v0.1.20
25842026-08-20T18:10:53.277Z Checking goblin v0.10.5
25852026-08-20T18:10:53.291Z Checking env_logger v0.11.11
25862026-08-20T18:10:53.431Z Checking tower-http v0.6.8
25872026-08-20T18:10:53.479Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25882026-08-20T18:10:53.701Z Checking crossbeam-epoch v0.9.18
25892026-08-20T18:10:53.715Z Checking hashbrown v0.13.2
25902026-08-20T18:10:53.798Z Checking toml_edit v0.19.15
25912026-08-20T18:10:53.922Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25922026-08-20T18:10:53.964Z Checking bzip2 v0.4.4
25932026-08-20T18:10:54.047Z Checking addr2line v0.25.1
25942026-08-20T18:10:54.077Z Checking oxnet v0.1.6
25952026-08-20T18:10:54.125Z Checking syn v2.0.117
25962026-08-20T18:10:54.140Z Checking serde-hex v0.1.0
25972026-08-20T18:10:54.304Z Checking tokio-native-tls v0.3.1
25982026-08-20T18:10:54.335Z Checking bstr v1.12.1
25992026-08-20T18:10:54.466Z Checking crypto-common v0.2.2
26002026-08-20T18:10:54.520Z Checking block-buffer v0.12.1
26012026-08-20T18:10:54.687Z Checking block-padding v0.4.2
26022026-08-20T18:10:54.729Z Checking rustls-native-certs v0.8.3
26032026-08-20T18:10:54.827Z Checking x509-cert v0.2.5
26042026-08-20T18:10:54.843Z Checking scroll v0.12.0
26052026-08-20T18:10:54.863Z Checking object v0.37.3
26062026-08-20T18:10:55.069Z Checking zstd-sys v2.0.16+zstd.1.5.7
26072026-08-20T18:10:55.071Z Checking md-5 v0.10.6
26082026-08-20T18:10:55.193Z Checking hash32 v0.2.1
26092026-08-20T18:10:55.216Z Checking encoding_rs v0.8.35
26102026-08-20T18:10:55.357Z Checking rustc-demangle v0.1.27
26112026-08-20T18:10:55.497Z Checking either v1.15.0
26122026-08-20T18:10:55.583Z Checking psl-types v2.0.11
26132026-08-20T18:10:55.611Z Checking mime v0.3.17
26142026-08-20T18:10:55.648Z Checking fallible-iterator v0.2.0
26152026-08-20T18:10:55.685Z Checking crc-any v2.5.0
26162026-08-20T18:10:55.702Z Checking publicsuffix v2.3.0
26172026-08-20T18:10:55.787Z Checking dof v0.4.0
26182026-08-20T18:10:55.859Z Checking heapless v0.7.17
26192026-08-20T18:10:55.873Z Checking zstd-safe v7.2.4
26202026-08-20T18:10:55.919Z Checking postgres-protocol v0.6.10
26212026-08-20T18:10:56.037Z Checking goblin v0.8.2
26222026-08-20T18:10:56.178Z Checking toml v0.7.8
26232026-08-20T18:10:56.243Z Checking inout v0.2.2
26242026-08-20T18:10:56.276Z Checking hyper-tls v0.6.0
26252026-08-20T18:10:56.397Z Checking daft v0.1.7
26262026-08-20T18:10:56.424Z Checking object v0.30.4
26272026-08-20T18:10:56.424Z Checking zip v0.6.6
26282026-08-20T18:10:56.448Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-08-20T18:10:56.493Z Checking cookie v0.18.1
26302026-08-20T18:10:56.535Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26312026-08-20T18:10:56.603Z Checking tokio-rustls v0.26.4
26322026-08-20T18:10:56.637Z Checking phf_shared v0.13.1
26332026-08-20T18:10:56.717Z Checking dtrace-parser v0.3.0
26342026-08-20T18:10:56.754Z Checking pin-project v1.1.11
26352026-08-20T18:10:56.826Z Checking zerocopy v0.7.35
26362026-08-20T18:10:56.829Z Checking signal-hook v0.3.18
26372026-08-20T18:10:56.851Z Checking futures-executor v0.3.32
26382026-08-20T18:10:56.953Z Checking ff v0.13.1
26392026-08-20T18:10:56.993Z Checking thread-id v5.1.0
26402026-08-20T18:10:57.027Z Checking unicode-width v0.2.0
26412026-08-20T18:10:57.070Z Checking unicode-linebreak v0.1.5
26422026-08-20T18:10:57.082Z Checking foldhash v0.2.0
26432026-08-20T18:10:57.213Z Checking backtrace v0.3.76
26442026-08-20T18:10:57.234Z Checking bitflags v1.3.2
26452026-08-20T18:10:57.303Z Checking libbz2-rs-sys v0.2.2
26462026-08-20T18:10:57.310Z Checking managed v0.8.0
26472026-08-20T18:10:57.310Z Checking bumpalo v3.20.2
26482026-08-20T18:10:57.316Z Checking base16ct v0.2.0
26492026-08-20T18:10:57.441Z Checking smawk v0.3.2
26502026-08-20T18:10:57.464Z Checking is_ci v1.2.0
26512026-08-20T18:10:57.492Z Checking path-slash v0.1.5
26522026-08-20T18:10:57.504Z Checking same-file v1.0.6
26532026-08-20T18:10:57.508Z Compiling rayon-core v1.13.0
26542026-08-20T18:10:57.555Z Checking jiff-core v0.1.0
26552026-08-20T18:10:57.567Z Checking foldhash v0.1.5
26562026-08-20T18:10:57.587Z Checking textwrap v0.16.2
26572026-08-20T18:10:57.619Z Checking walkdir v2.5.0
26582026-08-20T18:10:57.655Z Checking bzip2 v0.6.1
26592026-08-20T18:10:57.701Z Checking hashbrown v0.15.5
26602026-08-20T18:10:57.718Z Checking supports-color v3.0.2
26612026-08-20T18:10:57.779Z Checking backtrace-ext v0.2.1
26622026-08-20T18:10:57.794Z Checking zopfli v0.8.3
26632026-08-20T18:10:57.813Z Checking smoltcp v0.9.1
26642026-08-20T18:10:57.837Z Checking sec1 v0.7.3
26652026-08-20T18:10:57.884Z Checking hashbrown v0.16.1
26662026-08-20T18:10:57.939Z Checking dof v0.3.0
26672026-08-20T18:10:58.043Z Checking group v0.13.0
26682026-08-20T18:10:58.116Z Checking usdt-impl v0.6.0
26692026-08-20T18:10:58.164Z Checking signal-hook-mio v0.2.5
26702026-08-20T18:10:58.190Z Checking futures v0.3.32
26712026-08-20T18:10:58.218Z Checking snafu v0.8.9
26722026-08-20T18:10:58.232Z Checking jiff v0.2.34
26732026-08-20T18:10:58.263Z Checking hyper-rustls v0.27.7
26742026-08-20T18:10:58.275Z Checking phf v0.13.1
26752026-08-20T18:10:58.381Z Checking cookie_store v0.22.1
26762026-08-20T18:10:58.399Z Checking reqwest v0.12.28
26772026-08-20T18:10:58.402Z Checking cipher v0.5.2
26782026-08-20T18:10:58.422Z Checking postgres-types v0.2.12
26792026-08-20T18:10:58.451Z Checking zstd v0.13.3
26802026-08-20T18:10:58.464Z Checking rustls-platform-verifier v0.6.2
26812026-08-20T18:10:58.526Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26822026-08-20T18:10:58.599Z Checking globset v0.4.18
26832026-08-20T18:10:58.630Z Checking crossbeam-deque v0.8.6
26842026-08-20T18:10:58.643Z Checking phf_shared v0.11.3
26852026-08-20T18:10:58.712Z Checking regex v1.12.3
26862026-08-20T18:10:58.731Z Checking dtrace-parser v0.2.0
26872026-08-20T18:10:58.786Z Checking hkdf v0.12.4
26882026-08-20T18:10:58.805Z Checking ref-cast v1.0.25
26892026-08-20T18:10:58.847Z Checking curve25519-dalek v4.1.3
26902026-08-20T18:10:58.859Z Checking strum v0.27.2
26912026-08-20T18:10:58.899Z Checking olpc-cjson v0.1.4
26922026-08-20T18:10:58.915Z Checking byte-wrapper v0.1.0
26932026-08-20T18:10:58.959Z Checking hubpack v0.1.2
26942026-08-20T18:10:58.972Z Checking ed25519 v2.2.3
26952026-08-20T18:10:58.985Z Checking memoffset v0.9.1
26962026-08-20T18:10:59.033Z Checking owo-colors v4.3.0
26972026-08-20T18:10:59.063Z Checking rustix v0.38.44
26982026-08-20T18:10:59.114Z Checking pem v3.0.6
26992026-08-20T18:10:59.127Z Checking crypto-bigint v0.5.5
27002026-08-20T18:10:59.154Z Checking serde-big-array v0.5.1
27012026-08-20T18:10:59.168Z Checking serde_plain v1.0.2
27022026-08-20T18:10:59.286Z Checking erased-serde v0.3.31
27032026-08-20T18:10:59.292Z Checking float-cmp v0.10.0
27042026-08-20T18:10:59.309Z Checking memmap2 v0.9.10
27052026-08-20T18:10:59.412Z Checking thread-id v4.2.2
27062026-08-20T18:10:59.468Z Checking unicode-segmentation v1.12.0
27072026-08-20T18:10:59.490Z Checking unicode-width v0.1.14
27082026-08-20T18:10:59.586Z Checking toml_write v0.1.2
27092026-08-20T18:10:59.626Z Checking cpufeatures v0.3.0
27102026-08-20T18:10:59.643Z Checking precomputed-hash v0.1.1
27112026-08-20T18:10:59.698Z Checking normalize-line-endings v0.3.0
27122026-08-20T18:10:59.727Z Checking new_debug_unreachable v1.0.6
27132026-08-20T18:10:59.740Z Checking data-encoding v2.10.0
27142026-08-20T18:10:59.754Z Checking supports-hyperlinks v3.2.0
27152026-08-20T18:10:59.775Z Checking static_assertions v1.1.0
27162026-08-20T18:10:59.788Z Checking whoami v2.1.0
27172026-08-20T18:10:59.799Z Checking fixedbitset v0.4.2
27182026-08-20T18:10:59.843Z Checking difflib v0.4.0
27192026-08-20T18:10:59.855Z Checking fixedbitset v0.5.7
27202026-08-20T18:10:59.860Z Checking predicates-core v1.0.10
27212026-08-20T18:10:59.941Z Checking winnow v0.7.14
27222026-08-20T18:10:59.975Z Checking supports-unicode v3.0.0
27232026-08-20T18:10:59.989Z Checking typed-path v0.9.3
27242026-08-20T18:11:00.002Z Checking winnow v1.0.3
27252026-08-20T18:11:00.021Z Checking const-oid v0.10.2
27262026-08-20T18:11:00.044Z Checking keccak v0.1.6
27272026-08-20T18:11:00.050Z Checking elliptic-curve v0.13.8
27282026-08-20T18:11:00.076Z Checking miette v7.6.0
27292026-08-20T18:11:00.132Z Checking zip v4.6.1
27302026-08-20T18:11:00.185Z Checking digest v0.11.3
27312026-08-20T18:11:00.220Z Checking sha3 v0.10.8
27322026-08-20T18:11:00.369Z Checking petgraph v0.8.3
27332026-08-20T18:11:00.388Z Checking predicates v3.1.4
27342026-08-20T18:11:00.431Z Checking hickory-proto v0.25.2
27352026-08-20T18:11:00.592Z Checking tokio-postgres v0.7.16
27362026-08-20T18:11:00.686Z Checking petgraph v0.6.5
27372026-08-20T18:11:00.711Z Checking crossterm v0.28.1
27382026-08-20T18:11:00.773Z Checking tough v0.22.0
27392026-08-20T18:11:00.862Z Checking toml_parser v1.1.2+spec-1.1.0
27402026-08-20T18:11:01.181Z Checking toml_edit v0.22.27
27412026-08-20T18:11:01.189Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27422026-08-20T18:11:01.412Z Checking string_cache v0.8.9
27432026-08-20T18:11:01.583Z Checking similar v2.7.0
27442026-08-20T18:11:01.872Z Checking chacha20 v0.10.0
27452026-08-20T18:11:01.942Z Checking slog v2.8.2
27462026-08-20T18:11:01.955Z Checking ed25519-dalek v2.2.0
27472026-08-20T18:11:01.969Z Checking usdt-impl v0.5.0
27482026-08-20T18:11:02.118Z Checking usdt v0.6.0
27492026-08-20T18:11:02.188Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27502026-08-20T18:11:02.203Z Checking nix v0.31.2
27512026-08-20T18:11:02.222Z Checking iddqd v0.4.2
27522026-08-20T18:11:02.288Z Checking reqwest v0.13.2
27532026-08-20T18:11:02.569Z Checking itertools v0.13.0
27542026-08-20T18:11:02.767Z Checking itertools v0.15.0
27552026-08-20T18:11:02.817Z Checking strum v0.26.3
27562026-08-20T18:11:02.930Z Checking serde_with v3.21.0
27572026-08-20T18:11:03.144Z Checking fs-err v3.3.0
27582026-08-20T18:11:03.160Z Checking tokio-stream v0.1.18
27592026-08-20T18:11:03.240Z Checking buf-list v1.1.2
27602026-08-20T18:11:03.410Z Checking anyhow v1.0.104
27612026-08-20T18:11:03.437Z Checking camino v1.2.5
27622026-08-20T18:11:03.445Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27632026-08-20T18:11:03.461Z Checking openapiv3 v2.2.0
27642026-08-20T18:11:03.543Z Checking lalrpop-util v0.19.12
27652026-08-20T18:11:03.605Z Checking peg-runtime v0.8.5
27662026-08-20T18:11:03.619Z Checking rayon v1.11.0
27672026-08-20T18:11:03.687Z Checking sigpipe v0.1.3
27682026-08-20T18:11:03.699Z Checking glob v0.3.3
27692026-08-20T18:11:04.626Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27702026-08-20T18:11:04.924Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27712026-08-20T18:11:05.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.70s
27722026-08-20T18:11:05.371Z
27732026-08-20T18:11:05.371Zinfo: running `cargo check --bins` on internal-dns-types (80/337)
27742026-08-20T18:11:05.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-08-20T18:11:05.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-08-20T18:11:05.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-08-20T18:11:05.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27782026-08-20T18:11:05.946Z
27792026-08-20T18:11:05.946Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/337)
27802026-08-20T18:11:06.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-08-20T18:11:06.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-08-20T18:11:06.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-08-20T18:11:06.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27842026-08-20T18:11:06.525Z
27852026-08-20T18:11:06.525Zinfo: running `cargo check --bins` on nexus-types-versions (82/337)
27862026-08-20T18:11:07.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-08-20T18:11:07.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-08-20T18:11:07.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-08-20T18:11:07.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27902026-08-20T18:11:07.111Z
27912026-08-20T18:11:07.111Zinfo: running `cargo check --bins` on oxql-types (83/337)
27922026-08-20T18:11:07.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-08-20T18:11:07.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-08-20T18:11:07.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-08-20T18:11:07.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27962026-08-20T18:11:07.686Z
27972026-08-20T18:11:07.686Zinfo: running `cargo check --bins` on oximeter-types (84/337)
27982026-08-20T18:11:08.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-08-20T18:11:08.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-08-20T18:11:08.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-08-20T18:11:08.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28022026-08-20T18:11:08.255Z
28032026-08-20T18:11:08.255Zinfo: running `cargo check --bins` on oximeter-types-versions (85/337)
28042026-08-20T18:11:08.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-08-20T18:11:08.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-08-20T18:11:08.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-08-20T18:11:08.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28082026-08-20T18:11:08.832Z
28092026-08-20T18:11:08.832Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/337)
28102026-08-20T18:11:09.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-08-20T18:11:09.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-08-20T18:11:09.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-08-20T18:11:09.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28142026-08-20T18:11:09.393Z
28152026-08-20T18:11:09.394Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (87/337)
28162026-08-20T18:11:09.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-08-20T18:11:09.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-08-20T18:11:10.079Z Compiling multer v3.1.0
28192026-08-20T18:11:10.194Z Compiling async-stream-impl v0.3.6
28202026-08-20T18:11:10.197Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28212026-08-20T18:11:10.213Z Compiling dropshot v0.17.1
28222026-08-20T18:11:10.227Z Compiling parse-display-derive v0.10.0
28232026-08-20T18:11:10.237Z Compiling dropshot_endpoint v0.17.1
28242026-08-20T18:11:10.241Z Compiling newtype-uuid-macros v0.1.0
28252026-08-20T18:11:10.267Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28262026-08-20T18:11:10.434Z Checking thread_local v1.1.9
28272026-08-20T18:11:10.439Z Checking match_cfg v0.1.0
28282026-08-20T18:11:10.543Z Checking compression-core v0.4.31
28292026-08-20T18:11:10.581Z Checking hostname v0.3.1
28302026-08-20T18:11:10.617Z Checking crossbeam-channel v0.5.15
28312026-08-20T18:11:10.651Z Checking compression-codecs v0.4.37
28322026-08-20T18:11:10.666Z Checking atomicwrites v0.4.4
28332026-08-20T18:11:10.680Z Checking slog-json v2.6.1
28342026-08-20T18:11:10.773Z Checking toml_datetime v1.1.1+spec-1.1.0
28352026-08-20T18:11:10.789Z Checking serde_spanned v1.1.1
28362026-08-20T18:11:10.812Z Checking is-terminal v0.4.17
28372026-08-20T18:11:10.834Z Checking take_mut v0.2.2
28382026-08-20T18:11:10.900Z Checking debug-ignore v1.0.5
28392026-08-20T18:11:10.916Z Checking term v1.2.1
28402026-08-20T18:11:10.935Z Checking toml_writer v1.1.1+spec-1.1.0
28412026-08-20T18:11:10.953Z Checking slog-async v2.8.0
28422026-08-20T18:11:10.971Z Checking slog-bunyan v2.5.0
28432026-08-20T18:11:11.022Z Checking async-compression v0.4.41
28442026-08-20T18:11:11.028Z Checking async-stream v0.3.6
28452026-08-20T18:11:11.080Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28462026-08-20T18:11:11.107Z Checking toml v1.1.2+spec-1.1.0
28472026-08-20T18:11:11.131Z Checking progenitor-client v0.14.0
28482026-08-20T18:11:11.148Z Checking slog-term v2.9.2
28492026-08-20T18:11:11.151Z Checking sha1 v0.11.0
28502026-08-20T18:11:11.239Z Checking waitgroup v0.1.2
28512026-08-20T18:11:11.335Z Checking rustls-pemfile v2.2.0
28522026-08-20T18:11:11.348Z Checking backon v1.6.0
28532026-08-20T18:11:11.362Z Checking serde_path_to_error v0.1.20
28542026-08-20T18:11:11.391Z Checking hostname v0.4.2
28552026-08-20T18:11:11.415Z Checking instant v0.1.13
28562026-08-20T18:11:11.493Z Checking backoff v0.4.0
28572026-08-20T18:11:11.517Z Checking progenitor-extras v0.2.0
28582026-08-20T18:11:11.645Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28592026-08-20T18:11:11.677Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28602026-08-20T18:11:11.677Z Checking regress v0.10.5
28612026-08-20T18:11:11.702Z Checking itertools v0.14.0
28622026-08-20T18:11:11.867Z Checking macaddr v1.0.1
28632026-08-20T18:11:11.886Z Checking parse-display v0.10.0
28642026-08-20T18:11:12.026Z Checking humantime v2.3.0
28652026-08-20T18:11:12.814Z Compiling prettyplease v0.2.37
28662026-08-20T18:11:13.104Z Checking num-rational v0.4.2
28672026-08-20T18:11:13.378Z Checking num-complex v0.4.6
28682026-08-20T18:11:13.812Z Compiling num v0.4.3
28692026-08-20T18:11:13.898Z Compiling usdt-macro v0.5.0
28702026-08-20T18:11:13.910Z Compiling usdt-attr-macro v0.5.0
28712026-08-20T18:11:13.955Z Checking memmap v0.7.0
28722026-08-20T18:11:13.969Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28732026-08-20T18:11:13.973Z Compiling float-ord v0.3.2
28742026-08-20T18:11:14.085Z Compiling convert_case v0.4.0
28752026-08-20T18:11:14.454Z Compiling derive_more v0.99.20
28762026-08-20T18:11:14.520Z Checking newline-converter v0.3.0
28772026-08-20T18:11:14.632Z Checking console v0.15.11
28782026-08-20T18:11:14.636Z Compiling toml v0.8.23
28792026-08-20T18:11:14.719Z Checking usdt v0.5.0
28802026-08-20T18:11:14.856Z Compiling minimal-lexical v0.2.1
28812026-08-20T18:11:14.908Z Checking linked-hash-map v0.5.6
28822026-08-20T18:11:15.078Z Checking lru-cache v0.1.2
28832026-08-20T18:11:15.170Z Compiling nom v7.1.3
28842026-08-20T18:11:15.199Z Checking expectorate v1.2.0
28852026-08-20T18:11:15.373Z Checking camino-tempfile v1.4.1
28862026-08-20T18:11:15.538Z Checking hickory-proto v0.24.4
28872026-08-20T18:11:15.663Z Checking phf_shared v0.12.1
28882026-08-20T18:11:15.809Z Compiling slog-dtrace v0.3.0
28892026-08-20T18:11:15.824Z Compiling unicode-xid v0.2.6
28902026-08-20T18:11:16.000Z Compiling chrono-tz v0.10.4
28912026-08-20T18:11:16.180Z Checking resolv-conf v0.7.6
28922026-08-20T18:11:16.261Z Checking heck v0.5.0
28932026-08-20T18:11:16.408Z Compiling const_format_proc_macros v0.2.34
28942026-08-20T18:11:16.441Z Checking phf v0.12.1
28952026-08-20T18:11:16.538Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28962026-08-20T18:11:16.586Z Checking tokio-dtrace v0.1.1
28972026-08-20T18:11:16.777Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28982026-08-20T18:11:16.792Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28992026-08-20T18:11:17.028Z Compiling derive-where v1.6.0
29002026-08-20T18:11:17.119Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29012026-08-20T18:11:17.316Z Checking highway v1.3.0
29022026-08-20T18:11:17.383Z Checking hickory-resolver v0.24.4
29032026-08-20T18:11:17.542Z Checking const_format v0.2.35
29042026-08-20T18:11:17.777Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29052026-08-20T18:11:18.144Z Checking oxide-tokio-rt v0.1.4
29062026-08-20T18:11:18.391Z Checking qorb v0.4.1
29072026-08-20T18:11:18.488Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29082026-08-20T18:11:18.510Z Checking gethostname v0.5.0
29092026-08-20T18:11:18.549Z Checking bcs v0.1.6
29102026-08-20T18:11:18.564Z Checking termtree v0.5.1
29112026-08-20T18:11:18.655Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29122026-08-20T18:11:18.655Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29132026-08-20T18:11:18.685Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29142026-08-20T18:11:21.703Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29152026-08-20T18:11:24.852Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29162026-08-20T18:11:27.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.71s
29172026-08-20T18:11:27.283Z
29182026-08-20T18:11:27.283Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337)
29192026-08-20T18:11:27.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-08-20T18:11:27.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-08-20T18:11:27.968Z Compiling ar_archive_writer v0.5.1
29222026-08-20T18:11:28.078Z Compiling stacker v0.1.23
29232026-08-20T18:11:28.082Z Compiling cfg_aliases v0.1.1
29242026-08-20T18:11:28.088Z Compiling convert_case v0.10.0
29252026-08-20T18:11:28.092Z Compiling proc-macro-error v1.0.4
29262026-08-20T18:11:28.099Z Checking fd-lock v4.0.4
29272026-08-20T18:11:28.102Z Checking nibble_vec v0.1.0
29282026-08-20T18:11:28.104Z Compiling recursive-proc-macro-impl v0.1.1
29292026-08-20T18:11:28.174Z Compiling nix v0.28.0
29302026-08-20T18:11:28.206Z Checking vte v0.14.1
29312026-08-20T18:11:28.222Z Checking bytecount v0.6.9
29322026-08-20T18:11:28.324Z Checking endian-type v0.1.2
29332026-08-20T18:11:28.337Z Checking papergrid v0.11.0
29342026-08-20T18:11:28.352Z Checking strip-ansi-escapes v0.2.1
29352026-08-20T18:11:28.362Z Compiling derive_more-impl v2.1.1
29362026-08-20T18:11:28.394Z Compiling tabled_derive v0.7.0
29372026-08-20T18:11:28.438Z Checking radix_trie v0.2.1
29382026-08-20T18:11:28.489Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-08-20T18:11:28.514Z Compiling peg-macros v0.8.5
29402026-08-20T18:11:28.639Z Compiling sqlparser_derive v0.5.0
29412026-08-20T18:11:28.886Z Compiling psm v0.1.30
29422026-08-20T18:11:28.945Z Checking winnow v0.6.26
29432026-08-20T18:11:28.960Z Checking nu-ansi-term v0.50.3
29442026-08-20T18:11:29.192Z Checking unicode_categories v0.1.1
29452026-08-20T18:11:29.234Z Checking derive_more v2.1.1
29462026-08-20T18:11:29.321Z Checking home v0.5.12
29472026-08-20T18:11:29.354Z Checking crossterm v0.29.0
29482026-08-20T18:11:29.380Z Checking tabled v0.15.0
29492026-08-20T18:11:29.399Z Checking reedline v0.40.0
29502026-08-20T18:11:29.434Z Checking rustyline v14.0.0
29512026-08-20T18:11:29.463Z Checking display-error-chain v0.2.2
29522026-08-20T18:11:29.671Z Checking recursive v0.1.1
29532026-08-20T18:11:29.765Z Checking sqlparser v0.61.0
29542026-08-20T18:11:29.868Z Checking peg v0.8.5
29552026-08-20T18:11:30.102Z Checking sqlformat v0.3.5
29562026-08-20T18:11:41.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
29572026-08-20T18:11:41.256Z
29582026-08-20T18:11:41.256Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337)
29592026-08-20T18:11:41.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-20T18:11:41.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-20T18:11:42.275Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-08-20T18:11:45.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
29632026-08-20T18:11:45.656Z
29642026-08-20T18:11:45.656Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337)
29652026-08-20T18:11:46.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-20T18:11:46.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-20T18:11:46.329Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29682026-08-20T18:11:48.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
29692026-08-20T18:11:49.083Z
29702026-08-20T18:11:49.083Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337)
29712026-08-20T18:11:49.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-20T18:11:49.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-20T18:11:49.748Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742026-08-20T18:11:53.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
29752026-08-20T18:11:53.287Z
29762026-08-20T18:11:53.287Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337)
29772026-08-20T18:11:53.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-20T18:11:53.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-20T18:11:53.971Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29802026-08-20T18:11:57.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
29812026-08-20T18:11:57.539Z
29822026-08-20T18:11:57.539Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337)
29832026-08-20T18:11:58.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-20T18:11:58.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-20T18:11:58.211Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29862026-08-20T18:12:00.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
29872026-08-20T18:12:01.109Z
29882026-08-20T18:12:01.110Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337)
29892026-08-20T18:12:01.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-20T18:12:01.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-20T18:12:01.791Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29922026-08-20T18:12:04.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
29932026-08-20T18:12:04.694Z
29942026-08-20T18:12:04.694Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337)
29952026-08-20T18:12:05.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-20T18:12:05.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-20T18:12:05.431Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29982026-08-20T18:12:08.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
29992026-08-20T18:12:09.069Z
30002026-08-20T18:12:09.069Zinfo: running `cargo check --bins` on oximeter (96/337)
30012026-08-20T18:12:09.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-20T18:12:09.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-20T18:12:09.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-08-20T18:12:09.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30052026-08-20T18:12:10.155Z
30062026-08-20T18:12:10.155Zinfo: running `cargo check --bins` on oximeter-schema (97/337)
30072026-08-20T18:12:10.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-20T18:12:10.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-20T18:12:10.269Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30102026-08-20T18:12:10.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
30112026-08-20T18:12:10.818Z
30122026-08-20T18:12:10.818Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (98/337)
30132026-08-20T18:12:11.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-20T18:12:11.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-20T18:12:11.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-20T18:12:11.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30172026-08-20T18:12:11.400Z
30182026-08-20T18:12:11.400Zinfo: running `cargo check --bins` on oximeter-test-utils (99/337)
30192026-08-20T18:12:11.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-20T18:12:11.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-20T18:12:11.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-08-20T18:12:11.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30232026-08-20T18:12:12.009Z
30242026-08-20T18:12:12.009Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337)
30252026-08-20T18:12:12.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-08-20T18:12:12.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-08-20T18:12:12.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-08-20T18:12:12.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30292026-08-20T18:12:12.593Z
30302026-08-20T18:12:12.593Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337)
30312026-08-20T18:12:16.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-20T18:12:16.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-20T18:12:16.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-20T18:12:16.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30352026-08-20T18:12:16.689Z
30362026-08-20T18:12:16.689Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337)
30372026-08-20T18:12:16.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-20T18:12:16.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-20T18:12:16.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-20T18:12:16.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30412026-08-20T18:12:16.689Z
30422026-08-20T18:12:16.689Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337)
30432026-08-20T18:12:16.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-20T18:12:16.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-20T18:12:16.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-20T18:12:16.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30472026-08-20T18:12:16.691Z
30482026-08-20T18:12:16.691Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/337)
30492026-08-20T18:12:16.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-20T18:12:16.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-20T18:12:16.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-08-20T18:12:16.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30532026-08-20T18:12:16.691Z
30542026-08-20T18:12:16.691Zinfo: running `cargo check --bins` on reconfigurator-cli (105/337)
30552026-08-20T18:12:16.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-08-20T18:12:16.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-08-20T18:12:16.691Z Compiling crucible-workspace-hack v0.1.0
30582026-08-20T18:12:16.691Z Compiling regress v0.11.1
30592026-08-20T18:12:16.691Z Checking secrecy v0.10.3
30602026-08-20T18:12:16.691Z Checking half v2.7.1
30612026-08-20T18:12:16.691Z Checking ciborium-io v0.2.2
30622026-08-20T18:12:16.691Z Checking inout v0.1.4
30632026-08-20T18:12:16.691Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30642026-08-20T18:12:16.691Z Checking universal-hash v0.5.1
30652026-08-20T18:12:16.691Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30662026-08-20T18:12:16.692Z Compiling thiserror-impl-no-std v2.0.2
30672026-08-20T18:12:16.692Z Checking opaque-debug v0.3.1
30682026-08-20T18:12:16.692Z Checking cipher v0.4.4
30692026-08-20T18:12:16.692Z Checking poly1305 v0.8.0
30702026-08-20T18:12:16.692Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-08-20T18:12:16.692Z Checking ciborium-ll v0.2.2
30722026-08-20T18:12:16.692Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30732026-08-20T18:12:16.692Z Checking chacha20 v0.9.1
30742026-08-20T18:12:16.692Z Checking ciborium v0.2.2
30752026-08-20T18:12:16.692Z Checking password-hash v0.5.0
30762026-08-20T18:12:16.692Z Checking blake2 v0.10.6
30772026-08-20T18:12:16.692Z Checking aead v0.5.2
30782026-08-20T18:12:16.692Z Compiling toml_datetime v0.7.5+spec-1.1.0
30792026-08-20T18:12:16.692Z Checking indent_write v2.2.0
30802026-08-20T18:12:16.692Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30812026-08-20T18:12:16.702Z Checking argon2 v0.5.3
30822026-08-20T18:12:16.751Z Compiling toml_edit v0.23.10+spec-1.0.0
30832026-08-20T18:12:16.766Z Checking chacha20poly1305 v0.10.1
30842026-08-20T18:12:16.830Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30852026-08-20T18:12:16.898Z Compiling unsafe-libyaml v0.2.11
30862026-08-20T18:12:17.007Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30872026-08-20T18:12:17.202Z Checking thiserror-no-std v2.0.2
30882026-08-20T18:12:17.218Z Compiling heapless v0.8.0
30892026-08-20T18:12:17.293Z Checking vsss-rs v3.3.4
30902026-08-20T18:12:17.464Z Compiling typify-impl v0.6.2
30912026-08-20T18:12:17.508Z Compiling serde_yaml v0.9.34+deprecated
30922026-08-20T18:12:17.638Z Compiling proc-macro-crate v3.4.0
30932026-08-20T18:12:17.957Z Compiling ingot-macros v0.2.0
30942026-08-20T18:12:18.178Z Compiling num_enum_derive v0.7.6
30952026-08-20T18:12:18.308Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30962026-08-20T18:12:18.399Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30972026-08-20T18:12:18.416Z Checking hash32 v0.3.1
30982026-08-20T18:12:18.546Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30992026-08-20T18:12:18.761Z Compiling smoltcp v0.11.0
31002026-08-20T18:12:18.961Z Checking tabwriter v1.4.1
31012026-08-20T18:12:19.104Z Checking cobs v0.3.0
31022026-08-20T18:12:19.134Z Checking swrite v0.1.0
31032026-08-20T18:12:19.148Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31042026-08-20T18:12:19.226Z Compiling proc-macro-crate v1.3.1
31052026-08-20T18:12:19.242Z Checking num_enum v0.7.6
31062026-08-20T18:12:19.265Z Checking postcard v1.1.3
31072026-08-20T18:12:19.347Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31082026-08-20T18:12:19.361Z Compiling foreign-types-macros v0.2.3
31092026-08-20T18:12:19.534Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31102026-08-20T18:12:19.557Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31112026-08-20T18:12:19.572Z Checking colored v3.1.1
31122026-08-20T18:12:19.637Z Checking foreign-types-shared v0.3.1
31132026-08-20T18:12:19.732Z Compiling num_enum_derive v0.5.11
31142026-08-20T18:12:19.881Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-08-20T18:12:19.912Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31162026-08-20T18:12:19.976Z Checking foreign-types v0.5.0
31172026-08-20T18:12:20.037Z Checking cstr-argument v0.1.2
31182026-08-20T18:12:20.163Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31192026-08-20T18:12:20.350Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31202026-08-20T18:12:20.384Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31212026-08-20T18:12:20.399Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31222026-08-20T18:12:20.475Z Checking rand v0.10.1
31232026-08-20T18:12:20.526Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31242026-08-20T18:12:20.557Z Compiling zone_cfg_derive v0.3.1
31252026-08-20T18:12:20.576Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31262026-08-20T18:12:20.692Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31272026-08-20T18:12:20.801Z Checking ingot-types v0.2.0
31282026-08-20T18:12:20.814Z Checking num_enum v0.5.11
31292026-08-20T18:12:20.858Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31302026-08-20T18:12:20.934Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31312026-08-20T18:12:21.033Z Checking itertools v0.12.1
31322026-08-20T18:12:21.114Z Compiling num-derive v0.4.2
31332026-08-20T18:12:21.172Z Checking ingot v0.2.1
31342026-08-20T18:12:21.229Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31352026-08-20T18:12:21.419Z Compiling semver v0.1.20
31362026-08-20T18:12:21.716Z Compiling rustc_version v0.1.7
31372026-08-20T18:12:21.949Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31382026-08-20T18:12:22.004Z Checking smf v0.2.3
31392026-08-20T18:12:22.022Z Compiling typify-macro v0.6.2
31402026-08-20T18:12:22.036Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31412026-08-20T18:12:22.050Z Checking zone v0.3.1
31422026-08-20T18:12:22.105Z Checking nom v8.0.0
31432026-08-20T18:12:22.238Z Checking csv-core v0.1.13
31442026-08-20T18:12:22.256Z Checking whoami v1.6.1
31452026-08-20T18:12:22.271Z Compiling newtype_derive v0.1.6
31462026-08-20T18:12:22.401Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31472026-08-20T18:12:22.417Z Checking csv v1.4.0
31482026-08-20T18:12:22.431Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31492026-08-20T18:12:22.461Z Compiling cancel-safe-futures v0.1.5
31502026-08-20T18:12:22.587Z Compiling libefi-sys v0.1.0
31512026-08-20T18:12:22.690Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31522026-08-20T18:12:22.780Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31532026-08-20T18:12:22.809Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31542026-08-20T18:12:22.900Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31552026-08-20T18:12:22.990Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31562026-08-20T18:12:23.007Z Checking oxide-update-engine-types v0.1.2
31572026-08-20T18:12:23.103Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31582026-08-20T18:12:23.221Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31592026-08-20T18:12:23.404Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31602026-08-20T18:12:23.434Z Compiling bitfield-struct v0.6.2
31612026-08-20T18:12:23.455Z Checking linear-map v1.2.0
31622026-08-20T18:12:23.637Z Checking steno v0.4.1
31632026-08-20T18:12:23.779Z Compiling typify v0.6.2
31642026-08-20T18:12:23.890Z Compiling progenitor-impl v0.14.0
31652026-08-20T18:12:23.906Z Checking oxide-update-engine v0.1.2
31662026-08-20T18:12:23.909Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31672026-08-20T18:12:24.076Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31682026-08-20T18:12:24.079Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31692026-08-20T18:12:24.336Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31702026-08-20T18:12:24.519Z Checking sha1 v0.10.6
31712026-08-20T18:12:24.535Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31722026-08-20T18:12:24.616Z Checking utf-8 v0.7.6
31732026-08-20T18:12:24.638Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31742026-08-20T18:12:24.697Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31752026-08-20T18:12:24.757Z Checking tungstenite v0.21.0
31762026-08-20T18:12:24.856Z Checking ignore v0.4.25
31772026-08-20T18:12:24.880Z Checking anstyle-parse v0.2.7
31782026-08-20T18:12:24.916Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31792026-08-20T18:12:24.962Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31802026-08-20T18:12:25.040Z Compiling xshell-macros v0.2.7
31812026-08-20T18:12:25.194Z Checking anstream v0.6.21
31822026-08-20T18:12:25.221Z Checking predicates-tree v1.0.13
31832026-08-20T18:12:25.236Z Checking tokio-tungstenite v0.21.0
31842026-08-20T18:12:25.288Z Checking globwalk v0.9.1
31852026-08-20T18:12:25.337Z Checking filetime v0.2.27
31862026-08-20T18:12:25.405Z Checking tagptr v0.2.0
31872026-08-20T18:12:25.454Z Checking xshell v0.2.7
31882026-08-20T18:12:25.474Z Checking xattr v1.6.1
31892026-08-20T18:12:25.489Z Checking camino-tempfile-ext v0.3.3
31902026-08-20T18:12:25.520Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31912026-08-20T18:12:25.554Z Checking moka v0.12.13
31922026-08-20T18:12:25.609Z Checking tar v0.4.46
31932026-08-20T18:12:25.658Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31942026-08-20T18:12:25.686Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31952026-08-20T18:12:25.703Z Checking rand_seeder v0.4.0
31962026-08-20T18:12:25.791Z Checking half v1.8.3
31972026-08-20T18:12:25.830Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31982026-08-20T18:12:25.853Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31992026-08-20T18:12:25.995Z Checking serde_cbor v0.11.2
32002026-08-20T18:12:26.011Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32012026-08-20T18:12:26.176Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
32022026-08-20T18:12:26.214Z Checking hickory-resolver v0.25.2
32032026-08-20T18:12:26.274Z Checking digest-io v0.1.0
32042026-08-20T18:12:26.392Z Checking sha2 v0.11.0
32052026-08-20T18:12:26.414Z Compiling petname v2.0.2
32062026-08-20T18:12:26.557Z Compiling progenitor-macro v0.14.0
32072026-08-20T18:12:26.902Z Checking rawzip v0.4.4
32082026-08-20T18:12:26.907Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32092026-08-20T18:12:26.934Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32102026-08-20T18:12:27.280Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32112026-08-20T18:12:27.297Z Checking sapling-renderdag v0.1.0
32122026-08-20T18:12:27.402Z Checking subprocess v0.2.15
32132026-08-20T18:12:27.466Z Checking sync-ptr v0.1.4
32142026-08-20T18:12:27.578Z Checking colored v2.2.0
32152026-08-20T18:12:27.593Z Checking assert_matches v1.5.0
32162026-08-20T18:12:27.690Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32172026-08-20T18:12:27.799Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32182026-08-20T18:12:27.864Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32192026-08-20T18:12:27.864Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32202026-08-20T18:12:28.216Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32212026-08-20T18:12:28.573Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32222026-08-20T18:12:28.574Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32232026-08-20T18:12:29.641Z Checking progenitor v0.14.0
32242026-08-20T18:12:29.777Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32252026-08-20T18:12:29.781Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32262026-08-20T18:12:29.781Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32272026-08-20T18:12:29.781Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32282026-08-20T18:12:29.781Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32292026-08-20T18:12:29.781Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32302026-08-20T18:12:29.947Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32312026-08-20T18:12:30.172Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32322026-08-20T18:12:30.234Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32332026-08-20T18:12:30.464Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32342026-08-20T18:12:30.495Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32352026-08-20T18:12:30.962Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32362026-08-20T18:12:31.428Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32372026-08-20T18:12:31.554Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32382026-08-20T18:12:32.083Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32392026-08-20T18:12:32.844Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32402026-08-20T18:12:41.534Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32412026-08-20T18:12:48.806Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32422026-08-20T18:12:48.810Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32432026-08-20T18:12:48.810Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32442026-08-20T18:12:50.299Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32452026-08-20T18:12:51.580Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32462026-08-20T18:12:53.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.89s
32472026-08-20T18:12:54.037Z
32482026-08-20T18:12:54.037Zinfo: running `cargo check --bins` on nexus-inventory (106/337)
32492026-08-20T18:12:54.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-08-20T18:12:54.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-08-20T18:12:54.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-08-20T18:12:54.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32532026-08-20T18:12:54.654Z
32542026-08-20T18:12:54.654Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337)
32552026-08-20T18:12:55.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-08-20T18:12:55.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-08-20T18:12:55.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582026-08-20T18:12:55.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32592026-08-20T18:12:55.231Z
32602026-08-20T18:12:55.231Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/337)
32612026-08-20T18:12:55.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-08-20T18:12:55.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-08-20T18:12:55.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-08-20T18:12:55.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32652026-08-20T18:12:55.807Z
32662026-08-20T18:12:55.807Zinfo: running `cargo check --bins` on dns-service-client (109/337)
32672026-08-20T18:12:56.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-08-20T18:12:56.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-08-20T18:12:56.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-08-20T18:12:56.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32712026-08-20T18:12:56.384Z
32722026-08-20T18:12:56.385Zinfo: running `cargo check --bins` on ntp-admin-client (110/337)
32732026-08-20T18:12:56.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-08-20T18:12:56.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-08-20T18:12:56.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-08-20T18:12:56.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32772026-08-20T18:12:56.951Z
32782026-08-20T18:12:56.952Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/337)
32792026-08-20T18:12:57.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-08-20T18:12:57.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-08-20T18:12:57.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822026-08-20T18:12:57.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32832026-08-20T18:12:57.523Z
32842026-08-20T18:12:57.523Zinfo: running `cargo check --bins` on cockroach-admin-client (112/337)
32852026-08-20T18:12:58.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-08-20T18:12:58.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-08-20T18:12:58.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882026-08-20T18:12:58.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32892026-08-20T18:12:58.088Z
32902026-08-20T18:12:58.088Zinfo: running `cargo check --bins` on parallel-task-set (113/337)
32912026-08-20T18:12:58.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922026-08-20T18:12:58.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932026-08-20T18:12:58.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942026-08-20T18:12:58.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32952026-08-20T18:12:58.652Z
32962026-08-20T18:12:58.652Zinfo: running `cargo check --bins` on sled-agent-client (114/337)
32972026-08-20T18:12:59.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982026-08-20T18:12:59.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992026-08-20T18:12:59.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002026-08-20T18:12:59.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33012026-08-20T18:12:59.238Z
33022026-08-20T18:12:59.238Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337)
33032026-08-20T18:12:59.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-08-20T18:12:59.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-08-20T18:12:59.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-08-20T18:12:59.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33072026-08-20T18:12:59.838Z
33082026-08-20T18:12:59.838Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/337)
33092026-08-20T18:13:00.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-08-20T18:13:00.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-08-20T18:13:00.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-08-20T18:13:00.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33132026-08-20T18:13:00.433Z
33142026-08-20T18:13:00.433Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337)
33152026-08-20T18:13:00.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-08-20T18:13:00.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-08-20T18:13:00.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-08-20T18:13:00.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33192026-08-20T18:13:01.025Z
33202026-08-20T18:13:01.025Zinfo: running `cargo check --bins` on key-manager (118/337)
33212026-08-20T18:13:01.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-08-20T18:13:01.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-08-20T18:13:01.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-08-20T18:13:01.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33252026-08-20T18:13:01.609Z
33262026-08-20T18:13:01.609Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/337)
33272026-08-20T18:13:02.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-08-20T18:13:02.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-08-20T18:13:02.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-08-20T18:13:02.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33312026-08-20T18:13:02.202Z
33322026-08-20T18:13:02.202Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337)
33332026-08-20T18:13:02.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-08-20T18:13:02.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-08-20T18:13:02.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-08-20T18:13:02.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33372026-08-20T18:13:02.798Z
33382026-08-20T18:13:02.798Zinfo: running `cargo check --bins` on typed-rng (121/337)
33392026-08-20T18:13:03.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-08-20T18:13:03.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-08-20T18:13:03.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-08-20T18:13:03.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33432026-08-20T18:13:03.364Z
33442026-08-20T18:13:03.364Zinfo: running `cargo check --bins` on gateway-test-utils (122/337)
33452026-08-20T18:13:03.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-08-20T18:13:03.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-08-20T18:13:03.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-08-20T18:13:03.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33492026-08-20T18:13:03.988Z
33502026-08-20T18:13:03.989Zinfo: running `cargo check --bins` on omicron-gateway (123/337)
33512026-08-20T18:13:04.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-08-20T18:13:04.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-08-20T18:13:04.733Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33542026-08-20T18:13:04.738Z Checking void v1.0.2
33552026-08-20T18:13:04.739Z Checking tungstenite v0.23.0
33562026-08-20T18:13:04.739Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33572026-08-20T18:13:04.739Z Checking dropshot-api-manager-types v0.8.0
33582026-08-20T18:13:04.859Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33592026-08-20T18:13:04.877Z Checking nix v0.27.1
33602026-08-20T18:13:04.888Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33612026-08-20T18:13:04.961Z Checking lzss v0.8.2
33622026-08-20T18:13:05.011Z Checking kstat-rs v0.2.5
33632026-08-20T18:13:05.041Z Checking fxhash v0.2.1
33642026-08-20T18:13:05.094Z Checking serde_bytes v0.11.19
33652026-08-20T18:13:05.144Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33662026-08-20T18:13:05.161Z Checking signal-hook-tokio v0.3.1
33672026-08-20T18:13:05.186Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33682026-08-20T18:13:05.216Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33692026-08-20T18:13:05.261Z Checking tokio-tungstenite v0.23.1
33702026-08-20T18:13:05.395Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33712026-08-20T18:13:06.469Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33722026-08-20T18:13:07.022Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732026-08-20T18:13:09.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
33742026-08-20T18:13:09.359Z
33752026-08-20T18:13:09.361Zinfo: running `cargo check --bins` on gateway-api (124/337)
33762026-08-20T18:13:09.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-08-20T18:13:09.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-08-20T18:13:09.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-08-20T18:13:09.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33802026-08-20T18:13:09.932Z
33812026-08-20T18:13:09.932Zinfo: running `cargo check --bins` on ipcc (125/337)
33822026-08-20T18:13:10.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-08-20T18:13:10.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-08-20T18:13:10.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-08-20T18:13:10.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33862026-08-20T18:13:10.518Z
33872026-08-20T18:13:10.518Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337)
33882026-08-20T18:13:10.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-08-20T18:13:10.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-08-20T18:13:10.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-08-20T18:13:11.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33922026-08-20T18:13:11.086Z
33932026-08-20T18:13:11.087Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337)
33942026-08-20T18:13:11.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-08-20T18:13:11.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-08-20T18:13:11.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-08-20T18:13:11.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33982026-08-20T18:13:11.690Z
33992026-08-20T18:13:11.690Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337)
34002026-08-20T18:13:12.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-08-20T18:13:12.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-08-20T18:13:12.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-08-20T18:13:12.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34042026-08-20T18:13:12.276Z
34052026-08-20T18:13:12.276Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337)
34062026-08-20T18:13:12.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-08-20T18:13:12.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-08-20T18:13:12.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-08-20T18:13:12.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34102026-08-20T18:13:12.862Z
34112026-08-20T18:13:12.862Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337)
34122026-08-20T18:13:13.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-08-20T18:13:13.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-08-20T18:13:13.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-08-20T18:13:13.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34162026-08-20T18:13:13.449Z
34172026-08-20T18:13:13.449Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337)
34182026-08-20T18:13:13.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-08-20T18:13:13.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-08-20T18:13:13.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-08-20T18:13:13.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34222026-08-20T18:13:14.049Z
34232026-08-20T18:13:14.049Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337)
34242026-08-20T18:13:14.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-08-20T18:13:14.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-08-20T18:13:14.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-08-20T18:13:14.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34282026-08-20T18:13:14.634Z
34292026-08-20T18:13:14.634Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337)
34302026-08-20T18:13:15.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-08-20T18:13:15.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-08-20T18:13:15.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-08-20T18:13:15.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34342026-08-20T18:13:15.225Z
34352026-08-20T18:13:15.225Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337)
34362026-08-20T18:13:15.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-08-20T18:13:15.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-08-20T18:13:15.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-08-20T18:13:15.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34402026-08-20T18:13:15.809Z
34412026-08-20T18:13:15.809Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337)
34422026-08-20T18:13:16.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-08-20T18:13:16.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-08-20T18:13:16.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-08-20T18:13:16.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34462026-08-20T18:13:16.390Z
34472026-08-20T18:13:16.390Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337)
34482026-08-20T18:13:16.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-08-20T18:13:16.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-08-20T18:13:16.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-08-20T18:13:16.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34522026-08-20T18:13:16.971Z
34532026-08-20T18:13:16.971Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337)
34542026-08-20T18:13:17.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-08-20T18:13:17.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-08-20T18:13:17.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-08-20T18:13:17.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34582026-08-20T18:13:17.556Z
34592026-08-20T18:13:17.556Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337)
34602026-08-20T18:13:18.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-08-20T18:13:18.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-08-20T18:13:18.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-08-20T18:13:18.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34642026-08-20T18:13:18.133Z
34652026-08-20T18:13:18.133Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337)
34662026-08-20T18:13:18.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-08-20T18:13:18.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-08-20T18:13:18.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-08-20T18:13:18.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34702026-08-20T18:13:18.710Z
34712026-08-20T18:13:18.710Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337)
34722026-08-20T18:13:19.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-08-20T18:13:19.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-08-20T18:13:19.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-08-20T18:13:19.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34762026-08-20T18:13:19.285Z
34772026-08-20T18:13:19.285Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337)
34782026-08-20T18:13:19.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-08-20T18:13:19.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-08-20T18:13:19.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-08-20T18:13:19.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34822026-08-20T18:13:19.862Z
34832026-08-20T18:13:19.862Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337)
34842026-08-20T18:13:20.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-08-20T18:13:20.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-08-20T18:13:20.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-08-20T18:13:20.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34882026-08-20T18:13:20.439Z
34892026-08-20T18:13:20.439Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337)
34902026-08-20T18:13:20.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-08-20T18:13:20.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-08-20T18:13:20.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-08-20T18:13:20.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34942026-08-20T18:13:21.018Z
34952026-08-20T18:13:21.018Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337)
34962026-08-20T18:13:21.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-20T18:13:21.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-20T18:13:21.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-20T18:13:21.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35002026-08-20T18:13:21.600Z
35012026-08-20T18:13:21.600Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337)
35022026-08-20T18:13:22.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-20T18:13:22.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-20T18:13:22.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-20T18:13:22.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35062026-08-20T18:13:22.181Z
35072026-08-20T18:13:22.181Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337)
35082026-08-20T18:13:22.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-20T18:13:22.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-20T18:13:22.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-20T18:13:22.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35122026-08-20T18:13:22.777Z
35132026-08-20T18:13:22.777Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337)
35142026-08-20T18:13:23.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-20T18:13:23.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-20T18:13:23.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-20T18:13:23.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35182026-08-20T18:13:23.369Z
35192026-08-20T18:13:23.369Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337)
35202026-08-20T18:13:23.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-20T18:13:23.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-20T18:13:23.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-20T18:13:23.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35242026-08-20T18:13:23.966Z
35252026-08-20T18:13:23.966Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337)
35262026-08-20T18:13:24.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-20T18:13:24.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-20T18:13:24.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-20T18:13:24.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35302026-08-20T18:13:24.562Z
35312026-08-20T18:13:24.562Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337)
35322026-08-20T18:13:25.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-20T18:13:25.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-20T18:13:25.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-20T18:13:25.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35362026-08-20T18:13:25.163Z
35372026-08-20T18:13:25.163Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337)
35382026-08-20T18:13:25.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-20T18:13:25.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-20T18:13:25.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-20T18:13:25.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35422026-08-20T18:13:25.759Z
35432026-08-20T18:13:25.759Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337)
35442026-08-20T18:13:26.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-20T18:13:26.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-20T18:13:26.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-20T18:13:26.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35482026-08-20T18:13:26.355Z
35492026-08-20T18:13:26.355Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337)
35502026-08-20T18:13:26.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-20T18:13:26.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-20T18:13:26.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-20T18:13:26.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35542026-08-20T18:13:26.951Z
35552026-08-20T18:13:26.951Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337)
35562026-08-20T18:13:27.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-20T18:13:27.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-20T18:13:27.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-20T18:13:27.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-08-20T18:13:27.543Z
35612026-08-20T18:13:27.565Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337)
35622026-08-20T18:13:28.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-20T18:13:28.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-20T18:13:28.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-20T18:13:28.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-08-20T18:13:28.135Z
35672026-08-20T18:13:28.135Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337)
35682026-08-20T18:13:28.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-20T18:13:28.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-20T18:13:28.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-20T18:13:28.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35722026-08-20T18:13:28.727Z
35732026-08-20T18:13:28.727Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337)
35742026-08-20T18:13:29.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-20T18:13:29.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-20T18:13:29.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-20T18:13:29.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35782026-08-20T18:13:29.319Z
35792026-08-20T18:13:29.319Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337)
35802026-08-20T18:13:29.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-20T18:13:29.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-20T18:13:29.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-20T18:13:29.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-08-20T18:13:29.987Z
35852026-08-20T18:13:29.987Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337)
35862026-08-20T18:13:30.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-20T18:13:30.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-20T18:13:30.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-20T18:13:30.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-08-20T18:13:30.514Z
35912026-08-20T18:13:30.514Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337)
35922026-08-20T18:13:31.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-20T18:13:31.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-20T18:13:31.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-20T18:13:31.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35962026-08-20T18:13:31.110Z
35972026-08-20T18:13:31.110Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337)
35982026-08-20T18:13:31.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-20T18:13:31.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-20T18:13:31.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-20T18:13:31.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36022026-08-20T18:13:31.711Z
36032026-08-20T18:13:31.712Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337)
36042026-08-20T18:13:32.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-20T18:13:32.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-20T18:13:32.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-08-20T18:13:32.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36082026-08-20T18:13:32.308Z
36092026-08-20T18:13:32.308Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337)
36102026-08-20T18:13:32.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-08-20T18:13:32.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-08-20T18:13:32.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-08-20T18:13:32.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36142026-08-20T18:13:32.905Z
36152026-08-20T18:13:32.905Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337)
36162026-08-20T18:13:33.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-08-20T18:13:33.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-08-20T18:13:33.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-08-20T18:13:33.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36202026-08-20T18:13:33.483Z
36212026-08-20T18:13:33.483Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337)
36222026-08-20T18:13:33.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-08-20T18:13:33.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-08-20T18:13:33.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-08-20T18:13:33.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36262026-08-20T18:13:34.054Z
36272026-08-20T18:13:34.054Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337)
36282026-08-20T18:13:34.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-08-20T18:13:34.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-08-20T18:13:34.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-08-20T18:13:34.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-08-20T18:13:34.631Z
36332026-08-20T18:13:34.631Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337)
36342026-08-20T18:13:35.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-08-20T18:13:35.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-08-20T18:13:35.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-08-20T18:13:35.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36382026-08-20T18:13:35.207Z
36392026-08-20T18:13:35.207Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337)
36402026-08-20T18:13:35.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-08-20T18:13:35.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-08-20T18:13:35.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-08-20T18:13:35.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36442026-08-20T18:13:35.782Z
36452026-08-20T18:13:35.782Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337)
36462026-08-20T18:13:36.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-08-20T18:13:36.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-08-20T18:13:36.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-08-20T18:13:36.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36502026-08-20T18:13:36.353Z
36512026-08-20T18:13:36.353Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337)
36522026-08-20T18:13:36.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-08-20T18:13:36.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-08-20T18:13:36.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-08-20T18:13:36.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36562026-08-20T18:13:36.926Z
36572026-08-20T18:13:36.926Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337)
36582026-08-20T18:13:37.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-08-20T18:13:37.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-08-20T18:13:37.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-08-20T18:13:37.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36622026-08-20T18:13:37.500Z
36632026-08-20T18:13:37.500Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337)
36642026-08-20T18:13:37.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-08-20T18:13:37.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-08-20T18:13:37.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-08-20T18:13:37.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36682026-08-20T18:13:38.079Z
36692026-08-20T18:13:38.079Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337)
36702026-08-20T18:13:38.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-08-20T18:13:38.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-08-20T18:13:38.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-08-20T18:13:38.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36742026-08-20T18:13:38.653Z
36752026-08-20T18:13:38.653Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337)
36762026-08-20T18:13:39.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-08-20T18:13:39.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-08-20T18:13:39.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-08-20T18:13:39.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36802026-08-20T18:13:39.229Z
36812026-08-20T18:13:39.229Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337)
36822026-08-20T18:13:39.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-08-20T18:13:39.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-08-20T18:13:39.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-08-20T18:13:39.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36862026-08-20T18:13:39.806Z
36872026-08-20T18:13:39.806Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337)
36882026-08-20T18:13:40.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-08-20T18:13:40.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-08-20T18:13:40.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-08-20T18:13:40.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36922026-08-20T18:13:40.387Z
36932026-08-20T18:13:40.387Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337)
36942026-08-20T18:13:40.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-08-20T18:13:40.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-08-20T18:13:40.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-08-20T18:13:40.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36982026-08-20T18:13:40.963Z
36992026-08-20T18:13:40.964Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337)
37002026-08-20T18:13:41.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-08-20T18:13:41.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-08-20T18:13:41.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-08-20T18:13:41.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37042026-08-20T18:13:41.542Z
37052026-08-20T18:13:41.542Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337)
37062026-08-20T18:13:42.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-08-20T18:13:42.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-08-20T18:13:42.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-08-20T18:13:42.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37102026-08-20T18:13:42.117Z
37112026-08-20T18:13:42.117Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337)
37122026-08-20T18:13:42.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-08-20T18:13:42.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-08-20T18:13:42.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-08-20T18:13:42.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37162026-08-20T18:13:42.719Z
37172026-08-20T18:13:42.719Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337)
37182026-08-20T18:13:43.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-08-20T18:13:43.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-08-20T18:13:43.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-08-20T18:13:43.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37222026-08-20T18:13:43.309Z
37232026-08-20T18:13:43.309Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337)
37242026-08-20T18:13:43.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-08-20T18:13:43.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-08-20T18:13:43.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-08-20T18:13:43.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37282026-08-20T18:13:43.897Z
37292026-08-20T18:13:43.897Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337)
37302026-08-20T18:13:44.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-08-20T18:13:44.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-08-20T18:13:44.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-08-20T18:13:44.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37342026-08-20T18:13:44.494Z
37352026-08-20T18:13:44.494Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337)
37362026-08-20T18:13:44.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-08-20T18:13:44.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-08-20T18:13:44.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-08-20T18:13:45.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37402026-08-20T18:13:45.122Z
37412026-08-20T18:13:45.122Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337)
37422026-08-20T18:13:45.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-08-20T18:13:45.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-08-20T18:13:45.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-08-20T18:13:45.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37462026-08-20T18:13:45.681Z
37472026-08-20T18:13:45.681Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337)
37482026-08-20T18:13:46.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-08-20T18:13:46.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-08-20T18:13:46.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-08-20T18:13:46.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37522026-08-20T18:13:46.276Z
37532026-08-20T18:13:46.276Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337)
37542026-08-20T18:13:46.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-08-20T18:13:46.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-08-20T18:13:46.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-08-20T18:13:46.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37582026-08-20T18:13:46.865Z
37592026-08-20T18:13:46.865Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337)
37602026-08-20T18:13:47.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-08-20T18:13:47.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-08-20T18:13:47.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-08-20T18:13:47.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37642026-08-20T18:13:47.457Z
37652026-08-20T18:13:47.457Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337)
37662026-08-20T18:13:47.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-08-20T18:13:47.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-08-20T18:13:47.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-08-20T18:13:47.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37702026-08-20T18:13:48.056Z
37712026-08-20T18:13:48.056Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337)
37722026-08-20T18:13:48.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-08-20T18:13:48.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-08-20T18:13:48.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-08-20T18:13:48.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37762026-08-20T18:13:48.645Z
37772026-08-20T18:13:48.645Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337)
37782026-08-20T18:13:49.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-08-20T18:13:49.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-08-20T18:13:49.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-08-20T18:13:49.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37822026-08-20T18:13:49.236Z
37832026-08-20T18:13:49.236Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337)
37842026-08-20T18:13:49.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-08-20T18:13:49.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-08-20T18:13:49.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-08-20T18:13:49.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37882026-08-20T18:13:49.823Z
37892026-08-20T18:13:49.823Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337)
37902026-08-20T18:13:50.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-08-20T18:13:50.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-08-20T18:13:50.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-08-20T18:13:50.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37942026-08-20T18:13:50.417Z
37952026-08-20T18:13:50.418Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337)
37962026-08-20T18:13:50.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-20T18:13:50.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-20T18:13:50.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-20T18:13:50.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38002026-08-20T18:13:51.010Z
38012026-08-20T18:13:51.010Zinfo: running `cargo check --bins` on oximeter-producer (195/337)
38022026-08-20T18:13:51.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-20T18:13:51.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-20T18:13:51.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-20T18:13:51.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38062026-08-20T18:13:51.623Z
38072026-08-20T18:13:51.623Zinfo: running `cargo check --bins` on internal-dns-resolver (196/337)
38082026-08-20T18:13:52.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-20T18:13:52.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-20T18:13:52.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-08-20T18:13:52.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38122026-08-20T18:13:52.210Z
38132026-08-20T18:13:52.210Zinfo: running `cargo check --bins` on dns-server (197/337)
38142026-08-20T18:13:52.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-08-20T18:13:52.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-08-20T18:13:52.868Z Compiling parking_lot_core v0.8.6
38172026-08-20T18:13:52.890Z Compiling git-stub v1.0.0
38182026-08-20T18:13:52.890Z Checking prefix-trie v0.7.0
38192026-08-20T18:13:52.984Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38202026-08-20T18:13:53.092Z Compiling git-stub-vcs v0.1.0
38212026-08-20T18:13:53.262Z Checking hickory-server v0.25.2
38222026-08-20T18:13:53.382Z Checking parking_lot v0.11.2
38232026-08-20T18:13:53.399Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38242026-08-20T18:13:53.537Z Checking sled v0.34.7
38252026-08-20T18:13:55.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
38262026-08-20T18:13:55.664Z
38272026-08-20T18:13:55.665Zinfo: running `cargo check --bins` on dns-server-api (198/337)
38282026-08-20T18:13:56.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-08-20T18:13:56.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-08-20T18:13:56.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-08-20T18:13:56.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38322026-08-20T18:13:56.216Z
38332026-08-20T18:13:56.216Zinfo: running `cargo check --bins` on nexus-client (199/337)
38342026-08-20T18:13:56.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-08-20T18:13:56.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-08-20T18:13:56.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-08-20T18:13:56.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38382026-08-20T18:13:56.822Z
38392026-08-20T18:13:56.823Zinfo: running `cargo check --bins` on oximeter-producer-api (200/337)
38402026-08-20T18:13:57.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-08-20T18:13:57.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-08-20T18:13:57.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-08-20T18:13:57.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38442026-08-20T18:13:57.397Z
38452026-08-20T18:13:57.397Zinfo: running `cargo check --bins` on sp-sim (201/337)
38462026-08-20T18:13:57.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-08-20T18:13:57.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-08-20T18:13:58.101Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38492026-08-20T18:13:58.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
38502026-08-20T18:13:58.808Z
38512026-08-20T18:13:58.808Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337)
38522026-08-20T18:13:59.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-08-20T18:13:59.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-08-20T18:13:59.633Z Compiling proc-macro-error-attr2 v2.0.0
38552026-08-20T18:13:59.763Z Compiling hashbrown v0.14.5
38562026-08-20T18:13:59.766Z Compiling rfc6979 v0.4.0
38572026-08-20T18:13:59.779Z Compiling salty v0.3.0
38582026-08-20T18:13:59.787Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38592026-08-20T18:13:59.797Z Compiling primeorder v0.13.6
38602026-08-20T18:13:59.810Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38612026-08-20T18:13:59.884Z Compiling ecdsa v0.16.9
38622026-08-20T18:13:59.941Z Compiling sha1 v0.10.6
38632026-08-20T18:14:00.055Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38642026-08-20T18:14:00.135Z Compiling proc-macro-error2 v2.0.1
38652026-08-20T18:14:00.244Z Compiling chumsky v0.9.3
38662026-08-20T18:14:00.265Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38672026-08-20T18:14:00.279Z Compiling p384 v0.13.1
38682026-08-20T18:14:00.307Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38692026-08-20T18:14:00.455Z Compiling knus-derive v3.4.0
38702026-08-20T18:14:00.476Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38712026-08-20T18:14:00.560Z Checking libscf-sys v1.2.0
38722026-08-20T18:14:00.590Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38732026-08-20T18:14:00.691Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
38742026-08-20T18:14:00.821Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38752026-08-20T18:14:00.909Z Checking corncobs v0.1.4
38762026-08-20T18:14:00.994Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38772026-08-20T18:14:01.012Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38782026-08-20T18:14:01.032Z Checking papergrid v0.18.0
38792026-08-20T18:14:01.044Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38802026-08-20T18:14:01.076Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38812026-08-20T18:14:01.168Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38822026-08-20T18:14:01.265Z Checking secrecy v0.8.0
38832026-08-20T18:14:01.301Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38842026-08-20T18:14:01.349Z Compiling unicase v2.9.0
38852026-08-20T18:14:01.455Z Compiling illumos-nvpair-sys v0.2.0
38862026-08-20T18:14:01.521Z Compiling mime_guess v2.0.5
38872026-08-20T18:14:01.536Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38882026-08-20T18:14:01.551Z Compiling progenitor-impl v0.13.0
38892026-08-20T18:14:01.662Z Checking crc8 v0.1.1
38902026-08-20T18:14:01.804Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38912026-08-20T18:14:01.810Z Checking tabled v0.21.0
38922026-08-20T18:14:01.827Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38932026-08-20T18:14:01.843Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38942026-08-20T18:14:01.884Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38952026-08-20T18:14:01.904Z Compiling knus v3.4.0
38962026-08-20T18:14:02.392Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38972026-08-20T18:14:02.678Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
38982026-08-20T18:14:02.783Z Checking progenitor-client v0.13.0
38992026-08-20T18:14:02.804Z Checking http-range v0.1.5
39002026-08-20T18:14:02.939Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39012026-08-20T18:14:02.975Z Checking illumos-nvpair v0.3.0
39022026-08-20T18:14:03.169Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39032026-08-20T18:14:03.288Z Checking scuffle v0.1.0
39042026-08-20T18:14:03.288Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39052026-08-20T18:14:03.311Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39062026-08-20T18:14:03.680Z Checking nanorand v0.7.0
39072026-08-20T18:14:03.708Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39082026-08-20T18:14:03.889Z Checking flume v0.11.1
39092026-08-20T18:14:03.958Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
39102026-08-20T18:14:03.988Z Checking hyper-staticfile v0.10.1
39112026-08-20T18:14:04.041Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39122026-08-20T18:14:04.057Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39132026-08-20T18:14:04.146Z Compiling progenitor-macro v0.13.0
39142026-08-20T18:14:04.164Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39152026-08-20T18:14:04.226Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39162026-08-20T18:14:04.269Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39172026-08-20T18:14:04.487Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39182026-08-20T18:14:04.522Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39192026-08-20T18:14:04.585Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39202026-08-20T18:14:05.454Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39212026-08-20T18:14:05.469Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39222026-08-20T18:14:05.469Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39232026-08-20T18:14:05.469Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39242026-08-20T18:14:06.503Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39252026-08-20T18:14:07.455Z Checking progenitor v0.13.0
39262026-08-20T18:14:07.601Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39272026-08-20T18:14:08.512Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39282026-08-20T18:14:09.565Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39292026-08-20T18:14:09.924Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39302026-08-20T18:14:10.133Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39312026-08-20T18:14:10.142Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39322026-08-20T18:14:23.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.86s
39332026-08-20T18:14:23.683Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39342026-08-20T18:14:23.683Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39352026-08-20T18:14:23.879Z
39362026-08-20T18:14:23.879Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337)
39372026-08-20T18:14:24.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-08-20T18:14:24.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-08-20T18:14:24.660Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39402026-08-20T18:14:35.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
39412026-08-20T18:14:35.282Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39422026-08-20T18:14:35.282Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39432026-08-20T18:14:35.477Z
39442026-08-20T18:14:35.478Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337)
39452026-08-20T18:14:36.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-08-20T18:14:36.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-08-20T18:14:36.261Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39482026-08-20T18:14:46.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
39492026-08-20T18:14:46.957Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39502026-08-20T18:14:46.957Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39512026-08-20T18:14:47.157Z
39522026-08-20T18:14:47.157Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337)
39532026-08-20T18:14:47.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-20T18:14:47.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-20T18:14:47.935Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39562026-08-20T18:14:58.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
39572026-08-20T18:14:58.667Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39582026-08-20T18:14:58.667Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39592026-08-20T18:14:58.868Z
39602026-08-20T18:14:58.868Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337)
39612026-08-20T18:14:59.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-08-20T18:14:59.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-08-20T18:14:59.647Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39642026-08-20T18:15:10.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
39652026-08-20T18:15:10.254Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39662026-08-20T18:15:10.254Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39672026-08-20T18:15:10.452Z
39682026-08-20T18:15:10.452Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337)
39692026-08-20T18:15:10.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-08-20T18:15:10.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-08-20T18:15:11.232Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39722026-08-20T18:15:21.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
39732026-08-20T18:15:21.921Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39742026-08-20T18:15:21.922Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39752026-08-20T18:15:22.127Z
39762026-08-20T18:15:22.127Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337)
39772026-08-20T18:15:22.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-20T18:15:22.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-20T18:15:22.905Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39802026-08-20T18:15:33.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
39812026-08-20T18:15:33.569Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39822026-08-20T18:15:33.569Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39832026-08-20T18:15:33.769Z
39842026-08-20T18:15:33.770Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337)
39852026-08-20T18:15:34.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-08-20T18:15:34.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-08-20T18:15:34.543Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39882026-08-20T18:15:45.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
39892026-08-20T18:15:45.233Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39902026-08-20T18:15:45.233Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39912026-08-20T18:15:45.435Z
39922026-08-20T18:15:45.435Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337)
39932026-08-20T18:15:45.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-08-20T18:15:45.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-08-20T18:15:45.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-08-20T18:15:45.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-08-20T18:15:46.018Z
39982026-08-20T18:15:46.018Zinfo: running `cargo check --bins` on installinator-common (211/337)
39992026-08-20T18:15:46.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-08-20T18:15:46.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-08-20T18:15:46.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-08-20T18:15:46.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40032026-08-20T18:15:46.615Z
40042026-08-20T18:15:46.615Zinfo: running `cargo check --bins` on installinator-common-versions (212/337)
40052026-08-20T18:15:47.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-08-20T18:15:47.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-08-20T18:15:47.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-08-20T18:15:47.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40092026-08-20T18:15:47.176Z
40102026-08-20T18:15:47.176Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/337)
40112026-08-20T18:15:47.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-08-20T18:15:47.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-08-20T18:15:47.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-08-20T18:15:47.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40152026-08-20T18:15:47.787Z
40162026-08-20T18:15:47.787Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/337)
40172026-08-20T18:15:48.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-08-20T18:15:48.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-08-20T18:15:48.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-08-20T18:15:48.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40212026-08-20T18:15:48.369Z
40222026-08-20T18:15:48.370Zinfo: running `cargo check --bins` on range-requests (215/337)
40232026-08-20T18:15:48.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-08-20T18:15:48.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-08-20T18:15:48.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-08-20T18:15:48.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40272026-08-20T18:15:48.937Z
40282026-08-20T18:15:48.937Zinfo: running `cargo check --bins` on repo-depot-api (216/337)
40292026-08-20T18:15:49.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-08-20T18:15:49.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-08-20T18:15:49.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-08-20T18:15:49.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40332026-08-20T18:15:49.509Z
40342026-08-20T18:15:49.509Zinfo: running `cargo check --bins` on repo-depot-client (217/337)
40352026-08-20T18:15:49.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-08-20T18:15:49.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-08-20T18:15:49.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-08-20T18:15:49.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40392026-08-20T18:15:50.076Z
40402026-08-20T18:15:50.076Zinfo: running `cargo check --bins` on sled-agent-api (218/337)
40412026-08-20T18:15:50.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-20T18:15:50.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-20T18:15:50.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-08-20T18:15:50.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40452026-08-20T18:15:50.672Z
40462026-08-20T18:15:50.672Zinfo: running `cargo check --bins` on sled-diagnostics (219/337)
40472026-08-20T18:15:51.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-20T18:15:51.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-20T18:15:51.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-08-20T18:15:51.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40512026-08-20T18:15:51.266Z
40522026-08-20T18:15:51.266Zinfo: running `cargo check --bins` on zfs-test-harness (220/337)
40532026-08-20T18:15:51.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-08-20T18:15:51.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-08-20T18:15:51.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-08-20T18:15:51.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40572026-08-20T18:15:51.862Z
40582026-08-20T18:15:51.862Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (221/337)
40592026-08-20T18:15:52.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-08-20T18:15:52.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-08-20T18:15:52.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-08-20T18:15:52.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40632026-08-20T18:15:52.471Z
40642026-08-20T18:15:52.471Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337)
40652026-08-20T18:15:52.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-08-20T18:15:52.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-08-20T18:15:52.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-08-20T18:15:52.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40692026-08-20T18:15:53.070Z
40702026-08-20T18:15:53.070Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337)
40712026-08-20T18:15:53.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-08-20T18:15:53.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-08-20T18:15:53.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-08-20T18:15:53.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40752026-08-20T18:15:53.666Z
40762026-08-20T18:15:53.667Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337)
40772026-08-20T18:15:54.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-08-20T18:15:54.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-08-20T18:15:54.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-08-20T18:15:54.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40812026-08-20T18:15:54.267Z
40822026-08-20T18:15:54.267Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337)
40832026-08-20T18:15:54.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-08-20T18:15:54.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-08-20T18:15:54.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-08-20T18:15:54.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40872026-08-20T18:15:54.857Z
40882026-08-20T18:15:54.857Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (226/337)
40892026-08-20T18:15:55.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-08-20T18:15:55.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-08-20T18:15:55.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-08-20T18:15:55.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40932026-08-20T18:15:55.453Z
40942026-08-20T18:15:55.454Zinfo: running `cargo check --bins` on trust-quorum (227/337)
40952026-08-20T18:15:55.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-08-20T18:15:55.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-08-20T18:15:55.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-08-20T18:15:55.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40992026-08-20T18:15:56.057Z
41002026-08-20T18:15:56.057Zinfo: running `cargo check --bins` on sled-agent-early-networking (228/337)
41012026-08-20T18:15:56.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-08-20T18:15:56.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-08-20T18:15:56.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-08-20T18:15:56.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41052026-08-20T18:15:56.644Z
41062026-08-20T18:15:56.644Zinfo: running `cargo check --bins` on sled-agent-health-monitor (229/337)
41072026-08-20T18:15:57.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-08-20T18:15:57.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-08-20T18:15:57.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-08-20T18:15:57.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41112026-08-20T18:15:57.236Z
41122026-08-20T18:15:57.236Zinfo: running `cargo check --bins` on sled-agent-multirack-join (230/337)
41132026-08-20T18:15:57.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-08-20T18:15:57.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-08-20T18:15:57.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-08-20T18:15:57.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41172026-08-20T18:15:57.857Z
41182026-08-20T18:15:57.857Zinfo: running `cargo check --bins` on sled-agent-rack-setup (231/337)
41192026-08-20T18:15:58.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-08-20T18:15:58.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-08-20T18:15:58.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-08-20T18:15:58.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41232026-08-20T18:15:58.475Z
41242026-08-20T18:15:58.475Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337)
41252026-08-20T18:15:58.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-08-20T18:15:58.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-08-20T18:15:58.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-08-20T18:15:59.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41292026-08-20T18:15:59.090Z
41302026-08-20T18:15:59.091Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (233/337)
41312026-08-20T18:15:59.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-08-20T18:15:59.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-08-20T18:15:59.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-08-20T18:15:59.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41352026-08-20T18:15:59.721Z
41362026-08-20T18:15:59.721Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337)
41372026-08-20T18:16:00.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-20T18:16:00.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-20T18:16:00.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-08-20T18:16:00.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41412026-08-20T18:16:00.345Z
41422026-08-20T18:16:00.345Zinfo: running `cargo check --bins` on omicron-deployment-graph (235/337)
41432026-08-20T18:16:00.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-20T18:16:00.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-20T18:16:00.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-08-20T18:16:00.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41472026-08-20T18:16:00.902Z
41482026-08-20T18:16:00.902Zinfo: running `cargo check --bins` on transient-dns-server (236/337)
41492026-08-20T18:16:01.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-20T18:16:01.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-20T18:16:01.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-20T18:16:01.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41532026-08-20T18:16:01.485Z
41542026-08-20T18:16:01.485Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337)
41552026-08-20T18:16:01.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-20T18:16:01.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-20T18:16:01.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-08-20T18:16:01.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41592026-08-20T18:16:02.071Z
41602026-08-20T18:16:02.071Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337)
41612026-08-20T18:16:02.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-20T18:16:02.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-20T18:16:02.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-08-20T18:16:02.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41652026-08-20T18:16:02.664Z
41662026-08-20T18:16:02.664Zinfo: running `cargo check --bins` on omicron-rpaths (239/337)
41672026-08-20T18:16:03.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-08-20T18:16:03.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-08-20T18:16:03.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41702026-08-20T18:16:03.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41712026-08-20T18:16:03.226Z
41722026-08-20T18:16:03.226Zinfo: running `cargo check --bins` on omicron-repl-utils (240/337)
41732026-08-20T18:16:03.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-20T18:16:03.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-20T18:16:03.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41762026-08-20T18:16:03.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41772026-08-20T18:16:03.792Z
41782026-08-20T18:16:03.792Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (241/337)
41792026-08-20T18:16:04.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41802026-08-20T18:16:04.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41812026-08-20T18:16:04.495Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41822026-08-20T18:16:04.916Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41832026-08-20T18:16:06.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s
41842026-08-20T18:16:06.301Z
41852026-08-20T18:16:06.301Zinfo: running `cargo check --bins` on clickhouse-admin-api (242/337)
41862026-08-20T18:16:06.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-08-20T18:16:06.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-08-20T18:16:06.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-08-20T18:16:06.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41902026-08-20T18:16:06.886Z
41912026-08-20T18:16:06.886Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (243/337)
41922026-08-20T18:16:07.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-08-20T18:16:07.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-08-20T18:16:07.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-08-20T18:16:07.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41962026-08-20T18:16:07.472Z
41972026-08-20T18:16:07.472Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337)
41982026-08-20T18:16:07.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-08-20T18:16:07.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-08-20T18:16:07.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-08-20T18:16:07.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42022026-08-20T18:16:08.063Z
42032026-08-20T18:16:08.063Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (245/337)
42042026-08-20T18:16:08.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-20T18:16:08.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-20T18:16:08.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-08-20T18:16:08.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42082026-08-20T18:16:08.649Z
42092026-08-20T18:16:08.649Zinfo: running `cargo check --bins` on installinator-client (246/337)
42102026-08-20T18:16:09.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-20T18:16:09.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-20T18:16:09.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-08-20T18:16:09.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42142026-08-20T18:16:09.238Z
42152026-08-20T18:16:09.238Zinfo: running `cargo check --bins` on oxide-client (247/337)
42162026-08-20T18:16:09.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-08-20T18:16:09.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-08-20T18:16:09.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-08-20T18:16:09.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42202026-08-20T18:16:09.810Z
42212026-08-20T18:16:09.810Zinfo: running `cargo check --bins` on oximeter-client (248/337)
42222026-08-20T18:16:10.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-20T18:16:10.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-20T18:16:10.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-08-20T18:16:10.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42262026-08-20T18:16:10.394Z
42272026-08-20T18:16:10.394Zinfo: running `cargo check --bins` on wicketd-client (249/337)
42282026-08-20T18:16:10.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-20T18:16:10.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-20T18:16:10.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-08-20T18:16:10.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42322026-08-20T18:16:10.989Z
42332026-08-20T18:16:10.990Zinfo: running `cargo check --bins` on wicket-common (250/337)
42342026-08-20T18:16:11.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-20T18:16:11.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-20T18:16:11.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-20T18:16:11.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42382026-08-20T18:16:11.576Z
42392026-08-20T18:16:11.576Zinfo: running `cargo check --bins` on wicketd-commission-client (251/337)
42402026-08-20T18:16:12.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-20T18:16:12.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-20T18:16:12.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-08-20T18:16:12.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42442026-08-20T18:16:12.157Z
42452026-08-20T18:16:12.157Zinfo: running `cargo check --bins` on omicron-cockroach-admin (252/337)
42462026-08-20T18:16:12.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-08-20T18:16:12.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-08-20T18:16:12.826Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42492026-08-20T18:16:12.939Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42502026-08-20T18:16:14.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
42512026-08-20T18:16:14.205Z
42522026-08-20T18:16:14.205Zinfo: running `cargo check --bins` on cockroach-admin-api (253/337)
42532026-08-20T18:16:14.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-08-20T18:16:14.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-08-20T18:16:14.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-08-20T18:16:14.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42572026-08-20T18:16:14.785Z
42582026-08-20T18:16:14.785Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337)
42592026-08-20T18:16:15.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-08-20T18:16:15.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-08-20T18:16:15.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-08-20T18:16:15.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42632026-08-20T18:16:15.446Z
42642026-08-20T18:16:15.446Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337)
42652026-08-20T18:16:15.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-08-20T18:16:15.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-08-20T18:16:15.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-08-20T18:16:16.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42692026-08-20T18:16:16.098Z
42702026-08-20T18:16:16.098Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337)
42712026-08-20T18:16:16.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-08-20T18:16:16.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-08-20T18:16:16.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-08-20T18:16:16.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42752026-08-20T18:16:16.728Z
42762026-08-20T18:16:16.728Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337)
42772026-08-20T18:16:17.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-08-20T18:16:17.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-08-20T18:16:17.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-08-20T18:16:17.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42812026-08-20T18:16:17.352Z
42822026-08-20T18:16:17.352Zinfo: running `cargo check --bins` on db-macros (258/337)
42832026-08-20T18:16:17.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-08-20T18:16:17.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-08-20T18:16:17.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-08-20T18:16:17.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42872026-08-20T18:16:17.920Z
42882026-08-20T18:16:17.920Zinfo: running `cargo check --bins` on nexus-macros-common (259/337)
42892026-08-20T18:16:18.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-08-20T18:16:18.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-08-20T18:16:18.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-08-20T18:16:18.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42932026-08-20T18:16:18.493Z
42942026-08-20T18:16:18.493Zinfo: running `cargo check --bins` on nexus-auth (260/337)
42952026-08-20T18:16:19.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-08-20T18:16:19.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-08-20T18:16:19.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-08-20T18:16:19.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42992026-08-20T18:16:19.122Z
43002026-08-20T18:16:19.122Zinfo: running `cargo check --bins` on authz-macros (261/337)
43012026-08-20T18:16:19.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-08-20T18:16:19.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-08-20T18:16:19.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-08-20T18:16:19.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43052026-08-20T18:16:19.686Z
43062026-08-20T18:16:19.686Zinfo: running `cargo check --bins` on nexus-db-fixed-data (262/337)
43072026-08-20T18:16:20.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-08-20T18:16:20.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-08-20T18:16:20.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-08-20T18:16:20.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43112026-08-20T18:16:20.308Z
43122026-08-20T18:16:20.308Zinfo: running `cargo check --bins` on nexus-db-model (263/337)
43132026-08-20T18:16:20.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-08-20T18:16:20.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-08-20T18:16:20.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-08-20T18:16:20.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43172026-08-20T18:16:20.931Z
43182026-08-20T18:16:20.932Zinfo: running `cargo check --bins` on nexus-db-schema (264/337)
43192026-08-20T18:16:21.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-08-20T18:16:21.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-08-20T18:16:21.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-08-20T18:16:21.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43232026-08-20T18:16:21.503Z
43242026-08-20T18:16:21.503Zinfo: running `cargo check --bins` on nexus-defaults (265/337)
43252026-08-20T18:16:21.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-08-20T18:16:21.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-08-20T18:16:21.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-08-20T18:16:22.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43292026-08-20T18:16:22.087Z
43302026-08-20T18:16:22.087Zinfo: running `cargo check --bins` on omicron-git-version (266/337)
43312026-08-20T18:16:22.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-08-20T18:16:22.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-08-20T18:16:22.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-08-20T18:16:22.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43352026-08-20T18:16:22.653Z
43362026-08-20T18:16:22.653Zinfo: running `cargo check --bins` on nexus-db-errors (267/337)
43372026-08-20T18:16:23.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-08-20T18:16:23.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-08-20T18:16:23.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-08-20T18:16:23.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43412026-08-20T18:16:23.289Z
43422026-08-20T18:16:23.289Zinfo: running `cargo check --bins` on nexus-db-lookup (268/337)
43432026-08-20T18:16:23.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-08-20T18:16:23.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-08-20T18:16:23.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-08-20T18:16:23.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43472026-08-20T18:16:23.927Z
43482026-08-20T18:16:23.927Zinfo: running `cargo check --bins` on nexus-test-interface (269/337)
43492026-08-20T18:16:24.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-08-20T18:16:24.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-08-20T18:16:24.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43522026-08-20T18:16:24.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43532026-08-20T18:16:24.563Z
43542026-08-20T18:16:24.563Zinfo: running `cargo check --bins` on oximeter-collector (270/337)
43552026-08-20T18:16:25.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-08-20T18:16:25.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-08-20T18:16:25.292Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43582026-08-20T18:16:25.292Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43592026-08-20T18:16:25.972Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43602026-08-20T18:16:27.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
43612026-08-20T18:16:27.910Z
43622026-08-20T18:16:27.910Zinfo: running `cargo check --bins` on oximeter-api (271/337)
43632026-08-20T18:16:28.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-20T18:16:28.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-20T18:16:28.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-20T18:16:28.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43672026-08-20T18:16:28.502Z
43682026-08-20T18:16:28.502Zinfo: running `cargo check --bins` on cert-dev (272/337)
43692026-08-20T18:16:28.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-20T18:16:28.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-20T18:16:29.125Z Checking yasna v0.5.2
43722026-08-20T18:16:29.531Z Checking rcgen v0.12.1
43732026-08-20T18:16:29.787Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43742026-08-20T18:16:29.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
43752026-08-20T18:16:30.149Z
43762026-08-20T18:16:30.149Zinfo: running `cargo check --bins` on clickana (273/337)
43772026-08-20T18:16:30.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-20T18:16:30.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-20T18:16:30.810Z Compiling instability v0.3.11
43802026-08-20T18:16:30.810Z Checking castaway v0.2.4
43812026-08-20T18:16:30.814Z Compiling indoc v2.0.7
43822026-08-20T18:16:30.814Z Checking unicode-truncate v1.1.0
43832026-08-20T18:16:30.917Z Checking lru v0.12.5
43842026-08-20T18:16:30.921Z Checking cassowary v0.3.0
43852026-08-20T18:16:31.043Z Checking compact_str v0.8.1
43862026-08-20T18:16:31.806Z Checking ratatui v0.29.0
43872026-08-20T18:16:32.862Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43882026-08-20T18:16:33.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
43892026-08-20T18:16:33.772Z
43902026-08-20T18:16:33.772Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (274/337)
43912026-08-20T18:16:34.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-08-20T18:16:34.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-08-20T18:16:34.507Z Checking headers-core v0.3.0
43942026-08-20T18:16:34.507Z Checking port-file v0.1.0
43952026-08-20T18:16:34.510Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43962026-08-20T18:16:34.704Z Checking headers v0.4.1
43972026-08-20T18:16:35.074Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43982026-08-20T18:16:36.043Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43992026-08-20T18:16:36.573Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44002026-08-20T18:16:37.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
44012026-08-20T18:16:37.207Z
44022026-08-20T18:16:37.207Zinfo: running `cargo check --bins` on ch-dev (275/337)
44032026-08-20T18:16:37.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-20T18:16:37.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-20T18:16:37.934Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44062026-08-20T18:16:38.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44072026-08-20T18:16:38.890Z
44082026-08-20T18:16:38.890Zinfo: running `cargo check --bins` on dev-tools-common (276/337)
44092026-08-20T18:16:39.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-20T18:16:39.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-20T18:16:39.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-20T18:16:39.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
44132026-08-20T18:16:39.320Z
44142026-08-20T18:16:39.320Zinfo: running `cargo check --bins` on corpus-adjust (277/337)
44152026-08-20T18:16:39.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-20T18:16:39.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-20T18:16:39.955Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
44182026-08-20T18:16:40.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
44192026-08-20T18:16:40.517Z
44202026-08-20T18:16:40.517Zinfo: running `cargo check --bins` on crdb-seed (278/337)
44212026-08-20T18:16:41.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-20T18:16:41.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-20T18:16:41.248Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44242026-08-20T18:16:42.346Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44252026-08-20T18:16:42.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
44262026-08-20T18:16:42.896Z
44272026-08-20T18:16:42.896Zinfo: running `cargo check --bins` on db-dev (279/337)
44282026-08-20T18:16:43.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-08-20T18:16:43.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-08-20T18:16:43.621Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44312026-08-20T18:16:44.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44322026-08-20T18:16:44.587Z
44332026-08-20T18:16:44.587Zinfo: running `cargo check --bins` on omicron-dev-lib (280/337)
44342026-08-20T18:16:45.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-08-20T18:16:45.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-08-20T18:16:45.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-08-20T18:16:45.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44382026-08-20T18:16:45.203Z
44392026-08-20T18:16:45.203Zinfo: running `cargo check --bins` on xtask-downloader (281/337)
44402026-08-20T18:16:45.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-08-20T18:16:45.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-08-20T18:16:45.814Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44432026-08-20T18:16:46.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
44442026-08-20T18:16:46.672Z
44452026-08-20T18:16:46.673Zinfo: running `cargo check --bins` on omicron-dropshot-apis (282/337)
44462026-08-20T18:16:47.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-08-20T18:16:47.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-08-20T18:16:47.419Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44492026-08-20T18:16:47.419Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44502026-08-20T18:16:47.422Z Checking git-stub v1.0.0
44512026-08-20T18:16:47.422Z Compiling trait-variant v0.1.2
44522026-08-20T18:16:47.537Z Checking maplit v1.0.2
44532026-08-20T18:16:47.559Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44542026-08-20T18:16:47.568Z Checking drift v0.2.0
44552026-08-20T18:16:47.572Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44562026-08-20T18:16:47.621Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44572026-08-20T18:16:47.679Z Checking git-stub-vcs v0.1.0
44582026-08-20T18:16:47.755Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44592026-08-20T18:16:47.773Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44602026-08-20T18:16:47.874Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44612026-08-20T18:16:47.924Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44622026-08-20T18:16:47.939Z Checking dropshot-api-manager v0.8.0
44632026-08-20T18:16:48.079Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44642026-08-20T18:16:48.275Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44652026-08-20T18:16:48.796Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44662026-08-20T18:16:49.734Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44672026-08-20T18:16:50.759Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44682026-08-20T18:16:51.592Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44692026-08-20T18:16:52.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
44702026-08-20T18:16:52.241Z
44712026-08-20T18:16:52.241Zinfo: running `cargo check --bins` on installinator-api (283/337)
44722026-08-20T18:16:52.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-08-20T18:16:52.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-08-20T18:16:52.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-08-20T18:16:52.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44762026-08-20T18:16:52.813Z
44772026-08-20T18:16:52.813Zinfo: running `cargo check --bins` on nexus-external-api (284/337)
44782026-08-20T18:16:53.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-08-20T18:16:53.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-08-20T18:16:53.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-08-20T18:16:53.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44822026-08-20T18:16:53.431Z
44832026-08-20T18:16:53.431Zinfo: running `cargo check --bins` on nexus-internal-api (285/337)
44842026-08-20T18:16:53.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-08-20T18:16:53.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-08-20T18:16:53.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-08-20T18:16:53.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44882026-08-20T18:16:54.050Z
44892026-08-20T18:16:54.050Zinfo: running `cargo check --bins` on nexus-lockstep-api (286/337)
44902026-08-20T18:16:54.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-20T18:16:54.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-20T18:16:54.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-08-20T18:16:54.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44942026-08-20T18:16:54.670Z
44952026-08-20T18:16:54.670Zinfo: running `cargo check --bins` on ntp-admin-api (287/337)
44962026-08-20T18:16:55.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-08-20T18:16:55.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-08-20T18:16:55.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-08-20T18:16:55.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45002026-08-20T18:16:55.248Z
45012026-08-20T18:16:55.248Zinfo: running `cargo check --bins` on ntp-admin-types-versions (288/337)
45022026-08-20T18:16:55.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-08-20T18:16:55.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-08-20T18:16:55.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-08-20T18:16:55.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45062026-08-20T18:16:55.813Z
45072026-08-20T18:16:55.813Zinfo: running `cargo check --bins` on wicketd-api (289/337)
45082026-08-20T18:16:56.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-08-20T18:16:56.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-08-20T18:16:56.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-08-20T18:16:56.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45122026-08-20T18:16:56.408Z
45132026-08-20T18:16:56.408Zinfo: running `cargo check --bins` on wicketd-commission-api (290/337)
45142026-08-20T18:16:56.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-08-20T18:16:56.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-08-20T18:16:56.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45172026-08-20T18:16:56.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45182026-08-20T18:16:56.998Z
45192026-08-20T18:16:56.998Zinfo: running `cargo check --bins` on omicron-ls-apis (291/337)
45202026-08-20T18:16:57.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-08-20T18:16:57.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-08-20T18:16:57.623Z Compiling blake3 v1.8.5
45232026-08-20T18:16:57.734Z Checking arrayvec v0.7.6
45242026-08-20T18:16:57.734Z Checking arrayref v0.3.9
45252026-08-20T18:16:57.737Z Checking constant_time_eq v0.4.2
45262026-08-20T18:16:57.757Z Checking cargo-platform v0.3.2
45272026-08-20T18:16:57.760Z Checking topological-sort v0.2.2
45282026-08-20T18:16:57.760Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
45292026-08-20T18:16:57.917Z Checking cargo_metadata v0.23.1
45302026-08-20T18:16:58.610Z Checking omicron-zone-package v0.12.3
45312026-08-20T18:16:59.322Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45322026-08-20T18:17:00.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
45332026-08-20T18:17:00.335Z
45342026-08-20T18:17:00.335Zinfo: running `cargo check --bins` on mgs-dev (292/337)
45352026-08-20T18:17:00.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-20T18:17:00.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-20T18:17:01.066Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45382026-08-20T18:17:01.706Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45392026-08-20T18:17:02.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
45402026-08-20T18:17:02.420Z
45412026-08-20T18:17:02.420Zinfo: running `cargo check --bins` on omicron-omdb (293/337)
45422026-08-20T18:17:02.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-08-20T18:17:02.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-08-20T18:17:03.400Z Compiling darling_core v0.21.3
45452026-08-20T18:17:03.400Z Compiling vergen-lib v0.1.6
45462026-08-20T18:17:03.403Z Compiling diesel_derives v2.3.7
45472026-08-20T18:17:03.403Z Checking scheduled-thread-pool v0.2.7
45482026-08-20T18:17:03.403Z Compiling vergen-gitcl v1.0.8
45492026-08-20T18:17:03.403Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45502026-08-20T18:17:03.403Z Compiling diesel_table_macro_syntax v0.3.0
45512026-08-20T18:17:03.403Z Compiling dirs-sys-next v0.1.2
45522026-08-20T18:17:03.720Z Compiling glob v0.3.3
45532026-08-20T18:17:03.735Z Compiling crunchy v0.2.4
45542026-08-20T18:17:03.776Z Checking r2d2 v0.8.10
45552026-08-20T18:17:03.841Z Compiling dirs-next v2.0.0
45562026-08-20T18:17:03.875Z Compiling tiny-keccak v2.0.2
45572026-08-20T18:17:03.953Z Checking downcast-rs v2.0.2
45582026-08-20T18:17:03.968Z Compiling term v0.7.0
45592026-08-20T18:17:04.088Z Compiling bit-vec v0.6.3
45602026-08-20T18:17:04.106Z Compiling clang-sys v1.8.1
45612026-08-20T18:17:04.220Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45622026-08-20T18:17:04.313Z Compiling bit-set v0.5.3
45632026-08-20T18:17:04.409Z Compiling ascii-canvas v3.0.0
45642026-08-20T18:17:04.478Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45652026-08-20T18:17:04.498Z Compiling itertools v0.10.5
45662026-08-20T18:17:04.514Z Compiling ena v0.14.4
45672026-08-20T18:17:04.535Z Compiling libloading v0.8.9
45682026-08-20T18:17:04.614Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45692026-08-20T18:17:04.632Z Compiling diff v0.1.13
45702026-08-20T18:17:04.651Z Compiling regex-syntax v0.6.29
45712026-08-20T18:17:04.727Z Compiling bindgen v0.71.1
45722026-08-20T18:17:04.917Z Compiling cexpr v0.6.0
45732026-08-20T18:17:05.150Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45742026-08-20T18:17:05.249Z Compiling rustc-hash v2.1.1
45752026-08-20T18:17:05.340Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45762026-08-20T18:17:05.585Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45772026-08-20T18:17:05.602Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45782026-08-20T18:17:05.627Z Compiling libxml v0.3.3
45792026-08-20T18:17:05.702Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45802026-08-20T18:17:05.882Z Compiling strum_macros v0.24.3
45812026-08-20T18:17:05.900Z Compiling indoc v1.0.9
45822026-08-20T18:17:06.066Z Compiling darling_macro v0.21.3
45832026-08-20T18:17:06.362Z Compiling lalrpop v0.19.12
45842026-08-20T18:17:06.582Z Compiling darling v0.21.3
45852026-08-20T18:17:06.678Z Compiling dsl_auto_type v0.2.0
45862026-08-20T18:17:06.786Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45872026-08-20T18:17:06.853Z Checking derive_builder v0.20.2
45882026-08-20T18:17:06.999Z Compiling oso-derive v0.27.3
45892026-08-20T18:17:07.009Z Checking quick-xml v0.37.5
45902026-08-20T18:17:07.227Z Compiling impl-trait-for-tuples v0.2.3
45912026-08-20T18:17:07.473Z Checking openssl-probe v0.1.6
45922026-08-20T18:17:07.616Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45932026-08-20T18:17:07.876Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45942026-08-20T18:17:08.067Z Checking bb8 v0.8.6
45952026-08-20T18:17:08.369Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45962026-08-20T18:17:08.377Z Checking nonempty v0.12.0
45972026-08-20T18:17:08.408Z Compiling libz-sys v1.1.24
45982026-08-20T18:17:08.544Z Compiling strsim v0.10.0
45992026-08-20T18:17:08.585Z Compiling libgit2-sys v0.18.3+1.9.2
46002026-08-20T18:17:08.781Z Compiling darling_core v0.13.4
46012026-08-20T18:17:08.875Z Compiling vergen-git2 v9.1.0
46022026-08-20T18:17:08.971Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46032026-08-20T18:17:09.099Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46042026-08-20T18:17:09.187Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46052026-08-20T18:17:09.405Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46062026-08-20T18:17:09.606Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
46072026-08-20T18:17:09.791Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46082026-08-20T18:17:09.981Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
46092026-08-20T18:17:10.076Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46102026-08-20T18:17:10.237Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46112026-08-20T18:17:10.443Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46122026-08-20T18:17:10.627Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46132026-08-20T18:17:10.718Z Compiling darling_macro v0.13.4
46142026-08-20T18:17:10.812Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
46152026-08-20T18:17:11.205Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46162026-08-20T18:17:11.220Z Compiling darling v0.13.4
46172026-08-20T18:17:11.319Z Compiling serde_with_macros v1.5.2
46182026-08-20T18:17:11.592Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46192026-08-20T18:17:12.163Z Compiling serde_with v1.14.0
46202026-08-20T18:17:12.179Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46212026-08-20T18:17:12.371Z Checking twox-hash v2.1.2
46222026-08-20T18:17:12.622Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46232026-08-20T18:17:12.654Z Checking diesel v2.3.7
46242026-08-20T18:17:12.690Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46252026-08-20T18:17:13.307Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46262026-08-20T18:17:14.351Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46272026-08-20T18:17:14.531Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46282026-08-20T18:17:15.033Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
46292026-08-20T18:17:15.268Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46302026-08-20T18:17:15.492Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46312026-08-20T18:17:15.993Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46322026-08-20T18:17:16.139Z Checking libsw-core v0.3.2
46332026-08-20T18:17:16.177Z Checking atty v0.2.14
46342026-08-20T18:17:16.283Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46352026-08-20T18:17:16.299Z Checking libsw v3.5.0
46362026-08-20T18:17:16.467Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46372026-08-20T18:17:16.657Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46382026-08-20T18:17:16.807Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46392026-08-20T18:17:17.128Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46402026-08-20T18:17:18.097Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46412026-08-20T18:17:18.127Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46422026-08-20T18:17:18.832Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46432026-08-20T18:17:18.882Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46442026-08-20T18:17:19.228Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46452026-08-20T18:17:19.435Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46462026-08-20T18:17:19.574Z Checking fatfs v0.3.6
46472026-08-20T18:17:19.864Z Checking console v0.16.2
46482026-08-20T18:17:20.035Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46492026-08-20T18:17:20.186Z Checking unit-prefix v0.5.2
46502026-08-20T18:17:20.329Z Compiling seq-macro v0.3.6
46512026-08-20T18:17:20.837Z Checking indicatif v0.18.4
46522026-08-20T18:17:21.260Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46532026-08-20T18:17:21.371Z Checking oxide-update-engine-display v0.1.2
46542026-08-20T18:17:21.695Z Checking support-bundle-viewer v0.1.2
46552026-08-20T18:17:21.951Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46562026-08-20T18:17:21.960Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46572026-08-20T18:17:22.164Z Checking multimap v0.10.1
46582026-08-20T18:17:28.098Z Checking async-bb8-diesel v0.2.1
46592026-08-20T18:17:28.462Z Checking diesel-dtrace v0.5.0
46602026-08-20T18:17:31.698Z Compiling samael v0.0.19
46612026-08-20T18:17:35.948Z Compiling git2 v0.20.4
46622026-08-20T18:17:37.878Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46632026-08-20T18:17:38.603Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46642026-08-20T18:17:38.755Z Compiling polar-core v0.27.3
46652026-08-20T18:17:43.283Z Checking oso v0.27.3
46662026-08-20T18:18:15.991Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46672026-08-20T18:19:31.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
46682026-08-20T18:19:31.656Z
46692026-08-20T18:19:31.656Zinfo: running `cargo check --bins` on nexus-networking (294/337)
46702026-08-20T18:19:32.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-08-20T18:19:32.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-08-20T18:19:32.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46732026-08-20T18:19:32.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
46742026-08-20T18:19:32.329Z
46752026-08-20T18:19:32.329Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337)
46762026-08-20T18:19:32.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-08-20T18:19:32.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-08-20T18:19:32.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46792026-08-20T18:19:32.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46802026-08-20T18:19:32.969Z
46812026-08-20T18:19:32.969Zinfo: running `cargo check --bins` on nexus-saga-recovery (296/337)
46822026-08-20T18:19:33.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-08-20T18:19:33.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-08-20T18:19:33.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-08-20T18:19:33.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
46862026-08-20T18:19:33.606Z
46872026-08-20T18:19:33.606Zinfo: running `cargo check --bins` on nexus-test-utils-macros (297/337)
46882026-08-20T18:19:34.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-08-20T18:19:34.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-08-20T18:19:34.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-08-20T18:19:34.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46922026-08-20T18:19:34.171Z
46932026-08-20T18:19:34.171Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (298/337)
46942026-08-20T18:19:34.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-08-20T18:19:34.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-08-20T18:19:34.998Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46972026-08-20T18:19:35.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
46982026-08-20T18:19:35.965Z
46992026-08-20T18:19:35.965Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337)
47002026-08-20T18:19:36.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-08-20T18:19:36.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-08-20T18:19:36.788Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47032026-08-20T18:20:15.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.81s
47042026-08-20T18:20:15.997Z
47052026-08-20T18:20:15.997Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337)
47062026-08-20T18:20:16.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-08-20T18:20:16.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-08-20T18:20:16.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47092026-08-20T18:20:16.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47102026-08-20T18:20:16.571Z
47112026-08-20T18:20:16.571Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337)
47122026-08-20T18:20:17.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-08-20T18:20:17.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-08-20T18:20:17.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47152026-08-20T18:20:17.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47162026-08-20T18:20:17.144Z
47172026-08-20T18:20:17.144Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (302/337)
47182026-08-20T18:20:17.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-20T18:20:17.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-20T18:20:17.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-20T18:20:17.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47222026-08-20T18:20:17.770Z
47232026-08-20T18:20:17.770Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337)
47242026-08-20T18:20:18.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-20T18:20:18.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-20T18:20:18.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-20T18:20:18.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47282026-08-20T18:20:18.410Z
47292026-08-20T18:20:18.411Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (304/337)
47302026-08-20T18:20:18.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-20T18:20:18.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-20T18:20:18.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-20T18:20:18.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47342026-08-20T18:20:19.046Z
47352026-08-20T18:20:19.046Zinfo: running `cargo check --bins` on nexus-mgs-updates (305/337)
47362026-08-20T18:20:19.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-20T18:20:19.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-20T18:20:19.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-20T18:20:19.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47402026-08-20T18:20:19.666Z
47412026-08-20T18:20:19.666Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (306/337)
47422026-08-20T18:20:20.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-20T18:20:20.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-20T18:20:20.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-20T18:20:20.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47462026-08-20T18:20:20.298Z
47472026-08-20T18:20:20.298Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337)
47482026-08-20T18:20:20.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-20T18:20:20.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-20T18:20:20.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-20T18:20:20.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47522026-08-20T18:20:20.939Z
47532026-08-20T18:20:20.939Zinfo: running `cargo check --bins` on nexus-switch-config (308/337)
47542026-08-20T18:20:21.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-20T18:20:21.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-20T18:20:21.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-20T18:20:21.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47582026-08-20T18:20:21.568Z
47592026-08-20T18:20:21.568Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (309/337)
47602026-08-20T18:20:22.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-20T18:20:22.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-20T18:20:22.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-20T18:20:22.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47642026-08-20T18:20:22.209Z
47652026-08-20T18:20:22.209Zinfo: running `cargo check --bins` on support-bundle-collection (310/337)
47662026-08-20T18:20:22.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-20T18:20:22.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-20T18:20:22.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47692026-08-20T18:20:22.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47702026-08-20T18:20:22.848Z
47712026-08-20T18:20:22.848Zinfo: running `cargo check --bins` on omicron-dev (311/337)
47722026-08-20T18:20:23.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-08-20T18:20:23.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-08-20T18:20:23.758Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47752026-08-20T18:20:23.762Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47762026-08-20T18:20:23.955Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47772026-08-20T18:20:23.983Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
47782026-08-20T18:20:24.000Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47792026-08-20T18:20:24.004Z Checking yansi v1.0.1
47802026-08-20T18:20:24.004Z Checking diff v0.1.13
47812026-08-20T18:20:24.033Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47822026-08-20T18:20:24.087Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47832026-08-20T18:20:24.282Z Checking pretty_assertions v1.4.1
47842026-08-20T18:20:25.042Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47852026-08-20T18:20:25.078Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47862026-08-20T18:20:50.235Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47872026-08-20T18:20:50.240Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47882026-08-20T18:20:50.240Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47892026-08-20T18:20:50.240Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47902026-08-20T18:20:50.240Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47912026-08-20T18:20:50.240Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47922026-08-20T18:20:50.240Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47932026-08-20T18:20:51.132Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47942026-08-20T18:20:51.132Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47952026-08-20T18:20:52.429Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47962026-08-20T18:21:31.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
47972026-08-20T18:21:31.365Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47982026-08-20T18:21:31.365Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47992026-08-20T18:21:31.575Z
48002026-08-20T18:21:31.575Zinfo: running `cargo check --bins` on oximeter-load-test (312/337)
48012026-08-20T18:21:32.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-08-20T18:21:32.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-08-20T18:21:32.284Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
48042026-08-20T18:21:32.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
48052026-08-20T18:21:33.146Z
48062026-08-20T18:21:33.146Zinfo: running `cargo check --bins` on omicron-pins (313/337)
48072026-08-20T18:21:33.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-08-20T18:21:33.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-08-20T18:21:33.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48102026-08-20T18:21:33.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48112026-08-20T18:21:33.687Z
48122026-08-20T18:21:33.687Zinfo: running `cargo check --bins` on rack-init-config (314/337)
48132026-08-20T18:21:34.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-08-20T18:21:34.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-08-20T18:21:34.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48162026-08-20T18:21:34.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48172026-08-20T18:21:34.274Z
48182026-08-20T18:21:34.274Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337)
48192026-08-20T18:21:34.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48202026-08-20T18:21:34.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48212026-08-20T18:21:35.056Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48222026-08-20T18:21:35.180Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48232026-08-20T18:21:35.188Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48242026-08-20T18:22:02.435Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48252026-08-20T18:22:02.843Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48262026-08-20T18:22:04.632Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48272026-08-20T18:22:05.120Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48282026-08-20T18:22:08.285Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48292026-08-20T18:22:32.417Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48302026-08-20T18:22:33.166Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48312026-08-20T18:22:34.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
48322026-08-20T18:22:35.154Z
48332026-08-20T18:22:35.154Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (316/337)
48342026-08-20T18:22:35.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-08-20T18:22:35.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-08-20T18:22:35.850Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48372026-08-20T18:22:36.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
48382026-08-20T18:22:36.756Z
48392026-08-20T18:22:36.756Zinfo: running `cargo check --bins` on omicron-releng (317/337)
48402026-08-20T18:22:37.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48412026-08-20T18:22:37.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48422026-08-20T18:22:37.389Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48432026-08-20T18:22:37.393Z Compiling fs-err v2.11.0
48442026-08-20T18:22:37.511Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48452026-08-20T18:22:37.522Z Checking parse-size v1.1.0
48462026-08-20T18:22:37.531Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48472026-08-20T18:22:37.535Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48482026-08-20T18:22:37.535Z Checking shell-words v1.1.1
48492026-08-20T18:22:37.617Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48502026-08-20T18:22:37.948Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48512026-08-20T18:22:38.124Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48522026-08-20T18:22:38.798Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48532026-08-20T18:22:39.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
48542026-08-20T18:22:39.958Z
48552026-08-20T18:22:39.958Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (318/337)
48562026-08-20T18:22:40.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48572026-08-20T18:22:40.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48582026-08-20T18:22:40.603Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48592026-08-20T18:22:41.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
48602026-08-20T18:22:41.278Z
48612026-08-20T18:22:41.278Zinfo: running `cargo check --bins` on schema (319/337)
48622026-08-20T18:22:41.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-08-20T18:22:41.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-08-20T18:22:42.018Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48652026-08-20T18:22:42.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
48662026-08-20T18:22:42.913Z
48672026-08-20T18:22:42.913Zinfo: running `cargo check --bins` on xtask (320/337)
48682026-08-20T18:22:43.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48692026-08-20T18:22:43.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48702026-08-20T18:22:43.322Z Checking serde_core v1.0.228
48712026-08-20T18:22:43.322Z Checking libc v0.2.185
48722026-08-20T18:22:43.401Z Checking bitflags v2.11.0
48732026-08-20T18:22:43.407Z Checking scroll v0.12.0
48742026-08-20T18:22:43.411Z Checking thiserror v1.0.69
48752026-08-20T18:22:43.420Z Checking log v0.4.33
48762026-08-20T18:22:43.426Z Checking zerocopy v0.7.35
48772026-08-20T18:22:43.438Z Checking indexmap v2.14.0
48782026-08-20T18:22:43.504Z Checking syn v2.0.117
48792026-08-20T18:22:43.542Z Checking dtrace-parser v0.2.0
48802026-08-20T18:22:43.557Z Checking once_cell v1.21.3
48812026-08-20T18:22:43.619Z Checking goblin v0.8.2
48822026-08-20T18:22:43.682Z Checking errno v0.3.14
48832026-08-20T18:22:43.735Z Checking thread-id v4.2.2
48842026-08-20T18:22:43.837Z Checking getrandom v0.3.4
48852026-08-20T18:22:43.880Z Checking rustix v1.1.4
48862026-08-20T18:22:43.880Z Checking memmap v0.7.0
48872026-08-20T18:22:43.938Z Checking thiserror v2.0.18
48882026-08-20T18:22:43.946Z Checking fs-err v3.3.0
48892026-08-20T18:22:43.946Z Checking tabled v0.15.0
48902026-08-20T18:22:43.981Z Checking anyhow v1.0.104
48912026-08-20T18:22:44.567Z Checking terminal_size v0.4.3
48922026-08-20T18:22:44.567Z Checking tempfile v3.27.0
48932026-08-20T18:22:44.681Z Checking clap_builder v4.6.0
48942026-08-20T18:22:44.686Z Checking textwrap v0.16.2
48952026-08-20T18:22:45.019Z Checking serde v1.0.228
48962026-08-20T18:22:45.282Z Checking serde_json v1.0.151
48972026-08-20T18:22:45.282Z Checking camino v1.2.5
48982026-08-20T18:22:45.282Z Checking cargo-platform v0.3.2
48992026-08-20T18:22:45.282Z Checking semver v1.0.28
49002026-08-20T18:22:45.282Z Checking camino-tempfile v1.4.1
49012026-08-20T18:22:45.293Z Checking serde_spanned v0.6.9
49022026-08-20T18:22:45.317Z Checking toml_datetime v0.6.11
49032026-08-20T18:22:45.317Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49042026-08-20T18:22:45.317Z Checking macaddr v1.0.1
49052026-08-20T18:22:45.464Z Checking toml_edit v0.22.27
49062026-08-20T18:22:45.486Z Checking dof v0.3.0
49072026-08-20T18:22:45.491Z Checking cargo_metadata v0.23.1
49082026-08-20T18:22:45.731Z Checking usdt-impl v0.5.0
49092026-08-20T18:22:45.863Z Checking clap v4.6.1
49102026-08-20T18:22:45.990Z Checking usdt v0.5.0
49112026-08-20T18:22:46.478Z Checking toml v0.8.23
49122026-08-20T18:22:46.699Z Checking cargo_toml v0.21.0
49132026-08-20T18:22:47.339Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49142026-08-20T18:22:47.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s
49152026-08-20T18:22:47.839Z
49162026-08-20T18:22:47.839Zinfo: running `cargo check --bins` on dnsadm (321/337)
49172026-08-20T18:22:48.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49182026-08-20T18:22:48.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49192026-08-20T18:22:48.480Z Checking arc-swap v1.8.2
49202026-08-20T18:22:48.769Z Checking slog-scope v4.4.1
49212026-08-20T18:22:49.046Z Checking slog-stdlog v4.1.1
49222026-08-20T18:22:49.066Z Checking slog-envlogger v2.2.0
49232026-08-20T18:22:49.099Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49242026-08-20T18:22:49.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
49252026-08-20T18:22:49.691Z
49262026-08-20T18:22:49.692Zinfo: running `cargo check --bins` on end-to-end-tests (322/337)
49272026-08-20T18:22:50.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49282026-08-20T18:22:50.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49292026-08-20T18:22:50.509Z Checking cpubits v0.1.1
49302026-08-20T18:22:50.633Z Checking pem-rfc7468 v1.0.0
49312026-08-20T18:22:50.647Z Checking hmac v0.13.0
49322026-08-20T18:22:50.656Z Checking universal-hash v0.6.1
49332026-08-20T18:22:50.677Z Checking ctr v0.10.1
49342026-08-20T18:22:50.685Z Checking aead v0.6.1
49352026-08-20T18:22:50.705Z Checking aes v0.9.1
49362026-08-20T18:22:50.705Z Checking crypto-bigint v0.7.5
49372026-08-20T18:22:50.729Z Checking salsa20 v0.11.0
49382026-08-20T18:22:50.777Z Checking der v0.8.0
49392026-08-20T18:22:50.777Z Checking polyval v0.7.1
49402026-08-20T18:22:50.803Z Checking pbkdf2 v0.13.0
49412026-08-20T18:22:50.828Z Checking cbc v0.2.1
49422026-08-20T18:22:50.846Z Checking ff v0.14.0
49432026-08-20T18:22:50.875Z Checking signature v3.0.0
49442026-08-20T18:22:50.923Z Checking scrypt v0.12.0
49452026-08-20T18:22:50.970Z Checking ghash v0.6.0
49462026-08-20T18:22:50.989Z Checking base16ct v1.0.0
49472026-08-20T18:22:51.017Z Checking group v0.14.0
49482026-08-20T18:22:51.058Z Checking hkdf v0.13.0
49492026-08-20T18:22:51.088Z Compiling curve25519-dalek v5.0.0
49502026-08-20T18:22:51.108Z Checking aes-gcm v0.11.0
49512026-08-20T18:22:51.118Z Checking keccak v0.2.0
49522026-08-20T18:22:51.161Z Checking poly1305 v0.9.0
49532026-08-20T18:22:51.173Z Checking wnaf v0.14.0
49542026-08-20T18:22:51.191Z Checking blowfish v0.10.0
49552026-08-20T18:22:51.265Z Checking blake2 v0.11.0-rc.6
49562026-08-20T18:22:51.285Z Checking sha3 v0.11.0
49572026-08-20T18:22:51.338Z Checking kem v0.3.0
49582026-08-20T18:22:51.347Z Checking bcrypt-pbkdf v0.11.0
49592026-08-20T18:22:51.407Z Checking module-lattice v0.2.3
49602026-08-20T18:22:51.449Z Checking sponge-cursor v0.1.0
49612026-08-20T18:22:51.509Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49622026-08-20T18:22:51.532Z Checking argon2 v0.6.0-rc.8
49632026-08-20T18:22:51.569Z Checking spki v0.8.0
49642026-08-20T18:22:51.585Z Checking sec1 v0.8.1
49652026-08-20T18:22:51.633Z Checking sha3 v0.12.0
49662026-08-20T18:22:51.647Z Checking ml-kem v0.3.2
49672026-08-20T18:22:51.690Z Checking internal-russh-num-bigint v0.5.0
49682026-08-20T18:22:51.742Z Checking pkcs5 v0.8.1
49692026-08-20T18:22:51.787Z Checking pkcs1 v0.8.0-rc.4
49702026-08-20T18:22:51.833Z Checking num-bigint v0.4.6
49712026-08-20T18:22:51.847Z Checking generic-array v1.4.3
49722026-08-20T18:22:51.998Z Checking russh-util v0.52.0
49732026-08-20T18:22:52.034Z Checking pkcs8 v0.11.0
49742026-08-20T18:22:52.122Z Compiling enum_dispatch v0.3.13
49752026-08-20T18:22:52.233Z Checking ed25519 v3.0.0
49762026-08-20T18:22:52.243Z Compiling delegate v0.13.5
49772026-08-20T18:22:52.369Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49782026-08-20T18:22:52.414Z Checking hex-literal v1.1.0
49792026-08-20T18:22:52.448Z Checking ed25519-dalek v3.0.0
49802026-08-20T18:22:52.514Z Checking md5 v0.8.0
49812026-08-20T18:22:52.563Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49822026-08-20T18:22:52.679Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49832026-08-20T18:22:52.689Z Checking socket2 v0.5.10
49842026-08-20T18:22:52.757Z Checking internet-checksum v0.2.1
49852026-08-20T18:22:52.777Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49862026-08-20T18:22:52.938Z Checking elliptic-curve v0.14.1
49872026-08-20T18:22:52.939Z Checking rfc6979 v0.6.0
49882026-08-20T18:22:52.953Z Checking primefield v0.14.0
49892026-08-20T18:22:52.954Z Checking ssh-encoding v0.3.0
49902026-08-20T18:22:53.060Z Checking crypto-primes v0.7.2
49912026-08-20T18:22:53.157Z Checking ssh-cipher v0.3.0
49922026-08-20T18:22:53.157Z Checking russh-cryptovec v0.62.0
49932026-08-20T18:22:53.368Z Checking ecdsa v0.17.0
49942026-08-20T18:22:53.378Z Checking primeorder v0.14.0
49952026-08-20T18:22:53.730Z Checking p521 v0.14.0
49962026-08-20T18:22:53.730Z Checking p384 v0.14.0
49972026-08-20T18:22:53.745Z Checking p256 v0.14.0
49982026-08-20T18:22:54.034Z Checking rsa v0.10.0-rc.18
49992026-08-20T18:22:58.014Z Checking ssh-key v0.7.0-rc.11
50002026-08-20T18:22:58.014Z Checking russh v0.62.4
50012026-08-20T18:23:10.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.21s
50022026-08-20T18:23:10.911Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50032026-08-20T18:23:10.911Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50042026-08-20T18:23:11.120Z
50052026-08-20T18:23:11.120Zinfo: running `cargo check --bins` on gateway-cli (323/337)
50062026-08-20T18:23:11.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50072026-08-20T18:23:11.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50082026-08-20T18:23:11.775Z Checking termios v0.3.3
50092026-08-20T18:23:11.978Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50102026-08-20T18:23:12.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
50112026-08-20T18:23:12.762Z
50122026-08-20T18:23:12.762Zinfo: running `cargo check --bins --no-default-features` on installinator (324/337)
50132026-08-20T18:23:13.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50142026-08-20T18:23:13.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50152026-08-20T18:23:13.455Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50162026-08-20T18:23:14.160Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50172026-08-20T18:23:15.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
50182026-08-20T18:23:15.951Z
50192026-08-20T18:23:15.951Zinfo: running `cargo check --bins` on internal-dns-cli (325/337)
50202026-08-20T18:23:16.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50212026-08-20T18:23:16.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50222026-08-20T18:23:16.597Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50232026-08-20T18:23:17.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
50242026-08-20T18:23:17.213Z
50252026-08-20T18:23:17.213Zinfo: running `cargo check --bins` on omicron-live-tests (326/337)
50262026-08-20T18:23:17.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50272026-08-20T18:23:17.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50282026-08-20T18:23:17.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50292026-08-20T18:23:17.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50302026-08-20T18:23:17.781Z
50312026-08-20T18:23:17.781Zinfo: running `cargo check --bins` on live-tests-macros (327/337)
50322026-08-20T18:23:18.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50332026-08-20T18:23:18.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50342026-08-20T18:23:18.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50352026-08-20T18:23:18.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50362026-08-20T18:23:18.355Z
50372026-08-20T18:23:18.355Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337)
50382026-08-20T18:23:18.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50392026-08-20T18:23:18.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50402026-08-20T18:23:19.108Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50412026-08-20T18:23:19.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
50422026-08-20T18:23:19.893Z
50432026-08-20T18:23:19.893Zinfo: running `cargo check --bins` on omicron-ntp-admin (329/337)
50442026-08-20T18:23:20.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50452026-08-20T18:23:20.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50462026-08-20T18:23:20.550Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50472026-08-20T18:23:20.553Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50482026-08-20T18:23:21.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
50492026-08-20T18:23:21.659Z
50502026-08-20T18:23:21.659Zinfo: running `cargo check --bins` on ntp-admin-types (330/337)
50512026-08-20T18:23:22.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-20T18:23:22.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-20T18:23:22.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50542026-08-20T18:23:22.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50552026-08-20T18:23:22.233Z
50562026-08-20T18:23:22.233Zinfo: running `cargo check --bins` on omicron-package (331/337)
50572026-08-20T18:23:22.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-20T18:23:22.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-20T18:23:22.921Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50602026-08-20T18:23:24.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
50612026-08-20T18:23:24.214Z
50622026-08-20T18:23:24.214Zinfo: running `cargo check --bins` on tqdb (332/337)
50632026-08-20T18:23:24.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50642026-08-20T18:23:24.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50652026-08-20T18:23:25.008Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50662026-08-20T18:23:25.364Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50672026-08-20T18:23:25.876Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50682026-08-20T18:23:25.879Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50692026-08-20T18:23:32.733Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50702026-08-20T18:23:32.736Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50712026-08-20T18:23:32.736Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50722026-08-20T18:23:33.382Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50732026-08-20T18:23:33.385Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50742026-08-20T18:23:33.385Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50752026-08-20T18:23:33.385Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50762026-08-20T18:23:34.210Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50772026-08-20T18:23:34.765Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50782026-08-20T18:23:35.000Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50792026-08-20T18:23:35.276Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50802026-08-20T18:23:36.155Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50812026-08-20T18:23:36.801Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50822026-08-20T18:23:41.723Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50832026-08-20T18:23:48.989Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50842026-08-20T18:23:48.989Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50852026-08-20T18:23:48.993Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50862026-08-20T18:23:48.993Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50872026-08-20T18:23:50.498Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50882026-08-20T18:23:51.782Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50892026-08-20T18:23:52.465Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50902026-08-20T18:23:53.749Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50912026-08-20T18:23:54.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.08s
50922026-08-20T18:23:54.510Z
50932026-08-20T18:23:54.510Zinfo: running `cargo check --bins` on wicket-dbg (333/337)
50942026-08-20T18:23:55.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50952026-08-20T18:23:55.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50962026-08-20T18:23:55.219Z Checking rtoolbox v0.0.3
50972026-08-20T18:23:55.226Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50982026-08-20T18:23:55.226Z Checking tui-tree-widget v0.23.1
50992026-08-20T18:23:55.353Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
51002026-08-20T18:23:55.439Z Checking rpassword v7.5.4
51012026-08-20T18:23:58.340Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51022026-08-20T18:24:00.134Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51032026-08-20T18:24:01.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s
51042026-08-20T18:24:01.260Z
51052026-08-20T18:24:01.260Zinfo: running `cargo check --bins` on wicket (334/337)
51062026-08-20T18:24:01.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51072026-08-20T18:24:01.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51082026-08-20T18:24:01.947Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51092026-08-20T18:24:02.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
51102026-08-20T18:24:02.493Z
51112026-08-20T18:24:02.494Zinfo: running `cargo check --bins` on wicketd (335/337)
51122026-08-20T18:24:03.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51132026-08-20T18:24:03.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51142026-08-20T18:24:03.189Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51152026-08-20T18:24:06.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
51162026-08-20T18:24:06.944Z
51172026-08-20T18:24:06.944Zinfo: running `cargo check --bins` on omicron-workspace-hack (336/337)
51182026-08-20T18:24:07.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51192026-08-20T18:24:07.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51202026-08-20T18:24:07.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51212026-08-20T18:24:07.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
51222026-08-20T18:24:07.508Z
51232026-08-20T18:24:07.509Zinfo: running `cargo check --bins` on zone-setup (337/337)
51242026-08-20T18:24:08.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51252026-08-20T18:24:08.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51262026-08-20T18:24:08.177Z Checking uzers v0.12.2
51272026-08-20T18:24:08.447Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51282026-08-20T18:24:09.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
51292026-08-20T18:24:09.427Z
51302026-08-20T18:24:09.427Zreal 14:13.135495644
51312026-08-20T18:24:09.427Zuser 21:37.595919515
51322026-08-20T18:24:09.427Zsys 4:24.587197560
51332026-08-20T18:24:09.427Ztrap 0.339542196
51342026-08-20T18:24:09.428Ztflt 0.559382782
51352026-08-20T18:24:09.428Zdflt 0.923575680
51362026-08-20T18:24:09.428Zkflt 0.004290571
51372026-08-20T18:24:09.428Zlock 1:28:23.281705655
51382026-08-20T18:24:09.431Zslp 1:42:27.889770059
51392026-08-20T18:24:09.431Zlat 58.526448754
51402026-08-20T18:24:09.432Zstop 4:10.879856520
51412026-08-20T18:24:09.432Zprocess exited: duration 1009037 ms, exit code 0
 
51422026-08-20T18:24:09.439Zfound 0 output files