01KXEZ67X4NZ6SFRMHP8PV071S: 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: 01KXEZ6QWGFHJA4KH28QJ4CEBN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T00:08:23.502Zjob assigned to worker 01KXEZ6W0V5SNKPQND4R3G0ZJ7 [factory aws, i-0b4f5f9d3829e3a7a] (queued for 44 s)
 
22026-07-14T00:08:30.477Zstarting task 0: "setup"
32026-07-14T00:08:30.483Z++ uname -s
42026-07-14T00:08:30.490Z+ kern=SunOS
52026-07-14T00:08:30.491Z+ build_user=build
62026-07-14T00:08:30.491Z+ build_uid=12345
72026-07-14T00:08:30.491Z+ work_dir=/work
82026-07-14T00:08:30.491Z+ input_dir=/input
92026-07-14T00:08:30.491Z+ [[ 0 == 12345 ]]
102026-07-14T00:08:30.491Z+ case "$kern" in
112026-07-14T00:08:30.491Z+ groupadd -g 12345 build
122026-07-14T00:08:30.491Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T00:08:32.492Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T00:08:32.572Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T00:08:32.577Z+ home_fs=zfs
162026-07-14T00:08:32.577Z+ [[ zfs == autofs ]]
172026-07-14T00:08:32.577Z+ mkdir -p /home/build
182026-07-14T00:08:32.577Z+ chown build:build /home/build /work
192026-07-14T00:08:34.575Z+ chmod 0700 /home/build /work
202026-07-14T00:08:34.579Zprocess exited: duration 4100 ms, exit code 0
 
212026-07-14T00:08:34.586Zstarting task 1: "rust-toolchain"
222026-07-14T00:08:34.591Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-14T00:08:34.591Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-14T00:08:34.591Z * rust toolchain channel = "1.96.1"
252026-07-14T00:08:34.591Z * rust toolchain profile = "default"
262026-07-14T00:08:34.591Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T00:08:34.591Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T00:08:34.593Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T00:08:34.593Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-14T00:08:34.671Zinfo: downloading installer
312026-07-14T00:08:36.275Zwarn: It looks like you have an existing rustup settings file at:
322026-07-14T00:08:36.275Zwarn: /home/build/.rustup/settings.toml
332026-07-14T00:08:36.275Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-14T00:08:36.275Zwarn: instead of the one inferred from the default host triple.
352026-07-14T00:08:36.288Zinfo: profile set to default
362026-07-14T00:08:36.288Zinfo: default host triple is x86_64-unknown-illumos
372026-07-14T00:08:36.291Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-14T00:08:36.421Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-14T00:08:36.424Zinfo: downloading 6 components
402026-07-14T00:08:50.962Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-14T00:08:50.962Z
422026-07-14T00:08:50.990Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-14T00:08:50.990Z
442026-07-14T00:08:50.990Z
452026-07-14T00:08:50.990ZRust is installed now. Great!
462026-07-14T00:08:50.990Z
472026-07-14T00:08:50.992ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-14T00:08:50.992Zenvironment variable. This has not been done automatically.
492026-07-14T00:08:50.993Z
502026-07-14T00:08:50.993ZTo configure your current shell, you need to source
512026-07-14T00:08:50.993Zthe corresponding env file under $HOME/.cargo.
522026-07-14T00:08:50.993Z
532026-07-14T00:08:50.993ZThis is usually done by running one of the following (note the leading DOT):
542026-07-14T00:08:50.993Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-14T00:08:50.993Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-14T00:08:50.993Zsource "~/.cargo/env.nu" # For nushell
572026-07-14T00:08:50.993Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-14T00:08:50.993Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-14T00:08:50.993Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-14T00:08:50.993Zwarn: no default linker (`cc`) was found in your PATH
612026-07-14T00:08:50.993Zwarn: many Rust crates require a system C toolchain to build
622026-07-14T00:08:51.083Z+ rustup --version
632026-07-14T00:08:51.090Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-14T00:08:51.093Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-14T00:08:51.111Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-14T00:08:51.114Z+ cargo --version
672026-07-14T00:08:51.129Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-14T00:08:51.132Z+ rustc --version
692026-07-14T00:08:51.150Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-14T00:08:51.153Zprocess exited: duration 16567 ms, exit code 0
 
712026-07-14T00:08:51.159Zstarting task 2: "authentication"
722026-07-14T00:08:51.175Zprocess exited: duration 15 ms, exit code 0
 
732026-07-14T00:08:51.181Zstarting task 3: "clone repository"
742026-07-14T00:08:51.184Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-14T00:08:51.188Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-14T00:08:51.217ZCloning into '/work/oxidecomputer/omicron'...
772026-07-14T00:09:01.809Z+ cd /work/oxidecomputer/omicron
782026-07-14T00:09:01.809Z+ git fetch origin ed790642f49527709b8a9130748a67a8f8225080
792026-07-14T00:09:02.087ZFrom https://github.com/oxidecomputer/omicron
802026-07-14T00:09:02.087Z * branch ed790642f49527709b8a9130748a67a8f8225080 -> FETCH_HEAD
812026-07-14T00:09:02.097Z+ [[ -n sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig ]]
822026-07-14T00:09:02.100Z++ git branch --show-current
832026-07-14T00:09:02.100Z+ current=main
842026-07-14T00:09:02.100Z+ [[ main != sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig ]]
852026-07-14T00:09:02.100Z+ git branch -f sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig ed790642f49527709b8a9130748a67a8f8225080
862026-07-14T00:09:02.104Z+ git checkout -f sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig
872026-07-14T00:09:02.136ZSwitched to branch 'sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig'
882026-07-14T00:09:02.138Z+ git reset --hard ed790642f49527709b8a9130748a67a8f8225080
892026-07-14T00:09:02.173ZHEAD is now at ed790642f minor tweaks
902026-07-14T00:09:02.176Zprocess exited: duration 10992 ms, exit code 0
 
912026-07-14T00:09:02.182Zstarting task 4: "build"
922026-07-14T00:09:02.185Z+ source .github/buildomat/ci-env.sh
932026-07-14T00:09:02.185Z++ export CARGO_TERM_COLOR=always
942026-07-14T00:09:02.185Z++ CARGO_TERM_COLOR=always
952026-07-14T00:09:02.188Z+++ uname -s
962026-07-14T00:09:02.188Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-14T00:09:02.188Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-14T00:09:02.191Z+ cargo --version
992026-07-14T00:09:02.198Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-14T00:09:02.202Z+ rustc --version
1012026-07-14T00:09:02.221Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-14T00:09:02.224Z+ source ./env.sh
1032026-07-14T00:09:02.224Z++ OLD_SHELL_OPTS=ehxB
1042026-07-14T00:09:02.224Z++ set -o xtrace
1052026-07-14T00:09:02.227Z++++ dirname ./env.sh
1062026-07-14T00:09:02.227Z+++ readlink -f .
1072026-07-14T00:09:02.230Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-14T00:09:02.230Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-14T00:09:02.230Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-14T00:09:02.230Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-14T00:09:02.230Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-07-14T00:09:02.231Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-07-14T00:09:02.231Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-07-14T00:09:02.231Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-07-14T00:09:02.231Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-07-14T00:09:02.231Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-07-14T00:09:02.231Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-07-14T00:09:02.231Z++ case $OLD_SHELL_OPTS in
1192026-07-14T00:09:02.231Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-14T00:09:02.231Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-07-14T00:09:02.231Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-07-14T00:09:02.231Z+ banner prerequisites
1232026-07-14T00:09:02.231Z
1242026-07-14T00:09:02.231Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-14T00:09:02.231Z # # # # # # # # # # # # # # #
1262026-07-14T00:09:02.231Z # # # # ##### # # ##### # # # # # #### #
1272026-07-14T00:09:02.231Z ##### ##### # ##### # # # # # # # # #
1282026-07-14T00:09:02.231Z # # # # # # # # # # # # # # #
1292026-07-14T00:09:02.232Z # # # ###### # # ###### ### # #### # #### #
1302026-07-14T00:09:02.232Z
1312026-07-14T00:09:02.232Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-14T00:09:03.756Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-14T00:09:03.874Z Startup: Caching catalogs ... Done
1342026-07-14T00:09:04.427ZPlanning: Solver setup ... Done (0.505s)
1352026-07-14T00:09:04.454ZPlanning: Running solver ... Done (0.028s)
1362026-07-14T00:09:04.467ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-14T00:09:04.479ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-14T00:09:04.495ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-14T00:09:04.509ZPlanning: Package planning ... Done (0.013s)
1402026-07-14T00:09:04.511ZPlanning: Merging actions ... Done (0.001s)
1412026-07-14T00:09:04.680ZPlanning: Checking for conflicting actions ... Done (0.169s)
1422026-07-14T00:09:04.682ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-14T00:09:05.543ZPlanning: Evaluating mediators ... Done (0.862s)
1442026-07-14T00:09:05.545ZPlanning: Planning completed in 1.65 seconds
1452026-07-14T00:09:05.552Z Packages to install: 2
1462026-07-14T00:09:05.554Z Estimated space available: 156.05 GB
1472026-07-14T00:09:05.554ZEstimated space to be consumed: 32.66 MB
1482026-07-14T00:09:05.555Z Create boot environment: No
1492026-07-14T00:09:05.555ZCreate backup boot environment: No
1502026-07-14T00:09:05.555Z Rebuild boot archive: No
1512026-07-14T00:09:05.555Z
1522026-07-14T00:09:05.555ZChanged packages:
1532026-07-14T00:09:05.555Zhelios
1542026-07-14T00:09:05.555Z developer/build-essential
1552026-07-14T00:09:05.555Z None -> 11-3.0
1562026-07-14T00:09:05.555Z library/libxmlsec1
1572026-07-14T00:09:05.555Z None -> 1.2.35-3.0
1582026-07-14T00:09:05.577Z
1592026-07-14T00:09:05.577ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-14T00:09:06.054ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1612026-07-14T00:09:06.126Z Actions: 1/268 actions (Installing new actions)
1622026-07-14T00:09:06.164Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-14T00:09:06.175ZFinalize: Updating package state database ... Done (0.011s)
1642026-07-14T00:09:06.178ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-14T00:09:06.207ZFinalize: Updating image state ... Done (0.031s)
1662026-07-14T00:09:08.706ZFinalize: Creating fast lookup database ... Done (2.473s)
1672026-07-14T00:09:08.781ZFinalize: Reading search index ... Done (0.013s)
1682026-07-14T00:09:08.784ZFinalize: Updating search index ... Done (0.000s)
1692026-07-14T00:09:08.899ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-14T00:09:09.211ZPlanning: Evaluating mediator changes ... Done
1712026-07-14T00:09:09.312ZPlanning: Checking for conflicting actions ... Done
1722026-07-14T00:09:09.315ZPlanning: Consolidating action changes ... Done
1732026-07-14T00:09:09.470ZPlanning: Evaluating mediators ... Done
1742026-07-14T00:09:09.473ZPlanning: Planning completed in 0.26 seconds
1752026-07-14T00:09:09.493Z Mediators to change: 2
1762026-07-14T00:09:09.493Z Create boot environment: No
1772026-07-14T00:09:09.493ZCreate backup boot environment: No
1782026-07-14T00:09:09.547ZFinalize: Updating package state database ... Done
1792026-07-14T00:09:09.547ZFinalize: Updating package cache ... Done
1802026-07-14T00:09:09.565ZFinalize: Updating image state ... Done
1812026-07-14T00:09:11.502ZFinalize: Creating fast lookup database ... Done
1822026-07-14T00:09:11.566ZFinalize: Reading search index ... Done
1832026-07-14T00:09:11.569ZFinalize: Updating search index ... Done
1842026-07-14T00:09:11.635ZFinalize: Updating package cache ... Done
1852026-07-14T00:09:11.917ZPlanning: Evaluating mediator changes ... Done
1862026-07-14T00:09:12.027ZPlanning: Checking for conflicting actions ... Done
1872026-07-14T00:09:12.030ZPlanning: Consolidating action changes ... Done
1882026-07-14T00:09:12.187ZPlanning: Evaluating mediators ... Done
1892026-07-14T00:09:12.190ZPlanning: Planning completed in 0.27 seconds
1902026-07-14T00:09:12.210Z Mediators to change: 1
1912026-07-14T00:09:12.210Z Create boot environment: No
1922026-07-14T00:09:12.213ZCreate backup boot environment: No
1932026-07-14T00:09:12.254ZFinalize: Updating package state database ... Done
1942026-07-14T00:09:12.254ZFinalize: Updating package cache ... Done
1952026-07-14T00:09:12.270ZFinalize: Updating image state ... Done
1962026-07-14T00:09:14.230ZFinalize: Creating fast lookup database ... Done
1972026-07-14T00:09:14.295ZFinalize: Reading search index ... Done
1982026-07-14T00:09:14.298ZFinalize: Updating search index ... Done
1992026-07-14T00:09:14.354ZFinalize: Updating package cache ... Done
2002026-07-14T00:09:14.664ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-14T00:09:14.664Zapache system 2.4 system
2022026-07-14T00:09:14.665Zclang system 15 system
2032026-07-14T00:09:14.665Zcsh system system illumos
2042026-07-14T00:09:14.665Zctags system system illumos
2052026-07-14T00:09:14.665Zfile vendor vendor darwinsys
2062026-07-14T00:09:14.665Zfile system system illumos
2072026-07-14T00:09:14.665Zgcc vendor 14 vendor
2082026-07-14T00:09:14.665Zgcc system 13 system
2092026-07-14T00:09:14.665Zgcc system 10 system
2102026-07-14T00:09:14.665Zgo system 1.25 system
2112026-07-14T00:09:14.665Zllvm system 15 system
2122026-07-14T00:09:14.665Zmariadb system 11.4 system
2132026-07-14T00:09:14.665Zmta vendor vendor dma
2142026-07-14T00:09:14.665Zopenjdk system 17 system
2152026-07-14T00:09:14.665Zopenjdk system 11 system
2162026-07-14T00:09:14.665Zopenssl vendor 3 vendor
2172026-07-14T00:09:14.665Zperl system 5.40 system
2182026-07-14T00:09:14.665Zpostgresql system 18 system
2192026-07-14T00:09:14.665Zpostgresql system 17 system
2202026-07-14T00:09:14.665Zpython vendor 3 vendor
2212026-07-14T00:09:14.665Zpython system 2 system
2222026-07-14T00:09:14.665Zpython3 vendor 3.13 vendor
2232026-07-14T00:09:14.665Zruby system 3.4 system
2242026-07-14T00:09:14.665Zruby system 3.0 system
2252026-07-14T00:09:14.665Zwords vendor vendor american-english
2262026-07-14T00:09:14.665Zwords system system australian-english
2272026-07-14T00:09:14.666Zwords system system british-english
2282026-07-14T00:09:14.666Zwords system system canadian-english
2292026-07-14T00:09:14.666Zwords system system french
2302026-07-14T00:09:14.666Zwords system system italian
2312026-07-14T00:09:14.666Zwords system system ngerman
2322026-07-14T00:09:14.666Zwords system system ogerman
2332026-07-14T00:09:14.666Zwords system system spanish
2342026-07-14T00:09:14.916ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-14T00:09:14.916Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-14T00:09:15.225ZFMRI IFO
2372026-07-14T00:09:15.225Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-14T00:09:15.225Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-14T00:09:15.225Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-14T00:09:15.225Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-14T00:09:15.225Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-14T00:09:15.225Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-14T00:09:15.225Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-14T00:09:15.225Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-14T00:09:15.225Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-14T00:09:15.485Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-14T00:09:15.743Z Updating crates.io index
2482026-07-14T00:09:15.746Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-14T00:09:15.962Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-14T00:09:16.264Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-14T00:09:17.236Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-14T00:09:17.716Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-14T00:09:19.238Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-14T00:09:19.979Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-14T00:09:20.220Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-14T00:09:20.543Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-14T00:09:21.655Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-14T00:09:21.875Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-14T00:09:22.173Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-14T00:09:22.424Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-14T00:09:22.822Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-14T00:09:23.280Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-14T00:09:23.480Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-14T00:09:23.748Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-14T00:09:23.989Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-14T00:09:24.261Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-14T00:09:24.471Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-14T00:09:24.710Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-14T00:09:24.931Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-14T00:09:25.282Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-14T00:09:25.594Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-14T00:09:25.986Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-14T00:09:26.359Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-14T00:09:26.621Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-07-14T00:09:26.887Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-07-14T00:09:27.159Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-07-14T00:09:27.368Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-07-14T00:09:27.679Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-07-14T00:09:28.023Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-07-14T00:09:28.260Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2812026-07-14T00:09:28.517Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-07-14T00:09:28.741Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-07-14T00:09:28.987Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-07-14T00:09:29.275Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-07-14T00:09:29.510Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-07-14T00:09:29.781Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-07-14T00:09:30.023Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-07-14T00:09:32.739Z Downloading crates ...
2892026-07-14T00:09:32.802Z Downloaded anstyle-parse v1.0.0
2902026-07-14T00:09:32.805Z Downloaded anstyle-query v1.1.5
2912026-07-14T00:09:32.805Z Downloaded anstyle v1.0.14
2922026-07-14T00:09:32.805Z Downloaded anstream v1.0.0
2932026-07-14T00:09:32.808Z Downloaded anyhow v1.0.102
2942026-07-14T00:09:32.811Z Downloaded cpufeatures v0.2.17
2952026-07-14T00:09:32.813Z Downloaded zmij v1.0.21
2962026-07-14T00:09:32.861Z Downloaded camino v1.2.2
2972026-07-14T00:09:32.861Z Downloaded byteorder v1.5.0
2982026-07-14T00:09:32.861Z Downloaded pest_generator v2.8.6
2992026-07-14T00:09:32.861Z Downloaded macaddr v1.0.1
3002026-07-14T00:09:32.861Z Downloaded dtrace-parser v0.2.0
3012026-07-14T00:09:32.861Z Downloaded fastrand v2.3.0
3022026-07-14T00:09:32.861Z Downloaded block-buffer v0.10.4
3032026-07-14T00:09:32.861Z Downloaded zerocopy v0.7.35
3042026-07-14T00:09:32.861Z Downloaded zerocopy-derive v0.7.35
3052026-07-14T00:09:32.861Z Downloaded is_terminal_polyfill v1.70.2
3062026-07-14T00:09:32.861Z Downloaded dof v0.3.0
3072026-07-14T00:09:32.861Z Downloaded cfg-if v1.0.4
3082026-07-14T00:09:32.861Z Downloaded crypto-common v0.1.7
3092026-07-14T00:09:32.861Z Downloaded errno v0.3.14
3102026-07-14T00:09:32.861Z Downloaded heck v0.5.0
3112026-07-14T00:09:32.861Z Downloaded colorchoice v1.0.4
3122026-07-14T00:09:32.861Z Downloaded generic-array v0.14.7
3132026-07-14T00:09:32.861Z Downloaded pretty-hex v0.4.1
3142026-07-14T00:09:32.867Z Downloaded digest v0.10.7
3152026-07-14T00:09:32.867Z Downloaded cargo-platform v0.3.2
3162026-07-14T00:09:32.867Z Downloaded autocfg v1.5.0
3172026-07-14T00:09:32.867Z Downloaded camino-tempfile v1.4.1
3182026-07-14T00:09:32.870Z Downloaded fs-err v3.3.0
3192026-07-14T00:09:32.872Z Downloaded clap_lex v1.0.0
3202026-07-14T00:09:32.872Z Downloaded itoa v1.0.17
3212026-07-14T00:09:32.876Z Downloaded toml_datetime v0.6.11
3222026-07-14T00:09:32.879Z Downloaded memmap v0.7.0
3232026-07-14T00:09:32.884Z Downloaded unicode-linebreak v0.1.5
3242026-07-14T00:09:32.884Z Downloaded equivalent v1.0.2
3252026-07-14T00:09:32.886Z Downloaded version_check v0.9.5
3262026-07-14T00:09:32.887Z Downloaded heck v0.4.1
3272026-07-14T00:09:32.887Z Downloaded cargo_metadata v0.23.1
3282026-07-14T00:09:32.890Z Downloaded fnv v1.0.7
3292026-07-14T00:09:32.896Z Downloaded plain v0.2.3
3302026-07-14T00:09:32.899Z Downloaded serde_spanned v0.6.9
3312026-07-14T00:09:32.903Z Downloaded usdt v0.5.0
3322026-07-14T00:09:32.906Z Downloaded smawk v0.3.2
3332026-07-14T00:09:32.906Z Downloaded usdt-attr-macro v0.5.0
3342026-07-14T00:09:32.909Z Downloaded usdt-macro v0.5.0
3352026-07-14T00:09:32.909Z Downloaded strsim v0.11.1
3362026-07-14T00:09:32.909Z Downloaded scroll_derive v0.12.1
3372026-07-14T00:09:32.913Z Downloaded utf8parse v0.2.2
3382026-07-14T00:09:32.917Z Downloaded thread-id v4.2.2
3392026-07-14T00:09:32.920Z Downloaded tabled_derive v0.7.0
3402026-07-14T00:09:32.922Z Downloaded swrite v0.1.0
3412026-07-14T00:09:32.926Z Downloaded proc-macro-error-attr v1.0.4
3422026-07-14T00:09:32.932Z Downloaded terminal_size v0.4.3
3432026-07-14T00:09:32.936Z Downloaded toml_write v0.1.2
3442026-07-14T00:09:32.939Z Downloaded bytecount v0.6.9
3452026-07-14T00:09:32.944Z Downloaded clap_derive v4.6.1
3462026-07-14T00:09:32.947Z Downloaded pest_derive v2.8.6
3472026-07-14T00:09:32.958Z Downloaded sha2 v0.10.9
3482026-07-14T00:09:32.961Z Downloaded quote v1.0.45
3492026-07-14T00:09:32.967Z Downloaded thiserror-impl v1.0.69
3502026-07-14T00:09:32.974Z Downloaded thiserror v2.0.18
3512026-07-14T00:09:32.977Z Downloaded thiserror-impl v2.0.18
3522026-07-14T00:09:32.979Z Downloaded scroll v0.12.0
3532026-07-14T00:09:32.982Z Downloaded usdt-impl v0.5.0
3542026-07-14T00:09:32.982Z Downloaded log v0.4.29
3552026-07-14T00:09:32.986Z Downloaded clap v4.6.1
3562026-07-14T00:09:32.989Z Downloaded proc-macro-error v1.0.4
3572026-07-14T00:09:32.991Z Downloaded bitflags v2.11.0
3582026-07-14T00:09:32.994Z Downloaded papergrid v0.11.0
3592026-07-14T00:09:32.997Z Downloaded once_cell v1.21.3
3602026-07-14T00:09:32.997Z Downloaded getrandom v0.4.1
3612026-07-14T00:09:33.001Z Downloaded cargo_toml v0.21.0
3622026-07-14T00:09:33.001Z Downloaded semver v1.0.28
3632026-07-14T00:09:33.005Z Downloaded serde_tokenstream v0.2.3
3642026-07-14T00:09:33.010Z Downloaded thiserror v1.0.69
3652026-07-14T00:09:33.017Z Downloaded toml v0.8.23
3662026-07-14T00:09:33.020Z Downloaded ucd-trie v0.1.7
3672026-07-14T00:09:33.020Z Downloaded tempfile v3.25.0
3682026-07-14T00:09:33.029Z Downloaded pest_meta v2.8.6
3692026-07-14T00:09:33.041Z Downloaded unicode-ident v1.0.24
3702026-07-14T00:09:33.050Z Downloaded proc-macro2 v1.0.106
3712026-07-14T00:09:33.059Z Downloaded serde_core v1.0.228
3722026-07-14T00:09:33.067Z Downloaded serde_derive v1.0.228
3732026-07-14T00:09:33.072Z Downloaded textwrap v0.16.2
3742026-07-14T00:09:33.074Z Downloaded memchr v2.8.0
3752026-07-14T00:09:33.077Z Downloaded toml_edit v0.22.27
3762026-07-14T00:09:33.080Z Downloaded serde v1.0.228
3772026-07-14T00:09:33.089Z Downloaded indexmap v2.14.0
3782026-07-14T00:09:33.106Z Downloaded pest v2.8.6
3792026-07-14T00:09:33.129Z Downloaded typenum v1.20.1
3802026-07-14T00:09:33.134Z Downloaded hashbrown v0.17.0
3812026-07-14T00:09:33.162Z Downloaded clap_builder v4.6.0
3822026-07-14T00:09:33.172Z Downloaded serde_json v1.0.150
3832026-07-14T00:09:33.174Z Downloaded winnow v0.7.14
3842026-07-14T00:09:33.179Z Downloaded goblin v0.8.2
3852026-07-14T00:09:33.189Z Downloaded tabled v0.15.0
3862026-07-14T00:09:33.214Z Downloaded syn v1.0.109
3872026-07-14T00:09:33.226Z Downloaded unicode-width v0.2.0
3882026-07-14T00:09:33.229Z Downloaded syn v2.0.117
3892026-07-14T00:09:33.235Z Downloaded unicode-width v0.1.14
3902026-07-14T00:09:33.246Z Downloaded rustix v1.1.3
3912026-07-14T00:09:33.277Z Downloaded libc v0.2.185
3922026-07-14T00:09:33.339Z Compiling proc-macro2 v1.0.106
3932026-07-14T00:09:33.339Z Compiling quote v1.0.45
3942026-07-14T00:09:33.339Z Compiling unicode-ident v1.0.24
3952026-07-14T00:09:33.341Z Compiling serde_core v1.0.228
3962026-07-14T00:09:33.342Z Compiling libc v0.2.185
3972026-07-14T00:09:33.342Z Compiling version_check v0.9.5
3982026-07-14T00:09:33.342Z Compiling memchr v2.8.0
3992026-07-14T00:09:33.342Z Compiling serde v1.0.228
4002026-07-14T00:09:33.665Z Compiling zmij v1.0.21
4012026-07-14T00:09:33.927Z Compiling itoa v1.0.17
4022026-07-14T00:09:33.957Z Compiling ucd-trie v0.1.7
4032026-07-14T00:09:34.118Z Compiling thiserror v1.0.69
4042026-07-14T00:09:34.209Z Compiling pest v2.8.6
4052026-07-14T00:09:34.224Z Compiling byteorder v1.5.0
4062026-07-14T00:09:34.302Z Compiling rustix v1.1.3
4072026-07-14T00:09:34.476Z Compiling errno v0.3.14
4082026-07-14T00:09:34.652Z Compiling serde_json v1.0.150
4092026-07-14T00:09:34.790Z Compiling bitflags v2.11.0
4102026-07-14T00:09:34.857Z Compiling syn v2.0.117
4112026-07-14T00:09:34.921Z Compiling thread-id v4.2.2
4122026-07-14T00:09:34.937Z Compiling proc-macro-error-attr v1.0.4
4132026-07-14T00:09:35.023Z Compiling usdt-impl v0.5.0
4142026-07-14T00:09:35.124Z Compiling camino v1.2.2
4152026-07-14T00:09:35.141Z Compiling syn v1.0.109
4162026-07-14T00:09:35.350Z Compiling pest_meta v2.8.6
4172026-07-14T00:09:35.505Z Compiling proc-macro-error v1.0.4
4182026-07-14T00:09:35.521Z Compiling getrandom v0.4.1
4192026-07-14T00:09:35.540Z Compiling equivalent v1.0.2
4202026-07-14T00:09:35.631Z Compiling utf8parse v0.2.2
4212026-07-14T00:09:35.703Z Compiling log v0.4.29
4222026-07-14T00:09:35.885Z Compiling plain v0.2.3
4232026-07-14T00:09:35.904Z Compiling hashbrown v0.17.0
4242026-07-14T00:09:35.942Z Compiling terminal_size v0.4.3
4252026-07-14T00:09:36.109Z Compiling anstyle-parse v1.0.0
4262026-07-14T00:09:36.472Z Compiling indexmap v2.14.0
4272026-07-14T00:09:36.624Z Compiling anstyle-query v1.1.5
4282026-07-14T00:09:36.688Z Compiling thiserror v2.0.18
4292026-07-14T00:09:36.738Z Compiling colorchoice v1.0.4
4302026-07-14T00:09:36.754Z Compiling toml_write v0.1.2
4312026-07-14T00:09:36.858Z Compiling cfg-if v1.0.4
4322026-07-14T00:09:36.933Z Compiling is_terminal_polyfill v1.70.2
4332026-07-14T00:09:36.959Z Compiling anstyle v1.0.14
4342026-07-14T00:09:36.975Z Compiling winnow v0.7.14
4352026-07-14T00:09:37.028Z Compiling pretty-hex v0.4.1
4362026-07-14T00:09:37.031Z Compiling autocfg v1.5.0
4372026-07-14T00:09:37.107Z Compiling pest_generator v2.8.6
4382026-07-14T00:09:37.125Z Compiling anstream v1.0.0
4392026-07-14T00:09:37.379Z Compiling anyhow v1.0.102
4402026-07-14T00:09:37.463Z Compiling heck v0.5.0
4412026-07-14T00:09:37.480Z Compiling fs-err v3.3.0
4422026-07-14T00:09:37.685Z Compiling unicode-width v0.1.14
4432026-07-14T00:09:37.699Z Compiling strsim v0.11.1
4442026-07-14T00:09:37.716Z Compiling fastrand v2.3.0
4452026-07-14T00:09:37.732Z Compiling heck v0.4.1
4462026-07-14T00:09:37.804Z Compiling bytecount v0.6.9
4472026-07-14T00:09:37.948Z Compiling fnv v1.0.7
4482026-07-14T00:09:37.951Z Compiling once_cell v1.21.3
4492026-07-14T00:09:37.981Z Compiling clap_lex v1.0.0
4502026-07-14T00:09:38.047Z Compiling papergrid v0.11.0
4512026-07-14T00:09:38.164Z Compiling tempfile v3.25.0
4522026-07-14T00:09:38.180Z Compiling clap_builder v4.6.0
4532026-07-14T00:09:38.206Z Compiling cargo-platform v0.3.2
4542026-07-14T00:09:38.223Z Compiling semver v1.0.28
4552026-07-14T00:09:38.303Z Compiling tabled_derive v0.7.0
4562026-07-14T00:09:38.444Z Compiling memmap v0.7.0
4572026-07-14T00:09:38.477Z Compiling unicode-width v0.2.0
4582026-07-14T00:09:38.537Z Compiling smawk v0.3.2
4592026-07-14T00:09:38.555Z Compiling unicode-linebreak v0.1.5
4602026-07-14T00:09:38.625Z Compiling camino-tempfile v1.4.1
4612026-07-14T00:09:38.726Z Compiling serde_derive v1.0.228
4622026-07-14T00:09:38.749Z Compiling thiserror-impl v1.0.69
4632026-07-14T00:09:38.792Z Compiling zerocopy-derive v0.7.35
4642026-07-14T00:09:38.857Z Compiling pest_derive v2.8.6
4652026-07-14T00:09:39.032Z Compiling scroll_derive v0.12.1
4662026-07-14T00:09:39.223Z Compiling thiserror-impl v2.0.18
4672026-07-14T00:09:39.339Z Compiling clap_derive v4.6.1
4682026-07-14T00:09:39.484Z Compiling tabled v0.15.0
4692026-07-14T00:09:39.708Z Compiling zerocopy v0.7.35
4702026-07-14T00:09:39.784Z Compiling scroll v0.12.0
4712026-07-14T00:09:40.068Z Compiling goblin v0.8.2
4722026-07-14T00:09:40.196Z Compiling dtrace-parser v0.2.0
4732026-07-14T00:09:40.268Z Compiling textwrap v0.16.2
4742026-07-14T00:09:40.751Z Compiling swrite v0.1.0
4752026-07-14T00:09:41.175Z Compiling clap v4.6.1
4762026-07-14T00:09:41.859Z Compiling dof v0.3.0
4772026-07-14T00:09:41.862Z Compiling toml_datetime v0.6.11
4782026-07-14T00:09:41.862Z Compiling serde_spanned v0.6.9
4792026-07-14T00:09:41.862Z Compiling serde_tokenstream v0.2.3
4802026-07-14T00:09:41.862Z Compiling macaddr v1.0.1
4812026-07-14T00:09:41.939Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-07-14T00:09:41.942Z Compiling cargo_metadata v0.23.1
4832026-07-14T00:09:42.069Z Compiling toml_edit v0.22.27
4842026-07-14T00:09:42.587Z Compiling usdt-attr-macro v0.5.0
4852026-07-14T00:09:42.699Z Compiling usdt-macro v0.5.0
4862026-07-14T00:09:43.182Z Compiling usdt v0.5.0
4872026-07-14T00:09:43.395Z Compiling toml v0.8.23
4882026-07-14T00:09:43.719Z Compiling cargo_toml v0.21.0
4892026-07-14T00:09:45.015Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-07-14T00:09:46.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.64s
4912026-07-14T00:09:47.164Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-07-14T00:09:47.653Z Downloading crates ...
4932026-07-14T00:09:47.737Z Downloaded adler2 v2.0.1
4942026-07-14T00:09:47.746Z Downloaded bit-set v0.8.0
4952026-07-14T00:09:47.752Z Downloaded array-init v0.0.4
4962026-07-14T00:09:47.755Z Downloaded assert_matches v1.5.0
4972026-07-14T00:09:47.755Z Downloaded ar_archive_writer v0.5.1
4982026-07-14T00:09:47.755Z Downloaded ascii-canvas v3.0.0
4992026-07-14T00:09:47.760Z Downloaded bcrypt-pbkdf v0.11.0
5002026-07-14T00:09:47.760Z Downloaded atomic-waker v1.1.2
5012026-07-14T00:09:47.760Z Downloaded aead v0.5.2
5022026-07-14T00:09:47.760Z Downloaded arrayref v0.3.9
5032026-07-14T00:09:47.766Z Downloaded bit-vec v0.8.0
5042026-07-14T00:09:47.766Z Downloaded cfg_aliases v0.1.1
5052026-07-14T00:09:47.766Z Downloaded bit-set v0.5.3
5062026-07-14T00:09:47.769Z Downloaded async-stream-impl v0.3.6
5072026-07-14T00:09:47.770Z Downloaded crypto-common v0.2.2
5082026-07-14T00:09:47.770Z Downloaded atomicwrites v0.4.4
5092026-07-14T00:09:47.770Z Downloaded base16ct v0.2.0
5102026-07-14T00:09:47.776Z Downloaded async-trait v0.1.89
5112026-07-14T00:09:47.779Z Downloaded base16ct v1.0.0
5122026-07-14T00:09:47.783Z Downloaded bitfield-macros v0.19.4
5132026-07-14T00:09:47.783Z Downloaded bitfield v0.19.4
5142026-07-14T00:09:47.788Z Downloaded bit-vec v0.6.3
5152026-07-14T00:09:47.788Z Downloaded bcs v0.1.6
5162026-07-14T00:09:47.788Z Downloaded arrayvec v0.7.6
5172026-07-14T00:09:47.788Z Downloaded elliptic-curve v0.13.8
5182026-07-14T00:09:47.793Z Downloaded crc8 v0.1.1
5192026-07-14T00:09:47.793Z Downloaded anstream v0.6.21
5202026-07-14T00:09:47.793Z Downloaded block-buffer v0.12.1
5212026-07-14T00:09:47.797Z Downloaded aead v0.6.1
5222026-07-14T00:09:47.797Z Downloaded data-encoding v2.10.0
5232026-07-14T00:09:47.798Z Downloaded backoff v0.4.0
5242026-07-14T00:09:47.801Z Downloaded ciborium-ll v0.2.2
5252026-07-14T00:09:47.801Z Downloaded darling v0.20.11
5262026-07-14T00:09:47.804Z Downloaded darling_macro v0.23.0
5272026-07-14T00:09:47.804Z Downloaded bitfield-struct v0.6.2
5282026-07-14T00:09:47.805Z Downloaded bb8 v0.8.6
5292026-07-14T00:09:47.805Z Downloaded crc-catalog v2.4.0
5302026-07-14T00:09:47.815Z Downloaded darling v0.21.3
5312026-07-14T00:09:47.815Z Downloaded darling_macro v0.13.4
5322026-07-14T00:09:47.815Z Downloaded crc v3.4.0
5332026-07-14T00:09:47.815Z Downloaded cpufeatures v0.3.0
5342026-07-14T00:09:47.818Z Downloaded cipher v0.5.2
5352026-07-14T00:09:47.818Z Downloaded allocator-api2 v0.2.21
5362026-07-14T00:09:47.818Z Downloaded dof v0.4.0
5372026-07-14T00:09:47.819Z Downloaded cpubits v0.1.1
5382026-07-14T00:09:47.819Z Downloaded cookie_store v0.22.1
5392026-07-14T00:09:47.819Z Downloaded crc-any v2.5.0
5402026-07-14T00:09:47.822Z Downloaded async-stream v0.3.6
5412026-07-14T00:09:47.822Z Downloaded cobs v0.3.0
5422026-07-14T00:09:47.822Z Downloaded curve25519-dalek-derive v0.1.1
5432026-07-14T00:09:47.830Z Downloaded convert_case v0.10.0
5442026-07-14T00:09:47.830Z Downloaded convert_case v0.4.0
5452026-07-14T00:09:47.830Z Downloaded cfg_aliases v0.2.1
5462026-07-14T00:09:47.831Z Downloaded darling_core v0.21.3
5472026-07-14T00:09:47.849Z Downloaded block-padding v0.4.2
5482026-07-14T00:09:47.849Z Downloaded castaway v0.2.4
5492026-07-14T00:09:47.849Z Downloaded dsl_auto_type v0.2.0
5502026-07-14T00:09:47.849Z Downloaded atty v0.2.14
5512026-07-14T00:09:47.849Z Downloaded darling_macro v0.20.11
5522026-07-14T00:09:47.849Z Downloaded compression-core v0.4.31
5532026-07-14T00:09:47.849Z Downloaded bitflags v1.3.2
5542026-07-14T00:09:47.858Z Downloaded derive_more v0.99.20
5552026-07-14T00:09:47.858Z Downloaded dtrace-parser v0.3.0
5562026-07-14T00:09:47.858Z Downloaded embedded-io v0.6.1
5572026-07-14T00:09:47.858Z Downloaded ciborium-io v0.2.2
5582026-07-14T00:09:47.858Z Downloaded defmt v0.3.100
5592026-07-14T00:09:47.858Z Downloaded enum-as-inner v0.6.1
5602026-07-14T00:09:47.858Z Downloaded constant_time_eq v0.4.2
5612026-07-14T00:09:47.863Z Downloaded dirs-sys-next v0.1.2
5622026-07-14T00:09:47.863Z Downloaded argon2 v0.6.0-rc.8
5632026-07-14T00:09:47.863Z Downloaded diesel_table_macro_syntax v0.3.0
5642026-07-14T00:09:47.863Z Downloaded crunchy v0.2.4
5652026-07-14T00:09:47.863Z Downloaded crucible-workspace-hack v0.1.0
5662026-07-14T00:09:47.863Z Downloaded ahash v0.8.12
5672026-07-14T00:09:47.863Z Downloaded async-recursion v1.1.1
5682026-07-14T00:09:47.867Z Downloaded dropshot-api-manager-types v0.7.2
5692026-07-14T00:09:47.868Z Downloaded camino-tempfile-ext v0.3.3
5702026-07-14T00:09:47.868Z Downloaded buf-list v1.1.2
5712026-07-14T00:09:47.868Z Downloaded darling_macro v0.21.3
5722026-07-14T00:09:47.868Z Downloaded endian-type v0.1.2
5732026-07-14T00:09:47.871Z Downloaded fd-lock v4.0.4
5742026-07-14T00:09:47.871Z Downloaded defmt-parser v1.0.0
5752026-07-14T00:09:47.873Z Downloaded dunce v1.0.5
5762026-07-14T00:09:47.874Z Downloaded fixedbitset v0.4.2
5772026-07-14T00:09:47.874Z Downloaded ena v0.14.4
5782026-07-14T00:09:47.876Z Downloaded embedded-io v0.4.0
5792026-07-14T00:09:47.876Z Downloaded flagset v0.4.7
5802026-07-14T00:09:47.879Z Downloaded arc-swap v1.8.2
5812026-07-14T00:09:47.883Z Downloaded byte-wrapper v0.1.0
5822026-07-14T00:09:47.883Z Downloaded debug-ignore v1.0.5
5832026-07-14T00:09:47.886Z Downloaded dyn-clone v1.0.20
5842026-07-14T00:09:47.886Z Downloaded argon2 v0.5.3
5852026-07-14T00:09:47.886Z Downloaded derive_builder_macro v0.20.2
5862026-07-14T00:09:47.887Z Downloaded document-features v0.2.12
5872026-07-14T00:09:47.887Z Downloaded cbc v0.2.1
5882026-07-14T00:09:47.889Z Downloaded blowfish v0.10.0
5892026-07-14T00:09:47.889Z Downloaded base64ct v1.8.3
5902026-07-14T00:09:47.892Z Downloaded compression-codecs v0.4.37
5912026-07-14T00:09:47.895Z Downloaded foreign-types v0.5.0
5922026-07-14T00:09:47.895Z Downloaded difflib v0.4.0
5932026-07-14T00:09:47.895Z Downloaded foreign-types-macros v0.2.3
5942026-07-14T00:09:47.895Z Downloaded float-cmp v0.10.0
5952026-07-14T00:09:47.898Z Downloaded foreign-types v0.3.2
5962026-07-14T00:09:47.898Z Downloaded float-ord v0.3.2
5972026-07-14T00:09:47.898Z Downloaded form_urlencoded v1.2.2
5982026-07-14T00:09:47.898Z Downloaded foreign-types-shared v0.1.1
5992026-07-14T00:09:47.902Z Downloaded ctr v0.10.1
6002026-07-14T00:09:47.902Z Downloaded darling v0.23.0
6012026-07-14T00:09:47.904Z Downloaded futures-core v0.3.32
6022026-07-14T00:09:47.904Z Downloaded cmake v0.1.57
6032026-07-14T00:09:47.907Z Downloaded chacha20 v0.9.1
6042026-07-14T00:09:47.907Z Downloaded downcast-rs v2.0.2
6052026-07-14T00:09:47.907Z Downloaded foreign-types-shared v0.3.1
6062026-07-14T00:09:47.911Z Downloaded backon v1.6.0
6072026-07-14T00:09:47.911Z Downloaded futures-sink v0.3.32
6082026-07-14T00:09:47.914Z Downloaded cassowary v0.3.0
6092026-07-14T00:09:47.914Z Downloaded futures-task v0.3.32
6102026-07-14T00:09:47.915Z Downloaded fxhash v0.2.1
6112026-07-14T00:09:47.915Z Downloaded gethostname v0.5.0
6122026-07-14T00:09:47.915Z Downloaded futures-io v0.3.32
6132026-07-14T00:09:47.918Z Downloaded funty v2.0.0
6142026-07-14T00:09:47.918Z Downloaded darling v0.13.4
6152026-07-14T00:09:47.918Z Downloaded enum_dispatch v0.3.13
6162026-07-14T00:09:47.920Z Downloaded futures-macro v0.3.32
6172026-07-14T00:09:47.920Z Downloaded defmt-macros v1.0.1
6182026-07-14T00:09:47.923Z Downloaded diesel-dtrace v0.5.0
6192026-07-14T00:09:47.925Z Downloaded display-error-chain v0.2.2
6202026-07-14T00:09:47.925Z Downloaded ecdsa v0.16.9
6212026-07-14T00:09:47.925Z Downloaded derive-ex v0.1.8
6222026-07-14T00:09:47.928Z Downloaded csv-core v0.1.13
6232026-07-14T00:09:47.928Z Downloaded ed25519 v3.0.0
6242026-07-14T00:09:47.930Z Downloaded find-msvc-tools v0.1.9
6252026-07-14T00:09:47.931Z Downloaded fixedbitset v0.5.7
6262026-07-14T00:09:47.933Z Downloaded ghash v0.6.0
6272026-07-14T00:09:47.933Z Downloaded ctutils v0.4.2
6282026-07-14T00:09:47.938Z Downloaded ff v0.14.0
6292026-07-14T00:09:47.939Z Downloaded hash32 v0.2.1
6302026-07-14T00:09:47.939Z Downloaded globwalk v0.9.1
6312026-07-14T00:09:47.941Z Downloaded git-stub v1.0.0
6322026-07-14T00:09:47.941Z Downloaded ff v0.13.1
6332026-07-14T00:09:47.941Z Downloaded hash32 v0.3.1
6342026-07-14T00:09:47.941Z Downloaded fallible-iterator v0.2.0
6352026-07-14T00:09:47.941Z Downloaded ed25519 v2.2.3
6362026-07-14T00:09:47.944Z Downloaded bzip2 v0.6.1
6372026-07-14T00:09:47.944Z Downloaded blake2 v0.11.0-rc.6
6382026-07-14T00:09:47.947Z Downloaded deranged v0.5.8
6392026-07-14T00:09:47.947Z Downloaded digest v0.11.3
6402026-07-14T00:09:47.951Z Downloaded colored v3.1.1
6412026-07-14T00:09:47.951Z Downloaded corncobs v0.1.4
6422026-07-14T00:09:47.953Z Downloaded foldhash v0.2.0
6432026-07-14T00:09:47.953Z Downloaded foldhash v0.1.5
6442026-07-14T00:09:47.953Z Downloaded clang-sys v1.8.1
6452026-07-14T00:09:48.006Z Downloaded hex-literal v1.1.0
6462026-07-14T00:09:48.006Z Downloaded headers-core v0.3.0
6472026-07-14T00:09:48.006Z Downloaded cancel-safe-futures v0.1.5
6482026-07-14T00:09:48.012Z Downloaded dropshot_endpoint v0.17.1
6492026-07-14T00:09:48.012Z Downloaded defmt v1.0.1
6502026-07-14T00:09:48.012Z Downloaded console v0.16.2
6512026-07-14T00:09:48.012Z Downloaded bzip2 v0.4.4
6522026-07-14T00:09:48.012Z Downloaded erased-serde v0.3.31
6532026-07-14T00:09:48.012Z Downloaded futures-executor v0.3.32
6542026-07-14T00:09:48.012Z Downloaded fs-err v2.11.0
6552026-07-14T00:09:48.013Z Downloaded fs_extra v1.3.0
6562026-07-14T00:09:48.013Z Downloaded colored v2.2.0
6572026-07-14T00:09:48.013Z Downloaded hostname v0.3.1
6582026-07-14T00:09:48.013Z Downloaded cmov v0.5.4
6592026-07-14T00:09:48.013Z Downloaded hubpack_derive v0.1.1
6602026-07-14T00:09:48.013Z Downloaded hubpack v0.1.2
6612026-07-14T00:09:48.013Z Downloaded hostname v0.4.2
6622026-07-14T00:09:48.013Z Downloaded http-range v0.1.5
6632026-07-14T00:09:48.013Z Downloaded git-stub-vcs v0.1.0
6642026-07-14T00:09:48.013Z Downloaded displaydoc v0.2.5
6652026-07-14T00:09:48.013Z Downloaded des v0.9.0
6662026-07-14T00:09:48.013Z Downloaded env_filter v1.0.0
6672026-07-14T00:09:48.013Z Downloaded base64 v0.21.7
6682026-07-14T00:09:48.013Z Downloaded glob v0.3.3
6692026-07-14T00:09:48.013Z Downloaded filetime v0.2.27
6702026-07-14T00:09:48.013Z Downloaded globset v0.4.18
6712026-07-14T00:09:48.013Z Downloaded hyper-tls v0.6.0
6722026-07-14T00:09:48.013Z Downloaded group v0.13.0
6732026-07-14T00:09:48.013Z Downloaded either v1.15.0
6742026-07-14T00:09:48.014Z Downloaded console v0.15.11
6752026-07-14T00:09:48.014Z Downloaded diff v0.1.13
6762026-07-14T00:09:48.014Z Downloaded delegate v0.13.5
6772026-07-14T00:09:48.014Z Downloaded ident_case v1.0.1
6782026-07-14T00:09:48.014Z Downloaded crossbeam-utils v0.8.21
6792026-07-14T00:09:48.014Z Downloaded indent_write v2.2.0
6802026-07-14T00:09:48.014Z Downloaded illumos-nvpair-sys v0.2.0
6812026-07-14T00:09:48.014Z Downloaded home v0.5.12
6822026-07-14T00:09:48.014Z Downloaded critical-section v1.2.0
6832026-07-14T00:09:48.014Z Downloaded ecdsa v0.17.0-rc.18
6842026-07-14T00:09:48.014Z Downloaded async-bb8-diesel v0.2.1
6852026-07-14T00:09:48.014Z Downloaded env_logger v0.11.9
6862026-07-14T00:09:48.014Z Downloaded const_format_proc_macros v0.2.34
6872026-07-14T00:09:48.014Z Downloaded derive_builder_core v0.20.2
6882026-07-14T00:09:48.020Z Downloaded illumos-nvpair v0.3.0
6892026-07-14T00:09:48.020Z Downloaded idna_adapter v1.2.1
6902026-07-14T00:09:48.020Z Downloaded ciborium v0.2.2
6912026-07-14T00:09:48.020Z Downloaded chacha20 v0.10.0
6922026-07-14T00:09:48.020Z Downloaded der_derive v0.7.3
6932026-07-14T00:09:48.020Z Downloaded hex v0.4.3
6942026-07-14T00:09:48.020Z Downloaded elliptic-curve v0.14.0-rc.33
6952026-07-14T00:09:48.024Z Downloaded crossbeam-epoch v0.9.18
6962026-07-14T00:09:48.024Z Downloaded derive_builder v0.20.2
6972026-07-14T00:09:48.024Z Downloaded internet-checksum v0.2.1
6982026-07-14T00:09:48.024Z Downloaded const-oid v0.10.2
6992026-07-14T00:09:48.030Z Downloaded inout v0.2.2
7002026-07-14T00:09:48.030Z Downloaded inout v0.1.4
7012026-07-14T00:09:48.031Z Downloaded is-terminal v0.4.17
7022026-07-14T00:09:48.039Z Downloaded instability v0.3.11
7032026-07-14T00:09:48.039Z Downloaded const-oid v0.9.6
7042026-07-14T00:09:48.039Z Downloaded highway v1.3.0
7052026-07-14T00:09:48.040Z Downloaded futures-channel v0.3.32
7062026-07-14T00:09:48.040Z Downloaded blake2 v0.10.6
7072026-07-14T00:09:48.040Z Downloaded instant v0.1.13
7082026-07-14T00:09:48.040Z Downloaded keccak v0.1.6
7092026-07-14T00:09:48.040Z Downloaded http-body v1.0.1
7102026-07-14T00:09:48.048Z Downloaded cookie v0.18.1
7112026-07-14T00:09:48.048Z Downloaded darling_core v0.20.11
7122026-07-14T00:09:48.048Z Downloaded is_ci v1.2.0
7132026-07-14T00:09:48.048Z Downloaded kem v0.3.0
7142026-07-14T00:09:48.048Z Downloaded httpdate v1.0.3
7152026-07-14T00:09:48.048Z Downloaded http-body-util v0.1.3
7162026-07-14T00:09:48.048Z Downloaded darling_core v0.23.0
7172026-07-14T00:09:48.060Z Downloaded lazy_static v1.5.0
7182026-07-14T00:09:48.060Z Downloaded lalrpop-util v0.19.12
7192026-07-14T00:09:48.061Z Downloaded cipher v0.4.4
7202026-07-14T00:09:48.061Z Downloaded daft-derive v0.1.7
7212026-07-14T00:09:48.072Z Downloaded crossbeam-deque v0.8.6
7222026-07-14T00:09:48.072Z Downloaded getrandom v0.2.17
7232026-07-14T00:09:48.072Z Downloaded group v0.14.0
7242026-07-14T00:09:48.072Z Downloaded cstr-argument v0.1.2
7252026-07-14T00:09:48.072Z Downloaded cexpr v0.6.0
7262026-07-14T00:09:48.072Z Downloaded anstyle-parse v0.2.7
7272026-07-14T00:09:48.073Z Downloaded humantime v2.3.0
7282026-07-14T00:09:48.073Z Downloaded hyper-staticfile v0.10.1
7292026-07-14T00:09:48.073Z Downloaded libscf-sys v1.1.0
7302026-07-14T00:09:48.073Z Downloaded dirs-next v2.0.0
7312026-07-14T00:09:48.073Z Downloaded daft v0.1.7
7322026-07-14T00:09:48.073Z Downloaded maplit v1.0.2
7332026-07-14T00:09:48.073Z Downloaded lzss v0.8.2
7342026-07-14T00:09:48.091Z Downloaded memoffset v0.9.1
7352026-07-14T00:09:48.091Z Downloaded md5 v0.8.0
7362026-07-14T00:09:48.091Z Downloaded match_cfg v0.1.0
7372026-07-14T00:09:48.091Z Downloaded managed v0.8.0
7382026-07-14T00:09:48.091Z Downloaded derive-where v1.6.0
7392026-07-14T00:09:48.091Z Downloaded half v1.8.3
7402026-07-14T00:09:48.092Z Downloaded darling_core v0.13.4
7412026-07-14T00:09:48.095Z Downloaded crc32fast v1.5.0
7422026-07-14T00:09:48.095Z Downloaded const_format v0.2.35
7432026-07-14T00:09:48.095Z Downloaded md-5 v0.10.6
7442026-07-14T00:09:48.095Z Downloaded ipnetwork v0.21.1
7452026-07-14T00:09:48.095Z Downloaded ingot-types v0.1.2
7462026-07-14T00:09:48.095Z Downloaded maybe-uninit v2.0.0
7472026-07-14T00:09:48.095Z Downloaded mime v0.3.17
7482026-07-14T00:09:48.095Z Downloaded indoc v2.0.7
7492026-07-14T00:09:48.095Z Downloaded nibble_vec v0.1.0
7502026-07-14T00:09:48.095Z Downloaded newtype_derive v0.1.6
7512026-07-14T00:09:48.095Z Downloaded bytes v1.11.1
7522026-07-14T00:09:48.095Z Downloaded newline-converter v0.3.0
7532026-07-14T00:09:48.099Z Downloaded nodrop v0.1.14
7542026-07-14T00:09:48.099Z Downloaded ipnet v2.11.0
7552026-07-14T00:09:48.099Z Downloaded compact_str v0.8.1
7562026-07-14T00:09:48.102Z Downloaded normalize-line-endings v0.3.0
7572026-07-14T00:09:48.102Z Downloaded new_debug_unreachable v1.0.6
7582026-07-14T00:09:48.102Z Downloaded newtype-uuid-macros v0.1.0
7592026-07-14T00:09:48.102Z Downloaded hmac v0.13.0
7602026-07-14T00:09:48.105Z Downloaded multimap v0.10.1
7612026-07-14T00:09:48.106Z Downloaded indoc v1.0.9
7622026-07-14T00:09:48.125Z Downloaded libefi-sys v0.1.0
7632026-07-14T00:09:48.126Z Downloaded jobserver v0.1.34
7642026-07-14T00:09:48.126Z Downloaded kstat-rs v0.2.4
7652026-07-14T00:09:48.126Z Downloaded httparse v1.10.1
7662026-07-14T00:09:48.126Z Downloaded hmac v0.12.1
7672026-07-14T00:09:48.148Z Downloaded linked-hash-map v0.5.6
7682026-07-14T00:09:48.148Z Downloaded num-conv v0.2.0
7692026-07-14T00:09:48.148Z Downloaded num v0.4.3
7702026-07-14T00:09:48.148Z Downloaded linear-map v1.2.0
7712026-07-14T00:09:48.148Z Downloaded libsw-core v0.3.2
7722026-07-14T00:09:48.148Z Downloaded num-iter v0.1.45
7732026-07-14T00:09:48.148Z Downloaded generic-array v1.4.3
7742026-07-14T00:09:48.148Z Downloaded fatfs v0.3.6
7752026-07-14T00:09:48.149Z Downloaded hyper-rustls v0.27.7
7762026-07-14T00:09:48.149Z Downloaded drift v0.2.0
7772026-07-14T00:09:48.149Z Downloaded hybrid-array v0.4.13
7782026-07-14T00:09:48.149Z Downloaded libsw v3.5.0
7792026-07-14T00:09:48.149Z Downloaded lock_api v0.4.14
7802026-07-14T00:09:48.149Z Downloaded olpc-cjson v0.1.4
7812026-07-14T00:09:48.149Z Downloaded openssl-probe v0.1.6
7822026-07-14T00:09:48.149Z Downloaded opaque-debug v0.3.1
7832026-07-14T00:09:48.149Z Downloaded num_threads v0.1.7
7842026-07-14T00:09:48.149Z Downloaded num-derive v0.4.2
7852026-07-14T00:09:48.149Z Downloaded num_enum_derive v0.5.11
7862026-07-14T00:09:48.149Z Downloaded num-derive v0.3.3
7872026-07-14T00:09:48.149Z Downloaded iana-time-zone v0.1.65
7882026-07-14T00:09:48.149Z Downloaded base64 v0.22.1
7892026-07-14T00:09:48.162Z Downloaded flume v0.11.1
7902026-07-14T00:09:48.162Z Downloaded getrandom v0.3.4
7912026-07-14T00:09:48.162Z Downloaded ingot-macros v0.1.1
7922026-07-14T00:09:48.162Z Downloaded chacha20poly1305 v0.10.1
7932026-07-14T00:09:48.162Z Downloaded lru-slab v0.1.2
7942026-07-14T00:09:48.162Z Downloaded lru-cache v0.1.2
7952026-07-14T00:09:48.162Z Downloaded module-lattice v0.2.3
7962026-07-14T00:09:48.163Z Downloaded openssl-macros v0.1.1
7972026-07-14T00:09:48.163Z Downloaded newtype-uuid v1.3.2
7982026-07-14T00:09:48.163Z Downloaded native-tls v0.2.18
7992026-07-14T00:09:48.168Z Downloaded derive_more-impl v2.1.1
8002026-07-14T00:09:48.168Z Downloaded oso-derive v0.27.3
8012026-07-14T00:09:48.168Z Downloaded cc v1.2.56
8022026-07-14T00:09:48.168Z Downloaded multer v3.1.0
8032026-07-14T00:09:48.168Z Downloaded keccak v0.2.0
8042026-07-14T00:09:48.168Z Downloaded mime_guess v2.0.5
8052026-07-14T00:09:48.168Z Downloaded parse-display v0.10.0
8062026-07-14T00:09:48.168Z Downloaded nanorand v0.7.0
8072026-07-14T00:09:48.193Z Downloaded ingot v0.1.1
8082026-07-14T00:09:48.194Z Downloaded num-complex v0.4.6
8092026-07-14T00:09:48.194Z Downloaded async-compression v0.4.41
8102026-07-14T00:09:48.194Z Downloaded packed_struct_codegen v0.10.1
8112026-07-14T00:09:48.194Z Downloaded futures v0.3.32
8122026-07-14T00:09:48.237Z Downloaded password-hash v0.6.1
8132026-07-14T00:09:48.237Z Downloaded lru v0.12.5
8142026-07-14T00:09:48.237Z Downloaded impl-trait-for-tuples v0.2.3
8152026-07-14T00:09:48.237Z Downloaded parse-size v1.1.0
8162026-07-14T00:09:48.237Z Downloaded libloading v0.8.9
8172026-07-14T00:09:48.237Z Downloaded peg-runtime v0.8.5
8182026-07-14T00:09:48.237Z Downloaded path-slash v0.1.5
8192026-07-14T00:09:48.237Z Downloaded crossbeam-channel v0.5.15
8202026-07-14T00:09:48.237Z Downloaded icu_provider v2.1.1
8212026-07-14T00:09:48.237Z Downloaded icu_properties v2.1.2
8222026-07-14T00:09:48.237Z Downloaded num_enum_derive v0.7.6
8232026-07-14T00:09:48.238Z Downloaded percent-encoding v2.3.2
8242026-07-14T00:09:48.238Z Downloaded openssl-probe v0.2.1
8252026-07-14T00:09:48.238Z Downloaded half v2.7.1
8262026-07-14T00:09:48.238Z Downloaded phf_shared v0.13.1
8272026-07-14T00:09:48.238Z Downloaded litemap v0.8.1
8282026-07-14T00:09:48.238Z Downloaded phf_shared v0.12.1
8292026-07-14T00:09:48.264Z Downloaded litrs v1.0.0
8302026-07-14T00:09:48.264Z Downloaded num_enum v0.7.6
8312026-07-14T00:09:48.264Z Downloaded flate2 v1.1.9
8322026-07-14T00:09:48.264Z Downloaded derive_more v2.1.1
8332026-07-14T00:09:48.264Z Downloaded num-integer v0.1.46
8342026-07-14T00:09:48.264Z Downloaded indexmap v1.9.3
8352026-07-14T00:09:48.264Z Downloaded heapless v0.7.17
8362026-07-14T00:09:48.264Z Downloaded powerfmt v0.2.0
8372026-07-14T00:09:48.264Z Downloaded potential_utf v0.1.4
8382026-07-14T00:09:48.264Z Downloaded nonempty v0.12.0
8392026-07-14T00:09:48.264Z Downloaded memmap2 v0.9.10
8402026-07-14T00:09:48.264Z Downloaded ignore v0.4.25
8412026-07-14T00:09:48.264Z Downloaded headers v0.4.1
8422026-07-14T00:09:48.271Z Downloaded packed_struct v0.10.1
8432026-07-14T00:09:48.271Z Downloaded oxnet v0.1.6
8442026-07-14T00:09:48.271Z Downloaded nu-ansi-term v0.50.3
8452026-07-14T00:09:48.271Z Downloaded aes v0.9.1
8462026-07-14T00:09:48.271Z Downloaded proc-macro-crate v3.4.0
8472026-07-14T00:09:48.271Z Downloaded proc-macro-crate v1.3.1
8482026-07-14T00:09:48.271Z Downloaded predicates-tree v1.0.13
8492026-07-14T00:09:48.271Z Downloaded predicates-core v1.0.10
8502026-07-14T00:09:48.271Z Downloaded precomputed-hash v0.1.1
8512026-07-14T00:09:48.271Z Downloaded peg v0.8.5
8522026-07-14T00:09:48.271Z Downloaded pem-rfc7468 v1.0.0
8532026-07-14T00:09:48.271Z Downloaded icu_normalizer v2.1.1
8542026-07-14T00:09:48.271Z Downloaded pem v3.0.6
8552026-07-14T00:09:48.271Z Downloaded pbkdf2 v0.13.0
8562026-07-14T00:09:48.271Z Downloaded peg-macros v0.8.5
8572026-07-14T00:09:48.271Z Downloaded proc-macro-error-attr2 v2.0.0
8582026-07-14T00:09:48.272Z Downloaded phf v0.12.1
8592026-07-14T00:09:48.272Z Downloaded ed25519-dalek v3.0.0-rc.0
8602026-07-14T00:09:48.285Z Downloaded progenitor-macro v0.13.0
8612026-07-14T00:09:48.285Z Downloaded progenitor-client v0.14.0
8622026-07-14T00:09:48.285Z Downloaded phf_shared v0.11.3
8632026-07-14T00:09:48.285Z Downloaded progenitor-macro v0.14.0
8642026-07-14T00:09:48.285Z Downloaded num_enum v0.5.11
8652026-07-14T00:09:48.285Z Downloaded icu_normalizer_data v2.1.1
8662026-07-14T00:09:48.285Z Downloaded heapless v0.8.0
8672026-07-14T00:09:48.285Z Downloaded icu_locale_core v2.1.1
8682026-07-14T00:09:48.294Z Downloaded quick-error v1.2.3
8692026-07-14T00:09:48.294Z Downloaded ed25519-dalek v2.2.0
8702026-07-14T00:09:48.294Z Downloaded paste v1.0.15
8712026-07-14T00:09:48.300Z Downloaded pkg-config v0.3.32
8722026-07-14T00:09:48.300Z Downloaded parse-display-derive v0.10.0
8732026-07-14T00:09:48.300Z Downloaded libbz2-rs-sys v0.2.2
8742026-07-14T00:09:48.300Z Downloaded expectorate v1.2.0
8752026-07-14T00:09:48.300Z Downloaded oxide-tokio-rt v0.1.4
8762026-07-14T00:09:48.300Z Downloaded pkcs8 v0.10.2
8772026-07-14T00:09:48.300Z Downloaded ml-kem v0.3.2
8782026-07-14T00:09:48.303Z Downloaded postgres-protocol v0.6.10
8792026-07-14T00:09:48.303Z Downloaded ppv-lite86 v0.2.21
8802026-07-14T00:09:48.303Z Downloaded primefield v0.14.0
8812026-07-14T00:09:48.303Z Downloaded port-file v0.1.0
8822026-07-14T00:09:48.308Z Downloaded polyval v0.7.1
8832026-07-14T00:09:48.308Z Downloaded owo-colors v4.3.0
8842026-07-14T00:09:48.310Z Downloaded rand_xorshift v0.4.0
8852026-07-14T00:09:48.310Z Downloaded password-hash v0.5.0
8862026-07-14T00:09:48.311Z Downloaded parking_lot_core v0.8.6
8872026-07-14T00:09:48.311Z Downloaded bumpalo v3.20.2
8882026-07-14T00:09:48.313Z Downloaded crypto-bigint v0.5.5
8892026-07-14T00:09:48.317Z Downloaded primeorder v0.14.0-rc.10
8902026-07-14T00:09:48.320Z Downloaded radium v0.7.0
8912026-07-14T00:09:48.320Z Downloaded parking_lot_core v0.9.12
8922026-07-14T00:09:48.320Z Downloaded parking_lot v0.12.5
8932026-07-14T00:09:48.324Z Downloaded rand_chacha v0.3.1
8942026-07-14T00:09:48.324Z Downloaded parking_lot v0.11.2
8952026-07-14T00:09:48.326Z Downloaded predicates v3.1.4
8962026-07-14T00:09:48.326Z Downloaded primeorder v0.13.6
8972026-07-14T00:09:48.328Z Downloaded num-rational v0.4.2
8982026-07-14T00:09:48.331Z Downloaded progenitor-client v0.13.0
8992026-07-14T00:09:48.331Z Downloaded omicron-zone-package v0.12.3
9002026-07-14T00:09:48.334Z Downloaded ref-cast v1.0.25
9012026-07-14T00:09:48.337Z Downloaded ref-cast-impl v1.0.25
9022026-07-14T00:09:48.337Z Downloaded recursive-proc-macro-impl v0.1.1
9032026-07-14T00:09:48.338Z Downloaded recursive v0.1.1
9042026-07-14T00:09:48.338Z Downloaded progenitor v0.13.0
9052026-07-14T00:09:48.341Z Downloaded proc-macro-error2 v2.0.1
9062026-07-14T00:09:48.341Z Downloaded phf v0.13.1
9072026-07-14T00:09:48.343Z Downloaded der v0.7.10
9082026-07-14T00:09:48.346Z Downloaded icu_collections v2.1.1
9092026-07-14T00:09:48.351Z Downloaded psm v0.1.30
9102026-07-14T00:09:48.353Z Downloaded rfc6979 v0.5.0
9112026-07-14T00:09:48.353Z Downloaded pkcs8 v0.11.0
9122026-07-14T00:09:48.353Z Downloaded poly1305 v0.8.0
9132026-07-14T00:09:48.356Z Downloaded pkcs1 v0.8.0-rc.4
9142026-07-14T00:09:48.356Z Downloaded rustc-hash v2.1.1
9152026-07-14T00:09:48.358Z Downloaded poly1305 v0.9.0
9162026-07-14T00:09:48.358Z Downloaded pkcs1 v0.7.5
9172026-07-14T00:09:48.361Z Downloaded rustc_version v0.1.7
9182026-07-14T00:09:48.361Z Downloaded russh-cryptovec v0.61.0
9192026-07-14T00:09:48.363Z Downloaded rfc6979 v0.4.0
9202026-07-14T00:09:48.363Z Downloaded indicatif v0.18.4
9212026-07-14T00:09:48.366Z Downloaded rtoolbox v0.0.3
9222026-07-14T00:09:48.366Z Downloaded russh-util v0.52.0
9232026-07-14T00:09:48.368Z Downloaded hickory-resolver v0.24.4
9242026-07-14T00:09:48.371Z Downloaded rustc_version v0.4.1
9252026-07-14T00:09:48.371Z Downloaded postgres-types v0.2.12
9262026-07-14T00:09:48.373Z Downloaded diesel_derives v2.3.7
9272026-07-14T00:09:48.376Z Downloaded rand_core v0.9.5
9282026-07-14T00:09:48.378Z Downloaded jiff-static v0.2.21
9292026-07-14T00:09:48.382Z Downloaded der v0.8.0
9302026-07-14T00:09:48.384Z Downloaded rand_core v0.10.0
9312026-07-14T00:09:48.384Z Downloaded rand_core v0.6.4
9322026-07-14T00:09:48.387Z Downloaded rand_seeder v0.4.0
9332026-07-14T00:09:48.387Z Downloaded hickory-resolver v0.25.2
9342026-07-14T00:09:48.389Z Downloaded r2d2 v0.8.10
9352026-07-14T00:09:48.391Z Downloaded psl-types v2.0.11
9362026-07-14T00:09:48.391Z Downloaded progenitor-extras v0.2.0
9372026-07-14T00:09:48.391Z Downloaded pin-project-internal v1.1.11
9382026-07-14T00:09:48.394Z Downloaded num-traits v0.2.19
9392026-07-14T00:09:48.396Z Downloaded progenitor v0.14.0
9402026-07-14T00:09:48.397Z Downloaded phc v0.6.1
9412026-07-14T00:09:48.399Z Downloaded sapling-renderdag v0.1.0
9422026-07-14T00:09:48.399Z Downloaded same-file v1.0.6
9432026-07-14T00:09:48.399Z Downloaded pem-rfc7468 v0.7.0
9442026-07-14T00:09:48.401Z Downloaded pin-project v1.1.11
9452026-07-14T00:09:48.408Z Downloaded scroll_derive v0.13.1
9462026-07-14T00:09:48.410Z Downloaded pin-project-lite v0.2.17
9472026-07-14T00:09:48.412Z Downloaded scheduled-thread-pool v0.2.7
9482026-07-14T00:09:48.414Z Downloaded seq-macro v0.3.6
9492026-07-14T00:09:48.414Z Downloaded openssl-sys v0.9.115
9502026-07-14T00:09:48.417Z Downloaded secrecy v0.10.3
9512026-07-14T00:09:48.419Z Downloaded secrecy v0.8.0
9522026-07-14T00:09:48.419Z Downloaded oso v0.27.3
9532026-07-14T00:09:48.421Z Downloaded semver v0.1.20
9542026-07-14T00:09:48.423Z Downloaded pkcs5 v0.8.1
9552026-07-14T00:09:48.426Z Downloaded resolv-conf v0.7.6
9562026-07-14T00:09:48.426Z Downloaded postcard v1.1.3
9572026-07-14T00:09:48.429Z Downloaded minimal-lexical v0.2.1
9582026-07-14T00:09:48.431Z Downloaded rustversion v1.0.22
9592026-07-14T00:09:48.431Z Downloaded rustls-pemfile v2.2.0
9602026-07-14T00:09:48.434Z Downloaded rustls-native-certs v0.8.3
9612026-07-14T00:09:48.437Z Downloaded serde-big-array v0.5.1
9622026-07-14T00:09:48.437Z Downloaded serde_urlencoded v0.7.1
9632026-07-14T00:09:48.437Z Downloaded serde_repr v0.1.20
9642026-07-14T00:09:48.439Z Downloaded serde_bytes v0.11.19
9652026-07-14T00:09:48.439Z Downloaded rand_chacha v0.9.0
9662026-07-14T00:09:48.442Z Downloaded quinn-udp v0.5.14
9672026-07-14T00:09:48.442Z Downloaded sha1 v0.10.6
9682026-07-14T00:09:48.444Z Downloaded rusty-fork v0.3.1
9692026-07-14T00:09:48.444Z Downloaded sha1 v0.11.0
9702026-07-14T00:09:48.446Z Downloaded p256 v0.14.0-rc.10
9712026-07-14T00:09:48.448Z Downloaded prefix-trie v0.7.0
9722026-07-14T00:09:48.450Z Downloaded papergrid v0.17.0
9732026-07-14T00:09:48.453Z Downloaded serde_spanned v1.1.1
9742026-07-14T00:09:48.455Z Downloaded http v1.4.2
9752026-07-14T00:09:48.458Z Downloaded shell-words v1.1.1
9762026-07-14T00:09:48.458Z Downloaded hickory-server v0.25.2
9772026-07-14T00:09:48.462Z Downloaded crossterm v0.28.1
9782026-07-14T00:09:48.464Z Downloaded hyper-util v0.1.20
9792026-07-14T00:09:48.467Z Downloaded slog-bunyan v2.5.0
9802026-07-14T00:09:48.470Z Downloaded siphasher v1.0.2
9812026-07-14T00:09:48.470Z Downloaded sigpipe v0.1.3
9822026-07-14T00:09:48.470Z Downloaded signature v3.0.0
9832026-07-14T00:09:48.473Z Downloaded signature v2.2.0
9842026-07-14T00:09:48.473Z Downloaded signal-hook-tokio v0.3.1
9852026-07-14T00:09:48.475Z Downloaded scopeguard v1.2.0
9862026-07-14T00:09:48.475Z Downloaded progenitor-impl v0.13.0
9872026-07-14T00:09:48.478Z Downloaded signal-hook-mio v0.2.5
9882026-07-14T00:09:48.478Z Downloaded hashbrown v0.12.3
9892026-07-14T00:09:48.480Z Downloaded scrypt v0.12.0
9902026-07-14T00:09:48.482Z Downloaded scroll v0.13.0
9912026-07-14T00:09:48.483Z Downloaded hashbrown v0.13.2
9922026-07-14T00:09:48.485Z Downloaded slog-envlogger v2.2.0
9932026-07-14T00:09:48.488Z Downloaded sec1 v0.7.3
9942026-07-14T00:09:48.490Z Downloaded schemars_derive v0.8.22
9952026-07-14T00:09:48.492Z Downloaded sec1 v0.8.1
9962026-07-14T00:09:48.496Z Downloaded serde_path_to_error v0.1.20
9972026-07-14T00:09:48.498Z Downloaded serde_derive_internals v0.29.1
9982026-07-14T00:09:48.498Z Downloaded miniz_oxide v0.8.9
9992026-07-14T00:09:48.501Z Downloaded prettyplease v0.2.37
10002026-07-14T00:09:48.504Z Downloaded serde_plain v1.0.2
10012026-07-14T00:09:48.504Z Downloaded serde-hex v0.1.0
10022026-07-14T00:09:48.507Z Downloaded internal-russh-num-bigint v0.5.0
10032026-07-14T00:09:48.509Z Downloaded salsa20 v0.11.0
10042026-07-14T00:09:48.509Z Downloaded rustls-pki-types v1.14.0
10052026-07-14T00:09:48.512Z Downloaded aes-gcm v0.11.0
10062026-07-14T00:09:48.519Z Downloaded shlex v1.3.0
10072026-07-14T00:09:48.522Z Downloaded serdect v0.4.3
10082026-07-14T00:09:48.522Z Downloaded itertools v0.10.5
10092026-07-14T00:09:48.525Z Downloaded sqlparser_derive v0.5.0
10102026-07-14T00:09:48.527Z Downloaded stable_deref_trait v1.2.1
10112026-07-14T00:09:48.530Z Downloaded rcgen v0.12.1
10122026-07-14T00:09:48.535Z Downloaded strip-ansi-escapes v0.2.1
10132026-07-14T00:09:48.537Z Downloaded num-bigint v0.4.6
10142026-07-14T00:09:48.540Z Downloaded slog-async v2.8.0
10152026-07-14T00:09:48.540Z Downloaded slab v0.4.12
10162026-07-14T00:09:48.542Z Downloaded simd-adler32 v0.3.8
10172026-07-14T00:09:48.542Z Downloaded signal-hook-registry v1.4.8
10182026-07-14T00:09:48.545Z Downloaded progenitor-impl v0.14.0
10192026-07-14T00:09:48.545Z Downloaded strsim v0.10.0
10202026-07-14T00:09:48.548Z Downloaded strum v0.27.2
10212026-07-14T00:09:48.548Z Downloaded structmeta-derive v0.3.0
10222026-07-14T00:09:48.550Z Downloaded structmeta v0.3.0
10232026-07-14T00:09:48.550Z Downloaded subtle v2.6.1
10242026-07-14T00:09:48.553Z Downloaded hashbrown v0.16.1
10252026-07-14T00:09:48.556Z Downloaded hashbrown v0.15.5
10262026-07-14T00:09:48.559Z Downloaded smallvec v0.6.14
10272026-07-14T00:09:48.561Z Downloaded sync_wrapper v1.0.2
10282026-07-14T00:09:48.561Z Downloaded sync-ptr v0.1.4
10292026-07-14T00:09:48.561Z Downloaded strum v0.26.3
10302026-07-14T00:09:48.564Z Downloaded tap v1.0.1
10312026-07-14T00:09:48.564Z Downloaded slog-term v2.9.2
10322026-07-14T00:09:48.566Z Downloaded slog-json v2.6.1
10332026-07-14T00:09:48.566Z Downloaded ron v0.8.1
10342026-07-14T00:09:48.569Z Downloaded pretty_assertions v1.4.1
10352026-07-14T00:09:48.571Z Downloaded mio v1.2.0
10362026-07-14T00:09:48.573Z Downloaded ryu v1.0.23
10372026-07-14T00:09:48.576Z Downloaded serde_with_macros v1.5.2
10382026-07-14T00:09:48.576Z Downloaded rustls-platform-verifier v0.6.2
10392026-07-14T00:09:48.579Z Downloaded slog-stdlog v4.1.1
10402026-07-14T00:09:48.581Z Downloaded testing_table v0.3.0
10412026-07-14T00:09:48.581Z Downloaded tabled_derive v0.11.0
10422026-07-14T00:09:48.581Z Downloaded thread-id v5.1.0
10432026-07-14T00:09:48.585Z Downloaded tabwriter v1.4.1
10442026-07-14T00:09:48.585Z Downloaded supports-color v3.0.2
10452026-07-14T00:09:48.588Z Downloaded spki v0.7.3
10462026-07-14T00:09:48.588Z Downloaded smf v0.2.3
10472026-07-14T00:09:48.588Z Downloaded serde_cbor v0.11.2
10482026-07-14T00:09:48.591Z Downloaded p384 v0.14.0-rc.10
10492026-07-14T00:09:48.591Z Downloaded libxml v0.3.3
10502026-07-14T00:09:48.593Z Downloaded termtree v0.5.1
10512026-07-14T00:09:48.597Z Downloaded take_mut v0.2.2
10522026-07-14T00:09:48.597Z Downloaded slog-dtrace v0.3.0
10532026-07-14T00:09:48.600Z Downloaded snafu-derive v0.8.9
10542026-07-14T00:09:48.600Z Downloaded sha2 v0.11.0
10552026-07-14T00:09:48.600Z Downloaded ssh-cipher v0.3.0-rc.9
10562026-07-14T00:09:48.602Z Downloaded time-core v0.1.8
10572026-07-14T00:09:48.603Z Downloaded spki v0.8.0
10582026-07-14T00:09:48.605Z Downloaded thiserror-impl-no-std v2.0.2
10592026-07-14T00:09:48.605Z Downloaded serde_with_macros v3.17.0
10602026-07-14T00:09:48.608Z Downloaded static_assertions v1.1.0
10612026-07-14T00:09:48.608Z Downloaded sqlformat v0.3.5
10622026-07-14T00:09:48.608Z Downloaded schemars v0.8.22
10632026-07-14T00:09:48.616Z Downloaded string_cache v0.8.9
10642026-07-14T00:09:48.618Z Downloaded tinyvec_macros v0.1.1
10652026-07-14T00:09:48.618Z Downloaded stringprep v0.1.5
10662026-07-14T00:09:48.618Z Downloaded tokio-macros v2.7.0
10672026-07-14T00:09:48.621Z Downloaded stacker v0.1.23
10682026-07-14T00:09:48.621Z Downloaded ssh-encoding v0.3.0-rc.9
10692026-07-14T00:09:48.623Z Downloaded strum_macros v0.26.4
10702026-07-14T00:09:48.623Z Downloaded publicsuffix v2.3.0
10712026-07-14T00:09:48.626Z Downloaded quinn v0.11.9
10722026-07-14T00:09:48.628Z Downloaded slog-scope v4.4.1
10732026-07-14T00:09:48.628Z Downloaded idna v1.1.0
10742026-07-14T00:09:48.631Z Downloaded strum_macros v0.24.3
10752026-07-14T00:09:48.634Z Downloaded qorb v0.4.1
10762026-07-14T00:09:48.636Z Downloaded crossterm v0.29.0
10772026-07-14T00:09:48.638Z Downloaded spin v0.9.8
10782026-07-14T00:09:48.641Z Downloaded smallvec v1.15.1
10792026-07-14T00:09:48.644Z Downloaded tokio-test v0.4.5
10802026-07-14T00:09:48.644Z Downloaded dropshot-api-manager v0.7.2
10812026-07-14T00:09:48.646Z Downloaded serde_yaml v0.9.34+deprecated
10822026-07-14T00:09:48.649Z Downloaded tagptr v0.2.0
10832026-07-14T00:09:48.651Z Downloaded synstructure v0.13.2
10842026-07-14T00:09:48.651Z Downloaded support-bundle-viewer v0.1.2
10852026-07-14T00:09:48.651Z Downloaded futures-util v0.3.32
10862026-07-14T00:09:48.658Z Downloaded rand v0.8.6
10872026-07-14T00:09:48.660Z Downloaded p521 v0.14.0-rc.10
10882026-07-14T00:09:48.663Z Downloaded tower-service v0.3.3
10892026-07-14T00:09:48.665Z Downloaded rayon-core v1.13.0
10902026-07-14T00:09:48.668Z Downloaded trait-variant v0.1.2
10912026-07-14T00:09:48.668Z Downloaded num-bigint-dig v0.8.6
10922026-07-14T00:09:48.670Z Downloaded try-lock v0.2.5
10932026-07-14T00:09:48.670Z Downloaded crypto-primes v0.7.2
10942026-07-14T00:09:48.673Z Downloaded tinystr v0.8.2
10952026-07-14T00:09:48.677Z Downloaded time-macros v0.2.27
10962026-07-14T00:09:48.677Z Downloaded similar v2.7.0
10972026-07-14T00:09:48.679Z Downloaded schemars v0.9.0
10982026-07-14T00:09:48.686Z Downloaded unarray v0.1.4
10992026-07-14T00:09:48.688Z Downloaded typify-macro v0.6.2
11002026-07-14T00:09:48.689Z Downloaded unit-prefix v0.5.2
11012026-07-14T00:09:48.691Z Downloaded unicode-truncate v1.1.0
11022026-07-14T00:09:48.691Z Downloaded tokio-dtrace v0.1.1
11032026-07-14T00:09:48.691Z Downloaded tls_codec_derive v0.4.2
11042026-07-14T00:09:48.694Z Downloaded strum_macros v0.27.2
11052026-07-14T00:09:48.694Z Downloaded thread_local v1.1.9
11062026-07-14T00:09:48.697Z Downloaded term v0.7.0
11072026-07-14T00:09:48.697Z Downloaded universal-hash v0.5.1
11082026-07-14T00:09:48.700Z Downloaded hyper v1.10.1
11092026-07-14T00:09:48.703Z Downloaded tls_codec v0.4.2
11102026-07-14T00:09:48.703Z Downloaded tiny-keccak v2.0.2
11112026-07-14T00:09:48.705Z Downloaded unicode-xid v0.2.6
11122026-07-14T00:09:48.705Z Downloaded untrusted v0.9.0
11132026-07-14T00:09:48.708Z Downloaded untrusted v0.7.1
11142026-07-14T00:09:48.708Z Downloaded universal-hash v0.6.1
11152026-07-14T00:09:48.708Z Downloaded tokio-tungstenite v0.21.0
11162026-07-14T00:09:48.711Z Downloaded usdt v0.6.0
11172026-07-14T00:09:48.711Z Downloaded thiserror-no-std v2.0.2
11182026-07-14T00:09:48.714Z Downloaded tower-layer v0.3.3
11192026-07-14T00:09:48.714Z Downloaded rsa v0.9.10
11202026-07-14T00:09:48.718Z Downloaded utf8_iter v1.0.4
11212026-07-14T00:09:48.722Z Downloaded topological-sort v0.2.2
11222026-07-14T00:09:48.722Z Downloaded termios v0.3.3
11232026-07-14T00:09:48.722Z Downloaded rustls-webpki v0.103.13
11242026-07-14T00:09:48.722Z Downloaded nom v8.0.0
11252026-07-14T00:09:48.724Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11262026-07-14T00:09:48.727Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11272026-07-14T00:09:48.727Z Downloaded tokio-tungstenite v0.23.1
11282026-07-14T00:09:48.730Z Downloaded signal-hook v0.3.18
11292026-07-14T00:09:48.730Z Downloaded want v0.3.1
11302026-07-14T00:09:48.733Z Downloaded waitgroup v0.1.2
11312026-07-14T00:09:48.733Z Downloaded wait-timeout v0.2.1
11322026-07-14T00:09:48.733Z Downloaded void v1.0.2
11332026-07-14T00:09:48.735Z Downloaded rand v0.10.1
11342026-07-14T00:09:48.735Z Downloaded hkdf v0.12.4
11352026-07-14T00:09:48.738Z Downloaded tui-tree-widget v0.23.1
11362026-07-14T00:09:48.738Z Downloaded toml_writer v1.1.1+spec-1.1.0
11372026-07-14T00:09:48.741Z Downloaded term v1.2.1
11382026-07-14T00:09:48.741Z Downloaded socket2 v0.6.3
11392026-07-14T00:09:48.743Z Downloaded icu_properties_data v2.1.2
11402026-07-14T00:09:48.747Z Downloaded samael v0.0.19
11412026-07-14T00:09:48.751Z Downloaded unicase v2.9.0
11422026-07-14T00:09:48.753Z Downloaded h2 v0.4.15
11432026-07-14T00:09:48.756Z Downloaded usdt-attr-macro v0.6.0
11442026-07-14T00:09:48.758Z Downloaded xattr v1.6.1
11452026-07-14T00:09:48.758Z Downloaded tokio-native-tls v0.3.1
11462026-07-14T00:09:48.758Z Downloaded blake3 v1.8.5
11472026-07-14T00:09:48.763Z Downloaded yoke-derive v0.8.1
11482026-07-14T00:09:48.765Z Downloaded aho-corasick v1.1.4
11492026-07-14T00:09:48.768Z Downloaded subprocess v0.2.15
11502026-07-14T00:09:48.770Z Downloaded usdt-impl v0.6.0
11512026-07-14T00:09:48.771Z Downloaded zerofrom-derive v0.1.6
11522026-07-14T00:09:48.773Z Downloaded zerofrom v0.1.6
11532026-07-14T00:09:48.773Z Downloaded tokio-stream v0.1.18
11542026-07-14T00:09:48.776Z Downloaded xshell-macros v0.2.7
11552026-07-14T00:09:48.776Z Downloaded utf-8 v0.7.6
11562026-07-14T00:09:48.776Z Downloaded zeroize_derive v1.4.3
11572026-07-14T00:09:48.778Z Downloaded test-strategy v0.4.5
11582026-07-14T00:09:48.781Z Downloaded hkdf v0.13.0
11592026-07-14T00:09:48.781Z Downloaded tokio-rustls v0.26.4
11602026-07-14T00:09:48.784Z Downloaded rsa v0.10.0-rc.18
11612026-07-14T00:09:48.787Z Downloaded snafu v0.8.9
11622026-07-14T00:09:48.790Z Downloaded vergen-git2 v9.1.0
11632026-07-14T00:09:48.790Z Downloaded usdt-macro v0.6.0
11642026-07-14T00:09:48.792Z Downloaded vergen-lib v9.1.0
11652026-07-14T00:09:48.792Z Downloaded toml_parser v1.1.2+spec-1.1.0
11662026-07-14T00:09:48.795Z Downloaded zone_cfg_derive v0.3.1
11672026-07-14T00:09:48.795Z Downloaded zone v0.3.1
11682026-07-14T00:09:48.795Z Downloaded uzers v0.12.2
11692026-07-14T00:09:48.795Z Downloaded vergen-lib v0.1.6
11702026-07-14T00:09:48.798Z Downloaded libm v0.2.16
11712026-07-14T00:09:48.801Z Downloaded whoami v2.1.0
11722026-07-14T00:09:48.804Z Downloaded whoami v1.6.1
11732026-07-14T00:09:48.804Z Downloaded socket2 v0.5.10
11742026-07-14T00:09:48.806Z Downloaded vsss-rs v3.3.4
11752026-07-14T00:09:48.809Z Downloaded tracing-attributes v0.1.31
11762026-07-14T00:09:48.809Z Downloaded slog v2.8.2
11772026-07-14T00:09:48.811Z Downloaded iddqd v0.4.2
11782026-07-14T00:09:48.815Z Downloaded wyz v0.5.1
11792026-07-14T00:09:48.818Z Downloaded twox-hash v2.1.2
11802026-07-14T00:09:48.818Z Downloaded writeable v0.6.2
11812026-07-14T00:09:48.820Z Downloaded tinyvec v1.10.0
11822026-07-14T00:09:48.820Z Downloaded unicode-properties v0.1.4
11832026-07-14T00:09:48.823Z Downloaded rand v0.9.2
11842026-07-14T00:09:48.825Z Downloaded itertools v0.14.0
11852026-07-14T00:09:48.828Z Downloaded schemars v1.2.1
11862026-07-14T00:09:48.835Z Downloaded xshell v0.2.7
11872026-07-14T00:09:48.837Z Downloaded zeroize v1.8.2
11882026-07-14T00:09:48.838Z Downloaded rustyline v14.0.0
11892026-07-14T00:09:48.840Z Downloaded yoke v0.8.1
11902026-07-14T00:09:48.842Z Downloaded aws-lc-rs v1.16.3
11912026-07-14T00:09:48.847Z Downloaded toml v1.1.2+spec-1.1.0
11922026-07-14T00:09:48.849Z Downloaded vergen-gitcl v1.0.8
11932026-07-14T00:09:48.852Z Downloaded vergen v9.1.0
11942026-07-14T00:09:48.852Z Downloaded zstd v0.13.3
11952026-07-14T00:09:48.854Z Downloaded toml v0.7.8
11962026-07-14T00:09:48.857Z Downloaded zstd-safe v7.2.4
11972026-07-14T00:09:48.857Z Downloaded walkdir v2.5.0
11982026-07-14T00:09:48.861Z Downloaded zerovec-derive v0.11.2
11992026-07-14T00:09:48.861Z Downloaded bitvec v1.0.1
12002026-07-14T00:09:48.866Z Downloaded typify v0.6.2
12012026-07-14T00:09:48.868Z Downloaded tungstenite v0.23.0
12022026-07-14T00:09:48.871Z Downloaded itertools v0.13.0
12032026-07-14T00:09:48.874Z Downloaded unicode-bidi v0.3.18
12042026-07-14T00:09:48.877Z Downloaded tar v0.4.45
12052026-07-14T00:09:48.880Z Downloaded unsafe-libyaml v0.2.11
12062026-07-14T00:09:48.880Z Downloaded yasna v0.5.2
12072026-07-14T00:09:48.882Z Downloaded steno v0.4.1
12082026-07-14T00:09:48.883Z Downloaded iri-string v0.7.10
12092026-07-14T00:09:48.886Z Downloaded toml_edit v0.23.10+spec-1.0.0
12102026-07-14T00:09:48.889Z Downloaded nom v7.1.3
12112026-07-14T00:09:48.892Z Downloaded itertools v0.12.1
12122026-07-14T00:09:48.895Z Downloaded reedline v0.40.0
12132026-07-14T00:09:48.900Z Downloaded vte v0.14.1
12142026-07-14T00:09:48.903Z Downloaded curve25519-dalek v5.0.0-rc.0
12152026-07-14T00:09:48.908Z Downloaded tungstenite v0.21.0
12162026-07-14T00:09:48.910Z Downloaded tracing-core v0.1.36
12172026-07-14T00:09:48.912Z Downloaded curve25519-dalek v4.1.3
12182026-07-14T00:09:48.918Z Downloaded bindgen v0.71.1
12192026-07-14T00:09:48.922Z Downloaded serde_with v1.14.0
12202026-07-14T00:09:48.926Z Downloaded zerocopy v0.6.6
12212026-07-14T00:09:48.929Z Downloaded uuid v1.23.4
12222026-07-14T00:09:48.932Z Downloaded rpassword v7.4.0
12232026-07-14T00:09:48.934Z Downloaded chrono v0.4.45
12242026-07-14T00:09:48.938Z Downloaded regex v1.12.3
12252026-07-14T00:09:48.941Z Downloaded p384 v0.13.1
12262026-07-14T00:09:48.945Z Downloaded zopfli v0.8.3
12272026-07-14T00:09:48.947Z Downloaded git2 v0.20.4
12282026-07-14T00:09:48.960Z Downloaded reqwest v0.12.28
12292026-07-14T00:09:48.964Z Downloaded yansi v1.0.1
12302026-07-14T00:09:48.967Z Downloaded reqwest v0.13.2
12312026-07-14T00:09:48.970Z Downloaded portable-atomic v1.13.1
12322026-07-14T00:09:48.975Z Downloaded toml_edit v0.19.15
12332026-07-14T00:09:48.986Z Downloaded zip v0.6.6
12342026-07-14T00:09:48.988Z Downloaded zerotrie v0.2.3
12352026-07-14T00:09:48.991Z Downloaded rayon v1.11.0
12362026-07-14T00:09:48.996Z Downloaded url v2.5.8
12372026-07-14T00:09:48.999Z Downloaded unicode_categories v0.1.1
12382026-07-14T00:09:49.001Z Downloaded tokio-postgres v0.7.16
12392026-07-14T00:09:49.004Z Downloaded quick-xml v0.37.5
12402026-07-14T00:09:49.007Z Downloaded moka v0.12.13
12412026-07-14T00:09:49.011Z Downloaded lalrpop v0.19.12
12422026-07-14T00:09:49.019Z Downloaded salty v0.3.0
12432026-07-14T00:09:49.024Z Downloaded goblin v0.10.5
12442026-07-14T00:09:49.029Z Downloaded typed-path v0.9.3
12452026-07-14T00:09:49.033Z Downloaded zerocopy-derive v0.8.40
12462026-07-14T00:09:49.039Z Downloaded x509-cert v0.2.5
12472026-07-14T00:09:49.042Z Downloaded unicode-segmentation v1.12.0
12482026-07-14T00:09:49.045Z Downloaded ssh-key v0.7.0-rc.10
12492026-07-14T00:09:49.050Z Downloaded tower v0.5.3
12502026-07-14T00:09:49.056Z Downloaded unicode-normalization v0.1.25
12512026-07-14T00:09:49.059Z Downloaded petname v2.0.2
12522026-07-14T00:09:49.062Z Downloaded proptest v1.10.0
12532026-07-14T00:09:49.067Z Downloaded tokio-util v0.7.18
12542026-07-14T00:09:49.072Z Downloaded zip v4.6.1
12552026-07-14T00:09:49.075Z Downloaded object v0.30.4
12562026-07-14T00:09:49.081Z Downloaded tower-http v0.6.8
12572026-07-14T00:09:49.086Z Downloaded crypto-bigint v0.7.5
12582026-07-14T00:09:49.096Z Downloaded zerovec v0.11.5
12592026-07-14T00:09:49.107Z Downloaded serde_with v3.17.0
12602026-07-14T00:09:49.115Z Downloaded russh v0.61.2
12612026-07-14T00:09:49.126Z Downloaded tough v0.22.0
12622026-07-14T00:09:49.132Z Downloaded quinn-proto v0.11.13
12632026-07-14T00:09:49.175Z Downloaded winnow v0.6.26
12642026-07-14T00:09:49.180Z Downloaded winnow v0.5.40
12652026-07-14T00:09:49.180Z Downloaded polar-core v0.27.3
12662026-07-14T00:09:49.180Z Downloaded bstr v1.12.1
12672026-07-14T00:09:49.180Z Downloaded nix v0.27.1
12682026-07-14T00:09:49.180Z Downloaded radix_trie v0.2.1
12692026-07-14T00:09:49.180Z Downloaded openssl v0.10.79
12702026-07-14T00:09:49.180Z Downloaded winnow v1.0.3
12712026-07-14T00:09:49.183Z Downloaded tabled v0.20.0
12722026-07-14T00:09:49.193Z Downloaded time v0.3.47
12732026-07-14T00:09:49.200Z Downloaded hickory-proto v0.24.4
12742026-07-14T00:09:49.209Z Downloaded nix v0.31.2
12752026-07-14T00:09:49.217Z Downloaded zlib-rs v0.6.2
12762026-07-14T00:09:49.221Z Downloaded dropshot v0.17.1
12772026-07-14T00:09:49.235Z Downloaded vcpkg v0.2.15
12782026-07-14T00:09:49.258Z Downloaded zerocopy v0.8.40
12792026-07-14T00:09:49.263Z Downloaded hickory-proto v0.25.2
12802026-07-14T00:09:49.274Z Downloaded openapiv3 v2.2.0
12812026-07-14T00:09:49.281Z Downloaded regress v0.11.1
12822026-07-14T00:09:49.286Z Downloaded regress v0.10.5
12832026-07-14T00:09:49.292Z Downloaded regex-syntax v0.8.10
12842026-07-14T00:09:49.297Z Downloaded smoltcp v0.11.0
12852026-07-14T00:09:49.305Z Downloaded rustix v0.38.44
12862026-07-14T00:09:49.333Z Downloaded rustls v0.23.41
12872026-07-14T00:09:49.346Z Downloaded object v0.37.3
12882026-07-14T00:09:49.352Z Downloaded diesel v2.3.7
12892026-07-14T00:09:49.365Z Downloaded smoltcp v0.9.1
12902026-07-14T00:09:49.371Z Downloaded regex-syntax v0.6.29
12912026-07-14T00:09:49.376Z Downloaded nix v0.28.0
12922026-07-14T00:09:49.410Z Downloaded sled v0.34.7
12932026-07-14T00:09:49.417Z Downloaded bzip2-sys v0.1.13+1.0.8
12942026-07-14T00:09:49.424Z Downloaded typify-impl v0.6.2
12952026-07-14T00:09:49.432Z Downloaded tracing v0.1.44
12962026-07-14T00:09:49.445Z Downloaded fiat-crypto v0.3.0
12972026-07-14T00:09:49.452Z Downloaded sha3 v0.11.0
12982026-07-14T00:09:49.455Z Downloaded ratatui v0.29.0
12992026-07-14T00:09:49.465Z Downloaded sqlparser v0.61.0
13002026-07-14T00:09:49.470Z Downloaded zerocopy-derive v0.6.6
13012026-07-14T00:09:49.487Z Downloaded jiff v0.2.21
13022026-07-14T00:09:49.497Z Downloaded regex-automata v0.4.14
13032026-07-14T00:09:49.505Z Downloaded petgraph v0.6.5
13042026-07-14T00:09:49.516Z Downloaded chrono-tz v0.10.4
13052026-07-14T00:09:49.533Z Downloaded petgraph v0.8.3
13062026-07-14T00:09:49.545Z Downloaded csv v1.4.0
13072026-07-14T00:09:49.555Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-07-14T00:09:49.565Z Downloaded libz-sys v1.1.24
13092026-07-14T00:09:49.578Z Downloaded sha3 v0.10.8
13102026-07-14T00:09:49.581Z Downloaded tokio v1.52.1
13112026-07-14T00:09:49.679Z Downloaded encoding_rs v0.8.35
13122026-07-14T00:09:49.717Z Downloaded ring v0.17.14
13132026-07-14T00:09:49.765Z Downloaded libgit2-sys v0.18.3+1.9.2
13142026-07-14T00:09:50.233Z Downloaded aws-lc-sys v0.40.0
13152026-07-14T00:09:50.475Z Compiling libc v0.2.185
13162026-07-14T00:09:50.475Z Compiling serde_core v1.0.228
13172026-07-14T00:09:50.475Z Compiling serde v1.0.228
13182026-07-14T00:09:50.485Z Compiling log v0.4.29
13192026-07-14T00:09:50.485Z Compiling smallvec v1.15.1
13202026-07-14T00:09:50.485Z Compiling find-msvc-tools v0.1.9
13212026-07-14T00:09:50.485Z Compiling shlex v1.3.0
13222026-07-14T00:09:50.623Z Compiling syn v2.0.117
13232026-07-14T00:09:50.814Z Compiling subtle v2.6.1
13242026-07-14T00:09:50.863Z Compiling scopeguard v1.2.0
13252026-07-14T00:09:50.863Z Compiling stable_deref_trait v1.2.1
13262026-07-14T00:09:50.917Z Compiling typenum v1.20.1
13272026-07-14T00:09:50.950Z Compiling lock_api v0.4.14
13282026-07-14T00:09:50.953Z Compiling serde_json v1.0.150
13292026-07-14T00:09:50.975Z Compiling zerocopy v0.8.40
13302026-07-14T00:09:50.989Z Compiling portable-atomic v1.13.1
13312026-07-14T00:09:51.179Z Compiling pin-project-lite v0.2.17
13322026-07-14T00:09:51.193Z Compiling parking_lot_core v0.9.12
13332026-07-14T00:09:51.276Z Compiling critical-section v1.2.0
13342026-07-14T00:09:51.389Z Compiling pkg-config v0.3.32
13352026-07-14T00:09:51.448Z Compiling getrandom v0.4.1
13362026-07-14T00:09:51.519Z Compiling jobserver v0.1.34
13372026-07-14T00:09:51.536Z Compiling errno v0.3.14
13382026-07-14T00:09:51.683Z Compiling getrandom v0.2.17
13392026-07-14T00:09:51.746Z Compiling cc v1.2.56
13402026-07-14T00:09:51.832Z Compiling rand_core v0.6.4
13412026-07-14T00:09:51.900Z Compiling signal-hook-registry v1.4.8
13422026-07-14T00:09:51.977Z Compiling libm v0.2.16
13432026-07-14T00:09:52.106Z Compiling once_cell v1.21.3
13442026-07-14T00:09:52.152Z Compiling futures-core v0.3.32
13452026-07-14T00:09:52.177Z Compiling parking_lot v0.12.5
13462026-07-14T00:09:52.218Z Compiling mio v1.2.0
13472026-07-14T00:09:52.312Z Compiling num-traits v0.2.19
13482026-07-14T00:09:52.326Z Compiling generic-array v0.14.7
13492026-07-14T00:09:52.342Z Compiling const-oid v0.9.6
13502026-07-14T00:09:52.508Z Compiling rand_core v0.10.0
13512026-07-14T00:09:52.666Z Compiling litemap v0.8.1
13522026-07-14T00:09:52.701Z Compiling percent-encoding v2.3.2
13532026-07-14T00:09:52.884Z Compiling bitflags v2.11.0
13542026-07-14T00:09:52.886Z Compiling writeable v0.6.2
13552026-07-14T00:09:52.911Z Compiling semver v1.0.28
13562026-07-14T00:09:53.069Z Compiling socket2 v0.6.3
13572026-07-14T00:09:53.087Z Compiling icu_properties_data v2.1.2
13582026-07-14T00:09:53.108Z Compiling icu_normalizer_data v2.1.1
13592026-07-14T00:09:53.224Z Compiling futures-sink v0.3.32
13602026-07-14T00:09:53.296Z Compiling slab v0.4.12
13612026-07-14T00:09:53.427Z Compiling synstructure v0.13.2
13622026-07-14T00:09:53.462Z Compiling futures-channel v0.3.32
13632026-07-14T00:09:53.464Z Compiling futures-io v0.3.32
13642026-07-14T00:09:53.491Z Compiling futures-task v0.3.32
13652026-07-14T00:09:53.623Z Compiling indexmap v2.14.0
13662026-07-14T00:09:53.655Z Compiling getrandom v0.3.4
13672026-07-14T00:09:53.669Z Compiling rustversion v1.0.22
13682026-07-14T00:09:53.685Z Compiling utf8_iter v1.0.4
13692026-07-14T00:09:53.825Z Compiling form_urlencoded v1.2.2
13702026-07-14T00:09:53.916Z Compiling cmake v0.1.57
13712026-07-14T00:09:53.964Z Compiling dunce v1.0.5
13722026-07-14T00:09:54.000Z Compiling ident_case v1.0.1
13732026-07-14T00:09:54.015Z Compiling rustix v1.1.3
13742026-07-14T00:09:54.055Z Compiling fs_extra v1.3.0
13752026-07-14T00:09:54.116Z Compiling iana-time-zone v0.1.65
13762026-07-14T00:09:54.272Z Compiling regex-syntax v0.8.10
13772026-07-14T00:09:54.303Z Compiling base64ct v1.8.3
13782026-07-14T00:09:54.317Z Compiling aws-lc-sys v0.40.0
13792026-07-14T00:09:54.340Z Compiling vcpkg v0.2.15
13802026-07-14T00:09:54.620Z Compiling rand_core v0.9.5
13812026-07-14T00:09:54.660Z Compiling pem-rfc7468 v0.7.0
13822026-07-14T00:09:54.732Z Compiling rustc_version v0.4.1
13832026-07-14T00:09:54.908Z Compiling uuid v1.23.4
13842026-07-14T00:09:54.972Z Compiling tracing-core v0.1.36
13852026-07-14T00:09:55.068Z Compiling flagset v0.4.7
13862026-07-14T00:09:55.129Z Compiling openssl-sys v0.9.115
13872026-07-14T00:09:55.202Z Compiling aws-lc-rs v1.16.3
13882026-07-14T00:09:55.219Z Compiling serde_derive v1.0.228
13892026-07-14T00:09:55.514Z Compiling zeroize_derive v1.4.3
13902026-07-14T00:09:55.534Z Compiling zerofrom-derive v0.1.6
13912026-07-14T00:09:55.664Z Compiling yoke-derive v0.8.1
13922026-07-14T00:09:55.678Z Compiling zerovec-derive v0.11.2
13932026-07-14T00:09:55.822Z Compiling zerocopy-derive v0.8.40
13942026-07-14T00:09:56.190Z Compiling zeroize v1.8.2
13952026-07-14T00:09:56.400Z Compiling displaydoc v0.2.5
13962026-07-14T00:09:56.850Z Compiling tokio-macros v2.7.0
13972026-07-14T00:09:56.873Z Compiling futures-macro v0.3.32
13982026-07-14T00:09:56.959Z Compiling zerofrom v0.1.6
13992026-07-14T00:09:57.083Z Compiling yoke v0.8.1
14002026-07-14T00:09:57.158Z Compiling tracing-attributes v0.1.31
14012026-07-14T00:09:57.268Z Compiling zerovec v0.11.5
14022026-07-14T00:09:57.283Z Compiling zerotrie v0.2.3
14032026-07-14T00:09:57.574Z Compiling block-buffer v0.10.4
14042026-07-14T00:09:57.577Z Compiling crypto-common v0.1.7
14052026-07-14T00:09:57.696Z Compiling futures-util v0.3.32
14062026-07-14T00:09:57.732Z Compiling tinystr v0.8.2
14072026-07-14T00:09:57.747Z Compiling potential_utf v0.1.4
14082026-07-14T00:09:57.764Z Compiling digest v0.10.7
14092026-07-14T00:09:57.906Z Compiling icu_locale_core v2.1.1
14102026-07-14T00:09:57.927Z Compiling icu_collections v2.1.1
14112026-07-14T00:09:58.012Z Compiling der_derive v0.7.3
14122026-07-14T00:09:58.400Z Compiling thiserror-impl v2.0.18
14132026-07-14T00:09:58.486Z Compiling base64 v0.22.1
14142026-07-14T00:09:58.722Z Compiling bytes v1.11.1
14152026-07-14T00:09:58.776Z Compiling icu_provider v2.1.1
14162026-07-14T00:09:58.800Z Compiling chrono v0.4.45
14172026-07-14T00:09:58.979Z Compiling der v0.7.10
14182026-07-14T00:09:59.062Z Compiling icu_normalizer v2.1.1
14192026-07-14T00:09:59.353Z Compiling tokio v1.52.1
14202026-07-14T00:09:59.609Z Compiling icu_properties v2.1.2
14212026-07-14T00:09:59.803Z Compiling http v1.4.2
14222026-07-14T00:10:00.046Z Compiling thiserror v2.0.18
14232026-07-14T00:10:00.155Z Compiling tracing v0.1.44
14242026-07-14T00:10:00.233Z Compiling ppv-lite86 v0.2.21
14252026-07-14T00:10:00.256Z Compiling rustls-pki-types v1.14.0
14262026-07-14T00:10:00.423Z Compiling httparse v1.10.1
14272026-07-14T00:10:00.501Z Compiling idna_adapter v1.2.1
14282026-07-14T00:10:00.551Z Compiling rand_chacha v0.9.0
14292026-07-14T00:10:00.641Z Compiling idna v1.1.0
14302026-07-14T00:10:00.704Z Compiling http-body v1.0.1
14312026-07-14T00:10:00.719Z Compiling openssl-probe v0.2.1
14322026-07-14T00:10:00.734Z Compiling tinyvec_macros v0.1.1
14332026-07-14T00:10:00.774Z Compiling cmov v0.5.4
14342026-07-14T00:10:00.874Z Compiling tinyvec v1.10.0
14352026-07-14T00:10:00.886Z Compiling rand v0.9.2
14362026-07-14T00:10:00.901Z Compiling pest_generator v2.8.6
14372026-07-14T00:10:00.972Z Compiling url v2.5.8
14382026-07-14T00:10:01.143Z Compiling ctutils v0.4.2
14392026-07-14T00:10:01.244Z Compiling spki v0.7.3
14402026-07-14T00:10:01.295Z Compiling serde_derive_internals v0.29.1
14412026-07-14T00:10:01.377Z Compiling aho-corasick v1.1.4
14422026-07-14T00:10:01.441Z Compiling dyn-clone v1.0.20
14432026-07-14T00:10:01.572Z Compiling atomic-waker v1.1.2
14442026-07-14T00:10:01.586Z Compiling tower-service v0.3.3
14452026-07-14T00:10:01.674Z Compiling try-lock v0.2.5
14462026-07-14T00:10:01.688Z Compiling tower-layer v0.3.3
14472026-07-14T00:10:01.701Z Compiling schemars v0.8.22
14482026-07-14T00:10:01.746Z Compiling untrusted v0.7.1
14492026-07-14T00:10:01.779Z Compiling tempfile v3.25.0
14502026-07-14T00:10:01.842Z Compiling want v0.3.1
14512026-07-14T00:10:01.865Z Compiling pest_derive v2.8.6
14522026-07-14T00:10:01.924Z Compiling hybrid-array v0.4.13
14532026-07-14T00:10:02.140Z Compiling ipnet v2.11.0
14542026-07-14T00:10:02.159Z Compiling schemars_derive v0.8.22
14552026-07-14T00:10:02.283Z Compiling regex-automata v0.4.14
14562026-07-14T00:10:02.301Z Compiling scroll_derive v0.13.1
14572026-07-14T00:10:02.626Z Compiling darling_core v0.20.11
14582026-07-14T00:10:02.680Z Compiling openssl v0.10.79
14592026-07-14T00:10:02.922Z Compiling cpufeatures v0.2.17
14602026-07-14T00:10:02.997Z Compiling httpdate v1.0.3
14612026-07-14T00:10:03.022Z Compiling foreign-types-shared v0.1.1
14622026-07-14T00:10:03.095Z Compiling rustls v0.23.41
14632026-07-14T00:10:03.108Z Compiling tokio-util v0.7.18
14642026-07-14T00:10:03.218Z Compiling untrusted v0.9.0
14652026-07-14T00:10:03.277Z Compiling scroll v0.13.0
14662026-07-14T00:10:03.338Z Compiling foreign-types v0.3.2
14672026-07-14T00:10:03.426Z Compiling pkcs8 v0.10.2
14682026-07-14T00:10:03.540Z Compiling unicode-normalization v0.1.25
14692026-07-14T00:10:03.989Z Compiling h2 v0.4.15
14702026-07-14T00:10:04.074Z Compiling openssl-macros v0.1.1
14712026-07-14T00:10:04.111Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-07-14T00:10:04.484Z Compiling spin v0.9.8
14732026-07-14T00:10:04.505Z Compiling time-core v0.1.8
14742026-07-14T00:10:04.648Z Compiling powerfmt v0.2.0
14752026-07-14T00:10:04.683Z Compiling num-conv v0.2.0
14762026-07-14T00:10:04.697Z Compiling native-tls v0.2.18
14772026-07-14T00:10:04.810Z Compiling crc32fast v1.5.0
14782026-07-14T00:10:04.847Z Compiling time-macros v0.2.27
14792026-07-14T00:10:04.908Z Compiling darling_macro v0.20.11
14802026-07-14T00:10:04.939Z Compiling deranged v0.5.8
14812026-07-14T00:10:05.396Z Compiling darling v0.20.11
14822026-07-14T00:10:05.475Z Compiling goblin v0.10.5
14832026-07-14T00:10:05.903Z Compiling sha2 v0.10.9
14842026-07-14T00:10:05.921Z Compiling hmac v0.12.1
14852026-07-14T00:10:06.075Z Compiling sync_wrapper v1.0.2
14862026-07-14T00:10:06.183Z Compiling wait-timeout v0.2.1
14872026-07-14T00:10:06.348Z Compiling syn v1.0.109
14882026-07-14T00:10:06.436Z Compiling bit-vec v0.8.0
14892026-07-14T00:10:06.660Z Compiling crossbeam-utils v0.8.21
14902026-07-14T00:10:06.660Z Compiling siphasher v1.0.2
14912026-07-14T00:10:06.853Z Compiling usdt-impl v0.6.0
14922026-07-14T00:10:06.956Z Compiling simd-adler32 v0.3.8
14932026-07-14T00:10:07.067Z Compiling hyper v1.10.1
14942026-07-14T00:10:07.195Z Compiling quick-error v1.2.3
14952026-07-14T00:10:07.265Z Compiling num_threads v0.1.7
14962026-07-14T00:10:07.360Z Compiling time v0.3.47
14972026-07-14T00:10:07.602Z Compiling rusty-fork v0.3.1
14982026-07-14T00:10:07.997Z Compiling bit-set v0.8.0
14992026-07-14T00:10:08.028Z Compiling tower v0.5.3
15002026-07-14T00:10:08.061Z Compiling derive_builder_core v0.20.2
15012026-07-14T00:10:08.152Z Compiling hyper-util v0.1.20
15022026-07-14T00:10:08.500Z Compiling dof v0.4.0
15032026-07-14T00:10:08.808Z Compiling dtrace-parser v0.3.0
15042026-07-14T00:10:08.905Z Compiling http-body-util v0.1.3
15052026-07-14T00:10:08.908Z Compiling thiserror-impl v1.0.69
15062026-07-14T00:10:09.145Z Compiling scroll_derive v0.12.1
15072026-07-14T00:10:09.572Z Compiling heapless v0.7.17
15082026-07-14T00:10:09.604Z Compiling rand_xorshift v0.4.0
15092026-07-14T00:10:09.663Z Compiling slog v2.8.2
15102026-07-14T00:10:09.763Z Compiling darling_core v0.21.3
15112026-07-14T00:10:09.830Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-07-14T00:10:09.865Z Compiling thread-id v5.1.0
15132026-07-14T00:10:09.880Z Compiling cookie v0.18.1
15142026-07-14T00:10:09.931Z Compiling unarray v0.1.4
15152026-07-14T00:10:09.945Z Compiling zstd-safe v7.2.4
15162026-07-14T00:10:10.036Z Compiling ryu v1.0.23
15172026-07-14T00:10:10.068Z Compiling paste v1.0.15
15182026-07-14T00:10:10.115Z Compiling adler2 v2.0.1
15192026-07-14T00:10:10.145Z Compiling unicode-bidi v0.3.18
15202026-07-14T00:10:10.215Z Compiling unicode-properties v0.1.4
15212026-07-14T00:10:10.229Z Compiling anyhow v1.0.102
15222026-07-14T00:10:10.242Z Compiling allocator-api2 v0.2.21
15232026-07-14T00:10:10.343Z Compiling iri-string v0.7.10
15242026-07-14T00:10:10.416Z Compiling signal-hook v0.3.18
15252026-07-14T00:10:10.568Z Compiling stringprep v0.1.5
15262026-07-14T00:10:10.663Z Compiling thiserror v1.0.69
15272026-07-14T00:10:10.677Z Compiling miniz_oxide v0.8.9
15282026-07-14T00:10:10.736Z Compiling serde_urlencoded v0.7.1
15292026-07-14T00:10:10.997Z Compiling proptest v1.10.0
15302026-07-14T00:10:11.273Z Compiling scroll v0.12.0
15312026-07-14T00:10:11.519Z Compiling tower-http v0.6.8
15322026-07-14T00:10:11.588Z Compiling derive_builder_macro v0.20.2
15332026-07-14T00:10:11.819Z Compiling tokio-native-tls v0.3.1
15342026-07-14T00:10:11.912Z Compiling camino v1.2.2
15352026-07-14T00:10:11.988Z Compiling bstr v1.12.1
15362026-07-14T00:10:12.051Z Compiling ipnetwork v0.21.1
15372026-07-14T00:10:12.150Z Compiling crypto-common v0.2.2
15382026-07-14T00:10:12.261Z Compiling darling_macro v0.21.3
15392026-07-14T00:10:12.280Z Compiling block-buffer v0.12.1
15402026-07-14T00:10:12.424Z Compiling block-padding v0.4.2
15412026-07-14T00:10:12.464Z Compiling rustls-native-certs v0.8.3
15422026-07-14T00:10:12.582Z Compiling rand_chacha v0.3.1
15432026-07-14T00:10:12.616Z Compiling toml_datetime v0.6.11
15442026-07-14T00:10:12.740Z Compiling serde_tokenstream v0.2.3
15452026-07-14T00:10:12.743Z Compiling serde_spanned v0.6.9
15462026-07-14T00:10:12.866Z Compiling erased-serde v0.3.31
15472026-07-14T00:10:12.881Z Compiling signature v2.2.0
15482026-07-14T00:10:13.059Z Compiling md-5 v0.10.6
15492026-07-14T00:10:13.059Z Compiling pin-project-internal v1.1.11
15502026-07-14T00:10:13.236Z Compiling async-trait v0.1.89
15512026-07-14T00:10:13.349Z Compiling zerocopy-derive v0.7.35
15522026-07-14T00:10:13.363Z Compiling curve25519-dalek v4.1.3
15532026-07-14T00:10:13.703Z Compiling vergen-lib v9.1.0
15542026-07-14T00:10:13.847Z Compiling num-integer v0.1.46
15552026-07-14T00:10:13.898Z Compiling hash32 v0.2.1
15562026-07-14T00:10:14.084Z Compiling memoffset v0.9.1
15572026-07-14T00:10:14.157Z Compiling encoding_rs v0.8.35
15582026-07-14T00:10:14.172Z Compiling smoltcp v0.9.1
15592026-07-14T00:10:14.213Z Compiling zlib-rs v0.6.2
15602026-07-14T00:10:14.245Z Compiling mime v0.3.17
15612026-07-14T00:10:14.289Z Compiling psl-types v2.0.11
15622026-07-14T00:10:14.458Z Compiling litrs v1.0.0
15632026-07-14T00:10:14.569Z Compiling num-bigint-dig v0.8.6
15642026-07-14T00:10:14.582Z Compiling cfg_aliases v0.2.1
15652026-07-14T00:10:14.656Z Compiling rustix v0.38.44
15662026-07-14T00:10:14.770Z Compiling ref-cast v1.0.25
15672026-07-14T00:10:14.970Z Compiling fallible-iterator v0.2.0
15682026-07-14T00:10:15.106Z Compiling document-features v0.2.12
15692026-07-14T00:10:15.163Z Compiling nix v0.31.2
15702026-07-14T00:10:15.283Z Compiling postgres-protocol v0.6.10
15712026-07-14T00:10:15.442Z Compiling hubpack_derive v0.1.1
15722026-07-14T00:10:15.565Z Compiling publicsuffix v2.3.0
15732026-07-14T00:10:15.721Z Compiling zerocopy v0.7.35
15742026-07-14T00:10:15.735Z Compiling pin-project v1.1.11
15752026-07-14T00:10:15.798Z Compiling num-iter v0.1.45
15762026-07-14T00:10:15.899Z Compiling newtype-uuid v1.3.2
15772026-07-14T00:10:15.936Z Compiling rand v0.8.6
15782026-07-14T00:10:16.226Z Compiling darling v0.21.3
15792026-07-14T00:10:16.262Z Compiling inout v0.2.2
15802026-07-14T00:10:16.287Z Compiling oxnet v0.1.6
15812026-07-14T00:10:16.301Z Compiling derive_builder v0.20.2
15822026-07-14T00:10:16.314Z Compiling hyper-tls v0.6.0
15832026-07-14T00:10:16.526Z Compiling goblin v0.8.2
15842026-07-14T00:10:16.968Z Compiling phf_shared v0.13.1
15852026-07-14T00:10:17.054Z Compiling lazy_static v1.5.0
15862026-07-14T00:10:17.054Z Compiling regex v1.12.3
15872026-07-14T00:10:17.147Z Compiling flate2 v1.1.9
15882026-07-14T00:10:17.205Z Compiling anstyle-parse v0.2.7
15892026-07-14T00:10:17.219Z Compiling futures-executor v0.3.32
15902026-07-14T00:10:17.391Z Compiling hex v0.4.3
15912026-07-14T00:10:17.472Z Compiling terminal_size v0.4.3
15922026-07-14T00:10:17.490Z Compiling daft-derive v0.1.7
15932026-07-14T00:10:17.520Z Compiling snafu-derive v0.8.9
15942026-07-14T00:10:17.548Z Compiling strum_macros v0.27.2
15952026-07-14T00:10:17.604Z Compiling ref-cast-impl v1.0.25
15962026-07-14T00:10:17.650Z Compiling curve25519-dalek-derive v0.1.1
15972026-07-14T00:10:18.157Z Compiling vergen v9.1.0
15982026-07-14T00:10:18.215Z Compiling cargo-platform v0.3.2
15992026-07-14T00:10:18.300Z Compiling ff v0.13.1
16002026-07-14T00:10:18.351Z Compiling fs-err v3.3.0
16012026-07-14T00:10:18.439Z Compiling ahash v0.8.12
16022026-07-14T00:10:18.483Z Compiling object v0.37.3
16032026-07-14T00:10:18.555Z Compiling managed v0.8.0
16042026-07-14T00:10:18.660Z Compiling foldhash v0.1.5
16052026-07-14T00:10:18.764Z Compiling foldhash v0.2.0
16062026-07-14T00:10:18.778Z Compiling same-file v1.0.6
16072026-07-14T00:10:18.833Z Compiling bumpalo v3.20.2
16082026-07-14T00:10:18.936Z Compiling winnow v0.5.40
16092026-07-14T00:10:18.981Z Compiling libbz2-rs-sys v0.2.2
16102026-07-14T00:10:19.079Z Compiling bitflags v1.3.2
16112026-07-14T00:10:19.156Z Compiling unicode-segmentation v1.12.0
16122026-07-14T00:10:19.441Z Compiling base16ct v0.2.0
16132026-07-14T00:10:19.570Z Compiling strum v0.27.2
16142026-07-14T00:10:19.594Z Compiling sec1 v0.7.3
16152026-07-14T00:10:19.620Z Compiling snafu v0.8.9
16162026-07-14T00:10:19.696Z Compiling bzip2 v0.6.1
16172026-07-14T00:10:19.867Z Compiling clap_builder v4.6.0
16182026-07-14T00:10:19.904Z Compiling zopfli v0.8.3
16192026-07-14T00:10:19.973Z Compiling hashbrown v0.16.1
16202026-07-14T00:10:20.002Z Compiling walkdir v2.5.0
16212026-07-14T00:10:20.308Z Compiling toml_edit v0.19.15
16222026-07-14T00:10:20.374Z Compiling hashbrown v0.15.5
16232026-07-14T00:10:20.554Z Compiling dof v0.3.0
16242026-07-14T00:10:20.616Z Compiling group v0.13.0
16252026-07-14T00:10:20.675Z Compiling cargo_metadata v0.23.1
16262026-07-14T00:10:20.923Z Compiling daft v0.1.7
16272026-07-14T00:10:21.252Z Compiling futures v0.3.32
16282026-07-14T00:10:21.302Z Compiling anstream v0.6.21
16292026-07-14T00:10:21.333Z Compiling phf v0.13.1
16302026-07-14T00:10:21.598Z Compiling signal-hook-mio v0.2.5
16312026-07-14T00:10:21.933Z Compiling cookie_store v0.22.1
16322026-07-14T00:10:22.018Z Compiling zstd v0.13.3
16332026-07-14T00:10:22.080Z Compiling bzip2 v0.4.4
16342026-07-14T00:10:22.279Z Compiling reqwest v0.12.28
16352026-07-14T00:10:22.304Z Compiling cipher v0.5.2
16362026-07-14T00:10:22.571Z Compiling serde_with_macros v3.17.0
16372026-07-14T00:10:22.598Z Compiling hubpack v0.1.2
16382026-07-14T00:10:22.840Z Compiling postgres-types v0.2.12
16392026-07-14T00:10:22.935Z Compiling usdt-macro v0.6.0
16402026-07-14T00:10:23.391Z Compiling usdt-attr-macro v0.6.0
16412026-07-14T00:10:23.691Z Compiling ed25519 v2.2.3
16422026-07-14T00:10:23.714Z Compiling globset v0.4.18
16432026-07-14T00:10:23.785Z Compiling dtrace-parser v0.2.0
16442026-07-14T00:10:24.013Z Compiling phf_shared v0.11.3
16452026-07-14T00:10:24.196Z Compiling hkdf v0.12.4
16462026-07-14T00:10:24.202Z Compiling olpc-cjson v0.1.4
16472026-07-14T00:10:24.367Z Compiling pkcs1 v0.7.5
16482026-07-14T00:10:24.385Z Compiling pem v3.0.6
16492026-07-14T00:10:24.415Z Compiling serde-big-array v0.5.1
16502026-07-14T00:10:24.555Z Compiling serde_plain v1.0.2
16512026-07-14T00:10:24.555Z Compiling crypto-bigint v0.5.5
16522026-07-14T00:10:24.638Z Compiling strum_macros v0.26.4
16532026-07-14T00:10:24.702Z Compiling serde_repr v0.1.20
16542026-07-14T00:10:24.747Z Compiling async-recursion v1.1.1
16552026-07-14T00:10:24.761Z Compiling clap_derive v4.6.1
16562026-07-14T00:10:25.244Z Compiling enum-as-inner v0.6.1
16572026-07-14T00:10:25.409Z Compiling float-cmp v0.10.0
16582026-07-14T00:10:25.559Z Compiling thread-id v4.2.2
16592026-07-14T00:10:25.645Z Compiling memmap2 v0.9.10
16602026-07-14T00:10:25.763Z Compiling env_filter v1.0.0
16612026-07-14T00:10:25.860Z Compiling whoami v2.1.0
16622026-07-14T00:10:26.018Z Compiling precomputed-hash v0.1.1
16632026-07-14T00:10:26.064Z Compiling jiff v0.2.21
16642026-07-14T00:10:26.104Z Compiling winnow v1.0.3
16652026-07-14T00:10:26.242Z Compiling typed-path v0.9.3
16662026-07-14T00:10:26.395Z Compiling either v1.15.0
16672026-07-14T00:10:26.452Z Compiling fixedbitset v0.4.2
16682026-07-14T00:10:26.528Z Compiling normalize-line-endings v0.3.0
16692026-07-14T00:10:26.594Z Compiling static_assertions v1.1.0
16702026-07-14T00:10:26.622Z Compiling fixedbitset v0.5.7
16712026-07-14T00:10:26.657Z Compiling cpufeatures v0.3.0
16722026-07-14T00:10:26.671Z Compiling keccak v0.1.6
16732026-07-14T00:10:26.684Z Compiling new_debug_unreachable v1.0.6
16742026-07-14T00:10:26.733Z Compiling predicates-core v1.0.10
16752026-07-14T00:10:26.752Z Compiling data-encoding v2.10.0
16762026-07-14T00:10:26.904Z Compiling const-oid v0.10.2
16772026-07-14T00:10:26.918Z Compiling difflib v0.4.0
16782026-07-14T00:10:27.103Z Compiling digest v0.11.3
16792026-07-14T00:10:27.158Z Compiling predicates v3.1.4
16802026-07-14T00:10:27.325Z Compiling hickory-proto v0.25.2
16812026-07-14T00:10:27.400Z Compiling toml_edit v0.22.27
16822026-07-14T00:10:27.430Z Compiling petgraph v0.8.3
16832026-07-14T00:10:27.444Z Compiling sha3 v0.10.8
16842026-07-14T00:10:27.457Z Compiling string_cache v0.8.9
16852026-07-14T00:10:27.679Z Compiling chacha20 v0.10.0
16862026-07-14T00:10:27.793Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16872026-07-14T00:10:27.882Z Compiling petgraph v0.6.5
16882026-07-14T00:10:28.038Z Compiling itertools v0.13.0
16892026-07-14T00:10:29.251Z Compiling zip v4.6.1
16902026-07-14T00:10:29.341Z Compiling clap v4.6.1
16912026-07-14T00:10:29.379Z Compiling toml_parser v1.1.2+spec-1.1.0
16922026-07-14T00:10:29.444Z Compiling strum v0.26.3
16932026-07-14T00:10:29.574Z Compiling tokio-postgres v0.7.16
16942026-07-14T00:10:30.014Z Compiling env_logger v0.11.9
16952026-07-14T00:10:30.146Z Compiling usdt v0.6.0
16962026-07-14T00:10:30.236Z Compiling usdt-impl v0.5.0
16972026-07-14T00:10:30.251Z Compiling elliptic-curve v0.13.8
16982026-07-14T00:10:30.371Z Compiling rsa v0.9.10
16992026-07-14T00:10:30.409Z Compiling ed25519-dalek v2.2.0
17002026-07-14T00:10:30.647Z Compiling crossterm v0.28.1
17012026-07-14T00:10:30.650Z Compiling serde_with v3.17.0
17022026-07-14T00:10:31.054Z Compiling zip v0.6.6
17032026-07-14T00:10:31.818Z Compiling toml v0.7.8
17042026-07-14T00:10:31.934Z Compiling iddqd v0.4.2
17052026-07-14T00:10:32.382Z Compiling similar v2.7.0
17062026-07-14T00:10:32.415Z Compiling heck v0.4.1
17072026-07-14T00:10:32.440Z Compiling crossbeam-epoch v0.9.18
17082026-07-14T00:10:32.514Z Compiling tokio-stream v0.1.18
17092026-07-14T00:10:32.640Z Compiling buf-list v1.1.2
17102026-07-14T00:10:32.764Z Compiling x509-cert v0.2.5
17112026-07-14T00:10:32.912Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17122026-07-14T00:10:32.976Z Compiling openapiv3 v2.2.0
17132026-07-14T00:10:33.203Z Compiling lalrpop-util v0.19.12
17142026-07-14T00:10:33.218Z Compiling peg-runtime v0.8.5
17152026-07-14T00:10:33.232Z Compiling thread_local v1.1.9
17162026-07-14T00:10:33.396Z Compiling slog-async v2.8.0
17172026-07-14T00:10:33.480Z Compiling crossbeam-channel v0.5.15
17182026-07-14T00:10:33.493Z Compiling is-terminal v0.4.17
17192026-07-14T00:10:33.587Z Compiling filetime v0.2.27
17202026-07-14T00:10:33.654Z Compiling take_mut v0.2.2
17212026-07-14T00:10:33.721Z Compiling xattr v1.6.1
17222026-07-14T00:10:33.757Z Compiling term v1.2.1
17232026-07-14T00:10:33.771Z Compiling camino-tempfile v1.4.1
17242026-07-14T00:10:33.886Z Compiling tar v0.4.45
17252026-07-14T00:10:34.330Z Compiling slog-term v2.9.2
17262026-07-14T00:10:44.005Z Compiling rustls-webpki v0.103.13
17272026-07-14T00:10:46.714Z Compiling tokio-rustls v0.26.4
17282026-07-14T00:10:46.714Z Compiling rustls-platform-verifier v0.6.2
17292026-07-14T00:10:46.714Z Compiling tough v0.22.0
17302026-07-14T00:10:46.940Z Compiling hyper-rustls v0.27.7
17312026-07-14T00:10:47.134Z Compiling reqwest v0.13.2
17322026-07-14T00:10:49.348Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17332026-07-14T00:10:49.575Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17342026-07-14T00:10:52.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17352026-07-14T00:10:52.522Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17362026-07-14T00:10:52.575ZJul 14 00:10:50.806 INFO Starting download, target: Console
17372026-07-14T00:10:52.575ZJul 14 00:10:50.807 INFO Starting download, target: Cockroach
17382026-07-14T00:10:52.575ZJul 14 00:10:50.807 INFO Starting download, target: Clickhouse
17392026-07-14T00:10:52.575ZJul 14 00:10:50.807 INFO Starting download, target: DendriteStub
17402026-07-14T00:10:52.575ZJul 14 00:10:50.807 INFO Starting download, target: MaghemiteMgd
17412026-07-14T00:10:52.579ZJul 14 00:10:50.807 INFO Starting download, target: MaghemiteDdmd
17422026-07-14T00:10:52.579ZJul 14 00:10:50.807 INFO Starting download, target: TransceiverControl
17432026-07-14T00:10:52.579ZJul 14 00:10:50.807 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17442026-07-14T00:10:52.579ZJul 14 00:10:50.807 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17452026-07-14T00:10:52.579ZJul 14 00:10:50.807 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17462026-07-14T00:10:52.579ZJul 14 00:10:50.807 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17472026-07-14T00:10:52.579ZJul 14 00:10:50.807 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17482026-07-14T00:10:52.579ZJul 14 00:10:50.807 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17492026-07-14T00:10:52.579ZJul 14 00:10:50.807 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17502026-07-14T00:10:54.370ZJul 14 00:10:52.594 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17512026-07-14T00:10:54.633ZJul 14 00:10:52.852 INFO Download complete, target: Console
17522026-07-14T00:10:54.649ZJul 14 00:10:52.864 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17532026-07-14T00:10:54.859ZJul 14 00:10:53.068 INFO Download complete, target: TransceiverControl
17542026-07-14T00:10:55.085ZJul 14 00:10:53.303 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17552026-07-14T00:10:56.169ZJul 14 00:10:54.399 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17562026-07-14T00:10:56.207ZJul 14 00:10:54.429 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17572026-07-14T00:10:56.419ZJul 14 00:10:54.647 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17582026-07-14T00:10:57.101ZJul 14 00:10:55.333 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17592026-07-14T00:10:57.101ZJul 14 00:10:55.333 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17602026-07-14T00:10:58.223ZJul 14 00:10:56.448 INFO Download complete, target: MaghemiteDdmd
17612026-07-14T00:10:58.698ZJul 14 00:10:56.913 INFO Download complete, target: DendriteStub
17622026-07-14T00:10:59.003ZJul 14 00:10:57.228 INFO Download complete, target: MaghemiteMgd
17632026-07-14T00:11:01.616ZJul 14 00:10:59.847 INFO Checking that binary works, target: Cockroach
17642026-07-14T00:11:01.731ZJul 14 00:10:59.963 INFO Download complete, target: Cockroach
17652026-07-14T00:11:01.782ZJul 14 00:11:00.010 INFO Checking that binary works, target: Clickhouse
17662026-07-14T00:11:01.925ZJul 14 00:11:00.153 INFO Download complete, target: Clickhouse
17672026-07-14T00:11:01.953ZAll builder prerequisites installed successfully, and PATH looks valid
17682026-07-14T00:11:01.959Z
17692026-07-14T00:11:01.959Zreal 1:59.703698292
17702026-07-14T00:11:01.959Zuser 6:36.248000617
17712026-07-14T00:11:01.959Zsys 1:20.888999841
17722026-07-14T00:11:01.959Ztrap 0.219138429
17732026-07-14T00:11:01.959Ztflt 0.646147073
17742026-07-14T00:11:01.959Zdflt 0.793975990
17752026-07-14T00:11:01.959Zkflt 0.024916795
17762026-07-14T00:11:01.959Zlock 21:55.757185896
17772026-07-14T00:11:01.959Zslp 20:11.063885476
17782026-07-14T00:11:01.959Zlat 40.506676245
17792026-07-14T00:11:01.959Zstop 1:55.375110949
17802026-07-14T00:11:01.959Z+ banner hack-check
17812026-07-14T00:11:01.960Z
17822026-07-14T00:11:01.960Z # # ## #### # # #### # # ###### #### # #
17832026-07-14T00:11:01.960Z # # # # # # # # # # # # # # # # #
17842026-07-14T00:11:01.960Z ###### # # # #### ##### # ###### ##### # ####
17852026-07-14T00:11:01.960Z # # ###### # # # # # # # # # #
17862026-07-14T00:11:01.960Z # # # # # # # # # # # # # # # # #
17872026-07-14T00:11:01.960Z # # # # #### # # #### # # ###### #### # #
17882026-07-14T00:11:01.960Z
17892026-07-14T00:11:01.960Z+ export CARGO_INCREMENTAL=0
17902026-07-14T00:11:01.960Z+ CARGO_INCREMENTAL=0
17912026-07-14T00:11:01.960Z+ ptime -m timeout 2h cargo xtask check-features --ci
17922026-07-14T00:11:02.393Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17932026-07-14T00:11:02.674Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17942026-07-14T00:11:04.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17952026-07-14T00:11:04.600Z Running `target/debug/xtask check-features --ci`
17962026-07-14T00:11:04.625Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17972026-07-14T00:11:04.627Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17982026-07-14T00:11:05.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17992026-07-14T00:11:05.056Z Running `target/debug/xtask download cargo-hack`
18002026-07-14T00:11:05.794Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18012026-07-14T00:11:06.114Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18022026-07-14T00:11:08.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
18032026-07-14T00:11:08.773Z Running `target/debug/xtask-downloader cargo-hack`
18042026-07-14T00:11:08.816ZJul 14 00:11:07.048 INFO Starting download, target: CargoHack
18052026-07-14T00:11:08.819ZJul 14 00:11:07.048 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18062026-07-14T00:11:09.180ZJul 14 00:11:07.412 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18072026-07-14T00:11:09.228ZJul 14 00:11:07.459 INFO Download complete, target: CargoHack
18082026-07-14T00:11:09.230Zrunning: "/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"
18092026-07-14T00:11:09.244Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18102026-07-14T00:11:09.401Zinfo: running `cargo check --bins` on api_identity (1/301)
18112026-07-14T00:11:09.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-07-14T00:11:09.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-07-14T00:11:09.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-07-14T00:11:09.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18152026-07-14T00:11:09.906Z
18162026-07-14T00:11:09.907Zinfo: running `cargo check --bins` on bootstore (2/301)
18172026-07-14T00:11:10.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-07-14T00:11:10.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-07-14T00:11:10.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-07-14T00:11:10.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18212026-07-14T00:11:10.414Z
18222026-07-14T00:11:10.414Zinfo: running `cargo check --bins` on omicron-ledger (3/301)
18232026-07-14T00:11:10.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-07-14T00:11:10.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-07-14T00:11:10.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-07-14T00:11:10.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18272026-07-14T00:11:10.922Z
18282026-07-14T00:11:10.923Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301)
18292026-07-14T00:11:11.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-07-14T00:11:11.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-07-14T00:11:11.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-07-14T00:11:11.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18332026-07-14T00:11:11.427Z
18342026-07-14T00:11:11.427Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301)
18352026-07-14T00:11:11.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-07-14T00:11:11.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-07-14T00:11:11.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-07-14T00:11:11.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18392026-07-14T00:11:11.936Z
18402026-07-14T00:11:11.936Zinfo: running `cargo check --bins` on omicron-certificates (6/301)
18412026-07-14T00:11:12.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-07-14T00:11:12.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-07-14T00:11:12.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-07-14T00:11:12.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18452026-07-14T00:11:12.459Z
18462026-07-14T00:11:12.459Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/301)
18472026-07-14T00:11:12.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-07-14T00:11:12.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-07-14T00:11:12.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-07-14T00:11:12.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18512026-07-14T00:11:12.976Z
18522026-07-14T00:11:12.976Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301)
18532026-07-14T00:11:13.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-07-14T00:11:13.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-07-14T00:11:13.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-07-14T00:11:13.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18572026-07-14T00:11:13.507Z
18582026-07-14T00:11:13.507Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301)
18592026-07-14T00:11:13.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-07-14T00:11:13.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-07-14T00:11:13.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-07-14T00:11:13.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18632026-07-14T00:11:13.909Z
18642026-07-14T00:11:13.909Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301)
18652026-07-14T00:11:14.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-07-14T00:11:14.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-07-14T00:11:14.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-07-14T00:11:14.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18692026-07-14T00:11:14.304Z
18702026-07-14T00:11:14.304Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301)
18712026-07-14T00:11:14.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-07-14T00:11:14.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-07-14T00:11:14.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-07-14T00:11:14.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18752026-07-14T00:11:14.700Z
18762026-07-14T00:11:14.700Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301)
18772026-07-14T00:11:15.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-07-14T00:11:15.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-07-14T00:11:15.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-07-14T00:11:15.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18812026-07-14T00:11:15.095Z
18822026-07-14T00:11:15.095Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301)
18832026-07-14T00:11:15.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-07-14T00:11:15.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-07-14T00:11:15.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-07-14T00:11:15.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18872026-07-14T00:11:15.489Z
18882026-07-14T00:11:15.489Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301)
18892026-07-14T00:11:15.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-07-14T00:11:15.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-07-14T00:11:15.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-07-14T00:11:15.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18932026-07-14T00:11:15.885Z
18942026-07-14T00:11:15.885Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301)
18952026-07-14T00:11:16.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-07-14T00:11:16.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-07-14T00:11:16.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-07-14T00:11:16.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18992026-07-14T00:11:16.279Z
19002026-07-14T00:11:16.279Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301)
19012026-07-14T00:11:16.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-07-14T00:11:16.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-07-14T00:11:16.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-07-14T00:11:16.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19052026-07-14T00:11:16.674Z
19062026-07-14T00:11:16.675Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301)
19072026-07-14T00:11:17.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-07-14T00:11:17.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-07-14T00:11:17.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-07-14T00:11:17.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19112026-07-14T00:11:17.070Z
19122026-07-14T00:11:17.070Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301)
19132026-07-14T00:11:17.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-07-14T00:11:17.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-07-14T00:11:17.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-07-14T00:11:17.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19172026-07-14T00:11:17.465Z
19182026-07-14T00:11:17.465Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301)
19192026-07-14T00:11:17.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-07-14T00:11:17.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-07-14T00:11:17.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-07-14T00:11:17.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19232026-07-14T00:11:17.863Z
19242026-07-14T00:11:17.863Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301)
19252026-07-14T00:11:18.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-07-14T00:11:18.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-07-14T00:11:18.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-07-14T00:11:18.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19292026-07-14T00:11:18.260Z
19302026-07-14T00:11:18.260Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301)
19312026-07-14T00:11:18.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-07-14T00:11:18.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-07-14T00:11:18.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-07-14T00:11:18.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19352026-07-14T00:11:18.659Z
19362026-07-14T00:11:18.659Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301)
19372026-07-14T00:11:19.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-07-14T00:11:19.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-07-14T00:11:19.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-07-14T00:11:19.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19412026-07-14T00:11:19.061Z
19422026-07-14T00:11:19.061Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301)
19432026-07-14T00:11:19.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-07-14T00:11:19.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-07-14T00:11:19.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-07-14T00:11:19.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19472026-07-14T00:11:19.458Z
19482026-07-14T00:11:19.458Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301)
19492026-07-14T00:11:19.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-07-14T00:11:19.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-07-14T00:11:19.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-07-14T00:11:19.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19532026-07-14T00:11:19.857Z
19542026-07-14T00:11:19.857Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301)
19552026-07-14T00:11:20.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-07-14T00:11:20.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-07-14T00:11:20.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-07-14T00:11:20.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19592026-07-14T00:11:20.250Z
19602026-07-14T00:11:20.250Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301)
19612026-07-14T00:11:20.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-07-14T00:11:20.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-07-14T00:11:20.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-07-14T00:11:20.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19652026-07-14T00:11:20.647Z
19662026-07-14T00:11:20.647Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301)
19672026-07-14T00:11:20.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-07-14T00:11:20.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-07-14T00:11:20.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-07-14T00:11:20.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19712026-07-14T00:11:21.042Z
19722026-07-14T00:11:21.042Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301)
19732026-07-14T00:11:21.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-07-14T00:11:21.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-07-14T00:11:21.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-07-14T00:11:21.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19772026-07-14T00:11:21.438Z
19782026-07-14T00:11:21.438Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301)
19792026-07-14T00:11:21.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-07-14T00:11:21.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-07-14T00:11:21.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-07-14T00:11:21.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19832026-07-14T00:11:21.835Z
19842026-07-14T00:11:21.835Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301)
19852026-07-14T00:11:22.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-07-14T00:11:22.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-07-14T00:11:22.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-07-14T00:11:22.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19892026-07-14T00:11:22.229Z
19902026-07-14T00:11:22.229Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301)
19912026-07-14T00:11:22.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-07-14T00:11:22.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-07-14T00:11:22.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-07-14T00:11:22.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19952026-07-14T00:11:22.624Z
19962026-07-14T00:11:22.625Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301)
19972026-07-14T00:11:22.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-07-14T00:11:22.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-07-14T00:11:22.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-07-14T00:11:22.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20012026-07-14T00:11:23.019Z
20022026-07-14T00:11:23.019Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301)
20032026-07-14T00:11:23.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-07-14T00:11:23.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-07-14T00:11:23.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-07-14T00:11:23.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20072026-07-14T00:11:23.414Z
20082026-07-14T00:11:23.414Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301)
20092026-07-14T00:11:23.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-07-14T00:11:23.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-07-14T00:11:23.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-07-14T00:11:23.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20132026-07-14T00:11:23.809Z
20142026-07-14T00:11:23.809Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301)
20152026-07-14T00:11:24.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-07-14T00:11:24.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-07-14T00:11:24.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-07-14T00:11:24.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20192026-07-14T00:11:24.204Z
20202026-07-14T00:11:24.204Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301)
20212026-07-14T00:11:24.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-07-14T00:11:24.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-07-14T00:11:24.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-07-14T00:11:24.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20252026-07-14T00:11:24.599Z
20262026-07-14T00:11:24.599Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301)
20272026-07-14T00:11:24.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-07-14T00:11:24.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-07-14T00:11:24.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-07-14T00:11:24.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20312026-07-14T00:11:24.997Z
20322026-07-14T00:11:24.997Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301)
20332026-07-14T00:11:25.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-07-14T00:11:25.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-07-14T00:11:25.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-07-14T00:11:25.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20372026-07-14T00:11:25.391Z
20382026-07-14T00:11:25.391Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301)
20392026-07-14T00:11:25.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-07-14T00:11:25.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-07-14T00:11:25.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-07-14T00:11:25.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20432026-07-14T00:11:25.790Z
20442026-07-14T00:11:25.790Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301)
20452026-07-14T00:11:26.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-07-14T00:11:26.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-07-14T00:11:26.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-07-14T00:11:26.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20492026-07-14T00:11:26.188Z
20502026-07-14T00:11:26.188Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301)
20512026-07-14T00:11:26.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-07-14T00:11:26.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-07-14T00:11:26.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-07-14T00:11:26.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20552026-07-14T00:11:26.586Z
20562026-07-14T00:11:26.586Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301)
20572026-07-14T00:11:26.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-07-14T00:11:26.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-07-14T00:11:26.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-07-14T00:11:26.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20612026-07-14T00:11:26.984Z
20622026-07-14T00:11:26.984Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301)
20632026-07-14T00:11:27.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-07-14T00:11:27.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-07-14T00:11:27.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-07-14T00:11:27.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20672026-07-14T00:11:27.382Z
20682026-07-14T00:11:27.382Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301)
20692026-07-14T00:11:27.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-07-14T00:11:27.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-07-14T00:11:27.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-07-14T00:11:27.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20732026-07-14T00:11:27.780Z
20742026-07-14T00:11:27.780Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301)
20752026-07-14T00:11:28.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-07-14T00:11:28.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-07-14T00:11:28.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-07-14T00:11:28.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20792026-07-14T00:11:28.179Z
20802026-07-14T00:11:28.179Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301)
20812026-07-14T00:11:28.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-07-14T00:11:28.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-07-14T00:11:28.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-07-14T00:11:28.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20852026-07-14T00:11:28.576Z
20862026-07-14T00:11:28.576Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301)
20872026-07-14T00:11:28.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-07-14T00:11:28.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-07-14T00:11:28.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-07-14T00:11:28.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20912026-07-14T00:11:28.974Z
20922026-07-14T00:11:28.974Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301)
20932026-07-14T00:11:29.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-07-14T00:11:29.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-07-14T00:11:29.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-07-14T00:11:29.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20972026-07-14T00:11:29.371Z
20982026-07-14T00:11:29.371Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301)
20992026-07-14T00:11:29.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-07-14T00:11:29.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-07-14T00:11:29.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-07-14T00:11:29.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21032026-07-14T00:11:29.935Z
21042026-07-14T00:11:29.936Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301)
21052026-07-14T00:11:30.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-07-14T00:11:30.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-07-14T00:11:30.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-07-14T00:11:30.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21092026-07-14T00:11:30.558Z
21102026-07-14T00:11:30.558Zinfo: running `cargo check --bins` on nexus-config (51/301)
21112026-07-14T00:11:30.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-07-14T00:11:30.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-07-14T00:11:30.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-07-14T00:11:30.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21152026-07-14T00:11:31.061Z
21162026-07-14T00:11:31.061Zinfo: running `cargo check --bins` on nexus-types (52/301)
21172026-07-14T00:11:31.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-07-14T00:11:31.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-07-14T00:11:31.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-07-14T00:11:31.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21212026-07-14T00:11:31.624Z
21222026-07-14T00:11:31.624Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301)
21232026-07-14T00:11:32.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-07-14T00:11:32.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-07-14T00:11:32.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-07-14T00:11:32.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21272026-07-14T00:11:32.157Z
21282026-07-14T00:11:32.157Zinfo: running `cargo check --bins` on omicron-passwords (54/301)
21292026-07-14T00:11:32.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-07-14T00:11:32.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-07-14T00:11:32.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-07-14T00:11:32.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21332026-07-14T00:11:32.673Z
21342026-07-14T00:11:32.673Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/301)
21352026-07-14T00:11:33.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-07-14T00:11:33.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-07-14T00:11:33.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-07-14T00:11:33.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21392026-07-14T00:11:33.208Z
21402026-07-14T00:11:33.208Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301)
21412026-07-14T00:11:33.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-07-14T00:11:33.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-07-14T00:11:33.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-07-14T00:11:33.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21452026-07-14T00:11:33.741Z
21462026-07-14T00:11:33.741Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301)
21472026-07-14T00:11:34.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-07-14T00:11:34.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-07-14T00:11:34.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-07-14T00:11:34.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21512026-07-14T00:11:34.275Z
21522026-07-14T00:11:34.275Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301)
21532026-07-14T00:11:34.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-07-14T00:11:34.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-07-14T00:11:34.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-07-14T00:11:34.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21572026-07-14T00:11:34.807Z
21582026-07-14T00:11:34.807Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301)
21592026-07-14T00:11:35.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-07-14T00:11:35.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-07-14T00:11:35.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-07-14T00:11:35.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21632026-07-14T00:11:35.321Z
21642026-07-14T00:11:35.321Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301)
21652026-07-14T00:11:35.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-07-14T00:11:35.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-07-14T00:11:35.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-07-14T00:11:35.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21692026-07-14T00:11:35.841Z
21702026-07-14T00:11:35.841Zinfo: running `cargo check --bins --no-default-features` on gfss (61/301)
21712026-07-14T00:11:36.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-07-14T00:11:36.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-07-14T00:11:36.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-07-14T00:11:36.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21752026-07-14T00:11:36.352Z
21762026-07-14T00:11:36.352Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301)
21772026-07-14T00:11:36.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-07-14T00:11:36.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-07-14T00:11:36.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-07-14T00:11:36.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21812026-07-14T00:11:36.864Z
21822026-07-14T00:11:36.864Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/301)
21832026-07-14T00:11:37.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-07-14T00:11:37.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-07-14T00:11:37.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-07-14T00:11:37.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21872026-07-14T00:11:37.392Z
21882026-07-14T00:11:37.392Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/301)
21892026-07-14T00:11:37.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-07-14T00:11:37.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-07-14T00:11:37.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-07-14T00:11:37.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21932026-07-14T00:11:37.919Z
21942026-07-14T00:11:37.920Zinfo: running `cargo check --bins` on cockroach-admin-types (65/301)
21952026-07-14T00:11:38.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-07-14T00:11:38.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-07-14T00:11:38.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-07-14T00:11:38.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21992026-07-14T00:11:38.437Z
22002026-07-14T00:11:38.437Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/301)
22012026-07-14T00:11:38.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-07-14T00:11:38.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-07-14T00:11:38.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-07-14T00:11:38.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22052026-07-14T00:11:38.954Z
22062026-07-14T00:11:38.954Zinfo: running `cargo check --bins` on ereport-types (67/301)
22072026-07-14T00:11:39.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-07-14T00:11:39.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-07-14T00:11:39.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-07-14T00:11:39.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22112026-07-14T00:11:39.475Z
22122026-07-14T00:11:39.475Zinfo: running `cargo check --bins` on gateway-client (68/301)
22132026-07-14T00:11:39.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-07-14T00:11:39.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-07-14T00:11:39.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-07-14T00:11:39.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22172026-07-14T00:11:40.002Z
22182026-07-14T00:11:40.002Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/301)
22192026-07-14T00:11:40.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-07-14T00:11:40.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-07-14T00:11:40.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-07-14T00:11:40.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22232026-07-14T00:11:40.523Z
22242026-07-14T00:11:40.523Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301)
22252026-07-14T00:11:40.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-07-14T00:11:40.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-07-14T00:11:40.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-07-14T00:11:40.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22292026-07-14T00:11:41.048Z
22302026-07-14T00:11:41.048Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301)
22312026-07-14T00:11:41.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-07-14T00:11:41.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-07-14T00:11:41.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-07-14T00:11:41.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22352026-07-14T00:11:41.569Z
22362026-07-14T00:11:41.569Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301)
22372026-07-14T00:11:42.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-07-14T00:11:42.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-07-14T00:11:42.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-07-14T00:11:42.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22412026-07-14T00:11:42.093Z
22422026-07-14T00:11:42.093Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/301)
22432026-07-14T00:11:42.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-07-14T00:11:42.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-07-14T00:11:42.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-07-14T00:11:42.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22472026-07-14T00:11:42.634Z
22482026-07-14T00:11:42.634Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301)
22492026-07-14T00:11:43.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-07-14T00:11:43.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-07-14T00:11:43.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-07-14T00:11:43.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22532026-07-14T00:11:43.179Z
22542026-07-14T00:11:43.179Zinfo: running `cargo check --bins` on key-manager-types (75/301)
22552026-07-14T00:11:43.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-07-14T00:11:43.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-07-14T00:11:43.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-07-14T00:11:43.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22592026-07-14T00:11:43.690Z
22602026-07-14T00:11:43.690Zinfo: running `cargo check --bins` on oxlog (76/301)
22612026-07-14T00:11:44.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-07-14T00:11:44.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-07-14T00:11:44.244Z Checking cfg-if v1.0.4
22642026-07-14T00:11:44.247Z Checking libc v0.2.185
22652026-07-14T00:11:44.247Z Checking serde_core v1.0.228
22662026-07-14T00:11:44.358Z Checking memchr v2.8.0
22672026-07-14T00:11:44.358Z Checking zeroize v1.8.2
22682026-07-14T00:11:44.374Z Checking log v0.4.29
22692026-07-14T00:11:44.384Z Checking smallvec v1.15.1
22702026-07-14T00:11:44.394Z Checking subtle v2.6.1
22712026-07-14T00:11:44.404Z Checking itoa v1.0.17
22722026-07-14T00:11:44.508Z Checking scopeguard v1.2.0
22732026-07-14T00:11:44.527Z Checking typenum v1.20.1
22742026-07-14T00:11:44.538Z Checking stable_deref_trait v1.2.1
22752026-07-14T00:11:44.549Z Checking zerofrom v0.1.6
22762026-07-14T00:11:44.563Z Checking pin-project-lite v0.2.17
22772026-07-14T00:11:44.602Z Checking lock_api v0.4.14
22782026-07-14T00:11:44.614Z Checking portable-atomic v1.13.1
22792026-07-14T00:11:44.646Z Checking futures-core v0.3.32
22802026-07-14T00:11:44.657Z Checking yoke v0.8.1
22812026-07-14T00:11:44.718Z Checking critical-section v1.2.0
22822026-07-14T00:11:44.731Z Checking errno v0.3.14
22832026-07-14T00:11:44.760Z Checking getrandom v0.2.17
22842026-07-14T00:11:44.799Z Checking parking_lot_core v0.9.12
22852026-07-14T00:11:44.810Z Checking mio v1.2.0
22862026-07-14T00:11:44.820Z Checking zerovec v0.11.5
22872026-07-14T00:11:44.837Z Checking signal-hook-registry v1.4.8
22882026-07-14T00:11:44.899Z Checking rand_core v0.6.4
22892026-07-14T00:11:44.978Z Checking parking_lot v0.12.5
22902026-07-14T00:11:44.990Z Checking zerocopy v0.8.40
22912026-07-14T00:11:45.010Z Checking once_cell v1.21.3
22922026-07-14T00:11:45.070Z Checking const-oid v0.9.6
22932026-07-14T00:11:45.082Z Checking zmij v1.0.21
22942026-07-14T00:11:45.157Z Checking rand_core v0.10.0
22952026-07-14T00:11:45.174Z Checking socket2 v0.6.3
22962026-07-14T00:11:45.253Z Checking tinystr v0.8.2
22972026-07-14T00:11:45.278Z Checking generic-array v0.14.7
22982026-07-14T00:11:45.301Z Checking getrandom v0.4.1
22992026-07-14T00:11:45.322Z Checking libm v0.2.16
23002026-07-14T00:11:45.411Z Checking equivalent v1.0.2
23012026-07-14T00:11:45.424Z Checking percent-encoding v2.3.2
23022026-07-14T00:11:45.443Z Checking litemap v0.8.1
23032026-07-14T00:11:45.486Z Checking writeable v0.6.2
23042026-07-14T00:11:45.555Z Checking potential_utf v0.1.4
23052026-07-14T00:11:45.608Z Checking zerotrie v0.2.3
23062026-07-14T00:11:45.638Z Checking icu_locale_core v2.1.1
23072026-07-14T00:11:45.676Z Checking futures-sink v0.3.32
23082026-07-14T00:11:45.721Z Checking icu_collections v2.1.1
23092026-07-14T00:11:45.752Z Checking slab v0.4.12
23102026-07-14T00:11:45.767Z Checking futures-channel v0.3.32
23112026-07-14T00:11:45.839Z Checking serde v1.0.228
23122026-07-14T00:11:45.842Z Checking bitflags v2.11.0
23132026-07-14T00:11:45.899Z Checking serde_json v1.0.150
23142026-07-14T00:11:45.951Z Checking futures-task v0.3.32
23152026-07-14T00:11:45.999Z Checking futures-io v0.3.32
23162026-07-14T00:11:46.014Z Checking num-traits v0.2.19
23172026-07-14T00:11:46.025Z Checking icu_properties_data v2.1.2
23182026-07-14T00:11:46.084Z Checking icu_normalizer_data v2.1.1
23192026-07-14T00:11:46.105Z Checking futures-util v0.3.32
23202026-07-14T00:11:46.146Z Checking hashbrown v0.17.0
23212026-07-14T00:11:46.160Z Checking block-buffer v0.10.4
23222026-07-14T00:11:46.184Z Checking icu_provider v2.1.1
23232026-07-14T00:11:46.244Z Checking bytes v1.11.1
23242026-07-14T00:11:46.288Z Checking crypto-common v0.1.7
23252026-07-14T00:11:46.405Z Checking digest v0.10.7
23262026-07-14T00:11:46.418Z Checking icu_properties v2.1.2
23272026-07-14T00:11:46.521Z Checking icu_normalizer v2.1.1
23282026-07-14T00:11:46.556Z Checking utf8_iter v1.0.4
23292026-07-14T00:11:46.594Z Checking form_urlencoded v1.2.2
23302026-07-14T00:11:46.606Z Checking indexmap v2.14.0
23312026-07-14T00:11:46.671Z Checking getrandom v0.3.4
23322026-07-14T00:11:46.683Z Checking tokio v1.52.1
23332026-07-14T00:11:46.713Z Checking byteorder v1.5.0
23342026-07-14T00:11:46.812Z Checking fnv v1.0.7
23352026-07-14T00:11:46.826Z Checking rand_core v0.9.5
23362026-07-14T00:11:46.899Z Checking http v1.4.2
23372026-07-14T00:11:46.989Z Checking regex-syntax v0.8.10
23382026-07-14T00:11:46.999Z Checking base64ct v1.8.3
23392026-07-14T00:11:47.158Z Checking rustix v1.1.3
23402026-07-14T00:11:47.224Z Checking pem-rfc7468 v0.7.0
23412026-07-14T00:11:47.236Z Checking idna_adapter v1.2.1
23422026-07-14T00:11:47.348Z Checking idna v1.1.0
23432026-07-14T00:11:47.376Z Checking uuid v1.23.4
23442026-07-14T00:11:47.459Z Checking tracing-core v0.1.36
23452026-07-14T00:11:47.583Z Checking url v2.5.8
23462026-07-14T00:11:47.698Z Checking flagset v0.4.7
23472026-07-14T00:11:47.739Z Checking ppv-lite86 v0.2.21
23482026-07-14T00:11:47.757Z Checking iana-time-zone v0.1.65
23492026-07-14T00:11:47.813Z Checking base64 v0.22.1
23502026-07-14T00:11:47.859Z Checking chrono v0.4.45
23512026-07-14T00:11:47.978Z Checking der v0.7.10
23522026-07-14T00:11:47.998Z Checking tracing v0.1.44
23532026-07-14T00:11:48.019Z Checking http-body v1.0.1
23542026-07-14T00:11:48.031Z Checking rand_chacha v0.9.0
23552026-07-14T00:11:48.044Z Checking rustls-pki-types v1.14.0
23562026-07-14T00:11:48.145Z Checking openssl-probe v0.2.1
23572026-07-14T00:11:48.193Z Checking cmov v0.5.4
23582026-07-14T00:11:48.210Z Checking tinyvec_macros v0.1.1
23592026-07-14T00:11:48.224Z Checking rand v0.9.2
23602026-07-14T00:11:48.246Z Checking aws-lc-sys v0.40.0
23612026-07-14T00:11:48.271Z Checking tinyvec v1.10.0
23622026-07-14T00:11:48.326Z Checking atomic-waker v1.1.2
23632026-07-14T00:11:48.381Z Checking ctutils v0.4.2
23642026-07-14T00:11:48.427Z Checking try-lock v0.2.5
23652026-07-14T00:11:48.524Z Checking tower-layer v0.3.3
23662026-07-14T00:11:48.585Z Checking untrusted v0.7.1
23672026-07-14T00:11:48.588Z Checking tower-service v0.3.3
23682026-07-14T00:11:48.671Z Checking hybrid-array v0.4.13
23692026-07-14T00:11:48.684Z Checking want v0.3.1
23702026-07-14T00:11:48.697Z Checking ipnet v2.11.0
23712026-07-14T00:11:48.709Z Checking httparse v1.10.1
23722026-07-14T00:11:48.728Z Checking aho-corasick v1.1.4
23732026-07-14T00:11:48.741Z Checking spki v0.7.3
23742026-07-14T00:11:48.755Z Checking aws-lc-rs v1.16.3
23752026-07-14T00:11:48.798Z Checking fastrand v2.3.0
23762026-07-14T00:11:48.898Z Checking httpdate v1.0.3
23772026-07-14T00:11:48.913Z Checking foreign-types-shared v0.1.1
23782026-07-14T00:11:48.951Z Checking dyn-clone v1.0.20
23792026-07-14T00:11:48.972Z Checking plain v0.2.3
23802026-07-14T00:11:48.988Z Checking utf8parse v0.2.2
23812026-07-14T00:11:49.036Z Checking cpufeatures v0.2.17
23822026-07-14T00:11:49.049Z Checking untrusted v0.9.0
23832026-07-14T00:11:49.067Z Checking foreign-types v0.3.2
23842026-07-14T00:11:49.081Z Checking tempfile v3.25.0
23852026-07-14T00:11:49.100Z Checking pkcs8 v0.10.2
23862026-07-14T00:11:49.132Z Checking unicode-normalization v0.1.25
23872026-07-14T00:11:49.147Z Checking semver v1.0.28
23882026-07-14T00:11:49.249Z Checking openssl-sys v0.9.115
23892026-07-14T00:11:49.264Z Checking spin v0.9.8
23902026-07-14T00:11:49.349Z Checking ucd-trie v0.1.7
23912026-07-14T00:11:49.398Z Checking regex-automata v0.4.14
23922026-07-14T00:11:49.427Z Checking anstyle v1.0.14
23932026-07-14T00:11:49.442Z Checking unicode-ident v1.0.24
23942026-07-14T00:11:49.479Z Checking pest v2.8.6
23952026-07-14T00:11:49.531Z Checking schemars v0.8.22
23962026-07-14T00:11:49.545Z Checking proc-macro2 v1.0.106
23972026-07-14T00:11:49.578Z Checking rustls-webpki v0.103.13
23982026-07-14T00:11:49.602Z Checking sha2 v0.10.9
23992026-07-14T00:11:49.615Z Checking openssl v0.10.79
24002026-07-14T00:11:49.854Z Checking hmac v0.12.1
24012026-07-14T00:11:49.877Z Checking thiserror v2.0.18
24022026-07-14T00:11:49.969Z Checking tokio-util v0.7.18
24032026-07-14T00:11:49.983Z Checking rustls v0.23.41
24042026-07-14T00:11:49.986Z Checking sync_wrapper v1.0.2
24052026-07-14T00:11:49.986Z Checking wait-timeout v0.2.1
24062026-07-14T00:11:50.102Z Checking quick-error v1.2.3
24072026-07-14T00:11:50.115Z Checking anstyle-query v1.1.5
24082026-07-14T00:11:50.171Z Checking simd-adler32 v0.3.8
24092026-07-14T00:11:50.198Z Checking is_terminal_polyfill v1.70.2
24102026-07-14T00:11:50.201Z Checking colorchoice v1.0.4
24112026-07-14T00:11:50.282Z Checking siphasher v1.0.2
24122026-07-14T00:11:50.303Z Checking powerfmt v0.2.0
24132026-07-14T00:11:50.337Z Checking pretty-hex v0.4.1
24142026-07-14T00:11:50.432Z Checking bit-vec v0.8.0
24152026-07-14T00:11:50.449Z Checking deranged v0.5.8
24162026-07-14T00:11:50.449Z Checking rusty-fork v0.3.1
24172026-07-14T00:11:50.533Z Checking tower v0.5.3
24182026-07-14T00:11:50.574Z Checking h2 v0.4.15
24192026-07-14T00:11:50.618Z Checking bit-set v0.8.0
24202026-07-14T00:11:50.632Z Checking quote v1.0.45
24212026-07-14T00:11:50.760Z Compiling newtype-uuid v1.3.2
24222026-07-14T00:11:50.801Z Checking http-body-util v0.1.3
24232026-07-14T00:11:50.914Z Checking crossbeam-utils v0.8.21
24242026-07-14T00:11:50.934Z Checking rand_xorshift v0.4.0
24252026-07-14T00:11:51.015Z Checking crc32fast v1.5.0
24262026-07-14T00:11:51.048Z Checking scroll v0.13.0
24272026-07-14T00:11:51.153Z Checking unarray v0.1.4
24282026-07-14T00:11:51.228Z Checking unicode-bidi v0.3.18
24292026-07-14T00:11:51.248Z Checking num-conv v0.2.0
24302026-07-14T00:11:51.260Z Checking iri-string v0.7.10
24312026-07-14T00:11:51.274Z Checking allocator-api2 v0.2.21
24322026-07-14T00:11:51.357Z Checking time-core v0.1.8
24332026-07-14T00:11:51.360Z Checking adler2 v2.0.1
24342026-07-14T00:11:51.462Z Checking unicode-properties v0.1.4
24352026-07-14T00:11:51.503Z Checking ryu v1.0.23
24362026-07-14T00:11:51.516Z Checking num_threads v0.1.7
24372026-07-14T00:11:51.550Z Checking miniz_oxide v0.8.9
24382026-07-14T00:11:51.594Z Checking time v0.3.47
24392026-07-14T00:11:51.625Z Checking native-tls v0.2.18
24402026-07-14T00:11:51.638Z Checking serde_urlencoded v0.7.1
24412026-07-14T00:11:51.650Z Checking stringprep v0.1.5
24422026-07-14T00:11:51.795Z Checking goblin v0.10.5
24432026-07-14T00:11:51.808Z Checking tokio-native-tls v0.3.1
24442026-07-14T00:11:51.833Z Checking proptest v1.10.0
24452026-07-14T00:11:51.889Z Checking crossbeam-epoch v0.9.18
24462026-07-14T00:11:51.952Z Checking bstr v1.12.1
24472026-07-14T00:11:52.106Z Compiling daft v0.1.7
24482026-07-14T00:11:52.230Z Checking syn v2.0.117
24492026-07-14T00:11:52.270Z Checking tower-http v0.6.8
24502026-07-14T00:11:52.337Z Checking ipnetwork v0.21.1
24512026-07-14T00:11:52.372Z Checking block-padding v0.4.2
24522026-07-14T00:11:52.501Z Checking block-buffer v0.12.1
24532026-07-14T00:11:52.540Z Checking crypto-common v0.2.2
24542026-07-14T00:11:52.554Z Checking anstyle-parse v1.0.0
24552026-07-14T00:11:52.659Z Checking rustls-native-certs v0.8.3
24562026-07-14T00:11:52.689Z Checking rand_chacha v0.3.1
24572026-07-14T00:11:52.702Z Checking thiserror v1.0.69
24582026-07-14T00:11:52.782Z Checking scroll v0.12.0
24592026-07-14T00:11:52.795Z Checking hash32 v0.2.1
24602026-07-14T00:11:52.893Z Checking zstd-sys v2.0.16+zstd.1.5.7
24612026-07-14T00:11:52.945Z Checking signature v2.2.0
24622026-07-14T00:11:52.996Z Checking md-5 v0.10.6
24632026-07-14T00:11:52.996Z Checking num-integer v0.1.46
24642026-07-14T00:11:53.069Z Checking serde_spanned v0.6.9
24652026-07-14T00:11:53.127Z Checking toml_datetime v0.6.11
24662026-07-14T00:11:53.140Z Checking encoding_rs v0.8.35
24672026-07-14T00:11:53.189Z Checking fallible-iterator v0.2.0
24682026-07-14T00:11:53.229Z Checking mime v0.3.17
24692026-07-14T00:11:53.304Z Checking psl-types v2.0.11
24702026-07-14T00:11:53.368Z Checking hyper v1.10.1
24712026-07-14T00:11:53.412Z Checking zlib-rs v0.6.2
24722026-07-14T00:11:53.428Z Checking publicsuffix v2.3.0
24732026-07-14T00:11:53.462Z Checking postgres-protocol v0.6.10
24742026-07-14T00:11:53.586Z Checking num-iter v0.1.45
24752026-07-14T00:11:53.695Z Checking goblin v0.8.2
24762026-07-14T00:11:53.780Z Checking zstd-safe v7.2.4
24772026-07-14T00:11:53.783Z Checking heapless v0.7.17
24782026-07-14T00:11:53.949Z Checking rand v0.8.6
24792026-07-14T00:11:54.097Z Checking anstream v1.0.0
24802026-07-14T00:11:54.109Z Checking dof v0.4.0
24812026-07-14T00:11:54.185Z Checking cookie v0.18.1
24822026-07-14T00:11:54.284Z Checking flate2 v1.1.9
24832026-07-14T00:11:54.299Z Checking hyper-util v0.1.20
24842026-07-14T00:11:54.299Z Compiling iddqd v0.4.2
24852026-07-14T00:11:54.410Z Checking oxnet v0.1.6
24862026-07-14T00:11:54.456Z Checking inout v0.2.2
24872026-07-14T00:11:54.497Z Checking tokio-rustls v0.26.4
24882026-07-14T00:11:54.577Z Checking dtrace-parser v0.3.0
24892026-07-14T00:11:54.596Z Checking phf_shared v0.13.1
24902026-07-14T00:11:54.662Z Checking lazy_static v1.5.0
24912026-07-14T00:11:54.720Z Checking anstyle-parse v0.2.7
24922026-07-14T00:11:54.732Z Checking pin-project v1.1.11
24932026-07-14T00:11:54.744Z Checking zerocopy v0.7.35
24942026-07-14T00:11:54.785Z Checking bzip2-sys v0.1.13+1.0.8
24952026-07-14T00:11:54.804Z Checking signal-hook v0.3.18
24962026-07-14T00:11:54.817Z Checking futures-executor v0.3.32
24972026-07-14T00:11:54.860Z Checking terminal_size v0.4.3
24982026-07-14T00:11:54.872Z Checking hex v0.4.3
24992026-07-14T00:11:54.958Z Checking ff v0.13.1
25002026-07-14T00:11:54.970Z Checking thread-id v5.1.0
25012026-07-14T00:11:54.987Z Checking same-file v1.0.6
25022026-07-14T00:11:55.041Z Checking foldhash v0.2.0
25032026-07-14T00:11:55.087Z Checking foldhash v0.1.5
25042026-07-14T00:11:55.092Z Checking clap_lex v1.0.0
25052026-07-14T00:11:55.102Z Checking bumpalo v3.20.2
25062026-07-14T00:11:55.188Z Checking base16ct v0.2.0
25072026-07-14T00:11:55.209Z Checking winnow v0.5.40
25082026-07-14T00:11:55.220Z Checking strsim v0.11.1
25092026-07-14T00:11:55.235Z Compiling rayon-core v1.13.0
25102026-07-14T00:11:55.295Z Checking libbz2-rs-sys v0.2.2
25112026-07-14T00:11:55.315Z Checking bitflags v1.3.2
25122026-07-14T00:11:55.375Z Checking either v1.15.0
25132026-07-14T00:11:55.387Z Checking managed v0.8.0
25142026-07-14T00:11:55.438Z Checking clap_builder v4.6.0
25152026-07-14T00:11:55.555Z Checking sec1 v0.7.3
25162026-07-14T00:11:55.558Z Checking hyper-tls v0.6.0
25172026-07-14T00:11:55.568Z Checking smoltcp v0.9.1
25182026-07-14T00:11:55.589Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-07-14T00:11:55.610Z Checking dof v0.3.0
25202026-07-14T00:11:55.682Z Checking bzip2 v0.6.1
25212026-07-14T00:11:55.727Z Checking reqwest v0.12.28
25222026-07-14T00:11:55.751Z Checking hyper-rustls v0.27.7
25232026-07-14T00:11:55.777Z Checking zopfli v0.8.3
25242026-07-14T00:11:55.834Z Checking hashbrown v0.15.5
25252026-07-14T00:11:55.890Z Checking hashbrown v0.16.1
25262026-07-14T00:11:55.948Z Checking walkdir v2.5.0
25272026-07-14T00:11:56.097Z Checking group v0.13.0
25282026-07-14T00:11:56.110Z Checking usdt-impl v0.6.0
25292026-07-14T00:11:56.160Z Checking signal-hook-mio v0.2.5
25302026-07-14T00:11:56.238Z Checking futures v0.3.32
25312026-07-14T00:11:56.260Z Checking anstream v0.6.21
25322026-07-14T00:11:56.298Z Checking bzip2 v0.4.4
25332026-07-14T00:11:56.311Z Checking snafu v0.8.9
25342026-07-14T00:11:56.355Z Checking toml_edit v0.19.15
25352026-07-14T00:11:56.378Z Checking phf v0.13.1
25362026-07-14T00:11:56.391Z Checking num-bigint-dig v0.8.6
25372026-07-14T00:11:56.466Z Checking cipher v0.5.2
25382026-07-14T00:11:56.479Z Checking cookie_store v0.22.1
25392026-07-14T00:11:56.519Z Checking zstd v0.13.3
25402026-07-14T00:11:56.541Z Checking postgres-types v0.2.12
25412026-07-14T00:11:56.670Z Checking ed25519 v2.2.3
25422026-07-14T00:11:56.686Z Checking dtrace-parser v0.2.0
25432026-07-14T00:11:56.699Z Checking rustls-platform-verifier v0.6.2
25442026-07-14T00:11:56.702Z Checking globset v0.4.18
25452026-07-14T00:11:56.804Z Checking crossbeam-deque v0.8.6
25462026-07-14T00:11:56.835Z Checking regex v1.12.3
25472026-07-14T00:11:56.848Z Checking phf_shared v0.11.3
25482026-07-14T00:11:56.851Z Checking hkdf v0.12.4
25492026-07-14T00:11:56.907Z Checking olpc-cjson v0.1.4
25502026-07-14T00:11:56.939Z Checking ref-cast v1.0.25
25512026-07-14T00:11:56.971Z Checking curve25519-dalek v4.1.3
25522026-07-14T00:11:56.983Z Checking strum v0.27.2
25532026-07-14T00:11:56.994Z Checking pkcs1 v0.7.5
25542026-07-14T00:11:57.027Z Checking hubpack v0.1.2
25552026-07-14T00:11:57.039Z Checking memoffset v0.9.1
25562026-07-14T00:11:57.083Z Checking rustix v0.38.44
25572026-07-14T00:11:57.103Z Checking pem v3.0.6
25582026-07-14T00:11:57.116Z Checking float-cmp v0.10.0
25592026-07-14T00:11:57.186Z Checking serde-big-array v0.5.1
25602026-07-14T00:11:57.199Z Checking erased-serde v0.3.31
25612026-07-14T00:11:57.202Z Checking serde_plain v1.0.2
25622026-07-14T00:11:57.233Z Checking crypto-bigint v0.5.5
25632026-07-14T00:11:57.252Z Checking memmap2 v0.9.10
25642026-07-14T00:11:57.312Z Checking thread-id v4.2.2
25652026-07-14T00:11:57.335Z Checking env_filter v1.0.0
25662026-07-14T00:11:57.386Z Checking static_assertions v1.1.0
25672026-07-14T00:11:57.398Z Checking predicates-core v1.0.10
25682026-07-14T00:11:57.408Z Checking data-encoding v2.10.0
25692026-07-14T00:11:57.451Z Checking new_debug_unreachable v1.0.6
25702026-07-14T00:11:57.472Z Checking difflib v0.4.0
25712026-07-14T00:11:57.510Z Checking precomputed-hash v0.1.1
25722026-07-14T00:11:57.522Z Checking toml_write v0.1.2
25732026-07-14T00:11:57.589Z Checking whoami v2.1.0
25742026-07-14T00:11:57.589Z Checking const-oid v0.10.2
25752026-07-14T00:11:57.643Z Checking normalize-line-endings v0.3.0
25762026-07-14T00:11:57.668Z Checking fixedbitset v0.5.7
25772026-07-14T00:11:57.681Z Checking jiff v0.2.21
25782026-07-14T00:11:57.729Z Checking winnow v1.0.3
25792026-07-14T00:11:57.741Z Checking keccak v0.1.6
25802026-07-14T00:11:57.744Z Checking fixedbitset v0.4.2
25812026-07-14T00:11:57.785Z Checking winnow v0.7.14
25822026-07-14T00:11:57.854Z Checking cpufeatures v0.3.0
25832026-07-14T00:11:57.872Z Checking typed-path v0.9.3
25842026-07-14T00:11:57.891Z Checking unicode-segmentation v1.12.0
25852026-07-14T00:11:57.903Z Checking sha3 v0.10.8
25862026-07-14T00:11:57.919Z Checking chacha20 v0.10.0
25872026-07-14T00:11:58.015Z Checking toml_parser v1.1.2+spec-1.1.0
25882026-07-14T00:11:58.103Z Checking petgraph v0.6.5
25892026-07-14T00:11:58.130Z Checking elliptic-curve v0.13.8
25902026-07-14T00:11:58.171Z Checking crossterm v0.28.1
25912026-07-14T00:11:58.197Z Checking similar v2.7.0
25922026-07-14T00:11:58.360Z Checking petgraph v0.8.3
25932026-07-14T00:11:58.438Z Checking tokio-postgres v0.7.16
25942026-07-14T00:11:58.613Z Checking ed25519-dalek v2.2.0
25952026-07-14T00:11:58.659Z Checking tough v0.22.0
25962026-07-14T00:11:58.839Z Checking digest v0.11.3
25972026-07-14T00:11:58.889Z Checking predicates v3.1.4
25982026-07-14T00:11:58.995Z Checking toml_edit v0.22.27
25992026-07-14T00:11:59.014Z Checking hickory-proto v0.25.2
26002026-07-14T00:11:59.181Z Checking slog v2.8.2
26012026-07-14T00:11:59.371Z Checking string_cache v0.8.9
26022026-07-14T00:11:59.442Z Checking env_logger v0.11.9
26032026-07-14T00:11:59.535Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26042026-07-14T00:11:59.630Z Checking usdt v0.6.0
26052026-07-14T00:11:59.699Z Checking toml v0.7.8
26062026-07-14T00:11:59.792Z Checking usdt-impl v0.5.0
26072026-07-14T00:11:59.883Z Checking zip v4.6.1
26082026-07-14T00:11:59.932Z Checking rsa v0.9.10
26092026-07-14T00:12:00.004Z Checking nix v0.31.2
26102026-07-14T00:12:00.400Z Checking reqwest v0.13.2
26112026-07-14T00:12:00.413Z Checking clap v4.6.1
26122026-07-14T00:12:00.449Z Checking zip v0.6.6
26132026-07-14T00:12:00.502Z Checking itertools v0.13.0
26142026-07-14T00:12:00.706Z Checking serde_with v3.17.0
26152026-07-14T00:12:00.775Z Checking strum v0.26.3
26162026-07-14T00:12:00.884Z Checking tokio-stream v0.1.18
26172026-07-14T00:12:00.968Z Checking fs-err v3.3.0
26182026-07-14T00:12:01.192Z Checking ahash v0.8.12
26192026-07-14T00:12:01.242Z Checking object v0.37.3
26202026-07-14T00:12:01.255Z Checking buf-list v1.1.2
26212026-07-14T00:12:01.268Z Checking camino v1.2.2
26222026-07-14T00:12:01.383Z Checking anyhow v1.0.102
26232026-07-14T00:12:01.429Z Checking x509-cert v0.2.5
26242026-07-14T00:12:01.515Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26252026-07-14T00:12:01.529Z Checking openapiv3 v2.2.0
26262026-07-14T00:12:01.578Z Checking lalrpop-util v0.19.12
26272026-07-14T00:12:01.737Z Checking peg-runtime v0.8.5
26282026-07-14T00:12:01.773Z Checking rayon v1.11.0
26292026-07-14T00:12:01.787Z Checking sigpipe v0.1.3
26302026-07-14T00:12:01.801Z Checking glob v0.3.3
26312026-07-14T00:12:03.411Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26322026-07-14T00:12:03.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.99s
26332026-07-14T00:12:03.837Z
26342026-07-14T00:12:03.837Zinfo: running `cargo check --bins` on internal-dns-types (77/301)
26352026-07-14T00:12:04.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-07-14T00:12:04.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-07-14T00:12:04.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-07-14T00:12:04.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26392026-07-14T00:12:04.364Z
26402026-07-14T00:12:04.364Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/301)
26412026-07-14T00:12:04.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-07-14T00:12:04.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-07-14T00:12:04.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-07-14T00:12:04.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26452026-07-14T00:12:04.892Z
26462026-07-14T00:12:04.892Zinfo: running `cargo check --bins` on nexus-types-versions (79/301)
26472026-07-14T00:12:05.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-07-14T00:12:05.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-07-14T00:12:05.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-07-14T00:12:05.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26512026-07-14T00:12:05.428Z
26522026-07-14T00:12:05.429Zinfo: running `cargo check --bins` on oxql-types (80/301)
26532026-07-14T00:12:05.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-07-14T00:12:05.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-07-14T00:12:05.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-07-14T00:12:05.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26572026-07-14T00:12:05.958Z
26582026-07-14T00:12:05.958Zinfo: running `cargo check --bins` on oximeter-types (81/301)
26592026-07-14T00:12:06.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-07-14T00:12:06.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-07-14T00:12:06.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-07-14T00:12:06.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26632026-07-14T00:12:06.480Z
26642026-07-14T00:12:06.480Zinfo: running `cargo check --bins` on oximeter-types-versions (82/301)
26652026-07-14T00:12:06.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-07-14T00:12:06.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-07-14T00:12:06.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-07-14T00:12:06.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26692026-07-14T00:12:07.004Z
26702026-07-14T00:12:07.004Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/301)
26712026-07-14T00:12:07.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-07-14T00:12:07.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-07-14T00:12:07.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742026-07-14T00:12:07.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26752026-07-14T00:12:07.513Z
26762026-07-14T00:12:07.513Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/301)
26772026-07-14T00:12:07.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782026-07-14T00:12:07.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792026-07-14T00:12:08.142Z Compiling structmeta-derive v0.3.0
26802026-07-14T00:12:08.259Z Compiling multer v3.1.0
26812026-07-14T00:12:08.270Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26822026-07-14T00:12:08.273Z Compiling async-stream-impl v0.3.6
26832026-07-14T00:12:08.288Z Compiling dropshot v0.17.1
26842026-07-14T00:12:08.303Z Compiling dropshot_endpoint v0.17.1
26852026-07-14T00:12:08.306Z Compiling newtype-uuid-macros v0.1.0
26862026-07-14T00:12:08.328Z Checking newtype-uuid v1.3.2
26872026-07-14T00:12:08.499Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26882026-07-14T00:12:08.516Z Checking daft v0.1.7
26892026-07-14T00:12:08.560Z Checking thread_local v1.1.9
26902026-07-14T00:12:08.658Z Checking match_cfg v0.1.0
26912026-07-14T00:12:08.723Z Checking compression-core v0.4.31
26922026-07-14T00:12:08.738Z Checking hostname v0.3.1
26932026-07-14T00:12:08.751Z Checking iddqd v0.4.2
26942026-07-14T00:12:08.833Z Checking crossbeam-channel v0.5.15
26952026-07-14T00:12:08.846Z Checking compression-codecs v0.4.37
26962026-07-14T00:12:08.875Z Checking atomicwrites v0.4.4
26972026-07-14T00:12:08.903Z Checking slog-json v2.6.1
26982026-07-14T00:12:08.994Z Checking serde_spanned v1.1.1
26992026-07-14T00:12:09.007Z Checking is-terminal v0.4.17
27002026-07-14T00:12:09.053Z Checking toml_datetime v1.1.1+spec-1.1.0
27012026-07-14T00:12:09.067Z Checking take_mut v0.2.2
27022026-07-14T00:12:09.086Z Checking toml_writer v1.1.1+spec-1.1.0
27032026-07-14T00:12:09.118Z Checking term v1.2.1
27042026-07-14T00:12:09.159Z Checking debug-ignore v1.0.5
27052026-07-14T00:12:09.171Z Checking slog-async v2.8.0
27062026-07-14T00:12:09.250Z Checking slog-bunyan v2.5.0
27072026-07-14T00:12:09.262Z Checking async-compression v0.4.41
27082026-07-14T00:12:09.262Z Checking toml v1.1.2+spec-1.1.0
27092026-07-14T00:12:09.326Z Compiling structmeta v0.3.0
27102026-07-14T00:12:09.339Z Checking async-stream v0.3.6
27112026-07-14T00:12:09.342Z Checking slog-term v2.9.2
27122026-07-14T00:12:09.363Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27132026-07-14T00:12:09.461Z Checking progenitor-client v0.14.0
27142026-07-14T00:12:09.461Z Checking sha1 v0.11.0
27152026-07-14T00:12:09.497Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27162026-07-14T00:12:09.531Z Compiling derive-ex v0.1.8
27172026-07-14T00:12:09.599Z Compiling parse-display-derive v0.10.0
27182026-07-14T00:12:09.652Z Checking waitgroup v0.1.2
27192026-07-14T00:12:09.666Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27202026-07-14T00:12:09.683Z Checking rustls-pemfile v2.2.0
27212026-07-14T00:12:09.735Z Checking backon v1.6.0
27222026-07-14T00:12:09.749Z Checking serde_path_to_error v0.1.20
27232026-07-14T00:12:09.817Z Checking hostname v0.4.2
27242026-07-14T00:12:09.839Z Checking instant v0.1.13
27252026-07-14T00:12:09.907Z Checking progenitor-extras v0.2.0
27262026-07-14T00:12:09.921Z Checking backoff v0.4.0
27272026-07-14T00:12:10.015Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27282026-07-14T00:12:10.090Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27292026-07-14T00:12:10.119Z Checking itertools v0.14.0
27302026-07-14T00:12:10.131Z Checking regress v0.10.5
27312026-07-14T00:12:10.213Z Checking macaddr v1.0.1
27322026-07-14T00:12:10.545Z Checking humantime v2.3.0
27332026-07-14T00:12:11.209Z Compiling test-strategy v0.4.5
27342026-07-14T00:12:11.269Z Checking parse-display v0.10.0
27352026-07-14T00:12:11.734Z Compiling prettyplease v0.2.37
27362026-07-14T00:12:11.945Z Checking num-rational v0.4.2
27372026-07-14T00:12:12.156Z Checking num-complex v0.4.6
27382026-07-14T00:12:12.590Z Compiling num v0.4.3
27392026-07-14T00:12:12.662Z Compiling usdt-attr-macro v0.5.0
27402026-07-14T00:12:12.679Z Compiling usdt-macro v0.5.0
27412026-07-14T00:12:12.691Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27422026-07-14T00:12:12.813Z Checking memmap v0.7.0
27432026-07-14T00:12:12.944Z Compiling float-ord v0.3.2
27442026-07-14T00:12:13.053Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27452026-07-14T00:12:13.165Z Checking unicode-width v0.2.0
27462026-07-14T00:12:13.192Z Compiling convert_case v0.4.0
27472026-07-14T00:12:13.408Z Checking newline-converter v0.3.0
27482026-07-14T00:12:13.442Z Checking usdt v0.5.0
27492026-07-14T00:12:13.471Z Checking console v0.15.11
27502026-07-14T00:12:13.513Z Compiling toml v0.8.23
27512026-07-14T00:12:13.609Z Compiling minimal-lexical v0.2.1
27522026-07-14T00:12:13.622Z Compiling derive_more v0.99.20
27532026-07-14T00:12:13.753Z Checking linked-hash-map v0.5.6
27542026-07-14T00:12:13.863Z Compiling nom v7.1.3
27552026-07-14T00:12:13.923Z Checking lru-cache v0.1.2
27562026-07-14T00:12:14.040Z Checking expectorate v1.2.0
27572026-07-14T00:12:14.442Z Checking camino-tempfile v1.4.1
27582026-07-14T00:12:14.499Z Checking hickory-proto v0.24.4
27592026-07-14T00:12:14.604Z Checking phf_shared v0.12.1
27602026-07-14T00:12:14.650Z Compiling slog-dtrace v0.3.0
27612026-07-14T00:12:14.748Z Compiling chrono-tz v0.10.4
27622026-07-14T00:12:14.938Z Checking heck v0.5.0
27632026-07-14T00:12:15.060Z Checking resolv-conf v0.7.6
27642026-07-14T00:12:15.202Z Compiling unicode-xid v0.2.6
27652026-07-14T00:12:15.220Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27662026-07-14T00:12:15.307Z Checking phf v0.12.1
27672026-07-14T00:12:15.325Z Compiling const_format_proc_macros v0.2.34
27682026-07-14T00:12:15.445Z Checking tokio-dtrace v0.1.1
27692026-07-14T00:12:15.627Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27702026-07-14T00:12:15.709Z Compiling derive-where v1.6.0
27712026-07-14T00:12:16.149Z Checking highway v1.3.0
27722026-07-14T00:12:16.208Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27732026-07-14T00:12:16.245Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27742026-07-14T00:12:16.309Z Checking hickory-resolver v0.24.4
27752026-07-14T00:12:16.356Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27762026-07-14T00:12:16.697Z Checking const_format v0.2.35
27772026-07-14T00:12:16.943Z Checking oxide-tokio-rt v0.1.4
27782026-07-14T00:12:17.044Z Checking qorb v0.4.1
27792026-07-14T00:12:17.333Z Checking gethostname v0.5.0
27802026-07-14T00:12:17.420Z Checking bcs v0.1.6
27812026-07-14T00:12:17.433Z Checking termtree v0.5.1
27822026-07-14T00:12:17.739Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27832026-07-14T00:12:17.821Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27842026-07-14T00:12:17.970Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27852026-07-14T00:12:17.970Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27862026-07-14T00:12:20.817Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27872026-07-14T00:12:23.207Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27882026-07-14T00:12:25.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.79s
27892026-07-14T00:12:25.475Z
27902026-07-14T00:12:25.475Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301)
27912026-07-14T00:12:25.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-07-14T00:12:25.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-07-14T00:12:26.092Z Compiling ar_archive_writer v0.5.1
27942026-07-14T00:12:26.200Z Compiling stacker v0.1.23
27952026-07-14T00:12:26.206Z Compiling cfg_aliases v0.1.1
27962026-07-14T00:12:26.211Z Compiling convert_case v0.10.0
27972026-07-14T00:12:26.217Z Checking unicode-width v0.1.14
27982026-07-14T00:12:26.225Z Compiling proc-macro-error v1.0.4
27992026-07-14T00:12:26.236Z Checking fd-lock v4.0.4
28002026-07-14T00:12:26.239Z Checking nibble_vec v0.1.0
28012026-07-14T00:12:26.257Z Compiling nix v0.28.0
28022026-07-14T00:12:26.341Z Checking vte v0.14.1
28032026-07-14T00:12:26.356Z Compiling recursive-proc-macro-impl v0.1.1
28042026-07-14T00:12:26.457Z Checking endian-type v0.1.2
28052026-07-14T00:12:26.471Z Checking bytecount v0.6.9
28062026-07-14T00:12:26.486Z Checking strip-ansi-escapes v0.2.1
28072026-07-14T00:12:26.491Z Compiling derive_more-impl v2.1.1
28082026-07-14T00:12:26.506Z Compiling tabled_derive v0.7.0
28092026-07-14T00:12:26.562Z Checking papergrid v0.11.0
28102026-07-14T00:12:26.573Z Checking radix_trie v0.2.1
28112026-07-14T00:12:26.639Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-07-14T00:12:26.757Z Compiling peg-macros v0.8.5
28132026-07-14T00:12:26.771Z Compiling sqlparser_derive v0.5.0
28142026-07-14T00:12:27.002Z Compiling psm v0.1.30
28152026-07-14T00:12:27.115Z Checking winnow v0.6.26
28162026-07-14T00:12:27.167Z Checking home v0.5.12
28172026-07-14T00:12:27.270Z Checking nu-ansi-term v0.50.3
28182026-07-14T00:12:27.336Z Checking derive_more v2.1.1
28192026-07-14T00:12:27.411Z Checking unicode_categories v0.1.1
28202026-07-14T00:12:27.471Z Checking reedline v0.40.0
28212026-07-14T00:12:27.472Z Checking tabled v0.15.0
28222026-07-14T00:12:27.520Z Checking crossterm v0.29.0
28232026-07-14T00:12:27.534Z Checking rustyline v14.0.0
28242026-07-14T00:12:27.581Z Checking display-error-chain v0.2.2
28252026-07-14T00:12:27.759Z Checking recursive v0.1.1
28262026-07-14T00:12:27.849Z Checking sqlparser v0.61.0
28272026-07-14T00:12:28.033Z Checking peg v0.8.5
28282026-07-14T00:12:28.244Z Checking sqlformat v0.3.5
28292026-07-14T00:12:38.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.50s
28302026-07-14T00:12:39.142Z
28312026-07-14T00:12:39.142Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301)
28322026-07-14T00:12:39.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-07-14T00:12:39.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-07-14T00:12:39.762Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-07-14T00:12:43.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28362026-07-14T00:12:43.344Z
28372026-07-14T00:12:43.344Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301)
28382026-07-14T00:12:43.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-07-14T00:12:43.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-07-14T00:12:43.963Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-07-14T00:12:46.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
28422026-07-14T00:12:46.547Z
28432026-07-14T00:12:46.547Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301)
28442026-07-14T00:12:47.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-07-14T00:12:47.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-07-14T00:12:47.163Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-07-14T00:12:50.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
28482026-07-14T00:12:50.555Z
28492026-07-14T00:12:50.555Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301)
28502026-07-14T00:12:51.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-07-14T00:12:51.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-07-14T00:12:51.178Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-07-14T00:12:54.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28542026-07-14T00:12:54.609Z
28552026-07-14T00:12:54.609Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301)
28562026-07-14T00:12:55.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-07-14T00:12:55.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-07-14T00:12:55.225Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-07-14T00:12:57.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
28602026-07-14T00:12:57.969Z
28612026-07-14T00:12:57.969Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301)
28622026-07-14T00:12:58.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-07-14T00:12:58.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-07-14T00:12:58.591Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-07-14T00:13:01.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28662026-07-14T00:13:01.889Z
28672026-07-14T00:13:01.889Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301)
28682026-07-14T00:13:01.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-07-14T00:13:01.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-07-14T00:13:01.987Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-07-14T00:13:05.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28722026-07-14T00:13:05.562Z
28732026-07-14T00:13:05.562Zinfo: running `cargo check --bins` on oximeter (93/301)
28742026-07-14T00:13:06.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-07-14T00:13:06.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-07-14T00:13:06.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-07-14T00:13:06.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28782026-07-14T00:13:06.090Z
28792026-07-14T00:13:06.090Zinfo: running `cargo check --bins` on oximeter-schema (94/301)
28802026-07-14T00:13:06.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-07-14T00:13:06.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-07-14T00:13:06.666Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28832026-07-14T00:13:06.822Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28842026-07-14T00:13:06.827Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28852026-07-14T00:13:07.166Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28862026-07-14T00:13:09.699Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28872026-07-14T00:13:10.891Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28882026-07-14T00:13:11.087Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28892026-07-14T00:13:11.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
28902026-07-14T00:13:11.891Z
28912026-07-14T00:13:11.891Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/301)
28922026-07-14T00:13:12.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-07-14T00:13:12.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-07-14T00:13:12.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-07-14T00:13:12.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28962026-07-14T00:13:12.422Z
28972026-07-14T00:13:12.422Zinfo: running `cargo check --bins` on oximeter-test-utils (96/301)
28982026-07-14T00:13:12.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-07-14T00:13:12.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-07-14T00:13:12.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-07-14T00:13:12.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29022026-07-14T00:13:12.987Z
29032026-07-14T00:13:12.987Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301)
29042026-07-14T00:13:13.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-07-14T00:13:13.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-07-14T00:13:13.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-07-14T00:13:13.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29082026-07-14T00:13:13.529Z
29092026-07-14T00:13:13.529Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301)
29102026-07-14T00:13:13.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-07-14T00:13:13.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-07-14T00:13:13.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-07-14T00:13:13.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29142026-07-14T00:13:14.068Z
29152026-07-14T00:13:14.068Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301)
29162026-07-14T00:13:14.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-07-14T00:13:14.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-07-14T00:13:14.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-07-14T00:13:14.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29202026-07-14T00:13:14.606Z
29212026-07-14T00:13:14.606Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301)
29222026-07-14T00:13:15.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-07-14T00:13:15.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-07-14T00:13:15.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-07-14T00:13:15.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29262026-07-14T00:13:15.141Z
29272026-07-14T00:13:15.142Zinfo: running `cargo check --bins` on trust-quorum-types (101/301)
29282026-07-14T00:13:15.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-07-14T00:13:15.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-07-14T00:13:15.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-07-14T00:13:15.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29322026-07-14T00:13:15.660Z
29332026-07-14T00:13:15.660Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/301)
29342026-07-14T00:13:16.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-07-14T00:13:16.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-07-14T00:13:16.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-07-14T00:13:16.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29382026-07-14T00:13:16.235Z
29392026-07-14T00:13:16.235Zinfo: running `cargo check --bins` on update-engine (103/301)
29402026-07-14T00:13:16.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-07-14T00:13:16.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-07-14T00:13:16.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-07-14T00:13:16.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29442026-07-14T00:13:16.719Z
29452026-07-14T00:13:16.719Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/301)
29462026-07-14T00:13:17.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-07-14T00:13:17.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-07-14T00:13:17.381Z Compiling crucible-workspace-hack v0.1.0
29492026-07-14T00:13:17.496Z Checking secrecy v0.10.3
29502026-07-14T00:13:17.502Z Compiling heapless v0.8.0
29512026-07-14T00:13:17.507Z Compiling toml_datetime v0.7.5+spec-1.1.0
29522026-07-14T00:13:17.513Z Compiling ingot-macros v0.1.1
29532026-07-14T00:13:17.521Z Checking hash32 v0.3.1
29542026-07-14T00:13:17.523Z Checking inout v0.1.4
29552026-07-14T00:13:17.543Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29562026-07-14T00:13:17.590Z Compiling smoltcp v0.11.0
29572026-07-14T00:13:17.635Z Checking cobs v0.3.0
29582026-07-14T00:13:17.652Z Compiling toml_edit v0.23.10+spec-1.0.0
29592026-07-14T00:13:17.728Z Checking cipher v0.4.4
29602026-07-14T00:13:17.746Z Checking universal-hash v0.5.1
29612026-07-14T00:13:17.771Z Compiling thiserror-impl-no-std v2.0.2
29622026-07-14T00:13:17.796Z Checking half v2.7.1
29632026-07-14T00:13:17.863Z Checking opaque-debug v0.3.1
29642026-07-14T00:13:17.918Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29652026-07-14T00:13:17.928Z Checking ciborium-io v0.2.2
29662026-07-14T00:13:18.019Z Checking poly1305 v0.8.0
29672026-07-14T00:13:18.092Z Checking chacha20 v0.9.1
29682026-07-14T00:13:18.137Z Checking ciborium-ll v0.2.2
29692026-07-14T00:13:18.157Z Checking postcard v1.1.3
29702026-07-14T00:13:18.224Z Compiling proc-macro-crate v3.4.0
29712026-07-14T00:13:18.228Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29722026-07-14T00:13:18.259Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29732026-07-14T00:13:18.450Z Checking password-hash v0.5.0
29742026-07-14T00:13:18.536Z Checking blake2 v0.10.6
29752026-07-14T00:13:18.647Z Compiling proc-macro-crate v1.3.1
29762026-07-14T00:13:18.677Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29772026-07-14T00:13:18.715Z Checking aead v0.5.2
29782026-07-14T00:13:18.771Z Compiling num_enum_derive v0.7.6
29792026-07-14T00:13:18.784Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29802026-07-14T00:13:18.849Z Compiling foreign-types-macros v0.2.3
29812026-07-14T00:13:18.901Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29822026-07-14T00:13:18.960Z Checking thiserror-no-std v2.0.2
29832026-07-14T00:13:18.982Z Checking foreign-types-shared v0.3.1
29842026-07-14T00:13:19.043Z Checking vsss-rs v3.3.4
29852026-07-14T00:13:19.056Z Compiling num_enum_derive v0.5.11
29862026-07-14T00:13:19.069Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29872026-07-14T00:13:19.146Z Checking chacha20poly1305 v0.10.1
29882026-07-14T00:13:19.270Z Checking argon2 v0.5.3
29892026-07-14T00:13:19.445Z Checking foreign-types v0.5.0
29902026-07-14T00:13:19.522Z Checking ciborium v0.2.2
29912026-07-14T00:13:19.667Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29922026-07-14T00:13:19.713Z Checking tabwriter v1.4.1
29932026-07-14T00:13:19.823Z Checking num_enum v0.7.6
29942026-07-14T00:13:19.853Z Checking byte-wrapper v0.1.0
29952026-07-14T00:13:19.933Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29962026-07-14T00:13:19.933Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29972026-07-14T00:13:19.959Z Checking cstr-argument v0.1.2
29982026-07-14T00:13:20.056Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29992026-07-14T00:13:20.075Z Checking num_enum v0.5.11
30002026-07-14T00:13:20.078Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30012026-07-14T00:13:20.144Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30022026-07-14T00:13:20.181Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30032026-07-14T00:13:20.248Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30042026-07-14T00:13:20.277Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30052026-07-14T00:13:20.342Z Checking ingot-types v0.1.2
30062026-07-14T00:13:20.370Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30072026-07-14T00:13:20.384Z Checking rand v0.10.1
30082026-07-14T00:13:20.419Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30092026-07-14T00:13:20.473Z Checking indent_write v2.2.0
30102026-07-14T00:13:20.487Z Checking colored v3.1.1
30112026-07-14T00:13:20.520Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30122026-07-14T00:13:20.599Z Compiling zone_cfg_derive v0.3.1
30132026-07-14T00:13:20.614Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30142026-07-14T00:13:20.691Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30152026-07-14T00:13:20.694Z Checking ingot v0.1.1
30162026-07-14T00:13:20.743Z Checking itertools v0.12.1
30172026-07-14T00:13:20.779Z Compiling num-derive v0.4.2
30182026-07-14T00:13:20.794Z Checking swrite v0.1.0
30192026-07-14T00:13:20.856Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30202026-07-14T00:13:20.882Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30212026-07-14T00:13:21.033Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30222026-07-14T00:13:21.187Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30232026-07-14T00:13:21.218Z Checking dropshot-api-manager-types v0.7.2
30242026-07-14T00:13:21.245Z Checking smf v0.2.3
30252026-07-14T00:13:21.260Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30262026-07-14T00:13:21.291Z Checking nanorand v0.7.0
30272026-07-14T00:13:21.377Z Checking whoami v1.6.1
30282026-07-14T00:13:21.472Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30292026-07-14T00:13:21.555Z Checking flume v0.11.1
30302026-07-14T00:13:21.714Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30312026-07-14T00:13:21.750Z Checking zone v0.3.1
30322026-07-14T00:13:22.249Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30332026-07-14T00:13:23.184Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30342026-07-14T00:13:24.079Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30352026-07-14T00:13:27.496Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30362026-07-14T00:13:29.533Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30372026-07-14T00:13:30.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.88s
30382026-07-14T00:13:30.773Z
30392026-07-14T00:13:30.773Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/301)
30402026-07-14T00:13:31.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-07-14T00:13:31.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-07-14T00:13:31.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-07-14T00:13:31.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30442026-07-14T00:13:31.307Z
30452026-07-14T00:13:31.307Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/301)
30462026-07-14T00:13:31.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-07-14T00:13:31.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-07-14T00:13:31.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-07-14T00:13:31.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30502026-07-14T00:13:31.842Z
30512026-07-14T00:13:31.842Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/301)
30522026-07-14T00:13:32.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-07-14T00:13:32.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-07-14T00:13:32.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-07-14T00:13:32.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30562026-07-14T00:13:32.389Z
30572026-07-14T00:13:32.389Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/301)
30582026-07-14T00:13:32.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-07-14T00:13:32.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-07-14T00:13:32.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-07-14T00:13:32.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30622026-07-14T00:13:32.940Z
30632026-07-14T00:13:32.940Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/301)
30642026-07-14T00:13:33.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-07-14T00:13:33.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-07-14T00:13:33.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-07-14T00:13:33.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30682026-07-14T00:13:33.477Z
30692026-07-14T00:13:33.477Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/301)
30702026-07-14T00:13:33.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-07-14T00:13:33.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-07-14T00:13:33.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-07-14T00:13:33.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30742026-07-14T00:13:34.017Z
30752026-07-14T00:13:34.017Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/301)
30762026-07-14T00:13:34.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-07-14T00:13:34.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-07-14T00:13:34.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-07-14T00:13:34.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30802026-07-14T00:13:34.555Z
30812026-07-14T00:13:34.555Zinfo: running `cargo check --bins` on cockroach-admin-client (112/301)
30822026-07-14T00:13:34.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-07-14T00:13:34.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-07-14T00:13:34.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-07-14T00:13:35.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30862026-07-14T00:13:35.075Z
30872026-07-14T00:13:35.075Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/301)
30882026-07-14T00:13:35.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-07-14T00:13:35.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-07-14T00:13:35.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-07-14T00:13:35.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30922026-07-14T00:13:35.607Z
30932026-07-14T00:13:35.607Zinfo: running `cargo check --bins` on dns-service-client (114/301)
30942026-07-14T00:13:36.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-07-14T00:13:36.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-07-14T00:13:36.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-07-14T00:13:36.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30982026-07-14T00:13:36.143Z
30992026-07-14T00:13:36.143Zinfo: running `cargo check --bins` on installinator-client (115/301)
31002026-07-14T00:13:36.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-07-14T00:13:36.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-07-14T00:13:36.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-07-14T00:13:36.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31042026-07-14T00:13:36.676Z
31052026-07-14T00:13:36.676Zinfo: running `cargo check --bins` on nexus-client (116/301)
31062026-07-14T00:13:37.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-07-14T00:13:37.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-07-14T00:13:37.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-07-14T00:13:37.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31102026-07-14T00:13:37.246Z
31112026-07-14T00:13:37.246Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/301)
31122026-07-14T00:13:37.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-07-14T00:13:37.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-07-14T00:13:37.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-07-14T00:13:37.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31162026-07-14T00:13:37.814Z
31172026-07-14T00:13:37.814Zinfo: running `cargo check --bins` on ntp-admin-client (118/301)
31182026-07-14T00:13:38.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-07-14T00:13:38.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-07-14T00:13:38.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-07-14T00:13:38.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31222026-07-14T00:13:38.334Z
31232026-07-14T00:13:38.334Zinfo: running `cargo check --bins` on oxide-client (119/301)
31242026-07-14T00:13:38.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-07-14T00:13:38.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-07-14T00:13:38.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-07-14T00:13:38.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31282026-07-14T00:13:38.861Z
31292026-07-14T00:13:38.861Zinfo: running `cargo check --bins` on oximeter-client (120/301)
31302026-07-14T00:13:39.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-07-14T00:13:39.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-07-14T00:13:39.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-07-14T00:13:39.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31342026-07-14T00:13:39.392Z
31352026-07-14T00:13:39.392Zinfo: running `cargo check --bins` on repo-depot-client (121/301)
31362026-07-14T00:13:39.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-07-14T00:13:39.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-07-14T00:13:39.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-07-14T00:13:39.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31402026-07-14T00:13:39.912Z
31412026-07-14T00:13:39.912Zinfo: running `cargo check --bins` on sled-agent-client (122/301)
31422026-07-14T00:13:40.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-07-14T00:13:40.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-07-14T00:13:40.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-07-14T00:13:40.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31462026-07-14T00:13:40.444Z
31472026-07-14T00:13:40.444Zinfo: running `cargo check --bins` on wicketd-client (123/301)
31482026-07-14T00:13:40.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-07-14T00:13:40.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-07-14T00:13:40.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-07-14T00:13:40.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31522026-07-14T00:13:40.998Z
31532026-07-14T00:13:40.998Zinfo: running `cargo check --bins` on installinator-common (124/301)
31542026-07-14T00:13:41.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-07-14T00:13:41.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-07-14T00:13:41.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-07-14T00:13:41.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31582026-07-14T00:13:41.549Z
31592026-07-14T00:13:41.550Zinfo: running `cargo check --bins` on installinator-common-versions (125/301)
31602026-07-14T00:13:41.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-07-14T00:13:41.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-07-14T00:13:41.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-07-14T00:13:41.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31642026-07-14T00:13:42.069Z
31652026-07-14T00:13:42.069Zinfo: running `cargo check --bins` on wicket-common (126/301)
31662026-07-14T00:13:42.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-07-14T00:13:42.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-07-14T00:13:42.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-07-14T00:13:42.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31702026-07-14T00:13:42.614Z
31712026-07-14T00:13:42.614Zinfo: running `cargo check --bins` on wicketd-commission-types (127/301)
31722026-07-14T00:13:43.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-07-14T00:13:43.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-07-14T00:13:43.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-07-14T00:13:43.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31762026-07-14T00:13:43.153Z
31772026-07-14T00:13:43.153Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (128/301)
31782026-07-14T00:13:43.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-07-14T00:13:43.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-07-14T00:13:43.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-07-14T00:13:43.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31822026-07-14T00:13:43.690Z
31832026-07-14T00:13:43.690Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/301)
31842026-07-14T00:13:44.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-07-14T00:13:44.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-07-14T00:13:44.332Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31872026-07-14T00:13:44.445Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31882026-07-14T00:13:44.452Z Checking csv-core v0.1.13
31892026-07-14T00:13:44.458Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31902026-07-14T00:13:44.464Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31912026-07-14T00:13:44.467Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31922026-07-14T00:13:44.484Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31932026-07-14T00:13:44.496Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31942026-07-14T00:13:44.601Z Checking csv v1.4.0
31952026-07-14T00:13:44.631Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31962026-07-14T00:13:44.634Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31972026-07-14T00:13:44.670Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31982026-07-14T00:13:44.700Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31992026-07-14T00:13:44.932Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32002026-07-14T00:13:45.297Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32012026-07-14T00:13:45.297Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32022026-07-14T00:13:45.653Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32032026-07-14T00:13:51.743Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32042026-07-14T00:13:52.264Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32052026-07-14T00:13:54.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.90s
32062026-07-14T00:13:54.772Z
32072026-07-14T00:13:54.772Zinfo: running `cargo check --bins` on cockroach-admin-api (130/301)
32082026-07-14T00:13:55.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-07-14T00:13:55.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-07-14T00:13:55.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-07-14T00:13:55.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32122026-07-14T00:13:55.305Z
32132026-07-14T00:13:55.305Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/301)
32142026-07-14T00:13:55.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-07-14T00:13:55.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-07-14T00:13:55.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-07-14T00:13:55.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32182026-07-14T00:13:55.918Z
32192026-07-14T00:13:55.918Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/301)
32202026-07-14T00:13:56.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-07-14T00:13:56.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-07-14T00:13:56.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-07-14T00:13:56.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32242026-07-14T00:13:56.537Z
32252026-07-14T00:13:56.537Zinfo: running `cargo check --bins` on gateway-test-utils (133/301)
32262026-07-14T00:13:57.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-07-14T00:13:57.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-07-14T00:13:57.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292026-07-14T00:13:57.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32302026-07-14T00:13:57.121Z
32312026-07-14T00:13:57.121Zinfo: running `cargo check --bins` on omicron-gateway (134/301)
32322026-07-14T00:13:57.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-07-14T00:13:57.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-07-14T00:13:57.840Z Compiling regress v0.11.1
32352026-07-14T00:13:57.981Z Compiling unsafe-libyaml v0.2.11
32362026-07-14T00:13:57.990Z Compiling semver v0.1.20
32372026-07-14T00:13:57.993Z Compiling radium v0.7.0
32382026-07-14T00:13:58.011Z Checking nom v8.0.0
32392026-07-14T00:13:58.011Z Checking tap v1.0.1
32402026-07-14T00:13:58.015Z Compiling maybe-uninit v2.0.0
32412026-07-14T00:13:58.132Z Checking wyz v0.5.1
32422026-07-14T00:13:58.255Z Compiling rustc_version v0.1.7
32432026-07-14T00:13:58.318Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32442026-07-14T00:13:58.353Z Compiling zerocopy-derive v0.6.6
32452026-07-14T00:13:58.466Z Compiling cancel-safe-futures v0.1.5
32462026-07-14T00:13:58.479Z Compiling newtype_derive v0.1.6
32472026-07-14T00:13:58.677Z Compiling serde_yaml v0.9.34+deprecated
32482026-07-14T00:13:58.690Z Checking funty v2.0.0
32492026-07-14T00:13:58.708Z Compiling packed_struct v0.10.1
32502026-07-14T00:13:58.969Z Compiling owo-colors v4.3.0
32512026-07-14T00:13:59.004Z Checking crc-catalog v2.4.0
32522026-07-14T00:13:59.096Z Checking crc v3.4.0
32532026-07-14T00:13:59.211Z Checking zerocopy v0.6.6
32542026-07-14T00:13:59.269Z Checking bitvec v1.0.1
32552026-07-14T00:13:59.437Z Checking typify-impl v0.6.2
32562026-07-14T00:13:59.545Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32572026-07-14T00:13:59.829Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32582026-07-14T00:13:59.973Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32592026-07-14T00:14:00.074Z Compiling packed_struct_codegen v0.10.1
32602026-07-14T00:14:00.109Z Checking libsw-core v0.3.2
32612026-07-14T00:14:00.172Z Compiling bitfield-macros v0.19.4
32622026-07-14T00:14:00.252Z Compiling indexmap v1.9.3
32632026-07-14T00:14:00.468Z Checking nodrop v0.1.14
32642026-07-14T00:14:00.557Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32652026-07-14T00:14:00.588Z Checking array-init v0.0.4
32662026-07-14T00:14:00.622Z Checking libsw v3.5.0
32672026-07-14T00:14:00.636Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32682026-07-14T00:14:00.770Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32692026-07-14T00:14:00.888Z Checking smallvec v0.6.14
32702026-07-14T00:14:00.904Z Checking bitfield v0.19.4
32712026-07-14T00:14:00.944Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32722026-07-14T00:14:01.172Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32732026-07-14T00:14:01.175Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32742026-07-14T00:14:01.293Z Checking hashbrown v0.12.3
32752026-07-14T00:14:01.309Z Checking base64 v0.21.7
32762026-07-14T00:14:01.359Z Checking tagptr v0.2.0
32772026-07-14T00:14:01.496Z Checking smawk v0.3.2
32782026-07-14T00:14:01.539Z Checking unicode-linebreak v0.1.5
32792026-07-14T00:14:01.623Z Checking linear-map v1.2.0
32802026-07-14T00:14:01.649Z Checking ron v0.8.1
32812026-07-14T00:14:01.652Z Checking moka v0.12.13
32822026-07-14T00:14:01.749Z Checking textwrap v0.16.2
32832026-07-14T00:14:01.790Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32842026-07-14T00:14:01.960Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32852026-07-14T00:14:02.025Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32862026-07-14T00:14:02.129Z Checking steno v0.4.1
32872026-07-14T00:14:02.173Z Checking serde-hex v0.1.0
32882026-07-14T00:14:02.192Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32892026-07-14T00:14:02.312Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32902026-07-14T00:14:02.469Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32912026-07-14T00:14:02.834Z Checking hashbrown v0.13.2
32922026-07-14T00:14:03.045Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32932026-07-14T00:14:03.070Z Checking crc-any v2.5.0
32942026-07-14T00:14:03.138Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32952026-07-14T00:14:03.242Z Checking hickory-resolver v0.25.2
32962026-07-14T00:14:03.269Z Checking object v0.30.4
32972026-07-14T00:14:03.286Z Checking sha1 v0.10.6
32982026-07-14T00:14:03.300Z Checking path-slash v0.1.5
32992026-07-14T00:14:03.410Z Checking void v1.0.2
33002026-07-14T00:14:03.449Z Checking half v1.8.3
33012026-07-14T00:14:03.514Z Checking utf-8 v0.7.6
33022026-07-14T00:14:03.648Z Checking tungstenite v0.23.0
33032026-07-14T00:14:03.651Z Checking serde_cbor v0.11.2
33042026-07-14T00:14:03.701Z Checking lzss v0.8.2
33052026-07-14T00:14:03.993Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33062026-07-14T00:14:04.008Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33072026-07-14T00:14:04.023Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33082026-07-14T00:14:04.036Z Compiling typify-macro v0.6.2
33092026-07-14T00:14:04.053Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33102026-07-14T00:14:04.076Z Checking nix v0.27.1
33112026-07-14T00:14:04.100Z Checking kstat-rs v0.2.4
33122026-07-14T00:14:04.175Z Checking fxhash v0.2.1
33132026-07-14T00:14:04.281Z Checking serde_bytes v0.11.19
33142026-07-14T00:14:04.297Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33152026-07-14T00:14:04.300Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33162026-07-14T00:14:04.399Z Checking tokio-tungstenite v0.23.1
33172026-07-14T00:14:04.456Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33182026-07-14T00:14:04.579Z Checking signal-hook-tokio v0.3.1
33192026-07-14T00:14:05.261Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33202026-07-14T00:14:05.427Z Compiling typify v0.6.2
33212026-07-14T00:14:05.503Z Compiling progenitor-impl v0.14.0
33222026-07-14T00:14:06.157Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33232026-07-14T00:14:06.460Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33242026-07-14T00:14:06.923Z Compiling progenitor-macro v0.14.0
33252026-07-14T00:14:09.233Z Checking progenitor v0.14.0
33262026-07-14T00:14:09.340Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33272026-07-14T00:14:09.343Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33282026-07-14T00:14:12.003Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33292026-07-14T00:14:20.261Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33302026-07-14T00:14:26.864Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33312026-07-14T00:14:28.251Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33322026-07-14T00:14:28.746Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33332026-07-14T00:14:30.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.69s
33342026-07-14T00:14:31.004Z
33352026-07-14T00:14:31.004Zinfo: running `cargo check --bins` on gateway-api (135/301)
33362026-07-14T00:14:31.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-07-14T00:14:31.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-07-14T00:14:31.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-07-14T00:14:31.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33402026-07-14T00:14:31.548Z
33412026-07-14T00:14:31.548Zinfo: running `cargo check --bins` on ipcc (136/301)
33422026-07-14T00:14:31.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-07-14T00:14:31.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-07-14T00:14:31.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-07-14T00:14:31.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33462026-07-14T00:14:32.079Z
33472026-07-14T00:14:32.079Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/301)
33482026-07-14T00:14:32.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-07-14T00:14:32.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-07-14T00:14:32.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-07-14T00:14:32.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33522026-07-14T00:14:32.602Z
33532026-07-14T00:14:32.602Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/301)
33542026-07-14T00:14:33.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-07-14T00:14:33.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-07-14T00:14:33.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-07-14T00:14:33.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33582026-07-14T00:14:33.154Z
33592026-07-14T00:14:33.154Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/301)
33602026-07-14T00:14:33.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-07-14T00:14:33.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-07-14T00:14:33.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-07-14T00:14:33.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33642026-07-14T00:14:33.697Z
33652026-07-14T00:14:33.697Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/301)
33662026-07-14T00:14:34.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-07-14T00:14:34.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-07-14T00:14:34.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-07-14T00:14:34.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33702026-07-14T00:14:34.237Z
33712026-07-14T00:14:34.237Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/301)
33722026-07-14T00:14:34.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-07-14T00:14:34.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-07-14T00:14:34.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-07-14T00:14:34.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33762026-07-14T00:14:34.770Z
33772026-07-14T00:14:34.770Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/301)
33782026-07-14T00:14:35.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-07-14T00:14:35.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-07-14T00:14:35.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-07-14T00:14:35.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33822026-07-14T00:14:35.326Z
33832026-07-14T00:14:35.326Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/301)
33842026-07-14T00:14:35.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-07-14T00:14:35.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-07-14T00:14:35.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-07-14T00:14:35.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33882026-07-14T00:14:35.868Z
33892026-07-14T00:14:35.868Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/301)
33902026-07-14T00:14:36.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-07-14T00:14:36.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-07-14T00:14:36.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-07-14T00:14:36.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33942026-07-14T00:14:36.407Z
33952026-07-14T00:14:36.407Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/301)
33962026-07-14T00:14:36.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-07-14T00:14:36.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-07-14T00:14:36.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-07-14T00:14:36.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34002026-07-14T00:14:36.947Z
34012026-07-14T00:14:36.947Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/301)
34022026-07-14T00:14:37.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-07-14T00:14:37.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-07-14T00:14:37.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-07-14T00:14:37.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34062026-07-14T00:14:37.488Z
34072026-07-14T00:14:37.488Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/301)
34082026-07-14T00:14:37.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-07-14T00:14:37.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-07-14T00:14:37.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-07-14T00:14:37.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34122026-07-14T00:14:38.030Z
34132026-07-14T00:14:38.030Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/301)
34142026-07-14T00:14:38.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-07-14T00:14:38.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-07-14T00:14:38.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-07-14T00:14:38.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34182026-07-14T00:14:38.567Z
34192026-07-14T00:14:38.567Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/301)
34202026-07-14T00:14:39.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-07-14T00:14:39.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-07-14T00:14:39.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-07-14T00:14:39.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34242026-07-14T00:14:39.124Z
34252026-07-14T00:14:39.124Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/301)
34262026-07-14T00:14:39.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-07-14T00:14:39.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-07-14T00:14:39.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-07-14T00:14:39.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34302026-07-14T00:14:39.679Z
34312026-07-14T00:14:39.679Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/301)
34322026-07-14T00:14:40.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-07-14T00:14:40.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-07-14T00:14:40.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-07-14T00:14:40.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34362026-07-14T00:14:40.234Z
34372026-07-14T00:14:40.234Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/301)
34382026-07-14T00:14:40.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-07-14T00:14:40.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-07-14T00:14:40.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-07-14T00:14:40.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34422026-07-14T00:14:40.791Z
34432026-07-14T00:14:40.791Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/301)
34442026-07-14T00:14:41.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-07-14T00:14:41.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-07-14T00:14:41.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-07-14T00:14:41.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34482026-07-14T00:14:41.353Z
34492026-07-14T00:14:41.353Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/301)
34502026-07-14T00:14:41.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-07-14T00:14:41.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-07-14T00:14:41.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-07-14T00:14:41.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34542026-07-14T00:14:41.909Z
34552026-07-14T00:14:41.909Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/301)
34562026-07-14T00:14:42.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-07-14T00:14:42.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-07-14T00:14:42.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-07-14T00:14:42.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34602026-07-14T00:14:42.463Z
34612026-07-14T00:14:42.463Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/301)
34622026-07-14T00:14:42.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-07-14T00:14:42.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-07-14T00:14:42.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-07-14T00:14:42.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34662026-07-14T00:14:43.013Z
34672026-07-14T00:14:43.013Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/301)
34682026-07-14T00:14:43.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-07-14T00:14:43.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-07-14T00:14:43.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-07-14T00:14:43.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34722026-07-14T00:14:43.562Z
34732026-07-14T00:14:43.562Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/301)
34742026-07-14T00:14:44.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-07-14T00:14:44.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-07-14T00:14:44.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-07-14T00:14:44.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34782026-07-14T00:14:44.109Z
34792026-07-14T00:14:44.109Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/301)
34802026-07-14T00:14:44.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-07-14T00:14:44.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-07-14T00:14:44.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-07-14T00:14:44.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34842026-07-14T00:14:44.637Z
34852026-07-14T00:14:44.637Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/301)
34862026-07-14T00:14:45.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-07-14T00:14:45.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-07-14T00:14:45.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-07-14T00:14:45.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34902026-07-14T00:14:45.169Z
34912026-07-14T00:14:45.169Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/301)
34922026-07-14T00:14:45.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-07-14T00:14:45.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-07-14T00:14:45.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-07-14T00:14:45.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34962026-07-14T00:14:45.704Z
34972026-07-14T00:14:45.704Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/301)
34982026-07-14T00:14:46.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-07-14T00:14:46.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-07-14T00:14:46.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-07-14T00:14:46.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35022026-07-14T00:14:46.240Z
35032026-07-14T00:14:46.240Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/301)
35042026-07-14T00:14:46.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-07-14T00:14:46.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-07-14T00:14:46.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-07-14T00:14:46.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35082026-07-14T00:14:46.782Z
35092026-07-14T00:14:46.782Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/301)
35102026-07-14T00:14:47.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-07-14T00:14:47.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-07-14T00:14:47.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-07-14T00:14:47.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35142026-07-14T00:14:47.320Z
35152026-07-14T00:14:47.320Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/301)
35162026-07-14T00:14:47.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-07-14T00:14:47.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-07-14T00:14:47.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-07-14T00:14:47.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35202026-07-14T00:14:47.866Z
35212026-07-14T00:14:47.866Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/301)
35222026-07-14T00:14:48.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-07-14T00:14:48.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-07-14T00:14:48.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-07-14T00:14:48.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35262026-07-14T00:14:48.406Z
35272026-07-14T00:14:48.406Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/301)
35282026-07-14T00:14:48.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-07-14T00:14:48.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-07-14T00:14:48.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-07-14T00:14:48.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35322026-07-14T00:14:48.970Z
35332026-07-14T00:14:48.970Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/301)
35342026-07-14T00:14:49.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-07-14T00:14:49.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-07-14T00:14:49.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-07-14T00:14:49.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35382026-07-14T00:14:49.530Z
35392026-07-14T00:14:49.530Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/301)
35402026-07-14T00:14:50.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-07-14T00:14:50.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-07-14T00:14:50.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-07-14T00:14:50.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35442026-07-14T00:14:50.101Z
35452026-07-14T00:14:50.101Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/301)
35462026-07-14T00:14:50.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-07-14T00:14:50.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-07-14T00:14:50.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-07-14T00:14:50.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35502026-07-14T00:14:50.663Z
35512026-07-14T00:14:50.663Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/301)
35522026-07-14T00:14:51.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-07-14T00:14:51.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-07-14T00:14:51.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-07-14T00:14:51.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35562026-07-14T00:14:51.229Z
35572026-07-14T00:14:51.229Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/301)
35582026-07-14T00:14:51.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-07-14T00:14:51.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-07-14T00:14:51.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-07-14T00:14:51.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35622026-07-14T00:14:51.792Z
35632026-07-14T00:14:51.792Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/301)
35642026-07-14T00:14:52.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-07-14T00:14:52.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-07-14T00:14:52.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-07-14T00:14:52.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35682026-07-14T00:14:52.351Z
35692026-07-14T00:14:52.351Zinfo: running `cargo check --bins` on oximeter-producer (174/301)
35702026-07-14T00:14:52.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-07-14T00:14:52.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-07-14T00:14:52.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-07-14T00:14:52.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35742026-07-14T00:14:52.931Z
35752026-07-14T00:14:52.931Zinfo: running `cargo check --bins` on internal-dns-resolver (175/301)
35762026-07-14T00:14:53.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-07-14T00:14:53.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-07-14T00:14:53.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-07-14T00:14:53.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35802026-07-14T00:14:53.478Z
35812026-07-14T00:14:53.478Zinfo: running `cargo check --bins` on dns-server (176/301)
35822026-07-14T00:14:53.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-07-14T00:14:53.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-07-14T00:14:54.089Z Compiling parking_lot_core v0.8.6
35852026-07-14T00:14:54.095Z Compiling git-stub v1.0.0
35862026-07-14T00:14:54.095Z Checking prefix-trie v0.7.0
35872026-07-14T00:14:54.095Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35882026-07-14T00:14:54.322Z Compiling git-stub-vcs v0.1.0
35892026-07-14T00:14:54.482Z Checking hickory-server v0.25.2
35902026-07-14T00:14:54.596Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35912026-07-14T00:14:54.605Z Checking parking_lot v0.11.2
35922026-07-14T00:14:54.656Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35932026-07-14T00:14:54.660Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35942026-07-14T00:14:54.770Z Checking sled v0.34.7
35952026-07-14T00:14:56.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
35962026-07-14T00:14:56.814Z
35972026-07-14T00:14:56.814Zinfo: running `cargo check --bins` on dns-server-api (177/301)
35982026-07-14T00:14:57.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-07-14T00:14:57.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-07-14T00:14:57.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-07-14T00:14:57.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36022026-07-14T00:14:57.349Z
36032026-07-14T00:14:57.349Zinfo: running `cargo check --bins` on oximeter-producer-api (178/301)
36042026-07-14T00:14:57.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-07-14T00:14:57.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-07-14T00:14:57.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-07-14T00:14:57.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36082026-07-14T00:14:57.883Z
36092026-07-14T00:14:57.883Zinfo: running `cargo check --bins` on sp-sim (179/301)
36102026-07-14T00:14:58.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-07-14T00:14:58.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-07-14T00:14:58.560Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36132026-07-14T00:15:00.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
36142026-07-14T00:15:00.510Z
36152026-07-14T00:15:00.510Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/301)
36162026-07-14T00:15:01.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-07-14T00:15:01.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-07-14T00:15:01.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-07-14T00:15:01.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36202026-07-14T00:15:01.096Z
36212026-07-14T00:15:01.096Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/301)
36222026-07-14T00:15:01.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-07-14T00:15:01.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-07-14T00:15:01.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-07-14T00:15:01.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36262026-07-14T00:15:01.686Z
36272026-07-14T00:15:01.686Zinfo: running `cargo check --bins` on db-macros (182/301)
36282026-07-14T00:15:02.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-07-14T00:15:02.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-07-14T00:15:02.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-07-14T00:15:02.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36322026-07-14T00:15:02.212Z
36332026-07-14T00:15:02.212Zinfo: running `cargo check --bins` on nexus-macros-common (183/301)
36342026-07-14T00:15:02.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-07-14T00:15:02.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-07-14T00:15:02.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-07-14T00:15:02.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36382026-07-14T00:15:02.737Z
36392026-07-14T00:15:02.737Zinfo: running `cargo check --bins` on nexus-auth (184/301)
36402026-07-14T00:15:03.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-07-14T00:15:03.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-07-14T00:15:03.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-07-14T00:15:03.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36442026-07-14T00:15:03.333Z
36452026-07-14T00:15:03.333Zinfo: running `cargo check --bins` on authz-macros (185/301)
36462026-07-14T00:15:03.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-07-14T00:15:03.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-07-14T00:15:03.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-07-14T00:15:03.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36502026-07-14T00:15:03.855Z
36512026-07-14T00:15:03.855Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/301)
36522026-07-14T00:15:04.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-07-14T00:15:04.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-07-14T00:15:04.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-07-14T00:15:04.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36562026-07-14T00:15:04.437Z
36572026-07-14T00:15:04.437Zinfo: running `cargo check --bins` on nexus-db-model (187/301)
36582026-07-14T00:15:04.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-07-14T00:15:04.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-07-14T00:15:04.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-07-14T00:15:04.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36622026-07-14T00:15:05.013Z
36632026-07-14T00:15:05.013Zinfo: running `cargo check --bins` on nexus-db-schema (188/301)
36642026-07-14T00:15:05.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-07-14T00:15:05.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-07-14T00:15:05.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-07-14T00:15:05.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36682026-07-14T00:15:05.538Z
36692026-07-14T00:15:05.538Zinfo: running `cargo check --bins` on omicron-rpaths (189/301)
36702026-07-14T00:15:05.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-07-14T00:15:05.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-07-14T00:15:05.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-07-14T00:15:05.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36742026-07-14T00:15:06.063Z
36752026-07-14T00:15:06.063Zinfo: running `cargo check --bins` on nexus-defaults (190/301)
36762026-07-14T00:15:06.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-07-14T00:15:06.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-07-14T00:15:06.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-07-14T00:15:06.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36802026-07-14T00:15:06.601Z
36812026-07-14T00:15:06.601Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/301)
36822026-07-14T00:15:07.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-07-14T00:15:07.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-07-14T00:15:07.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-07-14T00:15:07.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36862026-07-14T00:15:07.126Z
36872026-07-14T00:15:07.126Zinfo: running `cargo check --bins` on parallel-task-set (192/301)
36882026-07-14T00:15:07.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-07-14T00:15:07.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-07-14T00:15:07.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-07-14T00:15:07.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36922026-07-14T00:15:07.691Z
36932026-07-14T00:15:07.691Zinfo: running `cargo check --bins` on omicron-git-version (193/301)
36942026-07-14T00:15:08.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-07-14T00:15:08.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-07-14T00:15:08.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-07-14T00:15:08.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36982026-07-14T00:15:08.175Z
36992026-07-14T00:15:08.175Zinfo: running `cargo check --bins` on nexus-db-errors (194/301)
37002026-07-14T00:15:08.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-07-14T00:15:08.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-07-14T00:15:08.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-07-14T00:15:08.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37042026-07-14T00:15:08.773Z
37052026-07-14T00:15:08.773Zinfo: running `cargo check --bins` on nexus-db-lookup (195/301)
37062026-07-14T00:15:09.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-07-14T00:15:09.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-07-14T00:15:09.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-07-14T00:15:09.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37102026-07-14T00:15:09.353Z
37112026-07-14T00:15:09.353Zinfo: running `cargo check --bins` on nexus-inventory (196/301)
37122026-07-14T00:15:09.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-07-14T00:15:09.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-07-14T00:15:09.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-07-14T00:15:09.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37162026-07-14T00:15:09.932Z
37172026-07-14T00:15:09.932Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/301)
37182026-07-14T00:15:10.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-07-14T00:15:10.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-07-14T00:15:10.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-07-14T00:15:10.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37222026-07-14T00:15:10.493Z
37232026-07-14T00:15:10.493Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/301)
37242026-07-14T00:15:10.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-07-14T00:15:10.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-07-14T00:15:10.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-07-14T00:15:10.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37282026-07-14T00:15:11.050Z
37292026-07-14T00:15:11.051Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/301)
37302026-07-14T00:15:11.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-07-14T00:15:11.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-07-14T00:15:11.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-07-14T00:15:11.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37342026-07-14T00:15:11.609Z
37352026-07-14T00:15:11.609Zinfo: running `cargo check --bins` on key-manager (200/301)
37362026-07-14T00:15:12.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-07-14T00:15:12.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-07-14T00:15:12.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-07-14T00:15:12.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37402026-07-14T00:15:12.142Z
37412026-07-14T00:15:12.142Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/301)
37422026-07-14T00:15:12.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-07-14T00:15:12.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-07-14T00:15:12.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-07-14T00:15:12.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37462026-07-14T00:15:12.701Z
37472026-07-14T00:15:12.702Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/301)
37482026-07-14T00:15:13.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-07-14T00:15:13.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-07-14T00:15:13.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-07-14T00:15:13.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37522026-07-14T00:15:13.252Z
37532026-07-14T00:15:13.252Zinfo: running `cargo check --bins` on typed-rng (203/301)
37542026-07-14T00:15:13.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-07-14T00:15:13.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-07-14T00:15:13.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-07-14T00:15:13.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37582026-07-14T00:15:13.776Z
37592026-07-14T00:15:13.776Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/301)
37602026-07-14T00:15:14.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-07-14T00:15:14.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-07-14T00:15:14.556Z Compiling libefi-sys v0.1.0
37632026-07-14T00:15:14.559Z Compiling bitfield-struct v0.6.2
37642026-07-14T00:15:14.696Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37652026-07-14T00:15:14.706Z Compiling xshell-macros v0.2.7
37662026-07-14T00:15:14.713Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37672026-07-14T00:15:14.726Z Compiling salty v0.3.0
37682026-07-14T00:15:14.743Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37692026-07-14T00:15:14.757Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37702026-07-14T00:15:14.757Z Checking rfc6979 v0.4.0
37712026-07-14T00:15:14.878Z Checking ecdsa v0.16.9
37722026-07-14T00:15:14.889Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37732026-07-14T00:15:15.025Z Checking primeorder v0.13.6
37742026-07-14T00:15:15.053Z Compiling proc-macro-error-attr2 v2.0.0
37752026-07-14T00:15:15.073Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37762026-07-14T00:15:15.086Z Checking xshell v0.2.7
37772026-07-14T00:15:15.212Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37782026-07-14T00:15:15.226Z Checking tungstenite v0.21.0
37792026-07-14T00:15:15.243Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37802026-07-14T00:15:15.262Z Checking p384 v0.13.1
37812026-07-14T00:15:15.273Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37822026-07-14T00:15:15.318Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37832026-07-14T00:15:15.408Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37842026-07-14T00:15:15.441Z Compiling num-derive v0.3.3
37852026-07-14T00:15:15.456Z Compiling proc-macro-error2 v2.0.1
37862026-07-14T00:15:15.552Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37872026-07-14T00:15:15.640Z Checking tokio-tungstenite v0.21.0
37882026-07-14T00:15:15.670Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37892026-07-14T00:15:15.724Z Checking papergrid v0.17.0
37902026-07-14T00:15:15.755Z Compiling tabled_derive v0.11.0
37912026-07-14T00:15:15.781Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37922026-07-14T00:15:15.796Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37932026-07-14T00:15:15.867Z Compiling progenitor-impl v0.13.0
37942026-07-14T00:15:15.917Z Checking testing_table v0.3.0
37952026-07-14T00:15:16.008Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37962026-07-14T00:15:16.045Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37972026-07-14T00:15:16.068Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37982026-07-14T00:15:16.257Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37992026-07-14T00:15:16.272Z Compiling unicase v2.9.0
38002026-07-14T00:15:16.344Z Checking libscf-sys v1.1.0
38012026-07-14T00:15:16.464Z Compiling illumos-nvpair-sys v0.2.0
38022026-07-14T00:15:16.479Z Checking corncobs v0.1.4
38032026-07-14T00:15:16.482Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38042026-07-14T00:15:16.531Z Compiling mime_guess v2.0.5
38052026-07-14T00:15:16.600Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38062026-07-14T00:15:16.677Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38072026-07-14T00:15:16.732Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38082026-07-14T00:15:16.743Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38092026-07-14T00:15:16.771Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38102026-07-14T00:15:16.922Z Checking tabled v0.20.0
38112026-07-14T00:15:17.068Z Checking progenitor-client v0.13.0
38122026-07-14T00:15:17.086Z Checking secrecy v0.8.0
38132026-07-14T00:15:17.210Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38142026-07-14T00:15:17.301Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38152026-07-14T00:15:17.360Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38162026-07-14T00:15:17.581Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38172026-07-14T00:15:17.638Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38182026-07-14T00:15:17.653Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38192026-07-14T00:15:17.762Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38202026-07-14T00:15:17.814Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38212026-07-14T00:15:17.868Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38222026-07-14T00:15:17.917Z Checking filetime v0.2.27
38232026-07-14T00:15:18.030Z Checking xattr v1.6.1
38242026-07-14T00:15:18.160Z Checking http-range v0.1.5
38252026-07-14T00:15:18.196Z Checking crc8 v0.1.1
38262026-07-14T00:15:18.285Z Checking tar v0.4.45
38272026-07-14T00:15:18.297Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38282026-07-14T00:15:18.517Z Compiling progenitor-macro v0.13.0
38292026-07-14T00:15:18.539Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38302026-07-14T00:15:18.555Z Checking illumos-nvpair v0.3.0
38312026-07-14T00:15:18.568Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38322026-07-14T00:15:18.679Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38332026-07-14T00:15:18.710Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38342026-07-14T00:15:18.726Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38352026-07-14T00:15:19.018Z Checking atty v0.2.14
38362026-07-14T00:15:19.069Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38372026-07-14T00:15:19.115Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38382026-07-14T00:15:19.202Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38392026-07-14T00:15:19.311Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38402026-07-14T00:15:19.329Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38412026-07-14T00:15:19.401Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38422026-07-14T00:15:19.416Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38432026-07-14T00:15:19.474Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38442026-07-14T00:15:19.512Z Checking hyper-staticfile v0.10.1
38452026-07-14T00:15:19.707Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38462026-07-14T00:15:19.745Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38472026-07-14T00:15:19.793Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38482026-07-14T00:15:19.959Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38492026-07-14T00:15:20.058Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38502026-07-14T00:15:20.242Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38512026-07-14T00:15:20.338Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38522026-07-14T00:15:20.776Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38532026-07-14T00:15:21.504Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38542026-07-14T00:15:21.981Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38552026-07-14T00:15:22.389Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38562026-07-14T00:15:22.559Z Checking progenitor v0.13.0
38572026-07-14T00:15:22.693Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38582026-07-14T00:15:24.839Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38592026-07-14T00:15:28.073Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38602026-07-14T00:15:39.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.27s
38612026-07-14T00:15:39.265Z
38622026-07-14T00:15:39.265Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/301)
38632026-07-14T00:15:39.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-14T00:15:39.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-14T00:15:39.994Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-14T00:15:50.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38672026-07-14T00:15:51.052Z
38682026-07-14T00:15:51.052Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/301)
38692026-07-14T00:15:51.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-14T00:15:51.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-14T00:15:51.781Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-14T00:16:02.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38732026-07-14T00:16:02.713Z
38742026-07-14T00:16:02.713Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/301)
38752026-07-14T00:16:03.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-14T00:16:03.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-14T00:16:03.443Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-14T00:16:14.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38792026-07-14T00:16:14.376Z
38802026-07-14T00:16:14.376Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/301)
38812026-07-14T00:16:14.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-14T00:16:14.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-14T00:16:15.104Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-07-14T00:16:25.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38852026-07-14T00:16:26.027Z
38862026-07-14T00:16:26.027Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/301)
38872026-07-14T00:16:26.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-14T00:16:26.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-14T00:16:26.749Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-07-14T00:16:37.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38912026-07-14T00:16:37.823Z
38922026-07-14T00:16:37.823Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/301)
38932026-07-14T00:16:38.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-14T00:16:38.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-14T00:16:38.450Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38962026-07-14T00:16:49.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38972026-07-14T00:16:49.383Z
38982026-07-14T00:16:49.383Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/301)
38992026-07-14T00:16:49.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-14T00:16:49.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-14T00:16:50.112Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39022026-07-14T00:17:00.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
39032026-07-14T00:17:01.038Z
39042026-07-14T00:17:01.038Zinfo: running `cargo check --bins` on bootstrap-agent-api (212/301)
39052026-07-14T00:17:01.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-14T00:17:01.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-14T00:17:01.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-14T00:17:01.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39092026-07-14T00:17:01.579Z
39102026-07-14T00:17:01.579Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/301)
39112026-07-14T00:17:02.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-14T00:17:02.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-14T00:17:02.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-14T00:17:02.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39152026-07-14T00:17:02.125Z
39162026-07-14T00:17:02.125Zinfo: running `cargo check --bins` on range-requests (214/301)
39172026-07-14T00:17:02.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-14T00:17:02.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-14T00:17:02.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-14T00:17:02.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39212026-07-14T00:17:02.654Z
39222026-07-14T00:17:02.654Zinfo: running `cargo check --bins` on repo-depot-api (215/301)
39232026-07-14T00:17:03.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-14T00:17:03.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-14T00:17:03.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-14T00:17:03.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39272026-07-14T00:17:03.187Z
39282026-07-14T00:17:03.187Zinfo: running `cargo check --bins` on sled-agent-api (216/301)
39292026-07-14T00:17:03.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-14T00:17:03.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-14T00:17:03.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-14T00:17:03.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39332026-07-14T00:17:03.747Z
39342026-07-14T00:17:03.747Zinfo: running `cargo check --bins` on sled-diagnostics (217/301)
39352026-07-14T00:17:04.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-14T00:17:04.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-14T00:17:04.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-14T00:17:04.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39392026-07-14T00:17:04.294Z
39402026-07-14T00:17:04.294Zinfo: running `cargo check --bins` on zfs-test-harness (218/301)
39412026-07-14T00:17:04.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-14T00:17:04.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-14T00:17:04.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-14T00:17:04.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39452026-07-14T00:17:04.871Z
39462026-07-14T00:17:04.871Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/301)
39472026-07-14T00:17:05.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-14T00:17:05.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-14T00:17:05.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-14T00:17:05.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39512026-07-14T00:17:05.422Z
39522026-07-14T00:17:05.422Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/301)
39532026-07-14T00:17:05.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-14T00:17:05.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-14T00:17:05.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-14T00:17:05.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39572026-07-14T00:17:05.990Z
39582026-07-14T00:17:05.990Zinfo: running `cargo check --bins` on sled-agent-early-networking (221/301)
39592026-07-14T00:17:06.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-14T00:17:06.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-14T00:17:06.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-14T00:17:06.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39632026-07-14T00:17:06.601Z
39642026-07-14T00:17:06.601Zinfo: running `cargo check --bins` on sled-agent-health-monitor (222/301)
39652026-07-14T00:17:07.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-14T00:17:07.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-14T00:17:07.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-14T00:17:07.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39692026-07-14T00:17:07.119Z
39702026-07-14T00:17:07.119Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/301)
39712026-07-14T00:17:07.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-14T00:17:07.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-14T00:17:07.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-14T00:17:07.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39752026-07-14T00:17:07.678Z
39762026-07-14T00:17:07.678Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/301)
39772026-07-14T00:17:08.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-14T00:17:08.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-14T00:17:08.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-14T00:17:08.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39812026-07-14T00:17:08.258Z
39822026-07-14T00:17:08.258Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (225/301)
39832026-07-14T00:17:08.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-14T00:17:08.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-14T00:17:08.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-14T00:17:08.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39872026-07-14T00:17:08.831Z
39882026-07-14T00:17:08.831Zinfo: running `cargo check --bins` on sled-agent-rack-setup (226/301)
39892026-07-14T00:17:09.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-14T00:17:09.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-14T00:17:09.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-14T00:17:09.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39932026-07-14T00:17:09.410Z
39942026-07-14T00:17:09.410Zinfo: running `cargo check --bins` on trust-quorum (227/301)
39952026-07-14T00:17:09.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-14T00:17:09.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-14T00:17:09.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-14T00:17:09.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39992026-07-14T00:17:09.978Z
40002026-07-14T00:17:09.978Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/301)
40012026-07-14T00:17:10.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-14T00:17:10.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-14T00:17:10.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-14T00:17:10.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40052026-07-14T00:17:10.544Z
40062026-07-14T00:17:10.544Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/301)
40072026-07-14T00:17:11.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-14T00:17:11.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-14T00:17:11.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-07-14T00:17:11.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40112026-07-14T00:17:11.137Z
40122026-07-14T00:17:11.137Zinfo: running `cargo check --bins` on update-common (230/301)
40132026-07-14T00:17:11.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-07-14T00:17:11.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-07-14T00:17:11.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-07-14T00:17:11.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40172026-07-14T00:17:11.681Z
40182026-07-14T00:17:11.681Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/301)
40192026-07-14T00:17:12.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-07-14T00:17:12.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-07-14T00:17:12.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-07-14T00:17:12.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40232026-07-14T00:17:12.276Z
40242026-07-14T00:17:12.276Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/301)
40252026-07-14T00:17:12.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-07-14T00:17:12.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-07-14T00:17:12.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-07-14T00:17:12.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40292026-07-14T00:17:12.808Z
40302026-07-14T00:17:12.808Zinfo: running `cargo check --bins` on reconfigurator-cli (233/301)
40312026-07-14T00:17:13.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-07-14T00:17:13.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-07-14T00:17:13.532Z Compiling fs-err v2.11.0
40342026-07-14T00:17:13.535Z Checking ignore v0.4.25
40352026-07-14T00:17:13.535Z Checking arc-swap v1.8.2
40362026-07-14T00:17:13.666Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40372026-07-14T00:17:13.669Z Checking predicates-tree v1.0.13
40382026-07-14T00:17:13.669Z Checking parse-size v1.1.0
40392026-07-14T00:17:13.698Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40402026-07-14T00:17:13.711Z Checking rand_seeder v0.4.0
40412026-07-14T00:17:13.767Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40422026-07-14T00:17:13.788Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40432026-07-14T00:17:13.848Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40442026-07-14T00:17:13.860Z Checking slog-scope v4.4.1
40452026-07-14T00:17:13.903Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40462026-07-14T00:17:13.980Z Compiling petname v2.0.2
40472026-07-14T00:17:13.995Z Checking slog-stdlog v4.1.1
40482026-07-14T00:17:14.009Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40492026-07-14T00:17:14.040Z Checking globwalk v0.9.1
40502026-07-14T00:17:14.095Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40512026-07-14T00:17:14.112Z Checking slog-envlogger v2.2.0
40522026-07-14T00:17:14.212Z Checking camino-tempfile-ext v0.3.3
40532026-07-14T00:17:14.254Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40542026-07-14T00:17:14.297Z Checking sapling-renderdag v0.1.0
40552026-07-14T00:17:14.397Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40562026-07-14T00:17:14.456Z Checking subprocess v0.2.15
40572026-07-14T00:17:14.532Z Checking sync-ptr v0.1.4
40582026-07-14T00:17:14.608Z Checking colored v2.2.0
40592026-07-14T00:17:14.644Z Checking assert_matches v1.5.0
40602026-07-14T00:17:14.734Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40612026-07-14T00:17:14.956Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40622026-07-14T00:17:14.961Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40632026-07-14T00:17:15.612Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40642026-07-14T00:17:16.912Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40652026-07-14T00:17:19.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
40662026-07-14T00:17:19.264Z
40672026-07-14T00:17:19.264Zinfo: running `cargo check --bins` on omicron-repl-utils (234/301)
40682026-07-14T00:17:19.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-07-14T00:17:19.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-07-14T00:17:19.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-07-14T00:17:19.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40722026-07-14T00:17:19.793Z
40732026-07-14T00:17:19.793Zinfo: running `cargo check --bins` on transient-dns-server (235/301)
40742026-07-14T00:17:20.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-07-14T00:17:20.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-07-14T00:17:20.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-07-14T00:17:20.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40782026-07-14T00:17:20.334Z
40792026-07-14T00:17:20.334Zinfo: running `cargo check --bins` on nexus-test-interface (236/301)
40802026-07-14T00:17:20.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-07-14T00:17:20.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-07-14T00:17:20.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-07-14T00:17:20.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40842026-07-14T00:17:20.953Z
40852026-07-14T00:17:20.953Zinfo: running `cargo check --bins` on oximeter-collector (237/301)
40862026-07-14T00:17:21.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-07-14T00:17:21.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-07-14T00:17:21.652Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40892026-07-14T00:17:21.652Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40902026-07-14T00:17:24.205Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40912026-07-14T00:17:24.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
40922026-07-14T00:17:24.239Z
40932026-07-14T00:17:24.239Zinfo: running `cargo check --bins` on oximeter-api (238/301)
40942026-07-14T00:17:25.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-14T00:17:25.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-14T00:17:25.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40972026-07-14T00:17:25.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40982026-07-14T00:17:25.812Z
40992026-07-14T00:17:25.812Zinfo: running `cargo check --bins` on cert-dev (239/301)
41002026-07-14T00:17:25.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-07-14T00:17:25.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-07-14T00:17:25.813Z Checking yasna v0.5.2
41032026-07-14T00:17:25.813Z Checking rcgen v0.12.1
41042026-07-14T00:17:25.828Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41052026-07-14T00:17:26.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41062026-07-14T00:17:26.181Z
41072026-07-14T00:17:26.181Zinfo: running `cargo check --bins` on clickana (240/301)
41082026-07-14T00:17:27.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-07-14T00:17:27.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-07-14T00:17:27.329Z Compiling darling_core v0.23.0
41112026-07-14T00:17:27.329Z Compiling instability v0.3.11
41122026-07-14T00:17:27.329Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41132026-07-14T00:17:27.329Z Checking castaway v0.2.4
41142026-07-14T00:17:27.329Z Compiling indoc v2.0.7
41152026-07-14T00:17:27.329Z Checking unicode-truncate v1.1.0
41162026-07-14T00:17:27.329Z Checking lru v0.12.5
41172026-07-14T00:17:27.329Z Checking cassowary v0.3.0
41182026-07-14T00:17:27.329Z Checking compact_str v0.8.1
41192026-07-14T00:17:28.053Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41202026-07-14T00:17:28.190Z Compiling darling_macro v0.23.0
41212026-07-14T00:17:28.219Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41222026-07-14T00:17:28.609Z Compiling darling v0.23.0
41232026-07-14T00:17:29.240Z Checking ratatui v0.29.0
41242026-07-14T00:17:30.294Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41252026-07-14T00:17:30.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
41262026-07-14T00:17:31.119Z
41272026-07-14T00:17:31.119Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/301)
41282026-07-14T00:17:31.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-07-14T00:17:31.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-07-14T00:17:31.786Z Checking headers-core v0.3.0
41312026-07-14T00:17:31.829Z Checking port-file v0.1.0
41322026-07-14T00:17:31.830Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41332026-07-14T00:17:31.965Z Checking headers v0.4.1
41342026-07-14T00:17:32.322Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41352026-07-14T00:17:33.253Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41362026-07-14T00:17:33.720Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41372026-07-14T00:17:34.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
41382026-07-14T00:17:34.287Z
41392026-07-14T00:17:34.287Zinfo: running `cargo check --bins` on ch-dev (242/301)
41402026-07-14T00:17:34.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-07-14T00:17:34.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-07-14T00:17:34.956Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41432026-07-14T00:17:35.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41442026-07-14T00:17:35.881Z
41452026-07-14T00:17:35.881Zinfo: running `cargo check --bins` on dev-tools-common (243/301)
41462026-07-14T00:17:36.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-07-14T00:17:36.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-07-14T00:17:36.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-07-14T00:17:36.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41502026-07-14T00:17:36.282Z
41512026-07-14T00:17:36.282Zinfo: running `cargo check --bins` on corpus-adjust (244/301)
41522026-07-14T00:17:36.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-07-14T00:17:36.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-07-14T00:17:36.856Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41552026-07-14T00:17:37.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
41562026-07-14T00:17:37.361Z
41572026-07-14T00:17:37.361Zinfo: running `cargo check --bins` on crdb-seed (245/301)
41582026-07-14T00:17:37.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-07-14T00:17:37.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-07-14T00:17:38.019Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41612026-07-14T00:17:39.084Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41622026-07-14T00:17:39.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
41632026-07-14T00:17:39.595Z
41642026-07-14T00:17:39.595Zinfo: running `cargo check --bins` on db-dev (246/301)
41652026-07-14T00:17:40.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-07-14T00:17:40.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-07-14T00:17:40.260Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41682026-07-14T00:17:41.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41692026-07-14T00:17:41.185Z
41702026-07-14T00:17:41.186Zinfo: running `cargo check --bins` on omicron-dev-lib (247/301)
41712026-07-14T00:17:41.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41722026-07-14T00:17:41.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41732026-07-14T00:17:41.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41742026-07-14T00:17:41.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41752026-07-14T00:17:41.757Z
41762026-07-14T00:17:41.757Zinfo: running `cargo check --bins` on xtask-downloader (248/301)
41772026-07-14T00:17:42.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41782026-07-14T00:17:42.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41792026-07-14T00:17:42.324Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41802026-07-14T00:17:43.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41812026-07-14T00:17:43.157Z
41822026-07-14T00:17:43.157Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/301)
41832026-07-14T00:17:43.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-07-14T00:17:43.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-07-14T00:17:43.908Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41862026-07-14T00:17:43.908Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41872026-07-14T00:17:43.950Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41882026-07-14T00:17:43.951Z Checking git-stub v1.0.0
41892026-07-14T00:17:44.031Z Compiling trait-variant v0.1.2
41902026-07-14T00:17:44.047Z Checking is_ci v1.2.0
41912026-07-14T00:17:44.047Z Checking maplit v1.0.2
41922026-07-14T00:17:44.047Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41932026-07-14T00:17:44.084Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41942026-07-14T00:17:44.102Z Checking supports-color v3.0.2
41952026-07-14T00:17:44.121Z Checking git-stub-vcs v0.1.0
41962026-07-14T00:17:44.210Z Checking drift v0.2.0
41972026-07-14T00:17:44.235Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41982026-07-14T00:17:44.394Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41992026-07-14T00:17:44.422Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42002026-07-14T00:17:44.509Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42012026-07-14T00:17:44.530Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42022026-07-14T00:17:44.545Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42032026-07-14T00:17:44.562Z Checking dropshot-api-manager v0.7.2
42042026-07-14T00:17:44.575Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42052026-07-14T00:17:44.729Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42062026-07-14T00:17:44.808Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42072026-07-14T00:17:45.253Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42082026-07-14T00:17:46.243Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42092026-07-14T00:17:47.246Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42102026-07-14T00:17:47.845Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42112026-07-14T00:17:48.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s
42122026-07-14T00:17:48.463Z
42132026-07-14T00:17:48.463Zinfo: running `cargo check --bins` on installinator-api (250/301)
42142026-07-14T00:17:48.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-07-14T00:17:48.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-07-14T00:17:48.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-07-14T00:17:48.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42182026-07-14T00:17:49.008Z
42192026-07-14T00:17:49.008Zinfo: running `cargo check --bins` on nexus-external-api (251/301)
42202026-07-14T00:17:49.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-07-14T00:17:49.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-07-14T00:17:49.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-07-14T00:17:49.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42242026-07-14T00:17:49.579Z
42252026-07-14T00:17:49.579Zinfo: running `cargo check --bins` on nexus-internal-api (252/301)
42262026-07-14T00:17:50.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-07-14T00:17:50.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-07-14T00:17:50.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-07-14T00:17:50.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42302026-07-14T00:17:50.154Z
42312026-07-14T00:17:50.154Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/301)
42322026-07-14T00:17:50.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-07-14T00:17:50.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-07-14T00:17:50.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-07-14T00:17:50.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42362026-07-14T00:17:50.731Z
42372026-07-14T00:17:50.731Zinfo: running `cargo check --bins` on ntp-admin-api (254/301)
42382026-07-14T00:17:51.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-07-14T00:17:51.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-07-14T00:17:51.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-07-14T00:17:51.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42422026-07-14T00:17:51.267Z
42432026-07-14T00:17:51.267Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/301)
42442026-07-14T00:17:51.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-07-14T00:17:51.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-07-14T00:17:51.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-07-14T00:17:51.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42482026-07-14T00:17:51.787Z
42492026-07-14T00:17:51.787Zinfo: running `cargo check --bins` on wicketd-api (256/301)
42502026-07-14T00:17:52.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-07-14T00:17:52.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-07-14T00:17:52.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-07-14T00:17:52.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42542026-07-14T00:17:52.339Z
42552026-07-14T00:17:52.339Zinfo: running `cargo check --bins` on omicron-ls-apis (257/301)
42562026-07-14T00:17:52.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-07-14T00:17:52.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-07-14T00:17:52.900Z Checking cargo-platform v0.3.2
42592026-07-14T00:17:52.904Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42602026-07-14T00:17:53.133Z Checking cargo_metadata v0.23.1
42612026-07-14T00:17:53.722Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42622026-07-14T00:17:54.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
42632026-07-14T00:17:54.601Z
42642026-07-14T00:17:54.601Zinfo: running `cargo check --bins` on mgs-dev (258/301)
42652026-07-14T00:17:55.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-07-14T00:17:55.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-07-14T00:17:55.282Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42682026-07-14T00:17:55.877Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42692026-07-14T00:17:56.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42702026-07-14T00:17:56.543Z
42712026-07-14T00:17:56.543Zinfo: running `cargo check --bins` on omicron-omdb (259/301)
42722026-07-14T00:17:57.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-07-14T00:17:57.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-07-14T00:17:57.459Z Compiling vergen-lib v0.1.6
42752026-07-14T00:17:57.459Z Compiling diesel_derives v2.3.7
42762026-07-14T00:17:57.459Z Compiling dsl_auto_type v0.2.0
42772026-07-14T00:17:57.459Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42782026-07-14T00:17:57.463Z Checking scheduled-thread-pool v0.2.7
42792026-07-14T00:17:57.463Z Compiling vergen-gitcl v1.0.8
42802026-07-14T00:17:57.463Z Compiling diesel_table_macro_syntax v0.3.0
42812026-07-14T00:17:57.662Z Compiling dirs-sys-next v0.1.2
42822026-07-14T00:17:57.772Z Compiling glob v0.3.3
42832026-07-14T00:17:57.804Z Compiling crunchy v0.2.4
42842026-07-14T00:17:57.818Z Compiling dirs-next v2.0.0
42852026-07-14T00:17:57.897Z Checking r2d2 v0.8.10
42862026-07-14T00:17:57.932Z Compiling tiny-keccak v2.0.2
42872026-07-14T00:17:57.972Z Checking downcast-rs v2.0.2
42882026-07-14T00:17:58.088Z Compiling term v0.7.0
42892026-07-14T00:17:58.148Z Compiling clang-sys v1.8.1
42902026-07-14T00:17:58.170Z Compiling bit-vec v0.6.3
42912026-07-14T00:17:58.203Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42922026-07-14T00:17:58.401Z Compiling ascii-canvas v3.0.0
42932026-07-14T00:17:58.448Z Compiling bit-set v0.5.3
42942026-07-14T00:17:58.555Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42952026-07-14T00:17:58.592Z Compiling itertools v0.10.5
42962026-07-14T00:17:58.636Z Compiling ena v0.14.4
42972026-07-14T00:17:58.652Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42982026-07-14T00:17:58.652Z Compiling libloading v0.8.9
42992026-07-14T00:17:58.661Z Compiling bindgen v0.71.1
43002026-07-14T00:17:58.685Z Compiling regex-syntax v0.6.29
43012026-07-14T00:17:58.816Z Compiling diff v0.1.13
43022026-07-14T00:17:59.100Z Compiling cexpr v0.6.0
43032026-07-14T00:17:59.138Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43042026-07-14T00:17:59.249Z Compiling rustc-hash v2.1.1
43052026-07-14T00:17:59.377Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43062026-07-14T00:17:59.516Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43072026-07-14T00:17:59.640Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43082026-07-14T00:17:59.768Z Compiling libxml v0.3.3
43092026-07-14T00:17:59.828Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43102026-07-14T00:17:59.895Z Compiling strum_macros v0.24.3
43112026-07-14T00:18:00.013Z Compiling lalrpop v0.19.12
43122026-07-14T00:18:00.071Z Compiling indoc v1.0.9
43132026-07-14T00:18:00.793Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43142026-07-14T00:18:00.998Z Checking derive_builder v0.20.2
43152026-07-14T00:18:01.114Z Compiling oso-derive v0.27.3
43162026-07-14T00:18:01.243Z Checking quick-xml v0.37.5
43172026-07-14T00:18:01.260Z Compiling impl-trait-for-tuples v0.2.3
43182026-07-14T00:18:01.616Z Checking openssl-probe v0.1.6
43192026-07-14T00:18:01.756Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43202026-07-14T00:18:02.130Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43212026-07-14T00:18:02.336Z Checking bb8 v0.8.6
43222026-07-14T00:18:02.498Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43232026-07-14T00:18:02.516Z Checking nonempty v0.12.0
43242026-07-14T00:18:02.624Z Compiling libz-sys v1.1.24
43252026-07-14T00:18:02.689Z Compiling strsim v0.10.0
43262026-07-14T00:18:02.730Z Compiling libgit2-sys v0.18.3+1.9.2
43272026-07-14T00:18:02.844Z Compiling vergen-git2 v9.1.0
43282026-07-14T00:18:03.014Z Compiling darling_core v0.13.4
43292026-07-14T00:18:03.059Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43302026-07-14T00:18:03.208Z Compiling base64 v0.21.7
43312026-07-14T00:18:03.285Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43322026-07-14T00:18:03.562Z Checking diesel v2.3.7
43332026-07-14T00:18:03.578Z Compiling ron v0.8.1
43342026-07-14T00:18:04.331Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43352026-07-14T00:18:04.552Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43362026-07-14T00:18:04.575Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43372026-07-14T00:18:04.785Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43382026-07-14T00:18:04.963Z Compiling darling_macro v0.13.4
43392026-07-14T00:18:04.981Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43402026-07-14T00:18:05.182Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43412026-07-14T00:18:05.421Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43422026-07-14T00:18:05.484Z Compiling darling v0.13.4
43432026-07-14T00:18:05.556Z Compiling serde_with_macros v1.5.2
43442026-07-14T00:18:05.609Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43452026-07-14T00:18:05.788Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43462026-07-14T00:18:05.866Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43472026-07-14T00:18:06.044Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43482026-07-14T00:18:06.430Z Compiling serde_with v1.14.0
43492026-07-14T00:18:07.537Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43502026-07-14T00:18:07.550Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43512026-07-14T00:18:07.767Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43522026-07-14T00:18:08.418Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43532026-07-14T00:18:08.672Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43542026-07-14T00:18:09.125Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43552026-07-14T00:18:09.225Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43562026-07-14T00:18:09.493Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43572026-07-14T00:18:09.967Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43582026-07-14T00:18:09.978Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43592026-07-14T00:18:10.197Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43602026-07-14T00:18:10.336Z Checking twox-hash v2.1.2
43612026-07-14T00:18:10.405Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43622026-07-14T00:18:10.580Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43632026-07-14T00:18:10.636Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43642026-07-14T00:18:11.043Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43652026-07-14T00:18:11.198Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43662026-07-14T00:18:12.294Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43672026-07-14T00:18:12.462Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43682026-07-14T00:18:12.606Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43692026-07-14T00:18:12.950Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43702026-07-14T00:18:13.289Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43712026-07-14T00:18:13.495Z Checking console v0.16.2
43722026-07-14T00:18:13.808Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43732026-07-14T00:18:13.954Z Checking fatfs v0.3.6
43742026-07-14T00:18:13.972Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43752026-07-14T00:18:14.409Z Compiling seq-macro v0.3.6
43762026-07-14T00:18:14.930Z Checking unit-prefix v0.5.2
43772026-07-14T00:18:15.068Z Checking indicatif v0.18.4
43782026-07-14T00:18:15.329Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43792026-07-14T00:18:15.459Z Checking support-bundle-viewer v0.1.2
43802026-07-14T00:18:15.608Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43812026-07-14T00:18:15.709Z Checking multimap v0.10.1
43822026-07-14T00:18:21.582Z Checking async-bb8-diesel v0.2.1
43832026-07-14T00:18:21.952Z Checking diesel-dtrace v0.5.0
43842026-07-14T00:18:24.558Z Compiling samael v0.0.19
43852026-07-14T00:18:30.803Z Compiling git2 v0.20.4
43862026-07-14T00:18:31.392Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43872026-07-14T00:18:32.304Z Compiling polar-core v0.27.3
43882026-07-14T00:18:33.173Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43892026-07-14T00:18:36.871Z Checking oso v0.27.3
43902026-07-14T00:19:06.758Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43912026-07-14T00:20:20.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
43922026-07-14T00:20:20.487Z
43932026-07-14T00:20:20.487Zinfo: running `cargo check --bins` on nexus-networking (260/301)
43942026-07-14T00:20:21.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-07-14T00:20:21.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-07-14T00:20:21.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-07-14T00:20:21.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43982026-07-14T00:20:21.122Z
43992026-07-14T00:20:21.122Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (261/301)
44002026-07-14T00:20:21.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-07-14T00:20:21.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-07-14T00:20:21.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-07-14T00:20:21.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44042026-07-14T00:20:21.715Z
44052026-07-14T00:20:21.715Zinfo: running `cargo check --bins` on nexus-saga-recovery (262/301)
44062026-07-14T00:20:22.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-07-14T00:20:22.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-07-14T00:20:22.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44092026-07-14T00:20:22.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44102026-07-14T00:20:22.322Z
44112026-07-14T00:20:22.322Zinfo: running `cargo check --bins` on nexus-test-utils-macros (263/301)
44122026-07-14T00:20:22.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-07-14T00:20:22.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-07-14T00:20:22.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44152026-07-14T00:20:22.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44162026-07-14T00:20:22.836Z
44172026-07-14T00:20:22.836Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (264/301)
44182026-07-14T00:20:23.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-07-14T00:20:23.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-07-14T00:20:23.621Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44212026-07-14T00:20:24.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44222026-07-14T00:20:24.561Z
44232026-07-14T00:20:24.561Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (265/301)
44242026-07-14T00:20:25.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-07-14T00:20:25.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-07-14T00:20:25.337Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44272026-07-14T00:21:03.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.61s
44282026-07-14T00:21:03.386Z
44292026-07-14T00:21:03.386Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (266/301)
44302026-07-14T00:21:03.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-07-14T00:21:03.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-07-14T00:21:03.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-07-14T00:21:03.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44342026-07-14T00:21:03.923Z
44352026-07-14T00:21:03.923Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (267/301)
44362026-07-14T00:21:04.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-07-14T00:21:04.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-07-14T00:21:04.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-07-14T00:21:04.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44402026-07-14T00:21:04.445Z
44412026-07-14T00:21:04.445Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (268/301)
44422026-07-14T00:21:04.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-07-14T00:21:04.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-07-14T00:21:04.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-07-14T00:21:04.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44462026-07-14T00:21:05.054Z
44472026-07-14T00:21:05.054Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (269/301)
44482026-07-14T00:21:05.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-07-14T00:21:05.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-07-14T00:21:05.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-07-14T00:21:05.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44522026-07-14T00:21:05.635Z
44532026-07-14T00:21:05.635Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (270/301)
44542026-07-14T00:21:06.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-07-14T00:21:06.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-07-14T00:21:06.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-07-14T00:21:06.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44582026-07-14T00:21:06.230Z
44592026-07-14T00:21:06.230Zinfo: running `cargo check --bins` on nexus-mgs-updates (271/301)
44602026-07-14T00:21:06.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-07-14T00:21:06.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-07-14T00:21:06.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-07-14T00:21:06.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44642026-07-14T00:21:06.976Z
44652026-07-14T00:21:06.976Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (272/301)
44662026-07-14T00:21:07.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-07-14T00:21:07.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-07-14T00:21:07.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-07-14T00:21:07.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44702026-07-14T00:21:07.414Z
44712026-07-14T00:21:07.414Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (273/301)
44722026-07-14T00:21:08.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-07-14T00:21:08.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-07-14T00:21:08.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-07-14T00:21:08.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44762026-07-14T00:21:08.029Z
44772026-07-14T00:21:08.029Zinfo: running `cargo check --bins` on nexus-switch-config (274/301)
44782026-07-14T00:21:08.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-07-14T00:21:08.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-07-14T00:21:08.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-07-14T00:21:08.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44822026-07-14T00:21:08.779Z
44832026-07-14T00:21:08.779Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (275/301)
44842026-07-14T00:21:09.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-07-14T00:21:09.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-07-14T00:21:09.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-07-14T00:21:09.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44882026-07-14T00:21:09.195Z
44892026-07-14T00:21:09.195Zinfo: running `cargo check --bins` on support-bundle-collection (276/301)
44902026-07-14T00:21:09.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-07-14T00:21:09.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-07-14T00:21:09.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-07-14T00:21:09.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44942026-07-14T00:21:09.792Z
44952026-07-14T00:21:09.793Zinfo: running `cargo check --bins` on omicron-dev (277/301)
44962026-07-14T00:21:10.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-07-14T00:21:10.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-07-14T00:21:10.645Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44992026-07-14T00:21:10.654Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45002026-07-14T00:21:10.830Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45012026-07-14T00:21:10.851Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45022026-07-14T00:21:10.851Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45032026-07-14T00:21:10.851Z Checking diff v0.1.13
45042026-07-14T00:21:10.851Z Checking yansi v1.0.1
45052026-07-14T00:21:10.851Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45062026-07-14T00:21:10.983Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45072026-07-14T00:21:11.113Z Checking pretty_assertions v1.4.1
45082026-07-14T00:21:11.903Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45092026-07-14T00:21:12.372Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45102026-07-14T00:21:36.685Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45112026-07-14T00:21:36.690Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45122026-07-14T00:21:36.691Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45132026-07-14T00:21:36.691Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45142026-07-14T00:21:36.691Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45152026-07-14T00:21:36.691Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45162026-07-14T00:21:36.691Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45172026-07-14T00:21:37.539Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45182026-07-14T00:21:37.542Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45192026-07-14T00:21:38.741Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45202026-07-14T00:22:16.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45212026-07-14T00:22:16.776Z
45222026-07-14T00:22:16.776Zinfo: running `cargo check --bins` on omicron-pins (278/301)
45232026-07-14T00:22:17.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-07-14T00:22:17.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-07-14T00:22:17.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45262026-07-14T00:22:17.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45272026-07-14T00:22:17.305Z
45282026-07-14T00:22:17.305Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301)
45292026-07-14T00:22:17.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-07-14T00:22:17.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-07-14T00:22:18.021Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45322026-07-14T00:22:18.142Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45332026-07-14T00:22:18.145Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45342026-07-14T00:22:45.204Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45352026-07-14T00:22:45.574Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45362026-07-14T00:22:47.292Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45372026-07-14T00:22:47.727Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45382026-07-14T00:22:50.830Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45392026-07-14T00:23:14.712Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45402026-07-14T00:23:15.406Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45412026-07-14T00:23:17.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.69s
45422026-07-14T00:23:17.194Z
45432026-07-14T00:23:17.194Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/301)
45442026-07-14T00:23:17.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-07-14T00:23:17.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-07-14T00:23:17.861Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45472026-07-14T00:23:18.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45482026-07-14T00:23:18.708Z
45492026-07-14T00:23:18.708Zinfo: running `cargo check --bins` on omicron-releng (281/301)
45502026-07-14T00:23:19.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-07-14T00:23:19.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-07-14T00:23:19.302Z Compiling blake3 v1.8.5
45532026-07-14T00:23:19.409Z Checking arrayvec v0.7.6
45542026-07-14T00:23:19.412Z Checking arrayref v0.3.9
45552026-07-14T00:23:19.415Z Checking constant_time_eq v0.4.2
45562026-07-14T00:23:19.427Z Checking topological-sort v0.2.2
45572026-07-14T00:23:19.429Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45582026-07-14T00:23:19.429Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45592026-07-14T00:23:19.429Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45602026-07-14T00:23:19.465Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45612026-07-14T00:23:19.532Z Checking shell-words v1.1.1
45622026-07-14T00:23:20.309Z Checking omicron-zone-package v0.12.3
45632026-07-14T00:23:21.023Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45642026-07-14T00:23:21.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
45652026-07-14T00:23:22.097Z
45662026-07-14T00:23:22.097Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/301)
45672026-07-14T00:23:22.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-07-14T00:23:22.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-07-14T00:23:22.688Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45702026-07-14T00:23:23.002Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45712026-07-14T00:23:23.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
45722026-07-14T00:23:23.554Z
45732026-07-14T00:23:23.554Zinfo: running `cargo check --bins` on schema (283/301)
45742026-07-14T00:23:24.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-07-14T00:23:24.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-07-14T00:23:24.226Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45772026-07-14T00:23:24.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45782026-07-14T00:23:25.098Z
45792026-07-14T00:23:25.098Zinfo: running `cargo check --bins` on xtask (284/301)
45802026-07-14T00:23:25.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-07-14T00:23:25.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-07-14T00:23:25.475Z Checking serde_core v1.0.228
45832026-07-14T00:23:25.475Z Checking libc v0.2.185
45842026-07-14T00:23:25.553Z Checking bitflags v2.11.0
45852026-07-14T00:23:25.560Z Checking scroll v0.12.0
45862026-07-14T00:23:25.562Z Checking thiserror v1.0.69
45872026-07-14T00:23:25.567Z Checking log v0.4.29
45882026-07-14T00:23:25.579Z Checking indexmap v2.14.0
45892026-07-14T00:23:25.582Z Checking zerocopy v0.7.35
45902026-07-14T00:23:25.653Z Checking syn v2.0.117
45912026-07-14T00:23:25.693Z Checking dtrace-parser v0.2.0
45922026-07-14T00:23:25.715Z Checking once_cell v1.21.3
45932026-07-14T00:23:25.776Z Checking goblin v0.8.2
45942026-07-14T00:23:25.843Z Checking errno v0.3.14
45952026-07-14T00:23:25.889Z Checking thread-id v4.2.2
45962026-07-14T00:23:25.923Z Checking getrandom v0.4.1
45972026-07-14T00:23:25.958Z Checking rustix v1.1.3
45982026-07-14T00:23:25.967Z Checking memmap v0.7.0
45992026-07-14T00:23:26.052Z Checking thiserror v2.0.18
46002026-07-14T00:23:26.080Z Checking fs-err v3.3.0
46012026-07-14T00:23:26.090Z Checking anyhow v1.0.102
46022026-07-14T00:23:26.125Z Checking tabled v0.15.0
46032026-07-14T00:23:26.738Z Checking terminal_size v0.4.3
46042026-07-14T00:23:26.738Z Checking tempfile v3.25.0
46052026-07-14T00:23:26.844Z Checking clap_builder v4.6.0
46062026-07-14T00:23:26.847Z Checking textwrap v0.16.2
46072026-07-14T00:23:27.012Z Checking serde v1.0.228
46082026-07-14T00:23:27.015Z Checking serde_json v1.0.150
46092026-07-14T00:23:27.016Z Checking camino v1.2.2
46102026-07-14T00:23:27.044Z Checking cargo-platform v0.3.2
46112026-07-14T00:23:27.208Z Checking semver v1.0.28
46122026-07-14T00:23:27.261Z Checking camino-tempfile v1.4.1
46132026-07-14T00:23:27.411Z Checking toml_datetime v0.6.11
46142026-07-14T00:23:27.411Z Checking serde_spanned v0.6.9
46152026-07-14T00:23:27.411Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46162026-07-14T00:23:27.438Z Checking macaddr v1.0.1
46172026-07-14T00:23:27.584Z Checking toml_edit v0.22.27
46182026-07-14T00:23:27.626Z Checking dof v0.3.0
46192026-07-14T00:23:27.626Z Checking cargo_metadata v0.23.1
46202026-07-14T00:23:27.889Z Checking usdt-impl v0.5.0
46212026-07-14T00:23:28.036Z Checking clap v4.6.1
46222026-07-14T00:23:28.145Z Checking usdt v0.5.0
46232026-07-14T00:23:28.565Z Checking toml v0.8.23
46242026-07-14T00:23:28.823Z Checking cargo_toml v0.21.0
46252026-07-14T00:23:29.456Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46262026-07-14T00:23:29.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
46272026-07-14T00:23:29.951Z
46282026-07-14T00:23:29.951Zinfo: running `cargo check --bins` on dnsadm (285/301)
46292026-07-14T00:23:30.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-07-14T00:23:30.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-07-14T00:23:30.541Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46322026-07-14T00:23:30.999Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46332026-07-14T00:23:31.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46342026-07-14T00:23:31.552Z
46352026-07-14T00:23:31.552Zinfo: running `cargo check --bins` on end-to-end-tests (286/301)
46362026-07-14T00:23:32.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46372026-07-14T00:23:32.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46382026-07-14T00:23:32.326Z Checking cpubits v0.1.1
46392026-07-14T00:23:32.450Z Checking pem-rfc7468 v1.0.0
46402026-07-14T00:23:32.462Z Checking hmac v0.13.0
46412026-07-14T00:23:32.464Z Checking universal-hash v0.6.1
46422026-07-14T00:23:32.484Z Checking ctr v0.10.1
46432026-07-14T00:23:32.484Z Checking aead v0.6.1
46442026-07-14T00:23:32.487Z Checking sha2 v0.11.0
46452026-07-14T00:23:32.525Z Checking aes v0.9.1
46462026-07-14T00:23:32.526Z Checking crypto-bigint v0.7.5
46472026-07-14T00:23:32.579Z Checking polyval v0.7.1
46482026-07-14T00:23:32.593Z Checking der v0.8.0
46492026-07-14T00:23:32.607Z Checking pbkdf2 v0.13.0
46502026-07-14T00:23:32.636Z Checking salsa20 v0.11.0
46512026-07-14T00:23:32.650Z Checking cbc v0.2.1
46522026-07-14T00:23:32.718Z Checking ff v0.14.0
46532026-07-14T00:23:32.741Z Checking ghash v0.6.0
46542026-07-14T00:23:32.788Z Checking signature v3.0.0
46552026-07-14T00:23:32.806Z Checking base16ct v1.0.0
46562026-07-14T00:23:32.885Z Checking group v0.14.0
46572026-07-14T00:23:32.901Z Checking hkdf v0.13.0
46582026-07-14T00:23:32.925Z Checking aes-gcm v0.11.0
46592026-07-14T00:23:32.941Z Checking rfc6979 v0.5.0
46602026-07-14T00:23:32.960Z Compiling curve25519-dalek v5.0.0-rc.0
46612026-07-14T00:23:33.036Z Checking poly1305 v0.9.0
46622026-07-14T00:23:33.036Z Checking blowfish v0.10.0
46632026-07-14T00:23:33.077Z Checking blake2 v0.11.0-rc.6
46642026-07-14T00:23:33.090Z Checking keccak v0.2.0
46652026-07-14T00:23:33.195Z Checking fiat-crypto v0.3.0
46662026-07-14T00:23:33.209Z Checking scrypt v0.12.0
46672026-07-14T00:23:33.245Z Checking sha3 v0.11.0
46682026-07-14T00:23:33.300Z Checking bcrypt-pbkdf v0.11.0
46692026-07-14T00:23:33.329Z Checking argon2 v0.6.0-rc.8
46702026-07-14T00:23:33.369Z Checking kem v0.3.0
46712026-07-14T00:23:33.402Z Checking spki v0.8.0
46722026-07-14T00:23:33.449Z Checking sec1 v0.8.1
46732026-07-14T00:23:33.485Z Checking module-lattice v0.2.3
46742026-07-14T00:23:33.565Z Checking pkcs5 v0.8.1
46752026-07-14T00:23:33.583Z Checking pkcs1 v0.8.0-rc.4
46762026-07-14T00:23:33.636Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46772026-07-14T00:23:33.660Z Checking internal-russh-num-bigint v0.5.0
46782026-07-14T00:23:33.697Z Checking ml-kem v0.3.2
46792026-07-14T00:23:33.814Z Checking num-bigint v0.4.6
46802026-07-14T00:23:33.836Z Checking generic-array v1.4.3
46812026-07-14T00:23:33.879Z Checking pkcs8 v0.11.0
46822026-07-14T00:23:34.058Z Checking ed25519 v3.0.0
46832026-07-14T00:23:34.205Z Compiling enum_dispatch v0.3.13
46842026-07-14T00:23:34.236Z Checking russh-util v0.52.0
46852026-07-14T00:23:34.261Z Checking ed25519-dalek v3.0.0-rc.0
46862026-07-14T00:23:34.367Z Compiling delegate v0.13.5
46872026-07-14T00:23:34.472Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46882026-07-14T00:23:34.475Z Checking md5 v0.8.0
46892026-07-14T00:23:34.507Z Checking hex-literal v1.1.0
46902026-07-14T00:23:34.632Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46912026-07-14T00:23:34.666Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46922026-07-14T00:23:34.736Z Checking socket2 v0.5.10
46932026-07-14T00:23:34.774Z Checking elliptic-curve v0.14.0-rc.33
46942026-07-14T00:23:34.850Z Checking primefield v0.14.0
46952026-07-14T00:23:34.891Z Checking ssh-encoding v0.3.0-rc.9
46962026-07-14T00:23:34.982Z Checking crypto-primes v0.7.2
46972026-07-14T00:23:35.055Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46982026-07-14T00:23:35.121Z Checking ssh-cipher v0.3.0-rc.9
46992026-07-14T00:23:35.164Z Checking russh-cryptovec v0.61.0
47002026-07-14T00:23:35.247Z Checking primeorder v0.14.0-rc.10
47012026-07-14T00:23:35.300Z Checking ecdsa v0.17.0-rc.18
47022026-07-14T00:23:35.322Z Checking internet-checksum v0.2.1
47032026-07-14T00:23:35.660Z Checking p256 v0.14.0-rc.10
47042026-07-14T00:23:35.668Z Checking p521 v0.14.0-rc.10
47052026-07-14T00:23:35.930Z Checking rsa v0.10.0-rc.18
47062026-07-14T00:23:38.065Z Checking p384 v0.14.0-rc.10
47072026-07-14T00:23:39.960Z Checking ssh-key v0.7.0-rc.10
47082026-07-14T00:23:40.714Z Checking russh v0.61.2
47092026-07-14T00:23:53.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.73s
47102026-07-14T00:23:53.482Z
47112026-07-14T00:23:53.482Zinfo: running `cargo check --bins` on gateway-cli (287/301)
47122026-07-14T00:23:53.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-07-14T00:23:53.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-07-14T00:23:54.076Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47152026-07-14T00:23:54.180Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47162026-07-14T00:23:54.186Z Checking termios v0.3.3
47172026-07-14T00:23:55.395Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47182026-07-14T00:23:55.527Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47192026-07-14T00:23:57.223Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47202026-07-14T00:23:57.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
47212026-07-14T00:23:57.946Z
47222026-07-14T00:23:57.946Zinfo: running `cargo check --bins --no-default-features` on installinator (288/301)
47232026-07-14T00:23:58.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-07-14T00:23:58.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-07-14T00:23:58.599Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47262026-07-14T00:23:58.605Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47272026-07-14T00:23:58.719Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47282026-07-14T00:23:58.722Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47292026-07-14T00:23:58.731Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47302026-07-14T00:23:58.735Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47312026-07-14T00:23:59.480Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47322026-07-14T00:23:59.803Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47332026-07-14T00:23:59.807Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47342026-07-14T00:24:00.441Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47352026-07-14T00:24:02.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
47362026-07-14T00:24:02.244Z
47372026-07-14T00:24:02.244Zinfo: running `cargo check --bins` on internal-dns-cli (289/301)
47382026-07-14T00:24:02.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47392026-07-14T00:24:02.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47402026-07-14T00:24:02.826Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47412026-07-14T00:24:03.258Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47422026-07-14T00:24:03.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47432026-07-14T00:24:03.732Z
47442026-07-14T00:24:03.732Zinfo: running `cargo check --bins` on omicron-live-tests (290/301)
47452026-07-14T00:24:04.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47462026-07-14T00:24:04.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47472026-07-14T00:24:04.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47482026-07-14T00:24:04.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47492026-07-14T00:24:04.254Z
47502026-07-14T00:24:04.254Zinfo: running `cargo check --bins` on live-tests-macros (291/301)
47512026-07-14T00:24:04.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47522026-07-14T00:24:04.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47532026-07-14T00:24:04.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47542026-07-14T00:24:04.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47552026-07-14T00:24:04.771Z
47562026-07-14T00:24:04.771Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301)
47572026-07-14T00:24:05.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47582026-07-14T00:24:05.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47592026-07-14T00:24:05.476Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47602026-07-14T00:24:06.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
47612026-07-14T00:24:06.271Z
47622026-07-14T00:24:06.271Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/301)
47632026-07-14T00:24:06.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-07-14T00:24:06.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-07-14T00:24:06.849Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47662026-07-14T00:24:06.868Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47672026-07-14T00:24:07.124Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47682026-07-14T00:24:07.124Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47692026-07-14T00:24:07.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
47702026-07-14T00:24:08.059Z
47712026-07-14T00:24:08.060Zinfo: running `cargo check --bins` on ntp-admin-types (294/301)
47722026-07-14T00:24:08.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-07-14T00:24:08.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-07-14T00:24:08.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47752026-07-14T00:24:08.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47762026-07-14T00:24:08.611Z
47772026-07-14T00:24:08.611Zinfo: running `cargo check --bins` on omicron-package (295/301)
47782026-07-14T00:24:09.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-07-14T00:24:09.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-07-14T00:24:09.226Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47812026-07-14T00:24:10.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
47822026-07-14T00:24:10.414Z
47832026-07-14T00:24:10.414Zinfo: running `cargo check --bins` on tqdb (296/301)
47842026-07-14T00:24:10.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47852026-07-14T00:24:10.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47862026-07-14T00:24:11.144Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47872026-07-14T00:24:11.488Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47882026-07-14T00:24:11.987Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47892026-07-14T00:24:11.996Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47902026-07-14T00:24:17.983Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47912026-07-14T00:24:17.988Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47922026-07-14T00:24:18.538Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47932026-07-14T00:24:18.541Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47942026-07-14T00:24:18.541Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47952026-07-14T00:24:18.541Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47962026-07-14T00:24:19.285Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47972026-07-14T00:24:20.353Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47982026-07-14T00:24:21.144Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47992026-07-14T00:24:21.741Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48002026-07-14T00:24:26.522Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48012026-07-14T00:24:36.550Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48022026-07-14T00:24:36.638Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48032026-07-14T00:24:36.638Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48042026-07-14T00:24:36.638Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48052026-07-14T00:24:36.638Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48062026-07-14T00:24:36.689Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48072026-07-14T00:24:36.689Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48082026-07-14T00:24:37.771Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48092026-07-14T00:24:38.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.88s
48102026-07-14T00:24:38.493Z
48112026-07-14T00:24:38.493Zinfo: running `cargo check --bins` on wicket-dbg (297/301)
48122026-07-14T00:24:38.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48132026-07-14T00:24:38.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48142026-07-14T00:24:39.150Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48152026-07-14T00:24:39.265Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48162026-07-14T00:24:39.272Z Checking rtoolbox v0.0.3
48172026-07-14T00:24:39.280Z Checking tui-tree-widget v0.23.1
48182026-07-14T00:24:39.372Z Checking rpassword v7.4.0
48192026-07-14T00:24:39.757Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48202026-07-14T00:24:39.929Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48212026-07-14T00:24:40.879Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48222026-07-14T00:24:44.043Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48232026-07-14T00:24:45.876Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48242026-07-14T00:24:46.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.25s
48252026-07-14T00:24:46.932Z
48262026-07-14T00:24:46.932Zinfo: running `cargo check --bins` on wicket (298/301)
48272026-07-14T00:24:47.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48282026-07-14T00:24:47.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48292026-07-14T00:24:47.580Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48302026-07-14T00:24:47.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
48312026-07-14T00:24:48.102Z
48322026-07-14T00:24:48.102Zinfo: running `cargo check --bins` on wicketd (299/301)
48332026-07-14T00:24:48.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48342026-07-14T00:24:48.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48352026-07-14T00:24:48.764Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48362026-07-14T00:24:48.767Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48372026-07-14T00:24:48.767Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48382026-07-14T00:24:48.875Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48392026-07-14T00:24:49.651Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48402026-07-14T00:24:50.195Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48412026-07-14T00:24:53.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s
48422026-07-14T00:24:53.397Z
48432026-07-14T00:24:53.397Zinfo: running `cargo check --bins` on omicron-workspace-hack (300/301)
48442026-07-14T00:24:53.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48452026-07-14T00:24:53.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48462026-07-14T00:24:53.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48472026-07-14T00:24:53.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48482026-07-14T00:24:53.928Z
48492026-07-14T00:24:53.928Zinfo: running `cargo check --bins` on zone-setup (301/301)
48502026-07-14T00:24:54.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48512026-07-14T00:24:54.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48522026-07-14T00:24:54.556Z Checking uzers v0.12.2
48532026-07-14T00:24:54.822Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48542026-07-14T00:24:55.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
48552026-07-14T00:24:55.748Z
48562026-07-14T00:24:55.748Zreal 13:53.799843821
48572026-07-14T00:24:55.748Zuser 21:05.857609514
48582026-07-14T00:24:55.748Zsys 4:12.271217546
48592026-07-14T00:24:55.748Ztrap 0.334577862
48602026-07-14T00:24:55.748Ztflt 0.774565410
48612026-07-14T00:24:55.748Zdflt 1.106615604
48622026-07-14T00:24:55.748Zkflt 0.005069050
48632026-07-14T00:24:55.748Zlock 1:16:52.667691894
48642026-07-14T00:24:55.754Zslp 1:40:48.310015526
48652026-07-14T00:24:55.754Zlat 54.071543478
48662026-07-14T00:24:55.754Zstop 3:29.880374067
48672026-07-14T00:24:55.754Zprocess exited: duration 953559 ms, exit code 0
 
48682026-07-14T00:24:55.760Zfound 0 output files