01KX1MC5EGRPD8G1V3PFSD30W0: 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: 01KX1MCM4CGVCDCX1QHQ172GWG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T19:49:21.827Zjob assigned to worker 01KX1MCX6BNJ73BQ35HC4MGJ27 [factory aws, i-0c274a72a36ad6cb1] (queued for 52 s)
 
22026-07-08T19:49:28.039Zstarting task 0: "setup"
32026-07-08T19:49:28.043Z++ uname -s
42026-07-08T19:49:28.046Z+ kern=SunOS
52026-07-08T19:49:28.046Z+ build_user=build
62026-07-08T19:49:28.046Z+ build_uid=12345
72026-07-08T19:49:28.046Z+ work_dir=/work
82026-07-08T19:49:28.046Z+ input_dir=/input
92026-07-08T19:49:28.046Z+ [[ 0 == 12345 ]]
102026-07-08T19:49:28.046Z+ case "$kern" in
112026-07-08T19:49:28.046Z+ groupadd -g 12345 build
122026-07-08T19:49:28.046Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T19:49:30.051Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T19:49:30.159Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T19:49:30.162Z+ home_fs=zfs
162026-07-08T19:49:30.162Z+ [[ zfs == autofs ]]
172026-07-08T19:49:30.162Z+ mkdir -p /home/build
182026-07-08T19:49:30.162Z+ chown build:build /home/build /work
192026-07-08T19:49:32.163Z+ chmod 0700 /home/build /work
202026-07-08T19:49:32.167Zprocess exited: duration 4127 ms, exit code 0
 
212026-07-08T19:49:32.174Zstarting task 1: "rust-toolchain"
222026-07-08T19:49:32.177Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-08T19:49:32.177Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-08T19:49:32.177Z * rust toolchain channel = "1.96.1"
252026-07-08T19:49:32.177Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-08T19:49:32.178Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-08T19:49:32.178Z * rust toolchain profile = "default"
282026-07-08T19:49:32.181Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T19:49:32.181Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-08T19:49:32.282Zinfo: downloading installer
312026-07-08T19:49:33.853Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T19:49:33.853Zwarn: /home/build/.rustup/settings.toml
332026-07-08T19:49:33.853Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T19:49:33.853Zwarn: instead of the one inferred from the default host triple.
352026-07-08T19:49:33.865Zinfo: profile set to default
362026-07-08T19:49:33.865Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T19:49:33.868Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-08T19:49:34.013Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-08T19:49:34.016Zinfo: downloading 6 components
402026-07-08T19:49:49.292Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-08T19:49:49.292Z
422026-07-08T19:49:49.329Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-08T19:49:49.329Z
442026-07-08T19:49:49.329Z
452026-07-08T19:49:49.329ZRust is installed now. Great!
462026-07-08T19:49:49.329Z
472026-07-08T19:49:49.332ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T19:49:49.332Zenvironment variable. This has not been done automatically.
492026-07-08T19:49:49.332Z
502026-07-08T19:49:49.332ZTo configure your current shell, you need to source
512026-07-08T19:49:49.332Zthe corresponding env file under $HOME/.cargo.
522026-07-08T19:49:49.332Z
532026-07-08T19:49:49.332ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T19:49:49.332Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T19:49:49.332Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T19:49:49.332Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T19:49:49.332Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T19:49:49.332Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T19:49:49.332Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T19:49:49.332Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T19:49:49.332Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T19:49:49.424Z+ rustup --version
632026-07-08T19:49:49.433Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T19:49:49.436Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T19:49:49.453Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-08T19:49:49.456Z+ cargo --version
672026-07-08T19:49:49.470Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-08T19:49:49.473Z+ rustc --version
692026-07-08T19:49:49.491Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-08T19:49:49.494Zprocess exited: duration 17319 ms, exit code 0
 
712026-07-08T19:49:49.500Zstarting task 2: "authentication"
722026-07-08T19:49:49.517Zprocess exited: duration 17 ms, exit code 0
 
732026-07-08T19:49:49.523Zstarting task 3: "clone repository"
742026-07-08T19:49:49.526Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-08T19:49:49.529Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-08T19:49:49.560ZCloning into '/work/oxidecomputer/omicron'...
772026-07-08T19:50:03.090Z+ cd /work/oxidecomputer/omicron
782026-07-08T19:50:03.090Z+ git fetch origin c19ef8e8526758ed9876d55ca40eb513685a9008
792026-07-08T19:50:03.414ZFrom https://github.com/oxidecomputer/omicron
802026-07-08T19:50:03.414Z * branch c19ef8e8526758ed9876d55ca40eb513685a9008 -> FETCH_HEAD
812026-07-08T19:50:03.423Z+ [[ -n '' ]]
822026-07-08T19:50:03.424Z+ git reset --hard c19ef8e8526758ed9876d55ca40eb513685a9008
832026-07-08T19:50:03.666ZHEAD is now at c19ef8e85 Bump web console (ext IPs on instance list)
842026-07-08T19:50:03.670Zprocess exited: duration 14144 ms, exit code 0
 
852026-07-08T19:50:03.677Zstarting task 4: "build"
862026-07-08T19:50:03.681Z+ source .github/buildomat/ci-env.sh
872026-07-08T19:50:03.686Z++ export CARGO_TERM_COLOR=always
882026-07-08T19:50:03.686Z++ CARGO_TERM_COLOR=always
892026-07-08T19:50:03.686Z+++ uname -s
902026-07-08T19:50:03.686Z++ [[ SunOS == \S\u\n\O\S ]]
912026-07-08T19:50:03.686Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-07-08T19:50:03.689Z+ cargo --version
932026-07-08T19:50:03.694Zcargo 1.96.1 (356927216 2026-06-26)
942026-07-08T19:50:03.697Z+ rustc --version
952026-07-08T19:50:03.717Zrustc 1.96.1 (31fca3adb 2026-06-26)
962026-07-08T19:50:03.721Z+ source ./env.sh
972026-07-08T19:50:03.721Z++ OLD_SHELL_OPTS=ehxB
982026-07-08T19:50:03.721Z++ set -o xtrace
992026-07-08T19:50:03.724Z++++ dirname ./env.sh
1002026-07-08T19:50:03.724Z+++ readlink -f .
1012026-07-08T19:50:03.727Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-07-08T19:50:03.728Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-08T19:50:03.728Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-08T19:50:03.728Z++ 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
1052026-07-08T19:50:03.728Z++ 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
1062026-07-08T19:50:03.728Z++ 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
1072026-07-08T19:50:03.728Z++ 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
1082026-07-08T19:50:03.728Z++ 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
1092026-07-08T19:50:03.728Z++ 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
1102026-07-08T19:50:03.728Z++ 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
1112026-07-08T19:50:03.728Z++ 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
1122026-07-08T19:50:03.728Z++ case $OLD_SHELL_OPTS in
1132026-07-08T19:50:03.728Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-07-08T19:50:03.728Z+ 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
1152026-07-08T19:50:03.728Z+ 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
1162026-07-08T19:50:03.728Z+ banner prerequisites
1172026-07-08T19:50:03.728Z
1182026-07-08T19:50:03.728Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-07-08T19:50:03.728Z # # # # # # # # # # # # # # #
1202026-07-08T19:50:03.728Z # # # # ##### # # ##### # # # # # #### #
1212026-07-08T19:50:03.728Z ##### ##### # ##### # # # # # # # # #
1222026-07-08T19:50:03.728Z # # # # # # # # # # # # # # #
1232026-07-08T19:50:03.728Z # # # ###### # # ###### ### # #### # #### #
1242026-07-08T19:50:03.728Z
1252026-07-08T19:50:03.728Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-07-08T19:50:05.275Z Startup: Refreshing catalog 'helios' ... Done
1272026-07-08T19:50:05.378Z Startup: Caching catalogs ... Done
1282026-07-08T19:50:05.869ZPlanning: Solver setup ... Done (0.443s)
1292026-07-08T19:50:05.893ZPlanning: Running solver ... Done (0.027s)
1302026-07-08T19:50:05.908ZPlanning: Finding local manifests ... Done (0.003s)
1312026-07-08T19:50:05.920ZPlanning: Fetching manifests: 0/2 0% complete
1322026-07-08T19:50:05.943ZPlanning: Fetching manifests: 2/2 100% complete
1332026-07-08T19:50:05.960ZPlanning: Package planning ... Done (0.013s)
1342026-07-08T19:50:05.961ZPlanning: Merging actions ... Done (0.001s)
1352026-07-08T19:50:06.121ZPlanning: Checking for conflicting actions ... Done (0.166s)
1362026-07-08T19:50:06.124ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-07-08T19:50:07.512ZPlanning: Evaluating mediators ... Done (0.888s)
1382026-07-08T19:50:07.521ZPlanning: Planning completed in 1.61 seconds
1392026-07-08T19:50:07.521Z Packages to install: 2
1402026-07-08T19:50:07.521Z Estimated space available: 156.06 GB
1412026-07-08T19:50:07.521ZEstimated space to be consumed: 30.99 MB
1422026-07-08T19:50:07.521Z Create boot environment: No
1432026-07-08T19:50:07.521ZCreate backup boot environment: No
1442026-07-08T19:50:07.521Z Rebuild boot archive: No
1452026-07-08T19:50:07.521Z
1462026-07-08T19:50:07.521ZChanged packages:
1472026-07-08T19:50:07.521Zhelios
1482026-07-08T19:50:07.521Z developer/build-essential
1492026-07-08T19:50:07.522Z None -> 11-3.0
1502026-07-08T19:50:07.522Z library/libxmlsec1
1512026-07-08T19:50:07.522Z None -> 1.2.35-3.0
1522026-07-08T19:50:07.522Z
1532026-07-08T19:50:07.522ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-07-08T19:50:07.522ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1552026-07-08T19:50:07.567Z Actions: 1/268 actions (Installing new actions)
1562026-07-08T19:50:07.603Z Actions: Completed 268 actions in 0.04 seconds.
1572026-07-08T19:50:07.613ZFinalize: Updating package state database ... Done (0.010s)
1582026-07-08T19:50:07.613ZFinalize: Updating package cache ... Done (0.000s)
1592026-07-08T19:50:07.642ZFinalize: Updating image state ... Done (0.029s)
1602026-07-08T19:50:10.054ZFinalize: Creating fast lookup database ... Done (2.388s)
1612026-07-08T19:50:10.136ZFinalize: Reading search index ... Done (0.012s)
1622026-07-08T19:50:10.143ZFinalize: Updating search index ... Done (0.000s)
1632026-07-08T19:50:10.222ZFinalize: Updating package cache ... Done (0.000s)
1642026-07-08T19:50:10.533ZPlanning: Evaluating mediator changes ... Done
1652026-07-08T19:50:10.638ZPlanning: Checking for conflicting actions ... Done
1662026-07-08T19:50:10.641ZPlanning: Consolidating action changes ... Done
1672026-07-08T19:50:10.793ZPlanning: Evaluating mediators ... Done
1682026-07-08T19:50:10.796ZPlanning: Planning completed in 0.26 seconds
1692026-07-08T19:50:10.816Z Mediators to change: 2
1702026-07-08T19:50:10.816Z Create boot environment: No
1712026-07-08T19:50:10.819ZCreate backup boot environment: No
1722026-07-08T19:50:10.857ZFinalize: Updating package state database ... Done
1732026-07-08T19:50:10.857ZFinalize: Updating package cache ... Done
1742026-07-08T19:50:10.872ZFinalize: Updating image state ... Done
1752026-07-08T19:50:12.804ZFinalize: Creating fast lookup database ... Done
1762026-07-08T19:50:12.866ZFinalize: Reading search index ... Done
1772026-07-08T19:50:12.870ZFinalize: Updating search index ... Done
1782026-07-08T19:50:12.933ZFinalize: Updating package cache ... Done
1792026-07-08T19:50:13.217ZPlanning: Evaluating mediator changes ... Done
1802026-07-08T19:50:13.320ZPlanning: Checking for conflicting actions ... Done
1812026-07-08T19:50:13.324ZPlanning: Consolidating action changes ... Done
1822026-07-08T19:50:13.475ZPlanning: Evaluating mediators ... Done
1832026-07-08T19:50:13.478ZPlanning: Planning completed in 0.26 seconds
1842026-07-08T19:50:13.498Z Mediators to change: 1
1852026-07-08T19:50:13.498Z Create boot environment: No
1862026-07-08T19:50:13.501ZCreate backup boot environment: No
1872026-07-08T19:50:13.539ZFinalize: Updating package state database ... Done
1882026-07-08T19:50:13.539ZFinalize: Updating package cache ... Done
1892026-07-08T19:50:13.555ZFinalize: Updating image state ... Done
1902026-07-08T19:50:15.483ZFinalize: Creating fast lookup database ... Done
1912026-07-08T19:50:15.542ZFinalize: Reading search index ... Done
1922026-07-08T19:50:15.545ZFinalize: Updating search index ... Done
1932026-07-08T19:50:15.620ZFinalize: Updating package cache ... Done
1942026-07-08T19:50:15.933ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-07-08T19:50:15.933Zapache system 2.4 system
1962026-07-08T19:50:15.934Zclang system 15 system
1972026-07-08T19:50:15.934Zcsh system system illumos
1982026-07-08T19:50:15.934Zctags system system illumos
1992026-07-08T19:50:15.934Zfile vendor vendor darwinsys
2002026-07-08T19:50:15.934Zfile system system illumos
2012026-07-08T19:50:15.934Zgcc vendor 14 vendor
2022026-07-08T19:50:15.934Zgcc system 13 system
2032026-07-08T19:50:15.934Zgcc system 10 system
2042026-07-08T19:50:15.934Zgo system 1.25 system
2052026-07-08T19:50:15.934Zllvm system 15 system
2062026-07-08T19:50:15.934Zmariadb system 11.4 system
2072026-07-08T19:50:15.934Zmta vendor vendor dma
2082026-07-08T19:50:15.934Zopenjdk system 17 system
2092026-07-08T19:50:15.934Zopenjdk system 11 system
2102026-07-08T19:50:15.934Zopenssl vendor 3 vendor
2112026-07-08T19:50:15.934Zperl system 5.40 system
2122026-07-08T19:50:15.934Zpostgresql system 18 system
2132026-07-08T19:50:15.934Zpostgresql system 17 system
2142026-07-08T19:50:15.934Zpython vendor 3 vendor
2152026-07-08T19:50:15.934Zpython system 2 system
2162026-07-08T19:50:15.934Zpython3 vendor 3.13 vendor
2172026-07-08T19:50:15.934Zruby system 3.4 system
2182026-07-08T19:50:15.934Zruby system 3.0 system
2192026-07-08T19:50:15.934Zwords vendor vendor american-english
2202026-07-08T19:50:15.934Zwords system system australian-english
2212026-07-08T19:50:15.934Zwords system system british-english
2222026-07-08T19:50:15.934Zwords system system canadian-english
2232026-07-08T19:50:15.934Zwords system system french
2242026-07-08T19:50:15.934Zwords system system italian
2252026-07-08T19:50:15.934Zwords system system ngerman
2262026-07-08T19:50:15.934Zwords system system ogerman
2272026-07-08T19:50:15.934Zwords system system spanish
2282026-07-08T19:50:16.185ZPUBLISHER TYPE STATUS P LOCATION
2292026-07-08T19:50:16.185Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-07-08T19:50:16.490ZFMRI IFO
2312026-07-08T19:50:16.490Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-07-08T19:50:16.490Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-07-08T19:50:16.490Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-07-08T19:50:16.490Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-07-08T19:50:16.490Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-07-08T19:50:16.490Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-07-08T19:50:16.490Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-07-08T19:50:16.490Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-07-08T19:50:16.490Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-07-08T19:50:16.752Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-07-08T19:50:17.035Z Updating crates.io index
2422026-07-08T19:50:17.038Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-07-08T19:50:17.289Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-07-08T19:50:17.564Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-07-08T19:50:18.738Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-07-08T19:50:19.289Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-07-08T19:50:21.781Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-07-08T19:50:22.649Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-07-08T19:50:22.879Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-07-08T19:50:23.264Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-07-08T19:50:24.668Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-07-08T19:50:25.123Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-07-08T19:50:25.470Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542026-07-08T19:50:25.733Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2552026-07-08T19:50:26.228Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2562026-07-08T19:50:26.777Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2572026-07-08T19:50:27.045Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-07-08T19:50:27.260Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-07-08T19:50:27.507Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-07-08T19:50:27.828Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-07-08T19:50:28.186Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-07-08T19:50:28.436Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-07-08T19:50:28.730Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-07-08T19:50:29.117Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-07-08T19:50:29.461Z Updating git repository `https://github.com/oxidecomputer/erebor`
2662026-07-08T19:50:29.703Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-07-08T19:50:30.175Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-07-08T19:50:30.399Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-07-08T19:50:30.721Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-07-08T19:50:30.977Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-07-08T19:50:31.230Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-07-08T19:50:31.628Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2732026-07-08T19:50:32.048Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-07-08T19:50:32.334Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-07-08T19:50:32.643Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-07-08T19:50:32.961Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-07-08T19:50:33.239Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-07-08T19:50:33.533Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-07-08T19:50:33.902Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-07-08T19:50:34.164Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-07-08T19:50:34.407Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-07-08T19:50:37.108Z Downloading crates ...
2832026-07-08T19:50:37.162Z Downloaded fnv v1.0.7
2842026-07-08T19:50:37.174Z Downloaded autocfg v1.5.0
2852026-07-08T19:50:37.178Z Downloaded zmij v1.0.21
2862026-07-08T19:50:37.181Z Downloaded getrandom v0.4.1
2872026-07-08T19:50:37.184Z Downloaded is_terminal_polyfill v1.70.2
2882026-07-08T19:50:37.184Z Downloaded anyhow v1.0.102
2892026-07-08T19:50:37.188Z Downloaded zerocopy-derive v0.7.35
2902026-07-08T19:50:37.188Z Downloaded itoa v1.0.17
2912026-07-08T19:50:37.191Z Downloaded cargo-platform v0.3.2
2922026-07-08T19:50:37.194Z Downloaded heck v0.4.1
2932026-07-08T19:50:37.197Z Downloaded zerocopy v0.7.35
2942026-07-08T19:50:37.203Z Downloaded swrite v0.1.0
2952026-07-08T19:50:37.206Z Downloaded fastrand v2.3.0
2962026-07-08T19:50:37.206Z Downloaded equivalent v1.0.2
2972026-07-08T19:50:37.206Z Downloaded clap_lex v1.0.0
2982026-07-08T19:50:37.209Z Downloaded anstyle-query v1.1.5
2992026-07-08T19:50:37.211Z Downloaded block-buffer v0.10.4
3002026-07-08T19:50:37.215Z Downloaded heck v0.5.0
3012026-07-08T19:50:37.218Z Downloaded macaddr v1.0.1
3022026-07-08T19:50:37.220Z Downloaded errno v0.3.14
3032026-07-08T19:50:37.224Z Downloaded thiserror v1.0.69
3042026-07-08T19:50:37.227Z Downloaded cargo_metadata v0.23.1
3052026-07-08T19:50:37.229Z Downloaded camino-tempfile v1.4.1
3062026-07-08T19:50:37.229Z Downloaded bitflags v2.11.0
3072026-07-08T19:50:37.232Z Downloaded memmap v0.7.0
3082026-07-08T19:50:37.232Z Downloaded anstream v1.0.0
3092026-07-08T19:50:37.232Z Downloaded dof v0.3.0
3102026-07-08T19:50:37.235Z Downloaded colorchoice v1.0.4
3112026-07-08T19:50:37.235Z Downloaded cfg-if v1.0.4
3122026-07-08T19:50:37.235Z Downloaded cpufeatures v0.2.17
3132026-07-08T19:50:37.235Z Downloaded generic-array v0.14.7
3142026-07-08T19:50:37.238Z Downloaded utf8parse v0.2.2
3152026-07-08T19:50:37.238Z Downloaded strsim v0.11.1
3162026-07-08T19:50:37.246Z Downloaded smawk v0.3.2
3172026-07-08T19:50:37.249Z Downloaded proc-macro-error-attr v1.0.4
3182026-07-08T19:50:37.252Z Downloaded plain v0.2.3
3192026-07-08T19:50:37.255Z Downloaded serde_spanned v0.6.9
3202026-07-08T19:50:37.258Z Downloaded version_check v0.9.5
3212026-07-08T19:50:37.261Z Downloaded pretty-hex v0.4.1
3222026-07-08T19:50:37.261Z Downloaded dtrace-parser v0.2.0
3232026-07-08T19:50:37.261Z Downloaded tabled_derive v0.7.0
3242026-07-08T19:50:37.264Z Downloaded toml_datetime v0.6.11
3252026-07-08T19:50:37.269Z Downloaded terminal_size v0.4.3
3262026-07-08T19:50:37.281Z Downloaded crypto-common v0.1.7
3272026-07-08T19:50:37.289Z Downloaded usdt v0.5.0
3282026-07-08T19:50:37.292Z Downloaded unicode-linebreak v0.1.5
3292026-07-08T19:50:37.292Z Downloaded usdt-attr-macro v0.5.0
3302026-07-08T19:50:37.295Z Downloaded anstyle-parse v1.0.0
3312026-07-08T19:50:37.299Z Downloaded byteorder v1.5.0
3322026-07-08T19:50:37.301Z Downloaded fs-err v3.3.0
3332026-07-08T19:50:37.313Z Downloaded thread-id v4.2.2
3342026-07-08T19:50:37.321Z Downloaded scroll_derive v0.12.1
3352026-07-08T19:50:37.326Z Downloaded scroll v0.12.0
3362026-07-08T19:50:37.329Z Downloaded thiserror-impl v1.0.69
3372026-07-08T19:50:37.332Z Downloaded thiserror-impl v2.0.18
3382026-07-08T19:50:37.335Z Downloaded cargo_toml v0.21.0
3392026-07-08T19:50:37.338Z Downloaded usdt-macro v0.5.0
3402026-07-08T19:50:37.338Z Downloaded quote v1.0.45
3412026-07-08T19:50:37.338Z Downloaded proc-macro-error v1.0.4
3422026-07-08T19:50:37.341Z Downloaded serde_tokenstream v0.2.3
3432026-07-08T19:50:37.344Z Downloaded toml_write v0.1.2
3442026-07-08T19:50:37.347Z Downloaded sha2 v0.10.9
3452026-07-08T19:50:37.347Z Downloaded thiserror v2.0.18
3462026-07-08T19:50:37.350Z Downloaded anstyle v1.0.14
3472026-07-08T19:50:37.350Z Downloaded semver v1.0.28
3482026-07-08T19:50:37.354Z Downloaded camino v1.2.2
3492026-07-08T19:50:37.354Z Downloaded tempfile v3.25.0
3502026-07-08T19:50:37.357Z Downloaded bytecount v0.6.9
3512026-07-08T19:50:37.366Z Downloaded pest_derive v2.8.6
3522026-07-08T19:50:37.369Z Downloaded usdt-impl v0.5.0
3532026-07-08T19:50:37.378Z Downloaded clap_derive v4.6.1
3542026-07-08T19:50:37.381Z Downloaded ucd-trie v0.1.7
3552026-07-08T19:50:37.389Z Downloaded toml v0.8.23
3562026-07-08T19:50:37.396Z Downloaded pest_generator v2.8.6
3572026-07-08T19:50:37.398Z Downloaded clap v4.6.1
3582026-07-08T19:50:37.401Z Downloaded papergrid v0.11.0
3592026-07-08T19:50:37.404Z Downloaded digest v0.10.7
3602026-07-08T19:50:37.407Z Downloaded log v0.4.29
3612026-07-08T19:50:37.410Z Downloaded once_cell v1.21.3
3622026-07-08T19:50:37.410Z Downloaded serde_core v1.0.228
3632026-07-08T19:50:37.413Z Downloaded unicode-ident v1.0.24
3642026-07-08T19:50:37.420Z Downloaded proc-macro2 v1.0.106
3652026-07-08T19:50:37.423Z Downloaded textwrap v0.16.2
3662026-07-08T19:50:37.427Z Downloaded serde_derive v1.0.228
3672026-07-08T19:50:37.430Z Downloaded pest_meta v2.8.6
3682026-07-08T19:50:37.440Z Downloaded toml_edit v0.22.27
3692026-07-08T19:50:37.452Z Downloaded memchr v2.8.0
3702026-07-08T19:50:37.473Z Downloaded serde v1.0.228
3712026-07-08T19:50:37.478Z Downloaded typenum v1.20.1
3722026-07-08T19:50:37.497Z Downloaded indexmap v2.14.0
3732026-07-08T19:50:37.501Z Downloaded pest v2.8.6
3742026-07-08T19:50:37.518Z Downloaded hashbrown v0.17.0
3752026-07-08T19:50:37.528Z Downloaded serde_json v1.0.150
3762026-07-08T19:50:37.551Z Downloaded goblin v0.8.2
3772026-07-08T19:50:37.554Z Downloaded clap_builder v4.6.0
3782026-07-08T19:50:37.558Z Downloaded winnow v0.7.14
3792026-07-08T19:50:37.573Z Downloaded tabled v0.15.0
3802026-07-08T19:50:37.590Z Downloaded unicode-width v0.1.14
3812026-07-08T19:50:37.596Z Downloaded syn v1.0.109
3822026-07-08T19:50:37.602Z Downloaded unicode-width v0.2.0
3832026-07-08T19:50:37.615Z Downloaded syn v2.0.117
3842026-07-08T19:50:37.637Z Downloaded rustix v1.1.3
3852026-07-08T19:50:37.662Z Downloaded libc v0.2.185
3862026-07-08T19:50:37.724Z Compiling proc-macro2 v1.0.106
3872026-07-08T19:50:37.724Z Compiling unicode-ident v1.0.24
3882026-07-08T19:50:37.728Z Compiling quote v1.0.45
3892026-07-08T19:50:37.728Z Compiling serde_core v1.0.228
3902026-07-08T19:50:37.728Z Compiling libc v0.2.185
3912026-07-08T19:50:37.728Z Compiling version_check v0.9.5
3922026-07-08T19:50:37.728Z Compiling memchr v2.8.0
3932026-07-08T19:50:37.728Z Compiling serde v1.0.228
3942026-07-08T19:50:38.154Z Compiling zmij v1.0.21
3952026-07-08T19:50:38.393Z Compiling ucd-trie v0.1.7
3962026-07-08T19:50:38.423Z Compiling thiserror v1.0.69
3972026-07-08T19:50:38.605Z Compiling itoa v1.0.17
3982026-07-08T19:50:38.677Z Compiling pest v2.8.6
3992026-07-08T19:50:38.758Z Compiling rustix v1.1.3
4002026-07-08T19:50:38.814Z Compiling byteorder v1.5.0
4012026-07-08T19:50:38.959Z Compiling errno v0.3.14
4022026-07-08T19:50:39.007Z Compiling bitflags v2.11.0
4032026-07-08T19:50:39.182Z Compiling serde_json v1.0.150
4042026-07-08T19:50:39.370Z Compiling syn v2.0.117
4052026-07-08T19:50:39.380Z Compiling thread-id v4.2.2
4062026-07-08T19:50:39.380Z Compiling proc-macro-error-attr v1.0.4
4072026-07-08T19:50:39.416Z Compiling usdt-impl v0.5.0
4082026-07-08T19:50:39.466Z Compiling syn v1.0.109
4092026-07-08T19:50:39.572Z Compiling camino v1.2.2
4102026-07-08T19:50:39.779Z Compiling pest_meta v2.8.6
4112026-07-08T19:50:39.862Z Compiling proc-macro-error v1.0.4
4122026-07-08T19:50:39.879Z Compiling getrandom v0.4.1
4132026-07-08T19:50:39.946Z Compiling plain v0.2.3
4142026-07-08T19:50:40.052Z Compiling equivalent v1.0.2
4152026-07-08T19:50:40.069Z Compiling hashbrown v0.17.0
4162026-07-08T19:50:40.238Z Compiling log v0.4.29
4172026-07-08T19:50:40.255Z Compiling utf8parse v0.2.2
4182026-07-08T19:50:40.411Z Compiling anstyle-parse v1.0.0
4192026-07-08T19:50:40.451Z Compiling terminal_size v0.4.3
4202026-07-08T19:50:40.613Z Compiling indexmap v2.14.0
4212026-07-08T19:50:41.080Z Compiling is_terminal_polyfill v1.70.2
4222026-07-08T19:50:41.169Z Compiling cfg-if v1.0.4
4232026-07-08T19:50:41.186Z Compiling pretty-hex v0.4.1
4242026-07-08T19:50:41.226Z Compiling anstyle-query v1.1.5
4252026-07-08T19:50:41.249Z Compiling winnow v0.7.14
4262026-07-08T19:50:41.281Z Compiling toml_write v0.1.2
4272026-07-08T19:50:41.329Z Compiling anstyle v1.0.14
4282026-07-08T19:50:41.346Z Compiling autocfg v1.5.0
4292026-07-08T19:50:41.405Z Compiling colorchoice v1.0.4
4302026-07-08T19:50:41.454Z Compiling thiserror v2.0.18
4312026-07-08T19:50:41.520Z Compiling anstream v1.0.0
4322026-07-08T19:50:41.656Z Compiling pest_generator v2.8.6
4332026-07-08T19:50:41.675Z Compiling heck v0.5.0
4342026-07-08T19:50:41.776Z Compiling fs-err v3.3.0
4352026-07-08T19:50:41.825Z Compiling heck v0.4.1
4362026-07-08T19:50:41.974Z Compiling fastrand v2.3.0
4372026-07-08T19:50:42.007Z Compiling strsim v0.11.1
4382026-07-08T19:50:42.049Z Compiling anyhow v1.0.102
4392026-07-08T19:50:42.236Z Compiling once_cell v1.21.3
4402026-07-08T19:50:42.262Z Compiling clap_lex v1.0.0
4412026-07-08T19:50:42.373Z Compiling unicode-width v0.1.14
4422026-07-08T19:50:42.406Z Compiling fnv v1.0.7
4432026-07-08T19:50:42.406Z Compiling bytecount v0.6.9
4442026-07-08T19:50:42.480Z Compiling tempfile v3.25.0
4452026-07-08T19:50:42.521Z Compiling clap_builder v4.6.0
4462026-07-08T19:50:42.659Z Compiling papergrid v0.11.0
4472026-07-08T19:50:42.677Z Compiling semver v1.0.28
4482026-07-08T19:50:42.774Z Compiling cargo-platform v0.3.2
4492026-07-08T19:50:42.783Z Compiling memmap v0.7.0
4502026-07-08T19:50:42.832Z Compiling tabled_derive v0.7.0
4512026-07-08T19:50:42.887Z Compiling smawk v0.3.2
4522026-07-08T19:50:42.960Z Compiling unicode-linebreak v0.1.5
4532026-07-08T19:50:42.996Z Compiling unicode-width v0.2.0
4542026-07-08T19:50:43.045Z Compiling camino-tempfile v1.4.1
4552026-07-08T19:50:43.242Z Compiling serde_derive v1.0.228
4562026-07-08T19:50:43.269Z Compiling thiserror-impl v1.0.69
4572026-07-08T19:50:43.286Z Compiling zerocopy-derive v0.7.35
4582026-07-08T19:50:43.375Z Compiling pest_derive v2.8.6
4592026-07-08T19:50:43.479Z Compiling scroll_derive v0.12.1
4602026-07-08T19:50:43.746Z Compiling thiserror-impl v2.0.18
4612026-07-08T19:50:43.829Z Compiling clap_derive v4.6.1
4622026-07-08T19:50:44.054Z Compiling tabled v0.15.0
4632026-07-08T19:50:44.161Z Compiling scroll v0.12.0
4642026-07-08T19:50:44.165Z Compiling zerocopy v0.7.35
4652026-07-08T19:50:44.435Z Compiling goblin v0.8.2
4662026-07-08T19:50:44.654Z Compiling dtrace-parser v0.2.0
4672026-07-08T19:50:44.717Z Compiling textwrap v0.16.2
4682026-07-08T19:50:45.179Z Compiling swrite v0.1.0
4692026-07-08T19:50:45.582Z Compiling clap v4.6.1
4702026-07-08T19:50:46.301Z Compiling toml_datetime v0.6.11
4712026-07-08T19:50:46.301Z Compiling serde_spanned v0.6.9
4722026-07-08T19:50:46.301Z Compiling cargo_metadata v0.23.1
4732026-07-08T19:50:46.304Z Compiling macaddr v1.0.1
4742026-07-08T19:50:46.304Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4752026-07-08T19:50:46.382Z Compiling dof v0.3.0
4762026-07-08T19:50:46.397Z Compiling serde_tokenstream v0.2.3
4772026-07-08T19:50:46.523Z Compiling toml_edit v0.22.27
4782026-07-08T19:50:47.155Z Compiling usdt-macro v0.5.0
4792026-07-08T19:50:47.158Z Compiling usdt-attr-macro v0.5.0
4802026-07-08T19:50:47.739Z Compiling usdt v0.5.0
4812026-07-08T19:50:47.858Z Compiling toml v0.8.23
4822026-07-08T19:50:48.182Z Compiling cargo_toml v0.21.0
4832026-07-08T19:50:49.437Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4842026-07-08T19:50:51.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.77s
4852026-07-08T19:50:51.560Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4862026-07-08T19:50:52.050Z Downloading crates ...
4872026-07-08T19:50:52.139Z Downloaded array-init v0.0.4
4882026-07-08T19:50:52.142Z Downloaded aead v0.5.2
4892026-07-08T19:50:52.142Z Downloaded adler2 v2.0.1
4902026-07-08T19:50:52.146Z Downloaded async-stream v0.3.6
4912026-07-08T19:50:52.149Z Downloaded async-stream-impl v0.3.6
4922026-07-08T19:50:52.149Z Downloaded compression-core v0.4.31
4932026-07-08T19:50:52.149Z Downloaded arrayvec v0.7.6
4942026-07-08T19:50:52.153Z Downloaded console v0.15.11
4952026-07-08T19:50:52.158Z Downloaded base16ct v1.0.0
4962026-07-08T19:50:52.163Z Downloaded ar_archive_writer v0.5.1
4972026-07-08T19:50:52.163Z Downloaded backon v1.6.0
4982026-07-08T19:50:52.163Z Downloaded arrayref v0.3.9
4992026-07-08T19:50:52.167Z Downloaded crc-catalog v2.4.0
5002026-07-08T19:50:52.170Z Downloaded convert_case v0.10.0
5012026-07-08T19:50:52.174Z Downloaded defmt-parser v1.0.0
5022026-07-08T19:50:52.174Z Downloaded darling_macro v0.21.3
5032026-07-08T19:50:52.178Z Downloaded bcrypt-pbkdf v0.11.0
5042026-07-08T19:50:52.178Z Downloaded async-recursion v1.1.1
5052026-07-08T19:50:52.181Z Downloaded cpubits v0.1.1
5062026-07-08T19:50:52.181Z Downloaded base16ct v0.2.0
5072026-07-08T19:50:52.181Z Downloaded assert_matches v1.5.0
5082026-07-08T19:50:52.184Z Downloaded bitfield-macros v0.19.4
5092026-07-08T19:50:52.188Z Downloaded darling_macro v0.23.0
5102026-07-08T19:50:52.188Z Downloaded atomic-waker v1.1.2
5112026-07-08T19:50:52.188Z Downloaded cpufeatures v0.3.0
5122026-07-08T19:50:52.191Z Downloaded bit-set v0.8.0
5132026-07-08T19:50:52.191Z Downloaded defmt v0.3.100
5142026-07-08T19:50:52.191Z Downloaded darling_core v0.20.11
5152026-07-08T19:50:52.194Z Downloaded atty v0.2.14
5162026-07-08T19:50:52.194Z Downloaded bitfield v0.19.4
5172026-07-08T19:50:52.197Z Downloaded bb8 v0.8.6
5182026-07-08T19:50:52.197Z Downloaded anstyle-parse v0.2.7
5192026-07-08T19:50:52.197Z Downloaded atomicwrites v0.4.4
5202026-07-08T19:50:52.201Z Downloaded darling_macro v0.13.4
5212026-07-08T19:50:52.201Z Downloaded anstream v0.6.21
5222026-07-08T19:50:52.201Z Downloaded debug-ignore v1.0.5
5232026-07-08T19:50:52.204Z Downloaded cstr-argument v0.1.2
5242026-07-08T19:50:52.204Z Downloaded crucible-workspace-hack v0.1.0
5252026-07-08T19:50:52.204Z Downloaded async-compression v0.4.41
5262026-07-08T19:50:52.208Z Downloaded curve25519-dalek-derive v0.1.1
5272026-07-08T19:50:52.208Z Downloaded ascii-canvas v3.0.0
5282026-07-08T19:50:52.212Z Downloaded darling v0.13.4
5292026-07-08T19:50:52.212Z Downloaded crypto-common v0.2.2
5302026-07-08T19:50:52.212Z Downloaded cobs v0.3.0
5312026-07-08T19:50:52.216Z Downloaded bit-vec v0.8.0
5322026-07-08T19:50:52.216Z Downloaded daft v0.1.7
5332026-07-08T19:50:52.216Z Downloaded csv-core v0.1.13
5342026-07-08T19:50:52.219Z Downloaded cfg_aliases v0.2.1
5352026-07-08T19:50:52.219Z Downloaded defmt-macros v1.0.1
5362026-07-08T19:50:52.219Z Downloaded defmt v1.0.1
5372026-07-08T19:50:52.223Z Downloaded ctr v0.10.1
5382026-07-08T19:50:52.223Z Downloaded darling v0.21.3
5392026-07-08T19:50:52.226Z Downloaded darling_macro v0.20.11
5402026-07-08T19:50:52.229Z Downloaded ciborium-io v0.2.2
5412026-07-08T19:50:52.230Z Downloaded ctutils v0.4.2
5422026-07-08T19:50:52.230Z Downloaded backoff v0.4.0
5432026-07-08T19:50:52.233Z Downloaded argon2 v0.6.0-rc.8
5442026-07-08T19:50:52.233Z Downloaded argon2 v0.5.3
5452026-07-08T19:50:52.233Z Downloaded allocator-api2 v0.2.21
5462026-07-08T19:50:52.237Z Downloaded data-encoding v2.10.0
5472026-07-08T19:50:52.237Z Downloaded bcs v0.1.6
5482026-07-08T19:50:52.237Z Downloaded aead v0.6.1
5492026-07-08T19:50:52.240Z Downloaded darling_core v0.13.4
5502026-07-08T19:50:52.240Z Downloaded darling v0.20.11
5512026-07-08T19:50:52.243Z Downloaded difflib v0.4.0
5522026-07-08T19:50:52.247Z Downloaded critical-section v1.2.0
5532026-07-08T19:50:52.247Z Downloaded ciborium-ll v0.2.2
5542026-07-08T19:50:52.247Z Downloaded crc8 v0.1.1
5552026-07-08T19:50:52.247Z Downloaded crc32fast v1.5.0
5562026-07-08T19:50:52.251Z Downloaded castaway v0.2.4
5572026-07-08T19:50:52.251Z Downloaded crc v3.4.0
5582026-07-08T19:50:52.251Z Downloaded block-buffer v0.12.1
5592026-07-08T19:50:52.256Z Downloaded fd-lock v4.0.4
5602026-07-08T19:50:52.256Z Downloaded crunchy v0.2.4
5612026-07-08T19:50:52.256Z Downloaded bit-vec v0.6.3
5622026-07-08T19:50:52.256Z Downloaded bit-set v0.5.3
5632026-07-08T19:50:52.259Z Downloaded bitfield-struct v0.6.2
5642026-07-08T19:50:52.260Z Downloaded daft-derive v0.1.7
5652026-07-08T19:50:52.260Z Downloaded env_filter v1.0.0
5662026-07-08T19:50:52.263Z Downloaded enum-as-inner v0.6.1
5672026-07-08T19:50:52.263Z Downloaded endian-type v0.1.2
5682026-07-08T19:50:52.263Z Downloaded darling_core v0.21.3
5692026-07-08T19:50:52.303Z Downloaded dunce v1.0.5
5702026-07-08T19:50:52.303Z Downloaded convert_case v0.4.0
5712026-07-08T19:50:52.307Z Downloaded embedded-io v0.6.1
5722026-07-08T19:50:52.307Z Downloaded document-features v0.2.12
5732026-07-08T19:50:52.307Z Downloaded dirs-sys-next v0.1.2
5742026-07-08T19:50:52.307Z Downloaded downcast-rs v2.0.2
5752026-07-08T19:50:52.307Z Downloaded block-padding v0.4.2
5762026-07-08T19:50:52.307Z Downloaded dsl_auto_type v0.2.0
5772026-07-08T19:50:52.307Z Downloaded diesel_table_macro_syntax v0.3.0
5782026-07-08T19:50:52.307Z Downloaded derive_builder_macro v0.20.2
5792026-07-08T19:50:52.307Z Downloaded async-trait v0.1.89
5802026-07-08T19:50:52.307Z Downloaded cipher v0.4.4
5812026-07-08T19:50:52.308Z Downloaded flagset v0.4.7
5822026-07-08T19:50:52.308Z Downloaded ahash v0.8.12
5832026-07-08T19:50:52.308Z Downloaded fixedbitset v0.4.2
5842026-07-08T19:50:52.308Z Downloaded dyn-clone v1.0.20
5852026-07-08T19:50:52.308Z Downloaded foreign-types v0.3.2
5862026-07-08T19:50:52.308Z Downloaded dropshot-api-manager-types v0.7.2
5872026-07-08T19:50:52.308Z Downloaded float-cmp v0.10.0
5882026-07-08T19:50:52.308Z Downloaded display-error-chain v0.2.2
5892026-07-08T19:50:52.308Z Downloaded dirs-next v2.0.0
5902026-07-08T19:50:52.308Z Downloaded foreign-types-shared v0.3.1
5912026-07-08T19:50:52.308Z Downloaded foreign-types-shared v0.1.1
5922026-07-08T19:50:52.312Z Downloaded displaydoc v0.2.5
5932026-07-08T19:50:52.312Z Downloaded funty v2.0.0
5942026-07-08T19:50:52.312Z Downloaded crossbeam-deque v0.8.6
5952026-07-08T19:50:52.316Z Downloaded futures-task v0.3.32
5962026-07-08T19:50:52.316Z Downloaded futures-macro v0.3.32
5972026-07-08T19:50:52.319Z Downloaded dtrace-parser v0.3.0
5982026-07-08T19:50:52.319Z Downloaded futures-io v0.3.32
5992026-07-08T19:50:52.319Z Downloaded dof v0.4.0
6002026-07-08T19:50:52.323Z Downloaded hash32 v0.3.1
6012026-07-08T19:50:52.326Z Downloaded bitflags v1.3.2
6022026-07-08T19:50:52.326Z Downloaded foreign-types v0.5.0
6032026-07-08T19:50:52.329Z Downloaded float-ord v0.3.2
6042026-07-08T19:50:52.329Z Downloaded base64ct v1.8.3
6052026-07-08T19:50:52.332Z Downloaded constant_time_eq v0.4.2
6062026-07-08T19:50:52.333Z Downloaded gethostname v0.5.0
6072026-07-08T19:50:52.336Z Downloaded crc-any v2.5.0
6082026-07-08T19:50:52.336Z Downloaded cfg_aliases v0.1.1
6092026-07-08T19:50:52.336Z Downloaded fxhash v0.2.1
6102026-07-08T19:50:52.339Z Downloaded derive_builder_core v0.20.2
6112026-07-08T19:50:52.339Z Downloaded futures-core v0.3.32
6122026-07-08T19:50:52.339Z Downloaded cmov v0.5.4
6132026-07-08T19:50:52.342Z Downloaded der_derive v0.7.3
6142026-07-08T19:50:52.342Z Downloaded fallible-iterator v0.2.0
6152026-07-08T19:50:52.342Z Downloaded erased-serde v0.3.31
6162026-07-08T19:50:52.346Z Downloaded enum_dispatch v0.3.13
6172026-07-08T19:50:52.346Z Downloaded digest v0.11.3
6182026-07-08T19:50:52.349Z Downloaded hash32 v0.2.1
6192026-07-08T19:50:52.349Z Downloaded env_logger v0.11.9
6202026-07-08T19:50:52.352Z Downloaded futures-sink v0.3.32
6212026-07-08T19:50:52.352Z Downloaded ff v0.14.0
6222026-07-08T19:50:52.352Z Downloaded delegate v0.13.5
6232026-07-08T19:50:52.352Z Downloaded globwalk v0.9.1
6242026-07-08T19:50:52.356Z Downloaded ghash v0.6.0
6252026-07-08T19:50:52.356Z Downloaded git-stub v1.0.0
6262026-07-08T19:50:52.356Z Downloaded const_format_proc_macros v0.2.34
6272026-07-08T19:50:52.359Z Downloaded chacha20 v0.9.1
6282026-07-08T19:50:52.359Z Downloaded hex v0.4.3
6292026-07-08T19:50:52.359Z Downloaded cexpr v0.6.0
6302026-07-08T19:50:52.363Z Downloaded buf-list v1.1.2
6312026-07-08T19:50:52.363Z Downloaded ena v0.14.4
6322026-07-08T19:50:52.365Z Downloaded diesel-dtrace v0.5.0
6332026-07-08T19:50:52.366Z Downloaded crypto-bigint v0.5.5
6342026-07-08T19:50:52.369Z Downloaded cassowary v0.3.0
6352026-07-08T19:50:52.372Z Downloaded ed25519 v2.2.3
6362026-07-08T19:50:52.372Z Downloaded colored v3.1.1
6372026-07-08T19:50:52.372Z Downloaded async-bb8-diesel v0.2.1
6382026-07-08T19:50:52.376Z Downloaded headers-core v0.3.0
6392026-07-08T19:50:52.376Z Downloaded ecdsa v0.16.9
6402026-07-08T19:50:52.376Z Downloaded darling v0.23.0
6412026-07-08T19:50:52.380Z Downloaded ed25519 v3.0.0
6422026-07-08T19:50:52.380Z Downloaded home v0.5.12
6432026-07-08T19:50:52.383Z Downloaded hex-literal v1.1.0
6442026-07-08T19:50:52.383Z Downloaded hostname v0.4.2
6452026-07-08T19:50:52.383Z Downloaded hostname v0.3.1
6462026-07-08T19:50:52.387Z Downloaded fs_extra v1.3.0
6472026-07-08T19:50:52.387Z Downloaded fs-err v2.11.0
6482026-07-08T19:50:52.387Z Downloaded foldhash v0.2.0
6492026-07-08T19:50:52.390Z Downloaded embedded-io v0.4.0
6502026-07-08T19:50:52.390Z Downloaded find-msvc-tools v0.1.9
6512026-07-08T19:50:52.390Z Downloaded globset v0.4.18
6522026-07-08T19:50:52.396Z Downloaded hubpack v0.1.2
6532026-07-08T19:50:52.396Z Downloaded httpdate v1.0.3
6542026-07-08T19:50:52.397Z Downloaded http-body v1.0.1
6552026-07-08T19:50:52.397Z Downloaded hubpack_derive v0.1.1
6562026-07-08T19:50:52.400Z Downloaded foreign-types-macros v0.2.3
6572026-07-08T19:50:52.400Z Downloaded fixedbitset v0.5.7
6582026-07-08T19:50:52.400Z Downloaded http-range v0.1.5
6592026-07-08T19:50:52.400Z Downloaded filetime v0.2.27
6602026-07-08T19:50:52.400Z Downloaded hyper-tls v0.6.0
6612026-07-08T19:50:52.400Z Downloaded colored v2.2.0
6622026-07-08T19:50:52.403Z Downloaded group v0.13.0
6632026-07-08T19:50:52.404Z Downloaded bzip2 v0.6.1
6642026-07-08T19:50:52.404Z Downloaded futures-executor v0.3.32
6652026-07-08T19:50:52.408Z Downloaded ecdsa v0.17.0-rc.18
6662026-07-08T19:50:52.408Z Downloaded cookie v0.18.1
6672026-07-08T19:50:52.411Z Downloaded clang-sys v1.8.1
6682026-07-08T19:50:52.411Z Downloaded diff v0.1.13
6692026-07-08T19:50:52.414Z Downloaded derive_builder v0.20.2
6702026-07-08T19:50:52.414Z Downloaded glob v0.3.3
6712026-07-08T19:50:52.417Z Downloaded group v0.14.0
6722026-07-08T19:50:52.417Z Downloaded cookie_store v0.22.1
6732026-07-08T19:50:52.420Z Downloaded deranged v0.5.8
6742026-07-08T19:50:52.420Z Downloaded crossbeam-utils v0.8.21
6752026-07-08T19:50:52.420Z Downloaded crossbeam-epoch v0.9.18
6762026-07-08T19:50:52.424Z Downloaded bzip2 v0.4.4
6772026-07-08T19:50:52.424Z Downloaded ciborium v0.2.2
6782026-07-08T19:50:52.427Z Downloaded console v0.16.2
6792026-07-08T19:50:52.427Z Downloaded cmake v0.1.57
6802026-07-08T19:50:52.427Z Downloaded chacha20 v0.10.0
6812026-07-08T19:50:52.430Z Downloaded blake2 v0.10.6
6822026-07-08T19:50:52.430Z Downloaded cancel-safe-futures v0.1.5
6832026-07-08T19:50:52.434Z Downloaded compression-codecs v0.4.37
6842026-07-08T19:50:52.437Z Downloaded idna_adapter v1.2.1
6852026-07-08T19:50:52.437Z Downloaded derive-ex v0.1.8
6862026-07-08T19:50:52.437Z Downloaded foldhash v0.1.5
6872026-07-08T19:50:52.437Z Downloaded illumos-nvpair v0.3.0
6882026-07-08T19:50:52.441Z Downloaded ident_case v1.0.1
6892026-07-08T19:50:52.441Z Downloaded ff v0.13.1
6902026-07-08T19:50:52.441Z Downloaded git-stub-vcs v0.1.0
6912026-07-08T19:50:52.444Z Downloaded either v1.15.0
6922026-07-08T19:50:52.444Z Downloaded form_urlencoded v1.2.2
6932026-07-08T19:50:52.444Z Downloaded blowfish v0.10.0
6942026-07-08T19:50:52.444Z Downloaded highway v1.3.0
6952026-07-08T19:50:52.448Z Downloaded byte-wrapper v0.1.0
6962026-07-08T19:50:52.448Z Downloaded inout v0.2.2
6972026-07-08T19:50:52.448Z Downloaded illumos-nvpair-sys v0.2.0
6982026-07-08T19:50:52.448Z Downloaded corncobs v0.1.4
6992026-07-08T19:50:52.451Z Downloaded cipher v0.5.2
7002026-07-08T19:50:52.451Z Downloaded indoc v1.0.9
7012026-07-08T19:50:52.455Z Downloaded futures-channel v0.3.32
7022026-07-08T19:50:52.455Z Downloaded cbc v0.2.1
7032026-07-08T19:50:52.460Z Downloaded http-body-util v0.1.3
7042026-07-08T19:50:52.460Z Downloaded internet-checksum v0.2.1
7052026-07-08T19:50:52.460Z Downloaded instant v0.1.13
7062026-07-08T19:50:52.460Z Downloaded instability v0.3.11
7072026-07-08T19:50:52.464Z Downloaded des v0.9.0
7082026-07-08T19:50:52.464Z Downloaded kstat-rs v0.2.4
7092026-07-08T19:50:52.464Z Downloaded keccak v0.1.6
7102026-07-08T19:50:52.464Z Downloaded inout v0.1.4
7112026-07-08T19:50:52.467Z Downloaded blake2 v0.11.0-rc.6
7122026-07-08T19:50:52.472Z Downloaded is-terminal v0.4.17
7132026-07-08T19:50:52.475Z Downloaded is_ci v1.2.0
7142026-07-08T19:50:52.475Z Downloaded fatfs v0.3.6
7152026-07-08T19:50:52.478Z Downloaded const-oid v0.10.2
7162026-07-08T19:50:52.478Z Downloaded const-oid v0.9.6
7172026-07-08T19:50:52.482Z Downloaded lazy_static v1.5.0
7182026-07-08T19:50:52.482Z Downloaded half v1.8.3
7192026-07-08T19:50:52.485Z Downloaded camino-tempfile-ext v0.3.3
7202026-07-08T19:50:52.485Z Downloaded hyper-staticfile v0.10.1
7212026-07-08T19:50:52.491Z Downloaded lru-slab v0.1.2
7222026-07-08T19:50:52.495Z Downloaded lru-cache v0.1.2
7232026-07-08T19:50:52.495Z Downloaded aes v0.9.1
7242026-07-08T19:50:52.498Z Downloaded base64 v0.22.1
7252026-07-08T19:50:52.498Z Downloaded lalrpop-util v0.19.12
7262026-07-08T19:50:52.501Z Downloaded libscf-sys v1.1.0
7272026-07-08T19:50:52.501Z Downloaded arc-swap v1.8.2
7282026-07-08T19:50:52.504Z Downloaded indent_write v2.2.0
7292026-07-08T19:50:52.504Z Downloaded memoffset v0.9.1
7302026-07-08T19:50:52.504Z Downloaded linked-hash-map v0.5.6
7312026-07-08T19:50:52.508Z Downloaded maplit v1.0.2
7322026-07-08T19:50:52.508Z Downloaded lru v0.12.5
7332026-07-08T19:50:52.511Z Downloaded md5 v0.8.0
7342026-07-08T19:50:52.514Z Downloaded dropshot_endpoint v0.17.1
7352026-07-08T19:50:52.514Z Downloaded elliptic-curve v0.13.8
7362026-07-08T19:50:52.518Z Downloaded drift v0.2.0
7372026-07-08T19:50:52.522Z Downloaded nibble_vec v0.1.0
7382026-07-08T19:50:52.525Z Downloaded multimap v0.10.1
7392026-07-08T19:50:52.525Z Downloaded mime v0.3.17
7402026-07-08T19:50:52.525Z Downloaded getrandom v0.3.4
7412026-07-08T19:50:52.528Z Downloaded getrandom v0.2.17
7422026-07-08T19:50:52.533Z Downloaded hmac v0.12.1
7432026-07-08T19:50:52.533Z Downloaded humantime v2.3.0
7442026-07-08T19:50:52.533Z Downloaded indoc v2.0.7
7452026-07-08T19:50:52.536Z Downloaded newtype_derive v0.1.6
7462026-07-08T19:50:52.536Z Downloaded newline-converter v0.3.0
7472026-07-08T19:50:52.536Z Downloaded match_cfg v0.1.0
7482026-07-08T19:50:52.536Z Downloaded ingot-types v0.1.2
7492026-07-08T19:50:52.540Z Downloaded new_debug_unreachable v1.0.6
7502026-07-08T19:50:52.540Z Downloaded kem v0.3.0
7512026-07-08T19:50:52.540Z Downloaded keccak v0.2.0
7522026-07-08T19:50:52.540Z Downloaded num v0.4.3
7532026-07-08T19:50:52.545Z Downloaded normalize-line-endings v0.3.0
7542026-07-08T19:50:52.545Z Downloaded nonempty v0.12.0
7552026-07-08T19:50:52.545Z Downloaded hybrid-array v0.4.13
7562026-07-08T19:50:52.545Z Downloaded chacha20poly1305 v0.10.1
7572026-07-08T19:50:52.548Z Downloaded ingot v0.1.1
7582026-07-08T19:50:52.548Z Downloaded hmac v0.13.0
7592026-07-08T19:50:52.548Z Downloaded derive_more v0.99.20
7602026-07-08T19:50:52.552Z Downloaded httparse v1.10.1
7612026-07-08T19:50:52.552Z Downloaded futures v0.3.32
7622026-07-08T19:50:52.556Z Downloaded nodrop v0.1.14
7632026-07-08T19:50:52.556Z Downloaded jobserver v0.1.34
7642026-07-08T19:50:52.560Z Downloaded iana-time-zone v0.1.65
7652026-07-08T19:50:52.560Z Downloaded compact_str v0.8.1
7662026-07-08T19:50:52.560Z Downloaded libloading v0.8.9
7672026-07-08T19:50:52.563Z Downloaded num-iter v0.1.45
7682026-07-08T19:50:52.563Z Downloaded const_format v0.2.35
7692026-07-08T19:50:52.568Z Downloaded ipnetwork v0.21.1
7702026-07-08T19:50:52.568Z Downloaded lock_api v0.4.14
7712026-07-08T19:50:52.571Z Downloaded cc v1.2.56
7722026-07-08T19:50:52.571Z Downloaded num-derive v0.4.2
7732026-07-08T19:50:52.571Z Downloaded base64 v0.21.7
7742026-07-08T19:50:52.574Z Downloaded hyper-rustls v0.27.7
7752026-07-08T19:50:52.578Z Downloaded num_threads v0.1.7
7762026-07-08T19:50:52.578Z Downloaded num_enum_derive v0.5.11
7772026-07-08T19:50:52.578Z Downloaded bytes v1.11.1
7782026-07-08T19:50:52.582Z Downloaded generic-array v1.4.3
7792026-07-08T19:50:52.582Z Downloaded num-derive v0.3.3
7802026-07-08T19:50:52.582Z Downloaded num-conv v0.2.0
7812026-07-08T19:50:52.585Z Downloaded libefi-sys v0.1.0
7822026-07-08T19:50:52.585Z Downloaded openssl-macros v0.1.1
7832026-07-08T19:50:52.585Z Downloaded newtype-uuid-macros v0.1.0
7842026-07-08T19:50:52.585Z Downloaded ingot-macros v0.1.1
7852026-07-08T19:50:52.589Z Downloaded olpc-cjson v0.1.4
7862026-07-08T19:50:52.589Z Downloaded openssl-probe v0.1.6
7872026-07-08T19:50:52.589Z Downloaded md-5 v0.10.6
7882026-07-08T19:50:52.589Z Downloaded maybe-uninit v2.0.0
7892026-07-08T19:50:52.593Z Downloaded libsw-core v0.3.2
7902026-07-08T19:50:52.593Z Downloaded flume v0.11.1
7912026-07-08T19:50:52.596Z Downloaded managed v0.8.0
7922026-07-08T19:50:52.596Z Downloaded lzss v0.8.2
7932026-07-08T19:50:52.596Z Downloaded derive-where v1.6.0
7942026-07-08T19:50:52.600Z Downloaded native-tls v0.2.18
7952026-07-08T19:50:52.600Z Downloaded libsw v3.5.0
7962026-07-08T19:50:52.600Z Downloaded impl-trait-for-tuples v0.2.3
7972026-07-08T19:50:52.603Z Downloaded oso-derive v0.27.3
7982026-07-08T19:50:52.603Z Downloaded mime_guess v2.0.5
7992026-07-08T19:50:52.603Z Downloaded linear-map v1.2.0
8002026-07-08T19:50:52.606Z Downloaded packed_struct_codegen v0.10.1
8012026-07-08T19:50:52.606Z Downloaded opaque-debug v0.3.1
8022026-07-08T19:50:52.610Z Downloaded elliptic-curve v0.14.0-rc.33
8032026-07-08T19:50:52.614Z Downloaded openssl-probe v0.2.1
8042026-07-08T19:50:52.614Z Downloaded newtype-uuid v1.3.2
8052026-07-08T19:50:52.614Z Downloaded nanorand v0.7.0
8062026-07-08T19:50:52.617Z Downloaded module-lattice v0.2.3
8072026-07-08T19:50:52.620Z Downloaded icu_provider v2.1.1
8082026-07-08T19:50:52.636Z Downloaded parse-size v1.1.0
8092026-07-08T19:50:52.642Z Downloaded parse-display v0.10.0
8102026-07-08T19:50:52.642Z Downloaded peg-runtime v0.8.5
8112026-07-08T19:50:52.642Z Downloaded num_enum_derive v0.7.6
8122026-07-08T19:50:52.643Z Downloaded num-integer v0.1.46
8132026-07-08T19:50:52.645Z Downloaded ipnet v2.11.0
8142026-07-08T19:50:52.645Z Downloaded path-slash v0.1.5
8152026-07-08T19:50:52.646Z Downloaded phf_shared v0.13.1
8162026-07-08T19:50:52.646Z Downloaded percent-encoding v2.3.2
8172026-07-08T19:50:52.648Z Downloaded phf_shared v0.12.1
8182026-07-08T19:50:52.649Z Downloaded darling_core v0.23.0
8192026-07-08T19:50:52.652Z Downloaded headers v0.4.1
8202026-07-08T19:50:52.655Z Downloaded multer v3.1.0
8212026-07-08T19:50:52.655Z Downloaded ml-kem v0.3.2
8222026-07-08T19:50:52.659Z Downloaded half v2.7.1
8232026-07-08T19:50:52.662Z Downloaded phf_shared v0.11.3
8242026-07-08T19:50:52.662Z Downloaded num-complex v0.4.6
8252026-07-08T19:50:52.662Z Downloaded password-hash v0.6.1
8262026-07-08T19:50:52.667Z Downloaded flate2 v1.1.9
8272026-07-08T19:50:52.671Z Downloaded num_enum v0.7.6
8282026-07-08T19:50:52.671Z Downloaded litemap v0.8.1
8292026-07-08T19:50:52.674Z Downloaded num_enum v0.5.11
8302026-07-08T19:50:52.677Z Downloaded oxnet v0.1.6
8312026-07-08T19:50:52.677Z Downloaded oxide-tokio-rt v0.1.4
8322026-07-08T19:50:52.681Z Downloaded nu-ansi-term v0.50.3
8332026-07-08T19:50:52.681Z Downloaded packed_struct v0.10.1
8342026-07-08T19:50:52.684Z Downloaded predicates-tree v1.0.13
8352026-07-08T19:50:52.684Z Downloaded predicates-core v1.0.10
8362026-07-08T19:50:52.684Z Downloaded powerfmt v0.2.0
8372026-07-08T19:50:52.684Z Downloaded litrs v1.0.0
8382026-07-08T19:50:52.688Z Downloaded crossbeam-channel v0.5.15
8392026-07-08T19:50:52.691Z Downloaded icu_locale_core v2.1.1
8402026-07-08T19:50:52.694Z Downloaded heapless v0.7.17
8412026-07-08T19:50:52.695Z Downloaded expectorate v1.2.0
8422026-07-08T19:50:52.698Z Downloaded proc-macro-error-attr2 v2.0.0
8432026-07-08T19:50:52.698Z Downloaded precomputed-hash v0.1.1
8442026-07-08T19:50:52.698Z Downloaded potential_utf v0.1.4
8452026-07-08T19:50:52.698Z Downloaded memmap2 v0.9.10
8462026-07-08T19:50:52.701Z Downloaded icu_properties v2.1.2
8472026-07-08T19:50:52.702Z Downloaded num-rational v0.4.2
8482026-07-08T19:50:52.705Z Downloaded proc-macro-crate v3.4.0
8492026-07-08T19:50:52.705Z Downloaded parking_lot_core v0.8.6
8502026-07-08T19:50:52.712Z Downloaded ed25519-dalek v2.2.0
8512026-07-08T19:50:52.715Z Downloaded indexmap v1.9.3
8522026-07-08T19:50:52.715Z Downloaded ignore v0.4.25
8532026-07-08T19:50:52.715Z Downloaded parse-display-derive v0.10.0
8542026-07-08T19:50:52.715Z Downloaded peg-macros v0.8.5
8552026-07-08T19:50:52.715Z Downloaded progenitor-client v0.14.0
8562026-07-08T19:50:52.718Z Downloaded pem v3.0.6
8572026-07-08T19:50:52.718Z Downloaded hickory-resolver v0.24.4
8582026-07-08T19:50:52.721Z Downloaded progenitor-macro v0.13.0
8592026-07-08T19:50:52.721Z Downloaded password-hash v0.5.0
8602026-07-08T19:50:52.724Z Downloaded pin-project-lite v0.2.17
8612026-07-08T19:50:52.728Z Downloaded phf v0.13.1
8622026-07-08T19:50:52.728Z Downloaded pem-rfc7468 v1.0.0
8632026-07-08T19:50:52.728Z Downloaded pem-rfc7468 v0.7.0
8642026-07-08T19:50:52.731Z Downloaded phf v0.12.1
8652026-07-08T19:50:52.731Z Downloaded quick-error v1.2.3
8662026-07-08T19:50:52.731Z Downloaded bumpalo v3.20.2
8672026-07-08T19:50:52.734Z Downloaded libbz2-rs-sys v0.2.2
8682026-07-08T19:50:52.734Z Downloaded poly1305 v0.8.0
8692026-07-08T19:50:52.737Z Downloaded pin-project-internal v1.1.11
8702026-07-08T19:50:52.737Z Downloaded pkcs8 v0.10.2
8712026-07-08T19:50:52.742Z Downloaded psl-types v2.0.11
8722026-07-08T19:50:52.742Z Downloaded pkg-config v0.3.32
8732026-07-08T19:50:52.742Z Downloaded icu_normalizer_data v2.1.1
8742026-07-08T19:50:52.747Z Downloaded icu_normalizer v2.1.1
8752026-07-08T19:50:52.747Z Downloaded heapless v0.8.0
8762026-07-08T19:50:52.750Z Downloaded predicates v3.1.4
8772026-07-08T19:50:52.750Z Downloaded parking_lot v0.11.2
8782026-07-08T19:50:52.751Z Downloaded der v0.7.10
8792026-07-08T19:50:52.754Z Downloaded polyval v0.7.1
8802026-07-08T19:50:52.758Z Downloaded owo-colors v4.3.0
8812026-07-08T19:50:52.758Z Downloaded diesel_derives v2.3.7
8822026-07-08T19:50:52.761Z Downloaded radium v0.7.0
8832026-07-08T19:50:52.761Z Downloaded postgres-protocol v0.6.10
8842026-07-08T19:50:52.765Z Downloaded phc v0.6.1
8852026-07-08T19:50:52.765Z Downloaded peg v0.8.5
8862026-07-08T19:50:52.771Z Downloaded indicatif v0.18.4
8872026-07-08T19:50:52.771Z Downloaded proc-macro-error2 v2.0.1
8882026-07-08T19:50:52.775Z Downloaded proc-macro-crate v1.3.1
8892026-07-08T19:50:52.775Z Downloaded primeorder v0.14.0-rc.10
8902026-07-08T19:50:52.775Z Downloaded ppv-lite86 v0.2.21
8912026-07-08T19:50:52.775Z Downloaded parking_lot_core v0.9.12
8922026-07-08T19:50:52.775Z Downloaded rand_xorshift v0.4.0
8932026-07-08T19:50:52.778Z Downloaded num-traits v0.2.19
8942026-07-08T19:50:52.779Z Downloaded icu_collections v2.1.1
8952026-07-08T19:50:52.781Z Downloaded primefield v0.14.0
8962026-07-08T19:50:52.785Z Downloaded ref-cast-impl v1.0.25
8972026-07-08T19:50:52.785Z Downloaded ref-cast v1.0.25
8982026-07-08T19:50:52.785Z Downloaded progenitor-client v0.13.0
8992026-07-08T19:50:52.788Z Downloaded hickory-resolver v0.25.2
9002026-07-08T19:50:52.788Z Downloaded progenitor v0.14.0
9012026-07-08T19:50:52.791Z Downloaded rfc6979 v0.4.0
9022026-07-08T19:50:52.791Z Downloaded progenitor-macro v0.14.0
9032026-07-08T19:50:52.791Z Downloaded primeorder v0.13.6
9042026-07-08T19:50:52.794Z Downloaded pkcs1 v0.8.0-rc.4
9052026-07-08T19:50:52.794Z Downloaded recursive v0.1.1
9062026-07-08T19:50:52.794Z Downloaded pkcs1 v0.7.5
9072026-07-08T19:50:52.798Z Downloaded recursive-proc-macro-impl v0.1.1
9082026-07-08T19:50:52.798Z Downloaded crossterm v0.29.0
9092026-07-08T19:50:52.801Z Downloaded pkcs8 v0.11.0
9102026-07-08T19:50:52.805Z Downloaded derive_more v2.1.1
9112026-07-08T19:50:52.809Z Downloaded oso v0.27.3
9122026-07-08T19:50:52.812Z Downloaded omicron-zone-package v0.12.3
9132026-07-08T19:50:52.816Z Downloaded rand_seeder v0.4.0
9142026-07-08T19:50:52.816Z Downloaded rand_core v0.10.0
9152026-07-08T19:50:52.816Z Downloaded rand_core v0.6.4
9162026-07-08T19:50:52.819Z Downloaded rand_chacha v0.9.0
9172026-07-08T19:50:52.819Z Downloaded ed25519-dalek v3.0.0-rc.0
9182026-07-08T19:50:52.822Z Downloaded rustc_version v0.4.1
9192026-07-08T19:50:52.822Z Downloaded psm v0.1.30
9202026-07-08T19:50:52.822Z Downloaded rustc-hash v2.1.1
9212026-07-08T19:50:52.825Z Downloaded rtoolbox v0.0.3
9222026-07-08T19:50:52.825Z Downloaded pbkdf2 v0.13.0
9232026-07-08T19:50:52.825Z Downloaded derive_more-impl v2.1.1
9242026-07-08T19:50:52.828Z Downloaded postgres-types v0.2.12
9252026-07-08T19:50:52.833Z Downloaded r2d2 v0.8.10
9262026-07-08T19:50:52.833Z Downloaded rustc_version v0.1.7
9272026-07-08T19:50:52.836Z Downloaded russh-util v0.52.0
9282026-07-08T19:50:52.836Z Downloaded postcard v1.1.3
9292026-07-08T19:50:52.836Z Downloaded miniz_oxide v0.8.9
9302026-07-08T19:50:52.836Z Downloaded poly1305 v0.9.0
9312026-07-08T19:50:52.839Z Downloaded paste v1.0.15
9322026-07-08T19:50:52.839Z Downloaded rand_chacha v0.3.1
9332026-07-08T19:50:52.843Z Downloaded same-file v1.0.6
9342026-07-08T19:50:52.843Z Downloaded scheduled-thread-pool v0.2.7
9352026-07-08T19:50:52.843Z Downloaded rand_core v0.9.5
9362026-07-08T19:50:52.846Z Downloaded sapling-renderdag v0.1.0
9372026-07-08T19:50:52.846Z Downloaded progenitor v0.13.0
9382026-07-08T19:50:52.846Z Downloaded aes-gcm v0.11.0
9392026-07-08T19:50:52.849Z Downloaded der v0.8.0
9402026-07-08T19:50:52.852Z Downloaded scroll_derive v0.13.1
9412026-07-08T19:50:52.855Z Downloaded jiff-static v0.2.21
9422026-07-08T19:50:52.859Z Downloaded parking_lot v0.12.5
9432026-07-08T19:50:52.863Z Downloaded rfc6979 v0.5.0
9442026-07-08T19:50:52.866Z Downloaded serde_bytes v0.11.19
9452026-07-08T19:50:52.866Z Downloaded scopeguard v1.2.0
9462026-07-08T19:50:52.869Z Downloaded secrecy v0.8.0
9472026-07-08T19:50:52.869Z Downloaded pkcs5 v0.8.1
9482026-07-08T19:50:52.872Z Downloaded progenitor-extras v0.2.0
9492026-07-08T19:50:52.872Z Downloaded crypto-primes v0.7.2
9502026-07-08T19:50:52.875Z Downloaded openssl-sys v0.9.115
9512026-07-08T19:50:52.878Z Downloaded p256 v0.14.0-rc.10
9522026-07-08T19:50:52.882Z Downloaded pin-project v1.1.11
9532026-07-08T19:50:52.888Z Downloaded russh-cryptovec v0.61.0
9542026-07-08T19:50:52.891Z Downloaded resolv-conf v0.7.6
9552026-07-08T19:50:52.891Z Downloaded hashbrown v0.13.2
9562026-07-08T19:50:52.891Z Downloaded seq-macro v0.3.6
9572026-07-08T19:50:52.894Z Downloaded serde_plain v1.0.2
9582026-07-08T19:50:52.895Z Downloaded serde_spanned v1.1.1
9592026-07-08T19:50:52.895Z Downloaded serde_urlencoded v0.7.1
9602026-07-08T19:50:52.899Z Downloaded serde_repr v0.1.20
9612026-07-08T19:50:52.899Z Downloaded serde-big-array v0.5.1
9622026-07-08T19:50:52.899Z Downloaded semver v0.1.20
9632026-07-08T19:50:52.903Z Downloaded rustls-pemfile v2.2.0
9642026-07-08T19:50:52.903Z Downloaded secrecy v0.10.3
9652026-07-08T19:50:52.903Z Downloaded sha1 v0.11.0
9662026-07-08T19:50:52.903Z Downloaded quinn-udp v0.5.14
9672026-07-08T19:50:52.906Z Downloaded rustls-native-certs v0.8.3
9682026-07-08T19:50:52.906Z Downloaded shell-words v1.1.1
9692026-07-08T19:50:52.909Z Downloaded hashbrown v0.12.3
9702026-07-08T19:50:52.912Z Downloaded rusty-fork v0.3.1
9712026-07-08T19:50:52.917Z Downloaded prefix-trie v0.7.0
9722026-07-08T19:50:52.920Z Downloaded rustversion v1.0.22
9732026-07-08T19:50:52.920Z Downloaded signal-hook-tokio v0.3.1
9742026-07-08T19:50:52.923Z Downloaded signal-hook-mio v0.2.5
9752026-07-08T19:50:52.926Z Downloaded schemars_derive v0.8.22
9762026-07-08T19:50:52.929Z Downloaded sigpipe v0.1.3
9772026-07-08T19:50:52.929Z Downloaded signature v2.2.0
9782026-07-08T19:50:52.932Z Downloaded progenitor-impl v0.13.0
9792026-07-08T19:50:52.936Z Downloaded scrypt v0.12.0
9802026-07-08T19:50:52.936Z Downloaded sec1 v0.7.3
9812026-07-08T19:50:52.939Z Downloaded scroll v0.13.0
9822026-07-08T19:50:52.939Z Downloaded hickory-server v0.25.2
9832026-07-08T19:50:52.943Z Downloaded serde_path_to_error v0.1.20
9842026-07-08T19:50:52.946Z Downloaded slog-envlogger v2.2.0
9852026-07-08T19:50:52.946Z Downloaded serde_derive_internals v0.29.1
9862026-07-08T19:50:52.946Z Downloaded slog-bunyan v2.5.0
9872026-07-08T19:50:52.949Z Downloaded siphasher v1.0.2
9882026-07-08T19:50:52.949Z Downloaded sec1 v0.8.1
9892026-07-08T19:50:52.956Z Downloaded internal-russh-num-bigint v0.5.0
9902026-07-08T19:50:52.959Z Downloaded progenitor-impl v0.14.0
9912026-07-08T19:50:52.962Z Downloaded pretty_assertions v1.4.1
9922026-07-08T19:50:52.962Z Downloaded papergrid v0.17.0
9932026-07-08T19:50:52.965Z Downloaded hyper-util v0.1.20
9942026-07-08T19:50:52.972Z Downloaded sha1 v0.10.6
9952026-07-08T19:50:52.977Z Downloaded serdect v0.4.3
9962026-07-08T19:50:52.977Z Downloaded serde_with_macros v1.5.2
9972026-07-08T19:50:52.980Z Downloaded rustls-pki-types v1.14.0
9982026-07-08T19:50:52.984Z Downloaded num-bigint v0.4.6
9992026-07-08T19:50:52.989Z Downloaded hashbrown v0.16.1
10002026-07-08T19:50:52.992Z Downloaded minimal-lexical v0.2.1
10012026-07-08T19:50:52.992Z Downloaded p384 v0.14.0-rc.10
10022026-07-08T19:50:52.995Z Downloaded sqlparser_derive v0.5.0
10032026-07-08T19:50:52.995Z Downloaded crossterm v0.28.1
10042026-07-08T19:50:52.998Z Downloaded stable_deref_trait v1.2.1
10052026-07-08T19:50:52.998Z Downloaded aho-corasick v1.1.4
10062026-07-08T19:50:53.004Z Downloaded strum v0.27.2
10072026-07-08T19:50:53.004Z Downloaded salsa20 v0.11.0
10082026-07-08T19:50:53.004Z Downloaded signal-hook-registry v1.4.8
10092026-07-08T19:50:53.007Z Downloaded structmeta-derive v0.3.0
10102026-07-08T19:50:53.007Z Downloaded signature v3.0.0
10112026-07-08T19:50:53.007Z Downloaded http v1.4.2
10122026-07-08T19:50:53.010Z Downloaded subtle v2.6.1
10132026-07-08T19:50:53.010Z Downloaded prettyplease v0.2.37
10142026-07-08T19:50:53.014Z Downloaded itertools v0.10.5
10152026-07-08T19:50:53.017Z Downloaded strsim v0.10.0
10162026-07-08T19:50:53.017Z Downloaded slab v0.4.12
10172026-07-08T19:50:53.020Z Downloaded serde_cbor v0.11.2
10182026-07-08T19:50:53.020Z Downloaded sync_wrapper v1.0.2
10192026-07-08T19:50:53.020Z Downloaded strum v0.26.3
10202026-07-08T19:50:53.025Z Downloaded slog-json v2.6.1
10212026-07-08T19:50:53.025Z Downloaded supports-color v3.0.2
10222026-07-08T19:50:53.025Z Downloaded slog-dtrace v0.3.0
10232026-07-08T19:50:53.028Z Downloaded slog-async v2.8.0
10242026-07-08T19:50:53.028Z Downloaded slog-term v2.9.2
10252026-07-08T19:50:53.029Z Downloaded slog-stdlog v4.1.1
10262026-07-08T19:50:53.029Z Downloaded simd-adler32 v0.3.8
10272026-07-08T19:50:53.031Z Downloaded serde-hex v0.1.0
10282026-07-08T19:50:53.031Z Downloaded itertools v0.13.0
10292026-07-08T19:50:53.042Z Downloaded smf v0.2.3
10302026-07-08T19:50:53.042Z Downloaded smallvec v0.6.14
10312026-07-08T19:50:53.042Z Downloaded tabwriter v1.4.1
10322026-07-08T19:50:53.046Z Downloaded tabled_derive v0.11.0
10332026-07-08T19:50:53.046Z Downloaded ron v0.8.1
10342026-07-08T19:50:53.049Z Downloaded spki v0.8.0
10352026-07-08T19:50:53.049Z Downloaded serde_with_macros v3.17.0
10362026-07-08T19:50:53.054Z Downloaded take_mut v0.2.2
10372026-07-08T19:50:53.054Z Downloaded sqlformat v0.3.5
10382026-07-08T19:50:53.057Z Downloaded shlex v1.3.0
10392026-07-08T19:50:53.057Z Downloaded sha2 v0.11.0
10402026-07-08T19:50:53.060Z Downloaded thiserror-impl-no-std v2.0.2
10412026-07-08T19:50:53.060Z Downloaded termtree v0.5.1
10422026-07-08T19:50:53.063Z Downloaded hashbrown v0.15.5
10432026-07-08T19:50:53.066Z Downloaded ryu v1.0.23
10442026-07-08T19:50:53.066Z Downloaded spki v0.7.3
10452026-07-08T19:50:53.069Z Downloaded static_assertions v1.1.0
10462026-07-08T19:50:53.069Z Downloaded thread-id v5.1.0
10472026-07-08T19:50:53.069Z Downloaded stringprep v0.1.5
10482026-07-08T19:50:53.072Z Downloaded testing_table v0.3.0
10492026-07-08T19:50:53.072Z Downloaded stacker v0.1.23
10502026-07-08T19:50:53.072Z Downloaded ssh-encoding v0.3.0-rc.9
10512026-07-08T19:50:53.075Z Downloaded time-core v0.1.8
10522026-07-08T19:50:53.075Z Downloaded dropshot-api-manager v0.7.2
10532026-07-08T19:50:53.079Z Downloaded rcgen v0.12.1
10542026-07-08T19:50:53.082Z Downloaded nom v7.1.3
10552026-07-08T19:50:53.087Z Downloaded tinyvec_macros v0.1.1
10562026-07-08T19:50:53.087Z Downloaded strum_macros v0.27.2
10572026-07-08T19:50:53.087Z Downloaded strip-ansi-escapes v0.2.1
10582026-07-08T19:50:53.090Z Downloaded schemars v0.8.22
10592026-07-08T19:50:53.093Z Downloaded tokio-macros v2.7.0
10602026-07-08T19:50:53.096Z Downloaded support-bundle-viewer v0.1.2
10612026-07-08T19:50:53.096Z Downloaded synstructure v0.13.2
10622026-07-08T19:50:53.096Z Downloaded strum_macros v0.26.4
10632026-07-08T19:50:53.132Z Downloaded smallvec v1.15.1
10642026-07-08T19:50:53.132Z Downloaded sync-ptr v0.1.4
10652026-07-08T19:50:53.132Z Downloaded structmeta v0.3.0
10662026-07-08T19:50:53.132Z Downloaded slog-scope v4.4.1
10672026-07-08T19:50:53.132Z Downloaded rayon-core v1.13.0
10682026-07-08T19:50:53.132Z Downloaded string_cache v0.8.9
10692026-07-08T19:50:53.133Z Downloaded tokio-test v0.4.5
10702026-07-08T19:50:53.133Z Downloaded itertools v0.12.1
10712026-07-08T19:50:53.133Z Downloaded tagptr v0.2.0
10722026-07-08T19:50:53.133Z Downloaded snafu-derive v0.8.9
10732026-07-08T19:50:53.133Z Downloaded qorb v0.4.1
10742026-07-08T19:50:53.133Z Downloaded rand v0.8.6
10752026-07-08T19:50:53.133Z Downloaded publicsuffix v2.3.0
10762026-07-08T19:50:53.133Z Downloaded ssh-cipher v0.3.0-rc.9
10772026-07-08T19:50:53.133Z Downloaded spin v0.9.8
10782026-07-08T19:50:53.133Z Downloaded mio v1.2.0
10792026-07-08T19:50:53.133Z Downloaded serde_yaml v0.9.34+deprecated
10802026-07-08T19:50:53.133Z Downloaded tap v1.0.1
10812026-07-08T19:50:53.133Z Downloaded idna v1.1.0
10822026-07-08T19:50:53.133Z Downloaded thread_local v1.1.9
10832026-07-08T19:50:53.136Z Downloaded tower-service v0.3.3
10842026-07-08T19:50:53.136Z Downloaded p521 v0.14.0-rc.10
10852026-07-08T19:50:53.141Z Downloaded topological-sort v0.2.2
10862026-07-08T19:50:53.144Z Downloaded thiserror-no-std v2.0.2
10872026-07-08T19:50:53.144Z Downloaded tower-layer v0.3.3
10882026-07-08T19:50:53.144Z Downloaded libxml v0.3.3
10892026-07-08T19:50:53.147Z Downloaded try-lock v0.2.5
10902026-07-08T19:50:53.147Z Downloaded trait-variant v0.1.2
10912026-07-08T19:50:53.150Z Downloaded strum_macros v0.24.3
10922026-07-08T19:50:53.151Z Downloaded iri-string v0.7.10
10932026-07-08T19:50:53.155Z Downloaded tiny-keccak v2.0.2
10942026-07-08T19:50:53.155Z Downloaded time-macros v0.2.27
10952026-07-08T19:50:53.158Z Downloaded signal-hook v0.3.18
10962026-07-08T19:50:53.161Z Downloaded num-bigint-dig v0.8.6
10972026-07-08T19:50:53.164Z Downloaded termios v0.3.3
10982026-07-08T19:50:53.169Z Downloaded aws-lc-rs v1.16.3
10992026-07-08T19:50:53.176Z Downloaded tokio-native-tls v0.3.1
11002026-07-08T19:50:53.178Z Downloaded similar v2.7.0
11012026-07-08T19:50:53.179Z Downloaded typify-macro v0.6.2
11022026-07-08T19:50:53.179Z Downloaded unarray v0.1.4
11032026-07-08T19:50:53.182Z Downloaded tokio-dtrace v0.1.1
11042026-07-08T19:50:53.182Z Downloaded tls_codec_derive v0.4.2
11052026-07-08T19:50:53.187Z Downloaded unicode-xid v0.2.6
11062026-07-08T19:50:53.187Z Downloaded tls_codec v0.4.2
11072026-07-08T19:50:53.187Z Downloaded futures-util v0.3.32
11082026-07-08T19:50:53.191Z Downloaded usdt-attr-macro v0.6.0
11092026-07-08T19:50:53.193Z Downloaded untrusted v0.9.0
11102026-07-08T19:50:53.194Z Downloaded universal-hash v0.5.1
11112026-07-08T19:50:53.194Z Downloaded quinn v0.11.9
11122026-07-08T19:50:53.197Z Downloaded utf8_iter v1.0.4
11132026-07-08T19:50:53.197Z Downloaded unit-prefix v0.5.2
11142026-07-08T19:50:53.201Z Downloaded socket2 v0.5.10
11152026-07-08T19:50:53.201Z Downloaded rustls-webpki v0.103.13
11162026-07-08T19:50:53.201Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11172026-07-08T19:50:53.204Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11182026-07-08T19:50:53.204Z Downloaded term v1.2.1
11192026-07-08T19:50:53.204Z Downloaded term v0.7.0
11202026-07-08T19:50:53.208Z Downloaded toml_writer v1.1.1+spec-1.1.0
11212026-07-08T19:50:53.208Z Downloaded itertools v0.14.0
11222026-07-08T19:50:53.216Z Downloaded utf-8 v0.7.6
11232026-07-08T19:50:53.220Z Downloaded usdt-macro v0.6.0
11242026-07-08T19:50:53.220Z Downloaded rand v0.9.2
11252026-07-08T19:50:53.220Z Downloaded socket2 v0.6.3
11262026-07-08T19:50:53.220Z Downloaded blake3 v1.8.5
11272026-07-08T19:50:53.224Z Downloaded wait-timeout v0.2.1
11282026-07-08T19:50:53.224Z Downloaded void v1.0.2
11292026-07-08T19:50:53.224Z Downloaded waitgroup v0.1.2
11302026-07-08T19:50:53.227Z Downloaded libm v0.2.16
11312026-07-08T19:50:53.230Z Downloaded schemars v0.9.0
11322026-07-08T19:50:53.235Z Downloaded yoke-derive v0.8.1
11332026-07-08T19:50:53.240Z Downloaded tui-tree-widget v0.23.1
11342026-07-08T19:50:53.241Z Downloaded tinystr v0.8.2
11352026-07-08T19:50:53.241Z Downloaded slog v2.8.2
11362026-07-08T19:50:53.244Z Downloaded subprocess v0.2.15
11372026-07-08T19:50:53.244Z Downloaded want v0.3.1
11382026-07-08T19:50:53.244Z Downloaded hkdf v0.12.4
11392026-07-08T19:50:53.248Z Downloaded xattr v1.6.1
11402026-07-08T19:50:53.248Z Downloaded snafu v0.8.9
11412026-07-08T19:50:53.251Z Downloaded zerofrom v0.1.6
11422026-07-08T19:50:53.252Z Downloaded xshell-macros v0.2.7
11432026-07-08T19:50:53.252Z Downloaded unicase v2.9.0
11442026-07-08T19:50:53.252Z Downloaded schemars v1.2.1
11452026-07-08T19:50:53.259Z Downloaded zeroize_derive v1.4.3
11462026-07-08T19:50:53.262Z Downloaded usdt-impl v0.6.0
11472026-07-08T19:50:53.262Z Downloaded tokio-stream v0.1.18
11482026-07-08T19:50:53.265Z Downloaded tokio-rustls v0.26.4
11492026-07-08T19:50:53.265Z Downloaded hyper v1.10.1
11502026-07-08T19:50:53.270Z Downloaded usdt v0.6.0
11512026-07-08T19:50:53.273Z Downloaded samael v0.0.19
11522026-07-08T19:50:53.275Z Downloaded nom v8.0.0
11532026-07-08T19:50:53.278Z Downloaded rustls-platform-verifier v0.6.2
11542026-07-08T19:50:53.278Z Downloaded vergen-git2 v9.1.0
11552026-07-08T19:50:53.281Z Downloaded toml_parser v1.1.2+spec-1.1.0
11562026-07-08T19:50:53.281Z Downloaded zerofrom-derive v0.1.6
11572026-07-08T19:50:53.281Z Downloaded test-strategy v0.4.5
11582026-07-08T19:50:53.285Z Downloaded icu_properties_data v2.1.2
11592026-07-08T19:50:53.289Z Downloaded tracing-attributes v0.1.31
11602026-07-08T19:50:53.292Z Downloaded walkdir v2.5.0
11612026-07-08T19:50:53.292Z Downloaded vsss-rs v3.3.4
11622026-07-08T19:50:53.295Z Downloaded zone v0.3.1
11632026-07-08T19:50:53.295Z Downloaded rand v0.10.1
11642026-07-08T19:50:53.297Z Downloaded vergen-lib v9.1.0
11652026-07-08T19:50:53.297Z Downloaded vergen-lib v0.1.6
11662026-07-08T19:50:53.300Z Downloaded rsa v0.9.10
11672026-07-08T19:50:53.303Z Downloaded whoami v2.1.0
11682026-07-08T19:50:53.303Z Downloaded whoami v1.6.1
11692026-07-08T19:50:53.303Z Downloaded untrusted v0.7.1
11702026-07-08T19:50:53.306Z Downloaded twox-hash v2.1.2
11712026-07-08T19:50:53.306Z Downloaded universal-hash v0.6.1
11722026-07-08T19:50:53.306Z Downloaded wyz v0.5.1
11732026-07-08T19:50:53.309Z Downloaded unicode-truncate v1.1.0
11742026-07-08T19:50:53.309Z Downloaded tokio-tungstenite v0.23.1
11752026-07-08T19:50:53.309Z Downloaded unicode-properties v0.1.4
11762026-07-08T19:50:53.312Z Downloaded xshell v0.2.7
11772026-07-08T19:50:53.312Z Downloaded writeable v0.6.2
11782026-07-08T19:50:53.313Z Downloaded tinyvec v1.10.0
11792026-07-08T19:50:53.319Z Downloaded tokio-tungstenite v0.21.0
11802026-07-08T19:50:53.319Z Downloaded hkdf v0.13.0
11812026-07-08T19:50:53.319Z Downloaded h2 v0.4.15
11822026-07-08T19:50:53.325Z Downloaded zeroize v1.8.2
11832026-07-08T19:50:53.328Z Downloaded toml v0.7.8
11842026-07-08T19:50:53.331Z Downloaded uzers v0.12.2
11852026-07-08T19:50:53.334Z Downloaded rsa v0.10.0-rc.18
11862026-07-08T19:50:53.337Z Downloaded tar v0.4.45
11872026-07-08T19:50:53.337Z Downloaded zerovec-derive v0.11.2
11882026-07-08T19:50:53.340Z Downloaded vergen v9.1.0
11892026-07-08T19:50:53.340Z Downloaded iddqd v0.4.2
11902026-07-08T19:50:53.345Z Downloaded zone_cfg_derive v0.3.1
11912026-07-08T19:50:53.350Z Downloaded tracing-core v0.1.36
11922026-07-08T19:50:53.353Z Downloaded vergen-gitcl v1.0.8
11932026-07-08T19:50:53.356Z Downloaded zstd-safe v7.2.4
11942026-07-08T19:50:53.359Z Downloaded zstd v0.13.3
11952026-07-08T19:50:53.362Z Downloaded tungstenite v0.23.0
11962026-07-08T19:50:53.370Z Downloaded unicode-bidi v0.3.18
11972026-07-08T19:50:53.374Z Downloaded yoke v0.8.1
11982026-07-08T19:50:53.377Z Downloaded chrono v0.4.44
11992026-07-08T19:50:53.380Z Downloaded yasna v0.5.2
12002026-07-08T19:50:53.384Z Downloaded toml v1.1.2+spec-1.1.0
12012026-07-08T19:50:53.384Z Downloaded rpassword v7.4.0
12022026-07-08T19:50:53.387Z Downloaded zerocopy v0.6.6
12032026-07-08T19:50:53.390Z Downloaded uuid v1.23.4
12042026-07-08T19:50:53.393Z Downloaded toml_edit v0.23.10+spec-1.0.0
12052026-07-08T19:50:53.396Z Downloaded serde_with v1.14.0
12062026-07-08T19:50:53.399Z Downloaded rustyline v14.0.0
12072026-07-08T19:50:53.402Z Downloaded bindgen v0.71.1
12082026-07-08T19:50:53.405Z Downloaded vte v0.14.1
12092026-07-08T19:50:53.409Z Downloaded tungstenite v0.21.0
12102026-07-08T19:50:53.412Z Downloaded typify v0.6.2
12112026-07-08T19:50:53.418Z Downloaded reedline v0.40.0
12122026-07-08T19:50:53.427Z Downloaded git2 v0.20.4
12132026-07-08T19:50:53.431Z Downloaded unsafe-libyaml v0.2.11
12142026-07-08T19:50:53.434Z Downloaded p384 v0.13.1
12152026-07-08T19:50:53.448Z Downloaded steno v0.4.1
12162026-07-08T19:50:53.457Z Downloaded zopfli v0.8.3
12172026-07-08T19:50:53.467Z Downloaded yansi v1.0.1
12182026-07-08T19:50:53.471Z Downloaded url v2.5.8
12192026-07-08T19:50:53.477Z Downloaded curve25519-dalek v4.1.3
12202026-07-08T19:50:53.482Z Downloaded unicode_categories v0.1.1
12212026-07-08T19:50:53.485Z Downloaded toml_edit v0.19.15
12222026-07-08T19:50:53.492Z Downloaded zip v0.6.6
12232026-07-08T19:50:53.494Z Downloaded zerotrie v0.2.3
12242026-07-08T19:50:53.502Z Downloaded regex v1.12.3
12252026-07-08T19:50:53.509Z Downloaded unicode-segmentation v1.12.0
12262026-07-08T19:50:53.513Z Downloaded tokio-postgres v0.7.16
12272026-07-08T19:50:53.516Z Downloaded reqwest v0.13.2
12282026-07-08T19:50:53.519Z Downloaded quick-xml v0.37.5
12292026-07-08T19:50:53.523Z Downloaded reqwest v0.12.28
12302026-07-08T19:50:53.526Z Downloaded bitvec v1.0.1
12312026-07-08T19:50:53.534Z Downloaded tower v0.5.3
12322026-07-08T19:50:53.539Z Downloaded typed-path v0.9.3
12332026-07-08T19:50:53.542Z Downloaded ssh-key v0.7.0-rc.10
12342026-07-08T19:50:53.547Z Downloaded x509-cert v0.2.5
12352026-07-08T19:50:53.550Z Downloaded rayon v1.11.0
12362026-07-08T19:50:53.555Z Downloaded portable-atomic v1.13.1
12372026-07-08T19:50:53.559Z Downloaded zerocopy-derive v0.8.40
12382026-07-08T19:50:53.564Z Downloaded moka v0.12.13
12392026-07-08T19:50:53.569Z Downloaded goblin v0.10.5
12402026-07-08T19:50:53.573Z Downloaded lalrpop v0.19.12
12412026-07-08T19:50:53.579Z Downloaded salty v0.3.0
12422026-07-08T19:50:53.583Z Downloaded unicode-normalization v0.1.25
12432026-07-08T19:50:53.586Z Downloaded proptest v1.10.0
12442026-07-08T19:50:53.590Z Downloaded tower-http v0.6.8
12452026-07-08T19:50:53.594Z Downloaded zip v4.6.1
12462026-07-08T19:50:53.597Z Downloaded tough v0.22.0
12472026-07-08T19:50:53.601Z Downloaded tokio-util v0.7.18
12482026-07-08T19:50:53.605Z Downloaded petname v2.0.2
12492026-07-08T19:50:53.608Z Downloaded curve25519-dalek v5.0.0-rc.0
12502026-07-08T19:50:53.613Z Downloaded zerovec v0.11.5
12512026-07-08T19:50:53.618Z Downloaded crypto-bigint v0.7.5
12522026-07-08T19:50:53.627Z Downloaded serde_with v3.17.0
12532026-07-08T19:50:53.634Z Downloaded quinn-proto v0.11.13
12542026-07-08T19:50:53.638Z Downloaded nix v0.27.1
12552026-07-08T19:50:53.644Z Downloaded winnow v0.6.26
12562026-07-08T19:50:53.648Z Downloaded radix_trie v0.2.1
12572026-07-08T19:50:53.651Z Downloaded winnow v0.5.40
12582026-07-08T19:50:53.656Z Downloaded object v0.30.4
12592026-07-08T19:50:53.664Z Downloaded polar-core v0.27.3
12602026-07-08T19:50:53.669Z Downloaded openssl v0.10.79
12612026-07-08T19:50:53.679Z Downloaded russh v0.61.2
12622026-07-08T19:50:53.692Z Downloaded bstr v1.12.1
12632026-07-08T19:50:53.697Z Downloaded nix v0.28.0
12642026-07-08T19:50:53.704Z Downloaded hickory-proto v0.24.4
12652026-07-08T19:50:53.713Z Downloaded dropshot v0.17.1
12662026-07-08T19:50:53.725Z Downloaded smoltcp v0.9.1
12672026-07-08T19:50:53.745Z Downloaded diesel v2.3.7
12682026-07-08T19:50:53.757Z Downloaded regex-syntax v0.6.29
12692026-07-08T19:50:53.761Z Downloaded winnow v1.0.3
12702026-07-08T19:50:53.766Z Downloaded tabled v0.20.0
12712026-07-08T19:50:53.775Z Downloaded time v0.3.47
12722026-07-08T19:50:53.782Z Downloaded zerocopy v0.8.40
12732026-07-08T19:50:53.787Z Downloaded regress v0.11.1
12742026-07-08T19:50:53.792Z Downloaded vcpkg v0.2.15
12752026-07-08T19:50:53.814Z Downloaded zlib-rs v0.6.2
12762026-07-08T19:50:53.817Z Downloaded object v0.37.3
12772026-07-08T19:50:53.823Z Downloaded openapiv3 v2.2.0
12782026-07-08T19:50:53.830Z Downloaded hickory-proto v0.25.2
12792026-07-08T19:50:53.838Z Downloaded nix v0.31.2
12802026-07-08T19:50:53.855Z Downloaded sqlparser v0.61.0
12812026-07-08T19:50:53.860Z Downloaded regress v0.10.5
12822026-07-08T19:50:53.866Z Downloaded smoltcp v0.11.0
12832026-07-08T19:50:53.872Z Downloaded rustls v0.23.41
12842026-07-08T19:50:53.879Z Downloaded sled v0.34.7
12852026-07-08T19:50:53.885Z Downloaded fiat-crypto v0.3.0
12862026-07-08T19:50:53.893Z Downloaded rustix v0.38.44
12872026-07-08T19:50:53.905Z Downloaded tracing v0.1.44
12882026-07-08T19:50:53.918Z Downloaded regex-syntax v0.8.10
12892026-07-08T19:50:53.963Z Downloaded jiff v0.2.21
12902026-07-08T19:50:53.992Z Downloaded petgraph v0.8.3
12912026-07-08T19:50:54.005Z Downloaded typify-impl v0.6.2
12922026-07-08T19:50:54.013Z Downloaded sha3 v0.11.0
12932026-07-08T19:50:54.015Z Downloaded bzip2-sys v0.1.13+1.0.8
12942026-07-08T19:50:54.022Z Downloaded csv v1.4.0
12952026-07-08T19:50:54.034Z Downloaded ratatui v0.29.0
12962026-07-08T19:50:54.045Z Downloaded zerocopy-derive v0.6.6
12972026-07-08T19:50:54.057Z Downloaded regex-automata v0.4.14
12982026-07-08T19:50:54.092Z Downloaded petgraph v0.6.5
12992026-07-08T19:50:54.103Z Downloaded chrono-tz v0.10.4
13002026-07-08T19:50:54.127Z Downloaded libz-sys v1.1.24
13012026-07-08T19:50:54.140Z Downloaded encoding_rs v0.8.35
13022026-07-08T19:50:54.152Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13032026-07-08T19:50:54.163Z Downloaded sha3 v0.10.8
13042026-07-08T19:50:54.167Z Downloaded tokio v1.52.1
13052026-07-08T19:50:54.202Z Downloaded ring v0.17.14
13062026-07-08T19:50:54.226Z Downloaded libgit2-sys v0.18.3+1.9.2
13072026-07-08T19:50:54.746Z Downloaded aws-lc-sys v0.40.0
13082026-07-08T19:50:54.998Z Compiling libc v0.2.185
13092026-07-08T19:50:54.998Z Compiling serde_core v1.0.228
13102026-07-08T19:50:54.998Z Compiling serde v1.0.228
13112026-07-08T19:50:55.001Z Compiling log v0.4.29
13122026-07-08T19:50:55.001Z Compiling smallvec v1.15.1
13132026-07-08T19:50:55.001Z Compiling shlex v1.3.0
13142026-07-08T19:50:55.136Z Compiling find-msvc-tools v0.1.9
13152026-07-08T19:50:55.143Z Compiling syn v2.0.117
13162026-07-08T19:50:55.337Z Compiling subtle v2.6.1
13172026-07-08T19:50:55.350Z Compiling scopeguard v1.2.0
13182026-07-08T19:50:55.380Z Compiling stable_deref_trait v1.2.1
13192026-07-08T19:50:55.417Z Compiling typenum v1.20.1
13202026-07-08T19:50:55.456Z Compiling lock_api v0.4.14
13212026-07-08T19:50:55.459Z Compiling serde_json v1.0.150
13222026-07-08T19:50:55.484Z Compiling portable-atomic v1.13.1
13232026-07-08T19:50:55.510Z Compiling zerocopy v0.8.40
13242026-07-08T19:50:55.799Z Compiling pin-project-lite v0.2.17
13252026-07-08T19:50:55.816Z Compiling parking_lot_core v0.9.12
13262026-07-08T19:50:55.895Z Compiling pkg-config v0.3.32
13272026-07-08T19:50:56.064Z Compiling jobserver v0.1.34
13282026-07-08T19:50:56.077Z Compiling errno v0.3.14
13292026-07-08T19:50:56.165Z Compiling getrandom v0.2.17
13302026-07-08T19:50:56.230Z Compiling critical-section v1.2.0
13312026-07-08T19:50:56.319Z Compiling cc v1.2.56
13322026-07-08T19:50:56.339Z Compiling rand_core v0.6.4
13332026-07-08T19:50:56.396Z Compiling signal-hook-registry v1.4.8
13342026-07-08T19:50:56.466Z Compiling getrandom v0.4.1
13352026-07-08T19:50:56.602Z Compiling once_cell v1.21.3
13362026-07-08T19:50:56.658Z Compiling futures-core v0.3.32
13372026-07-08T19:50:56.672Z Compiling libm v0.2.16
13382026-07-08T19:50:56.729Z Compiling parking_lot v0.12.5
13392026-07-08T19:50:56.814Z Compiling mio v1.2.0
13402026-07-08T19:50:56.830Z Compiling num-traits v0.2.19
13412026-07-08T19:50:56.864Z Compiling generic-array v0.14.7
13422026-07-08T19:50:57.015Z Compiling const-oid v0.9.6
13432026-07-08T19:50:57.033Z Compiling rand_core v0.10.0
13442026-07-08T19:50:57.279Z Compiling litemap v0.8.1
13452026-07-08T19:50:57.292Z Compiling writeable v0.6.2
13462026-07-08T19:50:57.474Z Compiling bitflags v2.11.0
13472026-07-08T19:50:57.487Z Compiling percent-encoding v2.3.2
13482026-07-08T19:50:57.490Z Compiling semver v1.0.28
13492026-07-08T19:50:57.679Z Compiling socket2 v0.6.3
13502026-07-08T19:50:57.720Z Compiling icu_properties_data v2.1.2
13512026-07-08T19:50:57.822Z Compiling icu_normalizer_data v2.1.1
13522026-07-08T19:50:57.860Z Compiling futures-sink v0.3.32
13532026-07-08T19:50:57.932Z Compiling futures-task v0.3.32
13542026-07-08T19:50:58.105Z Compiling synstructure v0.13.2
13552026-07-08T19:50:58.119Z Compiling futures-channel v0.3.32
13562026-07-08T19:50:58.133Z Compiling futures-io v0.3.32
13572026-07-08T19:50:58.147Z Compiling slab v0.4.12
13582026-07-08T19:50:58.287Z Compiling indexmap v2.14.0
13592026-07-08T19:50:58.313Z Compiling getrandom v0.3.4
13602026-07-08T19:50:58.327Z Compiling rustversion v1.0.22
13612026-07-08T19:50:58.343Z Compiling utf8_iter v1.0.4
13622026-07-08T19:50:58.493Z Compiling form_urlencoded v1.2.2
13632026-07-08T19:50:58.579Z Compiling cmake v0.1.57
13642026-07-08T19:50:58.609Z Compiling rustix v1.1.3
13652026-07-08T19:50:58.668Z Compiling ident_case v1.0.1
13662026-07-08T19:50:58.715Z Compiling dunce v1.0.5
13672026-07-08T19:50:58.793Z Compiling fs_extra v1.3.0
13682026-07-08T19:50:58.811Z Compiling iana-time-zone v0.1.65
13692026-07-08T19:50:58.961Z Compiling regex-syntax v0.8.10
13702026-07-08T19:50:59.024Z Compiling base64ct v1.8.3
13712026-07-08T19:50:59.028Z Compiling vcpkg v0.2.15
13722026-07-08T19:50:59.061Z Compiling aws-lc-sys v0.40.0
13732026-07-08T19:50:59.252Z Compiling rand_core v0.9.5
13742026-07-08T19:50:59.281Z Compiling pem-rfc7468 v0.7.0
13752026-07-08T19:50:59.344Z Compiling rustc_version v0.4.1
13762026-07-08T19:50:59.552Z Compiling uuid v1.23.4
13772026-07-08T19:50:59.595Z Compiling tracing-core v0.1.36
13782026-07-08T19:50:59.679Z Compiling base64 v0.22.1
13792026-07-08T19:50:59.772Z Compiling openssl-sys v0.9.115
13802026-07-08T19:50:59.855Z Compiling serde_derive v1.0.228
13812026-07-08T19:51:00.009Z Compiling zeroize_derive v1.4.3
13822026-07-08T19:51:00.169Z Compiling zerofrom-derive v0.1.6
13832026-07-08T19:51:00.296Z Compiling yoke-derive v0.8.1
13842026-07-08T19:51:00.319Z Compiling zerovec-derive v0.11.2
13852026-07-08T19:51:00.343Z Compiling zerocopy-derive v0.8.40
13862026-07-08T19:51:00.720Z Compiling zeroize v1.8.2
13872026-07-08T19:51:00.931Z Compiling displaydoc v0.2.5
13882026-07-08T19:51:01.469Z Compiling tokio-macros v2.7.0
13892026-07-08T19:51:01.484Z Compiling futures-macro v0.3.32
13902026-07-08T19:51:01.550Z Compiling zerofrom v0.1.6
13912026-07-08T19:51:01.675Z Compiling yoke v0.8.1
13922026-07-08T19:51:01.691Z Compiling der_derive v0.7.3
13932026-07-08T19:51:01.866Z Compiling zerovec v0.11.5
13942026-07-08T19:51:01.939Z Compiling zerotrie v0.2.3
13952026-07-08T19:51:02.203Z Compiling block-buffer v0.10.4
13962026-07-08T19:51:02.239Z Compiling crypto-common v0.1.7
13972026-07-08T19:51:02.320Z Compiling tinystr v0.8.2
13982026-07-08T19:51:02.358Z Compiling potential_utf v0.1.4
13992026-07-08T19:51:02.372Z Compiling futures-util v0.3.32
14002026-07-08T19:51:02.386Z Compiling digest v0.10.7
14012026-07-08T19:51:02.514Z Compiling icu_locale_core v2.1.1
14022026-07-08T19:51:02.514Z Compiling icu_collections v2.1.1
14032026-07-08T19:51:02.628Z Compiling tracing-attributes v0.1.31
14042026-07-08T19:51:02.647Z Compiling thiserror-impl v2.0.18
14052026-07-08T19:51:03.003Z Compiling aws-lc-rs v1.16.3
14062026-07-08T19:51:03.299Z Compiling bytes v1.11.1
14072026-07-08T19:51:03.334Z Compiling icu_provider v2.1.1
14082026-07-08T19:51:03.371Z Compiling chrono v0.4.44
14092026-07-08T19:51:03.643Z Compiling icu_normalizer v2.1.1
14102026-07-08T19:51:03.910Z Compiling tokio v1.52.1
14112026-07-08T19:51:03.932Z Compiling icu_properties v2.1.2
14122026-07-08T19:51:03.969Z Compiling http v1.4.2
14132026-07-08T19:51:04.156Z Compiling flagset v0.4.7
14142026-07-08T19:51:04.287Z Compiling der v0.7.10
14152026-07-08T19:51:04.649Z Compiling ppv-lite86 v0.2.21
14162026-07-08T19:51:04.741Z Compiling http-body v1.0.1
14172026-07-08T19:51:04.833Z Compiling idna_adapter v1.2.1
14182026-07-08T19:51:04.874Z Compiling thiserror v2.0.18
14192026-07-08T19:51:04.893Z Compiling tracing v0.1.44
14202026-07-08T19:51:04.963Z Compiling idna v1.1.0
14212026-07-08T19:51:04.989Z Compiling rand_chacha v0.9.0
14222026-07-08T19:51:04.992Z Compiling rustls-pki-types v1.14.0
14232026-07-08T19:51:05.145Z Compiling tinyvec_macros v0.1.1
14242026-07-08T19:51:05.186Z Compiling cmov v0.5.4
14252026-07-08T19:51:05.213Z Compiling openssl-probe v0.2.1
14262026-07-08T19:51:05.387Z Compiling url v2.5.8
14272026-07-08T19:51:05.400Z Compiling httparse v1.10.1
14282026-07-08T19:51:05.439Z Compiling ctutils v0.4.2
14292026-07-08T19:51:05.485Z Compiling tinyvec v1.10.0
14302026-07-08T19:51:05.606Z Compiling rand v0.9.2
14312026-07-08T19:51:05.686Z Compiling pest_generator v2.8.6
14322026-07-08T19:51:05.727Z Compiling spki v0.7.3
14332026-07-08T19:51:05.839Z Compiling serde_derive_internals v0.29.1
14342026-07-08T19:51:05.863Z Compiling aho-corasick v1.1.4
14352026-07-08T19:51:05.924Z Compiling atomic-waker v1.1.2
14362026-07-08T19:51:06.048Z Compiling tower-service v0.3.3
14372026-07-08T19:51:06.142Z Compiling schemars v0.8.22
14382026-07-08T19:51:06.214Z Compiling try-lock v0.2.5
14392026-07-08T19:51:06.322Z Compiling untrusted v0.7.1
14402026-07-08T19:51:06.352Z Compiling dyn-clone v1.0.20
14412026-07-08T19:51:06.368Z Compiling tower-layer v0.3.3
14422026-07-08T19:51:06.416Z Compiling tempfile v3.25.0
14432026-07-08T19:51:06.439Z Compiling pest_derive v2.8.6
14442026-07-08T19:51:06.501Z Compiling want v0.3.1
14452026-07-08T19:51:06.662Z Compiling regex-automata v0.4.14
14462026-07-08T19:51:06.713Z Compiling schemars_derive v0.8.22
14472026-07-08T19:51:06.775Z Compiling hybrid-array v0.4.13
14482026-07-08T19:51:06.814Z Compiling ipnet v2.11.0
14492026-07-08T19:51:06.875Z Compiling scroll_derive v0.13.1
14502026-07-08T19:51:07.307Z Compiling darling_core v0.20.11
14512026-07-08T19:51:07.536Z Compiling cpufeatures v0.2.17
14522026-07-08T19:51:07.549Z Compiling httpdate v1.0.3
14532026-07-08T19:51:07.610Z Compiling foreign-types-shared v0.1.1
14542026-07-08T19:51:07.675Z Compiling tokio-util v0.7.18
14552026-07-08T19:51:07.693Z Compiling rustls v0.23.41
14562026-07-08T19:51:07.770Z Compiling openssl v0.10.79
14572026-07-08T19:51:07.877Z Compiling untrusted v0.9.0
14582026-07-08T19:51:07.993Z Compiling scroll v0.13.0
14592026-07-08T19:51:08.031Z Compiling foreign-types v0.3.2
14602026-07-08T19:51:08.104Z Compiling pkcs8 v0.10.2
14612026-07-08T19:51:08.250Z Compiling unicode-normalization v0.1.25
14622026-07-08T19:51:08.351Z Compiling h2 v0.4.15
14632026-07-08T19:51:08.700Z Compiling openssl-macros v0.1.1
14642026-07-08T19:51:09.080Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14652026-07-08T19:51:09.095Z Compiling spin v0.9.8
14662026-07-08T19:51:09.192Z Compiling time-core v0.1.8
14672026-07-08T19:51:09.296Z Compiling native-tls v0.2.18
14682026-07-08T19:51:09.337Z Compiling num-conv v0.2.0
14692026-07-08T19:51:09.465Z Compiling powerfmt v0.2.0
14702026-07-08T19:51:09.479Z Compiling crc32fast v1.5.0
14712026-07-08T19:51:09.505Z Compiling darling_macro v0.20.11
14722026-07-08T19:51:09.547Z Compiling time-macros v0.2.27
14732026-07-08T19:51:09.657Z Compiling deranged v0.5.8
14742026-07-08T19:51:09.985Z Compiling darling v0.20.11
14752026-07-08T19:51:10.069Z Compiling goblin v0.10.5
14762026-07-08T19:51:10.588Z Compiling sha2 v0.10.9
14772026-07-08T19:51:10.660Z Compiling hmac v0.12.1
14782026-07-08T19:51:10.674Z Compiling sync_wrapper v1.0.2
14792026-07-08T19:51:10.785Z Compiling wait-timeout v0.2.1
14802026-07-08T19:51:10.810Z Compiling num_threads v0.1.7
14812026-07-08T19:51:10.905Z Compiling siphasher v1.0.2
14822026-07-08T19:51:11.037Z Compiling syn v1.0.109
14832026-07-08T19:51:11.093Z Compiling bit-vec v0.8.0
14842026-07-08T19:51:11.321Z Compiling simd-adler32 v0.3.8
14852026-07-08T19:51:11.349Z Compiling crossbeam-utils v0.8.21
14862026-07-08T19:51:11.562Z Compiling hyper v1.10.1
14872026-07-08T19:51:11.642Z Compiling usdt-impl v0.6.0
14882026-07-08T19:51:11.859Z Compiling quick-error v1.2.3
14892026-07-08T19:51:11.969Z Compiling rusty-fork v0.3.1
14902026-07-08T19:51:12.323Z Compiling bit-set v0.8.0
14912026-07-08T19:51:12.351Z Compiling time v0.3.47
14922026-07-08T19:51:12.426Z Compiling tower v0.5.3
14932026-07-08T19:51:12.478Z Compiling derive_builder_core v0.20.2
14942026-07-08T19:51:12.731Z Compiling hyper-util v0.1.20
14952026-07-08T19:51:12.889Z Compiling dof v0.4.0
14962026-07-08T19:51:13.307Z Compiling dtrace-parser v0.3.0
14972026-07-08T19:51:13.324Z Compiling http-body-util v0.1.3
14982026-07-08T19:51:13.563Z Compiling thiserror-impl v1.0.69
14992026-07-08T19:51:13.920Z Compiling scroll_derive v0.12.1
15002026-07-08T19:51:14.025Z Compiling heapless v0.7.17
15012026-07-08T19:51:14.033Z Compiling rand_xorshift v0.4.0
15022026-07-08T19:51:14.190Z Compiling slog v2.8.2
15032026-07-08T19:51:14.245Z Compiling darling_core v0.21.3
15042026-07-08T19:51:14.263Z Compiling bzip2-sys v0.1.13+1.0.8
15052026-07-08T19:51:14.385Z Compiling thread-id v5.1.0
15062026-07-08T19:51:14.433Z Compiling cookie v0.18.1
15072026-07-08T19:51:14.464Z Compiling anyhow v1.0.102
15082026-07-08T19:51:14.549Z Compiling zstd-safe v7.2.4
15092026-07-08T19:51:14.571Z Compiling unarray v0.1.4
15102026-07-08T19:51:14.621Z Compiling paste v1.0.15
15112026-07-08T19:51:14.677Z Compiling adler2 v2.0.1
15122026-07-08T19:51:14.755Z Compiling unicode-bidi v0.3.18
15132026-07-08T19:51:14.775Z Compiling allocator-api2 v0.2.21
15142026-07-08T19:51:14.793Z Compiling unicode-properties v0.1.4
15152026-07-08T19:51:14.805Z Compiling ryu v1.0.23
15162026-07-08T19:51:14.888Z Compiling iri-string v0.7.10
15172026-07-08T19:51:14.975Z Compiling signal-hook v0.3.18
15182026-07-08T19:51:14.991Z Compiling serde_urlencoded v0.7.1
15192026-07-08T19:51:15.092Z Compiling stringprep v0.1.5
15202026-07-08T19:51:15.219Z Compiling thiserror v1.0.69
15212026-07-08T19:51:15.272Z Compiling miniz_oxide v0.8.9
15222026-07-08T19:51:15.320Z Compiling proptest v1.10.0
15232026-07-08T19:51:15.478Z Compiling scroll v0.12.0
15242026-07-08T19:51:15.986Z Compiling derive_builder_macro v0.20.2
15252026-07-08T19:51:16.041Z Compiling tower-http v0.6.8
15262026-07-08T19:51:16.388Z Compiling camino v1.2.2
15272026-07-08T19:51:16.433Z Compiling tokio-native-tls v0.3.1
15282026-07-08T19:51:16.447Z Compiling bstr v1.12.1
15292026-07-08T19:51:16.595Z Compiling ipnetwork v0.21.1
15302026-07-08T19:51:16.733Z Compiling darling_macro v0.21.3
15312026-07-08T19:51:16.761Z Compiling crypto-common v0.2.2
15322026-07-08T19:51:16.908Z Compiling block-buffer v0.12.1
15332026-07-08T19:51:16.980Z Compiling block-padding v0.4.2
15342026-07-08T19:51:17.082Z Compiling rustls-native-certs v0.8.3
15352026-07-08T19:51:17.102Z Compiling rand_chacha v0.3.1
15362026-07-08T19:51:17.143Z Compiling erased-serde v0.3.31
15372026-07-08T19:51:17.219Z Compiling serde_tokenstream v0.2.3
15382026-07-08T19:51:17.366Z Compiling toml_datetime v0.6.11
15392026-07-08T19:51:17.522Z Compiling serde_spanned v0.6.9
15402026-07-08T19:51:17.612Z Compiling signature v2.2.0
15412026-07-08T19:51:17.612Z Compiling md-5 v0.10.6
15422026-07-08T19:51:17.661Z Compiling async-trait v0.1.89
15432026-07-08T19:51:17.772Z Compiling pin-project-internal v1.1.11
15442026-07-08T19:51:17.796Z Compiling zerocopy-derive v0.7.35
15452026-07-08T19:51:17.873Z Compiling curve25519-dalek v4.1.3
15462026-07-08T19:51:18.216Z Compiling vergen-lib v9.1.0
15472026-07-08T19:51:18.411Z Compiling hash32 v0.2.1
15482026-07-08T19:51:18.442Z Compiling num-integer v0.1.46
15492026-07-08T19:51:18.607Z Compiling memoffset v0.9.1
15502026-07-08T19:51:18.653Z Compiling encoding_rs v0.8.35
15512026-07-08T19:51:18.667Z Compiling fallible-iterator v0.2.0
15522026-07-08T19:51:18.757Z Compiling rustix v0.38.44
15532026-07-08T19:51:18.800Z Compiling cfg_aliases v0.2.1
15542026-07-08T19:51:18.875Z Compiling psl-types v2.0.11
15552026-07-08T19:51:18.888Z Compiling zlib-rs v0.6.2
15562026-07-08T19:51:18.975Z Compiling smoltcp v0.9.1
15572026-07-08T19:51:18.995Z Compiling mime v0.3.17
15582026-07-08T19:51:19.118Z Compiling litrs v1.0.0
15592026-07-08T19:51:19.250Z Compiling ref-cast v1.0.25
15602026-07-08T19:51:19.313Z Compiling num-bigint-dig v0.8.6
15612026-07-08T19:51:19.612Z Compiling publicsuffix v2.3.0
15622026-07-08T19:51:19.616Z Compiling document-features v0.2.12
15632026-07-08T19:51:19.640Z Compiling postgres-protocol v0.6.10
15642026-07-08T19:51:19.777Z Compiling pin-project v1.1.11
15652026-07-08T19:51:19.879Z Compiling nix v0.31.2
15662026-07-08T19:51:20.137Z Compiling hubpack_derive v0.1.1
15672026-07-08T19:51:20.174Z Compiling num-iter v0.1.45
15682026-07-08T19:51:20.211Z Compiling zerocopy v0.7.35
15692026-07-08T19:51:20.287Z Compiling newtype-uuid v1.3.2
15702026-07-08T19:51:20.578Z Compiling rand v0.8.6
15712026-07-08T19:51:20.664Z Compiling darling v0.21.3
15722026-07-08T19:51:20.714Z Compiling inout v0.2.2
15732026-07-08T19:51:20.745Z Compiling oxnet v0.1.6
15742026-07-08T19:51:20.773Z Compiling hyper-tls v0.6.0
15752026-07-08T19:51:20.773Z Compiling derive_builder v0.20.2
15762026-07-08T19:51:20.990Z Compiling goblin v0.8.2
15772026-07-08T19:51:21.448Z Compiling phf_shared v0.13.1
15782026-07-08T19:51:21.531Z Compiling lazy_static v1.5.0
15792026-07-08T19:51:21.626Z Compiling regex v1.12.3
15802026-07-08T19:51:21.692Z Compiling anstyle-parse v0.2.7
15812026-07-08T19:51:21.706Z Compiling futures-executor v0.3.32
15822026-07-08T19:51:21.737Z Compiling hex v0.4.3
15832026-07-08T19:51:21.875Z Compiling flate2 v1.1.9
15842026-07-08T19:51:21.963Z Compiling terminal_size v0.4.3
15852026-07-08T19:51:22.004Z Compiling daft-derive v0.1.7
15862026-07-08T19:51:22.056Z Compiling snafu-derive v0.8.9
15872026-07-08T19:51:22.096Z Compiling strum_macros v0.27.2
15882026-07-08T19:51:22.126Z Compiling curve25519-dalek-derive v0.1.1
15892026-07-08T19:51:22.272Z Compiling ref-cast-impl v1.0.25
15902026-07-08T19:51:22.722Z Compiling vergen v9.1.0
15912026-07-08T19:51:22.769Z Compiling cargo-platform v0.3.2
15922026-07-08T19:51:22.820Z Compiling ff v0.13.1
15932026-07-08T19:51:22.914Z Compiling fs-err v3.3.0
15942026-07-08T19:51:22.956Z Compiling ahash v0.8.12
15952026-07-08T19:51:23.033Z Compiling managed v0.8.0
15962026-07-08T19:51:23.113Z Compiling object v0.37.3
15972026-07-08T19:51:23.177Z Compiling bumpalo v3.20.2
15982026-07-08T19:51:23.250Z Compiling same-file v1.0.6
15992026-07-08T19:51:23.391Z Compiling winnow v0.5.40
16002026-07-08T19:51:23.407Z Compiling bitflags v1.3.2
16012026-07-08T19:51:23.424Z Compiling libbz2-rs-sys v0.2.2
16022026-07-08T19:51:23.484Z Compiling foldhash v0.1.5
16032026-07-08T19:51:23.651Z Compiling foldhash v0.2.0
16042026-07-08T19:51:23.868Z Compiling base16ct v0.2.0
16052026-07-08T19:51:23.941Z Compiling unicode-segmentation v1.12.0
16062026-07-08T19:51:24.027Z Compiling strum v0.27.2
16072026-07-08T19:51:24.041Z Compiling sec1 v0.7.3
16082026-07-08T19:51:24.077Z Compiling snafu v0.8.9
16092026-07-08T19:51:24.157Z Compiling bzip2 v0.6.1
16102026-07-08T19:51:24.306Z Compiling hashbrown v0.16.1
16112026-07-08T19:51:24.320Z Compiling hashbrown v0.15.5
16122026-07-08T19:51:24.423Z Compiling clap_builder v4.6.0
16132026-07-08T19:51:24.471Z Compiling zopfli v0.8.3
16142026-07-08T19:51:24.795Z Compiling toml_edit v0.19.15
16152026-07-08T19:51:24.858Z Compiling walkdir v2.5.0
16162026-07-08T19:51:24.884Z Compiling dof v0.3.0
16172026-07-08T19:51:25.156Z Compiling cargo_metadata v0.23.1
16182026-07-08T19:51:25.170Z Compiling group v0.13.0
16192026-07-08T19:51:25.341Z Compiling daft v0.1.7
16202026-07-08T19:51:25.581Z Compiling futures v0.3.32
16212026-07-08T19:51:25.674Z Compiling anstream v0.6.21
16222026-07-08T19:51:25.700Z Compiling signal-hook-mio v0.2.5
16232026-07-08T19:51:25.821Z Compiling phf v0.13.1
16242026-07-08T19:51:26.231Z Compiling cookie_store v0.22.1
16252026-07-08T19:51:26.352Z Compiling zstd v0.13.3
16262026-07-08T19:51:26.516Z Compiling bzip2 v0.4.4
16272026-07-08T19:51:26.611Z Compiling reqwest v0.12.28
16282026-07-08T19:51:26.724Z Compiling cipher v0.5.2
16292026-07-08T19:51:26.870Z Compiling serde_with_macros v3.17.0
16302026-07-08T19:51:27.023Z Compiling hubpack v0.1.2
16312026-07-08T19:51:27.355Z Compiling postgres-types v0.2.12
16322026-07-08T19:51:27.456Z Compiling ed25519 v2.2.3
16332026-07-08T19:51:27.899Z Compiling usdt-attr-macro v0.6.0
16342026-07-08T19:51:27.991Z Compiling usdt-macro v0.6.0
16352026-07-08T19:51:28.337Z Compiling globset v0.4.18
16362026-07-08T19:51:28.352Z Compiling dtrace-parser v0.2.0
16372026-07-08T19:51:28.565Z Compiling phf_shared v0.11.3
16382026-07-08T19:51:28.691Z Compiling hkdf v0.12.4
16392026-07-08T19:51:28.691Z Compiling olpc-cjson v0.1.4
16402026-07-08T19:51:28.735Z Compiling pkcs1 v0.7.5
16412026-07-08T19:51:28.863Z Compiling serde-big-array v0.5.1
16422026-07-08T19:51:28.869Z Compiling serde_plain v1.0.2
16432026-07-08T19:51:29.001Z Compiling crypto-bigint v0.5.5
16442026-07-08T19:51:29.015Z Compiling pem v3.0.6
16452026-07-08T19:51:29.062Z Compiling async-recursion v1.1.1
16462026-07-08T19:51:29.078Z Compiling serde_repr v0.1.20
16472026-07-08T19:51:29.120Z Compiling enum-as-inner v0.6.1
16482026-07-08T19:51:29.338Z Compiling clap_derive v4.6.1
16492026-07-08T19:51:29.600Z Compiling strum_macros v0.26.4
16502026-07-08T19:51:29.623Z Compiling float-cmp v0.10.0
16512026-07-08T19:51:29.702Z Compiling memmap2 v0.9.10
16522026-07-08T19:51:29.766Z Compiling thread-id v4.2.2
16532026-07-08T19:51:29.852Z Compiling env_filter v1.0.0
16542026-07-08T19:51:29.917Z Compiling whoami v2.1.0
16552026-07-08T19:51:30.159Z Compiling predicates-core v1.0.10
16562026-07-08T19:51:30.288Z Compiling cpufeatures v0.3.0
16572026-07-08T19:51:30.317Z Compiling normalize-line-endings v0.3.0
16582026-07-08T19:51:30.335Z Compiling either v1.15.0
16592026-07-08T19:51:30.364Z Compiling new_debug_unreachable v1.0.6
16602026-07-08T19:51:30.411Z Compiling static_assertions v1.1.0
16612026-07-08T19:51:30.436Z Compiling const-oid v0.10.2
16622026-07-08T19:51:30.490Z Compiling winnow v1.0.3
16632026-07-08T19:51:30.533Z Compiling fixedbitset v0.5.7
16642026-07-08T19:51:30.675Z Compiling jiff v0.2.21
16652026-07-08T19:51:30.876Z Compiling data-encoding v2.10.0
16662026-07-08T19:51:30.880Z Compiling fixedbitset v0.4.2
16672026-07-08T19:51:31.113Z Compiling precomputed-hash v0.1.1
16682026-07-08T19:51:31.121Z Compiling typed-path v0.9.3
16692026-07-08T19:51:31.122Z Compiling keccak v0.1.6
16702026-07-08T19:51:31.192Z Compiling difflib v0.4.0
16712026-07-08T19:51:31.352Z Compiling toml_edit v0.22.27
16722026-07-08T19:51:31.567Z Compiling predicates v3.1.4
16732026-07-08T19:51:31.607Z Compiling strum v0.26.3
16742026-07-08T19:51:31.735Z Compiling sha3 v0.10.8
16752026-07-08T19:51:31.748Z Compiling string_cache v0.8.9
16762026-07-08T19:51:31.865Z Compiling hickory-proto v0.25.2
16772026-07-08T19:51:31.963Z Compiling clap v4.6.1
16782026-07-08T19:51:32.043Z Compiling petgraph v0.6.5
16792026-07-08T19:51:32.173Z Compiling toml_parser v1.1.2+spec-1.1.0
16802026-07-08T19:51:32.202Z Compiling petgraph v0.8.3
16812026-07-08T19:51:32.335Z Compiling digest v0.11.3
16822026-07-08T19:51:32.561Z Compiling itertools v0.13.0
16832026-07-08T19:51:32.813Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16842026-07-08T19:51:33.538Z Compiling zip v4.6.1
16852026-07-08T19:51:33.788Z Compiling chacha20 v0.10.0
16862026-07-08T19:51:34.053Z Compiling tokio-postgres v0.7.16
16872026-07-08T19:51:34.133Z Compiling env_logger v0.11.9
16882026-07-08T19:51:34.148Z Compiling elliptic-curve v0.13.8
16892026-07-08T19:51:34.485Z Compiling usdt v0.6.0
16902026-07-08T19:51:34.909Z Compiling usdt-impl v0.5.0
16912026-07-08T19:51:34.914Z Compiling rsa v0.9.10
16922026-07-08T19:51:34.914Z Compiling crossterm v0.28.1
16932026-07-08T19:51:34.914Z Compiling serde_with v3.17.0
16942026-07-08T19:51:35.086Z Compiling ed25519-dalek v2.2.0
16952026-07-08T19:51:35.755Z Compiling zip v0.6.6
16962026-07-08T19:51:36.280Z Compiling toml v0.7.8
16972026-07-08T19:51:36.353Z Compiling iddqd v0.4.2
16982026-07-08T19:51:36.759Z Compiling heck v0.4.1
16992026-07-08T19:51:36.862Z Compiling similar v2.7.0
17002026-07-08T19:51:36.888Z Compiling crossbeam-epoch v0.9.18
17012026-07-08T19:51:36.982Z Compiling tokio-stream v0.1.18
17022026-07-08T19:51:37.222Z Compiling buf-list v1.1.2
17032026-07-08T19:51:37.311Z Compiling x509-cert v0.2.5
17042026-07-08T19:51:37.432Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17052026-07-08T19:51:37.494Z Compiling openapiv3 v2.2.0
17062026-07-08T19:51:37.637Z Compiling lalrpop-util v0.19.12
17072026-07-08T19:51:37.728Z Compiling peg-runtime v0.8.5
17082026-07-08T19:51:37.741Z Compiling thread_local v1.1.9
17092026-07-08T19:51:37.833Z Compiling slog-async v2.8.0
17102026-07-08T19:51:37.856Z Compiling crossbeam-channel v0.5.15
17112026-07-08T19:51:37.994Z Compiling filetime v0.2.27
17122026-07-08T19:51:38.003Z Compiling is-terminal v0.4.17
17132026-07-08T19:51:38.093Z Compiling take_mut v0.2.2
17142026-07-08T19:51:38.153Z Compiling xattr v1.6.1
17152026-07-08T19:51:38.157Z Compiling term v1.2.1
17162026-07-08T19:51:38.308Z Compiling tar v0.4.45
17172026-07-08T19:51:38.321Z Compiling camino-tempfile v1.4.1
17182026-07-08T19:51:38.540Z Compiling slog-term v2.9.2
17192026-07-08T19:51:48.838Z Compiling rustls-webpki v0.103.13
17202026-07-08T19:51:51.576Z Compiling tokio-rustls v0.26.4
17212026-07-08T19:51:51.576Z Compiling rustls-platform-verifier v0.6.2
17222026-07-08T19:51:51.576Z Compiling tough v0.22.0
17232026-07-08T19:51:51.769Z Compiling hyper-rustls v0.27.7
17242026-07-08T19:51:51.967Z Compiling reqwest v0.13.2
17252026-07-08T19:51:54.186Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-07-08T19:51:54.409Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-07-08T19:51:57.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17282026-07-08T19:51:57.366Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17292026-07-08T19:51:57.420ZJul 08 19:51:55.646 INFO Starting download, target: Console
17302026-07-08T19:51:57.421ZJul 08 19:51:55.646 INFO Starting download, target: DendriteStub
17312026-07-08T19:51:57.424ZJul 08 19:51:55.646 INFO Starting download, target: Cockroach
17322026-07-08T19:51:57.424ZJul 08 19:51:55.646 INFO Starting download, target: Clickhouse
17332026-07-08T19:51:57.424ZJul 08 19:51:55.646 INFO Starting download, target: MaghemiteMgd
17342026-07-08T19:51:57.424ZJul 08 19:51:55.646 INFO Starting download, target: MaghemiteDdmd
17352026-07-08T19:51:57.424ZJul 08 19:51:55.646 INFO Starting download, target: TransceiverControl
17362026-07-08T19:51:57.424ZJul 08 19:51:55.647 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-07-08T19:51:57.424ZJul 08 19:51:55.647 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17382026-07-08T19:51:57.424ZJul 08 19:51:55.647 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17392026-07-08T19:51:57.424ZJul 08 19:51:55.647 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17402026-07-08T19:51:57.424ZJul 08 19:51:55.647 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-07-08T19:51:57.424ZJul 08 19:51:55.647 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-07-08T19:51:57.424ZJul 08 19:51:55.647 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-07-08T19:51:58.023ZJul 08 19:51:56.243 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-07-08T19:51:58.220ZJul 08 19:51:56.445 INFO Download complete, target: TransceiverControl
17452026-07-08T19:51:59.401ZJul 08 19:51:57.626 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-07-08T19:51:59.457ZJul 08 19:51:57.683 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-07-08T19:51:59.484ZJul 08 19:51:57.701 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17482026-07-08T19:51:59.626ZJul 08 19:51:57.848 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17492026-07-08T19:51:59.737ZJul 08 19:51:57.956 INFO Download complete, target: Console
17502026-07-08T19:51:59.878ZJul 08 19:51:58.102 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17512026-07-08T19:52:00.309ZJul 08 19:51:58.534 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17522026-07-08T19:52:00.309ZJul 08 19:51:58.534 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17532026-07-08T19:52:01.484ZJul 08 19:51:59.710 INFO Download complete, target: MaghemiteDdmd
17542026-07-08T19:52:01.943ZJul 08 19:52:00.160 INFO Download complete, target: DendriteStub
17552026-07-08T19:52:02.298ZJul 08 19:52:00.524 INFO Download complete, target: MaghemiteMgd
17562026-07-08T19:52:04.838ZJul 08 19:52:03.061 INFO Checking that binary works, target: Cockroach
17572026-07-08T19:52:04.955ZJul 08 19:52:03.180 INFO Download complete, target: Cockroach
17582026-07-08T19:52:06.036ZJul 08 19:52:04.262 INFO Checking that binary works, target: Clickhouse
17592026-07-08T19:52:06.148ZJul 08 19:52:04.374 INFO Download complete, target: Clickhouse
17602026-07-08T19:52:06.165ZAll builder prerequisites installed successfully, and PATH looks valid
17612026-07-08T19:52:06.168Z
17622026-07-08T19:52:06.169Zreal 2:02.434920091
17632026-07-08T19:52:06.169Zuser 6:35.847375746
17642026-07-08T19:52:06.169Zsys 1:20.476372726
17652026-07-08T19:52:06.169Ztrap 0.228570920
17662026-07-08T19:52:06.169Ztflt 0.628859031
17672026-07-08T19:52:06.169Zdflt 0.805936983
17682026-07-08T19:52:06.169Zkflt 0.027336207
17692026-07-08T19:52:06.169Zlock 21:47.882782238
17702026-07-08T19:52:06.169Zslp 20:01.087677444
17712026-07-08T19:52:06.169Zlat 43.736662559
17722026-07-08T19:52:06.169Zstop 1:58.964874670
17732026-07-08T19:52:06.169Z+ banner hack-check
17742026-07-08T19:52:06.169Z
17752026-07-08T19:52:06.169Z # # ## #### # # #### # # ###### #### # #
17762026-07-08T19:52:06.169Z # # # # # # # # # # # # # # # # #
17772026-07-08T19:52:06.169Z ###### # # # #### ##### # ###### ##### # ####
17782026-07-08T19:52:06.169Z # # ###### # # # # # # # # # #
17792026-07-08T19:52:06.169Z # # # # # # # # # # # # # # # # #
17802026-07-08T19:52:06.169Z # # # # #### # # #### # # ###### #### # #
17812026-07-08T19:52:06.169Z
17822026-07-08T19:52:06.169Z+ export CARGO_INCREMENTAL=0
17832026-07-08T19:52:06.170Z+ CARGO_INCREMENTAL=0
17842026-07-08T19:52:06.170Z+ ptime -m timeout 2h cargo xtask check-features --ci
17852026-07-08T19:52:06.614Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17862026-07-08T19:52:06.911Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17872026-07-08T19:52:08.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
17882026-07-08T19:52:08.691Z Running `target/debug/xtask check-features --ci`
17892026-07-08T19:52:08.717Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17902026-07-08T19:52:08.720Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17912026-07-08T19:52:09.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17922026-07-08T19:52:09.147Z Running `target/debug/xtask download cargo-hack`
17932026-07-08T19:52:09.878Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17942026-07-08T19:52:10.195Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17952026-07-08T19:52:12.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
17962026-07-08T19:52:12.845Z Running `target/debug/xtask-downloader cargo-hack`
17972026-07-08T19:52:12.887ZJul 08 19:52:11.113 INFO Starting download, target: CargoHack
17982026-07-08T19:52:12.890ZJul 08 19:52:11.114 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17992026-07-08T19:52:13.275ZJul 08 19:52:11.501 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18002026-07-08T19:52:13.323ZJul 08 19:52:11.549 INFO Download complete, target: CargoHack
18012026-07-08T19:52:13.325Zrunning: "/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"
18022026-07-08T19:52:13.339Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18032026-07-08T19:52:13.494Zinfo: running `cargo check --bins` on api_identity (1/300)
18042026-07-08T19:52:13.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052026-07-08T19:52:13.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062026-07-08T19:52:13.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072026-07-08T19:52:13.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18082026-07-08T19:52:14.002Z
18092026-07-08T19:52:14.002Zinfo: running `cargo check --bins` on bootstore (2/300)
18102026-07-08T19:52:14.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-07-08T19:52:14.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-07-08T19:52:14.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-07-08T19:52:14.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18142026-07-08T19:52:14.509Z
18152026-07-08T19:52:14.509Zinfo: running `cargo check --bins` on omicron-ledger (3/300)
18162026-07-08T19:52:14.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-07-08T19:52:14.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-07-08T19:52:14.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-07-08T19:52:14.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18202026-07-08T19:52:15.016Z
18212026-07-08T19:52:15.016Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/300)
18222026-07-08T19:52:15.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-07-08T19:52:15.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-07-08T19:52:15.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-07-08T19:52:15.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18262026-07-08T19:52:15.522Z
18272026-07-08T19:52:15.522Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/300)
18282026-07-08T19:52:15.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-07-08T19:52:15.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-07-08T19:52:15.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-07-08T19:52:15.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18322026-07-08T19:52:16.022Z
18332026-07-08T19:52:16.022Zinfo: running `cargo check --bins` on omicron-certificates (6/300)
18342026-07-08T19:52:16.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-07-08T19:52:16.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-07-08T19:52:16.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-07-08T19:52:16.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18382026-07-08T19:52:16.538Z
18392026-07-08T19:52:16.538Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/300)
18402026-07-08T19:52:16.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-07-08T19:52:16.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-07-08T19:52:16.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-07-08T19:52:16.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18442026-07-08T19:52:17.071Z
18452026-07-08T19:52:17.071Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/300)
18462026-07-08T19:52:17.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-07-08T19:52:17.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-07-08T19:52:17.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-07-08T19:52:17.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18502026-07-08T19:52:17.599Z
18512026-07-08T19:52:17.600Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/300)
18522026-07-08T19:52:17.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-07-08T19:52:17.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-07-08T19:52:17.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-07-08T19:52:17.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18562026-07-08T19:52:17.993Z
18572026-07-08T19:52:17.993Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/300)
18582026-07-08T19:52:18.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-07-08T19:52:18.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-07-08T19:52:18.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-07-08T19:52:18.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18622026-07-08T19:52:18.391Z
18632026-07-08T19:52:18.391Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/300)
18642026-07-08T19:52:18.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-07-08T19:52:18.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-07-08T19:52:18.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-07-08T19:52:18.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18682026-07-08T19:52:18.786Z
18692026-07-08T19:52:18.786Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/300)
18702026-07-08T19:52:19.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-07-08T19:52:19.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-07-08T19:52:19.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-07-08T19:52:19.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18742026-07-08T19:52:19.182Z
18752026-07-08T19:52:19.182Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/300)
18762026-07-08T19:52:19.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-07-08T19:52:19.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-07-08T19:52:19.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-07-08T19:52:19.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18802026-07-08T19:52:19.569Z
18812026-07-08T19:52:19.569Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/300)
18822026-07-08T19:52:19.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-07-08T19:52:19.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-07-08T19:52:19.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-07-08T19:52:19.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18862026-07-08T19:52:19.960Z
18872026-07-08T19:52:19.960Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/300)
18882026-07-08T19:52:20.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-07-08T19:52:20.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-07-08T19:52:20.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-07-08T19:52:20.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18922026-07-08T19:52:20.352Z
18932026-07-08T19:52:20.352Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/300)
18942026-07-08T19:52:20.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-07-08T19:52:20.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-07-08T19:52:20.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-07-08T19:52:20.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18982026-07-08T19:52:20.744Z
18992026-07-08T19:52:20.744Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/300)
19002026-07-08T19:52:21.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-07-08T19:52:21.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-07-08T19:52:21.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-07-08T19:52:21.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19042026-07-08T19:52:21.138Z
19052026-07-08T19:52:21.138Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/300)
19062026-07-08T19:52:21.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-07-08T19:52:21.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-07-08T19:52:21.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-07-08T19:52:21.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19102026-07-08T19:52:21.527Z
19112026-07-08T19:52:21.527Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/300)
19122026-07-08T19:52:21.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-07-08T19:52:21.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-07-08T19:52:21.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-07-08T19:52:21.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19162026-07-08T19:52:21.923Z
19172026-07-08T19:52:21.923Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/300)
19182026-07-08T19:52:22.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-07-08T19:52:22.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-07-08T19:52:22.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-07-08T19:52:22.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19222026-07-08T19:52:22.318Z
19232026-07-08T19:52:22.318Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/300)
19242026-07-08T19:52:22.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-07-08T19:52:22.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-07-08T19:52:22.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-07-08T19:52:22.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19282026-07-08T19:52:22.714Z
19292026-07-08T19:52:22.714Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/300)
19302026-07-08T19:52:23.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-07-08T19:52:23.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-07-08T19:52:23.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-07-08T19:52:23.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19342026-07-08T19:52:23.110Z
19352026-07-08T19:52:23.110Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/300)
19362026-07-08T19:52:23.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-07-08T19:52:23.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-07-08T19:52:23.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-07-08T19:52:23.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19402026-07-08T19:52:23.557Z
19412026-07-08T19:52:23.557Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/300)
19422026-07-08T19:52:23.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-07-08T19:52:23.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-07-08T19:52:23.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-07-08T19:52:23.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19462026-07-08T19:52:23.906Z
19472026-07-08T19:52:23.906Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/300)
19482026-07-08T19:52:24.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-07-08T19:52:24.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-07-08T19:52:24.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-07-08T19:52:24.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19522026-07-08T19:52:24.301Z
19532026-07-08T19:52:24.301Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/300)
19542026-07-08T19:52:24.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-07-08T19:52:24.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-07-08T19:52:24.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-07-08T19:52:24.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19582026-07-08T19:52:24.695Z
19592026-07-08T19:52:24.695Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/300)
19602026-07-08T19:52:25.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-07-08T19:52:25.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-07-08T19:52:25.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-07-08T19:52:25.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19642026-07-08T19:52:25.095Z
19652026-07-08T19:52:25.095Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/300)
19662026-07-08T19:52:25.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-07-08T19:52:25.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-07-08T19:52:25.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-07-08T19:52:25.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19702026-07-08T19:52:25.492Z
19712026-07-08T19:52:25.492Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/300)
19722026-07-08T19:52:25.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-07-08T19:52:25.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-07-08T19:52:25.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-07-08T19:52:25.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19762026-07-08T19:52:25.892Z
19772026-07-08T19:52:25.892Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/300)
19782026-07-08T19:52:26.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-07-08T19:52:26.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-07-08T19:52:26.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-07-08T19:52:26.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19822026-07-08T19:52:26.286Z
19832026-07-08T19:52:26.286Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/300)
19842026-07-08T19:52:26.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-07-08T19:52:26.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-07-08T19:52:26.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-07-08T19:52:26.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19882026-07-08T19:52:26.683Z
19892026-07-08T19:52:26.683Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/300)
19902026-07-08T19:52:27.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-07-08T19:52:27.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-07-08T19:52:27.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-07-08T19:52:27.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19942026-07-08T19:52:27.078Z
19952026-07-08T19:52:27.078Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/300)
19962026-07-08T19:52:27.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-07-08T19:52:27.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-07-08T19:52:27.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-07-08T19:52:27.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20002026-07-08T19:52:27.468Z
20012026-07-08T19:52:27.468Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/300)
20022026-07-08T19:52:27.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-07-08T19:52:27.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-07-08T19:52:27.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-07-08T19:52:27.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20062026-07-08T19:52:27.863Z
20072026-07-08T19:52:27.863Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/300)
20082026-07-08T19:52:28.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-07-08T19:52:28.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-07-08T19:52:28.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-07-08T19:52:28.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20122026-07-08T19:52:28.256Z
20132026-07-08T19:52:28.256Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/300)
20142026-07-08T19:52:28.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-07-08T19:52:28.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-07-08T19:52:28.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-07-08T19:52:28.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20182026-07-08T19:52:28.653Z
20192026-07-08T19:52:28.653Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/300)
20202026-07-08T19:52:28.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-07-08T19:52:29.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-07-08T19:52:29.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-07-08T19:52:29.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20242026-07-08T19:52:29.048Z
20252026-07-08T19:52:29.048Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/300)
20262026-07-08T19:52:29.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-07-08T19:52:29.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-07-08T19:52:29.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-07-08T19:52:29.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20302026-07-08T19:52:29.443Z
20312026-07-08T19:52:29.443Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/300)
20322026-07-08T19:52:29.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-07-08T19:52:29.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-07-08T19:52:29.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-07-08T19:52:29.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20362026-07-08T19:52:29.841Z
20372026-07-08T19:52:29.841Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/300)
20382026-07-08T19:52:30.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-07-08T19:52:30.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-07-08T19:52:30.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-07-08T19:52:30.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20422026-07-08T19:52:30.236Z
20432026-07-08T19:52:30.236Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/300)
20442026-07-08T19:52:30.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-07-08T19:52:30.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-07-08T19:52:30.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-07-08T19:52:30.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20482026-07-08T19:52:30.630Z
20492026-07-08T19:52:30.630Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/300)
20502026-07-08T19:52:30.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-07-08T19:52:30.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-07-08T19:52:30.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-07-08T19:52:30.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20542026-07-08T19:52:31.027Z
20552026-07-08T19:52:31.027Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/300)
20562026-07-08T19:52:31.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-07-08T19:52:31.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-07-08T19:52:31.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-07-08T19:52:31.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20602026-07-08T19:52:31.420Z
20612026-07-08T19:52:31.420Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/300)
20622026-07-08T19:52:31.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-07-08T19:52:31.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-07-08T19:52:31.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-07-08T19:52:31.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20662026-07-08T19:52:31.820Z
20672026-07-08T19:52:31.820Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/300)
20682026-07-08T19:52:32.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-07-08T19:52:32.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-07-08T19:52:32.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-07-08T19:52:32.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20722026-07-08T19:52:32.219Z
20732026-07-08T19:52:32.219Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/300)
20742026-07-08T19:52:32.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-07-08T19:52:32.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-07-08T19:52:32.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-07-08T19:52:32.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20782026-07-08T19:52:32.617Z
20792026-07-08T19:52:32.617Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/300)
20802026-07-08T19:52:32.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-07-08T19:52:32.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-07-08T19:52:32.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-07-08T19:52:32.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20842026-07-08T19:52:33.015Z
20852026-07-08T19:52:33.015Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/300)
20862026-07-08T19:52:33.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-07-08T19:52:33.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-07-08T19:52:33.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-07-08T19:52:33.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20902026-07-08T19:52:33.466Z
20912026-07-08T19:52:33.466Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/300)
20922026-07-08T19:52:33.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-07-08T19:52:33.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-07-08T19:52:33.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-07-08T19:52:33.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20962026-07-08T19:52:33.978Z
20972026-07-08T19:52:33.978Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/300)
20982026-07-08T19:52:34.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-07-08T19:52:34.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-07-08T19:52:34.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-07-08T19:52:34.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21022026-07-08T19:52:34.531Z
21032026-07-08T19:52:34.531Zinfo: running `cargo check --bins` on nexus-config (51/300)
21042026-07-08T19:52:35.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-07-08T19:52:35.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-07-08T19:52:35.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-07-08T19:52:35.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21082026-07-08T19:52:35.092Z
21092026-07-08T19:52:35.092Zinfo: running `cargo check --bins` on nexus-types (52/300)
21102026-07-08T19:52:35.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-07-08T19:52:35.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-07-08T19:52:35.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-07-08T19:52:35.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21142026-07-08T19:52:35.648Z
21152026-07-08T19:52:35.648Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/300)
21162026-07-08T19:52:36.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-07-08T19:52:36.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-07-08T19:52:36.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-07-08T19:52:36.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21202026-07-08T19:52:36.174Z
21212026-07-08T19:52:36.174Zinfo: running `cargo check --bins` on omicron-passwords (54/300)
21222026-07-08T19:52:36.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-07-08T19:52:36.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-07-08T19:52:36.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-07-08T19:52:36.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21262026-07-08T19:52:36.681Z
21272026-07-08T19:52:36.681Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/300)
21282026-07-08T19:52:37.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-07-08T19:52:37.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-07-08T19:52:37.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-07-08T19:52:37.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21322026-07-08T19:52:37.207Z
21332026-07-08T19:52:37.208Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/300)
21342026-07-08T19:52:37.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-07-08T19:52:37.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-07-08T19:52:37.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-07-08T19:52:37.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21382026-07-08T19:52:37.736Z
21392026-07-08T19:52:37.736Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/300)
21402026-07-08T19:52:38.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-07-08T19:52:38.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-07-08T19:52:38.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-07-08T19:52:38.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21442026-07-08T19:52:38.265Z
21452026-07-08T19:52:38.265Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/300)
21462026-07-08T19:52:38.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-07-08T19:52:38.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-07-08T19:52:38.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-07-08T19:52:38.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21502026-07-08T19:52:38.797Z
21512026-07-08T19:52:38.797Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/300)
21522026-07-08T19:52:39.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-07-08T19:52:39.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-07-08T19:52:39.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-07-08T19:52:39.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21562026-07-08T19:52:39.307Z
21572026-07-08T19:52:39.307Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/300)
21582026-07-08T19:52:39.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-07-08T19:52:39.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-07-08T19:52:39.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-07-08T19:52:39.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21622026-07-08T19:52:39.818Z
21632026-07-08T19:52:39.818Zinfo: running `cargo check --bins --no-default-features` on gfss (61/300)
21642026-07-08T19:52:40.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-07-08T19:52:40.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-07-08T19:52:40.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-07-08T19:52:40.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21682026-07-08T19:52:40.327Z
21692026-07-08T19:52:40.327Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/300)
21702026-07-08T19:52:40.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-07-08T19:52:40.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-07-08T19:52:40.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-07-08T19:52:40.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21742026-07-08T19:52:40.834Z
21752026-07-08T19:52:40.834Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/300)
21762026-07-08T19:52:41.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-07-08T19:52:41.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-07-08T19:52:41.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-07-08T19:52:41.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21802026-07-08T19:52:41.356Z
21812026-07-08T19:52:41.356Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/300)
21822026-07-08T19:52:41.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-07-08T19:52:41.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-07-08T19:52:41.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-07-08T19:52:41.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21862026-07-08T19:52:41.881Z
21872026-07-08T19:52:41.881Zinfo: running `cargo check --bins` on cockroach-admin-types (65/300)
21882026-07-08T19:52:42.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-07-08T19:52:42.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-07-08T19:52:42.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-07-08T19:52:42.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21922026-07-08T19:52:42.389Z
21932026-07-08T19:52:42.389Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/300)
21942026-07-08T19:52:42.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-07-08T19:52:42.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-07-08T19:52:42.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-07-08T19:52:42.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21982026-07-08T19:52:42.900Z
21992026-07-08T19:52:42.900Zinfo: running `cargo check --bins` on ereport-types (67/300)
22002026-07-08T19:52:43.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-07-08T19:52:43.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-07-08T19:52:43.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-07-08T19:52:43.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22042026-07-08T19:52:43.418Z
22052026-07-08T19:52:43.418Zinfo: running `cargo check --bins` on gateway-client (68/300)
22062026-07-08T19:52:43.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-07-08T19:52:43.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-07-08T19:52:43.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-07-08T19:52:43.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22102026-07-08T19:52:43.936Z
22112026-07-08T19:52:43.936Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/300)
22122026-07-08T19:52:44.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-07-08T19:52:44.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-07-08T19:52:44.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-07-08T19:52:44.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22162026-07-08T19:52:44.451Z
22172026-07-08T19:52:44.451Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/300)
22182026-07-08T19:52:44.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-07-08T19:52:44.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-07-08T19:52:44.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-07-08T19:52:44.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22222026-07-08T19:52:44.967Z
22232026-07-08T19:52:44.967Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/300)
22242026-07-08T19:52:45.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-07-08T19:52:45.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-07-08T19:52:45.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-07-08T19:52:45.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22282026-07-08T19:52:45.481Z
22292026-07-08T19:52:45.481Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/300)
22302026-07-08T19:52:45.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-07-08T19:52:45.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-07-08T19:52:45.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-07-08T19:52:45.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22342026-07-08T19:52:46.001Z
22352026-07-08T19:52:46.001Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/300)
22362026-07-08T19:52:46.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-07-08T19:52:46.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-07-08T19:52:46.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-07-08T19:52:46.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22402026-07-08T19:52:46.536Z
22412026-07-08T19:52:46.536Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/300)
22422026-07-08T19:52:46.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-07-08T19:52:46.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-07-08T19:52:46.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-07-08T19:52:46.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22462026-07-08T19:52:47.076Z
22472026-07-08T19:52:47.076Zinfo: running `cargo check --bins` on key-manager-types (75/300)
22482026-07-08T19:52:47.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-07-08T19:52:47.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-07-08T19:52:47.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-07-08T19:52:47.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22522026-07-08T19:52:47.582Z
22532026-07-08T19:52:47.582Zinfo: running `cargo check --bins` on oxlog (76/300)
22542026-07-08T19:52:48.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-07-08T19:52:48.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-07-08T19:52:48.133Z Checking cfg-if v1.0.4
22572026-07-08T19:52:48.136Z Checking libc v0.2.185
22582026-07-08T19:52:48.136Z Checking serde_core v1.0.228
22592026-07-08T19:52:48.246Z Checking memchr v2.8.0
22602026-07-08T19:52:48.246Z Checking zeroize v1.8.2
22612026-07-08T19:52:48.260Z Checking log v0.4.29
22622026-07-08T19:52:48.263Z Checking smallvec v1.15.1
22632026-07-08T19:52:48.280Z Checking subtle v2.6.1
22642026-07-08T19:52:48.291Z Checking itoa v1.0.17
22652026-07-08T19:52:48.392Z Checking scopeguard v1.2.0
22662026-07-08T19:52:48.414Z Checking stable_deref_trait v1.2.1
22672026-07-08T19:52:48.414Z Checking typenum v1.20.1
22682026-07-08T19:52:48.438Z Checking zerofrom v0.1.6
22692026-07-08T19:52:48.451Z Checking pin-project-lite v0.2.17
22702026-07-08T19:52:48.534Z Checking lock_api v0.4.14
22712026-07-08T19:52:48.534Z Checking portable-atomic v1.13.1
22722026-07-08T19:52:48.537Z Checking futures-core v0.3.32
22732026-07-08T19:52:48.546Z Checking yoke v0.8.1
22742026-07-08T19:52:48.607Z Checking critical-section v1.2.0
22752026-07-08T19:52:48.621Z Checking errno v0.3.14
22762026-07-08T19:52:48.648Z Checking getrandom v0.2.17
22772026-07-08T19:52:48.676Z Checking parking_lot_core v0.9.12
22782026-07-08T19:52:48.696Z Checking mio v1.2.0
22792026-07-08T19:52:48.709Z Checking zerovec v0.11.5
22802026-07-08T19:52:48.727Z Checking signal-hook-registry v1.4.8
22812026-07-08T19:52:48.788Z Checking rand_core v0.6.4
22822026-07-08T19:52:48.854Z Checking parking_lot v0.12.5
22832026-07-08T19:52:48.878Z Checking zerocopy v0.8.40
22842026-07-08T19:52:48.891Z Checking once_cell v1.21.3
22852026-07-08T19:52:48.955Z Checking const-oid v0.9.6
22862026-07-08T19:52:48.970Z Checking zmij v1.0.21
22872026-07-08T19:52:49.031Z Checking rand_core v0.10.0
22882026-07-08T19:52:49.052Z Checking socket2 v0.6.3
22892026-07-08T19:52:49.131Z Checking tinystr v0.8.2
22902026-07-08T19:52:49.153Z Checking generic-array v0.14.7
22912026-07-08T19:52:49.164Z Checking getrandom v0.4.1
22922026-07-08T19:52:49.175Z Checking libm v0.2.16
22932026-07-08T19:52:49.288Z Checking equivalent v1.0.2
22942026-07-08T19:52:49.300Z Checking percent-encoding v2.3.2
22952026-07-08T19:52:49.303Z Checking writeable v0.6.2
22962026-07-08T19:52:49.364Z Checking litemap v0.8.1
22972026-07-08T19:52:49.432Z Checking potential_utf v0.1.4
22982026-07-08T19:52:49.463Z Checking zerotrie v0.2.3
22992026-07-08T19:52:49.529Z Checking icu_locale_core v2.1.1
23002026-07-08T19:52:49.553Z Checking futures-sink v0.3.32
23012026-07-08T19:52:49.599Z Checking icu_collections v2.1.1
23022026-07-08T19:52:49.620Z Checking futures-io v0.3.32
23032026-07-08T19:52:49.644Z Checking futures-channel v0.3.32
23042026-07-08T19:52:49.697Z Checking serde v1.0.228
23052026-07-08T19:52:49.710Z Checking bitflags v2.11.0
23062026-07-08T19:52:49.725Z Checking serde_json v1.0.150
23072026-07-08T19:52:49.830Z Checking slab v0.4.12
23082026-07-08T19:52:49.844Z Checking num-traits v0.2.19
23092026-07-08T19:52:49.884Z Checking futures-task v0.3.32
23102026-07-08T19:52:49.899Z Checking icu_normalizer_data v2.1.1
23112026-07-08T19:52:49.970Z Checking icu_properties_data v2.1.2
23122026-07-08T19:52:49.982Z Checking hashbrown v0.17.0
23132026-07-08T19:52:50.016Z Checking futures-util v0.3.32
23142026-07-08T19:52:50.065Z Checking icu_provider v2.1.1
23152026-07-08T19:52:50.091Z Checking block-buffer v0.10.4
23162026-07-08T19:52:50.104Z Checking bytes v1.11.1
23172026-07-08T19:52:50.220Z Checking crypto-common v0.1.7
23182026-07-08T19:52:50.285Z Checking icu_properties v2.1.2
23192026-07-08T19:52:50.335Z Checking icu_normalizer v2.1.1
23202026-07-08T19:52:50.370Z Checking digest v0.10.7
23212026-07-08T19:52:50.385Z Checking utf8_iter v1.0.4
23222026-07-08T19:52:50.433Z Checking indexmap v2.14.0
23232026-07-08T19:52:50.498Z Checking form_urlencoded v1.2.2
23242026-07-08T19:52:50.530Z Checking tokio v1.52.1
23252026-07-08T19:52:50.555Z Checking getrandom v0.3.4
23262026-07-08T19:52:50.618Z Checking byteorder v1.5.0
23272026-07-08T19:52:50.636Z Checking fnv v1.0.7
23282026-07-08T19:52:50.694Z Checking rand_core v0.9.5
23292026-07-08T19:52:50.721Z Checking http v1.4.2
23302026-07-08T19:52:50.813Z Checking regex-syntax v0.8.10
23312026-07-08T19:52:50.863Z Checking base64ct v1.8.3
23322026-07-08T19:52:50.980Z Checking rustix v1.1.3
23332026-07-08T19:52:51.091Z Checking pem-rfc7468 v0.7.0
23342026-07-08T19:52:51.104Z Checking idna_adapter v1.2.1
23352026-07-08T19:52:51.214Z Checking idna v1.1.0
23362026-07-08T19:52:51.242Z Checking uuid v1.23.4
23372026-07-08T19:52:51.277Z Checking tracing-core v0.1.36
23382026-07-08T19:52:51.450Z Checking url v2.5.8
23392026-07-08T19:52:51.550Z Checking base64 v0.22.1
23402026-07-08T19:52:51.574Z Checking iana-time-zone v0.1.65
23412026-07-08T19:52:51.612Z Checking ppv-lite86 v0.2.21
23422026-07-08T19:52:51.675Z Checking flagset v0.4.7
23432026-07-08T19:52:51.780Z Checking chrono v0.4.44
23442026-07-08T19:52:51.797Z Checking tracing v0.1.44
23452026-07-08T19:52:51.809Z Checking der v0.7.10
23462026-07-08T19:52:51.895Z Checking http-body v1.0.1
23472026-07-08T19:52:51.917Z Checking rand_chacha v0.9.0
23482026-07-08T19:52:51.931Z Checking rustls-pki-types v1.14.0
23492026-07-08T19:52:52.006Z Checking cmov v0.5.4
23502026-07-08T19:52:52.026Z Checking openssl-probe v0.2.1
23512026-07-08T19:52:52.114Z Checking tinyvec_macros v0.1.1
23522026-07-08T19:52:52.127Z Checking rand v0.9.2
23532026-07-08T19:52:52.140Z Checking aws-lc-sys v0.40.0
23542026-07-08T19:52:52.177Z Checking tinyvec v1.10.0
23552026-07-08T19:52:52.191Z Checking ctutils v0.4.2
23562026-07-08T19:52:52.211Z Checking atomic-waker v1.1.2
23572026-07-08T19:52:52.305Z Checking tower-service v0.3.3
23582026-07-08T19:52:52.389Z Checking untrusted v0.7.1
23592026-07-08T19:52:52.392Z Checking tower-layer v0.3.3
23602026-07-08T19:52:52.475Z Checking try-lock v0.2.5
23612026-07-08T19:52:52.495Z Checking hybrid-array v0.4.13
23622026-07-08T19:52:52.542Z Checking ipnet v2.11.0
23632026-07-08T19:52:52.555Z Checking spki v0.7.3
23642026-07-08T19:52:52.566Z Checking want v0.3.1
23652026-07-08T19:52:52.588Z Checking httparse v1.10.1
23662026-07-08T19:52:52.625Z Checking aws-lc-rs v1.16.3
23672026-07-08T19:52:52.638Z Checking aho-corasick v1.1.4
23682026-07-08T19:52:52.676Z Checking foreign-types-shared v0.1.1
23692026-07-08T19:52:52.707Z Checking untrusted v0.9.0
23702026-07-08T19:52:52.753Z Checking httpdate v1.0.3
23712026-07-08T19:52:52.786Z Checking utf8parse v0.2.2
23722026-07-08T19:52:52.799Z Checking cpufeatures v0.2.17
23732026-07-08T19:52:52.810Z Checking dyn-clone v1.0.20
23742026-07-08T19:52:52.861Z Checking plain v0.2.3
23752026-07-08T19:52:52.880Z Checking fastrand v2.3.0
23762026-07-08T19:52:52.894Z Checking foreign-types v0.3.2
23772026-07-08T19:52:52.906Z Checking pkcs8 v0.10.2
23782026-07-08T19:52:52.954Z Checking unicode-normalization v0.1.25
23792026-07-08T19:52:52.967Z Checking semver v1.0.28
23802026-07-08T19:52:53.046Z Checking tempfile v3.25.0
23812026-07-08T19:52:53.050Z Checking openssl-sys v0.9.115
23822026-07-08T19:52:53.167Z Checking spin v0.9.8
23832026-07-08T19:52:53.237Z Checking anstyle v1.0.14
23842026-07-08T19:52:53.249Z Checking unicode-ident v1.0.24
23852026-07-08T19:52:53.295Z Checking regex-automata v0.4.14
23862026-07-08T19:52:53.343Z Checking ucd-trie v0.1.7
23872026-07-08T19:52:53.356Z Checking proc-macro2 v1.0.106
23882026-07-08T19:52:53.368Z Checking schemars v0.8.22
23892026-07-08T19:52:53.409Z Checking sha2 v0.10.9
23902026-07-08T19:52:53.422Z Checking openssl v0.10.79
23912026-07-08T19:52:53.441Z Checking rustls-webpki v0.103.13
23922026-07-08T19:52:53.470Z Checking pest v2.8.6
23932026-07-08T19:52:53.663Z Checking hmac v0.12.1
23942026-07-08T19:52:53.679Z Checking thiserror v2.0.18
23952026-07-08T19:52:53.772Z Checking tokio-util v0.7.18
23962026-07-08T19:52:53.785Z Checking sync_wrapper v1.0.2
23972026-07-08T19:52:53.798Z Checking wait-timeout v0.2.1
23982026-07-08T19:52:53.841Z Checking rustls v0.23.41
23992026-07-08T19:52:53.881Z Checking anstyle-query v1.1.5
24002026-07-08T19:52:53.913Z Checking pretty-hex v0.4.1
24012026-07-08T19:52:53.978Z Checking colorchoice v1.0.4
24022026-07-08T19:52:54.026Z Checking bit-vec v0.8.0
24032026-07-08T19:52:54.039Z Checking siphasher v1.0.2
24042026-07-08T19:52:54.081Z Checking powerfmt v0.2.0
24052026-07-08T19:52:54.198Z Checking quick-error v1.2.3
24062026-07-08T19:52:54.228Z Checking simd-adler32 v0.3.8
24072026-07-08T19:52:54.238Z Checking is_terminal_polyfill v1.70.2
24082026-07-08T19:52:54.292Z Checking rusty-fork v0.3.1
24092026-07-08T19:52:54.318Z Checking deranged v0.5.8
24102026-07-08T19:52:54.389Z Checking bit-set v0.8.0
24112026-07-08T19:52:54.402Z Checking h2 v0.4.15
24122026-07-08T19:52:54.457Z Checking tower v0.5.3
24132026-07-08T19:52:54.530Z Checking quote v1.0.45
24142026-07-08T19:52:54.544Z Compiling newtype-uuid v1.3.2
24152026-07-08T19:52:54.770Z Checking http-body-util v0.1.3
24162026-07-08T19:52:54.774Z Checking crossbeam-utils v0.8.21
24172026-07-08T19:52:54.833Z Checking rand_xorshift v0.4.0
24182026-07-08T19:52:54.904Z Checking crc32fast v1.5.0
24192026-07-08T19:52:54.945Z Checking scroll v0.13.0
24202026-07-08T19:52:55.039Z Checking unicode-properties v0.1.4
24212026-07-08T19:52:55.052Z Checking allocator-api2 v0.2.21
24222026-07-08T19:52:55.139Z Checking unarray v0.1.4
24232026-07-08T19:52:55.168Z Checking iri-string v0.7.10
24242026-07-08T19:52:55.218Z Checking num_threads v0.1.7
24252026-07-08T19:52:55.231Z Checking unicode-bidi v0.3.18
24262026-07-08T19:52:55.241Z Checking ryu v1.0.23
24272026-07-08T19:52:55.300Z Checking adler2 v2.0.1
24282026-07-08T19:52:55.331Z Checking time-core v0.1.8
24292026-07-08T19:52:55.370Z Checking num-conv v0.2.0
24302026-07-08T19:52:55.401Z Checking miniz_oxide v0.8.9
24312026-07-08T19:52:55.466Z Checking serde_urlencoded v0.7.1
24322026-07-08T19:52:55.478Z Checking native-tls v0.2.18
24332026-07-08T19:52:55.490Z Checking time v0.3.47
24342026-07-08T19:52:55.517Z Checking stringprep v0.1.5
24352026-07-08T19:52:55.646Z Checking tokio-native-tls v0.3.1
24362026-07-08T19:52:55.662Z Checking proptest v1.10.0
24372026-07-08T19:52:55.675Z Checking goblin v0.10.5
24382026-07-08T19:52:55.742Z Checking bstr v1.12.1
24392026-07-08T19:52:55.796Z Checking crossbeam-epoch v0.9.18
24402026-07-08T19:52:56.015Z Checking syn v2.0.117
24412026-07-08T19:52:56.111Z Compiling daft v0.1.7
24422026-07-08T19:52:56.135Z Checking ipnetwork v0.21.1
24432026-07-08T19:52:56.179Z Checking tower-http v0.6.8
24442026-07-08T19:52:56.344Z Checking block-padding v0.4.2
24452026-07-08T19:52:56.387Z Checking crypto-common v0.2.2
24462026-07-08T19:52:56.448Z Checking block-buffer v0.12.1
24472026-07-08T19:52:56.477Z Checking anstyle-parse v1.0.0
24482026-07-08T19:52:56.604Z Checking rustls-native-certs v0.8.3
24492026-07-08T19:52:56.616Z Checking rand_chacha v0.3.1
24502026-07-08T19:52:56.628Z Checking scroll v0.12.0
24512026-07-08T19:52:56.730Z Checking thiserror v1.0.69
24522026-07-08T19:52:56.833Z Checking hash32 v0.2.1
24532026-07-08T19:52:56.846Z Checking zstd-sys v2.0.16+zstd.1.5.7
24542026-07-08T19:52:56.868Z Checking md-5 v0.10.6
24552026-07-08T19:52:56.948Z Checking signature v2.2.0
24562026-07-08T19:52:56.988Z Checking num-integer v0.1.46
24572026-07-08T19:52:57.000Z Checking serde_spanned v0.6.9
24582026-07-08T19:52:57.004Z Checking toml_datetime v0.6.11
24592026-07-08T19:52:57.073Z Checking encoding_rs v0.8.35
24602026-07-08T19:52:57.120Z Checking zlib-rs v0.6.2
24612026-07-08T19:52:57.186Z Checking fallible-iterator v0.2.0
24622026-07-08T19:52:57.200Z Checking hyper v1.10.1
24632026-07-08T19:52:57.214Z Checking mime v0.3.17
24642026-07-08T19:52:57.382Z Checking psl-types v2.0.11
24652026-07-08T19:52:57.455Z Checking postgres-protocol v0.6.10
24662026-07-08T19:52:57.490Z Checking publicsuffix v2.3.0
24672026-07-08T19:52:57.612Z Checking num-iter v0.1.45
24682026-07-08T19:52:57.645Z Checking heapless v0.7.17
24692026-07-08T19:52:57.718Z Checking zstd-safe v7.2.4
24702026-07-08T19:52:57.756Z Checking goblin v0.8.2
24712026-07-08T19:52:57.880Z Checking rand v0.8.6
24722026-07-08T19:52:57.988Z Checking flate2 v1.1.9
24732026-07-08T19:52:58.000Z Checking dof v0.4.0
24742026-07-08T19:52:58.000Z Checking anstream v1.0.0
24752026-07-08T19:52:58.053Z Checking cookie v0.18.1
24762026-07-08T19:52:58.112Z Checking hyper-util v0.1.20
24772026-07-08T19:52:58.187Z Compiling iddqd v0.4.2
24782026-07-08T19:52:58.260Z Checking inout v0.2.2
24792026-07-08T19:52:58.274Z Checking oxnet v0.1.6
24802026-07-08T19:52:58.274Z Checking tokio-rustls v0.26.4
24812026-07-08T19:52:58.388Z Checking dtrace-parser v0.3.0
24822026-07-08T19:52:58.404Z Checking phf_shared v0.13.1
24832026-07-08T19:52:58.502Z Checking lazy_static v1.5.0
24842026-07-08T19:52:58.520Z Checking anstyle-parse v0.2.7
24852026-07-08T19:52:58.586Z Checking pin-project v1.1.11
24862026-07-08T19:52:58.597Z Checking zerocopy v0.7.35
24872026-07-08T19:52:58.615Z Checking bzip2-sys v0.1.13+1.0.8
24882026-07-08T19:52:58.626Z Checking signal-hook v0.3.18
24892026-07-08T19:52:58.664Z Checking futures-executor v0.3.32
24902026-07-08T19:52:58.676Z Checking terminal_size v0.4.3
24912026-07-08T19:52:58.691Z Checking hex v0.4.3
24922026-07-08T19:52:58.780Z Checking ff v0.13.1
24932026-07-08T19:52:58.804Z Checking thread-id v5.1.0
24942026-07-08T19:52:58.807Z Checking foldhash v0.2.0
24952026-07-08T19:52:58.878Z Checking managed v0.8.0
24962026-07-08T19:52:58.902Z Checking bitflags v1.3.2
24972026-07-08T19:52:58.915Z Checking bumpalo v3.20.2
24982026-07-08T19:52:58.963Z Checking base16ct v0.2.0
24992026-07-08T19:52:58.975Z Checking foldhash v0.1.5
25002026-07-08T19:52:59.055Z Checking libbz2-rs-sys v0.2.2
25012026-07-08T19:52:59.069Z Checking same-file v1.0.6
25022026-07-08T19:52:59.082Z Checking winnow v0.5.40
25032026-07-08T19:52:59.097Z Checking clap_lex v1.0.0
25042026-07-08T19:52:59.100Z Checking either v1.15.0
25052026-07-08T19:52:59.177Z Checking strsim v0.11.1
25062026-07-08T19:52:59.249Z Compiling rayon-core v1.13.0
25072026-07-08T19:52:59.281Z Checking walkdir v2.5.0
25082026-07-08T19:52:59.336Z Checking clap_builder v4.6.0
25092026-07-08T19:52:59.356Z Checking hyper-tls v0.6.0
25102026-07-08T19:52:59.429Z Checking hyper-rustls v0.27.7
25112026-07-08T19:52:59.441Z Checking bzip2 v0.6.1
25122026-07-08T19:52:59.452Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25132026-07-08T19:52:59.474Z Checking hashbrown v0.15.5
25142026-07-08T19:52:59.520Z Checking reqwest v0.12.28
25152026-07-08T19:52:59.647Z Checking zopfli v0.8.3
25162026-07-08T19:52:59.652Z Checking sec1 v0.7.3
25172026-07-08T19:52:59.652Z Checking dof v0.3.0
25182026-07-08T19:52:59.662Z Checking smoltcp v0.9.1
25192026-07-08T19:52:59.819Z Checking hashbrown v0.16.1
25202026-07-08T19:52:59.922Z Checking group v0.13.0
25212026-07-08T19:52:59.940Z Checking usdt-impl v0.6.0
25222026-07-08T19:52:59.943Z Checking signal-hook-mio v0.2.5
25232026-07-08T19:53:00.037Z Checking futures v0.3.32
25242026-07-08T19:53:00.069Z Checking bzip2 v0.4.4
25252026-07-08T19:53:00.110Z Checking snafu v0.8.9
25262026-07-08T19:53:00.218Z Checking anstream v0.6.21
25272026-07-08T19:53:00.231Z Checking phf v0.13.1
25282026-07-08T19:53:00.234Z Checking toml_edit v0.19.15
25292026-07-08T19:53:00.252Z Checking num-bigint-dig v0.8.6
25302026-07-08T19:53:00.303Z Checking cipher v0.5.2
25312026-07-08T19:53:00.341Z Checking cookie_store v0.22.1
25322026-07-08T19:53:00.368Z Checking zstd v0.13.3
25332026-07-08T19:53:00.403Z Checking postgres-types v0.2.12
25342026-07-08T19:53:00.494Z Checking ed25519 v2.2.3
25352026-07-08T19:53:00.536Z Checking dtrace-parser v0.2.0
25362026-07-08T19:53:00.548Z Checking rustls-platform-verifier v0.6.2
25372026-07-08T19:53:00.551Z Checking globset v0.4.18
25382026-07-08T19:53:00.664Z Checking crossbeam-deque v0.8.6
25392026-07-08T19:53:00.677Z Checking regex v1.12.3
25402026-07-08T19:53:00.680Z Checking phf_shared v0.11.3
25412026-07-08T19:53:00.703Z Checking hkdf v0.12.4
25422026-07-08T19:53:00.762Z Checking olpc-cjson v0.1.4
25432026-07-08T19:53:00.803Z Checking ref-cast v1.0.25
25442026-07-08T19:53:00.820Z Checking curve25519-dalek v4.1.3
25452026-07-08T19:53:00.832Z Checking strum v0.27.2
25462026-07-08T19:53:00.835Z Checking pkcs1 v0.7.5
25472026-07-08T19:53:00.887Z Checking hubpack v0.1.2
25482026-07-08T19:53:00.900Z Checking memoffset v0.9.1
25492026-07-08T19:53:00.932Z Checking rustix v0.38.44
25502026-07-08T19:53:00.944Z Checking pem v3.0.6
25512026-07-08T19:53:00.971Z Checking float-cmp v0.10.0
25522026-07-08T19:53:01.041Z Checking serde_plain v1.0.2
25532026-07-08T19:53:01.045Z Checking serde-big-array v0.5.1
25542026-07-08T19:53:01.064Z Checking erased-serde v0.3.31
25552026-07-08T19:53:01.089Z Checking crypto-bigint v0.5.5
25562026-07-08T19:53:01.092Z Checking memmap2 v0.9.10
25572026-07-08T19:53:01.172Z Checking thread-id v4.2.2
25582026-07-08T19:53:01.186Z Checking env_filter v1.0.0
25592026-07-08T19:53:01.245Z Checking const-oid v0.10.2
25602026-07-08T19:53:01.245Z Checking fixedbitset v0.5.7
25612026-07-08T19:53:01.275Z Checking cpufeatures v0.3.0
25622026-07-08T19:53:01.319Z Checking typed-path v0.9.3
25632026-07-08T19:53:01.341Z Checking unicode-segmentation v1.12.0
25642026-07-08T19:53:01.391Z Checking winnow v0.7.14
25652026-07-08T19:53:01.436Z Checking new_debug_unreachable v1.0.6
25662026-07-08T19:53:01.448Z Checking static_assertions v1.1.0
25672026-07-08T19:53:01.501Z Checking keccak v0.1.6
25682026-07-08T19:53:01.513Z Checking winnow v1.0.3
25692026-07-08T19:53:01.578Z Checking predicates-core v1.0.10
25702026-07-08T19:53:01.645Z Checking toml_write v0.1.2
25712026-07-08T19:53:01.659Z Checking precomputed-hash v0.1.1
25722026-07-08T19:53:01.694Z Checking jiff v0.2.21
25732026-07-08T19:53:01.719Z Checking normalize-line-endings v0.3.0
25742026-07-08T19:53:01.732Z Checking difflib v0.4.0
25752026-07-08T19:53:01.792Z Checking data-encoding v2.10.0
25762026-07-08T19:53:01.810Z Checking whoami v2.1.0
25772026-07-08T19:53:01.824Z Checking fixedbitset v0.4.2
25782026-07-08T19:53:01.908Z Checking predicates v3.1.4
25792026-07-08T19:53:01.966Z Checking petgraph v0.6.5
25802026-07-08T19:53:01.998Z Checking tokio-postgres v0.7.16
25812026-07-08T19:53:02.027Z Checking elliptic-curve v0.13.8
25822026-07-08T19:53:02.061Z Checking hickory-proto v0.25.2
25832026-07-08T19:53:02.107Z Checking tough v0.22.0
25842026-07-08T19:53:02.209Z Checking toml_parser v1.1.2+spec-1.1.0
25852026-07-08T19:53:02.336Z Checking string_cache v0.8.9
25862026-07-08T19:53:02.505Z Checking crossterm v0.28.1
25872026-07-08T19:53:02.530Z Checking sha3 v0.10.8
25882026-07-08T19:53:02.602Z Checking toml_edit v0.22.27
25892026-07-08T19:53:02.734Z Checking similar v2.7.0
25902026-07-08T19:53:03.110Z Checking ed25519-dalek v2.2.0
25912026-07-08T19:53:03.190Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25922026-07-08T19:53:03.206Z Checking slog v2.8.2
25932026-07-08T19:53:03.275Z Checking petgraph v0.8.3
25942026-07-08T19:53:03.335Z Checking digest v0.11.3
25952026-07-08T19:53:03.466Z Checking chacha20 v0.10.0
25962026-07-08T19:53:03.510Z Checking env_logger v0.11.9
25972026-07-08T19:53:03.684Z Checking toml v0.7.8
25982026-07-08T19:53:03.697Z Checking usdt v0.6.0
25992026-07-08T19:53:03.715Z Checking usdt-impl v0.5.0
26002026-07-08T19:53:03.855Z Checking rsa v0.9.10
26012026-07-08T19:53:03.924Z Checking zip v4.6.1
26022026-07-08T19:53:03.984Z Checking nix v0.31.2
26032026-07-08T19:53:04.310Z Checking reqwest v0.13.2
26042026-07-08T19:53:04.487Z Checking clap v4.6.1
26052026-07-08T19:53:04.494Z Checking zip v0.6.6
26062026-07-08T19:53:04.522Z Checking itertools v0.13.0
26072026-07-08T19:53:04.814Z Checking serde_with v3.17.0
26082026-07-08T19:53:04.831Z Checking strum v0.26.3
26092026-07-08T19:53:04.831Z Checking fs-err v3.3.0
26102026-07-08T19:53:04.881Z Checking ahash v0.8.12
26112026-07-08T19:53:04.936Z Checking object v0.37.3
26122026-07-08T19:53:05.075Z Checking tokio-stream v0.1.18
26132026-07-08T19:53:05.138Z Checking buf-list v1.1.2
26142026-07-08T19:53:05.151Z Checking camino v1.2.2
26152026-07-08T19:53:05.163Z Checking anyhow v1.0.102
26162026-07-08T19:53:05.314Z Checking x509-cert v0.2.5
26172026-07-08T19:53:05.351Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26182026-07-08T19:53:05.394Z Checking openapiv3 v2.2.0
26192026-07-08T19:53:05.424Z Checking peg-runtime v0.8.5
26202026-07-08T19:53:05.451Z Checking lalrpop-util v0.19.12
26212026-07-08T19:53:05.546Z Checking rayon v1.11.0
26222026-07-08T19:53:05.560Z Checking sigpipe v0.1.3
26232026-07-08T19:53:05.604Z Checking glob v0.3.3
26242026-07-08T19:53:07.113Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26252026-07-08T19:53:07.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.79s
26262026-07-08T19:53:07.527Z
26272026-07-08T19:53:07.527Zinfo: running `cargo check --bins` on internal-dns-types (77/300)
26282026-07-08T19:53:07.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-07-08T19:53:07.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-07-08T19:53:07.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-07-08T19:53:07.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26322026-07-08T19:53:08.055Z
26332026-07-08T19:53:08.055Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/300)
26342026-07-08T19:53:08.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-07-08T19:53:08.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-07-08T19:53:08.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-07-08T19:53:08.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26382026-07-08T19:53:08.580Z
26392026-07-08T19:53:08.580Zinfo: running `cargo check --bins` on nexus-types-versions (79/300)
26402026-07-08T19:53:09.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-07-08T19:53:09.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-07-08T19:53:09.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-07-08T19:53:09.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26442026-07-08T19:53:09.118Z
26452026-07-08T19:53:09.118Zinfo: running `cargo check --bins` on oxql-types (80/300)
26462026-07-08T19:53:09.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-07-08T19:53:09.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-07-08T19:53:09.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-07-08T19:53:09.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26502026-07-08T19:53:09.640Z
26512026-07-08T19:53:09.640Zinfo: running `cargo check --bins` on oximeter-types (81/300)
26522026-07-08T19:53:10.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-07-08T19:53:10.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-07-08T19:53:10.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-07-08T19:53:10.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26562026-07-08T19:53:10.163Z
26572026-07-08T19:53:10.163Zinfo: running `cargo check --bins` on oximeter-types-versions (82/300)
26582026-07-08T19:53:10.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-07-08T19:53:10.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-07-08T19:53:10.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-07-08T19:53:10.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26622026-07-08T19:53:10.686Z
26632026-07-08T19:53:10.686Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/300)
26642026-07-08T19:53:11.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-07-08T19:53:11.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-07-08T19:53:11.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-07-08T19:53:11.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26682026-07-08T19:53:11.196Z
26692026-07-08T19:53:11.196Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/300)
26702026-07-08T19:53:11.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-07-08T19:53:11.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-07-08T19:53:11.821Z Compiling structmeta-derive v0.3.0
26732026-07-08T19:53:11.937Z Compiling multer v3.1.0
26742026-07-08T19:53:11.948Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26752026-07-08T19:53:11.951Z Compiling async-stream-impl v0.3.6
26762026-07-08T19:53:11.967Z Compiling dropshot v0.17.1
26772026-07-08T19:53:11.982Z Compiling dropshot_endpoint v0.17.1
26782026-07-08T19:53:11.985Z Compiling newtype-uuid-macros v0.1.0
26792026-07-08T19:53:12.008Z Checking newtype-uuid v1.3.2
26802026-07-08T19:53:12.173Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26812026-07-08T19:53:12.197Z Checking daft v0.1.7
26822026-07-08T19:53:12.219Z Checking thread_local v1.1.9
26832026-07-08T19:53:12.327Z Checking match_cfg v0.1.0
26842026-07-08T19:53:12.393Z Checking compression-core v0.4.31
26852026-07-08T19:53:12.417Z Checking hostname v0.3.1
26862026-07-08T19:53:12.430Z Checking iddqd v0.4.2
26872026-07-08T19:53:12.510Z Checking compression-codecs v0.4.37
26882026-07-08T19:53:12.526Z Checking crossbeam-channel v0.5.15
26892026-07-08T19:53:12.538Z Checking atomicwrites v0.4.4
26902026-07-08T19:53:12.574Z Checking slog-json v2.6.1
26912026-07-08T19:53:12.656Z Checking toml_datetime v1.1.1+spec-1.1.0
26922026-07-08T19:53:12.671Z Checking is-terminal v0.4.17
26932026-07-08T19:53:12.726Z Checking serde_spanned v1.1.1
26942026-07-08T19:53:12.748Z Checking take_mut v0.2.2
26952026-07-08T19:53:12.760Z Checking toml_writer v1.1.1+spec-1.1.0
26962026-07-08T19:53:12.845Z Checking term v1.2.1
26972026-07-08T19:53:12.848Z Checking debug-ignore v1.0.5
26982026-07-08T19:53:12.858Z Checking slog-bunyan v2.5.0
26992026-07-08T19:53:12.882Z Checking slog-async v2.8.0
27002026-07-08T19:53:12.931Z Checking toml v1.1.2+spec-1.1.0
27012026-07-08T19:53:12.951Z Checking async-compression v0.4.41
27022026-07-08T19:53:12.977Z Compiling structmeta v0.3.0
27032026-07-08T19:53:12.977Z Checking async-stream v0.3.6
27042026-07-08T19:53:13.048Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27052026-07-08T19:53:13.061Z Checking slog-term v2.9.2
27062026-07-08T19:53:13.109Z Checking progenitor-client v0.14.0
27072026-07-08T19:53:13.151Z Checking sha1 v0.11.0
27082026-07-08T19:53:13.180Z Compiling derive-ex v0.1.8
27092026-07-08T19:53:13.194Z Compiling parse-display-derive v0.10.0
27102026-07-08T19:53:13.308Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27112026-07-08T19:53:13.331Z Checking waitgroup v0.1.2
27122026-07-08T19:53:13.357Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27132026-07-08T19:53:13.425Z Checking rustls-pemfile v2.2.0
27142026-07-08T19:53:13.440Z Checking backon v1.6.0
27152026-07-08T19:53:13.450Z Checking serde_path_to_error v0.1.20
27162026-07-08T19:53:13.492Z Checking hostname v0.4.2
27172026-07-08T19:53:13.546Z Checking instant v0.1.13
27182026-07-08T19:53:13.598Z Checking progenitor-extras v0.2.0
27192026-07-08T19:53:13.625Z Checking backoff v0.4.0
27202026-07-08T19:53:13.737Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27212026-07-08T19:53:13.759Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27222026-07-08T19:53:13.797Z Checking itertools v0.14.0
27232026-07-08T19:53:13.810Z Checking regress v0.10.5
27242026-07-08T19:53:13.948Z Checking macaddr v1.0.1
27252026-07-08T19:53:14.129Z Checking humantime v2.3.0
27262026-07-08T19:53:14.845Z Compiling test-strategy v0.4.5
27272026-07-08T19:53:14.873Z Checking parse-display v0.10.0
27282026-07-08T19:53:15.353Z Compiling prettyplease v0.2.37
27292026-07-08T19:53:15.615Z Checking num-rational v0.4.2
27302026-07-08T19:53:15.865Z Checking num-complex v0.4.6
27312026-07-08T19:53:16.264Z Compiling num v0.4.3
27322026-07-08T19:53:16.323Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27332026-07-08T19:53:16.352Z Compiling usdt-attr-macro v0.5.0
27342026-07-08T19:53:16.413Z Compiling usdt-macro v0.5.0
27352026-07-08T19:53:16.486Z Checking memmap v0.7.0
27362026-07-08T19:53:16.616Z Compiling float-ord v0.3.2
27372026-07-08T19:53:16.685Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27382026-07-08T19:53:16.835Z Checking unicode-width v0.2.0
27392026-07-08T19:53:16.907Z Compiling convert_case v0.4.0
27402026-07-08T19:53:17.090Z Checking console v0.15.11
27412026-07-08T19:53:17.171Z Checking newline-converter v0.3.0
27422026-07-08T19:53:17.175Z Checking usdt v0.5.0
27432026-07-08T19:53:17.279Z Compiling toml v0.8.23
27442026-07-08T19:53:17.291Z Compiling derive_more v0.99.20
27452026-07-08T19:53:17.347Z Compiling minimal-lexical v0.2.1
27462026-07-08T19:53:17.359Z Checking linked-hash-map v0.5.6
27472026-07-08T19:53:17.527Z Checking lru-cache v0.1.2
27482026-07-08T19:53:17.599Z Compiling nom v7.1.3
27492026-07-08T19:53:17.642Z Checking expectorate v1.2.0
27502026-07-08T19:53:18.113Z Checking camino-tempfile v1.4.1
27512026-07-08T19:53:18.230Z Checking hickory-proto v0.24.4
27522026-07-08T19:53:18.271Z Checking phf_shared v0.12.1
27532026-07-08T19:53:18.284Z Compiling slog-dtrace v0.3.0
27542026-07-08T19:53:18.408Z Compiling unicode-xid v0.2.6
27552026-07-08T19:53:18.483Z Checking resolv-conf v0.7.6
27562026-07-08T19:53:18.661Z Compiling chrono-tz v0.10.4
27572026-07-08T19:53:18.850Z Checking heck v0.5.0
27582026-07-08T19:53:18.882Z Compiling const_format_proc_macros v0.2.34
27592026-07-08T19:53:18.935Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27602026-07-08T19:53:19.020Z Checking phf v0.12.1
27612026-07-08T19:53:19.160Z Checking tokio-dtrace v0.1.1
27622026-07-08T19:53:19.344Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27632026-07-08T19:53:19.427Z Compiling derive-where v1.6.0
27642026-07-08T19:53:19.881Z Checking highway v1.3.0
27652026-07-08T19:53:19.885Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27662026-07-08T19:53:19.909Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27672026-07-08T19:53:19.924Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27682026-07-08T19:53:20.031Z Checking hickory-resolver v0.24.4
27692026-07-08T19:53:20.386Z Checking const_format v0.2.35
27702026-07-08T19:53:20.634Z Checking oxide-tokio-rt v0.1.4
27712026-07-08T19:53:20.783Z Checking qorb v0.4.1
27722026-07-08T19:53:21.018Z Checking gethostname v0.5.0
27732026-07-08T19:53:21.091Z Checking bcs v0.1.6
27742026-07-08T19:53:21.105Z Checking termtree v0.5.1
27752026-07-08T19:53:21.396Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27762026-07-08T19:53:21.412Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27772026-07-08T19:53:21.634Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27782026-07-08T19:53:21.634Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27792026-07-08T19:53:24.477Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27802026-07-08T19:53:26.870Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27812026-07-08T19:53:28.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.76s
27822026-07-08T19:53:29.129Z
27832026-07-08T19:53:29.129Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/300)
27842026-07-08T19:53:29.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852026-07-08T19:53:29.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862026-07-08T19:53:29.743Z Compiling ar_archive_writer v0.5.1
27872026-07-08T19:53:29.852Z Compiling stacker v0.1.23
27882026-07-08T19:53:29.858Z Compiling cfg_aliases v0.1.1
27892026-07-08T19:53:29.864Z Compiling convert_case v0.10.0
27902026-07-08T19:53:29.867Z Checking unicode-width v0.1.14
27912026-07-08T19:53:29.878Z Compiling proc-macro-error v1.0.4
27922026-07-08T19:53:29.890Z Checking fd-lock v4.0.4
27932026-07-08T19:53:29.894Z Checking nibble_vec v0.1.0
27942026-07-08T19:53:29.914Z Compiling nix v0.28.0
27952026-07-08T19:53:29.994Z Compiling recursive-proc-macro-impl v0.1.1
27962026-07-08T19:53:30.009Z Checking vte v0.14.1
27972026-07-08T19:53:30.109Z Checking endian-type v0.1.2
27982026-07-08T19:53:30.121Z Checking bytecount v0.6.9
27992026-07-08T19:53:30.147Z Compiling derive_more-impl v2.1.1
28002026-07-08T19:53:30.162Z Compiling tabled_derive v0.7.0
28012026-07-08T19:53:30.162Z Checking strip-ansi-escapes v0.2.1
28022026-07-08T19:53:30.215Z Checking papergrid v0.11.0
28032026-07-08T19:53:30.225Z Checking radix_trie v0.2.1
28042026-07-08T19:53:30.263Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28052026-07-08T19:53:30.405Z Compiling peg-macros v0.8.5
28062026-07-08T19:53:30.425Z Compiling sqlparser_derive v0.5.0
28072026-07-08T19:53:30.662Z Compiling psm v0.1.30
28082026-07-08T19:53:30.736Z Checking winnow v0.6.26
28092026-07-08T19:53:30.817Z Checking unicode_categories v0.1.1
28102026-07-08T19:53:30.945Z Checking derive_more v2.1.1
28112026-07-08T19:53:30.970Z Checking home v0.5.12
28122026-07-08T19:53:31.021Z Checking nu-ansi-term v0.50.3
28132026-07-08T19:53:31.069Z Checking crossterm v0.29.0
28142026-07-08T19:53:31.133Z Checking tabled v0.15.0
28152026-07-08T19:53:31.200Z Checking rustyline v14.0.0
28162026-07-08T19:53:31.213Z Checking display-error-chain v0.2.2
28172026-07-08T19:53:31.225Z Checking reedline v0.40.0
28182026-07-08T19:53:31.436Z Checking recursive v0.1.1
28192026-07-08T19:53:31.526Z Checking sqlparser v0.61.0
28202026-07-08T19:53:31.678Z Checking peg v0.8.5
28212026-07-08T19:53:31.870Z Checking sqlformat v0.3.5
28222026-07-08T19:53:42.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
28232026-07-08T19:53:42.851Z
28242026-07-08T19:53:42.851Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/300)
28252026-07-08T19:53:43.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-07-08T19:53:43.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-07-08T19:53:43.465Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282026-07-08T19:53:46.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28292026-07-08T19:53:47.055Z
28302026-07-08T19:53:47.055Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/300)
28312026-07-08T19:53:47.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-07-08T19:53:47.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-07-08T19:53:47.672Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-07-08T19:53:50.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
28352026-07-08T19:53:50.252Z
28362026-07-08T19:53:50.253Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/300)
28372026-07-08T19:53:50.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-07-08T19:53:50.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-07-08T19:53:50.865Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-08T19:53:54.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
28412026-07-08T19:53:54.253Z
28422026-07-08T19:53:54.253Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/300)
28432026-07-08T19:53:54.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-07-08T19:53:54.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-07-08T19:53:54.866Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-07-08T19:53:58.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28472026-07-08T19:53:58.281Z
28482026-07-08T19:53:58.281Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/300)
28492026-07-08T19:53:58.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-07-08T19:53:58.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-07-08T19:53:58.896Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-07-08T19:54:01.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
28532026-07-08T19:54:01.616Z
28542026-07-08T19:54:01.617Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/300)
28552026-07-08T19:54:02.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-07-08T19:54:02.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-07-08T19:54:02.234Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-07-08T19:54:04.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28592026-07-08T19:54:05.019Z
28602026-07-08T19:54:05.019Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/300)
28612026-07-08T19:54:05.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-07-08T19:54:05.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-07-08T19:54:05.634Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-07-08T19:54:09.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
28652026-07-08T19:54:09.192Z
28662026-07-08T19:54:09.192Zinfo: running `cargo check --bins` on oximeter (93/300)
28672026-07-08T19:54:09.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-07-08T19:54:09.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-07-08T19:54:09.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-07-08T19:54:09.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28712026-07-08T19:54:09.716Z
28722026-07-08T19:54:09.716Zinfo: running `cargo check --bins` on oximeter-schema (94/300)
28732026-07-08T19:54:10.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-07-08T19:54:10.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-07-08T19:54:10.287Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28762026-07-08T19:54:10.440Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28772026-07-08T19:54:10.444Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28782026-07-08T19:54:10.786Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28792026-07-08T19:54:13.291Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28802026-07-08T19:54:14.511Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28812026-07-08T19:54:14.703Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28822026-07-08T19:54:15.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
28832026-07-08T19:54:15.505Z
28842026-07-08T19:54:15.505Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/300)
28852026-07-08T19:54:15.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-07-08T19:54:15.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-07-08T19:54:15.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-07-08T19:54:15.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28892026-07-08T19:54:16.036Z
28902026-07-08T19:54:16.037Zinfo: running `cargo check --bins` on oximeter-test-utils (96/300)
28912026-07-08T19:54:16.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-07-08T19:54:16.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-07-08T19:54:16.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-07-08T19:54:16.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28952026-07-08T19:54:16.609Z
28962026-07-08T19:54:16.610Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/300)
28972026-07-08T19:54:17.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-07-08T19:54:17.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-07-08T19:54:17.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-07-08T19:54:17.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29012026-07-08T19:54:17.145Z
29022026-07-08T19:54:17.145Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/300)
29032026-07-08T19:54:17.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-07-08T19:54:17.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-07-08T19:54:17.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-07-08T19:54:17.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29072026-07-08T19:54:17.680Z
29082026-07-08T19:54:17.680Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/300)
29092026-07-08T19:54:18.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-07-08T19:54:18.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-07-08T19:54:18.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-07-08T19:54:18.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29132026-07-08T19:54:18.220Z
29142026-07-08T19:54:18.221Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/300)
29152026-07-08T19:54:18.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-07-08T19:54:18.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-07-08T19:54:18.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-07-08T19:54:18.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29192026-07-08T19:54:18.759Z
29202026-07-08T19:54:18.760Zinfo: running `cargo check --bins` on trust-quorum-types (101/300)
29212026-07-08T19:54:19.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-07-08T19:54:19.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-07-08T19:54:19.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-07-08T19:54:19.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29252026-07-08T19:54:19.277Z
29262026-07-08T19:54:19.277Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/300)
29272026-07-08T19:54:19.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-07-08T19:54:19.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-07-08T19:54:19.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-07-08T19:54:19.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29312026-07-08T19:54:19.809Z
29322026-07-08T19:54:19.809Zinfo: running `cargo check --bins` on update-engine (103/300)
29332026-07-08T19:54:20.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-07-08T19:54:20.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-07-08T19:54:20.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-07-08T19:54:20.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29372026-07-08T19:54:20.329Z
29382026-07-08T19:54:20.329Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/300)
29392026-07-08T19:54:20.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-07-08T19:54:20.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-07-08T19:54:20.985Z Compiling crucible-workspace-hack v0.1.0
29422026-07-08T19:54:21.100Z Checking secrecy v0.10.3
29432026-07-08T19:54:21.106Z Compiling heapless v0.8.0
29442026-07-08T19:54:21.111Z Compiling toml_datetime v0.7.5+spec-1.1.0
29452026-07-08T19:54:21.117Z Compiling ingot-macros v0.1.1
29462026-07-08T19:54:21.125Z Checking hash32 v0.3.1
29472026-07-08T19:54:21.128Z Checking inout v0.1.4
29482026-07-08T19:54:21.146Z Compiling smoltcp v0.11.0
29492026-07-08T19:54:21.196Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-07-08T19:54:21.236Z Checking cobs v0.3.0
29512026-07-08T19:54:21.255Z Compiling toml_edit v0.23.10+spec-1.0.0
29522026-07-08T19:54:21.327Z Checking cipher v0.4.4
29532026-07-08T19:54:21.348Z Checking universal-hash v0.5.1
29542026-07-08T19:54:21.367Z Compiling thiserror-impl-no-std v2.0.2
29552026-07-08T19:54:21.419Z Checking half v2.7.1
29562026-07-08T19:54:21.465Z Checking ciborium-io v0.2.2
29572026-07-08T19:54:21.494Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29582026-07-08T19:54:21.516Z Checking opaque-debug v0.3.1
29592026-07-08T19:54:21.551Z Checking chacha20 v0.9.1
29602026-07-08T19:54:21.579Z Checking poly1305 v0.8.0
29612026-07-08T19:54:21.671Z Checking ciborium-ll v0.2.2
29622026-07-08T19:54:21.736Z Checking postcard v1.1.3
29632026-07-08T19:54:21.753Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29642026-07-08T19:54:21.851Z Compiling proc-macro-crate v3.4.0
29652026-07-08T19:54:21.890Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29662026-07-08T19:54:22.030Z Checking password-hash v0.5.0
29672026-07-08T19:54:22.158Z Checking blake2 v0.10.6
29682026-07-08T19:54:22.178Z Compiling proc-macro-crate v1.3.1
29692026-07-08T19:54:22.256Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29702026-07-08T19:54:22.317Z Checking aead v0.5.2
29712026-07-08T19:54:22.394Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29722026-07-08T19:54:22.407Z Compiling num_enum_derive v0.7.6
29732026-07-08T19:54:22.453Z Compiling foreign-types-macros v0.2.3
29742026-07-08T19:54:22.484Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29752026-07-08T19:54:22.545Z Checking thiserror-no-std v2.0.2
29762026-07-08T19:54:22.579Z Checking foreign-types-shared v0.3.1
29772026-07-08T19:54:22.595Z Compiling num_enum_derive v0.5.11
29782026-07-08T19:54:22.628Z Checking vsss-rs v3.3.4
29792026-07-08T19:54:22.663Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29802026-07-08T19:54:22.729Z Checking chacha20poly1305 v0.10.1
29812026-07-08T19:54:22.854Z Checking argon2 v0.5.3
29822026-07-08T19:54:23.044Z Checking foreign-types v0.5.0
29832026-07-08T19:54:23.103Z Checking ciborium v0.2.2
29842026-07-08T19:54:23.217Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29852026-07-08T19:54:23.294Z Checking tabwriter v1.4.1
29862026-07-08T19:54:23.438Z Checking byte-wrapper v0.1.0
29872026-07-08T19:54:23.451Z Checking num_enum v0.7.6
29882026-07-08T19:54:23.493Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29892026-07-08T19:54:23.521Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29902026-07-08T19:54:23.558Z Checking cstr-argument v0.1.2
29912026-07-08T19:54:23.611Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29922026-07-08T19:54:23.636Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29932026-07-08T19:54:23.675Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29942026-07-08T19:54:23.728Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29952026-07-08T19:54:23.825Z Checking num_enum v0.5.11
29962026-07-08T19:54:23.845Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29972026-07-08T19:54:23.904Z Checking ingot-types v0.1.2
29982026-07-08T19:54:23.923Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-07-08T19:54:23.936Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30002026-07-08T19:54:23.967Z Checking rand v0.10.1
30012026-07-08T19:54:24.006Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30022026-07-08T19:54:24.025Z Checking indent_write v2.2.0
30032026-07-08T19:54:24.106Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30042026-07-08T19:54:24.131Z Checking colored v3.1.1
30052026-07-08T19:54:24.150Z Compiling zone_cfg_derive v0.3.1
30062026-07-08T19:54:24.198Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30072026-07-08T19:54:24.257Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30082026-07-08T19:54:24.272Z Checking ingot v0.1.1
30092026-07-08T19:54:24.322Z Checking itertools v0.12.1
30102026-07-08T19:54:24.339Z Compiling num-derive v0.4.2
30112026-07-08T19:54:24.365Z Checking swrite v0.1.0
30122026-07-08T19:54:24.421Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30132026-07-08T19:54:24.455Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30142026-07-08T19:54:24.610Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30152026-07-08T19:54:24.766Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30162026-07-08T19:54:24.791Z Checking dropshot-api-manager-types v0.7.2
30172026-07-08T19:54:24.804Z Checking smf v0.2.3
30182026-07-08T19:54:24.840Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30192026-07-08T19:54:24.872Z Checking nanorand v0.7.0
30202026-07-08T19:54:24.955Z Checking whoami v1.6.1
30212026-07-08T19:54:25.029Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30222026-07-08T19:54:25.063Z Checking flume v0.11.1
30232026-07-08T19:54:25.273Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30242026-07-08T19:54:25.332Z Checking zone v0.3.1
30252026-07-08T19:54:25.853Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30262026-07-08T19:54:26.796Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30272026-07-08T19:54:27.697Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30282026-07-08T19:54:31.097Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30292026-07-08T19:54:33.126Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30302026-07-08T19:54:34.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s
30312026-07-08T19:54:34.360Z
30322026-07-08T19:54:34.360Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/300)
30332026-07-08T19:54:34.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-07-08T19:54:34.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-07-08T19:54:34.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-07-08T19:54:34.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30372026-07-08T19:54:34.890Z
30382026-07-08T19:54:34.890Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/300)
30392026-07-08T19:54:35.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-07-08T19:54:35.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-07-08T19:54:35.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-07-08T19:54:35.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30432026-07-08T19:54:35.420Z
30442026-07-08T19:54:35.420Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/300)
30452026-07-08T19:54:35.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-07-08T19:54:35.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-07-08T19:54:35.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-07-08T19:54:35.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30492026-07-08T19:54:35.960Z
30502026-07-08T19:54:35.960Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/300)
30512026-07-08T19:54:36.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-07-08T19:54:36.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-07-08T19:54:36.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-07-08T19:54:36.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30552026-07-08T19:54:36.497Z
30562026-07-08T19:54:36.497Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/300)
30572026-07-08T19:54:36.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-07-08T19:54:36.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-07-08T19:54:36.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-07-08T19:54:36.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30612026-07-08T19:54:37.028Z
30622026-07-08T19:54:37.028Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/300)
30632026-07-08T19:54:37.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-07-08T19:54:37.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-07-08T19:54:37.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-07-08T19:54:37.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30672026-07-08T19:54:37.556Z
30682026-07-08T19:54:37.556Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/300)
30692026-07-08T19:54:38.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-07-08T19:54:38.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-07-08T19:54:38.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-07-08T19:54:38.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30732026-07-08T19:54:38.086Z
30742026-07-08T19:54:38.086Zinfo: running `cargo check --bins` on cockroach-admin-client (112/300)
30752026-07-08T19:54:38.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-07-08T19:54:38.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-07-08T19:54:38.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-07-08T19:54:38.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30792026-07-08T19:54:38.601Z
30802026-07-08T19:54:38.601Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/300)
30812026-07-08T19:54:39.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-07-08T19:54:39.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-07-08T19:54:39.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-07-08T19:54:39.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30852026-07-08T19:54:39.131Z
30862026-07-08T19:54:39.131Zinfo: running `cargo check --bins` on dns-service-client (114/300)
30872026-07-08T19:54:39.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-07-08T19:54:39.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-07-08T19:54:39.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-07-08T19:54:39.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30912026-07-08T19:54:39.660Z
30922026-07-08T19:54:39.660Zinfo: running `cargo check --bins` on installinator-client (115/300)
30932026-07-08T19:54:40.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-07-08T19:54:40.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-07-08T19:54:40.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-07-08T19:54:40.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30972026-07-08T19:54:40.192Z
30982026-07-08T19:54:40.192Zinfo: running `cargo check --bins` on nexus-client (116/300)
30992026-07-08T19:54:40.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-07-08T19:54:40.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-07-08T19:54:40.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-07-08T19:54:40.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31032026-07-08T19:54:40.756Z
31042026-07-08T19:54:40.756Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/300)
31052026-07-08T19:54:41.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-07-08T19:54:41.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-07-08T19:54:41.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-07-08T19:54:41.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31092026-07-08T19:54:41.320Z
31102026-07-08T19:54:41.321Zinfo: running `cargo check --bins` on ntp-admin-client (118/300)
31112026-07-08T19:54:41.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-07-08T19:54:41.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-07-08T19:54:41.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-07-08T19:54:41.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31152026-07-08T19:54:41.835Z
31162026-07-08T19:54:41.835Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/300)
31172026-07-08T19:54:42.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-07-08T19:54:42.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-07-08T19:54:42.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-07-08T19:54:42.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31212026-07-08T19:54:42.351Z
31222026-07-08T19:54:42.351Zinfo: running `cargo check --bins` on oxide-client (120/300)
31232026-07-08T19:54:42.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-07-08T19:54:42.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-07-08T19:54:42.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-07-08T19:54:42.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31272026-07-08T19:54:42.870Z
31282026-07-08T19:54:42.870Zinfo: running `cargo check --bins` on oximeter-client (121/300)
31292026-07-08T19:54:43.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-07-08T19:54:43.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-07-08T19:54:43.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-07-08T19:54:43.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31332026-07-08T19:54:43.400Z
31342026-07-08T19:54:43.400Zinfo: running `cargo check --bins` on repo-depot-client (122/300)
31352026-07-08T19:54:43.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-07-08T19:54:43.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-07-08T19:54:43.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-07-08T19:54:43.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31392026-07-08T19:54:43.919Z
31402026-07-08T19:54:43.920Zinfo: running `cargo check --bins` on sled-agent-client (123/300)
31412026-07-08T19:54:44.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-07-08T19:54:44.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-07-08T19:54:44.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-07-08T19:54:44.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31452026-07-08T19:54:44.455Z
31462026-07-08T19:54:44.455Zinfo: running `cargo check --bins` on wicketd-client (124/300)
31472026-07-08T19:54:44.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-07-08T19:54:44.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-07-08T19:54:44.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-07-08T19:54:44.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31512026-07-08T19:54:45.007Z
31522026-07-08T19:54:45.007Zinfo: running `cargo check --bins` on installinator-common (125/300)
31532026-07-08T19:54:45.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-07-08T19:54:45.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-07-08T19:54:45.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-07-08T19:54:45.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31572026-07-08T19:54:45.554Z
31582026-07-08T19:54:45.554Zinfo: running `cargo check --bins` on installinator-common-versions (126/300)
31592026-07-08T19:54:45.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-07-08T19:54:45.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-07-08T19:54:45.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-07-08T19:54:45.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31632026-07-08T19:54:46.064Z
31642026-07-08T19:54:46.064Zinfo: running `cargo check --bins` on wicket-common (127/300)
31652026-07-08T19:54:46.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-07-08T19:54:46.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-07-08T19:54:46.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-07-08T19:54:46.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31692026-07-08T19:54:46.602Z
31702026-07-08T19:54:46.602Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/300)
31712026-07-08T19:54:47.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-07-08T19:54:47.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-07-08T19:54:47.233Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31742026-07-08T19:54:47.344Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31752026-07-08T19:54:47.351Z Checking csv-core v0.1.13
31762026-07-08T19:54:47.358Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31772026-07-08T19:54:47.364Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31782026-07-08T19:54:47.367Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31792026-07-08T19:54:47.383Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31802026-07-08T19:54:47.394Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31812026-07-08T19:54:47.501Z Checking csv v1.4.0
31822026-07-08T19:54:47.529Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31832026-07-08T19:54:47.532Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31842026-07-08T19:54:47.567Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31852026-07-08T19:54:47.595Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31862026-07-08T19:54:47.831Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31872026-07-08T19:54:48.197Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31882026-07-08T19:54:48.197Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31892026-07-08T19:54:48.522Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31902026-07-08T19:54:54.521Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31912026-07-08T19:54:55.044Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31922026-07-08T19:54:57.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.75s
31932026-07-08T19:54:57.536Z
31942026-07-08T19:54:57.536Zinfo: running `cargo check --bins` on cockroach-admin-api (129/300)
31952026-07-08T19:54:57.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-07-08T19:54:57.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-07-08T19:54:57.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-07-08T19:54:57.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31992026-07-08T19:54:58.064Z
32002026-07-08T19:54:58.064Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/300)
32012026-07-08T19:54:58.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-07-08T19:54:58.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-07-08T19:54:58.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-07-08T19:54:58.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32052026-07-08T19:54:58.674Z
32062026-07-08T19:54:58.674Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/300)
32072026-07-08T19:54:59.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-07-08T19:54:59.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-07-08T19:54:59.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-07-08T19:54:59.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32112026-07-08T19:54:59.282Z
32122026-07-08T19:54:59.283Zinfo: running `cargo check --bins` on gateway-test-utils (132/300)
32132026-07-08T19:54:59.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-07-08T19:54:59.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-07-08T19:54:59.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-07-08T19:54:59.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32172026-07-08T19:54:59.863Z
32182026-07-08T19:54:59.863Zinfo: running `cargo check --bins` on omicron-gateway (133/300)
32192026-07-08T19:55:00.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-07-08T19:55:00.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-07-08T19:55:00.562Z Compiling regress v0.11.1
32222026-07-08T19:55:00.702Z Compiling unsafe-libyaml v0.2.11
32232026-07-08T19:55:00.712Z Compiling radium v0.7.0
32242026-07-08T19:55:00.715Z Compiling semver v0.1.20
32252026-07-08T19:55:00.732Z Checking nom v8.0.0
32262026-07-08T19:55:00.732Z Compiling maybe-uninit v2.0.0
32272026-07-08T19:55:00.745Z Checking tap v1.0.1
32282026-07-08T19:55:00.853Z Checking wyz v0.5.1
32292026-07-08T19:55:00.984Z Compiling rustc_version v0.1.7
32302026-07-08T19:55:01.045Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32312026-07-08T19:55:01.106Z Compiling zerocopy-derive v0.6.6
32322026-07-08T19:55:01.164Z Compiling packed_struct v0.10.1
32332026-07-08T19:55:01.200Z Compiling serde_yaml v0.9.34+deprecated
32342026-07-08T19:55:01.422Z Compiling newtype_derive v0.1.6
32352026-07-08T19:55:01.426Z Checking funty v2.0.0
32362026-07-08T19:55:01.623Z Compiling cancel-safe-futures v0.1.5
32372026-07-08T19:55:01.750Z Compiling owo-colors v4.3.0
32382026-07-08T19:55:01.846Z Checking crc-catalog v2.4.0
32392026-07-08T19:55:01.937Z Checking crc v3.4.0
32402026-07-08T19:55:01.962Z Checking zerocopy v0.6.6
32412026-07-08T19:55:02.128Z Checking bitvec v1.0.1
32422026-07-08T19:55:02.162Z Checking typify-impl v0.6.2
32432026-07-08T19:55:02.274Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32442026-07-08T19:55:02.558Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-07-08T19:55:02.658Z Compiling packed_struct_codegen v0.10.1
32462026-07-08T19:55:02.690Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32472026-07-08T19:55:02.798Z Checking libsw-core v0.3.2
32482026-07-08T19:55:02.897Z Compiling bitfield-macros v0.19.4
32492026-07-08T19:55:02.942Z Compiling indexmap v1.9.3
32502026-07-08T19:55:03.150Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32512026-07-08T19:55:03.222Z Checking nodrop v0.1.14
32522026-07-08T19:55:03.319Z Checking array-init v0.0.4
32532026-07-08T19:55:03.336Z Checking libsw v3.5.0
32542026-07-08T19:55:03.430Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32552026-07-08T19:55:03.483Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32562026-07-08T19:55:03.613Z Checking smallvec v0.6.14
32572026-07-08T19:55:03.625Z Checking bitfield v0.19.4
32582026-07-08T19:55:03.655Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32592026-07-08T19:55:03.885Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32602026-07-08T19:55:03.897Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32612026-07-08T19:55:04.000Z Checking linear-map v1.2.0
32622026-07-08T19:55:04.077Z Checking smawk v0.3.2
32632026-07-08T19:55:04.099Z Checking hashbrown v0.12.3
32642026-07-08T19:55:04.168Z Checking unicode-linebreak v0.1.5
32652026-07-08T19:55:04.204Z Checking base64 v0.21.7
32662026-07-08T19:55:04.351Z Checking tagptr v0.2.0
32672026-07-08T19:55:04.365Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32682026-07-08T19:55:04.378Z Checking textwrap v0.16.2
32692026-07-08T19:55:04.440Z Checking ron v0.8.1
32702026-07-08T19:55:04.493Z Checking moka v0.12.13
32712026-07-08T19:55:04.589Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32722026-07-08T19:55:04.756Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32732026-07-08T19:55:04.780Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32742026-07-08T19:55:04.813Z Checking steno v0.4.1
32752026-07-08T19:55:04.960Z Checking serde-hex v0.1.0
32762026-07-08T19:55:05.117Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-07-08T19:55:05.275Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32782026-07-08T19:55:05.561Z Checking hashbrown v0.13.2
32792026-07-08T19:55:05.630Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-07-08T19:55:05.806Z Checking crc-any v2.5.0
32812026-07-08T19:55:05.846Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32822026-07-08T19:55:05.863Z Checking hickory-resolver v0.25.2
32832026-07-08T19:55:05.978Z Checking sha1 v0.10.6
32842026-07-08T19:55:05.983Z Checking object v0.30.4
32852026-07-08T19:55:06.007Z Checking path-slash v0.1.5
32862026-07-08T19:55:06.106Z Checking void v1.0.2
32872026-07-08T19:55:06.152Z Checking half v1.8.3
32882026-07-08T19:55:06.209Z Checking utf-8 v0.7.6
32892026-07-08T19:55:06.343Z Checking tungstenite v0.23.0
32902026-07-08T19:55:06.347Z Checking serde_cbor v0.11.2
32912026-07-08T19:55:06.459Z Checking lzss v0.8.2
32922026-07-08T19:55:06.572Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32932026-07-08T19:55:06.650Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32942026-07-08T19:55:06.697Z Compiling typify-macro v0.6.2
32952026-07-08T19:55:06.716Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32962026-07-08T19:55:06.745Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32972026-07-08T19:55:06.764Z Checking nix v0.27.1
32982026-07-08T19:55:06.809Z Checking kstat-rs v0.2.4
32992026-07-08T19:55:06.901Z Checking fxhash v0.2.1
33002026-07-08T19:55:06.977Z Checking serde_bytes v0.11.19
33012026-07-08T19:55:06.992Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33022026-07-08T19:55:07.008Z Checking tokio-tungstenite v0.23.1
33032026-07-08T19:55:07.020Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33042026-07-08T19:55:07.153Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33052026-07-08T19:55:07.273Z Checking signal-hook-tokio v0.3.1
33062026-07-08T19:55:07.803Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33072026-07-08T19:55:08.113Z Compiling typify v0.6.2
33082026-07-08T19:55:08.191Z Compiling progenitor-impl v0.14.0
33092026-07-08T19:55:08.728Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33102026-07-08T19:55:09.031Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33112026-07-08T19:55:09.602Z Compiling progenitor-macro v0.14.0
33122026-07-08T19:55:11.883Z Checking progenitor v0.14.0
33132026-07-08T19:55:11.993Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33142026-07-08T19:55:11.996Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33152026-07-08T19:55:14.643Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33162026-07-08T19:55:22.907Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33172026-07-08T19:55:29.415Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33182026-07-08T19:55:30.756Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33192026-07-08T19:55:31.236Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33202026-07-08T19:55:33.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.41s
33212026-07-08T19:55:33.464Z
33222026-07-08T19:55:33.464Zinfo: running `cargo check --bins` on gateway-api (134/300)
33232026-07-08T19:55:33.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-07-08T19:55:33.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-07-08T19:55:33.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-07-08T19:55:33.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33272026-07-08T19:55:33.998Z
33282026-07-08T19:55:33.998Zinfo: running `cargo check --bins` on ipcc (135/300)
33292026-07-08T19:55:34.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-08T19:55:34.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-08T19:55:34.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-08T19:55:34.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33332026-07-08T19:55:34.524Z
33342026-07-08T19:55:34.524Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/300)
33352026-07-08T19:55:34.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-08T19:55:34.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-08T19:55:34.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-08T19:55:34.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33392026-07-08T19:55:35.038Z
33402026-07-08T19:55:35.038Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/300)
33412026-07-08T19:55:35.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-08T19:55:35.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-08T19:55:35.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-08T19:55:35.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33452026-07-08T19:55:35.584Z
33462026-07-08T19:55:35.584Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/300)
33472026-07-08T19:55:36.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-08T19:55:36.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-08T19:55:36.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-08T19:55:36.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33512026-07-08T19:55:36.111Z
33522026-07-08T19:55:36.111Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/300)
33532026-07-08T19:55:36.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-08T19:55:36.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-08T19:55:36.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-08T19:55:36.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33572026-07-08T19:55:36.641Z
33582026-07-08T19:55:36.641Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/300)
33592026-07-08T19:55:37.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-08T19:55:37.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-08T19:55:37.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-08T19:55:37.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33632026-07-08T19:55:37.165Z
33642026-07-08T19:55:37.165Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/300)
33652026-07-08T19:55:37.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-08T19:55:37.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-08T19:55:37.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-08T19:55:37.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33692026-07-08T19:55:37.718Z
33702026-07-08T19:55:37.718Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/300)
33712026-07-08T19:55:38.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-08T19:55:38.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-08T19:55:38.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-08T19:55:38.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33752026-07-08T19:55:38.254Z
33762026-07-08T19:55:38.254Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/300)
33772026-07-08T19:55:38.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-08T19:55:38.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-08T19:55:38.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-08T19:55:38.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33812026-07-08T19:55:38.790Z
33822026-07-08T19:55:38.791Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/300)
33832026-07-08T19:55:39.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-08T19:55:39.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-08T19:55:39.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-08T19:55:39.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33872026-07-08T19:55:39.326Z
33882026-07-08T19:55:39.326Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/300)
33892026-07-08T19:55:39.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-08T19:55:39.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-08T19:55:39.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-08T19:55:39.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33932026-07-08T19:55:39.864Z
33942026-07-08T19:55:39.864Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/300)
33952026-07-08T19:55:40.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-08T19:55:40.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-08T19:55:40.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-08T19:55:40.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33992026-07-08T19:55:40.399Z
34002026-07-08T19:55:40.400Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/300)
34012026-07-08T19:55:40.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-08T19:55:40.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-08T19:55:40.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-08T19:55:40.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34052026-07-08T19:55:40.937Z
34062026-07-08T19:55:40.937Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/300)
34072026-07-08T19:55:41.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-08T19:55:41.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-08T19:55:41.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-08T19:55:41.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34112026-07-08T19:55:41.493Z
34122026-07-08T19:55:41.493Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/300)
34132026-07-08T19:55:41.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-08T19:55:41.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-08T19:55:41.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-08T19:55:41.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34172026-07-08T19:55:42.047Z
34182026-07-08T19:55:42.047Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/300)
34192026-07-08T19:55:42.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-08T19:55:42.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-08T19:55:42.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-08T19:55:42.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34232026-07-08T19:55:42.599Z
34242026-07-08T19:55:42.599Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/300)
34252026-07-08T19:55:43.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-08T19:55:43.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-08T19:55:43.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-08T19:55:43.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34292026-07-08T19:55:43.154Z
34302026-07-08T19:55:43.154Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/300)
34312026-07-08T19:55:43.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-08T19:55:43.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-08T19:55:43.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-08T19:55:43.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34352026-07-08T19:55:43.710Z
34362026-07-08T19:55:43.710Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/300)
34372026-07-08T19:55:44.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-08T19:55:44.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-08T19:55:44.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-08T19:55:44.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34412026-07-08T19:55:44.268Z
34422026-07-08T19:55:44.268Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/300)
34432026-07-08T19:55:44.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-08T19:55:44.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-08T19:55:44.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-08T19:55:44.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34472026-07-08T19:55:44.822Z
34482026-07-08T19:55:44.822Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/300)
34492026-07-08T19:55:45.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-08T19:55:45.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-08T19:55:45.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-08T19:55:45.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34532026-07-08T19:55:45.380Z
34542026-07-08T19:55:45.380Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/300)
34552026-07-08T19:55:45.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-08T19:55:45.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-08T19:55:45.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-08T19:55:45.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34592026-07-08T19:55:45.939Z
34602026-07-08T19:55:45.939Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/300)
34612026-07-08T19:55:46.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-08T19:55:46.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-08T19:55:46.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-08T19:55:46.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34652026-07-08T19:55:46.498Z
34662026-07-08T19:55:46.498Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/300)
34672026-07-08T19:55:46.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-08T19:55:46.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-08T19:55:46.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-08T19:55:46.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34712026-07-08T19:55:47.041Z
34722026-07-08T19:55:47.041Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/300)
34732026-07-08T19:55:47.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-08T19:55:47.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-08T19:55:47.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-08T19:55:47.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34772026-07-08T19:55:47.579Z
34782026-07-08T19:55:47.579Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/300)
34792026-07-08T19:55:48.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-08T19:55:48.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-08T19:55:48.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-08T19:55:48.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34832026-07-08T19:55:48.120Z
34842026-07-08T19:55:48.120Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/300)
34852026-07-08T19:55:48.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-08T19:55:48.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-08T19:55:48.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-08T19:55:48.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34892026-07-08T19:55:48.660Z
34902026-07-08T19:55:48.660Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/300)
34912026-07-08T19:55:49.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-08T19:55:49.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-08T19:55:49.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-08T19:55:49.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34952026-07-08T19:55:49.197Z
34962026-07-08T19:55:49.197Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/300)
34972026-07-08T19:55:49.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-08T19:55:49.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-08T19:55:49.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-08T19:55:49.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35012026-07-08T19:55:49.738Z
35022026-07-08T19:55:49.738Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/300)
35032026-07-08T19:55:50.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-08T19:55:50.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-08T19:55:50.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-08T19:55:50.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35072026-07-08T19:55:50.280Z
35082026-07-08T19:55:50.280Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/300)
35092026-07-08T19:55:50.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-08T19:55:50.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-08T19:55:50.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-08T19:55:50.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35132026-07-08T19:55:50.820Z
35142026-07-08T19:55:50.820Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/300)
35152026-07-08T19:55:51.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-08T19:55:51.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-08T19:55:51.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-08T19:55:51.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35192026-07-08T19:55:51.378Z
35202026-07-08T19:55:51.378Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/300)
35212026-07-08T19:55:51.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-08T19:55:51.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-08T19:55:51.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-08T19:55:51.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35252026-07-08T19:55:51.937Z
35262026-07-08T19:55:51.937Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/300)
35272026-07-08T19:55:52.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-08T19:55:52.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-08T19:55:52.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-08T19:55:52.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35312026-07-08T19:55:52.498Z
35322026-07-08T19:55:52.498Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/300)
35332026-07-08T19:55:52.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-08T19:55:52.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-08T19:55:52.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-08T19:55:52.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35372026-07-08T19:55:53.059Z
35382026-07-08T19:55:53.059Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/300)
35392026-07-08T19:55:53.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-08T19:55:53.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-08T19:55:53.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-08T19:55:53.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35432026-07-08T19:55:53.618Z
35442026-07-08T19:55:53.618Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/300)
35452026-07-08T19:55:54.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-08T19:55:54.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-08T19:55:54.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-08T19:55:54.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35492026-07-08T19:55:54.176Z
35502026-07-08T19:55:54.176Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/300)
35512026-07-08T19:55:54.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-08T19:55:54.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-08T19:55:54.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-08T19:55:54.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35552026-07-08T19:55:54.735Z
35562026-07-08T19:55:54.735Zinfo: running `cargo check --bins` on oximeter-producer (173/300)
35572026-07-08T19:55:55.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-08T19:55:55.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-08T19:55:55.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-08T19:55:55.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35612026-07-08T19:55:55.311Z
35622026-07-08T19:55:55.311Zinfo: running `cargo check --bins` on internal-dns-resolver (174/300)
35632026-07-08T19:55:55.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-08T19:55:55.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-08T19:55:55.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-07-08T19:55:55.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35672026-07-08T19:55:55.857Z
35682026-07-08T19:55:55.857Zinfo: running `cargo check --bins` on dns-server (175/300)
35692026-07-08T19:55:56.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-07-08T19:55:56.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-07-08T19:55:56.459Z Compiling parking_lot_core v0.8.6
35722026-07-08T19:55:56.463Z Compiling git-stub v1.0.0
35732026-07-08T19:55:56.463Z Checking prefix-trie v0.7.0
35742026-07-08T19:55:56.463Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35752026-07-08T19:55:56.685Z Compiling git-stub-vcs v0.1.0
35762026-07-08T19:55:56.852Z Checking hickory-server v0.25.2
35772026-07-08T19:55:56.960Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35782026-07-08T19:55:56.972Z Checking parking_lot v0.11.2
35792026-07-08T19:55:57.015Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35802026-07-08T19:55:57.015Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35812026-07-08T19:55:57.136Z Checking sled v0.34.7
35822026-07-08T19:55:58.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
35832026-07-08T19:55:59.148Z
35842026-07-08T19:55:59.148Zinfo: running `cargo check --bins` on dns-server-api (176/300)
35852026-07-08T19:55:59.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-07-08T19:55:59.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-07-08T19:55:59.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-07-08T19:55:59.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35892026-07-08T19:55:59.676Z
35902026-07-08T19:55:59.676Zinfo: running `cargo check --bins` on oximeter-producer-api (177/300)
35912026-07-08T19:56:00.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-07-08T19:56:00.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-07-08T19:56:00.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-07-08T19:56:00.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35952026-07-08T19:56:00.212Z
35962026-07-08T19:56:00.212Zinfo: running `cargo check --bins` on sp-sim (178/300)
35972026-07-08T19:56:00.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-07-08T19:56:00.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-07-08T19:56:00.886Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36002026-07-08T19:56:02.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
36012026-07-08T19:56:02.791Z
36022026-07-08T19:56:02.791Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/300)
36032026-07-08T19:56:03.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-07-08T19:56:03.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-07-08T19:56:03.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-07-08T19:56:03.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36072026-07-08T19:56:03.383Z
36082026-07-08T19:56:03.383Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/300)
36092026-07-08T19:56:03.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-07-08T19:56:03.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-07-08T19:56:03.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-07-08T19:56:03.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36132026-07-08T19:56:03.979Z
36142026-07-08T19:56:03.979Zinfo: running `cargo check --bins` on db-macros (181/300)
36152026-07-08T19:56:04.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-07-08T19:56:04.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-07-08T19:56:04.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-07-08T19:56:04.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36192026-07-08T19:56:04.497Z
36202026-07-08T19:56:04.497Zinfo: running `cargo check --bins` on nexus-macros-common (182/300)
36212026-07-08T19:56:04.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-07-08T19:56:04.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-07-08T19:56:04.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-07-08T19:56:04.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36252026-07-08T19:56:05.020Z
36262026-07-08T19:56:05.020Zinfo: running `cargo check --bins` on nexus-auth (183/300)
36272026-07-08T19:56:05.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-07-08T19:56:05.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-07-08T19:56:05.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-07-08T19:56:05.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36312026-07-08T19:56:05.608Z
36322026-07-08T19:56:05.608Zinfo: running `cargo check --bins` on authz-macros (184/300)
36332026-07-08T19:56:06.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-07-08T19:56:06.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-07-08T19:56:06.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-07-08T19:56:06.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36372026-07-08T19:56:06.134Z
36382026-07-08T19:56:06.134Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/300)
36392026-07-08T19:56:06.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-07-08T19:56:06.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-07-08T19:56:06.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-07-08T19:56:06.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36432026-07-08T19:56:06.719Z
36442026-07-08T19:56:06.719Zinfo: running `cargo check --bins` on nexus-db-model (186/300)
36452026-07-08T19:56:07.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-07-08T19:56:07.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-07-08T19:56:07.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-07-08T19:56:07.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36492026-07-08T19:56:07.291Z
36502026-07-08T19:56:07.291Zinfo: running `cargo check --bins` on nexus-db-schema (187/300)
36512026-07-08T19:56:07.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-07-08T19:56:07.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-07-08T19:56:07.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-07-08T19:56:07.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36552026-07-08T19:56:07.812Z
36562026-07-08T19:56:07.812Zinfo: running `cargo check --bins` on omicron-rpaths (188/300)
36572026-07-08T19:56:08.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-07-08T19:56:08.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-07-08T19:56:08.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-07-08T19:56:08.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36612026-07-08T19:56:08.325Z
36622026-07-08T19:56:08.325Zinfo: running `cargo check --bins` on nexus-defaults (189/300)
36632026-07-08T19:56:08.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-07-08T19:56:08.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-07-08T19:56:08.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-07-08T19:56:08.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36672026-07-08T19:56:08.858Z
36682026-07-08T19:56:08.858Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/300)
36692026-07-08T19:56:09.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-07-08T19:56:09.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-07-08T19:56:09.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-07-08T19:56:09.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36732026-07-08T19:56:09.384Z
36742026-07-08T19:56:09.384Zinfo: running `cargo check --bins` on parallel-task-set (191/300)
36752026-07-08T19:56:09.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-07-08T19:56:09.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-07-08T19:56:09.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-07-08T19:56:09.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36792026-07-08T19:56:09.904Z
36802026-07-08T19:56:09.905Zinfo: running `cargo check --bins` on omicron-git-version (192/300)
36812026-07-08T19:56:10.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-07-08T19:56:10.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-07-08T19:56:10.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-07-08T19:56:10.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36852026-07-08T19:56:10.424Z
36862026-07-08T19:56:10.424Zinfo: running `cargo check --bins` on nexus-db-errors (193/300)
36872026-07-08T19:56:10.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-07-08T19:56:10.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-07-08T19:56:10.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-07-08T19:56:10.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36912026-07-08T19:56:11.011Z
36922026-07-08T19:56:11.011Zinfo: running `cargo check --bins` on nexus-db-lookup (194/300)
36932026-07-08T19:56:11.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-07-08T19:56:11.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-07-08T19:56:11.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-07-08T19:56:11.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36972026-07-08T19:56:11.596Z
36982026-07-08T19:56:11.596Zinfo: running `cargo check --bins` on nexus-inventory (195/300)
36992026-07-08T19:56:12.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-07-08T19:56:12.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-07-08T19:56:12.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-07-08T19:56:12.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37032026-07-08T19:56:12.173Z
37042026-07-08T19:56:12.173Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/300)
37052026-07-08T19:56:12.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-07-08T19:56:12.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-07-08T19:56:12.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-07-08T19:56:12.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37092026-07-08T19:56:12.734Z
37102026-07-08T19:56:12.734Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/300)
37112026-07-08T19:56:13.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-07-08T19:56:13.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-07-08T19:56:13.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-07-08T19:56:13.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37152026-07-08T19:56:13.291Z
37162026-07-08T19:56:13.291Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/300)
37172026-07-08T19:56:13.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-07-08T19:56:13.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-07-08T19:56:13.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-07-08T19:56:13.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37212026-07-08T19:56:13.843Z
37222026-07-08T19:56:13.843Zinfo: running `cargo check --bins` on key-manager (199/300)
37232026-07-08T19:56:14.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-07-08T19:56:14.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-07-08T19:56:14.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-07-08T19:56:14.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37272026-07-08T19:56:14.377Z
37282026-07-08T19:56:14.377Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/300)
37292026-07-08T19:56:14.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-07-08T19:56:14.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-07-08T19:56:14.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-07-08T19:56:14.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37332026-07-08T19:56:14.926Z
37342026-07-08T19:56:14.926Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/300)
37352026-07-08T19:56:15.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-07-08T19:56:15.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-07-08T19:56:15.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-07-08T19:56:15.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37392026-07-08T19:56:15.475Z
37402026-07-08T19:56:15.475Zinfo: running `cargo check --bins` on typed-rng (202/300)
37412026-07-08T19:56:15.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-07-08T19:56:15.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-07-08T19:56:15.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-07-08T19:56:15.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37452026-07-08T19:56:15.996Z
37462026-07-08T19:56:15.996Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/300)
37472026-07-08T19:56:16.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-07-08T19:56:16.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-07-08T19:56:16.783Z Compiling libefi-sys v0.1.0
37502026-07-08T19:56:16.912Z Compiling bitfield-struct v0.6.2
37512026-07-08T19:56:16.923Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37522026-07-08T19:56:16.932Z Compiling xshell-macros v0.2.7
37532026-07-08T19:56:16.941Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37542026-07-08T19:56:16.954Z Compiling salty v0.3.0
37552026-07-08T19:56:16.966Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37562026-07-08T19:56:16.981Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37572026-07-08T19:56:16.985Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37582026-07-08T19:56:17.098Z Checking rfc6979 v0.4.0
37592026-07-08T19:56:17.225Z Checking ecdsa v0.16.9
37602026-07-08T19:56:17.246Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37612026-07-08T19:56:17.285Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37622026-07-08T19:56:17.305Z Checking xshell v0.2.7
37632026-07-08T19:56:17.419Z Checking primeorder v0.13.6
37642026-07-08T19:56:17.433Z Compiling proc-macro-error-attr2 v2.0.0
37652026-07-08T19:56:17.448Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37662026-07-08T19:56:17.463Z Checking tungstenite v0.21.0
37672026-07-08T19:56:17.519Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37682026-07-08T19:56:17.552Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37692026-07-08T19:56:17.602Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37702026-07-08T19:56:17.654Z Checking p384 v0.13.1
37712026-07-08T19:56:17.670Z Compiling num-derive v0.3.3
37722026-07-08T19:56:17.750Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37732026-07-08T19:56:17.830Z Compiling proc-macro-error2 v2.0.1
37742026-07-08T19:56:17.879Z Checking tokio-tungstenite v0.21.0
37752026-07-08T19:56:17.929Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37762026-07-08T19:56:17.970Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37772026-07-08T19:56:17.984Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37782026-07-08T19:56:18.060Z Checking papergrid v0.17.0
37792026-07-08T19:56:18.136Z Compiling tabled_derive v0.11.0
37802026-07-08T19:56:18.154Z Compiling progenitor-impl v0.13.0
37812026-07-08T19:56:18.179Z Checking testing_table v0.3.0
37822026-07-08T19:56:18.249Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37832026-07-08T19:56:18.270Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37842026-07-08T19:56:18.290Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37852026-07-08T19:56:18.478Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37862026-07-08T19:56:18.492Z Compiling unicase v2.9.0
37872026-07-08T19:56:18.560Z Checking libscf-sys v1.1.0
37882026-07-08T19:56:18.683Z Compiling illumos-nvpair-sys v0.2.0
37892026-07-08T19:56:18.698Z Checking corncobs v0.1.4
37902026-07-08T19:56:18.702Z Compiling mime_guess v2.0.5
37912026-07-08T19:56:18.824Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-07-08T19:56:18.840Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37932026-07-08T19:56:18.855Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37942026-07-08T19:56:18.970Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37952026-07-08T19:56:19.004Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37962026-07-08T19:56:19.038Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37972026-07-08T19:56:19.266Z Checking progenitor-client v0.13.0
37982026-07-08T19:56:19.296Z Checking tabled v0.20.0
37992026-07-08T19:56:19.299Z Checking secrecy v0.8.0
38002026-07-08T19:56:19.429Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38012026-07-08T19:56:19.522Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38022026-07-08T19:56:19.601Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38032026-07-08T19:56:19.681Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38042026-07-08T19:56:19.946Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38052026-07-08T19:56:19.949Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38062026-07-08T19:56:19.976Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38072026-07-08T19:56:19.990Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38082026-07-08T19:56:20.053Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38092026-07-08T19:56:20.217Z Checking filetime v0.2.27
38102026-07-08T19:56:20.234Z Checking xattr v1.6.1
38112026-07-08T19:56:20.355Z Checking http-range v0.1.5
38122026-07-08T19:56:20.412Z Checking crc8 v0.1.1
38132026-07-08T19:56:20.482Z Checking tar v0.4.45
38142026-07-08T19:56:20.509Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38152026-07-08T19:56:20.626Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38162026-07-08T19:56:20.666Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38172026-07-08T19:56:20.727Z Compiling progenitor-macro v0.13.0
38182026-07-08T19:56:20.824Z Checking illumos-nvpair v0.3.0
38192026-07-08T19:56:20.859Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-07-08T19:56:20.975Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38212026-07-08T19:56:20.990Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38222026-07-08T19:56:21.152Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38232026-07-08T19:56:21.235Z Checking atty v0.2.14
38242026-07-08T19:56:21.327Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38252026-07-08T19:56:21.342Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38262026-07-08T19:56:21.345Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38272026-07-08T19:56:21.400Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38282026-07-08T19:56:21.639Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38292026-07-08T19:56:21.654Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38302026-07-08T19:56:21.669Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38312026-07-08T19:56:21.721Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38322026-07-08T19:56:21.864Z Checking hyper-staticfile v0.10.1
38332026-07-08T19:56:21.980Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38342026-07-08T19:56:22.010Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38352026-07-08T19:56:22.155Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38362026-07-08T19:56:22.237Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38372026-07-08T19:56:22.424Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38382026-07-08T19:56:22.527Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38392026-07-08T19:56:22.705Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38402026-07-08T19:56:23.053Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38412026-07-08T19:56:23.620Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38422026-07-08T19:56:24.085Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38432026-07-08T19:56:24.488Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38442026-07-08T19:56:24.821Z Checking progenitor v0.13.0
38452026-07-08T19:56:24.952Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38462026-07-08T19:56:26.946Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38472026-07-08T19:56:30.261Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38482026-07-08T19:56:41.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.10s
38492026-07-08T19:56:41.309Z
38502026-07-08T19:56:41.309Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/300)
38512026-07-08T19:56:41.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-07-08T19:56:41.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-07-08T19:56:42.033Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-07-08T19:56:52.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38552026-07-08T19:56:52.881Z
38562026-07-08T19:56:52.881Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/300)
38572026-07-08T19:56:53.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-08T19:56:53.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-08T19:56:53.601Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-08T19:57:04.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
38612026-07-08T19:57:04.431Z
38622026-07-08T19:57:04.431Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/300)
38632026-07-08T19:57:04.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-08T19:57:04.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-08T19:57:05.155Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-08T19:57:15.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38672026-07-08T19:57:16.028Z
38682026-07-08T19:57:16.028Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/300)
38692026-07-08T19:57:16.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-08T19:57:16.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-08T19:57:16.744Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-08T19:57:27.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38732026-07-08T19:57:27.632Z
38742026-07-08T19:57:27.632Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/300)
38752026-07-08T19:57:28.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-08T19:57:28.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-08T19:57:28.353Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-08T19:57:39.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38792026-07-08T19:57:39.303Z
38802026-07-08T19:57:39.303Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/300)
38812026-07-08T19:57:39.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-08T19:57:39.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-08T19:57:40.024Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-07-08T19:57:50.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38852026-07-08T19:57:51.030Z
38862026-07-08T19:57:51.031Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/300)
38872026-07-08T19:57:51.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-08T19:57:51.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-08T19:57:51.754Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-07-08T19:58:02.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38912026-07-08T19:58:02.698Z
38922026-07-08T19:58:02.698Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/300)
38932026-07-08T19:58:03.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-08T19:58:03.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-08T19:58:03.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-07-08T19:58:03.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38972026-07-08T19:58:03.235Z
38982026-07-08T19:58:03.235Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/300)
38992026-07-08T19:58:03.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-08T19:58:03.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-08T19:58:03.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-07-08T19:58:03.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39032026-07-08T19:58:03.775Z
39042026-07-08T19:58:03.775Zinfo: running `cargo check --bins` on range-requests (213/300)
39052026-07-08T19:58:04.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-08T19:58:04.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-08T19:58:04.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-08T19:58:04.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39092026-07-08T19:58:04.301Z
39102026-07-08T19:58:04.301Zinfo: running `cargo check --bins` on repo-depot-api (214/300)
39112026-07-08T19:58:04.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-08T19:58:04.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-08T19:58:04.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-08T19:58:04.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39152026-07-08T19:58:04.833Z
39162026-07-08T19:58:04.834Zinfo: running `cargo check --bins` on sled-agent-api (215/300)
39172026-07-08T19:58:05.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-08T19:58:05.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-08T19:58:05.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-08T19:58:05.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39212026-07-08T19:58:05.381Z
39222026-07-08T19:58:05.381Zinfo: running `cargo check --bins` on sled-diagnostics (216/300)
39232026-07-08T19:58:05.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-08T19:58:05.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-08T19:58:05.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-08T19:58:05.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39272026-07-08T19:58:05.932Z
39282026-07-08T19:58:05.932Zinfo: running `cargo check --bins` on zfs-test-harness (217/300)
39292026-07-08T19:58:06.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-08T19:58:06.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-08T19:58:06.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-08T19:58:06.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39332026-07-08T19:58:06.483Z
39342026-07-08T19:58:06.483Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/300)
39352026-07-08T19:58:07.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-08T19:58:07.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-08T19:58:07.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-08T19:58:07.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39392026-07-08T19:58:07.042Z
39402026-07-08T19:58:07.042Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/300)
39412026-07-08T19:58:07.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-08T19:58:07.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-08T19:58:07.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-08T19:58:07.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39452026-07-08T19:58:07.595Z
39462026-07-08T19:58:07.596Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/300)
39472026-07-08T19:58:08.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-08T19:58:08.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-08T19:58:08.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-08T19:58:08.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39512026-07-08T19:58:08.148Z
39522026-07-08T19:58:08.148Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/300)
39532026-07-08T19:58:08.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-08T19:58:08.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-08T19:58:08.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-08T19:58:08.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39572026-07-08T19:58:08.698Z
39582026-07-08T19:58:08.698Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/300)
39592026-07-08T19:58:09.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-08T19:58:09.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-08T19:58:09.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-08T19:58:09.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39632026-07-08T19:58:09.254Z
39642026-07-08T19:58:09.254Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/300)
39652026-07-08T19:58:09.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-08T19:58:09.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-08T19:58:09.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-08T19:58:09.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39692026-07-08T19:58:09.814Z
39702026-07-08T19:58:09.814Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/300)
39712026-07-08T19:58:10.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-08T19:58:10.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-08T19:58:10.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-08T19:58:10.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39752026-07-08T19:58:10.367Z
39762026-07-08T19:58:10.367Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/300)
39772026-07-08T19:58:10.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-08T19:58:10.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-08T19:58:10.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-08T19:58:10.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39812026-07-08T19:58:10.945Z
39822026-07-08T19:58:10.945Zinfo: running `cargo check --bins` on trust-quorum (226/300)
39832026-07-08T19:58:11.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-08T19:58:11.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-08T19:58:11.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-08T19:58:11.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39872026-07-08T19:58:11.505Z
39882026-07-08T19:58:11.505Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/300)
39892026-07-08T19:58:11.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-08T19:58:11.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-08T19:58:11.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-08T19:58:11.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39932026-07-08T19:58:12.075Z
39942026-07-08T19:58:12.075Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/300)
39952026-07-08T19:58:12.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-08T19:58:12.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-08T19:58:12.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-08T19:58:12.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39992026-07-08T19:58:12.665Z
40002026-07-08T19:58:12.665Zinfo: running `cargo check --bins` on update-common (229/300)
40012026-07-08T19:58:13.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-08T19:58:13.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-08T19:58:13.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-08T19:58:13.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40052026-07-08T19:58:13.202Z
40062026-07-08T19:58:13.202Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/300)
40072026-07-08T19:58:13.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-08T19:58:13.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-08T19:58:13.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-07-08T19:58:13.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40112026-07-08T19:58:13.787Z
40122026-07-08T19:58:13.787Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/300)
40132026-07-08T19:58:14.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-07-08T19:58:14.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-07-08T19:58:14.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-07-08T19:58:14.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40172026-07-08T19:58:14.304Z
40182026-07-08T19:58:14.304Zinfo: running `cargo check --bins` on reconfigurator-cli (232/300)
40192026-07-08T19:58:14.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-07-08T19:58:14.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-07-08T19:58:15.020Z Compiling fs-err v2.11.0
40222026-07-08T19:58:15.023Z Checking ignore v0.4.25
40232026-07-08T19:58:15.023Z Checking arc-swap v1.8.2
40242026-07-08T19:58:15.152Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40252026-07-08T19:58:15.152Z Checking predicates-tree v1.0.13
40262026-07-08T19:58:15.156Z Checking parse-size v1.1.0
40272026-07-08T19:58:15.179Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40282026-07-08T19:58:15.182Z Checking rand_seeder v0.4.0
40292026-07-08T19:58:15.253Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40302026-07-08T19:58:15.272Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40312026-07-08T19:58:15.332Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40322026-07-08T19:58:15.344Z Checking slog-scope v4.4.1
40332026-07-08T19:58:15.387Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40342026-07-08T19:58:15.460Z Compiling petname v2.0.2
40352026-07-08T19:58:15.475Z Checking slog-stdlog v4.1.1
40362026-07-08T19:58:15.490Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40372026-07-08T19:58:15.521Z Checking globwalk v0.9.1
40382026-07-08T19:58:15.572Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40392026-07-08T19:58:15.588Z Checking slog-envlogger v2.2.0
40402026-07-08T19:58:15.695Z Checking camino-tempfile-ext v0.3.3
40412026-07-08T19:58:15.732Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40422026-07-08T19:58:15.763Z Checking sapling-renderdag v0.1.0
40432026-07-08T19:58:15.882Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40442026-07-08T19:58:15.934Z Checking subprocess v0.2.15
40452026-07-08T19:58:15.997Z Checking sync-ptr v0.1.4
40462026-07-08T19:58:16.077Z Checking colored v2.2.0
40472026-07-08T19:58:16.108Z Checking assert_matches v1.5.0
40482026-07-08T19:58:16.209Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40492026-07-08T19:58:16.369Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40502026-07-08T19:58:16.372Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40512026-07-08T19:58:17.016Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40522026-07-08T19:58:18.317Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40532026-07-08T19:58:20.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
40542026-07-08T19:58:20.654Z
40552026-07-08T19:58:20.654Zinfo: running `cargo check --bins` on omicron-repl-utils (233/300)
40562026-07-08T19:58:21.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-07-08T19:58:21.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-07-08T19:58:21.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-07-08T19:58:21.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40602026-07-08T19:58:21.175Z
40612026-07-08T19:58:21.175Zinfo: running `cargo check --bins` on transient-dns-server (234/300)
40622026-07-08T19:58:21.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-07-08T19:58:21.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-07-08T19:58:21.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-07-08T19:58:21.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40662026-07-08T19:58:21.719Z
40672026-07-08T19:58:21.719Zinfo: running `cargo check --bins` on nexus-test-interface (235/300)
40682026-07-08T19:58:22.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-07-08T19:58:22.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-07-08T19:58:22.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-07-08T19:58:22.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40722026-07-08T19:58:22.310Z
40732026-07-08T19:58:22.310Zinfo: running `cargo check --bins` on oximeter-collector (236/300)
40742026-07-08T19:58:22.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-07-08T19:58:22.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-07-08T19:58:22.981Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40772026-07-08T19:58:22.981Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40782026-07-08T19:58:23.601Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40792026-07-08T19:58:25.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
40802026-07-08T19:58:25.351Z
40812026-07-08T19:58:25.352Zinfo: running `cargo check --bins` on oximeter-api (237/300)
40822026-07-08T19:58:25.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-07-08T19:58:25.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-07-08T19:58:25.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-07-08T19:58:25.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40862026-07-08T19:58:25.893Z
40872026-07-08T19:58:25.893Zinfo: running `cargo check --bins` on cert-dev (238/300)
40882026-07-08T19:58:26.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-08T19:58:26.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-08T19:58:26.458Z Checking yasna v0.5.2
40912026-07-08T19:58:26.856Z Checking rcgen v0.12.1
40922026-07-08T19:58:27.099Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40932026-07-08T19:58:27.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
40942026-07-08T19:58:27.429Z
40952026-07-08T19:58:27.429Zinfo: running `cargo check --bins` on clickana (239/300)
40962026-07-08T19:58:27.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-07-08T19:58:27.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-07-08T19:58:28.032Z Compiling darling_core v0.23.0
40992026-07-08T19:58:28.137Z Compiling instability v0.3.11
41002026-07-08T19:58:28.143Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41012026-07-08T19:58:28.149Z Checking castaway v0.2.4
41022026-07-08T19:58:28.152Z Compiling indoc v2.0.7
41032026-07-08T19:58:28.161Z Checking unicode-truncate v1.1.0
41042026-07-08T19:58:28.164Z Checking lru v0.12.5
41052026-07-08T19:58:28.165Z Checking cassowary v0.3.0
41062026-07-08T19:58:28.235Z Checking compact_str v0.8.1
41072026-07-08T19:58:29.458Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41082026-07-08T19:58:29.553Z Compiling darling_macro v0.23.0
41092026-07-08T19:58:29.673Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41102026-07-08T19:58:29.976Z Compiling darling v0.23.0
41112026-07-08T19:58:30.599Z Checking ratatui v0.29.0
41122026-07-08T19:58:31.655Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41132026-07-08T19:58:32.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
41142026-07-08T19:58:32.459Z
41152026-07-08T19:58:32.459Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/300)
41162026-07-08T19:58:32.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-07-08T19:58:32.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-07-08T19:58:33.129Z Checking headers-core v0.3.0
41192026-07-08T19:58:33.133Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41202026-07-08T19:58:33.319Z Checking headers v0.4.1
41212026-07-08T19:58:33.681Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41222026-07-08T19:58:34.606Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41232026-07-08T19:58:35.074Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41242026-07-08T19:58:35.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
41252026-07-08T19:58:35.639Z
41262026-07-08T19:58:35.639Zinfo: running `cargo check --bins` on ch-dev (241/300)
41272026-07-08T19:58:36.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-07-08T19:58:36.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-07-08T19:58:36.311Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41302026-07-08T19:58:37.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41312026-07-08T19:58:37.221Z
41322026-07-08T19:58:37.221Zinfo: running `cargo check --bins` on dev-tools-common (242/300)
41332026-07-08T19:58:37.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-07-08T19:58:37.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-07-08T19:58:37.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-07-08T19:58:37.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41372026-07-08T19:58:37.618Z
41382026-07-08T19:58:37.618Zinfo: running `cargo check --bins` on corpus-adjust (243/300)
41392026-07-08T19:58:38.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-07-08T19:58:38.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-07-08T19:58:38.194Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41422026-07-08T19:58:38.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
41432026-07-08T19:58:38.691Z
41442026-07-08T19:58:38.691Zinfo: running `cargo check --bins` on crdb-seed (244/300)
41452026-07-08T19:58:39.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-07-08T19:58:39.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-07-08T19:58:39.348Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41482026-07-08T19:58:40.414Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41492026-07-08T19:58:40.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
41502026-07-08T19:58:40.916Z
41512026-07-08T19:58:40.917Zinfo: running `cargo check --bins` on db-dev (245/300)
41522026-07-08T19:58:41.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-07-08T19:58:41.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-07-08T19:58:41.589Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41552026-07-08T19:58:42.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41562026-07-08T19:58:42.504Z
41572026-07-08T19:58:42.504Zinfo: running `cargo check --bins` on omicron-dev-lib (246/300)
41582026-07-08T19:58:42.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-07-08T19:58:42.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-07-08T19:58:42.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41612026-07-08T19:58:42.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41622026-07-08T19:58:43.088Z
41632026-07-08T19:58:43.088Zinfo: running `cargo check --bins` on xtask-downloader (247/300)
41642026-07-08T19:58:43.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-07-08T19:58:43.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-07-08T19:58:43.656Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41672026-07-08T19:58:44.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
41682026-07-08T19:58:44.488Z
41692026-07-08T19:58:44.488Zinfo: running `cargo check --bins` on omicron-dropshot-apis (248/300)
41702026-07-08T19:58:44.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-07-08T19:58:44.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-07-08T19:58:45.190Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41732026-07-08T19:58:45.190Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41742026-07-08T19:58:45.194Z Checking git-stub v1.0.0
41752026-07-08T19:58:45.194Z Compiling trait-variant v0.1.2
41762026-07-08T19:58:45.305Z Checking is_ci v1.2.0
41772026-07-08T19:58:45.309Z Checking maplit v1.0.2
41782026-07-08T19:58:45.319Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41792026-07-08T19:58:45.345Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41802026-07-08T19:58:45.384Z Checking drift v0.2.0
41812026-07-08T19:58:45.396Z Checking supports-color v3.0.2
41822026-07-08T19:58:45.436Z Checking git-stub-vcs v0.1.0
41832026-07-08T19:58:45.512Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41842026-07-08T19:58:45.531Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41852026-07-08T19:58:45.550Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41862026-07-08T19:58:45.628Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41872026-07-08T19:58:45.727Z Checking dropshot-api-manager v0.7.2
41882026-07-08T19:58:45.755Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41892026-07-08T19:58:45.786Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41902026-07-08T19:58:45.844Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41912026-07-08T19:58:46.089Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41922026-07-08T19:58:46.556Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41932026-07-08T19:58:47.553Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41942026-07-08T19:58:48.743Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41952026-07-08T19:58:49.323Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41962026-07-08T19:58:49.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
41972026-07-08T19:58:49.927Z
41982026-07-08T19:58:49.927Zinfo: running `cargo check --bins` on installinator-api (249/300)
41992026-07-08T19:58:50.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-07-08T19:58:50.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-07-08T19:58:50.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-07-08T19:58:50.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42032026-07-08T19:58:50.468Z
42042026-07-08T19:58:50.468Zinfo: running `cargo check --bins` on nexus-external-api (250/300)
42052026-07-08T19:58:50.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-07-08T19:58:50.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-07-08T19:58:50.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-07-08T19:58:50.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42092026-07-08T19:58:51.045Z
42102026-07-08T19:58:51.045Zinfo: running `cargo check --bins` on nexus-internal-api (251/300)
42112026-07-08T19:58:51.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-07-08T19:58:51.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-07-08T19:58:51.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-07-08T19:58:51.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42152026-07-08T19:58:51.664Z
42162026-07-08T19:58:51.664Zinfo: running `cargo check --bins` on nexus-lockstep-api (252/300)
42172026-07-08T19:58:52.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-07-08T19:58:52.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-07-08T19:58:52.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-07-08T19:58:52.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42212026-07-08T19:58:52.196Z
42222026-07-08T19:58:52.196Zinfo: running `cargo check --bins` on ntp-admin-api (253/300)
42232026-07-08T19:58:52.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-07-08T19:58:52.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-07-08T19:58:52.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-07-08T19:58:52.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42272026-07-08T19:58:52.736Z
42282026-07-08T19:58:52.736Zinfo: running `cargo check --bins` on ntp-admin-types-versions (254/300)
42292026-07-08T19:58:53.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-07-08T19:58:53.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-07-08T19:58:53.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-07-08T19:58:53.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42332026-07-08T19:58:53.267Z
42342026-07-08T19:58:53.267Zinfo: running `cargo check --bins` on wicketd-api (255/300)
42352026-07-08T19:58:53.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-07-08T19:58:53.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-07-08T19:58:53.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-07-08T19:58:53.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42392026-07-08T19:58:53.829Z
42402026-07-08T19:58:53.829Zinfo: running `cargo check --bins` on omicron-ls-apis (256/300)
42412026-07-08T19:58:54.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-07-08T19:58:54.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-07-08T19:58:54.398Z Checking cargo-platform v0.3.2
42442026-07-08T19:58:54.401Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42452026-07-08T19:58:54.630Z Checking cargo_metadata v0.23.1
42462026-07-08T19:58:55.221Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42472026-07-08T19:58:55.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
42482026-07-08T19:58:56.096Z
42492026-07-08T19:58:56.096Zinfo: running `cargo check --bins` on mgs-dev (257/300)
42502026-07-08T19:58:56.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-07-08T19:58:56.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-07-08T19:58:56.783Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42532026-07-08T19:58:57.375Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42542026-07-08T19:58:57.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42552026-07-08T19:58:58.041Z
42562026-07-08T19:58:58.041Zinfo: running `cargo check --bins` on omicron-omdb (258/300)
42572026-07-08T19:58:58.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-07-08T19:58:58.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-07-08T19:58:58.955Z Compiling vergen-lib v0.1.6
42602026-07-08T19:58:58.955Z Compiling diesel_derives v2.3.7
42612026-07-08T19:58:58.955Z Compiling dsl_auto_type v0.2.0
42622026-07-08T19:58:58.955Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42632026-07-08T19:58:58.959Z Checking scheduled-thread-pool v0.2.7
42642026-07-08T19:58:58.959Z Compiling vergen-gitcl v1.0.8
42652026-07-08T19:58:58.959Z Compiling diesel_table_macro_syntax v0.3.0
42662026-07-08T19:58:59.118Z Compiling dirs-sys-next v0.1.2
42672026-07-08T19:58:59.260Z Compiling crunchy v0.2.4
42682026-07-08T19:58:59.297Z Compiling glob v0.3.3
42692026-07-08T19:58:59.335Z Compiling dirs-next v2.0.0
42702026-07-08T19:58:59.437Z Checking r2d2 v0.8.10
42712026-07-08T19:58:59.460Z Checking downcast-rs v2.0.2
42722026-07-08T19:58:59.487Z Compiling tiny-keccak v2.0.2
42732026-07-08T19:58:59.558Z Compiling term v0.7.0
42742026-07-08T19:58:59.628Z Compiling bit-vec v0.6.3
42752026-07-08T19:58:59.674Z Compiling clang-sys v1.8.1
42762026-07-08T19:58:59.779Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42772026-07-08T19:58:59.840Z Compiling ascii-canvas v3.0.0
42782026-07-08T19:58:59.978Z Compiling bit-set v0.5.3
42792026-07-08T19:59:00.060Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42802026-07-08T19:59:00.083Z Compiling itertools v0.10.5
42812026-07-08T19:59:00.107Z Compiling ena v0.14.4
42822026-07-08T19:59:00.135Z Compiling libloading v0.8.9
42832026-07-08T19:59:00.151Z Compiling bindgen v0.71.1
42842026-07-08T19:59:00.167Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42852026-07-08T19:59:00.202Z Compiling diff v0.1.13
42862026-07-08T19:59:00.317Z Compiling regex-syntax v0.6.29
42872026-07-08T19:59:00.486Z Compiling cexpr v0.6.0
42882026-07-08T19:59:00.602Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42892026-07-08T19:59:00.800Z Compiling rustc-hash v2.1.1
42902026-07-08T19:59:00.960Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42912026-07-08T19:59:01.072Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42922026-07-08T19:59:01.160Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42932026-07-08T19:59:01.163Z Compiling libxml v0.3.3
42942026-07-08T19:59:01.384Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42952026-07-08T19:59:01.429Z Compiling strum_macros v0.24.3
42962026-07-08T19:59:01.448Z Compiling indoc v1.0.9
42972026-07-08T19:59:01.931Z Compiling lalrpop v0.19.12
42982026-07-08T19:59:02.238Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42992026-07-08T19:59:02.436Z Checking derive_builder v0.20.2
43002026-07-08T19:59:02.462Z Compiling oso-derive v0.27.3
43012026-07-08T19:59:02.565Z Checking quick-xml v0.37.5
43022026-07-08T19:59:02.787Z Compiling impl-trait-for-tuples v0.2.3
43032026-07-08T19:59:02.969Z Checking openssl-probe v0.1.6
43042026-07-08T19:59:03.111Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43052026-07-08T19:59:03.440Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43062026-07-08T19:59:03.652Z Checking bb8 v0.8.6
43072026-07-08T19:59:03.873Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43082026-07-08T19:59:03.936Z Checking nonempty v0.12.0
43092026-07-08T19:59:04.017Z Compiling libz-sys v1.1.24
43102026-07-08T19:59:04.095Z Compiling strsim v0.10.0
43112026-07-08T19:59:04.114Z Compiling libgit2-sys v0.18.3+1.9.2
43122026-07-08T19:59:04.323Z Compiling darling_core v0.13.4
43132026-07-08T19:59:04.429Z Compiling vergen-git2 v9.1.0
43142026-07-08T19:59:04.594Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43152026-07-08T19:59:04.659Z Compiling base64 v0.21.7
43162026-07-08T19:59:04.823Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43172026-07-08T19:59:04.993Z Compiling ron v0.8.1
43182026-07-08T19:59:05.012Z Checking diesel v2.3.7
43192026-07-08T19:59:05.781Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43202026-07-08T19:59:05.930Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43212026-07-08T19:59:06.007Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43222026-07-08T19:59:06.175Z Compiling darling_macro v0.13.4
43232026-07-08T19:59:06.208Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43242026-07-08T19:59:06.420Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43252026-07-08T19:59:06.618Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43262026-07-08T19:59:06.664Z Compiling darling v0.13.4
43272026-07-08T19:59:06.755Z Compiling serde_with_macros v1.5.2
43282026-07-08T19:59:06.866Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43292026-07-08T19:59:07.073Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43302026-07-08T19:59:07.219Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43312026-07-08T19:59:07.275Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43322026-07-08T19:59:07.659Z Compiling serde_with v1.14.0
43332026-07-08T19:59:08.795Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43342026-07-08T19:59:08.880Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43352026-07-08T19:59:09.039Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43362026-07-08T19:59:09.672Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43372026-07-08T19:59:09.885Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43382026-07-08T19:59:10.162Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43392026-07-08T19:59:10.415Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43402026-07-08T19:59:10.432Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43412026-07-08T19:59:10.747Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43422026-07-08T19:59:11.291Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43432026-07-08T19:59:11.308Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43442026-07-08T19:59:11.491Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43452026-07-08T19:59:11.659Z Checking twox-hash v2.1.2
43462026-07-08T19:59:11.698Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43472026-07-08T19:59:11.919Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43482026-07-08T19:59:11.996Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43492026-07-08T19:59:12.358Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43502026-07-08T19:59:12.512Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43512026-07-08T19:59:13.676Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43522026-07-08T19:59:13.785Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43532026-07-08T19:59:13.928Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43542026-07-08T19:59:14.331Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43552026-07-08T19:59:14.430Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43562026-07-08T19:59:14.632Z Checking console v0.16.2
43572026-07-08T19:59:14.938Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43582026-07-08T19:59:15.083Z Checking fatfs v0.3.6
43592026-07-08T19:59:15.301Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43602026-07-08T19:59:15.542Z Checking unit-prefix v0.5.2
43612026-07-08T19:59:15.680Z Compiling seq-macro v0.3.6
43622026-07-08T19:59:16.192Z Checking indicatif v0.18.4
43632026-07-08T19:59:16.607Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43642026-07-08T19:59:16.623Z Checking support-bundle-viewer v0.1.2
43652026-07-08T19:59:16.888Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43662026-07-08T19:59:17.021Z Checking multimap v0.10.1
43672026-07-08T19:59:22.658Z Checking diesel-dtrace v0.5.0
43682026-07-08T19:59:22.901Z Checking async-bb8-diesel v0.2.1
43692026-07-08T19:59:26.410Z Compiling samael v0.0.19
43702026-07-08T19:59:31.386Z Compiling git2 v0.20.4
43712026-07-08T19:59:32.550Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43722026-07-08T19:59:33.357Z Compiling polar-core v0.27.3
43732026-07-08T19:59:33.845Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43742026-07-08T19:59:37.936Z Checking oso v0.27.3
43752026-07-08T20:00:07.396Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43762026-07-08T20:01:20.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43772026-07-08T20:01:20.310Z
43782026-07-08T20:01:20.310Zinfo: running `cargo check --bins` on nexus-networking (259/300)
43792026-07-08T20:01:20.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-07-08T20:01:20.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-07-08T20:01:20.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43822026-07-08T20:01:20.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43832026-07-08T20:01:20.934Z
43842026-07-08T20:01:20.934Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/300)
43852026-07-08T20:01:21.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-07-08T20:01:21.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-07-08T20:01:21.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43882026-07-08T20:01:21.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43892026-07-08T20:01:21.522Z
43902026-07-08T20:01:21.522Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/300)
43912026-07-08T20:01:22.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-07-08T20:01:22.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-07-08T20:01:22.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43942026-07-08T20:01:22.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43952026-07-08T20:01:22.109Z
43962026-07-08T20:01:22.109Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/300)
43972026-07-08T20:01:22.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-07-08T20:01:22.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-07-08T20:01:22.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-07-08T20:01:22.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44012026-07-08T20:01:22.629Z
44022026-07-08T20:01:22.629Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/300)
44032026-07-08T20:01:23.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-07-08T20:01:23.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-07-08T20:01:23.411Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44062026-07-08T20:01:24.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44072026-07-08T20:01:24.338Z
44082026-07-08T20:01:24.338Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/300)
44092026-07-08T20:01:24.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-07-08T20:01:24.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-07-08T20:01:25.110Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44122026-07-08T20:02:02.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.12s
44132026-07-08T20:02:02.668Z
44142026-07-08T20:02:02.668Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/300)
44152026-07-08T20:02:03.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-07-08T20:02:03.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-07-08T20:02:03.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-07-08T20:02:03.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44192026-07-08T20:02:03.189Z
44202026-07-08T20:02:03.189Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/300)
44212026-07-08T20:02:03.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-07-08T20:02:03.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-07-08T20:02:03.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-07-08T20:02:03.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44252026-07-08T20:02:03.705Z
44262026-07-08T20:02:03.705Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/300)
44272026-07-08T20:02:04.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-07-08T20:02:04.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-07-08T20:02:04.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-07-08T20:02:04.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44312026-07-08T20:02:04.285Z
44322026-07-08T20:02:04.285Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/300)
44332026-07-08T20:02:04.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-07-08T20:02:04.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-07-08T20:02:04.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-07-08T20:02:04.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44372026-07-08T20:02:04.878Z
44382026-07-08T20:02:04.878Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/300)
44392026-07-08T20:02:05.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-07-08T20:02:05.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-07-08T20:02:05.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-07-08T20:02:05.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44432026-07-08T20:02:05.468Z
44442026-07-08T20:02:05.468Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/300)
44452026-07-08T20:02:05.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-07-08T20:02:05.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-07-08T20:02:05.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-07-08T20:02:05.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44492026-07-08T20:02:06.050Z
44502026-07-08T20:02:06.050Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/300)
44512026-07-08T20:02:06.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-07-08T20:02:06.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-07-08T20:02:06.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-07-08T20:02:06.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44552026-07-08T20:02:06.636Z
44562026-07-08T20:02:06.637Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/300)
44572026-07-08T20:02:07.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-07-08T20:02:07.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-07-08T20:02:07.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-07-08T20:02:07.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44612026-07-08T20:02:07.227Z
44622026-07-08T20:02:07.227Zinfo: running `cargo check --bins` on nexus-switch-config (273/300)
44632026-07-08T20:02:07.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-07-08T20:02:07.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-07-08T20:02:07.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-07-08T20:02:07.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44672026-07-08T20:02:07.801Z
44682026-07-08T20:02:07.801Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/300)
44692026-07-08T20:02:08.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-07-08T20:02:08.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-07-08T20:02:08.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-07-08T20:02:08.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44732026-07-08T20:02:08.384Z
44742026-07-08T20:02:08.384Zinfo: running `cargo check --bins` on support-bundle-collection (275/300)
44752026-07-08T20:02:08.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-07-08T20:02:08.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-07-08T20:02:08.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44782026-07-08T20:02:08.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44792026-07-08T20:02:08.971Z
44802026-07-08T20:02:08.971Zinfo: running `cargo check --bins` on omicron-dev (276/300)
44812026-07-08T20:02:09.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-07-08T20:02:09.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-07-08T20:02:09.815Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44842026-07-08T20:02:09.815Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44852026-07-08T20:02:09.965Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44862026-07-08T20:02:09.999Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44872026-07-08T20:02:10.009Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44882026-07-08T20:02:10.012Z Checking diff v0.1.13
44892026-07-08T20:02:10.012Z Checking yansi v1.0.1
44902026-07-08T20:02:10.012Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44912026-07-08T20:02:10.142Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44922026-07-08T20:02:10.294Z Checking pretty_assertions v1.4.1
44932026-07-08T20:02:11.067Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44942026-07-08T20:02:11.106Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44952026-07-08T20:02:35.545Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44962026-07-08T20:02:35.548Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44972026-07-08T20:02:35.548Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44982026-07-08T20:02:35.548Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44992026-07-08T20:02:35.548Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45002026-07-08T20:02:35.548Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45012026-07-08T20:02:35.548Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45022026-07-08T20:02:36.338Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45032026-07-08T20:02:36.347Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45042026-07-08T20:02:37.540Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45052026-07-08T20:03:14.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
45062026-07-08T20:03:14.962Z
45072026-07-08T20:03:14.962Zinfo: running `cargo check --bins` on omicron-pins (277/300)
45082026-07-08T20:03:15.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-07-08T20:03:15.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-07-08T20:03:15.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-07-08T20:03:15.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45122026-07-08T20:03:15.488Z
45132026-07-08T20:03:15.488Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (278/300)
45142026-07-08T20:03:15.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-07-08T20:03:15.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-07-08T20:03:16.216Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45172026-07-08T20:03:16.335Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45182026-07-08T20:03:16.340Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45192026-07-08T20:03:43.264Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45202026-07-08T20:03:43.639Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45212026-07-08T20:03:45.378Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45222026-07-08T20:03:45.816Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45232026-07-08T20:03:48.935Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45242026-07-08T20:04:12.493Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45252026-07-08T20:04:13.187Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45262026-07-08T20:04:14.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.28s
45272026-07-08T20:04:14.968Z
45282026-07-08T20:04:14.968Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (279/300)
45292026-07-08T20:04:15.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-07-08T20:04:15.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-07-08T20:04:15.636Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45322026-07-08T20:04:16.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45332026-07-08T20:04:16.479Z
45342026-07-08T20:04:16.479Zinfo: running `cargo check --bins` on omicron-releng (280/300)
45352026-07-08T20:04:16.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-07-08T20:04:16.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-07-08T20:04:17.075Z Compiling blake3 v1.8.5
45382026-07-08T20:04:17.181Z Checking arrayvec v0.7.6
45392026-07-08T20:04:17.184Z Checking arrayref v0.3.9
45402026-07-08T20:04:17.184Z Checking constant_time_eq v0.4.2
45412026-07-08T20:04:17.204Z Checking topological-sort v0.2.2
45422026-07-08T20:04:17.207Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45432026-07-08T20:04:17.207Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45442026-07-08T20:04:17.207Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45452026-07-08T20:04:17.244Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45462026-07-08T20:04:17.311Z Checking shell-words v1.1.1
45472026-07-08T20:04:18.079Z Checking omicron-zone-package v0.12.3
45482026-07-08T20:04:18.792Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45492026-07-08T20:04:19.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
45502026-07-08T20:04:19.865Z
45512026-07-08T20:04:19.865Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (281/300)
45522026-07-08T20:04:20.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-07-08T20:04:20.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-07-08T20:04:20.455Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45552026-07-08T20:04:20.770Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45562026-07-08T20:04:21.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
45572026-07-08T20:04:21.325Z
45582026-07-08T20:04:21.326Zinfo: running `cargo check --bins` on schema (282/300)
45592026-07-08T20:04:21.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-07-08T20:04:21.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-07-08T20:04:21.997Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45622026-07-08T20:04:22.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45632026-07-08T20:04:22.857Z
45642026-07-08T20:04:22.857Zinfo: running `cargo check --bins` on xtask (283/300)
45652026-07-08T20:04:23.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-07-08T20:04:23.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-07-08T20:04:23.237Z Checking serde_core v1.0.228
45682026-07-08T20:04:23.237Z Checking libc v0.2.185
45692026-07-08T20:04:23.314Z Checking bitflags v2.11.0
45702026-07-08T20:04:23.321Z Checking scroll v0.12.0
45712026-07-08T20:04:23.324Z Checking thiserror v1.0.69
45722026-07-08T20:04:23.333Z Checking log v0.4.29
45732026-07-08T20:04:23.337Z Checking indexmap v2.14.0
45742026-07-08T20:04:23.337Z Checking zerocopy v0.7.35
45752026-07-08T20:04:23.411Z Checking syn v2.0.117
45762026-07-08T20:04:23.453Z Checking dtrace-parser v0.2.0
45772026-07-08T20:04:23.472Z Checking once_cell v1.21.3
45782026-07-08T20:04:23.538Z Checking goblin v0.8.2
45792026-07-08T20:04:23.594Z Checking errno v0.3.14
45802026-07-08T20:04:23.642Z Checking thread-id v4.2.2
45812026-07-08T20:04:23.680Z Checking getrandom v0.4.1
45822026-07-08T20:04:23.710Z Checking rustix v1.1.3
45832026-07-08T20:04:23.721Z Checking memmap v0.7.0
45842026-07-08T20:04:23.804Z Checking thiserror v2.0.18
45852026-07-08T20:04:23.824Z Checking fs-err v3.3.0
45862026-07-08T20:04:23.845Z Checking anyhow v1.0.102
45872026-07-08T20:04:23.860Z Checking tabled v0.15.0
45882026-07-08T20:04:24.484Z Checking terminal_size v0.4.3
45892026-07-08T20:04:24.484Z Checking tempfile v3.25.0
45902026-07-08T20:04:24.606Z Checking clap_builder v4.6.0
45912026-07-08T20:04:24.606Z Checking textwrap v0.16.2
45922026-07-08T20:04:24.764Z Checking serde v1.0.228
45932026-07-08T20:04:24.764Z Checking serde_json v1.0.150
45942026-07-08T20:04:24.769Z Checking camino v1.2.2
45952026-07-08T20:04:24.808Z Checking cargo-platform v0.3.2
45962026-07-08T20:04:24.963Z Checking semver v1.0.28
45972026-07-08T20:04:25.022Z Checking camino-tempfile v1.4.1
45982026-07-08T20:04:25.166Z Checking toml_datetime v0.6.11
45992026-07-08T20:04:25.166Z Checking serde_spanned v0.6.9
46002026-07-08T20:04:25.170Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46012026-07-08T20:04:25.190Z Checking macaddr v1.0.1
46022026-07-08T20:04:25.335Z Checking toml_edit v0.22.27
46032026-07-08T20:04:25.356Z Checking cargo_metadata v0.23.1
46042026-07-08T20:04:25.366Z Checking dof v0.3.0
46052026-07-08T20:04:25.620Z Checking usdt-impl v0.5.0
46062026-07-08T20:04:25.790Z Checking clap v4.6.1
46072026-07-08T20:04:25.878Z Checking usdt v0.5.0
46082026-07-08T20:04:26.307Z Checking toml v0.8.23
46092026-07-08T20:04:26.570Z Checking cargo_toml v0.21.0
46102026-07-08T20:04:27.203Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46112026-07-08T20:04:27.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
46122026-07-08T20:04:27.686Z
46132026-07-08T20:04:27.686Zinfo: running `cargo check --bins` on dnsadm (284/300)
46142026-07-08T20:04:28.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-07-08T20:04:28.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-07-08T20:04:28.269Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46172026-07-08T20:04:28.732Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46182026-07-08T20:04:29.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46192026-07-08T20:04:29.272Z
46202026-07-08T20:04:29.272Zinfo: running `cargo check --bins` on end-to-end-tests (285/300)
46212026-07-08T20:04:29.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-07-08T20:04:29.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-07-08T20:04:30.027Z Checking cpubits v0.1.1
46242026-07-08T20:04:30.152Z Checking pem-rfc7468 v1.0.0
46252026-07-08T20:04:30.165Z Checking hmac v0.13.0
46262026-07-08T20:04:30.165Z Checking universal-hash v0.6.1
46272026-07-08T20:04:30.188Z Checking ctr v0.10.1
46282026-07-08T20:04:30.188Z Checking aead v0.6.1
46292026-07-08T20:04:30.191Z Checking sha2 v0.11.0
46302026-07-08T20:04:30.228Z Checking aes v0.9.1
46312026-07-08T20:04:30.231Z Checking crypto-bigint v0.7.5
46322026-07-08T20:04:30.286Z Checking polyval v0.7.1
46332026-07-08T20:04:30.300Z Checking der v0.8.0
46342026-07-08T20:04:30.312Z Checking pbkdf2 v0.13.0
46352026-07-08T20:04:30.342Z Checking salsa20 v0.11.0
46362026-07-08T20:04:30.357Z Checking cbc v0.2.1
46372026-07-08T20:04:30.425Z Checking ff v0.14.0
46382026-07-08T20:04:30.449Z Checking ghash v0.6.0
46392026-07-08T20:04:30.499Z Checking signature v3.0.0
46402026-07-08T20:04:30.499Z Checking base16ct v1.0.0
46412026-07-08T20:04:30.595Z Checking group v0.14.0
46422026-07-08T20:04:30.612Z Checking hkdf v0.13.0
46432026-07-08T20:04:30.628Z Checking aes-gcm v0.11.0
46442026-07-08T20:04:30.648Z Checking rfc6979 v0.5.0
46452026-07-08T20:04:30.671Z Compiling curve25519-dalek v5.0.0-rc.0
46462026-07-08T20:04:30.749Z Checking poly1305 v0.9.0
46472026-07-08T20:04:30.749Z Checking blowfish v0.10.0
46482026-07-08T20:04:30.786Z Checking blake2 v0.11.0-rc.6
46492026-07-08T20:04:30.799Z Checking keccak v0.2.0
46502026-07-08T20:04:30.899Z Checking fiat-crypto v0.3.0
46512026-07-08T20:04:30.913Z Checking scrypt v0.12.0
46522026-07-08T20:04:30.953Z Checking sha3 v0.11.0
46532026-07-08T20:04:31.035Z Checking bcrypt-pbkdf v0.11.0
46542026-07-08T20:04:31.047Z Checking argon2 v0.6.0-rc.8
46552026-07-08T20:04:31.073Z Checking kem v0.3.0
46562026-07-08T20:04:31.089Z Checking spki v0.8.0
46572026-07-08T20:04:31.093Z Checking sec1 v0.8.1
46582026-07-08T20:04:31.193Z Checking module-lattice v0.2.3
46592026-07-08T20:04:31.254Z Checking pkcs5 v0.8.1
46602026-07-08T20:04:31.290Z Checking pkcs1 v0.8.0-rc.4
46612026-07-08T20:04:31.308Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46622026-07-08T20:04:31.345Z Checking internal-russh-num-bigint v0.5.0
46632026-07-08T20:04:31.411Z Checking ml-kem v0.3.2
46642026-07-08T20:04:31.497Z Checking num-bigint v0.4.6
46652026-07-08T20:04:31.513Z Checking generic-array v1.4.3
46662026-07-08T20:04:31.542Z Checking pkcs8 v0.11.0
46672026-07-08T20:04:31.740Z Checking ed25519 v3.0.0
46682026-07-08T20:04:31.908Z Checking russh-util v0.52.0
46692026-07-08T20:04:31.935Z Compiling enum_dispatch v0.3.13
46702026-07-08T20:04:32.004Z Checking ed25519-dalek v3.0.0-rc.0
46712026-07-08T20:04:32.027Z Compiling delegate v0.13.5
46722026-07-08T20:04:32.192Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46732026-07-08T20:04:32.206Z Checking hex-literal v1.1.0
46742026-07-08T20:04:32.223Z Checking md5 v0.8.0
46752026-07-08T20:04:32.327Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46762026-07-08T20:04:32.391Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46772026-07-08T20:04:32.411Z Checking socket2 v0.5.10
46782026-07-08T20:04:32.474Z Checking elliptic-curve v0.14.0-rc.33
46792026-07-08T20:04:32.583Z Checking primefield v0.14.0
46802026-07-08T20:04:32.616Z Checking ssh-encoding v0.3.0-rc.9
46812026-07-08T20:04:32.656Z Checking crypto-primes v0.7.2
46822026-07-08T20:04:32.785Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46832026-07-08T20:04:32.837Z Checking ssh-cipher v0.3.0-rc.9
46842026-07-08T20:04:32.898Z Checking russh-cryptovec v0.61.0
46852026-07-08T20:04:32.933Z Checking primeorder v0.14.0-rc.10
46862026-07-08T20:04:32.963Z Checking ecdsa v0.17.0-rc.18
46872026-07-08T20:04:33.048Z Checking internet-checksum v0.2.1
46882026-07-08T20:04:33.318Z Checking p256 v0.14.0-rc.10
46892026-07-08T20:04:33.318Z Checking p521 v0.14.0-rc.10
46902026-07-08T20:04:33.603Z Checking rsa v0.10.0-rc.18
46912026-07-08T20:04:35.695Z Checking p384 v0.14.0-rc.10
46922026-07-08T20:04:37.587Z Checking ssh-key v0.7.0-rc.10
46932026-07-08T20:04:38.340Z Checking russh v0.61.2
46942026-07-08T20:04:50.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.28s
46952026-07-08T20:04:50.760Z
46962026-07-08T20:04:50.760Zinfo: running `cargo check --bins` on gateway-cli (286/300)
46972026-07-08T20:04:51.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-07-08T20:04:51.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-07-08T20:04:51.350Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47002026-07-08T20:04:51.455Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47012026-07-08T20:04:51.464Z Checking termios v0.3.3
47022026-07-08T20:04:52.660Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47032026-07-08T20:04:52.806Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47042026-07-08T20:04:54.459Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47052026-07-08T20:04:55.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
47062026-07-08T20:04:55.185Z
47072026-07-08T20:04:55.185Zinfo: running `cargo check --bins --no-default-features` on installinator (287/300)
47082026-07-08T20:04:55.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47092026-07-08T20:04:55.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47102026-07-08T20:04:55.841Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47112026-07-08T20:04:55.844Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47122026-07-08T20:04:55.961Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47132026-07-08T20:04:55.961Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47142026-07-08T20:04:55.974Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47152026-07-08T20:04:55.978Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47162026-07-08T20:04:56.706Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47172026-07-08T20:04:57.063Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47182026-07-08T20:04:57.066Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47192026-07-08T20:04:57.685Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47202026-07-08T20:04:59.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
47212026-07-08T20:04:59.476Z
47222026-07-08T20:04:59.476Zinfo: running `cargo check --bins` on internal-dns-cli (288/300)
47232026-07-08T20:04:59.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-07-08T20:04:59.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-07-08T20:05:00.057Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47262026-07-08T20:05:00.493Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47272026-07-08T20:05:00.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47282026-07-08T20:05:00.968Z
47292026-07-08T20:05:00.968Zinfo: running `cargo check --bins` on omicron-live-tests (289/300)
47302026-07-08T20:05:01.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-07-08T20:05:01.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-07-08T20:05:01.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-07-08T20:05:01.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47342026-07-08T20:05:01.493Z
47352026-07-08T20:05:01.493Zinfo: running `cargo check --bins` on live-tests-macros (290/300)
47362026-07-08T20:05:01.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-07-08T20:05:01.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-07-08T20:05:01.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-07-08T20:05:01.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47402026-07-08T20:05:02.020Z
47412026-07-08T20:05:02.020Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (291/300)
47422026-07-08T20:05:02.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-07-08T20:05:02.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-07-08T20:05:02.723Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47452026-07-08T20:05:03.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
47462026-07-08T20:05:03.493Z
47472026-07-08T20:05:03.493Zinfo: running `cargo check --bins` on omicron-ntp-admin (292/300)
47482026-07-08T20:05:03.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-07-08T20:05:03.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-07-08T20:05:04.087Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47512026-07-08T20:05:04.090Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47522026-07-08T20:05:04.353Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47532026-07-08T20:05:04.353Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47542026-07-08T20:05:05.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
47552026-07-08T20:05:05.309Z
47562026-07-08T20:05:05.309Zinfo: running `cargo check --bins` on ntp-admin-types (293/300)
47572026-07-08T20:05:05.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47582026-07-08T20:05:05.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47592026-07-08T20:05:05.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47602026-07-08T20:05:05.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47612026-07-08T20:05:05.836Z
47622026-07-08T20:05:05.836Zinfo: running `cargo check --bins` on omicron-package (294/300)
47632026-07-08T20:05:06.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-07-08T20:05:06.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-07-08T20:05:06.457Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47662026-07-08T20:05:07.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
47672026-07-08T20:05:07.679Z
47682026-07-08T20:05:07.680Zinfo: running `cargo check --bins` on tqdb (295/300)
47692026-07-08T20:05:08.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47702026-07-08T20:05:08.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47712026-07-08T20:05:08.400Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47722026-07-08T20:05:08.745Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47732026-07-08T20:05:09.259Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47742026-07-08T20:05:09.259Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47752026-07-08T20:05:15.309Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47762026-07-08T20:05:15.313Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47772026-07-08T20:05:15.879Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47782026-07-08T20:05:15.879Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47792026-07-08T20:05:15.882Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47802026-07-08T20:05:15.882Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47812026-07-08T20:05:16.661Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47822026-07-08T20:05:17.633Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47832026-07-08T20:05:18.411Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47842026-07-08T20:05:19.026Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47852026-07-08T20:05:23.901Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47862026-07-08T20:05:30.391Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47872026-07-08T20:05:30.391Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47882026-07-08T20:05:30.395Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47892026-07-08T20:05:30.395Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47902026-07-08T20:05:31.854Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47912026-07-08T20:05:33.185Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47922026-07-08T20:05:33.840Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47932026-07-08T20:05:35.058Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47942026-07-08T20:05:35.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.90s
47952026-07-08T20:05:35.785Z
47962026-07-08T20:05:35.785Zinfo: running `cargo check --bins` on wicket-dbg (296/300)
47972026-07-08T20:05:36.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47982026-07-08T20:05:36.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47992026-07-08T20:05:36.441Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48002026-07-08T20:05:36.444Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48012026-07-08T20:05:36.444Z Checking rtoolbox v0.0.3
48022026-07-08T20:05:36.568Z Checking tui-tree-widget v0.23.1
48032026-07-08T20:05:36.660Z Checking rpassword v7.4.0
48042026-07-08T20:05:37.721Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48052026-07-08T20:05:40.812Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48062026-07-08T20:05:42.678Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48072026-07-08T20:05:43.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.76s
48082026-07-08T20:05:43.735Z
48092026-07-08T20:05:43.735Zinfo: running `cargo check --bins` on wicket (297/300)
48102026-07-08T20:05:44.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48112026-07-08T20:05:44.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48122026-07-08T20:05:44.379Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48132026-07-08T20:05:44.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
48142026-07-08T20:05:44.900Z
48152026-07-08T20:05:44.900Zinfo: running `cargo check --bins` on wicketd (298/300)
48162026-07-08T20:05:45.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48172026-07-08T20:05:45.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48182026-07-08T20:05:45.573Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48192026-07-08T20:05:45.576Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48202026-07-08T20:05:45.576Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48212026-07-08T20:05:45.576Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48222026-07-08T20:05:46.541Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48232026-07-08T20:05:47.095Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48242026-07-08T20:05:50.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
48252026-07-08T20:05:50.292Z
48262026-07-08T20:05:50.292Zinfo: running `cargo check --bins` on omicron-workspace-hack (299/300)
48272026-07-08T20:05:50.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48282026-07-08T20:05:50.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48292026-07-08T20:05:50.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48302026-07-08T20:05:50.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48312026-07-08T20:05:50.830Z
48322026-07-08T20:05:50.830Zinfo: running `cargo check --bins` on zone-setup (300/300)
48332026-07-08T20:05:51.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48342026-07-08T20:05:51.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48352026-07-08T20:05:51.440Z Checking uzers v0.12.2
48362026-07-08T20:05:51.705Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48372026-07-08T20:05:52.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
48382026-07-08T20:05:52.622Z
48392026-07-08T20:05:52.622Zreal 13:46.446799250
48402026-07-08T20:05:52.622Zuser 21:00.595181199
48412026-07-08T20:05:52.622Zsys 4:09.128782958
48422026-07-08T20:05:52.622Ztrap 0.330462788
48432026-07-08T20:05:52.623Ztflt 0.686517170
48442026-07-08T20:05:52.623Zdflt 1.091210470
48452026-07-08T20:05:52.623Zkflt 0.005956857
48462026-07-08T20:05:52.623Zlock 1:18:37.581380486
48472026-07-08T20:05:52.623Zslp 1:40:04.663482307
48482026-07-08T20:05:52.623Zlat 55.314421695
48492026-07-08T20:05:52.623Zstop 3:35.768201300
48502026-07-08T20:05:52.627Zprocess exited: duration 948938 ms, exit code 0
 
48512026-07-08T20:05:52.634Zfound 0 output files