01KXH7YSZWN0QJK5WVJS699V7G: 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: 01KXH7Z7X8DXVQN8BD2MFQ9QZX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T21:20:16.628Zjob assigned to worker 01KXH7ZDQ995MFE5YVW7NKJ53W [factory aws, i-0cbc330bc5bbb5384] (queued for 57 s)
 
22026-07-14T21:20:22.896Zstarting task 0: "setup"
32026-07-14T21:20:22.900Z++ uname -s
42026-07-14T21:20:22.903Z+ kern=SunOS
52026-07-14T21:20:22.903Z+ build_user=build
62026-07-14T21:20:22.903Z+ build_uid=12345
72026-07-14T21:20:22.903Z+ work_dir=/work
82026-07-14T21:20:22.903Z+ input_dir=/input
92026-07-14T21:20:22.903Z+ [[ 0 == 12345 ]]
102026-07-14T21:20:22.903Z+ case "$kern" in
112026-07-14T21:20:22.903Z+ groupadd -g 12345 build
122026-07-14T21:20:22.903Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T21:20:24.910Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T21:20:25.102Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T21:20:25.106Z+ home_fs=zfs
162026-07-14T21:20:25.106Z+ [[ zfs == autofs ]]
172026-07-14T21:20:25.106Z+ mkdir -p /home/build
182026-07-14T21:20:25.106Z+ chown build:build /home/build /work
192026-07-14T21:20:26.058Z+ chmod 0700 /home/build /work
202026-07-14T21:20:26.062Zprocess exited: duration 3167 ms, exit code 0
 
212026-07-14T21:20:26.068Zstarting task 1: "rust-toolchain"
222026-07-14T21:20:26.072Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-14T21:20:26.072Z * rust toolchain channel = "1.96.1"
242026-07-14T21:20:26.072Z * rust toolchain profile = "default"
252026-07-14T21:20:26.072Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-14T21:20:26.072Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T21:20:26.072Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T21:20:26.075Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T21:20:26.075Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-14T21:20:26.153Zinfo: downloading installer
312026-07-14T21:20:27.461Zwarn: It looks like you have an existing rustup settings file at:
322026-07-14T21:20:27.462Zwarn: /home/build/.rustup/settings.toml
332026-07-14T21:20:27.462Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-14T21:20:27.462Zwarn: instead of the one inferred from the default host triple.
352026-07-14T21:20:27.474Zinfo: profile set to default
362026-07-14T21:20:27.474Zinfo: default host triple is x86_64-unknown-illumos
372026-07-14T21:20:27.477Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-14T21:20:27.612Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-14T21:20:27.615Zinfo: downloading 6 components
402026-07-14T21:20:41.656Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-14T21:20:41.657Z
422026-07-14T21:20:41.687Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-14T21:20:41.687Z
442026-07-14T21:20:41.687Z
452026-07-14T21:20:41.687ZRust is installed now. Great!
462026-07-14T21:20:41.687Z
472026-07-14T21:20:41.687ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-14T21:20:41.687Zenvironment variable. This has not been done automatically.
492026-07-14T21:20:41.687Z
502026-07-14T21:20:41.687ZTo configure your current shell, you need to source
512026-07-14T21:20:41.687Zthe corresponding env file under $HOME/.cargo.
522026-07-14T21:20:41.687Z
532026-07-14T21:20:41.687ZThis is usually done by running one of the following (note the leading DOT):
542026-07-14T21:20:41.687Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-14T21:20:41.687Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-14T21:20:41.687Zsource "~/.cargo/env.nu" # For nushell
572026-07-14T21:20:41.687Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-14T21:20:41.687Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-14T21:20:41.687Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-14T21:20:41.691Zwarn: no default linker (`cc`) was found in your PATH
612026-07-14T21:20:41.691Zwarn: many Rust crates require a system C toolchain to build
622026-07-14T21:20:41.793Z+ rustup --version
632026-07-14T21:20:41.801Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-14T21:20:41.804Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-14T21:20:41.822Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-14T21:20:41.826Z+ cargo --version
672026-07-14T21:20:41.839Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-14T21:20:41.843Z+ rustc --version
692026-07-14T21:20:41.863Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-14T21:20:41.866Zprocess exited: duration 15795 ms, exit code 0
 
712026-07-14T21:20:41.872Zstarting task 2: "authentication"
722026-07-14T21:20:41.889Zprocess exited: duration 16 ms, exit code 0
 
732026-07-14T21:20:41.895Zstarting task 3: "clone repository"
742026-07-14T21:20:41.899Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-14T21:20:41.902Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-14T21:20:41.934ZCloning into '/work/oxidecomputer/omicron'...
772026-07-14T21:20:52.706Z+ cd /work/oxidecomputer/omicron
782026-07-14T21:20:52.706Z+ git fetch origin 344c5b62ee1f8b5ad72483065baa57325c83c21d
792026-07-14T21:20:52.967ZFrom https://github.com/oxidecomputer/omicron
802026-07-14T21:20:52.967Z * branch 344c5b62ee1f8b5ad72483065baa57325c83c21d -> FETCH_HEAD
812026-07-14T21:20:52.977Z+ [[ -n iliana/tufaceous-v2/10.releng ]]
822026-07-14T21:20:52.980Z++ git branch --show-current
832026-07-14T21:20:52.980Z+ current=main
842026-07-14T21:20:52.980Z+ [[ main != iliana/tufaceous-v2/10.releng ]]
852026-07-14T21:20:52.980Z+ git branch -f iliana/tufaceous-v2/10.releng 344c5b62ee1f8b5ad72483065baa57325c83c21d
862026-07-14T21:20:52.983Z+ git checkout -f iliana/tufaceous-v2/10.releng
872026-07-14T21:20:53.224ZSwitched to branch 'iliana/tufaceous-v2/10.releng'
882026-07-14T21:20:53.228Z+ git reset --hard 344c5b62ee1f8b5ad72483065baa57325c83c21d
892026-07-14T21:20:53.243ZHEAD is now at 344c5b62e Merge remote-tracking branch 'origin/main' into iliana/tufaceous-v2/10.releng
902026-07-14T21:20:53.246Zprocess exited: duration 11348 ms, exit code 0
 
912026-07-14T21:20:53.253Zstarting task 4: "build"
922026-07-14T21:20:53.257Z+ source .github/buildomat/ci-env.sh
932026-07-14T21:20:53.260Z++ export CARGO_TERM_COLOR=always
942026-07-14T21:20:53.260Z++ CARGO_TERM_COLOR=always
952026-07-14T21:20:53.260Z+++ uname -s
962026-07-14T21:20:53.260Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-14T21:20:53.260Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-14T21:20:53.264Z+ cargo --version
992026-07-14T21:20:53.270Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-14T21:20:53.273Z+ rustc --version
1012026-07-14T21:20:53.293Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-14T21:20:53.296Z+ source ./env.sh
1032026-07-14T21:20:53.296Z++ OLD_SHELL_OPTS=ehxB
1042026-07-14T21:20:53.296Z++ set -o xtrace
1052026-07-14T21:20:53.299Z++++ dirname ./env.sh
1062026-07-14T21:20:53.299Z+++ readlink -f .
1072026-07-14T21:20:53.302Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-14T21:20:53.302Z++ 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-14T21:20:53.302Z++ 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-14T21:20:53.302Z++ 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-14T21:20:53.302Z++ 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-14T21:20:53.302Z++ 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-14T21:20:53.302Z++ 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-14T21:20:53.302Z++ 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-14T21:20:53.302Z++ 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-14T21:20:53.302Z++ 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-14T21:20:53.302Z++ 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-14T21:20:53.302Z++ case $OLD_SHELL_OPTS in
1192026-07-14T21:20:53.302Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-14T21:20:53.302Z+ 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-14T21:20:53.302Z+ 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-14T21:20:53.302Z+ banner prerequisites
1232026-07-14T21:20:53.305Z
1242026-07-14T21:20:53.306Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-14T21:20:53.306Z # # # # # # # # # # # # # # #
1262026-07-14T21:20:53.306Z # # # # ##### # # ##### # # # # # #### #
1272026-07-14T21:20:53.306Z ##### ##### # ##### # # # # # # # # #
1282026-07-14T21:20:53.306Z # # # # # # # # # # # # # # #
1292026-07-14T21:20:53.306Z # # # ###### # # ###### ### # #### # #### #
1302026-07-14T21:20:53.306Z
1312026-07-14T21:20:53.306Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-14T21:20:54.829Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-14T21:20:54.945Z Startup: Caching catalogs ... Done
1342026-07-14T21:20:55.467ZPlanning: Solver setup ... Done (0.474s)
1352026-07-14T21:20:55.494ZPlanning: Running solver ... Done (0.028s)
1362026-07-14T21:20:55.508ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-14T21:20:55.520ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-14T21:20:55.547ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-14T21:20:55.561ZPlanning: Package planning ... Done (0.014s)
1402026-07-14T21:20:55.564ZPlanning: Merging actions ... Done (0.001s)
1412026-07-14T21:20:55.727ZPlanning: Checking for conflicting actions ... Done (0.164s)
1422026-07-14T21:20:55.730ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-14T21:20:56.568ZPlanning: Evaluating mediators ... Done (0.840s)
1442026-07-14T21:20:56.571ZPlanning: Planning completed in 1.60 seconds
1452026-07-14T21:20:56.577Z Packages to install: 2
1462026-07-14T21:20:56.577Z Estimated space available: 156.05 GB
1472026-07-14T21:20:56.581ZEstimated space to be consumed: 32.66 MB
1482026-07-14T21:20:56.581Z Create boot environment: No
1492026-07-14T21:20:56.581ZCreate backup boot environment: No
1502026-07-14T21:20:56.581Z Rebuild boot archive: No
1512026-07-14T21:20:56.581Z
1522026-07-14T21:20:56.581ZChanged packages:
1532026-07-14T21:20:56.581Zhelios
1542026-07-14T21:20:56.581Z developer/build-essential
1552026-07-14T21:20:56.581Z None -> 11-3.0
1562026-07-14T21:20:56.581Z library/libxmlsec1
1572026-07-14T21:20:56.581Z None -> 1.2.35-3.0
1582026-07-14T21:20:56.602Z
1592026-07-14T21:20:56.602ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-14T21:20:57.135ZDownload: Completed 1.28 MB in 0.53 seconds (2.4M/s)
1612026-07-14T21:20:57.209Z Actions: 1/268 actions (Installing new actions)
1622026-07-14T21:20:57.246Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-14T21:20:57.257ZFinalize: Updating package state database ... Done (0.011s)
1642026-07-14T21:20:57.257ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-14T21:20:57.288ZFinalize: Updating image state ... Done (0.030s)
1662026-07-14T21:20:59.769ZFinalize: Creating fast lookup database ... Done (2.455s)
1672026-07-14T21:20:59.847ZFinalize: Reading search index ... Done (0.013s)
1682026-07-14T21:20:59.850ZFinalize: Updating search index ... Done (0.000s)
1692026-07-14T21:20:59.945ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-14T21:21:00.257ZPlanning: Evaluating mediator changes ... Done
1712026-07-14T21:21:00.362ZPlanning: Checking for conflicting actions ... Done
1722026-07-14T21:21:00.365ZPlanning: Consolidating action changes ... Done
1732026-07-14T21:21:00.517ZPlanning: Evaluating mediators ... Done
1742026-07-14T21:21:00.520ZPlanning: Planning completed in 0.26 seconds
1752026-07-14T21:21:00.540Z Mediators to change: 2
1762026-07-14T21:21:00.540Z Create boot environment: No
1772026-07-14T21:21:00.540ZCreate backup boot environment: No
1782026-07-14T21:21:00.588ZFinalize: Updating package state database ... Done
1792026-07-14T21:21:00.588ZFinalize: Updating package cache ... Done
1802026-07-14T21:21:00.604ZFinalize: Updating image state ... Done
1812026-07-14T21:21:02.572ZFinalize: Creating fast lookup database ... Done
1822026-07-14T21:21:02.633ZFinalize: Reading search index ... Done
1832026-07-14T21:21:02.633ZFinalize: Updating search index ... Done
1842026-07-14T21:21:02.719ZFinalize: Updating package cache ... Done
1852026-07-14T21:21:02.993ZPlanning: Evaluating mediator changes ... Done
1862026-07-14T21:21:03.098ZPlanning: Checking for conflicting actions ... Done
1872026-07-14T21:21:03.101ZPlanning: Consolidating action changes ... Done
1882026-07-14T21:21:03.253ZPlanning: Evaluating mediators ... Done
1892026-07-14T21:21:03.256ZPlanning: Planning completed in 0.26 seconds
1902026-07-14T21:21:03.276Z Mediators to change: 1
1912026-07-14T21:21:03.276Z Create boot environment: No
1922026-07-14T21:21:03.276ZCreate backup boot environment: No
1932026-07-14T21:21:03.332ZFinalize: Updating package state database ... Done
1942026-07-14T21:21:03.332ZFinalize: Updating package cache ... Done
1952026-07-14T21:21:03.349ZFinalize: Updating image state ... Done
1962026-07-14T21:21:05.289ZFinalize: Creating fast lookup database ... Done
1972026-07-14T21:21:05.350ZFinalize: Reading search index ... Done
1982026-07-14T21:21:05.353ZFinalize: Updating search index ... Done
1992026-07-14T21:21:05.429ZFinalize: Updating package cache ... Done
2002026-07-14T21:21:05.743ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-14T21:21:05.744Zapache system 2.4 system
2022026-07-14T21:21:05.744Zclang system 15 system
2032026-07-14T21:21:05.744Zcsh system system illumos
2042026-07-14T21:21:05.744Zctags system system illumos
2052026-07-14T21:21:05.744Zfile vendor vendor darwinsys
2062026-07-14T21:21:05.744Zfile system system illumos
2072026-07-14T21:21:05.744Zgcc vendor 14 vendor
2082026-07-14T21:21:05.744Zgcc system 13 system
2092026-07-14T21:21:05.744Zgcc system 10 system
2102026-07-14T21:21:05.744Zgo system 1.25 system
2112026-07-14T21:21:05.744Zllvm system 15 system
2122026-07-14T21:21:05.744Zmariadb system 11.4 system
2132026-07-14T21:21:05.744Zmta vendor vendor dma
2142026-07-14T21:21:05.744Zopenjdk system 17 system
2152026-07-14T21:21:05.744Zopenjdk system 11 system
2162026-07-14T21:21:05.744Zopenssl vendor 3 vendor
2172026-07-14T21:21:05.744Zperl system 5.40 system
2182026-07-14T21:21:05.744Zpostgresql system 18 system
2192026-07-14T21:21:05.744Zpostgresql system 17 system
2202026-07-14T21:21:05.744Zpython vendor 3 vendor
2212026-07-14T21:21:05.744Zpython system 2 system
2222026-07-14T21:21:05.744Zpython3 vendor 3.13 vendor
2232026-07-14T21:21:05.744Zruby system 3.4 system
2242026-07-14T21:21:05.744Zruby system 3.0 system
2252026-07-14T21:21:05.744Zwords vendor vendor american-english
2262026-07-14T21:21:05.744Zwords system system australian-english
2272026-07-14T21:21:05.744Zwords system system british-english
2282026-07-14T21:21:05.744Zwords system system canadian-english
2292026-07-14T21:21:05.744Zwords system system french
2302026-07-14T21:21:05.744Zwords system system italian
2312026-07-14T21:21:05.744Zwords system system ngerman
2322026-07-14T21:21:05.744Zwords system system ogerman
2332026-07-14T21:21:05.744Zwords system system spanish
2342026-07-14T21:21:05.994ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-14T21:21:05.994Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-14T21:21:06.302ZFMRI IFO
2372026-07-14T21:21:06.302Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-14T21:21:06.302Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-14T21:21:06.302Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-14T21:21:06.302Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-14T21:21:06.302Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-14T21:21:06.302Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-14T21:21:06.302Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-14T21:21:06.303Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-14T21:21:06.303Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-14T21:21:06.577Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-14T21:21:06.841Z Updating crates.io index
2482026-07-14T21:21:06.844Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-14T21:21:07.039Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-14T21:21:07.326Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-14T21:21:08.248Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-14T21:21:08.757Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-14T21:21:10.588Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-14T21:21:11.439Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-14T21:21:11.700Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-14T21:21:12.003Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-14T21:21:13.380Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-14T21:21:13.743Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-14T21:21:14.076Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-14T21:21:14.357Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-14T21:21:14.746Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-14T21:21:15.301Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-14T21:21:15.540Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-14T21:21:15.780Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-14T21:21:16.082Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-14T21:21:16.386Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-14T21:21:16.610Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-14T21:21:16.863Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-14T21:21:17.139Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-14T21:21:17.486Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-14T21:21:17.833Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-14T21:21:18.077Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-14T21:21:18.461Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-14T21:21:18.913Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-14T21:21:19.278Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-14T21:21:19.546Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-14T21:21:19.817Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-14T21:21:20.034Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-14T21:21:20.364Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-14T21:21:20.739Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-14T21:21:21.000Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-14T21:21:21.287Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-14T21:21:21.537Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-14T21:21:21.816Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-14T21:21:22.284Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-14T21:21:22.522Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-14T21:21:22.810Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-14T21:21:23.052Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-14T21:21:26.173Z Downloading crates ...
2902026-07-14T21:21:26.234Z Downloaded anstream v1.0.0
2912026-07-14T21:21:26.249Z Downloaded once_cell v1.21.3
2922026-07-14T21:21:26.255Z Downloaded anstyle-query v1.1.5
2932026-07-14T21:21:26.255Z Downloaded zmij v1.0.21
2942026-07-14T21:21:26.258Z Downloaded byteorder v1.5.0
2952026-07-14T21:21:26.258Z Downloaded is_terminal_polyfill v1.70.2
2962026-07-14T21:21:26.258Z Downloaded pest v2.8.6
2972026-07-14T21:21:26.265Z Downloaded dtrace-parser v0.2.0
2982026-07-14T21:21:26.265Z Downloaded pest_derive v2.8.6
2992026-07-14T21:21:26.265Z Downloaded block-buffer v0.10.4
3002026-07-14T21:21:26.276Z Downloaded itoa v1.0.17
3012026-07-14T21:21:26.276Z Downloaded pest_generator v2.8.6
3022026-07-14T21:21:26.276Z Downloaded zerocopy v0.7.35
3032026-07-14T21:21:26.282Z Downloaded strsim v0.11.1
3042026-07-14T21:21:26.282Z Downloaded zerocopy-derive v0.7.35
3052026-07-14T21:21:26.290Z Downloaded fnv v1.0.7
3062026-07-14T21:21:26.290Z Downloaded colorchoice v1.0.4
3072026-07-14T21:21:26.290Z Downloaded papergrid v0.11.0
3082026-07-14T21:21:26.290Z Downloaded cargo_toml v0.21.0
3092026-07-14T21:21:26.290Z Downloaded anstyle v1.0.14
3102026-07-14T21:21:26.290Z Downloaded autocfg v1.5.0
3112026-07-14T21:21:26.302Z Downloaded generic-array v0.14.7
3122026-07-14T21:21:26.302Z Downloaded heck v0.4.1
3132026-07-14T21:21:26.303Z Downloaded macaddr v1.0.1
3142026-07-14T21:21:26.303Z Downloaded clap_lex v1.0.0
3152026-07-14T21:21:26.303Z Downloaded errno v0.3.14
3162026-07-14T21:21:26.311Z Downloaded toml_datetime v0.6.11
3172026-07-14T21:21:26.311Z Downloaded swrite v0.1.0
3182026-07-14T21:21:26.311Z Downloaded fs-err v3.3.0
3192026-07-14T21:21:26.311Z Downloaded usdt-macro v0.5.0
3202026-07-14T21:21:26.319Z Downloaded cpufeatures v0.2.17
3212026-07-14T21:21:26.319Z Downloaded plain v0.2.3
3222026-07-14T21:21:26.319Z Downloaded toml_write v0.1.2
3232026-07-14T21:21:26.319Z Downloaded smawk v0.3.2
3242026-07-14T21:21:26.323Z Downloaded pretty-hex v0.4.1
3252026-07-14T21:21:26.323Z Downloaded proc-macro-error-attr v1.0.4
3262026-07-14T21:21:26.323Z Downloaded version_check v0.9.5
3272026-07-14T21:21:26.323Z Downloaded usdt-attr-macro v0.5.0
3282026-07-14T21:21:26.323Z Downloaded crypto-common v0.1.7
3292026-07-14T21:21:26.323Z Downloaded cfg-if v1.0.4
3302026-07-14T21:21:26.329Z Downloaded thread-id v4.2.2
3312026-07-14T21:21:26.329Z Downloaded bytecount v0.6.9
3322026-07-14T21:21:26.329Z Downloaded semver v1.0.28
3332026-07-14T21:21:26.343Z Downloaded heck v0.5.0
3342026-07-14T21:21:26.349Z Downloaded terminal_size v0.4.3
3352026-07-14T21:21:26.349Z Downloaded equivalent v1.0.2
3362026-07-14T21:21:26.352Z Downloaded fastrand v2.3.0
3372026-07-14T21:21:26.352Z Downloaded dof v0.3.0
3382026-07-14T21:21:26.352Z Downloaded serde_spanned v0.6.9
3392026-07-14T21:21:26.353Z Downloaded scroll_derive v0.12.1
3402026-07-14T21:21:26.363Z Downloaded tabled_derive v0.7.0
3412026-07-14T21:21:26.366Z Downloaded utf8parse v0.2.2
3422026-07-14T21:21:26.369Z Downloaded unicode-linebreak v0.1.5
3432026-07-14T21:21:26.369Z Downloaded memmap v0.7.0
3442026-07-14T21:21:26.372Z Downloaded usdt v0.5.0
3452026-07-14T21:21:26.373Z Downloaded cargo-platform v0.3.2
3462026-07-14T21:21:26.376Z Downloaded digest v0.10.7
3472026-07-14T21:21:26.379Z Downloaded thiserror v1.0.69
3482026-07-14T21:21:26.384Z Downloaded proc-macro-error v1.0.4
3492026-07-14T21:21:26.388Z Downloaded cargo_metadata v0.23.1
3502026-07-14T21:21:26.392Z Downloaded sha2 v0.10.9
3512026-07-14T21:21:26.401Z Downloaded quote v1.0.45
3522026-07-14T21:21:26.404Z Downloaded thiserror-impl v2.0.18
3532026-07-14T21:21:26.404Z Downloaded anstyle-parse v1.0.0
3542026-07-14T21:21:26.408Z Downloaded thiserror-impl v1.0.69
3552026-07-14T21:21:26.413Z Downloaded thiserror v2.0.18
3562026-07-14T21:21:26.413Z Downloaded usdt-impl v0.5.0
3572026-07-14T21:21:26.417Z Downloaded camino v1.2.2
3582026-07-14T21:21:26.417Z Downloaded serde_tokenstream v0.2.3
3592026-07-14T21:21:26.417Z Downloaded clap_derive v4.6.1
3602026-07-14T21:21:26.417Z Downloaded indexmap v2.14.0
3612026-07-14T21:21:26.421Z Downloaded log v0.4.29
3622026-07-14T21:21:26.421Z Downloaded clap v4.6.1
3632026-07-14T21:21:26.425Z Downloaded serde v1.0.228
3642026-07-14T21:21:26.428Z Downloaded camino-tempfile v1.4.1
3652026-07-14T21:21:26.428Z Downloaded anyhow v1.0.102
3662026-07-14T21:21:26.431Z Downloaded toml v0.8.23
3672026-07-14T21:21:26.434Z Downloaded tempfile v3.25.0
3682026-07-14T21:21:26.437Z Downloaded scroll v0.12.0
3692026-07-14T21:21:26.440Z Downloaded serde_core v1.0.228
3702026-07-14T21:21:26.445Z Downloaded unicode-ident v1.0.24
3712026-07-14T21:21:26.452Z Downloaded proc-macro2 v1.0.106
3722026-07-14T21:21:26.456Z Downloaded ucd-trie v0.1.7
3732026-07-14T21:21:26.456Z Downloaded getrandom v0.4.1
3742026-07-14T21:21:26.459Z Downloaded bitflags v2.11.0
3752026-07-14T21:21:26.467Z Downloaded serde_derive v1.0.228
3762026-07-14T21:21:26.478Z Downloaded toml_edit v0.22.27
3772026-07-14T21:21:26.489Z Downloaded memchr v2.8.0
3782026-07-14T21:21:26.504Z Downloaded serde_json v1.0.150
3792026-07-14T21:21:26.509Z Downloaded typenum v1.20.1
3802026-07-14T21:21:26.512Z Downloaded textwrap v0.16.2
3812026-07-14T21:21:26.512Z Downloaded pest_meta v2.8.6
3822026-07-14T21:21:26.554Z Downloaded clap_builder v4.6.0
3832026-07-14T21:21:26.560Z Downloaded hashbrown v0.17.0
3842026-07-14T21:21:26.567Z Downloaded goblin v0.8.2
3852026-07-14T21:21:26.575Z Downloaded winnow v0.7.14
3862026-07-14T21:21:26.589Z Downloaded syn v1.0.109
3872026-07-14T21:21:26.594Z Downloaded tabled v0.15.0
3882026-07-14T21:21:26.609Z Downloaded unicode-width v0.2.0
3892026-07-14T21:21:26.613Z Downloaded unicode-width v0.1.14
3902026-07-14T21:21:26.616Z Downloaded syn v2.0.117
3912026-07-14T21:21:26.633Z Downloaded rustix v1.1.3
3922026-07-14T21:21:26.667Z Downloaded libc v0.2.185
3932026-07-14T21:21:26.725Z Compiling proc-macro2 v1.0.106
3942026-07-14T21:21:26.725Z Compiling quote v1.0.45
3952026-07-14T21:21:26.725Z Compiling unicode-ident v1.0.24
3962026-07-14T21:21:26.733Z Compiling serde_core v1.0.228
3972026-07-14T21:21:26.733Z Compiling libc v0.2.185
3982026-07-14T21:21:26.733Z Compiling version_check v0.9.5
3992026-07-14T21:21:26.734Z Compiling memchr v2.8.0
4002026-07-14T21:21:26.734Z Compiling serde v1.0.228
4012026-07-14T21:21:27.107Z Compiling zmij v1.0.21
4022026-07-14T21:21:27.332Z Compiling thiserror v1.0.69
4032026-07-14T21:21:27.345Z Compiling ucd-trie v0.1.7
4042026-07-14T21:21:27.565Z Compiling itoa v1.0.17
4052026-07-14T21:21:27.629Z Compiling pest v2.8.6
4062026-07-14T21:21:27.735Z Compiling rustix v1.1.3
4072026-07-14T21:21:27.769Z Compiling byteorder v1.5.0
4082026-07-14T21:21:27.804Z Compiling errno v0.3.14
4092026-07-14T21:21:27.958Z Compiling serde_json v1.0.150
4102026-07-14T21:21:28.115Z Compiling bitflags v2.11.0
4112026-07-14T21:21:28.188Z Compiling syn v2.0.117
4122026-07-14T21:21:28.271Z Compiling thread-id v4.2.2
4132026-07-14T21:21:28.339Z Compiling usdt-impl v0.5.0
4142026-07-14T21:21:28.356Z Compiling proc-macro-error-attr v1.0.4
4152026-07-14T21:21:28.473Z Compiling syn v1.0.109
4162026-07-14T21:21:28.548Z Compiling camino v1.2.2
4172026-07-14T21:21:28.670Z Compiling pest_meta v2.8.6
4182026-07-14T21:21:28.960Z Compiling proc-macro-error v1.0.4
4192026-07-14T21:21:29.030Z Compiling log v0.4.29
4202026-07-14T21:21:29.031Z Compiling plain v0.2.3
4212026-07-14T21:21:29.129Z Compiling getrandom v0.4.1
4222026-07-14T21:21:29.201Z Compiling hashbrown v0.17.0
4232026-07-14T21:21:29.282Z Compiling utf8parse v0.2.2
4242026-07-14T21:21:29.440Z Compiling equivalent v1.0.2
4252026-07-14T21:21:29.567Z Compiling anstyle-parse v1.0.0
4262026-07-14T21:21:29.567Z Compiling terminal_size v0.4.3
4272026-07-14T21:21:29.680Z Compiling indexmap v2.14.0
4282026-07-14T21:21:30.027Z Compiling cfg-if v1.0.4
4292026-07-14T21:21:30.103Z Compiling anstyle v1.0.14
4302026-07-14T21:21:30.121Z Compiling winnow v0.7.14
4312026-07-14T21:21:30.193Z Compiling is_terminal_polyfill v1.70.2
4322026-07-14T21:21:30.225Z Compiling thiserror v2.0.18
4332026-07-14T21:21:30.278Z Compiling pretty-hex v0.4.1
4342026-07-14T21:21:30.295Z Compiling autocfg v1.5.0
4352026-07-14T21:21:30.328Z Compiling toml_write v0.1.2
4362026-07-14T21:21:30.370Z Compiling colorchoice v1.0.4
4372026-07-14T21:21:30.475Z Compiling pest_generator v2.8.6
4382026-07-14T21:21:30.514Z Compiling anstyle-query v1.1.5
4392026-07-14T21:21:30.655Z Compiling anstream v1.0.0
4402026-07-14T21:21:30.773Z Compiling fs-err v3.3.0
4412026-07-14T21:21:30.878Z Compiling heck v0.5.0
4422026-07-14T21:21:30.978Z Compiling fnv v1.0.7
4432026-07-14T21:21:30.981Z Compiling anyhow v1.0.102
4442026-07-14T21:21:31.089Z Compiling fastrand v2.3.0
4452026-07-14T21:21:31.124Z Compiling strsim v0.11.1
4462026-07-14T21:21:31.162Z Compiling heck v0.4.1
4472026-07-14T21:21:31.211Z Compiling unicode-width v0.1.14
4482026-07-14T21:21:31.326Z Compiling once_cell v1.21.3
4492026-07-14T21:21:31.357Z Compiling bytecount v0.6.9
4502026-07-14T21:21:31.389Z Compiling clap_lex v1.0.0
4512026-07-14T21:21:31.481Z Compiling papergrid v0.11.0
4522026-07-14T21:21:31.499Z Compiling tempfile v3.25.0
4532026-07-14T21:21:31.549Z Compiling clap_builder v4.6.0
4542026-07-14T21:21:31.662Z Compiling cargo-platform v0.3.2
4552026-07-14T21:21:31.725Z Compiling semver v1.0.28
4562026-07-14T21:21:31.747Z Compiling memmap v0.7.0
4572026-07-14T21:21:31.773Z Compiling tabled_derive v0.7.0
4582026-07-14T21:21:31.882Z Compiling unicode-linebreak v0.1.5
4592026-07-14T21:21:31.925Z Compiling smawk v0.3.2
4602026-07-14T21:21:31.942Z Compiling unicode-width v0.2.0
4612026-07-14T21:21:32.121Z Compiling camino-tempfile v1.4.1
4622026-07-14T21:21:32.142Z Compiling serde_derive v1.0.228
4632026-07-14T21:21:32.219Z Compiling thiserror-impl v1.0.69
4642026-07-14T21:21:32.347Z Compiling zerocopy-derive v0.7.35
4652026-07-14T21:21:32.351Z Compiling pest_derive v2.8.6
4662026-07-14T21:21:32.402Z Compiling scroll_derive v0.12.1
4672026-07-14T21:21:32.697Z Compiling thiserror-impl v2.0.18
4682026-07-14T21:21:32.819Z Compiling clap_derive v4.6.1
4692026-07-14T21:21:32.904Z Compiling tabled v0.15.0
4702026-07-14T21:21:33.081Z Compiling scroll v0.12.0
4712026-07-14T21:21:33.233Z Compiling zerocopy v0.7.35
4722026-07-14T21:21:33.358Z Compiling goblin v0.8.2
4732026-07-14T21:21:33.605Z Compiling dtrace-parser v0.2.0
4742026-07-14T21:21:33.784Z Compiling textwrap v0.16.2
4752026-07-14T21:21:34.192Z Compiling swrite v0.1.0
4762026-07-14T21:21:34.608Z Compiling clap v4.6.1
4772026-07-14T21:21:35.217Z Compiling dof v0.3.0
4782026-07-14T21:21:35.217Z Compiling serde_tokenstream v0.2.3
4792026-07-14T21:21:35.220Z Compiling serde_spanned v0.6.9
4802026-07-14T21:21:35.220Z Compiling toml_datetime v0.6.11
4812026-07-14T21:21:35.220Z Compiling macaddr v1.0.1
4822026-07-14T21:21:35.299Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-07-14T21:21:35.315Z Compiling cargo_metadata v0.23.1
4842026-07-14T21:21:35.553Z Compiling toml_edit v0.22.27
4852026-07-14T21:21:35.979Z Compiling usdt-attr-macro v0.5.0
4862026-07-14T21:21:35.996Z Compiling usdt-macro v0.5.0
4872026-07-14T21:21:36.579Z Compiling usdt v0.5.0
4882026-07-14T21:21:36.893Z Compiling toml v0.8.23
4892026-07-14T21:21:37.218Z Compiling cargo_toml v0.21.0
4902026-07-14T21:21:38.463Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-14T21:21:40.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.03s
4922026-07-14T21:21:40.648Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-14T21:21:41.153Z Downloading crates ...
4942026-07-14T21:21:41.261Z Downloaded async-recursion v1.1.1
4952026-07-14T21:21:41.264Z Downloaded bitfield-macros v0.19.4
4962026-07-14T21:21:41.268Z Downloaded async-stream-impl v0.3.6
4972026-07-14T21:21:41.268Z Downloaded aead v0.6.1
4982026-07-14T21:21:41.271Z Downloaded allocator-api2 v0.2.21
4992026-07-14T21:21:41.274Z Downloaded base64 v0.21.7
5002026-07-14T21:21:41.277Z Downloaded castaway v0.2.4
5012026-07-14T21:21:41.277Z Downloaded adler2 v2.0.1
5022026-07-14T21:21:41.281Z Downloaded convert_case v0.10.0
5032026-07-14T21:21:41.281Z Downloaded atomicwrites v0.4.4
5042026-07-14T21:21:41.284Z Downloaded crossbeam-deque v0.8.6
5052026-07-14T21:21:41.288Z Downloaded cookie v0.18.1
5062026-07-14T21:21:41.292Z Downloaded crossbeam-utils v0.8.21
5072026-07-14T21:21:41.292Z Downloaded crossbeam-epoch v0.9.18
5082026-07-14T21:21:41.292Z Downloaded bb8 v0.8.6
5092026-07-14T21:21:41.295Z Downloaded ascii-canvas v3.0.0
5102026-07-14T21:21:41.295Z Downloaded cobs v0.3.0
5112026-07-14T21:21:41.298Z Downloaded ctr v0.10.1
5122026-07-14T21:21:41.298Z Downloaded cipher v0.5.2
5132026-07-14T21:21:41.303Z Downloaded chacha20 v0.9.1
5142026-07-14T21:21:41.303Z Downloaded byte-wrapper v0.1.0
5152026-07-14T21:21:41.306Z Downloaded cmake v0.1.57
5162026-07-14T21:21:41.306Z Downloaded async-trait v0.1.89
5172026-07-14T21:21:41.309Z Downloaded darling_macro v0.23.0
5182026-07-14T21:21:41.309Z Downloaded darling_core v0.23.0
5192026-07-14T21:21:41.312Z Downloaded crypto-common v0.2.2
5202026-07-14T21:21:41.316Z Downloaded bit-vec v0.6.3
5212026-07-14T21:21:41.319Z Downloaded defmt v1.0.1
5222026-07-14T21:21:41.321Z Downloaded async-bb8-diesel v0.2.1
5232026-07-14T21:21:41.325Z Downloaded base16ct v1.0.0
5242026-07-14T21:21:41.328Z Downloaded darling_core v0.20.11
5252026-07-14T21:21:41.331Z Downloaded base64 v0.22.1
5262026-07-14T21:21:41.334Z Downloaded anstream v0.6.21
5272026-07-14T21:21:41.337Z Downloaded arc-swap v1.8.2
5282026-07-14T21:21:41.340Z Downloaded async-stream v0.3.6
5292026-07-14T21:21:41.343Z Downloaded arrayref v0.3.9
5302026-07-14T21:21:41.343Z Downloaded darling_macro v0.20.11
5312026-07-14T21:21:41.346Z Downloaded darling_macro v0.13.4
5322026-07-14T21:21:41.346Z Downloaded darling_core v0.13.4
5332026-07-14T21:21:41.349Z Downloaded atty v0.2.14
5342026-07-14T21:21:41.349Z Downloaded atomic-waker v1.1.2
5352026-07-14T21:21:41.349Z Downloaded aead v0.5.2
5362026-07-14T21:21:41.352Z Downloaded dsl_auto_type v0.2.0
5372026-07-14T21:21:41.352Z Downloaded bitfield v0.19.4
5382026-07-14T21:21:41.355Z Downloaded daft v0.1.7
5392026-07-14T21:21:41.355Z Downloaded cstr-argument v0.1.2
5402026-07-14T21:21:41.355Z Downloaded endian-type v0.1.2
5412026-07-14T21:21:41.358Z Downloaded crc v3.4.0
5422026-07-14T21:21:41.358Z Downloaded array-init v0.0.4
5432026-07-14T21:21:41.358Z Downloaded dropshot-api-manager-types v0.7.2
5442026-07-14T21:21:41.361Z Downloaded bcrypt-pbkdf v0.11.0
5452026-07-14T21:21:41.361Z Downloaded bit-set v0.5.3
5462026-07-14T21:21:41.361Z Downloaded dtrace-parser v0.3.0
5472026-07-14T21:21:41.365Z Downloaded ciborium-io v0.2.2
5482026-07-14T21:21:41.365Z Downloaded assert_matches v1.5.0
5492026-07-14T21:21:41.365Z Downloaded derive_builder_macro v0.20.2
5502026-07-14T21:21:41.368Z Downloaded crucible-workspace-hack v0.1.0
5512026-07-14T21:21:41.372Z Downloaded convert_case v0.4.0
5522026-07-14T21:21:41.372Z Downloaded data-encoding v2.10.0
5532026-07-14T21:21:41.375Z Downloaded defmt v0.3.100
5542026-07-14T21:21:41.375Z Downloaded darling_macro v0.21.3
5552026-07-14T21:21:41.375Z Downloaded crunchy v0.2.4
5562026-07-14T21:21:41.375Z Downloaded ciborium-ll v0.2.2
5572026-07-14T21:21:41.380Z Downloaded bitfield-struct v0.6.2
5582026-07-14T21:21:41.380Z Downloaded block-buffer v0.12.1
5592026-07-14T21:21:41.383Z Downloaded dyn-clone v1.0.20
5602026-07-14T21:21:41.383Z Downloaded cpufeatures v0.3.0
5612026-07-14T21:21:41.383Z Downloaded dunce v1.0.5
5622026-07-14T21:21:41.386Z Downloaded display-error-chain v0.2.2
5632026-07-14T21:21:41.386Z Downloaded document-features v0.2.12
5642026-07-14T21:21:41.386Z Downloaded crc8 v0.1.1
5652026-07-14T21:21:41.386Z Downloaded crc-catalog v2.4.0
5662026-07-14T21:21:41.389Z Downloaded cpubits v0.1.1
5672026-07-14T21:21:41.392Z Downloaded cfg_aliases v0.2.1
5682026-07-14T21:21:41.395Z Downloaded debug-ignore v1.0.5
5692026-07-14T21:21:41.395Z Downloaded diesel_table_macro_syntax v0.3.0
5702026-07-14T21:21:41.398Z Downloaded daft-derive v0.1.7
5712026-07-14T21:21:41.398Z Downloaded curve25519-dalek-derive v0.1.1
5722026-07-14T21:21:41.401Z Downloaded critical-section v1.2.0
5732026-07-14T21:21:41.406Z Downloaded embedded-io v0.6.1
5742026-07-14T21:21:41.408Z Downloaded dirs-next v2.0.0
5752026-07-14T21:21:41.412Z Downloaded digest-io v0.1.0
5762026-07-14T21:21:41.412Z Downloaded difflib v0.4.0
5772026-07-14T21:21:41.412Z Downloaded enum-as-inner v0.6.1
5782026-07-14T21:21:41.415Z Downloaded block-padding v0.4.2
5792026-07-14T21:21:41.418Z Downloaded downcast-rs v2.0.2
5802026-07-14T21:21:41.418Z Downloaded defmt-parser v1.0.0
5812026-07-14T21:21:41.422Z Downloaded cfg_aliases v0.1.1
5822026-07-14T21:21:41.422Z Downloaded bit-set v0.8.0
5832026-07-14T21:21:41.425Z Downloaded float-ord v0.3.2
5842026-07-14T21:21:41.425Z Downloaded dirs-sys-next v0.1.2
5852026-07-14T21:21:41.425Z Downloaded embedded-io v0.4.0
5862026-07-14T21:21:41.428Z Downloaded arrayvec v0.7.6
5872026-07-14T21:21:41.428Z Downloaded base16ct v0.2.0
5882026-07-14T21:21:41.431Z Downloaded anstyle-parse v0.2.7
5892026-07-14T21:21:41.431Z Downloaded ed25519 v3.0.0
5902026-07-14T21:21:41.435Z Downloaded darling v0.23.0
5912026-07-14T21:21:41.438Z Downloaded env_filter v1.0.0
5922026-07-14T21:21:41.438Z Downloaded compression-core v0.4.31
5932026-07-14T21:21:41.441Z Downloaded darling v0.13.4
5942026-07-14T21:21:41.441Z Downloaded fd-lock v4.0.4
5952026-07-14T21:21:41.445Z Downloaded crc32fast v1.5.0
5962026-07-14T21:21:41.445Z Downloaded fixedbitset v0.4.2
5972026-07-14T21:21:41.449Z Downloaded foreign-types-shared v0.1.1
5982026-07-14T21:21:41.449Z Downloaded float-cmp v0.10.0
5992026-07-14T21:21:41.450Z Downloaded futures-io v0.3.32
6002026-07-14T21:21:41.450Z Downloaded foreign-types v0.3.2
6012026-07-14T21:21:41.450Z Downloaded futures-core v0.3.32
6022026-07-14T21:21:41.453Z Downloaded form_urlencoded v1.2.2
6032026-07-14T21:21:41.453Z Downloaded foreign-types-shared v0.3.1
6042026-07-14T21:21:41.453Z Downloaded foreign-types v0.5.0
6052026-07-14T21:21:41.453Z Downloaded flagset v0.4.7
6062026-07-14T21:21:41.453Z Downloaded csv-core v0.1.13
6072026-07-14T21:21:41.456Z Downloaded funty v2.0.0
6082026-07-14T21:21:41.456Z Downloaded futures-macro v0.3.32
6092026-07-14T21:21:41.459Z Downloaded dof v0.4.0
6102026-07-14T21:21:41.459Z Downloaded defmt-macros v1.0.1
6112026-07-14T21:21:41.462Z Downloaded gethostname v0.5.0
6122026-07-14T21:21:41.465Z Downloaded ghash v0.6.0
6132026-07-14T21:21:41.465Z Downloaded backoff v0.4.0
6142026-07-14T21:21:41.468Z Downloaded git-stub v1.0.0
6152026-07-14T21:21:41.468Z Downloaded futures-sink v0.3.32
6162026-07-14T21:21:41.468Z Downloaded digest v0.11.3
6172026-07-14T21:21:41.471Z Downloaded fxhash v0.2.1
6182026-07-14T21:21:41.471Z Downloaded futures-task v0.3.32
6192026-07-14T21:21:41.471Z Downloaded bit-vec v0.8.0
6202026-07-14T21:21:41.477Z Downloaded bitflags v1.3.2
6212026-07-14T21:21:41.480Z Downloaded ed25519 v2.2.3
6222026-07-14T21:21:41.481Z Downloaded darling v0.21.3
6232026-07-14T21:21:41.481Z Downloaded der_derive v0.7.3
6242026-07-14T21:21:41.484Z Downloaded cexpr v0.6.0
6252026-07-14T21:21:41.484Z Downloaded corncobs v0.1.4
6262026-07-14T21:21:41.484Z Downloaded cmov v0.5.4
6272026-07-14T21:21:41.489Z Downloaded compression-codecs v0.4.37
6282026-07-14T21:21:41.489Z Downloaded ecdsa v0.16.9
6292026-07-14T21:21:41.492Z Downloaded blowfish v0.10.0
6302026-07-14T21:21:41.492Z Downloaded ena v0.14.4
6312026-07-14T21:21:41.492Z Downloaded delegate v0.13.5
6322026-07-14T21:21:41.496Z Downloaded cassowary v0.3.0
6332026-07-14T21:21:41.496Z Downloaded argon2 v0.5.3
6342026-07-14T21:21:41.496Z Downloaded buf-list v1.1.2
6352026-07-14T21:21:41.500Z Downloaded diff v0.1.13
6362026-07-14T21:21:41.500Z Downloaded enum_dispatch v0.3.13
6372026-07-14T21:21:41.504Z Downloaded globwalk v0.9.1
6382026-07-14T21:21:41.504Z Downloaded derive_builder v0.20.2
6392026-07-14T21:21:41.508Z Downloaded derive-ex v0.1.8
6402026-07-14T21:21:41.508Z Downloaded find-msvc-tools v0.1.9
6412026-07-14T21:21:41.511Z Downloaded ff v0.13.1
6422026-07-14T21:21:41.511Z Downloaded headers-core v0.3.0
6432026-07-14T21:21:41.511Z Downloaded blake2 v0.10.6
6442026-07-14T21:21:41.511Z Downloaded ahash v0.8.12
6452026-07-14T21:21:41.514Z Downloaded cipher v0.4.4
6462026-07-14T21:21:41.514Z Downloaded hex-literal v1.1.0
6472026-07-14T21:21:41.519Z Downloaded fallible-iterator v0.2.0
6482026-07-14T21:21:41.519Z Downloaded ctutils v0.4.2
6492026-07-14T21:21:41.522Z Downloaded hash32 v0.3.1
6502026-07-14T21:21:41.522Z Downloaded hash32 v0.2.1
6512026-07-14T21:21:41.522Z Downloaded either v1.15.0
6522026-07-14T21:21:41.525Z Downloaded hex v0.4.3
6532026-07-14T21:21:41.531Z Downloaded home v0.5.12
6542026-07-14T21:21:41.535Z Downloaded foreign-types-macros v0.2.3
6552026-07-14T21:21:41.538Z Downloaded fs_extra v1.3.0
6562026-07-14T21:21:41.538Z Downloaded fs-err v2.11.0
6572026-07-14T21:21:41.541Z Downloaded foldhash v0.1.5
6582026-07-14T21:21:41.541Z Downloaded displaydoc v0.2.5
6592026-07-14T21:21:41.544Z Downloaded http-body v1.0.1
6602026-07-14T21:21:41.544Z Downloaded cookie_store v0.22.1
6612026-07-14T21:21:41.547Z Downloaded hubpack v0.1.2
6622026-07-14T21:21:41.547Z Downloaded ecdsa v0.17.0-rc.18
6632026-07-14T21:21:41.551Z Downloaded derive_builder_core v0.20.2
6642026-07-14T21:21:41.551Z Downloaded deranged v0.5.8
6652026-07-14T21:21:41.551Z Downloaded hostname v0.4.2
6662026-07-14T21:21:41.554Z Downloaded ff v0.14.0
6672026-07-14T21:21:41.554Z Downloaded hostname v0.3.1
6682026-07-14T21:21:41.556Z Downloaded erased-serde v0.3.31
6692026-07-14T21:21:41.557Z Downloaded httpdate v1.0.3
6702026-07-14T21:21:41.557Z Downloaded colored v3.1.1
6712026-07-14T21:21:41.592Z Downloaded cbc v0.2.1
6722026-07-14T21:21:41.592Z Downloaded argon2 v0.6.0-rc.8
6732026-07-14T21:21:41.592Z Downloaded cancel-safe-futures v0.1.5
6742026-07-14T21:21:41.592Z Downloaded base64ct v1.8.3
6752026-07-14T21:21:41.592Z Downloaded http-range v0.1.5
6762026-07-14T21:21:41.592Z Downloaded group v0.13.0
6772026-07-14T21:21:41.592Z Downloaded hubpack_derive v0.1.1
6782026-07-14T21:21:41.592Z Downloaded constant_time_eq v0.4.2
6792026-07-14T21:21:41.592Z Downloaded console v0.16.2
6802026-07-14T21:21:41.592Z Downloaded illumos-nvpair v0.3.0
6812026-07-14T21:21:41.592Z Downloaded env_logger v0.11.9
6822026-07-14T21:21:41.592Z Downloaded const-oid v0.9.6
6832026-07-14T21:21:41.592Z Downloaded des v0.9.0
6842026-07-14T21:21:41.592Z Downloaded foldhash v0.2.0
6852026-07-14T21:21:41.592Z Downloaded const_format_proc_macros v0.2.34
6862026-07-14T21:21:41.593Z Downloaded bzip2 v0.4.4
6872026-07-14T21:21:41.593Z Downloaded hyper-tls v0.6.0
6882026-07-14T21:21:41.593Z Downloaded clang-sys v1.8.1
6892026-07-14T21:21:41.593Z Downloaded ciborium v0.2.2
6902026-07-14T21:21:41.593Z Downloaded chacha20 v0.10.0
6912026-07-14T21:21:41.593Z Downloaded camino-tempfile-ext v0.3.3
6922026-07-14T21:21:41.593Z Downloaded indent_write v2.2.0
6932026-07-14T21:21:41.593Z Downloaded instant v0.1.13
6942026-07-14T21:21:41.597Z Downloaded crc-any v2.5.0
6952026-07-14T21:21:41.597Z Downloaded derive_more v0.99.20
6962026-07-14T21:21:41.597Z Downloaded group v0.14.0
6972026-07-14T21:21:41.600Z Downloaded illumos-nvpair-sys v0.2.0
6982026-07-14T21:21:41.600Z Downloaded inout v0.2.2
6992026-07-14T21:21:41.600Z Downloaded indoc v1.0.9
7002026-07-14T21:21:41.604Z Downloaded internet-checksum v0.2.1
7012026-07-14T21:21:41.604Z Downloaded glob v0.3.3
7022026-07-14T21:21:41.604Z Downloaded idna_adapter v1.2.1
7032026-07-14T21:21:41.604Z Downloaded ident_case v1.0.1
7042026-07-14T21:21:41.608Z Downloaded futures-executor v0.3.32
7052026-07-14T21:21:41.608Z Downloaded inout v0.1.4
7062026-07-14T21:21:41.608Z Downloaded highway v1.3.0
7072026-07-14T21:21:41.608Z Downloaded globset v0.4.18
7082026-07-14T21:21:41.614Z Downloaded git-stub-vcs v0.1.0
7092026-07-14T21:21:41.614Z Downloaded bzip2 v0.6.1
7102026-07-14T21:21:41.614Z Downloaded is-terminal v0.4.17
7112026-07-14T21:21:41.614Z Downloaded instability v0.3.11
7122026-07-14T21:21:41.614Z Downloaded bcs v0.1.6
7132026-07-14T21:21:41.618Z Downloaded colored v2.2.0
7142026-07-14T21:21:41.618Z Downloaded darling_core v0.21.3
7152026-07-14T21:21:41.621Z Downloaded humantime v2.3.0
7162026-07-14T21:21:41.624Z Downloaded dropshot_endpoint v0.17.1
7172026-07-14T21:21:41.624Z Downloaded http-body-util v0.1.3
7182026-07-14T21:21:41.628Z Downloaded is_ci v1.2.0
7192026-07-14T21:21:41.628Z Downloaded fatfs v0.3.6
7202026-07-14T21:21:41.631Z Downloaded lazy_static v1.5.0
7212026-07-14T21:21:41.632Z Downloaded kstat-rs v0.2.4
7222026-07-14T21:21:41.632Z Downloaded keccak v0.1.6
7232026-07-14T21:21:41.636Z Downloaded curve25519-dalek v5.0.0-rc.0
7242026-07-14T21:21:41.639Z Downloaded getrandom v0.2.17
7252026-07-14T21:21:41.643Z Downloaded futures-channel v0.3.32
7262026-07-14T21:21:41.643Z Downloaded elliptic-curve v0.13.8
7272026-07-14T21:21:41.650Z Downloaded lalrpop-util v0.19.12
7282026-07-14T21:21:41.650Z Downloaded kem v0.3.0
7292026-07-14T21:21:41.650Z Downloaded console v0.15.11
7302026-07-14T21:21:41.650Z Downloaded blake2 v0.11.0-rc.6
7312026-07-14T21:21:41.654Z Downloaded derive-where v1.6.0
7322026-07-14T21:21:41.654Z Downloaded elliptic-curve v0.14.0-rc.33
7332026-07-14T21:21:41.657Z Downloaded backon v1.6.0
7342026-07-14T21:21:41.657Z Downloaded half v1.8.3
7352026-07-14T21:21:41.661Z Downloaded hyper-staticfile v0.10.1
7362026-07-14T21:21:41.661Z Downloaded diesel-dtrace v0.5.0
7372026-07-14T21:21:41.665Z Downloaded darling v0.20.11
7382026-07-14T21:21:41.665Z Downloaded linked-hash-map v0.5.6
7392026-07-14T21:21:41.668Z Downloaded maplit v1.0.2
7402026-07-14T21:21:41.668Z Downloaded maybe-uninit v2.0.0
7412026-07-14T21:21:41.668Z Downloaded lru-slab v0.1.2
7422026-07-14T21:21:41.668Z Downloaded libscf-sys v1.1.0
7432026-07-14T21:21:41.671Z Downloaded md5 v0.8.0
7442026-07-14T21:21:41.671Z Downloaded match_cfg v0.1.0
7452026-07-14T21:21:41.672Z Downloaded fixedbitset v0.5.7
7462026-07-14T21:21:41.672Z Downloaded filetime v0.2.27
7472026-07-14T21:21:41.675Z Downloaded indoc v2.0.7
7482026-07-14T21:21:41.680Z Downloaded lru v0.12.5
7492026-07-14T21:21:42.687Z Downloaded lzss v0.8.2
7502026-07-14T21:21:42.691Z Downloaded mime v0.3.17
7512026-07-14T21:21:42.691Z Downloaded memoffset v0.9.1
7522026-07-14T21:21:42.691Z Downloaded ipnet v2.11.0
7532026-07-14T21:21:42.691Z Downloaded ingot-types v0.1.2
7542026-07-14T21:21:42.691Z Downloaded ingot v0.1.1
7552026-07-14T21:21:42.692Z Downloaded md-5 v0.10.6
7562026-07-14T21:21:42.692Z Downloaded getrandom v0.3.4
7572026-07-14T21:21:42.692Z Downloaded newline-converter v0.3.0
7582026-07-14T21:21:42.692Z Downloaded hmac v0.13.0
7592026-07-14T21:21:42.692Z Downloaded drift v0.2.0
7602026-07-14T21:21:42.692Z Downloaded nodrop v0.1.14
7612026-07-14T21:21:42.692Z Downloaded libefi-sys v0.1.0
7622026-07-14T21:21:42.692Z Downloaded keccak v0.2.0
7632026-07-14T21:21:42.692Z Downloaded num_threads v0.1.7
7642026-07-14T21:21:42.692Z Downloaded normalize-line-endings v0.3.0
7652026-07-14T21:21:42.692Z Downloaded num-derive v0.4.2
7662026-07-14T21:21:42.692Z Downloaded num-derive v0.3.3
7672026-07-14T21:21:42.692Z Downloaded num v0.4.3
7682026-07-14T21:21:42.692Z Downloaded const-oid v0.10.2
7692026-07-14T21:21:42.692Z Downloaded futures v0.3.32
7702026-07-14T21:21:42.692Z Downloaded lru-cache v0.1.2
7712026-07-14T21:21:42.692Z Downloaded lock_api v0.4.14
7722026-07-14T21:21:42.693Z Downloaded libsw-core v0.3.2
7732026-07-14T21:21:42.693Z Downloaded libloading v0.8.9
7742026-07-14T21:21:42.693Z Downloaded openssl-macros v0.1.1
7752026-07-14T21:21:42.693Z Downloaded opaque-debug v0.3.1
7762026-07-14T21:21:42.693Z Downloaded compact_str v0.8.1
7772026-07-14T21:21:42.693Z Downloaded bytes v1.11.1
7782026-07-14T21:21:42.693Z Downloaded nibble_vec v0.1.0
7792026-07-14T21:21:42.693Z Downloaded crypto-bigint v0.5.5
7802026-07-14T21:21:42.693Z Downloaded num-conv v0.2.0
7812026-07-14T21:21:42.693Z Downloaded newtype_derive v0.1.6
7822026-07-14T21:21:42.693Z Downloaded new_debug_unreachable v1.0.6
7832026-07-14T21:21:42.693Z Downloaded libsw v3.5.0
7842026-07-14T21:21:42.693Z Downloaded num-iter v0.1.45
7852026-07-14T21:21:42.693Z Downloaded hyper-rustls v0.27.7
7862026-07-14T21:21:42.693Z Downloaded derive_more v2.1.1
7872026-07-14T21:21:42.693Z Downloaded openssl-probe v0.2.1
7882026-07-14T21:21:42.693Z Downloaded openssl-probe v0.1.6
7892026-07-14T21:21:42.693Z Downloaded packed_struct_codegen v0.10.1
7902026-07-14T21:21:42.693Z Downloaded olpc-cjson v0.1.4
7912026-07-14T21:21:42.693Z Downloaded num_enum_derive v0.5.11
7922026-07-14T21:21:42.693Z Downloaded newtype-uuid-macros v0.1.0
7932026-07-14T21:21:42.693Z Downloaded ingot-macros v0.1.1
7942026-07-14T21:21:42.693Z Downloaded linear-map v1.2.0
7952026-07-14T21:21:42.693Z Downloaded nonempty v0.12.0
7962026-07-14T21:21:42.693Z Downloaded oso-derive v0.27.3
7972026-07-14T21:21:42.693Z Downloaded managed v0.8.0
7982026-07-14T21:21:42.693Z Downloaded half v2.7.1
7992026-07-14T21:21:42.693Z Downloaded impl-trait-for-tuples v0.2.3
8002026-07-14T21:21:42.693Z Downloaded newtype-uuid v1.3.2
8012026-07-14T21:21:42.693Z Downloaded jobserver v0.1.34
8022026-07-14T21:21:42.693Z Downloaded ar_archive_writer v0.5.1
8032026-07-14T21:21:42.693Z Downloaded multimap v0.10.1
8042026-07-14T21:21:42.693Z Downloaded iana-time-zone v0.1.65
8052026-07-14T21:21:42.693Z Downloaded parse-size v1.1.0
8062026-07-14T21:21:42.693Z Downloaded parse-display v0.10.0
8072026-07-14T21:21:42.693Z Downloaded chacha20poly1305 v0.10.1
8082026-07-14T21:21:42.693Z Downloaded num_enum_derive v0.7.6
8092026-07-14T21:21:42.693Z Downloaded num-integer v0.1.46
8102026-07-14T21:21:42.694Z Downloaded ed25519-dalek v2.2.0
8112026-07-14T21:21:42.694Z Downloaded icu_properties v2.1.2
8122026-07-14T21:21:42.694Z Downloaded hmac v0.12.1
8132026-07-14T21:21:42.694Z Downloaded heapless v0.7.17
8142026-07-14T21:21:42.694Z Downloaded const_format v0.2.35
8152026-07-14T21:21:42.694Z Downloaded num_enum v0.7.6
8162026-07-14T21:21:42.694Z Downloaded nanorand v0.7.0
8172026-07-14T21:21:42.694Z Downloaded module-lattice v0.2.3
8182026-07-14T21:21:42.694Z Downloaded password-hash v0.6.1
8192026-07-14T21:21:42.694Z Downloaded flume v0.11.1
8202026-07-14T21:21:42.694Z Downloaded percent-encoding v2.3.2
8212026-07-14T21:21:42.694Z Downloaded native-tls v0.2.18
8222026-07-14T21:21:42.694Z Downloaded peg-runtime v0.8.5
8232026-07-14T21:21:42.694Z Downloaded multer v3.1.0
8242026-07-14T21:21:42.694Z Downloaded ipnetwork v0.21.1
8252026-07-14T21:21:42.694Z Downloaded hybrid-array v0.4.13
8262026-07-14T21:21:42.694Z Downloaded phf_shared v0.13.1
8272026-07-14T21:21:42.694Z Downloaded crossbeam-channel v0.5.15
8282026-07-14T21:21:42.694Z Downloaded nu-ansi-term v0.50.3
8292026-07-14T21:21:42.694Z Downloaded oxide-tokio-rt v0.1.4
8302026-07-14T21:21:42.694Z Downloaded bumpalo v3.20.2
8312026-07-14T21:21:42.694Z Downloaded indexmap v1.9.3
8322026-07-14T21:21:42.694Z Downloaded diesel_derives v2.3.7
8332026-07-14T21:21:42.694Z Downloaded num-complex v0.4.6
8342026-07-14T21:21:42.694Z Downloaded heapless v0.8.0
8352026-07-14T21:21:42.694Z Downloaded cc v1.2.56
8362026-07-14T21:21:42.694Z Downloaded phf_shared v0.12.1
8372026-07-14T21:21:42.694Z Downloaded phf_shared v0.11.3
8382026-07-14T21:21:42.694Z Downloaded num_enum v0.5.11
8392026-07-14T21:21:42.694Z Downloaded httparse v1.10.1
8402026-07-14T21:21:42.694Z Downloaded der v0.7.10
8412026-07-14T21:21:42.694Z Downloaded num-rational v0.4.2
8422026-07-14T21:21:42.694Z Downloaded ed25519-dalek v3.0.0-rc.0
8432026-07-14T21:21:42.694Z Downloaded derive_more-impl v2.1.1
8442026-07-14T21:21:42.694Z Downloaded generic-array v1.4.3
8452026-07-14T21:21:42.694Z Downloaded potential_utf v0.1.4
8462026-07-14T21:21:42.694Z Downloaded oxnet v0.1.6
8472026-07-14T21:21:42.694Z Downloaded packed_struct v0.10.1
8482026-07-14T21:21:42.694Z Downloaded litrs v1.0.0
8492026-07-14T21:21:42.695Z Downloaded crossterm v0.28.1
8502026-07-14T21:21:42.699Z Downloaded icu_normalizer_data v2.1.1
8512026-07-14T21:21:42.699Z Downloaded icu_normalizer v2.1.1
8522026-07-14T21:21:42.699Z Downloaded precomputed-hash v0.1.1
8532026-07-14T21:21:42.699Z Downloaded mime_guess v2.0.5
8542026-07-14T21:21:42.699Z Downloaded litemap v0.8.1
8552026-07-14T21:21:42.699Z Downloaded icu_provider v2.1.1
8562026-07-14T21:21:42.699Z Downloaded powerfmt v0.2.0
8572026-07-14T21:21:42.699Z Downloaded indicatif v0.18.4
8582026-07-14T21:21:42.699Z Downloaded ignore v0.4.25
8592026-07-14T21:21:42.699Z Downloaded headers v0.4.1
8602026-07-14T21:21:42.699Z Downloaded memmap2 v0.9.10
8612026-07-14T21:21:42.699Z Downloaded flate2 v1.1.9
8622026-07-14T21:21:42.699Z Downloaded password-hash v0.5.0
8632026-07-14T21:21:42.699Z Downloaded pem-rfc7468 v1.0.0
8642026-07-14T21:21:42.700Z Downloaded pem v3.0.6
8652026-07-14T21:21:42.700Z Downloaded proc-macro-error-attr2 v2.0.0
8662026-07-14T21:21:42.700Z Downloaded peg-macros v0.8.5
8672026-07-14T21:21:42.700Z Downloaded ml-kem v0.3.2
8682026-07-14T21:21:42.700Z Downloaded progenitor-macro v0.14.0
8692026-07-14T21:21:42.700Z Downloaded progenitor-client v0.14.0
8702026-07-14T21:21:42.700Z Downloaded phf v0.13.1
8712026-07-14T21:21:42.700Z Downloaded owo-colors v4.3.0
8722026-07-14T21:21:42.700Z Downloaded hickory-resolver v0.25.2
8732026-07-14T21:21:42.700Z Downloaded predicates-tree v1.0.13
8742026-07-14T21:21:42.700Z Downloaded predicates-core v1.0.10
8752026-07-14T21:21:42.700Z Downloaded proc-macro-crate v1.3.1
8762026-07-14T21:21:42.700Z Downloaded phf v0.12.1
8772026-07-14T21:21:42.700Z Downloaded proc-macro-crate v3.4.0
8782026-07-14T21:21:42.700Z Downloaded psl-types v2.0.11
8792026-07-14T21:21:42.700Z Downloaded quick-error v1.2.3
8802026-07-14T21:21:42.700Z Downloaded async-compression v0.4.41
8812026-07-14T21:21:42.700Z Downloaded libbz2-rs-sys v0.2.2
8822026-07-14T21:21:42.700Z Downloaded pkg-config v0.3.32
8832026-07-14T21:21:42.700Z Downloaded pkcs8 v0.10.2
8842026-07-14T21:21:42.700Z Downloaded pbkdf2 v0.13.0
8852026-07-14T21:21:42.700Z Downloaded paste v1.0.15
8862026-07-14T21:21:42.700Z Downloaded rand_chacha v0.3.1
8872026-07-14T21:21:42.700Z Downloaded peg v0.8.5
8882026-07-14T21:21:42.700Z Downloaded progenitor-macro v0.13.0
8892026-07-14T21:21:42.700Z Downloaded postgres-protocol v0.6.10
8902026-07-14T21:21:42.700Z Downloaded phc v0.6.1
8912026-07-14T21:21:42.700Z Downloaded parse-display-derive v0.10.0
8922026-07-14T21:21:42.700Z Downloaded predicates v3.1.4
8932026-07-14T21:21:42.700Z Downloaded ppv-lite86 v0.2.21
8942026-07-14T21:21:42.700Z Downloaded parking_lot_core v0.9.12
8952026-07-14T21:21:42.700Z Downloaded recursive-proc-macro-impl v0.1.1
8962026-07-14T21:21:42.700Z Downloaded parking_lot_core v0.8.6
8972026-07-14T21:21:42.700Z Downloaded icu_collections v2.1.1
8982026-07-14T21:21:42.700Z Downloaded icu_locale_core v2.1.1
8992026-07-14T21:21:42.700Z Downloaded hickory-resolver v0.24.4
9002026-07-14T21:21:42.700Z Downloaded pin-project-lite v0.2.17
9012026-07-14T21:21:42.700Z Downloaded omicron-zone-package v0.12.3
9022026-07-14T21:21:42.700Z Downloaded path-slash v0.1.5
9032026-07-14T21:21:42.701Z Downloaded pin-project-internal v1.1.11
9042026-07-14T21:21:42.701Z Downloaded recursive v0.1.1
9052026-07-14T21:21:42.701Z Downloaded poly1305 v0.8.0
9062026-07-14T21:21:42.701Z Downloaded polyval v0.7.1
9072026-07-14T21:21:42.701Z Downloaded progenitor-extras v0.2.0
9082026-07-14T21:21:42.701Z Downloaded pem-rfc7468 v0.7.0
9092026-07-14T21:21:42.701Z Downloaded ref-cast-impl v1.0.25
9102026-07-14T21:21:42.701Z Downloaded rfc6979 v0.5.0
9112026-07-14T21:21:42.701Z Downloaded rfc6979 v0.4.0
9122026-07-14T21:21:42.701Z Downloaded proc-macro-error2 v2.0.1
9132026-07-14T21:21:42.701Z Downloaded ref-cast v1.0.25
9142026-07-14T21:21:42.701Z Downloaded rand_xorshift v0.4.0
9152026-07-14T21:21:42.701Z Downloaded miniz_oxide v0.8.9
9162026-07-14T21:21:42.701Z Downloaded jiff-static v0.2.21
9172026-07-14T21:21:42.701Z Downloaded der v0.8.0
9182026-07-14T21:21:42.701Z Downloaded r2d2 v0.8.10
9192026-07-14T21:21:42.701Z Downloaded progenitor-client v0.13.0
9202026-07-14T21:21:42.701Z Downloaded progenitor v0.14.0
9212026-07-14T21:21:42.701Z Downloaded primeorder v0.14.0-rc.10
9222026-07-14T21:21:42.701Z Downloaded primeorder v0.13.6
9232026-07-14T21:21:42.701Z Downloaded rustc_version v0.1.7
9242026-07-14T21:21:42.701Z Downloaded primefield v0.14.0
9252026-07-14T21:21:42.701Z Downloaded rustc_version v0.4.1
9262026-07-14T21:21:42.701Z Downloaded russh-cryptovec v0.61.0
9272026-07-14T21:21:42.701Z Downloaded pkcs8 v0.11.0
9282026-07-14T21:21:42.701Z Downloaded postgres-types v0.2.12
9292026-07-14T21:21:42.701Z Downloaded papergrid v0.17.0
9302026-07-14T21:21:42.701Z Downloaded parking_lot v0.12.5
9312026-07-14T21:21:42.701Z Downloaded russh-util v0.52.0
9322026-07-14T21:21:42.701Z Downloaded rand_core v0.10.0
9332026-07-14T21:21:42.701Z Downloaded rand_core v0.9.5
9342026-07-14T21:21:42.701Z Downloaded parking_lot v0.11.2
9352026-07-14T21:21:42.701Z Downloaded num-traits v0.2.19
9362026-07-14T21:21:42.701Z Downloaded radium v0.7.0
9372026-07-14T21:21:42.701Z Downloaded hashbrown v0.13.2
9382026-07-14T21:21:42.701Z Downloaded hashbrown v0.12.3
9392026-07-14T21:21:42.701Z Downloaded psm v0.1.30
9402026-07-14T21:21:42.701Z Downloaded openssl-sys v0.9.115
9412026-07-14T21:21:42.702Z Downloaded aes v0.9.1
9422026-07-14T21:21:42.702Z Downloaded sapling-renderdag v0.1.0
9432026-07-14T21:21:42.702Z Downloaded seq-macro v0.3.6
9442026-07-14T21:21:42.702Z Downloaded resolv-conf v0.7.6
9452026-07-14T21:21:42.702Z Downloaded port-file v0.1.0
9462026-07-14T21:21:42.702Z Downloaded postcard v1.1.3
9472026-07-14T21:21:42.702Z Downloaded poly1305 v0.9.0
9482026-07-14T21:21:42.702Z Downloaded pkcs1 v0.8.0-rc.4
9492026-07-14T21:21:42.702Z Downloaded pkcs1 v0.7.5
9502026-07-14T21:21:42.706Z Downloaded pin-project v1.1.11
9512026-07-14T21:21:42.706Z Downloaded scopeguard v1.2.0
9522026-07-14T21:21:42.706Z Downloaded secrecy v0.8.0
9532026-07-14T21:21:42.706Z Downloaded scroll_derive v0.13.1
9542026-07-14T21:21:42.706Z Downloaded same-file v1.0.6
9552026-07-14T21:21:42.706Z Downloaded semver v0.1.20
9562026-07-14T21:21:42.706Z Downloaded rand_seeder v0.4.0
9572026-07-14T21:21:42.706Z Downloaded dropshot-api-manager v0.7.2
9582026-07-14T21:21:42.706Z Downloaded minimal-lexical v0.2.1
9592026-07-14T21:21:42.706Z Downloaded hickory-server v0.25.2
9602026-07-14T21:21:42.706Z Downloaded pkcs5 v0.8.1
9612026-07-14T21:21:42.706Z Downloaded serde_spanned v1.1.1
9622026-07-14T21:21:42.706Z Downloaded serde_bytes v0.11.19
9632026-07-14T21:21:42.706Z Downloaded serde-big-array v0.5.1
9642026-07-14T21:21:42.706Z Downloaded secrecy v0.10.3
9652026-07-14T21:21:42.706Z Downloaded rand_chacha v0.9.0
9662026-07-14T21:21:42.706Z Downloaded oso v0.27.3
9672026-07-14T21:21:42.706Z Downloaded serde_plain v1.0.2
9682026-07-14T21:21:42.706Z Downloaded rustc-hash v2.1.1
9692026-07-14T21:21:42.706Z Downloaded rand_core v0.6.4
9702026-07-14T21:21:42.706Z Downloaded serde_repr v0.1.20
9712026-07-14T21:21:42.706Z Downloaded serde_urlencoded v0.7.1
9722026-07-14T21:21:42.706Z Downloaded expectorate v1.2.0
9732026-07-14T21:21:42.706Z Downloaded rustls-pemfile v2.2.0
9742026-07-14T21:21:42.706Z Downloaded rustls-native-certs v0.8.3
9752026-07-14T21:21:42.706Z Downloaded scheduled-thread-pool v0.2.7
9762026-07-14T21:21:42.706Z Downloaded progenitor v0.13.0
9772026-07-14T21:21:42.706Z Downloaded sha1 v0.10.6
9782026-07-14T21:21:42.706Z Downloaded quinn-udp v0.5.14
9792026-07-14T21:21:42.706Z Downloaded itertools v0.10.5
9802026-07-14T21:21:42.706Z Downloaded rusty-fork v0.3.1
9812026-07-14T21:21:42.707Z Downloaded rtoolbox v0.0.3
9822026-07-14T21:21:42.707Z Downloaded crypto-bigint v0.7.5
9832026-07-14T21:21:42.707Z Downloaded siphasher v1.0.2
9842026-07-14T21:21:42.707Z Downloaded sigpipe v0.1.3
9852026-07-14T21:21:42.707Z Downloaded signal-hook-mio v0.2.5
9862026-07-14T21:21:42.707Z Downloaded shell-words v1.1.1
9872026-07-14T21:21:42.707Z Downloaded p256 v0.14.0-rc.10
9882026-07-14T21:21:42.707Z Downloaded sha1 v0.11.0
9892026-07-14T21:21:42.707Z Downloaded sec1 v0.8.1
9902026-07-14T21:21:42.707Z Downloaded sec1 v0.7.3
9912026-07-14T21:21:42.707Z Downloaded rustversion v1.0.22
9922026-07-14T21:21:42.707Z Downloaded crossterm v0.29.0
9932026-07-14T21:21:42.707Z Downloaded scroll v0.13.0
9942026-07-14T21:21:42.707Z Downloaded signature v3.0.0
9952026-07-14T21:21:42.707Z Downloaded serde_derive_internals v0.29.1
9962026-07-14T21:21:42.707Z Downloaded scrypt v0.12.0
9972026-07-14T21:21:42.707Z Downloaded schemars_derive v0.8.22
9982026-07-14T21:21:42.707Z Downloaded slog-bunyan v2.5.0
9992026-07-14T21:21:42.707Z Downloaded prettyplease v0.2.37
10002026-07-14T21:21:42.707Z Downloaded signal-hook-tokio v0.3.1
10012026-07-14T21:21:42.707Z Downloaded slog-envlogger v2.2.0
10022026-07-14T21:21:42.707Z Downloaded p384 v0.14.0-rc.10
10032026-07-14T21:21:42.707Z Downloaded serde_with_macros v1.5.2
10042026-07-14T21:21:42.707Z Downloaded rustls-pki-types v1.14.0
10052026-07-14T21:21:42.707Z Downloaded hashbrown v0.15.5
10062026-07-14T21:21:42.707Z Downloaded prefix-trie v0.7.0
10072026-07-14T21:21:42.707Z Downloaded serde-hex v0.1.0
10082026-07-14T21:21:42.707Z Downloaded salsa20 v0.11.0
10092026-07-14T21:21:42.707Z Downloaded progenitor-impl v0.14.0
10102026-07-14T21:21:42.707Z Downloaded shlex v1.3.0
10112026-07-14T21:21:42.707Z Downloaded serde_path_to_error v0.1.20
10122026-07-14T21:21:42.707Z Downloaded slab v0.4.12
10132026-07-14T21:21:42.707Z Downloaded mio v1.2.0
10142026-07-14T21:21:42.707Z Downloaded slog-async v2.8.0
10152026-07-14T21:21:42.707Z Downloaded simd-adler32 v0.3.8
10162026-07-14T21:21:42.707Z Downloaded sqlparser_derive v0.5.0
10172026-07-14T21:21:42.707Z Downloaded structmeta-derive v0.3.0
10182026-07-14T21:21:42.708Z Downloaded strsim v0.10.0
10192026-07-14T21:21:42.708Z Downloaded strum v0.26.3
10202026-07-14T21:21:42.708Z Downloaded progenitor-impl v0.13.0
10212026-07-14T21:21:42.708Z Downloaded strip-ansi-escapes v0.2.1
10222026-07-14T21:21:42.708Z Downloaded slog-stdlog v4.1.1
10232026-07-14T21:21:42.708Z Downloaded slog-scope v4.4.1
10242026-07-14T21:21:42.708Z Downloaded slog-json v2.6.1
10252026-07-14T21:21:42.708Z Downloaded subtle v2.6.1
10262026-07-14T21:21:42.708Z Downloaded smallvec v0.6.14
10272026-07-14T21:21:42.708Z Downloaded hashbrown v0.16.1
10282026-07-14T21:21:42.708Z Downloaded serdect v0.4.3
10292026-07-14T21:21:42.708Z Downloaded serde_with_macros v3.17.0
10302026-07-14T21:21:42.708Z Downloaded spki v0.8.0
10312026-07-14T21:21:42.708Z Downloaded tabled_derive v0.11.0
10322026-07-14T21:21:42.708Z Downloaded sync-ptr v0.1.4
10332026-07-14T21:21:42.708Z Downloaded rustls-platform-verifier v0.6.2
10342026-07-14T21:21:42.708Z Downloaded sqlformat v0.3.5
10352026-07-14T21:21:42.708Z Downloaded strum v0.27.2
10362026-07-14T21:21:42.708Z Downloaded rayon-core v1.13.0
10372026-07-14T21:21:42.708Z Downloaded slog-dtrace v0.3.0
10382026-07-14T21:21:42.708Z Downloaded signature v2.2.0
10392026-07-14T21:21:42.708Z Downloaded signal-hook-registry v1.4.8
10402026-07-14T21:21:42.708Z Downloaded sync_wrapper v1.0.2
10412026-07-14T21:21:42.708Z Downloaded supports-color v3.0.2
10422026-07-14T21:21:42.708Z Downloaded stable_deref_trait v1.2.1
10432026-07-14T21:21:42.708Z Downloaded snafu-derive v0.8.9
10442026-07-14T21:21:42.708Z Downloaded thread-id v5.1.0
10452026-07-14T21:21:42.708Z Downloaded http v1.4.2
10462026-07-14T21:21:42.708Z Downloaded time-core v0.1.8
10472026-07-14T21:21:42.708Z Downloaded sha2 v0.11.0
10482026-07-14T21:21:42.708Z Downloaded internal-russh-num-bigint v0.5.0
10492026-07-14T21:21:42.708Z Downloaded string_cache v0.8.9
10502026-07-14T21:21:42.712Z Downloaded itertools v0.14.0
10512026-07-14T21:21:42.712Z Downloaded smf v0.2.3
10522026-07-14T21:21:42.712Z Downloaded tap v1.0.1
10532026-07-14T21:21:42.712Z Downloaded structmeta v0.3.0
10542026-07-14T21:21:42.712Z Downloaded stringprep v0.1.5
10552026-07-14T21:21:42.712Z Downloaded static_assertions v1.1.0
10562026-07-14T21:21:42.712Z Downloaded slog-term v2.9.2
10572026-07-14T21:21:42.712Z Downloaded tinyvec_macros v0.1.1
10582026-07-14T21:21:42.712Z Downloaded termtree v0.5.1
10592026-07-14T21:21:42.713Z Downloaded p521 v0.14.0-rc.10
10602026-07-14T21:21:42.713Z Downloaded thiserror-impl-no-std v2.0.2
10612026-07-14T21:21:42.713Z Downloaded quinn v0.11.9
10622026-07-14T21:21:42.713Z Downloaded futures-util v0.3.32
10632026-07-14T21:21:42.713Z Downloaded strum_macros v0.27.2
10642026-07-14T21:21:42.713Z Downloaded strum_macros v0.26.4
10652026-07-14T21:21:42.713Z Downloaded spki v0.7.3
10662026-07-14T21:21:42.713Z Downloaded rand v0.8.6
10672026-07-14T21:21:42.713Z Downloaded serde_yaml v0.9.34+deprecated
10682026-07-14T21:21:42.713Z Downloaded hyper v1.10.1
10692026-07-14T21:21:42.713Z Downloaded tokio-macros v2.7.0
10702026-07-14T21:21:42.713Z Downloaded aes-gcm v0.11.0
10712026-07-14T21:21:42.713Z Downloaded smallvec v1.15.1
10722026-07-14T21:21:42.713Z Downloaded termios v0.3.3
10732026-07-14T21:21:42.713Z Downloaded ssh-cipher v0.3.0-rc.9
10742026-07-14T21:21:42.713Z Downloaded ron v0.8.1
10752026-07-14T21:21:42.713Z Downloaded num-bigint-dig v0.8.6
10762026-07-14T21:21:42.713Z Downloaded stacker v0.1.23
10772026-07-14T21:21:42.713Z Downloaded chrono v0.4.45
10782026-07-14T21:21:42.713Z Downloaded ryu v1.0.23
10792026-07-14T21:21:42.713Z Downloaded strum_macros v0.24.3
10802026-07-14T21:21:42.713Z Downloaded tokio-test v0.4.5
10812026-07-14T21:21:42.713Z Downloaded ssh-encoding v0.3.0-rc.9
10822026-07-14T21:21:42.713Z Downloaded hyper-util v0.1.20
10832026-07-14T21:21:42.713Z Downloaded schemars v0.8.22
10842026-07-14T21:21:42.713Z Downloaded support-bundle-viewer v0.1.2
10852026-07-14T21:21:42.713Z Downloaded similar v2.7.0
10862026-07-14T21:21:42.713Z Downloaded slog v2.8.2
10872026-07-14T21:21:42.713Z Downloaded tower-service v0.3.3
10882026-07-14T21:21:42.713Z Downloaded tower-layer v0.3.3
10892026-07-14T21:21:42.713Z Downloaded topological-sort v0.2.2
10902026-07-14T21:21:42.713Z Downloaded tinystr v0.8.2
10912026-07-14T21:21:42.713Z Downloaded signal-hook v0.3.18
10922026-07-14T21:21:42.713Z Downloaded qorb v0.4.1
10932026-07-14T21:21:42.713Z Downloaded rsa v0.9.10
10942026-07-14T21:21:42.713Z Downloaded publicsuffix v2.3.0
10952026-07-14T21:21:42.713Z Downloaded synstructure v0.13.2
10962026-07-14T21:21:42.713Z Downloaded pretty_assertions v1.4.1
10972026-07-14T21:21:42.714Z Downloaded rand v0.10.1
10982026-07-14T21:21:42.714Z Downloaded try-lock v0.2.5
10992026-07-14T21:21:42.714Z Downloaded trait-variant v0.1.2
11002026-07-14T21:21:42.714Z Downloaded rcgen v0.12.1
11012026-07-14T21:21:42.714Z Downloaded testing_table v0.3.0
11022026-07-14T21:21:42.714Z Downloaded take_mut v0.2.2
11032026-07-14T21:21:42.714Z Downloaded tagptr v0.2.0
11042026-07-14T21:21:42.714Z Downloaded tabwriter v1.4.1
11052026-07-14T21:21:42.714Z Downloaded serde_cbor v0.11.2
11062026-07-14T21:21:42.714Z Downloaded crypto-primes v0.7.2
11072026-07-14T21:21:42.714Z Downloaded unarray v0.1.4
11082026-07-14T21:21:42.714Z Downloaded num-bigint v0.4.6
11092026-07-14T21:21:42.714Z Downloaded universal-hash v0.6.1
11102026-07-14T21:21:42.714Z Downloaded term v1.2.1
11112026-07-14T21:21:42.714Z Downloaded h2 v0.4.15
11122026-07-14T21:21:42.714Z Downloaded time-macros v0.2.27
11132026-07-14T21:21:42.714Z Downloaded spin v0.9.8
11142026-07-14T21:21:42.714Z Downloaded term v0.7.0
11152026-07-14T21:21:42.714Z Downloaded thiserror-no-std v2.0.2
11162026-07-14T21:21:42.714Z Downloaded tiny-keccak v2.0.2
11172026-07-14T21:21:42.714Z Downloaded tls_codec_derive v0.4.2
11182026-07-14T21:21:42.714Z Downloaded usdt-attr-macro v0.6.0
11192026-07-14T21:21:42.714Z Downloaded hkdf v0.13.0
11202026-07-14T21:21:42.714Z Downloaded hkdf v0.12.4
11212026-07-14T21:21:42.714Z Downloaded tls_codec v0.4.2
11222026-07-14T21:21:42.714Z Downloaded unicode-xid v0.2.6
11232026-07-14T21:21:42.714Z Downloaded unicode-truncate v1.1.0
11242026-07-14T21:21:42.714Z Downloaded typify-macro v0.6.2
11252026-07-14T21:21:42.714Z Downloaded usdt v0.6.0
11262026-07-14T21:21:42.714Z Downloaded untrusted v0.9.0
11272026-07-14T21:21:42.714Z Downloaded utf8_iter v1.0.4
11282026-07-14T21:21:42.714Z Downloaded untrusted v0.7.1
11292026-07-14T21:21:42.714Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11302026-07-14T21:21:42.714Z Downloaded void v1.0.2
11312026-07-14T21:21:42.714Z Downloaded toml_writer v1.1.1+spec-1.1.0
11322026-07-14T21:21:42.714Z Downloaded waitgroup v0.1.2
11332026-07-14T21:21:42.714Z Downloaded tokio-native-tls v0.3.1
11342026-07-14T21:21:42.714Z Downloaded tokio-dtrace v0.1.1
11352026-07-14T21:21:42.715Z Downloaded utf-8 v0.7.6
11362026-07-14T21:21:42.715Z Downloaded subprocess v0.2.15
11372026-07-14T21:21:42.715Z Downloaded usdt-macro v0.6.0
11382026-07-14T21:21:42.715Z Downloaded universal-hash v0.5.1
11392026-07-14T21:21:42.715Z Downloaded unicase v2.9.0
11402026-07-14T21:21:42.715Z Downloaded itertools v0.13.0
11412026-07-14T21:21:42.715Z Downloaded itertools v0.12.1
11422026-07-14T21:21:42.715Z Downloaded xshell-macros v0.2.7
11432026-07-14T21:21:42.715Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11442026-07-14T21:21:42.715Z Downloaded iri-string v0.7.10
11452026-07-14T21:21:42.715Z Downloaded want v0.3.1
11462026-07-14T21:21:42.715Z Downloaded wait-timeout v0.2.1
11472026-07-14T21:21:42.715Z Downloaded nom v7.1.3
11482026-07-14T21:21:42.715Z Downloaded socket2 v0.6.3
11492026-07-14T21:21:42.715Z Downloaded tokio-stream v0.1.18
11502026-07-14T21:21:42.719Z Downloaded yoke-derive v0.8.1
11512026-07-14T21:21:42.719Z Downloaded usdt-impl v0.6.0
11522026-07-14T21:21:42.719Z Downloaded tokio-tungstenite v0.23.1
11532026-07-14T21:21:42.719Z Downloaded schemars v1.2.1
11542026-07-14T21:21:42.719Z Downloaded vergen-lib v0.1.6
11552026-07-14T21:21:42.719Z Downloaded vergen-git2 v9.1.0
11562026-07-14T21:21:42.719Z Downloaded vsss-rs v3.3.4
11572026-07-14T21:21:42.719Z Downloaded xattr v1.6.1
11582026-07-14T21:21:42.719Z Downloaded vergen-lib v9.1.0
11592026-07-14T21:21:42.719Z Downloaded vergen-gitcl v1.0.8
11602026-07-14T21:21:42.719Z Downloaded tinyvec v1.10.0
11612026-07-14T21:21:42.719Z Downloaded thread_local v1.1.9
11622026-07-14T21:21:42.719Z Downloaded tui-tree-widget v0.23.1
11632026-07-14T21:21:42.719Z Downloaded toml_parser v1.1.2+spec-1.1.0
11642026-07-14T21:21:42.719Z Downloaded socket2 v0.5.10
11652026-07-14T21:21:42.719Z Downloaded zerofrom-derive v0.1.6
11662026-07-14T21:21:42.719Z Downloaded unit-prefix v0.5.2
11672026-07-14T21:21:42.719Z Downloaded walkdir v2.5.0
11682026-07-14T21:21:42.719Z Downloaded rsa v0.10.0-rc.18
11692026-07-14T21:21:42.719Z Downloaded zeroize_derive v1.4.3
11702026-07-14T21:21:42.719Z Downloaded zerofrom v0.1.6
11712026-07-14T21:21:42.719Z Downloaded rustls-webpki v0.103.13
11722026-07-14T21:21:42.719Z Downloaded libxml v0.3.3
11732026-07-14T21:21:42.719Z Downloaded writeable v0.6.2
11742026-07-14T21:21:42.719Z Downloaded tokio-rustls v0.26.4
11752026-07-14T21:21:42.719Z Downloaded samael v0.0.19
11762026-07-14T21:21:42.719Z Downloaded schemars v0.9.0
11772026-07-14T21:21:42.719Z Downloaded zone_cfg_derive v0.3.1
11782026-07-14T21:21:42.719Z Downloaded zone v0.3.1
11792026-07-14T21:21:42.719Z Downloaded yoke v0.8.1
11802026-07-14T21:21:42.719Z Downloaded tokio-tungstenite v0.21.0
11812026-07-14T21:21:42.719Z Downloaded xshell v0.2.7
11822026-07-14T21:21:42.719Z Downloaded unicode-properties v0.1.4
11832026-07-14T21:21:42.719Z Downloaded rand v0.9.2
11842026-07-14T21:21:42.719Z Downloaded idna v1.1.0
11852026-07-14T21:21:42.719Z Downloaded icu_properties_data v2.1.2
11862026-07-14T21:21:42.720Z Downloaded tar v0.4.46
11872026-07-14T21:21:42.720Z Downloaded rustyline v14.0.0
11882026-07-14T21:21:42.720Z Downloaded whoami v1.6.1
11892026-07-14T21:21:42.720Z Downloaded uzers v0.12.2
11902026-07-14T21:21:42.720Z Downloaded whoami v2.1.0
11912026-07-14T21:21:42.720Z Downloaded test-strategy v0.4.5
11922026-07-14T21:21:42.720Z Downloaded zeroize v1.8.2
11932026-07-14T21:21:42.720Z Downloaded toml v1.1.2+spec-1.1.0
11942026-07-14T21:21:42.720Z Downloaded nom v8.0.0
11952026-07-14T21:21:42.720Z Downloaded vergen v9.1.0
11962026-07-14T21:21:42.720Z Downloaded libm v0.2.16
11972026-07-14T21:21:42.720Z Downloaded rpassword v7.4.0
11982026-07-14T21:21:42.720Z Downloaded wyz v0.5.1
11992026-07-14T21:21:42.720Z Downloaded tracing-attributes v0.1.31
12002026-07-14T21:21:42.720Z Downloaded twox-hash v2.1.2
12012026-07-14T21:21:42.720Z Downloaded zstd v0.13.3
12022026-07-14T21:21:42.720Z Downloaded typify v0.6.2
12032026-07-14T21:21:42.720Z Downloaded unicode-bidi v0.3.18
12042026-07-14T21:21:42.720Z Downloaded yasna v0.5.2
12052026-07-14T21:21:42.720Z Downloaded zerocopy v0.6.6
12062026-07-14T21:21:42.720Z Downloaded unsafe-libyaml v0.2.11
12072026-07-14T21:21:42.720Z Downloaded zstd-safe v7.2.4
12082026-07-14T21:21:42.720Z Downloaded uuid v1.23.4
12092026-07-14T21:21:42.720Z Downloaded toml v0.7.8
12102026-07-14T21:21:42.720Z Downloaded snafu v0.8.9
12112026-07-14T21:21:42.720Z Downloaded toml_edit v0.23.10+spec-1.0.0
12122026-07-14T21:21:42.720Z Downloaded steno v0.4.1
12132026-07-14T21:21:42.720Z Downloaded aho-corasick v1.1.4
12142026-07-14T21:21:42.720Z Downloaded tungstenite v0.23.0
12152026-07-14T21:21:42.720Z Downloaded tungstenite v0.21.0
12162026-07-14T21:21:42.720Z Downloaded tokio-postgres v0.7.16
12172026-07-14T21:21:42.720Z Downloaded iddqd v0.4.2
12182026-07-14T21:21:42.720Z Downloaded regex v1.12.3
12192026-07-14T21:21:42.720Z Downloaded zerovec-derive v0.11.2
12202026-07-14T21:21:42.720Z Downloaded toml_edit v0.19.15
12212026-07-14T21:21:42.724Z Downloaded bitvec v1.0.1
12222026-07-14T21:21:42.730Z Downloaded zopfli v0.8.3
12232026-07-14T21:21:42.733Z Downloaded tracing-core v0.1.36
12242026-07-14T21:21:42.742Z Downloaded yansi v1.0.1
12252026-07-14T21:21:42.751Z Downloaded reedline v0.40.0
12262026-07-14T21:21:42.755Z Downloaded p384 v0.13.1
12272026-07-14T21:21:42.766Z Downloaded zip v0.6.6
12282026-07-14T21:21:42.769Z Downloaded vte v0.14.1
12292026-07-14T21:21:42.772Z Downloaded blake3 v1.8.5
12302026-07-14T21:21:42.775Z Downloaded bindgen v0.71.1
12312026-07-14T21:21:42.779Z Downloaded serde_with v1.14.0
12322026-07-14T21:21:42.794Z Downloaded unicode_categories v0.1.1
12332026-07-14T21:21:42.797Z Downloaded salty v0.3.0
12342026-07-14T21:21:42.800Z Downloaded zerotrie v0.2.3
12352026-07-14T21:21:42.807Z Downloaded url v2.5.8
12362026-07-14T21:21:42.807Z Downloaded zerocopy-derive v0.8.40
12372026-07-14T21:21:42.811Z Downloaded ssh-key v0.7.0-rc.10
12382026-07-14T21:21:42.815Z Downloaded tower v0.5.3
12392026-07-14T21:21:42.819Z Downloaded git2 v0.20.4
12402026-07-14T21:21:42.824Z Downloaded unicode-segmentation v1.12.0
12412026-07-14T21:21:42.829Z Downloaded typed-path v0.9.3
12422026-07-14T21:21:42.832Z Downloaded reqwest v0.13.2
12432026-07-14T21:21:42.836Z Downloaded reqwest v0.12.28
12442026-07-14T21:21:42.839Z Downloaded rayon v1.11.0
12452026-07-14T21:21:42.849Z Downloaded rawzip v0.4.4
12462026-07-14T21:21:42.855Z Downloaded portable-atomic v1.13.1
12472026-07-14T21:21:42.859Z Downloaded serde_with v3.17.0
12482026-07-14T21:21:42.869Z Downloaded object v0.30.4
12492026-07-14T21:21:42.873Z Downloaded petname v2.0.2
12502026-07-14T21:21:42.875Z Downloaded tokio-util v0.7.18
12512026-07-14T21:21:42.878Z Downloaded lalrpop v0.19.12
12522026-07-14T21:21:42.886Z Downloaded proptest v1.10.0
12532026-07-14T21:21:42.890Z Downloaded curve25519-dalek v4.1.3
12542026-07-14T21:21:42.900Z Downloaded aws-lc-rs v1.16.3
12552026-07-14T21:21:42.905Z Downloaded zip v4.6.1
12562026-07-14T21:21:42.905Z Downloaded bstr v1.12.1
12572026-07-14T21:21:42.910Z Downloaded moka v0.12.13
12582026-07-14T21:21:42.916Z Downloaded zerovec v0.11.5
12592026-07-14T21:21:42.920Z Downloaded x509-cert v0.2.5
12602026-07-14T21:21:42.923Z Downloaded goblin v0.10.5
12612026-07-14T21:21:42.927Z Downloaded unicode-normalization v0.1.25
12622026-07-14T21:21:42.931Z Downloaded quick-xml v0.37.5
12632026-07-14T21:21:42.934Z Downloaded tower-http v0.6.8
12642026-07-14T21:21:42.937Z Downloaded tough v0.22.0
12652026-07-14T21:21:42.944Z Downloaded polar-core v0.27.3
12662026-07-14T21:21:42.947Z Downloaded quinn-proto v0.11.13
12672026-07-14T21:21:42.977Z Downloaded dropshot v0.17.1
12682026-07-14T21:21:42.989Z Downloaded openssl v0.10.79
12692026-07-14T21:21:43.020Z Downloaded nix v0.27.1
12702026-07-14T21:21:43.027Z Downloaded winnow v0.5.40
12712026-07-14T21:21:43.030Z Downloaded object v0.37.3
12722026-07-14T21:21:43.036Z Downloaded winnow v0.6.26
12732026-07-14T21:21:43.042Z Downloaded russh v0.61.2
12742026-07-14T21:21:43.047Z Downloaded radix_trie v0.2.1
12752026-07-14T21:21:43.057Z Downloaded hickory-proto v0.24.4
12762026-07-14T21:21:43.066Z Downloaded tabled v0.20.0
12772026-07-14T21:21:43.087Z Downloaded winnow v1.0.3
12782026-07-14T21:21:43.092Z Downloaded nix v0.31.2
12792026-07-14T21:21:43.099Z Downloaded openapiv3 v2.2.0
12802026-07-14T21:21:43.106Z Downloaded smoltcp v0.9.1
12812026-07-14T21:21:43.116Z Downloaded zlib-rs v0.6.2
12822026-07-14T21:21:43.119Z Downloaded smoltcp v0.11.0
12832026-07-14T21:21:43.122Z Downloaded vcpkg v0.2.15
12842026-07-14T21:21:43.144Z Downloaded zerocopy v0.8.40
12852026-07-14T21:21:43.149Z Downloaded rustls v0.23.41
12862026-07-14T21:21:43.155Z Downloaded regex-syntax v0.6.29
12872026-07-14T21:21:43.161Z Downloaded regex-syntax v0.8.10
12882026-07-14T21:21:43.164Z Downloaded hickory-proto v0.25.2
12892026-07-14T21:21:43.172Z Downloaded nix v0.28.0
12902026-07-14T21:21:43.178Z Downloaded regress v0.11.1
12912026-07-14T21:21:43.183Z Downloaded diesel v2.3.7
12922026-07-14T21:21:43.195Z Downloaded regress v0.10.5
12932026-07-14T21:21:43.200Z Downloaded time v0.3.47
12942026-07-14T21:21:43.224Z Downloaded rustix v0.38.44
12952026-07-14T21:21:43.252Z Downloaded sled v0.34.7
12962026-07-14T21:21:43.257Z Downloaded typify-impl v0.6.2
12972026-07-14T21:21:43.265Z Downloaded ratatui v0.29.0
12982026-07-14T21:21:43.276Z Downloaded tracing v0.1.44
12992026-07-14T21:21:43.289Z Downloaded zerocopy-derive v0.6.6
13002026-07-14T21:21:43.294Z Downloaded sqlparser v0.61.0
13012026-07-14T21:21:43.300Z Downloaded csv v1.4.0
13022026-07-14T21:21:43.321Z Downloaded fiat-crypto v0.3.0
13032026-07-14T21:21:43.359Z Downloaded sha3 v0.11.0
13042026-07-14T21:21:43.362Z Downloaded petgraph v0.8.3
13052026-07-14T21:21:43.372Z Downloaded bzip2-sys v0.1.13+1.0.8
13062026-07-14T21:21:43.380Z Downloaded sha3 v0.10.8
13072026-07-14T21:21:43.393Z Downloaded regex-automata v0.4.14
13082026-07-14T21:21:43.402Z Downloaded tokio v1.52.1
13092026-07-14T21:21:43.433Z Downloaded chrono-tz v0.10.4
13102026-07-14T21:21:43.450Z Downloaded jiff v0.2.21
13112026-07-14T21:21:43.468Z Downloaded petgraph v0.6.5
13122026-07-14T21:21:43.478Z Downloaded ring v0.17.14
13132026-07-14T21:21:43.502Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-07-14T21:21:43.512Z Downloaded libz-sys v1.1.24
13152026-07-14T21:21:43.532Z Downloaded libgit2-sys v0.18.3+1.9.2
13162026-07-14T21:21:43.599Z Downloaded encoding_rs v0.8.35
13172026-07-14T21:21:44.263Z Downloaded aws-lc-sys v0.40.0
13182026-07-14T21:21:44.512Z Compiling libc v0.2.185
13192026-07-14T21:21:44.512Z Compiling serde_core v1.0.228
13202026-07-14T21:21:44.512Z Compiling serde v1.0.228
13212026-07-14T21:21:44.512Z Compiling log v0.4.29
13222026-07-14T21:21:44.512Z Compiling smallvec v1.15.1
13232026-07-14T21:21:44.515Z Compiling shlex v1.3.0
13242026-07-14T21:21:44.516Z Compiling find-msvc-tools v0.1.9
13252026-07-14T21:21:44.649Z Compiling syn v2.0.117
13262026-07-14T21:21:44.842Z Compiling subtle v2.6.1
13272026-07-14T21:21:44.855Z Compiling scopeguard v1.2.0
13282026-07-14T21:21:44.887Z Compiling stable_deref_trait v1.2.1
13292026-07-14T21:21:44.937Z Compiling lock_api v0.4.14
13302026-07-14T21:21:44.950Z Compiling typenum v1.20.1
13312026-07-14T21:21:44.963Z Compiling serde_json v1.0.150
13322026-07-14T21:21:45.004Z Compiling zerocopy v0.8.40
13332026-07-14T21:21:45.028Z Compiling portable-atomic v1.13.1
13342026-07-14T21:21:45.156Z Compiling parking_lot_core v0.9.12
13352026-07-14T21:21:45.187Z Compiling pin-project-lite v0.2.17
13362026-07-14T21:21:45.281Z Compiling libm v0.2.16
13372026-07-14T21:21:45.565Z Compiling jobserver v0.1.34
13382026-07-14T21:21:45.596Z Compiling errno v0.3.14
13392026-07-14T21:21:45.634Z Compiling getrandom v0.2.17
13402026-07-14T21:21:45.743Z Compiling getrandom v0.4.1
13412026-07-14T21:21:45.757Z Compiling pkg-config v0.3.32
13422026-07-14T21:21:45.785Z Compiling cc v1.2.56
13432026-07-14T21:21:45.872Z Compiling critical-section v1.2.0
13442026-07-14T21:21:45.956Z Compiling rand_core v0.6.4
13452026-07-14T21:21:46.004Z Compiling signal-hook-registry v1.4.8
13462026-07-14T21:21:46.126Z Compiling once_cell v1.21.3
13472026-07-14T21:21:46.246Z Compiling num-traits v0.2.19
13482026-07-14T21:21:46.280Z Compiling futures-core v0.3.32
13492026-07-14T21:21:46.333Z Compiling rand_core v0.10.0
13502026-07-14T21:21:46.437Z Compiling parking_lot v0.12.5
13512026-07-14T21:21:46.556Z Compiling mio v1.2.0
13522026-07-14T21:21:46.614Z Compiling generic-array v0.14.7
13532026-07-14T21:21:46.723Z Compiling percent-encoding v2.3.2
13542026-07-14T21:21:46.824Z Compiling litemap v0.8.1
13552026-07-14T21:21:46.836Z Compiling const-oid v0.9.6
13562026-07-14T21:21:47.004Z Compiling bitflags v2.11.0
13572026-07-14T21:21:47.018Z Compiling writeable v0.6.2
13582026-07-14T21:21:47.049Z Compiling semver v1.0.28
13592026-07-14T21:21:47.293Z Compiling icu_properties_data v2.1.2
13602026-07-14T21:21:47.372Z Compiling icu_normalizer_data v2.1.1
13612026-07-14T21:21:47.397Z Compiling socket2 v0.6.3
13622026-07-14T21:21:47.510Z Compiling futures-sink v0.3.32
13632026-07-14T21:21:47.588Z Compiling synstructure v0.13.2
13642026-07-14T21:21:47.617Z Compiling futures-channel v0.3.32
13652026-07-14T21:21:47.660Z Compiling futures-task v0.3.32
13662026-07-14T21:21:47.679Z Compiling futures-io v0.3.32
13672026-07-14T21:21:47.808Z Compiling slab v0.4.12
13682026-07-14T21:21:47.827Z Compiling utf8_iter v1.0.4
13692026-07-14T21:21:47.832Z Compiling indexmap v2.14.0
13702026-07-14T21:21:47.842Z Compiling form_urlencoded v1.2.2
13712026-07-14T21:21:47.867Z Compiling getrandom v0.3.4
13722026-07-14T21:21:48.002Z Compiling rustversion v1.0.22
13732026-07-14T21:21:48.008Z Compiling cmake v0.1.57
13742026-07-14T21:21:48.028Z Compiling rustix v1.1.3
13752026-07-14T21:21:48.078Z Compiling fs_extra v1.3.0
13762026-07-14T21:21:48.210Z Compiling dunce v1.0.5
13772026-07-14T21:21:48.308Z Compiling ident_case v1.0.1
13782026-07-14T21:21:48.353Z Compiling iana-time-zone v0.1.65
13792026-07-14T21:21:48.399Z Compiling aws-lc-sys v0.40.0
13802026-07-14T21:21:48.429Z Compiling regex-syntax v0.8.10
13812026-07-14T21:21:48.514Z Compiling uuid v1.23.4
13822026-07-14T21:21:48.551Z Compiling base64ct v1.8.3
13832026-07-14T21:21:48.822Z Compiling rand_core v0.9.5
13842026-07-14T21:21:48.850Z Compiling vcpkg v0.2.15
13852026-07-14T21:21:49.006Z Compiling base64 v0.22.1
13862026-07-14T21:21:49.107Z Compiling pem-rfc7468 v0.7.0
13872026-07-14T21:21:49.257Z Compiling rustc_version v0.4.1
13882026-07-14T21:21:49.347Z Compiling serde_derive v1.0.228
13892026-07-14T21:21:49.361Z Compiling zeroize_derive v1.4.3
13902026-07-14T21:21:49.421Z Compiling zerofrom-derive v0.1.6
13912026-07-14T21:21:49.581Z Compiling yoke-derive v0.8.1
13922026-07-14T21:21:49.605Z Compiling zerovec-derive v0.11.2
13932026-07-14T21:21:49.789Z Compiling zerocopy-derive v0.8.40
13942026-07-14T21:21:50.017Z Compiling zeroize v1.8.2
13952026-07-14T21:21:50.221Z Compiling displaydoc v0.2.5
13962026-07-14T21:21:50.794Z Compiling tokio-macros v2.7.0
13972026-07-14T21:21:50.831Z Compiling zerofrom v0.1.6
13982026-07-14T21:21:50.846Z Compiling futures-macro v0.3.32
13992026-07-14T21:21:50.967Z Compiling yoke v0.8.1
14002026-07-14T21:21:51.024Z Compiling openssl-sys v0.9.115
14012026-07-14T21:21:51.153Z Compiling zerovec v0.11.5
14022026-07-14T21:21:51.336Z Compiling zerotrie v0.2.3
14032026-07-14T21:21:51.560Z Compiling block-buffer v0.10.4
14042026-07-14T21:21:51.573Z Compiling crypto-common v0.1.7
14052026-07-14T21:21:51.642Z Compiling tinystr v0.8.2
14062026-07-14T21:21:51.674Z Compiling potential_utf v0.1.4
14072026-07-14T21:21:51.679Z Compiling futures-util v0.3.32
14082026-07-14T21:21:51.715Z Compiling digest v0.10.7
14092026-07-14T21:21:51.729Z Compiling der_derive v0.7.3
14102026-07-14T21:21:51.833Z Compiling icu_locale_core v2.1.1
14112026-07-14T21:21:51.847Z Compiling icu_collections v2.1.1
14122026-07-14T21:21:51.964Z Compiling tracing-attributes v0.1.31
14132026-07-14T21:21:52.327Z Compiling thiserror-impl v2.0.18
14142026-07-14T21:21:52.688Z Compiling icu_provider v2.1.1
14152026-07-14T21:21:52.704Z Compiling tracing-core v0.1.36
14162026-07-14T21:21:52.870Z Compiling bytes v1.11.1
14172026-07-14T21:21:52.983Z Compiling icu_properties v2.1.2
14182026-07-14T21:21:53.259Z Compiling icu_normalizer v2.1.1
14192026-07-14T21:21:53.275Z Compiling chrono v0.4.45
14202026-07-14T21:21:53.481Z Compiling tokio v1.52.1
14212026-07-14T21:21:53.660Z Compiling http v1.4.2
14222026-07-14T21:21:53.812Z Compiling idna_adapter v1.2.1
14232026-07-14T21:21:53.955Z Compiling idna v1.1.0
14242026-07-14T21:21:53.976Z Compiling flagset v0.4.7
14252026-07-14T21:21:54.051Z Compiling aws-lc-rs v1.16.3
14262026-07-14T21:21:54.109Z Compiling ppv-lite86 v0.2.21
14272026-07-14T21:21:54.289Z Compiling url v2.5.8
14282026-07-14T21:21:54.350Z Compiling http-body v1.0.1
14292026-07-14T21:21:54.435Z Compiling rand_chacha v0.9.0
14302026-07-14T21:21:54.501Z Compiling der v0.7.10
14312026-07-14T21:21:54.572Z Compiling thiserror v2.0.18
14322026-07-14T21:21:54.601Z Compiling tracing v0.1.44
14332026-07-14T21:21:54.676Z Compiling rustls-pki-types v1.14.0
14342026-07-14T21:21:54.725Z Compiling serde_derive_internals v0.29.1
14352026-07-14T21:21:54.865Z Compiling dyn-clone v1.0.20
14362026-07-14T21:21:55.005Z Compiling tinyvec_macros v0.1.1
14372026-07-14T21:21:55.076Z Compiling httparse v1.10.1
14382026-07-14T21:21:55.090Z Compiling openssl-probe v0.2.1
14392026-07-14T21:21:55.117Z Compiling schemars v0.8.22
14402026-07-14T21:21:55.117Z Compiling cmov v0.5.4
14412026-07-14T21:21:55.260Z Compiling tinyvec v1.10.0
14422026-07-14T21:21:55.316Z Compiling spki v0.7.3
14432026-07-14T21:21:55.355Z Compiling ctutils v0.4.2
14442026-07-14T21:21:55.508Z Compiling pest_generator v2.8.6
14452026-07-14T21:21:55.560Z Compiling rand v0.9.2
14462026-07-14T21:21:55.632Z Compiling schemars_derive v0.8.22
14472026-07-14T21:21:55.656Z Compiling aho-corasick v1.1.4
14482026-07-14T21:21:55.671Z Compiling tower-service v0.3.3
14492026-07-14T21:21:55.711Z Compiling atomic-waker v1.1.2
14502026-07-14T21:21:55.764Z Compiling try-lock v0.2.5
14512026-07-14T21:21:55.833Z Compiling untrusted v0.7.1
14522026-07-14T21:21:55.870Z Compiling tower-layer v0.3.3
14532026-07-14T21:21:55.960Z Compiling want v0.3.1
14542026-07-14T21:21:56.032Z Compiling tempfile v3.25.0
14552026-07-14T21:21:56.123Z Compiling hybrid-array v0.4.13
14562026-07-14T21:21:56.199Z Compiling pest_derive v2.8.6
14572026-07-14T21:21:56.396Z Compiling ipnet v2.11.0
14582026-07-14T21:21:56.641Z Compiling regex-automata v0.4.14
14592026-07-14T21:21:56.662Z Compiling scroll_derive v0.13.1
14602026-07-14T21:21:56.897Z Compiling darling_core v0.20.11
14612026-07-14T21:21:56.911Z Compiling untrusted v0.9.0
14622026-07-14T21:21:57.031Z Compiling rustls v0.23.41
14632026-07-14T21:21:57.215Z Compiling cpufeatures v0.2.17
14642026-07-14T21:21:57.292Z Compiling tokio-util v0.7.18
14652026-07-14T21:21:57.329Z Compiling foreign-types-shared v0.1.1
14662026-07-14T21:21:57.418Z Compiling httpdate v1.0.3
14672026-07-14T21:21:57.474Z Compiling openssl v0.10.79
14682026-07-14T21:21:57.649Z Compiling scroll v0.13.0
14692026-07-14T21:21:57.734Z Compiling foreign-types v0.3.2
14702026-07-14T21:21:57.807Z Compiling unicode-normalization v0.1.25
14712026-07-14T21:21:57.912Z Compiling pkcs8 v0.10.2
14722026-07-14T21:21:58.162Z Compiling h2 v0.4.15
14732026-07-14T21:21:58.260Z Compiling openssl-macros v0.1.1
14742026-07-14T21:21:58.307Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14752026-07-14T21:21:58.568Z Compiling spin v0.9.8
14762026-07-14T21:21:58.660Z Compiling num-conv v0.2.0
14772026-07-14T21:21:58.709Z Compiling crc32fast v1.5.0
14782026-07-14T21:21:58.777Z Compiling native-tls v0.2.18
14792026-07-14T21:21:58.791Z Compiling time-core v0.1.8
14802026-07-14T21:21:58.930Z Compiling powerfmt v0.2.0
14812026-07-14T21:21:59.012Z Compiling time-macros v0.2.27
14822026-07-14T21:21:59.127Z Compiling darling_macro v0.20.11
14832026-07-14T21:21:59.140Z Compiling deranged v0.5.8
14842026-07-14T21:21:59.600Z Compiling darling v0.20.11
14852026-07-14T21:21:59.681Z Compiling goblin v0.10.5
14862026-07-14T21:22:00.073Z Compiling sha2 v0.10.9
14872026-07-14T21:22:00.086Z Compiling hmac v0.12.1
14882026-07-14T21:22:00.242Z Compiling sync_wrapper v1.0.2
14892026-07-14T21:22:00.351Z Compiling wait-timeout v0.2.1
14902026-07-14T21:22:00.673Z Compiling simd-adler32 v0.3.8
14912026-07-14T21:22:00.730Z Compiling usdt-impl v0.6.0
14922026-07-14T21:22:00.917Z Compiling quick-error v1.2.3
14932026-07-14T21:22:00.948Z Compiling num_threads v0.1.7
14942026-07-14T21:22:01.023Z Compiling bit-vec v0.8.0
14952026-07-14T21:22:01.047Z Compiling syn v1.0.109
14962026-07-14T21:22:01.258Z Compiling hyper v1.10.1
14972026-07-14T21:22:01.372Z Compiling siphasher v1.0.2
14982026-07-14T21:22:01.460Z Compiling crossbeam-utils v0.8.21
14992026-07-14T21:22:01.823Z Compiling bit-set v0.8.0
15002026-07-14T21:22:01.874Z Compiling time v0.3.47
15012026-07-14T21:22:01.987Z Compiling rusty-fork v0.3.1
15022026-07-14T21:22:02.194Z Compiling tower v0.5.3
15032026-07-14T21:22:02.232Z Compiling derive_builder_core v0.20.2
15042026-07-14T21:22:02.484Z Compiling hyper-util v0.1.20
15052026-07-14T21:22:02.674Z Compiling dof v0.4.0
15062026-07-14T21:22:02.867Z Compiling dtrace-parser v0.3.0
15072026-07-14T21:22:03.091Z Compiling http-body-util v0.1.3
15082026-07-14T21:22:03.331Z Compiling heapless v0.7.17
15092026-07-14T21:22:03.422Z Compiling scroll_derive v0.12.1
15102026-07-14T21:22:03.581Z Compiling thiserror-impl v1.0.69
15112026-07-14T21:22:03.596Z Compiling slog v2.8.2
15122026-07-14T21:22:03.792Z Compiling rand_xorshift v0.4.0
15132026-07-14T21:22:03.806Z Compiling darling_core v0.21.3
15142026-07-14T21:22:03.890Z Compiling bzip2-sys v0.1.13+1.0.8
15152026-07-14T21:22:03.950Z Compiling thread-id v5.1.0
15162026-07-14T21:22:04.033Z Compiling cookie v0.18.1
15172026-07-14T21:22:04.078Z Compiling iri-string v0.7.10
15182026-07-14T21:22:04.177Z Compiling ryu v1.0.23
15192026-07-14T21:22:04.203Z Compiling unicode-properties v0.1.4
15202026-07-14T21:22:04.227Z Compiling zstd-safe v7.2.4
15212026-07-14T21:22:04.353Z Compiling anyhow v1.0.102
15222026-07-14T21:22:04.406Z Compiling allocator-api2 v0.2.21
15232026-07-14T21:22:04.431Z Compiling unarray v0.1.4
15242026-07-14T21:22:04.540Z Compiling adler2 v2.0.1
15252026-07-14T21:22:04.666Z Compiling paste v1.0.15
15262026-07-14T21:22:04.670Z Compiling signal-hook v0.3.18
15272026-07-14T21:22:04.722Z Compiling unicode-bidi v0.3.18
15282026-07-14T21:22:04.831Z Compiling thiserror v1.0.69
15292026-07-14T21:22:04.943Z Compiling miniz_oxide v0.8.9
15302026-07-14T21:22:05.002Z Compiling proptest v1.10.0
15312026-07-14T21:22:05.071Z Compiling stringprep v0.1.5
15322026-07-14T21:22:05.251Z Compiling tower-http v0.6.8
15332026-07-14T21:22:05.561Z Compiling serde_urlencoded v0.7.1
15342026-07-14T21:22:05.621Z Compiling scroll v0.12.0
15352026-07-14T21:22:05.754Z Compiling derive_builder_macro v0.20.2
15362026-07-14T21:22:05.802Z Compiling camino v1.2.2
15372026-07-14T21:22:06.215Z Compiling tokio-native-tls v0.3.1
15382026-07-14T21:22:06.244Z Compiling bstr v1.12.1
15392026-07-14T21:22:06.350Z Compiling darling_macro v0.21.3
15402026-07-14T21:22:06.366Z Compiling ipnetwork v0.21.1
15412026-07-14T21:22:06.379Z Compiling crypto-common v0.2.2
15422026-07-14T21:22:06.662Z Compiling block-buffer v0.12.1
15432026-07-14T21:22:06.748Z Compiling block-padding v0.4.2
15442026-07-14T21:22:06.838Z Compiling rustls-native-certs v0.8.3
15452026-07-14T21:22:06.867Z Compiling rand_chacha v0.3.1
15462026-07-14T21:22:06.877Z Compiling hex v0.4.3
15472026-07-14T21:22:06.911Z Compiling serde_spanned v0.6.9
15482026-07-14T21:22:07.052Z Compiling erased-serde v0.3.31
15492026-07-14T21:22:07.115Z Compiling toml_datetime v0.6.11
15502026-07-14T21:22:07.136Z Compiling serde_tokenstream v0.2.3
15512026-07-14T21:22:07.370Z Compiling signature v2.2.0
15522026-07-14T21:22:07.439Z Compiling md-5 v0.10.6
15532026-07-14T21:22:07.531Z Compiling curve25519-dalek v4.1.3
15542026-07-14T21:22:07.552Z Compiling pin-project-internal v1.1.11
15552026-07-14T21:22:07.605Z Compiling async-trait v0.1.89
15562026-07-14T21:22:07.643Z Compiling zerocopy-derive v0.7.35
15572026-07-14T21:22:07.868Z Compiling vergen-lib v9.1.0
15582026-07-14T21:22:08.063Z Compiling hash32 v0.2.1
15592026-07-14T21:22:08.077Z Compiling num-integer v0.1.46
15602026-07-14T21:22:08.256Z Compiling memoffset v0.9.1
15612026-07-14T21:22:08.394Z Compiling encoding_rs v0.8.35
15622026-07-14T21:22:08.460Z Compiling litrs v1.0.0
15632026-07-14T21:22:08.511Z Compiling smoltcp v0.9.1
15642026-07-14T21:22:08.624Z Compiling rustix v0.38.44
15652026-07-14T21:22:08.643Z Compiling fallible-iterator v0.2.0
15662026-07-14T21:22:08.861Z Compiling cfg_aliases v0.2.1
15672026-07-14T21:22:08.935Z Compiling ref-cast v1.0.25
15682026-07-14T21:22:08.954Z Compiling num-bigint-dig v0.8.6
15692026-07-14T21:22:08.969Z Compiling zlib-rs v0.6.2
15702026-07-14T21:22:08.980Z Compiling mime v0.3.17
15712026-07-14T21:22:09.152Z Compiling psl-types v2.0.11
15722026-07-14T21:22:09.291Z Compiling publicsuffix v2.3.0
15732026-07-14T21:22:09.294Z Compiling document-features v0.2.12
15742026-07-14T21:22:09.361Z Compiling nix v0.31.2
15752026-07-14T21:22:09.457Z Compiling postgres-protocol v0.6.10
15762026-07-14T21:22:09.668Z Compiling hubpack_derive v0.1.1
15772026-07-14T21:22:09.772Z Compiling pin-project v1.1.11
15782026-07-14T21:22:09.871Z Compiling zerocopy v0.7.35
15792026-07-14T21:22:09.916Z Compiling num-iter v0.1.45
15802026-07-14T21:22:10.105Z Compiling newtype-uuid v1.3.2
15812026-07-14T21:22:10.117Z Compiling rand v0.8.6
15822026-07-14T21:22:10.455Z Compiling inout v0.2.2
15832026-07-14T21:22:10.469Z Compiling darling v0.21.3
15842026-07-14T21:22:10.470Z Compiling oxnet v0.1.6
15852026-07-14T21:22:10.547Z Compiling hyper-tls v0.6.0
15862026-07-14T21:22:10.600Z Compiling derive_builder v0.20.2
15872026-07-14T21:22:10.629Z Compiling goblin v0.8.2
15882026-07-14T21:22:11.257Z Compiling phf_shared v0.13.1
15892026-07-14T21:22:11.271Z Compiling regex v1.12.3
15902026-07-14T21:22:11.315Z Compiling lazy_static v1.5.0
15912026-07-14T21:22:11.409Z Compiling anstyle-parse v0.2.7
15922026-07-14T21:22:11.469Z Compiling futures-executor v0.3.32
15932026-07-14T21:22:11.498Z Compiling terminal_size v0.4.3
15942026-07-14T21:22:11.592Z Compiling daft-derive v0.1.7
15952026-07-14T21:22:11.636Z Compiling snafu-derive v0.8.9
15962026-07-14T21:22:11.692Z Compiling strum_macros v0.27.2
15972026-07-14T21:22:11.728Z Compiling curve25519-dalek-derive v0.1.1
15982026-07-14T21:22:12.292Z Compiling flate2 v1.1.9
15992026-07-14T21:22:12.328Z Compiling ref-cast-impl v1.0.25
16002026-07-14T21:22:12.382Z Compiling vergen v9.1.0
16012026-07-14T21:22:12.579Z Compiling cargo-platform v0.3.2
16022026-07-14T21:22:12.704Z Compiling ff v0.13.1
16032026-07-14T21:22:12.847Z Compiling fs-err v3.3.0
16042026-07-14T21:22:12.861Z Compiling ahash v0.8.12
16052026-07-14T21:22:12.877Z Compiling foldhash v0.2.0
16062026-07-14T21:22:13.048Z Compiling bumpalo v3.20.2
16072026-07-14T21:22:13.088Z Compiling same-file v1.0.6
16082026-07-14T21:22:13.102Z Compiling winnow v0.5.40
16092026-07-14T21:22:13.249Z Compiling base16ct v0.2.0
16102026-07-14T21:22:13.291Z Compiling foldhash v0.1.5
16112026-07-14T21:22:13.428Z Compiling unicode-segmentation v1.12.0
16122026-07-14T21:22:13.463Z Compiling bitflags v1.3.2
16132026-07-14T21:22:13.521Z Compiling managed v0.8.0
16142026-07-14T21:22:13.539Z Compiling object v0.37.3
16152026-07-14T21:22:13.649Z Compiling libbz2-rs-sys v0.2.2
16162026-07-14T21:22:13.813Z Compiling strum v0.27.2
16172026-07-14T21:22:13.873Z Compiling snafu v0.8.9
16182026-07-14T21:22:13.938Z Compiling clap_builder v4.6.0
16192026-07-14T21:22:14.109Z Compiling bzip2 v0.6.1
16202026-07-14T21:22:14.225Z Compiling hashbrown v0.15.5
16212026-07-14T21:22:14.316Z Compiling sec1 v0.7.3
16222026-07-14T21:22:14.330Z Compiling zopfli v0.8.3
16232026-07-14T21:22:14.527Z Compiling toml_edit v0.19.15
16242026-07-14T21:22:14.543Z Compiling walkdir v2.5.0
16252026-07-14T21:22:14.735Z Compiling hashbrown v0.16.1
16262026-07-14T21:22:14.851Z Compiling dof v0.3.0
16272026-07-14T21:22:14.873Z Compiling group v0.13.0
16282026-07-14T21:22:14.982Z Compiling cargo_metadata v0.23.1
16292026-07-14T21:22:15.326Z Compiling daft v0.1.7
16302026-07-14T21:22:15.560Z Compiling futures v0.3.32
16312026-07-14T21:22:15.643Z Compiling anstream v0.6.21
16322026-07-14T21:22:15.657Z Compiling phf v0.13.1
16332026-07-14T21:22:15.909Z Compiling signal-hook-mio v0.2.5
16342026-07-14T21:22:16.030Z Compiling cookie_store v0.22.1
16352026-07-14T21:22:16.310Z Compiling zstd v0.13.3
16362026-07-14T21:22:16.385Z Compiling reqwest v0.12.28
16372026-07-14T21:22:16.579Z Compiling cipher v0.5.2
16382026-07-14T21:22:16.688Z Compiling bzip2 v0.4.4
16392026-07-14T21:22:16.873Z Compiling serde_with_macros v3.17.0
16402026-07-14T21:22:16.894Z Compiling hubpack v0.1.2
16412026-07-14T21:22:17.083Z Compiling postgres-types v0.2.12
16422026-07-14T21:22:17.221Z Compiling ed25519 v2.2.3
16432026-07-14T21:22:17.632Z Compiling usdt-attr-macro v0.6.0
16442026-07-14T21:22:18.011Z Compiling usdt-macro v0.6.0
16452026-07-14T21:22:18.115Z Compiling globset v0.4.18
16462026-07-14T21:22:18.118Z Compiling dtrace-parser v0.2.0
16472026-07-14T21:22:18.222Z Compiling phf_shared v0.11.3
16482026-07-14T21:22:18.406Z Compiling hkdf v0.12.4
16492026-07-14T21:22:18.436Z Compiling olpc-cjson v0.1.4
16502026-07-14T21:22:18.573Z Compiling pkcs1 v0.7.5
16512026-07-14T21:22:18.597Z Compiling serde-big-array v0.5.1
16522026-07-14T21:22:18.742Z Compiling serde_plain v1.0.2
16532026-07-14T21:22:18.757Z Compiling crypto-bigint v0.5.5
16542026-07-14T21:22:18.782Z Compiling clap_derive v4.6.1
16552026-07-14T21:22:18.850Z Compiling serde_repr v0.1.20
16562026-07-14T21:22:18.961Z Compiling async-recursion v1.1.1
16572026-07-14T21:22:18.969Z Compiling strum_macros v0.26.4
16582026-07-14T21:22:19.398Z Compiling enum-as-inner v0.6.1
16592026-07-14T21:22:19.585Z Compiling pem v3.0.6
16602026-07-14T21:22:19.908Z Compiling float-cmp v0.10.0
16612026-07-14T21:22:19.912Z Compiling memmap2 v0.9.10
16622026-07-14T21:22:20.090Z Compiling thread-id v4.2.2
16632026-07-14T21:22:20.096Z Compiling env_filter v1.0.0
16642026-07-14T21:22:20.133Z Compiling cpufeatures v0.3.0
16652026-07-14T21:22:20.137Z Compiling fixedbitset v0.4.2
16662026-07-14T21:22:20.226Z Compiling difflib v0.4.0
16672026-07-14T21:22:20.354Z Compiling fixedbitset v0.5.7
16682026-07-14T21:22:20.368Z Compiling keccak v0.1.6
16692026-07-14T21:22:20.586Z Compiling static_assertions v1.1.0
16702026-07-14T21:22:20.657Z Compiling either v1.15.0
16712026-07-14T21:22:20.682Z Compiling normalize-line-endings v0.3.0
16722026-07-14T21:22:20.708Z Compiling winnow v1.0.3
16732026-07-14T21:22:20.773Z Compiling precomputed-hash v0.1.1
16742026-07-14T21:22:20.848Z Compiling const-oid v0.10.2
16752026-07-14T21:22:20.861Z Compiling whoami v2.1.0
16762026-07-14T21:22:20.865Z Compiling predicates-core v1.0.10
16772026-07-14T21:22:20.888Z Compiling typed-path v0.9.3
16782026-07-14T21:22:21.043Z Compiling data-encoding v2.10.0
16792026-07-14T21:22:21.058Z Compiling new_debug_unreachable v1.0.6
16802026-07-14T21:22:21.062Z Compiling jiff v0.2.21
16812026-07-14T21:22:21.108Z Compiling tokio-postgres v0.7.16
16822026-07-14T21:22:21.128Z Compiling string_cache v0.8.9
16832026-07-14T21:22:21.234Z Compiling toml_parser v1.1.2+spec-1.1.0
16842026-07-14T21:22:21.358Z Compiling hickory-proto v0.25.2
16852026-07-14T21:22:21.494Z Compiling digest v0.11.3
16862026-07-14T21:22:21.717Z Compiling predicates v3.1.4
16872026-07-14T21:22:21.743Z Compiling itertools v0.13.0
16882026-07-14T21:22:21.881Z Compiling toml_edit v0.22.27
16892026-07-14T21:22:22.114Z Compiling strum v0.26.3
16902026-07-14T21:22:22.251Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16912026-07-14T21:22:22.367Z Compiling clap v4.6.1
16922026-07-14T21:22:22.449Z Compiling petgraph v0.8.3
16932026-07-14T21:22:22.969Z Compiling sha3 v0.10.8
16942026-07-14T21:22:23.357Z Compiling petgraph v0.6.5
16952026-07-14T21:22:23.417Z Compiling env_logger v0.11.9
16962026-07-14T21:22:23.772Z Compiling zip v4.6.1
16972026-07-14T21:22:24.398Z Compiling chacha20 v0.10.0
16982026-07-14T21:22:24.578Z Compiling usdt-impl v0.5.0
16992026-07-14T21:22:24.729Z Compiling usdt v0.6.0
17002026-07-14T21:22:24.772Z Compiling elliptic-curve v0.13.8
17012026-07-14T21:22:24.826Z Compiling rsa v0.9.10
17022026-07-14T21:22:24.993Z Compiling serde_with v3.17.0
17032026-07-14T21:22:25.018Z Compiling crossterm v0.28.1
17042026-07-14T21:22:25.173Z Compiling ed25519-dalek v2.2.0
17052026-07-14T21:22:25.236Z Compiling zip v0.6.6
17062026-07-14T21:22:25.867Z Compiling toml v0.7.8
17072026-07-14T21:22:26.024Z Compiling iddqd v0.4.2
17082026-07-14T21:22:26.637Z Compiling heck v0.4.1
17092026-07-14T21:22:26.769Z Compiling similar v2.7.0
17102026-07-14T21:22:26.788Z Compiling byte-wrapper v0.1.0
17112026-07-14T21:22:26.855Z Compiling crossbeam-epoch v0.9.18
17122026-07-14T21:22:26.938Z Compiling tokio-stream v0.1.18
17132026-07-14T21:22:27.101Z Compiling buf-list v1.1.2
17142026-07-14T21:22:27.181Z Compiling x509-cert v0.2.5
17152026-07-14T21:22:27.326Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17162026-07-14T21:22:27.376Z Compiling openapiv3 v2.2.0
17172026-07-14T21:22:27.400Z Compiling lalrpop-util v0.19.12
17182026-07-14T21:22:27.534Z Compiling peg-runtime v0.8.5
17192026-07-14T21:22:27.575Z Compiling thread_local v1.1.9
17202026-07-14T21:22:27.626Z Compiling slog-async v2.8.0
17212026-07-14T21:22:27.812Z Compiling crossbeam-channel v0.5.15
17222026-07-14T21:22:27.831Z Compiling is-terminal v0.4.17
17232026-07-14T21:22:27.930Z Compiling filetime v0.2.27
17242026-07-14T21:22:27.947Z Compiling term v1.2.1
17252026-07-14T21:22:28.105Z Compiling xattr v1.6.1
17262026-07-14T21:22:28.191Z Compiling take_mut v0.2.2
17272026-07-14T21:22:28.270Z Compiling tar v0.4.46
17282026-07-14T21:22:28.274Z Compiling slog-term v2.9.2
17292026-07-14T21:22:28.526Z Compiling camino-tempfile v1.4.1
17302026-07-14T21:22:38.238Z Compiling rustls-webpki v0.103.13
17312026-07-14T21:22:40.938Z Compiling tokio-rustls v0.26.4
17322026-07-14T21:22:40.938Z Compiling rustls-platform-verifier v0.6.2
17332026-07-14T21:22:40.938Z Compiling tough v0.22.0
17342026-07-14T21:22:41.138Z Compiling hyper-rustls v0.27.7
17352026-07-14T21:22:41.334Z Compiling reqwest v0.13.2
17362026-07-14T21:22:43.579Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17372026-07-14T21:22:43.807Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17382026-07-14T21:22:46.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17392026-07-14T21:22:46.769Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17402026-07-14T21:22:46.820ZJul 14 21:22:45.890 INFO Starting download, target: Console
17412026-07-14T21:22:46.820ZJul 14 21:22:45.890 INFO Starting download, target: Clickhouse
17422026-07-14T21:22:46.825ZJul 14 21:22:45.890 INFO Starting download, target: Cockroach
17432026-07-14T21:22:46.825ZJul 14 21:22:45.890 INFO Starting download, target: DendriteStub
17442026-07-14T21:22:46.825ZJul 14 21:22:45.890 INFO Starting download, target: MaghemiteMgd
17452026-07-14T21:22:46.825ZJul 14 21:22:45.891 INFO Starting download, target: MaghemiteDdmd
17462026-07-14T21:22:46.825ZJul 14 21:22:45.891 INFO Starting download, target: TransceiverControl
17472026-07-14T21:22:46.825ZJul 14 21:22:45.891 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17482026-07-14T21:22:46.825ZJul 14 21:22:45.891 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17492026-07-14T21:22:46.825ZJul 14 21:22:45.891 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17502026-07-14T21:22:46.825ZJul 14 21:22:45.891 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17512026-07-14T21:22:46.825ZJul 14 21:22:45.891 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17522026-07-14T21:22:46.825ZJul 14 21:22:45.891 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17532026-07-14T21:22:46.825ZJul 14 21:22:45.891 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17542026-07-14T21:22:48.952ZJul 14 21:22:48.019 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17552026-07-14T21:22:49.212ZJul 14 21:22:48.253 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17562026-07-14T21:22:49.233ZJul 14 21:22:48.267 INFO Download complete, target: Console
17572026-07-14T21:22:49.233ZJul 14 21:22:48.270 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17582026-07-14T21:22:49.446ZJul 14 21:22:48.502 INFO Download complete, target: TransceiverControl
17592026-07-14T21:22:50.756ZJul 14 21:22:49.820 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17602026-07-14T21:22:50.872ZJul 14 21:22:49.937 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17612026-07-14T21:22:50.908ZJul 14 21:22:49.978 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17622026-07-14T21:22:51.322ZJul 14 21:22:50.393 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17632026-07-14T21:22:51.322ZJul 14 21:22:50.393 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17642026-07-14T21:22:52.716ZJul 14 21:22:51.787 INFO Download complete, target: MaghemiteDdmd
17652026-07-14T21:22:53.446ZJul 14 21:22:52.516 INFO Download complete, target: DendriteStub
17662026-07-14T21:22:53.463ZJul 14 21:22:52.534 INFO Download complete, target: MaghemiteMgd
17672026-07-14T21:22:55.950ZJul 14 21:22:55.016 INFO Checking that binary works, target: Cockroach
17682026-07-14T21:22:55.976ZJul 14 21:22:55.046 INFO Checking that binary works, target: Clickhouse
17692026-07-14T21:22:56.068ZJul 14 21:22:55.139 INFO Download complete, target: Cockroach
17702026-07-14T21:22:56.098ZJul 14 21:22:55.165 INFO Download complete, target: Clickhouse
17712026-07-14T21:22:56.109ZAll builder prerequisites installed successfully, and PATH looks valid
17722026-07-14T21:22:56.115Z
17732026-07-14T21:22:56.115Zreal 2:02.802183402
17742026-07-14T21:22:56.115Zuser 6:37.815431048
17752026-07-14T21:22:56.115Zsys 1:21.236513859
17762026-07-14T21:22:56.116Ztrap 0.224769054
17772026-07-14T21:22:56.116Ztflt 0.535025003
17782026-07-14T21:22:56.116Zdflt 0.764187736
17792026-07-14T21:22:56.116Zkflt 0.026602616
17802026-07-14T21:22:56.116Zlock 21:55.431921174
17812026-07-14T21:22:56.116Zslp 20:18.374898365
17822026-07-14T21:22:56.116Zlat 41.096831716
17832026-07-14T21:22:56.116Zstop 1:54.803969400
17842026-07-14T21:22:56.116Z+ banner hack-check
17852026-07-14T21:22:56.116Z
17862026-07-14T21:22:56.116Z # # ## #### # # #### # # ###### #### # #
17872026-07-14T21:22:56.116Z # # # # # # # # # # # # # # # # #
17882026-07-14T21:22:56.116Z ###### # # # #### ##### # ###### ##### # ####
17892026-07-14T21:22:56.116Z # # ###### # # # # # # # # # #
17902026-07-14T21:22:56.116Z # # # # # # # # # # # # # # # # #
17912026-07-14T21:22:56.116Z # # # # #### # # #### # # ###### #### # #
17922026-07-14T21:22:56.116Z
17932026-07-14T21:22:56.116Z+ export CARGO_INCREMENTAL=0
17942026-07-14T21:22:56.116Z+ CARGO_INCREMENTAL=0
17952026-07-14T21:22:56.116Z+ ptime -m timeout 2h cargo xtask check-features --ci
17962026-07-14T21:22:56.600Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17972026-07-14T21:22:56.888Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17982026-07-14T21:22:58.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
17992026-07-14T21:22:58.720Z Running `target/debug/xtask check-features --ci`
18002026-07-14T21:22:58.744Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18012026-07-14T21:22:58.747Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18022026-07-14T21:22:59.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18032026-07-14T21:22:59.185Z Running `target/debug/xtask download cargo-hack`
18042026-07-14T21:22:59.932Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18052026-07-14T21:23:00.266Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18062026-07-14T21:23:02.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
18072026-07-14T21:23:02.969Z Running `target/debug/xtask-downloader cargo-hack`
18082026-07-14T21:23:03.020ZJul 14 21:23:02.081 INFO Starting download, target: CargoHack
18092026-07-14T21:23:03.030ZJul 14 21:23:02.082 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18102026-07-14T21:23:03.707ZJul 14 21:23:02.778 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18112026-07-14T21:23:03.756ZJul 14 21:23:02.827 INFO Download complete, target: CargoHack
18122026-07-14T21:23:03.762Zrunning: "/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"
18132026-07-14T21:23:03.773Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18142026-07-14T21:23:03.928Zinfo: running `cargo check --bins` on api_identity (1/301)
18152026-07-14T21:23:04.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-07-14T21:23:04.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-07-14T21:23:04.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-07-14T21:23:04.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18192026-07-14T21:23:04.442Z
18202026-07-14T21:23:04.442Zinfo: running `cargo check --bins` on bootstore (2/301)
18212026-07-14T21:23:04.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-07-14T21:23:04.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-07-14T21:23:04.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-07-14T21:23:04.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18252026-07-14T21:23:04.956Z
18262026-07-14T21:23:04.956Zinfo: running `cargo check --bins` on omicron-ledger (3/301)
18272026-07-14T21:23:05.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-07-14T21:23:05.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-07-14T21:23:05.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-07-14T21:23:05.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18312026-07-14T21:23:05.470Z
18322026-07-14T21:23:05.470Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301)
18332026-07-14T21:23:05.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-07-14T21:23:05.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-07-14T21:23:05.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-07-14T21:23:05.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18372026-07-14T21:23:05.988Z
18382026-07-14T21:23:05.988Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301)
18392026-07-14T21:23:06.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-07-14T21:23:06.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-07-14T21:23:06.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-07-14T21:23:06.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18432026-07-14T21:23:06.505Z
18442026-07-14T21:23:06.505Zinfo: running `cargo check --bins` on omicron-certificates (6/301)
18452026-07-14T21:23:06.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-07-14T21:23:06.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-07-14T21:23:06.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-07-14T21:23:06.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18492026-07-14T21:23:07.092Z
18502026-07-14T21:23:07.092Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/301)
18512026-07-14T21:23:07.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-07-14T21:23:07.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-07-14T21:23:07.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-07-14T21:23:07.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18552026-07-14T21:23:07.587Z
18562026-07-14T21:23:07.587Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301)
18572026-07-14T21:23:08.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-07-14T21:23:08.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-07-14T21:23:08.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-07-14T21:23:08.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18612026-07-14T21:23:08.114Z
18622026-07-14T21:23:08.114Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301)
18632026-07-14T21:23:08.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-07-14T21:23:08.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-07-14T21:23:08.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-07-14T21:23:08.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18672026-07-14T21:23:08.514Z
18682026-07-14T21:23:08.514Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301)
18692026-07-14T21:23:08.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-07-14T21:23:08.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-07-14T21:23:08.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-07-14T21:23:08.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18732026-07-14T21:23:08.913Z
18742026-07-14T21:23:08.913Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301)
18752026-07-14T21:23:09.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-07-14T21:23:09.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-07-14T21:23:09.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-07-14T21:23:09.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18792026-07-14T21:23:09.315Z
18802026-07-14T21:23:09.315Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301)
18812026-07-14T21:23:09.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-07-14T21:23:09.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-07-14T21:23:09.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-07-14T21:23:09.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18852026-07-14T21:23:09.717Z
18862026-07-14T21:23:09.717Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301)
18872026-07-14T21:23:10.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-07-14T21:23:10.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-07-14T21:23:10.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-07-14T21:23:10.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18912026-07-14T21:23:10.186Z
18922026-07-14T21:23:10.186Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301)
18932026-07-14T21:23:10.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-07-14T21:23:10.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-07-14T21:23:10.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-07-14T21:23:10.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18972026-07-14T21:23:10.522Z
18982026-07-14T21:23:10.522Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301)
18992026-07-14T21:23:10.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-07-14T21:23:10.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-07-14T21:23:10.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-07-14T21:23:10.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19032026-07-14T21:23:10.920Z
19042026-07-14T21:23:10.920Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301)
19052026-07-14T21:23:11.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-07-14T21:23:11.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-07-14T21:23:11.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-07-14T21:23:11.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19092026-07-14T21:23:11.319Z
19102026-07-14T21:23:11.319Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301)
19112026-07-14T21:23:11.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-07-14T21:23:11.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-07-14T21:23:11.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-07-14T21:23:11.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19152026-07-14T21:23:11.719Z
19162026-07-14T21:23:11.719Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301)
19172026-07-14T21:23:12.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-07-14T21:23:12.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-07-14T21:23:12.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-07-14T21:23:12.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19212026-07-14T21:23:12.119Z
19222026-07-14T21:23:12.120Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301)
19232026-07-14T21:23:12.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-07-14T21:23:12.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-07-14T21:23:12.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-07-14T21:23:12.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19272026-07-14T21:23:12.520Z
19282026-07-14T21:23:12.520Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301)
19292026-07-14T21:23:12.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-07-14T21:23:12.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-07-14T21:23:12.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-07-14T21:23:12.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19332026-07-14T21:23:12.924Z
19342026-07-14T21:23:12.924Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301)
19352026-07-14T21:23:13.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-07-14T21:23:13.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-07-14T21:23:13.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-07-14T21:23:13.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19392026-07-14T21:23:13.326Z
19402026-07-14T21:23:13.326Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301)
19412026-07-14T21:23:13.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-07-14T21:23:13.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-07-14T21:23:13.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-07-14T21:23:13.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19452026-07-14T21:23:13.728Z
19462026-07-14T21:23:13.728Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301)
19472026-07-14T21:23:14.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-07-14T21:23:14.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-07-14T21:23:14.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-07-14T21:23:14.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19512026-07-14T21:23:14.131Z
19522026-07-14T21:23:14.131Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301)
19532026-07-14T21:23:14.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-07-14T21:23:14.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-07-14T21:23:14.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-07-14T21:23:14.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19572026-07-14T21:23:14.535Z
19582026-07-14T21:23:14.535Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301)
19592026-07-14T21:23:14.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-07-14T21:23:14.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-07-14T21:23:14.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-07-14T21:23:14.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19632026-07-14T21:23:14.940Z
19642026-07-14T21:23:14.940Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301)
19652026-07-14T21:23:15.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-07-14T21:23:15.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-07-14T21:23:15.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-07-14T21:23:15.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19692026-07-14T21:23:15.342Z
19702026-07-14T21:23:15.342Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301)
19712026-07-14T21:23:15.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-07-14T21:23:15.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-07-14T21:23:15.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-07-14T21:23:15.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19752026-07-14T21:23:15.745Z
19762026-07-14T21:23:15.745Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301)
19772026-07-14T21:23:16.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-07-14T21:23:16.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-07-14T21:23:16.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-07-14T21:23:16.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19812026-07-14T21:23:16.150Z
19822026-07-14T21:23:16.150Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301)
19832026-07-14T21:23:16.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-07-14T21:23:16.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-07-14T21:23:16.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-07-14T21:23:16.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19872026-07-14T21:23:16.552Z
19882026-07-14T21:23:16.553Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301)
19892026-07-14T21:23:16.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-07-14T21:23:16.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-07-14T21:23:16.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-07-14T21:23:16.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19932026-07-14T21:23:16.954Z
19942026-07-14T21:23:16.954Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301)
19952026-07-14T21:23:17.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-07-14T21:23:17.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-07-14T21:23:17.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-07-14T21:23:17.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19992026-07-14T21:23:17.355Z
20002026-07-14T21:23:17.355Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301)
20012026-07-14T21:23:17.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-07-14T21:23:17.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-07-14T21:23:17.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-07-14T21:23:17.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20052026-07-14T21:23:17.758Z
20062026-07-14T21:23:17.758Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301)
20072026-07-14T21:23:18.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-07-14T21:23:18.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-07-14T21:23:18.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-07-14T21:23:18.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20112026-07-14T21:23:18.161Z
20122026-07-14T21:23:18.161Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301)
20132026-07-14T21:23:18.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-07-14T21:23:18.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-07-14T21:23:18.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-07-14T21:23:18.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20172026-07-14T21:23:18.563Z
20182026-07-14T21:23:18.563Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301)
20192026-07-14T21:23:18.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-07-14T21:23:18.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-07-14T21:23:18.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-07-14T21:23:18.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20232026-07-14T21:23:18.969Z
20242026-07-14T21:23:18.969Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301)
20252026-07-14T21:23:19.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-07-14T21:23:19.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-07-14T21:23:19.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-07-14T21:23:19.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20292026-07-14T21:23:19.368Z
20302026-07-14T21:23:19.368Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301)
20312026-07-14T21:23:19.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-07-14T21:23:19.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-07-14T21:23:19.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-07-14T21:23:19.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20352026-07-14T21:23:19.769Z
20362026-07-14T21:23:19.769Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301)
20372026-07-14T21:23:20.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-07-14T21:23:20.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-07-14T21:23:20.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-07-14T21:23:20.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20412026-07-14T21:23:20.174Z
20422026-07-14T21:23:20.174Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301)
20432026-07-14T21:23:20.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-07-14T21:23:20.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-07-14T21:23:20.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-07-14T21:23:20.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20472026-07-14T21:23:20.574Z
20482026-07-14T21:23:20.574Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301)
20492026-07-14T21:23:20.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-07-14T21:23:20.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-07-14T21:23:20.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-07-14T21:23:20.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20532026-07-14T21:23:20.979Z
20542026-07-14T21:23:20.979Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301)
20552026-07-14T21:23:21.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-07-14T21:23:21.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-07-14T21:23:21.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-07-14T21:23:21.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20592026-07-14T21:23:21.384Z
20602026-07-14T21:23:21.384Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301)
20612026-07-14T21:23:21.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-07-14T21:23:21.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-07-14T21:23:21.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-07-14T21:23:21.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20652026-07-14T21:23:21.787Z
20662026-07-14T21:23:21.787Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301)
20672026-07-14T21:23:22.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-07-14T21:23:22.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-07-14T21:23:22.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-07-14T21:23:22.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20712026-07-14T21:23:22.192Z
20722026-07-14T21:23:22.192Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301)
20732026-07-14T21:23:22.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-07-14T21:23:22.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-07-14T21:23:22.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-07-14T21:23:22.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20772026-07-14T21:23:22.596Z
20782026-07-14T21:23:22.596Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301)
20792026-07-14T21:23:22.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-07-14T21:23:22.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-07-14T21:23:22.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-07-14T21:23:22.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20832026-07-14T21:23:23.005Z
20842026-07-14T21:23:23.005Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301)
20852026-07-14T21:23:23.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-07-14T21:23:23.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-07-14T21:23:23.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-07-14T21:23:23.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20892026-07-14T21:23:23.405Z
20902026-07-14T21:23:23.405Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301)
20912026-07-14T21:23:23.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-07-14T21:23:23.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-07-14T21:23:23.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-07-14T21:23:23.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20952026-07-14T21:23:23.808Z
20962026-07-14T21:23:23.808Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301)
20972026-07-14T21:23:24.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-07-14T21:23:24.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-07-14T21:23:24.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-07-14T21:23:24.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21012026-07-14T21:23:24.210Z
21022026-07-14T21:23:24.210Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301)
21032026-07-14T21:23:24.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-07-14T21:23:24.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-07-14T21:23:24.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-07-14T21:23:24.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21072026-07-14T21:23:24.779Z
21082026-07-14T21:23:24.779Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301)
21092026-07-14T21:23:25.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-07-14T21:23:25.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-07-14T21:23:25.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-07-14T21:23:25.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21132026-07-14T21:23:25.344Z
21142026-07-14T21:23:25.344Zinfo: running `cargo check --bins` on nexus-config (51/301)
21152026-07-14T21:23:25.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-07-14T21:23:25.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-07-14T21:23:25.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-07-14T21:23:25.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21192026-07-14T21:23:25.908Z
21202026-07-14T21:23:25.908Zinfo: running `cargo check --bins` on nexus-types (52/301)
21212026-07-14T21:23:26.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-07-14T21:23:26.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-07-14T21:23:26.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-07-14T21:23:26.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21252026-07-14T21:23:26.474Z
21262026-07-14T21:23:26.474Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301)
21272026-07-14T21:23:26.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-07-14T21:23:26.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-07-14T21:23:26.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-07-14T21:23:26.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21312026-07-14T21:23:27.012Z
21322026-07-14T21:23:27.012Zinfo: running `cargo check --bins` on omicron-passwords (54/301)
21332026-07-14T21:23:27.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-07-14T21:23:27.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-07-14T21:23:27.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-07-14T21:23:27.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21372026-07-14T21:23:27.527Z
21382026-07-14T21:23:27.527Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/301)
21392026-07-14T21:23:27.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-07-14T21:23:27.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-07-14T21:23:27.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-07-14T21:23:27.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21432026-07-14T21:23:28.063Z
21442026-07-14T21:23:28.063Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301)
21452026-07-14T21:23:28.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-07-14T21:23:28.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-07-14T21:23:28.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-07-14T21:23:28.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21492026-07-14T21:23:28.601Z
21502026-07-14T21:23:28.601Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301)
21512026-07-14T21:23:29.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-07-14T21:23:29.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-07-14T21:23:29.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-07-14T21:23:29.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21552026-07-14T21:23:29.136Z
21562026-07-14T21:23:29.136Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301)
21572026-07-14T21:23:29.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-07-14T21:23:29.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-07-14T21:23:29.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-07-14T21:23:29.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21612026-07-14T21:23:29.673Z
21622026-07-14T21:23:29.674Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301)
21632026-07-14T21:23:30.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-07-14T21:23:30.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-07-14T21:23:30.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-07-14T21:23:30.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21672026-07-14T21:23:30.190Z
21682026-07-14T21:23:30.191Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301)
21692026-07-14T21:23:30.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-07-14T21:23:30.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-07-14T21:23:30.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-07-14T21:23:30.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21732026-07-14T21:23:30.709Z
21742026-07-14T21:23:30.709Zinfo: running `cargo check --bins --no-default-features` on gfss (61/301)
21752026-07-14T21:23:31.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-07-14T21:23:31.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-07-14T21:23:31.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-07-14T21:23:31.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21792026-07-14T21:23:31.225Z
21802026-07-14T21:23:31.225Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301)
21812026-07-14T21:23:31.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-07-14T21:23:31.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-07-14T21:23:31.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-07-14T21:23:31.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21852026-07-14T21:23:31.743Z
21862026-07-14T21:23:31.743Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/301)
21872026-07-14T21:23:32.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-07-14T21:23:32.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-07-14T21:23:32.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-07-14T21:23:32.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21912026-07-14T21:23:32.274Z
21922026-07-14T21:23:32.274Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/301)
21932026-07-14T21:23:32.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-07-14T21:23:32.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-07-14T21:23:32.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-07-14T21:23:32.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21972026-07-14T21:23:32.810Z
21982026-07-14T21:23:32.811Zinfo: running `cargo check --bins` on cockroach-admin-types (65/301)
21992026-07-14T21:23:33.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-07-14T21:23:33.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-07-14T21:23:33.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-07-14T21:23:33.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22032026-07-14T21:23:33.327Z
22042026-07-14T21:23:33.327Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/301)
22052026-07-14T21:23:33.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-07-14T21:23:33.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-07-14T21:23:33.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-07-14T21:23:33.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22092026-07-14T21:23:33.846Z
22102026-07-14T21:23:33.846Zinfo: running `cargo check --bins` on ereport-types (67/301)
22112026-07-14T21:23:34.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-07-14T21:23:34.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-07-14T21:23:34.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-07-14T21:23:34.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22152026-07-14T21:23:34.373Z
22162026-07-14T21:23:34.373Zinfo: running `cargo check --bins` on gateway-client (68/301)
22172026-07-14T21:23:34.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-07-14T21:23:34.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-07-14T21:23:34.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-07-14T21:23:34.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22212026-07-14T21:23:34.900Z
22222026-07-14T21:23:34.901Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/301)
22232026-07-14T21:23:35.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-07-14T21:23:35.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-07-14T21:23:35.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-07-14T21:23:35.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22272026-07-14T21:23:35.425Z
22282026-07-14T21:23:35.425Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301)
22292026-07-14T21:23:36.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-07-14T21:23:36.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-07-14T21:23:36.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-07-14T21:23:36.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22332026-07-14T21:23:36.236Z
22342026-07-14T21:23:36.236Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301)
22352026-07-14T21:23:36.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-07-14T21:23:36.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-07-14T21:23:36.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-07-14T21:23:36.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22392026-07-14T21:23:36.474Z
22402026-07-14T21:23:36.474Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301)
22412026-07-14T21:23:36.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-07-14T21:23:36.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-07-14T21:23:36.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-07-14T21:23:36.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22452026-07-14T21:23:37.002Z
22462026-07-14T21:23:37.002Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/301)
22472026-07-14T21:23:37.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-07-14T21:23:37.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-07-14T21:23:37.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-07-14T21:23:37.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22512026-07-14T21:23:37.543Z
22522026-07-14T21:23:37.543Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301)
22532026-07-14T21:23:38.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-07-14T21:23:38.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-07-14T21:23:38.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-07-14T21:23:38.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22572026-07-14T21:23:38.090Z
22582026-07-14T21:23:38.090Zinfo: running `cargo check --bins` on key-manager-types (75/301)
22592026-07-14T21:23:38.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-07-14T21:23:38.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-07-14T21:23:38.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-07-14T21:23:38.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22632026-07-14T21:23:38.608Z
22642026-07-14T21:23:38.608Zinfo: running `cargo check --bins` on oxlog (76/301)
22652026-07-14T21:23:39.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-07-14T21:23:39.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-07-14T21:23:39.171Z Checking cfg-if v1.0.4
22682026-07-14T21:23:39.175Z Checking libc v0.2.185
22692026-07-14T21:23:39.175Z Checking serde_core v1.0.228
22702026-07-14T21:23:39.287Z Checking memchr v2.8.0
22712026-07-14T21:23:39.291Z Checking zeroize v1.8.2
22722026-07-14T21:23:39.301Z Checking log v0.4.29
22732026-07-14T21:23:39.304Z Checking smallvec v1.15.1
22742026-07-14T21:23:39.320Z Checking subtle v2.6.1
22752026-07-14T21:23:39.332Z Checking itoa v1.0.17
22762026-07-14T21:23:39.427Z Checking scopeguard v1.2.0
22772026-07-14T21:23:39.478Z Checking stable_deref_trait v1.2.1
22782026-07-14T21:23:39.501Z Checking typenum v1.20.1
22792026-07-14T21:23:39.501Z Checking zerofrom v0.1.6
22802026-07-14T21:23:39.501Z Checking pin-project-lite v0.2.17
22812026-07-14T21:23:39.579Z Checking lock_api v0.4.14
22822026-07-14T21:23:39.587Z Checking portable-atomic v1.13.1
22832026-07-14T21:23:39.587Z Checking critical-section v1.2.0
22842026-07-14T21:23:39.623Z Checking yoke v0.8.1
22852026-07-14T21:23:39.662Z Checking errno v0.3.14
22862026-07-14T21:23:39.662Z Checking getrandom v0.2.17
22872026-07-14T21:23:39.682Z Checking parking_lot_core v0.9.12
22882026-07-14T21:23:39.729Z Checking futures-core v0.3.32
22892026-07-14T21:23:39.762Z Checking zerovec v0.11.5
22902026-07-14T21:23:39.780Z Checking signal-hook-registry v1.4.8
22912026-07-14T21:23:39.809Z Checking rand_core v0.6.4
22922026-07-14T21:23:39.841Z Checking mio v1.2.0
22932026-07-14T21:23:39.861Z Checking parking_lot v0.12.5
22942026-07-14T21:23:39.936Z Checking zerocopy v0.8.40
22952026-07-14T21:23:39.948Z Checking once_cell v1.21.3
22962026-07-14T21:23:39.987Z Checking zmij v1.0.21
22972026-07-14T21:23:40.046Z Checking rand_core v0.10.0
22982026-07-14T21:23:40.122Z Checking const-oid v0.9.6
22992026-07-14T21:23:40.140Z Checking libm v0.2.16
23002026-07-14T21:23:40.184Z Checking getrandom v0.4.1
23012026-07-14T21:23:40.195Z Checking tinystr v0.8.2
23022026-07-14T21:23:40.206Z Checking litemap v0.8.1
23032026-07-14T21:23:40.235Z Checking writeable v0.6.2
23042026-07-14T21:23:40.339Z Checking percent-encoding v2.3.2
23052026-07-14T21:23:40.395Z Checking generic-array v0.14.7
23062026-07-14T21:23:40.408Z Checking potential_utf v0.1.4
23072026-07-14T21:23:40.408Z Checking icu_locale_core v2.1.1
23082026-07-14T21:23:40.477Z Checking zerotrie v0.2.3
23092026-07-14T21:23:40.498Z Checking socket2 v0.6.3
23102026-07-14T21:23:40.713Z Checking equivalent v1.0.2
23112026-07-14T21:23:40.734Z Checking icu_collections v2.1.1
23122026-07-14T21:23:40.776Z Checking serde v1.0.228
23132026-07-14T21:23:40.788Z Checking bitflags v2.11.0
23142026-07-14T21:23:40.798Z Checking serde_json v1.0.150
23152026-07-14T21:23:40.810Z Checking num-traits v0.2.19
23162026-07-14T21:23:40.814Z Checking futures-sink v0.3.32
23172026-07-14T21:23:40.909Z Checking futures-channel v0.3.32
23182026-07-14T21:23:40.985Z Checking icu_provider v2.1.1
23192026-07-14T21:23:40.994Z Checking icu_normalizer_data v2.1.1
23202026-07-14T21:23:41.032Z Checking icu_properties_data v2.1.2
23212026-07-14T21:23:41.041Z Checking futures-io v0.3.32
23222026-07-14T21:23:41.099Z Checking futures-task v0.3.32
23232026-07-14T21:23:41.141Z Checking slab v0.4.12
23242026-07-14T21:23:41.155Z Checking icu_properties v2.1.2
23252026-07-14T21:23:41.158Z Checking icu_normalizer v2.1.1
23262026-07-14T21:23:41.185Z Checking bytes v1.11.1
23272026-07-14T21:23:41.237Z Checking hashbrown v0.17.0
23282026-07-14T21:23:41.298Z Checking futures-util v0.3.32
23292026-07-14T21:23:41.339Z Checking crypto-common v0.1.7
23302026-07-14T21:23:41.460Z Checking block-buffer v0.10.4
23312026-07-14T21:23:41.474Z Checking utf8_iter v1.0.4
23322026-07-14T21:23:41.486Z Checking form_urlencoded v1.2.2
23332026-07-14T21:23:41.596Z Checking digest v0.10.7
23342026-07-14T21:23:41.606Z Checking getrandom v0.3.4
23352026-07-14T21:23:41.618Z Checking tokio v1.52.1
23362026-07-14T21:23:41.632Z Checking byteorder v1.5.0
23372026-07-14T21:23:41.698Z Checking indexmap v2.14.0
23382026-07-14T21:23:41.744Z Checking fnv v1.0.7
23392026-07-14T21:23:41.783Z Checking rand_core v0.9.5
23402026-07-14T21:23:41.833Z Checking http v1.4.2
23412026-07-14T21:23:41.848Z Checking uuid v1.23.4
23422026-07-14T21:23:41.961Z Checking regex-syntax v0.8.10
23432026-07-14T21:23:41.980Z Checking idna_adapter v1.2.1
23442026-07-14T21:23:42.101Z Checking idna v1.1.0
23452026-07-14T21:23:42.167Z Checking base64 v0.22.1
23462026-07-14T21:23:42.267Z Checking base64ct v1.8.3
23472026-07-14T21:23:42.347Z Checking url v2.5.8
23482026-07-14T21:23:42.405Z Checking iana-time-zone v0.1.65
23492026-07-14T21:23:42.419Z Checking rustix v1.1.3
23502026-07-14T21:23:42.602Z Checking pem-rfc7468 v0.7.0
23512026-07-14T21:23:42.617Z Checking chrono v0.4.45
23522026-07-14T21:23:42.731Z Checking tracing-core v0.1.36
23532026-07-14T21:23:42.778Z Checking ppv-lite86 v0.2.21
23542026-07-14T21:23:42.800Z Checking flagset v0.4.7
23552026-07-14T21:23:42.922Z Checking der v0.7.10
23562026-07-14T21:23:42.976Z Checking tracing v0.1.44
23572026-07-14T21:23:42.987Z Checking rand_chacha v0.9.0
23582026-07-14T21:23:43.180Z Checking http-body v1.0.1
23592026-07-14T21:23:43.192Z Checking rustls-pki-types v1.14.0
23602026-07-14T21:23:43.238Z Checking tinyvec_macros v0.1.1
23612026-07-14T21:23:43.251Z Checking cmov v0.5.4
23622026-07-14T21:23:43.281Z Checking openssl-probe v0.2.1
23632026-07-14T21:23:43.301Z Checking tinyvec v1.10.0
23642026-07-14T21:23:43.316Z Checking rand v0.9.2
23652026-07-14T21:23:43.364Z Checking aws-lc-sys v0.40.0
23662026-07-14T21:23:43.384Z Checking try-lock v0.2.5
23672026-07-14T21:23:43.437Z Checking ctutils v0.4.2
23682026-07-14T21:23:43.472Z Checking atomic-waker v1.1.2
23692026-07-14T21:23:43.484Z Checking untrusted v0.7.1
23702026-07-14T21:23:43.569Z Checking tower-layer v0.3.3
23712026-07-14T21:23:43.592Z Checking tower-service v0.3.3
23722026-07-14T21:23:43.611Z Checking dyn-clone v1.0.20
23732026-07-14T21:23:43.640Z Checking hybrid-array v0.4.13
23742026-07-14T21:23:43.654Z Checking spki v0.7.3
23752026-07-14T21:23:43.674Z Checking want v0.3.1
23762026-07-14T21:23:43.709Z Checking ipnet v2.11.0
23772026-07-14T21:23:43.722Z Checking semver v1.0.28
23782026-07-14T21:23:43.787Z Checking httparse v1.10.1
23792026-07-14T21:23:43.799Z Checking aho-corasick v1.1.4
23802026-07-14T21:23:43.813Z Checking fastrand v2.3.0
23812026-07-14T21:23:43.861Z Checking aws-lc-rs v1.16.3
23822026-07-14T21:23:43.924Z Checking foreign-types-shared v0.1.1
23832026-07-14T21:23:43.959Z Checking untrusted v0.9.0
23842026-07-14T21:23:43.989Z Checking plain v0.2.3
23852026-07-14T21:23:43.989Z Checking utf8parse v0.2.2
23862026-07-14T21:23:44.013Z Checking cpufeatures v0.2.17
23872026-07-14T21:23:44.065Z Checking httpdate v1.0.3
23882026-07-14T21:23:44.079Z Checking foreign-types v0.3.2
23892026-07-14T21:23:44.091Z Checking tempfile v3.25.0
23902026-07-14T21:23:44.102Z Checking schemars v0.8.22
23912026-07-14T21:23:44.144Z Checking pkcs8 v0.10.2
23922026-07-14T21:23:44.209Z Checking unicode-normalization v0.1.25
23932026-07-14T21:23:44.280Z Checking openssl-sys v0.9.115
23942026-07-14T21:23:44.298Z Checking spin v0.9.8
23952026-07-14T21:23:44.389Z Checking ucd-trie v0.1.7
23962026-07-14T21:23:44.465Z Checking regex-automata v0.4.14
23972026-07-14T21:23:44.479Z Checking unicode-ident v1.0.24
23982026-07-14T21:23:44.528Z Checking anstyle v1.0.14
23992026-07-14T21:23:44.586Z Checking proc-macro2 v1.0.106
24002026-07-14T21:23:44.607Z Checking pest v2.8.6
24012026-07-14T21:23:44.648Z Checking openssl v0.10.79
24022026-07-14T21:23:44.705Z Checking rustls-webpki v0.103.13
24032026-07-14T21:23:44.719Z Checking sha2 v0.10.9
24042026-07-14T21:23:44.747Z Checking hmac v0.12.1
24052026-07-14T21:23:44.881Z Checking thiserror v2.0.18
24062026-07-14T21:23:44.897Z Checking tokio-util v0.7.18
24072026-07-14T21:23:44.910Z Checking sync_wrapper v1.0.2
24082026-07-14T21:23:44.981Z Checking wait-timeout v0.2.1
24092026-07-14T21:23:44.995Z Checking pretty-hex v0.4.1
24102026-07-14T21:23:45.009Z Checking siphasher v1.0.2
24112026-07-14T21:23:45.101Z Checking colorchoice v1.0.4
24122026-07-14T21:23:45.113Z Checking bit-vec v0.8.0
24132026-07-14T21:23:45.124Z Checking rustls v0.23.41
24142026-07-14T21:23:45.164Z Checking simd-adler32 v0.3.8
24152026-07-14T21:23:45.200Z Checking quick-error v1.2.3
24162026-07-14T21:23:45.299Z Checking powerfmt v0.2.0
24172026-07-14T21:23:45.312Z Checking anstyle-query v1.1.5
24182026-07-14T21:23:45.330Z Checking is_terminal_polyfill v1.70.2
24192026-07-14T21:23:45.402Z Checking bit-set v0.8.0
24202026-07-14T21:23:45.416Z Checking rusty-fork v0.3.1
24212026-07-14T21:23:45.447Z Checking deranged v0.5.8
24222026-07-14T21:23:45.510Z Checking h2 v0.4.15
24232026-07-14T21:23:45.548Z Checking tower v0.5.3
24242026-07-14T21:23:45.590Z Checking quote v1.0.45
24252026-07-14T21:23:45.666Z Compiling newtype-uuid v1.3.2
24262026-07-14T21:23:45.758Z Checking http-body-util v0.1.3
24272026-07-14T21:23:45.843Z Checking crossbeam-utils v0.8.21
24282026-07-14T21:23:45.933Z Checking rand_xorshift v0.4.0
24292026-07-14T21:23:45.976Z Checking crc32fast v1.5.0
24302026-07-14T21:23:46.053Z Checking scroll v0.13.0
24312026-07-14T21:23:46.117Z Checking unicode-bidi v0.3.18
24322026-07-14T21:23:46.191Z Checking iri-string v0.7.10
24332026-07-14T21:23:46.282Z Checking unicode-properties v0.1.4
24342026-07-14T21:23:46.362Z Checking unarray v0.1.4
24352026-07-14T21:23:46.370Z Checking ryu v1.0.23
24362026-07-14T21:23:46.408Z Checking allocator-api2 v0.2.21
24372026-07-14T21:23:46.420Z Checking num_threads v0.1.7
24382026-07-14T21:23:46.466Z Checking time-core v0.1.8
24392026-07-14T21:23:46.502Z Checking num-conv v0.2.0
24402026-07-14T21:23:46.515Z Checking adler2 v2.0.1
24412026-07-14T21:23:46.606Z Checking serde_urlencoded v0.7.1
24422026-07-14T21:23:46.618Z Checking time v0.3.47
24432026-07-14T21:23:46.622Z Checking miniz_oxide v0.8.9
24442026-07-14T21:23:46.681Z Checking stringprep v0.1.5
24452026-07-14T21:23:46.685Z Checking native-tls v0.2.18
24462026-07-14T21:23:46.811Z Checking proptest v1.10.0
24472026-07-14T21:23:46.834Z Checking bstr v1.12.1
24482026-07-14T21:23:46.870Z Checking tokio-native-tls v0.3.1
24492026-07-14T21:23:46.993Z Checking goblin v0.10.5
24502026-07-14T21:23:47.029Z Checking crossbeam-epoch v0.9.18
24512026-07-14T21:23:47.254Z Checking tower-http v0.6.8
24522026-07-14T21:23:47.268Z Compiling daft v0.1.7
24532026-07-14T21:23:47.283Z Checking syn v2.0.117
24542026-07-14T21:23:47.390Z Checking ipnetwork v0.21.1
24552026-07-14T21:23:47.542Z Checking block-padding v0.4.2
24562026-07-14T21:23:47.556Z Checking crypto-common v0.2.2
24572026-07-14T21:23:47.609Z Checking block-buffer v0.12.1
24582026-07-14T21:23:47.679Z Checking anstyle-parse v1.0.0
24592026-07-14T21:23:47.773Z Checking rustls-native-certs v0.8.3
24602026-07-14T21:23:47.790Z Checking rand_chacha v0.3.1
24612026-07-14T21:23:47.827Z Checking thiserror v1.0.69
24622026-07-14T21:23:47.901Z Checking scroll v0.12.0
24632026-07-14T21:23:47.924Z Checking hash32 v0.2.1
24642026-07-14T21:23:47.998Z Checking zstd-sys v2.0.16+zstd.1.5.7
24652026-07-14T21:23:48.081Z Checking md-5 v0.10.6
24662026-07-14T21:23:48.110Z Checking signature v2.2.0
24672026-07-14T21:23:48.130Z Checking num-integer v0.1.46
24682026-07-14T21:23:48.139Z Checking toml_datetime v0.6.11
24692026-07-14T21:23:48.217Z Checking hex v0.4.3
24702026-07-14T21:23:48.236Z Checking serde_spanned v0.6.9
24712026-07-14T21:23:48.315Z Checking encoding_rs v0.8.35
24722026-07-14T21:23:48.343Z Checking mime v0.3.17
24732026-07-14T21:23:48.362Z Checking psl-types v2.0.11
24742026-07-14T21:23:48.374Z Checking hyper v1.10.1
24752026-07-14T21:23:48.437Z Checking fallible-iterator v0.2.0
24762026-07-14T21:23:48.477Z Checking zlib-rs v0.6.2
24772026-07-14T21:23:48.514Z Checking publicsuffix v2.3.0
24782026-07-14T21:23:48.673Z Checking num-iter v0.1.45
24792026-07-14T21:23:48.711Z Checking postgres-protocol v0.6.10
24802026-07-14T21:23:48.779Z Checking goblin v0.8.2
24812026-07-14T21:23:48.791Z Checking zstd-safe v7.2.4
24822026-07-14T21:23:48.957Z Checking heapless v0.7.17
24832026-07-14T21:23:49.020Z Checking rand v0.8.6
24842026-07-14T21:23:49.251Z Checking anstream v1.0.0
24852026-07-14T21:23:49.304Z Checking hyper-util v0.1.20
24862026-07-14T21:23:49.326Z Checking dof v0.4.0
24872026-07-14T21:23:49.349Z Checking flate2 v1.1.9
24882026-07-14T21:23:49.377Z Checking cookie v0.18.1
24892026-07-14T21:23:49.444Z Checking inout v0.2.2
24902026-07-14T21:23:49.543Z Checking oxnet v0.1.6
24912026-07-14T21:23:49.557Z Compiling iddqd v0.4.2
24922026-07-14T21:23:49.588Z Checking tokio-rustls v0.26.4
24932026-07-14T21:23:49.606Z Checking dtrace-parser v0.3.0
24942026-07-14T21:23:49.648Z Checking phf_shared v0.13.1
24952026-07-14T21:23:49.795Z Checking lazy_static v1.5.0
24962026-07-14T21:23:49.812Z Checking anstyle-parse v0.2.7
24972026-07-14T21:23:49.840Z Checking pin-project v1.1.11
24982026-07-14T21:23:49.843Z Checking zerocopy v0.7.35
24992026-07-14T21:23:49.886Z Checking bzip2-sys v0.1.13+1.0.8
25002026-07-14T21:23:49.933Z Checking signal-hook v0.3.18
25012026-07-14T21:23:49.948Z Checking terminal_size v0.4.3
25022026-07-14T21:23:49.965Z Checking futures-executor v0.3.32
25032026-07-14T21:23:49.978Z Checking ff v0.13.1
25042026-07-14T21:23:50.058Z Checking thread-id v5.1.0
25052026-07-14T21:23:50.104Z Checking strsim v0.11.1
25062026-07-14T21:23:50.115Z Checking base16ct v0.2.0
25072026-07-14T21:23:50.127Z Checking winnow v0.5.40
25082026-07-14T21:23:50.140Z Checking bumpalo v3.20.2
25092026-07-14T21:23:50.236Z Checking libbz2-rs-sys v0.2.2
25102026-07-14T21:23:50.263Z Checking same-file v1.0.6
25112026-07-14T21:23:50.336Z Checking clap_lex v1.0.0
25122026-07-14T21:23:50.348Z Compiling rayon-core v1.13.0
25132026-07-14T21:23:50.379Z Checking managed v0.8.0
25142026-07-14T21:23:50.490Z Checking foldhash v0.1.5
25152026-07-14T21:23:50.539Z Checking foldhash v0.2.0
25162026-07-14T21:23:50.564Z Checking either v1.15.0
25172026-07-14T21:23:50.577Z Checking hyper-tls v0.6.0
25182026-07-14T21:23:50.623Z Checking bitflags v1.3.2
25192026-07-14T21:23:50.626Z Checking hashbrown v0.15.5
25202026-07-14T21:23:50.690Z Checking dof v0.3.0
25212026-07-14T21:23:50.703Z Checking hashbrown v0.16.1
25222026-07-14T21:23:50.706Z Checking smoltcp v0.9.1
25232026-07-14T21:23:50.742Z Checking reqwest v0.12.28
25242026-07-14T21:23:50.754Z Checking bzip2 v0.6.1
25252026-07-14T21:23:50.827Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25262026-07-14T21:23:50.914Z Checking hyper-rustls v0.27.7
25272026-07-14T21:23:50.987Z Checking clap_builder v4.6.0
25282026-07-14T21:23:51.075Z Checking walkdir v2.5.0
25292026-07-14T21:23:51.111Z Checking zopfli v0.8.3
25302026-07-14T21:23:51.132Z Checking sec1 v0.7.3
25312026-07-14T21:23:51.192Z Checking usdt-impl v0.6.0
25322026-07-14T21:23:51.196Z Checking signal-hook-mio v0.2.5
25332026-07-14T21:23:51.268Z Checking toml_edit v0.19.15
25342026-07-14T21:23:51.307Z Checking futures v0.3.32
25352026-07-14T21:23:51.324Z Checking group v0.13.0
25362026-07-14T21:23:51.336Z Checking bzip2 v0.4.4
25372026-07-14T21:23:51.382Z Checking anstream v0.6.21
25382026-07-14T21:23:51.450Z Checking snafu v0.8.9
25392026-07-14T21:23:51.468Z Checking num-bigint-dig v0.8.6
25402026-07-14T21:23:51.479Z Checking phf v0.13.1
25412026-07-14T21:23:51.508Z Checking cookie_store v0.22.1
25422026-07-14T21:23:51.580Z Checking cipher v0.5.2
25432026-07-14T21:23:51.621Z Checking postgres-types v0.2.12
25442026-07-14T21:23:51.687Z Checking zstd v0.13.3
25452026-07-14T21:23:51.731Z Checking ed25519 v2.2.3
25462026-07-14T21:23:51.814Z Checking dtrace-parser v0.2.0
25472026-07-14T21:23:51.835Z Checking rustls-platform-verifier v0.6.2
25482026-07-14T21:23:51.879Z Checking globset v0.4.18
25492026-07-14T21:23:51.932Z Checking crossbeam-deque v0.8.6
25502026-07-14T21:23:51.947Z Checking regex v1.12.3
25512026-07-14T21:23:51.991Z Checking phf_shared v0.11.3
25522026-07-14T21:23:52.069Z Checking hkdf v0.12.4
25532026-07-14T21:23:52.114Z Checking olpc-cjson v0.1.4
25542026-07-14T21:23:52.136Z Checking curve25519-dalek v4.1.3
25552026-07-14T21:23:52.148Z Checking ref-cast v1.0.25
25562026-07-14T21:23:52.203Z Checking strum v0.27.2
25572026-07-14T21:23:52.234Z Checking pkcs1 v0.7.5
25582026-07-14T21:23:52.246Z Checking hubpack v0.1.2
25592026-07-14T21:23:52.250Z Checking memoffset v0.9.1
25602026-07-14T21:23:52.250Z Checking rustix v0.38.44
25612026-07-14T21:23:52.282Z Checking pem v3.0.6
25622026-07-14T21:23:52.309Z Checking float-cmp v0.10.0
25632026-07-14T21:23:52.333Z Checking erased-serde v0.3.31
25642026-07-14T21:23:52.345Z Checking serde-big-array v0.5.1
25652026-07-14T21:23:52.409Z Checking serde_plain v1.0.2
25662026-07-14T21:23:52.430Z Checking crypto-bigint v0.5.5
25672026-07-14T21:23:52.435Z Checking memmap2 v0.9.10
25682026-07-14T21:23:52.435Z Checking thread-id v4.2.2
25692026-07-14T21:23:52.472Z Checking env_filter v1.0.0
25702026-07-14T21:23:52.529Z Checking precomputed-hash v0.1.1
25712026-07-14T21:23:52.550Z Checking difflib v0.4.0
25722026-07-14T21:23:52.600Z Checking normalize-line-endings v0.3.0
25732026-07-14T21:23:52.612Z Checking new_debug_unreachable v1.0.6
25742026-07-14T21:23:52.616Z Checking fixedbitset v0.5.7
25752026-07-14T21:23:52.679Z Checking toml_write v0.1.2
25762026-07-14T21:23:52.691Z Checking predicates-core v1.0.10
25772026-07-14T21:23:52.718Z Checking winnow v1.0.3
25782026-07-14T21:23:52.730Z Checking typed-path v0.9.3
25792026-07-14T21:23:52.806Z Checking static_assertions v1.1.0
25802026-07-14T21:23:52.819Z Checking keccak v0.1.6
25812026-07-14T21:23:52.837Z Checking whoami v2.1.0
25822026-07-14T21:23:52.878Z Checking winnow v0.7.14
25832026-07-14T21:23:52.932Z Checking unicode-segmentation v1.12.0
25842026-07-14T21:23:52.978Z Checking cpufeatures v0.3.0
25852026-07-14T21:23:53.004Z Checking fixedbitset v0.4.2
25862026-07-14T21:23:53.027Z Checking data-encoding v2.10.0
25872026-07-14T21:23:53.050Z Checking const-oid v0.10.2
25882026-07-14T21:23:53.064Z Checking jiff v0.2.21
25892026-07-14T21:23:53.153Z Checking petgraph v0.6.5
25902026-07-14T21:23:53.205Z Checking digest v0.11.3
25912026-07-14T21:23:53.238Z Checking similar v2.7.0
25922026-07-14T21:23:53.292Z Checking hickory-proto v0.25.2
25932026-07-14T21:23:53.337Z Checking elliptic-curve v0.13.8
25942026-07-14T21:23:53.386Z Checking crossterm v0.28.1
25952026-07-14T21:23:53.507Z Checking tough v0.22.0
25962026-07-14T21:23:53.629Z Checking chacha20 v0.10.0
25972026-07-14T21:23:53.645Z Checking tokio-postgres v0.7.16
25982026-07-14T21:23:53.888Z Checking toml_parser v1.1.2+spec-1.1.0
25992026-07-14T21:23:54.073Z Checking toml_edit v0.22.27
26002026-07-14T21:23:54.099Z Checking sha3 v0.10.8
26012026-07-14T21:23:54.213Z Checking ed25519-dalek v2.2.0
26022026-07-14T21:23:54.304Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26032026-07-14T21:23:54.405Z Checking petgraph v0.8.3
26042026-07-14T21:23:54.441Z Checking predicates v3.1.4
26052026-07-14T21:23:54.741Z Checking slog v2.8.2
26062026-07-14T21:23:54.927Z Checking string_cache v0.8.9
26072026-07-14T21:23:55.011Z Checking env_logger v0.11.9
26082026-07-14T21:23:55.099Z Checking usdt v0.6.0
26092026-07-14T21:23:55.176Z Checking usdt-impl v0.5.0
26102026-07-14T21:23:55.196Z Checking rsa v0.9.10
26112026-07-14T21:23:55.267Z Checking toml v0.7.8
26122026-07-14T21:23:55.288Z Checking zip v4.6.1
26132026-07-14T21:23:55.456Z Checking nix v0.31.2
26142026-07-14T21:23:55.529Z Checking clap v4.6.1
26152026-07-14T21:23:55.667Z Checking reqwest v0.13.2
26162026-07-14T21:23:55.882Z Checking zip v0.6.6
26172026-07-14T21:23:55.955Z Checking itertools v0.13.0
26182026-07-14T21:23:55.977Z Checking byte-wrapper v0.1.0
26192026-07-14T21:23:56.114Z Checking serde_with v3.17.0
26202026-07-14T21:23:56.185Z Checking strum v0.26.3
26212026-07-14T21:23:56.205Z Checking fs-err v3.3.0
26222026-07-14T21:23:56.296Z Checking ahash v0.8.12
26232026-07-14T21:23:56.491Z Checking tokio-stream v0.1.18
26242026-07-14T21:23:56.504Z Checking object v0.37.3
26252026-07-14T21:23:56.509Z Checking buf-list v1.1.2
26262026-07-14T21:23:56.527Z Checking anyhow v1.0.102
26272026-07-14T21:23:56.581Z Checking camino v1.2.2
26282026-07-14T21:23:56.627Z Checking x509-cert v0.2.5
26292026-07-14T21:23:56.692Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26302026-07-14T21:23:56.723Z Checking openapiv3 v2.2.0
26312026-07-14T21:23:56.825Z Checking lalrpop-util v0.19.12
26322026-07-14T21:23:56.873Z Checking peg-runtime v0.8.5
26332026-07-14T21:23:56.955Z Checking rayon v1.11.0
26342026-07-14T21:23:56.988Z Checking sigpipe v0.1.3
26352026-07-14T21:23:57.019Z Checking glob v0.3.3
26362026-07-14T21:23:58.686Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26372026-07-14T21:23:58.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.35s
26382026-07-14T21:23:59.120Z
26392026-07-14T21:23:59.121Zinfo: running `cargo check --bins` on internal-dns-types (77/301)
26402026-07-14T21:23:59.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-07-14T21:23:59.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-07-14T21:23:59.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-07-14T21:23:59.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26442026-07-14T21:23:59.654Z
26452026-07-14T21:23:59.654Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/301)
26462026-07-14T21:24:00.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-07-14T21:24:00.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-07-14T21:24:00.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-07-14T21:24:00.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26502026-07-14T21:24:00.188Z
26512026-07-14T21:24:00.188Zinfo: running `cargo check --bins` on nexus-types-versions (79/301)
26522026-07-14T21:24:00.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-07-14T21:24:00.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-07-14T21:24:00.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-07-14T21:24:00.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26562026-07-14T21:24:00.734Z
26572026-07-14T21:24:00.734Zinfo: running `cargo check --bins` on oxql-types (80/301)
26582026-07-14T21:24:01.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-07-14T21:24:01.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-07-14T21:24:01.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-07-14T21:24:01.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26622026-07-14T21:24:01.270Z
26632026-07-14T21:24:01.270Zinfo: running `cargo check --bins` on oximeter-types (81/301)
26642026-07-14T21:24:01.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-07-14T21:24:01.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-07-14T21:24:01.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-07-14T21:24:01.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26682026-07-14T21:24:01.802Z
26692026-07-14T21:24:01.803Zinfo: running `cargo check --bins` on oximeter-types-versions (82/301)
26702026-07-14T21:24:02.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-07-14T21:24:02.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-07-14T21:24:02.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-07-14T21:24:02.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26742026-07-14T21:24:02.349Z
26752026-07-14T21:24:02.349Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/301)
26762026-07-14T21:24:02.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-07-14T21:24:02.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-07-14T21:24:02.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792026-07-14T21:24:02.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26802026-07-14T21:24:02.864Z
26812026-07-14T21:24:02.864Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/301)
26822026-07-14T21:24:03.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832026-07-14T21:24:03.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842026-07-14T21:24:03.500Z Compiling structmeta-derive v0.3.0
26852026-07-14T21:24:03.616Z Compiling multer v3.1.0
26862026-07-14T21:24:03.626Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26872026-07-14T21:24:03.627Z Compiling async-stream-impl v0.3.6
26882026-07-14T21:24:03.644Z Compiling dropshot v0.17.1
26892026-07-14T21:24:03.659Z Compiling dropshot_endpoint v0.17.1
26902026-07-14T21:24:03.662Z Compiling newtype-uuid-macros v0.1.0
26912026-07-14T21:24:03.684Z Checking newtype-uuid v1.3.2
26922026-07-14T21:24:03.856Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26932026-07-14T21:24:03.876Z Checking daft v0.1.7
26942026-07-14T21:24:03.922Z Checking thread_local v1.1.9
26952026-07-14T21:24:04.017Z Checking match_cfg v0.1.0
26962026-07-14T21:24:04.088Z Checking compression-core v0.4.31
26972026-07-14T21:24:04.102Z Checking hostname v0.3.1
26982026-07-14T21:24:04.114Z Checking iddqd v0.4.2
26992026-07-14T21:24:04.201Z Checking crossbeam-channel v0.5.15
27002026-07-14T21:24:04.216Z Checking compression-codecs v0.4.37
27012026-07-14T21:24:04.228Z Checking atomicwrites v0.4.4
27022026-07-14T21:24:04.278Z Checking slog-json v2.6.1
27032026-07-14T21:24:04.350Z Checking serde_spanned v1.1.1
27042026-07-14T21:24:04.378Z Checking is-terminal v0.4.17
27052026-07-14T21:24:04.418Z Checking toml_datetime v1.1.1+spec-1.1.0
27062026-07-14T21:24:04.435Z Checking take_mut v0.2.2
27072026-07-14T21:24:04.464Z Checking toml_writer v1.1.1+spec-1.1.0
27082026-07-14T21:24:04.477Z Checking term v1.2.1
27092026-07-14T21:24:04.533Z Checking debug-ignore v1.0.5
27102026-07-14T21:24:04.546Z Checking slog-async v2.8.0
27112026-07-14T21:24:04.610Z Checking slog-bunyan v2.5.0
27122026-07-14T21:24:04.632Z Checking async-compression v0.4.41
27132026-07-14T21:24:04.644Z Checking toml v1.1.2+spec-1.1.0
27142026-07-14T21:24:04.690Z Compiling structmeta v0.3.0
27152026-07-14T21:24:04.703Z Checking slog-term v2.9.2
27162026-07-14T21:24:04.717Z Checking async-stream v0.3.6
27172026-07-14T21:24:04.721Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27182026-07-14T21:24:04.835Z Checking progenitor-client v0.14.0
27192026-07-14T21:24:04.847Z Checking sha1 v0.11.0
27202026-07-14T21:24:04.897Z Compiling derive-ex v0.1.8
27212026-07-14T21:24:04.958Z Compiling parse-display-derive v0.10.0
27222026-07-14T21:24:05.034Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27232026-07-14T21:24:05.047Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27242026-07-14T21:24:05.063Z Checking waitgroup v0.1.2
27252026-07-14T21:24:05.094Z Checking rustls-pemfile v2.2.0
27262026-07-14T21:24:05.116Z Checking backon v1.6.0
27272026-07-14T21:24:05.158Z Checking serde_path_to_error v0.1.20
27282026-07-14T21:24:05.170Z Checking hostname v0.4.2
27292026-07-14T21:24:05.230Z Checking instant v0.1.13
27302026-07-14T21:24:05.275Z Checking progenitor-extras v0.2.0
27312026-07-14T21:24:05.312Z Checking backoff v0.4.0
27322026-07-14T21:24:05.427Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27332026-07-14T21:24:05.466Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27342026-07-14T21:24:05.484Z Checking itertools v0.14.0
27352026-07-14T21:24:05.498Z Checking regress v0.10.5
27362026-07-14T21:24:05.646Z Checking macaddr v1.0.1
27372026-07-14T21:24:05.854Z Checking humantime v2.3.0
27382026-07-14T21:24:06.588Z Compiling test-strategy v0.4.5
27392026-07-14T21:24:06.650Z Checking parse-display v0.10.0
27402026-07-14T21:24:07.129Z Compiling prettyplease v0.2.37
27412026-07-14T21:24:07.398Z Checking num-rational v0.4.2
27422026-07-14T21:24:07.618Z Checking num-complex v0.4.6
27432026-07-14T21:24:08.064Z Compiling num v0.4.3
27442026-07-14T21:24:08.129Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27452026-07-14T21:24:08.169Z Compiling usdt-attr-macro v0.5.0
27462026-07-14T21:24:08.182Z Compiling usdt-macro v0.5.0
27472026-07-14T21:24:08.277Z Checking memmap v0.7.0
27482026-07-14T21:24:08.413Z Checking float-ord v0.3.2
27492026-07-14T21:24:08.497Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27502026-07-14T21:24:08.641Z Checking unicode-width v0.2.0
27512026-07-14T21:24:08.678Z Compiling convert_case v0.4.0
27522026-07-14T21:24:08.890Z Checking console v0.15.11
27532026-07-14T21:24:08.920Z Checking newline-converter v0.3.0
27542026-07-14T21:24:08.958Z Checking usdt v0.5.0
27552026-07-14T21:24:09.033Z Compiling toml v0.8.23
27562026-07-14T21:24:09.059Z Compiling derive_more v0.99.20
27572026-07-14T21:24:09.124Z Compiling minimal-lexical v0.2.1
27582026-07-14T21:24:09.169Z Checking linked-hash-map v0.5.6
27592026-07-14T21:24:09.343Z Checking lru-cache v0.1.2
27602026-07-14T21:24:09.381Z Compiling nom v7.1.3
27612026-07-14T21:24:09.462Z Checking expectorate v1.2.0
27622026-07-14T21:24:09.862Z Checking camino-tempfile v1.4.1
27632026-07-14T21:24:09.984Z Checking hickory-proto v0.24.4
27642026-07-14T21:24:10.025Z Checking phf_shared v0.12.1
27652026-07-14T21:24:10.106Z Compiling slog-dtrace v0.3.0
27662026-07-14T21:24:10.168Z Compiling chrono-tz v0.10.4
27672026-07-14T21:24:10.366Z Compiling unicode-xid v0.2.6
27682026-07-14T21:24:10.494Z Checking resolv-conf v0.7.6
27692026-07-14T21:24:10.629Z Checking heck v0.5.0
27702026-07-14T21:24:10.677Z Compiling const_format_proc_macros v0.2.34
27712026-07-14T21:24:10.734Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27722026-07-14T21:24:10.825Z Checking phf v0.12.1
27732026-07-14T21:24:10.974Z Checking tokio-dtrace v0.1.1
27742026-07-14T21:24:11.163Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27752026-07-14T21:24:11.226Z Compiling derive-where v1.6.0
27762026-07-14T21:24:11.657Z Checking highway v1.3.0
27772026-07-14T21:24:11.671Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27782026-07-14T21:24:11.704Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27792026-07-14T21:24:11.795Z Checking hickory-resolver v0.24.4
27802026-07-14T21:24:11.888Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27812026-07-14T21:24:12.421Z Checking const_format v0.2.35
27822026-07-14T21:24:12.603Z Checking qorb v0.4.1
27832026-07-14T21:24:12.617Z Checking oxide-tokio-rt v0.1.4
27842026-07-14T21:24:12.866Z Checking gethostname v0.5.0
27852026-07-14T21:24:12.892Z Checking bcs v0.1.6
27862026-07-14T21:24:12.958Z Checking termtree v0.5.1
27872026-07-14T21:24:13.234Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27882026-07-14T21:24:13.279Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27892026-07-14T21:24:13.463Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27902026-07-14T21:24:13.466Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27912026-07-14T21:24:16.380Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27922026-07-14T21:24:18.803Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27932026-07-14T21:24:20.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.03s
27942026-07-14T21:24:21.064Z
27952026-07-14T21:24:21.064Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301)
27962026-07-14T21:24:21.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-07-14T21:24:21.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-07-14T21:24:21.689Z Compiling ar_archive_writer v0.5.1
27992026-07-14T21:24:21.692Z Compiling stacker v0.1.23
28002026-07-14T21:24:21.804Z Compiling cfg_aliases v0.1.1
28012026-07-14T21:24:21.810Z Compiling convert_case v0.10.0
28022026-07-14T21:24:21.813Z Checking unicode-width v0.1.14
28032026-07-14T21:24:21.824Z Compiling proc-macro-error v1.0.4
28042026-07-14T21:24:21.835Z Checking fd-lock v4.0.4
28052026-07-14T21:24:21.838Z Checking nibble_vec v0.1.0
28062026-07-14T21:24:21.902Z Compiling nix v0.28.0
28072026-07-14T21:24:21.963Z Checking vte v0.14.1
28082026-07-14T21:24:21.979Z Compiling recursive-proc-macro-impl v0.1.1
28092026-07-14T21:24:22.053Z Checking endian-type v0.1.2
28102026-07-14T21:24:22.084Z Checking bytecount v0.6.9
28112026-07-14T21:24:22.115Z Checking strip-ansi-escapes v0.2.1
28122026-07-14T21:24:22.133Z Compiling derive_more-impl v2.1.1
28132026-07-14T21:24:22.165Z Compiling tabled_derive v0.7.0
28142026-07-14T21:24:22.177Z Checking radix_trie v0.2.1
28152026-07-14T21:24:22.180Z Checking papergrid v0.11.0
28162026-07-14T21:24:22.217Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-07-14T21:24:22.386Z Compiling peg-macros v0.8.5
28182026-07-14T21:24:22.401Z Compiling sqlparser_derive v0.5.0
28192026-07-14T21:24:22.682Z Compiling psm v0.1.30
28202026-07-14T21:24:22.738Z Checking winnow v0.6.26
28212026-07-14T21:24:22.809Z Checking nu-ansi-term v0.50.3
28222026-07-14T21:24:22.961Z Checking derive_more v2.1.1
28232026-07-14T21:24:23.025Z Checking home v0.5.12
28242026-07-14T21:24:23.039Z Checking unicode_categories v0.1.1
28252026-07-14T21:24:23.131Z Checking crossterm v0.29.0
28262026-07-14T21:24:23.160Z Checking tabled v0.15.0
28272026-07-14T21:24:23.172Z Checking reedline v0.40.0
28282026-07-14T21:24:23.214Z Checking rustyline v14.0.0
28292026-07-14T21:24:23.228Z Checking display-error-chain v0.2.2
28302026-07-14T21:24:23.469Z Checking recursive v0.1.1
28312026-07-14T21:24:23.563Z Checking sqlparser v0.61.0
28322026-07-14T21:24:23.692Z Checking peg v0.8.5
28332026-07-14T21:24:23.859Z Checking sqlformat v0.3.5
28342026-07-14T21:24:34.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
28352026-07-14T21:24:34.988Z
28362026-07-14T21:24:34.988Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301)
28372026-07-14T21:24:35.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-07-14T21:24:35.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-07-14T21:24:35.614Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-14T21:24:39.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28412026-07-14T21:24:39.254Z
28422026-07-14T21:24:39.254Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301)
28432026-07-14T21:24:39.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-07-14T21:24:39.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-07-14T21:24:39.876Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-07-14T21:24:42.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28472026-07-14T21:24:42.530Z
28482026-07-14T21:24:42.530Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301)
28492026-07-14T21:24:42.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-07-14T21:24:42.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-07-14T21:24:43.127Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-07-14T21:24:46.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28532026-07-14T21:24:49.218Z
28542026-07-14T21:24:49.218Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301)
28552026-07-14T21:24:49.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-07-14T21:24:49.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-07-14T21:24:49.330Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-07-14T21:24:50.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28592026-07-14T21:24:50.647Z
28602026-07-14T21:24:50.647Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301)
28612026-07-14T21:24:51.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-07-14T21:24:51.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-07-14T21:24:51.609Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-07-14T21:24:56.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28652026-07-14T21:24:56.805Z
28662026-07-14T21:24:56.805Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301)
28672026-07-14T21:24:56.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-07-14T21:24:56.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-07-14T21:24:56.805Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-07-14T21:24:57.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28712026-07-14T21:24:57.489Z
28722026-07-14T21:24:57.489Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301)
28732026-07-14T21:24:57.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-07-14T21:24:57.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-07-14T21:24:58.099Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762026-07-14T21:25:01.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28772026-07-14T21:25:01.700Z
28782026-07-14T21:25:01.700Zinfo: running `cargo check --bins` on oximeter (93/301)
28792026-07-14T21:25:02.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-07-14T21:25:02.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-07-14T21:25:02.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-07-14T21:25:02.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28832026-07-14T21:25:02.237Z
28842026-07-14T21:25:02.237Zinfo: running `cargo check --bins` on oximeter-schema (94/301)
28852026-07-14T21:25:02.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-07-14T21:25:02.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-07-14T21:25:02.825Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28882026-07-14T21:25:02.985Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28892026-07-14T21:25:03.002Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28902026-07-14T21:25:03.343Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28912026-07-14T21:25:05.862Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28922026-07-14T21:25:07.069Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28932026-07-14T21:25:07.271Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28942026-07-14T21:25:07.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
28952026-07-14T21:25:08.090Z
28962026-07-14T21:25:08.090Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/301)
28972026-07-14T21:25:08.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-07-14T21:25:08.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-07-14T21:25:08.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-07-14T21:25:08.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29012026-07-14T21:25:08.633Z
29022026-07-14T21:25:08.633Zinfo: running `cargo check --bins` on oximeter-test-utils (96/301)
29032026-07-14T21:25:09.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-07-14T21:25:09.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-07-14T21:25:09.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-07-14T21:25:09.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29072026-07-14T21:25:09.210Z
29082026-07-14T21:25:09.210Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301)
29092026-07-14T21:25:09.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-07-14T21:25:09.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-07-14T21:25:09.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-07-14T21:25:09.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29132026-07-14T21:25:09.756Z
29142026-07-14T21:25:09.756Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301)
29152026-07-14T21:25:10.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-07-14T21:25:10.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-07-14T21:25:10.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-07-14T21:25:10.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29192026-07-14T21:25:10.300Z
29202026-07-14T21:25:10.300Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301)
29212026-07-14T21:25:10.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-07-14T21:25:10.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-07-14T21:25:10.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-07-14T21:25:10.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29252026-07-14T21:25:10.841Z
29262026-07-14T21:25:10.841Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301)
29272026-07-14T21:25:11.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-07-14T21:25:11.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-07-14T21:25:11.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-07-14T21:25:11.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29312026-07-14T21:25:11.382Z
29322026-07-14T21:25:11.382Zinfo: running `cargo check --bins` on trust-quorum-types (101/301)
29332026-07-14T21:25:11.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-07-14T21:25:11.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-07-14T21:25:11.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-07-14T21:25:11.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29372026-07-14T21:25:11.909Z
29382026-07-14T21:25:11.909Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/301)
29392026-07-14T21:25:12.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-07-14T21:25:12.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-07-14T21:25:12.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-07-14T21:25:12.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29432026-07-14T21:25:12.449Z
29442026-07-14T21:25:12.449Zinfo: running `cargo check --bins` on update-engine (103/301)
29452026-07-14T21:25:12.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-07-14T21:25:12.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-07-14T21:25:12.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-07-14T21:25:12.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29492026-07-14T21:25:12.973Z
29502026-07-14T21:25:12.973Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/301)
29512026-07-14T21:25:13.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-07-14T21:25:13.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-07-14T21:25:13.643Z Compiling crucible-workspace-hack v0.1.0
29542026-07-14T21:25:13.759Z Checking secrecy v0.10.3
29552026-07-14T21:25:13.765Z Compiling heapless v0.8.0
29562026-07-14T21:25:13.765Z Compiling toml_datetime v0.7.5+spec-1.1.0
29572026-07-14T21:25:13.778Z Compiling ingot-macros v0.1.1
29582026-07-14T21:25:13.785Z Checking hash32 v0.3.1
29592026-07-14T21:25:13.789Z Checking inout v0.1.4
29602026-07-14T21:25:13.807Z Compiling smoltcp v0.11.0
29612026-07-14T21:25:13.858Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29622026-07-14T21:25:13.901Z Checking cobs v0.3.0
29632026-07-14T21:25:13.922Z Compiling toml_edit v0.23.10+spec-1.0.0
29642026-07-14T21:25:13.999Z Checking cipher v0.4.4
29652026-07-14T21:25:14.020Z Checking universal-hash v0.5.1
29662026-07-14T21:25:14.051Z Compiling thiserror-impl-no-std v2.0.2
29672026-07-14T21:25:14.092Z Checking half v2.7.1
29682026-07-14T21:25:14.138Z Checking opaque-debug v0.3.1
29692026-07-14T21:25:14.170Z Checking ciborium-io v0.2.2
29702026-07-14T21:25:14.193Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29712026-07-14T21:25:14.218Z Checking poly1305 v0.8.0
29722026-07-14T21:25:14.255Z Checking chacha20 v0.9.1
29732026-07-14T21:25:14.348Z Checking ciborium-ll v0.2.2
29742026-07-14T21:25:14.402Z Checking postcard v1.1.3
29752026-07-14T21:25:14.448Z Compiling proc-macro-crate v3.4.0
29762026-07-14T21:25:14.476Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29772026-07-14T21:25:14.524Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29782026-07-14T21:25:14.696Z Checking password-hash v0.5.0
29792026-07-14T21:25:14.827Z Checking blake2 v0.10.6
29802026-07-14T21:25:14.892Z Compiling proc-macro-crate v1.3.1
29812026-07-14T21:25:14.936Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29822026-07-14T21:25:14.972Z Checking aead v0.5.2
29832026-07-14T21:25:14.994Z Compiling num_enum_derive v0.7.6
29842026-07-14T21:25:15.064Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29852026-07-14T21:25:15.113Z Compiling foreign-types-macros v0.2.3
29862026-07-14T21:25:15.170Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29872026-07-14T21:25:15.235Z Checking thiserror-no-std v2.0.2
29882026-07-14T21:25:15.270Z Checking foreign-types-shared v0.3.1
29892026-07-14T21:25:15.305Z Compiling num_enum_derive v0.5.11
29902026-07-14T21:25:15.322Z Checking vsss-rs v3.3.4
29912026-07-14T21:25:15.362Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29922026-07-14T21:25:15.424Z Checking chacha20poly1305 v0.10.1
29932026-07-14T21:25:15.553Z Checking argon2 v0.5.3
29942026-07-14T21:25:15.721Z Checking foreign-types v0.5.0
29952026-07-14T21:25:15.778Z Checking ciborium v0.2.2
29962026-07-14T21:25:15.911Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29972026-07-14T21:25:16.008Z Checking tabwriter v1.4.1
29982026-07-14T21:25:16.057Z Checking num_enum v0.7.6
29992026-07-14T21:25:16.152Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-07-14T21:25:16.172Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30012026-07-14T21:25:16.194Z Checking cstr-argument v0.1.2
30022026-07-14T21:25:16.207Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30032026-07-14T21:25:16.315Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30042026-07-14T21:25:16.343Z Checking num_enum v0.5.11
30052026-07-14T21:25:16.425Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30062026-07-14T21:25:16.438Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30072026-07-14T21:25:16.452Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30082026-07-14T21:25:16.487Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30092026-07-14T21:25:16.590Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30102026-07-14T21:25:16.590Z Checking ingot-types v0.1.2
30112026-07-14T21:25:16.616Z Checking rand v0.10.1
30122026-07-14T21:25:16.629Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30132026-07-14T21:25:16.682Z Checking indent_write v2.2.0
30142026-07-14T21:25:16.705Z Checking colored v3.1.1
30152026-07-14T21:25:16.813Z Compiling zone_cfg_derive v0.3.1
30162026-07-14T21:25:16.827Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30172026-07-14T21:25:16.917Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30182026-07-14T21:25:16.944Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30192026-07-14T21:25:16.975Z Checking ingot v0.1.1
30202026-07-14T21:25:16.988Z Checking itertools v0.12.1
30212026-07-14T21:25:17.101Z Compiling num-derive v0.4.2
30222026-07-14T21:25:17.105Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30232026-07-14T21:25:17.128Z Checking swrite v0.1.0
30242026-07-14T21:25:17.218Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30252026-07-14T21:25:17.332Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30262026-07-14T21:25:17.492Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30272026-07-14T21:25:17.538Z Checking dropshot-api-manager-types v0.7.2
30282026-07-14T21:25:17.539Z Checking smf v0.2.3
30292026-07-14T21:25:17.590Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30302026-07-14T21:25:17.606Z Checking nanorand v0.7.0
30312026-07-14T21:25:17.720Z Checking whoami v1.6.1
30322026-07-14T21:25:17.772Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30332026-07-14T21:25:17.806Z Checking flume v0.11.1
30342026-07-14T21:25:18.039Z Checking zone v0.3.1
30352026-07-14T21:25:18.053Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30362026-07-14T21:25:18.564Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30372026-07-14T21:25:19.518Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30382026-07-14T21:25:20.396Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30392026-07-14T21:25:23.898Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30402026-07-14T21:25:25.982Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30412026-07-14T21:25:27.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.10s
30422026-07-14T21:25:27.259Z
30432026-07-14T21:25:27.259Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/301)
30442026-07-14T21:25:27.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-07-14T21:25:27.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-07-14T21:25:27.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-07-14T21:25:27.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30482026-07-14T21:25:27.792Z
30492026-07-14T21:25:27.792Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/301)
30502026-07-14T21:25:28.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-07-14T21:25:28.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-07-14T21:25:28.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-07-14T21:25:28.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30542026-07-14T21:25:28.333Z
30552026-07-14T21:25:28.333Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/301)
30562026-07-14T21:25:28.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-07-14T21:25:28.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-07-14T21:25:28.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-07-14T21:25:28.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30602026-07-14T21:25:28.877Z
30612026-07-14T21:25:28.877Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/301)
30622026-07-14T21:25:29.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-07-14T21:25:29.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-07-14T21:25:29.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-07-14T21:25:29.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30662026-07-14T21:25:29.421Z
30672026-07-14T21:25:29.422Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/301)
30682026-07-14T21:25:29.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-07-14T21:25:29.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-07-14T21:25:29.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-07-14T21:25:29.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30722026-07-14T21:25:29.963Z
30732026-07-14T21:25:29.963Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/301)
30742026-07-14T21:25:30.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-07-14T21:25:30.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-07-14T21:25:30.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-07-14T21:25:30.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30782026-07-14T21:25:30.502Z
30792026-07-14T21:25:30.503Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/301)
30802026-07-14T21:25:30.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-07-14T21:25:30.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-07-14T21:25:30.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-07-14T21:25:30.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30842026-07-14T21:25:31.045Z
30852026-07-14T21:25:31.045Zinfo: running `cargo check --bins` on cockroach-admin-client (112/301)
30862026-07-14T21:25:31.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-07-14T21:25:31.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-07-14T21:25:31.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-07-14T21:25:31.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30902026-07-14T21:25:31.571Z
30912026-07-14T21:25:31.571Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/301)
30922026-07-14T21:25:32.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-07-14T21:25:32.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-07-14T21:25:32.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-07-14T21:25:32.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30962026-07-14T21:25:32.112Z
30972026-07-14T21:25:32.112Zinfo: running `cargo check --bins` on dns-service-client (114/301)
30982026-07-14T21:25:32.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-07-14T21:25:32.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-07-14T21:25:32.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-07-14T21:25:32.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31022026-07-14T21:25:32.651Z
31032026-07-14T21:25:32.651Zinfo: running `cargo check --bins` on installinator-client (115/301)
31042026-07-14T21:25:33.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-07-14T21:25:33.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-07-14T21:25:33.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-07-14T21:25:33.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31082026-07-14T21:25:33.189Z
31092026-07-14T21:25:33.189Zinfo: running `cargo check --bins` on nexus-client (116/301)
31102026-07-14T21:25:33.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-07-14T21:25:33.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-07-14T21:25:33.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-07-14T21:25:33.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31142026-07-14T21:25:33.761Z
31152026-07-14T21:25:33.762Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/301)
31162026-07-14T21:25:34.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-07-14T21:25:34.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-07-14T21:25:34.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-07-14T21:25:34.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31202026-07-14T21:25:34.342Z
31212026-07-14T21:25:34.343Zinfo: running `cargo check --bins` on ntp-admin-client (118/301)
31222026-07-14T21:25:34.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-07-14T21:25:34.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-07-14T21:25:34.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-07-14T21:25:34.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31262026-07-14T21:25:34.865Z
31272026-07-14T21:25:34.866Zinfo: running `cargo check --bins` on oxide-client (119/301)
31282026-07-14T21:25:35.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-07-14T21:25:35.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-07-14T21:25:35.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-07-14T21:25:35.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31322026-07-14T21:25:35.390Z
31332026-07-14T21:25:35.390Zinfo: running `cargo check --bins` on oximeter-client (120/301)
31342026-07-14T21:25:35.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-07-14T21:25:35.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-07-14T21:25:35.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-07-14T21:25:35.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31382026-07-14T21:25:35.927Z
31392026-07-14T21:25:35.927Zinfo: running `cargo check --bins` on repo-depot-client (121/301)
31402026-07-14T21:25:36.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-07-14T21:25:36.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-07-14T21:25:36.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-07-14T21:25:36.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31442026-07-14T21:25:36.452Z
31452026-07-14T21:25:36.452Zinfo: running `cargo check --bins` on sled-agent-client (122/301)
31462026-07-14T21:25:36.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-07-14T21:25:36.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-07-14T21:25:36.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-07-14T21:25:36.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31502026-07-14T21:25:36.997Z
31512026-07-14T21:25:36.997Zinfo: running `cargo check --bins` on wicketd-client (123/301)
31522026-07-14T21:25:37.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-07-14T21:25:37.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-07-14T21:25:37.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-07-14T21:25:37.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31562026-07-14T21:25:37.558Z
31572026-07-14T21:25:37.558Zinfo: running `cargo check --bins` on installinator-common (124/301)
31582026-07-14T21:25:38.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-07-14T21:25:38.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-07-14T21:25:38.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-07-14T21:25:38.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31622026-07-14T21:25:38.112Z
31632026-07-14T21:25:38.112Zinfo: running `cargo check --bins` on installinator-common-versions (125/301)
31642026-07-14T21:25:38.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-07-14T21:25:38.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-07-14T21:25:38.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-07-14T21:25:38.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31682026-07-14T21:25:38.634Z
31692026-07-14T21:25:38.634Zinfo: running `cargo check --bins` on wicket-common (126/301)
31702026-07-14T21:25:39.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-07-14T21:25:39.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-07-14T21:25:39.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-07-14T21:25:39.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31742026-07-14T21:25:39.187Z
31752026-07-14T21:25:39.187Zinfo: running `cargo check --bins` on wicketd-commission-types (127/301)
31762026-07-14T21:25:39.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-07-14T21:25:39.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-07-14T21:25:39.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-07-14T21:25:39.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31802026-07-14T21:25:39.729Z
31812026-07-14T21:25:39.729Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (128/301)
31822026-07-14T21:25:40.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-07-14T21:25:40.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-07-14T21:25:40.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-07-14T21:25:40.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31862026-07-14T21:25:40.271Z
31872026-07-14T21:25:40.271Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/301)
31882026-07-14T21:25:40.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-07-14T21:25:40.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-07-14T21:25:40.920Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31912026-07-14T21:25:41.027Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31922026-07-14T21:25:41.033Z Checking csv-core v0.1.13
31932026-07-14T21:25:41.039Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31942026-07-14T21:25:41.045Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31952026-07-14T21:25:41.053Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31962026-07-14T21:25:41.063Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31972026-07-14T21:25:41.075Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31982026-07-14T21:25:41.185Z Checking csv v1.4.0
31992026-07-14T21:25:41.215Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32002026-07-14T21:25:41.230Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32012026-07-14T21:25:41.259Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32022026-07-14T21:25:41.286Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32032026-07-14T21:25:41.527Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32042026-07-14T21:25:41.895Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32052026-07-14T21:25:41.899Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32062026-07-14T21:25:42.237Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32072026-07-14T21:25:48.358Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32082026-07-14T21:25:48.892Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32092026-07-14T21:25:51.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.00s
32102026-07-14T21:25:51.448Z
32112026-07-14T21:25:51.448Zinfo: running `cargo check --bins` on cockroach-admin-api (130/301)
32122026-07-14T21:25:51.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-07-14T21:25:51.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-07-14T21:25:51.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-07-14T21:25:51.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32162026-07-14T21:25:51.988Z
32172026-07-14T21:25:51.988Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/301)
32182026-07-14T21:25:52.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-07-14T21:25:52.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-07-14T21:25:52.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-07-14T21:25:52.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32222026-07-14T21:25:52.609Z
32232026-07-14T21:25:52.609Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/301)
32242026-07-14T21:25:53.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-07-14T21:25:53.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-07-14T21:25:53.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-07-14T21:25:53.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32282026-07-14T21:25:53.231Z
32292026-07-14T21:25:53.231Zinfo: running `cargo check --bins` on gateway-test-utils (133/301)
32302026-07-14T21:25:53.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-07-14T21:25:53.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-07-14T21:25:53.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-07-14T21:25:53.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32342026-07-14T21:25:53.818Z
32352026-07-14T21:25:53.818Zinfo: running `cargo check --bins` on omicron-gateway (134/301)
32362026-07-14T21:25:54.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-07-14T21:25:54.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-07-14T21:25:54.530Z Compiling regress v0.11.1
32392026-07-14T21:25:54.673Z Compiling unsafe-libyaml v0.2.11
32402026-07-14T21:25:54.683Z Compiling radium v0.7.0
32412026-07-14T21:25:54.683Z Compiling semver v0.1.20
32422026-07-14T21:25:54.703Z Checking nom v8.0.0
32432026-07-14T21:25:54.706Z Compiling maybe-uninit v2.0.0
32442026-07-14T21:25:54.714Z Checking tap v1.0.1
32452026-07-14T21:25:54.827Z Checking wyz v0.5.1
32462026-07-14T21:25:54.961Z Compiling rustc_version v0.1.7
32472026-07-14T21:25:55.018Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32482026-07-14T21:25:55.081Z Compiling zerocopy-derive v0.6.6
32492026-07-14T21:25:55.151Z Checking funty v2.0.0
32502026-07-14T21:25:55.176Z Compiling newtype_derive v0.1.6
32512026-07-14T21:25:55.382Z Compiling serde_yaml v0.9.34+deprecated
32522026-07-14T21:25:55.408Z Compiling owo-colors v4.3.0
32532026-07-14T21:25:55.465Z Checking crc-catalog v2.4.0
32542026-07-14T21:25:55.561Z Compiling packed_struct v0.10.1
32552026-07-14T21:25:55.749Z Compiling cancel-safe-futures v0.1.5
32562026-07-14T21:25:55.903Z Checking crc v3.4.0
32572026-07-14T21:25:55.935Z Checking zerocopy v0.6.6
32582026-07-14T21:25:55.990Z Checking bitvec v1.0.1
32592026-07-14T21:25:56.118Z Checking typify-impl v0.6.2
32602026-07-14T21:25:56.222Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-07-14T21:25:56.525Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32622026-07-14T21:25:56.642Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32632026-07-14T21:25:56.758Z Compiling packed_struct_codegen v0.10.1
32642026-07-14T21:25:56.844Z Checking libsw-core v0.3.2
32652026-07-14T21:25:56.884Z Compiling bitfield-macros v0.19.4
32662026-07-14T21:25:57.016Z Compiling indexmap v1.9.3
32672026-07-14T21:25:57.258Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32682026-07-14T21:25:57.342Z Checking nodrop v0.1.14
32692026-07-14T21:25:57.359Z Checking libsw v3.5.0
32702026-07-14T21:25:57.388Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32712026-07-14T21:25:57.437Z Checking array-init v0.0.4
32722026-07-14T21:25:57.521Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32732026-07-14T21:25:57.654Z Checking bitfield v0.19.4
32742026-07-14T21:25:57.698Z Checking smallvec v0.6.14
32752026-07-14T21:25:57.742Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32762026-07-14T21:25:57.920Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32772026-07-14T21:25:57.962Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32782026-07-14T21:25:58.054Z Checking unicode-linebreak v0.1.5
32792026-07-14T21:25:58.098Z Checking linear-map v1.2.0
32802026-07-14T21:25:58.165Z Checking hashbrown v0.12.3
32812026-07-14T21:25:58.269Z Checking base64 v0.21.7
32822026-07-14T21:25:58.283Z Checking tagptr v0.2.0
32832026-07-14T21:25:58.423Z Checking smawk v0.3.2
32842026-07-14T21:25:58.440Z Checking moka v0.12.13
32852026-07-14T21:25:58.443Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32862026-07-14T21:25:58.504Z Checking ron v0.8.1
32872026-07-14T21:25:58.550Z Checking textwrap v0.16.2
32882026-07-14T21:25:58.766Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32892026-07-14T21:25:58.901Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32902026-07-14T21:25:58.940Z Checking serde-hex v0.1.0
32912026-07-14T21:25:58.965Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32922026-07-14T21:25:59.026Z Checking steno v0.4.1
32932026-07-14T21:25:59.089Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32942026-07-14T21:25:59.249Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32952026-07-14T21:25:59.723Z Checking hashbrown v0.13.2
32962026-07-14T21:25:59.738Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-07-14T21:25:59.833Z Checking crc-any v2.5.0
32982026-07-14T21:25:59.965Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32992026-07-14T21:26:00.010Z Checking hickory-resolver v0.25.2
33002026-07-14T21:26:00.042Z Checking sha1 v0.10.6
33012026-07-14T21:26:00.130Z Checking utf-8 v0.7.6
33022026-07-14T21:26:00.149Z Checking object v0.30.4
33032026-07-14T21:26:00.206Z Checking path-slash v0.1.5
33042026-07-14T21:26:00.263Z Checking void v1.0.2
33052026-07-14T21:26:00.311Z Checking half v1.8.3
33062026-07-14T21:26:00.371Z Checking lzss v0.8.2
33072026-07-14T21:26:00.432Z Checking tungstenite v0.23.0
33082026-07-14T21:26:00.505Z Checking serde_cbor v0.11.2
33092026-07-14T21:26:00.693Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33102026-07-14T21:26:00.693Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33112026-07-14T21:26:00.733Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33122026-07-14T21:26:00.791Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33132026-07-14T21:26:00.805Z Compiling typify-macro v0.6.2
33142026-07-14T21:26:00.848Z Checking nix v0.27.1
33152026-07-14T21:26:00.861Z Checking kstat-rs v0.2.4
33162026-07-14T21:26:00.882Z Checking fxhash v0.2.1
33172026-07-14T21:26:01.002Z Checking serde_bytes v0.11.19
33182026-07-14T21:26:01.022Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33192026-07-14T21:26:01.040Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33202026-07-14T21:26:01.140Z Checking tokio-tungstenite v0.23.1
33212026-07-14T21:26:01.177Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33222026-07-14T21:26:01.331Z Checking signal-hook-tokio v0.3.1
33232026-07-14T21:26:01.977Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-07-14T21:26:02.207Z Compiling typify v0.6.2
33252026-07-14T21:26:02.285Z Compiling progenitor-impl v0.14.0
33262026-07-14T21:26:02.892Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33272026-07-14T21:26:03.200Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33282026-07-14T21:26:03.713Z Compiling progenitor-macro v0.14.0
33292026-07-14T21:26:06.028Z Checking progenitor v0.14.0
33302026-07-14T21:26:06.146Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33312026-07-14T21:26:06.149Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33322026-07-14T21:26:08.839Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33332026-07-14T21:26:17.094Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33342026-07-14T21:26:23.692Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33352026-07-14T21:26:25.050Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33362026-07-14T21:26:25.541Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33372026-07-14T21:26:27.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.79s
33382026-07-14T21:26:27.797Z
33392026-07-14T21:26:27.797Zinfo: running `cargo check --bins` on gateway-api (135/301)
33402026-07-14T21:26:28.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-07-14T21:26:28.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-07-14T21:26:28.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-07-14T21:26:28.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33442026-07-14T21:26:28.328Z
33452026-07-14T21:26:28.328Zinfo: running `cargo check --bins` on ipcc (136/301)
33462026-07-14T21:26:28.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-07-14T21:26:28.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-07-14T21:26:28.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-07-14T21:26:28.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33502026-07-14T21:26:28.864Z
33512026-07-14T21:26:28.864Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/301)
33522026-07-14T21:26:29.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-07-14T21:26:29.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-07-14T21:26:29.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-07-14T21:26:29.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33562026-07-14T21:26:29.386Z
33572026-07-14T21:26:29.386Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/301)
33582026-07-14T21:26:29.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-07-14T21:26:29.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-07-14T21:26:29.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-07-14T21:26:29.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33622026-07-14T21:26:29.941Z
33632026-07-14T21:26:29.941Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/301)
33642026-07-14T21:26:30.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-07-14T21:26:30.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-07-14T21:26:30.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-07-14T21:26:30.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33682026-07-14T21:26:30.480Z
33692026-07-14T21:26:30.480Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/301)
33702026-07-14T21:26:30.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-07-14T21:26:30.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-07-14T21:26:30.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-07-14T21:26:30.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33742026-07-14T21:26:31.020Z
33752026-07-14T21:26:31.020Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/301)
33762026-07-14T21:26:31.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-07-14T21:26:31.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-07-14T21:26:31.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-07-14T21:26:31.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33802026-07-14T21:26:31.558Z
33812026-07-14T21:26:31.558Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/301)
33822026-07-14T21:26:32.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-07-14T21:26:32.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-07-14T21:26:32.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-07-14T21:26:32.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33862026-07-14T21:26:32.114Z
33872026-07-14T21:26:32.114Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/301)
33882026-07-14T21:26:32.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-07-14T21:26:32.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-07-14T21:26:32.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-07-14T21:26:32.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33922026-07-14T21:26:32.649Z
33932026-07-14T21:26:32.649Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/301)
33942026-07-14T21:26:33.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-07-14T21:26:33.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-07-14T21:26:33.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-07-14T21:26:33.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33982026-07-14T21:26:33.191Z
33992026-07-14T21:26:33.191Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/301)
34002026-07-14T21:26:33.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-07-14T21:26:33.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-07-14T21:26:33.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-07-14T21:26:33.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34042026-07-14T21:26:33.729Z
34052026-07-14T21:26:33.729Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/301)
34062026-07-14T21:26:34.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-07-14T21:26:34.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-07-14T21:26:34.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-07-14T21:26:34.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34102026-07-14T21:26:34.270Z
34112026-07-14T21:26:34.270Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/301)
34122026-07-14T21:26:34.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-07-14T21:26:34.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-07-14T21:26:34.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-07-14T21:26:34.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34162026-07-14T21:26:34.810Z
34172026-07-14T21:26:34.810Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/301)
34182026-07-14T21:26:35.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-07-14T21:26:35.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-07-14T21:26:35.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-07-14T21:26:35.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34222026-07-14T21:26:35.349Z
34232026-07-14T21:26:35.349Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/301)
34242026-07-14T21:26:35.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-07-14T21:26:35.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-07-14T21:26:35.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-07-14T21:26:35.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34282026-07-14T21:26:35.905Z
34292026-07-14T21:26:35.905Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/301)
34302026-07-14T21:26:36.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-07-14T21:26:36.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-07-14T21:26:36.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-07-14T21:26:36.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34342026-07-14T21:26:36.463Z
34352026-07-14T21:26:36.463Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/301)
34362026-07-14T21:26:36.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-07-14T21:26:36.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-07-14T21:26:36.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-07-14T21:26:36.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34402026-07-14T21:26:37.023Z
34412026-07-14T21:26:37.023Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/301)
34422026-07-14T21:26:37.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-07-14T21:26:37.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-07-14T21:26:37.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-07-14T21:26:37.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34462026-07-14T21:26:37.578Z
34472026-07-14T21:26:37.578Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/301)
34482026-07-14T21:26:38.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-07-14T21:26:38.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-07-14T21:26:38.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-07-14T21:26:38.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34522026-07-14T21:26:38.133Z
34532026-07-14T21:26:38.133Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/301)
34542026-07-14T21:26:38.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-07-14T21:26:38.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-07-14T21:26:38.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-07-14T21:26:38.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34582026-07-14T21:26:38.688Z
34592026-07-14T21:26:38.688Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/301)
34602026-07-14T21:26:39.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-07-14T21:26:39.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-07-14T21:26:39.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-07-14T21:26:39.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34642026-07-14T21:26:39.245Z
34652026-07-14T21:26:39.245Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/301)
34662026-07-14T21:26:39.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-07-14T21:26:39.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-07-14T21:26:39.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-07-14T21:26:39.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34702026-07-14T21:26:39.801Z
34712026-07-14T21:26:39.801Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/301)
34722026-07-14T21:26:40.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-07-14T21:26:40.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-07-14T21:26:40.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-07-14T21:26:40.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34762026-07-14T21:26:40.359Z
34772026-07-14T21:26:40.359Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/301)
34782026-07-14T21:26:40.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-07-14T21:26:40.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-07-14T21:26:40.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-07-14T21:26:40.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34822026-07-14T21:26:40.916Z
34832026-07-14T21:26:40.917Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/301)
34842026-07-14T21:26:41.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-07-14T21:26:41.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-07-14T21:26:41.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-07-14T21:26:41.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34882026-07-14T21:26:41.454Z
34892026-07-14T21:26:41.454Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/301)
34902026-07-14T21:26:41.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-07-14T21:26:41.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-07-14T21:26:41.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-07-14T21:26:41.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34942026-07-14T21:26:42.001Z
34952026-07-14T21:26:42.001Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/301)
34962026-07-14T21:26:42.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-07-14T21:26:42.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-07-14T21:26:42.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-07-14T21:26:42.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35002026-07-14T21:26:42.538Z
35012026-07-14T21:26:42.538Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/301)
35022026-07-14T21:26:42.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-07-14T21:26:42.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-07-14T21:26:42.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-07-14T21:26:43.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35062026-07-14T21:26:43.078Z
35072026-07-14T21:26:43.078Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/301)
35082026-07-14T21:26:43.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-07-14T21:26:43.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-07-14T21:26:43.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-07-14T21:26:43.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35122026-07-14T21:26:43.615Z
35132026-07-14T21:26:43.615Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/301)
35142026-07-14T21:26:44.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-07-14T21:26:44.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-07-14T21:26:44.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-07-14T21:26:44.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35182026-07-14T21:26:44.156Z
35192026-07-14T21:26:44.156Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/301)
35202026-07-14T21:26:44.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-07-14T21:26:44.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-07-14T21:26:44.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-07-14T21:26:44.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35242026-07-14T21:26:44.696Z
35252026-07-14T21:26:44.696Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/301)
35262026-07-14T21:26:45.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-07-14T21:26:45.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-07-14T21:26:45.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-07-14T21:26:45.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35302026-07-14T21:26:45.236Z
35312026-07-14T21:26:45.236Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/301)
35322026-07-14T21:26:45.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-07-14T21:26:45.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-07-14T21:26:45.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-07-14T21:26:45.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35362026-07-14T21:26:45.793Z
35372026-07-14T21:26:45.793Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/301)
35382026-07-14T21:26:46.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-07-14T21:26:46.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-07-14T21:26:46.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-07-14T21:26:46.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35422026-07-14T21:26:46.348Z
35432026-07-14T21:26:46.349Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/301)
35442026-07-14T21:26:46.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-07-14T21:26:46.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-07-14T21:26:46.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-07-14T21:26:46.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35482026-07-14T21:26:46.908Z
35492026-07-14T21:26:46.908Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/301)
35502026-07-14T21:26:47.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-07-14T21:26:47.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-07-14T21:26:47.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-07-14T21:26:47.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35542026-07-14T21:26:47.465Z
35552026-07-14T21:26:47.465Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/301)
35562026-07-14T21:26:47.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-07-14T21:26:47.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-07-14T21:26:47.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-07-14T21:26:47.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35602026-07-14T21:26:48.023Z
35612026-07-14T21:26:48.023Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/301)
35622026-07-14T21:26:48.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-07-14T21:26:48.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-07-14T21:26:48.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-07-14T21:26:48.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35662026-07-14T21:26:48.579Z
35672026-07-14T21:26:48.579Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/301)
35682026-07-14T21:26:49.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-07-14T21:26:49.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-07-14T21:26:49.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-07-14T21:26:49.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35722026-07-14T21:26:49.135Z
35732026-07-14T21:26:49.135Zinfo: running `cargo check --bins` on oximeter-producer (174/301)
35742026-07-14T21:26:49.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-07-14T21:26:49.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-07-14T21:26:49.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-07-14T21:26:49.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35782026-07-14T21:26:49.710Z
35792026-07-14T21:26:49.710Zinfo: running `cargo check --bins` on internal-dns-resolver (175/301)
35802026-07-14T21:26:50.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-07-14T21:26:50.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-07-14T21:26:50.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-07-14T21:26:50.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35842026-07-14T21:26:50.250Z
35852026-07-14T21:26:50.250Zinfo: running `cargo check --bins` on dns-server (176/301)
35862026-07-14T21:26:50.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-07-14T21:26:50.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-07-14T21:26:50.854Z Compiling parking_lot_core v0.8.6
35892026-07-14T21:26:50.857Z Compiling git-stub v1.0.0
35902026-07-14T21:26:50.857Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35912026-07-14T21:26:50.857Z Checking prefix-trie v0.7.0
35922026-07-14T21:26:51.091Z Compiling git-stub-vcs v0.1.0
35932026-07-14T21:26:51.254Z Checking hickory-server v0.25.2
35942026-07-14T21:26:51.369Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35952026-07-14T21:26:51.381Z Checking parking_lot v0.11.2
35962026-07-14T21:26:51.413Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35972026-07-14T21:26:51.416Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35982026-07-14T21:26:51.548Z Checking sled v0.34.7
35992026-07-14T21:26:53.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
36002026-07-14T21:26:53.629Z
36012026-07-14T21:26:53.629Zinfo: running `cargo check --bins` on dns-server-api (177/301)
36022026-07-14T21:26:54.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-07-14T21:26:54.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-07-14T21:26:54.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-07-14T21:26:54.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36062026-07-14T21:26:54.164Z
36072026-07-14T21:26:54.164Zinfo: running `cargo check --bins` on oximeter-producer-api (178/301)
36082026-07-14T21:26:54.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-07-14T21:26:54.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-07-14T21:26:54.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-07-14T21:26:54.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36122026-07-14T21:26:54.701Z
36132026-07-14T21:26:54.701Zinfo: running `cargo check --bins` on sp-sim (179/301)
36142026-07-14T21:26:55.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-07-14T21:26:55.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-07-14T21:26:55.374Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36172026-07-14T21:26:57.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
36182026-07-14T21:26:57.322Z
36192026-07-14T21:26:57.322Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/301)
36202026-07-14T21:26:57.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-07-14T21:26:57.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-07-14T21:26:57.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-07-14T21:26:57.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36242026-07-14T21:26:57.914Z
36252026-07-14T21:26:57.914Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/301)
36262026-07-14T21:26:58.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-07-14T21:26:58.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-07-14T21:26:58.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-07-14T21:26:58.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36302026-07-14T21:26:58.510Z
36312026-07-14T21:26:58.510Zinfo: running `cargo check --bins` on db-macros (182/301)
36322026-07-14T21:26:58.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-07-14T21:26:58.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-07-14T21:26:58.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-07-14T21:26:58.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36362026-07-14T21:26:59.034Z
36372026-07-14T21:26:59.034Zinfo: running `cargo check --bins` on nexus-macros-common (183/301)
36382026-07-14T21:26:59.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-07-14T21:26:59.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-07-14T21:26:59.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-07-14T21:26:59.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36422026-07-14T21:26:59.557Z
36432026-07-14T21:26:59.557Zinfo: running `cargo check --bins` on nexus-auth (184/301)
36442026-07-14T21:27:00.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-07-14T21:27:00.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-07-14T21:27:00.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-07-14T21:27:00.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36482026-07-14T21:27:00.148Z
36492026-07-14T21:27:00.149Zinfo: running `cargo check --bins` on authz-macros (185/301)
36502026-07-14T21:27:00.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-07-14T21:27:00.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-07-14T21:27:00.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-07-14T21:27:00.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36542026-07-14T21:27:00.675Z
36552026-07-14T21:27:00.675Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/301)
36562026-07-14T21:27:01.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-07-14T21:27:01.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-07-14T21:27:01.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-07-14T21:27:01.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36602026-07-14T21:27:01.259Z
36612026-07-14T21:27:01.259Zinfo: running `cargo check --bins` on nexus-db-model (187/301)
36622026-07-14T21:27:01.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-07-14T21:27:01.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-07-14T21:27:01.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-07-14T21:27:01.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36662026-07-14T21:27:01.843Z
36672026-07-14T21:27:01.843Zinfo: running `cargo check --bins` on nexus-db-schema (188/301)
36682026-07-14T21:27:02.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-07-14T21:27:02.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-07-14T21:27:02.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-07-14T21:27:02.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36722026-07-14T21:27:02.367Z
36732026-07-14T21:27:02.367Zinfo: running `cargo check --bins` on omicron-rpaths (189/301)
36742026-07-14T21:27:02.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-07-14T21:27:02.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-07-14T21:27:02.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-07-14T21:27:02.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36782026-07-14T21:27:02.888Z
36792026-07-14T21:27:02.888Zinfo: running `cargo check --bins` on nexus-defaults (190/301)
36802026-07-14T21:27:03.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-07-14T21:27:03.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-07-14T21:27:03.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-07-14T21:27:03.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36842026-07-14T21:27:03.425Z
36852026-07-14T21:27:03.425Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/301)
36862026-07-14T21:27:03.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-07-14T21:27:03.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-07-14T21:27:03.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-07-14T21:27:03.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36902026-07-14T21:27:03.953Z
36912026-07-14T21:27:03.953Zinfo: running `cargo check --bins` on parallel-task-set (192/301)
36922026-07-14T21:27:04.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-07-14T21:27:04.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-07-14T21:27:04.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-07-14T21:27:04.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36962026-07-14T21:27:04.479Z
36972026-07-14T21:27:04.479Zinfo: running `cargo check --bins` on omicron-git-version (193/301)
36982026-07-14T21:27:04.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-07-14T21:27:04.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-07-14T21:27:04.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-07-14T21:27:04.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37022026-07-14T21:27:05.005Z
37032026-07-14T21:27:05.006Zinfo: running `cargo check --bins` on nexus-db-errors (194/301)
37042026-07-14T21:27:05.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-07-14T21:27:05.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-07-14T21:27:05.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-07-14T21:27:05.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37082026-07-14T21:27:05.592Z
37092026-07-14T21:27:05.592Zinfo: running `cargo check --bins` on nexus-db-lookup (195/301)
37102026-07-14T21:27:06.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-07-14T21:27:06.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-07-14T21:27:06.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-07-14T21:27:06.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37142026-07-14T21:27:06.181Z
37152026-07-14T21:27:06.182Zinfo: running `cargo check --bins` on nexus-inventory (196/301)
37162026-07-14T21:27:06.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-07-14T21:27:06.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-07-14T21:27:06.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-07-14T21:27:06.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37202026-07-14T21:27:06.759Z
37212026-07-14T21:27:06.759Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/301)
37222026-07-14T21:27:07.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-07-14T21:27:07.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-07-14T21:27:07.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-07-14T21:27:07.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37262026-07-14T21:27:07.319Z
37272026-07-14T21:27:07.319Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/301)
37282026-07-14T21:27:07.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-07-14T21:27:07.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-07-14T21:27:07.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-07-14T21:27:07.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37322026-07-14T21:27:07.874Z
37332026-07-14T21:27:07.874Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/301)
37342026-07-14T21:27:08.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-07-14T21:27:08.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-07-14T21:27:08.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-07-14T21:27:08.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37382026-07-14T21:27:08.430Z
37392026-07-14T21:27:08.430Zinfo: running `cargo check --bins` on key-manager (200/301)
37402026-07-14T21:27:08.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-07-14T21:27:08.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-07-14T21:27:08.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-07-14T21:27:08.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37442026-07-14T21:27:08.966Z
37452026-07-14T21:27:08.966Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/301)
37462026-07-14T21:27:09.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-07-14T21:27:09.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-07-14T21:27:09.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-07-14T21:27:09.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37502026-07-14T21:27:09.521Z
37512026-07-14T21:27:09.522Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/301)
37522026-07-14T21:27:09.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-07-14T21:27:09.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-07-14T21:27:09.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-07-14T21:27:09.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37562026-07-14T21:27:10.077Z
37572026-07-14T21:27:10.077Zinfo: running `cargo check --bins` on typed-rng (203/301)
37582026-07-14T21:27:10.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-07-14T21:27:10.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-07-14T21:27:10.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-07-14T21:27:10.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37622026-07-14T21:27:10.600Z
37632026-07-14T21:27:10.601Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/301)
37642026-07-14T21:27:11.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-07-14T21:27:11.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-07-14T21:27:11.390Z Compiling libefi-sys v0.1.0
37672026-07-14T21:27:11.395Z Compiling bitfield-struct v0.6.2
37682026-07-14T21:27:11.532Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37692026-07-14T21:27:11.540Z Compiling xshell-macros v0.2.7
37702026-07-14T21:27:11.549Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37712026-07-14T21:27:11.562Z Compiling salty v0.3.0
37722026-07-14T21:27:11.576Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37732026-07-14T21:27:11.591Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37742026-07-14T21:27:11.592Z Checking rfc6979 v0.4.0
37752026-07-14T21:27:11.716Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37762026-07-14T21:27:11.728Z Checking ecdsa v0.16.9
37772026-07-14T21:27:11.868Z Checking primeorder v0.13.6
37782026-07-14T21:27:11.885Z Compiling proc-macro-error-attr2 v2.0.0
37792026-07-14T21:27:11.914Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37802026-07-14T21:27:11.917Z Checking xshell v0.2.7
37812026-07-14T21:27:12.078Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37822026-07-14T21:27:12.093Z Checking tungstenite v0.21.0
37832026-07-14T21:27:12.097Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37842026-07-14T21:27:12.122Z Checking p384 v0.13.1
37852026-07-14T21:27:12.125Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37862026-07-14T21:27:12.150Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37872026-07-14T21:27:12.223Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37882026-07-14T21:27:12.295Z Compiling proc-macro-error2 v2.0.1
37892026-07-14T21:27:12.309Z Compiling num-derive v0.3.3
37902026-07-14T21:27:12.381Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37912026-07-14T21:27:12.516Z Checking tokio-tungstenite v0.21.0
37922026-07-14T21:27:12.536Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-07-14T21:27:12.583Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37942026-07-14T21:27:12.599Z Compiling tabled_derive v0.11.0
37952026-07-14T21:27:12.600Z Checking papergrid v0.17.0
37962026-07-14T21:27:12.628Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37972026-07-14T21:27:12.736Z Compiling progenitor-impl v0.13.0
37982026-07-14T21:27:12.790Z Checking testing_table v0.3.0
37992026-07-14T21:27:12.860Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38002026-07-14T21:27:12.884Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38012026-07-14T21:27:12.904Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38022026-07-14T21:27:13.097Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38032026-07-14T21:27:13.113Z Checking corncobs v0.1.4
38042026-07-14T21:27:13.202Z Checking libscf-sys v1.1.0
38052026-07-14T21:27:13.237Z Compiling unicase v2.9.0
38062026-07-14T21:27:13.309Z Compiling illumos-nvpair-sys v0.2.0
38072026-07-14T21:27:13.335Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38082026-07-14T21:27:13.423Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38092026-07-14T21:27:13.438Z Compiling mime_guess v2.0.5
38102026-07-14T21:27:13.525Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38112026-07-14T21:27:13.554Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38122026-07-14T21:27:13.573Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38132026-07-14T21:27:13.619Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38142026-07-14T21:27:13.778Z Checking tabled v0.20.0
38152026-07-14T21:27:13.884Z Checking progenitor-client v0.13.0
38162026-07-14T21:27:13.990Z Checking secrecy v0.8.0
38172026-07-14T21:27:14.115Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38182026-07-14T21:27:14.145Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38192026-07-14T21:27:14.206Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38202026-07-14T21:27:14.486Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38212026-07-14T21:27:14.502Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38222026-07-14T21:27:14.507Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38232026-07-14T21:27:14.574Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38242026-07-14T21:27:14.654Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38252026-07-14T21:27:14.705Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38262026-07-14T21:27:14.840Z Checking filetime v0.2.27
38272026-07-14T21:27:14.872Z Checking crc8 v0.1.1
38282026-07-14T21:27:14.972Z Checking xattr v1.6.1
38292026-07-14T21:27:14.986Z Checking http-range v0.1.5
38302026-07-14T21:27:15.104Z Checking tar v0.4.46
38312026-07-14T21:27:15.195Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38322026-07-14T21:27:15.335Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38332026-07-14T21:27:15.351Z Compiling progenitor-macro v0.13.0
38342026-07-14T21:27:15.368Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38352026-07-14T21:27:15.444Z Checking illumos-nvpair v0.3.0
38362026-07-14T21:27:15.481Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38372026-07-14T21:27:15.593Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38382026-07-14T21:27:15.609Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38392026-07-14T21:27:15.833Z Checking atty v0.2.14
38402026-07-14T21:27:15.866Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38412026-07-14T21:27:15.932Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38422026-07-14T21:27:15.977Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38432026-07-14T21:27:16.112Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38442026-07-14T21:27:16.193Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38452026-07-14T21:27:16.209Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38462026-07-14T21:27:16.212Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38472026-07-14T21:27:16.290Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38482026-07-14T21:27:16.395Z Checking hyper-staticfile v0.10.1
38492026-07-14T21:27:16.532Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38502026-07-14T21:27:16.548Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38512026-07-14T21:27:16.690Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38522026-07-14T21:27:16.792Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38532026-07-14T21:27:16.997Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38542026-07-14T21:27:17.072Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38552026-07-14T21:27:17.292Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38562026-07-14T21:27:17.593Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38572026-07-14T21:27:18.322Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38582026-07-14T21:27:18.797Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38592026-07-14T21:27:19.213Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38602026-07-14T21:27:19.415Z Checking progenitor v0.13.0
38612026-07-14T21:27:19.549Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38622026-07-14T21:27:21.501Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38632026-07-14T21:27:24.896Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38642026-07-14T21:27:35.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.36s
38652026-07-14T21:27:36.177Z
38662026-07-14T21:27:36.177Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/301)
38672026-07-14T21:27:36.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-07-14T21:27:36.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-07-14T21:27:36.913Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38702026-07-14T21:27:47.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38712026-07-14T21:27:47.855Z
38722026-07-14T21:27:47.855Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/301)
38732026-07-14T21:27:48.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-07-14T21:27:48.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-07-14T21:27:48.593Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-07-14T21:27:59.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38772026-07-14T21:27:59.581Z
38782026-07-14T21:27:59.581Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/301)
38792026-07-14T21:28:00.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-07-14T21:28:00.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-07-14T21:28:00.322Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-07-14T21:28:11.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38832026-07-14T21:28:11.229Z
38842026-07-14T21:28:11.229Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/301)
38852026-07-14T21:28:11.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-07-14T21:28:11.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-07-14T21:28:11.966Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38882026-07-14T21:28:22.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38892026-07-14T21:28:22.926Z
38902026-07-14T21:28:22.926Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/301)
38912026-07-14T21:28:23.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-07-14T21:28:23.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-07-14T21:28:23.659Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38942026-07-14T21:28:34.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38952026-07-14T21:28:34.632Z
38962026-07-14T21:28:34.632Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/301)
38972026-07-14T21:28:35.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-07-14T21:28:35.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-07-14T21:28:35.369Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39002026-07-14T21:28:46.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
39012026-07-14T21:28:46.334Z
39022026-07-14T21:28:46.335Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/301)
39032026-07-14T21:28:46.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-07-14T21:28:46.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-07-14T21:28:47.066Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39062026-07-14T21:28:57.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
39072026-07-14T21:28:58.027Z
39082026-07-14T21:28:58.027Zinfo: running `cargo check --bins` on bootstrap-agent-api (212/301)
39092026-07-14T21:28:58.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-07-14T21:28:58.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-07-14T21:28:58.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-07-14T21:28:58.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39132026-07-14T21:28:58.578Z
39142026-07-14T21:28:58.578Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/301)
39152026-07-14T21:28:59.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-07-14T21:28:59.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-07-14T21:28:59.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-07-14T21:28:59.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39192026-07-14T21:28:59.126Z
39202026-07-14T21:28:59.126Zinfo: running `cargo check --bins` on range-requests (214/301)
39212026-07-14T21:28:59.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-07-14T21:28:59.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-07-14T21:28:59.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-07-14T21:28:59.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39252026-07-14T21:28:59.665Z
39262026-07-14T21:28:59.665Zinfo: running `cargo check --bins` on repo-depot-api (215/301)
39272026-07-14T21:29:00.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-07-14T21:29:00.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-07-14T21:29:00.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-07-14T21:29:00.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39312026-07-14T21:29:00.202Z
39322026-07-14T21:29:00.202Zinfo: running `cargo check --bins` on sled-agent-api (216/301)
39332026-07-14T21:29:00.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-07-14T21:29:00.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-07-14T21:29:00.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-07-14T21:29:00.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39372026-07-14T21:29:00.765Z
39382026-07-14T21:29:00.766Zinfo: running `cargo check --bins` on sled-diagnostics (217/301)
39392026-07-14T21:29:01.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-07-14T21:29:01.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-07-14T21:29:01.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-07-14T21:29:01.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39432026-07-14T21:29:01.328Z
39442026-07-14T21:29:01.328Zinfo: running `cargo check --bins` on zfs-test-harness (218/301)
39452026-07-14T21:29:01.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-07-14T21:29:01.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-07-14T21:29:01.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-07-14T21:29:01.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39492026-07-14T21:29:01.885Z
39502026-07-14T21:29:01.885Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/301)
39512026-07-14T21:29:02.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-07-14T21:29:02.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-07-14T21:29:02.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-07-14T21:29:02.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39552026-07-14T21:29:02.451Z
39562026-07-14T21:29:02.451Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/301)
39572026-07-14T21:29:02.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-07-14T21:29:02.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-07-14T21:29:02.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-07-14T21:29:02.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39612026-07-14T21:29:03.017Z
39622026-07-14T21:29:03.017Zinfo: running `cargo check --bins` on sled-agent-early-networking (221/301)
39632026-07-14T21:29:03.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-07-14T21:29:03.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-07-14T21:29:03.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-07-14T21:29:03.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39672026-07-14T21:29:03.580Z
39682026-07-14T21:29:03.581Zinfo: running `cargo check --bins` on sled-agent-health-monitor (222/301)
39692026-07-14T21:29:04.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-07-14T21:29:04.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-07-14T21:29:04.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-07-14T21:29:04.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39732026-07-14T21:29:04.144Z
39742026-07-14T21:29:04.144Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/301)
39752026-07-14T21:29:04.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-07-14T21:29:04.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-07-14T21:29:04.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-07-14T21:29:04.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39792026-07-14T21:29:04.709Z
39802026-07-14T21:29:04.709Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/301)
39812026-07-14T21:29:05.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-07-14T21:29:05.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-07-14T21:29:05.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-07-14T21:29:05.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39852026-07-14T21:29:05.275Z
39862026-07-14T21:29:05.275Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (225/301)
39872026-07-14T21:29:05.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-07-14T21:29:05.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-07-14T21:29:05.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-07-14T21:29:05.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39912026-07-14T21:29:05.836Z
39922026-07-14T21:29:05.837Zinfo: running `cargo check --bins` on sled-agent-rack-setup (226/301)
39932026-07-14T21:29:06.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-07-14T21:29:06.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-07-14T21:29:06.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-07-14T21:29:06.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-07-14T21:29:06.425Z
39982026-07-14T21:29:06.425Zinfo: running `cargo check --bins` on trust-quorum (227/301)
39992026-07-14T21:29:06.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-07-14T21:29:06.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-07-14T21:29:06.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-07-14T21:29:06.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40032026-07-14T21:29:06.993Z
40042026-07-14T21:29:06.993Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/301)
40052026-07-14T21:29:07.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-07-14T21:29:07.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-07-14T21:29:07.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-07-14T21:29:07.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40092026-07-14T21:29:07.574Z
40102026-07-14T21:29:07.574Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/301)
40112026-07-14T21:29:08.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-07-14T21:29:08.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-07-14T21:29:08.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-07-14T21:29:08.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40152026-07-14T21:29:08.171Z
40162026-07-14T21:29:08.171Zinfo: running `cargo check --bins` on update-common (230/301)
40172026-07-14T21:29:08.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-07-14T21:29:08.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-07-14T21:29:08.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-07-14T21:29:08.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40212026-07-14T21:29:08.720Z
40222026-07-14T21:29:08.720Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/301)
40232026-07-14T21:29:09.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-07-14T21:29:09.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-07-14T21:29:09.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-07-14T21:29:09.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40272026-07-14T21:29:09.317Z
40282026-07-14T21:29:09.317Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/301)
40292026-07-14T21:29:09.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-07-14T21:29:09.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-07-14T21:29:09.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-07-14T21:29:09.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40332026-07-14T21:29:09.845Z
40342026-07-14T21:29:09.845Zinfo: running `cargo check --bins` on reconfigurator-cli (233/301)
40352026-07-14T21:29:10.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-07-14T21:29:10.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-07-14T21:29:10.578Z Compiling fs-err v2.11.0
40382026-07-14T21:29:10.582Z Checking ignore v0.4.25
40392026-07-14T21:29:10.582Z Checking arc-swap v1.8.2
40402026-07-14T21:29:10.712Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40412026-07-14T21:29:10.715Z Checking predicates-tree v1.0.13
40422026-07-14T21:29:10.715Z Checking parse-size v1.1.0
40432026-07-14T21:29:10.740Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40442026-07-14T21:29:10.743Z Checking rand_seeder v0.4.0
40452026-07-14T21:29:10.806Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40462026-07-14T21:29:10.837Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40472026-07-14T21:29:10.900Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40482026-07-14T21:29:10.913Z Checking slog-scope v4.4.1
40492026-07-14T21:29:10.954Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40502026-07-14T21:29:11.039Z Compiling petname v2.0.2
40512026-07-14T21:29:11.053Z Checking slog-stdlog v4.1.1
40522026-07-14T21:29:11.067Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40532026-07-14T21:29:11.081Z Checking globwalk v0.9.1
40542026-07-14T21:29:11.157Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40552026-07-14T21:29:11.171Z Checking slog-envlogger v2.2.0
40562026-07-14T21:29:11.259Z Checking camino-tempfile-ext v0.3.3
40572026-07-14T21:29:11.323Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40582026-07-14T21:29:11.336Z Checking sapling-renderdag v0.1.0
40592026-07-14T21:29:11.451Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40602026-07-14T21:29:11.522Z Checking subprocess v0.2.15
40612026-07-14T21:29:11.571Z Checking sync-ptr v0.1.4
40622026-07-14T21:29:11.663Z Checking colored v2.2.0
40632026-07-14T21:29:11.691Z Checking assert_matches v1.5.0
40642026-07-14T21:29:11.820Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40652026-07-14T21:29:11.981Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40662026-07-14T21:29:11.986Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40672026-07-14T21:29:12.602Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40682026-07-14T21:29:13.915Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40692026-07-14T21:29:16.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
40702026-07-14T21:29:16.257Z
40712026-07-14T21:29:16.257Zinfo: running `cargo check --bins` on omicron-repl-utils (234/301)
40722026-07-14T21:29:16.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-07-14T21:29:16.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-07-14T21:29:16.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-07-14T21:29:16.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40762026-07-14T21:29:16.798Z
40772026-07-14T21:29:16.798Zinfo: running `cargo check --bins` on transient-dns-server (235/301)
40782026-07-14T21:29:17.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-07-14T21:29:17.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-07-14T21:29:17.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-07-14T21:29:17.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40822026-07-14T21:29:17.351Z
40832026-07-14T21:29:17.351Zinfo: running `cargo check --bins` on nexus-test-interface (236/301)
40842026-07-14T21:29:17.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-07-14T21:29:17.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-07-14T21:29:17.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-07-14T21:29:17.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40882026-07-14T21:29:17.939Z
40892026-07-14T21:29:17.939Zinfo: running `cargo check --bins` on oximeter-collector (237/301)
40902026-07-14T21:29:18.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-07-14T21:29:18.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-07-14T21:29:18.614Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40932026-07-14T21:29:18.614Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40942026-07-14T21:29:19.245Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40952026-07-14T21:29:20.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
40962026-07-14T21:29:21.025Z
40972026-07-14T21:29:21.025Zinfo: running `cargo check --bins` on oximeter-api (238/301)
40982026-07-14T21:29:21.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-07-14T21:29:21.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-07-14T21:29:21.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-07-14T21:29:21.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41022026-07-14T21:29:21.563Z
41032026-07-14T21:29:21.563Zinfo: running `cargo check --bins` on cert-dev (239/301)
41042026-07-14T21:29:22.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-07-14T21:29:22.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-07-14T21:29:22.128Z Checking yasna v0.5.2
41072026-07-14T21:29:22.526Z Checking rcgen v0.12.1
41082026-07-14T21:29:22.778Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41092026-07-14T21:29:22.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41102026-07-14T21:29:23.114Z
41112026-07-14T21:29:23.114Zinfo: running `cargo check --bins` on clickana (240/301)
41122026-07-14T21:29:23.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-07-14T21:29:23.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-07-14T21:29:23.706Z Compiling darling_core v0.23.0
41152026-07-14T21:29:23.814Z Compiling instability v0.3.11
41162026-07-14T21:29:23.819Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41172026-07-14T21:29:23.819Z Checking castaway v0.2.4
41182026-07-14T21:29:23.833Z Compiling indoc v2.0.7
41192026-07-14T21:29:23.847Z Checking unicode-truncate v1.1.0
41202026-07-14T21:29:23.848Z Checking lru v0.12.5
41212026-07-14T21:29:23.848Z Checking cassowary v0.3.0
41222026-07-14T21:29:23.914Z Checking compact_str v0.8.1
41232026-07-14T21:29:25.147Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41242026-07-14T21:29:25.244Z Compiling darling_macro v0.23.0
41252026-07-14T21:29:25.331Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41262026-07-14T21:29:25.671Z Compiling darling v0.23.0
41272026-07-14T21:29:26.302Z Checking ratatui v0.29.0
41282026-07-14T21:29:27.384Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41292026-07-14T21:29:28.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
41302026-07-14T21:29:28.208Z
41312026-07-14T21:29:28.208Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/301)
41322026-07-14T21:29:28.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-07-14T21:29:28.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-07-14T21:29:28.877Z Checking headers-core v0.3.0
41352026-07-14T21:29:28.880Z Checking port-file v0.1.0
41362026-07-14T21:29:28.880Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41372026-07-14T21:29:29.073Z Checking headers v0.4.1
41382026-07-14T21:29:29.447Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41392026-07-14T21:29:30.378Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41402026-07-14T21:29:30.858Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41412026-07-14T21:29:31.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
41422026-07-14T21:29:31.442Z
41432026-07-14T21:29:31.442Zinfo: running `cargo check --bins` on ch-dev (242/301)
41442026-07-14T21:29:31.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-07-14T21:29:31.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-07-14T21:29:32.106Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41472026-07-14T21:29:32.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41482026-07-14T21:29:33.040Z
41492026-07-14T21:29:33.040Zinfo: running `cargo check --bins` on dev-tools-common (243/301)
41502026-07-14T21:29:33.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-07-14T21:29:33.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-07-14T21:29:33.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-07-14T21:29:33.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41542026-07-14T21:29:33.443Z
41552026-07-14T21:29:33.443Zinfo: running `cargo check --bins` on corpus-adjust (244/301)
41562026-07-14T21:29:33.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-07-14T21:29:33.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-07-14T21:29:34.020Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41592026-07-14T21:29:34.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
41602026-07-14T21:29:34.527Z
41612026-07-14T21:29:34.527Zinfo: running `cargo check --bins` on crdb-seed (245/301)
41622026-07-14T21:29:35.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-07-14T21:29:35.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-07-14T21:29:35.195Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41652026-07-14T21:29:36.274Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41662026-07-14T21:29:36.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
41672026-07-14T21:29:36.783Z
41682026-07-14T21:29:36.783Zinfo: running `cargo check --bins` on db-dev (246/301)
41692026-07-14T21:29:37.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-07-14T21:29:37.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-07-14T21:29:37.460Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41722026-07-14T21:29:38.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41732026-07-14T21:29:38.401Z
41742026-07-14T21:29:38.401Zinfo: running `cargo check --bins` on omicron-dev-lib (247/301)
41752026-07-14T21:29:38.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41762026-07-14T21:29:38.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41772026-07-14T21:29:38.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41782026-07-14T21:29:38.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41792026-07-14T21:29:38.982Z
41802026-07-14T21:29:38.982Zinfo: running `cargo check --bins` on xtask-downloader (248/301)
41812026-07-14T21:29:39.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41822026-07-14T21:29:39.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41832026-07-14T21:29:39.639Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41842026-07-14T21:29:40.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
41852026-07-14T21:29:40.398Z
41862026-07-14T21:29:40.398Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/301)
41872026-07-14T21:29:40.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-07-14T21:29:40.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-07-14T21:29:41.103Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41902026-07-14T21:29:41.103Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41912026-07-14T21:29:41.110Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41922026-07-14T21:29:41.110Z Checking git-stub v1.0.0
41932026-07-14T21:29:41.110Z Compiling trait-variant v0.1.2
41942026-07-14T21:29:41.110Z Checking is_ci v1.2.0
41952026-07-14T21:29:41.110Z Checking maplit v1.0.2
41962026-07-14T21:29:41.236Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41972026-07-14T21:29:41.323Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41982026-07-14T21:29:41.331Z Checking supports-color v3.0.2
41992026-07-14T21:29:41.363Z Checking git-stub-vcs v0.1.0
42002026-07-14T21:29:41.450Z Checking drift v0.2.0
42012026-07-14T21:29:41.523Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42022026-07-14T21:29:41.600Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42032026-07-14T21:29:41.600Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42042026-07-14T21:29:41.740Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42052026-07-14T21:29:41.760Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42062026-07-14T21:29:41.794Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42072026-07-14T21:29:41.806Z Checking dropshot-api-manager v0.7.2
42082026-07-14T21:29:41.849Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42092026-07-14T21:29:41.973Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42102026-07-14T21:29:42.007Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42112026-07-14T21:29:42.525Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42122026-07-14T21:29:43.470Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42132026-07-14T21:29:49.003Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42142026-07-14T21:29:49.022Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42152026-07-14T21:29:49.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
42162026-07-14T21:29:49.024Z
42172026-07-14T21:29:49.024Zinfo: running `cargo check --bins` on installinator-api (250/301)
42182026-07-14T21:29:49.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-07-14T21:29:49.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-07-14T21:29:49.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-07-14T21:29:49.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42222026-07-14T21:29:49.025Z
42232026-07-14T21:29:49.025Zinfo: running `cargo check --bins` on nexus-external-api (251/301)
42242026-07-14T21:29:49.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-07-14T21:29:49.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-07-14T21:29:49.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-07-14T21:29:49.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42282026-07-14T21:29:49.025Z
42292026-07-14T21:29:49.025Zinfo: running `cargo check --bins` on nexus-internal-api (252/301)
42302026-07-14T21:29:49.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-07-14T21:29:49.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-07-14T21:29:49.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-07-14T21:29:49.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42342026-07-14T21:29:49.025Z
42352026-07-14T21:29:49.025Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/301)
42362026-07-14T21:29:49.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-07-14T21:29:49.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-07-14T21:29:49.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-07-14T21:29:49.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42402026-07-14T21:29:49.034Z
42412026-07-14T21:29:49.034Zinfo: running `cargo check --bins` on ntp-admin-api (254/301)
42422026-07-14T21:29:49.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-07-14T21:29:49.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-07-14T21:29:49.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-07-14T21:29:49.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42462026-07-14T21:29:49.034Z
42472026-07-14T21:29:49.034Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/301)
42482026-07-14T21:29:49.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-07-14T21:29:49.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-07-14T21:29:49.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-07-14T21:29:49.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42522026-07-14T21:29:49.119Z
42532026-07-14T21:29:49.119Zinfo: running `cargo check --bins` on wicketd-api (256/301)
42542026-07-14T21:29:49.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-07-14T21:29:49.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-07-14T21:29:49.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-07-14T21:29:49.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42582026-07-14T21:29:49.673Z
42592026-07-14T21:29:49.673Zinfo: running `cargo check --bins` on omicron-ls-apis (257/301)
42602026-07-14T21:29:50.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-07-14T21:29:50.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-07-14T21:29:50.237Z Checking cargo-platform v0.3.2
42632026-07-14T21:29:50.241Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42642026-07-14T21:29:50.476Z Checking cargo_metadata v0.23.1
42652026-07-14T21:29:51.070Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42662026-07-14T21:29:51.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
42672026-07-14T21:29:51.977Z
42682026-07-14T21:29:51.977Zinfo: running `cargo check --bins` on mgs-dev (258/301)
42692026-07-14T21:29:52.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-07-14T21:29:52.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-07-14T21:29:52.678Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42722026-07-14T21:29:53.277Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42732026-07-14T21:29:53.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
42742026-07-14T21:29:53.952Z
42752026-07-14T21:29:53.952Zinfo: running `cargo check --bins` on omicron-omdb (259/301)
42762026-07-14T21:29:54.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-07-14T21:29:54.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-07-14T21:29:54.883Z Compiling vergen-lib v0.1.6
42792026-07-14T21:29:54.884Z Compiling diesel_derives v2.3.7
42802026-07-14T21:29:54.884Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42812026-07-14T21:29:54.887Z Compiling dsl_auto_type v0.2.0
42822026-07-14T21:29:54.887Z Checking scheduled-thread-pool v0.2.7
42832026-07-14T21:29:54.887Z Compiling vergen-gitcl v1.0.8
42842026-07-14T21:29:54.887Z Compiling diesel_table_macro_syntax v0.3.0
42852026-07-14T21:29:55.030Z Compiling dirs-sys-next v0.1.2
42862026-07-14T21:29:55.168Z Compiling crunchy v0.2.4
42872026-07-14T21:29:55.208Z Compiling glob v0.3.3
42882026-07-14T21:29:55.239Z Compiling dirs-next v2.0.0
42892026-07-14T21:29:55.313Z Checking r2d2 v0.8.10
42902026-07-14T21:29:55.351Z Checking downcast-rs v2.0.2
42912026-07-14T21:29:55.367Z Compiling tiny-keccak v2.0.2
42922026-07-14T21:29:55.456Z Compiling term v0.7.0
42932026-07-14T21:29:55.496Z Compiling bit-vec v0.6.3
42942026-07-14T21:29:55.590Z Compiling clang-sys v1.8.1
42952026-07-14T21:29:55.691Z Compiling bit-set v0.5.3
42962026-07-14T21:29:55.717Z Compiling ascii-canvas v3.0.0
42972026-07-14T21:29:55.853Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42982026-07-14T21:29:55.978Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42992026-07-14T21:29:55.998Z Compiling itertools v0.10.5
43002026-07-14T21:29:56.014Z Compiling ena v0.14.4
43012026-07-14T21:29:56.029Z Compiling libloading v0.8.9
43022026-07-14T21:29:56.057Z Compiling bindgen v0.71.1
43032026-07-14T21:29:56.124Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43042026-07-14T21:29:56.140Z Compiling regex-syntax v0.6.29
43052026-07-14T21:29:56.223Z Compiling diff v0.1.13
43062026-07-14T21:29:56.531Z Compiling cexpr v0.6.0
43072026-07-14T21:29:56.547Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43082026-07-14T21:29:56.734Z Compiling rustc-hash v2.1.1
43092026-07-14T21:29:56.874Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43102026-07-14T21:29:56.961Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43112026-07-14T21:29:57.093Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43122026-07-14T21:29:57.255Z Compiling libxml v0.3.3
43132026-07-14T21:29:57.287Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43142026-07-14T21:29:57.353Z Compiling strum_macros v0.24.3
43152026-07-14T21:29:57.516Z Compiling lalrpop v0.19.12
43162026-07-14T21:29:57.537Z Compiling indoc v1.0.9
43172026-07-14T21:29:58.311Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43182026-07-14T21:29:58.521Z Checking derive_builder v0.20.2
43192026-07-14T21:29:58.640Z Compiling oso-derive v0.27.3
43202026-07-14T21:29:58.747Z Checking quick-xml v0.37.5
43212026-07-14T21:29:58.763Z Compiling impl-trait-for-tuples v0.2.3
43222026-07-14T21:29:59.159Z Checking openssl-probe v0.1.6
43232026-07-14T21:29:59.304Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43242026-07-14T21:29:59.619Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43252026-07-14T21:29:59.840Z Checking bb8 v0.8.6
43262026-07-14T21:29:59.965Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43272026-07-14T21:30:00.056Z Checking nonempty v0.12.0
43282026-07-14T21:30:00.132Z Compiling libz-sys v1.1.24
43292026-07-14T21:30:00.195Z Compiling strsim v0.10.0
43302026-07-14T21:30:00.222Z Compiling libgit2-sys v0.18.3+1.9.2
43312026-07-14T21:30:00.336Z Compiling vergen-git2 v9.1.0
43322026-07-14T21:30:00.544Z Compiling darling_core v0.13.4
43332026-07-14T21:30:00.583Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43342026-07-14T21:30:00.716Z Compiling base64 v0.21.7
43352026-07-14T21:30:00.812Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43362026-07-14T21:30:01.044Z Compiling ron v0.8.1
43372026-07-14T21:30:01.073Z Checking diesel v2.3.7
43382026-07-14T21:30:01.812Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43392026-07-14T21:30:01.995Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43402026-07-14T21:30:02.111Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43412026-07-14T21:30:02.320Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43422026-07-14T21:30:02.433Z Compiling darling_macro v0.13.4
43432026-07-14T21:30:02.534Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43442026-07-14T21:30:02.741Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43452026-07-14T21:30:02.931Z Compiling darling v0.13.4
43462026-07-14T21:30:02.954Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43472026-07-14T21:30:03.028Z Compiling serde_with_macros v1.5.2
43482026-07-14T21:30:03.167Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43492026-07-14T21:30:03.321Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43502026-07-14T21:30:03.367Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43512026-07-14T21:30:03.890Z Compiling serde_with v1.14.0
43522026-07-14T21:30:05.001Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43532026-07-14T21:30:05.028Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43542026-07-14T21:30:05.111Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43552026-07-14T21:30:05.765Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43562026-07-14T21:30:05.983Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43572026-07-14T21:30:06.273Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43582026-07-14T21:30:06.597Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43592026-07-14T21:30:06.687Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43602026-07-14T21:30:07.205Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43612026-07-14T21:30:07.349Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43622026-07-14T21:30:07.409Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43632026-07-14T21:30:07.733Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43642026-07-14T21:30:07.952Z Checking twox-hash v2.1.2
43652026-07-14T21:30:08.015Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43662026-07-14T21:30:08.019Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43672026-07-14T21:30:08.266Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43682026-07-14T21:30:08.524Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43692026-07-14T21:30:08.682Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43702026-07-14T21:30:09.713Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43712026-07-14T21:30:09.994Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43722026-07-14T21:30:10.317Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43732026-07-14T21:30:10.673Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43742026-07-14T21:30:11.007Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43752026-07-14T21:30:11.212Z Checking console v0.16.2
43762026-07-14T21:30:11.530Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43772026-07-14T21:30:11.665Z Checking fatfs v0.3.6
43782026-07-14T21:30:11.683Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43792026-07-14T21:30:12.142Z Compiling seq-macro v0.3.6
43802026-07-14T21:30:12.676Z Checking unit-prefix v0.5.2
43812026-07-14T21:30:12.814Z Checking indicatif v0.18.4
43822026-07-14T21:30:12.893Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43832026-07-14T21:30:13.029Z Checking support-bundle-viewer v0.1.2
43842026-07-14T21:30:13.203Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43852026-07-14T21:30:13.282Z Checking multimap v0.10.1
43862026-07-14T21:30:19.173Z Checking async-bb8-diesel v0.2.1
43872026-07-14T21:30:19.549Z Checking diesel-dtrace v0.5.0
43882026-07-14T21:30:22.179Z Compiling samael v0.0.19
43892026-07-14T21:30:27.865Z Compiling git2 v0.20.4
43902026-07-14T21:30:29.112Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43912026-07-14T21:30:30.177Z Compiling polar-core v0.27.3
43922026-07-14T21:30:30.364Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43932026-07-14T21:30:34.896Z Checking oso v0.27.3
43942026-07-14T21:31:04.892Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43952026-07-14T21:32:18.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
43962026-07-14T21:32:19.200Z
43972026-07-14T21:32:19.200Zinfo: running `cargo check --bins` on nexus-networking (260/301)
43982026-07-14T21:32:19.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-07-14T21:32:19.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-07-14T21:32:19.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-07-14T21:32:19.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44022026-07-14T21:32:19.852Z
44032026-07-14T21:32:19.855Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (261/301)
44042026-07-14T21:32:20.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-07-14T21:32:20.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-07-14T21:32:20.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44072026-07-14T21:32:20.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44082026-07-14T21:32:20.465Z
44092026-07-14T21:32:20.465Zinfo: running `cargo check --bins` on nexus-saga-recovery (262/301)
44102026-07-14T21:32:20.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-07-14T21:32:20.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-07-14T21:32:20.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-07-14T21:32:20.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44142026-07-14T21:32:21.067Z
44152026-07-14T21:32:21.067Zinfo: running `cargo check --bins` on nexus-test-utils-macros (263/301)
44162026-07-14T21:32:21.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-07-14T21:32:21.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-07-14T21:32:21.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-07-14T21:32:21.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44202026-07-14T21:32:21.603Z
44212026-07-14T21:32:21.604Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (264/301)
44222026-07-14T21:32:22.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-07-14T21:32:22.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-07-14T21:32:22.409Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44252026-07-14T21:32:23.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44262026-07-14T21:32:23.356Z
44272026-07-14T21:32:23.356Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (265/301)
44282026-07-14T21:32:23.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-07-14T21:32:23.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-07-14T21:32:24.151Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44312026-07-14T21:33:02.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.01s
44322026-07-14T21:33:02.590Z
44332026-07-14T21:33:02.590Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (266/301)
44342026-07-14T21:33:03.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-07-14T21:33:03.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-07-14T21:33:03.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-07-14T21:33:03.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44382026-07-14T21:33:03.129Z
44392026-07-14T21:33:03.129Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (267/301)
44402026-07-14T21:33:03.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-07-14T21:33:03.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-07-14T21:33:03.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-07-14T21:33:03.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44442026-07-14T21:33:03.667Z
44452026-07-14T21:33:03.667Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (268/301)
44462026-07-14T21:33:04.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-07-14T21:33:04.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-07-14T21:33:04.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-07-14T21:33:04.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44502026-07-14T21:33:04.267Z
44512026-07-14T21:33:04.267Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (269/301)
44522026-07-14T21:33:04.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-07-14T21:33:04.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-07-14T21:33:04.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-07-14T21:33:04.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44562026-07-14T21:33:04.882Z
44572026-07-14T21:33:04.883Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (270/301)
44582026-07-14T21:33:05.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-07-14T21:33:05.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-07-14T21:33:05.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-07-14T21:33:05.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44622026-07-14T21:33:05.493Z
44632026-07-14T21:33:05.493Zinfo: running `cargo check --bins` on nexus-mgs-updates (271/301)
44642026-07-14T21:33:05.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-07-14T21:33:05.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-07-14T21:33:05.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-07-14T21:33:05.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44682026-07-14T21:33:06.077Z
44692026-07-14T21:33:06.077Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (272/301)
44702026-07-14T21:33:06.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-07-14T21:33:06.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-07-14T21:33:06.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-07-14T21:33:06.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44742026-07-14T21:33:06.681Z
44752026-07-14T21:33:06.681Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (273/301)
44762026-07-14T21:33:07.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-07-14T21:33:07.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-07-14T21:33:07.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44792026-07-14T21:33:07.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44802026-07-14T21:33:07.279Z
44812026-07-14T21:33:07.279Zinfo: running `cargo check --bins` on nexus-switch-config (274/301)
44822026-07-14T21:33:07.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-07-14T21:33:07.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-07-14T21:33:07.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44852026-07-14T21:33:07.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44862026-07-14T21:33:07.862Z
44872026-07-14T21:33:07.862Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (275/301)
44882026-07-14T21:33:08.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-07-14T21:33:08.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-07-14T21:33:08.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44912026-07-14T21:33:08.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44922026-07-14T21:33:08.478Z
44932026-07-14T21:33:08.478Zinfo: running `cargo check --bins` on support-bundle-collection (276/301)
44942026-07-14T21:33:08.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-07-14T21:33:08.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-07-14T21:33:08.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44972026-07-14T21:33:08.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44982026-07-14T21:33:09.090Z
44992026-07-14T21:33:09.090Zinfo: running `cargo check --bins` on omicron-dev (277/301)
45002026-07-14T21:33:09.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-07-14T21:33:09.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-07-14T21:33:09.944Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45032026-07-14T21:33:09.944Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45042026-07-14T21:33:10.139Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45052026-07-14T21:33:10.167Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45062026-07-14T21:33:10.188Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45072026-07-14T21:33:10.196Z Checking diff v0.1.13
45082026-07-14T21:33:10.196Z Checking yansi v1.0.1
45092026-07-14T21:33:10.233Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45102026-07-14T21:33:10.285Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45112026-07-14T21:33:10.460Z Checking pretty_assertions v1.4.1
45122026-07-14T21:33:11.205Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45132026-07-14T21:33:11.285Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45142026-07-14T21:33:36.351Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45152026-07-14T21:33:36.354Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45162026-07-14T21:33:36.354Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45172026-07-14T21:33:36.354Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45182026-07-14T21:33:36.354Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45192026-07-14T21:33:36.354Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45202026-07-14T21:33:36.354Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45212026-07-14T21:33:37.146Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45222026-07-14T21:33:37.147Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45232026-07-14T21:33:38.382Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45242026-07-14T21:34:16.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
45252026-07-14T21:34:16.434Z
45262026-07-14T21:34:16.434Zinfo: running `cargo check --bins` on omicron-pins (278/301)
45272026-07-14T21:34:16.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-07-14T21:34:16.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-07-14T21:34:16.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45302026-07-14T21:34:16.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45312026-07-14T21:34:16.968Z
45322026-07-14T21:34:16.968Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301)
45332026-07-14T21:34:17.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-07-14T21:34:17.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-07-14T21:34:17.727Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45362026-07-14T21:34:17.838Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45372026-07-14T21:34:17.868Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45382026-07-14T21:34:45.032Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45392026-07-14T21:34:45.409Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45402026-07-14T21:34:47.179Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45412026-07-14T21:34:47.694Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45422026-07-14T21:34:50.767Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45432026-07-14T21:35:14.830Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45442026-07-14T21:35:15.539Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45452026-07-14T21:35:17.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
45462026-07-14T21:35:17.307Z
45472026-07-14T21:35:17.308Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/301)
45482026-07-14T21:35:17.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-07-14T21:35:17.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-07-14T21:35:17.987Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45512026-07-14T21:35:18.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45522026-07-14T21:35:18.891Z
45532026-07-14T21:35:18.891Zinfo: running `cargo check --bins` on omicron-releng (281/301)
45542026-07-14T21:35:19.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-07-14T21:35:19.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-07-14T21:35:19.481Z Compiling blake3 v1.8.5
45572026-07-14T21:35:19.572Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45582026-07-14T21:35:19.629Z Checking constant_time_eq v0.4.2
45592026-07-14T21:35:19.629Z Checking arrayvec v0.7.6
45602026-07-14T21:35:19.629Z Checking arrayref v0.3.9
45612026-07-14T21:35:19.629Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45622026-07-14T21:35:19.629Z Checking sha2 v0.11.0
45632026-07-14T21:35:19.629Z Checking digest-io v0.1.0
45642026-07-14T21:35:19.684Z Checking topological-sort v0.2.2
45652026-07-14T21:35:19.708Z Checking rawzip v0.4.4
45662026-07-14T21:35:19.708Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45672026-07-14T21:35:19.738Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45682026-07-14T21:35:19.752Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45692026-07-14T21:35:19.903Z Checking shell-words v1.1.1
45702026-07-14T21:35:20.037Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45712026-07-14T21:35:20.285Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45722026-07-14T21:35:20.530Z Checking omicron-zone-package v0.12.3
45732026-07-14T21:35:21.372Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45742026-07-14T21:35:22.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
45752026-07-14T21:35:22.569Z
45762026-07-14T21:35:22.569Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/301)
45772026-07-14T21:35:23.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-07-14T21:35:23.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-07-14T21:35:23.145Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45802026-07-14T21:35:23.460Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45812026-07-14T21:35:23.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45822026-07-14T21:35:24.026Z
45832026-07-14T21:35:24.026Zinfo: running `cargo check --bins` on schema (283/301)
45842026-07-14T21:35:24.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45852026-07-14T21:35:24.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45862026-07-14T21:35:24.717Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45872026-07-14T21:35:25.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45882026-07-14T21:35:25.628Z
45892026-07-14T21:35:25.629Zinfo: running `cargo check --bins` on xtask (284/301)
45902026-07-14T21:35:25.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-07-14T21:35:25.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-07-14T21:35:25.988Z Checking serde_core v1.0.228
45932026-07-14T21:35:25.988Z Checking libc v0.2.185
45942026-07-14T21:35:25.993Z Checking bitflags v2.11.0
45952026-07-14T21:35:26.081Z Checking scroll v0.12.0
45962026-07-14T21:35:26.093Z Checking thiserror v1.0.69
45972026-07-14T21:35:26.093Z Checking log v0.4.29
45982026-07-14T21:35:26.129Z Checking indexmap v2.14.0
45992026-07-14T21:35:26.129Z Checking zerocopy v0.7.35
46002026-07-14T21:35:26.174Z Checking syn v2.0.117
46012026-07-14T21:35:26.209Z Checking dtrace-parser v0.2.0
46022026-07-14T21:35:26.235Z Checking once_cell v1.21.3
46032026-07-14T21:35:26.297Z Checking goblin v0.8.2
46042026-07-14T21:35:26.364Z Checking errno v0.3.14
46052026-07-14T21:35:26.409Z Checking thread-id v4.2.2
46062026-07-14T21:35:26.444Z Checking getrandom v0.4.1
46072026-07-14T21:35:26.472Z Checking rustix v1.1.3
46082026-07-14T21:35:26.498Z Checking memmap v0.7.0
46092026-07-14T21:35:26.577Z Checking thiserror v2.0.18
46102026-07-14T21:35:26.588Z Checking fs-err v3.3.0
46112026-07-14T21:35:26.605Z Checking anyhow v1.0.102
46122026-07-14T21:35:26.656Z Checking tabled v0.15.0
46132026-07-14T21:35:27.246Z Checking terminal_size v0.4.3
46142026-07-14T21:35:27.253Z Checking tempfile v3.25.0
46152026-07-14T21:35:27.344Z Checking clap_builder v4.6.0
46162026-07-14T21:35:27.344Z Checking textwrap v0.16.2
46172026-07-14T21:35:27.526Z Checking serde v1.0.228
46182026-07-14T21:35:27.540Z Checking serde_json v1.0.150
46192026-07-14T21:35:27.540Z Checking camino v1.2.2
46202026-07-14T21:35:27.556Z Checking semver v1.0.28
46212026-07-14T21:35:27.723Z Checking cargo-platform v0.3.2
46222026-07-14T21:35:27.783Z Checking camino-tempfile v1.4.1
46232026-07-14T21:35:27.950Z Checking serde_spanned v0.6.9
46242026-07-14T21:35:27.950Z Checking toml_datetime v0.6.11
46252026-07-14T21:35:27.960Z Checking macaddr v1.0.1
46262026-07-14T21:35:27.960Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46272026-07-14T21:35:28.136Z Checking toml_edit v0.22.27
46282026-07-14T21:35:28.144Z Checking dof v0.3.0
46292026-07-14T21:35:28.144Z Checking cargo_metadata v0.23.1
46302026-07-14T21:35:28.399Z Checking usdt-impl v0.5.0
46312026-07-14T21:35:28.555Z Checking clap v4.6.1
46322026-07-14T21:35:28.658Z Checking usdt v0.5.0
46332026-07-14T21:35:29.099Z Checking toml v0.8.23
46342026-07-14T21:35:29.356Z Checking cargo_toml v0.21.0
46352026-07-14T21:35:29.991Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46362026-07-14T21:35:30.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
46372026-07-14T21:35:30.491Z
46382026-07-14T21:35:30.491Zinfo: running `cargo check --bins` on dnsadm (285/301)
46392026-07-14T21:35:30.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-07-14T21:35:30.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-07-14T21:35:31.083Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46422026-07-14T21:35:31.552Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46432026-07-14T21:35:31.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46442026-07-14T21:35:32.104Z
46452026-07-14T21:35:32.104Zinfo: running `cargo check --bins` on end-to-end-tests (286/301)
46462026-07-14T21:35:32.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46472026-07-14T21:35:32.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46482026-07-14T21:35:32.875Z Checking cpubits v0.1.1
46492026-07-14T21:35:32.879Z Checking pem-rfc7468 v1.0.0
46502026-07-14T21:35:33.015Z Checking hmac v0.13.0
46512026-07-14T21:35:33.015Z Checking universal-hash v0.6.1
46522026-07-14T21:35:33.036Z Checking ctr v0.10.1
46532026-07-14T21:35:33.036Z Checking aead v0.6.1
46542026-07-14T21:35:33.065Z Checking aes v0.9.1
46552026-07-14T21:35:33.078Z Checking crypto-bigint v0.7.5
46562026-07-14T21:35:33.092Z Checking cbc v0.2.1
46572026-07-14T21:35:33.132Z Checking polyval v0.7.1
46582026-07-14T21:35:33.168Z Checking der v0.8.0
46592026-07-14T21:35:33.173Z Checking pbkdf2 v0.13.0
46602026-07-14T21:35:33.179Z Checking salsa20 v0.11.0
46612026-07-14T21:35:33.237Z Checking ff v0.14.0
46622026-07-14T21:35:33.257Z Checking signature v3.0.0
46632026-07-14T21:35:33.294Z Checking ghash v0.6.0
46642026-07-14T21:35:33.310Z Checking base16ct v1.0.0
46652026-07-14T21:35:33.347Z Checking scrypt v0.12.0
46662026-07-14T21:35:33.373Z Checking group v0.14.0
46672026-07-14T21:35:33.401Z Checking hkdf v0.13.0
46682026-07-14T21:35:33.423Z Checking rfc6979 v0.5.0
46692026-07-14T21:35:33.444Z Compiling curve25519-dalek v5.0.0-rc.0
46702026-07-14T21:35:33.467Z Checking aes-gcm v0.11.0
46712026-07-14T21:35:33.513Z Checking poly1305 v0.9.0
46722026-07-14T21:35:33.529Z Checking blowfish v0.10.0
46732026-07-14T21:35:33.532Z Checking blake2 v0.11.0-rc.6
46742026-07-14T21:35:33.558Z Checking keccak v0.2.0
46752026-07-14T21:35:33.640Z Checking fiat-crypto v0.3.0
46762026-07-14T21:35:33.680Z Checking bcrypt-pbkdf v0.11.0
46772026-07-14T21:35:33.714Z Checking sha3 v0.11.0
46782026-07-14T21:35:33.787Z Checking kem v0.3.0
46792026-07-14T21:35:33.835Z Checking argon2 v0.6.0-rc.8
46802026-07-14T21:35:33.841Z Checking module-lattice v0.2.3
46812026-07-14T21:35:33.910Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46822026-07-14T21:35:33.949Z Checking spki v0.8.0
46832026-07-14T21:35:34.047Z Checking sec1 v0.8.1
46842026-07-14T21:35:34.066Z Checking ml-kem v0.3.2
46852026-07-14T21:35:34.110Z Checking internal-russh-num-bigint v0.5.0
46862026-07-14T21:35:34.128Z Checking pkcs5 v0.8.1
46872026-07-14T21:35:34.128Z Checking pkcs1 v0.8.0-rc.4
46882026-07-14T21:35:34.257Z Checking num-bigint v0.4.6
46892026-07-14T21:35:34.331Z Checking generic-array v1.4.3
46902026-07-14T21:35:34.441Z Checking pkcs8 v0.11.0
46912026-07-14T21:35:34.643Z Checking ed25519 v3.0.0
46922026-07-14T21:35:34.724Z Compiling enum_dispatch v0.3.13
46932026-07-14T21:35:34.740Z Checking russh-util v0.52.0
46942026-07-14T21:35:34.838Z Checking ed25519-dalek v3.0.0-rc.0
46952026-07-14T21:35:34.856Z Compiling delegate v0.13.5
46962026-07-14T21:35:34.859Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46972026-07-14T21:35:34.954Z Checking hex-literal v1.1.0
46982026-07-14T21:35:35.056Z Checking md5 v0.8.0
46992026-07-14T21:35:35.094Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47002026-07-14T21:35:35.208Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47012026-07-14T21:35:35.231Z Checking socket2 v0.5.10
47022026-07-14T21:35:35.311Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47032026-07-14T21:35:35.327Z Checking elliptic-curve v0.14.0-rc.33
47042026-07-14T21:35:35.403Z Checking primefield v0.14.0
47052026-07-14T21:35:35.477Z Checking ssh-encoding v0.3.0-rc.9
47062026-07-14T21:35:35.607Z Checking crypto-primes v0.7.2
47072026-07-14T21:35:35.701Z Checking ssh-cipher v0.3.0-rc.9
47082026-07-14T21:35:35.716Z Checking russh-cryptovec v0.61.0
47092026-07-14T21:35:35.789Z Checking ecdsa v0.17.0-rc.18
47102026-07-14T21:35:35.818Z Checking primeorder v0.14.0-rc.10
47112026-07-14T21:35:35.869Z Checking internet-checksum v0.2.1
47122026-07-14T21:35:36.144Z Checking p256 v0.14.0-rc.10
47132026-07-14T21:35:36.144Z Checking p521 v0.14.0-rc.10
47142026-07-14T21:35:36.563Z Checking rsa v0.10.0-rc.18
47152026-07-14T21:35:38.532Z Checking p384 v0.14.0-rc.10
47162026-07-14T21:35:40.430Z Checking ssh-key v0.7.0-rc.10
47172026-07-14T21:35:41.226Z Checking russh v0.61.2
47182026-07-14T21:35:53.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.21s
47192026-07-14T21:35:53.525Z
47202026-07-14T21:35:53.525Zinfo: running `cargo check --bins` on gateway-cli (287/301)
47212026-07-14T21:35:53.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-07-14T21:35:53.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-07-14T21:35:54.121Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47242026-07-14T21:35:54.229Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47252026-07-14T21:35:54.236Z Checking termios v0.3.3
47262026-07-14T21:35:55.466Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47272026-07-14T21:35:55.614Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47282026-07-14T21:35:57.322Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47292026-07-14T21:35:57.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
47302026-07-14T21:35:58.063Z
47312026-07-14T21:35:58.063Zinfo: running `cargo check --bins --no-default-features` on installinator (288/301)
47322026-07-14T21:35:58.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47332026-07-14T21:35:58.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47342026-07-14T21:35:58.724Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47352026-07-14T21:35:58.727Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47362026-07-14T21:35:58.727Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47372026-07-14T21:35:58.727Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47382026-07-14T21:35:58.857Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47392026-07-14T21:35:58.860Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47402026-07-14T21:35:59.639Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47412026-07-14T21:35:59.943Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47422026-07-14T21:35:59.946Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47432026-07-14T21:36:00.589Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47442026-07-14T21:36:02.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
47452026-07-14T21:36:02.423Z
47462026-07-14T21:36:02.423Zinfo: running `cargo check --bins` on internal-dns-cli (289/301)
47472026-07-14T21:36:02.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47482026-07-14T21:36:02.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47492026-07-14T21:36:03.019Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47502026-07-14T21:36:03.466Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47512026-07-14T21:36:03.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
47522026-07-14T21:36:03.947Z
47532026-07-14T21:36:03.947Zinfo: running `cargo check --bins` on omicron-live-tests (290/301)
47542026-07-14T21:36:04.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-07-14T21:36:04.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-07-14T21:36:04.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-07-14T21:36:04.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47582026-07-14T21:36:04.474Z
47592026-07-14T21:36:04.474Zinfo: running `cargo check --bins` on live-tests-macros (291/301)
47602026-07-14T21:36:04.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-07-14T21:36:04.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-07-14T21:36:04.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-07-14T21:36:04.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47642026-07-14T21:36:05.012Z
47652026-07-14T21:36:05.012Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301)
47662026-07-14T21:36:05.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-07-14T21:36:05.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-07-14T21:36:05.716Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47692026-07-14T21:36:06.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
47702026-07-14T21:36:06.500Z
47712026-07-14T21:36:06.500Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/301)
47722026-07-14T21:36:06.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-07-14T21:36:06.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-07-14T21:36:07.101Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47752026-07-14T21:36:07.104Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47762026-07-14T21:36:07.374Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47772026-07-14T21:36:07.377Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47782026-07-14T21:36:08.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47792026-07-14T21:36:08.338Z
47802026-07-14T21:36:08.338Zinfo: running `cargo check --bins` on ntp-admin-types (294/301)
47812026-07-14T21:36:08.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-07-14T21:36:08.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-07-14T21:36:08.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47842026-07-14T21:36:08.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47852026-07-14T21:36:08.865Z
47862026-07-14T21:36:08.865Zinfo: running `cargo check --bins` on omicron-package (295/301)
47872026-07-14T21:36:09.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-07-14T21:36:09.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-07-14T21:36:09.500Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47902026-07-14T21:36:10.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
47912026-07-14T21:36:10.748Z
47922026-07-14T21:36:10.748Zinfo: running `cargo check --bins` on tqdb (296/301)
47932026-07-14T21:36:11.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-07-14T21:36:11.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-07-14T21:36:11.482Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47962026-07-14T21:36:11.833Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47972026-07-14T21:36:12.354Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47982026-07-14T21:36:12.354Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47992026-07-14T21:36:18.550Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48002026-07-14T21:36:18.554Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48012026-07-14T21:36:19.124Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48022026-07-14T21:36:19.124Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48032026-07-14T21:36:19.127Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48042026-07-14T21:36:19.127Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48052026-07-14T21:36:19.887Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48062026-07-14T21:36:20.930Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48072026-07-14T21:36:21.740Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48082026-07-14T21:36:22.358Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48092026-07-14T21:36:27.179Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48102026-07-14T21:36:33.879Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48112026-07-14T21:36:33.882Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48122026-07-14T21:36:33.882Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48132026-07-14T21:36:33.883Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48142026-07-14T21:36:35.357Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48152026-07-14T21:36:36.683Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48162026-07-14T21:36:37.349Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48172026-07-14T21:36:38.577Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48182026-07-14T21:36:39.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.36s
48192026-07-14T21:36:39.321Z
48202026-07-14T21:36:39.321Zinfo: running `cargo check --bins` on wicket-dbg (297/301)
48212026-07-14T21:36:39.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48222026-07-14T21:36:39.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48232026-07-14T21:36:39.996Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48242026-07-14T21:36:40.112Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48252026-07-14T21:36:40.121Z Checking rtoolbox v0.0.3
48262026-07-14T21:36:40.129Z Checking tui-tree-widget v0.23.1
48272026-07-14T21:36:40.225Z Checking rpassword v7.4.0
48282026-07-14T21:36:40.606Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48292026-07-14T21:36:40.785Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48302026-07-14T21:36:41.763Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48312026-07-14T21:36:44.862Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48322026-07-14T21:36:46.720Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48332026-07-14T21:36:47.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.27s
48342026-07-14T21:36:47.793Z
48352026-07-14T21:36:47.794Zinfo: running `cargo check --bins` on wicket (298/301)
48362026-07-14T21:36:48.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48372026-07-14T21:36:48.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48382026-07-14T21:36:48.446Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48392026-07-14T21:36:48.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
48402026-07-14T21:36:48.976Z
48412026-07-14T21:36:48.976Zinfo: running `cargo check --bins` on wicketd (299/301)
48422026-07-14T21:36:49.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48432026-07-14T21:36:49.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48442026-07-14T21:36:49.653Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48452026-07-14T21:36:49.658Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48462026-07-14T21:36:49.658Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48472026-07-14T21:36:49.658Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48482026-07-14T21:36:50.534Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48492026-07-14T21:36:51.085Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48502026-07-14T21:36:54.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
48512026-07-14T21:36:54.345Z
48522026-07-14T21:36:54.346Zinfo: running `cargo check --bins` on omicron-workspace-hack (300/301)
48532026-07-14T21:36:54.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48542026-07-14T21:36:54.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48552026-07-14T21:36:54.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48562026-07-14T21:36:54.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48572026-07-14T21:36:54.870Z
48582026-07-14T21:36:54.870Zinfo: running `cargo check --bins` on zone-setup (301/301)
48592026-07-14T21:36:55.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48602026-07-14T21:36:55.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48612026-07-14T21:36:55.490Z Checking uzers v0.12.2
48622026-07-14T21:36:55.759Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48632026-07-14T21:36:56.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
48642026-07-14T21:36:56.689Z
48652026-07-14T21:36:56.692Zreal 14:00.565967955
48662026-07-14T21:36:56.692Zuser 21:16.690171829
48672026-07-14T21:36:56.692Zsys 4:16.113958073
48682026-07-14T21:36:56.692Ztrap 0.333092632
48692026-07-14T21:36:56.692Ztflt 0.708164131
48702026-07-14T21:36:56.692Zdflt 1.142711992
48712026-07-14T21:36:56.692Zkflt 0.005136905
48722026-07-14T21:36:56.692Zlock 1:17:30.570004308
48732026-07-14T21:36:56.692Zslp 1:41:30.320246237
48742026-07-14T21:36:56.692Zlat 1:00.232694055
48752026-07-14T21:36:56.692Zstop 3:41.604252237
48762026-07-14T21:36:56.692Zprocess exited: duration 963426 ms, exit code 0
 
48772026-07-14T21:36:56.699Zfound 0 output files