01KY0F0HXKTS2N8CY0GSSK34BF: 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: 01KY0F1BVCE4XH7DGABPEX029W

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T19:12:10.222Zjob assigned to worker 01KY0F1GDNXE2Z82165YWZH5H4 [factory aws, i-042513d63cdafd37f] (queued for 45 s)
 
22026-07-20T19:12:16.948Zstarting task 0: "setup"
32026-07-20T19:12:16.952Z++ uname -s
42026-07-20T19:12:16.955Z+ kern=SunOS
52026-07-20T19:12:16.956Z+ build_user=build
62026-07-20T19:12:16.956Z+ build_uid=12345
72026-07-20T19:12:16.956Z+ work_dir=/work
82026-07-20T19:12:16.956Z+ input_dir=/input
92026-07-20T19:12:16.956Z+ [[ 0 == 12345 ]]
102026-07-20T19:12:16.956Z+ case "$kern" in
112026-07-20T19:12:16.956Z+ groupadd -g 12345 build
122026-07-20T19:12:16.959Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T19:12:18.966Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T19:12:19.090Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T19:12:19.114Z+ home_fs=zfs
162026-07-20T19:12:19.114Z+ [[ zfs == autofs ]]
172026-07-20T19:12:19.115Z+ mkdir -p /home/build
182026-07-20T19:12:19.115Z+ chown build:build /home/build /work
192026-07-20T19:12:21.092Z+ chmod 0700 /home/build /work
202026-07-20T19:12:21.095Zprocess exited: duration 4148 ms, exit code 0
 
212026-07-20T19:12:21.102Zstarting task 1: "rust-toolchain"
222026-07-20T19:12:21.109Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-20T19:12:21.109Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-20T19:12:21.109Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-20T19:12:21.109Z * rust toolchain channel = "1.96.1"
262026-07-20T19:12:21.109Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T19:12:21.109Z * rust toolchain profile = "default"
282026-07-20T19:12:21.113Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T19:12:21.113Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T19:12:21.164Zinfo: downloading installer
312026-07-20T19:12:22.531Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T19:12:22.531Zwarn: /home/build/.rustup/settings.toml
332026-07-20T19:12:22.531Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T19:12:22.531Zwarn: instead of the one inferred from the default host triple.
352026-07-20T19:12:22.544Zinfo: profile set to default
362026-07-20T19:12:22.544Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T19:12:22.548Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T19:12:22.672Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T19:12:22.672Zinfo: downloading 6 components
402026-07-20T19:12:36.899Z
412026-07-20T19:12:36.899Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-20T19:12:36.927Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T19:12:36.927Z
442026-07-20T19:12:36.930Z
452026-07-20T19:12:36.930ZRust is installed now. Great!
462026-07-20T19:12:36.930Z
472026-07-20T19:12:36.930ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T19:12:36.930Zenvironment variable. This has not been done automatically.
492026-07-20T19:12:36.930Z
502026-07-20T19:12:36.930ZTo configure your current shell, you need to source
512026-07-20T19:12:36.930Zthe corresponding env file under $HOME/.cargo.
522026-07-20T19:12:36.930Z
532026-07-20T19:12:36.931ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T19:12:36.931Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T19:12:36.931Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T19:12:36.931Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T19:12:36.931Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T19:12:36.931Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T19:12:36.931Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T19:12:36.931Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T19:12:36.931Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T19:12:37.025Z+ rustup --version
632026-07-20T19:12:37.036Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T19:12:37.044Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T19:12:37.057Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T19:12:37.060Z+ cargo --version
672026-07-20T19:12:37.075Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T19:12:37.080Z+ rustc --version
692026-07-20T19:12:37.096Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T19:12:37.100Zprocess exited: duration 15996 ms, exit code 0
 
712026-07-20T19:12:37.105Zstarting task 2: "authentication"
722026-07-20T19:12:37.123Zprocess exited: duration 16 ms, exit code 0
 
732026-07-20T19:12:37.128Zstarting task 3: "clone repository"
742026-07-20T19:12:37.132Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-20T19:12:37.135Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-20T19:12:37.162ZCloning into '/work/oxidecomputer/omicron'...
772026-07-20T19:12:48.430Z+ cd /work/oxidecomputer/omicron
782026-07-20T19:12:48.430Z+ git fetch origin dd92511ce63f878098e834564e729260d7eb8fd6
792026-07-20T19:12:48.748ZFrom https://github.com/oxidecomputer/omicron
802026-07-20T19:12:48.748Z * branch dd92511ce63f878098e834564e729260d7eb8fd6 -> FETCH_HEAD
812026-07-20T19:12:48.758Z+ [[ -n john/sim-sa-cleanup-1 ]]
822026-07-20T19:12:48.763Z++ git branch --show-current
832026-07-20T19:12:48.763Z+ current=main
842026-07-20T19:12:48.763Z+ [[ main != john/sim-sa-cleanup-1 ]]
852026-07-20T19:12:48.763Z+ git branch -f john/sim-sa-cleanup-1 dd92511ce63f878098e834564e729260d7eb8fd6
862026-07-20T19:12:48.768Z+ git checkout -f john/sim-sa-cleanup-1
872026-07-20T19:12:49.006ZSwitched to branch 'john/sim-sa-cleanup-1'
882026-07-20T19:12:49.009Z+ git reset --hard dd92511ce63f878098e834564e729260d7eb8fd6
892026-07-20T19:12:49.023ZHEAD is now at dd92511ce sim-sled-agent: internally store a unified `OmicronSledConfig`
902026-07-20T19:12:49.026Zprocess exited: duration 11895 ms, exit code 0
 
912026-07-20T19:12:49.031Zstarting task 4: "build"
922026-07-20T19:12:49.037Z+ source .github/buildomat/ci-env.sh
932026-07-20T19:12:49.037Z++ export CARGO_TERM_COLOR=always
942026-07-20T19:12:49.037Z++ CARGO_TERM_COLOR=always
952026-07-20T19:12:49.040Z+++ uname -s
962026-07-20T19:12:49.040Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-20T19:12:49.040Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-20T19:12:49.040Z+ cargo --version
992026-07-20T19:12:49.049Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-20T19:12:49.052Z+ rustc --version
1012026-07-20T19:12:49.071Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-20T19:12:49.075Z+ source ./env.sh
1032026-07-20T19:12:49.075Z++ OLD_SHELL_OPTS=ehxB
1042026-07-20T19:12:49.075Z++ set -o xtrace
1052026-07-20T19:12:49.078Z++++ dirname ./env.sh
1062026-07-20T19:12:49.078Z+++ readlink -f .
1072026-07-20T19:12:49.081Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-20T19:12:49.081Z++ 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-07-20T19:12:49.082Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-20T19:12:49.082Z++ 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-07-20T19:12:49.082Z++ 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-07-20T19:12:49.082Z++ 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-07-20T19:12:49.082Z++ 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-07-20T19:12:49.082Z++ 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-07-20T19:12:49.082Z++ 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-07-20T19:12:49.082Z++ 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-07-20T19:12:49.082Z++ 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-07-20T19:12:49.082Z++ case $OLD_SHELL_OPTS in
1192026-07-20T19:12:49.082Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-20T19:12:49.082Z+ 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-07-20T19:12:49.082Z+ 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-07-20T19:12:49.082Z+ banner prerequisites
1232026-07-20T19:12:49.085Z
1242026-07-20T19:12:49.085Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-20T19:12:49.085Z # # # # # # # # # # # # # # #
1262026-07-20T19:12:49.085Z # # # # ##### # # ##### # # # # # #### #
1272026-07-20T19:12:49.085Z ##### ##### # ##### # # # # # # # # #
1282026-07-20T19:12:49.085Z # # # # # # # # # # # # # # #
1292026-07-20T19:12:49.085Z # # # ###### # # ###### ### # #### # #### #
1302026-07-20T19:12:49.085Z
1312026-07-20T19:12:49.085Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-20T19:12:51.411Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-20T19:12:51.597Z Startup: Caching catalogs ... Done
1342026-07-20T19:12:52.477ZPlanning: Solver setup ... Done (0.812s)
1352026-07-20T19:12:52.517ZPlanning: Running solver ... Done (0.040s)
1362026-07-20T19:12:52.541ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-20T19:12:52.554ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-20T19:12:52.571ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-20T19:12:52.584ZPlanning: Package planning ... Done (0.013s)
1402026-07-20T19:12:52.588ZPlanning: Merging actions ... Done (0.001s)
1412026-07-20T19:12:52.791ZPlanning: Checking for conflicting actions ... Done (0.205s)
1422026-07-20T19:12:52.794ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-20T19:12:53.607ZPlanning: Evaluating mediators ... Done (0.815s)
1442026-07-20T19:12:53.613ZPlanning: Planning completed in 1.99 seconds
1452026-07-20T19:12:53.619Z Packages to install: 2
1462026-07-20T19:12:53.619Z Estimated space available: 156.06 GB
1472026-07-20T19:12:53.620ZEstimated space to be consumed: 45.23 MB
1482026-07-20T19:12:53.620Z Create boot environment: No
1492026-07-20T19:12:53.627ZCreate backup boot environment: No
1502026-07-20T19:12:53.627Z Rebuild boot archive: No
1512026-07-20T19:12:53.627Z
1522026-07-20T19:12:53.627ZChanged packages:
1532026-07-20T19:12:53.627Zhelios
1542026-07-20T19:12:53.627Z developer/build-essential
1552026-07-20T19:12:53.627Z None -> 11-3.0
1562026-07-20T19:12:53.628Z library/libxmlsec1
1572026-07-20T19:12:53.628Z None -> 1.2.35-3.0
1582026-07-20T19:12:53.641Z
1592026-07-20T19:12:53.641ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-20T19:12:53.721ZDownload: Completed 1.28 MB in 0.08 seconds (16.2M/s)
1612026-07-20T19:12:53.804Z Actions: 1/268 actions (Installing new actions)
1622026-07-20T19:12:53.842Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-20T19:12:53.862ZFinalize: Updating package state database ... Done (0.018s)
1642026-07-20T19:12:53.868ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-20T19:12:53.906ZFinalize: Updating image state ... Done (0.046s)
1662026-07-20T19:12:56.369ZFinalize: Creating fast lookup database ... Done (2.428s)
1672026-07-20T19:12:56.439ZFinalize: Reading search index ... Done (0.012s)
1682026-07-20T19:12:56.442ZFinalize: Updating search index ... Done (0.000s)
1692026-07-20T19:12:56.510ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-20T19:12:56.847ZPlanning: Evaluating mediator changes ... Done
1712026-07-20T19:12:56.953ZPlanning: Checking for conflicting actions ... Done
1722026-07-20T19:12:56.956ZPlanning: Consolidating action changes ... Done
1732026-07-20T19:12:57.110ZPlanning: Evaluating mediators ... Done
1742026-07-20T19:12:57.114ZPlanning: Planning completed in 0.26 seconds
1752026-07-20T19:12:57.133Z Mediators to change: 2
1762026-07-20T19:12:57.133Z Create boot environment: No
1772026-07-20T19:12:57.133ZCreate backup boot environment: No
1782026-07-20T19:12:57.173ZFinalize: Updating package state database ... Done
1792026-07-20T19:12:57.173ZFinalize: Updating package cache ... Done
1802026-07-20T19:12:57.196ZFinalize: Updating image state ... Done
1812026-07-20T19:12:59.150ZFinalize: Creating fast lookup database ... Done
1822026-07-20T19:12:59.218ZFinalize: Reading search index ... Done
1832026-07-20T19:12:59.221ZFinalize: Updating search index ... Done
1842026-07-20T19:12:59.305ZFinalize: Updating package cache ... Done
1852026-07-20T19:12:59.588ZPlanning: Evaluating mediator changes ... Done
1862026-07-20T19:12:59.696ZPlanning: Checking for conflicting actions ... Done
1872026-07-20T19:12:59.700ZPlanning: Consolidating action changes ... Done
1882026-07-20T19:12:59.855ZPlanning: Evaluating mediators ... Done
1892026-07-20T19:12:59.858ZPlanning: Planning completed in 0.27 seconds
1902026-07-20T19:12:59.878Z Mediators to change: 1
1912026-07-20T19:12:59.879Z Create boot environment: No
1922026-07-20T19:12:59.879ZCreate backup boot environment: No
1932026-07-20T19:12:59.941ZFinalize: Updating package state database ... Done
1942026-07-20T19:12:59.941ZFinalize: Updating package cache ... Done
1952026-07-20T19:12:59.968ZFinalize: Updating image state ... Done
1962026-07-20T19:13:01.950ZFinalize: Creating fast lookup database ... Done
1972026-07-20T19:13:02.009ZFinalize: Reading search index ... Done
1982026-07-20T19:13:02.012ZFinalize: Updating search index ... Done
1992026-07-20T19:13:02.158ZFinalize: Updating package cache ... Done
2002026-07-20T19:13:02.472ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-20T19:13:02.472Zapache system 2.4 system
2022026-07-20T19:13:02.472Zclang system 15 system
2032026-07-20T19:13:02.472Zcsh system system illumos
2042026-07-20T19:13:02.472Zctags system system illumos
2052026-07-20T19:13:02.472Zfile vendor vendor darwinsys
2062026-07-20T19:13:02.472Zfile system system illumos
2072026-07-20T19:13:02.472Zgcc vendor 14 vendor
2082026-07-20T19:13:02.472Zgcc system 13 system
2092026-07-20T19:13:02.472Zgcc system 10 system
2102026-07-20T19:13:02.472Zgo system 1.25 system
2112026-07-20T19:13:02.472Zllvm system 15 system
2122026-07-20T19:13:02.472Zmariadb system 11.4 system
2132026-07-20T19:13:02.472Zmta vendor vendor dma
2142026-07-20T19:13:02.472Zopenjdk system 17 system
2152026-07-20T19:13:02.472Zopenjdk system 11 system
2162026-07-20T19:13:02.472Zopenssl vendor 3 vendor
2172026-07-20T19:13:02.472Zperl system 5.40 system
2182026-07-20T19:13:02.472Zpostgresql system 18 system
2192026-07-20T19:13:02.472Zpostgresql system 17 system
2202026-07-20T19:13:02.473Zpython vendor 3 vendor
2212026-07-20T19:13:02.473Zpython system 2 system
2222026-07-20T19:13:02.473Zpython3 vendor 3.13 vendor
2232026-07-20T19:13:02.473Zruby system 3.4 system
2242026-07-20T19:13:02.473Zruby system 3.0 system
2252026-07-20T19:13:02.473Zwords vendor vendor american-english
2262026-07-20T19:13:02.473Zwords system system australian-english
2272026-07-20T19:13:02.473Zwords system system british-english
2282026-07-20T19:13:02.473Zwords system system canadian-english
2292026-07-20T19:13:02.473Zwords system system french
2302026-07-20T19:13:02.473Zwords system system italian
2312026-07-20T19:13:02.473Zwords system system ngerman
2322026-07-20T19:13:02.473Zwords system system ogerman
2332026-07-20T19:13:02.473Zwords system system spanish
2342026-07-20T19:13:02.727ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-20T19:13:02.728Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-20T19:13:03.089ZFMRI IFO
2372026-07-20T19:13:03.089Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-20T19:13:03.089Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-20T19:13:03.089Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-20T19:13:03.090Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-20T19:13:03.090Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-20T19:13:03.090Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-20T19:13:03.090Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-20T19:13:03.090Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-20T19:13:03.090Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-20T19:13:03.400Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-20T19:13:03.709Z Updating crates.io index
2482026-07-20T19:13:03.721Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-20T19:13:03.964Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-20T19:13:04.263Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-20T19:13:05.289Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-20T19:13:05.793Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-20T19:13:07.705Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-20T19:13:08.488Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-20T19:13:08.754Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-20T19:13:09.064Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-20T19:13:10.227Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-20T19:13:10.487Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-20T19:13:10.907Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-20T19:13:11.174Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-20T19:13:11.589Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-20T19:13:12.174Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-20T19:13:12.406Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-20T19:13:12.686Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-20T19:13:12.934Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-20T19:13:13.301Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-20T19:13:13.466Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-20T19:13:13.693Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-20T19:13:13.960Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-20T19:13:14.331Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-20T19:13:14.687Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-20T19:13:14.950Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-20T19:13:15.354Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-20T19:13:15.615Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-20T19:13:16.019Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-20T19:13:16.283Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-20T19:13:16.505Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-20T19:13:16.760Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-20T19:13:17.113Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-20T19:13:17.547Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-20T19:13:17.934Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-20T19:13:18.207Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-20T19:13:18.477Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-20T19:13:18.744Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-20T19:13:19.249Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-20T19:13:19.490Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-20T19:13:19.770Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-20T19:13:20.024Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-20T19:13:22.869Z Downloading crates ...
2902026-07-20T19:13:22.923Z Downloaded clap_derive v4.6.1
2912026-07-20T19:13:22.926Z Downloaded autocfg v1.5.0
2922026-07-20T19:13:22.927Z Downloaded block-buffer v0.10.4
2932026-07-20T19:13:22.930Z Downloaded is_terminal_polyfill v1.70.2
2942026-07-20T19:13:22.933Z Downloaded anstyle-query v1.1.5
2952026-07-20T19:13:22.933Z Downloaded dtrace-parser v0.2.0
2962026-07-20T19:13:22.937Z Downloaded anstyle-parse v1.0.0
2972026-07-20T19:13:22.937Z Downloaded dof v0.3.0
2982026-07-20T19:13:22.938Z Downloaded cargo-platform v0.3.2
2992026-07-20T19:13:22.938Z Downloaded generic-array v0.14.7
3002026-07-20T19:13:22.950Z Downloaded fnv v1.0.7
3012026-07-20T19:13:22.951Z Downloaded usdt v0.5.0
3022026-07-20T19:13:22.951Z Downloaded crypto-common v0.1.7
3032026-07-20T19:13:22.959Z Downloaded cpufeatures v0.2.17
3042026-07-20T19:13:22.960Z Downloaded itoa v1.0.17
3052026-07-20T19:13:22.960Z Downloaded zerocopy v0.7.35
3062026-07-20T19:13:22.965Z Downloaded zmij v1.0.21
3072026-07-20T19:13:22.965Z Downloaded zerocopy-derive v0.7.35
3082026-07-20T19:13:22.965Z Downloaded byteorder v1.5.0
3092026-07-20T19:13:22.965Z Downloaded proc-macro-error-attr v1.0.4
3102026-07-20T19:13:22.965Z Downloaded anstyle v1.0.14
3112026-07-20T19:13:22.969Z Downloaded unicode-linebreak v0.1.5
3122026-07-20T19:13:22.969Z Downloaded toml_datetime v0.6.11
3132026-07-20T19:13:22.969Z Downloaded fastrand v2.3.0
3142026-07-20T19:13:22.969Z Downloaded equivalent v1.0.2
3152026-07-20T19:13:22.969Z Downloaded colorchoice v1.0.4
3162026-07-20T19:13:22.969Z Downloaded heck v0.4.1
3172026-07-20T19:13:22.996Z Downloaded heck v0.5.0
3182026-07-20T19:13:23.005Z Downloaded camino-tempfile v1.4.1
3192026-07-20T19:13:23.005Z Downloaded thiserror v2.0.18
3202026-07-20T19:13:23.007Z Downloaded memmap v0.7.0
3212026-07-20T19:13:23.007Z Downloaded macaddr v1.0.1
3222026-07-20T19:13:23.007Z Downloaded thiserror-impl v2.0.18
3232026-07-20T19:13:23.007Z Downloaded anstream v1.0.0
3242026-07-20T19:13:23.007Z Downloaded errno v0.3.14
3252026-07-20T19:13:23.007Z Downloaded cfg-if v1.0.4
3262026-07-20T19:13:23.010Z Downloaded toml_write v0.1.2
3272026-07-20T19:13:23.010Z Downloaded tabled_derive v0.7.0
3282026-07-20T19:13:23.010Z Downloaded usdt-attr-macro v0.5.0
3292026-07-20T19:13:23.010Z Downloaded smawk v0.3.2
3302026-07-20T19:13:23.010Z Downloaded usdt-macro v0.5.0
3312026-07-20T19:13:23.017Z Downloaded clap_lex v1.0.0
3322026-07-20T19:13:23.025Z Downloaded bytecount v0.6.9
3332026-07-20T19:13:23.025Z Downloaded digest v0.10.7
3342026-07-20T19:13:23.025Z Downloaded strsim v0.11.1
3352026-07-20T19:13:23.037Z Downloaded swrite v0.1.0
3362026-07-20T19:13:23.037Z Downloaded version_check v0.9.5
3372026-07-20T19:13:23.037Z Downloaded utf8parse v0.2.2
3382026-07-20T19:13:23.037Z Downloaded serde_spanned v0.6.9
3392026-07-20T19:13:23.037Z Downloaded plain v0.2.3
3402026-07-20T19:13:23.037Z Downloaded pest_generator v2.8.6
3412026-07-20T19:13:23.037Z Downloaded bitflags v2.11.0
3422026-07-20T19:13:23.045Z Downloaded cargo_metadata v0.23.1
3432026-07-20T19:13:23.045Z Downloaded fs-err v3.3.0
3442026-07-20T19:13:23.045Z Downloaded thread-id v4.2.2
3452026-07-20T19:13:23.053Z Downloaded scroll_derive v0.12.1
3462026-07-20T19:13:23.053Z Downloaded pretty-hex v0.4.1
3472026-07-20T19:13:23.053Z Downloaded anyhow v1.0.102
3482026-07-20T19:13:23.053Z Downloaded semver v1.0.28
3492026-07-20T19:13:23.060Z Downloaded camino v1.2.2
3502026-07-20T19:13:23.060Z Downloaded getrandom v0.4.1
3512026-07-20T19:13:23.064Z Downloaded sha2 v0.10.9
3522026-07-20T19:13:23.068Z Downloaded thiserror v1.0.69
3532026-07-20T19:13:23.078Z Downloaded pest_derive v2.8.6
3542026-07-20T19:13:23.078Z Downloaded thiserror-impl v1.0.69
3552026-07-20T19:13:23.078Z Downloaded cargo_toml v0.21.0
3562026-07-20T19:13:23.078Z Downloaded usdt-impl v0.5.0
3572026-07-20T19:13:23.078Z Downloaded terminal_size v0.4.3
3582026-07-20T19:13:23.078Z Downloaded serde_tokenstream v0.2.3
3592026-07-20T19:13:23.082Z Downloaded once_cell v1.21.3
3602026-07-20T19:13:23.091Z Downloaded scroll v0.12.0
3612026-07-20T19:13:23.091Z Downloaded proc-macro-error v1.0.4
3622026-07-20T19:13:23.099Z Downloaded papergrid v0.11.0
3632026-07-20T19:13:23.099Z Downloaded pest_meta v2.8.6
3642026-07-20T19:13:23.107Z Downloaded toml v0.8.23
3652026-07-20T19:13:23.107Z Downloaded log v0.4.29
3662026-07-20T19:13:23.110Z Downloaded ucd-trie v0.1.7
3672026-07-20T19:13:23.116Z Downloaded serde_core v1.0.228
3682026-07-20T19:13:23.124Z Downloaded quote v1.0.45
3692026-07-20T19:13:23.132Z Downloaded tempfile v3.25.0
3702026-07-20T19:13:23.135Z Downloaded serde_derive v1.0.228
3712026-07-20T19:13:23.140Z Downloaded clap v4.6.1
3722026-07-20T19:13:23.145Z Downloaded proc-macro2 v1.0.106
3732026-07-20T19:13:23.145Z Downloaded memchr v2.8.0
3742026-07-20T19:13:23.156Z Downloaded unicode-ident v1.0.24
3752026-07-20T19:13:23.161Z Downloaded toml_edit v0.22.27
3762026-07-20T19:13:23.161Z Downloaded textwrap v0.16.2
3772026-07-20T19:13:23.171Z Downloaded typenum v1.20.1
3782026-07-20T19:13:23.174Z Downloaded indexmap v2.14.0
3792026-07-20T19:13:23.180Z Downloaded serde v1.0.228
3802026-07-20T19:13:23.180Z Downloaded pest v2.8.6
3812026-07-20T19:13:23.216Z Downloaded serde_json v1.0.150
3822026-07-20T19:13:23.220Z Downloaded clap_builder v4.6.0
3832026-07-20T19:13:23.224Z Downloaded hashbrown v0.17.0
3842026-07-20T19:13:23.244Z Downloaded goblin v0.8.2
3852026-07-20T19:13:23.247Z Downloaded winnow v0.7.14
3862026-07-20T19:13:23.259Z Downloaded syn v1.0.109
3872026-07-20T19:13:23.264Z Downloaded tabled v0.15.0
3882026-07-20T19:13:23.285Z Downloaded unicode-width v0.2.0
3892026-07-20T19:13:23.288Z Downloaded unicode-width v0.1.14
3902026-07-20T19:13:23.290Z Downloaded syn v2.0.117
3912026-07-20T19:13:23.301Z Downloaded rustix v1.1.3
3922026-07-20T19:13:23.328Z Downloaded libc v0.2.185
3932026-07-20T19:13:23.392Z Compiling proc-macro2 v1.0.106
3942026-07-20T19:13:23.392Z Compiling quote v1.0.45
3952026-07-20T19:13:23.392Z Compiling unicode-ident v1.0.24
3962026-07-20T19:13:23.392Z Compiling serde_core v1.0.228
3972026-07-20T19:13:23.395Z Compiling libc v0.2.185
3982026-07-20T19:13:23.395Z Compiling version_check v0.9.5
3992026-07-20T19:13:23.396Z Compiling memchr v2.8.0
4002026-07-20T19:13:23.396Z Compiling serde v1.0.228
4012026-07-20T19:13:23.719Z Compiling zmij v1.0.21
4022026-07-20T19:13:23.991Z Compiling thiserror v1.0.69
4032026-07-20T19:13:24.023Z Compiling ucd-trie v0.1.7
4042026-07-20T19:13:24.215Z Compiling itoa v1.0.17
4052026-07-20T19:13:24.349Z Compiling pest v2.8.6
4062026-07-20T19:13:24.385Z Compiling rustix v1.1.3
4072026-07-20T19:13:24.408Z Compiling byteorder v1.5.0
4082026-07-20T19:13:24.483Z Compiling errno v0.3.14
4092026-07-20T19:13:24.648Z Compiling bitflags v2.11.0
4102026-07-20T19:13:24.648Z Compiling serde_json v1.0.150
4112026-07-20T19:13:24.904Z Compiling thread-id v4.2.2
4122026-07-20T19:13:24.990Z Compiling syn v2.0.117
4132026-07-20T19:13:25.013Z Compiling usdt-impl v0.5.0
4142026-07-20T19:13:25.030Z Compiling proc-macro-error-attr v1.0.4
4152026-07-20T19:13:25.115Z Compiling syn v1.0.109
4162026-07-20T19:13:25.254Z Compiling camino v1.2.2
4172026-07-20T19:13:25.401Z Compiling pest_meta v2.8.6
4182026-07-20T19:13:25.483Z Compiling proc-macro-error v1.0.4
4192026-07-20T19:13:25.578Z Compiling utf8parse v0.2.2
4202026-07-20T19:13:25.611Z Compiling getrandom v0.4.1
4212026-07-20T19:13:25.700Z Compiling equivalent v1.0.2
4222026-07-20T19:13:25.795Z Compiling hashbrown v0.17.0
4232026-07-20T19:13:25.835Z Compiling plain v0.2.3
4242026-07-20T19:13:25.949Z Compiling log v0.4.29
4252026-07-20T19:13:26.007Z Compiling terminal_size v0.4.3
4262026-07-20T19:13:26.184Z Compiling anstyle-parse v1.0.0
4272026-07-20T19:13:26.343Z Compiling indexmap v2.14.0
4282026-07-20T19:13:26.705Z Compiling is_terminal_polyfill v1.70.2
4292026-07-20T19:13:26.781Z Compiling autocfg v1.5.0
4302026-07-20T19:13:26.795Z Compiling anstyle-query v1.1.5
4312026-07-20T19:13:27.214Z Compiling cfg-if v1.0.4
4322026-07-20T19:13:27.230Z Compiling winnow v0.7.14
4332026-07-20T19:13:27.230Z Compiling thiserror v2.0.18
4342026-07-20T19:13:27.230Z Compiling anstyle v1.0.14
4352026-07-20T19:13:27.230Z Compiling pretty-hex v0.4.1
4362026-07-20T19:13:27.230Z Compiling colorchoice v1.0.4
4372026-07-20T19:13:27.230Z Compiling toml_write v0.1.2
4382026-07-20T19:13:27.230Z Compiling fs-err v3.3.0
4392026-07-20T19:13:27.319Z Compiling pest_generator v2.8.6
4402026-07-20T19:13:27.421Z Compiling anstream v1.0.0
4412026-07-20T19:13:27.529Z Compiling fastrand v2.3.0
4422026-07-20T19:13:27.564Z Compiling anyhow v1.0.102
4432026-07-20T19:13:27.737Z Compiling once_cell v1.21.3
4442026-07-20T19:13:27.758Z Compiling strsim v0.11.1
4452026-07-20T19:13:27.808Z Compiling heck v0.5.0
4462026-07-20T19:13:27.896Z Compiling fnv v1.0.7
4472026-07-20T19:13:27.985Z Compiling unicode-width v0.1.14
4482026-07-20T19:13:28.011Z Compiling bytecount v0.6.9
4492026-07-20T19:13:28.048Z Compiling clap_lex v1.0.0
4502026-07-20T19:13:28.060Z Compiling heck v0.4.1
4512026-07-20T19:13:28.122Z Compiling tempfile v3.25.0
4522026-07-20T19:13:28.229Z Compiling clap_builder v4.6.0
4532026-07-20T19:13:28.286Z Compiling papergrid v0.11.0
4542026-07-20T19:13:28.309Z Compiling tabled_derive v0.7.0
4552026-07-20T19:13:28.363Z Compiling semver v1.0.28
4562026-07-20T19:13:28.403Z Compiling cargo-platform v0.3.2
4572026-07-20T19:13:28.457Z Compiling memmap v0.7.0
4582026-07-20T19:13:28.495Z Compiling unicode-width v0.2.0
4592026-07-20T19:13:28.647Z Compiling smawk v0.3.2
4602026-07-20T19:13:28.673Z Compiling unicode-linebreak v0.1.5
4612026-07-20T19:13:28.792Z Compiling camino-tempfile v1.4.1
4622026-07-20T19:13:28.925Z Compiling textwrap v0.16.2
4632026-07-20T19:13:28.956Z Compiling serde_derive v1.0.228
4642026-07-20T19:13:28.977Z Compiling thiserror-impl v1.0.69
4652026-07-20T19:13:29.020Z Compiling zerocopy-derive v0.7.35
4662026-07-20T19:13:29.124Z Compiling pest_derive v2.8.6
4672026-07-20T19:13:29.244Z Compiling scroll_derive v0.12.1
4682026-07-20T19:13:29.386Z Compiling thiserror-impl v2.0.18
4692026-07-20T19:13:29.621Z Compiling clap_derive v4.6.1
4702026-07-20T19:13:29.700Z Compiling tabled v0.15.0
4712026-07-20T19:13:29.904Z Compiling zerocopy v0.7.35
4722026-07-20T19:13:29.936Z Compiling scroll v0.12.0
4732026-07-20T19:13:30.216Z Compiling goblin v0.8.2
4742026-07-20T19:13:30.399Z Compiling dtrace-parser v0.2.0
4752026-07-20T19:13:30.465Z Compiling swrite v0.1.0
4762026-07-20T19:13:31.246Z Compiling clap v4.6.1
4772026-07-20T19:13:31.911Z Compiling toml_datetime v0.6.11
4782026-07-20T19:13:31.911Z Compiling serde_spanned v0.6.9
4792026-07-20T19:13:31.917Z Compiling macaddr v1.0.1
4802026-07-20T19:13:31.917Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-07-20T19:13:31.918Z Compiling cargo_metadata v0.23.1
4822026-07-20T19:13:31.994Z Compiling dof v0.3.0
4832026-07-20T19:13:31.997Z Compiling serde_tokenstream v0.2.3
4842026-07-20T19:13:32.168Z Compiling toml_edit v0.22.27
4852026-07-20T19:13:32.772Z Compiling usdt-macro v0.5.0
4862026-07-20T19:13:32.820Z Compiling usdt-attr-macro v0.5.0
4872026-07-20T19:13:33.422Z Compiling usdt v0.5.0
4882026-07-20T19:13:33.529Z Compiling toml v0.8.23
4892026-07-20T19:13:33.875Z Compiling cargo_toml v0.21.0
4902026-07-20T19:13:35.136Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-20T19:13:37.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.88s
4922026-07-20T19:13:37.324Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-20T19:13:37.821Z Downloading crates ...
4942026-07-20T19:13:37.904Z Downloaded aead v0.5.2
4952026-07-20T19:13:37.907Z Downloaded adler2 v2.0.1
4962026-07-20T19:13:37.910Z Downloaded base16ct v0.2.0
4972026-07-20T19:13:37.926Z Downloaded anstream v0.6.21
4982026-07-20T19:13:37.932Z Downloaded crc-catalog v2.4.0
4992026-07-20T19:13:37.935Z Downloaded assert_matches v1.5.0
5002026-07-20T19:13:37.935Z Downloaded anstyle-parse v0.2.7
5012026-07-20T19:13:37.935Z Downloaded cpufeatures v0.3.0
5022026-07-20T19:13:37.939Z Downloaded bit-vec v0.6.3
5032026-07-20T19:13:37.941Z Downloaded defmt v1.0.1
5042026-07-20T19:13:37.944Z Downloaded darling v0.20.11
5052026-07-20T19:13:37.947Z Downloaded cookie_store v0.22.1
5062026-07-20T19:13:37.947Z Downloaded cpubits v0.1.1
5072026-07-20T19:13:37.950Z Downloaded bcrypt-pbkdf v0.11.0
5082026-07-20T19:13:37.950Z Downloaded bit-set v0.5.3
5092026-07-20T19:13:37.950Z Downloaded atty v0.2.14
5102026-07-20T19:13:37.953Z Downloaded async-recursion v1.1.1
5112026-07-20T19:13:37.956Z Downloaded crc v3.4.0
5122026-07-20T19:13:37.956Z Downloaded darling_macro v0.21.3
5132026-07-20T19:13:37.956Z Downloaded bit-set v0.8.0
5142026-07-20T19:13:37.958Z Downloaded ahash v0.8.12
5152026-07-20T19:13:37.958Z Downloaded ctutils v0.4.2
5162026-07-20T19:13:37.961Z Downloaded crossbeam-utils v0.8.21
5172026-07-20T19:13:37.961Z Downloaded atomic-waker v1.1.2
5182026-07-20T19:13:37.964Z Downloaded backoff v0.4.0
5192026-07-20T19:13:37.964Z Downloaded async-stream v0.3.6
5202026-07-20T19:13:37.969Z Downloaded diesel_table_macro_syntax v0.3.0
5212026-07-20T19:13:37.969Z Downloaded embedded-io v0.4.0
5222026-07-20T19:13:37.978Z Downloaded compression-core v0.4.31
5232026-07-20T19:13:37.978Z Downloaded arrayref v0.3.9
5242026-07-20T19:13:37.978Z Downloaded block-buffer v0.12.1
5252026-07-20T19:13:37.978Z Downloaded cfg_aliases v0.2.1
5262026-07-20T19:13:37.978Z Downloaded atomicwrites v0.4.4
5272026-07-20T19:13:37.978Z Downloaded bitfield-macros v0.19.4
5282026-07-20T19:13:37.988Z Downloaded base16ct v1.0.0
5292026-07-20T19:13:37.988Z Downloaded dsl_auto_type v0.2.0
5302026-07-20T19:13:37.988Z Downloaded ascii-canvas v3.0.0
5312026-07-20T19:13:37.988Z Downloaded array-init v0.0.4
5322026-07-20T19:13:37.988Z Downloaded data-encoding v2.10.0
5332026-07-20T19:13:37.988Z Downloaded corncobs v0.1.4
5342026-07-20T19:13:37.988Z Downloaded ciborium-io v0.2.2
5352026-07-20T19:13:37.988Z Downloaded block-padding v0.4.2
5362026-07-20T19:13:37.988Z Downloaded bb8 v0.8.6
5372026-07-20T19:13:37.988Z Downloaded defmt v0.3.100
5382026-07-20T19:13:38.002Z Downloaded crc8 v0.1.1
5392026-07-20T19:13:38.003Z Downloaded display-error-chain v0.2.2
5402026-07-20T19:13:38.003Z Downloaded curve25519-dalek-derive v0.1.1
5412026-07-20T19:13:38.003Z Downloaded bitflags v1.3.2
5422026-07-20T19:13:38.003Z Downloaded arrayvec v0.7.6
5432026-07-20T19:13:38.016Z Downloaded darling_core v0.20.11
5442026-07-20T19:13:38.016Z Downloaded cobs v0.3.0
5452026-07-20T19:13:38.016Z Downloaded darling v0.23.0
5462026-07-20T19:13:38.016Z Downloaded difflib v0.4.0
5472026-07-20T19:13:38.016Z Downloaded derive_builder_macro v0.20.2
5482026-07-20T19:13:38.016Z Downloaded defmt-parser v1.0.0
5492026-07-20T19:13:38.016Z Downloaded document-features v0.2.12
5502026-07-20T19:13:38.016Z Downloaded darling_macro v0.13.4
5512026-07-20T19:13:38.016Z Downloaded crucible-workspace-hack v0.1.0
5522026-07-20T19:13:38.016Z Downloaded cfg_aliases v0.1.1
5532026-07-20T19:13:38.016Z Downloaded crossbeam-epoch v0.9.18
5542026-07-20T19:13:38.016Z Downloaded ciborium-ll v0.2.2
5552026-07-20T19:13:38.016Z Downloaded bitfield v0.19.4
5562026-07-20T19:13:38.025Z Downloaded async-stream-impl v0.3.6
5572026-07-20T19:13:38.025Z Downloaded dyn-clone v1.0.20
5582026-07-20T19:13:38.025Z Downloaded embedded-io v0.6.1
5592026-07-20T19:13:38.025Z Downloaded dropshot-api-manager-types v0.7.2
5602026-07-20T19:13:38.025Z Downloaded dof v0.4.0
5612026-07-20T19:13:38.029Z Downloaded dirs-sys-next v0.1.2
5622026-07-20T19:13:38.029Z Downloaded bitfield-struct v0.6.2
5632026-07-20T19:13:38.036Z Downloaded enum-as-inner v0.6.1
5642026-07-20T19:13:38.036Z Downloaded dtrace-parser v0.3.0
5652026-07-20T19:13:38.036Z Downloaded either v1.15.0
5662026-07-20T19:13:38.048Z Downloaded chacha20 v0.9.1
5672026-07-20T19:13:38.048Z Downloaded castaway v0.2.4
5682026-07-20T19:13:38.048Z Downloaded bs58 v0.5.1
5692026-07-20T19:13:38.048Z Downloaded const_format_proc_macros v0.2.34
5702026-07-20T19:13:38.048Z Downloaded dirs-next v2.0.0
5712026-07-20T19:13:38.048Z Downloaded bit-vec v0.8.0
5722026-07-20T19:13:38.059Z Downloaded env_filter v1.0.0
5732026-07-20T19:13:38.059Z Downloaded endian-type v0.1.2
5742026-07-20T19:13:38.059Z Downloaded cassowary v0.3.0
5752026-07-20T19:13:38.059Z Downloaded derive-ex v0.1.8
5762026-07-20T19:13:38.059Z Downloaded aead v0.6.1
5772026-07-20T19:13:38.060Z Downloaded base64ct v1.8.3
5782026-07-20T19:13:38.060Z Downloaded argon2 v0.6.0-rc.8
5792026-07-20T19:13:38.069Z Downloaded fixedbitset v0.4.2
5802026-07-20T19:13:38.069Z Downloaded downcast-rs v2.0.2
5812026-07-20T19:13:38.069Z Downloaded allocator-api2 v0.2.21
5822026-07-20T19:13:38.069Z Downloaded flagset v0.4.7
5832026-07-20T19:13:38.069Z Downloaded fd-lock v4.0.4
5842026-07-20T19:13:38.069Z Downloaded convert_case v0.4.0
5852026-07-20T19:13:38.069Z Downloaded foreign-types v0.5.0
5862026-07-20T19:13:38.069Z Downloaded float-ord v0.3.2
5872026-07-20T19:13:38.069Z Downloaded foreign-types-shared v0.3.1
5882026-07-20T19:13:38.069Z Downloaded foreign-types-shared v0.1.1
5892026-07-20T19:13:38.069Z Downloaded foreign-types-macros v0.2.3
5902026-07-20T19:13:38.078Z Downloaded cstr-argument v0.1.2
5912026-07-20T19:13:38.078Z Downloaded foreign-types v0.3.2
5922026-07-20T19:13:38.078Z Downloaded futures-core v0.3.32
5932026-07-20T19:13:38.078Z Downloaded darling_macro v0.23.0
5942026-07-20T19:13:38.078Z Downloaded funty v2.0.0
5952026-07-20T19:13:38.078Z Downloaded darling_macro v0.20.11
5962026-07-20T19:13:38.079Z Downloaded float-cmp v0.10.0
5972026-07-20T19:13:38.079Z Downloaded digest-io v0.1.0
5982026-07-20T19:13:38.087Z Downloaded futures-macro v0.3.32
5992026-07-20T19:13:38.087Z Downloaded ena v0.14.4
6002026-07-20T19:13:38.087Z Downloaded byte-wrapper v0.1.0
6012026-07-20T19:13:38.087Z Downloaded csv-core v0.1.13
6022026-07-20T19:13:38.087Z Downloaded cipher v0.5.2
6032026-07-20T19:13:38.087Z Downloaded daft-derive v0.1.7
6042026-07-20T19:13:38.098Z Downloaded ed25519 v3.0.0
6052026-07-20T19:13:38.098Z Downloaded delegate v0.13.5
6062026-07-20T19:13:38.098Z Downloaded compression-codecs v0.4.37
6072026-07-20T19:13:38.098Z Downloaded fxhash v0.2.1
6082026-07-20T19:13:38.098Z Downloaded camino-tempfile-ext v0.3.3
6092026-07-20T19:13:38.098Z Downloaded futures-io v0.3.32
6102026-07-20T19:13:38.098Z Downloaded blowfish v0.10.0
6112026-07-20T19:13:38.105Z Downloaded dunce v1.0.5
6122026-07-20T19:13:38.105Z Downloaded futures-task v0.3.32
6132026-07-20T19:13:38.105Z Downloaded ctr v0.10.1
6142026-07-20T19:13:38.105Z Downloaded debug-ignore v1.0.5
6152026-07-20T19:13:38.105Z Downloaded clang-sys v1.8.1
6162026-07-20T19:13:38.105Z Downloaded displaydoc v0.2.5
6172026-07-20T19:13:38.105Z Downloaded bzip2 v0.6.1
6182026-07-20T19:13:38.105Z Downloaded futures-sink v0.3.32
6192026-07-20T19:13:38.116Z Downloaded env_logger v0.11.9
6202026-07-20T19:13:38.116Z Downloaded colored v3.1.1
6212026-07-20T19:13:38.116Z Downloaded erased-serde v0.3.31
6222026-07-20T19:13:38.116Z Downloaded ecdsa v0.16.9
6232026-07-20T19:13:38.116Z Downloaded git-stub v1.0.0
6242026-07-20T19:13:38.116Z Downloaded backon v1.6.0
6252026-07-20T19:13:38.116Z Downloaded ghash v0.6.0
6262026-07-20T19:13:38.116Z Downloaded gethostname v0.5.0
6272026-07-20T19:13:38.116Z Downloaded darling v0.21.3
6282026-07-20T19:13:38.120Z Downloaded hash32 v0.3.1
6292026-07-20T19:13:38.121Z Downloaded globwalk v0.9.1
6302026-07-20T19:13:38.121Z Downloaded filetime v0.2.27
6312026-07-20T19:13:38.121Z Downloaded diesel-dtrace v0.5.0
6322026-07-20T19:13:38.125Z Downloaded derive-where v1.6.0
6332026-07-20T19:13:38.125Z Downloaded hex v0.4.3
6342026-07-20T19:13:38.128Z Downloaded derive_builder_core v0.20.2
6352026-07-20T19:13:38.128Z Downloaded digest v0.11.3
6362026-07-20T19:13:38.128Z Downloaded hex-literal v1.1.0
6372026-07-20T19:13:38.135Z Downloaded fs-err v2.11.0
6382026-07-20T19:13:38.135Z Downloaded foldhash v0.2.0
6392026-07-20T19:13:38.135Z Downloaded foldhash v0.1.5
6402026-07-20T19:13:38.135Z Downloaded console v0.15.11
6412026-07-20T19:13:38.138Z Downloaded cancel-safe-futures v0.1.5
6422026-07-20T19:13:38.138Z Downloaded futures-executor v0.3.32
6432026-07-20T19:13:38.138Z Downloaded hash32 v0.2.1
6442026-07-20T19:13:38.138Z Downloaded chacha20 v0.10.0
6452026-07-20T19:13:38.141Z Downloaded headers-core v0.3.0
6462026-07-20T19:13:38.141Z Downloaded buf-list v1.1.2
6472026-07-20T19:13:38.144Z Downloaded const-oid v0.9.6
6482026-07-20T19:13:38.144Z Downloaded des v0.9.0
6492026-07-20T19:13:38.147Z Downloaded console v0.16.2
6502026-07-20T19:13:38.147Z Downloaded colored v2.2.0
6512026-07-20T19:13:38.150Z Downloaded form_urlencoded v1.2.2
6522026-07-20T19:13:38.150Z Downloaded deranged v0.5.8
6532026-07-20T19:13:38.150Z Downloaded hostname v0.3.1
6542026-07-20T19:13:38.153Z Downloaded home v0.5.12
6552026-07-20T19:13:38.153Z Downloaded diff v0.1.13
6562026-07-20T19:13:38.153Z Downloaded crc32fast v1.5.0
6572026-07-20T19:13:38.157Z Downloaded cexpr v0.6.0
6582026-07-20T19:13:38.157Z Downloaded enum_dispatch v0.3.13
6592026-07-20T19:13:38.161Z Downloaded hubpack v0.1.2
6602026-07-20T19:13:38.161Z Downloaded git-stub-vcs v0.1.0
6612026-07-20T19:13:38.161Z Downloaded hostname v0.4.2
6622026-07-20T19:13:38.167Z Downloaded argon2 v0.5.3
6632026-07-20T19:13:38.167Z Downloaded async-trait v0.1.89
6642026-07-20T19:13:38.170Z Downloaded cmov v0.5.4
6652026-07-20T19:13:38.170Z Downloaded http-body v1.0.1
6662026-07-20T19:13:38.170Z Downloaded httpdate v1.0.3
6672026-07-20T19:13:38.170Z Downloaded http-range v0.1.5
6682026-07-20T19:13:38.170Z Downloaded critical-section v1.2.0
6692026-07-20T19:13:38.170Z Downloaded hubpack_derive v0.1.1
6702026-07-20T19:13:38.170Z Downloaded ff v0.14.0
6712026-07-20T19:13:38.173Z Downloaded ff v0.13.1
6722026-07-20T19:13:38.173Z Downloaded drift v0.2.0
6732026-07-20T19:13:38.178Z Downloaded idna_adapter v1.2.1
6742026-07-20T19:13:38.181Z Downloaded ident_case v1.0.1
6752026-07-20T19:13:38.181Z Downloaded group v0.14.0
6762026-07-20T19:13:38.181Z Downloaded group v0.13.0
6772026-07-20T19:13:38.188Z Downloaded globset v0.4.18
6782026-07-20T19:13:38.188Z Downloaded glob v0.3.3
6792026-07-20T19:13:38.189Z Downloaded find-msvc-tools v0.1.9
6802026-07-20T19:13:38.191Z Downloaded illumos-nvpair-sys v0.2.0
6812026-07-20T19:13:38.192Z Downloaded der v0.7.10
6822026-07-20T19:13:38.192Z Downloaded fixedbitset v0.5.7
6832026-07-20T19:13:38.192Z Downloaded elliptic-curve v0.13.8
6842026-07-20T19:13:38.195Z Downloaded illumos-nvpair v0.3.0
6852026-07-20T19:13:38.195Z Downloaded ed25519 v2.2.3
6862026-07-20T19:13:38.195Z Downloaded inout v0.1.4
6872026-07-20T19:13:38.198Z Downloaded darling v0.13.4
6882026-07-20T19:13:38.198Z Downloaded inout v0.2.2
6892026-07-20T19:13:38.198Z Downloaded instant v0.1.13
6902026-07-20T19:13:38.201Z Downloaded indent_write v2.2.0
6912026-07-20T19:13:38.201Z Downloaded is-terminal v0.4.17
6922026-07-20T19:13:38.201Z Downloaded internet-checksum v0.2.1
6932026-07-20T19:13:38.204Z Downloaded const-oid v0.10.2
6942026-07-20T19:13:38.204Z Downloaded instability v0.3.11
6952026-07-20T19:13:38.204Z Downloaded cookie v0.18.1
6962026-07-20T19:13:38.206Z Downloaded ecdsa v0.17.0-rc.18
6972026-07-20T19:13:38.206Z Downloaded crypto-bigint v0.5.5
6982026-07-20T19:13:38.210Z Downloaded futures-channel v0.3.32
6992026-07-20T19:13:38.213Z Downloaded derive_more v0.99.20
7002026-07-20T19:13:38.217Z Downloaded is_ci v1.2.0
7012026-07-20T19:13:38.217Z Downloaded keccak v0.1.6
7022026-07-20T19:13:38.220Z Downloaded highway v1.3.0
7032026-07-20T19:13:38.220Z Downloaded lazy_static v1.5.0
7042026-07-20T19:13:38.220Z Downloaded arc-swap v1.8.2
7052026-07-20T19:13:38.224Z Downloaded defmt-macros v1.0.1
7062026-07-20T19:13:38.224Z Downloaded getrandom v0.2.17
7072026-07-20T19:13:38.227Z Downloaded kem v0.3.0
7082026-07-20T19:13:38.227Z Downloaded dropshot_endpoint v0.17.1
7092026-07-20T19:13:38.230Z Downloaded lalrpop-util v0.19.12
7102026-07-20T19:13:38.230Z Downloaded hyper-tls v0.6.0
7112026-07-20T19:13:38.230Z Downloaded kstat-rs v0.2.4
7122026-07-20T19:13:38.233Z Downloaded http-body-util v0.1.3
7132026-07-20T19:13:38.233Z Downloaded libscf-sys v1.1.0
7142026-07-20T19:13:38.233Z Downloaded base64 v0.22.1
7152026-07-20T19:13:38.237Z Downloaded base64 v0.21.7
7162026-07-20T19:13:38.240Z Downloaded lzss v0.8.2
7172026-07-20T19:13:38.240Z Downloaded humantime v2.3.0
7182026-07-20T19:13:38.240Z Downloaded hyper-staticfile v0.10.1
7192026-07-20T19:13:38.243Z Downloaded half v1.8.3
7202026-07-20T19:13:38.243Z Downloaded indoc v1.0.9
7212026-07-20T19:13:38.246Z Downloaded impl-trait-for-tuples v0.2.3
7222026-07-20T19:13:38.246Z Downloaded linked-hash-map v0.5.6
7232026-07-20T19:13:38.249Z Downloaded blake2 v0.11.0-rc.6
7242026-07-20T19:13:38.249Z Downloaded memoffset v0.9.1
7252026-07-20T19:13:38.253Z Downloaded md-5 v0.10.6
7262026-07-20T19:13:38.253Z Downloaded md5 v0.8.0
7272026-07-20T19:13:38.259Z Downloaded lru-cache v0.1.2
7282026-07-20T19:13:38.259Z Downloaded maybe-uninit v2.0.0
7292026-07-20T19:13:38.260Z Downloaded match_cfg v0.1.0
7302026-07-20T19:13:38.260Z Downloaded maplit v1.0.2
7312026-07-20T19:13:38.260Z Downloaded mime v0.3.17
7322026-07-20T19:13:38.260Z Downloaded fatfs v0.3.6
7332026-07-20T19:13:38.264Z Downloaded managed v0.8.0
7342026-07-20T19:13:38.264Z Downloaded lru v0.12.5
7352026-07-20T19:13:38.264Z Downloaded futures v0.3.32
7362026-07-20T19:13:38.264Z Downloaded fs_extra v1.3.0
7372026-07-20T19:13:38.268Z Downloaded derive_builder v0.20.2
7382026-07-20T19:13:38.269Z Downloaded darling_core v0.13.4
7392026-07-20T19:13:38.280Z Downloaded ipnetwork v0.21.1
7402026-07-20T19:13:38.280Z Downloaded lru-slab v0.1.2
7412026-07-20T19:13:38.280Z Downloaded indoc v2.0.7
7422026-07-20T19:13:38.280Z Downloaded newline-converter v0.3.0
7432026-07-20T19:13:38.280Z Downloaded ingot-types v0.1.2
7442026-07-20T19:13:38.280Z Downloaded async-compression v0.4.41
7452026-07-20T19:13:38.285Z Downloaded chacha20poly1305 v0.10.1
7462026-07-20T19:13:38.285Z Downloaded multimap v0.10.1
7472026-07-20T19:13:38.285Z Downloaded jobserver v0.1.34
7482026-07-20T19:13:38.285Z Downloaded compact_str v0.8.1
7492026-07-20T19:13:38.294Z Downloaded ciborium v0.2.2
7502026-07-20T19:13:38.294Z Downloaded nibble_vec v0.1.0
7512026-07-20T19:13:38.294Z Downloaded newtype_derive v0.1.6
7522026-07-20T19:13:38.294Z Downloaded fallible-iterator v0.2.0
7532026-07-20T19:13:38.294Z Downloaded num v0.4.3
7542026-07-20T19:13:38.306Z Downloaded nodrop v0.1.14
7552026-07-20T19:13:38.306Z Downloaded blake2 v0.10.6
7562026-07-20T19:13:38.306Z Downloaded der_derive v0.7.3
7572026-07-20T19:13:38.306Z Downloaded new_debug_unreachable v1.0.6
7582026-07-20T19:13:38.306Z Downloaded bzip2 v0.4.4
7592026-07-20T19:13:38.307Z Downloaded async-bb8-diesel v0.2.1
7602026-07-20T19:13:38.307Z Downloaded ar_archive_writer v0.5.1
7612026-07-20T19:13:38.323Z Downloaded keccak v0.2.0
7622026-07-20T19:13:38.323Z Downloaded libloading v0.8.9
7632026-07-20T19:13:38.323Z Downloaded libsw-core v0.3.2
7642026-07-20T19:13:38.323Z Downloaded libsw v3.5.0
7652026-07-20T19:13:38.323Z Downloaded hybrid-array v0.4.13
7662026-07-20T19:13:38.323Z Downloaded num-derive v0.4.2
7672026-07-20T19:13:38.323Z Downloaded hyper-rustls v0.27.7
7682026-07-20T19:13:38.323Z Downloaded num_enum_derive v0.5.11
7692026-07-20T19:13:38.324Z Downloaded num-derive v0.3.3
7702026-07-20T19:13:38.324Z Downloaded num-conv v0.2.0
7712026-07-20T19:13:38.324Z Downloaded normalize-line-endings v0.3.0
7722026-07-20T19:13:38.324Z Downloaded nonempty v0.12.0
7732026-07-20T19:13:38.325Z Downloaded httparse v1.10.1
7742026-07-20T19:13:38.325Z Downloaded linear-map v1.2.0
7752026-07-20T19:13:38.325Z Downloaded lock_api v0.4.14
7762026-07-20T19:13:38.332Z Downloaded ingot v0.1.1
7772026-07-20T19:13:38.332Z Downloaded iana-time-zone v0.1.65
7782026-07-20T19:13:38.332Z Downloaded num-iter v0.1.45
7792026-07-20T19:13:38.332Z Downloaded opaque-debug v0.3.1
7802026-07-20T19:13:38.333Z Downloaded openssl-probe v0.1.6
7812026-07-20T19:13:38.333Z Downloaded olpc-cjson v0.1.4
7822026-07-20T19:13:38.333Z Downloaded mime_guess v2.0.5
7832026-07-20T19:13:38.333Z Downloaded openssl-macros v0.1.1
7842026-07-20T19:13:38.333Z Downloaded getrandom v0.3.4
7852026-07-20T19:13:38.333Z Downloaded flume v0.11.1
7862026-07-20T19:13:38.333Z Downloaded aes v0.9.1
7872026-07-20T19:13:38.340Z Downloaded crc-any v2.5.0
7882026-07-20T19:13:38.340Z Downloaded darling_core v0.23.0
7892026-07-20T19:13:38.340Z Downloaded multer v3.1.0
7902026-07-20T19:13:38.342Z Downloaded ipnet v2.11.0
7912026-07-20T19:13:38.342Z Downloaded module-lattice v0.2.3
7922026-07-20T19:13:38.343Z Downloaded ingot-macros v0.1.1
7932026-07-20T19:13:38.343Z Downloaded oso-derive v0.27.3
7942026-07-20T19:13:38.343Z Downloaded openssl-probe v0.2.1
7952026-07-20T19:13:38.343Z Downloaded half v2.7.1
7962026-07-20T19:13:38.345Z Downloaded hmac v0.13.0
7972026-07-20T19:13:38.348Z Downloaded generic-array v1.4.3
7982026-07-20T19:13:38.348Z Downloaded elliptic-curve v0.14.0-rc.33
7992026-07-20T19:13:38.351Z Downloaded newtype-uuid-macros v0.1.0
8002026-07-20T19:13:38.351Z Downloaded native-tls v0.2.18
8012026-07-20T19:13:38.354Z Downloaded nanorand v0.7.0
8022026-07-20T19:13:38.354Z Downloaded darling_core v0.21.3
8032026-07-20T19:13:38.356Z Downloaded password-hash v0.6.1
8042026-07-20T19:13:38.359Z Downloaded bumpalo v3.20.2
8052026-07-20T19:13:38.362Z Downloaded bytes v1.11.1
8062026-07-20T19:13:38.362Z Downloaded peg-runtime v0.8.5
8072026-07-20T19:13:38.365Z Downloaded ed25519-dalek v2.2.0
8082026-07-20T19:13:38.365Z Downloaded parse-display v0.10.0
8092026-07-20T19:13:38.367Z Downloaded newtype-uuid v1.3.2
8102026-07-20T19:13:38.367Z Downloaded hmac v0.12.1
8112026-07-20T19:13:38.370Z Downloaded cc v1.2.56
8122026-07-20T19:13:38.383Z Downloaded percent-encoding v2.3.2
8132026-07-20T19:13:38.386Z Downloaded path-slash v0.1.5
8142026-07-20T19:13:38.386Z Downloaded parse-size v1.1.0
8152026-07-20T19:13:38.386Z Downloaded num_threads v0.1.7
8162026-07-20T19:13:38.389Z Downloaded num_enum_derive v0.7.6
8172026-07-20T19:13:38.389Z Downloaded num_enum v0.5.11
8182026-07-20T19:13:38.392Z Downloaded phf_shared v0.11.3
8192026-07-20T19:13:38.392Z Downloaded crossbeam-channel v0.5.15
8202026-07-20T19:13:38.395Z Downloaded num_enum v0.7.6
8212026-07-20T19:13:38.397Z Downloaded flate2 v1.1.9
8222026-07-20T19:13:38.400Z Downloaded heapless v0.8.0
8232026-07-20T19:13:38.402Z Downloaded headers v0.4.1
8242026-07-20T19:13:38.405Z Downloaded phf_shared v0.13.1
8252026-07-20T19:13:38.408Z Downloaded ml-kem v0.3.2
8262026-07-20T19:13:38.408Z Downloaded indexmap v1.9.3
8272026-07-20T19:13:38.412Z Downloaded packed_struct_codegen v0.10.1
8282026-07-20T19:13:38.412Z Downloaded oxnet v0.1.6
8292026-07-20T19:13:38.417Z Downloaded owo-colors v4.3.0
8302026-07-20T19:13:38.417Z Downloaded diesel_derives v2.3.7
8312026-07-20T19:13:38.419Z Downloaded packed_struct v0.10.1
8322026-07-20T19:13:38.420Z Downloaded crossterm v0.29.0
8332026-07-20T19:13:38.422Z Downloaded const_format v0.2.35
8342026-07-20T19:13:38.426Z Downloaded powerfmt v0.2.0
8352026-07-20T19:13:38.426Z Downloaded potential_utf v0.1.4
8362026-07-20T19:13:38.429Z Downloaded pem-rfc7468 v0.7.0
8372026-07-20T19:13:38.429Z Downloaded parse-display-derive v0.10.0
8382026-07-20T19:13:38.429Z Downloaded predicates-core v1.0.10
8392026-07-20T19:13:38.432Z Downloaded predicates-tree v1.0.13
8402026-07-20T19:13:38.432Z Downloaded proc-macro-error-attr2 v2.0.0
8412026-07-20T19:13:38.432Z Downloaded proc-macro-crate v3.4.0
8422026-07-20T19:13:38.435Z Downloaded proc-macro-crate v1.3.1
8432026-07-20T19:13:38.435Z Downloaded peg-macros v0.8.5
8442026-07-20T19:13:38.435Z Downloaded peg v0.8.5
8452026-07-20T19:13:38.438Z Downloaded precomputed-hash v0.1.1
8462026-07-20T19:13:38.438Z Downloaded pem-rfc7468 v1.0.0
8472026-07-20T19:13:38.441Z Downloaded pem v3.0.6
8482026-07-20T19:13:38.441Z Downloaded pbkdf2 v0.13.0
8492026-07-20T19:13:38.444Z Downloaded paste v1.0.15
8502026-07-20T19:13:38.444Z Downloaded password-hash v0.5.0
8512026-07-20T19:13:38.449Z Downloaded icu_properties v2.1.2
8522026-07-20T19:13:38.449Z Downloaded indicatif v0.18.4
8532026-07-20T19:13:38.452Z Downloaded litrs v1.0.0
8542026-07-20T19:13:38.452Z Downloaded icu_locale_core v2.1.1
8552026-07-20T19:13:38.455Z Downloaded psl-types v2.0.11
8562026-07-20T19:13:38.455Z Downloaded progenitor-macro v0.14.0
8572026-07-20T19:13:38.455Z Downloaded progenitor-macro v0.13.0
8582026-07-20T19:13:38.459Z Downloaded phf_shared v0.12.1
8592026-07-20T19:13:38.459Z Downloaded phf v0.13.1
8602026-07-20T19:13:38.459Z Downloaded phf v0.12.1
8612026-07-20T19:13:38.459Z Downloaded expectorate v1.2.0
8622026-07-20T19:13:38.461Z Downloaded phc v0.6.1
8632026-07-20T19:13:38.462Z Downloaded icu_normalizer_data v2.1.1
8642026-07-20T19:13:38.464Z Downloaded icu_normalizer v2.1.1
8652026-07-20T19:13:38.464Z Downloaded heapless v0.7.17
8662026-07-20T19:13:38.467Z Downloaded ppv-lite86 v0.2.21
8672026-07-20T19:13:38.470Z Downloaded hickory-resolver v0.25.2
8682026-07-20T19:13:38.470Z Downloaded polyval v0.7.1
8692026-07-20T19:13:38.475Z Downloaded poly1305 v0.8.0
8702026-07-20T19:13:38.480Z Downloaded rand_chacha v0.3.1
8712026-07-20T19:13:38.480Z Downloaded pkg-config v0.3.32
8722026-07-20T19:13:38.480Z Downloaded pkcs8 v0.10.2
8732026-07-20T19:13:38.480Z Downloaded libbz2-rs-sys v0.2.2
8742026-07-20T19:13:38.480Z Downloaded recursive v0.1.1
8752026-07-20T19:13:38.523Z Downloaded radium v0.7.0
8762026-07-20T19:13:38.523Z Downloaded port-file v0.1.0
8772026-07-20T19:13:38.523Z Downloaded rand_xorshift v0.4.0
8782026-07-20T19:13:38.524Z Downloaded pin-project-lite v0.2.17
8792026-07-20T19:13:38.524Z Downloaded derive_more-impl v2.1.1
8802026-07-20T19:13:38.524Z Downloaded parking_lot_core v0.9.12
8812026-07-20T19:13:38.524Z Downloaded parking_lot v0.11.2
8822026-07-20T19:13:38.524Z Downloaded parking_lot_core v0.8.6
8832026-07-20T19:13:38.524Z Downloaded predicates v3.1.4
8842026-07-20T19:13:38.524Z Downloaded oxide-tokio-rt v0.1.4
8852026-07-20T19:13:38.524Z Downloaded primeorder v0.14.0-rc.10
8862026-07-20T19:13:38.524Z Downloaded primeorder v0.13.6
8872026-07-20T19:13:38.524Z Downloaded progenitor v0.13.0
8882026-07-20T19:13:38.524Z Downloaded crossterm v0.28.1
8892026-07-20T19:13:38.525Z Downloaded primefield v0.14.0
8902026-07-20T19:13:38.525Z Downloaded num-rational v0.4.2
8912026-07-20T19:13:38.525Z Downloaded proc-macro-error2 v2.0.1
8922026-07-20T19:13:38.525Z Downloaded progenitor-extras v0.2.0
8932026-07-20T19:13:38.525Z Downloaded ref-cast-impl v1.0.25
8942026-07-20T19:13:38.525Z Downloaded recursive-proc-macro-impl v0.1.1
8952026-07-20T19:13:38.525Z Downloaded progenitor-client v0.14.0
8962026-07-20T19:13:38.525Z Downloaded der v0.8.0
8972026-07-20T19:13:38.525Z Downloaded progenitor-client v0.13.0
8982026-07-20T19:13:38.525Z Downloaded omicron-zone-package v0.12.3
8992026-07-20T19:13:38.531Z Downloaded ignore v0.4.25
9002026-07-20T19:13:38.531Z Downloaded rfc6979 v0.5.0
9012026-07-20T19:13:38.531Z Downloaded num-traits v0.2.19
9022026-07-20T19:13:38.531Z Downloaded icu_collections v2.1.1
9032026-07-20T19:13:38.531Z Downloaded pin-project-internal v1.1.11
9042026-07-20T19:13:38.531Z Downloaded psm v0.1.30
9052026-07-20T19:13:38.531Z Downloaded postgres-types v0.2.12
9062026-07-20T19:13:38.535Z Downloaded russh-util v0.52.0
9072026-07-20T19:13:38.535Z Downloaded rtoolbox v0.0.3
9082026-07-20T19:13:38.535Z Downloaded rfc6979 v0.4.0
9092026-07-20T19:13:38.535Z Downloaded rustc-hash v2.1.1
9102026-07-20T19:13:38.535Z Downloaded russh-cryptovec v0.61.0
9112026-07-20T19:13:38.535Z Downloaded rustc_version v0.4.1
9122026-07-20T19:13:38.539Z Downloaded rustc_version v0.1.7
9132026-07-20T19:13:38.539Z Downloaded pkcs1 v0.7.5
9142026-07-20T19:13:38.539Z Downloaded quick-error v1.2.3
9152026-07-20T19:13:38.539Z Downloaded poly1305 v0.9.0
9162026-07-20T19:13:38.542Z Downloaded rand_seeder v0.4.0
9172026-07-20T19:13:38.542Z Downloaded rand_core v0.9.5
9182026-07-20T19:13:38.543Z Downloaded rand_core v0.6.4
9192026-07-20T19:13:38.543Z Downloaded rand_chacha v0.9.0
9202026-07-20T19:13:38.546Z Downloaded oso v0.27.3
9212026-07-20T19:13:38.546Z Downloaded miniz_oxide v0.8.9
9222026-07-20T19:13:38.548Z Downloaded pkcs8 v0.11.0
9232026-07-20T19:13:38.548Z Downloaded num-integer v0.1.46
9242026-07-20T19:13:38.551Z Downloaded papergrid v0.17.0
9252026-07-20T19:13:38.554Z Downloaded postgres-protocol v0.6.10
9262026-07-20T19:13:38.554Z Downloaded rand_core v0.10.0
9272026-07-20T19:13:38.561Z Downloaded pkcs1 v0.8.0-rc.4
9282026-07-20T19:13:38.561Z Downloaded derive_more v2.1.1
9292026-07-20T19:13:38.574Z Downloaded scheduled-thread-pool v0.2.7
9302026-07-20T19:13:38.575Z Downloaded same-file v1.0.6
9312026-07-20T19:13:38.581Z Downloaded postcard v1.1.3
9322026-07-20T19:13:38.581Z Downloaded jiff-static v0.2.21
9332026-07-20T19:13:38.581Z Downloaded ref-cast v1.0.25
9342026-07-20T19:13:38.581Z Downloaded num-complex v0.4.6
9352026-07-20T19:13:38.581Z Downloaded nu-ansi-term v0.50.3
9362026-07-20T19:13:38.581Z Downloaded scopeguard v1.2.0
9372026-07-20T19:13:38.581Z Downloaded parking_lot v0.12.5
9382026-07-20T19:13:38.581Z Downloaded memmap2 v0.9.10
9392026-07-20T19:13:38.581Z Downloaded litemap v0.8.1
9402026-07-20T19:13:38.581Z Downloaded libefi-sys v0.1.0
9412026-07-20T19:13:38.585Z Downloaded icu_provider v2.1.1
9422026-07-20T19:13:38.585Z Downloaded ed25519-dalek v3.0.0-rc.0
9432026-07-20T19:13:38.585Z Downloaded secrecy v0.8.0
9442026-07-20T19:13:38.585Z Downloaded scroll_derive v0.13.1
9452026-07-20T19:13:38.585Z Downloaded crunchy v0.2.4
9462026-07-20T19:13:38.585Z Downloaded bcs v0.1.6
9472026-07-20T19:13:38.589Z Downloaded constant_time_eq v0.4.2
9482026-07-20T19:13:38.589Z Downloaded seq-macro v0.3.6
9492026-07-20T19:13:38.589Z Downloaded hickory-resolver v0.24.4
9502026-07-20T19:13:38.592Z Downloaded hashbrown v0.13.2
9512026-07-20T19:13:38.595Z Downloaded pin-project v1.1.11
9522026-07-20T19:13:38.600Z Downloaded secrecy v0.10.3
9532026-07-20T19:13:38.603Z Downloaded rpassword v7.5.4
9542026-07-20T19:13:38.603Z Downloaded resolv-conf v0.7.6
9552026-07-20T19:13:38.605Z Downloaded quinn-udp v0.5.14
9562026-07-20T19:13:38.605Z Downloaded serde_urlencoded v0.7.1
9572026-07-20T19:13:38.605Z Downloaded serde_spanned v1.1.1
9582026-07-20T19:13:38.608Z Downloaded openssl-sys v0.9.115
9592026-07-20T19:13:38.611Z Downloaded sha1 v0.11.0
9602026-07-20T19:13:38.611Z Downloaded serde_plain v1.0.2
9612026-07-20T19:13:38.613Z Downloaded hashbrown v0.12.3
9622026-07-20T19:13:38.616Z Downloaded progenitor v0.14.0
9632026-07-20T19:13:38.616Z Downloaded daft v0.1.7
9642026-07-20T19:13:38.620Z Downloaded crypto-common v0.2.2
9652026-07-20T19:13:38.620Z Downloaded hickory-server v0.25.2
9662026-07-20T19:13:38.623Z Downloaded sha1 v0.10.6
9672026-07-20T19:13:38.623Z Downloaded crossbeam-deque v0.8.6
9682026-07-20T19:13:38.623Z Downloaded convert_case v0.10.0
9692026-07-20T19:13:38.626Z Downloaded cmake v0.1.57
9702026-07-20T19:13:38.626Z Downloaded pkcs5 v0.8.1
9712026-07-20T19:13:38.629Z Downloaded sapling-renderdag v0.1.0
9722026-07-20T19:13:38.629Z Downloaded p384 v0.14.0-rc.10
9732026-07-20T19:13:38.632Z Downloaded rustversion v1.0.22
9742026-07-20T19:13:38.632Z Downloaded rustls-pemfile v2.2.0
9752026-07-20T19:13:38.634Z Downloaded rusty-fork v0.3.1
9762026-07-20T19:13:38.634Z Downloaded signal-hook-tokio v0.3.1
9772026-07-20T19:13:38.637Z Downloaded r2d2 v0.8.10
9782026-07-20T19:13:38.638Z Downloaded signal-hook-mio v0.2.5
9792026-07-20T19:13:38.641Z Downloaded shell-words v1.1.1
9802026-07-20T19:13:38.641Z Downloaded siphasher v1.0.2
9812026-07-20T19:13:38.641Z Downloaded rustls-native-certs v0.8.3
9822026-07-20T19:13:38.641Z Downloaded cipher v0.4.4
9832026-07-20T19:13:38.645Z Downloaded cbc v0.2.1
9842026-07-20T19:13:38.645Z Downloaded slog-envlogger v2.2.0
9852026-07-20T19:13:38.648Z Downloaded signature v2.2.0
9862026-07-20T19:13:38.648Z Downloaded minimal-lexical v0.2.1
9872026-07-20T19:13:38.651Z Downloaded sec1 v0.7.3
9882026-07-20T19:13:38.651Z Downloaded scrypt v0.12.0
9892026-07-20T19:13:38.654Z Downloaded scroll v0.13.0
9902026-07-20T19:13:38.654Z Downloaded hyper-util v0.1.20
9912026-07-20T19:13:38.658Z Downloaded semver v0.1.20
9922026-07-20T19:13:38.658Z Downloaded http v1.4.2
9932026-07-20T19:13:38.662Z Downloaded slog-bunyan v2.5.0
9942026-07-20T19:13:38.662Z Downloaded signature v3.0.0
9952026-07-20T19:13:38.665Z Downloaded sigpipe v0.1.3
9962026-07-20T19:13:38.665Z Downloaded dropshot-api-manager v0.7.2
9972026-07-20T19:13:38.672Z Downloaded serde-big-array v0.5.1
9982026-07-20T19:13:38.675Z Downloaded sec1 v0.8.1
9992026-07-20T19:13:38.675Z Downloaded serde_path_to_error v0.1.20
10002026-07-20T19:13:38.678Z Downloaded serde_with_macros v1.5.2
10012026-07-20T19:13:38.678Z Downloaded progenitor-impl v0.13.0
10022026-07-20T19:13:38.684Z Downloaded serde_bytes v0.11.19
10032026-07-20T19:13:38.684Z Downloaded schemars_derive v0.8.22
10042026-07-20T19:13:38.688Z Downloaded serde_derive_internals v0.29.1
10052026-07-20T19:13:38.690Z Downloaded serde_repr v0.1.20
10062026-07-20T19:13:38.693Z Downloaded serdect v0.4.3
10072026-07-20T19:13:38.693Z Downloaded itertools v0.10.5
10082026-07-20T19:13:38.697Z Downloaded prefix-trie v0.7.0
10092026-07-20T19:13:38.699Z Downloaded rcgen v0.12.1
10102026-07-20T19:13:38.703Z Downloaded mio v1.2.0
10112026-07-20T19:13:38.705Z Downloaded internal-russh-num-bigint v0.5.0
10122026-07-20T19:13:38.708Z Downloaded stable_deref_trait v1.2.1
10132026-07-20T19:13:38.708Z Downloaded sqlparser_derive v0.5.0
10142026-07-20T19:13:38.711Z Downloaded shlex v1.3.0
10152026-07-20T19:13:38.714Z Downloaded p256 v0.14.0-rc.10
10162026-07-20T19:13:38.718Z Downloaded salsa20 v0.11.0
10172026-07-20T19:13:38.726Z Downloaded signal-hook-registry v1.4.8
10182026-07-20T19:13:38.734Z Downloaded strip-ansi-escapes v0.2.1
10192026-07-20T19:13:38.734Z Downloaded strsim v0.10.0
10202026-07-20T19:13:38.734Z Downloaded slab v0.4.12
10212026-07-20T19:13:38.734Z Downloaded aes-gcm v0.11.0
10222026-07-20T19:13:38.739Z Downloaded prettyplease v0.2.37
10232026-07-20T19:13:38.740Z Downloaded slog-json v2.6.1
10242026-07-20T19:13:38.740Z Downloaded slog-dtrace v0.3.0
10252026-07-20T19:13:38.740Z Downloaded crypto-primes v0.7.2
10262026-07-20T19:13:38.748Z Downloaded slog-async v2.8.0
10272026-07-20T19:13:38.748Z Downloaded simd-adler32 v0.3.8
10282026-07-20T19:13:38.767Z Downloaded rustls-platform-verifier v0.6.2
10292026-07-20T19:13:38.767Z Downloaded structmeta v0.3.0
10302026-07-20T19:13:38.767Z Downloaded smf v0.2.3
10312026-07-20T19:13:38.767Z Downloaded serde_cbor v0.11.2
10322026-07-20T19:13:38.767Z Downloaded smallvec v0.6.14
10332026-07-20T19:13:38.767Z Downloaded slog-stdlog v4.1.1
10342026-07-20T19:13:38.767Z Downloaded strum v0.27.2
10352026-07-20T19:13:38.779Z Downloaded tabled_derive v0.11.0
10362026-07-20T19:13:38.779Z Downloaded aho-corasick v1.1.4
10372026-07-20T19:13:38.779Z Downloaded strum v0.26.3
10382026-07-20T19:13:38.779Z Downloaded tap v1.0.1
10392026-07-20T19:13:38.779Z Downloaded take_mut v0.2.2
10402026-07-20T19:13:38.779Z Downloaded progenitor-impl v0.14.0
10412026-07-20T19:13:38.779Z Downloaded serde_with_macros v3.21.0
10422026-07-20T19:13:38.779Z Downloaded snafu-derive v0.8.9
10432026-07-20T19:13:38.779Z Downloaded rustls-pki-types v1.14.0
10442026-07-20T19:13:38.779Z Downloaded spki v0.8.0
10452026-07-20T19:13:38.779Z Downloaded sync_wrapper v1.0.2
10462026-07-20T19:13:38.779Z Downloaded supports-color v3.0.2
10472026-07-20T19:13:38.779Z Downloaded subtle v2.6.1
10482026-07-20T19:13:38.779Z Downloaded tagptr v0.2.0
10492026-07-20T19:13:38.790Z Downloaded tabwriter v1.4.1
10502026-07-20T19:13:38.790Z Downloaded sync-ptr v0.1.4
10512026-07-20T19:13:38.790Z Downloaded slog-scope v4.4.1
10522026-07-20T19:13:38.790Z Downloaded nom v7.1.3
10532026-07-20T19:13:38.790Z Downloaded schemars v0.8.22
10542026-07-20T19:13:38.797Z Downloaded thiserror-impl-no-std v2.0.2
10552026-07-20T19:13:38.797Z Downloaded ssh-encoding v0.3.0-rc.9
10562026-07-20T19:13:38.797Z Downloaded ssh-cipher v0.3.0-rc.9
10572026-07-20T19:13:38.798Z Downloaded libxml v0.3.3
10582026-07-20T19:13:38.798Z Downloaded stringprep v0.1.5
10592026-07-20T19:13:38.798Z Downloaded testing_table v0.3.0
10602026-07-20T19:13:38.798Z Downloaded sqlformat v0.3.5
10612026-07-20T19:13:38.798Z Downloaded static_assertions v1.1.0
10622026-07-20T19:13:38.807Z Downloaded spki v0.7.3
10632026-07-20T19:13:38.807Z Downloaded sha2 v0.11.0
10642026-07-20T19:13:38.807Z Downloaded hashbrown v0.16.1
10652026-07-20T19:13:38.814Z Downloaded pretty_assertions v1.4.1
10662026-07-20T19:13:38.814Z Downloaded structmeta-derive v0.3.0
10672026-07-20T19:13:38.814Z Downloaded smallvec v1.15.1
10682026-07-20T19:13:38.814Z Downloaded slog-term v2.9.2
10692026-07-20T19:13:38.814Z Downloaded hashbrown v0.15.5
10702026-07-20T19:13:38.814Z Downloaded serde-hex v0.1.0
10712026-07-20T19:13:38.827Z Downloaded num-bigint v0.4.6
10722026-07-20T19:13:38.827Z Downloaded ron v0.8.1
10732026-07-20T19:13:38.827Z Downloaded thread-id v5.1.0
10742026-07-20T19:13:38.827Z Downloaded stacker v0.1.23
10752026-07-20T19:13:38.828Z Downloaded serde_yaml v0.9.34+deprecated
10762026-07-20T19:13:38.842Z Downloaded strum_macros v0.26.4
10772026-07-20T19:13:38.842Z Downloaded tokio-macros v2.7.0
10782026-07-20T19:13:38.842Z Downloaded tinyvec_macros v0.1.1
10792026-07-20T19:13:38.842Z Downloaded termtree v0.5.1
10802026-07-20T19:13:38.842Z Downloaded termios v0.3.3
10812026-07-20T19:13:38.843Z Downloaded ryu v1.0.23
10822026-07-20T19:13:38.843Z Downloaded qorb v0.4.1
10832026-07-20T19:13:38.847Z Downloaded itertools v0.12.1
10842026-07-20T19:13:38.847Z Downloaded tokio-test v0.4.5
10852026-07-20T19:13:38.847Z Downloaded synstructure v0.13.2
10862026-07-20T19:13:38.847Z Downloaded support-bundle-viewer v0.1.2
10872026-07-20T19:13:38.848Z Downloaded spin v0.9.8
10882026-07-20T19:13:38.848Z Downloaded strum_macros v0.24.3
10892026-07-20T19:13:38.848Z Downloaded rayon-core v1.13.0
10902026-07-20T19:13:38.848Z Downloaded topological-sort v0.2.2
10912026-07-20T19:13:38.854Z Downloaded curve25519-dalek v5.0.0-rc.0
10922026-07-20T19:13:38.863Z Downloaded tiny-keccak v2.0.2
10932026-07-20T19:13:38.863Z Downloaded string_cache v0.8.9
10942026-07-20T19:13:38.863Z Downloaded trait-variant v0.1.2
10952026-07-20T19:13:38.863Z Downloaded time-core v0.1.8
10962026-07-20T19:13:38.864Z Downloaded signal-hook v0.3.18
10972026-07-20T19:13:38.864Z Downloaded typify-macro v0.6.2
10982026-07-20T19:13:38.864Z Downloaded slog v2.8.2
10992026-07-20T19:13:38.874Z Downloaded tower-service v0.3.3
11002026-07-20T19:13:38.874Z Downloaded tinystr v0.8.2
11012026-07-20T19:13:38.874Z Downloaded idna v1.1.0
11022026-07-20T19:13:38.874Z Downloaded tokio-dtrace v0.1.1
11032026-07-20T19:13:38.885Z Downloaded tls_codec_derive v0.4.2
11042026-07-20T19:13:38.886Z Downloaded tokio-native-tls v0.3.1
11052026-07-20T19:13:38.886Z Downloaded tls_codec v0.4.2
11062026-07-20T19:13:38.886Z Downloaded publicsuffix v2.3.0
11072026-07-20T19:13:38.886Z Downloaded rand v0.8.6
11082026-07-20T19:13:38.886Z Downloaded quinn v0.11.9
11092026-07-20T19:13:38.892Z Downloaded itertools v0.13.0
11102026-07-20T19:13:38.892Z Downloaded try-lock v0.2.5
11112026-07-20T19:13:38.893Z Downloaded unarray v0.1.4
11122026-07-20T19:13:38.893Z Downloaded tokio-tungstenite v0.23.1
11132026-07-20T19:13:38.893Z Downloaded universal-hash v0.6.1
11142026-07-20T19:13:38.893Z Downloaded untrusted v0.7.1
11152026-07-20T19:13:38.893Z Downloaded universal-hash v0.5.1
11162026-07-20T19:13:38.893Z Downloaded thread_local v1.1.9
11172026-07-20T19:13:38.899Z Downloaded usdt-attr-macro v0.6.0
11182026-07-20T19:13:38.899Z Downloaded usdt v0.6.0
11192026-07-20T19:13:38.900Z Downloaded untrusted v0.9.0
11202026-07-20T19:13:38.900Z Downloaded thiserror-no-std v2.0.2
11212026-07-20T19:13:38.900Z Downloaded time-macros v0.2.27
11222026-07-20T19:13:38.900Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11232026-07-20T19:13:38.910Z Downloaded rand v0.10.1
11242026-07-20T19:13:38.910Z Downloaded socket2 v0.6.3
11252026-07-20T19:13:38.910Z Downloaded unicode-xid v0.2.6
11262026-07-20T19:13:38.911Z Downloaded rand v0.9.2
11272026-07-20T19:13:38.917Z Downloaded p521 v0.14.0-rc.10
11282026-07-20T19:13:38.917Z Downloaded num-bigint-dig v0.8.6
11292026-07-20T19:13:38.917Z Downloaded utf-8 v0.7.6
11302026-07-20T19:13:38.917Z Downloaded icu_properties_data v2.1.2
11312026-07-20T19:13:38.924Z Downloaded strum_macros v0.27.2
11322026-07-20T19:13:38.924Z Downloaded hyper v1.10.1
11332026-07-20T19:13:38.940Z Downloaded utf8_iter v1.0.4
11342026-07-20T19:13:38.940Z Downloaded unit-prefix v0.5.2
11352026-07-20T19:13:38.940Z Downloaded aws-lc-rs v1.16.3
11362026-07-20T19:13:38.952Z Downloaded similar v2.7.0
11372026-07-20T19:13:38.952Z Downloaded tower-layer v0.3.3
11382026-07-20T19:13:38.952Z Downloaded wait-timeout v0.2.1
11392026-07-20T19:13:38.952Z Downloaded rustls-webpki v0.103.13
11402026-07-20T19:13:38.953Z Downloaded term v0.7.0
11412026-07-20T19:13:38.953Z Downloaded toml_writer v1.1.1+spec-1.1.0
11422026-07-20T19:13:38.953Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11432026-07-20T19:13:38.953Z Downloaded waitgroup v0.1.2
11442026-07-20T19:13:38.953Z Downloaded want v0.3.1
11452026-07-20T19:13:38.963Z Downloaded futures-util v0.3.32
11462026-07-20T19:13:38.967Z Downloaded void v1.0.2
11472026-07-20T19:13:38.967Z Downloaded socket2 v0.5.10
11482026-07-20T19:13:38.967Z Downloaded tokio-tungstenite v0.21.0
11492026-07-20T19:13:38.967Z Downloaded term v1.2.1
11502026-07-20T19:13:38.967Z Downloaded snafu v0.8.9
11512026-07-20T19:13:38.967Z Downloaded xshell-macros v0.2.7
11522026-07-20T19:13:38.968Z Downloaded xattr v1.6.1
11532026-07-20T19:13:38.971Z Downloaded unicode-truncate v1.1.0
11542026-07-20T19:13:38.971Z Downloaded unicase v2.9.0
11552026-07-20T19:13:38.971Z Downloaded zerofrom v0.1.6
11562026-07-20T19:13:38.971Z Downloaded yoke-derive v0.8.1
11572026-07-20T19:13:38.971Z Downloaded tui-tree-widget v0.23.1
11582026-07-20T19:13:38.971Z Downloaded nom v8.0.0
11592026-07-20T19:13:38.974Z Downloaded h2 v0.4.15
11602026-07-20T19:13:38.977Z Downloaded schemars v1.2.1
11612026-07-20T19:13:38.988Z Downloaded uzers v0.12.2
11622026-07-20T19:13:38.990Z Downloaded zerofrom-derive v0.1.6
11632026-07-20T19:13:38.990Z Downloaded usdt-macro v0.6.0
11642026-07-20T19:13:38.990Z Downloaded zeroize_derive v1.4.3
11652026-07-20T19:13:38.991Z Downloaded tokio-stream v0.1.18
11662026-07-20T19:13:38.993Z Downloaded schemars v0.9.0
11672026-07-20T19:13:38.998Z Downloaded vergen-lib v9.1.0
11682026-07-20T19:13:39.001Z Downloaded subprocess v0.2.15
11692026-07-20T19:13:39.005Z Downloaded iri-string v0.7.10
11702026-07-20T19:13:39.008Z Downloaded twox-hash v2.1.2
11712026-07-20T19:13:39.008Z Downloaded vergen-lib v0.1.6
11722026-07-20T19:13:39.008Z Downloaded zone v0.3.1
11732026-07-20T19:13:39.011Z Downloaded vergen-gitcl v1.0.8
11742026-07-20T19:13:39.011Z Downloaded vergen-git2 v9.1.0
11752026-07-20T19:13:39.011Z Downloaded toml_parser v1.1.2+spec-1.1.0
11762026-07-20T19:13:39.015Z Downloaded test-strategy v0.4.5
11772026-07-20T19:13:39.015Z Downloaded blake3 v1.8.5
11782026-07-20T19:13:39.019Z Downloaded unicode-properties v0.1.4
11792026-07-20T19:13:39.023Z Downloaded hkdf v0.12.4
11802026-07-20T19:13:39.023Z Downloaded zone_cfg_derive v0.3.1
11812026-07-20T19:13:39.024Z Downloaded vsss-rs v3.3.4
11822026-07-20T19:13:39.026Z Downloaded usdt-impl v0.6.0
11832026-07-20T19:13:39.026Z Downloaded samael v0.0.19
11842026-07-20T19:13:39.029Z Downloaded wyz v0.5.1
11852026-07-20T19:13:39.029Z Downloaded writeable v0.6.2
11862026-07-20T19:13:39.033Z Downloaded tar v0.4.46
11872026-07-20T19:13:39.033Z Downloaded tinyvec v1.10.0
11882026-07-20T19:13:39.037Z Downloaded xshell v0.2.7
11892026-07-20T19:13:39.037Z Downloaded bindgen v0.71.1
11902026-07-20T19:13:39.042Z Downloaded whoami v2.1.0
11912026-07-20T19:13:39.042Z Downloaded whoami v1.6.1
11922026-07-20T19:13:39.045Z Downloaded walkdir v2.5.0
11932026-07-20T19:13:39.045Z Downloaded rsa v0.9.10
11942026-07-20T19:13:39.045Z Downloaded itertools v0.14.0
11952026-07-20T19:13:39.048Z Downloaded yoke v0.8.1
11962026-07-20T19:13:39.052Z Downloaded zeroize v1.8.2
11972026-07-20T19:13:39.052Z Downloaded hkdf v0.13.0
11982026-07-20T19:13:39.055Z Downloaded zerovec-derive v0.11.2
11992026-07-20T19:13:39.055Z Downloaded iddqd v0.4.2
12002026-07-20T19:13:39.059Z Downloaded vergen v9.1.0
12012026-07-20T19:13:39.062Z Downloaded tracing-core v0.1.36
12022026-07-20T19:13:39.063Z Downloaded toml v1.1.2+spec-1.1.0
12032026-07-20T19:13:39.066Z Downloaded tracing-attributes v0.1.31
12042026-07-20T19:13:39.066Z Downloaded unicode-bidi v0.3.18
12052026-07-20T19:13:39.066Z Downloaded tungstenite v0.23.0
12062026-07-20T19:13:39.072Z Downloaded zstd-safe v7.2.4
12072026-07-20T19:13:39.075Z Downloaded tokio-rustls v0.26.4
12082026-07-20T19:13:39.075Z Downloaded bitvec v1.0.1
12092026-07-20T19:13:39.079Z Downloaded zstd v0.13.3
12102026-07-20T19:13:39.082Z Downloaded toml v0.7.8
12112026-07-20T19:13:39.085Z Downloaded tungstenite v0.21.0
12122026-07-20T19:13:39.089Z Downloaded yasna v0.5.2
12132026-07-20T19:13:39.095Z Downloaded toml_edit v0.23.10+spec-1.0.0
12142026-07-20T19:13:39.098Z Downloaded serde_with v1.14.0
12152026-07-20T19:13:39.103Z Downloaded zerocopy v0.6.6
12162026-07-20T19:13:39.106Z Downloaded rsa v0.10.0-rc.18
12172026-07-20T19:13:39.113Z Downloaded rustyline v14.0.0
12182026-07-20T19:13:39.116Z Downloaded typify v0.6.2
12192026-07-20T19:13:39.120Z Downloaded chrono v0.4.45
12202026-07-20T19:13:39.124Z Downloaded steno v0.4.1
12212026-07-20T19:13:39.128Z Downloaded vte v0.14.1
12222026-07-20T19:13:39.143Z Downloaded libm v0.2.16
12232026-07-20T19:13:39.146Z Downloaded unsafe-libyaml v0.2.11
12242026-07-20T19:13:39.149Z Downloaded toml_edit v0.19.15
12252026-07-20T19:13:39.161Z Downloaded zopfli v0.8.3
12262026-07-20T19:13:39.167Z Downloaded reqwest v0.13.2
12272026-07-20T19:13:39.170Z Downloaded unicode_categories v0.1.1
12282026-07-20T19:13:39.173Z Downloaded tokio-postgres v0.7.16
12292026-07-20T19:13:39.178Z Downloaded reqwest v0.12.28
12302026-07-20T19:13:39.181Z Downloaded url v2.5.8
12312026-07-20T19:13:39.181Z Downloaded uuid v1.23.4
12322026-07-20T19:13:39.184Z Downloaded yansi v1.0.1
12332026-07-20T19:13:39.184Z Downloaded reedline v0.40.0
12342026-07-20T19:13:39.188Z Downloaded portable-atomic v1.13.1
12352026-07-20T19:13:39.192Z Downloaded zerotrie v0.2.3
12362026-07-20T19:13:39.195Z Downloaded p384 v0.13.1
12372026-07-20T19:13:39.203Z Downloaded git2 v0.20.4
12382026-07-20T19:13:39.209Z Downloaded rayon v1.11.0
12392026-07-20T19:13:39.213Z Downloaded rawzip v0.4.4
12402026-07-20T19:13:39.216Z Downloaded quick-xml v0.37.5
12412026-07-20T19:13:39.232Z Downloaded salty v0.3.0
12422026-07-20T19:13:39.236Z Downloaded zip v0.6.6
12432026-07-20T19:13:39.239Z Downloaded regex v1.12.3
12442026-07-20T19:13:39.242Z Downloaded typed-path v0.9.3
12452026-07-20T19:13:39.245Z Downloaded unicode-segmentation v1.12.0
12462026-07-20T19:13:39.248Z Downloaded goblin v0.10.5
12472026-07-20T19:13:39.251Z Downloaded x509-cert v0.2.5
12482026-07-20T19:13:39.254Z Downloaded lalrpop v0.19.12
12492026-07-20T19:13:39.263Z Downloaded zerocopy-derive v0.8.40
12502026-07-20T19:13:39.273Z Downloaded petname v2.0.2
12512026-07-20T19:13:39.284Z Downloaded proptest v1.10.0
12522026-07-20T19:13:39.289Z Downloaded zip v4.6.1
12532026-07-20T19:13:39.292Z Downloaded unicode-normalization v0.1.25
12542026-07-20T19:13:39.296Z Downloaded tower v0.5.3
12552026-07-20T19:13:39.299Z Downloaded tough v0.22.0
12562026-07-20T19:13:39.302Z Downloaded ssh-key v0.7.0-rc.10
12572026-07-20T19:13:39.357Z Downloaded zerovec v0.11.5
12582026-07-20T19:13:39.357Z Downloaded curve25519-dalek v4.1.3
12592026-07-20T19:13:39.357Z Downloaded moka v0.12.13
12602026-07-20T19:13:39.357Z Downloaded serde_with v3.21.0
12612026-07-20T19:13:39.357Z Downloaded crypto-bigint v0.7.5
12622026-07-20T19:13:39.357Z Downloaded quinn-proto v0.11.13
12632026-07-20T19:13:39.357Z Downloaded winnow v0.5.40
12642026-07-20T19:13:39.357Z Downloaded tokio-util v0.7.18
12652026-07-20T19:13:39.357Z Downloaded bstr v1.12.1
12662026-07-20T19:13:39.361Z Downloaded radix_trie v0.2.1
12672026-07-20T19:13:39.361Z Downloaded tower-http v0.6.8
12682026-07-20T19:13:39.364Z Downloaded tabled v0.20.0
12692026-07-20T19:13:39.371Z Downloaded nix v0.27.1
12702026-07-20T19:13:39.376Z Downloaded dropshot v0.17.1
12712026-07-20T19:13:39.389Z Downloaded winnow v0.6.26
12722026-07-20T19:13:39.394Z Downloaded russh v0.61.2
12732026-07-20T19:13:39.398Z Downloaded regex-syntax v0.6.29
12742026-07-20T19:13:39.402Z Downloaded polar-core v0.27.3
12752026-07-20T19:13:39.408Z Downloaded winnow v1.0.3
12762026-07-20T19:13:39.416Z Downloaded nix v0.28.0
12772026-07-20T19:13:39.426Z Downloaded openssl v0.10.79
12782026-07-20T19:13:39.431Z Downloaded time v0.3.47
12792026-07-20T19:13:39.434Z Downloaded nix v0.31.2
12802026-07-20T19:13:39.438Z Downloaded hickory-proto v0.24.4
12812026-07-20T19:13:39.445Z Downloaded zlib-rs v0.6.2
12822026-07-20T19:13:39.449Z Downloaded smoltcp v0.9.1
12832026-07-20T19:13:39.454Z Downloaded zerocopy v0.8.40
12842026-07-20T19:13:39.460Z Downloaded vcpkg v0.2.15
12852026-07-20T19:13:39.482Z Downloaded regress v0.10.5
12862026-07-20T19:13:39.487Z Downloaded rustls v0.23.41
12872026-07-20T19:13:39.494Z Downloaded rustix v0.38.44
12882026-07-20T19:13:39.507Z Downloaded smoltcp v0.11.0
12892026-07-20T19:13:39.514Z Downloaded regex-syntax v0.8.10
12902026-07-20T19:13:39.518Z Downloaded regress v0.11.1
12912026-07-20T19:13:39.524Z Downloaded object v0.37.3
12922026-07-20T19:13:39.530Z Downloaded hickory-proto v0.25.2
12932026-07-20T19:13:39.540Z Downloaded openapiv3 v2.2.0
12942026-07-20T19:13:39.548Z Downloaded diesel v2.3.7
12952026-07-20T19:13:39.557Z Downloaded object v0.30.4
12962026-07-20T19:13:39.565Z Downloaded fiat-crypto v0.3.0
12972026-07-20T19:13:39.579Z Downloaded ratatui v0.29.0
12982026-07-20T19:13:39.592Z Downloaded tracing v0.1.44
12992026-07-20T19:13:39.604Z Downloaded sha3 v0.11.0
13002026-07-20T19:13:39.608Z Downloaded bzip2-sys v0.1.13+1.0.8
13012026-07-20T19:13:39.614Z Downloaded sqlparser v0.61.0
13022026-07-20T19:13:39.631Z Downloaded chrono-tz v0.10.4
13032026-07-20T19:13:39.641Z Downloaded typify-impl v0.6.2
13042026-07-20T19:13:39.653Z Downloaded sled v0.34.7
13052026-07-20T19:13:39.662Z Downloaded petgraph v0.8.3
13062026-07-20T19:13:39.688Z Downloaded tokio v1.52.1
13072026-07-20T19:13:39.711Z Downloaded zerocopy-derive v0.6.6
13082026-07-20T19:13:39.724Z Downloaded regex-automata v0.4.14
13092026-07-20T19:13:39.744Z Downloaded petgraph v0.6.5
13102026-07-20T19:13:39.755Z Downloaded jiff v0.2.21
13112026-07-20T19:13:39.766Z Downloaded encoding_rs v0.8.35
13122026-07-20T19:13:39.801Z Downloaded csv v1.4.0
13132026-07-20T19:13:39.815Z Downloaded libz-sys v1.1.24
13142026-07-20T19:13:39.825Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-07-20T19:13:39.835Z Downloaded sha3 v0.10.8
13162026-07-20T19:13:39.894Z Downloaded ring v0.17.14
13172026-07-20T19:13:39.925Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-07-20T19:13:40.294Z Downloaded aws-lc-sys v0.40.0
13192026-07-20T19:13:40.548Z Compiling libc v0.2.185
13202026-07-20T19:13:40.548Z Compiling serde_core v1.0.228
13212026-07-20T19:13:40.548Z Compiling serde v1.0.228
13222026-07-20T19:13:40.554Z Compiling log v0.4.29
13232026-07-20T19:13:40.554Z Compiling smallvec v1.15.1
13242026-07-20T19:13:40.703Z Compiling find-msvc-tools v0.1.9
13252026-07-20T19:13:40.722Z Compiling shlex v1.3.0
13262026-07-20T19:13:40.722Z Compiling syn v2.0.117
13272026-07-20T19:13:40.882Z Compiling subtle v2.6.1
13282026-07-20T19:13:40.898Z Compiling scopeguard v1.2.0
13292026-07-20T19:13:40.908Z Compiling stable_deref_trait v1.2.1
13302026-07-20T19:13:40.977Z Compiling lock_api v0.4.14
13312026-07-20T19:13:41.014Z Compiling typenum v1.20.1
13322026-07-20T19:13:41.014Z Compiling serde_json v1.0.150
13332026-07-20T19:13:41.039Z Compiling portable-atomic v1.13.1
13342026-07-20T19:13:41.053Z Compiling zerocopy v0.8.40
13352026-07-20T19:13:41.241Z Compiling parking_lot_core v0.9.12
13362026-07-20T19:13:41.269Z Compiling pin-project-lite v0.2.17
13372026-07-20T19:13:41.363Z Compiling libm v0.2.16
13382026-07-20T19:13:41.507Z Compiling critical-section v1.2.0
13392026-07-20T19:13:41.532Z Compiling getrandom v0.4.1
13402026-07-20T19:13:41.547Z Compiling jobserver v0.1.34
13412026-07-20T19:13:41.608Z Compiling errno v0.3.14
13422026-07-20T19:13:41.681Z Compiling getrandom v0.2.17
13432026-07-20T19:13:41.755Z Compiling cc v1.2.56
13442026-07-20T19:13:41.832Z Compiling pkg-config v0.3.32
13452026-07-20T19:13:41.903Z Compiling rand_core v0.6.4
13462026-07-20T19:13:41.922Z Compiling signal-hook-registry v1.4.8
13472026-07-20T19:13:42.270Z Compiling once_cell v1.21.3
13482026-07-20T19:13:42.283Z Compiling num-traits v0.2.19
13492026-07-20T19:13:42.297Z Compiling rand_core v0.10.0
13502026-07-20T19:13:42.345Z Compiling futures-core v0.3.32
13512026-07-20T19:13:42.503Z Compiling parking_lot v0.12.5
13522026-07-20T19:13:42.522Z Compiling mio v1.2.0
13532026-07-20T19:13:42.681Z Compiling generic-array v0.14.7
13542026-07-20T19:13:42.760Z Compiling percent-encoding v2.3.2
13552026-07-20T19:13:42.901Z Compiling writeable v0.6.2
13562026-07-20T19:13:42.901Z Compiling const-oid v0.9.6
13572026-07-20T19:13:43.015Z Compiling bitflags v2.11.0
13582026-07-20T19:13:43.075Z Compiling litemap v0.8.1
13592026-07-20T19:13:43.100Z Compiling semver v1.0.28
13602026-07-20T19:13:43.268Z Compiling icu_properties_data v2.1.2
13612026-07-20T19:13:43.427Z Compiling icu_normalizer_data v2.1.1
13622026-07-20T19:13:43.464Z Compiling socket2 v0.6.3
13632026-07-20T19:13:43.631Z Compiling synstructure v0.13.2
13642026-07-20T19:13:43.648Z Compiling futures-sink v0.3.32
13652026-07-20T19:13:43.673Z Compiling futures-io v0.3.32
13662026-07-20T19:13:43.759Z Compiling futures-channel v0.3.32
13672026-07-20T19:13:43.773Z Compiling futures-task v0.3.32
13682026-07-20T19:13:43.823Z Compiling slab v0.4.12
13692026-07-20T19:13:43.883Z Compiling utf8_iter v1.0.4
13702026-07-20T19:13:43.937Z Compiling indexmap v2.14.0
13712026-07-20T19:13:43.951Z Compiling form_urlencoded v1.2.2
13722026-07-20T19:13:43.987Z Compiling getrandom v0.3.4
13732026-07-20T19:13:44.005Z Compiling rustversion v1.0.22
13742026-07-20T19:13:44.030Z Compiling cmake v0.1.57
13752026-07-20T19:13:44.075Z Compiling rustix v1.1.3
13762026-07-20T19:13:44.125Z Compiling fs_extra v1.3.0
13772026-07-20T19:13:44.240Z Compiling iana-time-zone v0.1.65
13782026-07-20T19:13:44.402Z Compiling dunce v1.0.5
13792026-07-20T19:13:44.439Z Compiling ident_case v1.0.1
13802026-07-20T19:13:44.442Z Compiling regex-syntax v0.8.10
13812026-07-20T19:13:44.500Z Compiling aws-lc-sys v0.40.0
13822026-07-20T19:13:44.563Z Compiling uuid v1.23.4
13832026-07-20T19:13:44.611Z Compiling base64 v0.22.1
13842026-07-20T19:13:44.934Z Compiling rand_core v0.9.5
13852026-07-20T19:13:44.949Z Compiling base64ct v1.8.3
13862026-07-20T19:13:45.069Z Compiling vcpkg v0.2.15
13872026-07-20T19:13:45.224Z Compiling pem-rfc7468 v0.7.0
13882026-07-20T19:13:45.250Z Compiling rustc_version v0.4.1
13892026-07-20T19:13:45.308Z Compiling tracing-core v0.1.36
13902026-07-20T19:13:45.341Z Compiling serde_derive v1.0.228
13912026-07-20T19:13:45.538Z Compiling zeroize_derive v1.4.3
13922026-07-20T19:13:45.586Z Compiling zerofrom-derive v0.1.6
13932026-07-20T19:13:45.805Z Compiling yoke-derive v0.8.1
13942026-07-20T19:13:45.837Z Compiling zerovec-derive v0.11.2
13952026-07-20T19:13:45.881Z Compiling displaydoc v0.2.5
13962026-07-20T19:13:46.205Z Compiling zeroize v1.8.2
13972026-07-20T19:13:46.412Z Compiling zerocopy-derive v0.8.40
13982026-07-20T19:13:46.821Z Compiling tokio-macros v2.7.0
13992026-07-20T19:13:46.974Z Compiling futures-macro v0.3.32
14002026-07-20T19:13:46.988Z Compiling openssl-sys v0.9.115
14012026-07-20T19:13:47.014Z Compiling zerofrom v0.1.6
14022026-07-20T19:13:47.155Z Compiling yoke v0.8.1
14032026-07-20T19:13:47.292Z Compiling block-buffer v0.10.4
14042026-07-20T19:13:47.343Z Compiling zerovec v0.11.5
14052026-07-20T19:13:47.466Z Compiling zerotrie v0.2.3
14062026-07-20T19:13:47.587Z Compiling crypto-common v0.1.7
14072026-07-20T19:13:47.615Z Compiling tracing-attributes v0.1.31
14082026-07-20T19:13:47.739Z Compiling digest v0.10.7
14092026-07-20T19:13:47.769Z Compiling der_derive v0.7.3
14102026-07-20T19:13:47.816Z Compiling tinystr v0.8.2
14112026-07-20T19:13:47.868Z Compiling potential_utf v0.1.4
14122026-07-20T19:13:47.989Z Compiling icu_locale_core v2.1.1
14132026-07-20T19:13:48.018Z Compiling icu_collections v2.1.1
14142026-07-20T19:13:48.032Z Compiling futures-util v0.3.32
14152026-07-20T19:13:48.506Z Compiling thiserror-impl v2.0.18
14162026-07-20T19:13:48.745Z Compiling icu_provider v2.1.1
14172026-07-20T19:13:48.881Z Compiling bytes v1.11.1
14182026-07-20T19:13:48.951Z Compiling chrono v0.4.45
14192026-07-20T19:13:48.967Z Compiling flagset v0.4.7
14202026-07-20T19:13:49.044Z Compiling icu_normalizer v2.1.1
14212026-07-20T19:13:49.098Z Compiling icu_properties v2.1.2
14222026-07-20T19:13:49.500Z Compiling tokio v1.52.1
14232026-07-20T19:13:49.565Z Compiling http v1.4.2
14242026-07-20T19:13:49.839Z Compiling aws-lc-rs v1.16.3
14252026-07-20T19:13:50.139Z Compiling idna_adapter v1.2.1
14262026-07-20T19:13:50.182Z Compiling thiserror v2.0.18
14272026-07-20T19:13:50.273Z Compiling idna v1.1.0
14282026-07-20T19:13:50.286Z Compiling http-body v1.0.1
14292026-07-20T19:13:50.319Z Compiling der v0.7.10
14302026-07-20T19:13:50.341Z Compiling tracing v0.1.44
14312026-07-20T19:13:50.477Z Compiling rustls-pki-types v1.14.0
14322026-07-20T19:13:50.594Z Compiling url v2.5.8
14332026-07-20T19:13:50.648Z Compiling serde_derive_internals v0.29.1
14342026-07-20T19:13:50.920Z Compiling ppv-lite86 v0.2.21
14352026-07-20T19:13:50.931Z Compiling tinyvec_macros v0.1.1
14362026-07-20T19:13:50.937Z Compiling cmov v0.5.4
14372026-07-20T19:13:51.007Z Compiling schemars v0.8.22
14382026-07-20T19:13:51.137Z Compiling dyn-clone v1.0.20
14392026-07-20T19:13:51.212Z Compiling rand_chacha v0.9.0
14402026-07-20T19:13:51.233Z Compiling openssl-probe v0.2.1
14412026-07-20T19:13:51.260Z Compiling httparse v1.10.1
14422026-07-20T19:13:51.392Z Compiling spki v0.7.3
14432026-07-20T19:13:51.405Z Compiling rand v0.9.2
14442026-07-20T19:13:51.496Z Compiling schemars_derive v0.8.22
14452026-07-20T19:13:51.500Z Compiling ctutils v0.4.2
14462026-07-20T19:13:51.592Z Compiling tinyvec v1.10.0
14472026-07-20T19:13:51.653Z Compiling pest_generator v2.8.6
14482026-07-20T19:13:51.734Z Compiling aho-corasick v1.1.4
14492026-07-20T19:13:51.888Z Compiling tower-layer v0.3.3
14502026-07-20T19:13:51.926Z Compiling untrusted v0.7.1
14512026-07-20T19:13:52.053Z Compiling try-lock v0.2.5
14522026-07-20T19:13:52.104Z Compiling atomic-waker v1.1.2
14532026-07-20T19:13:52.201Z Compiling tower-service v0.3.3
14542026-07-20T19:13:52.229Z Compiling want v0.3.1
14552026-07-20T19:13:52.245Z Compiling tempfile v3.25.0
14562026-07-20T19:13:52.295Z Compiling hybrid-array v0.4.13
14572026-07-20T19:13:52.374Z Compiling pest_derive v2.8.6
14582026-07-20T19:13:52.612Z Compiling regex-automata v0.4.14
14592026-07-20T19:13:52.681Z Compiling ipnet v2.11.0
14602026-07-20T19:13:52.813Z Compiling scroll_derive v0.13.1
14612026-07-20T19:13:53.098Z Compiling darling_core v0.20.11
14622026-07-20T19:13:53.185Z Compiling rustls v0.23.41
14632026-07-20T19:13:53.371Z Compiling tokio-util v0.7.18
14642026-07-20T19:13:53.473Z Compiling untrusted v0.9.0
14652026-07-20T19:13:53.595Z Compiling foreign-types-shared v0.1.1
14662026-07-20T19:13:53.628Z Compiling openssl v0.10.79
14672026-07-20T19:13:53.681Z Compiling cpufeatures v0.2.17
14682026-07-20T19:13:53.757Z Compiling httpdate v1.0.3
14692026-07-20T19:13:53.887Z Compiling foreign-types v0.3.2
14702026-07-20T19:13:53.960Z Compiling scroll v0.13.0
14712026-07-20T19:13:53.982Z Compiling unicode-normalization v0.1.25
14722026-07-20T19:13:54.052Z Compiling h2 v0.4.15
14732026-07-20T19:13:54.220Z Compiling pkcs8 v0.10.2
14742026-07-20T19:13:54.430Z Compiling openssl-macros v0.1.1
14752026-07-20T19:13:54.471Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14762026-07-20T19:13:54.807Z Compiling spin v0.9.8
14772026-07-20T19:13:54.831Z Compiling time-core v0.1.8
14782026-07-20T19:13:54.869Z Compiling powerfmt v0.2.0
14792026-07-20T19:13:54.973Z Compiling num-conv v0.2.0
14802026-07-20T19:13:55.009Z Compiling crc32fast v1.5.0
14812026-07-20T19:13:55.068Z Compiling native-tls v0.2.18
14822026-07-20T19:13:55.098Z Compiling time-macros v0.2.27
14832026-07-20T19:13:55.167Z Compiling deranged v0.5.8
14842026-07-20T19:13:55.306Z Compiling darling_macro v0.20.11
14852026-07-20T19:13:55.785Z Compiling darling v0.20.11
14862026-07-20T19:13:55.868Z Compiling goblin v0.10.5
14872026-07-20T19:13:56.121Z Compiling sha2 v0.10.9
14882026-07-20T19:13:56.172Z Compiling hmac v0.12.1
14892026-07-20T19:13:56.302Z Compiling sync_wrapper v1.0.2
14902026-07-20T19:13:56.410Z Compiling wait-timeout v0.2.1
14912026-07-20T19:13:56.636Z Compiling quick-error v1.2.3
14922026-07-20T19:13:56.672Z Compiling usdt-impl v0.6.0
14932026-07-20T19:13:56.739Z Compiling num_threads v0.1.7
14942026-07-20T19:13:56.837Z Compiling bit-vec v0.8.0
14952026-07-20T19:13:56.886Z Compiling simd-adler32 v0.3.8
14962026-07-20T19:13:57.094Z Compiling syn v1.0.109
14972026-07-20T19:13:57.184Z Compiling hyper v1.10.1
14982026-07-20T19:13:57.413Z Compiling crossbeam-utils v0.8.21
14992026-07-20T19:13:57.496Z Compiling siphasher v1.0.2
15002026-07-20T19:13:57.778Z Compiling bit-set v0.8.0
15012026-07-20T19:13:57.961Z Compiling time v0.3.47
15022026-07-20T19:13:58.000Z Compiling rusty-fork v0.3.1
15032026-07-20T19:13:58.156Z Compiling tower v0.5.3
15042026-07-20T19:13:58.317Z Compiling hyper-util v0.1.20
15052026-07-20T19:13:58.338Z Compiling derive_builder_core v0.20.2
15062026-07-20T19:13:58.630Z Compiling dof v0.4.0
15072026-07-20T19:13:58.968Z Compiling dtrace-parser v0.3.0
15082026-07-20T19:13:59.199Z Compiling http-body-util v0.1.3
15092026-07-20T19:13:59.447Z Compiling heapless v0.7.17
15102026-07-20T19:13:59.523Z Compiling scroll_derive v0.12.1
15112026-07-20T19:13:59.709Z Compiling thiserror-impl v1.0.69
15122026-07-20T19:13:59.715Z Compiling rand_xorshift v0.4.0
15132026-07-20T19:13:59.774Z Compiling slog v2.8.2
15142026-07-20T19:13:59.871Z Compiling darling_core v0.23.0
15152026-07-20T19:13:59.972Z Compiling bzip2-sys v0.1.13+1.0.8
15162026-07-20T19:14:00.023Z Compiling thread-id v5.1.0
15172026-07-20T19:14:00.065Z Compiling cookie v0.18.1
15182026-07-20T19:14:00.103Z Compiling adler2 v2.0.1
15192026-07-20T19:14:00.174Z Compiling anyhow v1.0.102
15202026-07-20T19:14:00.231Z Compiling paste v1.0.15
15212026-07-20T19:14:00.254Z Compiling unicode-properties v0.1.4
15222026-07-20T19:14:00.257Z Compiling unicode-bidi v0.3.18
15232026-07-20T19:14:00.463Z Compiling unarray v0.1.4
15242026-07-20T19:14:00.491Z Compiling ryu v1.0.23
15252026-07-20T19:14:00.511Z Compiling iri-string v0.7.10
15262026-07-20T19:14:00.570Z Compiling zstd-safe v7.2.4
15272026-07-20T19:14:00.668Z Compiling allocator-api2 v0.2.21
15282026-07-20T19:14:00.780Z Compiling signal-hook v0.3.18
15292026-07-20T19:14:00.793Z Compiling serde_urlencoded v0.7.1
15302026-07-20T19:14:00.944Z Compiling thiserror v1.0.69
15312026-07-20T19:14:00.983Z Compiling stringprep v0.1.5
15322026-07-20T19:14:00.994Z Compiling proptest v1.10.0
15332026-07-20T19:14:01.246Z Compiling miniz_oxide v0.8.9
15342026-07-20T19:14:01.409Z Compiling scroll v0.12.0
15352026-07-20T19:14:01.668Z Compiling tower-http v0.6.8
15362026-07-20T19:14:01.943Z Compiling derive_builder_macro v0.20.2
15372026-07-20T19:14:01.986Z Compiling tokio-native-tls v0.3.1
15382026-07-20T19:14:02.171Z Compiling camino v1.2.2
15392026-07-20T19:14:02.363Z Compiling darling_macro v0.23.0
15402026-07-20T19:14:02.447Z Compiling bstr v1.12.1
15412026-07-20T19:14:02.460Z Compiling ipnetwork v0.21.1
15422026-07-20T19:14:02.550Z Compiling block-padding v0.4.2
15432026-07-20T19:14:02.685Z Compiling crypto-common v0.2.2
15442026-07-20T19:14:02.716Z Compiling block-buffer v0.12.1
15452026-07-20T19:14:02.847Z Compiling rustls-native-certs v0.8.3
15462026-07-20T19:14:02.862Z Compiling rand_chacha v0.3.1
15472026-07-20T19:14:02.912Z Compiling serde_tokenstream v0.2.3
15482026-07-20T19:14:03.082Z Compiling hex v0.4.3
15492026-07-20T19:14:03.142Z Compiling toml_datetime v0.6.11
15502026-07-20T19:14:03.231Z Compiling erased-serde v0.3.31
15512026-07-20T19:14:03.350Z Compiling serde_spanned v0.6.9
15522026-07-20T19:14:03.398Z Compiling signature v2.2.0
15532026-07-20T19:14:03.495Z Compiling md-5 v0.10.6
15542026-07-20T19:14:03.572Z Compiling curve25519-dalek v4.1.3
15552026-07-20T19:14:03.650Z Compiling pin-project-internal v1.1.11
15562026-07-20T19:14:03.664Z Compiling zerocopy-derive v0.7.35
15572026-07-20T19:14:03.711Z Compiling async-trait v0.1.89
15582026-07-20T19:14:03.914Z Compiling vergen-lib v9.1.0
15592026-07-20T19:14:04.109Z Compiling hash32 v0.2.1
15602026-07-20T19:14:04.304Z Compiling num-integer v0.1.46
15612026-07-20T19:14:04.392Z Compiling memoffset v0.9.1
15622026-07-20T19:14:04.535Z Compiling encoding_rs v0.8.35
15632026-07-20T19:14:04.595Z Compiling num-bigint-dig v0.8.6
15642026-07-20T19:14:04.625Z Compiling smoltcp v0.9.1
15652026-07-20T19:14:04.711Z Compiling mime v0.3.17
15662026-07-20T19:14:04.757Z Compiling fallible-iterator v0.2.0
15672026-07-20T19:14:04.794Z Compiling rustix v0.38.44
15682026-07-20T19:14:04.967Z Compiling zlib-rs v0.6.2
15692026-07-20T19:14:04.970Z Compiling litrs v1.0.0
15702026-07-20T19:14:05.087Z Compiling cfg_aliases v0.2.1
15712026-07-20T19:14:05.140Z Compiling ref-cast v1.0.25
15722026-07-20T19:14:05.153Z Compiling psl-types v2.0.11
15732026-07-20T19:14:05.277Z Compiling publicsuffix v2.3.0
15742026-07-20T19:14:05.481Z Compiling document-features v0.2.12
15752026-07-20T19:14:05.506Z Compiling nix v0.31.2
15762026-07-20T19:14:05.530Z Compiling postgres-protocol v0.6.10
15772026-07-20T19:14:05.936Z Compiling pin-project v1.1.11
15782026-07-20T19:14:05.942Z Compiling hubpack_derive v0.1.1
15792026-07-20T19:14:06.039Z Compiling zerocopy v0.7.35
15802026-07-20T19:14:06.078Z Compiling num-iter v0.1.45
15812026-07-20T19:14:06.212Z Compiling newtype-uuid v1.3.2
15822026-07-20T19:14:06.401Z Compiling rand v0.8.6
15832026-07-20T19:14:06.531Z Compiling darling v0.23.0
15842026-07-20T19:14:06.554Z Compiling inout v0.2.2
15852026-07-20T19:14:06.568Z Compiling oxnet v0.1.6
15862026-07-20T19:14:06.571Z Compiling derive_builder v0.20.2
15872026-07-20T19:14:06.699Z Compiling hyper-tls v0.6.0
15882026-07-20T19:14:06.810Z Compiling goblin v0.8.2
15892026-07-20T19:14:07.327Z Compiling phf_shared v0.13.1
15902026-07-20T19:14:07.506Z Compiling lazy_static v1.5.0
15912026-07-20T19:14:07.522Z Compiling regex v1.12.3
15922026-07-20T19:14:07.540Z Compiling anstyle-parse v0.2.7
15932026-07-20T19:14:07.567Z Compiling futures-executor v0.3.32
15942026-07-20T19:14:07.597Z Compiling terminal_size v0.4.3
15952026-07-20T19:14:07.724Z Compiling ref-cast-impl v1.0.25
15962026-07-20T19:14:07.739Z Compiling strum_macros v0.27.2
15972026-07-20T19:14:07.819Z Compiling daft-derive v0.1.7
15982026-07-20T19:14:07.944Z Compiling flate2 v1.1.9
15992026-07-20T19:14:08.274Z Compiling snafu-derive v0.8.9
16002026-07-20T19:14:08.290Z Compiling curve25519-dalek-derive v0.1.1
16012026-07-20T19:14:08.364Z Compiling vergen v9.1.0
16022026-07-20T19:14:08.557Z Compiling cargo-platform v0.3.2
16032026-07-20T19:14:08.572Z Compiling ff v0.13.1
16042026-07-20T19:14:08.710Z Compiling fs-err v3.3.0
16052026-07-20T19:14:08.828Z Compiling ahash v0.8.12
16062026-07-20T19:14:08.915Z Compiling libbz2-rs-sys v0.2.2
16072026-07-20T19:14:08.942Z Compiling bumpalo v3.20.2
16082026-07-20T19:14:09.054Z Compiling managed v0.8.0
16092026-07-20T19:14:09.193Z Compiling bitflags v1.3.2
16102026-07-20T19:14:09.269Z Compiling winnow v0.5.40
16112026-07-20T19:14:09.269Z Compiling unicode-segmentation v1.12.0
16122026-07-20T19:14:09.583Z Compiling same-file v1.0.6
16132026-07-20T19:14:09.713Z Compiling base16ct v0.2.0
16142026-07-20T19:14:09.735Z Compiling foldhash v0.2.0
16152026-07-20T19:14:09.747Z Compiling object v0.37.3
16162026-07-20T19:14:09.843Z Compiling foldhash v0.1.5
16172026-07-20T19:14:09.922Z Compiling hashbrown v0.16.1
16182026-07-20T19:14:10.019Z Compiling hashbrown v0.15.5
16192026-07-20T19:14:10.071Z Compiling sec1 v0.7.3
16202026-07-20T19:14:10.173Z Compiling snafu v0.8.9
16212026-07-20T19:14:10.319Z Compiling strum v0.27.2
16222026-07-20T19:14:10.345Z Compiling walkdir v2.5.0
16232026-07-20T19:14:10.451Z Compiling clap_builder v4.6.0
16242026-07-20T19:14:10.502Z Compiling bzip2 v0.6.1
16252026-07-20T19:14:10.569Z Compiling toml_edit v0.19.15
16262026-07-20T19:14:10.650Z Compiling zopfli v0.8.3
16272026-07-20T19:14:10.701Z Compiling dof v0.3.0
16282026-07-20T19:14:11.298Z Compiling cargo_metadata v0.23.1
16292026-07-20T19:14:11.397Z Compiling group v0.13.0
16302026-07-20T19:14:11.429Z Compiling daft v0.1.7
16312026-07-20T19:14:11.678Z Compiling futures v0.3.32
16322026-07-20T19:14:11.704Z Compiling anstream v0.6.21
16332026-07-20T19:14:11.922Z Compiling phf v0.13.1
16342026-07-20T19:14:12.010Z Compiling signal-hook-mio v0.2.5
16352026-07-20T19:14:12.118Z Compiling cookie_store v0.22.1
16362026-07-20T19:14:12.523Z Compiling reqwest v0.12.28
16372026-07-20T19:14:12.683Z Compiling bzip2 v0.4.4
16382026-07-20T19:14:12.774Z Compiling zstd v0.13.3
16392026-07-20T19:14:12.954Z Compiling cipher v0.5.2
16402026-07-20T19:14:13.044Z Compiling serde_with_macros v3.21.0
16412026-07-20T19:14:13.200Z Compiling hubpack v0.1.2
16422026-07-20T19:14:13.344Z Compiling postgres-types v0.2.12
16432026-07-20T19:14:13.485Z Compiling ed25519 v2.2.3
16442026-07-20T19:14:13.832Z Compiling usdt-macro v0.6.0
16452026-07-20T19:14:13.902Z Compiling usdt-attr-macro v0.6.0
16462026-07-20T19:14:14.214Z Compiling globset v0.4.18
16472026-07-20T19:14:14.380Z Compiling dtrace-parser v0.2.0
16482026-07-20T19:14:14.517Z Compiling phf_shared v0.11.3
16492026-07-20T19:14:14.575Z Compiling hkdf v0.12.4
16502026-07-20T19:14:14.665Z Compiling pkcs1 v0.7.5
16512026-07-20T19:14:14.697Z Compiling olpc-cjson v0.1.4
16522026-07-20T19:14:14.741Z Compiling serde_plain v1.0.2
16532026-07-20T19:14:14.854Z Compiling serde-big-array v0.5.1
16542026-07-20T19:14:14.854Z Compiling crypto-bigint v0.5.5
16552026-07-20T19:14:14.932Z Compiling async-recursion v1.1.1
16562026-07-20T19:14:15.033Z Compiling serde_repr v0.1.20
16572026-07-20T19:14:15.054Z Compiling clap_derive v4.6.1
16582026-07-20T19:14:15.094Z Compiling strum_macros v0.26.4
16592026-07-20T19:14:15.530Z Compiling enum-as-inner v0.6.1
16602026-07-20T19:14:15.593Z Compiling pem v3.0.6
16612026-07-20T19:14:15.919Z Compiling float-cmp v0.10.0
16622026-07-20T19:14:16.039Z Compiling thread-id v4.2.2
16632026-07-20T19:14:16.090Z Compiling memmap2 v0.9.10
16642026-07-20T19:14:16.124Z Compiling env_filter v1.0.0
16652026-07-20T19:14:16.216Z Compiling static_assertions v1.1.0
16662026-07-20T19:14:16.284Z Compiling whoami v2.1.0
16672026-07-20T19:14:16.298Z Compiling const-oid v0.10.2
16682026-07-20T19:14:16.424Z Compiling typed-path v0.9.3
16692026-07-20T19:14:16.522Z Compiling winnow v1.0.3
16702026-07-20T19:14:16.674Z Compiling either v1.15.0
16712026-07-20T19:14:16.808Z Compiling new_debug_unreachable v1.0.6
16722026-07-20T19:14:16.861Z Compiling cpufeatures v0.3.0
16732026-07-20T19:14:16.904Z Compiling precomputed-hash v0.1.1
16742026-07-20T19:14:16.968Z Compiling jiff v0.2.21
16752026-07-20T19:14:16.968Z Compiling predicates-core v1.0.10
16762026-07-20T19:14:16.968Z Compiling keccak v0.1.6
16772026-07-20T19:14:16.968Z Compiling data-encoding v2.10.0
16782026-07-20T19:14:16.979Z Compiling normalize-line-endings v0.3.0
16792026-07-20T19:14:17.049Z Compiling fixedbitset v0.5.7
16802026-07-20T19:14:17.099Z Compiling difflib v0.4.0
16812026-07-20T19:14:17.398Z Compiling fixedbitset v0.4.2
16822026-07-20T19:14:17.441Z Compiling toml_edit v0.22.27
16832026-07-20T19:14:17.616Z Compiling petgraph v0.6.5
16842026-07-20T19:14:17.649Z Compiling predicates v3.1.4
16852026-07-20T19:14:17.671Z Compiling petgraph v0.8.3
16862026-07-20T19:14:17.675Z Compiling hickory-proto v0.25.2
16872026-07-20T19:14:17.697Z Compiling sha3 v0.10.8
16882026-07-20T19:14:18.160Z Compiling string_cache v0.8.9
16892026-07-20T19:14:18.302Z Compiling chacha20 v0.10.0
16902026-07-20T19:14:18.392Z Compiling itertools v0.13.0
16912026-07-20T19:14:18.671Z Compiling strum v0.26.3
16922026-07-20T19:14:18.800Z Compiling toml_parser v1.1.2+spec-1.1.0
16932026-07-20T19:14:19.112Z Compiling clap v4.6.1
16942026-07-20T19:14:19.197Z Compiling tokio-postgres v0.7.16
16952026-07-20T19:14:19.427Z Compiling digest v0.11.3
16962026-07-20T19:14:19.610Z Compiling zip v4.6.1
16972026-07-20T19:14:19.632Z Compiling env_logger v0.11.9
16982026-07-20T19:14:19.650Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16992026-07-20T19:14:19.969Z Compiling usdt v0.6.0
17002026-07-20T19:14:20.183Z Compiling usdt-impl v0.5.0
17012026-07-20T19:14:20.237Z Compiling elliptic-curve v0.13.8
17022026-07-20T19:14:20.564Z Compiling rsa v0.9.10
17032026-07-20T19:14:20.654Z Compiling crossterm v0.28.1
17042026-07-20T19:14:20.763Z Compiling serde_with v3.21.0
17052026-07-20T19:14:21.112Z Compiling ed25519-dalek v2.2.0
17062026-07-20T19:14:21.769Z Compiling zip v0.6.6
17072026-07-20T19:14:22.367Z Compiling toml v0.7.8
17082026-07-20T19:14:22.383Z Compiling iddqd v0.4.2
17092026-07-20T19:14:22.758Z Compiling heck v0.4.1
17102026-07-20T19:14:22.815Z Compiling similar v2.7.0
17112026-07-20T19:14:22.980Z Compiling byte-wrapper v0.1.0
17122026-07-20T19:14:22.986Z Compiling crossbeam-epoch v0.9.18
17132026-07-20T19:14:23.178Z Compiling tokio-stream v0.1.18
17142026-07-20T19:14:23.313Z Compiling buf-list v1.1.2
17152026-07-20T19:14:23.343Z Compiling x509-cert v0.2.5
17162026-07-20T19:14:23.597Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17172026-07-20T19:14:23.721Z Compiling openapiv3 v2.2.0
17182026-07-20T19:14:23.743Z Compiling peg-runtime v0.8.5
17192026-07-20T19:14:23.743Z Compiling lalrpop-util v0.19.12
17202026-07-20T19:14:23.870Z Compiling thread_local v1.1.9
17212026-07-20T19:14:23.891Z Compiling slog-async v2.8.0
17222026-07-20T19:14:23.897Z Compiling crossbeam-channel v0.5.15
17232026-07-20T19:14:23.943Z Compiling is-terminal v0.4.17
17242026-07-20T19:14:24.041Z Compiling filetime v0.2.27
17252026-07-20T19:14:24.124Z Compiling xattr v1.6.1
17262026-07-20T19:14:24.213Z Compiling term v1.2.1
17272026-07-20T19:14:24.226Z Compiling take_mut v0.2.2
17282026-07-20T19:14:24.286Z Compiling tar v0.4.46
17292026-07-20T19:14:24.347Z Compiling camino-tempfile v1.4.1
17302026-07-20T19:14:24.570Z Compiling slog-term v2.9.2
17312026-07-20T19:14:34.423Z Compiling rustls-webpki v0.103.13
17322026-07-20T19:14:37.115Z Compiling tokio-rustls v0.26.4
17332026-07-20T19:14:37.115Z Compiling rustls-platform-verifier v0.6.2
17342026-07-20T19:14:37.115Z Compiling tough v0.22.0
17352026-07-20T19:14:37.295Z Compiling hyper-rustls v0.27.7
17362026-07-20T19:14:37.498Z Compiling reqwest v0.13.2
17372026-07-20T19:14:39.788Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17382026-07-20T19:14:40.054Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17392026-07-20T19:14:42.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17402026-07-20T19:14:43.084Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17412026-07-20T19:14:43.198ZJul 20 19:14:41.592 INFO Starting download, target: MaghemiteMgd
17422026-07-20T19:14:43.198ZJul 20 19:14:41.593 INFO Starting download, target: Cockroach
17432026-07-20T19:14:43.198ZJul 20 19:14:41.593 INFO Starting download, target: Clickhouse
17442026-07-20T19:14:43.198ZJul 20 19:14:41.593 INFO Starting download, target: MaghemiteDdmd
17452026-07-20T19:14:43.198ZJul 20 19:14:41.593 INFO Starting download, target: DendriteStub
17462026-07-20T19:14:43.198ZJul 20 19:14:41.593 INFO Starting download, target: Console
17472026-07-20T19:14:43.198ZJul 20 19:14:41.593 INFO Starting download, target: TransceiverControl
17482026-07-20T19:14:43.199ZJul 20 19:14:41.593 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17492026-07-20T19:14:43.199ZJul 20 19:14:41.593 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17502026-07-20T19:14:43.199ZJul 20 19:14:41.593 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17512026-07-20T19:14:43.199ZJul 20 19:14:41.593 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17522026-07-20T19:14:43.199ZJul 20 19:14:41.593 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17532026-07-20T19:14:43.199ZJul 20 19:14:41.593 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17542026-07-20T19:14:43.199ZJul 20 19:14:41.593 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17552026-07-20T19:14:44.018ZJul 20 19:14:42.510 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17562026-07-20T19:14:44.242ZJul 20 19:14:42.720 INFO Download complete, target: TransceiverControl
17572026-07-20T19:14:44.909ZJul 20 19:14:43.390 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17582026-07-20T19:14:45.101ZJul 20 19:14:43.596 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17592026-07-20T19:14:45.188ZJul 20 19:14:43.695 INFO Download complete, target: Console
17602026-07-20T19:14:46.544ZJul 20 19:14:45.068 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17612026-07-20T19:14:47.013ZJul 20 19:14:45.537 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17622026-07-20T19:14:47.188ZJul 20 19:14:45.710 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17632026-07-20T19:14:47.552ZJul 20 19:14:46.076 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17642026-07-20T19:14:47.552ZJul 20 19:14:46.076 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17652026-07-20T19:14:48.487ZJul 20 19:14:47.003 INFO Download complete, target: MaghemiteDdmd
17662026-07-20T19:14:49.513ZJul 20 19:14:48.034 INFO Download complete, target: DendriteStub
17672026-07-20T19:14:49.796ZJul 20 19:14:48.295 INFO Download complete, target: MaghemiteMgd
17682026-07-20T19:14:51.911ZJul 20 19:14:50.430 INFO Checking that binary works, target: Clickhouse
17692026-07-20T19:14:52.033ZJul 20 19:14:50.558 INFO Download complete, target: Clickhouse
17702026-07-20T19:14:52.301ZJul 20 19:14:50.826 INFO Checking that binary works, target: Cockroach
17712026-07-20T19:14:52.413ZJul 20 19:14:50.937 INFO Download complete, target: Cockroach
17722026-07-20T19:14:52.430ZAll builder prerequisites installed successfully, and PATH looks valid
17732026-07-20T19:14:52.433Z
17742026-07-20T19:14:52.433Zreal 2:03.343480029
17752026-07-20T19:14:52.433Zuser 6:38.446806149
17762026-07-20T19:14:52.433Zsys 1:22.010423364
17772026-07-20T19:14:52.433Ztrap 0.226936348
17782026-07-20T19:14:52.433Ztflt 0.663006739
17792026-07-20T19:14:52.434Zdflt 0.786081695
17802026-07-20T19:14:52.434Zkflt 0.023716313
17812026-07-20T19:14:52.434Zlock 21:45.096300905
17822026-07-20T19:14:52.434Zslp 20:11.814207743
17832026-07-20T19:14:52.434Zlat 42.049505504
17842026-07-20T19:14:52.434Zstop 1:55.980183472
17852026-07-20T19:14:52.434Z+ banner hack-check
17862026-07-20T19:14:52.434Z
17872026-07-20T19:14:52.434Z # # ## #### # # #### # # ###### #### # #
17882026-07-20T19:14:52.434Z # # # # # # # # # # # # # # # # #
17892026-07-20T19:14:52.434Z ###### # # # #### ##### # ###### ##### # ####
17902026-07-20T19:14:52.434Z # # ###### # # # # # # # # # #
17912026-07-20T19:14:52.434Z # # # # # # # # # # # # # # # # #
17922026-07-20T19:14:52.434Z # # # # #### # # #### # # ###### #### # #
17932026-07-20T19:14:52.434Z
17942026-07-20T19:14:52.434Z+ export CARGO_INCREMENTAL=0
17952026-07-20T19:14:52.434Z+ CARGO_INCREMENTAL=0
17962026-07-20T19:14:52.434Z+ ptime -m timeout 2h cargo xtask check-features --ci
17972026-07-20T19:14:52.896Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17982026-07-20T19:14:53.234Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17992026-07-20T19:14:54.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
18002026-07-20T19:14:54.995Z Running `target/debug/xtask check-features --ci`
18012026-07-20T19:14:55.026Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18022026-07-20T19:14:55.030Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18032026-07-20T19:14:55.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18042026-07-20T19:14:55.462Z Running `target/debug/xtask download cargo-hack`
18052026-07-20T19:14:56.213Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18062026-07-20T19:14:56.541Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18072026-07-20T19:14:59.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
18082026-07-20T19:14:59.248Z Running `target/debug/xtask-downloader cargo-hack`
18092026-07-20T19:14:59.289ZJul 20 19:14:57.814 INFO Starting download, target: CargoHack
18102026-07-20T19:14:59.294ZJul 20 19:14:57.815 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18112026-07-20T19:14:59.505ZJul 20 19:14:58.029 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18122026-07-20T19:14:59.621ZJul 20 19:14:58.079 INFO Download complete, target: CargoHack
18132026-07-20T19:14:59.633Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18142026-07-20T19:14:59.633Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18152026-07-20T19:14:59.729Zinfo: running `cargo check --bins` on api_identity (1/301)
18162026-07-20T19:15:00.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-07-20T19:15:00.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-07-20T19:15:00.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-07-20T19:15:00.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18202026-07-20T19:15:00.252Z
18212026-07-20T19:15:00.252Zinfo: running `cargo check --bins` on bootstore (2/301)
18222026-07-20T19:15:00.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-07-20T19:15:00.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-07-20T19:15:00.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-07-20T19:15:00.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18262026-07-20T19:15:00.780Z
18272026-07-20T19:15:00.780Zinfo: running `cargo check --bins` on omicron-ledger (3/301)
18282026-07-20T19:15:01.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-07-20T19:15:01.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-07-20T19:15:01.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-07-20T19:15:01.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18322026-07-20T19:15:01.300Z
18332026-07-20T19:15:01.300Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301)
18342026-07-20T19:15:01.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-07-20T19:15:01.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-07-20T19:15:01.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-07-20T19:15:01.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18382026-07-20T19:15:01.862Z
18392026-07-20T19:15:01.862Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301)
18402026-07-20T19:15:02.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-07-20T19:15:02.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-07-20T19:15:02.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-07-20T19:15:02.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18442026-07-20T19:15:02.344Z
18452026-07-20T19:15:02.344Zinfo: running `cargo check --bins` on omicron-certificates (6/301)
18462026-07-20T19:15:02.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-07-20T19:15:02.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-07-20T19:15:02.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-07-20T19:15:02.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18502026-07-20T19:15:02.884Z
18512026-07-20T19:15:02.885Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/301)
18522026-07-20T19:15:03.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-07-20T19:15:03.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-07-20T19:15:03.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-07-20T19:15:03.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18562026-07-20T19:15:03.430Z
18572026-07-20T19:15:03.430Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301)
18582026-07-20T19:15:03.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-07-20T19:15:03.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-07-20T19:15:03.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-07-20T19:15:03.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18622026-07-20T19:15:03.975Z
18632026-07-20T19:15:03.975Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301)
18642026-07-20T19:15:04.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-07-20T19:15:04.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-07-20T19:15:04.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-07-20T19:15:04.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18682026-07-20T19:15:04.380Z
18692026-07-20T19:15:04.380Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301)
18702026-07-20T19:15:04.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-07-20T19:15:04.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-07-20T19:15:04.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-07-20T19:15:04.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18742026-07-20T19:15:04.792Z
18752026-07-20T19:15:04.792Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301)
18762026-07-20T19:15:05.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-07-20T19:15:05.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-07-20T19:15:05.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-07-20T19:15:05.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18802026-07-20T19:15:05.196Z
18812026-07-20T19:15:05.196Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301)
18822026-07-20T19:15:05.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-07-20T19:15:05.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-07-20T19:15:05.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-07-20T19:15:05.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18862026-07-20T19:15:05.603Z
18872026-07-20T19:15:05.603Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301)
18882026-07-20T19:15:05.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-07-20T19:15:05.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-07-20T19:15:05.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-07-20T19:15:05.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18922026-07-20T19:15:06.007Z
18932026-07-20T19:15:06.007Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301)
18942026-07-20T19:15:06.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-07-20T19:15:06.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-07-20T19:15:06.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-07-20T19:15:06.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18982026-07-20T19:15:06.414Z
18992026-07-20T19:15:06.414Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301)
19002026-07-20T19:15:06.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-07-20T19:15:06.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-07-20T19:15:06.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-07-20T19:15:06.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19042026-07-20T19:15:06.830Z
19052026-07-20T19:15:06.830Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301)
19062026-07-20T19:15:07.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-07-20T19:15:07.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-07-20T19:15:07.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-07-20T19:15:07.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19102026-07-20T19:15:07.283Z
19112026-07-20T19:15:07.283Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301)
19122026-07-20T19:15:07.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-07-20T19:15:07.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-07-20T19:15:07.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-07-20T19:15:07.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19162026-07-20T19:15:07.642Z
19172026-07-20T19:15:07.642Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301)
19182026-07-20T19:15:07.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-07-20T19:15:07.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-07-20T19:15:07.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-07-20T19:15:07.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19222026-07-20T19:15:08.051Z
19232026-07-20T19:15:08.051Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301)
19242026-07-20T19:15:08.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-07-20T19:15:08.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-07-20T19:15:08.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-07-20T19:15:08.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19282026-07-20T19:15:08.451Z
19292026-07-20T19:15:08.451Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301)
19302026-07-20T19:15:08.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-07-20T19:15:08.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-07-20T19:15:08.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-07-20T19:15:08.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19342026-07-20T19:15:08.870Z
19352026-07-20T19:15:08.870Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301)
19362026-07-20T19:15:09.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-07-20T19:15:09.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-07-20T19:15:09.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-07-20T19:15:09.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19402026-07-20T19:15:09.260Z
19412026-07-20T19:15:09.260Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301)
19422026-07-20T19:15:09.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-07-20T19:15:09.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-07-20T19:15:09.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-07-20T19:15:09.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19462026-07-20T19:15:09.670Z
19472026-07-20T19:15:09.670Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301)
19482026-07-20T19:15:10.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-07-20T19:15:10.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-07-20T19:15:10.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-07-20T19:15:10.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19522026-07-20T19:15:10.078Z
19532026-07-20T19:15:10.078Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301)
19542026-07-20T19:15:10.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-07-20T19:15:10.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-07-20T19:15:10.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-07-20T19:15:10.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19582026-07-20T19:15:10.485Z
19592026-07-20T19:15:10.485Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301)
19602026-07-20T19:15:10.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-07-20T19:15:10.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-07-20T19:15:10.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-07-20T19:15:10.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19642026-07-20T19:15:10.892Z
19652026-07-20T19:15:10.892Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301)
19662026-07-20T19:15:11.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-07-20T19:15:11.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-07-20T19:15:11.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-07-20T19:15:11.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19702026-07-20T19:15:11.340Z
19712026-07-20T19:15:11.340Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301)
19722026-07-20T19:15:11.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-07-20T19:15:11.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-07-20T19:15:11.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-07-20T19:15:11.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19762026-07-20T19:15:11.713Z
19772026-07-20T19:15:11.713Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301)
19782026-07-20T19:15:12.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-07-20T19:15:12.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-07-20T19:15:12.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-07-20T19:15:12.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19822026-07-20T19:15:12.117Z
19832026-07-20T19:15:12.117Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301)
19842026-07-20T19:15:12.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-07-20T19:15:12.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-07-20T19:15:12.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-07-20T19:15:12.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19882026-07-20T19:15:12.526Z
19892026-07-20T19:15:12.526Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301)
19902026-07-20T19:15:12.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-07-20T19:15:12.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-07-20T19:15:12.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-07-20T19:15:12.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19942026-07-20T19:15:12.932Z
19952026-07-20T19:15:12.932Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301)
19962026-07-20T19:15:13.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-07-20T19:15:13.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-07-20T19:15:13.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-07-20T19:15:13.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20002026-07-20T19:15:13.339Z
20012026-07-20T19:15:13.339Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301)
20022026-07-20T19:15:13.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-07-20T19:15:13.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-07-20T19:15:13.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-07-20T19:15:13.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20062026-07-20T19:15:13.744Z
20072026-07-20T19:15:13.745Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301)
20082026-07-20T19:15:14.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-07-20T19:15:14.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-07-20T19:15:14.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-07-20T19:15:14.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20122026-07-20T19:15:14.149Z
20132026-07-20T19:15:14.149Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301)
20142026-07-20T19:15:14.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-07-20T19:15:14.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-07-20T19:15:14.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-07-20T19:15:14.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20182026-07-20T19:15:14.558Z
20192026-07-20T19:15:14.558Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301)
20202026-07-20T19:15:14.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-07-20T19:15:14.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-07-20T19:15:14.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-07-20T19:15:14.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20242026-07-20T19:15:14.969Z
20252026-07-20T19:15:14.969Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301)
20262026-07-20T19:15:15.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-07-20T19:15:15.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-07-20T19:15:15.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-07-20T19:15:15.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20302026-07-20T19:15:15.375Z
20312026-07-20T19:15:15.375Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301)
20322026-07-20T19:15:15.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-07-20T19:15:15.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-07-20T19:15:15.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-07-20T19:15:15.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20362026-07-20T19:15:15.782Z
20372026-07-20T19:15:15.782Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301)
20382026-07-20T19:15:16.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-07-20T19:15:16.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-07-20T19:15:16.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-07-20T19:15:16.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20422026-07-20T19:15:16.189Z
20432026-07-20T19:15:16.189Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301)
20442026-07-20T19:15:16.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-07-20T19:15:16.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-07-20T19:15:16.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-07-20T19:15:16.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20482026-07-20T19:15:16.610Z
20492026-07-20T19:15:16.610Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301)
20502026-07-20T19:15:17.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-07-20T19:15:17.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-07-20T19:15:17.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-07-20T19:15:17.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20542026-07-20T19:15:17.090Z
20552026-07-20T19:15:17.090Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301)
20562026-07-20T19:15:17.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-07-20T19:15:17.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-07-20T19:15:17.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-07-20T19:15:17.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20602026-07-20T19:15:17.431Z
20612026-07-20T19:15:17.431Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301)
20622026-07-20T19:15:17.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-07-20T19:15:17.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-07-20T19:15:17.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-07-20T19:15:17.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20662026-07-20T19:15:17.841Z
20672026-07-20T19:15:17.841Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301)
20682026-07-20T19:15:18.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-07-20T19:15:18.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-07-20T19:15:18.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-07-20T19:15:18.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20722026-07-20T19:15:18.243Z
20732026-07-20T19:15:18.243Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301)
20742026-07-20T19:15:18.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-07-20T19:15:18.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-07-20T19:15:18.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-07-20T19:15:18.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20782026-07-20T19:15:18.651Z
20792026-07-20T19:15:18.651Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301)
20802026-07-20T19:15:19.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-07-20T19:15:19.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-07-20T19:15:19.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-07-20T19:15:19.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20842026-07-20T19:15:19.060Z
20852026-07-20T19:15:19.060Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301)
20862026-07-20T19:15:19.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-07-20T19:15:19.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-07-20T19:15:19.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-07-20T19:15:19.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20902026-07-20T19:15:19.491Z
20912026-07-20T19:15:19.491Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301)
20922026-07-20T19:15:19.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-07-20T19:15:19.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-07-20T19:15:19.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-07-20T19:15:19.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20962026-07-20T19:15:19.884Z
20972026-07-20T19:15:19.884Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301)
20982026-07-20T19:15:20.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-07-20T19:15:20.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-07-20T19:15:20.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-07-20T19:15:20.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21022026-07-20T19:15:20.290Z
21032026-07-20T19:15:20.290Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301)
21042026-07-20T19:15:20.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-07-20T19:15:20.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-07-20T19:15:20.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-07-20T19:15:20.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21082026-07-20T19:15:20.871Z
21092026-07-20T19:15:20.871Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301)
21102026-07-20T19:15:21.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-07-20T19:15:21.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-07-20T19:15:21.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-07-20T19:15:21.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21142026-07-20T19:15:21.451Z
21152026-07-20T19:15:21.452Zinfo: running `cargo check --bins` on nexus-config (51/301)
21162026-07-20T19:15:21.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-07-20T19:15:21.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-07-20T19:15:21.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-07-20T19:15:21.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21202026-07-20T19:15:22.032Z
21212026-07-20T19:15:22.032Zinfo: running `cargo check --bins` on nexus-types (52/301)
21222026-07-20T19:15:22.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-07-20T19:15:22.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-07-20T19:15:22.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-07-20T19:15:22.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21262026-07-20T19:15:22.610Z
21272026-07-20T19:15:22.610Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301)
21282026-07-20T19:15:23.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-07-20T19:15:23.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-07-20T19:15:23.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-07-20T19:15:23.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21322026-07-20T19:15:23.152Z
21332026-07-20T19:15:23.153Zinfo: running `cargo check --bins` on omicron-passwords (54/301)
21342026-07-20T19:15:23.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-07-20T19:15:23.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-07-20T19:15:23.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-07-20T19:15:23.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21382026-07-20T19:15:23.680Z
21392026-07-20T19:15:23.680Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/301)
21402026-07-20T19:15:24.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-07-20T19:15:24.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-07-20T19:15:24.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-07-20T19:15:24.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21442026-07-20T19:15:24.228Z
21452026-07-20T19:15:24.228Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301)
21462026-07-20T19:15:24.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-07-20T19:15:24.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-07-20T19:15:24.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-07-20T19:15:24.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21502026-07-20T19:15:24.780Z
21512026-07-20T19:15:24.780Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301)
21522026-07-20T19:15:25.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-07-20T19:15:25.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-07-20T19:15:25.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-07-20T19:15:25.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21562026-07-20T19:15:25.327Z
21572026-07-20T19:15:25.327Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301)
21582026-07-20T19:15:25.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-07-20T19:15:25.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-07-20T19:15:25.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-07-20T19:15:25.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21622026-07-20T19:15:25.874Z
21632026-07-20T19:15:25.874Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301)
21642026-07-20T19:15:26.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-07-20T19:15:26.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-07-20T19:15:26.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-07-20T19:15:26.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21682026-07-20T19:15:26.400Z
21692026-07-20T19:15:26.401Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301)
21702026-07-20T19:15:26.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-07-20T19:15:26.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-07-20T19:15:26.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-07-20T19:15:26.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21742026-07-20T19:15:26.925Z
21752026-07-20T19:15:26.925Zinfo: running `cargo check --bins --no-default-features` on gfss (61/301)
21762026-07-20T19:15:27.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-07-20T19:15:27.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-07-20T19:15:27.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-07-20T19:15:27.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21802026-07-20T19:15:27.449Z
21812026-07-20T19:15:27.449Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301)
21822026-07-20T19:15:27.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-07-20T19:15:27.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-07-20T19:15:27.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-07-20T19:15:27.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21862026-07-20T19:15:27.981Z
21872026-07-20T19:15:27.981Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/301)
21882026-07-20T19:15:28.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-07-20T19:15:28.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-07-20T19:15:28.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-07-20T19:15:28.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21922026-07-20T19:15:28.505Z
21932026-07-20T19:15:28.505Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/301)
21942026-07-20T19:15:28.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-07-20T19:15:28.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-07-20T19:15:28.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-07-20T19:15:28.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21982026-07-20T19:15:29.037Z
21992026-07-20T19:15:29.038Zinfo: running `cargo check --bins` on cockroach-admin-types (65/301)
22002026-07-20T19:15:29.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-07-20T19:15:29.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-07-20T19:15:29.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-07-20T19:15:29.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22042026-07-20T19:15:29.597Z
22052026-07-20T19:15:29.597Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/301)
22062026-07-20T19:15:29.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-07-20T19:15:30.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-07-20T19:15:30.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-07-20T19:15:30.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22102026-07-20T19:15:30.077Z
22112026-07-20T19:15:30.077Zinfo: running `cargo check --bins` on ereport-types (67/301)
22122026-07-20T19:15:30.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-07-20T19:15:30.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-07-20T19:15:30.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-07-20T19:15:30.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22162026-07-20T19:15:30.601Z
22172026-07-20T19:15:30.601Zinfo: running `cargo check --bins` on gateway-client (68/301)
22182026-07-20T19:15:31.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-07-20T19:15:31.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-07-20T19:15:31.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-07-20T19:15:31.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22222026-07-20T19:15:31.233Z
22232026-07-20T19:15:31.233Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/301)
22242026-07-20T19:15:31.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-07-20T19:15:31.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-07-20T19:15:31.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-07-20T19:15:31.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22282026-07-20T19:15:31.672Z
22292026-07-20T19:15:31.672Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301)
22302026-07-20T19:15:32.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-07-20T19:15:32.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-07-20T19:15:32.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-07-20T19:15:32.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22342026-07-20T19:15:32.202Z
22352026-07-20T19:15:32.202Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301)
22362026-07-20T19:15:32.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-07-20T19:15:32.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-07-20T19:15:32.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-07-20T19:15:32.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22402026-07-20T19:15:32.778Z
22412026-07-20T19:15:32.778Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301)
22422026-07-20T19:15:33.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-07-20T19:15:33.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-07-20T19:15:33.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-07-20T19:15:33.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22462026-07-20T19:15:33.274Z
22472026-07-20T19:15:33.274Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/301)
22482026-07-20T19:15:33.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-07-20T19:15:33.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-07-20T19:15:33.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-07-20T19:15:33.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22522026-07-20T19:15:33.835Z
22532026-07-20T19:15:33.835Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301)
22542026-07-20T19:15:34.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-07-20T19:15:34.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-07-20T19:15:34.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-07-20T19:15:34.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22582026-07-20T19:15:34.396Z
22592026-07-20T19:15:34.396Zinfo: running `cargo check --bins` on key-manager-types (75/301)
22602026-07-20T19:15:34.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-07-20T19:15:34.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-07-20T19:15:34.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-07-20T19:15:34.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22642026-07-20T19:15:34.934Z
22652026-07-20T19:15:34.935Zinfo: running `cargo check --bins` on oxlog (76/301)
22662026-07-20T19:15:35.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-07-20T19:15:35.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-07-20T19:15:35.486Z Checking cfg-if v1.0.4
22692026-07-20T19:15:35.496Z Checking libc v0.2.185
22702026-07-20T19:15:35.496Z Checking serde_core v1.0.228
22712026-07-20T19:15:35.594Z Checking memchr v2.8.0
22722026-07-20T19:15:35.599Z Checking zeroize v1.8.2
22732026-07-20T19:15:35.608Z Checking log v0.4.29
22742026-07-20T19:15:35.617Z Checking smallvec v1.15.1
22752026-07-20T19:15:35.628Z Checking subtle v2.6.1
22762026-07-20T19:15:35.640Z Checking itoa v1.0.17
22772026-07-20T19:15:35.744Z Checking scopeguard v1.2.0
22782026-07-20T19:15:35.767Z Checking stable_deref_trait v1.2.1
22792026-07-20T19:15:35.781Z Checking typenum v1.20.1
22802026-07-20T19:15:35.789Z Checking zerofrom v0.1.6
22812026-07-20T19:15:35.801Z Checking pin-project-lite v0.2.17
22822026-07-20T19:15:35.836Z Checking portable-atomic v1.13.1
22832026-07-20T19:15:35.857Z Checking lock_api v0.4.14
22842026-07-20T19:15:35.935Z Checking futures-core v0.3.32
22852026-07-20T19:15:35.967Z Checking yoke v0.8.1
22862026-07-20T19:15:35.986Z Checking critical-section v1.2.0
22872026-07-20T19:15:36.000Z Checking errno v0.3.14
22882026-07-20T19:15:36.020Z Checking getrandom v0.2.17
22892026-07-20T19:15:36.050Z Checking parking_lot_core v0.9.12
22902026-07-20T19:15:36.098Z Checking mio v1.2.0
22912026-07-20T19:15:36.193Z Checking zerovec v0.11.5
22922026-07-20T19:15:36.193Z Checking signal-hook-registry v1.4.8
22932026-07-20T19:15:36.232Z Checking rand_core v0.6.4
22942026-07-20T19:15:36.243Z Checking parking_lot v0.12.5
22952026-07-20T19:15:36.259Z Checking once_cell v1.21.3
22962026-07-20T19:15:36.259Z Checking zerocopy v0.8.40
22972026-07-20T19:15:36.335Z Checking zmij v1.0.21
22982026-07-20T19:15:36.346Z Checking const-oid v0.9.6
22992026-07-20T19:15:36.408Z Checking rand_core v0.10.0
23002026-07-20T19:15:36.422Z Checking libm v0.2.16
23012026-07-20T19:15:36.493Z Checking tinystr v0.8.2
23022026-07-20T19:15:36.528Z Checking writeable v0.6.2
23032026-07-20T19:15:36.544Z Checking percent-encoding v2.3.2
23042026-07-20T19:15:36.554Z Checking getrandom v0.4.1
23052026-07-20T19:15:36.666Z Checking litemap v0.8.1
23062026-07-20T19:15:36.683Z Checking generic-array v0.14.7
23072026-07-20T19:15:36.695Z Checking potential_utf v0.1.4
23082026-07-20T19:15:36.695Z Checking zerotrie v0.2.3
23092026-07-20T19:15:36.809Z Checking socket2 v0.6.3
23102026-07-20T19:15:36.833Z Checking icu_locale_core v2.1.1
23112026-07-20T19:15:36.932Z Checking equivalent v1.0.2
23122026-07-20T19:15:37.019Z Checking icu_collections v2.1.1
23132026-07-20T19:15:37.034Z Checking futures-sink v0.3.32
23142026-07-20T19:15:37.044Z Checking icu_properties_data v2.1.2
23152026-07-20T19:15:37.067Z Checking serde v1.0.228
23162026-07-20T19:15:37.111Z Checking bitflags v2.11.0
23172026-07-20T19:15:37.118Z Checking serde_json v1.0.150
23182026-07-20T19:15:37.158Z Checking num-traits v0.2.19
23192026-07-20T19:15:37.176Z Checking futures-channel v0.3.32
23202026-07-20T19:15:37.302Z Checking icu_normalizer_data v2.1.1
23212026-07-20T19:15:37.324Z Checking futures-io v0.3.32
23222026-07-20T19:15:37.367Z Checking futures-task v0.3.32
23232026-07-20T19:15:37.382Z Checking slab v0.4.12
23242026-07-20T19:15:37.394Z Checking icu_provider v2.1.1
23252026-07-20T19:15:37.423Z Checking hashbrown v0.17.0
23262026-07-20T19:15:37.489Z Checking bytes v1.11.1
23272026-07-20T19:15:37.502Z Checking block-buffer v0.10.4
23282026-07-20T19:15:37.524Z Checking futures-util v0.3.32
23292026-07-20T19:15:37.617Z Checking icu_properties v2.1.2
23302026-07-20T19:15:37.637Z Checking icu_normalizer v2.1.1
23312026-07-20T19:15:37.678Z Checking crypto-common v0.1.7
23322026-07-20T19:15:37.796Z Checking utf8_iter v1.0.4
23332026-07-20T19:15:37.809Z Checking digest v0.10.7
23342026-07-20T19:15:37.889Z Checking indexmap v2.14.0
23352026-07-20T19:15:37.907Z Checking tokio v1.52.1
23362026-07-20T19:15:37.922Z Checking form_urlencoded v1.2.2
23372026-07-20T19:15:37.946Z Checking getrandom v0.3.4
23382026-07-20T19:15:38.016Z Checking byteorder v1.5.0
23392026-07-20T19:15:38.048Z Checking fnv v1.0.7
23402026-07-20T19:15:38.090Z Checking rand_core v0.9.5
23412026-07-20T19:15:38.139Z Checking http v1.4.2
23422026-07-20T19:15:38.209Z Checking uuid v1.23.4
23432026-07-20T19:15:38.268Z Checking base64ct v1.8.3
23442026-07-20T19:15:38.435Z Checking idna_adapter v1.2.1
23452026-07-20T19:15:38.456Z Checking base64 v0.22.1
23462026-07-20T19:15:38.497Z Checking iana-time-zone v0.1.65
23472026-07-20T19:15:38.521Z Checking regex-syntax v0.8.10
23482026-07-20T19:15:38.553Z Checking idna v1.1.0
23492026-07-20T19:15:38.601Z Checking chrono v0.4.45
23502026-07-20T19:15:38.693Z Checking pem-rfc7468 v0.7.0
23512026-07-20T19:15:38.706Z Checking rustix v1.1.3
23522026-07-20T19:15:38.798Z Checking url v2.5.8
23532026-07-20T19:15:38.853Z Checking tracing-core v0.1.36
23542026-07-20T19:15:39.011Z Checking ppv-lite86 v0.2.21
23552026-07-20T19:15:39.164Z Checking flagset v0.4.7
23562026-07-20T19:15:39.230Z Checking tracing v0.1.44
23572026-07-20T19:15:39.286Z Checking der v0.7.10
23582026-07-20T19:15:39.299Z Checking rand_chacha v0.9.0
23592026-07-20T19:15:39.431Z Checking http-body v1.0.1
23602026-07-20T19:15:39.449Z Checking rustls-pki-types v1.14.0
23612026-07-20T19:15:39.463Z Checking openssl-probe v0.2.1
23622026-07-20T19:15:39.494Z Checking tinyvec_macros v0.1.1
23632026-07-20T19:15:39.536Z Checking cmov v0.5.4
23642026-07-20T19:15:39.557Z Checking tinyvec v1.10.0
23652026-07-20T19:15:39.571Z Checking rand v0.9.2
23662026-07-20T19:15:39.583Z Checking aws-lc-sys v0.40.0
23672026-07-20T19:15:39.722Z Checking ctutils v0.4.2
23682026-07-20T19:15:39.735Z Checking dyn-clone v1.0.20
23692026-07-20T19:15:39.829Z Checking untrusted v0.7.1
23702026-07-20T19:15:39.839Z Checking tower-service v0.3.3
23712026-07-20T19:15:39.862Z Checking try-lock v0.2.5
23722026-07-20T19:15:39.923Z Checking tower-layer v0.3.3
23732026-07-20T19:15:39.926Z Checking atomic-waker v1.1.2
23742026-07-20T19:15:39.945Z Checking hybrid-array v0.4.13
23752026-07-20T19:15:39.956Z Checking want v0.3.1
23762026-07-20T19:15:40.019Z Checking spki v0.7.3
23772026-07-20T19:15:40.032Z Checking ipnet v2.11.0
23782026-07-20T19:15:40.045Z Checking semver v1.0.28
23792026-07-20T19:15:40.069Z Checking httparse v1.10.1
23802026-07-20T19:15:40.069Z Checking aho-corasick v1.1.4
23812026-07-20T19:15:40.093Z Checking aws-lc-rs v1.16.3
23822026-07-20T19:15:40.180Z Checking cpufeatures v0.2.17
23832026-07-20T19:15:40.247Z Checking httpdate v1.0.3
23842026-07-20T19:15:40.258Z Checking plain v0.2.3
23852026-07-20T19:15:40.271Z Checking foreign-types-shared v0.1.1
23862026-07-20T19:15:40.283Z Checking fastrand v2.3.0
23872026-07-20T19:15:40.349Z Checking untrusted v0.9.0
23882026-07-20T19:15:40.361Z Checking utf8parse v0.2.2
23892026-07-20T19:15:40.386Z Checking foreign-types v0.3.2
23902026-07-20T19:15:40.453Z Checking schemars v0.8.22
23912026-07-20T19:15:40.456Z Checking tempfile v3.25.0
23922026-07-20T19:15:40.478Z Checking pkcs8 v0.10.2
23932026-07-20T19:15:40.490Z Checking unicode-normalization v0.1.25
23942026-07-20T19:15:40.628Z Checking openssl-sys v0.9.115
23952026-07-20T19:15:40.656Z Checking spin v0.9.8
23962026-07-20T19:15:40.703Z Checking anstyle v1.0.14
23972026-07-20T19:15:40.747Z Checking regex-automata v0.4.14
23982026-07-20T19:15:40.838Z Checking unicode-ident v1.0.24
23992026-07-20T19:15:40.887Z Checking ucd-trie v0.1.7
24002026-07-20T19:15:40.901Z Checking sha2 v0.10.9
24012026-07-20T19:15:40.915Z Checking rustls-webpki v0.103.13
24022026-07-20T19:15:40.943Z Checking proc-macro2 v1.0.106
24032026-07-20T19:15:40.999Z Checking openssl v0.10.79
24042026-07-20T19:15:41.016Z Checking pest v2.8.6
24052026-07-20T19:15:41.105Z Checking hmac v0.12.1
24062026-07-20T19:15:41.162Z Checking tokio-util v0.7.18
24072026-07-20T19:15:41.176Z Checking thiserror v2.0.18
24082026-07-20T19:15:41.236Z Checking sync_wrapper v1.0.2
24092026-07-20T19:15:41.254Z Checking wait-timeout v0.2.1
24102026-07-20T19:15:41.272Z Checking colorchoice v1.0.4
24112026-07-20T19:15:41.328Z Checking rustls v0.23.41
24122026-07-20T19:15:41.339Z Checking is_terminal_polyfill v1.70.2
24132026-07-20T19:15:41.368Z Checking siphasher v1.0.2
24142026-07-20T19:15:41.371Z Checking anstyle-query v1.1.5
24152026-07-20T19:15:41.424Z Checking pretty-hex v0.4.1
24162026-07-20T19:15:41.466Z Checking quick-error v1.2.3
24172026-07-20T19:15:41.522Z Checking simd-adler32 v0.3.8
24182026-07-20T19:15:41.539Z Checking bit-vec v0.8.0
24192026-07-20T19:15:41.563Z Checking powerfmt v0.2.0
24202026-07-20T19:15:41.689Z Checking rusty-fork v0.3.1
24212026-07-20T19:15:41.711Z Checking deranged v0.5.8
24222026-07-20T19:15:41.735Z Checking bit-set v0.8.0
24232026-07-20T19:15:41.764Z Checking h2 v0.4.15
24242026-07-20T19:15:41.862Z Checking tower v0.5.3
24252026-07-20T19:15:41.876Z Checking quote v1.0.45
24262026-07-20T19:15:42.044Z Compiling newtype-uuid v1.3.2
24272026-07-20T19:15:42.069Z Checking http-body-util v0.1.3
24282026-07-20T19:15:42.222Z Checking crossbeam-utils v0.8.21
24292026-07-20T19:15:42.242Z Checking rand_xorshift v0.4.0
24302026-07-20T19:15:42.289Z Checking crc32fast v1.5.0
24312026-07-20T19:15:42.365Z Checking scroll v0.13.0
24322026-07-20T19:15:42.430Z Checking allocator-api2 v0.2.21
24332026-07-20T19:15:42.563Z Checking num-conv v0.2.0
24342026-07-20T19:15:42.563Z Checking adler2 v2.0.1
24352026-07-20T19:15:42.589Z Checking time-core v0.1.8
24362026-07-20T19:15:42.616Z Checking unicode-bidi v0.3.18
24372026-07-20T19:15:42.681Z Checking unicode-properties v0.1.4
24382026-07-20T19:15:42.689Z Checking num_threads v0.1.7
24392026-07-20T19:15:42.703Z Checking iri-string v0.7.10
24402026-07-20T19:15:42.726Z Checking ryu v1.0.23
24412026-07-20T19:15:42.777Z Checking unarray v0.1.4
24422026-07-20T19:15:42.882Z Checking serde_urlencoded v0.7.1
24432026-07-20T19:15:42.886Z Checking time v0.3.47
24442026-07-20T19:15:42.886Z Checking proptest v1.10.0
24452026-07-20T19:15:42.922Z Checking stringprep v0.1.5
24462026-07-20T19:15:43.020Z Checking native-tls v0.2.18
24472026-07-20T19:15:43.077Z Checking miniz_oxide v0.8.9
24482026-07-20T19:15:43.089Z Checking goblin v0.10.5
24492026-07-20T19:15:43.202Z Checking tokio-native-tls v0.3.1
24502026-07-20T19:15:43.363Z Checking bstr v1.12.1
24512026-07-20T19:15:43.432Z Checking crossbeam-epoch v0.9.18
24522026-07-20T19:15:43.597Z Compiling daft v0.1.7
24532026-07-20T19:15:43.656Z Checking syn v2.0.117
24542026-07-20T19:15:43.752Z Checking tower-http v0.6.8
24552026-07-20T19:15:43.766Z Checking ipnetwork v0.21.1
24562026-07-20T19:15:43.877Z Checking crypto-common v0.2.2
24572026-07-20T19:15:43.978Z Checking block-buffer v0.12.1
24582026-07-20T19:15:44.020Z Checking block-padding v0.4.2
24592026-07-20T19:15:44.033Z Checking anstyle-parse v1.0.0
24602026-07-20T19:15:44.138Z Checking rustls-native-certs v0.8.3
24612026-07-20T19:15:44.156Z Checking rand_chacha v0.3.1
24622026-07-20T19:15:44.181Z Checking scroll v0.12.0
24632026-07-20T19:15:44.266Z Checking thiserror v1.0.69
24642026-07-20T19:15:44.360Z Checking hash32 v0.2.1
24652026-07-20T19:15:44.372Z Checking zstd-sys v2.0.16+zstd.1.5.7
24662026-07-20T19:15:44.410Z Checking signature v2.2.0
24672026-07-20T19:15:44.472Z Checking md-5 v0.10.6
24682026-07-20T19:15:44.485Z Checking num-integer v0.1.46
24692026-07-20T19:15:44.517Z Checking serde_spanned v0.6.9
24702026-07-20T19:15:44.535Z Checking toml_datetime v0.6.11
24712026-07-20T19:15:44.609Z Checking hex v0.4.3
24722026-07-20T19:15:44.613Z Checking hyper v1.10.1
24732026-07-20T19:15:44.685Z Checking encoding_rs v0.8.35
24742026-07-20T19:15:44.705Z Checking zlib-rs v0.6.2
24752026-07-20T19:15:44.719Z Checking psl-types v2.0.11
24762026-07-20T19:15:44.730Z Checking mime v0.3.17
24772026-07-20T19:15:44.827Z Checking fallible-iterator v0.2.0
24782026-07-20T19:15:44.839Z Checking publicsuffix v2.3.0
24792026-07-20T19:15:44.992Z Checking num-iter v0.1.45
24802026-07-20T19:15:45.054Z Checking heapless v0.7.17
24812026-07-20T19:15:45.096Z Checking postgres-protocol v0.6.10
24822026-07-20T19:15:45.108Z Checking zstd-safe v7.2.4
24832026-07-20T19:15:45.272Z Checking goblin v0.8.2
24842026-07-20T19:15:45.410Z Checking rand v0.8.6
24852026-07-20T19:15:45.424Z Checking dof v0.4.0
24862026-07-20T19:15:45.462Z Checking anstream v1.0.0
24872026-07-20T19:15:45.551Z Checking hyper-util v0.1.20
24882026-07-20T19:15:45.576Z Checking inout v0.2.2
24892026-07-20T19:15:45.580Z Checking flate2 v1.1.9
24902026-07-20T19:15:45.659Z Checking cookie v0.18.1
24912026-07-20T19:15:45.721Z Checking oxnet v0.1.6
24922026-07-20T19:15:45.874Z Compiling iddqd v0.4.2
24932026-07-20T19:15:45.888Z Checking tokio-rustls v0.26.4
24942026-07-20T19:15:45.914Z Checking dtrace-parser v0.3.0
24952026-07-20T19:15:45.933Z Checking phf_shared v0.13.1
24962026-07-20T19:15:45.977Z Checking lazy_static v1.5.0
24972026-07-20T19:15:46.052Z Checking anstyle-parse v0.2.7
24982026-07-20T19:15:46.065Z Checking zerocopy v0.7.35
24992026-07-20T19:15:46.109Z Checking pin-project v1.1.11
25002026-07-20T19:15:46.130Z Checking bzip2-sys v0.1.13+1.0.8
25012026-07-20T19:15:46.141Z Checking signal-hook v0.3.18
25022026-07-20T19:15:46.200Z Checking terminal_size v0.4.3
25032026-07-20T19:15:46.204Z Checking futures-executor v0.3.32
25042026-07-20T19:15:46.224Z Checking ff v0.13.1
25052026-07-20T19:15:46.312Z Checking thread-id v5.1.0
25062026-07-20T19:15:46.327Z Checking bitflags v1.3.2
25072026-07-20T19:15:46.347Z Checking foldhash v0.1.5
25082026-07-20T19:15:46.360Z Compiling rayon-core v1.13.0
25092026-07-20T19:15:46.389Z Checking either v1.15.0
25102026-07-20T19:15:46.400Z Checking bumpalo v3.20.2
25112026-07-20T19:15:46.479Z Checking base16ct v0.2.0
25122026-07-20T19:15:46.545Z Checking same-file v1.0.6
25132026-07-20T19:15:46.557Z Checking clap_lex v1.0.0
25142026-07-20T19:15:46.571Z Checking foldhash v0.2.0
25152026-07-20T19:15:46.596Z Checking strsim v0.11.1
25162026-07-20T19:15:46.608Z Checking winnow v0.5.40
25172026-07-20T19:15:46.658Z Checking libbz2-rs-sys v0.2.2
25182026-07-20T19:15:46.704Z Checking managed v0.8.0
25192026-07-20T19:15:46.722Z Checking hashbrown v0.16.1
25202026-07-20T19:15:46.753Z Checking clap_builder v4.6.0
25212026-07-20T19:15:46.806Z Checking hyper-tls v0.6.0
25222026-07-20T19:15:46.889Z Checking smoltcp v0.9.1
25232026-07-20T19:15:46.977Z Checking reqwest v0.12.28
25242026-07-20T19:15:47.085Z Checking bzip2 v0.6.1
25252026-07-20T19:15:47.134Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25262026-07-20T19:15:47.182Z Checking dof v0.3.0
25272026-07-20T19:15:47.210Z Checking hyper-rustls v0.27.7
25282026-07-20T19:15:47.227Z Checking walkdir v2.5.0
25292026-07-20T19:15:47.337Z Checking sec1 v0.7.3
25302026-07-20T19:15:47.383Z Checking zopfli v0.8.3
25312026-07-20T19:15:47.441Z Checking hashbrown v0.15.5
25322026-07-20T19:15:47.452Z Checking usdt-impl v0.6.0
25332026-07-20T19:15:47.476Z Checking futures v0.3.32
25342026-07-20T19:15:47.544Z Checking group v0.13.0
25352026-07-20T19:15:47.556Z Checking signal-hook-mio v0.2.5
25362026-07-20T19:15:47.658Z Checking bzip2 v0.4.4
25372026-07-20T19:15:47.686Z Checking snafu v0.8.9
25382026-07-20T19:15:47.709Z Checking anstream v0.6.21
25392026-07-20T19:15:47.721Z Checking phf v0.13.1
25402026-07-20T19:15:47.734Z Checking num-bigint-dig v0.8.6
25412026-07-20T19:15:47.746Z Checking toml_edit v0.19.15
25422026-07-20T19:15:47.878Z Checking cookie_store v0.22.1
25432026-07-20T19:15:47.914Z Checking cipher v0.5.2
25442026-07-20T19:15:47.918Z Checking postgres-types v0.2.12
25452026-07-20T19:15:47.937Z Checking zstd v0.13.3
25462026-07-20T19:15:48.002Z Checking ed25519 v2.2.3
25472026-07-20T19:15:48.062Z Checking dtrace-parser v0.2.0
25482026-07-20T19:15:48.120Z Checking rustls-platform-verifier v0.6.2
25492026-07-20T19:15:48.152Z Checking globset v0.4.18
25502026-07-20T19:15:48.185Z Checking crossbeam-deque v0.8.6
25512026-07-20T19:15:48.214Z Checking regex v1.12.3
25522026-07-20T19:15:48.238Z Checking phf_shared v0.11.3
25532026-07-20T19:15:48.257Z Checking hkdf v0.12.4
25542026-07-20T19:15:48.345Z Checking olpc-cjson v0.1.4
25552026-07-20T19:15:48.361Z Checking ref-cast v1.0.25
25562026-07-20T19:15:48.382Z Checking curve25519-dalek v4.1.3
25572026-07-20T19:15:48.397Z Checking strum v0.27.2
25582026-07-20T19:15:48.406Z Checking pkcs1 v0.7.5
25592026-07-20T19:15:48.430Z Checking hubpack v0.1.2
25602026-07-20T19:15:48.453Z Checking memoffset v0.9.1
25612026-07-20T19:15:48.489Z Checking rustix v0.38.44
25622026-07-20T19:15:48.502Z Checking pem v3.0.6
25632026-07-20T19:15:48.530Z Checking float-cmp v0.10.0
25642026-07-20T19:15:48.570Z Checking erased-serde v0.3.31
25652026-07-20T19:15:48.591Z Checking serde_plain v1.0.2
25662026-07-20T19:15:48.606Z Checking serde-big-array v0.5.1
25672026-07-20T19:15:48.649Z Checking crypto-bigint v0.5.5
25682026-07-20T19:15:48.650Z Checking thread-id v4.2.2
25692026-07-20T19:15:48.731Z Checking memmap2 v0.9.10
25702026-07-20T19:15:48.734Z Checking env_filter v1.0.0
25712026-07-20T19:15:48.755Z Checking keccak v0.1.6
25722026-07-20T19:15:48.811Z Checking const-oid v0.10.2
25732026-07-20T19:15:48.883Z Checking winnow v1.0.3
25742026-07-20T19:15:48.895Z Checking cpufeatures v0.3.0
25752026-07-20T19:15:48.913Z Checking precomputed-hash v0.1.1
25762026-07-20T19:15:48.951Z Checking whoami v2.1.0
25772026-07-20T19:15:48.964Z Checking typed-path v0.9.3
25782026-07-20T19:15:48.968Z Checking unicode-segmentation v1.12.0
25792026-07-20T19:15:48.991Z Checking normalize-line-endings v0.3.0
25802026-07-20T19:15:49.079Z Checking fixedbitset v0.4.2
25812026-07-20T19:15:49.140Z Checking data-encoding v2.10.0
25822026-07-20T19:15:49.153Z Checking fixedbitset v0.5.7
25832026-07-20T19:15:49.164Z Checking predicates-core v1.0.10
25842026-07-20T19:15:49.230Z Checking difflib v0.4.0
25852026-07-20T19:15:49.272Z Checking static_assertions v1.1.0
25862026-07-20T19:15:49.284Z Checking toml_write v0.1.2
25872026-07-20T19:15:49.295Z Checking winnow v0.7.14
25882026-07-20T19:15:49.339Z Checking new_debug_unreachable v1.0.6
25892026-07-20T19:15:49.354Z Checking jiff v0.2.21
25902026-07-20T19:15:49.398Z Checking predicates v3.1.4
25912026-07-20T19:15:49.410Z Checking hickory-proto v0.25.2
25922026-07-20T19:15:49.415Z Checking string_cache v0.8.9
25932026-07-20T19:15:49.443Z Checking petgraph v0.8.3
25942026-07-20T19:15:49.560Z Checking elliptic-curve v0.13.8
25952026-07-20T19:15:49.586Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25962026-07-20T19:15:49.698Z Checking crossterm v0.28.1
25972026-07-20T19:15:49.749Z Checking tough v0.22.0
25982026-07-20T19:15:49.864Z Checking similar v2.7.0
25992026-07-20T19:15:50.247Z Checking petgraph v0.6.5
26002026-07-20T19:15:50.390Z Checking toml_parser v1.1.2+spec-1.1.0
26012026-07-20T19:15:50.493Z Checking toml_edit v0.22.27
26022026-07-20T19:15:50.717Z Checking ed25519-dalek v2.2.0
26032026-07-20T19:15:50.949Z Checking tokio-postgres v0.7.16
26042026-07-20T19:15:51.019Z Checking chacha20 v0.10.0
26052026-07-20T19:15:51.272Z Checking digest v0.11.3
26062026-07-20T19:15:51.462Z Checking slog v2.8.2
26072026-07-20T19:15:51.494Z Checking sha3 v0.10.8
26082026-07-20T19:15:51.636Z Checking zip v4.6.1
26092026-07-20T19:15:51.659Z Checking usdt v0.6.0
26102026-07-20T19:15:51.699Z Checking env_logger v0.11.9
26112026-07-20T19:15:51.722Z Checking toml v0.7.8
26122026-07-20T19:15:51.739Z Checking usdt-impl v0.5.0
26132026-07-20T19:15:51.757Z Checking rsa v0.9.10
26142026-07-20T19:15:51.850Z Checking nix v0.31.2
26152026-07-20T19:15:52.030Z Checking reqwest v0.13.2
26162026-07-20T19:15:52.159Z Checking clap v4.6.1
26172026-07-20T19:15:52.180Z Checking zip v0.6.6
26182026-07-20T19:15:52.236Z Checking itertools v0.13.0
26192026-07-20T19:15:52.257Z Checking byte-wrapper v0.1.0
26202026-07-20T19:15:52.264Z Checking serde_with v3.21.0
26212026-07-20T19:15:52.347Z Checking strum v0.26.3
26222026-07-20T19:15:52.458Z Checking fs-err v3.3.0
26232026-07-20T19:15:52.469Z Checking ahash v0.8.12
26242026-07-20T19:15:52.495Z Checking object v0.37.3
26252026-07-20T19:15:52.663Z Checking tokio-stream v0.1.18
26262026-07-20T19:15:52.757Z Checking buf-list v1.1.2
26272026-07-20T19:15:52.800Z Checking camino v1.2.2
26282026-07-20T19:15:52.881Z Checking anyhow v1.0.102
26292026-07-20T19:15:52.997Z Checking x509-cert v0.2.5
26302026-07-20T19:15:53.056Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26312026-07-20T19:15:53.062Z Checking openapiv3 v2.2.0
26322026-07-20T19:15:53.083Z Checking peg-runtime v0.8.5
26332026-07-20T19:15:53.092Z Checking lalrpop-util v0.19.12
26342026-07-20T19:15:53.215Z Checking rayon v1.11.0
26352026-07-20T19:15:53.257Z Checking sigpipe v0.1.3
26362026-07-20T19:15:53.283Z Checking glob v0.3.3
26372026-07-20T19:15:54.752Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26382026-07-20T19:15:55.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.11s
26392026-07-20T19:15:55.179Z
26402026-07-20T19:15:55.179Zinfo: running `cargo check --bins` on internal-dns-types (77/301)
26412026-07-20T19:15:55.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-07-20T19:15:55.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-07-20T19:15:55.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-07-20T19:15:55.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26452026-07-20T19:15:55.726Z
26462026-07-20T19:15:55.726Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/301)
26472026-07-20T19:15:56.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-07-20T19:15:56.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-07-20T19:15:56.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-07-20T19:15:56.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26512026-07-20T19:15:56.269Z
26522026-07-20T19:15:56.269Zinfo: running `cargo check --bins` on nexus-types-versions (79/301)
26532026-07-20T19:15:56.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-07-20T19:15:56.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-07-20T19:15:56.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-07-20T19:15:56.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26572026-07-20T19:15:56.824Z
26582026-07-20T19:15:56.824Zinfo: running `cargo check --bins` on oxql-types (80/301)
26592026-07-20T19:15:57.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-07-20T19:15:57.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-07-20T19:15:57.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-07-20T19:15:57.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26632026-07-20T19:15:57.367Z
26642026-07-20T19:15:57.367Zinfo: running `cargo check --bins` on oximeter-types (81/301)
26652026-07-20T19:15:57.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-07-20T19:15:57.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-07-20T19:15:57.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-07-20T19:15:57.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26692026-07-20T19:15:57.911Z
26702026-07-20T19:15:57.911Zinfo: running `cargo check --bins` on oximeter-types-versions (82/301)
26712026-07-20T19:15:58.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-07-20T19:15:58.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-07-20T19:15:58.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742026-07-20T19:15:58.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26752026-07-20T19:15:58.448Z
26762026-07-20T19:15:58.448Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/301)
26772026-07-20T19:15:58.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782026-07-20T19:15:58.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792026-07-20T19:15:58.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802026-07-20T19:15:58.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26812026-07-20T19:15:58.962Z
26822026-07-20T19:15:58.962Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/301)
26832026-07-20T19:15:59.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842026-07-20T19:15:59.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852026-07-20T19:15:59.597Z Compiling structmeta-derive v0.3.0
26862026-07-20T19:15:59.714Z Compiling multer v3.1.0
26872026-07-20T19:15:59.725Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26882026-07-20T19:15:59.728Z Compiling async-stream-impl v0.3.6
26892026-07-20T19:15:59.744Z Compiling dropshot v0.17.1
26902026-07-20T19:15:59.759Z Compiling dropshot_endpoint v0.17.1
26912026-07-20T19:15:59.764Z Compiling newtype-uuid-macros v0.1.0
26922026-07-20T19:15:59.785Z Checking newtype-uuid v1.3.2
26932026-07-20T19:15:59.955Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26942026-07-20T19:15:59.976Z Checking daft v0.1.7
26952026-07-20T19:15:59.999Z Checking thread_local v1.1.9
26962026-07-20T19:16:00.112Z Checking compression-core v0.4.31
26972026-07-20T19:16:00.200Z Checking match_cfg v0.1.0
26982026-07-20T19:16:00.214Z Checking iddqd v0.4.2
26992026-07-20T19:16:00.237Z Checking compression-codecs v0.4.37
27002026-07-20T19:16:00.268Z Checking hostname v0.3.1
27012026-07-20T19:16:00.317Z Checking crossbeam-channel v0.5.15
27022026-07-20T19:16:00.358Z Checking atomicwrites v0.4.4
27032026-07-20T19:16:00.373Z Checking slog-json v2.6.1
27042026-07-20T19:16:00.402Z Checking is-terminal v0.4.17
27052026-07-20T19:16:00.484Z Checking serde_spanned v1.1.1
27062026-07-20T19:16:00.497Z Checking toml_datetime v1.1.1+spec-1.1.0
27072026-07-20T19:16:00.522Z Checking take_mut v0.2.2
27082026-07-20T19:16:00.534Z Checking debug-ignore v1.0.5
27092026-07-20T19:16:00.611Z Checking term v1.2.1
27102026-07-20T19:16:00.624Z Checking toml_writer v1.1.1+spec-1.1.0
27112026-07-20T19:16:00.637Z Checking slog-bunyan v2.5.0
27122026-07-20T19:16:00.653Z Checking slog-async v2.8.0
27132026-07-20T19:16:00.691Z Checking async-compression v0.4.41
27142026-07-20T19:16:00.743Z Checking async-stream v0.3.6
27152026-07-20T19:16:00.788Z Compiling structmeta v0.3.0
27162026-07-20T19:16:00.801Z Checking toml v1.1.2+spec-1.1.0
27172026-07-20T19:16:00.822Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27182026-07-20T19:16:00.835Z Checking slog-term v2.9.2
27192026-07-20T19:16:00.865Z Checking progenitor-client v0.14.0
27202026-07-20T19:16:00.926Z Checking sha1 v0.11.0
27212026-07-20T19:16:00.998Z Compiling derive-ex v0.1.8
27222026-07-20T19:16:01.089Z Compiling parse-display-derive v0.10.0
27232026-07-20T19:16:01.095Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27242026-07-20T19:16:01.114Z Checking waitgroup v0.1.2
27252026-07-20T19:16:01.127Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27262026-07-20T19:16:01.154Z Checking rustls-pemfile v2.2.0
27272026-07-20T19:16:01.197Z Checking backon v1.6.0
27282026-07-20T19:16:01.211Z Checking serde_path_to_error v0.1.20
27292026-07-20T19:16:01.234Z Checking hostname v0.4.2
27302026-07-20T19:16:01.292Z Checking instant v0.1.13
27312026-07-20T19:16:01.374Z Checking backoff v0.4.0
27322026-07-20T19:16:01.377Z Checking progenitor-extras v0.2.0
27332026-07-20T19:16:01.488Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27342026-07-20T19:16:01.552Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27352026-07-20T19:16:01.556Z Checking itertools v0.14.0
27362026-07-20T19:16:01.598Z Checking regress v0.10.5
27372026-07-20T19:16:01.752Z Checking macaddr v1.0.1
27382026-07-20T19:16:01.916Z Checking humantime v2.3.0
27392026-07-20T19:16:02.697Z Compiling test-strategy v0.4.5
27402026-07-20T19:16:02.756Z Checking parse-display v0.10.0
27412026-07-20T19:16:03.153Z Compiling prettyplease v0.2.37
27422026-07-20T19:16:03.493Z Checking num-rational v0.4.2
27432026-07-20T19:16:03.676Z Checking num-complex v0.4.6
27442026-07-20T19:16:04.158Z Compiling num v0.4.3
27452026-07-20T19:16:04.220Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27462026-07-20T19:16:04.234Z Compiling usdt-attr-macro v0.5.0
27472026-07-20T19:16:04.265Z Compiling usdt-macro v0.5.0
27482026-07-20T19:16:04.353Z Checking memmap v0.7.0
27492026-07-20T19:16:04.489Z Checking float-ord v0.3.2
27502026-07-20T19:16:04.584Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27512026-07-20T19:16:04.714Z Compiling convert_case v0.4.0
27522026-07-20T19:16:04.765Z Checking unicode-width v0.2.0
27532026-07-20T19:16:04.997Z Checking newline-converter v0.3.0
27542026-07-20T19:16:05.028Z Checking console v0.15.11
27552026-07-20T19:16:05.041Z Checking usdt v0.5.0
27562026-07-20T19:16:05.097Z Compiling derive_more v0.99.20
27572026-07-20T19:16:05.110Z Compiling toml v0.8.23
27582026-07-20T19:16:05.205Z Compiling minimal-lexical v0.2.1
27592026-07-20T19:16:05.305Z Checking linked-hash-map v0.5.6
27602026-07-20T19:16:05.461Z Compiling nom v7.1.3
27612026-07-20T19:16:05.479Z Checking lru-cache v0.1.2
27622026-07-20T19:16:05.600Z Checking expectorate v1.2.0
27632026-07-20T19:16:05.921Z Checking camino-tempfile v1.4.1
27642026-07-20T19:16:06.062Z Checking hickory-proto v0.24.4
27652026-07-20T19:16:06.083Z Checking phf_shared v0.12.1
27662026-07-20T19:16:06.224Z Compiling slog-dtrace v0.3.0
27672026-07-20T19:16:06.237Z Checking heck v0.5.0
27682026-07-20T19:16:06.432Z Compiling unicode-xid v0.2.6
27692026-07-20T19:16:06.561Z Compiling chrono-tz v0.10.4
27702026-07-20T19:16:06.668Z Checking resolv-conf v0.7.6
27712026-07-20T19:16:06.774Z Compiling const_format_proc_macros v0.2.34
27722026-07-20T19:16:06.808Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27732026-07-20T19:16:06.904Z Checking phf v0.12.1
27742026-07-20T19:16:07.052Z Checking tokio-dtrace v0.1.1
27752026-07-20T19:16:07.237Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27762026-07-20T19:16:07.312Z Compiling derive-where v1.6.0
27772026-07-20T19:16:07.607Z Checking highway v1.3.0
27782026-07-20T19:16:07.710Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27792026-07-20T19:16:07.777Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27802026-07-20T19:16:07.854Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27812026-07-20T19:16:07.909Z Checking hickory-resolver v0.24.4
27822026-07-20T19:16:08.414Z Checking const_format v0.2.35
27832026-07-20T19:16:08.667Z Checking oxide-tokio-rt v0.1.4
27842026-07-20T19:16:08.728Z Checking qorb v0.4.1
27852026-07-20T19:16:08.957Z Checking gethostname v0.5.0
27862026-07-20T19:16:09.019Z Checking bcs v0.1.6
27872026-07-20T19:16:09.047Z Checking termtree v0.5.1
27882026-07-20T19:16:09.267Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27892026-07-20T19:16:09.373Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27902026-07-20T19:16:09.499Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27912026-07-20T19:16:09.503Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27922026-07-20T19:16:12.428Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27932026-07-20T19:16:14.845Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27942026-07-20T19:16:16.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.98s
27952026-07-20T19:16:17.110Z
27962026-07-20T19:16:17.110Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301)
27972026-07-20T19:16:17.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-07-20T19:16:17.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-07-20T19:16:17.736Z Compiling ar_archive_writer v0.5.1
28002026-07-20T19:16:17.848Z Compiling stacker v0.1.23
28012026-07-20T19:16:17.848Z Compiling cfg_aliases v0.1.1
28022026-07-20T19:16:17.848Z Compiling convert_case v0.10.0
28032026-07-20T19:16:17.848Z Checking unicode-width v0.1.14
28042026-07-20T19:16:17.848Z Compiling proc-macro-error v1.0.4
28052026-07-20T19:16:17.855Z Checking fd-lock v4.0.4
28062026-07-20T19:16:17.855Z Checking nibble_vec v0.1.0
28072026-07-20T19:16:17.931Z Compiling nix v0.28.0
28082026-07-20T19:16:18.012Z Compiling recursive-proc-macro-impl v0.1.1
28092026-07-20T19:16:18.032Z Checking vte v0.14.1
28102026-07-20T19:16:18.114Z Checking bytecount v0.6.9
28112026-07-20T19:16:18.145Z Checking endian-type v0.1.2
28122026-07-20T19:16:18.173Z Compiling tabled_derive v0.7.0
28132026-07-20T19:16:18.186Z Checking strip-ansi-escapes v0.2.1
28142026-07-20T19:16:18.196Z Compiling derive_more-impl v2.1.1
28152026-07-20T19:16:18.211Z Checking papergrid v0.11.0
28162026-07-20T19:16:18.268Z Checking radix_trie v0.2.1
28172026-07-20T19:16:18.291Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-07-20T19:16:18.424Z Compiling peg-macros v0.8.5
28192026-07-20T19:16:18.476Z Compiling sqlparser_derive v0.5.0
28202026-07-20T19:16:18.675Z Compiling psm v0.1.30
28212026-07-20T19:16:18.842Z Checking winnow v0.6.26
28222026-07-20T19:16:18.846Z Checking nu-ansi-term v0.50.3
28232026-07-20T19:16:19.013Z Checking derive_more v2.1.1
28242026-07-20T19:16:19.034Z Checking unicode_categories v0.1.1
28252026-07-20T19:16:19.087Z Checking home v0.5.12
28262026-07-20T19:16:19.157Z Checking tabled v0.15.0
28272026-07-20T19:16:19.199Z Checking crossterm v0.29.0
28282026-07-20T19:16:19.212Z Checking reedline v0.40.0
28292026-07-20T19:16:19.248Z Checking rustyline v14.0.0
28302026-07-20T19:16:19.288Z Checking display-error-chain v0.2.2
28312026-07-20T19:16:19.455Z Checking recursive v0.1.1
28322026-07-20T19:16:19.548Z Checking sqlparser v0.61.0
28332026-07-20T19:16:19.741Z Checking peg v0.8.5
28342026-07-20T19:16:19.912Z Checking sqlformat v0.3.5
28352026-07-20T19:16:30.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s
28362026-07-20T19:16:31.013Z
28372026-07-20T19:16:31.013Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301)
28382026-07-20T19:16:31.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-07-20T19:16:31.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-07-20T19:16:31.639Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-07-20T19:16:35.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28422026-07-20T19:16:35.297Z
28432026-07-20T19:16:35.297Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301)
28442026-07-20T19:16:35.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-07-20T19:16:35.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-07-20T19:16:35.925Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-07-20T19:16:38.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28482026-07-20T19:16:38.556Z
28492026-07-20T19:16:38.556Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301)
28502026-07-20T19:16:39.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-07-20T19:16:39.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-07-20T19:16:39.171Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-07-20T19:16:42.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28542026-07-20T19:16:42.590Z
28552026-07-20T19:16:42.591Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301)
28562026-07-20T19:16:43.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-07-20T19:16:43.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-07-20T19:16:43.222Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-07-20T19:16:46.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
28602026-07-20T19:16:46.736Z
28612026-07-20T19:16:46.736Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301)
28622026-07-20T19:16:47.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-07-20T19:16:47.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-07-20T19:16:47.356Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-07-20T19:16:49.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28662026-07-20T19:16:50.120Z
28672026-07-20T19:16:50.120Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301)
28682026-07-20T19:16:50.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-07-20T19:16:50.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-07-20T19:16:50.744Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-07-20T19:16:53.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28722026-07-20T19:16:53.548Z
28732026-07-20T19:16:53.548Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301)
28742026-07-20T19:16:54.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-07-20T19:16:54.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-07-20T19:16:54.173Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28772026-07-20T19:16:57.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28782026-07-20T19:16:57.781Z
28792026-07-20T19:16:57.781Zinfo: running `cargo check --bins` on oximeter (93/301)
28802026-07-20T19:16:58.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-07-20T19:16:58.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-07-20T19:16:58.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-07-20T19:16:58.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28842026-07-20T19:16:58.328Z
28852026-07-20T19:16:58.328Zinfo: running `cargo check --bins` on oximeter-schema (94/301)
28862026-07-20T19:16:58.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-07-20T19:16:58.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-07-20T19:16:58.912Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28892026-07-20T19:16:59.072Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28902026-07-20T19:16:59.076Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28912026-07-20T19:16:59.425Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28922026-07-20T19:17:01.976Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28932026-07-20T19:17:03.186Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28942026-07-20T19:17:03.453Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28952026-07-20T19:17:04.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s
28962026-07-20T19:17:04.211Z
28972026-07-20T19:17:04.212Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/301)
28982026-07-20T19:17:04.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-07-20T19:17:04.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-07-20T19:17:04.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-07-20T19:17:04.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29022026-07-20T19:17:04.748Z
29032026-07-20T19:17:04.748Zinfo: running `cargo check --bins` on oximeter-test-utils (96/301)
29042026-07-20T19:17:05.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-07-20T19:17:05.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-07-20T19:17:05.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-07-20T19:17:05.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29082026-07-20T19:17:05.319Z
29092026-07-20T19:17:05.319Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301)
29102026-07-20T19:17:05.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-07-20T19:17:05.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-07-20T19:17:05.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-07-20T19:17:05.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29142026-07-20T19:17:05.861Z
29152026-07-20T19:17:05.861Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301)
29162026-07-20T19:17:06.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-07-20T19:17:06.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-07-20T19:17:06.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-07-20T19:17:06.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29202026-07-20T19:17:06.404Z
29212026-07-20T19:17:06.404Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301)
29222026-07-20T19:17:06.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-07-20T19:17:06.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-07-20T19:17:06.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-07-20T19:17:06.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29262026-07-20T19:17:06.946Z
29272026-07-20T19:17:06.946Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301)
29282026-07-20T19:17:07.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-07-20T19:17:07.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-07-20T19:17:07.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-07-20T19:17:07.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29322026-07-20T19:17:07.489Z
29332026-07-20T19:17:07.489Zinfo: running `cargo check --bins` on trust-quorum-types (101/301)
29342026-07-20T19:17:07.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-07-20T19:17:07.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-07-20T19:17:07.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-07-20T19:17:07.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29382026-07-20T19:17:08.014Z
29392026-07-20T19:17:08.014Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/301)
29402026-07-20T19:17:08.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-07-20T19:17:08.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-07-20T19:17:08.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-07-20T19:17:08.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29442026-07-20T19:17:08.553Z
29452026-07-20T19:17:08.553Zinfo: running `cargo check --bins` on update-engine (103/301)
29462026-07-20T19:17:08.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-07-20T19:17:08.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-07-20T19:17:08.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-07-20T19:17:09.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29502026-07-20T19:17:09.077Z
29512026-07-20T19:17:09.077Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/301)
29522026-07-20T19:17:09.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-07-20T19:17:09.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-07-20T19:17:09.745Z Compiling darling_core v0.21.3
29552026-07-20T19:17:09.861Z Compiling crucible-workspace-hack v0.1.0
29562026-07-20T19:17:09.870Z Checking secrecy v0.10.3
29572026-07-20T19:17:09.873Z Compiling toml_datetime v0.7.5+spec-1.1.0
29582026-07-20T19:17:09.879Z Compiling heapless v0.8.0
29592026-07-20T19:17:09.896Z Checking hash32 v0.3.1
29602026-07-20T19:17:09.899Z Checking inout v0.1.4
29612026-07-20T19:17:09.918Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29622026-07-20T19:17:09.970Z Compiling smoltcp v0.11.0
29632026-07-20T19:17:10.020Z Compiling toml_edit v0.23.10+spec-1.0.0
29642026-07-20T19:17:10.020Z Checking cipher v0.4.4
29652026-07-20T19:17:10.109Z Checking cobs v0.3.0
29662026-07-20T19:17:10.139Z Checking universal-hash v0.5.1
29672026-07-20T19:17:10.154Z Compiling thiserror-impl-no-std v2.0.2
29682026-07-20T19:17:10.223Z Checking half v2.7.1
29692026-07-20T19:17:10.251Z Checking opaque-debug v0.3.1
29702026-07-20T19:17:10.264Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29712026-07-20T19:17:10.395Z Checking ciborium-io v0.2.2
29722026-07-20T19:17:10.407Z Checking poly1305 v0.8.0
29732026-07-20T19:17:10.412Z Checking postcard v1.1.3
29742026-07-20T19:17:10.469Z Checking chacha20 v0.9.1
29752026-07-20T19:17:10.482Z Checking ciborium-ll v0.2.2
29762026-07-20T19:17:10.618Z Compiling proc-macro-crate v3.4.0
29772026-07-20T19:17:10.653Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29782026-07-20T19:17:10.667Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29792026-07-20T19:17:10.691Z Checking password-hash v0.5.0
29802026-07-20T19:17:10.940Z Checking blake2 v0.10.6
29812026-07-20T19:17:10.966Z Compiling proc-macro-crate v1.3.1
29822026-07-20T19:17:11.053Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29832026-07-20T19:17:11.057Z Checking aead v0.5.2
29842026-07-20T19:17:11.169Z Compiling num_enum_derive v0.7.6
29852026-07-20T19:17:11.182Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29862026-07-20T19:17:11.196Z Compiling foreign-types-macros v0.2.3
29872026-07-20T19:17:11.298Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29882026-07-20T19:17:11.329Z Checking thiserror-no-std v2.0.2
29892026-07-20T19:17:11.377Z Checking foreign-types-shared v0.3.1
29902026-07-20T19:17:11.391Z Compiling num_enum_derive v0.5.11
29912026-07-20T19:17:11.417Z Checking vsss-rs v3.3.4
29922026-07-20T19:17:11.467Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29932026-07-20T19:17:11.552Z Checking chacha20poly1305 v0.10.1
29942026-07-20T19:17:11.678Z Checking argon2 v0.5.3
29952026-07-20T19:17:11.797Z Checking foreign-types v0.5.0
29962026-07-20T19:17:11.875Z Checking ciborium v0.2.2
29972026-07-20T19:17:12.016Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29982026-07-20T19:17:12.111Z Checking tabwriter v1.4.1
29992026-07-20T19:17:12.219Z Checking num_enum v0.7.6
30002026-07-20T19:17:12.258Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-07-20T19:17:12.301Z Checking cstr-argument v0.1.2
30022026-07-20T19:17:12.304Z Compiling darling_macro v0.21.3
30032026-07-20T19:17:12.329Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30042026-07-20T19:17:12.341Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30052026-07-20T19:17:12.420Z Checking num_enum v0.5.11
30062026-07-20T19:17:12.420Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30072026-07-20T19:17:12.529Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30082026-07-20T19:17:12.532Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30092026-07-20T19:17:12.570Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30102026-07-20T19:17:12.599Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30112026-07-20T19:17:12.689Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30122026-07-20T19:17:12.711Z Checking rand v0.10.1
30132026-07-20T19:17:12.785Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30142026-07-20T19:17:12.799Z Checking colored v3.1.1
30152026-07-20T19:17:12.802Z Checking indent_write v2.2.0
30162026-07-20T19:17:12.825Z Compiling darling v0.21.3
30172026-07-20T19:17:12.939Z Compiling zone_cfg_derive v0.3.1
30182026-07-20T19:17:12.953Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30192026-07-20T19:17:12.956Z Compiling ingot-macros v0.1.1
30202026-07-20T19:17:13.033Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30212026-07-20T19:17:13.048Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30222026-07-20T19:17:13.133Z Checking itertools v0.12.1
30232026-07-20T19:17:13.201Z Compiling num-derive v0.4.2
30242026-07-20T19:17:13.215Z Checking swrite v0.1.0
30252026-07-20T19:17:13.242Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30262026-07-20T19:17:13.345Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30272026-07-20T19:17:13.463Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30282026-07-20T19:17:13.592Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30292026-07-20T19:17:13.620Z Checking dropshot-api-manager-types v0.7.2
30302026-07-20T19:17:13.633Z Checking smf v0.2.3
30312026-07-20T19:17:13.690Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30322026-07-20T19:17:13.705Z Checking nanorand v0.7.0
30332026-07-20T19:17:13.790Z Checking whoami v1.6.1
30342026-07-20T19:17:13.864Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30352026-07-20T19:17:13.908Z Checking flume v0.11.1
30362026-07-20T19:17:14.143Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30372026-07-20T19:17:14.176Z Checking zone v0.3.1
30382026-07-20T19:17:15.142Z Checking ingot-types v0.1.2
30392026-07-20T19:17:15.453Z Checking ingot v0.1.1
30402026-07-20T19:17:16.838Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30412026-07-20T19:17:17.774Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30422026-07-20T19:17:18.672Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30432026-07-20T19:17:20.108Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30442026-07-20T19:17:22.192Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30452026-07-20T19:17:23.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.21s
30462026-07-20T19:17:23.471Z
30472026-07-20T19:17:23.471Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/301)
30482026-07-20T19:17:23.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-07-20T19:17:23.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-07-20T19:17:23.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-07-20T19:17:23.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30522026-07-20T19:17:24.008Z
30532026-07-20T19:17:24.008Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/301)
30542026-07-20T19:17:24.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-07-20T19:17:24.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-07-20T19:17:24.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-07-20T19:17:24.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30582026-07-20T19:17:24.550Z
30592026-07-20T19:17:24.550Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/301)
30602026-07-20T19:17:25.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-07-20T19:17:25.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-07-20T19:17:25.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-07-20T19:17:25.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30642026-07-20T19:17:25.096Z
30652026-07-20T19:17:25.096Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/301)
30662026-07-20T19:17:25.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-07-20T19:17:25.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-07-20T19:17:25.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-07-20T19:17:25.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30702026-07-20T19:17:25.642Z
30712026-07-20T19:17:25.642Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/301)
30722026-07-20T19:17:26.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-07-20T19:17:26.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-07-20T19:17:26.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-07-20T19:17:26.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30762026-07-20T19:17:26.188Z
30772026-07-20T19:17:26.188Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/301)
30782026-07-20T19:17:26.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-07-20T19:17:26.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-07-20T19:17:26.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-07-20T19:17:26.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30822026-07-20T19:17:26.736Z
30832026-07-20T19:17:26.736Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/301)
30842026-07-20T19:17:27.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-07-20T19:17:27.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-07-20T19:17:27.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-07-20T19:17:27.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30882026-07-20T19:17:27.281Z
30892026-07-20T19:17:27.281Zinfo: running `cargo check --bins` on cockroach-admin-client (112/301)
30902026-07-20T19:17:27.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-07-20T19:17:27.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-07-20T19:17:27.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-07-20T19:17:27.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30942026-07-20T19:17:27.812Z
30952026-07-20T19:17:27.812Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/301)
30962026-07-20T19:17:28.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-07-20T19:17:28.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-07-20T19:17:28.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-07-20T19:17:28.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31002026-07-20T19:17:28.353Z
31012026-07-20T19:17:28.353Zinfo: running `cargo check --bins` on dns-service-client (114/301)
31022026-07-20T19:17:28.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-07-20T19:17:28.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-07-20T19:17:28.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-07-20T19:17:28.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31062026-07-20T19:17:28.896Z
31072026-07-20T19:17:28.896Zinfo: running `cargo check --bins` on installinator-client (115/301)
31082026-07-20T19:17:29.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-07-20T19:17:29.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-07-20T19:17:29.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-07-20T19:17:29.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31122026-07-20T19:17:29.436Z
31132026-07-20T19:17:29.436Zinfo: running `cargo check --bins` on nexus-client (116/301)
31142026-07-20T19:17:29.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-07-20T19:17:29.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-07-20T19:17:29.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-07-20T19:17:29.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31182026-07-20T19:17:30.010Z
31192026-07-20T19:17:30.010Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/301)
31202026-07-20T19:17:30.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-07-20T19:17:30.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-07-20T19:17:30.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-07-20T19:17:30.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31242026-07-20T19:17:30.593Z
31252026-07-20T19:17:30.593Zinfo: running `cargo check --bins` on ntp-admin-client (118/301)
31262026-07-20T19:17:31.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-07-20T19:17:31.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-07-20T19:17:31.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-07-20T19:17:31.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31302026-07-20T19:17:31.121Z
31312026-07-20T19:17:31.121Zinfo: running `cargo check --bins` on oxide-client (119/301)
31322026-07-20T19:17:31.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-07-20T19:17:31.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-07-20T19:17:31.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-07-20T19:17:31.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31362026-07-20T19:17:31.656Z
31372026-07-20T19:17:31.656Zinfo: running `cargo check --bins` on oximeter-client (120/301)
31382026-07-20T19:17:32.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-07-20T19:17:32.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-07-20T19:17:32.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-07-20T19:17:32.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31422026-07-20T19:17:32.199Z
31432026-07-20T19:17:32.199Zinfo: running `cargo check --bins` on repo-depot-client (121/301)
31442026-07-20T19:17:32.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-07-20T19:17:32.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-07-20T19:17:32.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-07-20T19:17:32.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31482026-07-20T19:17:32.727Z
31492026-07-20T19:17:32.727Zinfo: running `cargo check --bins` on sled-agent-client (122/301)
31502026-07-20T19:17:33.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-07-20T19:17:33.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-07-20T19:17:33.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-07-20T19:17:33.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31542026-07-20T19:17:33.275Z
31552026-07-20T19:17:33.275Zinfo: running `cargo check --bins` on wicketd-client (123/301)
31562026-07-20T19:17:33.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-07-20T19:17:33.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-07-20T19:17:33.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-07-20T19:17:33.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31602026-07-20T19:17:33.838Z
31612026-07-20T19:17:33.839Zinfo: running `cargo check --bins` on installinator-common (124/301)
31622026-07-20T19:17:34.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-07-20T19:17:34.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-07-20T19:17:34.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-07-20T19:17:34.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31662026-07-20T19:17:34.395Z
31672026-07-20T19:17:34.396Zinfo: running `cargo check --bins` on installinator-common-versions (125/301)
31682026-07-20T19:17:34.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-07-20T19:17:34.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-07-20T19:17:34.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-07-20T19:17:34.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31722026-07-20T19:17:34.925Z
31732026-07-20T19:17:34.925Zinfo: running `cargo check --bins` on wicket-common (126/301)
31742026-07-20T19:17:35.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-07-20T19:17:35.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-07-20T19:17:35.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-07-20T19:17:35.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31782026-07-20T19:17:35.482Z
31792026-07-20T19:17:35.482Zinfo: running `cargo check --bins` on wicketd-commission-types (127/301)
31802026-07-20T19:17:35.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-07-20T19:17:35.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-07-20T19:17:35.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-07-20T19:17:35.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31842026-07-20T19:17:36.022Z
31852026-07-20T19:17:36.023Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (128/301)
31862026-07-20T19:17:36.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-07-20T19:17:36.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-07-20T19:17:36.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-07-20T19:17:36.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31902026-07-20T19:17:36.570Z
31912026-07-20T19:17:36.570Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/301)
31922026-07-20T19:17:37.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-07-20T19:17:37.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-07-20T19:17:37.216Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31952026-07-20T19:17:37.330Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31962026-07-20T19:17:37.336Z Checking csv-core v0.1.13
31972026-07-20T19:17:37.343Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31982026-07-20T19:17:37.348Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31992026-07-20T19:17:37.358Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32002026-07-20T19:17:37.369Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32012026-07-20T19:17:37.381Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32022026-07-20T19:17:37.489Z Checking csv v1.4.0
32032026-07-20T19:17:37.518Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32042026-07-20T19:17:37.544Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32052026-07-20T19:17:37.574Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32062026-07-20T19:17:37.589Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32072026-07-20T19:17:37.831Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32082026-07-20T19:17:38.201Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32092026-07-20T19:17:38.204Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32102026-07-20T19:17:38.544Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32112026-07-20T19:17:44.664Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32122026-07-20T19:17:45.195Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32132026-07-20T19:17:47.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.00s
32142026-07-20T19:17:47.754Z
32152026-07-20T19:17:47.754Zinfo: running `cargo check --bins` on cockroach-admin-api (130/301)
32162026-07-20T19:17:48.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-20T19:17:48.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-20T19:17:48.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-07-20T19:17:48.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32202026-07-20T19:17:48.305Z
32212026-07-20T19:17:48.305Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/301)
32222026-07-20T19:17:48.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-07-20T19:17:48.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-07-20T19:17:48.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-07-20T19:17:48.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32262026-07-20T19:17:48.927Z
32272026-07-20T19:17:48.927Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/301)
32282026-07-20T19:17:49.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-07-20T19:17:49.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-07-20T19:17:49.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-07-20T19:17:49.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32322026-07-20T19:17:49.551Z
32332026-07-20T19:17:49.551Zinfo: running `cargo check --bins` on gateway-test-utils (133/301)
32342026-07-20T19:17:50.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-07-20T19:17:50.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-07-20T19:17:50.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-07-20T19:17:50.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32382026-07-20T19:17:50.142Z
32392026-07-20T19:17:50.142Zinfo: running `cargo check --bins` on omicron-gateway (134/301)
32402026-07-20T19:17:50.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-07-20T19:17:50.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-07-20T19:17:50.858Z Compiling regress v0.11.1
32432026-07-20T19:17:50.999Z Compiling unsafe-libyaml v0.2.11
32442026-07-20T19:17:51.008Z Compiling semver v0.1.20
32452026-07-20T19:17:51.011Z Compiling radium v0.7.0
32462026-07-20T19:17:51.029Z Checking nom v8.0.0
32472026-07-20T19:17:51.032Z Checking tap v1.0.1
32482026-07-20T19:17:51.032Z Compiling maybe-uninit v2.0.0
32492026-07-20T19:17:51.153Z Checking wyz v0.5.1
32502026-07-20T19:17:51.287Z Compiling rustc_version v0.1.7
32512026-07-20T19:17:51.334Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32522026-07-20T19:17:51.367Z Compiling zerocopy-derive v0.6.6
32532026-07-20T19:17:51.488Z Checking funty v2.0.0
32542026-07-20T19:17:51.498Z Compiling serde_yaml v0.9.34+deprecated
32552026-07-20T19:17:51.724Z Compiling newtype_derive v0.1.6
32562026-07-20T19:17:51.800Z Compiling cancel-safe-futures v0.1.5
32572026-07-20T19:17:51.926Z Compiling packed_struct v0.10.1
32582026-07-20T19:17:52.025Z Checking crc-catalog v2.4.0
32592026-07-20T19:17:52.121Z Compiling owo-colors v4.3.0
32602026-07-20T19:17:52.214Z Checking crc v3.4.0
32612026-07-20T19:17:52.227Z Checking zerocopy v0.6.6
32622026-07-20T19:17:52.453Z Checking typify-impl v0.6.2
32632026-07-20T19:17:52.483Z Checking bitvec v1.0.1
32642026-07-20T19:17:52.626Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32652026-07-20T19:17:52.811Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32662026-07-20T19:17:52.960Z Compiling packed_struct_codegen v0.10.1
32672026-07-20T19:17:52.999Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32682026-07-20T19:17:53.169Z Checking libsw-core v0.3.2
32692026-07-20T19:17:53.186Z Compiling bitfield-macros v0.19.4
32702026-07-20T19:17:53.319Z Compiling indexmap v1.9.3
32712026-07-20T19:17:53.540Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32722026-07-20T19:17:53.615Z Checking nodrop v0.1.14
32732026-07-20T19:17:53.662Z Checking libsw v3.5.0
32742026-07-20T19:17:53.709Z Checking array-init v0.0.4
32752026-07-20T19:17:53.814Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32762026-07-20T19:17:53.843Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-07-20T19:17:53.926Z Checking bitfield v0.19.4
32782026-07-20T19:17:54.013Z Checking smallvec v0.6.14
32792026-07-20T19:17:54.019Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32802026-07-20T19:17:54.235Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32812026-07-20T19:17:54.281Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32822026-07-20T19:17:54.361Z Checking unicode-linebreak v0.1.5
32832026-07-20T19:17:54.438Z Checking linear-map v1.2.0
32842026-07-20T19:17:54.455Z Checking tagptr v0.2.0
32852026-07-20T19:17:54.567Z Checking hashbrown v0.12.3
32862026-07-20T19:17:54.604Z Checking base64 v0.21.7
32872026-07-20T19:17:54.630Z Checking smawk v0.3.2
32882026-07-20T19:17:54.746Z Checking textwrap v0.16.2
32892026-07-20T19:17:54.758Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32902026-07-20T19:17:54.764Z Checking moka v0.12.13
32912026-07-20T19:17:54.843Z Checking ron v0.8.1
32922026-07-20T19:17:54.955Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32932026-07-20T19:17:55.125Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32942026-07-20T19:17:55.130Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32952026-07-20T19:17:55.305Z Checking steno v0.4.1
32962026-07-20T19:17:55.356Z Checking serde-hex v0.1.0
32972026-07-20T19:17:55.407Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32982026-07-20T19:17:55.568Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32992026-07-20T19:17:55.957Z Checking hashbrown v0.13.2
33002026-07-20T19:17:56.034Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33012026-07-20T19:17:56.143Z Checking crc-any v2.5.0
33022026-07-20T19:17:56.283Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33032026-07-20T19:17:56.305Z Checking hickory-resolver v0.25.2
33042026-07-20T19:17:56.319Z Checking sha1 v0.10.6
33052026-07-20T19:17:56.383Z Checking object v0.30.4
33062026-07-20T19:17:56.423Z Checking void v1.0.2
33072026-07-20T19:17:56.486Z Checking utf-8 v0.7.6
33082026-07-20T19:17:56.531Z Checking half v1.8.3
33092026-07-20T19:17:56.624Z Checking path-slash v0.1.5
33102026-07-20T19:17:56.726Z Checking tungstenite v0.23.0
33112026-07-20T19:17:56.730Z Checking serde_cbor v0.11.2
33122026-07-20T19:17:56.853Z Checking lzss v0.8.2
33132026-07-20T19:17:56.998Z Compiling typify-macro v0.6.2
33142026-07-20T19:17:57.012Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33152026-07-20T19:17:57.027Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33162026-07-20T19:17:57.103Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33172026-07-20T19:17:57.122Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33182026-07-20T19:17:57.161Z Checking nix v0.27.1
33192026-07-20T19:17:57.164Z Checking kstat-rs v0.2.4
33202026-07-20T19:17:57.257Z Checking fxhash v0.2.1
33212026-07-20T19:17:57.360Z Checking serde_bytes v0.11.19
33222026-07-20T19:17:57.372Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33232026-07-20T19:17:57.388Z Checking tokio-tungstenite v0.23.1
33242026-07-20T19:17:57.422Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33252026-07-20T19:17:57.539Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33262026-07-20T19:17:57.650Z Checking signal-hook-tokio v0.3.1
33272026-07-20T19:17:58.196Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33282026-07-20T19:17:58.469Z Compiling typify v0.6.2
33292026-07-20T19:17:58.549Z Compiling progenitor-impl v0.14.0
33302026-07-20T19:17:59.113Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33312026-07-20T19:17:59.417Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33322026-07-20T19:17:59.987Z Compiling progenitor-macro v0.14.0
33332026-07-20T19:18:02.301Z Checking progenitor v0.14.0
33342026-07-20T19:18:02.414Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33352026-07-20T19:18:02.414Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33362026-07-20T19:18:05.107Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33372026-07-20T19:18:13.424Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33382026-07-20T19:18:20.177Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33392026-07-20T19:18:21.539Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-07-20T19:18:22.027Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412026-07-20T19:18:24.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.96s
33422026-07-20T19:18:24.295Z
33432026-07-20T19:18:24.295Zinfo: running `cargo check --bins` on gateway-api (135/301)
33442026-07-20T19:18:24.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-07-20T19:18:24.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-07-20T19:18:24.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-07-20T19:18:24.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33482026-07-20T19:18:24.835Z
33492026-07-20T19:18:24.835Zinfo: running `cargo check --bins` on ipcc (136/301)
33502026-07-20T19:18:25.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-07-20T19:18:25.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-07-20T19:18:25.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-07-20T19:18:25.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33542026-07-20T19:18:25.378Z
33552026-07-20T19:18:25.378Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/301)
33562026-07-20T19:18:25.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-07-20T19:18:25.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-07-20T19:18:25.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-07-20T19:18:25.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33602026-07-20T19:18:25.913Z
33612026-07-20T19:18:25.914Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/301)
33622026-07-20T19:18:26.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-07-20T19:18:26.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-07-20T19:18:26.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-07-20T19:18:26.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33662026-07-20T19:18:26.469Z
33672026-07-20T19:18:26.469Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/301)
33682026-07-20T19:18:26.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-07-20T19:18:26.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-07-20T19:18:26.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-07-20T19:18:26.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33722026-07-20T19:18:27.009Z
33732026-07-20T19:18:27.009Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/301)
33742026-07-20T19:18:27.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-07-20T19:18:27.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-07-20T19:18:27.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-07-20T19:18:27.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33782026-07-20T19:18:27.548Z
33792026-07-20T19:18:27.548Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/301)
33802026-07-20T19:18:28.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-07-20T19:18:28.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-07-20T19:18:28.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-07-20T19:18:28.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33842026-07-20T19:18:28.088Z
33852026-07-20T19:18:28.088Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/301)
33862026-07-20T19:18:28.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-07-20T19:18:28.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-07-20T19:18:28.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-07-20T19:18:28.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33902026-07-20T19:18:28.643Z
33912026-07-20T19:18:28.643Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/301)
33922026-07-20T19:18:29.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-07-20T19:18:29.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-07-20T19:18:29.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-07-20T19:18:29.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33962026-07-20T19:18:29.182Z
33972026-07-20T19:18:29.183Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/301)
33982026-07-20T19:18:29.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-07-20T19:18:29.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-07-20T19:18:29.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-07-20T19:18:29.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34022026-07-20T19:18:29.722Z
34032026-07-20T19:18:29.722Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/301)
34042026-07-20T19:18:30.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-07-20T19:18:30.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-07-20T19:18:30.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-07-20T19:18:30.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34082026-07-20T19:18:30.262Z
34092026-07-20T19:18:30.262Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/301)
34102026-07-20T19:18:30.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-07-20T19:18:30.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-07-20T19:18:30.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-07-20T19:18:30.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34142026-07-20T19:18:30.796Z
34152026-07-20T19:18:30.796Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/301)
34162026-07-20T19:18:31.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-07-20T19:18:31.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-07-20T19:18:31.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-07-20T19:18:31.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34202026-07-20T19:18:31.369Z
34212026-07-20T19:18:31.369Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/301)
34222026-07-20T19:18:31.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-07-20T19:18:31.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-07-20T19:18:31.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-07-20T19:18:31.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34262026-07-20T19:18:31.871Z
34272026-07-20T19:18:31.871Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/301)
34282026-07-20T19:18:32.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-07-20T19:18:32.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-07-20T19:18:32.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-07-20T19:18:32.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34322026-07-20T19:18:32.431Z
34332026-07-20T19:18:32.431Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/301)
34342026-07-20T19:18:32.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-07-20T19:18:32.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-07-20T19:18:32.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-07-20T19:18:32.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34382026-07-20T19:18:32.992Z
34392026-07-20T19:18:32.992Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/301)
34402026-07-20T19:18:33.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-07-20T19:18:33.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-07-20T19:18:33.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-07-20T19:18:33.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34442026-07-20T19:18:33.550Z
34452026-07-20T19:18:33.550Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/301)
34462026-07-20T19:18:34.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-07-20T19:18:34.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-07-20T19:18:34.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-07-20T19:18:34.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34502026-07-20T19:18:34.107Z
34512026-07-20T19:18:34.107Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/301)
34522026-07-20T19:18:34.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-07-20T19:18:34.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-07-20T19:18:34.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-07-20T19:18:34.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34562026-07-20T19:18:34.666Z
34572026-07-20T19:18:34.666Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/301)
34582026-07-20T19:18:35.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-07-20T19:18:35.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-07-20T19:18:35.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-07-20T19:18:35.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34622026-07-20T19:18:35.219Z
34632026-07-20T19:18:35.219Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/301)
34642026-07-20T19:18:35.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-07-20T19:18:35.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-07-20T19:18:35.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-07-20T19:18:35.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34682026-07-20T19:18:35.777Z
34692026-07-20T19:18:35.777Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/301)
34702026-07-20T19:18:36.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-07-20T19:18:36.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-07-20T19:18:36.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-07-20T19:18:36.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34742026-07-20T19:18:36.342Z
34752026-07-20T19:18:36.342Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/301)
34762026-07-20T19:18:36.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-07-20T19:18:36.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-07-20T19:18:36.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-07-20T19:18:36.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34802026-07-20T19:18:36.905Z
34812026-07-20T19:18:36.905Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/301)
34822026-07-20T19:18:37.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-07-20T19:18:37.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-07-20T19:18:37.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-07-20T19:18:37.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34862026-07-20T19:18:37.525Z
34872026-07-20T19:18:37.525Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/301)
34882026-07-20T19:18:37.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-07-20T19:18:37.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-07-20T19:18:37.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-07-20T19:18:37.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34922026-07-20T19:18:38.006Z
34932026-07-20T19:18:38.006Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/301)
34942026-07-20T19:18:38.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-07-20T19:18:38.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-07-20T19:18:38.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-07-20T19:18:38.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34982026-07-20T19:18:38.551Z
34992026-07-20T19:18:38.551Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/301)
35002026-07-20T19:18:39.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-07-20T19:18:39.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-07-20T19:18:39.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-07-20T19:18:39.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35042026-07-20T19:18:39.098Z
35052026-07-20T19:18:39.098Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/301)
35062026-07-20T19:18:39.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-07-20T19:18:39.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-07-20T19:18:39.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-07-20T19:18:39.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35102026-07-20T19:18:39.645Z
35112026-07-20T19:18:39.645Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/301)
35122026-07-20T19:18:40.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-07-20T19:18:40.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-07-20T19:18:40.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-07-20T19:18:40.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35162026-07-20T19:18:40.191Z
35172026-07-20T19:18:40.191Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/301)
35182026-07-20T19:18:40.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-07-20T19:18:40.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-07-20T19:18:40.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-07-20T19:18:40.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35222026-07-20T19:18:40.741Z
35232026-07-20T19:18:40.742Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/301)
35242026-07-20T19:18:41.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-07-20T19:18:41.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-07-20T19:18:41.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-07-20T19:18:41.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35282026-07-20T19:18:41.288Z
35292026-07-20T19:18:41.288Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/301)
35302026-07-20T19:18:41.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-07-20T19:18:41.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-07-20T19:18:41.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-07-20T19:18:41.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35342026-07-20T19:18:41.836Z
35352026-07-20T19:18:41.836Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/301)
35362026-07-20T19:18:42.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-07-20T19:18:42.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-07-20T19:18:42.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-07-20T19:18:42.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35402026-07-20T19:18:42.401Z
35412026-07-20T19:18:42.401Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/301)
35422026-07-20T19:18:42.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-07-20T19:18:42.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-07-20T19:18:42.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-07-20T19:18:42.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35462026-07-20T19:18:42.963Z
35472026-07-20T19:18:42.963Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/301)
35482026-07-20T19:18:43.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-07-20T19:18:43.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-07-20T19:18:43.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-07-20T19:18:43.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35522026-07-20T19:18:43.530Z
35532026-07-20T19:18:43.530Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/301)
35542026-07-20T19:18:44.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-07-20T19:18:44.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-07-20T19:18:44.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-07-20T19:18:44.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35582026-07-20T19:18:44.096Z
35592026-07-20T19:18:44.096Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/301)
35602026-07-20T19:18:44.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-07-20T19:18:44.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-07-20T19:18:44.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-07-20T19:18:44.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35642026-07-20T19:18:44.661Z
35652026-07-20T19:18:44.661Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/301)
35662026-07-20T19:18:45.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-07-20T19:18:45.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-07-20T19:18:45.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-07-20T19:18:45.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35702026-07-20T19:18:45.217Z
35712026-07-20T19:18:45.217Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/301)
35722026-07-20T19:18:45.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-07-20T19:18:45.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-07-20T19:18:45.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-07-20T19:18:45.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35762026-07-20T19:18:45.775Z
35772026-07-20T19:18:45.775Zinfo: running `cargo check --bins` on oximeter-producer (174/301)
35782026-07-20T19:18:46.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-07-20T19:18:46.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-07-20T19:18:46.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-07-20T19:18:46.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35822026-07-20T19:18:46.350Z
35832026-07-20T19:18:46.350Zinfo: running `cargo check --bins` on internal-dns-resolver (175/301)
35842026-07-20T19:18:46.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-07-20T19:18:46.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-07-20T19:18:46.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-07-20T19:18:46.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35882026-07-20T19:18:46.891Z
35892026-07-20T19:18:46.891Zinfo: running `cargo check --bins` on dns-server (176/301)
35902026-07-20T19:18:47.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-07-20T19:18:47.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-07-20T19:18:47.495Z Compiling parking_lot_core v0.8.6
35932026-07-20T19:18:47.498Z Compiling git-stub v1.0.0
35942026-07-20T19:18:47.498Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35952026-07-20T19:18:47.498Z Checking prefix-trie v0.7.0
35962026-07-20T19:18:47.722Z Compiling git-stub-vcs v0.1.0
35972026-07-20T19:18:47.889Z Checking hickory-server v0.25.2
35982026-07-20T19:18:48.002Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35992026-07-20T19:18:48.016Z Checking parking_lot v0.11.2
36002026-07-20T19:18:48.062Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36012026-07-20T19:18:48.065Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
36022026-07-20T19:18:48.212Z Checking sled v0.34.7
36032026-07-20T19:18:50.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
36042026-07-20T19:18:50.256Z
36052026-07-20T19:18:50.256Zinfo: running `cargo check --bins` on dns-server-api (177/301)
36062026-07-20T19:18:50.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-07-20T19:18:50.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-07-20T19:18:50.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-07-20T19:18:50.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36102026-07-20T19:18:50.790Z
36112026-07-20T19:18:50.791Zinfo: running `cargo check --bins` on oximeter-producer-api (178/301)
36122026-07-20T19:18:51.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-07-20T19:18:51.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-07-20T19:18:51.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-07-20T19:18:51.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36162026-07-20T19:18:51.326Z
36172026-07-20T19:18:51.326Zinfo: running `cargo check --bins` on sp-sim (179/301)
36182026-07-20T19:18:51.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-07-20T19:18:51.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-07-20T19:18:51.997Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36212026-07-20T19:18:53.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
36222026-07-20T19:18:53.951Z
36232026-07-20T19:18:53.951Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/301)
36242026-07-20T19:18:54.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-07-20T19:18:54.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-07-20T19:18:54.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-07-20T19:18:54.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36282026-07-20T19:18:54.543Z
36292026-07-20T19:18:54.543Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/301)
36302026-07-20T19:18:55.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-07-20T19:18:55.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-07-20T19:18:55.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-07-20T19:18:55.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36342026-07-20T19:18:55.141Z
36352026-07-20T19:18:55.141Zinfo: running `cargo check --bins` on db-macros (182/301)
36362026-07-20T19:18:55.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-07-20T19:18:55.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-07-20T19:18:55.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-07-20T19:18:55.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36402026-07-20T19:18:55.669Z
36412026-07-20T19:18:55.669Zinfo: running `cargo check --bins` on nexus-macros-common (183/301)
36422026-07-20T19:18:56.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-07-20T19:18:56.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-07-20T19:18:56.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-07-20T19:18:56.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36462026-07-20T19:18:56.200Z
36472026-07-20T19:18:56.200Zinfo: running `cargo check --bins` on nexus-auth (184/301)
36482026-07-20T19:18:56.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-07-20T19:18:56.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-07-20T19:18:56.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-07-20T19:18:56.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36522026-07-20T19:18:56.796Z
36532026-07-20T19:18:56.796Zinfo: running `cargo check --bins` on authz-macros (185/301)
36542026-07-20T19:18:57.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-07-20T19:18:57.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-07-20T19:18:57.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-07-20T19:18:57.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36582026-07-20T19:18:57.326Z
36592026-07-20T19:18:57.326Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/301)
36602026-07-20T19:18:57.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-07-20T19:18:57.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-07-20T19:18:57.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-07-20T19:18:57.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36642026-07-20T19:18:57.910Z
36652026-07-20T19:18:57.910Zinfo: running `cargo check --bins` on nexus-db-model (187/301)
36662026-07-20T19:18:58.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-07-20T19:18:58.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-07-20T19:18:58.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-07-20T19:18:58.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36702026-07-20T19:18:58.497Z
36712026-07-20T19:18:58.497Zinfo: running `cargo check --bins` on nexus-db-schema (188/301)
36722026-07-20T19:18:58.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-07-20T19:18:58.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-07-20T19:18:58.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-07-20T19:18:58.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36762026-07-20T19:18:59.028Z
36772026-07-20T19:18:59.028Zinfo: running `cargo check --bins` on omicron-rpaths (189/301)
36782026-07-20T19:18:59.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-07-20T19:18:59.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-07-20T19:18:59.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-07-20T19:18:59.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36822026-07-20T19:18:59.557Z
36832026-07-20T19:18:59.557Zinfo: running `cargo check --bins` on nexus-defaults (190/301)
36842026-07-20T19:19:00.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-07-20T19:19:00.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-07-20T19:19:00.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-07-20T19:19:00.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36882026-07-20T19:19:00.095Z
36892026-07-20T19:19:00.095Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/301)
36902026-07-20T19:19:00.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-07-20T19:19:00.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-07-20T19:19:00.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-07-20T19:19:00.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36942026-07-20T19:19:00.629Z
36952026-07-20T19:19:00.629Zinfo: running `cargo check --bins` on parallel-task-set (192/301)
36962026-07-20T19:19:01.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-07-20T19:19:01.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-07-20T19:19:01.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-07-20T19:19:01.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37002026-07-20T19:19:01.151Z
37012026-07-20T19:19:01.151Zinfo: running `cargo check --bins` on omicron-git-version (193/301)
37022026-07-20T19:19:01.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-07-20T19:19:01.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-07-20T19:19:01.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-07-20T19:19:01.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37062026-07-20T19:19:01.677Z
37072026-07-20T19:19:01.678Zinfo: running `cargo check --bins` on nexus-db-errors (194/301)
37082026-07-20T19:19:02.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-07-20T19:19:02.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-07-20T19:19:02.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-07-20T19:19:02.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37122026-07-20T19:19:02.270Z
37132026-07-20T19:19:02.270Zinfo: running `cargo check --bins` on nexus-db-lookup (195/301)
37142026-07-20T19:19:02.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-07-20T19:19:02.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-07-20T19:19:02.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-07-20T19:19:02.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37182026-07-20T19:19:02.866Z
37192026-07-20T19:19:02.866Zinfo: running `cargo check --bins` on nexus-inventory (196/301)
37202026-07-20T19:19:03.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-07-20T19:19:03.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-07-20T19:19:03.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-07-20T19:19:03.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37242026-07-20T19:19:03.451Z
37252026-07-20T19:19:03.451Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/301)
37262026-07-20T19:19:03.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-07-20T19:19:03.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-07-20T19:19:03.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-07-20T19:19:03.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37302026-07-20T19:19:04.017Z
37312026-07-20T19:19:04.018Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/301)
37322026-07-20T19:19:04.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-07-20T19:19:04.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-07-20T19:19:04.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-07-20T19:19:04.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37362026-07-20T19:19:04.577Z
37372026-07-20T19:19:04.578Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/301)
37382026-07-20T19:19:05.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-07-20T19:19:05.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-07-20T19:19:05.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-07-20T19:19:05.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37422026-07-20T19:19:05.139Z
37432026-07-20T19:19:05.139Zinfo: running `cargo check --bins` on key-manager (200/301)
37442026-07-20T19:19:05.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-07-20T19:19:05.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-07-20T19:19:05.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-07-20T19:19:05.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37482026-07-20T19:19:05.681Z
37492026-07-20T19:19:05.681Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/301)
37502026-07-20T19:19:07.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-07-20T19:19:07.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-07-20T19:19:07.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-07-20T19:19:07.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37542026-07-20T19:19:07.159Z
37552026-07-20T19:19:07.159Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/301)
37562026-07-20T19:19:07.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-07-20T19:19:07.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-07-20T19:19:07.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-07-20T19:19:07.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37602026-07-20T19:19:07.159Z
37612026-07-20T19:19:07.159Zinfo: running `cargo check --bins` on typed-rng (203/301)
37622026-07-20T19:19:07.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-07-20T19:19:07.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-07-20T19:19:07.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-07-20T19:19:07.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37662026-07-20T19:19:07.336Z
37672026-07-20T19:19:07.336Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/301)
37682026-07-20T19:19:07.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-07-20T19:19:07.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-07-20T19:19:08.130Z Compiling libefi-sys v0.1.0
37712026-07-20T19:19:08.134Z Compiling bitfield-struct v0.6.2
37722026-07-20T19:19:08.273Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37732026-07-20T19:19:08.279Z Compiling xshell-macros v0.2.7
37742026-07-20T19:19:08.288Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37752026-07-20T19:19:08.301Z Compiling salty v0.3.0
37762026-07-20T19:19:08.316Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37772026-07-20T19:19:08.330Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37782026-07-20T19:19:08.330Z Checking rfc6979 v0.4.0
37792026-07-20T19:19:08.452Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37802026-07-20T19:19:08.467Z Checking ecdsa v0.16.9
37812026-07-20T19:19:08.607Z Checking primeorder v0.13.6
37822026-07-20T19:19:08.625Z Compiling proc-macro-error-attr2 v2.0.0
37832026-07-20T19:19:08.648Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37842026-07-20T19:19:08.663Z Checking xshell v0.2.7
37852026-07-20T19:19:08.796Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37862026-07-20T19:19:08.799Z Checking tungstenite v0.21.0
37872026-07-20T19:19:08.825Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37882026-07-20T19:19:08.843Z Checking p384 v0.13.1
37892026-07-20T19:19:08.858Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37902026-07-20T19:19:08.878Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37912026-07-20T19:19:08.954Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37922026-07-20T19:19:09.017Z Compiling num-derive v0.3.3
37932026-07-20T19:19:09.031Z Compiling proc-macro-error2 v2.0.1
37942026-07-20T19:19:09.114Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37952026-07-20T19:19:09.222Z Checking tokio-tungstenite v0.21.0
37962026-07-20T19:19:09.245Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37972026-07-20T19:19:09.316Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37982026-07-20T19:19:09.331Z Checking papergrid v0.17.0
37992026-07-20T19:19:09.347Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38002026-07-20T19:19:09.347Z Compiling tabled_derive v0.11.0
38012026-07-20T19:19:09.454Z Compiling progenitor-impl v0.13.0
38022026-07-20T19:19:09.503Z Checking testing_table v0.3.0
38032026-07-20T19:19:09.595Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38042026-07-20T19:19:09.609Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38052026-07-20T19:19:09.624Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38062026-07-20T19:19:09.816Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38072026-07-20T19:19:09.830Z Compiling illumos-nvpair-sys v0.2.0
38082026-07-20T19:19:09.916Z Checking libscf-sys v1.1.0
38092026-07-20T19:19:10.026Z Compiling unicase v2.9.0
38102026-07-20T19:19:10.026Z Checking corncobs v0.1.4
38112026-07-20T19:19:10.056Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38122026-07-20T19:19:10.171Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38132026-07-20T19:19:10.211Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38142026-07-20T19:19:10.227Z Compiling mime_guess v2.0.5
38152026-07-20T19:19:10.241Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38162026-07-20T19:19:10.257Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38172026-07-20T19:19:10.364Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38182026-07-20T19:19:10.521Z Checking tabled v0.20.0
38192026-07-20T19:19:10.537Z Checking progenitor-client v0.13.0
38202026-07-20T19:19:10.773Z Checking secrecy v0.8.0
38212026-07-20T19:19:10.789Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38222026-07-20T19:19:10.827Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38232026-07-20T19:19:10.911Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38242026-07-20T19:19:11.039Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38252026-07-20T19:19:11.228Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38262026-07-20T19:19:11.293Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38272026-07-20T19:19:11.313Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38282026-07-20T19:19:11.359Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38292026-07-20T19:19:11.460Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38302026-07-20T19:19:11.563Z Checking filetime v0.2.27
38312026-07-20T19:19:11.625Z Checking http-range v0.1.5
38322026-07-20T19:19:11.706Z Checking xattr v1.6.1
38332026-07-20T19:19:11.755Z Checking crc8 v0.1.1
38342026-07-20T19:19:11.835Z Checking tar v0.4.46
38352026-07-20T19:19:11.853Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38362026-07-20T19:19:12.008Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38372026-07-20T19:19:12.050Z Compiling progenitor-macro v0.13.0
38382026-07-20T19:19:12.146Z Checking illumos-nvpair v0.3.0
38392026-07-20T19:19:12.161Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38402026-07-20T19:19:12.223Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38412026-07-20T19:19:12.255Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38422026-07-20T19:19:12.363Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38432026-07-20T19:19:12.587Z Checking atty v0.2.14
38442026-07-20T19:19:12.619Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38452026-07-20T19:19:12.655Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38462026-07-20T19:19:12.685Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38472026-07-20T19:19:12.827Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38482026-07-20T19:19:12.961Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38492026-07-20T19:19:12.977Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38502026-07-20T19:19:12.992Z Checking hyper-staticfile v0.10.1
38512026-07-20T19:19:13.012Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38522026-07-20T19:19:13.176Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38532026-07-20T19:19:13.303Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38542026-07-20T19:19:13.324Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38552026-07-20T19:19:13.404Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38562026-07-20T19:19:13.564Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38572026-07-20T19:19:13.682Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38582026-07-20T19:19:13.845Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38592026-07-20T19:19:14.022Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38602026-07-20T19:19:14.283Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38612026-07-20T19:19:15.045Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38622026-07-20T19:19:15.529Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38632026-07-20T19:19:15.937Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38642026-07-20T19:19:16.152Z Checking progenitor v0.13.0
38652026-07-20T19:19:16.289Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38662026-07-20T19:19:18.300Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38672026-07-20T19:19:21.631Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38682026-07-20T19:19:32.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.27s
38692026-07-20T19:19:32.819Z
38702026-07-20T19:19:32.819Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/301)
38712026-07-20T19:19:33.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-07-20T19:19:33.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-07-20T19:19:33.553Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38742026-07-20T19:19:44.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38752026-07-20T19:19:44.546Z
38762026-07-20T19:19:44.546Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/301)
38772026-07-20T19:19:45.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-07-20T19:19:45.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-07-20T19:19:45.280Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38802026-07-20T19:19:56.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38812026-07-20T19:19:56.231Z
38822026-07-20T19:19:56.231Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/301)
38832026-07-20T19:19:56.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-07-20T19:19:56.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-07-20T19:19:56.962Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38862026-07-20T19:20:07.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38872026-07-20T19:20:08.027Z
38882026-07-20T19:20:08.027Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/301)
38892026-07-20T19:20:08.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-07-20T19:20:08.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-07-20T19:20:08.752Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38922026-07-20T19:20:19.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38932026-07-20T19:20:19.703Z
38942026-07-20T19:20:19.703Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/301)
38952026-07-20T19:20:20.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-07-20T19:20:20.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-07-20T19:20:20.432Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38982026-07-20T19:20:31.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38992026-07-20T19:20:31.437Z
39002026-07-20T19:20:31.437Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/301)
39012026-07-20T19:20:31.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-07-20T19:20:31.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-07-20T19:20:32.168Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39042026-07-20T19:20:42.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
39052026-07-20T19:20:43.169Z
39062026-07-20T19:20:43.169Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/301)
39072026-07-20T19:20:43.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-07-20T19:20:43.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-07-20T19:20:43.902Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39102026-07-20T19:20:54.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
39112026-07-20T19:20:54.908Z
39122026-07-20T19:20:54.908Zinfo: running `cargo check --bins` on bootstrap-agent-api (212/301)
39132026-07-20T19:20:55.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-07-20T19:20:55.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-07-20T19:20:55.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-07-20T19:20:55.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39172026-07-20T19:20:55.437Z
39182026-07-20T19:20:55.437Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/301)
39192026-07-20T19:20:55.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-07-20T19:20:55.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-07-20T19:20:55.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-07-20T19:20:55.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39232026-07-20T19:20:55.975Z
39242026-07-20T19:20:55.976Zinfo: running `cargo check --bins` on range-requests (214/301)
39252026-07-20T19:20:56.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-07-20T19:20:56.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-07-20T19:20:56.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-07-20T19:20:56.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39292026-07-20T19:20:56.513Z
39302026-07-20T19:20:56.513Zinfo: running `cargo check --bins` on repo-depot-api (215/301)
39312026-07-20T19:20:56.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-07-20T19:20:56.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-07-20T19:20:56.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-07-20T19:20:56.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39352026-07-20T19:20:57.054Z
39362026-07-20T19:20:57.054Zinfo: running `cargo check --bins` on sled-agent-api (216/301)
39372026-07-20T19:20:57.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-07-20T19:20:57.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-07-20T19:20:57.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-07-20T19:20:57.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39412026-07-20T19:20:57.624Z
39422026-07-20T19:20:57.624Zinfo: running `cargo check --bins` on sled-diagnostics (217/301)
39432026-07-20T19:20:58.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-07-20T19:20:58.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-07-20T19:20:58.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-07-20T19:20:58.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39472026-07-20T19:20:58.184Z
39482026-07-20T19:20:58.184Zinfo: running `cargo check --bins` on zfs-test-harness (218/301)
39492026-07-20T19:20:58.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-07-20T19:20:58.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-07-20T19:20:58.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-07-20T19:20:58.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39532026-07-20T19:20:58.751Z
39542026-07-20T19:20:58.751Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/301)
39552026-07-20T19:20:59.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-07-20T19:20:59.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-07-20T19:20:59.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-07-20T19:20:59.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39592026-07-20T19:20:59.323Z
39602026-07-20T19:20:59.323Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/301)
39612026-07-20T19:20:59.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-07-20T19:20:59.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-07-20T19:20:59.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-07-20T19:20:59.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39652026-07-20T19:20:59.896Z
39662026-07-20T19:20:59.897Zinfo: running `cargo check --bins` on sled-agent-early-networking (221/301)
39672026-07-20T19:21:00.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-07-20T19:21:00.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-07-20T19:21:00.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-07-20T19:21:00.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39712026-07-20T19:21:00.462Z
39722026-07-20T19:21:00.462Zinfo: running `cargo check --bins` on sled-agent-health-monitor (222/301)
39732026-07-20T19:21:00.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-07-20T19:21:00.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-07-20T19:21:00.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-07-20T19:21:00.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39772026-07-20T19:21:01.023Z
39782026-07-20T19:21:01.024Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/301)
39792026-07-20T19:21:01.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-07-20T19:21:01.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-07-20T19:21:01.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-07-20T19:21:01.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39832026-07-20T19:21:01.597Z
39842026-07-20T19:21:01.597Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/301)
39852026-07-20T19:21:02.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-07-20T19:21:02.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-07-20T19:21:02.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-07-20T19:21:02.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39892026-07-20T19:21:02.165Z
39902026-07-20T19:21:02.165Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (225/301)
39912026-07-20T19:21:02.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-07-20T19:21:02.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-07-20T19:21:02.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-07-20T19:21:02.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39952026-07-20T19:21:02.738Z
39962026-07-20T19:21:02.738Zinfo: running `cargo check --bins` on sled-agent-rack-setup (226/301)
39972026-07-20T19:21:03.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-07-20T19:21:03.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-07-20T19:21:03.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-07-20T19:21:03.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40012026-07-20T19:21:03.331Z
40022026-07-20T19:21:03.331Zinfo: running `cargo check --bins` on trust-quorum (227/301)
40032026-07-20T19:21:03.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-07-20T19:21:03.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-07-20T19:21:03.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-07-20T19:21:03.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40072026-07-20T19:21:03.906Z
40082026-07-20T19:21:03.906Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/301)
40092026-07-20T19:21:04.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-07-20T19:21:04.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-07-20T19:21:04.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-07-20T19:21:04.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40132026-07-20T19:21:04.490Z
40142026-07-20T19:21:04.490Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/301)
40152026-07-20T19:21:04.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-07-20T19:21:04.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-07-20T19:21:04.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-07-20T19:21:04.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40192026-07-20T19:21:05.088Z
40202026-07-20T19:21:05.088Zinfo: running `cargo check --bins` on update-common (230/301)
40212026-07-20T19:21:05.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-07-20T19:21:05.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-07-20T19:21:05.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-07-20T19:21:05.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40252026-07-20T19:21:05.638Z
40262026-07-20T19:21:05.638Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/301)
40272026-07-20T19:21:06.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-07-20T19:21:06.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-07-20T19:21:06.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-07-20T19:21:06.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40312026-07-20T19:21:06.236Z
40322026-07-20T19:21:06.236Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/301)
40332026-07-20T19:21:06.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-07-20T19:21:06.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-07-20T19:21:06.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-07-20T19:21:06.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40372026-07-20T19:21:06.767Z
40382026-07-20T19:21:06.767Zinfo: running `cargo check --bins` on reconfigurator-cli (233/301)
40392026-07-20T19:21:07.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-07-20T19:21:07.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-07-20T19:21:07.501Z Compiling fs-err v2.11.0
40422026-07-20T19:21:07.504Z Checking ignore v0.4.25
40432026-07-20T19:21:07.504Z Checking arc-swap v1.8.2
40442026-07-20T19:21:07.635Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40452026-07-20T19:21:07.638Z Checking predicates-tree v1.0.13
40462026-07-20T19:21:07.652Z Checking parse-size v1.1.0
40472026-07-20T19:21:07.664Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40482026-07-20T19:21:07.667Z Checking rand_seeder v0.4.0
40492026-07-20T19:21:07.740Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40502026-07-20T19:21:07.761Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40512026-07-20T19:21:07.819Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40522026-07-20T19:21:07.831Z Checking slog-scope v4.4.1
40532026-07-20T19:21:07.884Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40542026-07-20T19:21:07.949Z Compiling petname v2.0.2
40552026-07-20T19:21:07.964Z Checking slog-stdlog v4.1.1
40562026-07-20T19:21:07.980Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40572026-07-20T19:21:08.018Z Checking globwalk v0.9.1
40582026-07-20T19:21:08.073Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40592026-07-20T19:21:08.086Z Checking slog-envlogger v2.2.0
40602026-07-20T19:21:08.197Z Checking camino-tempfile-ext v0.3.3
40612026-07-20T19:21:08.232Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40622026-07-20T19:21:08.268Z Checking sapling-renderdag v0.1.0
40632026-07-20T19:21:08.385Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40642026-07-20T19:21:08.433Z Checking subprocess v0.2.15
40652026-07-20T19:21:08.509Z Checking sync-ptr v0.1.4
40662026-07-20T19:21:08.595Z Checking colored v2.2.0
40672026-07-20T19:21:08.623Z Checking assert_matches v1.5.0
40682026-07-20T19:21:08.715Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40692026-07-20T19:21:08.876Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40702026-07-20T19:21:08.879Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40712026-07-20T19:21:09.575Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40722026-07-20T19:21:10.887Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40732026-07-20T19:21:13.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
40742026-07-20T19:21:13.244Z
40752026-07-20T19:21:13.244Zinfo: running `cargo check --bins` on omicron-repl-utils (234/301)
40762026-07-20T19:21:13.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-07-20T19:21:13.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-07-20T19:21:13.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-07-20T19:21:13.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40802026-07-20T19:21:13.779Z
40812026-07-20T19:21:13.779Zinfo: running `cargo check --bins` on transient-dns-server (235/301)
40822026-07-20T19:21:14.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-07-20T19:21:14.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-07-20T19:21:14.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-07-20T19:21:14.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40862026-07-20T19:21:14.338Z
40872026-07-20T19:21:14.338Zinfo: running `cargo check --bins` on nexus-test-interface (236/301)
40882026-07-20T19:21:14.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-20T19:21:14.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-20T19:21:14.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-07-20T19:21:14.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40922026-07-20T19:21:14.938Z
40932026-07-20T19:21:14.938Zinfo: running `cargo check --bins` on oximeter-collector (237/301)
40942026-07-20T19:21:15.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-20T19:21:15.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-20T19:21:15.624Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40972026-07-20T19:21:15.624Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40982026-07-20T19:21:16.260Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40992026-07-20T19:21:17.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
41002026-07-20T19:21:18.024Z
41012026-07-20T19:21:18.024Zinfo: running `cargo check --bins` on oximeter-api (238/301)
41022026-07-20T19:21:18.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-07-20T19:21:18.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-07-20T19:21:18.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-07-20T19:21:18.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41062026-07-20T19:21:18.571Z
41072026-07-20T19:21:18.571Zinfo: running `cargo check --bins` on cert-dev (239/301)
41082026-07-20T19:21:19.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-07-20T19:21:19.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-07-20T19:21:19.135Z Checking yasna v0.5.2
41112026-07-20T19:21:19.543Z Checking rcgen v0.12.1
41122026-07-20T19:21:19.799Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41132026-07-20T19:21:19.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41142026-07-20T19:21:20.139Z
41152026-07-20T19:21:20.139Zinfo: running `cargo check --bins` on clickana (240/301)
41162026-07-20T19:21:20.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-07-20T19:21:20.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-07-20T19:21:20.745Z Compiling instability v0.3.11
41192026-07-20T19:21:20.745Z Checking castaway v0.2.4
41202026-07-20T19:21:20.745Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41212026-07-20T19:21:20.749Z Compiling indoc v2.0.7
41222026-07-20T19:21:20.749Z Checking unicode-truncate v1.1.0
41232026-07-20T19:21:20.749Z Checking lru v0.12.5
41242026-07-20T19:21:20.749Z Checking cassowary v0.3.0
41252026-07-20T19:21:20.972Z Checking compact_str v0.8.1
41262026-07-20T19:21:21.783Z Checking ratatui v0.29.0
41272026-07-20T19:21:22.172Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41282026-07-20T19:21:22.342Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41292026-07-20T19:21:23.250Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41302026-07-20T19:21:23.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s
41312026-07-20T19:21:24.069Z
41322026-07-20T19:21:24.069Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/301)
41332026-07-20T19:21:24.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-07-20T19:21:24.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-07-20T19:21:24.741Z Checking headers-core v0.3.0
41362026-07-20T19:21:24.741Z Checking port-file v0.1.0
41372026-07-20T19:21:24.783Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41382026-07-20T19:21:24.941Z Checking headers v0.4.1
41392026-07-20T19:21:25.310Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41402026-07-20T19:21:26.230Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41412026-07-20T19:21:26.710Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41422026-07-20T19:21:27.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
41432026-07-20T19:21:27.287Z
41442026-07-20T19:21:27.287Zinfo: running `cargo check --bins` on ch-dev (242/301)
41452026-07-20T19:21:27.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-07-20T19:21:27.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-07-20T19:21:27.967Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41482026-07-20T19:21:28.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41492026-07-20T19:21:28.889Z
41502026-07-20T19:21:28.889Zinfo: running `cargo check --bins` on dev-tools-common (243/301)
41512026-07-20T19:21:29.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-07-20T19:21:29.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-07-20T19:21:29.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-07-20T19:21:29.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41552026-07-20T19:21:29.296Z
41562026-07-20T19:21:29.296Zinfo: running `cargo check --bins` on corpus-adjust (244/301)
41572026-07-20T19:21:29.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-07-20T19:21:29.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-07-20T19:21:29.879Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41602026-07-20T19:21:30.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
41612026-07-20T19:21:30.397Z
41622026-07-20T19:21:30.397Zinfo: running `cargo check --bins` on crdb-seed (245/301)
41632026-07-20T19:21:30.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-07-20T19:21:30.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-07-20T19:21:31.070Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41662026-07-20T19:21:32.135Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41672026-07-20T19:21:32.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
41682026-07-20T19:21:32.647Z
41692026-07-20T19:21:32.647Zinfo: running `cargo check --bins` on db-dev (246/301)
41702026-07-20T19:21:33.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-07-20T19:21:33.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-07-20T19:21:33.341Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41732026-07-20T19:21:34.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41742026-07-20T19:21:34.271Z
41752026-07-20T19:21:34.271Zinfo: running `cargo check --bins` on omicron-dev-lib (247/301)
41762026-07-20T19:21:34.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-07-20T19:21:34.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-07-20T19:21:34.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41792026-07-20T19:21:34.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41802026-07-20T19:21:34.859Z
41812026-07-20T19:21:34.860Zinfo: running `cargo check --bins` on xtask-downloader (248/301)
41822026-07-20T19:21:35.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-07-20T19:21:35.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-07-20T19:21:35.431Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41852026-07-20T19:21:36.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
41862026-07-20T19:21:36.282Z
41872026-07-20T19:21:36.282Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/301)
41882026-07-20T19:21:36.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-07-20T19:21:36.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-07-20T19:21:36.995Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41912026-07-20T19:21:36.995Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41922026-07-20T19:21:36.998Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41932026-07-20T19:21:36.998Z Checking git-stub v1.0.0
41942026-07-20T19:21:36.998Z Compiling trait-variant v0.1.2
41952026-07-20T19:21:36.998Z Checking maplit v1.0.2
41962026-07-20T19:21:37.127Z Checking is_ci v1.2.0
41972026-07-20T19:21:37.142Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41982026-07-20T19:21:37.193Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41992026-07-20T19:21:37.230Z Checking supports-color v3.0.2
42002026-07-20T19:21:37.247Z Checking git-stub-vcs v0.1.0
42012026-07-20T19:21:37.351Z Checking drift v0.2.0
42022026-07-20T19:21:37.390Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42032026-07-20T19:21:37.411Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42042026-07-20T19:21:37.441Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42052026-07-20T19:21:37.601Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42062026-07-20T19:21:37.665Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42072026-07-20T19:21:37.679Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42082026-07-20T19:21:37.693Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42092026-07-20T19:21:37.711Z Checking dropshot-api-manager v0.7.2
42102026-07-20T19:21:37.853Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42112026-07-20T19:21:37.887Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42122026-07-20T19:21:38.416Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42132026-07-20T19:21:39.332Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42142026-07-20T19:21:40.329Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42152026-07-20T19:21:41.031Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42162026-07-20T19:21:41.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
42172026-07-20T19:21:41.647Z
42182026-07-20T19:21:41.647Zinfo: running `cargo check --bins` on installinator-api (250/301)
42192026-07-20T19:21:42.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-07-20T19:21:42.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-07-20T19:21:42.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-07-20T19:21:42.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42232026-07-20T19:21:42.196Z
42242026-07-20T19:21:42.197Zinfo: running `cargo check --bins` on nexus-external-api (251/301)
42252026-07-20T19:21:42.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-07-20T19:21:42.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-07-20T19:21:42.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-07-20T19:21:42.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42292026-07-20T19:21:42.785Z
42302026-07-20T19:21:42.785Zinfo: running `cargo check --bins` on nexus-internal-api (252/301)
42312026-07-20T19:21:43.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-07-20T19:21:43.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-07-20T19:21:43.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-07-20T19:21:43.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42352026-07-20T19:21:43.369Z
42362026-07-20T19:21:43.369Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/301)
42372026-07-20T19:21:43.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-07-20T19:21:43.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-07-20T19:21:43.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-07-20T19:21:43.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42412026-07-20T19:21:43.955Z
42422026-07-20T19:21:43.955Zinfo: running `cargo check --bins` on ntp-admin-api (254/301)
42432026-07-20T19:21:44.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-07-20T19:21:44.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-07-20T19:21:44.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-07-20T19:21:44.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42472026-07-20T19:21:44.500Z
42482026-07-20T19:21:44.500Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/301)
42492026-07-20T19:21:44.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-07-20T19:21:44.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-07-20T19:21:44.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-07-20T19:21:44.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42532026-07-20T19:21:45.031Z
42542026-07-20T19:21:45.031Zinfo: running `cargo check --bins` on wicketd-api (256/301)
42552026-07-20T19:21:45.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-07-20T19:21:45.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-07-20T19:21:45.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42582026-07-20T19:21:45.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42592026-07-20T19:21:45.593Z
42602026-07-20T19:21:45.593Zinfo: running `cargo check --bins` on omicron-ls-apis (257/301)
42612026-07-20T19:21:46.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-07-20T19:21:46.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-07-20T19:21:46.166Z Compiling blake3 v1.8.5
42642026-07-20T19:21:46.275Z Checking arrayvec v0.7.6
42652026-07-20T19:21:46.275Z Checking constant_time_eq v0.4.2
42662026-07-20T19:21:46.284Z Checking arrayref v0.3.9
42672026-07-20T19:21:46.298Z Checking cargo-platform v0.3.2
42682026-07-20T19:21:46.301Z Checking topological-sort v0.2.2
42692026-07-20T19:21:46.302Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42702026-07-20T19:21:46.450Z Checking cargo_metadata v0.23.1
42712026-07-20T19:21:47.166Z Checking omicron-zone-package v0.12.3
42722026-07-20T19:21:47.881Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42732026-07-20T19:21:48.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
42742026-07-20T19:21:48.907Z
42752026-07-20T19:21:48.907Zinfo: running `cargo check --bins` on mgs-dev (258/301)
42762026-07-20T19:21:49.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-07-20T19:21:49.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-07-20T19:21:49.574Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42792026-07-20T19:21:50.181Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42802026-07-20T19:21:50.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
42812026-07-20T19:21:50.866Z
42822026-07-20T19:21:50.866Zinfo: running `cargo check --bins` on omicron-omdb (259/301)
42832026-07-20T19:21:51.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-07-20T19:21:51.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-07-20T19:21:51.793Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42862026-07-20T19:21:51.793Z Compiling vergen-lib v0.1.6
42872026-07-20T19:21:51.793Z Compiling diesel_derives v2.3.7
42882026-07-20T19:21:51.793Z Compiling dsl_auto_type v0.2.0
42892026-07-20T19:21:51.793Z Checking scheduled-thread-pool v0.2.7
42902026-07-20T19:21:51.793Z Compiling vergen-gitcl v1.0.8
42912026-07-20T19:21:51.793Z Compiling diesel_table_macro_syntax v0.3.0
42922026-07-20T19:21:51.796Z Compiling dirs-sys-next v0.1.2
42932026-07-20T19:21:52.071Z Compiling crunchy v0.2.4
42942026-07-20T19:21:52.134Z Compiling glob v0.3.3
42952026-07-20T19:21:52.150Z Compiling dirs-next v2.0.0
42962026-07-20T19:21:52.188Z Checking r2d2 v0.8.10
42972026-07-20T19:21:52.246Z Checking downcast-rs v2.0.2
42982026-07-20T19:21:52.266Z Compiling tiny-keccak v2.0.2
42992026-07-20T19:21:52.338Z Compiling term v0.7.0
43002026-07-20T19:21:52.369Z Compiling bit-vec v0.6.3
43012026-07-20T19:21:52.522Z Compiling clang-sys v1.8.1
43022026-07-20T19:21:52.581Z Compiling bit-set v0.5.3
43032026-07-20T19:21:52.612Z Compiling ascii-canvas v3.0.0
43042026-07-20T19:21:52.757Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43052026-07-20T19:21:52.894Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43062026-07-20T19:21:52.924Z Compiling itertools v0.10.5
43072026-07-20T19:21:52.940Z Compiling ena v0.14.4
43082026-07-20T19:21:53.026Z Compiling libloading v0.8.9
43092026-07-20T19:21:53.033Z Compiling diff v0.1.13
43102026-07-20T19:21:53.046Z Compiling regex-syntax v0.6.29
43112026-07-20T19:21:53.076Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43122026-07-20T19:21:53.150Z Compiling bindgen v0.71.1
43132026-07-20T19:21:53.260Z Compiling cexpr v0.6.0
43142026-07-20T19:21:53.643Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43152026-07-20T19:21:53.696Z Compiling rustc-hash v2.1.1
43162026-07-20T19:21:53.872Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43172026-07-20T19:21:53.933Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43182026-07-20T19:21:53.991Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43192026-07-20T19:21:54.014Z Compiling libxml v0.3.3
43202026-07-20T19:21:54.245Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43212026-07-20T19:21:54.245Z Compiling strum_macros v0.24.3
43222026-07-20T19:21:54.309Z Compiling indoc v1.0.9
43232026-07-20T19:21:54.456Z Compiling lalrpop v0.19.12
43242026-07-20T19:21:55.183Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43252026-07-20T19:21:55.388Z Checking derive_builder v0.20.2
43262026-07-20T19:21:55.506Z Compiling oso-derive v0.27.3
43272026-07-20T19:21:55.625Z Checking quick-xml v0.37.5
43282026-07-20T19:21:55.733Z Compiling impl-trait-for-tuples v0.2.3
43292026-07-20T19:21:56.025Z Checking openssl-probe v0.1.6
43302026-07-20T19:21:56.174Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43312026-07-20T19:21:56.520Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43322026-07-20T19:21:56.729Z Checking bb8 v0.8.6
43332026-07-20T19:21:56.821Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43342026-07-20T19:21:56.919Z Checking nonempty v0.12.0
43352026-07-20T19:21:57.012Z Compiling libz-sys v1.1.24
43362026-07-20T19:21:57.054Z Compiling strsim v0.10.0
43372026-07-20T19:21:57.082Z Compiling libgit2-sys v0.18.3+1.9.2
43382026-07-20T19:21:57.286Z Compiling darling_core v0.13.4
43392026-07-20T19:21:57.385Z Compiling vergen-git2 v9.1.0
43402026-07-20T19:21:57.611Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43412026-07-20T19:21:57.632Z Compiling base64 v0.21.7
43422026-07-20T19:21:57.910Z Checking diesel v2.3.7
43432026-07-20T19:21:57.926Z Compiling ron v0.8.1
43442026-07-20T19:21:58.015Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43452026-07-20T19:21:58.896Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43462026-07-20T19:21:59.007Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43472026-07-20T19:21:59.131Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43482026-07-20T19:21:59.270Z Compiling darling_macro v0.13.4
43492026-07-20T19:21:59.336Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43502026-07-20T19:21:59.542Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43512026-07-20T19:21:59.745Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43522026-07-20T19:21:59.761Z Compiling darling v0.13.4
43532026-07-20T19:21:59.854Z Compiling serde_with_macros v1.5.2
43542026-07-20T19:21:59.948Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43552026-07-20T19:22:00.152Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43562026-07-20T19:22:00.353Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43572026-07-20T19:22:00.373Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43582026-07-20T19:22:00.556Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43592026-07-20T19:22:00.704Z Compiling serde_with v1.14.0
43602026-07-20T19:22:01.849Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43612026-07-20T19:22:02.016Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43622026-07-20T19:22:02.328Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43632026-07-20T19:22:02.990Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43642026-07-20T19:22:03.257Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43652026-07-20T19:22:03.505Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43662026-07-20T19:22:03.625Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43672026-07-20T19:22:03.869Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43682026-07-20T19:22:04.241Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43692026-07-20T19:22:04.600Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43702026-07-20T19:22:04.623Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43712026-07-20T19:22:04.665Z Checking twox-hash v2.1.2
43722026-07-20T19:22:04.825Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43732026-07-20T19:22:04.996Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43742026-07-20T19:22:05.169Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43752026-07-20T19:22:05.579Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43762026-07-20T19:22:05.736Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43772026-07-20T19:22:06.843Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43782026-07-20T19:22:07.017Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43792026-07-20T19:22:07.035Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43802026-07-20T19:22:07.692Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43812026-07-20T19:22:07.695Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43822026-07-20T19:22:07.929Z Checking console v0.16.2
43832026-07-20T19:22:08.250Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43842026-07-20T19:22:08.396Z Checking fatfs v0.3.6
43852026-07-20T19:22:08.692Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43862026-07-20T19:22:08.862Z Checking unit-prefix v0.5.2
43872026-07-20T19:22:09.001Z Compiling seq-macro v0.3.6
43882026-07-20T19:22:09.562Z Checking indicatif v0.18.4
43892026-07-20T19:22:09.969Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43902026-07-20T19:22:09.988Z Checking support-bundle-viewer v0.1.2
43912026-07-20T19:22:10.025Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43922026-07-20T19:22:10.231Z Checking multimap v0.10.1
43932026-07-20T19:22:12.183Z Checking diesel-dtrace v0.5.0
43942026-07-20T19:22:12.429Z Checking async-bb8-diesel v0.2.1
43952026-07-20T19:22:18.891Z Compiling samael v0.0.19
43962026-07-20T19:22:24.307Z Compiling git2 v0.20.4
43972026-07-20T19:22:25.799Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43982026-07-20T19:22:26.719Z Compiling polar-core v0.27.3
43992026-07-20T19:22:26.753Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
44002026-07-20T19:22:31.260Z Checking oso v0.27.3
44012026-07-20T19:23:00.973Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44022026-07-20T19:24:14.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
44032026-07-20T19:24:14.978Z
44042026-07-20T19:24:14.978Zinfo: running `cargo check --bins` on nexus-networking (260/301)
44052026-07-20T19:24:15.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-07-20T19:24:15.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-07-20T19:24:15.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44082026-07-20T19:24:15.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44092026-07-20T19:24:15.621Z
44102026-07-20T19:24:15.621Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (261/301)
44112026-07-20T19:24:16.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-07-20T19:24:16.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-07-20T19:24:16.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44142026-07-20T19:24:16.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44152026-07-20T19:24:16.222Z
44162026-07-20T19:24:16.222Zinfo: running `cargo check --bins` on nexus-saga-recovery (262/301)
44172026-07-20T19:24:16.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-07-20T19:24:16.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-07-20T19:24:16.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-07-20T19:24:16.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44212026-07-20T19:24:16.827Z
44222026-07-20T19:24:16.827Zinfo: running `cargo check --bins` on nexus-test-utils-macros (263/301)
44232026-07-20T19:24:17.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-07-20T19:24:17.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-07-20T19:24:17.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-07-20T19:24:17.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44272026-07-20T19:24:17.359Z
44282026-07-20T19:24:17.359Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (264/301)
44292026-07-20T19:24:17.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-07-20T19:24:17.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-07-20T19:24:18.152Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44322026-07-20T19:24:18.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44332026-07-20T19:24:19.083Z
44342026-07-20T19:24:19.083Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (265/301)
44352026-07-20T19:24:19.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-07-20T19:24:19.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-07-20T19:24:19.869Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44382026-07-20T19:24:58.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.95s
44392026-07-20T19:24:58.251Z
44402026-07-20T19:24:58.251Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (266/301)
44412026-07-20T19:24:58.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-07-20T19:24:58.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-07-20T19:24:58.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-07-20T19:24:58.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44452026-07-20T19:24:58.789Z
44462026-07-20T19:24:58.789Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (267/301)
44472026-07-20T19:24:59.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-07-20T19:24:59.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-07-20T19:24:59.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-07-20T19:24:59.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44512026-07-20T19:24:59.328Z
44522026-07-20T19:24:59.328Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (268/301)
44532026-07-20T19:24:59.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-07-20T19:24:59.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-07-20T19:24:59.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-07-20T19:24:59.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44572026-07-20T19:24:59.923Z
44582026-07-20T19:24:59.923Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (269/301)
44592026-07-20T19:25:00.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-07-20T19:25:00.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-07-20T19:25:00.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-07-20T19:25:00.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44632026-07-20T19:25:00.533Z
44642026-07-20T19:25:00.533Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (270/301)
44652026-07-20T19:25:01.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-07-20T19:25:01.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-07-20T19:25:01.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-07-20T19:25:01.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44692026-07-20T19:25:01.142Z
44702026-07-20T19:25:01.142Zinfo: running `cargo check --bins` on nexus-mgs-updates (271/301)
44712026-07-20T19:25:01.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-07-20T19:25:01.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-07-20T19:25:01.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44742026-07-20T19:25:01.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44752026-07-20T19:25:01.736Z
44762026-07-20T19:25:01.736Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (272/301)
44772026-07-20T19:25:02.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-07-20T19:25:02.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-07-20T19:25:02.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44802026-07-20T19:25:02.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44812026-07-20T19:25:02.343Z
44822026-07-20T19:25:02.343Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (273/301)
44832026-07-20T19:25:02.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-07-20T19:25:02.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-07-20T19:25:02.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44862026-07-20T19:25:02.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44872026-07-20T19:25:02.950Z
44882026-07-20T19:25:02.950Zinfo: running `cargo check --bins` on nexus-switch-config (274/301)
44892026-07-20T19:25:03.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-07-20T19:25:03.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-07-20T19:25:03.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44922026-07-20T19:25:03.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44932026-07-20T19:25:03.542Z
44942026-07-20T19:25:03.542Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (275/301)
44952026-07-20T19:25:04.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-07-20T19:25:04.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-07-20T19:25:04.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44982026-07-20T19:25:04.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44992026-07-20T19:25:04.150Z
45002026-07-20T19:25:04.150Zinfo: running `cargo check --bins` on support-bundle-collection (276/301)
45012026-07-20T19:25:04.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-07-20T19:25:04.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-07-20T19:25:04.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45042026-07-20T19:25:04.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45052026-07-20T19:25:04.755Z
45062026-07-20T19:25:04.755Zinfo: running `cargo check --bins` on omicron-dev (277/301)
45072026-07-20T19:25:05.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-07-20T19:25:05.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-07-20T19:25:05.617Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45102026-07-20T19:25:05.617Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45112026-07-20T19:25:05.800Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45122026-07-20T19:25:05.804Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45132026-07-20T19:25:05.804Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45142026-07-20T19:25:05.804Z Checking yansi v1.0.1
45152026-07-20T19:25:05.804Z Checking diff v0.1.13
45162026-07-20T19:25:05.804Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45172026-07-20T19:25:05.954Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45182026-07-20T19:25:06.086Z Checking pretty_assertions v1.4.1
45192026-07-20T19:25:06.860Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45202026-07-20T19:25:06.946Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45212026-07-20T19:25:31.710Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45222026-07-20T19:25:31.713Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45232026-07-20T19:25:31.713Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45242026-07-20T19:25:31.713Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45252026-07-20T19:25:31.713Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45262026-07-20T19:25:31.714Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45272026-07-20T19:25:31.714Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45282026-07-20T19:25:32.525Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45292026-07-20T19:25:32.525Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45302026-07-20T19:25:33.745Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45312026-07-20T19:26:11.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
45322026-07-20T19:26:12.101Z
45332026-07-20T19:26:12.101Zinfo: running `cargo check --bins` on omicron-pins (278/301)
45342026-07-20T19:26:12.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-07-20T19:26:12.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-07-20T19:26:12.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45372026-07-20T19:26:12.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45382026-07-20T19:26:12.636Z
45392026-07-20T19:26:12.636Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301)
45402026-07-20T19:26:13.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-07-20T19:26:13.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-07-20T19:26:13.370Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45432026-07-20T19:26:13.491Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45442026-07-20T19:26:13.499Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45452026-07-20T19:26:40.586Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45462026-07-20T19:26:40.959Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45472026-07-20T19:26:42.688Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45482026-07-20T19:26:43.125Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45492026-07-20T19:26:46.248Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45502026-07-20T19:27:10.147Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45512026-07-20T19:27:10.847Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45522026-07-20T19:27:12.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.79s
45532026-07-20T19:27:12.631Z
45542026-07-20T19:27:12.631Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/301)
45552026-07-20T19:27:13.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-07-20T19:27:13.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-07-20T19:27:13.313Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45582026-07-20T19:27:13.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45592026-07-20T19:27:14.198Z
45602026-07-20T19:27:14.198Zinfo: running `cargo check --bins` on omicron-releng (281/301)
45612026-07-20T19:27:14.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-07-20T19:27:14.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-07-20T19:27:14.783Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45642026-07-20T19:27:14.890Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45652026-07-20T19:27:14.896Z Checking sha2 v0.11.0
45662026-07-20T19:27:14.896Z Checking digest-io v0.1.0
45672026-07-20T19:27:14.912Z Checking rawzip v0.4.4
45682026-07-20T19:27:14.917Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45692026-07-20T19:27:14.925Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45702026-07-20T19:27:14.925Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45712026-07-20T19:27:14.996Z Checking shell-words v1.1.1
45722026-07-20T19:27:15.356Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45732026-07-20T19:27:15.580Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45742026-07-20T19:27:16.601Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45752026-07-20T19:27:17.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
45762026-07-20T19:27:17.812Z
45772026-07-20T19:27:17.813Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/301)
45782026-07-20T19:27:18.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-07-20T19:27:18.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-07-20T19:27:18.490Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45812026-07-20T19:27:18.740Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45822026-07-20T19:27:19.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45832026-07-20T19:27:19.296Z
45842026-07-20T19:27:19.296Zinfo: running `cargo check --bins` on schema (283/301)
45852026-07-20T19:27:19.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45862026-07-20T19:27:19.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45872026-07-20T19:27:19.985Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45882026-07-20T19:27:20.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45892026-07-20T19:27:20.868Z
45902026-07-20T19:27:20.868Zinfo: running `cargo check --bins` on xtask (284/301)
45912026-07-20T19:27:21.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45922026-07-20T19:27:21.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45932026-07-20T19:27:21.261Z Checking serde_core v1.0.228
45942026-07-20T19:27:21.261Z Checking libc v0.2.185
45952026-07-20T19:27:21.264Z Checking bitflags v2.11.0
45962026-07-20T19:27:21.352Z Checking scroll v0.12.0
45972026-07-20T19:27:21.358Z Checking thiserror v1.0.69
45982026-07-20T19:27:21.364Z Checking log v0.4.29
45992026-07-20T19:27:21.372Z Checking indexmap v2.14.0
46002026-07-20T19:27:21.372Z Checking zerocopy v0.7.35
46012026-07-20T19:27:21.449Z Checking syn v2.0.117
46022026-07-20T19:27:21.488Z Checking dtrace-parser v0.2.0
46032026-07-20T19:27:21.511Z Checking once_cell v1.21.3
46042026-07-20T19:27:21.569Z Checking goblin v0.8.2
46052026-07-20T19:27:21.641Z Checking errno v0.3.14
46062026-07-20T19:27:21.675Z Checking getrandom v0.4.1
46072026-07-20T19:27:21.718Z Checking thread-id v4.2.2
46082026-07-20T19:27:21.736Z Checking rustix v1.1.3
46092026-07-20T19:27:21.795Z Checking memmap v0.7.0
46102026-07-20T19:27:21.805Z Checking thiserror v2.0.18
46112026-07-20T19:27:21.868Z Checking fs-err v3.3.0
46122026-07-20T19:27:21.905Z Checking anyhow v1.0.102
46132026-07-20T19:27:21.916Z Checking tabled v0.15.0
46142026-07-20T19:27:22.501Z Checking terminal_size v0.4.3
46152026-07-20T19:27:22.501Z Checking tempfile v3.25.0
46162026-07-20T19:27:22.637Z Checking clap_builder v4.6.0
46172026-07-20T19:27:22.637Z Checking textwrap v0.16.2
46182026-07-20T19:27:22.814Z Checking serde v1.0.228
46192026-07-20T19:27:22.814Z Checking serde_json v1.0.150
46202026-07-20T19:27:22.814Z Checking camino v1.2.2
46212026-07-20T19:27:22.818Z Checking semver v1.0.28
46222026-07-20T19:27:22.991Z Checking cargo-platform v0.3.2
46232026-07-20T19:27:23.057Z Checking camino-tempfile v1.4.1
46242026-07-20T19:27:23.231Z Checking toml_datetime v0.6.11
46252026-07-20T19:27:23.231Z Checking serde_spanned v0.6.9
46262026-07-20T19:27:23.231Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46272026-07-20T19:27:23.235Z Checking macaddr v1.0.1
46282026-07-20T19:27:23.424Z Checking toml_edit v0.22.27
46292026-07-20T19:27:23.429Z Checking dof v0.3.0
46302026-07-20T19:27:23.430Z Checking cargo_metadata v0.23.1
46312026-07-20T19:27:23.702Z Checking usdt-impl v0.5.0
46322026-07-20T19:27:24.005Z Checking clap v4.6.1
46332026-07-20T19:27:24.039Z Checking usdt v0.5.0
46342026-07-20T19:27:24.397Z Checking toml v0.8.23
46352026-07-20T19:27:24.658Z Checking cargo_toml v0.21.0
46362026-07-20T19:27:25.295Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46372026-07-20T19:27:25.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s
46382026-07-20T19:27:25.793Z
46392026-07-20T19:27:25.794Zinfo: running `cargo check --bins` on dnsadm (285/301)
46402026-07-20T19:27:26.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46412026-07-20T19:27:26.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46422026-07-20T19:27:26.391Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46432026-07-20T19:27:26.854Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46442026-07-20T19:27:27.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46452026-07-20T19:27:27.509Z
46462026-07-20T19:27:27.509Zinfo: running `cargo check --bins` on end-to-end-tests (286/301)
46472026-07-20T19:27:27.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-07-20T19:27:27.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-07-20T19:27:28.186Z Checking cpubits v0.1.1
46502026-07-20T19:27:28.199Z Checking pem-rfc7468 v1.0.0
46512026-07-20T19:27:28.316Z Checking hmac v0.13.0
46522026-07-20T19:27:28.316Z Checking universal-hash v0.6.1
46532026-07-20T19:27:28.339Z Checking ctr v0.10.1
46542026-07-20T19:27:28.339Z Checking aead v0.6.1
46552026-07-20T19:27:28.368Z Checking aes v0.9.1
46562026-07-20T19:27:28.381Z Checking crypto-bigint v0.7.5
46572026-07-20T19:27:28.395Z Checking salsa20 v0.11.0
46582026-07-20T19:27:28.427Z Checking polyval v0.7.1
46592026-07-20T19:27:28.456Z Checking der v0.8.0
46602026-07-20T19:27:28.504Z Checking pbkdf2 v0.13.0
46612026-07-20T19:27:28.508Z Checking cbc v0.2.1
46622026-07-20T19:27:28.542Z Checking ff v0.14.0
46632026-07-20T19:27:28.567Z Checking signature v3.0.0
46642026-07-20T19:27:28.591Z Checking scrypt v0.12.0
46652026-07-20T19:27:28.610Z Checking ghash v0.6.0
46662026-07-20T19:27:28.621Z Checking base16ct v1.0.0
46672026-07-20T19:27:28.680Z Checking group v0.14.0
46682026-07-20T19:27:28.721Z Checking hkdf v0.13.0
46692026-07-20T19:27:28.744Z Checking rfc6979 v0.5.0
46702026-07-20T19:27:28.766Z Compiling curve25519-dalek v5.0.0-rc.0
46712026-07-20T19:27:28.774Z Checking aes-gcm v0.11.0
46722026-07-20T19:27:28.790Z Checking poly1305 v0.9.0
46732026-07-20T19:27:28.822Z Checking blowfish v0.10.0
46742026-07-20T19:27:28.845Z Checking blake2 v0.11.0-rc.6
46752026-07-20T19:27:28.868Z Checking keccak v0.2.0
46762026-07-20T19:27:28.924Z Checking fiat-crypto v0.3.0
46772026-07-20T19:27:28.969Z Checking bcrypt-pbkdf v0.11.0
46782026-07-20T19:27:29.034Z Checking sha3 v0.11.0
46792026-07-20T19:27:29.056Z Checking kem v0.3.0
46802026-07-20T19:27:29.092Z Checking argon2 v0.6.0-rc.8
46812026-07-20T19:27:29.157Z Checking module-lattice v0.2.3
46822026-07-20T19:27:29.176Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46832026-07-20T19:27:29.237Z Checking spki v0.8.0
46842026-07-20T19:27:29.336Z Checking sec1 v0.8.1
46852026-07-20T19:27:29.368Z Checking ml-kem v0.3.2
46862026-07-20T19:27:29.389Z Checking internal-russh-num-bigint v0.5.0
46872026-07-20T19:27:29.401Z Checking num-bigint v0.4.6
46882026-07-20T19:27:29.416Z Checking pkcs5 v0.8.1
46892026-07-20T19:27:29.539Z Checking pkcs1 v0.8.0-rc.4
46902026-07-20T19:27:29.704Z Checking pkcs8 v0.11.0
46912026-07-20T19:27:29.744Z Checking generic-array v1.4.3
46922026-07-20T19:27:29.900Z Checking ed25519 v3.0.0
46932026-07-20T19:27:30.002Z Compiling enum_dispatch v0.3.13
46942026-07-20T19:27:30.103Z Checking ed25519-dalek v3.0.0-rc.0
46952026-07-20T19:27:30.137Z Checking russh-util v0.52.0
46962026-07-20T19:27:30.138Z Compiling delegate v0.13.5
46972026-07-20T19:27:30.258Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46982026-07-20T19:27:30.268Z Checking hex-literal v1.1.0
46992026-07-20T19:27:30.316Z Checking md5 v0.8.0
47002026-07-20T19:27:30.352Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47012026-07-20T19:27:30.368Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47022026-07-20T19:27:30.487Z Checking socket2 v0.5.10
47032026-07-20T19:27:30.566Z Checking internet-checksum v0.2.1
47042026-07-20T19:27:30.680Z Checking elliptic-curve v0.14.0-rc.33
47052026-07-20T19:27:30.687Z Checking primefield v0.14.0
47062026-07-20T19:27:30.687Z Checking ssh-encoding v0.3.0-rc.9
47072026-07-20T19:27:30.743Z Checking crypto-primes v0.7.2
47082026-07-20T19:27:30.880Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47092026-07-20T19:27:30.917Z Checking ssh-cipher v0.3.0-rc.9
47102026-07-20T19:27:30.977Z Checking russh-cryptovec v0.61.0
47112026-07-20T19:27:31.129Z Checking primeorder v0.14.0-rc.10
47122026-07-20T19:27:31.129Z Checking ecdsa v0.17.0-rc.18
47132026-07-20T19:27:31.492Z Checking p256 v0.14.0-rc.10
47142026-07-20T19:27:31.492Z Checking p521 v0.14.0-rc.10
47152026-07-20T19:27:31.714Z Checking rsa v0.10.0-rc.18
47162026-07-20T19:27:36.523Z Checking p384 v0.14.0-rc.10
47172026-07-20T19:27:36.523Z Checking ssh-key v0.7.0-rc.10
47182026-07-20T19:27:36.562Z Checking russh v0.61.2
47192026-07-20T19:27:48.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.29s
47202026-07-20T19:27:48.913Z
47212026-07-20T19:27:48.913Zinfo: running `cargo check --bins` on gateway-cli (287/301)
47222026-07-20T19:27:49.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47232026-07-20T19:27:49.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47242026-07-20T19:27:49.514Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47252026-07-20T19:27:49.623Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47262026-07-20T19:27:49.629Z Checking termios v0.3.3
47272026-07-20T19:27:50.836Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47282026-07-20T19:27:50.983Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47292026-07-20T19:27:52.667Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47302026-07-20T19:27:53.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
47312026-07-20T19:27:53.401Z
47322026-07-20T19:27:53.401Zinfo: running `cargo check --bins --no-default-features` on installinator (288/301)
47332026-07-20T19:27:53.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-07-20T19:27:53.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-07-20T19:27:54.072Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47362026-07-20T19:27:54.075Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47372026-07-20T19:27:54.076Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47382026-07-20T19:27:54.076Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47392026-07-20T19:27:54.207Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47402026-07-20T19:27:54.207Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47412026-07-20T19:27:54.963Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47422026-07-20T19:27:55.292Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47432026-07-20T19:27:55.296Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47442026-07-20T19:27:55.923Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47452026-07-20T19:27:57.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
47462026-07-20T19:27:57.739Z
47472026-07-20T19:27:57.739Zinfo: running `cargo check --bins` on internal-dns-cli (289/301)
47482026-07-20T19:27:58.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-07-20T19:27:58.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-07-20T19:27:58.331Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47512026-07-20T19:27:58.780Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47522026-07-20T19:27:59.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
47532026-07-20T19:27:59.261Z
47542026-07-20T19:27:59.261Zinfo: running `cargo check --bins` on omicron-live-tests (290/301)
47552026-07-20T19:27:59.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47562026-07-20T19:27:59.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47572026-07-20T19:27:59.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47582026-07-20T19:27:59.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47592026-07-20T19:27:59.795Z
47602026-07-20T19:27:59.795Zinfo: running `cargo check --bins` on live-tests-macros (291/301)
47612026-07-20T19:28:00.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-07-20T19:28:00.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-07-20T19:28:00.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47642026-07-20T19:28:00.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47652026-07-20T19:28:00.330Z
47662026-07-20T19:28:00.330Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301)
47672026-07-20T19:28:00.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-07-20T19:28:00.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-07-20T19:28:01.077Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47702026-07-20T19:28:01.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
47712026-07-20T19:28:01.899Z
47722026-07-20T19:28:01.899Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/301)
47732026-07-20T19:28:02.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-07-20T19:28:02.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-07-20T19:28:02.481Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47762026-07-20T19:28:02.481Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47772026-07-20T19:28:02.721Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47782026-07-20T19:28:02.722Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47792026-07-20T19:28:03.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47802026-07-20T19:28:03.684Z
47812026-07-20T19:28:03.685Zinfo: running `cargo check --bins` on ntp-admin-types (294/301)
47822026-07-20T19:28:04.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-07-20T19:28:04.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-07-20T19:28:04.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47852026-07-20T19:28:04.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47862026-07-20T19:28:04.263Z
47872026-07-20T19:28:04.263Zinfo: running `cargo check --bins` on omicron-package (295/301)
47882026-07-20T19:28:04.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-07-20T19:28:04.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-07-20T19:28:04.883Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47912026-07-20T19:28:05.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
47922026-07-20T19:28:06.108Z
47932026-07-20T19:28:06.109Zinfo: running `cargo check --bins` on tqdb (296/301)
47942026-07-20T19:28:06.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-07-20T19:28:06.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-07-20T19:28:06.847Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47972026-07-20T19:28:07.199Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47982026-07-20T19:28:07.728Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47992026-07-20T19:28:07.737Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48002026-07-20T19:28:13.852Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48012026-07-20T19:28:13.915Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48022026-07-20T19:28:14.416Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48032026-07-20T19:28:14.416Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48042026-07-20T19:28:14.421Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48052026-07-20T19:28:14.421Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48062026-07-20T19:28:15.187Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48072026-07-20T19:28:16.180Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48082026-07-20T19:28:16.980Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48092026-07-20T19:28:17.595Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48102026-07-20T19:28:22.642Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48112026-07-20T19:28:29.412Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48122026-07-20T19:28:29.441Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48132026-07-20T19:28:29.441Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48142026-07-20T19:28:29.441Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48152026-07-20T19:28:35.118Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48162026-07-20T19:28:35.282Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48172026-07-20T19:28:35.282Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48182026-07-20T19:28:35.282Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48192026-07-20T19:28:35.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.53s
48202026-07-20T19:28:35.282Z
48212026-07-20T19:28:35.282Zinfo: running `cargo check --bins` on wicket-dbg (297/301)
48222026-07-20T19:28:35.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48232026-07-20T19:28:35.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48242026-07-20T19:28:35.513Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48252026-07-20T19:28:35.631Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48262026-07-20T19:28:35.639Z Checking rtoolbox v0.0.3
48272026-07-20T19:28:35.646Z Checking tui-tree-widget v0.23.1
48282026-07-20T19:28:35.742Z Checking rpassword v7.5.4
48292026-07-20T19:28:36.128Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48302026-07-20T19:28:36.306Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48312026-07-20T19:28:37.262Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48322026-07-20T19:28:40.343Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48332026-07-20T19:28:42.212Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48342026-07-20T19:28:43.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.25s
48352026-07-20T19:28:43.277Z
48362026-07-20T19:28:43.277Zinfo: running `cargo check --bins` on wicket (298/301)
48372026-07-20T19:28:43.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48382026-07-20T19:28:43.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48392026-07-20T19:28:43.933Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48402026-07-20T19:28:44.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
48412026-07-20T19:28:44.461Z
48422026-07-20T19:28:44.461Zinfo: running `cargo check --bins` on wicketd (299/301)
48432026-07-20T19:28:44.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48442026-07-20T19:28:44.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48452026-07-20T19:28:45.142Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48462026-07-20T19:28:45.147Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48472026-07-20T19:28:45.147Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48482026-07-20T19:28:45.147Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48492026-07-20T19:28:46.022Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48502026-07-20T19:28:46.573Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48512026-07-20T19:28:49.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
48522026-07-20T19:28:49.855Z
48532026-07-20T19:28:49.855Zinfo: running `cargo check --bins` on omicron-workspace-hack (300/301)
48542026-07-20T19:28:50.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48552026-07-20T19:28:50.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48562026-07-20T19:28:50.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48572026-07-20T19:28:50.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48582026-07-20T19:28:50.392Z
48592026-07-20T19:28:50.392Zinfo: running `cargo check --bins` on zone-setup (301/301)
48602026-07-20T19:28:50.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48612026-07-20T19:28:50.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48622026-07-20T19:28:51.024Z Checking uzers v0.12.2
48632026-07-20T19:28:51.293Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48642026-07-20T19:28:52.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
48652026-07-20T19:28:52.234Z
48662026-07-20T19:28:52.238Zreal 13:59.795799858
48672026-07-20T19:28:52.238Zuser 21:11.590029148
48682026-07-20T19:28:52.238Zsys 4:16.332902396
48692026-07-20T19:28:52.238Ztrap 0.329304203
48702026-07-20T19:28:52.238Ztflt 0.637877712
48712026-07-20T19:28:52.238Zdflt 1.143774792
48722026-07-20T19:28:52.238Zkflt 0.004265805
48732026-07-20T19:28:52.238Zlock 1:19:40.037784656
48742026-07-20T19:28:52.238Zslp 1:41:25.038853391
48752026-07-20T19:28:52.238Zlat 59.823403927
48762026-07-20T19:28:52.238Zstop 3:37.071014307
48772026-07-20T19:28:52.238Zprocess exited: duration 963197 ms, exit code 0
 
48782026-07-20T19:28:52.245Zfound 0 output files